Get limited Items obtainable in experiences

Hi, how would I go by getting ALL the roblox limited items that can be obtained in experiences and putting them into a UIListLayout from a ScrollingFrame inside an Billboard Gui? How could it work?

6 Likes

Make a template with all info you wanna put, then use some http service stuff(I dont really know this part),make a for loop with all the items provided by httpservice, in the for loop clone the “template” and put it into the list, fill all information that httpservice provide such as image
(New ContentId format for easy thumbnail loading), item name and other stuff you wanna add and that would be it

4 Likes

Alright, but how would I get all the items provided by http service?

1 Like

I dont really know, maybe this post is useful:

You complement it with httpservice and do JSON decode then use the raw data and do the for loop

1 Like

All right, thank you for the help! I will be studying that

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.