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

How do I make a premade animation play?

Asked by 3 years ago

I have made 3 animations and am trying to play one of them. They are in StarterCharacterScripts and

    warn("PLAYING ANIMATION FOR "..plr.Name)
            local humanoid = plr.Character:FindFirstChild("Humanoid")

            local animationTrack = humanoid:LoadAnimation(plr.Character:FindFirstChild("AMS_HoldAnim"))
            animationTrack:Play()

doesn't work. Please help urgently.

0
This is not a request site EiOooAxea 70 — 3y

Answer this question