Can a Tween not be affected by the TimeScale?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By SAGIII

Hello!

I want to slow all the game but not one specific Tween. Can this be possible?

Thank you in advance and have a great day.

:bust_in_silhouette: Reply From: jgodfrey

I’m not aware of a standard way to to do this, but I wonder if this might work?

$Tween.playback_speed = 1.0 / Engine.time_scale

Hello! It worked, thank you.

SAGIII | 2022-08-06 12:38