Is it possible to make a script that can do this?

Is it possible to make a script that can smoothly change the colour of multiple beams at the same time even if they all start at different colours?

1 Like

TweenService.

Anything past that depends on the parts and their colors, as well as what you’re wanting the end result to be.

2 Likes

You can’t use tween service to tween a beams colour I think

1 Like

I’ve completely forgotten about Beam instances.

In that case, you could use a ‘for do’ loop.

2 Likes

No I think it’s a colour sequence if I remember correctly

1 Like

(post marked for deletion for privacy reasons)

2 Likes

You can 100% use TweenService | Roblox Creator Documentation to make colors tween. As show here TweenService | Roblox Creator Documentation you can tween the position of a part, and anything else like colors! If you need an example tell me.

1 Like