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
#2
+1 Thanks. Big Grin
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)