How to add particle trails on vehicle?

How do you add particles like dust or smoke to a vehicle? I want to add a dust effect while my vehicle is drifting and such.

In TPS I can add particles using sockets and anim notifies, but since I can’t see any animations on the vehicle, I don’t know how to add them.

Thanks!

You can try just using a spawn emitter attached node if you want the particle to stay with the vehicle, or a spawn emitter at location, and spawn it in his feet. Do this within your drifting function

Thanks! That worked great

This is a little off the original question. Could you help me understanding how to set up a drift function. I just Don’t get which variables to access and compare to see if my vehicle is in a drift

Cheers
Would appreciate the help