Price
UnknownA script by Manliketjb
Price
UnknownLW-Drift is a drift scoring and progression system for FiveM servers, designed to track drifting performance, player statistics, and long-term progression using a client-side UI and server-side data handling.
The script uses a logic-separated architecture with event-based polling during active drifting only, helping reduce unnecessary processing when the system is idle.
Built-in achievement and badge system
Example achievements include:
Set your framework inside config.lua.
Config.Framework = "ESX" -- ESX / QB / Standalone
This allows the script to correctly retrieve player identifiers and names for leaderboard data.
Only whitelisted vehicles will activate the drift UI and scoring.
Config.UseVehicleWhitelist = true
Config.WhitelistedVehicles = {
[GetHashKey("drifteuros")] = true,
[GetHashKey("drifttampa")] = true,
[GetHashKey("driftfr36")] = true,
}
Vehicle validation uses GetHashKey for fast model checking.
Config.UseDatabase = true -- true = oxmysql, false = JSON
/jsons/ directory| Command | Access | Description |
|---|---|---|
/drifts |
All | Opens a lightweight leaderboard summary |
/driftl |
All | Opens the full leaderboard and player stats |
Commands and keybinds can be changed in the config.
Purchase here: https://lughworks.tebex.io/package/7214172
| Item | Details |
|---|---|
| Code Access | No (Escrow) |
| Subscription | No |
| Approx. Lines | ~1,500 |
| Database | oxmysql (optional) |
| UI / Config Access | Yes |
| Support Provided | Yes |
See what others are saying about this script.
Share your experience and help others.