Tween Bug Idle Animation

Helloo I’m trying to make a Shooter Platformer game and I want to add Tween to do smooths animations but when a I tried to made a Bounce Animation de character Bugs. If I remove the idle animation works but I don’t want to remove that animation any ideas?

Firstly, the first set of tweens have a duration of 0.15 seconds, yet the wait is only for 0.1 seconds before starting the second set of tweens. This will cause issues. with both sets of tweens battling each other.

Secondly, you should remove a tween before starting a new one if they both affect same property.

1 Like

You reset 2 times the scale X.