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

How do I make a list of tools in ServerStorage in a ScrollingFrame?

Asked by 6 years ago

I have a lot of tools in ServerStorage and I thought instead of having to copy and paste the TextButton and move it around etc I could make a script that duplicates the TextButton for each tool and have the tool name as the text. I've already got a basic ScreenGui setup and I'm using a UIGridLayout so no need to enter the new position.

Here is my GUI: https://gyazo.com/fe8771da3ae405044f3b251e22d92289 The TextButton is the template.

0
I did something like that but with a list of players in a table. I simply duplicated a template and changed the names and then the position. Everytime I added a player to the list the template moves 1 slot. I can borrow you my script if you want. wilsonsilva007 373 — 6y
0
I already know how to do the same thing with players but not with tools in ServerStorage but can I still borrow your script? It may be different to what I do ShiforRBLX 5 — 6y

Answer this question