Blocks Instantly Disappear When Test Running

(Hello guys! I’m back!)
I have no idea which category this should be in because I haven’t encountered this before XD
Anyways, my friend and I are working on a game, and we were testing out a cutscene area script when every block (except the spawn block) instantly disappeared!
Here are some pictures:
Building Phase

When Testing (Friend’s screenshot)

I used studio for the first time in months so there might be an update that’s causing this, I’m not too sure though.

1 Like

Have you tried anchoring them? Are they archivable?

2 Likes

Is it a scripting mistake? maybe you accidently moved the spawn location to a far off location using a script.

1 Like

Try using the test Run mode instead of Play. That way you won’t get the lag from the game restarting and loading your Player. It will just run and you can see what happens to them.
If they drop and are destroyed then it’s an Anchoring problem.
If they instantly disappear then you or your friend may have a free model or plugin that has inserted a malicious script that is deleting everything.You may need to remove all your Plugins, and check All subfolders in your Explorer window to see if there are any scripts that you didn’t put into your game.

Haha, I forgot to anchor them. Should’ve remembered. Thanks.

2 Likes