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

How do I disable/turn off the default health bar? [closed]

Asked by
iWagen 5
5 years ago

This question already has an answer here:

How do I hide/remove the new roblox health bar?

I need help disabling the default health bar. I can't find a script to disable it.

Marked as Duplicate by RayCurse, green271, zblox164, and User#21908

This question has been asked before, and already has an answer. If those answers do not fully address your question, then please ask a new question here.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 5 years ago

Use local StarterGui = game:GetService("StarterGui") StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Health, false) put it as a script in Startergui

0
THANKS!!! iWagen 5 — 5y
0
You are welcome dude :D! Igoralexeymarengobr 365 — 5y
Ad