βš–οΈInstances

πŸ“ What Are Instances?

Instances in RedM are separate, isolated environments within the game world.

  • They allow groups of players to interact without seeing or affecting players in other instances.

  • This system is similar to phasing or sharding in other online games.


πŸ“¦ Types of Instances

  • Default Instance:

    • Usually has the ID 0.

    • This is the standard server instance for all players unless changed in config.lua.

  • Script Instances:

    • Created automatically by other scripts (e.g., character creation/selection in VORP).

    • Useful for keeping players separated during setup or story events.

  • Admin Instances:

    • Manually created by admins.

    • Admins (or assigned organizers) can kick/transfer players, disable NPCs in their instance, assign a new admin, or delete the instance.


🟦 Client Side

Open the Admin Instance Menu

  • Add your Steam identifier to:

  • Open the admin menu:

    or use the command:

Open Player Group Menu

  • Open the group management menu:

    or use the command:


βš™οΈ Configuration (config.lua)


πŸ“Œ Notes

  • Security: Only Steam IDs in Config.AdminIdentifiers can use the admin menu (unless Config.AllowInstancesForAll is set to trueβ€”not recommended for public servers).

  • Flexibility: You can assign or transfer instance admin rights, kick players, and fully control instance environments.

  • Compatibility: Works with automatic instances created by other scripts and manual admin management.

Last updated