This is a template I use to begin my projects, mainly so I don't have to spend a day writing the same stuff again.
However, feel free to edit it and fork how you want.
Note: This installation uses Bash, for windows you need to use a Git Bash CLI
Note: Not all tools will be installed here, some tools are required, such as Git, Rokit and wally-package-types
- Clone the repo
git clone https://github.com/isophes/RBLX-Template && cd RBLX-Template-
Edit "install-packages.sh" to point wally-package-types to where you have wally-package types
-
Install packages
rokit install && sh install-packages.sh- Build place and serve!
rojo build -o game.rbxl && rojo serve