Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why isn't the script turning off PlayerList?

Asked by 8 years ago
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)

1 answer

Log in to vote
0
Answered by 8 years ago

:SetCoreGuiEnabled() needs to be ran client side. So just put it in a localscript in starterpack/startergui and it will work

0
Thanks! iiCasual 20 — 8y
0
Ahem, you could use StarterPlayerScripts EzraNehemiah_TF2 3552 — 8y
Ad

Answer this question