How come my tween is not working?

I am trying to make my shield change colors to make it looks like it is glowing. The way i did this was with tweens which are relatively new to me any suggestions?


Any help is appreciated!

I tried on line 1 local emit = script.Parent but it still didn’t work

the color argument is supposed to be

{Color = Color3.fromRGB(255,0,0,)}

this did work but not with particle emitters an idea how to do that?

https://developer.roblox.com/en-us/api-reference/property/ParticleEmitter/Color

The ‘Color’ property of a ‘ParticleEmitter’ object expects a ‘ColorSequence’ datatype value, not a ‘Color3’ datatype value.