Cannot select TextButton on console (in scrollingframe)

I’m trying to make it so on console you can actually interact with the buttons shown below

image

My problem is that when I use my controller on this scrolling frame I cannot select any of the TextButton’s.

1 Like

check if it’s the ZIndex maybe?
I’ve never made my UI for consoles personally.

I just tried but it doesn’t seem to change anything, it also does work for PC and mobile, just not console.

I don’t use Roblox’s new Icons, verify if it’s really a textbutton.

image

Damn, Idk, check for the properties like “Modal”, “Active” etc

Yeah, doesn’t seem to work either. Would it be an issue that the buttons are added to the scrolling frame when the UI (shop) is opened?

try preloading the buttons on load

Tried it, still doesn’t let me interact with the buttons, I also have a similar system in another game and it works fine

Maybe a Roblox client bug, I can’t help you more about that, I’m sorry.

Yeah that sucks, thanks anyway.

Figured out the issue, It was extremely obvious, the Selectable property wasn’t on, I’m really dumb.

1 Like

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