local function Death()
	game.Players.LocalPlayer.Character.Humanoid.Health = 0
end

game.Workspace.Part.Touched:Connect(Death())