Guide · Updated 14 Sep 2026

VORP vs RSG Core vs QBCore: which RedM framework should you build on?

A RedM framework is the base layer every other script talks to: characters, money, jobs, inventory. You pick it once, and every script you buy afterwards has to support it. This is how the main options compare, written from the position of a team that runs a server on one and ships scripts that run on all three.

The short version

FrameworkBest forInventoryScript ecosystemPoggy Scripts
VORP CoreThe widest choice of scripts, and teams that want a proven basevorp_inventoryThe largest. Most paid RedM scripts target VORP first.Supported. Every script; the server we run.
RSG CoreDevelopers who know QBCore from FiveM and want the same shape on RedMrsg-inventoryGrowing quickly; many scripts now ship VORP and RSG together.Supported. Every script, same build, through poggy_core's RSG adapter.
QBCore RedM (QBR)Teams porting an existing QBCore FiveM setupqbr-inventorySmaller on RedM; check each script's page for support.Supported. All of them, same build, through poggy_core's QBR adapter.

VORP Core

VORP is the longest-running RedM framework and the one most third-party scripts are written against first. Its pieces are separate resources: vorp_core for characters and money, vorp_inventory, vorp_character, vorp_menu, vorp_inputs and so on. That modularity is why so many scripts list "vorp_core, vorp_inventory" as requirements, and why replacing one piece is possible.

Our own server runs VORP, and every script in this store is played there before release. If you want the largest choice of scripts today and the most people who have seen your error before, VORP is the safe answer. Poggy scripts on VORP do not need vorp_menu or vorp_inputs: Poggy Core (Free) draws menus, text inputs and notifications itself.

RSG Core

RSG Core follows the structure of QBCore from FiveM, rebuilt for RedM. If you or your developer already know qb-core, the resource names, exports and config style will feel familiar, which shortens the time to a working server. Its ecosystem has grown fast, and a lot of newer scripts, ours included, detect RSG at runtime rather than shipping a separate build.

Every Poggy script runs on RSG Core. poggy_core's RSG adapter, written against rsg-core and rsg-inventory and proven in game, handles characters, money (cash, bank and gold), jobs with RSG's built-in duty, items and stashes, ACE-based admin levels and notifications. Witnesses (from $6.99/mo) reaches your deputies through it, Poggy Markets ($99) moves money and stock through it, and the free Poggy Storage (Free) keeps its containers as rsg-inventory stashes. Two features are VORP-only for now: Poggy Transform ($9.99)'s admin character-appearance browser and Poggy Util (Free)'s government stipend. The rest of each script works. One RSG-specific step: add RSG's stock law jobs (vallaw, rholaw, blklaw, strlaw, stdenlaw) to LawJobs in poggy_core/config.lua.

QBCore for RedM (QBR)

QBR is the QBCore port to RedM. It makes sense if you are moving an existing QBCore community across and want to keep tooling. The trade-off is a smaller pool of maintained RedM scripts; check each product page rather than assuming. Every Poggy script runs on QBR. poggy_core's QBR adapter, written against qbr-core and qbr-inventory and proven on a live server (the full self-test passes), handles characters, money, jobs, duty, items, stashes, ACE-based admin levels and notifications from the same build as VORP and RSG, so there is nothing to re-download and nothing to configure. The same two VORP-only features apply as on RSG: Poggy Transform ($9.99)'s character-appearance browser and Poggy Util (Free)'s government stipend. One QBR-specific step: scripts that keep items in a stash (Poggy Storage (Free), Trash Bins, Poggy Markets) use qbr-inventory stashes, which need the stashitems table. poggy_core checks for it at start and prints the CREATE statement if it is missing.

RedEM:RP is not on this list because Poggy Scripts does not support it and no adapter is planned.

How to decide

  1. Starting from nothing, no developer: VORP. The most scripts, the most tutorials, the most people in Discords who have seen your error before.
  2. You know QBCore from FiveM: RSG Core. Same mental model, the script gap is closing, and everything in this store runs there.
  3. Moving a QBCore community: QBR. Keep your tooling, budget time to verify each third-party script you rely on, and everything in this store runs there.

What "framework agnostic" means on our pages

Every Poggy script talks to the framework through one thing: Poggy Core (Free), a free resource that works out which framework is running and translates one set of calls (character, money, jobs, duty, items, stashes, permissions, notifications, menus) into that framework's own. A script is written once against poggy_core; a framework is supported by writing one adapter file inside poggy_core. Today there are three adapters, VORP Core, RSG Core and QBCore RedM, and all three are proven on a live server, so every script's "Works with" line says exactly those three.

On a server with no framework, or one poggy_core has no adapter for, Core.HasAdapter() reports false and every framework call is refused with a clear error rather than silently doing nothing. Adding a framework is a poggy_core update, not a script update: the QBR adapter arrived that way and no script changed. The console prints which framework it found on first start, and /poggycore shows the framework, version and capability map on any server.

The two exceptions are features, not scripts, and each product page says so under "Works with": Poggy Transform's character-appearance browser and Poggy Util's government stipend are VORP-only today. If you are a developer, Using Poggy Core in Your Own RedM Scripts shows how to build on the same layer.

Questions this guide answers

Which RedM framework has the most scripts?

VORP Core. It is the oldest RedM framework and most third-party scripts target it first. RSG Core is closing the gap quickly, and scripts that go through a framework layer such as poggy_core run on both from one build.

