Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Could you please help me with this Table problem?

Asked by 8 years ago
local T = {
    ["goat"] = 45,
    ["monkey"] = 56,
    ["noobzilla"] = 15,
    ["dodo"] = 95
}

table.insert(T, -- ???)

--[[
    How to add >  ["giraffe"] = 80
    to the table (Like Scripted side)?
--]]

Answer this question