How to make an auto-updating npc

I wanna know if there is a way to make an npc that updates with your outfit and does an emote (kinda like those donation board things) but I don’t know how to make it and there is no tutorials on it.

1 Like

I have an idea but it sounds a bit complicated.

Basically, you need the UserId of a player then you can use the Players:CreateHumanoidModelFromUserId(UserId) to get the model, then parent it to workspace and load an animation on the Humanoid model and viola.

2 Likes