local T = { ["goat"] = 45, ["monkey"] = 56, ["noobzilla"] = 15, ["dodo"] = 95 } table.insert(T, -- ???) --[[ How to add > ["giraffe"] = 80 to the table (Like Scripted side)? --]]