of     1   

dave2011
#64349899Thursday, March 15, 2012 2:11 AM GMT

I read the wiki but the script they provide gives a bunch of errors
ThomasChabot
#64354447Thursday, March 15, 2012 3:31 AM GMT

Hold the text in a table (Such as one line to each value in the table), and have a number with the scroll bar. When the scroll bar moves up, the number increases; when it moves down, it decreases. Then, display values in the table based on this number, with each line in the GUI having that value in the table (Such as the first line having 35 if the value was 35, second being 36, third being 37, and so forth).
dave2011
#64355199Thursday, March 15, 2012 3:48 AM GMT

no like actually make the GUI
UberEpix
#64355287Thursday, March 15, 2012 3:50 AM GMT

dave2011 Insert > Object > ScreenGui Insert > Object > Frame (Parent = ScreenGui) Insert > Object > TextButton (Parent = Frame)
dave2011
#64355800Thursday, March 15, 2012 4:00 AM GMT

ughhh nevermind, thats not what I meant, I mean making the RbxGUI scroll frame like the one they have in the backpack GUI and the leaderboard if it gets to many players
LPGhatguy
Forum Moderator
#64356820Thursday, March 15, 2012 4:19 AM GMT

If you want to use the RbxGui components (like the scroll bars) you can't without just taking the code out of the CoreScripts. Because users can't use them right now.

    of     1