Skip to main content
This resource allows vehicles to remain persistent in the world, ensuring they stay where they were last left. It uses ox_lib under the hood to read and apply vehicle properties.

Get Persistence

Purchase Vehicle Persistence on the Thunder Scripts store.

Installation

You can find the installation guide here.

Files Structure

bridge
plugins
VehicleDeformation.lua *
client
bridge.lua
config.client.lua
exports.lua
functions.lua
init.lua
main.lua
utils.lua
server
bridge.lua
commands.lua
config.server.lua
db.lua
events.lua
exports.lua
init.lua
main.lua
utils.lua
shared
config.lua *
events.lua *
fxmanifest.lua

Open Files

Some files are “open”, meaning you can edit them to adapt the script to your server’s needs. Files marked with * in the tree above are open.

Developers

If you are a developer and want to interact with the persistence system, check the Exports page.
Last modified on August 28, 2026