Advertisement
goldfiction

doing timing

Jun 10th, 2025
813
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | Gaming | 0 0
  1. print("doing timing...")
  2. while true do
  3.   os.sleep(2)
  4.   redstone.setOutput("left",true)
  5.   os.sleep(2)
  6.   redstone.setOutput("left",false)
  7.   os.sleep(150)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement