I have been reading up on articles about Rojo and I’m considering making the switch for a more convenient workflow. Although, I’ve run into a problem. I’ve gone through articles among articles about how to set up Rojo. I have VSC downloaded with plugins along with the Roblox Studio plugin and I have yet to find a tutorial that can help me. If anyone knows of a forum or article that is very specific with connecting to a Roblox game, please let me know
Thank you for your help if you are able to provide any, if not have a great rest of your day.
Alright, rojo is composed by 2 parts. The Roblox Studio plugin, and the webserver. If you’re using vsc, you just need to search up “rojo” in the extensions page.
Then, you need to install it, and follow the instructions on-screen. Once it asks for the roblox studio plugin, select the first option. It’ll automatically install it for you. All you need to do is restart roblox studio, go to plugins, and the plugin should be there. Then you just need to initiate the server in vsc:
All you have to do from there is open up the plugin window in roblox studio, and click on connect. Once it’s connected, all changes you make via vsc will be immediately be seen on Roblox Studio!
I will do this and let you know how it goes! Quick question, I see you don’t have any plugins for lua are the plugins that Rojo suggests you to install, are they necessary?
I do have them installed, but they don’t appear since I’m doing a search. No, those plugins aren’t required. But I highly recommend you to download a lua and luau syntax plugin, otherwise, your code will not be highlighted or be checked for errors.
If you have the Roblox Studio plugin already installed in Roblox Studio, you don’t have to do anything else with the welcome page. Now you need to create a new project in vsc.
Create a new folder and then open it using this option.
You can then run Rojo: Build place/model file in the command bar, and it’ll create a basic structure of a game inside of the folder you just opened.