gta6/prompts
appearance
Vaultintermediateappearance

Clothing Rental Kiosk

Generic-framework timed outfit-rental kiosk that charges a fee, applies a rental look, and auto-reverts to the player's own clothes when the server-tracked timer ends.

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 timed clothing-rental kiosk for roleplay servers: the player pays a fee, gets a themed outfit for a set duration, and is automatically reverted to their own saved clothes when the server-tracked timer expires. It's a low-dev-cost cosmetic money-sink for events and venues, and the server-timed auto-revert to the player's own outfit is the differentiator buy-it-forever shops lack.

Prompt Template

You are writing a FiveM resource for a generic roleplay framework accessed via…

🔒 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 at content/expected-outputs/appearance/24-clothing-rental-kiosk.lua applies a server-pushed rental outfit and reverts to a server-held snapshot, and a server that charges the fee,…

🔒 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 timer — a client-tracked expiry never fires for a cheat, who keeps the outfit forever. Own the timer with SetTimeout on the server.
  • Client revert snapshot — reverting to a client-supplied look lets a player swap into a better outfit. Snapshot and revert from the server only.
  • Client-side fee — charging locally rents for free. Take the fee on the server before applying.

Corrective re-prompt: "Send only the outfitId; on the server take the fee FIRST, snapshot the player's current saved look, push 'rental:apply', and start a SetTimeout that pushes 'rental:revert' with that server-held snapshot when it expires. Never accept a client revert snapshot or a client-tracked timer, and reject if the fee can't be paid."

Framework Integration

ESX: swap to exports['es_extended']:getSharedObject(), charge with xPlayer.removeMoney(fee) and snapshot/revert via your skin table. QBCore: use exports['qb-core']:GetCoreObject(), Player.Functions.RemoveMoney('cash', fee) and snapshot the player's outfit from your clothing resource. QBox: use exports.qbx_core, ox money exports for the fee, and exports['illenium-appearance'] to snapshot/apply outfit components.

Profit Potential

$250–$3500/mo on Tebex (expected ~$900). [INFERRED] priced inside the $50-389 standalone-script band against the signal-scraper corpus (tebex_snapshot n=100, median seller $11.85K/mo) for a rising cosmetic-sink niche.

Trend Signal

rising — strategy: Timed outfit rentals with auto-revert are a novel cosmetic sink; low dev cost, clear differentiation.

Sales Angle

Positioned as a novel cosmetic money-sink for events and venues, where the server-timed auto-revert to the player's own clothes is the differentiator. Recommended Tebex price: $34.

Difficulty & Ship Time

intermediate · ships in 4-6h.