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
- Ensure you have Node.js 14+ installed.
- Ensure you have aftman installed.
- Run
aftman install
- Run
wally install
- Run
npm install
- Run
source .commands.sh
- Run
docsite
- Refer to the Introduction for further instructions on how to contribute plugin modules to TKT!