Advertisement
mr2meows

daynight cycle

Jun 27th, 2022 (edited)
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.08 KB | None | 0 0
  1. while true do
  2.     wait()
  3.     game.Lighting.ClockTime = game.Lighting.ClockTime + 0.1
  4. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement