void OnTriggerEnter(Collider other) { tk.BHit(); if (other.tag == "Note") { Destroy(other.gameObject); } }