void RespawnPowerup() { foreach (GameObject Powerup in Power) { if (Powerup.CompareTag("PowerUp")) { Powerup.SetActive(true); } } }