How to add nickname to variable.
Owners ={"Nickname","Fefefefe234"}
how to add another one nickname from ANOTHER script? P.S. this is kohl's admin
If I get your very broad question, I think that what you want to do is insert a name into the array.
You can do that, in your case, by..
table.insert(Owners, "someone's name")