public void OnTriggerExit2D(Collider2D other) { if (other.CompareTag("Player")) { foxScript.FallBack(); } }