How do i fix uiggridlayout

So im trying to mke it so the guis would Aline like this


But when i use a uigridlayout it does this, how do i fix it?
Screen Shot 2021-03-24 at 6.52.20 PM

Maybe try setting the BorderMode of the Gui to Inset.

Can’t you set the padding?

Not too sure on that though

The way BorderSizePixel is implemented creates a problem for you, because it expands the measurement of the frame, instead of using up the frames space. The way I would achieve this, is to create another frame inside your current frame with the position {0.975, 0},{0.975, 0} just like this.
image

1 Like

I tried that but it doesn’t work the borderline for the template doesn’t show
Screen Shot 2021-03-25 at 8.31.48 AM

Try mine uigridlayout.rbxl (23.9 KB)

1 Like

Alr now it works thanks

1 Like