As a Roblox developer, it is currently impossible to specify the leaderstat sort order
I’m displaying user RAPs in the leaderstat in a StringValue; it looks something like this
(Basic string sorting isn’t really desired for me because ex 18.7T is more than 18.7B)
Also I’m guessing there is some ambiguity on which stat is prioritized in sorting when you have multiple stats
Providing a sort function or layoutorder both would work great for me (sort function is always preferred of course)
I’m using leaderstats instead of making my own UI because it is faster, players are comfortable seeing it, and it’s a core gui (so we don’t need friend request confirmation etc)