How to make a shooting a zombie emit a gunshot sound?

  1. What do you want to achieve? I want to hear a gunshot sound whenever I shoot a zombie or another player.

  2. What is the issue? I don’t see anything in the zombie’s files that emit any sort of “hurt” sound.

  3. What solutions have you tried so far? I managed to add a death sound but that’s all I could do.

To make it run, in your script, when you do something, do sound:Play()

P.S. you would do the path to the actual sound object instead of just “sound”.