Description
A wash bay with a proximity prompt that gradually washes the dirt overlay off a vehicle and, on the detail tier, restores paint shine — all for a fee the server deducts before the shine lands. In a saturated car-wash category the only levers are animation quality and a tiered upsell, and this delivers both.
Prompt Template
You are writing a FiveM Lua script for ESX/QBCore/QBox. Build a vehicle wash &…
The full prompt template and its reference Lua are part of a one-time pack. Pick your depth — both are lifetime access, no subscription, ever.
- 60 prompts + syntax-validated reference Lua
- Lifetime access — pay once
- All 510 prompts — the full library
- Per-prompt profit/trend intelligence (CSV + playbook)
- Lifetime free updates — new niches as the market moves
$49 for 60 · $199 for all 510 + intelligence — one-time, no subscription.
Expected Output
The reference Lua at content/expected-outputs/mechanic/24-vehicle-wash-detailing.lua implements a distance-scaled proximity prompt, a gradual dirt wash-off animation, a paid detail tier, and a…
The full prompt template and its reference Lua are part of a one-time pack. Pick your depth — both are lifetime access, no subscription, ever.
- 60 prompts + syntax-validated reference Lua
- Lifetime access — pay once
- All 510 prompts — the full library
- Per-prompt profit/trend intelligence (CSV + playbook)
- Lifetime free updates — new niches as the market moves
$49 for 60 · $199 for all 510 + intelligence — one-time, no subscription.
Known Failure Modes & Corrective Prompt
- Free wash — dirt is cleared and the fee taken client-side with no server gate.
- Instant wash —
SetVehicleDirtLevel(veh,0)snaps with no animation. - Thread burn — the proximity loop runs at
Wait(5)regardless of distance.
Corrective re-prompt: Deduct the fee with a server RemoveMoney and only restore shine inside the wash:finish confirm, lower the dirt level in a Wait(250) loop instead of a single set, and scale the proximity thread's Wait by distance so it idles at ~1000ms when the player is far from the bay.
Framework Integration
ESX: ESX.GetPlayerFromId(src) + xPlayer.removeMoney(price); esx:showNotification.
QBCore: exports['qb-core']:GetCoreObject(), Player.Functions.RemoveMoney('cash', price), QBCore:Notify.
QBox: exports.qbx_core:GetPlayer(src) with Player.Functions.RemoveMoney exactly as shown.
Profit Potential
$80–$1200/mo on Tebex (expected ~$300). [INFERRED] Priced in the $50-389 script band against the signal-scraper tebex_snapshot corpus (n=100, median seller $11.85K/mo), discounted for a saturated car-wash category.
Trend Signal
↘ saturated — inferred: Car-wash scripts are crowded; animation and shine quality are the only differentiator [inferred].
Sales Angle
A commodity that only sells on polish — the gradual wash-off and a paid detail tier are the differentiators. Recommended Tebex price $50.
Difficulty & Ship Time
beginner · ships in 2-4h.