HumanoidDescription does not accept models

PC Info: Windows 11 22621.2428
Date First Experienced: 26/10/2023
Date Last Experienced: 27/10/2023

Reproduction steps:

  1. Insert any bundle item through InsertService (e.g. game:GetService(“InsertService”):LoadAsset(376547767).Parent = workspace)
  2. Save the Model to Roblox
  3. Create a HumanoidDescription
  4. Set the equivalent ID in the HumanoidDescription to the ID of the model
  5. Create a Rig (if not done previously)
  6. Attempt to apply the HumanoidDescription to the Rig (via serverscript or command bar)

Reproduction Video:


(the saving to Roblox was not visible on recording but you can see the mouse movement)
Note: AssetTypeVerification does not appear to affect anything and sometimes the error “Asset id [ID] should have folders for R6 and R15ArtistIntent” appears

5 Likes

Are you uploading the model instance as a model, or the children? I know that using the InsertService the inserted content is automatically wrapped in a model instance. So to re-upload exactly what you got, you’ll want to select the children, and upload them as a model.

2 Likes

Uploading the children just results in the upload being a folder instead and the humanoiddescription still does not accept it

2 Likes

Oh, yeah I’m able to reproduce this. The fact that the selection are wrapped in a model and a folder now seems to be the root bug here.

Publishing a model with this:
image

Resulted in this when inserted:
image

2 Likes

Update: It seems to work now with the verification set to ClientOnly
I think it’s due to moderation as using a new model still doesn’t work, although I’ll leave this open in hopes that a proper error can be shown

3 Likes

Thanks for the report! We’ll follow up when we have an update for you.

2 Likes

This is intended behaviour; models may not be loaded passed AssetVerification