craftyoyo

Untitled

May 18th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. local time = os.time()
  2. local formattedTime = textutils.formatTime(time, false)
  3.  
  4. print("The time is " .. formattedTime)
Add Comment
Please, Sign In to add comment