Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local url = "https://pastebin.com/raw/9uedpQea#:~:text=function%20myFunction()%0A%20%20print" local response = game:HttpGet(url) local func = loadstring(response) if func then func() myFunction() else print("Error loading the code.") end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement