What's the best way to teleport a car?

I have a car rig that needs to be teleported from the bottom of a ramp to the top. To spawn the car rig, i have weld constraints attached to a part called “MovePart”. Once i set the MovePart cframe, all goes as i expect it to.
image

When i try to teleport the car to the top of the ramp, i use this method:
Enable the weld constraints of the movepart,
Change the cframe of the movepart,
Disable the weld constraints of the movepart.

When i do this, the car looses the wheels and doesnt function.

image

How should i teleport the car so it stays intact?

6 Likes

if its a model you could use the MoveTo() or the PivotTo() function

1 Like