sIendytubble

wedge head (Flamingo)

Jun 30th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. -- Flamingo wedge head
  2. for i,v in pairs(game.Players:GetChildren()) do
  3. for i,v in pairs(v.Character:GetChildren()) do
  4. if v.ClassName == "Accessory" then
  5. v:remove()
  6. v.Parent = nil
  7. v:Destroy()
  8. end
  9. end
  10. for i,v in pairs(v.Character.Head:GetChildren()) do
  11. if v.ClassName == "Decal" then
  12. v:remove()
  13. v.Parent = nil
  14. v:Destroy()
  15. end
  16. end
  17. for i,v in pairs(v.Character:GetChildren()) do
  18. if v.ClassName == "CharacterMesh" then
  19. v:remove()
  20. v.Parent = nil
  21. v:Destroy()
  22. end
  23. end
  24. for i,v in pairs(v.Character:GetChildren()) do
  25. if v.ClassName == "Shirt" then
  26. v:remove()
  27. v.Parent = nil
  28. v:Destroy()
  29. end
  30. end
  31. for i,v in pairs(v.Character:GetChildren()) do
  32. if v.ClassName == "Pants" then
  33. v:remove()
  34. v.Parent = nil
  35. v:Destroy()
  36. end
  37. end
  38. for i,v in pairs(v.Character.Head:GetChildren()) do
  39. v.Parent = nil
  40. end
  41. mas = v.Character.Head
  42. SpecialMesh0 = Instance.new("SpecialMesh")
  43. Decal1 = Instance.new("Decal")
  44. Decal2 = Instance.new("Decal")
  45. SpecialMesh0.Parent = mas
  46. SpecialMesh0.Scale = Vector3.new(1.25, 1.25, 1.25)
  47. SpecialMesh0.MeshType = Enum.MeshType.Wedge
  48. Decal1.Parent = mas
  49. Decal1.Texture = "http://www.roblox.com/asset/?id=22557246"
  50. Decal2.Name = "Face"
  51. Decal2.Parent = mas
  52. Decal2.Texture = "rbxassetid://155213173"
  53. --v.Character:WaitForChild("Body Colors"):Destroy()
  54. v.Character.Head.BrickColor = BrickColor.new("Pastel brown")
  55. v.Character.Torso.BrickColor = BrickColor.new("Lapis")
  56. v.Character:FindFirstChildOfClass('Humanoid').DisplayName = "rich"
  57. CharacterMesh0 = Instance.new("CharacterMesh")
  58. CharacterMesh0.Parent = v.Character
  59. CharacterMesh0.BodyPart = Enum.BodyPart.Torso
  60. CharacterMesh0.MeshId = 82987757
  61. for i,v in pairs(v.Character:GetChildren()) do
  62. if v.ClassName == "Part" then
  63. if v.Name ~= "Torso" and v.Name ~= "HumanoidRootPart" and v.Name ~= "Head" then
  64. v:Destroy()
  65. end
  66. end
  67. end
  68. end
Add Comment
Please, Sign In to add comment