You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? Keep it simple and clear!
Keep frames in a scrolling frame with a grid layout to stay the same on all devices
What is the issue? Include screenshots / videos if possible!
When I view the game on mobile, the frames in a grid layout change positions. (Video below)
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
Yes, but I couldn’t find anything that helped.
Ok I think I know the issue but you have to resize the the Green GUI too.
Because maybe, Can you show the size I am sure you were using the Right Number and not the left number.
try this for the scroll frame Size {0.36, 0},{0.75, 0}
and something like this for the Green Button {0.4, 0},{0.064, 0} (Use the Number in the left).
The left number is screen size or parent size % The right number is pixel or something like that
This makes it so that the bar would scale with the size of the canvas though. What if you have a dynamic scrolling canvas that needs to be able to change size?