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
B. I cant rely on absolutesize because it uses decimals and, for some reason, you cant use decimals in udim2
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?
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
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.