Advertisement
Guest User

Untitled

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