Advertisement
tuber93s

NIGGHT

Oct 8th, 2022
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. NAMEOFBUTTONHERE.MouseButton1Down:connect(function()
  2. while true do
  3. print ("Loop cycle start")
  4. game.Lighting.TimeOfDay = "18:00:00"
  5. wait(0.5)
  6. end
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement