#animation problems ( please help )

12 messages · Page 1 of 1 (latest)

maiden mauve
#

Try adjusting the speed to 0 instead of just stopping it (BroomIdleTrack:AdjustSpeed(0) vs BroomIdleTrack:Stop())

eager sand
#

nah didnt do

late yewBOT
#

studio** You are now Level 10! **studio

maiden mauve
#

when ending, try

if HasBroom == 2 then
    BroomIdleTrack:AdjustSpeed(0)
    task.wait(0.3) --or however much of a delay you think to make it feel smoother
    BroomIdleTrack:Stop()
pallid gate
#

did u load the anim

#

using humanoid.Animator

#

and verify the animation is

eager sand
#

yes

eager sand
#

and for somereason you cant just use loopedanimation:Stop()

#

you have to do like loopedanimation.Looped = false

#

but the animation stops first when it ends