Load humanoid description of an offline player

I know there is GetCharacterAppearanceInfoAsync() and GetHumanoidDescriptionFromUserId(), but isn’t there a simple way of loading a Humanoid Description from an offline player?

:GetHumanoidDescriptionFromUserId() is the easiest way. You can just apply the humanoid description to the humanoid using that way.

I know, but does it work on an offline user?

1 Like

There is only way that is storing local players character ID there would be a textbox for characterID you can store players ID locally to do this

And if they’ve never been in my game?

1 Like

you cant :confused: if they never join your game you cant

GetHumanoidDescriptionFromUserId implies FromUserId

Test it out for yourself but I would assume you just feed that function a UserId

Local client have to send their userID to do this there is no other way