How can I make it so some ImageButtons and TextButtons aren't selectable on xbox?

How can I make it so some ImageButtons and TextButtons aren’t selectable on Xbox?

There is a property ImageButton.Selectable or TextButton.Selectable

When you set this to false then the UI element will not be selectable by controller users

1 Like

Use IsTenFootInterace to determine Xbox users.
https://developer.roblox.com/en-us/api-reference/function/GuiService/IsTenFootInterface

1 Like