How do i get the correct side of a part when clicked?

I am improving my grab system and i want to make it so you grab the correct SIDE of a part.

All my script does is position the part’s cframe a few studs away from the head, notice how it twists the part around jankily:

Basically I need the side of the book to face the player’s head rather than it turning to the side. Are there any methods to accomplish this?

1 Like

Can you provide the script you are having problems with?

This one is complicated to do if you are just dragging on the center of the object. But if you implement a version of the dragging that makes a new part to the position of the mouse and weld it to the part in the server sided, you can achieve a semi realistic effect, giving a suggestion to your solution.