How to make a part move to your mouse using body velocity

Hi DevForum, I came across a question when testing out certain scripts.

I tried making a part move to the player’s mouse using :GetMouse() and BodyVelocity, but I can’t figure out any way to go about it.

Anyone have any ideas? Thanks!

1 Like

If I were you I’d use a BodyPosition object instead, as its intended purpose is to move a physical instance towards some specified goal (in this case that would be the mouse’s 3D environment position).