private void OnTriggerExit(Collider other) { if (other.CompareTag("Rover")) { target = null; line.SetActive(false); robot.ExitDecetPlayer(); } }