Configuration basics
Updated June 22, 2026
Configuration basics
Bakery scripts are built to be configured without touching core logic.
The config file
Open the config.lua (or /config folder) inside the resource. Settings are commented so you know what each one does. Typical options include:
- Framework selection (auto-detected where possible)
- Locale / language
- Prices, cooldowns and limits
- Job and permission gating
- UI theme and keybinds
Editing safely
- Make your changes in config.lua only — avoid editing files in server/ or client/ unless a guide says so.
- Save the file.
- Restart the resource: ensure bakery-garage (or restart bakery-garage).
Locales
Most scripts ship a locales/ folder. Copy en.lua, translate the strings, and set the locale in the config to fully translate the UI.
Still stuck? Our team is happy to help in Discord.
