If anyone could please tell me how to edit the Roblox default player list, that’d be a huge help, thanks.

1 Like
You cannot edit it!
First you must disable the playerlist via
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)
Then you must make your own playerlist in StarterGui, take advantage of features like Players:GetPlayers(), Players.PlayerAdded, Players.PlayerRemoving.
You can use SocialService for stuff like friend requests and inviting friends.
1 Like
Thanks for the help, I’ll be trying this!
Let me know how it goes and feel free to make as solution if it works!
I will, thanks for the help ![]()
Thanks, just tried it out and it worked! ![]()