#animation not playing

4 messages · Page 1 of 1 (latest)

echo quest
#

don't knwo how to fix this plz help me oml

game.Players.PlayerAdded:Connect(function(plr)
    plr.CharacterAdded:Connect(function(char)
        local d = game.Workspace:WaitForChild('qwq')
        char.Archivable = true
        wait(.5)
        local nd = char:Clone()
        char.Archivable = false
        nd.HumanoidRootPart.CFrame = d.HumanoidRootPart.CFrame
        d:Destroy()
        local a = script:WaitForChild('Animation')
        local dh = nd:WaitForChild('Humanoid')
        nd.Parent = game.Workspace
        wait(2)
        local al = dh:LoadAnimation(a)
        al:Play()
        nd.Name = 'h'
    end)
end)```
toxic osprey
#

and u dont need to do game.Workspace

#

its just workspace