im trying to make these types of viewmodel who are straight up the character’s arms rotating up and down,but i can’t rotate my gun.
i have tried setting the part motor6d(which connects it to the hrp) to the rightshoulder and it worked on my other weapon, but with my gun it doesn’t!
I believe the issue is that the tool’s handle you welded to the root part has to be the same exact name as the tool’s handle that you animated with or the RightGrip() is parented by a different object when welded.
When a tool is equipped, the default Animate script will play the toolnone animation with priority Enum.AnimationPriority.Idle. Additionally, if a tool has a StringValue child instance named toolanim with the Value property equal to one of "None", "Lunge", or "Slash", then it will play other animations, with the last two being at Action priority.
However, I think this system is simply legacy code for gear scripts written by Roblox, so not intended to be used by developers.