
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?

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
??