How do I insert this type of stuff into tables?

b4f303cf3db52f38f5869b4851a3de53

I want to be able to insert ‘[“PlayerList”] = false’ into new tables. Not this exactly but PlayerList will be replaced with a players username.

table.insert(ClientSetup, ["Chaddaking"] = 42)
Doesn’t work. Anyone know how to do this?

ClientSetup["PlayerList"] = false

??