[SOLVED] Attaching particles with object

i m trying to align up my particles with movement of object ,yellow arrow one is working but red arrow in not,what i m doing wrong here ???/

obj is object
where else Particles is particles

Hi, maybe you have to update the position of the particle emmitter every frame, not just at the beggining of the scene.

Yeah this is true. Also confirm you have a point named Origin.

Also you should place the create particle action in a separate event else it would create a billion+ of that object once you delete the at the beginning of the scene condition.

1 Like

solved Thanks

1 Like