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