GDragonArcher

message

May 17th, 2022 (edited)
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. local monitor = peripheral.find("monitor")
  2. monitor.setCursorPos(1, 4)
  3. setTextScale(5)
  4. setTextColor(colors.green)
  5. monitor.write("DEEZ NUTS")
Add Comment
Please, Sign In to add comment