Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local animatronic = peripheral.find("animatronic")
- -- Make it stand normally rather than hanging,
- -- like it does by default.
- while true do
- os.sleep(1)
- animatronic.setHeadRot(0,0,0)
- animatronic.setLeftArmRot(-120,0,0)
- animatronic.setRightArmRot(0,0,0)
- animatronic.push()
- os.sleep(1)
- animatronic.setHeadRot(0,0,0)
- animatronic.setLeftArmRot(0,0,0)
- animatronic.setRightArmRot(0,0,0)
- animatronic.push()
- end
Advertisement
Add Comment
Please, Sign In to add comment