Installation
In the document we will explain all the way to install the API package. For how to use it see the Package Usage page.
VS Code
VS Code or Visual Studio Code is a code editor used by many devs and is just one way to program. Many Roblox groups use this editor for game development, then connect to Roblox through a service like Rojo.
Rojo
Rojo is a program for Roblox with multiple usages. Including, connecting directly to Roblox Studio so you can see changes immediately, and building a game file from your terminal.
Installation
External IDE
- Install your favorite Toolchain manager, personally I use Foreman.
- Next setup your toolchain manager with the tools needed. If you're using Foreman, create a file named
foreman.toml, the code should look something like this.- Make sure to run install on your manager to get the files you need.
[tools]
rojo = { source = "rojo-rbx/rojo", version = "7.3.0" }
wally = { source = "UpliftGames/wally", version = "0.3.1" }
- Next, create or find your
wally.tomlfile. Inside of it crete a new line with[server-dependencies]. And addClanny = "minecraft2fun/clanny@^01.2"underneath of it.
[server-dependencies]
Clanny = "minecraft2fun/clanny@^0.1.2"
- Run
wally installto install your new package. - All set, you may need to shuffle around your
package.default.jsonfile to make sure your server packages are noticed and being put into the game.
Roblox Studio
You can get the code from the Roblox Marketplace here
Roblox-TS
A TS types file is available from the Wally download or the github