I made a scroll frame, but the bar disappeared. The transparency is set to 0 and the color is set to white. It was showing until I resized it and put it in a frame. I have no clue what happened.
Before
Now
I made a scroll frame, but the bar disappeared. The transparency is set to 0 and the color is set to white. It was showing until I resized it and put it in a frame. I have no clue what happened.
Before
Could you send some images so we can see what the issue might be.
Have you checked the zindex of the scroll frame? If the zindex of the scrolling GUI is set to a value lower than the frame you put it in, that might be the issue.
And also try and set the background transparency of the scrolling GUI to 0, so that you can see if it works at all.
Other than that, it might be a studio bug.
I tried both of those, but they don’t work. I then added another scrolling frame and changed it to the same size and the bar also stopped showing, so I guess it has something to do with the size? Is that possible?
It might be, move the size around and see if you get any other result then.
I had something similar. When i resized a textlabel inside a scrollingFrame, it seemed like it disappeared. But it didn’t. The textlabel went below. I had to scroll to find it. It’s annoying
Is the visibility of the frame set to false?
Have you tried changing the canvasSize to x = 1,0 y = 2,0
This happens when the canvasSize is smaller than the gui it’s parented to
What is the parent of your scrolling frame?
I had the same problem and the parent was a TextBox. The Idea was when I click the box the GUI will appear.
The GUI was a child of the parent and was invisible in the beginning. After I clicked the button the Scroll Bar was still invisible.
So I changed the parent of the Scrolling Frame and now everything is working fine. You may try this too.
Increase the canvass size
Ok?. I think it’s important to share my solution that worked for me and hopefully it helps someone else so I’ll state it again Increase or reduce the canvas size to fit your needs and for the scrolling bar to show