Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Why doesn't the animation not play on my Dummy?

Asked by 3 years ago

local character = script.Parent local humanoid = character:WaitForChild("Humanoid")

local animation = Instance.new("Animation") animation.AnimationId = "rbxassetid://6362547688"

local animationTrack = humanoid:LoadAnimation(animation) animationTrack.Looped = true animationTrack:Play() animationTrack:AdjustSpeed(0.3)

1 answer

Log in to vote
0
Answered by 3 years ago

I think the rig is anchored.

Ad

Answer this question