Weird error when overriding CoreScripts

So I’ve got the github repo cloned into Roblox/OverrideCoreScripts with no changes. Here’s my settings:

image

And here’s my folder structure:


image

Now when I click Run, I get this error:

image

And nothing runs, of course. What’s up with that? The scripts are unchanged, the folders are there. Did I do it wrong?

2 Likes

I originally thought that you may have misplaced a file or folder, but looking at the error it seems that the folders that it can’t find are where they should be, unless the ServerStartScript is in the wrong place?

I would help you, but I would need to see how you have Modules /Common and /Server structured to debug further.

1 Like

It’s the same as in github.

image

image

Unzipped right into /OverrideCoreScripts

1 Like

I’m not too sure, but maybe copying ServerStartScript into the Server and/or Common folders might help?

It would make sense that a Server based script would be in the Server folder.

Then again, you may have a corrupt ServerStartScript file, or one that is outdated.

Feel free to keep me updated on your debugging status and I’ll help in any way I can. :slight_smile:

FYI @TheGamer101 is submitting the fix for this. It’s an engine bug, not an issue on my end.

2 Likes

Fix has been submitted! Should be released in around 2 weeks.

7 Likes