Data Structure Organization

You are gonna love this :+1:t2:

All about OOP

It’s OOP, Metatables & Metamethods which are really cool for Data structuring.


It’s really just preference they do the same thing, iirc “table.insert” is slightly faster (Just a little bit)

but I like to do

Table = {
   Something = 0,
   Anotherthing = 0,
}

because it’s easy to read.