How do I space my UI?

Is there a way to keep the distance between my uis the same no matter the size of the screen?
image

The spaces currently strech as the screen becomes bigger.

3 Likes

maybe use offset instead of scale? just a guess

4 Likes

I am currently using offset on each

3 Likes

Try using a UIListLayout, allows you to store ui instances within a list and also provides an property for spacing each instance between called “Padding”. Make sure you use the padding’s offset value.

3 Likes

Is it possible to do so without using scripting components?

3 Likes

Found the solution, if you parent all of it into another frame the spaces will not be changed.

3 Likes

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