Hi the script is down here My Roblox group #!/about Script: local tool = :Connect(function() local character = local humanoid = character:FindFirstChild("Humanoid") if humanoid then local maxHealth = local healAmount = maxHealth * -- 30% de curación -- heal player = ( + healAmount, maxHealth) -- Destroy Tool tool:Destroy() end end)











