Stefanuk12

ROBLOX Script Builder Scripts ( Enable LoadString )

Oct 29th, 2016
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. ---Vars---
  2. sss = game.ServerScriptService
  3.  
  4. ---Main Script---
  5. sss.LoadStringEnabled = true
  6. if sss.LoadStringEnabled == true then
  7. print('Loadstring has been enabled!')
  8. end
Add Comment
Please, Sign In to add comment