Advertisement
Guest User

1

a guest
May 20th, 2021
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. rs.setBundledOutput("front",0)
  2. sleep(0.5)
  3.  
  4. while true do
  5.   if rs.testBundledInput("top",512) then
  6.     rs.setBundledOutput("front", colors.cyan)
  7.     sleep(7)
  8.     rs.setBundledOutput("front",0)
  9.   end  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.   sleep(0.5)
  16. end
  17.    
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement