How do I change Locales?!
Most people will probably know this, but if you don't, here's how you can switch the language in the script(s). In the locales
folder, you'll find separate files for each supported language, such as en.json
for English, de.json
for German, fr.json
for French, and so on.
To switch to a different language, follow these steps:
Check if the desired language file exists in the
locales
folder of the script in question.Head to the config.lua and change Lang:loadLocale to the desired language.
For example, if you want to switch to German, make sure that the de.json
file exists in the locales
folder, and then update the config
like this: (example)
To this:
Last updated