Workshop.codes
Create

Set Round Time Limit Last updated April 08, 2026

Description

Sets the time limit for the current or next round to a specified number of seconds, overriding the map's default round duration. Takes effect immediately if a round is in progress. Useful for custom timed modes, speedrun challenges, or dynamically adjusting round length based on game state.

Snippet

Set Round Time Limit(120);

Properties

Returns: Void
Parameters: Duration

Duration
Type: Number, Default: 60
The round time limit in seconds. Use 0 for an unlimited round duration.

Workshop.codes