XBox A Button not firing

So I’m pretty new to scripting on XBox seems relatively easy except when A stops responding at random points. What makes the A button stop responding and how can I prevent this from happening? It only happens specifically at 1 area in my game on 1 frame but reoccurs everytime and I have absolutely no idea how to stop it.

Right now I select a button, when the player goes down and then back up to that button, A is disabled then they press B. It seems to be some built in feature I feel like has something to do with jump but could be wrong.

1 Like

Fix was actually something dumb on my part lol, but I will still leave this here incase anyone has a similar issue:

If text labels or image labels are parented to the button, even if they cannot be clicked, if the selected property is true they can be selected and block clicks to the button.

What do you mean by that? I’m trying to get past this issue and I’m awfully confused.