Controller Can Select Disabled UI Elements

There’s a bug with controller UI selection that allows a controller to select elements that are in a screen gui that has its enabled property set to false.

This comes to be a problem when disabling UI elements that require text (such as a feedback gui):
cd5fd008ac36bea4a04b1f94f2eed4002007965b.png

1 Like

Maybe try setting this as well?
http://wiki.roblox.com/index.php?title=API:Class/GuiObject/Selectable

1 Like

ah thanks, forgot about that

1 Like