How to Disable Player List in Roblox
You can disable the player list by using a LocalScript. Just add a LocalScript to StarterPlayerScripts with this code: `game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)`. Poof! No more player list!
Play Games.Earn points.Get gift cards!

Playback Rewards
(13.7k)
500k players and counting...
More Answers
In a LocalScript, use `game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)` to disable the player list. Easy peasy!
Why disable the player list? Just makes things harder. Keep it!
I tried disabling it for my game by placing a LocalScript in StarterPlayerScripts with `game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)` and it worked like a charm!
馃憖 If you like Roblox...
The brands referenced on this page are not sponsors of the rewards or otherwise affiliated with this company. The logos and other identifying marks attached are trademarks of and owned by each represented company and/or its affiliates. Please visit each company's website for additional terms and conditions.
People also want to know
Add an Answer