Now, you can type the script code inside of test.server.lua! All you need to do is open it and type any code you want. Once that’s done hit ctrl+s to save your progress. Then you’ll need to open up roblox studio and sync rojo with studio.
Click on “Start Rojo”
And then go to the plugin window and click in connect.
if everything was done right, a new script called “test” should appear in Workspace, on Roblox Studio.
Expanding on what @Oppossome said, you have to create a “src” folder, and move everything else you created except the config file into it. Sorry for forgetting about that detail.
Okay, we’re connected now! Thank you for all your help:) Do I have to move the parent of the script that we created in Workspace since it’s in ReplicatedStorage?
Yeah you should always update the script’s position in the vsc project if you do it in Roblox Studio. By default rojo will delete any scripts that aren’t registered in the project.
I’m glad I was able to help you! Don’t forget to mark the solution!
It’s because those folders don’t have anything. In fact, since their path isn’t registered in the config file, you can delete them! Feel free to delete all folders that aren’t being used for anything.
You don’t need to move anything, when studio is connected, new scripts and changes will appear as you save them. You essentially don’t have to touch studio anymore to code.