How would make a rotation tween get faster?

Hello, I have been working on an egg system and I was wondering how can I make the egg viewport frame rotate faster and faster until it reaches a certain speed, Here is an example:


How can I get a similar effect?
Thank you!

Can i get the TweenInfo? As Edit?

You can change the time in the TweenInfo. It probably works.

Edit: to get the similar effect, play the tween multiple times, but change the TweenInfo each time you play it.

But I have one tween that plays infinitely for each egg.

try using the quad easing style or the quart easing style

Can you show me your script? Or maybe your project?