Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- monitor=peripheral.wrap("right")
- while true do
- monitor.clear()
- w,h=monitor.getSize()
- monitor.setTextScale(1)
- monitor.setCursorPos(1, 1)
- monitor.write("Private Residences")
- monitor.setCursorPos(math.ceil((w / 2) - (#"----->" / 2)), 2)
- monitor.write("----->")
- os.sleep(10)
- end
Advertisement
Add Comment
Please, Sign In to add comment