diff --git a/src/Animations/Types/Tween.lua b/src/Animations/Types/Tween.lua index 1954142..a167cc9 100644 --- a/src/Animations/Types/Tween.lua +++ b/src/Animations/Types/Tween.lua @@ -113,7 +113,7 @@ local function playTween2(tweenInfo: TweenInfo, callback: Callback, comp callback(value) - if value >= 1 then + if alpha >= 1 then if tweenRepeatCount ~= 0 and repeats < tweenRepeatCount then repeats += 1 elapsed = 0