I’m trying to tween the color of a beam from solid red to solid green. Every time I try to do so, my tween goal line gives an error. I have tried rewriting this line countless times, but to no avail. Every combination and change I make fail. I’ve asked people on HiddenDevs, Rodevs, etc. But I still have no clue how to do it. So can somebody please fill in the blank for the code snippet below? I just need the Goals line. Thanks so much
Beams use ColorSequence, which can’t be tweened normally. You can work around this by using Color3Values, and tweening those instead. Then you can loop set the colors: