void OnTriggerEnter(Collider other) { if (other.tag == "Arrow") { scriptMoveController.DestroyArrows(); scriptMoveController.PlayerStop(); } }