Advertisement
Guest User

Cycle (Fast)

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