Advertisement
Guest User

startup

a guest
Apr 24th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. mon = peripheral.wrap("back")
  2. time = os.time()
  3. mon.setTextScale(5)
  4. while true do
  5. mon.clear()
  6. mon.setCursorPos(4,1)
  7. mon.write(textutils.formatTime(time))
  8. sleep(0.5)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement