i have this script, i need after save text in restore.txt delete all items in config
local config = {
[1] = {itemid = 2195, points = 5},
[2] = {itemid = 8888, points = 20},
[3] = {itemid = 6953, points = 15},
[4] = {itemid = 2000, points = 1}
}
local tablesToSearch = {"player_items"...