An SB Script + game, combined.
A rework of an old script builder script I made.
You will need Rokit in order to install all the requires tools (or manually install them, check rokit.toml).
After installing Rokit, simply run to install all the required tools:
rokit install
Many of the scripts exists as VSCode tasks (check .vscode/tasks.json).
Builds the client and server scripts (what's required for the sb scripts).
Builds the place file with rojo (outputs to platesOfDoom.rbxlx).
Runs first the "Build" task then the "Build .rbxlx" task, should be ran when building the place file from scratch.
Simply build the game file with the "Build Game" task, open in studio, then serve the place file with rojo:
rojo serve
Then the final step is simply to just connect in studio with the rojo plugin.
When you want to update and test new changes run the "Build" task.