Moving a cart along a track, possible with constraints?

image

So I have this cart that I would like to have the server move around the track (the player does not control it). I’ve tried using forces and CFrame. Both worked but had some disadvantages. Forces created a weird jittery effect as the cart moved and CFrames were complicated to control for collisions. Does anybody know if this is possible to accomplish using Constraints?

1 Like