I’m trying to make a decal browser for my game. The electron chat app has a good decal browser (image)
Thanks.
I’m trying to make a decal browser for my game. The electron chat app has a good decal browser (image)
I’m pretty sure you can ‘abuse’ AvatarEditorService:SearchCatalog() to make it search for images too, you just have to adjust CatalogSearchParams.AssetTypes to include AssetType number 1 (Image) or 13 (Decal)
Pretty big chance that this DOESN’T work, but you might have to try it out.
An altarnative (working) option would have to be using Open Cloud, then sending a HTTP request from a server to https://apis.roblox.com/toolbox-service/v2/assets:search and then transfer the data to the client. For this i recommend checking out this page on the Documentation (Assuming you know how HTTP requests work)