Make 2 parts share the same absolute position?

Im basically making a GUI system that uses UIListLayout
In frame1 there is a UIlist with the imagebuttons, and on frame2 is where the clones are put so they can be tweened.
However, i cant seem to get the imagebuttons in the same position (frame1 and 2 have the same size, anchorpoint and position)

Code:

Does frame2 also contain an UIlist?
There’s a chance that the UIlist in frame1 changes the position slightly, check the properties of UIlist.

I think it’s because image buttons and frames have different anchor points relative to its size

No, it doesn’t
Screenshot_297
This is what it looks like at the moment, with the math above

Managed to find a solution

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