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

How would I go about making a list GUI?

Asked by
alibix123 175
8 years ago

Let's say I have a table of elements. How would I go about making a list GUI of sorts that added a new label when a new element is added? For example:

  • I have a table of players who are 'ready'
  • I want a GUI to show a list of all the players who are 'ready'
  • Whenever a player is added to the list then they will be added to the GUI

So where would I start with this? Would I need a scrolling frame? I tried looking up custom leaderboard GUI's because they are similar to what I'm trying to do but I didn't really find anything useful.

0
let me give you some ideas to start with: In that case, using tables would be helpful! Also, you need to use a scrolling frame unless your server (game) has very few people. starlebVerse 685 — 8y
1
Take a look at http://wiki.roblox.com/index.php?title=API:Class/RbxGui This is a roblox libary which you can create drop down menus in e.g. local lib = LoadLibrary('RbxGui') Then follow the api User#5423 17 — 8y

Answer this question