gta6/prompts
phone
Vaultadvancedphone

Short-Video Clip Feed

ESX/QBCore/QBox vertical short-clip phone feed with in-game capture, server-scored for-you ordering, a follow graph, and server-authoritative creator tip payouts.

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

Description

A vertical short-clip feed inside the phone: players capture an in-game clip, post it with a caption, follow creators, and tip the ones they like. A server-scored for-you ordering and real tip payouts turn ordinary players into in-world influencers, which is why creator-RP servers buy it as a retention loop.

Prompt Template

You are writing a FiveM resource for [esx|qbcore|qbox]. Resolve the framework…

🔒 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

See content/expected-outputs/phone/13-short-video-clip-feed.lua — an…

🔒 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

  • Tip amounts trusted from the client → free money to creators.
  • For-you ordering computed client-side → players self-promote to the top.
  • Capture anim plays before the dict loads → T-pose.

Corrective re-prompt: Move the tip charge/payout fully server-side: in clipfeed:tip clamp amount = math.min(math.max(tonumber(amount) or 0, 0), 5000), reject when getMoney() < amount, then removeMoney from the tipper and addMoney to the resolved creator. Build and table.sort the feed on the server.

Framework Integration

  • ESX: ESX.GetPlayerFromId(src) for the tipper, ESX.GetPlayerFromIdentifier(clip.author) for the creator, getMoney()/addMoney().
  • QBCore: QBCore.Functions.GetPlayer(src), key clips by PlayerData.citizenid, Player.Functions.RemoveMoney('cash', amount) / AddMoney('bank', amount).
  • QBox: exports.qbx_core:GetPlayer(src); persist clips and follows to the DB so the feed survives a restart.

Profit Potential

$280–$3500/mo on Tebex (expected ~$950). [INFERRED] Priced inside the $50-389 script band against the corpus median seller of $11.85K/mo (signal-scraper tebex_snapshot n=100) for a rising creator-economy niche.

Trend Signal

rising — inferred: Newer mechanic with few mature options; rising on creator-RP servers.

Sales Angle

The creator-economy phone app that turns players into in-world influencers; tips + follows are the retention hook. Recommended Tebex price $329.

Difficulty & Ship Time

advanced · ships in 2-4 days.