Trouble adding elements to a table (array in Lua)
snippet in lua
Trouble adding elements to a table (array in Lua)
user8681
table.insert(users, name)
print("Your new user name is: ", name)