Forum > General >

What is LoadString

Posts: 44

Threads: 22

Joined: Jun, 2018

Reputation: 0

Posted

So, i RLLY wanna know what is a LoadString so please reply
  • 0

Posts: 28

Threads: 2

Joined: Jun, 2018

Reputation: 0

Replied

its bacily running a script through a link 
  • 0

Posts: 41

Threads: 17

Joined: Apr, 2018

Reputation: 0

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.
  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )