local Part = script.Parent
Part.Touched:connect(function(child)
if child.Parent:findFirstChild("Humanoid") then
child.Parent.Humanoid.Health = 0
end
end)
put this script on a brick it should work with 2011 client:Thanks you will be in credits in my obby
local Part = script.Parent
Part.Touched:connect(function(child)
if child.Parent:findFirstChild("Humanoid") then
child.Parent.Humanoid.Health = 0
end
end)