Hello, I am making a game where cars drive on a road and then infinitely loop using tweens. I want to make it so that on some repeats, I can change something on the car. To do this, I would need to detect when a tween repeats so I can apply the change when it repeats and then take it off on the next one. I tried looking up a solution to this, but only found one very inefficient solution that likely wouldn't work for what I need. Can someone help with this problem? Thank you.