Skip to content

purpul-extreme/starter-template

Repository files navigation

Starter Template

A general-purpose Roblox project template. Comes with Selene linting and StyLua formatting preconfigured, along with a basic project structure.

Setup

Download and install Rokit, then run:

rokit install
wally install

File Structure

.
├── src/                        # Source code
│   ├── client/                 # Client scripts
│   ├── server/                 # Server scripts
│   └── shared/                 # Shared modules
├── default.project.json        # Rojo project for publishing
├── test-place.project.json     # Rojo project for local development
├── wally.toml                  # Package manifest
└── rokit.toml                  # Tool versions