XBox GuiService force select object?

How can I make the gui selection appear automatically?

Currently, I put this.

GuiService.SelectedObject = dialogChoices.Choice1.TextButton

This appears to force it to select it, ONLY if the SelectionEnable is already turned on, how can I make the SelectionEnable turn on automatically

(so where XBox users can use the joystick to interact with guis, I want it to enable this automatically instead of the user having to press the xBox button to enable it)

Ok it appears to be this property that enables it automatically, but for some reason mine isn’t working.

Solved. SelectedObject property cannot be altered when the gui is in a tween state.

4 Likes