Add new enum value: Enum.BundleType.Shoes

Right now, the BundleType enum contains 2 values: BodyParts and Animations.

https://developer.roblox.com/en-us/api-reference/enum/BundleType

Shoes bundles have just been added to the Avatar Shop, however there is currently no BundleType enum value for Shoes.
This makes it impossible to search for Shoes bundles using the AvatarEditorService search API (CatalogSearchParams) as you must provide a valid BundleType for what kind of bundle you wish to search for.

Adding this enum value would allow me to fully support searching for Shoes bundles in my in-game avatar editor.

21 Likes

Thanks for the feature request. We will add support for Shoe bundles here.

17 Likes