Do Poggy scripts run on RSG Core?

Yes, every one of them. poggy_core has an RSG Core adapter, proven in game, that handles characters, money, jobs, duty, items, stashes, permissions and notifications. Two features are VORP-only today: Poggy Transform's character-appearance browser and Poggy Util's government stipend.

Do Poggy scripts run on QBCore RedM?

Yes, every one of them. poggy_core has a QBCore RedM (QBR) adapter, written against qbr-core and qbr-inventory and proven on a live server with the full self-test passing. The same two VORP-only features apply: Poggy Transform's character-appearance browser and Poggy Util's government stipend. Scripts that keep items in a stash use qbr-inventory stashes, which need the stashitems table; poggy_core prints the CREATE statement if it is missing.

Do I need a separate download per framework?

No. One build. poggy_core detects the framework at start and prints which one it found. Nothing in the script changes between VORP Core, RSG Core and QBCore RedM.

Scripts mentioned in this guide

Whole store →
Poggy Core — Free RedM Framework Core and Auto-Updater
Free RedM Framework Core and Auto-Updater

Poggy Core

The free foundation every Poggy script runs on: one framework API for VORP Core, RSG Core and QBCore RedM, automatic updates, config files that merge themselves and database tables created on start. Use it under your own scripts too.

PriceFree
Witnesses — RedM Witness System
RedM Witness System

Witnesses

NPC witnesses see crimes, flee the scene and report them to on-duty law, with blips and alerts routed to your police or sheriff jobs.

From$6.99
Poggy Markets — RedM Player-Owned Shop Script
RedM Player-Owned Shop Script

Poggy Markets

Players buy a storefront, stock it, price it, hire staff and run it from a live sales dashboard, with optional supply-and-demand pricing and a commodities exchange.

Price$99

Best RedM Scripts for a New Server

Economy, law, activities, roleplay tools and admin utilities. What to run, what it costs, and where the free options are.

Read the guide →

How to Install a RedM Script

Download, resources folder, SQL, start order, config and the escrow licence check. Then the five common errors.

Read the guide →

Free RedM Scripts Worth Installing

Eight free scripts, what each one does, what it needs, and what it does not do.

Read the guide →

How to Update RedM Scripts Without Breaking Your Config

The manual routine that keeps your config safe, and the automatic route that removes the routine.

Read the guide →

RedM Server Economy: How to Balance Money, Jobs and Shops

Sources, sinks, player shops, auctions, jobs and a stipend. The model, the starting numbers and the scripts.

Read the guide →

How to Set Up Jobs on a RedM Server

Job names and grades, duty, several jobs per character, badges, and making every script agree.

Read the guide →

How to Back Up a RedM Server

The database, resources, configs, licence files and txData. How to automate it, and how to test the restore.

Read the guide →

Cfx Escrow Explained for RedM Server Owners

Which files are encrypted, what you can still change, the licence file, and the error everyone hits once.

Read the guide →

RedM Server Performance: How to Reduce Lag

Measure first, then the usual causes: hot client loops, dead entities, unindexed queries and NPC systems tuned too high.

Read the guide →

Using Poggy Core in Your Own RedM Scripts

The free framework layer under your own resources: install, first script, menus, storage, jobs, standalone mode, diagnostics.

Read the guide →

RedM Script Subscriptions vs Buying Outright

The break-even maths with live prices, what cancelling does, how updates and licences work, and when each one wins.

Read the guide →

How to Choose a RedM Script: Checks Before You Buy

Framework claims, performance, open config, versions, support and video. Ten checks, and the red flags that should end the sale.

Read the guide →

How to Run a Player Economy on a RedM Server

Player-owned shops, auctions, taxes, moving prices and the weekly checks that keep a live economy healthy.

Read the guide →

How to Set Up Crafting on a RedM Server

Recipe chains, benches and campfires, job locks, skillchecks, telling players where ingredients come from, and pricing it all.

Read the guide →

How to Add Items to a RedM Server

Where each framework keeps its item list and icons, how to add an item to each, and the mistakes that break scripts.

Read the guide →

How to Set Up Fishing on a RedM Server

What makes fishing worth playing, installing it, bait and seasons, tuning the difficulty, and pricing the catch.

Read the guide →

How to Make a RedM Server

Server artifacts, txAdmin, the licence key, server.cfg, the database, a framework, ports, admins, backups and a launch checklist.

Read the guide →

How to Set Up Law Enforcement on a RedM Server

Crime alerts and witnesses, on-duty status and counts, badges, evidence lockers, crime scene text, jail and bounties, and how much law your player count needs.

Read the guide →

RedM /me and /do Commands: Roleplay Tools Guide

Writing a good /me and /do, overhead text or chat, scene text, status labels, skillchecks instead of dice, animations, and keeping it all clean.

Read the guide →

RedM Server Event Ideas and How to Run Them

Eight events that bring players back, how to run each, when to schedule and announce them, prizes that keep the economy intact, and a checklist.

Read the guide →

RedM Animations: Dictionaries, Scenarios, Emotes

Dictionaries, clips and scenarios, playing one from Lua, props on bones, multi-step scenes, syncing, cleanup and emotes players use.

Read the guide →

RedM Admin Tools: Moderating a Roleplay Server

txAdmin, ACE permissions, framework admin menus, admin blips, reports and evidence, staff ranks, and a moderation checklist.

Read the guide →
Join the Discord Discord