Advertisement
Derek1017

Test 4

Feb 24th, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.30 KB | None | 0 0
  1.  
  2.  
  3. --MADE BY X9n (NOT THE SCRIPT) REGULAR SCRIPT:
  4. --Go down to line 175 and put two names into "YOURNAME HERE", and "THE OTHER PERSONS HERE" (One of them doesn't have to be you)
  5. --This Script Makes two players in your game.. Well.. I think its in the title ;D
  6. ----------------------------------------------------------------------------------------
  7.  
  8.  
  9. function fWeld(zName, zParent, zPart0, zPart1, zCoco, a, b, c, d, e, f)
  10. local funcw = Instance.new("Weld")
  11. funcw.Name = zName
  12. funcw.Parent = zParent
  13. funcw.Part0 = zPart0
  14. funcw.Part1 = zPart1
  15. if (zCoco == true) then
  16. funcw.C0 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  17. else
  18. funcw.C1 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  19. end
  20. return funcw
  21. end
  22. function fun(n1, n2)
  23. pcall(function()
  24. t1 = game.Players[n1].Character.Torso
  25. t2 = game.Players[n2].Character.Torso
  26. t2.Parent.Humanoid.PlatformStand = true
  27. t1["Left Shoulder"]:Remove()
  28. ls1 = Instance.new("Weld")
  29. ls1.Parent = t1
  30. ls1.Part0 = t1
  31. ls1.Part1 = t1.Parent["Left Arm"]
  32. ls1.C0 = CFrame.new(-1.5,0,0)
  33. ls1.Name = "Left Shoulder"
  34. t1["Right Shoulder"]:Remove()
  35. rs1 = Instance.new("Weld")
  36. rs1.Parent = t1
  37. rs1.Part0 = t1
  38. rs1.Part1 = t1.Parent["Right Arm"]
  39. rs1.C0 = CFrame.new(1.5,0,0)
  40. rs1.Name = "Right Shoulder"
  41. t2["Left Shoulder"]:Remove()
  42. ls2 = Instance.new("Weld")
  43. ls2.Parent = t2
  44. ls2.Part0 = t2
  45. ls2.Part1 = t2.Parent["Left Arm"]
  46. ls2.C0 = CFrame.new(-1.5,0,0)
  47. ls2.Name = "Left Shoulder"
  48. t2["Right Shoulder"]:Remove()
  49. rs2 = Instance.new("Weld")
  50. rs2.Parent = t2
  51. rs2.Part0 = t2
  52. rs2.Part1 = t2.Parent["Right Arm"]
  53. rs2.C0 = CFrame.new(1.5,0,0)
  54. rs2.Name = "Right Shoulder"
  55. t2["Left Hip"]:Remove()
  56. lh2 = Instance.new("Weld")
  57. lh2.Parent = t2
  58. lh2.Part0 = t2
  59. lh2.Part1 = t2.Parent["Left Leg"]
  60. lh2.C0 = CFrame.new(-0.5,-2,0)
  61. lh2.Name = "Left Hip"
  62. t2["Right Hip"]:Remove()
  63. rh2 = Instance.new("Weld")
  64. rh2.Parent = t2
  65. rh2.Part0 = t2
  66. rh2.Part1 = t2.Parent["Right Leg"]
  67. rh2.C0 = CFrame.new(0.5,-2,0)
  68. rh2.Name = "Right Hip"
  69. local d = Instance.new("Part")
  70. d.TopSurface = 0
  71. d.BottomSurface = 0
  72. d.CanCollide = false
  73. d.BrickColor = BrickColor.new("Medium stone grey")
  74. d.Shape = "Ball"
  75. d.Parent = t1
  76. d.Size = Vector3.new(1,1,1)
  77. local dm = Instance.new("SpecialMesh")
  78. dm.MeshType = "Sphere"
  79. dm.Parent = d
  80. dm.Scale = Vector3.new(0.4,0.4,0.4)
  81. fWeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
  82. d2 = d:Clone()
  83. d2.Parent = t1
  84. fWeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
  85. local c = Instance.new("Part")
  86. c.TopSurface = 0
  87. c.BottomSurface = 0
  88. c.CanCollide = false
  89. c.BrickColor = BrickColor.new("Pastel brown")
  90. c.Parent = t1
  91. c.formFactor = "Custom"
  92. c.Size = Vector3.new(0.4,1.3,0.4)
  93. cm = Instance.new("CylinderMesh")
  94. cm.Parent = c
  95. a = fWeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
  96. c2 = d:Clone()
  97. c2.BrickColor = BrickColor.new("Medium stone grey")
  98. c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
  99. c2.Parent = t1
  100. fWeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
  101. local bl = Instance.new("Part")
  102. bl.TopSurface = 0
  103. bl.BottomSurface = 0
  104. bl.CanCollide = false
  105. bl.BrickColor = BrickColor.new("Pastel brown")
  106. bl.Shape = "Ball"
  107. bl.Parent = t2
  108. bl.Size = Vector3.new(1,1,1)
  109. local dm = Instance.new("SpecialMesh")
  110. dm.MeshType = "Sphere"
  111. dm.Parent = bl
  112. dm.Scale = Vector3.new(1.2,1.2,1.2)
  113. fWeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  114. local br = Instance.new("Part")
  115. br.TopSurface = 0
  116. br.BottomSurface = 0
  117. br.CanCollide = false
  118. br.BrickColor = BrickColor.new("Pastel brown")
  119. br.Shape = "Ball"
  120. br.Parent = t2
  121. br.Size = Vector3.new(1,1,1)
  122. local dm = Instance.new("SpecialMesh")
  123. dm.MeshType = "Sphere"
  124. dm.Parent = br
  125. dm.Scale = Vector3.new(1.2,1.2,1.2)
  126. fWeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
  127. local bln = Instance.new("Part")
  128. bln.TopSurface = 0
  129. bln.BottomSurface = 0
  130. bln.CanCollide = false
  131. bln.Shape = "Ball"
  132. bln.Parent = t2
  133. bln.Size = Vector3.new(1,1,1)
  134. local dm = Instance.new("SpecialMesh")
  135. dm.MeshType = "Sphere"
  136. dm.Parent = bln
  137. dm.Scale = Vector3.new(0.2,0.2,0.2)
  138. fWeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  139. local brn = Instance.new("Part")
  140. brn.TopSurface = 0
  141. brn.BottomSurface = 0
  142. brn.CanCollide = false
  143. brn.Shape = "Ball"
  144. brn.Parent = t2
  145. brn.Size = Vector3.new(1,1,1)
  146. local dm = Instance.new("SpecialMesh")
  147. dm.MeshType = "Sphere"
  148. dm.Parent = brn
  149. dm.Scale = Vector3.new(0.2,0.2,0.2)
  150. fWeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  151. lh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,-0.4,0)
  152. rh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,0.4,0)
  153. ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) * CFrame.Angles(0.9,-0.4,0)
  154. rs2.C1 = CFrame.new(0.5,-1.3,-0.5) * CFrame.Angles(0.9,0.4,0)
  155. ls1.C1 = CFrame.new(-0.5,0.7,0) * CFrame.Angles(-0.9,-0.4,0)
  156. rs1.C1 = CFrame.new(0.5,0.7,0) * CFrame.Angles(-0.9,0.4,0)
  157. if t1:findFirstChild("weldx") ~= nil then
  158. t1.weldx:Remove()
  159. end
  160. we = fWeld("weldx", t1, t1, t2, true, 0, -0.9, -1.3, math.rad(-90), 0, 0)
  161. n = t2.Neck
  162. n.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-210), math.rad(180), 0)
  163. end)
  164. coroutine.resume(coroutine.create(function()
  165. while wait() do
  166. for i = 1,6 do
  167. we.C1 = we.C1 * CFrame.new(0,-0.3,0)
  168. wait()
  169. end
  170. for i = 1,6 do
  171. we.C1 = we.C1 * CFrame.new(0,0.3,0)
  172. wait()
  173. end
  174. end
  175. end))
  176. end
  177. fun("Despairus","Basictality")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement