ZathegamE

AND gate

Apr 24th, 2024
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2. if rs.getInput("left") == true and rs.getInput("right") == true then
  3. rs.setOutput("front",true)
  4. else
  5. rs.setOutput("front",false)
  6. --uwu
  7. end
  8.  
  9. sleep()
  10. end
Add Comment
Please, Sign In to add comment