IEnumerator DeActivateTeleport() { yield return(new WaitForSeconds(deActivateTime)); tp.DeActivate(); StartCoroutine(ActivateTeleport()); }