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…
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
See content/expected-outputs/phone/13-short-video-clip-feed.lua — an…
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
- 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 byPlayerData.citizenid,Player.Functions.RemoveMoney('cash', amount)/AddMoney('bank', amount). - QBox:
exports.qbx_core:GetPlayer(src); persistclipsandfollowsto 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.