Animation doesnt show up constant in game

the title is pretty self explanatory. Also the priority is action 4 i dont know if it matters and heres a clip

2 Likes

Do you mean you want the animations to play instantly when they press a button?

If so, then you could just add a 0 in the animTrack:Play() parenthesis.

animTrack:Play(0)

no, when i meant constant i meant the style of animation. There is no inbetween

Nevermind, i think this is a me problem sorry.

aND no its not a me problem. I have no idea why this happens

What do you mean by no inbetween?

Here is an example. Constant is the first one and Linear the second one, my problem is that the animation shows up linear in game when i want it to show up constant

Try reversing the ease in/out and publishing that.

I’ve noticed that sometimes the ease in/out gets flipped when publishing animations and I wonder if that’s what is happening here.

So, i put the In Out easing? it should fix it right?

Try that, but I’m realizing this is probably caused by something else.
If this doesn’t work can you send a file including the animation so I can try some possible fixes?