Advertisement
Guest User

essai.lua

a guest
Feb 21st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. monitor = peripheral.wrap("back")
  2. monitor.clear()
  3. monitor.setCursorPos(1,1)
  4. monitor.setTextScale(2)
  5. monitor.write("Hello World")
  6. monitor.setCursorPos(1,2)
  7. monitor.write("Métro Spawn")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement