📅  最后修改于: 2022-03-11 15:00:38.753000             🧑  作者: Mango
function onTouched(Obj)
local h = Obj.Parent:FindFirstChild("Humanoid")
if h then
h.Health = 0
end
end
script.Parent.Touched:Connect(onTouched)