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?
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
Alright, but how would I get all the items provided by http service?
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
All right, thank you for the help! I will be studying that
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.