private void OnTriggerEnter(Collider other) { ToothFallBack(); gameObject.SetActive(false); gameLogicController.GrowOneTooth(); }