Skip to main content

Getting started

KashTheKing's Library is everything I reuse between my Roblox projects, published so you can grab it too: packages you install with Wally, Studio plugins from the Creator Store, ready-made building blocks you drop into a place, and guides that explain how I put games together. The whole thing lives in one repository, github.com/KashTheKing/library, and every page on this site links back to its source.

Pick a section​

Three ways to install things​

You wantUseHow
A package, from Studio, no toolingStudio Wally pluginOpen the widget, search kashtheking/<name>, download as a Shared module.
A package, in a Rojo projectWallyAdd Name = "kashtheking/<name>@<version>" under [dependencies] in wally.toml, run wally install.
A whole system with its dependenciesPackager pluginDownload the block's .rbxm, insert it into Studio, press Unpackage.

Every package page shows both install commands for its current version, and the Installing packages guide walks through each path in detail.

Reading the API reference​

The API tab at the top documents every package class from the doc comments in its source: constructors, methods, properties, types and which side (server or client) they run on. Each entry has a link to the exact line in the repository, so when the docs are not enough the code is one click away.

Something missing or broken?​

Every page has an Edit this page link at the bottom that opens its Markdown source on GitHub, and the navbar's GitHub link opens the repository itself. For questions and bug reports, join the Discord or see the Support page.