so do i put this code in ServerScriptService
for whenever i want to make leaderstats
?
Cool resource! But I would suggest making the icons feel more modern as the GUI is modern but the icons are… carttoony. I also don’t like the spacing you have between each player. It’s too much. Try decreasing it.
vouch very hard for this, actually a very nice leaderboard
I don’t think adding/removing friends would work in this.
So these icons are too cartoony ?
for each leaderstats you have in your game you have to also add them in the config
example with 2 leaderstats, Gold and Diamonds
Nice module! Does it have mobile support?
Adding and Removing, Blocking and Unblocking players works
StarterGui:SetCore(“PromptSendFriendRequest”, Player)
StarterGui:SetCore(“PromptUnfriend”, Player)
StarterGui:SetCore(“PromptBlockPlayer”, Player)
StarterGui:SetCore(“PromptUnblockPlayer”, Player)
Not really but the kick icon and the other icons just feel out of place on the gui. It would be good if you could make 2 version, one with a cartoony theme ans one with this theme.
The kick icon looks like that by default, but you can edit this, all icons that are in the examples are editable
That’s awesome, really gj love it!
Good job mate, it seem to be clean!
My biggest gripe with the “new” leaderboard is that your stats are no longer displayed at the top at all times (and the fact it is so bulky, exacerbating this issue further since it makes it harder to find where you are in the leaderboard)
Your leaderboard seems nice, but it seems like just a reskin of the new leaderboard (with extra features)
What do you mean by your stats no longer displayed at the top ? you mean like its not ordered like players with the Highest currency to lowest ?
Also yes the main goal for this leaderboard is to be like the Roblox leaderboard but with more features!
I’d love to hear any feedback on how we can make this system even better!
I will reduce the Size in the next update!
This is what I mean
Your stats would ALWAYS be displayed at the top, inside the old topbar. This was very nice as it was very easy to see your stats (as you didn’t have to find where you are in the playerlist), and you could still read them even when the playerlist was closed
If I remember correctly, that “header” in the topbar is what you’d click to open or close it (on pc or mobile)
Some people might prefer a bigger size, if you can make it a setting that would be the best I think
Awesome Player List! Though, in a future update could it be possible to make a custom icon and things by gamepassId or badgeId?
You can easily do it yourself using
PlayersListPlus.AddCustomIconPlayer(Player : Player, Icon : string)
like
If UserOwnsBadge then
PlayersListPlus.AddCustomIconPlayer(Player, IconId)
end
If UserOwnsGamepass then
PlayersListPlus.AddCustomIconPlayer(Player, IconId)
end
But yes I can add that feature in the future!
I have absolutly no idea how I can add that up to the script
Nice resource! I love the customizability that’s possible with this. Roblox’s PlayerList has always been lacking in customizability. This resource entirely solves that. Thanks for taking your time to make this