Advertisement
colhaydutu

musicv3-3

Sep 29th, 2023 (edited)
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. while true do
  2. local redstoneInput = redstone.getInput("back")
  3. sleep(2)
  4. if redstoneInput then
  5. redstone.setOutput("right", true)
  6. sleep(3)
  7. redstone.setOutput("right", false)
  8. else
  9. redstone.setOutput("right", true)
  10. end
  11.  
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement