01Create a new Auto-Execute script
Open Real, right-click the Auto-Execute folder in the Explorer, and choose New File. Scripts stored in this folder run automatically after injection and after Roblox enters a game.
Guides
Guides
Only scripts inside the Auto-Execute folder run automatically.
Save the file before launching Roblox or joining a game.
Keep Auto Execute enabled and verify the client is injected before expecting scripts to run.
Guides
Open Real, right-click the Auto-Execute folder in the Explorer, and choose New File. Scripts stored in this folder run automatically after injection and after Roblox enters a game.
Paste or write the Luau code you want to run automatically, then press Save. Unsaved changes will not be picked up reliably.
Open Settings -> Roblox and launch the version marked Supported. Auto Execute needs the same supported Roblox build as normal injection.
Open the Editor Tab and press Inject. If injection fails, fix injection first before testing Auto Execute.
From the Roblox home screen, join the game you want to use. Auto Execute runs when the injected client enters the game session.
Open Roblox Output in Real and check that your Auto-Execute script printed or changed what you expected. If nothing happens, check that the file is saved inside Auto-Execute and that the client is injected.