Inserting EVERY hat in existence

So let’s suppose hypothetically somebody wanted to insert every accessory that exists into their game. How would they do this?

All of them simultaneously or one a at a time?

doesn’t really matter how fast it is. Similar to how catalog heaven loads accessories. I really just want to have every hat in existence in a folder.

Honestly wouldn’t be that hard if you know the web api

You can use InsertService:GetCollection(CategoryID)

The only does most recent and not all of them

I don’t know the web API lol

: (

Maybe you could just use the catalog api.

You’d use Roblox’s Catalog API to receive the hats, and achieve that by utilising ProxyService.