> ## Documentation Index
> Fetch the complete documentation index at: https://lationscripts.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Interact - Changelog

> A chronological log of every release, feature addition, and bug fix

<Update label="1.1.0" description="Sep 8, 2026">
  * **Fixed "coords (vector3) is required" errors** - Some scripts' zones failed to register with this error and never showed up in-game. They register normally now.
  * **Fixed zones that showed a label but never the key** - Some zones from other scripts could be seen but never used - the E prompt wouldn't appear no matter how close you got. They now work from right where you'd expect to stand.
  * **No more spamming a key during a progress bar** - Interactions go quiet while a progress bar is running, so tapping the key can't repeat an action that's already underway.
  * **Nothing shows on other vehicles while you're driving** - From inside a vehicle you no longer see options on other cars, peds or objects. Garages, drive-thrus and other zones still work from the driver's seat.
  * **Alt works like a classic target** - Hold Alt and you keep full camera control. With a menu on screen, left click frees the cursor right at the center of the screen, and right click hands the camera back.
  * **Passive mode** - Prefer interactions hidden until you hold Alt, like a regular target? Turn it on for the whole server, for specific scripts only, or for a single interaction - see `Config.Passive` and `Config.PassiveResources`.
  * **Built-in vehicle doors** - Toggle each door, the hood and the trunk from outside the vehicle, just like ox\_target's defaults. `Config.VehicleDoors` turns them off or makes them passive.
  * **For script developers** - `passive` and `inVehicle` on any registration, `allowInVehicle` on options, and `reachMargin` on spheres. Details on the [Options](/docs/interact/api/options) and [Zones](/docs/interact/api/zones) pages.
</Update>

<Update label="1.0.0" description="Sep 7, 2026">
  Modern Interact released!
</Update>
