It doesn’t give me an error and it doesn’t adjust the animationspeed.
Is it just me or has this function never worked?
My code:
local animations = {}
for i,v in pairs(script:WaitForChild("Animations"):GetChildren()) do
animations[v.Name] = humanoid:LoadAnimation(v)
end
animations.Walk:AdjustSpeed(3)