Skip to content

API > ScoreBoardEntry


ScoreBoardEntry⚓︎

An entry for scoreboard. Contains information about the player and their score.

Members⚓︎

Properties⚓︎

Name Description
ScoreBoardEntry.NameProperty The name of the score. Like kills, health, etc.
ScoreBoardEntry.UserDisplayNamePropertyReadonly Property The Display name of the user which this score is associated with.
ScoreBoardEntry.UserIdPropertyReadonly Property The id of the user which this score is associated with.
ScoreBoardEntry.ValueProperty The score value.

Constructor⚓︎

Name Description
ScoreBoardEntry(player, name, value)Constructor Creates a new scoreboard entry.