01 | while true do |
02 |
03 | for inx, val in pairs (game.Players:GetPlayers()) do |
04 | if val:FindFirstChild( "PlayerGui" ) then |
05 | if val.PlayerGui:FindFirstChild( "HealthGUI" ) then |
06 | val.PlayerGui.HealthGUI:Remove() |
07 | end |
08 | end |
09 | end |
10 |
11 | wait() |
12 | end |
The Health Gui won't remove? There must be update.
1 | game.StarterGui:SetCoreGuiEnabled( "Health" , false ) --This will remove the health bar Gui by ROBLOX. |
This script must be in a local script. Inside of StarterPack or StarterGui.