Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is it normal to have warnings from the default animation script for using a custom animation?

Asked by 3 years ago
Edited 3 years ago

So I made a custom character alright?

Now the Custom Character does not have a Torso but it does have a HumanoidRootPart

of course

so it gives me the warning that the Torso does not exist

Im wondering if this is normal and if I can get rid of the warning or make the torso not a requirement somehow

I tried adding the torso then it throws more warnings like RightShoulder attachment missing or something

Apparently in line 2 theres a line where the script waits for a child named Torso

Also what is needed in a custom character

I know that the HumanoidRootPart is a must but is there anything else?

1
You can edit the animation script and remove the variables and/or functions that need a torso, or you can just make a torso in the character. Mathilinium 112 — 3y

Answer this question