Catalog Avatar Creator help

Hello everyone, currently I’m working on the Catalog Avatar Creator type of game and I’m having a difficulties in loading Body Parts separately. For example, in original Muneeb’s CAC there is a Body category which includes subcategories: Torso, Arms and Legs. When I first started working on it, I thought that CAC fetching them through Enum.AvatarAssetType.Torso, Enum.AvatarAssetType.RightArm, etc. But CatalogSearchParams.new() returns empty table, when trying to get items with avatar asset types like that and I do not have any ideas of how Muneeb done it.

After searching in google, I have found AssetService:GetBundleDetailsAsync() method but I still have some troubles in sorting and actually loading items into scrolling frame. If someone can help me, that would be really really really appreciated! Thanks.

it’s because the body parts are offsale, you need to set IncludeOffSale to true if you want to individually filter the body parts

1 Like

That works, thank you so much!