How do i set the position of an uielement outside of an uilist to the position of an uielement inside of an uilist?


I have a frame with an uilist, and inside several guielements
The problem is that when you use an uilist:
A. The position gets disabled
image
B. I cant rely on absolutesize because it uses decimals and, for some reason, you cant use decimals in udim2
image
So is here a way to set the position of a gui element outside of the uilist EXACTLY to the same position as a gui element inside uilist?

So you want a GUI Element to have the position of another one?
Try using the LayoutOrder property.

LayoutOrder
If you want to have offset for specific frame you can nest it inside another frame.

I dont really understand what layout order has to do with this sorry if i phrased myself wrong
I mean like, I have some gui elements inside of an uilist
image


How would I make it so that, a gui OUTSIDE of the ui list can have the same position as any element INSIDE of the ui list

You could use invisible frames and place your texts inside them. This way, it removes the position constraints and allows the text to be freely moved. Additionally, it allows you to add other GUI elements into the same frame, just as you’re asking for.

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