game:GetService(“Players”).PlayerAdded:Connect(function(Player)
Player.CharacterAdded:Connect(function(Char)
local Hum = Char:WaitForChild(“Humanoid”)
local HairID = game:GetService("Players"):GetHumanoidDescriptionFromUserId(Player.UserId).HairAccessory
Hum:WaitForChild("HumanoidDescription").HairAccessory = HairID
Hum:ApplyDescription(Hum.HumanoidDescription)
end)
end)
Someone told me to do this but the thing is Yes I can have the hair ID into the humanoidDescription but im still not able to see the hair.