Roblox Wiki
Advertisement
Roblox Wiki
Not to be confused with Player list, as well as the discontinued feature on game details page that utilized player points.
File:CurrentPlayList.png

The current player list that shows the stats of all players.

In Roblox, a leaderboard is a display of players' stats. Leaderboard stats often included KOs/WOs, currency, level and EXP, time played and round survived. A leaderboard is created by placing a value named "leaderstats" inside of a player, and then by placing values inside of that.

Creating a Leaderboard

The following example creates a leaderstat called "Money" and sets the default value to 100. This should be located in a Script light iconScript dark iconScript in ServerScriptService light iconServerScriptService dark iconServerScriptService or Workspace light iconWorkspace dark iconWorkspace.

Lua error in Dev:Delimited tag at line 17: No tag text provided.?.

Resulting Tree

Changing a leaderstat is as simple as changing the value of the IntValue created.

Lua error in Dev:Delimited tag at line 17: No tag text provided.?.

Gallery

Advertisement