Tween returns "Unable to cast to Dictionary"?

What I am trying to achieve is changing a ParticleEmitter’s Acceleration in a tween, however, the script returns unable to cast to Dictionary.
Code:
image
Error:
image

You are not defining what property to change:

{Position = Vector3.new(-10, 0, 0)}:Play() -- Replace the last parameter with this.
1 Like