Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.17 KB

README.md

File metadata and controls

43 lines (24 loc) · 1.17 KB

Plates of Doom (Work in Progress)

An SB Script + game, combined.

A rework of an old script builder script I made.

Getting Started

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

Building

Many of the scripts exists as VSCode tasks (check .vscode/tasks.json).

Build

Builds the client and server scripts (what's required for the sb scripts).

Build .rbxlx

Builds the place file with rojo (outputs to platesOfDoom.rbxlx).

Build Game

Runs first the "Build" task then the "Build .rbxlx" task, should be ran when building the place file from scratch.

Testing

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.