gta6/prompts
heists
Corebeginnerheists

Convenience Store Robbery — Register & Escape

QBCore store hold-up that drains a register over a timer with a server-owned payout and per-register cooldown.

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

Description

A beginner-friendly QBCore convenience store robbery: the player walks to a register, holds the hold-up pose while a progress bar fills, and the server pays out a random amount with a per-register cooldown so it can't be farmed. The entry-level heist every economy server ships first.

Prompt Template

You are writing a FiveM resource for qb-core. Produce TWO files (client.lua +…

🔒 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 lives at content/expected-outputs/heists/03-store-register-robbery.lua. It implements the proximity hold-up with NUI progress, then a server claim handler that enforces 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

  • Client-rolled payoutmath.random on the client is spoofable; roll the amount and AddMoney on the server.
  • Client-side cooldown — a local cooldown resets on relog and isn't shared; keep the cooldown table server-side keyed by register.
  • Stuck anim — forgetting ClearPedTasks leaves the player frozen in the hold-up; always clear tasks and hide the NUI at the end.
  • Re-entrant rob — without the robbing flag, repeated E presses stack threads; guard the entry.

Integration Notes

  • Split the banners into client.lua and server.lua; list both in fxmanifest.lua.
  • Requires qb-core started first. The SendNUIMessage calls assume a small progress HTML or can be swapped for a QB progressbar export.
  • Test on a dev server: rob a register, confirm money arrives once, then immediately re-attempt and confirm the cooldown rejection.

Profit Potential

$300–$4500/mo on Tebex (expected ~$1100). [INFERRED] priced inside the $50-389 FiveM script band against a hot heist niche; corpus median seller $11.85K/mo (signal-scraper tebex_snapshot n=100), scaled down for a beginner entry-level robbery.

Trend Signal

🔥 hot — [INFERRED] multi-stage heists are flagship endgame content servers pay up for.

Sales Angle

Position as the entry-level economy filler every new server ships first — cheap, farm-proof via the server cooldown, drop-in. Recommended Tebex price $79.

Difficulty & Ship Time

beginner · ships in 2-3h.