I want to create and add a table like above, how can I do
local Table = {}
Table["example"] = {}
Now you have a 2d table!
1 Like
oh this is so simple btw thank you so much
1 Like