📅  最后修改于: 2022-03-11 14:57:15.384000             🧑  作者: Mango
script.Parent.Touched:Connect(function(hit)
if hit.Parent:FindFirstChild("Humanoid") then
hit.Parent.Humanoid.Health = 0
end
end)