I’m trying to find every gear, loop through its descendants and save every sound found in the gear. However I’m not sure how to actually find every gear. I tried AvatarEditorService:SearchCatalog() but that can only return up to 1000.
With AvatarEditorService:SearchCatalog() and additionally searching with every CatalogSortType, I only found 1167 unique sounds. I know that there are about 2000, meaning at least 900 sounds are being skipped, which is a lot of sounds.
If anyone knows a way to find the remaining 900, that’d be appreciated. Thanks in advance.