Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
2

How do you get data from the catalog?

Asked by 6 years ago

How do you get data from the catalog like the hats(or everything else) from the first 10 pages?

1 answer

Log in to vote
0
Answered by 6 years ago

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

Ad

Answer this question