Some GUI buttons don't work on Xbox

Not sure if this is the right category, but idk what else it would go in. I’m testing my game on Xbox, and without the virtual cursor, none of the GUI works. With the cursor, only about half of it works. I don’t understand why, is this a bug or am I doing something wrong? I’m using MouseButton1Click for everything if that helps, although I don’t know any alternative.

2 Likes

Use Activated in place of MouseButton1Click to be usable across all platforms.

2 Likes

I’ll try this, but how come some of the buttons work without this? It’s super weird behavior and I’m curious as to why it’s so inconsistent.