Hello this bug started 2 months ago roughly, only on server side when you use the AvatarEditorService to search the catalog for Emotes it will in studio return the correct IDS but when in-game it return only 2 IDS of something called “Half Head” and the other ID is random. I have attached images to show what I mean.
Issue only happens In-game and Server-Side
Search Params
local params = CatalogSearchParams.new()
params.SalesTypeFilter = Enum.SalesTypeFilter.All
params.AssetTypes = {Enum.AvatarAssetType.EmoteAnimation}
local types = game:GetService("AvatarEditorService"):SearchCatalog(params)