#Animaton just wont run no matter waht

1 messages · Page 1 of 1 (latest)

lean harbor
#

does anyone know why my animations are not playing, no error and it prints 1 it jsut doesnt play

function playAnimation(id)
    local hum : Humanoid = char:WaitForChild("Humanoid")
    local animator
    
    if not hum:WaitForChild("Animator") then
        animator = Instance.new("Animator")
        animator.Parent = hum
    else
        animator = hum:WaitForChild("Animator")
    end
    
    local animation = Instance.new("Animation")
    animation.AnimationId = id
    
    local track = animator:LoadAnimation(animation)
    track:Play()
    print(1)
end
waxen trellis
#

check if the id is correct

lean harbor
#

i triple

#

qaudruple checked

waxen trellis
#

did u publish it

lean harbor
#

yeah i did

#

i foundn the problem

#

i forgot to change the character to r6

#

i dont think you can do that anymore

#

: (

waxen trellis
#

yeah the settins are differt

slim raft
lean harbor
#

you can only set the default animations now

#

not the character