Get Started
Untrusted Scripts
Don't run scripts unless you trust the developer or have verified the source code.
Using Scripts
Download
User created scripts can be found in our Discord.
Install
Scripts can be installed by simply placing the downloaded script with the .lua extension into the Scripting Folder.
Load
Scripts can be loaded by navigating to the following location in the menu.
Scripting → Load Script
Use
Once a script has been loaded, you can access it's features by navigating to the following locations in the menu.
Scripting → Script Name
Network → Players → Player Name → Scripts → Script Name
Useful Folders
Scripts are limited to the highlighted folders and their subdirectories, they should not access the wider filesystem.
- AppData/
- Roaming/
- Exodus Client/
- Library/
- Red Dead Redemption 2/
- Client/
- Scripting/
- Assets
- Packages
- Workspace
Scripting Folder
This folder is where you can place scripts with the .lua extension.
%AppData%\Exodus Client\Library\Red Dead Redemption 2\Client\ScriptingAssets Folder
This folder is where scripts may store any static content.
%AppData%\Exodus Client\Library\Red Dead Redemption 2\Client\Scripting\AssetsPackages Folder
This folder is where scripts may store any third-party libraries.
%AppData%\Exodus Client\Library\Red Dead Redemption 2\Client\Scripting\PackagesWorkspace Folder
This folder is where scripts may store any temp/configuration files.
%AppData%\Exodus Client\Library\Red Dead Redemption 2\Client\Scripting\Workspace