How can I pull a random asset from the catalog, hats, shirts, pants, etc?
(I’ve looked around and haven’t been able to find anything)
Use CatalogService and Math.Random. If those don’t work then idk.
Don’t know if it’s against their ToS but I’d use a proxy to visit their catalog API
Using this would require API services if your trying to get a ROBLOX WEBSITE item.
Im not too advanced with API services, but i know that theres this webside that you can use for ROBLOX limited items. im not sure if its the same with regular roblox items. but using the API services and math.random you should achieve what your looking for! hope this helps.
Finally got it working after 1 hour of working on it. Thank you for leading me on the right track. I wanna thank everyone for their help but if someone in the future needs to know how to do this I can get you on the right track:
Hi, I hope you see this. I was wondering what method you used to use a proxy to fetch a completely random asset. I understand how to pull and grab assets and their info, but I want to ask how you made the results random.