TweeningObjectSmoothly

Hello! Today I was making a disco and instead of making the parts immediately flicker they would get tweened different colors. I’ve tween guis and other things before but surprisingly never parts. If anyone could help me that would be greatly appreciated! Thank you! :smiley:

1 Like

Are you going to supply some code you’ve managed to script yourself or would you like some prewritten code?

Here is tweenservice if you would like to read up on it: TweenService | Documentation - Roblox Creator Hub

You can use TweenService or Color3:lerp() to achieve this. What I’d is create a table with the list of colours, loop through the colours and tween them with your TweenService properties to achieve a smooth transition.

Here’s a something I found:

1 Like

Thanks! Ill def read that! :smiley:

That doesnt use tween. Please read the title next time…

What? The resource I provided uses TweenService.