ApplyDescription Misplacing accessories even though there is the proper attachments

  1. What do you want to achieve? I’m trying to make a killfeed system and its fully functional with the xp and money system but i can’t get the accessories right for the dummy in the viewport display, they all just go wherever even though there is the proper attachments

  2. What is the issue?
    image


    image

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    Many posts and none have really helped much.

	local Appearance = Players:GetHumanoidDescriptionFromUserId(Player.UserId)
	CloneFeed.ViewportFrame.Dummy.Humanoid:ApplyDescription(Appearance)
	local Hats = Player.Character:FindFirstChildWhichIsA("Accessory")
	local CloneHats = Hats:Clone()
	CloneHats.Parent = CloneFeed.ViewportFrame.Dummy
	CloneHats.Handle.AccessoryWeld.Part1 = CloneFeed.ViewportFrame.Dummy.Head