howmuchtpose = 0.2 --u can set it to minimum 0 to maximum 1. (how ever will bug out custom animations tho) local r=Instance.new("Animation") r.AnimationId="rbxassetid://27432686" local t=game.Players.LocalPlayer.Character local h=t.Humanoid local a=h:LoadAnimation(r) a.Priority = "Core" a:Play() a:AdjustSpeed(0) a:AdjustWeight(howmuchtpose)