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