Spawning above parts on spawn location

When utilizing a spawn location in my game, I run into the issue where attempting to spawn the character at this point results in the character spawning ontop of a part that overlaps the spawning location. Is there any way to make the spawn location ignore this part? Thanks.

You could try covering the spawnpoint so that it would spawn there

[I havent tried this but i just went to the forums]

You could

  1. Teleport the player after spawning
  2. Disable collisions for spawning player and that block using collision groups
  3. Raise the part higher
  4. Move the spawnpoint
1 Like

Are you using MoveTo?

Try using PivotTo.