Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- si = game.Lighting.s:Clone()
- while true do
- wait(0.01)
- if game.Lighting.s == nil then
- si.Parent = game.Lighting
- si = game.Lighting.s:Clone()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement