How to turn players model into an NPC?

Greetings,

I am trying to turn other players avatars into NPCs. I’ve put a server script Animate inside their models, made sure that the root part has all the sounds, gave them a health script and a all that. And yet they just won’t animate or move when i run in studio. They start taking the default idle pose when i run then go back to just standing staright and won’t move when i give them a vector3 in MoveTo. Can any1 please explain to me what I am missing?

Thanks for your time

Do they have a humanoid?
Are they anchored?
Anything else

not even sure how or what i did exactly. but i think 1 part was anchored or something. Anyway i made it, thank you

1 Like

Use

game:GetService("Players"):CreateHumanoidModelFromUserId(UserId)

putting your UserId in

1 Like

aah, tho i already made it work with models the players provided this is a good tip thanks