Unable to Interact With Button UI Elements on Controller With Virtual Cursor Enabled

My players (who use a controller) are unable to click on the TextButton object if the virtual cursor is enabled.
I’ve attached a reproduction file of the place.

You will be able to click on the buttons with a mouse & it will print, but if you’re using a controller, there is no way for you to interact with them.

My guess is that it has something to do with the hierarchy of the GUI Objects, but I haven’t been able to figure it out.
UI_Bug_Repo.rbxl (77.6 KB)

The Active property on all of your buttons is set False. It needs to be set to true in order to receive selection!

Thank you so much. That’s embarrassing :sob:. Sorry for wasting your time!

You’re good! The Active property isn’t exactly intuitive (it tries to do too many things).

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.