Gets the current time.
None.
Constantly print the current in-game time.
copy local ClockH, ClockM while true do ClockH, ClockM = ClockGet() TextPrintString("It is currently "..ClockH..":"..ClockM, 0, 1) Wait(0) end
local ClockH, ClockM while true do ClockH, ClockM = ClockGet() TextPrintString("It is currently "..ClockH..":"..ClockM, 0, 1) Wait(0) end