vi/raiser
appearance
appearance, GTA 6 style illustration
Vaultbeginnerappearance

Nail Salon

ESX manicure station that applies nail length/style and polish color as hand overlays for a server-charged fee and persists the look.

PRODUCTION-SHAPED, the reference Lua is validated and written framework-correct for ESX, QBCore, and QBox, ready to drop into your server.
Est. Lua
~109 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
beginner2-4h

Description

An ESX nail salon: a manicure station where players pick a nail length/style and polish color applied as hand overlays for a fee, with the chosen look saved to the character. It is a social-RP staple rarely shipped standalone, trivial dev cost, steady niche demand.

Prompt Template

You are writing a FiveM resource for esextended (exports['esextended']:getSharedObject()).

🔒 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/17-nail-salon-manicure.lua. It implements live hand-component nail previews with a manicure anim, and a server-side handler that charges…

🔒 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 fee, Claude charges on the client; a packet applies nails for free. Check funds and removeMoney on the server.
  • 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, defining nails:apply/nails:applied on only one side breaks the apply round-trip; both sides use RegisterNetEvent + AddEventHandler.

Corrective re-prompt: "Charge the manicure fee on the server: on nails:apply check xPlayer.getMoney(), removeMoney(cost), clamp style/color and xPlayer.set('nailLook', clean) before firing nails:applied. The client may preview freely but must only persist what the server confirms."

Framework Integration

  • ESX: as written, xPlayer.getMoney() / xPlayer.removeMoney(cost) and xPlayer.set/get('nailLook').
  • QBCore: swap to exports['qb-core']:GetCoreObject() and Player.Functions.RemoveMoney('cash', cost); persist the look in metadata.
  • QBox: use exports.qbx_core:GetPlayer(src) then player.Functions.RemoveMoney; the overlay + clamp logic is identical.

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 stable social-RP cosmetic niche carries steady demand.

Trend Signal

→ stable, inferred: Nail salon is a social-RP staple rarely shipped standalone; steady niche demand, trivial dev cost.

Sales Angle

The missing social-RP nail salon, a quick, cheap cosmetic add every roleplay server's player base asks for. Recommended Tebex price $79.

Difficulty & Ship Time

beginner · ships in 2-4h.