This is what I got so far, It just prints out "incorrect code" with table.concat, but I get an error with table.find
local keys = {"KEY_!@#%$!@#$%^&*(AF^FJ#GSG#FSV#%345R#3553d", "KEY_FJJN@UJFISFSFSF#&%W*CN#CUIWUUC#*W(*C$357275C"}
local key = "KEY_!@#%$!@#$%^&*(AF^FJ#GSG#FSV#%345R#3553d"
if key == table.find(keys) then
print("Success")
else
print("Incorrect Key")
end