Load player's character model with a script (offline)

I forgot the function of this, but I’m attempting to load an offline player’s character to one of my games, via a script.

Hi uh, I saw one of your posts that was from back in 2019 that talked about this function, it is GetCharacterAppearanceAsync.

EDIT 1: There’s another function named GetHumanoidDescriptionFromUserId that should do something similar. Remember to place these functions inside of a pcall because they can sometimes fail.

by the way it was this post

Just looked at that, attempting to try it now.