I have been trying to get a few API scripts working with mixed success (no experience with javascript) but in the last few days none of the scripts have worked and there is no evidence that they are even there. The output console says that it is restarting sandbox due to script changes but it never actually says it it spinning up a new one. I have tried removing all of my scripts and installing the simplest one I could find. on("ready", function() {
sendChat('API', "/desc API STARTED");
}); This is literally the only script in the game right now. I saved this and got nothing in the chat box and the console still says that it is restarting the sandbox. Am I doing something wrong? is there some way to force the sandbox to start? Please help