Audio wont replay along with animation

When I put audio over an animation of mine it doesn’t replay when the animation starts to replay, is this a glitch?

(I’m under the assumption programmed the sound to play)

no, it simply means you forgot to restart the audio
try putting stopAllSounds() as the first line of code on your first frame’s default script.

1 Like