Skip to main content

The Known Tools

The Known Galaxy's Plugin of Plugins

Centralised

All of TKG's custom Studio plugins are centralised in this one plugin. Every possible developer tool or utility made to be used in Studio is written, maintained and managed from this repository.

Easy to Expand

Every plugin inside this repository (called "Sub-Module") can be developed completely independently from the others. With a first-class development experience encompassing Hot Reloading and a codebase manager, tools for TKG developers can be made fast and on the fly.

Well Documented

Almost all parts of the inner workings of these plugins are documented on this site. If there's some niche part of a plugin's internal functionality you're curious about, then it's written here.

plugins

Plugin development for The Known Galaxy on ROBLOX.

Documentation

Below are links to all documentation relevant to the tooling this project uses.

Development Workflow

Getting Started

  1. Ensure you have Node.js 14+ installed.
  2. Ensure you have aftman installed.
  3. Run
aftman install
  1. Run
wally install
  1. Run
npm install
  1. Run
source .commands.sh
  1. Run
docsite
  1. Refer to the Introduction for further instructions on how to contribute plugin modules to TKT!