Skip to main content

1. Requirements

This script relies on the following dependencies. Make sure they are installed before running the resource:
Overextended resources are now maintained under the Community Ox organization. You can find their documentation here.

2. Framework Support

A framework is required for this script to function. The following frameworks are supported:
  • QBCore
  • QBox
  • ESX
  • Standalone (custom bridges available inside ts-lib)
[IMPORTANT]
We no longer configure frameworks, vehicle keys, or garage systems inside ts-persistence. Instead, this is fully routed through ts-lib. Please configure your keys and garage inside the ts-lib/shared/config.lua file.

3. Installation

1

Add the script

Add the ts-persistence folder to your server’s resources directory.
2

Configure server.cfg

Add ensure ts-persistence to your server.cfg file, ensuring it starts after its dependencies.
server.cfg
ensure <your_framework>

ensure ox_lib
ensure oxmysql
ensure ts-lib

ensure ts-persistence
Last modified on March 13, 2026