Is there a bug in deactivating the player list?

I previously made another topic

the comments helped me

but for some reason it stopped working I have seen several topics like this and tutorials on youtube but they do not work for me

player list
( this image is with the scrips)
at first I did it again but still the list looked

all help accepted

Well maybe try using a wait():

local starterGui = game:GetService("StarterGui")

wait()

starterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)
1 Like

Where is your script? You should’ve provide the code if you are having trouble with the code.

1 Like

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