How can I stop camera shake?

So I have a camera shake playing while the player walks / runs:

323315-1.png

And I also have an AI ,and I made it so that when the player collides with the AI, the player is destroyed and then respawnd:

323316-2.png

The problem is if i run or walk while the AI collide with my player the camera shake isn’t stopping,it just plays endlessly.Any idea?

Both your nodes are ClientPlayCameraShake. One of them needs to be ClientStopCameraShake…