Is there an easier way to space out UI elements evenly ?
I’ve been using ROBLOX Studio since late 2016 and have always hated having to evenly place UI elements evenly for a nice modern look.
Is there by chance a plugin or a better way than me always having to count pixels and space it that way and just kinda eye-ball it sometimes!
For your use case, you could probably benefit from a UIGridLayout. I have used these multiple times and they have been a life saver.
I’ve seen UIGridLayout before but I personally dont like how its all boxes and not a customizable shape, is there a way to configure it?
Sadly if you want to do that, you’re going to have to come up with your own way to do it mathematically. When I need different sized stuff like that, I tend to nest them in more frames with the layouts if I need to put different sizes next to each other.
If you want something like this, you’ll have to do it yourself.

Thought so, ROBLOX should make it a feature or someone to make a plugin for easier layouts!
Thank you for the contribution, I’ll mark you as a solution.
This is how I tend to do most of my UI layouts. Here’s an example of a shop I made earlier for fun to try and do some more basic UI design.
It’s (obviously) not finished, it’s just a rough draft. But how I go about sizing my UI elements is all done mathematically so everything ends up aligning how I want it to.
2 Likes