Rojo issues syncing back with roblox studio

Hello,

I’ve been working and quite honestly enjoying it so far…

A couple days ago I decided to push my code to git, so a friend can jump in and help, piece of cake, everything worked BUT, for some reason ROJO stopped to sync my StarterPlayerScripts.

Tried, uninstall and install rojo, tried clone the repo but nothing seems to work.

Here’s the rojo json part of the file:

    "ReplicatedStorage": {
      "$path": "src/shared",
      "$ignoreUnknownInstances": true
    },

    "ServerScriptService": {
      "$path": "src/server",
      "$ignoreUnknownInstances": true
    },

    "StarterPlayer": {
      "StarterPlayerScripts": {
        "$path": "src/client",
        "$ignoreUnknownInstances": true
      }
    },

ReplicatedStorage and ServerScriptService works like a charm, but for some reason my scripts under src/client which should be synced with StarterPlayer → StarterPlayerScripts simply won’t work.

Any ideas on what could be causing it?

Thanks

A little more information:

If I add a file under StartPlayerScripts via Roblox Studio, and then try to sync Rojo it doesn’t try to delete, which basically tells me Rojo isn’t checking at StartPlayerScripts at all, despite the fact the JSON file clearly shows it should.

Even more information:

Rojo isn’t syncing at all, despite the fact it connects with no errors.

Can you guys please advice?

I can guarantee this issue started once I made directory changes to push the code to git.

1 Like

Have you tried to reverse the latest commit? Have you tried switching to GitHub versioning to see if Rojo syncs with that? If that doesn’t work, seek help at the Roblox OSS discord → Invite: Roblox OSS Community