Summary
After teleporting any vehicle using the TeleportTo method, the player gets stuck and cannot drive the vehicle anymore. This only happens in listed maps, but works fine in uefn sessions.
Please select what you are reporting on:
Verse
What Type of Bug are you experiencing?
Verse
Steps to Reproduce
Just get the fort_vehicle the player is in, and teleport it somewhere using the the TeleportTo method. Something like this:
if(Vehicle.TeleportTo[NewTransform.Translation, NewTransform.Rotation]){}
Then test it using a private code of the island or after publishing the map, not in an editor session
Expected Result
The player should be able to continue driving the vehicle even after teleporting it
Observed Result
Cannot drive the vehicle anymore after teleporting it
Platform(s)
All
Video
Additional Notes
Please fix asap