Function ontouched(hit)
Local h= findfirstchild("humanoid") If h ~=nill then humanoid.health 0
end end
script.parent.touch:connect(ontouched)