Animation with code...Sort of?

I saw a thing where they used small collision parts to be hooked together and made a ragdoll, but a player model was put over it and bended with it, so I was wondering if that was possible to do, but to make the player move the way i want with it.

Hi @Gavin_Durbin,

Well technically that is doable, animating entities in code. You can use the PlayCanvas tween library or plain lerping.

But getting a humanoid to walk like that, if that’s your goal, it won’t be easy at all in my opinion.

1 Like

ok, maybe i can think of an alternative