Repetitive Animations

Hello everyone! someone knows what is the reason for the repeated animations as shown in the attached video


1 Like

Your animation is on loop. Here’s how to fix it.

Get the animation id, then open the animator and select the viewmodel you want to animate, then press the three dots 2 then press import and choose your animation, then look for this icon 1 . Make sure it isn’t blue, if it is, click it again. After that press the three dots again 2, export and save your animation.

2 Likes

The AnimationTrack, or loaded animation, has a looped property, which you can set to false in your script.

1 Like

That’s not from the script
Loop was enabled in Animation Editor

also this is FE Gun kit though

1 Like