How do i make a script where there isn't a health bar gui?
comment below what you think please thanks
Use the SetCoreGuiEnabled
Method to remove the healthbar. This script MUST BE in a local script in PlayerGui.
game.StarterGui:SetCoreGuiEnabled("Health", false)