Since you didn’t actually share the code you altered in the config file, we’re all just guessing but errors at is often caused by saving the file in the wrong encoding. Be sure you are saving the file in UTF-8.
Do you add the Config in the ressource.lua in client_scripts?
Do you define Config in config.lua as “Config = {}”?
Maybe you have some whitespaces or invalid characters in your config code.
