Workshop.codes
Create

Projectiles Fired By Player Last updated April 18, 2026

Description

Returns the total number of projectiles fired by a player since the match began or since the last reset via Reset Stat. Counts all primary fire, secondary fire, and ability projectiles. Useful for accuracy tracking, ammo-economy scoring, and shot-based game modes.

Snippet

Projectiles Fired By Player(Event Player);

Properties

Returns: Number
Parameters: Player

Player
Type: Player, Default: Event Player
The player whose total projectiles fired will be returned.

Workshop.codes