Skip to main content

ClockSet

Description

Sets the current in-game time to the specified hours and minutes.

function ClockSet(hours, minutes) --[[ ... ]] end

Parameters

  • hour: integer - Hours to set, in 24-hour format (0–23).
  • minute: integer - Minutes to set (0–59).

Return Values

None.

Example

None.