Teedle Scripts Documentation

Configuration

Configuration for teedle-advancedAOP.

Configuration

Most AOP behavior is handled through config.lua, including staff bypass, default AOP, warning timing, and boundary behavior.

Example Config

config.lua
Config = {}

Config.Framework = 'auto'
Config.staffBypass = false
Config.DefaultAOP = 'Los Santos'
Config.WarningTime = 15
Config.Debug = false

Config Notes

  • Use staffBypass = true only if staff should ignore AOP restrictions.
  • Use staffBypass = false if staff should be treated like normal players.
  • Test every boundary in-game after editing coordinates.
  • Small coordinate changes can noticeably move the visible boundary.
Next Exports

Last updated May 24, 2026