I need help disabling the default health bar. I can't find a script to disable it.
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?
Use local StarterGui = game:GetService("StarterGui") StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Health, false) put it as a script in Startergui
local StarterGui = game:GetService("StarterGui") StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Health, false)
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?