How to edit default animations? [solved]

So I want to modify the default walking/running animation but don’t know how to convert it to an editable state for the animation editor (shown in the screenshot):
image_2023-08-20_163630240

2 Likes

Run this in the command bar and see if it works:

local anim = game:GetService("InsertService"):LoadAsset(animId)
anim.Parent = workspace
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.