Decals not loading images

That’s because the AssetId key/field of the table value returned by GetProductInfo() matches the ID that was passed as an argument to it. You need to iterate over the catalog IDs behind the requested decal ID in order to retrieve its corresponding image ID.

2 Likes

Right, I made my own version of this, yet it led to other errors such as “Too many requests (HTTP 429)”
Is there a way I could fix that?