An implementation of the Order framework for Roblox, coupled with commonly used modules and utilities. Created by @ChiefWildin
The following instructions will get you up and running with a Cyclone-powered experience! This assumes that you have at least a basic understanding of Roblox Studio.
- 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.
- 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
- Open the new repository in VS Code and then open the
default.project.json
file - At the top, you'll see a string that reads "New Cyclone Project", replace this with the name of your new project and save the file
- 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.json
at 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 Cyclone! 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, check out the Rojo docs, or join the [nxt_lvl] Discord Server!