gta6/prompts
housing
Coreadvancedhousing

Furniture Placement + Save

Drag a semi-transparent ghost prop in front of you, confirm to place it, and the server persists it so it respawns next visit.

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
~81 loc
Claude
Claude Opus 4.x / Sonnet 4.x
Validation
syntax-validated
Updated
2026-06-24

Description

An interior decorating tool: the player picks a prop, a translucent ghost follows the camera, and pressing E drops a solid, frozen copy and saves its coordinates. On the next visit the saved props are rebuilt. This is the satisfying customization layer that turns a bought shell into a player's actual home.

Prompt Template

You are writing a FiveM script for QBCore (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 at content/expected-outputs/housing/05-furniture-placement.lua shows the model-load helper, the ghost-drag loop with confirm/cancel, the load-on-enter rebuild, and the server…

🔒 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

  • CreateObject before load — the prop fails or appears as a fallback. Always RequestModel + while not HasModelLoaded do Wait(0) end first.
  • Orphan ghost — not deleting the preview leaves a translucent duplicate. DeleteEntity(ghost) before spawning the solid prop.
  • Client-only save — furniture gone on relog. Persist coords/heading/model to a DB table and reload on enter.

Integration Notes

  • Create a house_furniture table (citizenid, model, x, y, z, heading).
  • Trigger housing:startPlacement from your inventory item or menu; trigger housing:loadFurniture when the player enters their interior.
  • Declare qb-core and oxmysql. Test: place a prop, relog, re-enter — the prop should reappear in the same spot.

Profit Potential

$350–$4500/mo on Tebex (expected ~$1300). [INFERRED] advanced ghost-preview customization scaled above the $50-389 band center against the signal-scraper tebex corpus (median seller $11.85K/mo, n=100); high perceived value and complexity command a premium unit price.

Trend Signal

rising — housing systems niche-selection 3.60; corpus ox_doorlock active.

Sales Angle

Position as the satisfying decorate-your-home layer players pay to enjoy, the feature that differentiates a housing pack. Recommended Tebex price $129.

Difficulty & Ship Time

advanced · ships in 1-2 days.