Advertisement
dradra1

Timer

Jun 15th, 2023 (edited)
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.23 KB | Gaming | 0 0
  1. mon= peripheral.wrap("top")
  2. mon.setTextScale(5)
  3. mon.setTextColor(64)
  4. mon.setBackgroundColor(512)
  5. while true do
  6. mon.clear()
  7. mon.setCursorPos(1,1)
  8. local nTime = os.time()
  9. mon.write(textutils.formatTime(nTime, false))
  10. sleep(1)
  11. end
Tags: School RTS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement