: Use the Animator:LoadAnimation() method on the player's character.
-- Optional: Cooldown to prevent spam if player:GetAttribute("LastAnimTime") and tick() - player:GetAttribute("LastAnimTime") < 1.5 then return end player:SetAttribute("LastAnimTime", tick()) FE Animation Id Player Script