public static void killPlayer(playerScript player)
 {
     Destroy(player.gameObject);
     gm.StartCoroutine(gm.respondPlayer());
 }