Hello Robloxians! So, I’ve been making a Game for a while, and everything was going smoothly until I got to the last part of it. The Game works fine, until I get to the cutscenes, and once I do, EVERY single part of the Game disappears (from the Workspace), even the ones inside Models and their descendants, and there are no errors on the Output whatsoever to help me solve this issue, and weirdly enough, it only happens for the Client-side of the Game, while the Server continues just fine with the Parts in there like nothing happened. I’ve been trying to solve it for a week and so far it’s still the same as it began, so I decided to ask for help.
I’ve tried to check EVERYTHING in the Game in case there was something with the Archivable property set to false, I’ve checked it both manually and with a script that would detect anything in the Game with Archivable set to false and return the Part or whatever, but still, nothing was set to false, so I have no clue what’s the issue.
If anyone could help me and maybe explain what could be wrong here, it’d be of great help and greatly appreciated.
As an extra, here is an image from in-game, in the Client-side, after the Parts disappeared:
You can’t see anything, because everything disappeared, and you can see nothing but the void in there.
And meanwhile, here is an image from the same moment in-game and what you’re supposed to see, but from the Server-side:
As you can see, everything is still in there, but not for the Client-side of the Game, and because of that, the cutscene does not play at all, and so I cannot test the Game in any way, or even play it.
If anyone knows just WHAT could be wrong, I’d highly appreciate any help, thank you for reading.