I have a gui I made and it has a scrolling frame in it but every time the screen size changes the scrolling frame changes as well. I know that you have to set the offset of all gui objects to zero so but for the scrolling gui it seems like it doesn’t want to work.
Here are a few screenshots:
I’ve been having this problem a lot recently and I just don’t know what to do about it anymore.
You can put the scrolling frame as a child to the brown background GUI. Then, set the size to the following:
{1, -10}, {1, -10}
And set the anchor point to the following:
0.5, 0.5
this should fix your issue.
If this does not help may we see the scrolling frame properties?
It didn’t work so here you go:
I forgot to mention, may you show what happened, too?
The same thing that happened when I first made the post happened again. When I made the changes you suggested nothing changed for the scrolling frame.
Can you film a video of it? Or pictures is ok.
If you are using the roblox emulators, sometimes you have to redo the emulator to make it fixed.
But if you are changing the size of your screen, go in and out of the roblox emulators, it works for me.
Check if there are any constraints.
Never mind, I solved it myself.