vi/raiser
appearance
appearance, GTA 6 style illustration
Vaultintermediateappearance

Mask Shop with Name-Tag Concealment

QBCore/QBox concealment-headwear shop where a worn mask hides the player's overhead name/ID from other players, with a server-authoritative concealed state.

PRODUCTION-SHAPED, the reference Lua is validated and written framework-correct for ESX, QBCore, and QBox, ready to drop into your server.
Est. Lua
~108 loc
Claude
Claude Opus 4.x / Sonnet 4.x
Validation
syntax-validated
Updated
2026-06-25
Unlock price
$199Vault

Unlock all 510 prompts

Profit potential / mostable
$500($150 to $2,000)

$50-389 script band, sized for a stable niche; top sellers clear around $11.85K/mo.

Effort vs return
intermediate4-6h

Description

A working mask shop with real consequence: buying and wearing a concealment mask hides your overhead name/ID from every other player until you take it off. The concealed state is owned by the server and broadcast to all clients so the anonymity is genuine, not cosmetic. Crime-RP servers buy this because it converts a generic clothing shop into a defensible identity mechanic.

Prompt Template

You are writing a FiveM resource for qb-core (exports['qb-core']:GetCoreObject()).

🔒 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/appearance/09-mask-shop-nametag-hide.lua. It implements a server-charged mask purchase, the put-on anim + mask component, and a server-owned…

🔒 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

  • Local-only hide, Claude hides the tag only on the wearer's client; everyone else still reads the name. Set the concealed flag server-side and broadcast it to all clients.
  • Client-trusted purchase, charging on the client lets the mask be bought free; keep the price check + RemoveMoney server-side.
  • 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, define mask:setConcealed/mask:syncConcealed on both sides with RegisterNetEvent + AddEventHandler.

Corrective re-prompt: "Make concealment server-authoritative: store each player's concealed bool on the server keyed by source, broadcast mask:syncConcealed to -1 on every change and on drop, and have every client render gamer tags from that synced table. The wearer's local view must never be the source of truth."

Framework Integration

  • ESX: swap to exports['es_extended']:getSharedObject() and xPlayer.removeMoney(price); the concealed-state broadcast logic is identical.
  • QBCore: as written, exports['qb-core']:GetCoreObject() and Player.Functions.RemoveMoney('cash', price, 'mask-shop').
  • QBox: use exports.qbx_core:GetPlayer(src) then player.Functions.RemoveMoney('cash', price); broadcast and gamer-tag logic unchanged.

Profit Potential

$150-$2000/mo on Tebex (expected ~$500), priced inside the $50-389 script band against a corpus of comparable Tebex sellers (median ~$11.85K/mo); a defensible crime-RP mechanic sustains steady demand.

Trend Signal

→ stable, strategy: Crime-RP differentiation: mask-driven nametag hide scores on the Defensibility axis vs a generic clothing shop.

Sales Angle

The crime-RP anonymity mechanic a plain clothing shop can't offer, a mask that actually hides your identity from everyone. Recommended Tebex price $139.

Difficulty & Ship Time

intermediate · ships in 4-6h.