Advertisement
Guest User

Untitled

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