View difference between Paste ID: vtTK6A0B and 9hdaXN9Z
SHOW: | | - or go back to the newest paste.
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