Cup help please

So I have some cups but i can’t seem to get it to be in the right position…

Screenshot

Any idea on whats going on here? If you need more info like a screenshot of the script or something let me know… Thanks

Is the cup a tool that the player drinks from when they send some sort of input (e.g. a mouse click)?

Please be more clear and concise with what the issue is, and what you have tried to fix it.

If it is truly a coding error, please provide the code related to moving the cup.

Yeah its mouse click and a tool…
script

It’s a pain to manually place a part using the Tool’s grip properties. I would suggest using a weld, and change the position of the cup using a CFrame. (I would still use the grip properties for holding the cup in the character’s hand).

You can also rig the cup to the character using a motor6d and use an animation to move it. Which, has the added benefit of being able to use the arm to drink from the cup.