Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local lighting = game:GetService("Lighting")
- while true do
- lighting.ClockTime = lighting.ClockTime + 0.2
- lighting.GeographicLatitude = lighting.GeographicLatitude + 2
- wait()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement