Tweened Parts go faster depending on distance

I have a problem, appearently tween parts travel faster depending on the distance of the parts, does anyone have a solution for this?

Please be more specific. If you want slower speed, you can just set the duration of the tween longerZ

Yes, I want slower speed on the tweens! I’m making an elevator and it goes down really fast, all I need to do is to make it slower. But I have no idea how

As I’ve said, make the tween longer.

https://gyazo.com/d307a025fc2c3fe9a08c765ff54c27c4

This is the problem, and I have no idea how to make the tween longer. The Script is here

is there a value in the tweens that I can change to make it slower

See the first argument of TweenInfo.new()? The 0.5 means the duration of the tween, you can change the number.

1 Like

Now it works! Thank you for the help

1 Like