when i try to print a function it keep giving me this “function: 0x0e75a5d769b9614a”
is there a way to see its codes?
1 Like
You can only print a function’s memory address. Not its contents. Why would you need it?
1 Like
idk i was doing some random thing in roblox studio and saw it also what is memory address
A memory address is a technical reference to where the function is stored in the memory, which is advanced knowledge to understand.
If your using a plug-in (or something that can read a script’s source) then u can do some hacky methods to get the start and end of a function then use loadstring
to call it, if that’s what you need.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.