Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Animation Easing Styles Not Working? [closed]

Asked by 3 years ago

Please provide more explanation in your question. If you explain exactly what you are trying to accomplish, it will be much easier to answer your question correctly.

I made an animation for a gun im making, but when I try to use an easing style on a certain couple of keyframes, nothing happens. It works for other keyframes but not the ones I want to work. The only difference between the keyframes that work and the ones that don't is that the ones that don't work only rotate and don't move.

0
show script SoftlockedUnderZero 668 — 3y

Closed as Non-Descriptive by JesseSong

This question has been closed because its title or content does not adequately describe the problem you are trying to solve.
Please ensure that your question pertains to your actual problem, rather than your attempted solution. That is, you were trying to solve problem X, and you thought solution Y would work, but instead of asking about X when you ran into trouble, you asked about Y.

Why was this question closed?

1 answer

Log in to vote
0
Answered by 3 years ago

EasingStyles (or Enum.EasingStyle) can only be used with TweenService, not on animations.

However, I'm not sure what you mean by using EasingStyles on animations. Are you trying to make certain parts go faster / slower? Elaborate please.

0
If you right click on a keyframe in the animation editor it lets you add an easing style to it. slevardi 15 — 3y
0
Ah, my mistake. Then I'm not sure why is it isn't working. Have you tried to publish the animation? nekosiwifi 398 — 3y
Ad