null nil true true -0.5 0.5 0 0 -0.5 0.5 4 0 21 5.5 2.4000001 15 1 0 0 0 1 0 0 0 1 false 0.5 1 0.300000012 -0.5 0.5 0 0 -0.5 0.5 0 0 false 256 Part 0 -0.5 0.5 0 0 0 0 0 -0.5 0.5 3 0 0 0 0 0 1 15 1.20000005 2 true false Script function onTouch(part) local humanoid = part.Parent:FindFirstChild("Humanoid") if (humanoid ~= nil) then humanoid.Health = 0 end end script.Parent.Touched:connect(onTouch)