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

How would i disable playerlist?

Asked by 4 years ago

i have tried this

game.StarterGui:SetCore("PlayerList", false)

but it dont seem to work

1 answer

Log in to vote
2
Answered by 4 years ago

You seem to be the one i run into most on this site since you joined anyways you want to use setCoreGuiEnabled as seen in my code below

game.StarterGui:setCoreGuiEnabled("PlayerList",false)
0
you are right HappyJakeyBoy 67 — 4y
Ad

Answer this question