Im trying to disable the player list and tried this
game.StarterGui:('PlayerList", false)
How can I fix this?
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers. Why was this question closed?
Use this to hide the player list:
game.StarterGui:SetCoreGuiEnabled(0, false)
Make sure it's in a LocalScript
Locked by Thewsomeguy, TheGuyWithAShortName, and AmericanStripes
This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.
Why was this question closed?