What do you want to achieve?
I am trying to tween a beams transparency and color.
What is the issue?
It keeps giving an error saying “TweenService:Create property named ‘Transparency’ on object ‘light’ is not a data type that can be tweened”
What solutions have you tried so far?
I looked through developer forum and found nothing helpful.
Because it uses NumberSequence which cannot be tweened. Pretty sure NumberSequence is there in the first place to allow you to animate the transparency either way.
Unfortunately, the transparency property of a Beam is a number sequence, so you can’t tween it. You can try making a custom function to tween number sequences though.