$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: The variable to create the leaderboard for.Sort: Sorts the leaderboard values in ascending (asc) or descending (desc) order. Defaults todesc(Optional).
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.