Please help me to detect and stop my actor from collision.
My actor is a CAR.
There are 5 cars in a city, they should not interfere with each other. So, I used traffic lights.
Now, I need to know how to stop the cars when the signal goes RED (Stop).
Also, the other cars which are following the first car should also stop with out any collision.

