For that you can use the animation track returned by the load animation like in the code sample and it should work.
local animator = Instance.new('Animator',player.Character)
local crawlAnimation = animator:LoadAnimation(workspace.CrawlAnimation)
crawlAnimation:Play()