01-02-2011, 11:09 PM
Looks redundant, couldn't it just be this?
Code:
player = script.Parent.Parent.Parent
link(script.Parent.MouseDown, function()
player.Character.Health = 0
end)