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).
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.
- 60 prompts + syntax-validated reference Lua
- Lifetime access β pay once
- All 510 prompts β the full library
- Per-prompt profit/trend intelligence (CSV + playbook)
- Lifetime free updates β new niches as the market moves
$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β¦
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.
- 60 prompts + syntax-validated reference Lua
- Lifetime access β pay once
- All 510 prompts β the full library
- Per-prompt profit/trend intelligence (CSV + playbook)
- Lifetime free updates β new niches as the market moves
$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
addMoneyserver-side only. - Anim before load β
TaskPlayAnimno-ops if the dict is not loaded; alwaysRequestAnimDict+while not HasAnimDictLoaded(dict) do Wait(0) end. - One-sided net event β defining
bigsix:resulton only one side breaks the round-trip; both sides needRegisterNetEvent+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(), thenxPlayer.getMoney()/removeMoney/addMoneykeyed offESX.GetPlayerFromId(source). - QBCore: swap to
exports['qb-core']:GetCoreObject()andPlayer.Functions.RemoveMoney('cash', stake)/AddMoney('cash', stake * mult)viaQBCore.Functions.GetPlayer(src). - QBox: use
exports.qbx_core:GetPlayer(src)and theox_inventory/qbx money exports forRemoveMoney/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.