Setup
Loader Script
One script. Drop it in any game. It auto-registers and polls for scripts from the dashboard.
1
Enable HTTP Requests
In Roblox Studio:
Home → Game Settings → Security → Allow HTTP Requests — toggle it on.2
Enable LoadString
In Explorer: click
ServerScriptService → Properties panel → find LoadStringEnabled → check it.3
Insert a Script
In
ServerScriptService, insert a new Script (not LocalScript). Paste the loader below into it.4
Play & Execute
Start server. Game auto-registers on the dashboard. Open Dashboard, select your game, execute scripts.