So I have a table wich looks like this
{
["pasje1312"] = ▼ { -- my username
["Stage1"] = ▼ {
["1/16"] = true,
["1/2"] = true,
["1/32"] = true,
["1/4"] = true,
["1/8"] = true
}
}
}
I want to delete or make al the 1/… values false instead of true, but I dont know how. Could someone help me.