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?
So im trying to mke it so the guis would Aline like this
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.
I tried that but it doesn’t work the borderline for the template doesn’t show
Alr now it works thanks