void OnTriggerEnter(Collider other) { //Destroy(other.gameObject); if (other.tag == "Player") { if (col.CheckResults()) { col.ResetAll(); } } }