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()
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()