Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

ApplyDescription() doesnt position accessories correctly?

Asked by 3 years ago
Edited 3 years ago

my friend is using this line of code to apply a humanoid description but all the hats are all messed up!

function game.ReplicatedStorage.ChangeCharacter.OnServerInvoke(player, id) 
    local dummy = workspace.Dummy

    local newHumanoidDescription = game.Players:GetHumanoidDescriptionFromUserId(id)

    dummy.Humanoid:ApplyDescription(newHumanoidDescription)

    return true
end

https://i.imgur.com/tH8RCqS.png this is not how my avatar looks like normally...

Answer this question