How did you get my project to follow a tab order that I want? when I hit the TAB key, I want it to jump to the object I designate. Everything I find on google says that you can only tab in order of UID. However, when looking over the Multiplayer chat tutorial I see that Ashley was able to have it tab out of order. It goes from NameTextBox (UID 2) to RoomNameTextBox (UID 13) to JoinButton (UID 3). How can I get my project to tab in the order I want?
Here is a link of her project.
editor.construct.net