Randomly spawning in the void once in a while

Hello, I’m currently working on a PVP game where the map changes every few minutes and no matter what map you’re on, you sometimes spawn in the void where everything is all distorted and weird. I’ve checked my workspace for any traces of spawnlocations and I can’t seem to find anything. Has anybody else experienced this before and is there any way to fix it?

1 Like

What is the position of where you spawn the map?

1 Like

What do you mean by this? The position of every single map?

1 Like

Yes, because generally you are going to want to put the map somewhere in the middle (Vector3.new(0,100,0) is the default spawn position if the game has no spawnpoints). I’m guessing the player spawns before the map’s spawnpoint loads.

2 Likes

Thank you! Makes sense to me, I’ve set all their positions to that area. Will try it out to see if it still happens