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

How can I fix this? [closed]

Asked by 10 years ago

Im trying to disable the player list and tried this

game.StarterGui:('PlayerList", false)

How can I fix this?

0
game.StarterGui:SetCoreGuiEnabled('PlayerList", false) Lacryma 548 — 10y

Locked by Thewsomeguy, TheGuyWithAShortName, and AmericanStripes

This question has been locked to preserve its current state and prevent spam and unwanted comments and answers.

Why was this question closed?

1 answer

Log in to vote
1
Answered by 10 years ago

Use this to hide the player list:

game.StarterGui:SetCoreGuiEnabled(0, false)

Make sure it's in a LocalScript

0
Thanks :D Chromathyst 10 — 10y
Ad