Advertisement
Theskyler900

chara skin test

Aug 23rd, 2017
435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. shirt = Instance.new("Shirt", char)
  2. pants = Instance.new("Pants", char)
  3. face = Instance.new("Decal", char.Head)
  4. face.Texture = "http://www.roblox.com/asset/?id=381193106"
  5. shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=344089667"
  6. pants.PantsTemplate = "http://www.roblox.com/asset/?id=344084364"
  7. local Hat = char:FindFirstChild("Hat_F") or Instance.new("Hat")
  8. Hat.AttachmentPos = Vector3.new(0, 0.33, 0)
  9. Hat.Name = "Hat_F"
  10. local Handle = Hat:FindFirstChild("Handle") or Instance.new("Part", Hat)
  11. if Handle.Name ~= "Handle" then
  12. Handle.Size = Vector3.new(1, 1, 1)
  13. end
  14. Handle.BottomSurface = 0
  15. Handle.Name = "Handle"
  16. Handle.TopSurface = 0
  17. Handle.Locked = 1
  18. local Mesh = Hat:FindFirstChild("Mesh") or Instance.new("SpecialMesh", Handle)
  19. Mesh.TextureId = "http://www.roblox.com/asset/?id=75975464"
  20. Mesh.MeshId = "http://www.roblox.com/asset/?id=250264520 "
  21. Mesh.Scale = Vector3.new(1.05, 1.05, 1.05)
  22. Hat.Parent = char
  23. RW, LW = Instance.new("Weld"), Instance.new("Weld")
  24. RW.Name = "Right Shoulder"
  25. LW.Name = "Left Shoulder"
  26. RSH, LSH = nil, nil
  27. LS = Torso["Left Shoulder"]
  28. LH = Torso["Left Hip"]
  29. RS = Torso["Right Shoulder"]
  30. RH = Torso["Right Hip"]
  31. RSH = char.Torso["Right Shoulder"]
  32. LSH = char.Torso["Left Shoulder"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement