"SetCoreGuiEnabled is not a valid member of PlayerGui"

When I try to disable the player list with a simple script: game.Players.LocalPlayer.PlayerGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList,false) It shows me a error SetCoreGuiEnabled is not a valid member of PlayerGui? I’m currently trying to replace the Player list with a custom one.
If you are able please try to help me :wink:

You need to call the method on StarterGui, not PlayerGui

Oooo, it actually worked! Thanks :grin:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.