How would i make my custom startercharacters legs move with gun animation

i have two problems here the legs not moving and a side problem of the gun not lining up the first problem is the main thing i need fixed but if anyone knows a solution to the second that would help alot aswell

i also dont know much about scripting and the animations are from mixamo i had seen idle and ones that walk so is there any way to combine them or just have the gun animations play out on the torso up

thanks.

1 Like

You can change animation priority or you can make new animation script for every weapon to make custom walking animations for each weapon. To change player animations you need to go to Player.Character.Animation then copy that script and paste that in StarterPlayer.StarterCharacterScripts or whenever you want to then change values/animation links inside of Animate script, to change animation now just put script inside player’s character, dont forget to delete old Animation script.

3 Likes

i changed the animations to core priority and it fixed it thanks man

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.