Use the official loader
Join a supported Roblox experience before running the loader. BARRAGE detects the current PlaceId and requests the matching game script after Authentication succeeds.
loadstring(game:HttpGet("https://barrage.cc/loader"))()
Before execution
- Confirm the experience appears in the Supported Games directory.
- Use an executor that supports HTTP requests and loadstring execution.
- Run one loader instance and wait for Authentication to finish.
- Do not combine the official loader with copied runtime or game-body files.
Unsupported experiences
If the current PlaceId is not supported, the loader should stop instead of substituting another game script. Check Discord for newly added games and service announcements.