Issues with Rojo

I’m having issues understanding Rojo + VSCode version control and synchronization.

Questions:

  1. How does Rojo make development easier? Is it just a preference of code editor software?
  2. How can changes made on VSCode show for everyone on a team?

I also have this error where I installed Rojo in studio but it shows that I have 2. One of them works, one of them doesn’t.

TwoRojo

1 Like
  1. How does Rojo make development easier? Is it just a preference of code editor software?
  • Enables the use of roblox-ts to compile TypeScript to Lua and take advantage of a huge ecosystem of TypeScript tooling.
  • Git/Github use for version control.
  • You can also do automated testing.

Jailbreak has been seen citing their use/experimentation with Rojo on Twitter!

  1. How can changes made on VSCode show for everyone on a team?

Use VSCode Live Share. Live Share enables you to quickly collaborate with a friend, classmate, or professor on the same code without the need to sync code or to configure the same development tools, settings, or environment.

1 Like

Do I need to like save my roblox game before connecting Rojo to VSCode?

How do I sign in, in Live Share? Do I need to be signed in?

Whenever I click join, it prompts to sign in. But when I press sign in, it does nothing.

All you need to do for Rojo is install the plugin in VSC and use Crtl+Shift+P to open a console then type rojo and you will see something like this “Rojo Open Menu”

Yeah I see that but I said I have 2 Rojos in my studio and even after turning on Rojo in VSC and connecting it in Roblox Studio both of them don’t make any changes when I change a script.

I am also changing my code before hand and then connecting it to Roblox Studio.

use this its the most up to update one.
Rojo 7 - Creator Store (roblox.com)

Still making changes but its not working, it also says Rojo 7.2.1 but my 2 current ones are 7.4.1.

Nevermind, thanks to this tutorial I was shown that I needed to do Command + S(Windows: Command + S) before actually synchronizing changes from VSC. Anyways to make automatic updates?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.