I am looking to make a leaderstats system in my game, however cannot get the priority to work as described on the creator hub.
I have a leaderstats folder in each player, and a stringvalue that is displayed, with a child NumberValue “Priority”. However, no matter how I change the numbers within priority, I cannot get the order of the leaderboard to change (right now, it is ordered by comparing text, hence why 3m is being displayed above 17m). I have also tried putting an activated “IsPrimary” bool value in each, which also does not change the ordering.
The priority affects the column the value is in (when you have multiple different values in the leaderstats), NOT the position they are in respect to other players (the row).