Character Spawning on Roof instead of on Floor

Hey Devs! For my upcoming game I have used Zones in order to load in assets at a certain time. Unfortunately the Zones are causing a problem where when I try to use MoveTo() when I want to move the player inside the plot it spawns him on the Roof.


instead of

Anyway I can prevent this problem from happening?

1 Like

Move the spawn location a bit under the map, keep playing with it and eventually you can get there. Alternatively you can write a script that teleports the player to the spawn CFrame after they loaded in

1 Like

Iā€™m not using Spawn Locations im using the MoveTo() function to teleport the character to his plot when he enters the game

1 Like

Maybe try Character:SetPrimaryPartCFrame()

1 Like

Alright gonna try that and lyk if it works

2 Likes

Works! Thanks alot! You just fixed my problem!

1 Like