How to make guis not overlap eachother?

I’m not sure if this is supposed to be in art design support section, but I’m posting here anyways

I want to know how developers make their guis move to the side or up (For example, I get a notification, and that notification pops up on my screen as an gui, and I get another notification right after, and that notification moves up to make space for the new notification so they aren’t crowded into one space.)
zzzzcxcxzcxzzcxzcxzcxzcxzcxzcxzcxzcx
I struggle with guis alot, and I have no idea what this is called and I’m not even sure what to search for, so I came here to ask before starting my project.

For this you should use a UIGridLayout, which will automatically sort gui objects horizontally or vertically

1 Like

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