Workshop.codes
Create

Eliminations This Life Last updated April 19, 2026

Description

Returns the number of eliminations a player has secured since their last spawn. Resets to 0 on each respawn. Useful for per-life killstreak tracking, bonus triggers, or life-based scoring multipliers.

Snippet

Eliminations This Life(Event Player);

Properties

Returns: Number
Parameters: Player

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

Workshop.codes