Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to add text to variable?

Asked by 5 years ago

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

0
u simply can't DeceptiveCaster 3761 — 5y
0
xd Fefefefe234 0 — 5y
0
yah sadly interaction between scripts is impossible, not completley impossible because you can use the _G table and value objects starmaq 1290 — 5y
0
oh wait actually, by nickname do you mean "key"? as in the name the variable is set to? starmaq 1290 — 5y
View all comments (2 more)
1
There are about five to six ways to do cross script communication https://scriptinghelpers.org/questions/17010/are-you-able-to-get-variables-from-other-scripts#20385 M39a9am3R 3210 — 5y
0
dont use _G User#24403 69 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

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")
Ad

Answer this question