Hi, I want a sound to play in a loop, every time the Player’s health is equall or less than 0.25, I have a bool for that, but the problem is that it plays it every frame and its… horrible, I want the sound to play from beginning to the end and again if the bool is true.
How can I do that in the most simple way ?