GuiService AutoSelection selecting invisible buttons

So I’m making a tutorial gui. It’s pretty straightforward, not too many buttons just a “Next” and a “Back” button but for some reason whenever I try using a controller with it the GuiService seems to always select from only 3 invisible buttons. I can’t select the only visible button on the screen. Here’s a gif:

https://gyazo.com/d714e3e3c9272a7257923d8f24226616.gif

Even if I continue pressing down on the joystick, the selection still won’t select the continue button.

Even with an emulated cursor which uses the GetGuiObjectsAtPosition API, it still cannot detect that the button is there.

2 Likes

Make sure the “Continue” button has it’s “Selectable” property set to true.

I’m not sure why Roblox is suddenly selecting buttons that aren’t visible. It should automatically be like “This button’s parent isn’t visible. Let’s not select it.”

1 Like

It is selectable, and the only visible button on the screen.