OnTriggerEnter not firing

So I have a box collider and a capsule collider, the box collider is set to trigger and the capsule is not set to trigger, but has a kinematic rigidbody. I have checked my code and there are no typos, I have OnTriggerEnter(Collider other), it is not the 2d version, I haven’t messed with physics layers and it still isn’t firing. it worked fine before though. ive even researched it, but everything seems to be related to a typo or improperly set up colliders, which i made sure to set up properly.

Where are you script?

Edit: Sorry, it’s the one on the trigger object, without rigidbody?

um the saber has a RB and a non trigger collider, the note(cube thingy) has the trigger