Advertisement
RyanDaCoder

...............

Nov 5th, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.38 KB | None | 0 0
  1. game.Players[n1].Character.Torso
  2. t2 = game.Players[n2].Character.Torso
  3. t2.Parent.Humanoid.PlatformStand = true
  4. t1["Left Shoulder"]:Remove()
  5. ls1 = Instance.new("Weld")
  6. ls1.Parent = t1
  7. ls1.Part0 = t1
  8. ls1.Part1 = t1.Parent["Left Arm"]
  9. ls1.C0 = CFrame.new(-1.5,0,0)
  10. ls1.Name = "Left Shoulder"
  11. t1["Right Shoulder"]:Remove()
  12. rs1 = Instance.new("Weld")
  13. rs1.Parent = t1
  14. rs1.Part0 = t1
  15. rs1.Part1 = t1.Parent["Right Arm"]
  16. rs1.C0 = CFrame.new(1.5,0,0)
  17. rs1.Name = "Right Shoulder"
  18. t2["Left Shoulder"]:Remove()
  19. ls2 = Instance.new("Weld")
  20. ls2.Parent = t2
  21. ls2.Part0 = t2
  22. ls2.Part1 = t2.Parent["Left Arm"]
  23. ls2.C0 = CFrame.new(-1.5,0,0)
  24. ls2.Name = "Left Shoulder"
  25. t2["Right Shoulder"]:Remove()
  26. rs2 = Instance.new("Weld")
  27. rs2.Parent = t2
  28. rs2.Part0 = t2
  29. rs2.Part1 = t2.Parent["Right Arm"]
  30. rs2.C0 = CFrame.new(1.5,0,0)
  31. rs2.Name = "Right Shoulder"
  32. t2["Left Hip"]:Remove()
  33. lh2 = Instance.new("Weld")
  34. lh2.Parent = t2
  35. lh2.Part0 = t2
  36. lh2.Part1 = t2.Parent["Left Leg"]
  37. lh2.C0 = CFrame.new(-0.5,-2,0)
  38. lh2.Name = "Left Hip"
  39. t2["Right Hip"]:Remove()
  40. rh2 = Instance.new("Weld")
  41. rh2.Parent = t2
  42. rh2.Part0 = t2
  43. rh2.Part1 = t2.Parent["Right Leg"]
  44. rh2.C0 = CFrame.new(0.5,-2,0)
  45. rh2.Name = "Right Hip"
  46. local d = Instance.new("Part")
  47. d.TopSurface = 0
  48. d.BottomSurface = 0
  49. d.CanCollide = false
  50. d.BrickColor = BrickColor.new("Medium stone grey")
  51. d.Shape = "Ball"
  52. d.Parent = t1
  53. d.Size = Vector3.new(1,1,1)
  54. local dm = Instance.new("SpecialMesh")
  55. dm.MeshType = "Sphere"
  56. dm.Parent = d
  57. dm.Scale = Vector3.new(0.4,0.4,0.4)
  58. fWeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
  59. d2 = d:Clone()
  60. d2.Parent = t1
  61. fWeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
  62. local c = Instance.new("Part")
  63. c.TopSurface = 0
  64. c.BottomSurface = 0
  65. c.CanCollide = false
  66. c.BrickColor = BrickColor.new("Pastel brown")
  67. c.Parent = t1
  68. c.formFactor = "Custom"
  69. c.Size = Vector3.new(0.4,1.3,0.4)
  70. cm = Instance.new("CylinderMesh")
  71. cm.Parent = c
  72. a = fWeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
  73. c2 = d:Clone()
  74. c2.BrickColor = BrickColor.new("Medium stone grey")
  75. c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
  76. c2.Parent = t1
  77. fWeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
  78. local bl = Instance.new("Part")
  79. bl.TopSurface = 0
  80. bl.BottomSurface = 0
  81. bl.CanCollide = false
  82. bl.BrickColor = BrickColor.new("Pastel brown")
  83. bl.Shape = "Ball"
  84. bl.Parent = t2
  85. bl.Size = Vector3.new(1,1,1)
  86. local dm = Instance.new("SpecialMesh")
  87. dm.MeshType = "Sphere"
  88. dm.Parent = bl
  89. dm.Scale = Vector3.new(1.2,1.2,1.2)
  90. fWeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  91. local br = Instance.new("Part")
  92. br.TopSurface = 0
  93. br.BottomSurface = 0
  94. br.CanCollide = false
  95. br.BrickColor = BrickColor.new("Pastel brown")
  96. br.Shape = "Ball"
  97. br.Parent = t2
  98. br.Size = Vector3.new(1,1,1)
  99. local dm = Instance.new("SpecialMesh")
  100. dm.MeshType = "Sphere"
  101. dm.Parent = br
  102. dm.Scale = Vector3.new(1.2,1.2,1.2)
  103. fWeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
  104. local bln = Instance.new("Part")
  105. bln.TopSurface = 0
  106. bln.BottomSurface = 0
  107. bln.CanCollide = false
  108. bln.Shape = "Ball"
  109. bln.Parent = t2
  110. bln.Size = Vector3.new(1,1,1)
  111. local dm = Instance.new("SpecialMesh")
  112. dm.MeshType = "Sphere"
  113. dm.Parent = bln
  114. dm.Scale = Vector3.new(0.2,0.2,0.2)
  115. fWeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  116. local brn = Instance.new("Part")
  117. brn.TopSurface = 0
  118. brn.BottomSurface = 0
  119. brn.CanCollide = false
  120. brn.Shape = "Ball"
  121. brn.Parent = t2
  122. brn.Size = Vector3.new(1,1,1)
  123. local dm = Instance.new("SpecialMesh")
  124. dm.MeshType = "Sphere"
  125. dm.Parent = brn
  126. dm.Scale = Vector3.new(0.2,0.2,0.2)
  127. fWeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  128. lh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,-0.4,0)
  129. rh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,0.4,0)
  130. ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) * CFrame.Angles(0.9,-0.4,0)
  131. rs2.C1 = CFrame.new(0.5,-1.3,-0.5) * CFrame.Angles(0.9,0.4,0)
  132. ls1.C1 = CFrame.new(-0.5,0.7,0) * CFrame.Angles(-0.9,-0.4,0)
  133. rs1.C1 = CFrame.new(0.5,0.7,0) * CFrame.Angles(-0.9,0.4,0)
  134. if t1:findFirstChild("weldx") ~= nil then
  135. t1.weldx:Remove()
  136. end
  137. we = fWeld("weldx", t1, t1, t2, true, 0, -0.9, -1.3, math.rad(-90), 0, 0)
  138. n = t2.Neck
  139. n.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-210), math.rad(180), 0)
  140. end)
  141. coroutine.resume(coroutine.create(function()
  142. while wait() do
  143. for i = 1,6 do
  144. we.C1 = we.C1 * CFrame.new(0,-0.3,0)
  145. wait()
  146. end
  147.  
  148. for i = 1,6 do
  149. we.C1 = we.C1 * CFrame.new(0,0.3,0)
  150. wait()
  151. end
  152. end
  153. end))
  154. end
  155. fun("BANMEPLZGUYZ", "SpinnerChris")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement