Guest User

Untitled

a guest
Jan 20th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. while true do
  2.  if rs.getInput("right",true) then
  3.   rs.setBundledOutput("top",math.random(32768))
  4.   sleep(1)
  5.  else
  6.   sleep(0)
  7.  end
  8. end
Add Comment
Please, Sign In to add comment