Advertisement
Guest User

t

a guest
Jul 26th, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. m = peripheral.wrap("right")
  2. m.clear()
  3. m.setCursorPos(1,1)
  4. m.setTextScale(5)
  5. m.setTextColor(colors.lime)
  6. m.write("BobMart :)")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement