Advertisement
HenloMyDude

joofil morph

Dec 28th, 2019
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. IT = Instance.new
  2. CF = CFrame.new
  3. VT = Vector3.new
  4. RAD = math.rad
  5. C3 = Color3.new
  6. UD2 = UDim2.new
  7. BRICKC = BrickColor.new
  8. ANGLES = CFrame.Angles
  9. EULER = CFrame.fromEulerAnglesXYZ
  10. COS = math.cos
  11. ACOS = math.acos
  12. SIN = math.sin
  13. ASIN = math.asin
  14. ABS = math.abs
  15. MRANDOM = math.random
  16. FLOOR = math.floor
  17.  
  18. local GYRO = nil
  19. local CHARACTER = owner.Character
  20. script.Parent = CHARACTER
  21. CHARACTER:FindFirstChildOfClass("Accessory"):Destroy()
  22. CHARACTER.Torso:FindFirstChildOfClass("Decal"):Destroy()
  23. for _,v in pairs (CHARACTER:children()) do
  24. if v:IsA("Shirt") then
  25. v:Destroy()
  26. end
  27. if v:IsA("Pants") then
  28. v:Destroy()
  29. end
  30. end
  31. local HUMANOID = CHARACTER:FindFirstChildOfClass("Humanoid")
  32. HUMANOID:FindFirstChildOfClass("HumanoidDescription"):Destroy()
  33. local TORSO = CHARACTER.Torso
  34. TORSO.BrickColor = BrickColor.new("Deep blue")
  35. TORSO.Anchored = false
  36. local RIGHTARM = CHARACTER["Right Arm"]
  37. RIGHTARM.BrickColor = BrickColor.new("Bright yellow")
  38. local LEFTARM = CHARACTER["Left Arm"]
  39. LEFTARM.BrickColor = BrickColor.new("Bright yellow")
  40. local RIGHTLEG = CHARACTER["Right Leg"]
  41. RIGHTLEG.BrickColor = BrickColor.new("Bright green")
  42. local LEFTLEG = CHARACTER["Left Leg"]
  43. LEFTLEG.BrickColor = BrickColor.new("Bright green")
  44. CHARACTER.Head.BrickColor = BrickColor.new("Bright yellow")
  45. itsafacelol = CHARACTER.Head:FindFirstChildOfClass("Decal")
  46. if itsafacelol then
  47. itsafacelol:Destroy()
  48. end
  49. local THENEWFACE = Instance.new("Decal",owner.Character.Head)
  50. THENEWFACE.Face = "Front"
  51. THENEWFACE.Texture = "rbxassetid://288072938"
  52.  
  53. local AddInstance = function(Object, ...)
  54. local Obj = Instance.new(Object)
  55. for i,v in next,(...) do
  56. Obj[i] = v
  57. end
  58. return Obj
  59. end
  60.  
  61. for i,v in pairs (CHARACTER:children()) do
  62. if v:IsA("Hat") or v:IsA("Accessory") or v:IsA("ShirtGraphic") or v:IsA("Shirt") or v:IsA("Pants") then
  63. v:remove()
  64. end
  65. end
  66.  
  67. local Reaper = AddInstance("Part",{
  68. Parent = CHARACTER.Head,
  69. CFrame = CHARACTER.Head.CFrame,
  70. formFactor = "Symmetric",
  71. Size = Vector3.new(1, 1, 1),
  72. CanCollide = false,
  73. TopSurface = "Smooth",
  74. BottomSurface = "Smooth",
  75. BrickColor = BrickColor.new("Deep blue"),
  76. Locked = true,
  77. })
  78. local Weld = AddInstance("Weld",{
  79. Parent = Reaper,
  80. Part0 = CHARACTER.Head,
  81. C0 = CFrame.new(0, 0.8, 0.4)*CFrame.Angles(0, 0, 0),
  82. Part1 = Reaper,
  83. })
  84.  
  85. local Mesh = Instance.new("SpecialMesh",Reaper)
  86. Mesh.MeshId = "rbxassetid://291954550"
  87. Mesh.Scale = Vector3.new(3.5, 3.5, 3.3)
  88.  
  89. local Reaper2 = AddInstance("Part",{
  90. Parent = TORSO,
  91. CFrame = TORSO.CFrame,
  92. formFactor = "Symmetric",
  93. Size = Vector3.new(0.462, 1.403, 2.495),
  94. CanCollide = false,
  95. TopSurface = "Smooth",
  96. BottomSurface = "Smooth",
  97. Locked = true,
  98. BrickColor = BrickColor.new("Deep blue"),
  99. })
  100. local Weld = AddInstance("Weld",{
  101. Parent = Reaper2,
  102. Part0 = TORSO,
  103. C0 = CFrame.new(0, -1.7, 1)*CFrame.Angles(0, 0, 0),
  104. Part1 = Reaper2,
  105. })
  106. local Mesh = AddInstance("SpecialMesh",{
  107. Parent = Reaper2,
  108. MeshId = "rbxassetid://2759032628",
  109. Scale = Vector3.new(1, 1, 0.5),
  110. VertexColor = Vector3.new(0.5, 0.5, 0.5),
  111. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement