How to make an animation play instantly?

Here is my issue:
https://gyazo.com/a832d717b99992bc8d7ab7d55cf77078

As you can see in my hand when the slide animation plays the gun in my hand doesn’t instantly snap to that position it slowly turns into it. How can I make the animation instantly play and snap into the first frame rather than slowly turn into the position? If I didn’t explain this issue well enough please let me know.

I’ve tried doing track:AdjustSpeed(100) but that doesn’t work.

1 Like

I can see that the gun is like, flopping to the right and slowing making its way back to the middle as it is supposed to be, but I still do not quite get what you really want to achive and if that flopping is supposed to happen. Any way you could possibly exlain a little more?

1 Like

Yea the flopping is the issue when I activate the slide. Basically my gun uses motor6ds and animations and the animation switches when you slide. When the animation changes to the slide version the gun slowly turns into the middle of the arm and it looks unnatural.

It might be a problem with the keyframes of your animation, something that you problably missed like a keyframe or something. I’m not really familiar with Motor6ds but I believe it’s an issue that you can fix through your animation plugin, probably.

1 Like

The animation itself is 1 frame thats just on loop. (and yes its the first frame)
roblox automatically makes it so you move into the animation rather than the animation just snapping into place. Idk how to make it so it doesn’t shift into place but rather instantly snap into the animation

I had a problem with animations a while ago when roblox first did that small change, not sure if that will fix your problem.

Go to workspace’s properties and set the AnimationsWeightBlendFix (under Behavior), from Default to Disabled.

1 Like

I just tried that. Unfortunately nothing changed and the issue is still there.

I also need to learn how to do it ! Anyone ?

1 Like

donno if its relevant anymore ill tag @yoolurs too but whenever you play an anim on an AnimTrack object it has paramaters that you can put in just for the play function for ex) Anim:Play(0,1,1)

3 Likes

Didn’t work well.

robloxapp-20230801-0144069.wmv (1.5 MB)

if you look carefully, you will see a frame in “idle” position.

1 Like

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