Making a Kill Part
#1
Put this script in a part to make it kill anyone that touches it.

Code:
link(script.Parent.Collided, function(h)
    if h.Parent:isA("Character") then
        h.Parent:kill()
    end
end)
Reply


Messages In This Thread
Making a Kill Part - by Jacob__mybb_import1 - 10-17-2010, 02:12 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)