Leaderstats priority not working

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.

Is there something that I am doing wrong, or is this a bug with the leaderstats system?

1 Like

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).

Do you know if there is any way I can affect the order of the row, other than just using ints?

Only way to do that is to make a custom leaderboard, shouldn’t be too hard.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.