How can I define path for tween?

Hello people,
I want to tween player’s character to the goal in such a way that it doesn’t collide with the part in it’s way.
Rough Diagram:


Path taken is a straight line whereas desired path is not.

Note: Humanoid Root Part is anchored and its velocity is made 0,0,0 before tweening. Pathfinding won’t be much useful as it also finds the shortest path. (Image above)

You can use Roblox’s pathfinding and tween between the waypoints, if the part will not be in a “reachable” position i.e in the sky then you will have to do 3D pathfinding and there is no feature for this in Roblox and I am not sure how you could script it if it’s even possible in Lua.

I don’t think a simpler method exists than pathfinding.

You could use raycasting to some extent but it will look unrealistic.

Are u saying that 3D pathfinding doesn’t exist? There’s a problem with pathfinding. I’m updating the above image.

Looking at your updated image, I don’t think there is a solution except making a manual path.

That’s not an option because the initial point isn’t fixed. I’m using CollisionGroupID to prevent player bumping with the basplate.