How to make a Tween follow a property exactly the same?

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

I have a animation that makes a a color blink red two times, and I want a Tween to follow this color property and apply it to another, but the result is wrong (left is the animation, right is the Tween):

enter image description here

Here’s the code used:

$Tween.follow_property($PolyB, "color", ColorN("white"), $PolyA, "color", 1.5, Tween.TRANS_LINEAR, Tween.EASE_IN)