View Single Post
i`m not a lua coder but for what i got from the documentation try this out:
code:
for i = 0, 576, 1 do
rs.setOutput("back, true")
sleep(0.1)
rs.setoOutput("back, false")
end