gta6/prompts
mechanic
Vaultintermediatemechanic

Tire & Wheel Service

A QBox/QBCore tire bay: rim catalog, tire compounds with puncture wear, a tire-change minigame, and a server-graded alignment that nudges handling.

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
~78 loc
Claude
Claude Opus 4.x / Sonnet 4.x
Validation
syntax-validated
Updated
2026-06-25

Description

A tire bay where mechanics fit rims and tire compounds (all-season, sport, offroad), each with its own grip and puncture-wear profile, through a short skill-based change minigame. The minigame score becomes an alignment grade that the server clamps and turns into a real handling nudge, so a clean install actually drives better — depth that flat "buy upgrade" shops can't match.

Prompt Template

You are writing a FiveM Lua script for QBCore/QBox. Build a tire & wheel service…

🔒 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/19-tire-wheel-service.lua implements the compound catalog, an animated tire-change minigame, and a server-side payment + clamped-alignment…

🔒 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

  • Client-side grip — handling is changed before the server confirms payment, so players fit sport tires free.
  • Anim no-opTaskPlayAnim fires before the dict loads and the ped never moves.
  • Trusted alignment — the server applies the raw client quality, so a spoofed tire:purchase forces perfect grip.

Corrective re-prompt: Move ALL grip/handling application behind a successful server RemoveMoney, clamp the client-sent quality into [0.3,1.0] on the server before deriving alignment, and guarantee the mini@repair dict is loaded with a while not HasAnimDictLoaded(dict) do Wait(0) end loop before TaskPlayAnim.

Framework Integration

ESX: swap to ESX.GetPlayerFromId(src) and xPlayer.removeAccountMoney('bank', price); notify with esx:showNotification. QBCore: exports['qb-core']:GetCoreObject(), Player.Functions.RemoveMoney('bank', price), QBCore:Notify. QBox: exports.qbx_core:GetPlayer(src) with the same Player.Functions.RemoveMoney API 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-depth niche.

Trend Signal

rising — inferred: Tire wear and compounds deepen the rising tuning sim [inferred].

Sales Angle

Position as a depth add-on for tuning servers that already run a body shop — the alignment-affects-handling hook is the upsell. Recommended Tebex price $79-119.

Difficulty & Ship Time

intermediate · ships in 1 day.