Best FiveM ESX Scripts in 2026 - SleepyCode Store Overview
Overview of the best FiveM ESX scripts on SleepyCode in 2026: Garages V2, Vehicle Shop V1, Selldrugs, Bus Job and more - all under 0.03ms resmon.
SleepyCode offers a focused catalogue of FiveM resources for ESX, QBCore, QBox, and Standalone servers. Here's an overview of what's available and what makes each script worth running.
Garages V2
The most feature-complete garage script in the catalogue. Garages V2 ships with:
- React-based UI with tabs: All, Stored, Outside, Favorites, History
- Impound system with configurable daily fees and job restrictions
- Police tow - officers use /impoundpolice to impound vehicles with hold timers up to 72 hours
- Insurance tiers (Basic / Standard / Premium) with free repair, impound discounts, and delete protection
- Showroom previews - vehicles displayed in private routing buckets
- Plate customisation via /plate command (configurable fee, default 5,000)
- Co-owner system - use /subowner near another player inside your vehicle
- Admin panel at /garagesadmin (or SHIFT+B) to create garages in-game without editing JSON
- Auto-detection for framework (ESX/QBCore/QBox/Standalone), target system (ox_target, qb-target, qtarget, interact), and car keys resources
- No manual SQL import - database columns are added automatically on first startup
Performance: under 0.01ms idle, near-zero when players are away from garage zones.
Vehicle Shop V1
A dealership script using ox_target for NPC interaction and a camera-based showroom. Includes:
- 6 vehicle categories (Sedan, SUV, Offroad, Super, Muscle, Classic)
- 14 pre-configured vehicles from $2,500 (Chino) to $91,000 (Adder)
- Test drive with configurable duration (default 15 seconds)
- Discord webhook logging of every purchase (player name, vehicle, price, plate, timestamp)
- Easy vehicle additions via shared/config.lua - no database table required
Selldrugs
A drug-selling script where players approach random NPCs to sell items. Key config:
Config.Items = {
{ item = "weedplant_packedweed", from = 50, to = 200, label = "Marihuana" },
}
Config.Others = {
MaxSellAmount = 5,
RequiredPolice = 1,
PoliceJobName = "police",
Chance = 50, -- % chance of a successful sale
AllowedSalesTime = { isActive = true, Time = { From = 0, To = 23 } },
}
Config.Trust = {
AddTrust = 0.20, -- trust gained per successful sale
RemoveTrust = 0.10, -- trust lost on failed sale
}Trust is a reputation mechanic - higher trust means better sale prices. A failed sale triggers a police alert and reduces trust.
Bus Job
A fully configurable bus driver job with route management, passenger NPCs, and a progression system. Notable config values:
Config.Job = "unemployed" -- set to your bus driver job name
Config.CheckJob = true
Config.Payment = {
Stop = { Min = 35, Max = 55 },
Passenger = { Min = 8, Max = 15 },
Bonus = { Min = 150, Max = 300 },
Night = 1.5, -- 1.5x multiplier at night
Weekend = 1.25, -- 1.25x multiplier on weekends
}
Config.Penalty = {
Accident = 50,
Missed = 75,
Speed = 25,
}
Config.SpeedLimit = 110 -- km/h before speed penalty appliesNPC passengers spawn near stops (2–8 per stop, configurable), board the bus, and exit at later stops. Perfect score bonuses reward smooth driving.
Where to Buy
All scripts are available at sleepycode.eu/scriptssleepycode.eu/scripts/scripts through Tebex - the official FiveM marketplace payment platform. After purchase, scripts are available instantly in your Keymaster account. Lifetime support is provided on Discord at discord.gg/qCDt8u7Efgdiscord.gg/qCDt8u7Efghttps://discord.gg/qCDt8u7Efg.