gta6/prompts
casino
Vaultbeginnercasino

Lucky Big-Six Money Wheel

ESX/QBCore/QBox big-six money wheel that bets a segment and pays the multiplier a server-weighted spin lands on.

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

Description

A working big-six money wheel for casino floors: the player walks up, picks one of six segments, stakes cash and the wheel spins to a server-weighted result that pays the segment multiplier. It is the low-effort, high-traffic filler game a roleplay server drops onto the casino floor to keep foot traffic and the money-sink running.

Prompt Template

You are writing a FiveM resource for esextended (stable, exports getSharedObject).

πŸ”’ 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/casino/07-lucky-big-six-wheel.lua. It implements proximity interaction with a spin anim on the client and a server-side weighted draw that debits…

πŸ”’ 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-decided payout β€” Claude draws the segment and adds money client-side; a modder forces the jackpot. Keep the weighted draw and addMoney server-side only.
  • Anim before load β€” TaskPlayAnim no-ops if the dict is not loaded; always RequestAnimDict + while not HasAnimDictLoaded(dict) do Wait(0) end.
  • One-sided net event β€” defining bigsix:result on only one side breaks the round-trip; both sides need RegisterNetEvent + AddEventHandler.

Corrective re-prompt: The client currently picks the winning segment and pays itself. Move the weighted draw and all removeMoney/addMoney calls into server.lua, validate the segment id and stake bounds on the server, and have the client only render the bigsix:result it receives.

Framework Integration

  • ESX: exports['es_extended']:getSharedObject(), then xPlayer.getMoney() / removeMoney / addMoney keyed off ESX.GetPlayerFromId(source).
  • QBCore: swap to exports['qb-core']:GetCoreObject() and Player.Functions.RemoveMoney('cash', stake) / AddMoney('cash', stake * mult) via QBCore.Functions.GetPlayer(src).
  • QBox: use exports.qbx_core:GetPlayer(src) and the ox_inventory/qbx money exports for RemoveMoney/AddMoney.

Profit Potential

$150–$2000/mo on Tebex (expected ~$500). [INFERRED] priced inside the $50-389 FiveM script band against a stable casino-filler niche; corpus median seller $11.85K/mo (signal-scraper tebex_snapshot n=100).

Trend Signal

β†’ stable β€” inferred: Domain: simple casino-floor filler game, low existing supply.

Sales Angle

Position as the cheap casino-floor filler every new title server bolts on day one β€” a server-weighted big-six wheel that can't be packet-forced to the jackpot. Recommended Tebex price $59.

Difficulty & Ship Time

beginner Β· ships in 2-4h.