How to prevent UI from overlapping? (Fixed?)

Making a little RPG game and noticed that some UIs will overlap when changing devices. Is there a way to prevent this?

This is what I want

But this is what the overlap will show when switching to a old iphone
image

Notice how there’s gaps in photo 1.

I am currently using “UIListLayout” and I do not want to use ClipDescendants as it won’t look right.

Another example

Switching to phone

This is what my UI looks like (in StarterGui)
image

Changed UIListLayout to UIGridLayout.

I think this is correct… It doesn’t seem to be overlapping anymore.

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