I am currently working on a Lobby for my game and am wondering how to show all of the players inside of a certain reserved server. Here is a gui i’ve made with some drawing on what I would like it to look like
You can then use Players:GetNameFromUserIdAsync(userId) to get their name Documentation
and use Players:GetUserThumbnailAsync(userId, thumbType, thumbSize) to get their profile picture. Explanation - OverEngineeredCode
If you have any problems implementing the system don’t fret to ask.