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

How to make a datastore storing a table with varying number of items?

Asked by 4 years ago

So really, how would I make a datastore that I can store for example 4 entries for one user and 38 for another and allow it to constantly expand over time? And if possible how could I stick it inside of a bunch of frames within a GUI (1 frame per piece of data) so it displays the data for the user to read?

0
Use a loop to add stuff to a table and then use a loop to retrieve stuff from a table, no code provided, no code given. greatneil80 2647 — 4y
0
Never thought of that actually. Thanks for the help racerman1255 2 — 4y

Answer this question