gta6/prompts
mechanic
Vaultintermediatemechanic

Spray-Booth Paint Mixer

An ESX/QBCore/QBox spray booth: an HSL custom-color mixer with matte/metallic/pearl/chrome finishes, paint cans as server-owned inventory, and a server-charged spray round-trip.

NON-TESTÉ — the reference Lua is syntax-validated, not run in a live FiveM server. Adapt and test on your own dev server before shipping.
Est. Lua
~82 loc
Claude
Claude Opus 4.x / Sonnet 4.x
Validation
syntax-validated
Updated
2026-06-25

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…

🔒 Eyes-only — locked prompt body

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.

Core$49one-time
  • 60 prompts + syntax-validated reference Lua
  • Lifetime access — pay once
Most Popular · Best Value
Vault$199one-time
  • All 510 prompts — the full library
  • Per-prompt profit/trend intelligence (CSV + playbook)
  • Lifetime free updates — new niches as the market moves
Get the Vault — $199

$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…

🔒 Eyes-only — locked prompt body

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.

Core$49one-time
  • 60 prompts + syntax-validated reference Lua
  • Lifetime access — pay once
Most Popular · Best Value
Vault$199one-time
  • All 510 prompts — the full library
  • Per-prompt profit/trend intelligence (CSV + playbook)
  • Lifetime free updates — new niches as the market moves
Get the Vault — $199

$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 stickSetVehicleCustomPrimaryColour runs without SetVehicleModKit(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.