Posted
So, i RLLY wanna know what is a LoadString so please reply
Replied
its bacily running a script through a linkÂ
Cancel
Post
Replied
To be very exact,
"Loads Lua code from a string, and returns it as a function." - ROBLOX Wiki
Syntax:
loadstring("print('This will print.');")();
It will run "print('This will print.')" as if it was in the actual script.
NOTE!
Unfortunately this function will no longer work on a lot of level 6 exploits.
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post