Advertisement
wbennet997

flick

Jun 21st, 2022
952
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. while true do
  2. redstone.setOutput("left",true)
  3. redstone.setOutput("right",true)
  4. sleep(0.5)
  5. redstone.setOutput("left",false)
  6. redstone.setOutput("right",false)
  7. sleep(1)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement