
Getting Started
The following instructions will get you up and running with an Order-powered experience! This assumes that you have at least a basic understanding of Roblox Studio.
1) Download VS Code and Rojo
- Download and install VS Code from here
- From VS Code, install the extension Rojo from the Extensions tab on the left sidebar or through this link.
- In Roblox Studio, search for and add the plugin for Rojo through the toolbox, or use this link.
2) Create a new repository based on this template
- At the top of this page, click the green "Use this template" button and select "Create a new repository"
- Select the proper owner, add a name, choose your desired visiblity options, and click "Create repository from template"
- Using the software of your choice (I typically use VS Code's Source Control menu), clone your new repository to your computer
3) Initialize Wally
- If you don't yet have Wally, you can install it from here.
- Open a terminal in your new project's directory and run the command
wally installto get the included packages.
4) Project configuration
- Open the new repository in VS Code and then open the
default.project.jsonfile - At the top, you'll see a string that reads "New Order Project", replace this with the name of your new project and save the file
5) Sync code into Roblox Studio
- In VS Code, click the Rojo button on the bottom right (if you don't see this icon, verify the Rojo extension is installed and restart VS Code)
- In the context menu that appears, click on
default.project.jsonat the bottom - In Roblox Studio, create or open a place file that will host your new experience
- Switch to the Plugins tab, and select Rojo
- In the Rojo window that appears, click "Connect"
You are now up and running with Order! Any code you write in VS Code will be synced into your new game whenever you save the file. If you need further help, you can visit the DevForum, read the Order docs, or check out the Rojo docs!