Gui is not correct

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I want the gui to be full screen
  2. What is the issue? Include screenshots / videos if possible!
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    Tried everywhere
    After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!

Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.

1 Like

Have you made the UDim2 sizes (1,0,1,0) and not whatever else you have used?

1 Like

I am using a frame for the background is that the problem

1 Like

What is a UDim2 size???

1 Like

Disable GuiInSet property in the ScreenGui

3 Likes

Okay, I will look for it . 3_0 chars

1 Like

A UDim2 value is used for UI. The first value corresponds to the scale, and the 2nd corresponds to the offset. Offset is measured in pixels, and scale is measured in percentage, as it is different depending on the display resolution.

Ooh okay thanks 3_0 chars are a problem sometimes

Thanks It worked now haha that was easy

Glad it worked! if you have anymore issues don’t be afraid to make another post!

2 Likes

If the GUI is still there, you can fix it with using the GUI service to disable the CoreGUI. Other than that, it should look fine! Also, I recommend using the UIDesign plugin as that will help alot with UI.

oh okay thanks to you too

3_0 chars

1 Like