Put this script in a tool. Clicking while having this tool selected will kill the player that is using the tool.
Code:
link(script.Parent.MouseDown, function()
script.Parent.Parent.Parent.Character.Health = 0
end)