I’m having an issue with my game. I did not know if this was an art design support issue, like the other help posts or a scripting issue.
In my game I have this frame with automatic canvas size on. In each subframe in this frame there is another frame also with automatic canvas size on but on the y axis.
When I go in game, not only is the horizontal bar which worked before loading in gone, there isn’t any scrollbar being created on the y-axis in the subframes.
I think I’ve found some kind of solution. When I open frames I set it to 0 and then tween it to the size it should be. Roblox doesn’t like it when its 0,0,0,0 or something because then it doesn’t create the scroll bars. Here is what happens when it starts from 0.5,0,0.5,0