Advertisement
Guest User

REKLAMA

a guest
Feb 23rd, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. mon = peripheral.wrap("back")
  2.  
  3. mon.setTextScale(5)
  4.  
  5. mon.setTextColor(colors.blue)
  6. mon.setCursorPos(1,1)
  7. mon.write("blue")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement