Skip to main content

Installation

You can currently install WCS to your project with 3 different methods:

NPM Installation

Intended only for TypeScript users: Install WCS by running the following command in your terminal:

npm i @rbxts/wcs@latest

WCS depends on packages from @flamework npm org. You'll need to add it to your Rojo Project File.

"@flamework": {
"$path": "node_modules/@flamework"
}

Wally Installation

Install WCS using a popular package manager called Wally. Put the following line under [dependencies] in your wally.toml file. Consider using the latest version:

wally.toml
[dependencies]
wcs = "cheetiedotpy/wcs@2.4.0"

Roblox Studio Installation

If you are not using Rojo, navigate yourself to github releases page and download rbxm file of the latest version:

Example banner

And put it under Replicated Storage:

Example banner