In my game I’m testing out a wrecking ball type enemy, and I’m trying to use tweens to make a behavior that rotates the enemy back and forth. When I pause the game and resume it, it changes direction mid-tween as if the wait time for changing the boolean value had kept on going while the game was paused. Does anyone know why it’s doing this and how I can fix it?