title speaks for itself, i use this after an outside script loads and plays an idle animation, but when I try to do it here (stop/play), it only plays the walking animation. help!
barmap:FindFirstChild(selectedCustomer).Humanoid.Animator:LoadAnimation(barmap:FindFirstChild(selectedCustomer).Animations:FindFirstChild("IdleStoolBar")):Stop()
barmap:FindFirstChild(selectedCustomer).Humanoid.Animator:LoadAnimation(barmap:FindFirstChild(selectedCustomer).Animations:FindFirstChild("WalkBar")):Play()```