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

How do I replace player animations?

Asked by 10 years ago

I want to replace the walking animation and the death animation.

1 answer

Log in to vote
0
Answered by
Bebee2 195
10 years ago

When a character spawn, they come with an Animate script that creates and loads the preset animations. All you have to do it destroy that script when a character spawns and replace it with your edited version.

And for death, you replace shoulder and hip Motor6Ds with Glue welds for a rag doll.

Otherwise, remake all the joints when a character dies and run your death animation when the humanoid dies.

Ad

Answer this question