if SwordOut.Value and CanAttack.Value and Track.Length ~= 0 then
CanAttack.Value = false
WaterEffect:Play()
Track:Play()
I wanted to know how I could delay my sound effect. I want my sound effect to play a second after my animation does. WaterEffect is the sound and Track is my animation.