Tables in Lua are used to store multiple values. ... epicTable = {} -- Boom, we have a table named epicTable. ... t[1] = 'Hi' -- change the key's value
確定! 回上一頁