How do rig loaders work?

I want to get a player character from a userid, I’m sorry if this is a dumb question but I’m not sure how to do it. This led me to the question of how rig loader plugins work?

They basically get a HumanoidDescription object with the method:

local Desc = Players:GetHumanoidDescriptionFromUserId(userid)

and then you’d use:

Humanoid:ApplyDescription(Desc)

I’ve replied to a post before asking about a similar thing and they said that some stuff on the char doesn’t load so yeah jst be aware of that

1 Like

Thanks for this, I just need mostly upper body accessories, like the head, and accessories on the head, will that load?

1 Like

I’m unsure, it just seems unreliable. It might not for you tho. It’ll probably work but you’ll need to remove the accessories yourself cause it loads all of the player’s accessories

1 Like

Got that, do you know which things don’t load? Or don’t usually load?

1 Like

Oh noo I was just saying that it didn’t work for someone else. It will probably work just fine for everyone else.

Just lemme know if something doesn’t work

1 Like