Two Parts Path in the air

I want to make a way that I can make a path that does not collide with any of the other parts but I can’t seem to make it function, I tried with a flying path finding but I scrapped that Idea

1 Like

Could use a tween or lerp.. with a part to part moment.

1 Like

no I want to try to make a path so that the paths are connected

1 Like

Not sure what you are talking about now.. Sounds like a Spline.
Maybe this will help: Spline Generation

1 Like


Im pretty sure this will work but I just wanna make sure If ill be able to replicate those kinds of “circuits” with the Spline generation?

If that is what you’re doing, like a road or path as you said, Splines would be the professional, widely used method. You may not need to go that deep however, many videos on how to make a road.
This looks pretty interesting however.. SimpleSpline (V1.1)

1 Like


Its pretty nice but is there a way to make it not collide with other parts.

smth more similar to this

Make 3 points for that maybe, one where it will not hit the wall. Splines are meant to be easy curved as you need them to be..

Ok perfect I managed to make it work!, by making it detect if a part is touching another part it creates another path until it makes a path where it touches nothing !

1 Like

Nice, them splines are a whole new subject, but worth learning.

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