hi guys
i make new table
but i need anyone explain for me
How to add number to table automatically?
local MyTable = {
[5] = 1,
Each time more than 5
[10] = 2,
[15] = 3,
[20] = 4,
[25] = 5,
[30] = 6,
[35] = 7,
[40] = 8,
[45] = 9,
here all numbe
until
[1005] = 200
}
sory guys I am new here
I hope anyone help me
Thanks
--- this table i use for my script
local MyTable = {
[5] = 1,
[10] = 2,
[15] = 3,
[20] = 4,
[25] = 5,
[30] = 6,
[35] = 7,
[40] = 8,
[45] = 9,
}