Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local url = "https://pastebin.com/raw/KaHGZyT3"
- local response = game:HttpGet(url)
- local func = loadstring(response)
- if func then
- func() -- This compiles and executes the code.
- myFunction() -- This calls the function defined in the code.
- else
- print("Error loading the code.")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement