controller = script.Parent.Parent.Parent.Humanoid.AnimationController local animation = Instance.new("Animation") animation.AnimationId = "http://www.roblox.com/Asset?ID=282676161" local animTrack = controller:LoadAnimation(animation) animTrack:Play()
My guess...