Spawn location problem

Hey there!

I want the player to spawn in a transparent part but instead it spawns on top of the part.

The CanCollide is off so I can walk though the part but it just keeps spawning me on top of the part.

How can I get the player to spawn inside the part?

When a player spawns, you can try and manually set their HumanoidRootPart’s position to the position of the transparent part if you haven’t tried already.

From what I understand, you are using the regular spawn location parts right now, so that coupled with what I said above should hopefully help.

2 Likes