vi/raiser
appearance
appearance, GTA 6 style illustration
Vaultbeginnerappearance

Barbershop Styling Station

QBCore hair/beard/eyebrow style + color station with a rotating preview camera, where the server validates and charges per-item pricing.

PRODUCTION-SHAPED, the reference Lua is validated and written framework-correct for ESX, QBCore, and QBox, ready to drop into your server.
Est. Lua
~115 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 / mosaturated
$300($80 to $1,100)

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

Effort vs return
beginner2-4h

Description

A working QBCore barbershop: the player sits in the chair, a camera slowly orbits their ped for a 360° showcase, and they preview hair, hair color, beard and eyebrow combinations live. Confirming charges per-item pricing server-side. Barber is a commodity storefront every roleplay server lists, so the sell is the polish, the rotating camera and clean checkout.

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/02-barbershop-styling-station.lua. It implements the seated pose, an orbiting scripted preview camera, live hair/beard/eyebrow/color…

🔒 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-trusted charge, Claude removes money on the client; a packet skips it. Total and RemoveMoney server-side.
  • Anim before load, the seated pose no-ops if the dict isn't loaded; always RequestAnimDict + while not HasAnimDictLoaded(dict) do Wait(0) end.
  • Orphan camera, failing to DestroyCam + RenderScriptCams(false) on cancel locks the player's view; always tear the cam down on exit.
  • One-sided net event, barber:buy/barber:purchased on only one side breaks checkout; both sides use RegisterNetEvent + AddEventHandler.

Corrective re-prompt: "Move the charge into the server barber:buy handler: total the Prices table, verify GetMoney('cash') covers it, RemoveMoney once, then fire barber:purchased. The client only previews and renders the orbit camera; never deduct money client-side."

Framework Integration

  • ESX: swap to exports['es_extended']:getSharedObject() and charge with xPlayer.removeMoney(total) after a xPlayer.getMoney() check.
  • QBCore: as written, Player.Functions.RemoveMoney('cash', total, 'barbershop').
  • QBox: use exports.qbx_core:GetPlayer(src) then player.Functions.RemoveMoney('cash', total); preview logic is identical.

Profit Potential

$80-$1100/mo on Tebex (expected ~$300), priced inside the $50-389 script band against a corpus of comparable Tebex sellers (median ~$11.85K/mo); a saturated commodity, so volume hinges on UX polish over price.

Trend Signal

saturated, corpus: Barber is core to every appearance pack (illenium/fivem-appearance); commodity but a mandatory storefront on Tebex.

Sales Angle

The clean standalone barber with a rotating showcase camera and server-validated pricing, for servers that want a premium-feeling chair without a whole appearance suite. Recommended Tebex price $69.

Difficulty & Ship Time

beginner · ships in 2-4h.