This script allows one person to see outputs given by scripts.
- Make a LocalScript in
game:GetService("Workspace"). - Put the code from
main.luaon GitHub to the LocalScript.
- Make a ServerScript in
game:GetService("StarterPlayerScripts"). - Put the code from
main.luaon GitHub to the ServerScript.
If you wanna execute the script on exploitside via the executor, use the code from exploitside-loader.lua on GitHub.
If you wanna execute the script on serverside via require(), use the code from serverside-loader.lua on GitHub.
On serverside direct shortened execute, the game must have HTTP communications enabled.
- Enter Roblox Studio.
- Go to the roblox game you wanna allow HTTP in.
- Go to Settings.
- Go to Studio.
- Go to Security.
- Enable the "Allow HTTP requests" option.
- Get back to the roblox game on Roblox Studio.
- Execute
game:GetService("HttpService").HttpEnabled = truein the Studio command bar. - Save the Roblox game and exit the Studio.