Okay so I'm making a Roblox Game based on Dragon Ball. What I want is when players spawn in they have the default Goku hair, their Roblox Avatar stays the same. But their hair gets removed and gets replaced with new hair. So simply, I want players who spawn to have have custom hair and their roblox avatar stay the same. I've tried doing this with Humanoids, MeshParts, Models, etc. Keep in mind all of the hairs are Meshparts.
Put in "StarterCharacterScripts"
function clone() game.ReplicatedStorage.GokuHair:Clone().Parent = script.Parent end clone()