vi/raiser
appearance
appearance, GTA 6 style illustration
Vaultadvancedappearance

Multiplayer Character Creator (Heritage & Genetics)

QBCore first-spawn creator that blends two parent peds via SetPedHeadBlendData plus face-feature sliders, sanitized and persisted server-side per character.

PRODUCTION-SHAPED, the reference Lua is validated and written framework-correct for ESX, QBCore, and QBox, ready to drop into your server.
Est. Lua
~102 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
$350($120 to $1,200)

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

Effort vs return
advanced1 day

Description

A working QBCore heritage character creator: on first spawn the player blends two parent peds (mother/father indices) with shape and skin mix sliders, then fine-tunes nose and jaw face features, all previewed live on their own ped. The confirmed look is sanitized and persisted server-side per citizenid, the identity foundation every roleplay server needs and the most-shipped appearance resource on Tebex.

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/01-multiplayer-character-creator.lua. It implements the live heritage blend + feature sliders on the player ped, NUI callbacks for…

🔒 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

  • Unsanitized save, Claude trusts the client payload and stores arbitrary values; clamp mom/dad, mixes and features server-side.
  • Anim before load, applying the pose before the dict loads no-ops; always RequestAnimDict + while not HasAnimDictLoaded(dict) do Wait(0) end.
  • One-sided net event, defining creator:save/creator:saved on only one side breaks the confirm round-trip; both sides use RegisterNetEvent + AddEventHandler.
  • Lost persistence, keeping appearance only in a client table loses it on relog; persist server-side keyed by citizenid.

Corrective re-prompt: "Move all validation server-side: in creator:save, clamp mom/dad to 0-45, shapeMix/skinMix to 0.0-1.0 and every face feature to -1.0..1.0 before storing keyed by citizenid, then fire creator:saved. The client must only preview; never trust its raw values."

Framework Integration

  • ESX: swap to exports['es_extended']:getSharedObject() and key the saved appearance by xPlayer.identifier instead of citizenid.
  • QBCore: as written, exports['qb-core']:GetCoreObject() and Player.PlayerData.citizenid for the persistence key.
  • QBox: use exports.qbx_core:GetPlayer(src); blend/feature and clamp logic are identical.

Profit Potential

$120-$1200/mo on Tebex (expected ~$350), priced inside the $50-389 script band against a corpus of comparable Tebex sellers (median ~$11.85K/mo); a saturated creator niche means volume is steady but undercut by free baselines.

Trend Signal

↘ saturated, corpus: illenium-appearance/qb-multicharacter first-spawn creator is a Tebex/Cfx baseline every RP server ships; heritage genetics blend is table-stakes.

Sales Angle

The polished heritage-genetics creator that beats the free baselines on UX and strict server-side validation, sold to servers that want a clean first impression. Recommended Tebex price $329.

Difficulty & Ship Time

advanced · ships in 1 day.