Advertisement
MeiDaGay

Untitled

Sep 10th, 2019
430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | None | 0 0
  1. mon = peripheral.wrap("top")
  2.  
  3. function start()
  4.         mon.setColor(#FF0000)
  5.         sleep(.25)
  6.         mon.setColor(#FF7F00)
  7.         sleep(.25)
  8.         mon.setColor(#FFFF00)
  9.         sleep(.25)
  10.         mon.setColor(#FF00FF)
  11.         sleep(.25)
  12. end
  13. while true do
  14.         start()
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement