Folders have a low sort priority in the explorer

I’m not sure whether this is a bug or not, but I believe it is as folders typically are shown before everything else (i.e. Windows). On quite the contrary though, ROBLOX seems to display them at the bottom of the children of an object:

If this isn’t a bug/oops, I’d love to know why folders would be intentionally placed at the end of the sort order. [strike]Also, would I be able to change the priority in reflection metadata or something?[/strike] Took like two seconds – changed the old to the new, but it’d be nice if it could still be fixed by default:

<string name="Name">Folder</string> <string name="summary">An object that can be created to hold and organize objects</string> <string name="ExplorerOrder">22</string>

<string name="Name">Folder</string> <string name="summary">An object that can be created to hold and organize objects</string> <string name="ExplorerOrder">0</string>

I’ve found this extremely frustrating as well. Please fix it or explain.

Edit: I suspect that this was simply something that wasn’t thought about when adding it

Step 1) Open the ReflectionMetadata.xml file in the production studio directory
Step 2) Ctrl+F and search for “Folder”
Step 3) Change ExplorerOrder from 22 to 0 and save
Step 4) ???
Step 5) Oh my god you just saved everyone the trouble of editing their ReflectionMetadata every time Studio updates! Thanks a ton ROBLOX team!

I’m no Wizard, but I’m fairly certain changing 22 to 0 in an XML file should take about 2 seconds. ROBLOX pls.