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

what is with scrolling frames?why arent they working? [closed]

Asked by
worklok -24
5 years ago

scrolling frames never work for me. is there anything I can do?thanks.

0
You're gonna have to give more detail than that. How is the frame laid out? Have you done the same as the wiki tutorial? http://wiki.roblox.com/index.php?title=Creating_a_Scrolling_Frame_GUI mattscy 3725 — 5y
0
Can you give a little more detail? I do not understand what you are trying to say. Pixelated_MC 33 — 5y

Closed as Not Constructive by User#20388 and evaera

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

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

Please give more detail. But this is the best shot at what you are trying to ask... here it goes.

In the scrolling frame, make sure the ScrollingEnabled is turned on in the properties. Then make sure the CanvasSize is set to a bigger value than the actual size of the frame, as that would make the game think that you don't need a scrollbar. Also, you might want to change the BackgroundColor to another color such as black (0, 0, 0), as the scrollbar is white by default (unless you customize it).

EDIT

If you left it at white, you can't see the scrollbar (but can still use it).

0
alright thanks, ill try it soon worklok -24 — 5y
0
No problem. Pixelated_MC 33 — 5y
Ad