Roblox released Avatar Backgrounds, Example Moonlight Meadow - Roblox, and they are currently labeled as Enum.AvatarAssetType.AvatarBackground. However how can I get the actual Image ID that’s used via a Local Script?
I’ve tried both MarketplaceService:GetProductInfoAsync(ID, Enum.InfoType.Asset) and AvatarEditorService:GetItemDetailsAsync(ID, Enum.AvatarItemType.Asset), but neither get me the Image ID that’s used inside: 76744237314941.
I know I can get the Image ID inside via AssetService:LoadAssetAsync(ID).Parent = workspace and retrieving the Image ID there, but I’d like everything to be used inside a Local Script when querying for Catalog Items