Hello, good morning!
I have a crafting system that uses a RNG to get skill level. But im struggling with getting values from the table i made.
local itemlvl = {
[1] = {bar=12808, exp = 10, amount},
[2] = {bar=12814, exp = 50, amount},
[3] = {bar=12815, exp = 100, amount}
}...