Win4Win

Redstone pulse

Jan 31st, 2021 (edited)
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. while true do
  2. rs.setOutput("back",true)
  3. rs.setOutput("right",true)
  4. sleep(0.05)
  5. rs.setOutput("back",false)
  6. rs.setOutput("right",false)
  7. sleep(0.10)
  8. end
  9.  
  10.  
  11.  
Add Comment
Please, Sign In to add comment