Advertisement
HenloMyDude

SONCKICK IS HUG HEGE

Jan 25th, 2020
538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1.  
  2. --SONIC!--
  3. --by youngmacka123--
  4. --L U C K N O I S E S--
  5.  
  6. plr = owner
  7. char = plr.Character
  8. tors = char.Torso
  9. ra = char["Right Arm"]
  10. la = char["Left Arm"]
  11. rl = char["Right Leg"]
  12. ll = char["Left Leg"]
  13. hed = char.Head
  14. root = char.HumanoidRootPart
  15. hum = char.Humanoid
  16. if hum.RigType == Enum.HumanoidRigType.R6 then
  17. hum.HipHeight = 0
  18. elseif hum.RigType == Enum.HumanoidRigType.R15 then
  19. hum.HipHeight = 2
  20. end
  21.  
  22. ezweld = function(p, a, b, cf)
  23. local weld = Instance.new("Weld",p)
  24. weld.Part0 = a
  25. weld.Part1 = b
  26. weld.C0 = cf
  27. return weld
  28. end
  29.  
  30. for i,v in pairs (char:GetDescendants()) do
  31. if v:IsA("Hat") or v:IsA("Accessory") or v:IsA("Decal") or v:IsA("Texture") then
  32. v:remove()
  33. end
  34. if v:IsA("Part") then
  35. local mesh = Instance.new("SpecialMesh",v)
  36. mesh.Scale = Vector3.new(0, 0, 0)
  37. if v.Name ~= "Head" then
  38. v.Transparency = 1
  39. end
  40. end
  41. end
  42.  
  43. IT = Instance.new
  44. Rad = math.rad
  45. Cos = math.cos
  46. Sin = math.sin
  47. BrickC = BrickColor.new
  48. C3 = Color3.new
  49. VT = Vector3.new
  50. sizo = 0.06
  51.  
  52. --head
  53.  
  54. local part = Instance.new("Part",char)
  55. part.Size = Vector3.new(0.1, 0.1, 0.1)
  56. part.CanCollide = false
  57. local mesh = Instance.new("SpecialMesh",part)
  58. mesh.MeshId = "rbxassetid://669552122"
  59. mesh.TextureId = "rbxassetid://669552130"
  60. mesh.Scale = Vector3.new(1, 1, 1)*sizo
  61. mesh.Offset = Vector3.new(0, 0, 0)
  62. local weld = ezweld(char, part, hed, CFrame.new(0.25, 0, 0) * CFrame.Angles(0, Rad(-90), 0))
  63.  
  64. --torso
  65.  
  66. local part = Instance.new("Part",char)
  67. part.Size = Vector3.new(0.1, 0.1, 0.1)
  68. part.CanCollide = false
  69. local mesh = Instance.new("SpecialMesh",part)
  70. mesh.MeshId = "rbxassetid://669558938"
  71. mesh.TextureId = "rbxassetid://669552130"
  72. mesh.Scale = Vector3.new(1, 1, 1)*0.03
  73. mesh.Offset = Vector3.new(0, 0, 0)
  74. local weld = ezweld(char, part, tors, CFrame.new(0, 0.5, 0) * CFrame.Angles(0, Rad(-90), 0))
  75.  
  76. --right arm
  77.  
  78. local part = Instance.new("Part",char)
  79. part.Size = Vector3.new(0.1, 0.1, 0.1)
  80. part.CanCollide = false
  81. local mesh = Instance.new("SpecialMesh",part)
  82. mesh.MeshId = "rbxassetid://669553943"
  83. mesh.TextureId = "rbxassetid://669552130"
  84. mesh.Scale = Vector3.new(1, 1, 1)*0.01
  85. mesh.Offset = Vector3.new(0, 0, 0)
  86. local weld = ezweld(char, part, ra, CFrame.new(0, 0.75, 0.75) * CFrame.Angles(Rad(75), Rad(90), 0))
  87.  
  88. --left arm
  89.  
  90. local part = Instance.new("Part",char)
  91. part.Size = Vector3.new(0.1, 0.1, 0.1)
  92. part.CanCollide = false
  93. local mesh = Instance.new("SpecialMesh",part)
  94. mesh.MeshId = "rbxassetid://669553943"
  95. mesh.TextureId = "rbxassetid://669552130"
  96. mesh.Scale = Vector3.new(1, 1, 1)*0.01
  97. mesh.Offset = Vector3.new(0, 0, 0)
  98. local weld = ezweld(char, part, la, CFrame.new(0, 0.75, 0.75) * CFrame.Angles(Rad(75), Rad(-90), 0))
  99.  
  100. --right leg
  101.  
  102. local part = Instance.new("Part",char)
  103. part.Size = Vector3.new(0.1, 0.1, 0.1)
  104. part.CanCollide = false
  105. local mesh = Instance.new("SpecialMesh",part)
  106. mesh.MeshId = "rbxassetid://669558057"
  107. mesh.TextureId = "rbxassetid://669552130"
  108. mesh.Scale = Vector3.new(1, 1, 1)*0.03
  109. mesh.Offset = Vector3.new(0, 0, 0)
  110. local weld = ezweld(char, part, rl, CFrame.new(-0.5, 0.1, 0) * CFrame.Angles(Rad(0), Rad(-90), 0))
  111.  
  112. --left leg
  113.  
  114. local part = Instance.new("Part",char)
  115. part.Size = Vector3.new(0.1, 0.1, 0.1)
  116. part.CanCollide = false
  117. local mesh = Instance.new("SpecialMesh",part)
  118. mesh.MeshId = "rbxassetid://669557469"
  119. mesh.TextureId = "rbxassetid://669552130"
  120. mesh.Scale = Vector3.new(1, 1, 1)*0.03
  121. mesh.Offset = Vector3.new(0, 0, 0)
  122. local weld = ezweld(char, part, ll, CFrame.new(-0.5, 0.1, 0) * CFrame.Angles(Rad(0), Rad(-90), 0))
  123.  
  124. warn'by youngmacka123 for game'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement