i want to add cooldown audio ( its not time yet, not ready) when roll is cooldown. where can i add this? i have sound cue but i dont know where to add it.

Your AudioComponent probably has this (see image) set by default:
image
The component is automatically activated on starts, and it plays the sound on activation.

You can either disable this and activate it manually before playing the sound, or call Stop in its BeginPlay (and leave the autoactivation enabled) to prevent the initial sound from playing. Not sure if there’s a third (better) option.

1 Like