I have been trying to make a character customisation screen in my game by putting a dummy in a viewport frame. I put a HumanoidDescription in the dummy and then made a face selection frame. Because :ApplyDescription can’t be called on the client, I made a remote event to the server to change the face id in the description and then to apply the description to the humanoid. However, when I test the game and press on a face i get this error:
Humanoid::ApplyDescription() Some requested assets were not available
I’m not sure why I am getting this error but for some strange reason only the “Smile” face works with id 144075659 but the other 4 faces I have seem to throw this error. I would like to know if this is because I made it fire from the server or something completely different.