I am trying to make an idle and running script. When I hit play everything works but when I use a sword the arm goes straight. How do I fix this?
1 Like
I believe you can just turn off the RequiresHandle property in your tool
read here for documentation
Thanks, but doing that way I need to weld the handle part of the weapon to the players right arm. How do I do that?
You could either add a weld script from the toolbox here is a very useful script for that functionality
weld script
Or you can manually weld by inserting a weld and setting the Part0 and Part1 properly!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.