Workshop.codes
Create

Set Scoreboard Row Last updated September 19, 2025

Description

Writes a custom label and value pair into a specified row of the Workshop scoreboard panel, overriding the default stat displayed in that position. Supports reevaluation of the value field. Useful for replacing default scoreboard columns with game-mode-specific metrics.

Snippet

Set Scoreboard Row(Event Player, 0, Custom String("Score"), Global.PlayerScore[Index Of Array Value(All Players, Event Player)]);

Properties

Returns: Void
Parameters: Player, Row Index, Label, Value

Player
Type: Player, Default: Event Player
The player whose scoreboard row will be customized.

Row Index
Type: Number, Default: 0
The zero-based index of the scoreboard column to override.

Label
Type: String, Default: Custom String("")
The column header label displayed for this row entry.

Value
Type: Number, Default: 0
The numeric value displayed in the cell. Supports reevaluation.

Workshop.codes