i dont know how to get rigs’s clothing,and accessories. i want to make a function that player will get dummy’s avatar using Humanoid:ApplyDescription. but i have a problem that dummy’s humanoidDesc is empty
Humanoid descriptions aren’t automatically updated based on how the rig currently looks. You’d have to manually assign asset IDs for each item for that method to work, which additionally limits you to assets on the marketplace.
However, if you’re looking to make the player’s character look like an existing rig, you can clone the rig and set the player’s Player.Character
to that clone which will replace their existing character. You’ll probably need to position and parent the clone and make any other modifications like adjusting the health and stats of the new character to match those of the player’s old character.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.