Advertisement
Guest User

startup

a guest
Mar 20th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. monitor = peripheral.wrap("top")
  2. monitor.clear()
  3. monitor.setCursorPos(4,6)
  4. monitor.setTextScale(5)
  5. monitor.write("hello there")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement