craftyoyo

Untitled

May 18th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. rs.setOutput("right", true)
  2. while true do
  3. rs.setOutput("back", true)
  4. sleep(2.5)
  5. rs.setOutput("back", false)
  6. sleep(2.5)
  7. end
Add Comment
Please, Sign In to add comment