PlayerList - Modern playerlist with unique features

The buttons still show up, but you actually can’t friend request yourself.

It’s meant to be a replacement. If your game doesn’t have much of a social aspect, this probably isn’t needed, but for games with a heavy social aspect, such as hangout games, this could be useful.

4 Likes

Yes, was definitely thinking about this being useful in hangout/trade games. Anyways, nice resource, when I tried to make a player list I couldn’t even figure out the friend icons lol.

1 Like

What does the friend button do? Like what’s the practical use for it? Does it allow messaging between users?

1 Like

Roblox provides an API through SetCore that allows you to show a system prompt to block, friend, and unfriend another user.

2 Likes

Oh wow, I did not know they introduced that! Very interesting to say the least

2 Likes

Yeah, here’s the post for it: New SetCore Methods for prompting social actions

Took me a while to find since it’s six years old.

3 Likes

this is a cool resource, you should make it so the messaging and actions aren’t visible if you visit your own profile though, also I would change it so that text such as “1 months” is corrected to the proper “1 month”

you gotta come upwith a better name other then that its epic!

1 Like

I couldn’t agree more. I don’t see what is the point of this leaderboard. I’d rather build on top of roblox’s leaderboard than use a totally custom one that’s missing key features, lol

What key features if this PlayerList missing?

Perhaps you could list them here so the creator of this resource can add those features to improve the custom PlayerList.

1 Like

It looks great! It looks like the mouse is a little offset on the video, but great project!

How would I move the UI to the top left instead of top right? maybe add a bool value for the position of the list

1 Like

Love the UI and fully intend on using this resource, but might be good to note that the PM feature does not censor inappropriate language in accordance with the chat filter :sweat_smile:

Might be worth it to fix that before it causes any trouble for you or anyone else :slight_smile:

2 Likes

@F0xBirdmansBFF You can change the position settings of the frame. This does not affect the code.

1 Like

UPDATE V2 RELEASED

  • Messaging and actions will not show if looking at your own profile
  • Private messaging is now filtered
  • Some UI fixes/improvements

Make sure to update to the latest version.

4 Likes

How easy would it be for me to add a data stat to it on the right hand side of the name? Interested in doing that for a money system

You could add a TextLabel in the player frame and set the text to your data value for each player.

I really like the modern ui, I think it will complement echo chat well, though some features I will see about removing due to own necessity (particularly messaging system)

While it doesn’t include team divisions like the normal roblox playerlist (atleast it wasn’t specified to exist), I prefer it not to, if it is added in the future, maybe make it optional?

:+1:

1 Like

Teams, leaderstats, player icons (Friends, place owner, star program, etc)

4 Likes

Hey I encountered an issue @bitsNbytez , when the playerlist becomes large (i.e. when a lot of players join) you cannot scroll up or down the list.

I tried to look into a fix but I could not solve it. I don’t know why it doesnt work when you have automatic canvas size Y…

edit fixed by removing uiconstraints (size and aspect ratio) & I used the following size: {0.087, 0},{0.36, 0}, I also encountered an issue though where it won’t scroll far enough down, so I added some code to add to canvassize.

still I would prefer a more concise fix