$userLeaderboard
Returns the top 10 users' usernames and values for a given user variable.
📌
$userLeaderboardautomatically generates a description. So,$descriptionof index1should be avoided in the code.
Syntax
$userLeaderboard[Variable name;(Sort)]
Parameters
Variable name(Type: String || Flag: Required): The variable to create the leaderboard for.Sort(Type: Enum || Flag: Optional): Sorts the leaderboard values in ascending (asc) or descending (desc) order. Defaults todesc.
Example
$nomention
$userLeaderboard[Money;asc]

📌 Why is my leaderboard showing inaccurate values?
Leaderboard values are not updated in real-time. The previous values are cached for a short duration. It will take about 5 minutes to show the updated values.