Moving a part parallel to a point

I’m trying to move a part parallel to a point using .velocity.

Here’s an image of what I’m trying to do:

Any kind of help would be appreciated!

Cross product should work, or CFrame.lookAt same thing.

CFrame.lookAt(Part.Position, somePoint).RightVector

That was a quick response, thank you!