Humanoid:ApplyDescription() DataModel was not available

This problem has me stumped.
I don’t understand what causes this error, i’m grabbing a userid’s description, then immediately applying it to a cloned humanoid.

Could you screenshot/quote the error so that we have more information?

Perhaps the cloned humanoid needs to be within the DataModel? A descendant of Workspace or ReplicatedStorage for example.

10 Likes

The model is not under workspace or you called this function from the client.

2 Likes

That worked. I had the parent set as nil from the cloning, and was parenting on client-side

1 Like