> ## Documentation Index
> Fetch the complete documentation index at: https://docs.shdevelopment.org/llms.txt
> Use this file to discover all available pages before exploring further.

# SH Development: Premium FiveM and RedM Lua Scripts

> SH Development creates premium Lua scripts for FiveM and RedM roleplay servers. Explore the full script catalogue and learn how to get started quickly.

SH Development produces a collection of premium, escrow-protected Lua resources for FiveM (GTA V multiplayer) and RedM (RDR2 multiplayer) servers. Each script is built with server owners in mind — you get clean, configurable resources that slot into your existing setup without heavy modification. Whether you run a serious roleplay community or a casual public server, SH Development scripts are designed to work out of the box and scale with your needs.

## Two Platforms, One Ecosystem

SH Development publishes scripts across two game platforms:

* **FiveM** — GTA V multiplayer resources covering jobs, vehicles, UI systems, player interactions, and more.
* **RedM** — RDR2 multiplayer resources tailored to the slower-paced, immersive roleplay style of the Old West setting.

Both platforms share the same configuration philosophy and code conventions, so once you learn how one script works, the rest feel immediately familiar.

## Key Features

Every SH Development script is built around a consistent set of features:

* **Multi-framework support** — QBCore, ESX, ND\_Core, VORP, RSG, and standalone modes are all supported. You select your framework in a single `config.lua` line.
* **Editable config files** — All user-facing settings live in `config.lua`. You never need to dig into protected code to customise behaviour.
* **Discord webhook logging** — Most scripts can post event logs (arrests, fines, transactions, and more) directly to a Discord channel via webhook.
* **ACE permissions** — Sensitive commands and menus are gated behind FiveM's built-in ACE permission nodes, giving you fine-grained access control.
* **NUI interfaces** — Scripts that need a UI use clean, modern NUI panels rather than legacy chat-based menus.

<Note>
  SH Development scripts are escrow-protected, meaning the core Lua files are encrypted. However, your `config.lua` and locale files are **always left unlocked** so you can customise and translate freely without touching protected code.
</Note>

## Where to Go Next

<CardGroup cols={2}>
  <Card title="Getting Started" icon="rocket" href="/installation">
    Download, install, and start your first SH Development script in minutes.
  </Card>

  <Card title="FiveM Scripts" icon="car" href="/fivem/sh-hud">
    Browse the full catalogue of GTA V roleplay resources.
  </Card>

  <Card title="RedM Scripts" icon="horse" href="/redm/sh-policejob">
    Explore Old West roleplay resources built for RedM servers.
  </Card>

  <Card title="Core Concepts" icon="book" href="/concepts/configuration">
    Learn the configuration patterns, framework options, and permission system.
  </Card>
</CardGroup>
