Friends always at the top of the leaderboard

This was just something annoying I found earlier playing in a 100 player ‘party’ server but o-so incredibly annoying

I wanted to find out who of my friends was there, only problem is I had to scroll up and down for a bit to find out all of who was there.

My solution is to have all of your friends listed at the top by default or maybe tab twice to sort the leaderboard to show friends-first at the top?

5 Likes

The playerlist was first sorted Z-A, which I reverted.
You could add a sorting button and new sorters on the github page:
https://github.com/ROBLOX/Core-Scripts/blob/master/CoreScriptsRoot/Modules/PlayerlistModule.lua

Why was this a thing?

They wanted to sort it alphabetically, but they used > instead of < to compare names.
Didn’t care to bother, so I did it on github because “It’s easier to find a friend with A-Z then Z-A”.
(Might be the other way around, let me think for a sec… yeah I’m right? has to be < I think)

I see, those lazy sons of guns :P, at least it’s fixed now

This thread started a feature request for a new feature, while we talked about an old fix.