Description
A spray booth where players mix any custom color on an HSL wheel and choose a finish — matte, metallic, pearl, or chrome — each at its own price. Paint cans are real inventory items the server consumes per job, and the booth charges from the bank before a single pixel changes, so cosmetics stay economy-bound.
Prompt Template
You are writing a FiveM Lua script for ESX/QBCore/QBox. Build a spray-booth paint…
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/21-spray-booth-paint-mixer.lua implements an HSL-to-RGB mixer, four finishes, paint-can consumption, and a server-charged spray that applies the…
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 repaint — color is applied client-side with no server charge.
- Color won't stick —
SetVehicleCustomPrimaryColourruns withoutSetVehicleModKit(veh,0)first. - Spray desync — the dict isn't loaded so the animation no-ops while paint still applies.
Corrective re-prompt: Apply all color natives only inside the paint:confirmed handler that fires after a successful server RemoveMoney + RemoveItem('paint_can'), call SetVehicleModKit(veh,0) before any custom-colour native, and load the spray dict with while not HasAnimDictLoaded(dict) do Wait(0) end before TaskPlayAnim.
Framework Integration
ESX: ESX.GetPlayerFromId(src) + xPlayer.removeAccountMoney('bank', price); esx:showNotification.
QBCore: exports['qb-core']:GetCoreObject(), Player.Functions.RemoveMoney('bank', price), QBCore:Notify.
QBox: exports.qbx_core:GetPlayer(src) with ox_inventory:Search/RemoveItem for the paint cans as shown.
Profit Potential
$250–$3500/mo on Tebex (expected ~$900). [INFERRED] Priced in the $50-389 script band against the signal-scraper tebex_snapshot corpus (n=100, median seller $11.85K/mo), scaled for a rising tuning-pillar niche.
Trend Signal
↗ rising — strategy: Paint is a named pillar of the rising tuning niche in the niche matrix.
Sales Angle
A core tuning pillar with three-framework reach, so the addressable buyer pool is wide — the chrome/pearl finishes are the premium hook. Recommended Tebex price $89-139.
Difficulty & Ship Time
intermediate · ships in 1 day.