How do you add a new value in a dictionary

simple stuff, how do you add/remove values in dictionary

local t = {}
t["foo"] = "bar"
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.