Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. local mon = peripheral.wrap("back")
  2. while true do
  3. mon.setTextScale(3.5)
  4. mon.setTextColor(colors.green)
  5. mon.clear()
  6. mon.setCursorPos(1,1)
  7. mon.write("Welcome!")
  8. sleep(3)
  9. mon.clear()
  10. mon.setCursorPos(1,1)
  11. mon.setTextScale(3)
  12. mon.write("Please, come in.")
  13. sleep(3)
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement