Avatar Module? Script

Is there any module or function to change the skin inside the game without resetting or dying?

I remember in “mic up” there was a function to change the skin without dying or exiting the game, directly from the store.

1 Like

Try looking into Humanoid:ApplyDescription(desc). This method yields, and may warn of assets not being loaded because layered clothing isn’t available in R6. You can get the description of a player using game.Players:GetHumanoidDescriptionFromUserId(id). For a shop where you can buy skins, you would store the humanoid descriptions in ReplicatedStorage or ServerStorage.

2 Likes

Try looking at AvatarEditorService.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.