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

How do I remove health bar?

Asked by 10 years ago

How do I remove the health bar and the backpack? I need a script for it. Answer below if you know.

1 answer

Log in to vote
0
Answered by
Kozero 120
10 years ago
game.StarterGui.SetCoreGuiEnabled(Enum.CoreGuiType.Health, false)

You can also remove the Backpack,Playerlist,Chat or even "All" of them.

0
game.StarterGui.SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false) That dosent make the chat disappear? NinjoOnline 1146 — 10y
0
You need to put it into a local script. Kozero 120 — 10y
Ad

Answer this question