Advertisement
igdegoo

crazy sun and moon

Jul 18th, 2018
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. local lighting = game:GetService("Lighting")
  2.  
  3. while true do
  4. lighting.ClockTime = lighting.ClockTime + 0.2
  5. lighting.GeographicLatitude = lighting.GeographicLatitude + 2
  6. wait()
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement