Advertisement
Sevakot

Untitled

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