You can write your topic however you want, but you need to answer these questions:
- What do you want to achieve? Keep it simple and clear!
Use LoadCharacterWithHumanoidDescription to apply a different face to a player
- What is the issue? Include screenshots / videos if possible!
This has worked fine for over a year and suddenly in the last couple of weeks it no longer works (meaning after I remove the player’s face, instead of a new one appearing the new default Roblox face with blinking eyes appears).
- What solutions have you tried so far? Did you look for solutions on the Developer Hub?
Searching developer forum
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
Here is the code I have been using successfully for over a year in applying faces but also accessories and clothes to players:
local descriptionClone = getUniversalModelHumanoid(player):GetAppliedDescription()
descriptionClone.Face = 20722130
descriptionClone.Shirt = 7260923446
The shirt still appears but never the face now.
Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.