How do you get data from the catalog like the hats(or everything else) from the first 10 pages?
This is how you insert something from the catalog
insertService = game:GetService("InsertService") insertService:LoadAsset(IDHERE).Parent = game.Workspace
I'm not sure how you would get everything from the 10 first pages. Though this should get you started.
If you have any questions about the code provided please let me know!
-ScrappyHaxor