Workshop.codes
Create

Modify Player Score Last updated November 26, 2024

Description

Modifies the score (kill count) of one or more players. This action only has an effect in free-for-all modes.

Snippet

Modify Player Score(Event Player, 0);

Properties

Returns: Void
Parameters: Player, Score

Player
Type: Player | Array (Player), Default: Event Player
The player or players whose score will change.

Score
Type: Integer, Default: Number
The amount the score will increase or decrease. If positive, the score will increase. If negative, the score will decrease.

Workshop.codes