How to make emotes like evade

self explanatory. How would I create an emote with music or sound?

You could try to play the animation then add and play a sound inside the character.
Like

Anim:Play()

local sound = script.Sound
sound.Parent = character
sound:Play()