Tweening pausing, playing help

And can i make the lerp speed somehow equal so it’s same speed while in middle and same while ending?

To change the speed all you have to do is changing the alpha value. The lower it is the slowest the flag will move.

Yeah ik, but how to make the speed constant?

Can’t test this but peraphs you can divide speedAlpha by 2 when going up and down except in the neutral case since it’s the middle point.

Well the problem i am having with lerps in general is when it’s near it’s goal it slows down, which makes it slower for some reason so i need some rule that makes it not slow down near it’s goal

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