Hi!
I want to do a table with questions that the user do.
When te user save the first question, the code must to save in the first position of the table. Then in the second question too and consecutively.
FOR EXAMPLE, I THOUGHT THAT WITH THIS CODE CAN WORK;
local loadsave = require(“loadsave”)
fuction save(event)
myTable.question.[x] = question
x = x+1
end
loadsave.saveTable(myTable, “myTable.json”)
so if x = 1 save in first position of the table, if x = 2 the second etc.
Can u help me?
THANKS
PD: Sorry for my bad english. Im from Argentina!!!