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

How do I remove the healthGui?

Asked by 9 years ago

I tried these following codes:

game.Players.StarterGui.HealthGui:Destroy()
game.Players.StarterGui.HealthGui:remove()

None isn't working

1 answer

Log in to vote
0
Answered by 9 years ago

Put the following code in a Local Script.

game.StarterGui:SetCoreGuiEnabled("Health", false)

Make sure you put the Local Script in StarterGui. Hope this helps!

Ad

Answer this question