So say I have a car built from physic objects, I want a smoke particle to trigger when the tire is rotating at a certain speed AND is touching the ground. I tried compare angular velocity and is overlapping ground, but it was inconsistent, and sometimes the particle would continue after leaving the ground.
Is it possible to trigger an event based on the amount of torque applied to the object?