[FREE] QubeCode Scene Studio - Temporary RP Props & 3D Text

[FREE] QubeCode Scene Studio - Temporary RP Props & 3D Text

Menu Screenshot

3D Text Screenshot

Prop Screenshot

Description

QubeCode Scene Studio is a lightweight free FiveM resource for temporary RP scene props and short 3D scene text.

It is made for police, EMS, mechanic, staff and roleplay situations where players need to quickly mark a scene, place cones or barriers, add small text labels, and clean everything up again without a database.

Features

  • Temporary 3D scene text
  • Temporary scene props synced to all players
  • ox_lib context menu, input dialogs, text UI and notifications
  • Standalone, ESX, QBCore and Qbox job permission support
  • ACE permission support
  • Optional moderator ACE for removing other players’ scene items
  • Server-side prop whitelist
  • Server-side distance checks, cooldowns and placement limits
  • Automatic expiry cleanup
  • Optional cleanup when a player disconnects
  • English and German locales
  • No database required

Included Props

  • Traffic cone
  • Work barrier
  • Arrow barrier
  • Road flare
  • Work light
  • Evidence case
  • Road sign

Dependencies

  • ox_lib

Installation

  1. Download the latest release from GitHub.
  2. Put qube_scene into your server resources folder.
  3. Make sure ox_lib starts before this resource.
  4. Add this to your server.cfg:
ensure ox_lib
ensure qube_scene

Permissions

For ACE-based staff access:

add_ace group.admin qubecode.scene allow

For moderator access to remove other players’ scene items:

add_ace group.admin qubecode.scene.manage allow

You can also configure ESX, QBCore or Qbox job access in config.lua.

Commands

/qscene
/scene your text here
/sceneprop cone
/sceneclear

During prop placement:

E = place
Arrow Left/Right = rotate
Backspace = cancel

Configuration

The resource is intentionally simple to configure:

Config.Locale = 'en' -- en, de
Config.Framework = 'auto' -- auto, standalone, qbcore, qbox, esx
Config.Permissions.allowEveryone = false

Important limits:

Config.Placement.maxOwnScenes = 16
Config.Placement.maxServerScenes = 256
Config.Placement.defaultDurationMinutes = 30

Download

GitHub:

Latest release:

Tested

  • FXServer artifact 30707
  • Game build 3570
  • ox_lib v3.37.0
  • Standalone local server

Notes

Scene props are spawned as local client objects from server-approved scene data. This keeps the resource light and avoids unnecessary networked entity ownership issues.

This is a free QubeCode resource. Feedback, issues and pull requests are welcome on GitHub.