So I’m trying to create a store where multiple items can be viewed and bought, however, I was originally going to just duplicate every “section” as can be seen in the video I attached but everything just seems to go out of place when I try duplicate an ImageLabel inside of a ScrollingFrame.
My question is is there any way to easily duplicate UI within a ScrollingFrame without it getting re-arranged all over the place? Any plugins or anything?. Thanks.
Yep, I changed the frame background to 0 so I could see and it looks like the frame fits perfectly it’s just the ImageLabels inside that don’t fit into the Frame for some reason.
Use a frame within a scrolling frame to create rows, build the rows, then simply duplicate the finished rows and move them in the order you want? That’s about the easiest and least buggy way I am aware of.