Workshop.codes
Create

Set Respawn Max Time Last updated November 26, 2024

Description

Sets the duration between death and respawn for one or more players. For players that are already dead when this action is executed, the change takes effect on their next death.

Snippet

Set Respawn Max Time(Event Player, 0);

Properties

Returns: Void
Parameters: Player, Time

Player
Type: Player | Array (Player), Default: Event Player
The player or players whose respawn max time is being defined.

Time
Type: Integer, Default: Number
The duration between death and respawn in seconds.

Workshop.codes