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

Why doesn't this work ?

Asked by 9 years ago

Please make your question title relevant to your question content. It should be a one-sentence summary in question form.

game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false)

I want to remove all the core parts ( playerlist,game settings,health) everything.

0
Is this a Script or a LocalScript? Where is it? BlueTaslem 18071 — 9y

1 answer

Log in to vote
0
Answered by 9 years ago

Just try this:

local StarterGui = game:GetService('StarterGui')

StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false)

Maybe you need to call StarterGui as a service for it to work?

Please don't downvote if it didn't help. I am trying to help, and was simply suggesting an alternative.

0
This isn't different, as long as he didn't rename the StarterGui service. BlueTaslem 18071 — 9y
0
True. TheDeadlyPanther 2460 — 9y
Ad

Answer this question