I want to know how to make the tool follow the animations that the player does and I haven’t found any solution or tutorial to this so I’m asking for help.
2 Likes
All you have to do to achieve this, is to use either a “Weld”, to join the tool to the hand, or a “Motor6d”, which means the tool could be animated in the players hand.
Links:
https://developer.roblox.com/en-us/api-reference/class/Weld
https://developer.roblox.com/en-us/api-reference/class/Motor6D
The top answer of this thread shows the basics of how to do this.
Hope his helps you out
!
1 Like
It still has the default grip animation when I weld it or make a motor6d @ExcessEnergy
Yes. If you want to change the pose, you can change the way it is attached to the hand by changing the parts CFrame relative to the hand. If you are using a motor6d you can rig up the part, and then animate it in the animation editor.
1 Like