script.Parent.Touched:connect(function(h) if hit.Parent.Name == "Part" then Workspace.guy.Humanoid:LoadAnimation(Workspace.guy.AnimationController.Animation):Play() end end)
script is in a part in workspace. The animation is in a model named 'guy' then in an AnimationController so confusing !