RealGoodDan

Generation

code to explanationFri, 21 Jul 2023

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)

Want to kickstart your project?Use the new AI Studio to create your code