Creating a path between 2 points

Hello developers. I need to move my part from the CFrame of point A to the CFrame of point B along the curve

like this:


Take a look into Bezier curves. Though you won’t be able to tween the cframe using tweenservice, you can set up your own tweening module using :lerp(), math functions to make that easing non linear, and you can then feed in the Bezier path to that system.

i didnt know about bezier curves, ill try to use them!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.