Advertisement
Reactor_Games

Untitled

Jan 12th, 2021
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. local robot = require("robot")
  2. robot.select(1)
  3. robot.drop()
  4. robot.select(2)
  5. robot.drop()
  6. robot.select(3)
  7. robot.drop()
  8. print("End")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement