How can i make a tool follow the camera whilst keeping its code and animations?

when i move my mouse up or down the hammer says in place

i want it so the tool follows the up,down,side to side movement but it can still play animations when clicking and keep its code

https://gyazo.com/03019453c6e9861657e141fe143b8cec

any thoughts on how i can do this?

Iā€™m not going to write out an entire script for you, but I will explain how I would accomplish this.

Detect when the player is in first person (get the distance from the CFrame to the head, I think).
When in first person, make the normal tool invisible, and clone the model part (just BaseParts) of the tool, and set their CFrame in respect to the camera.

1 Like

that could work
but how would i replicate animations onto the fake tool in camera?

1 Like