How can I deactivate the player list

How can I disable the player list?

user.PNG

How can I disable that other players do not see it

¡any help is accepted!

2 Likes

use StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false) to disable the player list.

3 Likes

hmm, I did not understand very well

1 Like

Put a localscript in StarterGui

in script put: game:GetService(“StarterGui”):SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)

8 Likes