Disable Player List and Backpack option

I basically wanted to get rid of that Player List and Backpack option feature because it gets in the way of my custom Player List and it has no use for the game I’m making. what can I do to disable it?

That icon I’m talking about:
Bildschirmfoto 2021-01-09 um 22.25.10

1 Like
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)
2 Likes

Do you put this in a local or a server script?

Try not to bump other posts please

Local Script, since you’re hiding the Gui for the client individually

Server Script would probably result an some sort of error

Sorry I wasn’t sure and I had no way of knowing what type of script to put this in.
Thanks

1 Like

Hmm, for that you’ll have to disable Backpack, Playerlist, EmoteMenu (To disable the little dots). But if thats not what you want, I don’t know if theres a way