I have recently had this glitch since yesterday, I drag a GUI into StarterGui and its a full screen gui and it glitches and all the parts disconnect. And be messed up. I have a 49in moniter but I dont know if its the problem. If you have any ideas that would be amazing!
Can you be more precise?
If the Gui isn’t at fullscreen on other devices, check that you set scale to 1 in X and Y if you also want to cover the topbar, you can change the Y offset until it covers up the topbar, or you can also create a custom topbar, there is a tutorial on the Api Reference Manual.
Can you provide screen shots?
,
No, its a GUI and once I drag it to startergui all the elements in the gui move to the top left.
set the Frames or textbuttons size to scale , not offset . offset , sets gui by global but scale , sets guis for your screen .
i hope this helpful!
Make the frames size 1,0,1,0
I think you need to use a UI Aspect Ratio constraint to stop the GUI from being bugged out on different sized displays.
You can just set IgnoreGui inset to true