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)```