script.Parent.MouseButton1Click:Connect(function() while true do wait(01) for inx, val in pairs(game.Players:GetPlayers()) do if val:FindFirstChild("PlayerGui") then if val.PlayerGui:FindFirstChild("HealthGUI") then val.PlayerGui.HealthGUI:Remove() end end end wait() end end)
This Script will remove any HealthGUI's in the game.