In my game I am trying to make a couple of spawn points within a safe zone but the spawn points keep spawning the player on the floor above, probably because the spawn points think the player would be spawned inside of a part if it spawns inside the safe zone.
Does anyone have anything that could potentially help my problem?
It seems like the spawn point is inside of the floor part, try moving it up so it is on top of the floor part. If you don’t like how that looks you could make it invisible and CanCollide = false.
I tried doing this with the safe zone and the spawn parts alone outside of the tower and it looks like it will always teleport the player at the highest part on the spawn if there isn’t enough space exactly on top of it for the player, even if it’s non-collidable. Thanks for trying I guess but it doesn’t look like there is a solution to this.
Might come down to the size of the floors. Assuming collide is off for the safe zone then I have no clue as to why the spawn point would do that, maybe move it further into the room.