Configuration
General configuration guidance for Teedle Scripts resources.
Configuration
Each resource includes a config file for framework mode, debug behavior, permissions, notification settings, and resource-specific features.
Example Framework Config
config.lua
Config = {}
Config.Framework = 'auto' -- auto, qbcore, standalone
Config.Debug = falseBest Practices
- Keep resource folder names exactly as documented.
- Restart the resource after changing config values.
- Make one config change at a time when troubleshooting.
- Check the console after starting the resource.
Next
Custom Notifications
→
Last updated May 24, 2026