zamoth

Untitled

Jul 3rd, 2025
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. local tick = 0
  2. while true do
  3. os.pullEvent("tick")
  4. tick = tick + 1
  5. term.clear()
  6. term.setCursorPos(1,1)
  7. term.write("Tick: "..tick)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment