Skip to content

Changelog

1.0.0

Initial release.

  • Toggle a speed limiter on the vehicle you are driving, capped at your current speed or the road speed limit.
  • Adjust the active limit up or down with configurable keybinds.
  • Optional dynamic limit tracking through the GetSpeedLimit bridge in client/public.lua, with built-in support for the speedlimit resource.
  • Throttle is held off until the vehicle is under the limit before the cap is applied, with an RPM cut to hold it there.
  • mph and kph support across the config, keybinds and statebag.
  • Active limit published on the vehicle statebag as duckLimiter for other resources to read.
  • All statebag writes are server-validated against the driver and the configured limit bounds.

Built by duckie210