How to make frame gui cover the whole width of the screen

Both are 0.5, 0.5 anchor point and size {1, 0},{0.15, 0}

Top position is {0.5, 0},{0.075, 0} and bottom is {0.5, 0},{0.925, 0}

For some reason, the width is fully covered only if i set the size as 1,0,1,0 with anchor point 0.5, 0.5 and position 0.5, 0.5 idk why

1 Like

In the ScreenGUI, enable the property “IgnoreGuiInset”.
This will let the gui use the whole screen (although some parts of the GUI may become hidden due to the corners and the camera inset)

1 Like

Yea its already enabled, for some reason it still doesnt work

1 Like

Just found the solution as soon as i posted that, I just had to set the ScreenInsets to None
image

2 Likes

Yeah, was about to comment that

2 Likes

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