I am working on a racing game where players race carts along a fixed track. I’d like to move the cart along the track via tweenservice since it’s more reliable than the usual roblox cart physics. (test map for example)
Instead of tweening a part from one position to another, how can I tween a part along a specific path without lining up a bunch of nodes on the track and tweening the cart between them?