I tried these following codes:
game.Players.StarterGui.HealthGui:Destroy()
game.Players.StarterGui.HealthGui:remove()
None isn't working
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!