how are badges ordered in roblox player inventory
Badges in Roblox player inventory are typically shown in reverse chronological order by when they were earned, so newer badges appear first. Roblox’s creator docs also note that when a badge is newly created, it goes to the end of the badge list, and developers can later reorder badges in the experience’s badge settings.
What that means
- Player inventory: usually sorted by acquisition time, with the newest earned badges first.
- Experience badge list: newly created badges are appended to the bottom, then can be manually reordered by the creator.
- Profile view: Roblox has historically shown only a limited badge preview on profiles, separate from the full inventory view.
Practical takeaway
If you’re looking at a player’s inventory and the order looks odd, it’s usually because Roblox is using the order badges were earned or displayed by its current backend ordering, not alphabetical order. For an experience’s own badge page, the creator’s chosen order controls how badges appear after reordering.
Quick note
Roblox discussions from developers also mention that badge visibility and ordering have changed over time, so the exact display can vary a bit across profile, inventory, and API views.