I really am eager to learn about this topic. My question is how would I store data into a Global Table and organize it then send it to like a text label or something.
What should I know before hand? What methods/functions should I do?
Examples?
_G.Data = {} table.insert(_G.Data, "String")
Here we make a Global Table
the we store a StringValue
inside of the global table.
remember global tables can only be made inside a server-script.