How to use bodyposition to move a part to a desired location?

It’s all in the title, how do I use bodyposition to move a singular part to the hand of the player’s character? Does it work the same way as bodyvelocity? In that I have to set the velocity and maxforce for it? Would I need raycasting?

All you would need to do is set the BodyPosition’s Position value to the player’s hand and it will move there, maxvelocity affects how fast it will get to the position.

BodyPosition is simple, it applies a force to the desired location. You’d need to set the position to the hand’s position and not have in Anchored or touching a Instance at the start. BodyVelocity goes on a X,Y,Z axis, BodyPosition goes to a certain position