script.Parent.Touched:Connect(function(hit) if hit.Parent:FindFirstChild("Humanoid") then hit.Parent.Humanoid:TakeDamage(20) --mude o tanto de dano de attack wait(0.1) script.Disabled = true wait(1) script.Disabled = false end end)