How can I disable the player list?
How can I disable that other players do not see it
¡any help is accepted!
How can I disable the player list?
How can I disable that other players do not see it
¡any help is accepted!
use StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)
to disable the player list.
hmm, I did not understand very well
Put a localscript in StarterGui
in script put: game:GetService(“StarterGui”):SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)