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):
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.