Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Scrolling frame not showing the scroll bar. Y?

Asked by 5 years ago

It's literally the title, I copied a working scrolling frame from my game and tweaked some things with some new buttons and stuff. But for some odd reason the scroll wheel bar won't show up. It worked before but it's not working here. Here's the info on it: -Scrolling CanvasSize = 0,0,2,0 ElasticBehaviour = WhenScrollable HorizontalScrollBarInset = None ScrollingBarImageTransparency = 0 Color of it = 255,255,255 ScrollingBarThickness = 12 ScrollingDirection = Y ScrollingEnabled = true VerticalScrollBarInset = ScrollBar VerticalScrollBarPosition = Right Help please?

1 answer

Log in to vote
0
Answered by 5 years ago
Edited 5 years ago

Your ScrollBar ImageColor is (255, 255, 255) and the Transparency is 0, this means you should be able to see a solid white scrollbar.

Since you can see the frame but not the bar. I suggest checking the ScrollingFrame BackgroundColor3 property. If this is set to the same color as your ScrollBar (and the Transparency of the Frame is also 0) then this is why you can't see the ScrollBar.

Solution: Try Changing one of the two colors (Frame BackgroundColor3 or ScrollBar ImageColor) or even the Transparency of the Frame and it should appear.

0
I appreciate the attempt, but it still did not fix my problem. Sorry. wilsonsilva007 373 — 5y
0
What are the properties of the ScrollingFrame then? SerpentineKing 3885 — 5y
0
Oh and can you check and see if the MidImage, TopImage and BottomImage Properties are not removed? SerpentineKing 3885 — 5y
Ad

Answer this question