After playing/testing, my character turns invisible after “teleporting” to this location.
Is there any way to fix this?
I tried adding a wait(10) after the CharacterAdded event, seems to fix it most of the time but not everytimes.
I think it’s because some connections are worse than other ones, so I have to add some type of wait that works for everyone.
You should try changing the CFrame value of the HumanoidRootPart instead of the position, this is a more robust way of teleporting characters about.
Also, you’re currently setting the position to the exact position of the SpawnLocation, which means the character will be teleported inside the block, when you probably want to offset this by about 6 studs upwards so they stand on top of it.