#Animation not playing

1 messages · Page 1 of 1 (latest)

jagged charm
#

tool.Activated:Connect(function()
    local animation = Instance.new("Animation")
    animation.AnimationId = "rbxassetid://92620951931702"
    tool.Parent:WaitForChild("Humanoid"):FindFirstChild("Animator"):LoadAnimation(animation):Play()
    print("Playing local")
end)``` for some reason it's not playing
crystal mirage
#

probably wrong id or mismatched rigtype i.e you played r15 animation on an r6

robust jetty
#

the number in the id is too long are u sure its correct

#

ids are 9-12 digits long

#

that one's 14 double check if it's correct

crystal mirage
#

roblox is weird with how it gives out some ids