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