Advertisement
Plug_RBLX

Untitled

Dec 22nd, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.67 KB | None | 0 0
  1. --By Rufus14
  2. mouse = game.Players.LocalPlayer:GetMouse()
  3. --[[while true do
  4. local x = game.Players.LocalPlayer.Character.Torso.Position.x
  5. local pos = game.Players.LocalPlayer.Character.Torso.CFrame
  6. game.Players.LocalPlayer.Character.Torso.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Torso.Position, Vector3.new(mouse.Hit.p.x, game.Players.LocalPlayer.Character.Torso.Position.Y, mouse.Hit.p.z))
  7. game:GetService("RunService").RenderStepped:wait()
  8. end--]]
  9. mouse = game.Players.LocalPlayer:GetMouse()
  10. knife = Instance.new("Part", game.Players.LocalPlayer.Character)
  11. knife.Size = Vector3.new(0.5, 1, 0.5)
  12. knife.CanCollide = false
  13. knife:BreakJoints()
  14. weld = Instance.new("Weld", knife)
  15. weld.Part0 = game.Players.LocalPlayer.Character["Right Arm"]
  16. weld.Part1 = knife
  17. mesh = Instance.new("SpecialMesh", knife)
  18. mesh.MeshId = "http://www.roblox.com/asset/?id=121944778"
  19. mesh.TextureId = "http://www.roblox.com/asset/?id=155519104"
  20. mesh.Scale = Vector3.new(0.6, 0.8, 0.6)
  21. weld.C0 = weld.C0 * CFrame.new(0,-1,-0.7) * CFrame.Angles(-1.5,0,0)
  22. using = false
  23. plr = game.Players
  24. char = plr.LocalPlayer.Character
  25. rig = char.Torso
  26. khit = Instance.new("Sound", knife)
  27. khit.SoundId = "rbxassetid://201858024"
  28. khit.PlaybackSpeed = 1.2
  29. kthrow = Instance.new("Sound", knife)
  30. kthrow.SoundId = "rbxassetid://166423113"
  31. kswoosh = Instance.new("Sound", knife)
  32. kswoosh.SoundId = "rbxassetid://877471479"
  33. kswoosh.PlaybackSpeed = 3
  34. lshoulderclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  35. rshoulderclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  36. function throw(key)
  37. key = key:lower()
  38. if key == "q" then
  39. if not using then
  40. using = true
  41. game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Remove()
  42. game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Remove()
  43. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  44. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  45. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  46. rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  47. rhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  48. local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  49. lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  50. lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
  51. lhandweld.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  52. lhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  53. for i = 0,1 , 0.1 do
  54. wait()
  55. game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.new():lerp(CFrame.Angles(0,0,0.3),i)
  56. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-0.3),i)
  57. rhandweld.C0 = rhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,0.5),i)
  58. lhandweld.C0 = lhandweld.C0 * CFrame.Angles(0,0,-0.06)
  59. end
  60. for i = 1,2 do
  61. wait()
  62. game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.Angles(0,0,0.15)
  63. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,-0.15)
  64. rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,0,0.25)
  65. lhandweld.C0 = lhandweld.C0 * CFrame.Angles(0,0,-0.03)
  66. end
  67. for i = 1,70 do
  68. local x = game.Players.LocalPlayer.Character.Torso.Position.x
  69. local pos = game.Players.LocalPlayer.Character.Torso.CFrame
  70. game.Players.LocalPlayer.Character.Torso.CFrame = CFrame.new(game.Players.LocalPlayer.Character.Torso.Position, Vector3.new(mouse.Hit.p.x, game.Players.LocalPlayer.Character.Torso.Position.Y, mouse.Hit.p.z))
  71. game:GetService("RunService").RenderStepped:wait()
  72. end
  73. for i = 1,2 do
  74. game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.Angles(0,0,-0.1)
  75. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,0.1)
  76. rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,0,-0.25)
  77. lhandweld.C0 = lhandweld.C0 * CFrame.Angles(0,0,0.03)
  78. wait()
  79. end
  80. knife.Transparency = 1
  81. local mouselookwhere = mouse.Hit
  82. local hitbox = Instance.new("Part", workspace)
  83. hitbox.Size = Vector3.new(0.5, 1.5, 1.5)
  84. hitbox.CanCollide = false
  85. local knifeclo = knife:Clone()
  86. knifeclo.Transparency = 0
  87. knifeclo.Parent = hitbox
  88. knifeclo:BreakJoints()
  89. knifeclo.Size = Vector3.new(0.5, 2, 0.5)
  90. knifeclo.CanCollide = false
  91. hitbox:BreakJoints()
  92. kthrow:Play()
  93. local hitboxweld = Instance.new("Weld", hitbox)
  94. hitboxweld.Part0 = hitbox
  95. hitboxweld.Part1 = knifeclo
  96. hitbox.CFrame = game.Players.LocalPlayer.Character.Head.CFrame * CFrame.new(0,0,-3.5)
  97. hitbox.Transparency = 1
  98. hitbox.CFrame = CFrame.new(hitbox.Position, mouselookwhere.p)
  99. local bodyvv = Instance.new("BodyVelocity", hitbox)
  100. bodyvv.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  101. bodyvv.Velocity = mouselookwhere.lookVector * 85
  102. hitsomething = false
  103. canbehit = true
  104. local function hitsome(part)
  105. if canbehit then
  106. canbehit = false
  107. ccf = hitbox.CFrame
  108. local hum = part.Parent:findFirstChild("Humanoid")
  109. if not hum and part.CanCollide == true then
  110. hitsomething = true
  111. end
  112. if hum then
  113. if hum.Parent.Name == game.Players.LocalPlayer.Name then
  114.  
  115. else
  116. knifeclo:destroy()
  117. hum.Health = 0
  118. local khit1 = Instance.new("Sound", part)
  119. khit1.SoundId = "rbxassetid://201858024"
  120. khit1.PlaybackSpeed = 1.2
  121. khit1:Play()
  122. hum.Parent.Archivable = true
  123. clone = hum.Parent:Clone()
  124. clone.Parent = workspace
  125. for i,v in pairs(clone:GetChildren()) do
  126. if v.ClassName == "Script" or v.ClassName == "LocalScript" then
  127. v:destroy()
  128. end
  129. for i,p in pairs(v:GetChildren()) do
  130. if p.ClassName == "Weld" or p.ClassName == "Motor6D" or p.ClassName == "BodyVelocity" then
  131. p:destroy()
  132. end
  133. end
  134. end
  135. for i,t in pairs(hum.Parent:GetChildren()) do
  136. if t.ClassName == "Accessory" or t.ClassName == "ForceField" then
  137. t:destroy()
  138. end
  139. end
  140. vel = Instance.new("BodyVelocity", clone.Torso)
  141. vel.Velocity = clone.Torso.CFrame.lookVector * -5
  142. vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  143. clone.Humanoid.PlatformStand = true
  144. local faic = clone.Head:findFirstChild("face")
  145. if faic then
  146. clone.Head.face.Texture = "http://www.roblox.com/asset/?id=73070067"
  147. end
  148. using = false
  149. hit = Instance.new("Sound", clone.Torso)
  150. hit.SoundId = "rbxassetid://260430060"
  151. hit.Volume = 5
  152. hit1 = Instance.new("Sound", clone.Torso)
  153. hit1.SoundId = "rbxassetid://138087186"
  154. hit1.Volume = 5
  155. hit2 = Instance.new("Sound", clone.Torso)
  156. hit2.SoundId = "rbxassetid://131237241"
  157. hit2.Volume = 5
  158. hit3 = Instance.new("Sound", clone.Torso)
  159. hit3.SoundId = "rbxassetid://278062209"
  160. ded = Instance.new("Sound", clone.Torso)
  161. ded.SoundId = "rbxassetid://162194585"
  162. ded.Volume = 0.5
  163. local leftarm = clone:findFirstChild("Left Arm")
  164. local rightrm = clone:findFirstChild("Right Arm")
  165. local leftleg = clone:findFirstChild("Left Leg")
  166. local rightleg = clone:findFirstChild("Right Leg")
  167. local head = clone:findFirstChild("Head")
  168. for i, g in pairs(hum.Parent:GetChildren()) do
  169. if g.ClassName == "Part" then
  170. g:destroy()
  171. end
  172. end
  173. for i, h in pairs(hum.Parent:GetChildren()) do
  174. if h.ClassName == "Accesory" then
  175. h:destroy()
  176. end
  177. end
  178. if head ~= nil then
  179. local glue13 = Instance.new("Glue", clone.Torso)
  180. glue13.Part0 = clone.Torso
  181. glue13.Part1 = head
  182. glue13.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  183. glue13.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  184. local collider13 = Instance.new("Part", head)
  185. collider13.Position = Vector3.new(0,999,0)
  186. collider13.Size = Vector3.new(0.5, 0.9, 0.7)
  187. collider13.Shape = "Cylinder"
  188. collider13.Transparency = 1
  189. local weld = Instance.new("Weld", collider13)
  190. weld.Part0 = head
  191. weld.Part1 = collider13
  192. weld.C0 = CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  193. collider13.TopSurface = "Smooth"
  194. collider13.BottomSurface = "Smooth"
  195. collider13.formFactor = "Symmetric"
  196. end
  197. if leftleg ~= nil then
  198. local glue = Instance.new("Glue", clone.Torso)
  199. glue.Part0 = clone.Torso
  200. glue.Part1 = leftleg
  201. glue.Name = "Left leg"
  202. local collider = Instance.new("Part", leftleg)
  203. collider.Position = Vector3.new(0,999,0)
  204. collider.Size = Vector3.new(1.5, 1, 1)
  205. collider.Shape = "Cylinder"
  206. local weld = Instance.new("Weld", collider)
  207. weld.Part0 = leftleg
  208. weld.Part1 = collider
  209. weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  210. collider.TopSurface = "Smooth"
  211. collider.BottomSurface = "Smooth"
  212. collider.formFactor = "Symmetric"
  213. glue.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  214. glue.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  215. collider.Transparency = 1
  216. end
  217. ------------
  218. if rightleg ~= nil then
  219. local glue1 = Instance.new("Glue", clone.Torso)
  220. glue1.Part0 = clone.Torso
  221. glue1.Part1 = rightleg
  222. glue1.Name = "Right leg"
  223. local collider1 = Instance.new("Part", rightleg)
  224. collider1.Position = Vector3.new(0,999,0)
  225. collider1.Size = Vector3.new(1.5, 1, 1)
  226. collider1.Shape = "Cylinder"
  227. local weld1 = Instance.new("Weld", collider1)
  228. weld1.Part0 = rightleg
  229. weld1.Part1 = collider1
  230. weld1.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  231. collider1.TopSurface = "Smooth"
  232. collider1.BottomSurface = "Smooth"
  233. collider1.formFactor = "Symmetric"
  234. glue1.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  235. glue1.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  236. collider1.Transparency = 1
  237. end
  238. ------------
  239. if rightrm ~= nil then
  240. local glue11 = Instance.new("Glue", clone.Torso)
  241. glue11.Part0 = clone.Torso
  242. glue11.Part1 = rightrm
  243. glue11.Name = "Right shoulder"
  244. local collider11 = Instance.new("Part", rightrm)
  245. collider11.Position = Vector3.new(0,9999,0)
  246. collider11.Size = Vector3.new(1.5,1,1)
  247. collider11.Shape = "Cylinder"
  248. local weld11 = Instance.new("Weld", collider11)
  249. weld11.Part0 = rightrm
  250. weld11.Part1 = collider11
  251. weld11.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  252. collider11.TopSurface = "Smooth"
  253. collider11.BottomSurface = "Smooth"
  254. collider11.formFactor = "Symmetric"
  255. glue11.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  256. glue11.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  257. collider11.Transparency = 1
  258. end
  259. ------------
  260. if leftarm ~= nil then
  261. local glue111 = Instance.new("Glue", clone.Torso)
  262. glue111.Part0 = clone.Torso
  263. glue111.Part1 = leftarm
  264. glue111.Name = "Left shoulder"
  265. local collider111 = Instance.new("Part", leftarm)
  266. collider111.Position = Vector3.new(0,9999,0)
  267. collider111.Size = Vector3.new(1.5,1,1)
  268. collider111.Shape = "Cylinder"
  269. local weld111 = Instance.new("Weld", collider111)
  270. weld111.Part0 = leftarm
  271. weld111.Part1 = collider111
  272. weld111.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  273. collider111.TopSurface = "Smooth"
  274. collider111.BottomSurface = "Smooth"
  275. collider111.formFactor = "Symmetric"
  276. glue111.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  277. glue111.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  278. collider111.Transparency = 1
  279. ----------------
  280. sensoring = Instance.new("Part", clone.Torso)
  281. sensoring.Size = Vector3.new(1.2,1.1,0.8)
  282. sensoring.CanCollide = false
  283. sensoring.Position = clone.Torso.Position
  284. local welder = Instance.new("Weld", sensoring)
  285. welder.Part0 = clone.Torso
  286. welder.Part1 = sensoring
  287. welder.C0 = welder.C0 * CFrame.new(0,0,1.05)
  288. sensoring.Transparency = 1
  289. -----------------
  290. sensoring1 = Instance.new("Part", clone.Torso)
  291. sensoring1.Size = Vector3.new(1.2,1.1,0.8)
  292. sensoring1.CanCollide = false
  293. sensoring1.Position = clone.Torso.Position
  294. local welder1 = Instance.new("Weld", sensoring)
  295. welder1.Part0 = clone.Torso
  296. welder1.Part1 = sensoring1
  297. welder1.C0 = welder1.C0 * CFrame.new(0,0,-1.05)
  298. sensoring1.Transparency = 1
  299. end
  300. clone.Name = hum.Parent.Name.." tah bozuh"
  301. ded:Play()
  302. vel:destroy()
  303. wait(0.5)
  304. local function touch()
  305. if not using then
  306. using = true
  307. local Math = math.random(1,4)
  308. if Math == 1 then
  309. hit:Play()
  310. end
  311. if Math == 2 then
  312. hit1:Play()
  313. end
  314. if Math == 3 then
  315. hit2:Play()
  316. end
  317. if Math == 4 then
  318. hit3:Play()
  319. end
  320. wait(0.1)
  321. using = false
  322. end
  323. end
  324. sensoring.Touched:connect(touch)
  325. sensoring1.Touched:connect(touch)
  326. end
  327. else
  328.  
  329. end
  330. hitbox.CFrame = ccf
  331. wait(10)
  332. for i = 1,100 do
  333. knifeclo.Transparency = knifeclo.Transparency + 0.01
  334. game:GetService("RunService").RenderStepped:wait()
  335. end
  336. hitbox:destroy()
  337. end
  338. end
  339. knifeclo.Touched:connect(hitsome)
  340. canplay = true
  341. canspin = true
  342. local function spinnlikeafidgetspinner()
  343. if canspin then
  344. if hitsomething then
  345. canspin = false
  346. local kthrowhit1 = Instance.new("Sound", knifeclo)
  347. kthrowhit1.SoundId = "rbxassetid://162135544"
  348. kthrowhit1.TimePosition = 0.55
  349. if canplay then
  350. kthrowhit1:Play()
  351. canplay = false
  352. end
  353. hitboxweld.C0 = hitboxweld.C0 * CFrame.new(0,0,-0.5)
  354. hitboxweld.C0 = CFrame.fromEulerAnglesXYZ(-1.6,0,0)
  355. game:GetService("RunService").Stepped:wait()
  356. hitbox.Anchored = true
  357. else
  358. hitboxweld.C0 = hitboxweld.C0 * CFrame.fromEulerAnglesXYZ(-0.35,0,0)
  359. end
  360. end
  361. end
  362. game:GetService("RunService").RenderStepped:connect(spinnlikeafidgetspinner)
  363. for i = 1,5 do
  364. game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.Angles(0,0,-0.35)
  365. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,0.35)
  366. rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,0,-0.5)
  367. lhandweld.C0 = lhandweld.C0 * CFrame.Angles(0,0,0.06)
  368. wait()
  369. end
  370. for i = 1,2 do
  371. wait()
  372. game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.Angles(0,0,-0.2)
  373. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,0.2)
  374. rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,0,-0.2)
  375. end
  376. wait(0.2)
  377. for i = 1,2 do
  378. wait()
  379. game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.Angles(0,0,0.1)
  380. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,-0.1)
  381. end
  382. for i = 1,2 do
  383. wait()
  384. game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.Angles(0,0,0.2)
  385. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,-0.2)
  386. end
  387. rhandweld:destroy()
  388. rshoulderclone.Parent = game.Players.LocalPlayer.Character.Torso
  389. lhandweld:destroy()
  390. lshoulderclone.Parent = game.Players.LocalPlayer.Character.Torso
  391. game.Players.LocalPlayer.Character.Torso.Neck.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  392. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  393. wait(1)
  394. for i = 1,100 do
  395. knife.Transparency = knife.Transparency - 0.01
  396. game:GetService("RunService").RenderStepped:wait()
  397. end
  398. using = false
  399. end
  400. end
  401. end
  402. function stab()
  403. if not using then
  404. using = true
  405. local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
  406. rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
  407. rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
  408. rhandweld.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  409. rhandweld.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  410. game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Remove()
  411. for i = 0,1 , 0.1 do
  412. wait()
  413. game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.new():lerp(CFrame.Angles(0,0,0.3),i)
  414. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-0.3),i)
  415. rhandweld.C0 = rhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-0.2),i)
  416. end
  417. for i = 1,2 do
  418. wait()
  419. game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.Angles(0,0,0.1)
  420. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,-0.1)
  421. rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,0,-0.1)
  422. end
  423. wait(0.2)
  424. local se = Instance.new("Part", knife)
  425. se.Size = Vector3.new(1, 1, 3)
  426. se:BreakJoints()
  427. se.Transparency = 1
  428. se.CanCollide = false
  429. local dmgweld = Instance.new("Weld", se)
  430. dmgweld.Part0 = knife
  431. dmgweld.Part1 = se
  432. dmgweld.C0 = dmgweld.C0 * CFrame.new(0,0,1)
  433. local function dmg(part)
  434. local hum = part.Parent:findFirstChild("Humanoid")
  435. if hum then
  436. se:destroy()
  437. khit:Play()
  438. hum.Health = 0
  439. hum.Parent.Archivable = true
  440. clone = hum.Parent:Clone()
  441. clone.Parent = workspace
  442. for i,v in pairs(clone:GetChildren()) do
  443. if v.ClassName == "Script" or v.ClassName == "LocalScript" then
  444. v:destroy()
  445. end
  446. for i,p in pairs(v:GetChildren()) do
  447. if p.ClassName == "Weld" or p.ClassName == "Motor6D" or p.ClassName == "BodyVelocity" then
  448. p:destroy()
  449. end
  450. end
  451. end
  452. for i,t in pairs(hum.Parent:GetChildren()) do
  453. if t.ClassName == "Accessory" or t.ClassName == "ForceField" then
  454. t:destroy()
  455. end
  456. end
  457. vel = Instance.new("BodyVelocity", clone.Torso)
  458. vel.Velocity = clone.Torso.CFrame.lookVector * -5
  459. vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  460. local faic = clone.Head:findFirstChild("face")
  461. if faic then
  462. clone.Head.face.Texture = "http://www.roblox.com/asset/?id=73070067"
  463. end
  464. using = false
  465. hit = Instance.new("Sound", clone.Torso)
  466. hit.SoundId = "rbxassetid://260430060"
  467. hit.Volume = 5
  468. hit1 = Instance.new("Sound", clone.Torso)
  469. hit1.SoundId = "rbxassetid://138087186"
  470. hit1.Volume = 5
  471. hit2 = Instance.new("Sound", clone.Torso)
  472. hit2.SoundId = "rbxassetid://131237241"
  473. hit2.Volume = 5
  474. hit3 = Instance.new("Sound", clone.Torso)
  475. hit3.SoundId = "rbxassetid://278062209"
  476. ded = Instance.new("Sound", clone.Torso)
  477. ded.SoundId = "rbxassetid://162194585"
  478. ded.Volume = 0.5
  479. local leftarm = clone:findFirstChild("Left Arm")
  480. local rightrm = clone:findFirstChild("Right Arm")
  481. local leftleg = clone:findFirstChild("Left Leg")
  482. local rightleg = clone:findFirstChild("Right Leg")
  483. local head = clone:findFirstChild("Head")
  484. for i, g in pairs(hum.Parent:GetChildren()) do
  485. if g.ClassName == "Part" then
  486. g:destroy()
  487. end
  488. end
  489. for i, h in pairs(hum.Parent:GetChildren()) do
  490. if h.ClassName == "Accesory" then
  491. h:destroy()
  492. end
  493. end
  494. if head ~= nil then
  495. local glue13 = Instance.new("Glue", clone.Torso)
  496. glue13.Part0 = clone.Torso
  497. glue13.Part1 = head
  498. glue13.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  499. glue13.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  500. local collider13 = Instance.new("Part", head)
  501. collider13.Position = Vector3.new(0,999,0)
  502. collider13.Size = Vector3.new(0.5, 0.9, 0.7)
  503. collider13.Shape = "Cylinder"
  504. collider13.Transparency = 1
  505. local weld = Instance.new("Weld", collider13)
  506. weld.Part0 = head
  507. weld.Part1 = collider13
  508. weld.C0 = CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  509. collider13.TopSurface = "Smooth"
  510. collider13.BottomSurface = "Smooth"
  511. collider13.formFactor = "Symmetric"
  512. end
  513. if leftleg ~= nil then
  514. local glue = Instance.new("Glue", clone.Torso)
  515. glue.Part0 = clone.Torso
  516. glue.Part1 = leftleg
  517. glue.Name = "Left leg"
  518. local collider = Instance.new("Part", leftleg)
  519. collider.Position = Vector3.new(0,999,0)
  520. collider.Size = Vector3.new(1.5, 1, 1)
  521. collider.Shape = "Cylinder"
  522. local weld = Instance.new("Weld", collider)
  523. weld.Part0 = leftleg
  524. weld.Part1 = collider
  525. weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  526. collider.TopSurface = "Smooth"
  527. collider.BottomSurface = "Smooth"
  528. collider.formFactor = "Symmetric"
  529. glue.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  530. glue.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  531. collider.Transparency = 1
  532. end
  533. ------------
  534. if rightleg ~= nil then
  535. local glue1 = Instance.new("Glue", clone.Torso)
  536. glue1.Part0 = clone.Torso
  537. glue1.Part1 = rightleg
  538. glue1.Name = "Right leg"
  539. local collider1 = Instance.new("Part", rightleg)
  540. collider1.Position = Vector3.new(0,999,0)
  541. collider1.Size = Vector3.new(1.5, 1, 1)
  542. collider1.Shape = "Cylinder"
  543. local weld1 = Instance.new("Weld", collider1)
  544. weld1.Part0 = rightleg
  545. weld1.Part1 = collider1
  546. weld1.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  547. collider1.TopSurface = "Smooth"
  548. collider1.BottomSurface = "Smooth"
  549. collider1.formFactor = "Symmetric"
  550. glue1.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  551. glue1.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  552. collider1.Transparency = 1
  553. end
  554. ------------
  555. if rightrm ~= nil then
  556. local glue11 = Instance.new("Glue", clone.Torso)
  557. glue11.Part0 = clone.Torso
  558. glue11.Part1 = rightrm
  559. glue11.Name = "Right shoulder"
  560. local collider11 = Instance.new("Part", rightrm)
  561. collider11.Position = Vector3.new(0,9999,0)
  562. collider11.Size = Vector3.new(1.5,1,1)
  563. collider11.Shape = "Cylinder"
  564. local weld11 = Instance.new("Weld", collider11)
  565. weld11.Part0 = rightrm
  566. weld11.Part1 = collider11
  567. weld11.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  568. collider11.TopSurface = "Smooth"
  569. collider11.BottomSurface = "Smooth"
  570. collider11.formFactor = "Symmetric"
  571. glue11.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  572. glue11.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  573. collider11.Transparency = 1
  574. end
  575. ------------
  576. if leftarm ~= nil then
  577. local glue111 = Instance.new("Glue", clone.Torso)
  578. glue111.Part0 = clone.Torso
  579. glue111.Part1 = leftarm
  580. glue111.Name = "Left shoulder"
  581. local collider111 = Instance.new("Part", leftarm)
  582. collider111.Position = Vector3.new(0,9999,0)
  583. collider111.Size = Vector3.new(1.5,1,1)
  584. collider111.Shape = "Cylinder"
  585. local weld111 = Instance.new("Weld", collider111)
  586. weld111.Part0 = leftarm
  587. weld111.Part1 = collider111
  588. weld111.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  589. collider111.TopSurface = "Smooth"
  590. collider111.BottomSurface = "Smooth"
  591. collider111.formFactor = "Symmetric"
  592. glue111.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  593. glue111.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  594. collider111.Transparency = 1
  595. ----------------
  596. sensoring = Instance.new("Part", clone.Torso)
  597. sensoring.Size = Vector3.new(1.2,1.1,0.8)
  598. sensoring.CanCollide = false
  599. sensoring.Position = clone.Torso.Position
  600. local welder = Instance.new("Weld", sensoring)
  601. welder.Part0 = clone.Torso
  602. welder.Part1 = sensoring
  603. welder.C0 = welder.C0 * CFrame.new(0,0,1.05)
  604. sensoring.Transparency = 1
  605. -----------------
  606. sensoring1 = Instance.new("Part", clone.Torso)
  607. sensoring1.Size = Vector3.new(1.2,1.1,0.8)
  608. sensoring1.CanCollide = false
  609. sensoring1.Position = clone.Torso.Position
  610. local welder1 = Instance.new("Weld", sensoring)
  611. welder1.Part0 = clone.Torso
  612. welder1.Part1 = sensoring1
  613. welder1.C0 = welder1.C0 * CFrame.new(0,0,-1.05)
  614. sensoring1.Transparency = 1
  615. end
  616. clone.Name = hum.Parent.Name.." (TOADRAPED)"
  617. ded:Play()
  618. vel:destroy()
  619. wait(0.5)
  620. local function touch()
  621. if not using then
  622. using = true
  623. local Math = math.random(1,4)
  624. if Math == 1 then
  625. hit:Play()
  626. end
  627. if Math == 2 then
  628. hit1:Play()
  629. end
  630. if Math == 3 then
  631. hit2:Play()
  632. end
  633. if Math == 4 then
  634. hit3:Play()
  635. end
  636. wait(0.1)
  637. using = false
  638. end
  639. end
  640. sensoring.Touched:connect(touch)
  641. sensoring1.Touched:connect(touch)
  642. end
  643. end
  644. se.Touched:connect(dmg)
  645. for i = 0,1 , 0.1 do
  646. wait()
  647. game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-0.4),i)
  648. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new():lerp(CFrame.Angles(0,0,0.4),i)
  649. rhandweld.C0 = rhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,0.4),i)
  650. end
  651. kswoosh:Play()
  652. for i = 1,2 do
  653. wait()
  654. game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.Angles(0,0,-0.2)
  655. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.Angles(0,0,0.2)
  656. rhandweld.C0 = rhandweld.C0 * CFrame.Angles(0,0,0.2)
  657. end
  658. wait(0.1)
  659. for i = 0,1 , 0.1 do
  660. wait()
  661. game.Players.LocalPlayer.Character.Torso.Neck.C0 = game.Players.LocalPlayer.Character.Torso.Neck.C0 * CFrame.new():lerp(CFrame.Angles(0,0,0.2),i)
  662. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-0.2),i)
  663. rhandweld.C0 = rhandweld.C0 * CFrame.new():lerp(CFrame.Angles(0,0,-0.2),i)
  664. end
  665. se:destroy()
  666. game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint.C0 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  667. game.Players.LocalPlayer.Character.Torso.Neck.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  668. rhandweld:destroy()
  669. rshoulderclone.Parent = game.Players.LocalPlayer.Character.Torso
  670. using = false
  671. end
  672. end
  673. mouse.Button1Down:connect(stab)
  674. mouse.KeyDown:connect(throw)
  675. --0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0
  676. --0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0
  677. --[[
  678. local vel = Instance.new("BodyVelocity", game.Players.LocalPlayer.Character.Torso)
  679. vel.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector * -5
  680. vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  681. --]]
  682. --By Rufus14 (FINALLY I KNOW HOW TO MAKE A RAGDOLL :D)
  683. --die plz
  684. mouse = game.Players.LocalPlayer:GetMouse()
  685. function ragdoll()
  686. game.Players.LocalPlayer.Character.Archivable = true
  687. clone = game.Players.LocalPlayer.Character:Clone()
  688. clone.Parent = workspace
  689. for i,v in pairs(clone:GetChildren()) do
  690. if v.ClassName == "Script" or v.ClassName == "LocalScript" then
  691. v:destroy()
  692. end
  693. for i,p in pairs(v:GetChildren()) do
  694. if p.ClassName == "Weld" or p.ClassName == "Motor6D" or p.ClassName == "BodyVelocity" then
  695. p:destroy()
  696. end
  697. end
  698. end
  699. for i,t in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  700. if t.ClassName == "Accessory" or t.ClassName == "ForceField" then
  701. t:destroy()
  702. end
  703. end
  704. vel = Instance.new("BodyVelocity", clone.Torso)
  705. vel.Velocity = clone.Torso.CFrame.lookVector * -5
  706. vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  707. clone.Head.face.Texture = "http://www.roblox.com/asset/?id=73070067"
  708. using = false
  709. hit = Instance.new("Sound", clone.Torso)
  710. hit.SoundId = "rbxassetid://260430060"
  711. hit.Volume = 5
  712. hit1 = Instance.new("Sound", clone.Torso)
  713. hit1.SoundId = "rbxassetid://138087186"
  714. hit1.Volume = 5
  715. hit2 = Instance.new("Sound", clone.Torso)
  716. hit2.SoundId = "rbxassetid://131237241"
  717. hit2.Volume = 5
  718. hit3 = Instance.new("Sound", clone.Torso)
  719. hit3.SoundId = "rbxassetid://278062209"
  720. hit3.Volume = 5
  721. hit3.TimePosition = 0.33
  722. ded = Instance.new("Sound", clone.Torso)
  723. ded.SoundId = "rbxassetid://418892870"
  724. ded.Volume = 5
  725. local leftarm = clone:findFirstChild("Left Arm")
  726. local rightrm = clone:findFirstChild("Right Arm")
  727. local leftleg = clone:findFirstChild("Left Leg")
  728. local rightleg = clone:findFirstChild("Right Leg")
  729. local head = clone:findFirstChild("Head")
  730. for i, g in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  731. if g.ClassName == "Part" then
  732. g:destroy()
  733. end
  734. end
  735. for i, h in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  736. if h.ClassName == "Accesory" then
  737. h:destroy()
  738. end
  739. end
  740. game.Workspace.CurrentCamera.CameraSubject = head
  741. if head ~= nil then
  742. local glue13 = Instance.new("Glue", clone.Torso)
  743. glue13.Part0 = clone.Torso
  744. glue13.Part1 = head
  745. glue13.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  746. glue13.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  747. local collider13 = Instance.new("Part", head)
  748. collider13.Position = Vector3.new(0,999,0)
  749. collider13.Size = Vector3.new(0.5, 0.9, 0.7)
  750. collider13.Shape = "Cylinder"
  751. collider13.Transparency = 1
  752. local weld = Instance.new("Weld", collider13)
  753. weld.Part0 = head
  754. weld.Part1 = collider13
  755. weld.C0 = CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  756. collider13.TopSurface = "Smooth"
  757. collider13.BottomSurface = "Smooth"
  758. collider13.formFactor = "Symmetric"
  759. end
  760. if leftleg ~= nil then
  761. local glue = Instance.new("Glue", clone.Torso)
  762. glue.Part0 = clone.Torso
  763. glue.Part1 = leftleg
  764. glue.Name = "Left leg"
  765. local collider = Instance.new("Part", leftleg)
  766. collider.Position = Vector3.new(0,999,0)
  767. collider.Size = Vector3.new(1.5, 1, 1)
  768. collider.Shape = "Cylinder"
  769. local weld = Instance.new("Weld", collider)
  770. weld.Part0 = leftleg
  771. weld.Part1 = collider
  772. weld.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  773. collider.TopSurface = "Smooth"
  774. collider.BottomSurface = "Smooth"
  775. collider.formFactor = "Symmetric"
  776. glue.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  777. glue.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  778. collider.Transparency = 1
  779. end
  780. ------------
  781. if rightleg ~= nil then
  782. local glue1 = Instance.new("Glue", clone.Torso)
  783. glue1.Part0 = clone.Torso
  784. glue1.Part1 = rightleg
  785. glue1.Name = "Right leg"
  786. local collider1 = Instance.new("Part", rightleg)
  787. collider1.Position = Vector3.new(0,999,0)
  788. collider1.Size = Vector3.new(1.5, 1, 1)
  789. collider1.Shape = "Cylinder"
  790. local weld1 = Instance.new("Weld", collider1)
  791. weld1.Part0 = rightleg
  792. weld1.Part1 = collider1
  793. weld1.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  794. collider1.TopSurface = "Smooth"
  795. collider1.BottomSurface = "Smooth"
  796. collider1.formFactor = "Symmetric"
  797. glue1.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  798. glue1.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  799. collider1.Transparency = 1
  800. end
  801. ------------
  802. if rightrm ~= nil then
  803. local glue11 = Instance.new("Glue", clone.Torso)
  804. glue11.Part0 = clone.Torso
  805. glue11.Part1 = rightrm
  806. glue11.Name = "Right shoulder"
  807. local collider11 = Instance.new("Part", rightrm)
  808. collider11.Position = Vector3.new(0,9999,0)
  809. collider11.Size = Vector3.new(1.5,1,1)
  810. collider11.Shape = "Cylinder"
  811. local weld11 = Instance.new("Weld", collider11)
  812. weld11.Part0 = rightrm
  813. weld11.Part1 = collider11
  814. weld11.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  815. collider11.TopSurface = "Smooth"
  816. collider11.BottomSurface = "Smooth"
  817. collider11.formFactor = "Symmetric"
  818. glue11.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  819. glue11.C1 = CFrame.new(0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  820. collider11.Transparency = 1
  821. end
  822. ------------
  823. if leftarm ~= nil then
  824. local glue111 = Instance.new("Glue", clone.Torso)
  825. glue111.Part0 = clone.Torso
  826. glue111.Part1 = leftarm
  827. glue111.Name = "Left shoulder"
  828. local collider111 = Instance.new("Part", leftarm)
  829. collider111.Position = Vector3.new(0,9999,0)
  830. collider111.Size = Vector3.new(1.5,1,1)
  831. collider111.Shape = "Cylinder"
  832. local weld111 = Instance.new("Weld", collider111)
  833. weld111.Part0 = leftarm
  834. weld111.Part1 = collider111
  835. weld111.C0 = CFrame.new(0,-0.2,0) * CFrame.fromEulerAnglesXYZ(0, 0, math.pi/2)
  836. collider111.TopSurface = "Smooth"
  837. collider111.BottomSurface = "Smooth"
  838. collider111.formFactor = "Symmetric"
  839. glue111.C0 = CFrame.new(-1.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  840. glue111.C1 = CFrame.new(0, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  841. collider111.Transparency = 1
  842. ----------------
  843. sensoring = Instance.new("Part", clone.Torso)
  844. sensoring.Size = Vector3.new(1.2,1.1,0.8)
  845. sensoring.CanCollide = false
  846. sensoring.Position = clone.Torso.Position
  847. local welder = Instance.new("Weld", sensoring)
  848. welder.Part0 = clone.Torso
  849. welder.Part1 = sensoring
  850. welder.C0 = welder.C0 * CFrame.new(0,0,1.05)
  851. sensoring.Transparency = 1
  852. -----------------
  853. sensoring1 = Instance.new("Part", clone.Torso)
  854. sensoring1.Size = Vector3.new(1.2,1.1,0.8)
  855. sensoring1.CanCollide = false
  856. sensoring1.Position = clone.Torso.Position
  857. local welder1 = Instance.new("Weld", sensoring)
  858. welder1.Part0 = clone.Torso
  859. welder1.Part1 = sensoring1
  860. welder1.C0 = welder1.C0 * CFrame.new(0,0,-1.05)
  861. sensoring1.Transparency = 1
  862. end
  863. clone.Name = game.Players.LocalPlayer.Character.Name.." (TOADRAPED)"
  864. ded:Play()
  865. vel:destroy()
  866. wait(0.5)
  867. local function touch()
  868. if not using then
  869. using = true
  870. local Math = math.random(1,4)
  871. if Math == 1 then
  872. hit:Play()
  873. end
  874. if Math == 2 then
  875. hit1:Play()
  876. end
  877. if Math == 3 then
  878. hit2:Play()
  879. end
  880. if Math == 4 then
  881. hit3:Play()
  882. end
  883. wait(0.1)
  884. using = false
  885. end
  886. end
  887. sensoring.Touched:connect(touch)
  888. sensoring1.Touched:connect(touch)
  889. while true do
  890. if head ~= nil then
  891. head.CanCollide = false
  892. end
  893. game:GetService("RunService").Stepped:wait()
  894. end
  895. end
  896.  
  897. game.Players.LocalPlayer.Character.Humanoid.Died:connect(ragdoll)
  898.  
  899. --di ent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement