Hi guys,
So for my menu I want to make my gui expand its icons when they become selected, instead of adding a selection box overlay.
At the moment, I don’t think this is possible on controllers, but I wanted to ask the community first and if nobody has anything I’ll make a feature request.
Here’s an exaple of what I’d like my gui to sort of resemble:
Here is my actual gui working as intended with a mouse cursor:
Obviously you wouldn’t usually see that selection box right there but I was in a testing server and didn’t feel like taking it out.
I would just bind each button to a guiService event that fires whenever the SelectedObject changes, but unfortunately there is no such event, so the only way I could think to do it now would be using a costly while loop.
If anyone knows of any clever ways of making XBOX guis better, let me know, I’m all ears
Thanks,
-big