What do i want to achieve:
I want the animation to stop following characters movements whenever the player is moving, basically stop the weird animation when the player is moving.
What is the issue:
Paper is not getting placed in the players hand correctly
3.What solutions have i tried so far:
Looked all over the devforum but haven’t found a solution
tried fixing the issue using the roblox animation editor but still haven’t found a solution.
My last option is the devforum, so any help would be appreciated, Thanks!
oh ok, so if i where to set the animations priority to idle, would it fix the issue im currently experiencing, because the script that you gave me just stops the animation if the player is walking
Is it possible to stop the animation following the players movement whenever the player is walking because i want the player to hold the paper in players hand but the weird animation whenever the player is walking is causing an issue to it
Just add a keyframe for the limb and its children, for ex. if you add a keyframe for arm, do it for the hand too, its usually done automatically but maybe that could be the issue, just adding one keyframe at the start and at the end of the animation for the moving hand would probably fix the issue