Advertisement
Flashheart24

Rolbox strobe script.

Jun 24th, 2013
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Flashheart24's easy strobe script. (PLEASE DO NOT ABUSE IT! JUST AS 'RED BUTTON'!)
  2.  
  3.  
  4. while true do
  5. print("Loop cycle start")
  6. game.Lighting.TimeOfDay = "12:00:00"
  7. wait(0.001)
  8. game.Lighting.TimeOfDay = "00:00:00"
  9. wait(0.001)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement