How to apply a NPC's HumanoidDescription to a Player?

Hello like what the title say

if i try doing:

local AppliedDescription = ServerStorage.NoobCharacter.Humanoid:GetAppliedDescription()
Humanoid:ApplyDescription(AppliedDescription)

i get this error:

Humanoid::ApplyDescription() DataModel was not available

Try adding a delay before applying the humanoid description.

weird. It works for me. If it’s a local script, add a delay

well here is no error any more but no effect aswell

Never mind. it just need to be task.wait(1)

Before making a post please try and do some research about the problem you are facing online. This was a solution I could find with just a single Google search.
Also do mark what worked for you as solution.

i did do some research however the post i found says to create it manually or isnt related to my issue and AI is useless for this kind of problem but i will keep in mind ofc

1 Like

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