The title pretty much says it all. How would you go about distributing something like text buttons easily on a frame. I know of UIListLayout, but I want a little more freedom.
I’m not exactly sure what you mean, but I think you want something to help you position your Frames or Stuff like that, right?
I use ‘Zawie’s GUI Positioning Tools’ by @Zawie . I have found they serve an amazing purpose, and are used very very often in positioning my Frames, and I could not be more happy to have come across it.
Hope this helps, AridOats.
Sorry if I was unclear. I meant evenly separating like 20px apart or something.
Thanks for your response though!
Just manually scale/move it in properties or you can write a script using UDIM2 I believe to achieve it.
In the position property you get a simple layout {0, 0}, {0, 0}. The bolded digit is the one you want to use to position your UI with pinpoint accuracy it allows you to move UI on a per-pixel basis. Hopefully, this helps. ![]()