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:
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:
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)
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
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