Advertisement
1x1x1x1IAMbck

hair

May 12th, 2018
1,020
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. local Hair = char:FindFirstChild("Hair_F") or Instance.new("Hat")
  2. Hair.AttachmentPos = Vector3.new(0, 0.33, 0)
  3. Hair.Name = "Hair_F"
  4. local HairHandle = Hair:FindFirstChild("Handle") or Instance.new("Part", Hair)
  5. if HairHandle.Name ~= "Handle" then
  6. HairHandle.Size = Vector3.new(1,1,1)
  7. end
  8. HairHandle.BottomSurface = 0
  9. HairHandle.Name = "Handle"
  10. HairHandle.TopSurface = 0
  11. HairHandle.Locked = 1
  12. local Mesh = Hair:FindFirstChild("Mesh") or Instance.new("SpecialMesh", HairHandle)
  13. Mesh.TextureId = ""
  14. Mesh.MeshId = "http://www.roblox.com/asset/?id=212966179"
  15. Mesh.Scale = Vector3.new(1,1,1)
  16. Mesh.Offset = Vector3.new(0,0.125,0)
  17. Hair.Parent = Character
  18. HairHandle.BrickColor = BrickColor.new(26)
  19. HairHandle.Material = Enum.Material.Granite
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement