Tables are a wooden thing that can hold plates and screens. No we are not talking about Wooden Tables we are
talking about arrays! It hold information about things and used in: :GetChildren(), For Do loops that act like
:GetChildren, and more! Lets make one!
local Blank = {"Info 1", "Info 2"}
Random tables are Wooden Table that look weird and yes this is a joke. Lets say you are creating a table for
lets say a joke!
local RNGJoke = math.random(1, 2)
local TableOfJokes = {"Food is not food", "Your mom lol xd"}
print(TableOfJokes[RNGJoke])
You can see that i have put [INSERT TABLE NAME][PUT NUMBER HERE] thats how you use the info in a table!
Function Tables are tables that do stuff and yes im going to do this everytime.
What i mean that you can store functions in tables to my understanding this can be used in Module Scripts!
Heres a example
local MOO = {}
function MOO:Thing()
end
return MOO
This only exists since i need more space Why do i call it a table? Since you can put things on a table (Putting data in a table). I stole jokes back in my head This is useless This was made on after school for me
Finaly you survived this easy thing! Please give me 5 stars since you will i know you will JK i dont care.
Mess around and eat pizza!