Client's Workspace Gets Removed

I am having issues with Roblox,
When I start to playtest my game, the workspace on the player is fine for a few seconds before instances just start to despawn and get removed. I have tried disabling all my scripts, yet it still happens. Will I have to migrate all my code to a new place???

All the instances are fine on the server, I have tried restarting studio and my PC and yet it still persists! It even happens on the published version of the game!!!

HELP!

This could be because of StreamingEnabled try disabling it to see if that is the cause.

Do you have a custom camera script? Do you have SteamingEnabled?
If so, make sure that you properly update your camera’s focus point.

Do you have custom player logic and have you disabled the default player code? If so, is your player initializing correctly? (Players.CharacterAutoLoads)

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