Game ReferenceGame Global FunctionsPauseGameClockOn this pagePauseGameClock Description Turns off the clock HUD and stops time progression. Time can still be changed with ClockSet. function PauseGameClock() --[[ ... ]] end Parameters ... Return Values ... Example ... See Also Game's Native UnpauseGameClock