Exporting Accessories To a Module

Hi! I wish to export 500 of the best selling accessories on the catalog into a module script. In the module I would want the ID as a key with the name of the item as a value. How would I go about accomplishing this?

To go in the right direction you should probably use Roblox’s API to get the best selling accessories. (Requires a proxy)

Then decode the JSON and store the “name” and “id” in your own table, where ID is a key and name is a value, for each accessory.

I would use the resources below to accomplish this.

Resources:

Thank you so much I will look into this.