01-31-2011, 02:08 AM
There :
Code:
function onTouch(part)
if part.Parent:isA("Character") then
part.Parent.Health = 0
end
end
link(script.Parent.Collided, onTouch)