Advertisement
dahpiglz

Untitled

Aug 15th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. si = game.Lighting.s:Clone()
  2.  
  3. while true do
  4. wait(0.01)
  5. if game.Lighting.s == nil then
  6. si.Parent = game.Lighting
  7. si = game.Lighting.s:Clone()
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement