Skip to content

ewd3v/Plates-of-Doom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A rework of my old Plates of Doom script

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages