#Animation1 is playing but animation2 is not stopping

1 messages · Page 1 of 1 (latest)

worldly sierra
#

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()```
dire spruce
#

Try setting a animation priority on the first one if it's just idle animation