Teams currently do not have a SortOrder to help organize them, but the workaround for 10+ years has been to insert them in a specific order to maintain an ordered team list.
Expected Behavior
The first team put in the Teams folder should appear first on the list of teams. The second team put in the Teams folder should appear second on the list of teams. So on and so forth.
Actual Behavior
Teams are sorted seemingly at random.
Relevant Info
Latest version of Roblox Studio
Windows 10
Not entirely sure when this bug started, but sometime within the past week
This change is likely related to the post you linked. Before enabling the change you linked, we enabled a separate change so that the default team UI scripts would account for the change in arrival order. Do you have a custom team presentation UI script in your game? Please share a link to the game where this is happening.
I downloaded a copy of the place, when i run it locally the teams order is consistent.
I downloaded a copy of the place, when I run it locally the teams order is consistent. We tried changing a flag setting on production, does the issue still repro for you?
Are you running under team create? Do you possibly have any plugins that might be affecting the Teams?
When I downloaded the copy, I didn’t include any LinkedScripts, is it possible that you have a LinkedScript, or require a script by asset id, or load a script via insert service that may work with Teams?
Not using team create, however I have collaborative editing on if that matters.
I don’t use any plugins that affect teams. There are LinkedSource scripts, however none of them affect teams. There are no scripts that mess with the Teams folder/service.
If it helps, this place is extremely simple and experiences the exact same problem:
It looks like a fresh install of Studio resolved the issue? Strange, but I’ll take it. I’m guessing it somehow didn’t change the flag when you mentioned it in your earlier post.