local plrs = game:GetService("Players")
local userid = 411462046
local username = plrs:GetNameFromUserIdAsync(userid)
local dummy = script.Parent
local newHumanoidDescription = plrs:GetHumanoidDescriptionFromUserId(userid)
dummy.Humanoid:ApplyDescription(newHumanoidDescription)
dummy.Name = username
As the previous post stated, matching attachments are required between the character model (of which the accessory is being applied) and the BasePart instance named “Handle” of the accessory, this allows for the accessory to be correctly welded to the character in the desired location.