#code system
1 messages · Page 1 of 1 (latest)
Instead of just checking if the key exist in your dictionary / module you should loop through it.
Because your local script will error if it trys to find a key which doesn't exist
at line 12 it shouldve been
table.insert(codesubmitted, codemodule[enteredCode])
because the first argument is the table you wanna fill, and the second one is for the value
youre currently inserting a blank table into the codemodule[enteredCode]
🤨 is well odd table of script?