How to add nickname to variable.
1 | 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…
1 | table.insert(Owners, "someone's name" ) |