Skip to main content

ScoreBoardEntry

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

Members

Properties

NameDescription
ScoreBoardEntry.NameThe name of the score. Like kills, health, etc.
ScoreBoardEntry.UserDisplayNameThe Display name of the user which this score is associated with.
ScoreBoardEntry.UserIdThe id of the user which this score is associated with.
ScoreBoardEntry.ValueThe score value.

Constructor

NameDescription
ScoreBoardEntry(player, name, value)Creates a new scoreboard entry.