Skip to main content
The script features a plugin system that allows you to extend its functionality. Plugins are located in the bridge/plugins folder and can be easily enabled or disabled via the configuration file.

How to enable a plugin

To enable a plugin, you simply need to set its corresponding configuration value to true in shared/config.lua.
shared/config.lua
Config.Bridge = {
    VehicleDeformation = true,
    -- Add other plugins here
}

Available Plugins

Here is a list of currently available plugins:

Vehicle Deformation

Sync vehicle deformation using the VehicleDeformation resource.
Last modified on February 13, 2026