Workshop.codes
Create

Deaths This Round Last updated April 29, 2026

Description

Returns the number of times a player has been eliminated during the current round. Resets at the start of each new round. Useful for per-round death limits, respawn gating, or tracking round-level performance independently of match totals.

Snippet

Deaths This Round(Event Player);

Properties

Returns: Number
Parameters: Player

Player
Type: Player, Default: Event Player
The player whose death count for the current round will be returned.

Workshop.codes