Is there really any way to tween trail’s transparency? I’m trying to make the trail more transparent to show the power-up’s timer, basically the speedboost fading away.
screenshots showing the error and tween’s goal

Is there really any way to tween trail’s transparency? I’m trying to make the trail more transparent to show the power-up’s timer, basically the speedboost fading away.
screenshots showing the error and tween’s goal
an alternative would be to use a for i loop:
for i = 1,10 do
beam.Transparency += NumberSequence.new(.1,.1)
task.wait(.1)
end