JustJurt

Monitor

Jul 23rd, 2024 (edited)
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | Gaming | 0 0
  1. local display = peripheral.find("monitor")
  2.  
  3. display.clear()
  4. display.setCursorPos(1, 1)
  5. display.setTextColour('white')
  6. display.write("Hello, world!")
Advertisement
Add Comment
Please, Sign In to add comment