gta6/prompts
mechanic
Vaultintermediatemechanic

Suspension & Stance Editor

An adjustable ride-height, camber, track-width and wheel-offset editor affecting both look and grip, with every value clamped and persisted per car server-side.

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

Description

A stance editor where a player dials in ride height, camber, track width and wheel offset, changing both the look and the grip of the car, with every value clamped and persisted per plate server-side. Stance and car-meet roleplay is the visual half of the rising tuning niche — meet servers live or die on it, so a clean stance editor is an easy paid pickup.

Prompt Template

Write a FiveM Lua resource "stanceeditor" — adjustable ride height, camber,…

🔒 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/06-suspension-stance-editor.lua clamps height/camber/track in a server clampStance(), stores the stance per plate, and applies a…

🔒 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

  • Unclamped stance — raw client values let wheels clip through the body or break collision. Clamp every field server-side.
  • Missing anim loadTaskPlayAnim fires before the dict is resident; no adjust pose.
  • No persistence replay — stance resets on relog because nothing replays it. Add stance:load.

Corrective re-prompt: Add a server clampStance() bounding height to [-0.15,0.30], camber to [-0.20,0.20] and track to [0,0.12], store the cleaned stance keyed by plate, apply it per wheel with SetVehicleWheelXOffset/SetVehicleWheelYRotation, and add a stance:load event that replays it on relog.

Framework Integration

ESX: exports['es_extended']:getSharedObject() to gate /stance to a mechanic job; persist stance via oxmysql keyed to the plate. QBCore: GetPlayer(src) + store on player_vehicles mods JSON so the look survives restarts. QBox: exports.qbx_core:GetPlayer(src) + oxmysql; one shared persistence path across all three frameworks.

Profit Potential

$250–$3500/mo on Tebex (expected ~$900). [INFERRED] Priced in the $50-389 band; a rising stance/meet niche (corpus median seller $11.85K/mo, signal-scraper tebex_snapshot n=100) supports steady mid-volume units.

Trend Signal

rising — strategy: stance/car-meet RP is the visual half of the matrix's rising tuning niche (vehicles 3.75).

Sales Angle

Sell it to stance and car-meet servers as the centerpiece — ride height, camber and track width that change both look and grip. Recommended Tebex price $129.

Difficulty & Ship Time

intermediate · ships in 1-2 days.