Advertisement
Guest User

Kidnap script

a guest
Nov 10th, 2017
13,528
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 214.44 KB | None | 2 1
  1. -- Objects
  2.  
  3. local KidnapGui = Instance.new("ScreenGui")
  4. local Gui = Instance.new("Frame")
  5. local Credits = Instance.new("TextLabel")
  6. local Username = Instance.new("TextBox")
  7. local grabKnife = Instance.new("TextButton")
  8. local FreeCandyPlayer = Instance.new("TextButton")
  9. local Close = Instance.new("TextButton")
  10. local Open = Instance.new("TextButton")
  11.  
  12. -- Properties
  13.  
  14. KidnapGui.Name = "Kidnap Gui"
  15. KidnapGui.Parent = game.Players.LocalPlayer.PlayerGui
  16.  
  17. Gui.Name = "Gui"
  18. Gui.Parent = KidnapGui
  19. Gui.BackgroundColor3 = Color3.new(1, 1, 1)
  20. Gui.Position = UDim2.new(0.284442365, 0, 0.155075192, 0)
  21. Gui.Size = UDim2.new(0, 542, 0, 367)
  22. Gui.Style = Enum.FrameStyle.DropShadow
  23.  
  24. Credits.Name = "Credits"
  25. Credits.Parent = Gui
  26. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  27. Credits.BackgroundTransparency = 1
  28. Credits.Position = UDim2.new(0.0204872508, 0, 0.000915899873, 0)
  29. Credits.Size = UDim2.new(0, 504, 0, 33)
  30. Credits.Font = Enum.Font.SciFi
  31. Credits.FontSize = Enum.FontSize.Size14
  32. Credits.Text = "By NewBleuguy On Youtube"
  33. Credits.TextColor3 = Color3.new(0.333333, 1, 1)
  34. Credits.TextSize = 14
  35.  
  36. Username.Name = "Username"
  37. Username.Parent = Gui
  38. Username.BackgroundColor3 = Color3.new(0, 0, 0)
  39. Username.Position = UDim2.new(0.308118075, 0, 0.332425058, 0)
  40. Username.Size = UDim2.new(0, 200, 0, 50)
  41. Username.Font = Enum.Font.SciFi
  42. Username.FontSize = Enum.FontSize.Size14
  43. Username.Text = "Username"
  44. Username.TextColor3 = Color3.new(0.333333, 1, 1)
  45. Username.TextSize = 14
  46.  
  47. grabKnife.Name = "grab Knife"
  48. grabKnife.Parent = Gui
  49. grabKnife.BackgroundColor3 = Color3.new(0, 0, 0)
  50. grabKnife.Position = UDim2.new(0.00553505542, 0, 0.861035407, 0)
  51. grabKnife.Size = UDim2.new(0, 200, 0, 50)
  52. grabKnife.Font = Enum.Font.SciFi
  53. grabKnife.FontSize = Enum.FontSize.Size14
  54. grabKnife.Text = "Grab knife"
  55. grabKnife.TextColor3 = Color3.new(0.333333, 1, 1)
  56. grabKnife.TextSize = 14
  57.  
  58. grabKnife.MouseButton1Down:connect(function()
  59. math.randomseed(tick())
  60. local player = game.Players.LocalPlayer
  61. local rekt = {}
  62. local paralyzed = false
  63. local curpoint = nil
  64. local curpart = nil
  65. local finishnum = 1
  66. local zombiemode = false
  67. local zombies = {}
  68. local lastgui = nil
  69. local mouse = player:GetMouse()
  70.  
  71. function getplr(char)
  72. local plr = nil
  73. for i,v in pairs(game.Players:GetChildren()) do
  74. if v.Character == char then
  75. plr = v
  76. end
  77. end
  78. return plr
  79. end
  80.  
  81. function bleed(frick)
  82. while frick.Parent ~= nil do
  83. local reeee = coroutine.wrap(function()
  84. local thing = Instance.new('Part',game.Workspace)
  85. thing.Size = Vector3.new(0.2,0.2,0.2)
  86. thing.CFrame = frick.CFrame
  87. thing.Shape = Enum.PartType.Ball
  88. thing.CFrame = frick.CFrame
  89. thing.Transparency = 1
  90. thing.BrickColor = BrickColor.new('Maroon')
  91. thing.Material = Enum.Material.SmoothPlastic
  92. thing.Name = "Blood"
  93. thing.CanCollide =false
  94. local rawrxd = Instance.new('BodyForce',thing)
  95. rawrxd.Force = frick.CFrame.upVector*(math.random()*2)+Vector3.new(math.random(-5, 5)/10,1.5,0)
  96. local coru = coroutine.wrap(function()
  97. wait(0.01)
  98. rawrxd:Destroy()
  99. end)
  100. coru()
  101. local ree = Instance.new('ParticleEmitter',thing)
  102. ree.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.fromRGB(100,0,0)),ColorSequenceKeypoint.new
  103.  
  104. (1,Color3.fromRGB(100,0,0))})
  105. ree.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.1),NumberSequenceKeypoint.new(1,0.1)})
  106. ree.Texture = 'rbxassetid://867743272'
  107. ree.Lifetime = NumberRange.new(0.4)
  108. ree.Rate = 50
  109. ree.LockedToPart = true
  110. ree.Speed = NumberRange.new(0, 2)
  111.  
  112. thing.Touched:connect(function(tou)
  113. if tou.Parent and tou.Parent:IsA('Tool') == false and tou.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil
  114.  
  115. and tou.Parent:FindFirstChildOfClass('Humanoid') == nil and tou.Name ~= "Blood" and tou.Parent.Name ~= "Projectile" and
  116.  
  117. tou.Parent.Name ~= "big ass knife" and tou.Parent ~= player.Character and tou.Parent.ClassName ~= "Accessory" and tou.Parent.Name
  118.  
  119. ~= "bitch ass knife" then
  120. local pos = Vector3.new(thing.Position.X,(tou.Position.Y+(tou.Size.Y/2))+0.02,thing.Position.Z)
  121. thing:Destroy()
  122. if tou.Name == "BloodPuddle" then
  123. local reee = tou.CFrame
  124. if tou.Transparency > -0.2 then
  125. tou.Transparency = tou.Transparency -0.1
  126. end
  127. if tou.Size.X < 10 then
  128. tou.Size = tou.Size+Vector3.new(0.1,0,0.1)
  129. tou.CFrame = reee
  130. end
  131. else
  132. local bloodlol = Instance.new('Part',workspace)
  133. bloodlol.Size=Vector3.new(1,0.2,1)
  134. bloodlol.Name = "BloodPuddle"
  135. bloodlol.Anchored = true
  136. bloodlol.CanCollide = false
  137. bloodlol.Material = Enum.Material.SmoothPlastic
  138. bloodlol.BrickColor = BrickColor.new('Maroon')
  139. local cyl = Instance.new('CylinderMesh',bloodlol)
  140. cyl.Scale = Vector3.new(1,0.1,1)
  141. bloodlol.CFrame = CFrame.new(pos)
  142. local coru=coroutine.wrap(function()
  143. while bloodlol.Parent ~= nil do
  144. if bloodlol.Transparency < 1 then
  145. bloodlol.Transparency = bloodlol.Transparency+0.05
  146. else
  147. bloodlol:Destroy()
  148. end
  149. wait(0.1)
  150. end
  151. end)
  152. coru()
  153. end
  154. end
  155. end)
  156. local coru = coroutine.wrap(function()
  157. wait(1)
  158. thing:Destroy()
  159. end)
  160. coru()
  161. end)
  162. reeee()
  163. wait()
  164. end
  165. end
  166.  
  167. function killz(playa,hitz,kneef,explode,pool,head,charred,override)
  168. local soundy = false
  169. local heyy = hitz
  170. if hitz == "Right Arm" then
  171. local Limb = playa:FindFirstChild("Right Arm")
  172. local ters = playa:FindFirstChild('Torso')
  173. if Limb and ters then
  174. if ters:FindFirstChild('Right Shoulder') then ters["Right Shoulder"]:Destroy() end
  175. for i,v in pairs(Limb:GetChildren()) do
  176. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  177. v:Destroy()
  178. end
  179. end
  180. Limb.CFrame = ters.CFrame * CFrame.new(1.5, 0, 0)
  181. local Joint = Instance.new("Rotate")
  182. Joint.Name = "RightShoulder"
  183. Joint.Part0 = ters
  184. Joint.Part1 = Limb
  185. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  186. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  187. Joint.Parent = ters
  188. if charred and zombiemode == false then
  189. Limb.BrickColor = BrickColor.new('Black')
  190. local fire = Instance.new('Fire',Limb)
  191. fire.Heat = 5
  192. fire.Size = 5
  193. game:GetService('Debris'):AddItem(fire,2)
  194. local coru=coroutine.wrap(function()
  195. wait(2)
  196. for i,v in pairs(Limb:GetChildren()) do
  197. if v:IsA('ParticleEmitter') then
  198. v:Destroy()
  199. end
  200. end
  201. end)
  202. coru()
  203. end
  204. local B = Instance.new("Part")
  205. B.TopSurface = 0
  206. B.BottomSurface = 0
  207. B.formFactor = "Symmetric"
  208. B.Size = Vector3.new(1, 1, 1)
  209. B.Transparency = 1
  210. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  211. B.Parent = playa
  212. local W = Instance.new("Weld")
  213. W.Part0 = Limb
  214. W.Part1 = B
  215. W.C0 = CFrame.new(0, -0.5, 0)
  216. W.Parent = Limb
  217. if kneef then
  218. local coru = coroutine.wrap(function()
  219. local uno = Instance.new('Part',workspace)
  220. local dos = Instance.new('Part',workspace)
  221. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  222. dos.CFrame = kneef["big ass knife"].CFrame
  223. local weld = Instance.new('Weld',kneef["big ass knife"])
  224. weld.Part0 = playa:FindFirstChild(hitz)
  225. weld.Part1 = kneef["big ass knife"]
  226. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  227. uno:Destroy()
  228. dos:Destroy()
  229. playa:FindFirstChild(hitz).Anchored = false
  230. for i, v in pairs(kneef:GetChildren()) do
  231. if v:IsA('BasePart') then
  232. v.Anchored = false
  233. end
  234. end
  235. if zombiemode == false or override then
  236. wait()
  237. end
  238. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  239. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  240. end
  241. local bleedpart = Instance.new("Part", kneef)
  242. bleedpart.CanCollide = false
  243. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  244. bleedpart.CFrame = kneef["big ass knife"].CFrame
  245. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  246. bleedpart.Transparency = 1
  247.  
  248. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  249. bleedpartweld.Part0 = kneef["big ass knife"]
  250. bleedpartweld.Part1 = bleedpart
  251. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  252. local coru = coroutine.wrap(function()
  253. bleed(bleedpart)
  254. end)
  255. coru()
  256. game:GetService('Debris'):AddItem(bleedpart,2)
  257. end)
  258. coru()
  259. end
  260. end
  261. elseif hitz == "Left Arm" then
  262. local Limb = playa:FindFirstChild("Left Arm")
  263. local ters = playa:FindFirstChild('Torso')
  264. if Limb and ters then
  265. if ters:FindFirstChild('Left Shoulder') then ters["Left Shoulder"]:Destroy() end
  266. for i,v in pairs(Limb:GetChildren()) do
  267. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  268. v:Destroy()
  269. end
  270. end
  271. Limb.CFrame = ters.CFrame * CFrame.new(-1.5, 0, 0)
  272. local Joint = Instance.new("Rotate")
  273. Joint.Name = "LeftShoulder"
  274. Joint.Part0 = ters
  275. Joint.Part1 = Limb
  276. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  277. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  278. Joint.Parent = ters
  279. if charred and zombiemode == false then
  280. Limb.BrickColor = BrickColor.new('Black')
  281. local fire = Instance.new('Fire',Limb)
  282. fire.Heat = 5
  283. fire.Size = 5
  284. game:GetService('Debris'):AddItem(fire,2)
  285. local coru=coroutine.wrap(function()
  286. wait(2)
  287. for i,v in pairs(Limb:GetChildren()) do
  288. if v:IsA('ParticleEmitter') then
  289. v:Destroy()
  290. end
  291. end
  292. end)
  293. coru()
  294. end
  295.  
  296. local B = Instance.new("Part")
  297. B.TopSurface = 0
  298. B.BottomSurface = 0
  299. B.formFactor = "Symmetric"
  300. B.Size = Vector3.new(1, 1, 1)
  301. B.CanCollide = true
  302. B.Transparency = 1
  303. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  304. B.Parent = playa
  305. local W = Instance.new("Weld")
  306. W.Part0 = ters
  307. W.Part1 = B
  308. W.C0 = CFrame.new(0, -0.5, 0)
  309. W.Parent = Limb
  310. if kneef then
  311. local coru = coroutine.wrap(function()
  312. local uno = Instance.new('Part',workspace)
  313. local dos = Instance.new('Part',workspace)
  314. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  315. dos.CFrame = kneef["big ass knife"].CFrame
  316. local weld = Instance.new('Weld',kneef["big ass knife"])
  317. weld.Part0 = playa:FindFirstChild(hitz)
  318. weld.Part1 = kneef["big ass knife"]
  319. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  320. uno:Destroy()
  321. dos:Destroy()
  322. playa:FindFirstChild(hitz).Anchored = false
  323. for i, v in pairs(kneef:GetChildren()) do
  324. if v:IsA('BasePart') then
  325. v.Anchored = false
  326. end
  327. end
  328. if zombiemode == false or override then
  329. wait()
  330. end
  331. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  332. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  333. end
  334. local bleedpart = Instance.new("Part", kneef)
  335. bleedpart.CanCollide = false
  336. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  337. bleedpart.CFrame = kneef["big ass knife"].CFrame
  338. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  339. bleedpart.Transparency = 1
  340.  
  341. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  342. bleedpartweld.Part0 = kneef["big ass knife"]
  343. bleedpartweld.Part1 = bleedpart
  344. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  345. local coru = coroutine.wrap(function()
  346. bleed(bleedpart)
  347. end)
  348. coru()
  349. game:GetService('Debris'):AddItem(bleedpart,2)
  350. end)
  351. coru()
  352. end
  353. end
  354. elseif hitz == "Right Leg" then
  355. local Limb = playa:FindFirstChild("Right Leg")
  356. local ters = playa:FindFirstChild('Torso')
  357. if Limb and ters then
  358. if ters:FindFirstChild('Right Hip') then ters["Right Hip"]:Destroy() end
  359. for i,v in pairs(Limb:GetChildren()) do
  360. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  361. v:Destroy()
  362. end
  363. end
  364. Limb.CFrame = ters.CFrame * CFrame.new(0.5, -2, 0)
  365. local Joint = Instance.new("Rotate")
  366. Joint.Name = "Right Hip"
  367. Joint.Part0 = ters
  368. Joint.Part1 = Limb
  369. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  370. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  371. Joint.Parent = ters
  372. if charred and zombiemode == false then
  373. Limb.BrickColor = BrickColor.new('Black')
  374. local fire = Instance.new('Fire',Limb)
  375. fire.Heat = 5
  376. fire.Size = 5
  377. game:GetService('Debris'):AddItem(fire,2)
  378. local coru=coroutine.wrap(function()
  379. wait(2)
  380. for i,v in pairs(Limb:GetChildren()) do
  381. if v:IsA('ParticleEmitter') then
  382. v:Destroy()
  383. end
  384. end
  385. end)
  386. coru()
  387. end
  388. local B = Instance.new("Part")
  389. B.TopSurface = 0
  390. B.BottomSurface = 0
  391. B.formFactor = "Symmetric"
  392. B.Size = Vector3.new(1, 1, 1)
  393. B.Transparency = 1
  394. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  395. B.Parent = playa
  396. local W = Instance.new("Weld")
  397. W.Part0 = Limb
  398. W.Part1 = B
  399. W.C0 = CFrame.new(0, -0.5, 0)
  400. W.Parent = Limb
  401. if kneef then
  402. local coru = coroutine.wrap(function()
  403. local uno = Instance.new('Part',workspace)
  404. local dos = Instance.new('Part',workspace)
  405. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  406. dos.CFrame = kneef["big ass knife"].CFrame
  407. local weld = Instance.new('Weld',kneef["big ass knife"])
  408. weld.Part0 = playa:FindFirstChild(hitz)
  409. weld.Part1 = kneef["big ass knife"]
  410. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  411. uno:Destroy()
  412. dos:Destroy()
  413. playa:FindFirstChild(hitz).Anchored = false
  414. for i, v in pairs(kneef:GetChildren()) do
  415. if v:IsA('BasePart') then
  416. v.Anchored = false
  417. end
  418. end
  419. if zombiemode == false or override then
  420. wait()
  421. end
  422. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  423. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  424. end
  425. local bleedpart = Instance.new("Part", kneef)
  426. bleedpart.CanCollide = false
  427. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  428. bleedpart.CFrame = kneef["big ass knife"].CFrame
  429. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  430. bleedpart.Transparency = 1
  431.  
  432. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  433. bleedpartweld.Part0 = kneef["big ass knife"]
  434. bleedpartweld.Part1 = bleedpart
  435. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  436. local coru = coroutine.wrap(function()
  437. bleed(bleedpart)
  438. end)
  439. coru()
  440. game:GetService('Debris'):AddItem(bleedpart,2)
  441. end)
  442. coru()
  443. end
  444. if playa then
  445. table.insert(rekt,playa)
  446. end
  447. end
  448. elseif hitz == "Left Leg" then
  449. local Limb = playa:FindFirstChild("Left Leg")
  450. local ters = playa:FindFirstChild('Torso')
  451. if Limb and ters then
  452. if ters:FindFirstChild('Left Hip') then ters["Left Hip"]:Destroy() end
  453. for i,v in pairs(Limb:GetChildren()) do
  454. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  455. v:Destroy()
  456. end
  457. end
  458. Limb.CFrame = ters.CFrame * CFrame.new(0.5, -2, 0)
  459. Limb.CFrame = ters.CFrame * CFrame.new(-0.5, -2, 0)
  460. local Joint = Instance.new("Rotate")
  461. Joint.Name = "LeftHip"
  462. Joint.Part0 = ters
  463. Joint.Part1 = Limb
  464. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  465. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  466. Joint.Parent = ters
  467. if charred and zombiemode == false then
  468. Limb.BrickColor = BrickColor.new('Black')
  469. local fire = Instance.new('Fire',Limb)
  470. fire.Heat = 5
  471. fire.Size = 5
  472. game:GetService('Debris'):AddItem(fire,2)
  473. local coru=coroutine.wrap(function()
  474. wait(2)
  475. for i,v in pairs(Limb:GetChildren()) do
  476. if v:IsA('ParticleEmitter') then
  477. v:Destroy()
  478. end
  479. end
  480. end)
  481. coru()
  482. end
  483.  
  484. local B = Instance.new("Part")
  485. B.TopSurface = 0
  486. B.BottomSurface = 0
  487. B.formFactor = "Symmetric"
  488. B.Size = Vector3.new(1, 1, 1)
  489. B.Transparency = 1
  490. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  491. B.Parent = playa
  492. local W = Instance.new("Weld")
  493. W.Part0 = Limb
  494. W.Part1 = B
  495. W.C0 = CFrame.new(0, -0.5, 0)
  496. W.Parent = Limb
  497. Limb.CanCollide = false
  498. if kneef then
  499. local coru = coroutine.wrap(function()
  500. local uno = Instance.new('Part',workspace)
  501. local dos = Instance.new('Part',workspace)
  502. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  503. dos.CFrame = kneef["big ass knife"].CFrame
  504. local weld = Instance.new('Weld',kneef["big ass knife"])
  505. weld.Part0 = playa:FindFirstChild(hitz)
  506. weld.Part1 = kneef["big ass knife"]
  507. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  508. uno:Destroy()
  509. dos:Destroy()
  510. playa:FindFirstChild(hitz).Anchored = false
  511. for i, v in pairs(kneef:GetChildren()) do
  512. if v:IsA('BasePart') then
  513. v.Anchored = false
  514. end
  515. end
  516. if zombiemode == false or override then
  517. wait()
  518. end
  519. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  520. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  521. end
  522. local bleedpart = Instance.new("Part", kneef)
  523. bleedpart.CanCollide = false
  524. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  525. bleedpart.CFrame = kneef["big ass knife"].CFrame
  526. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  527. bleedpart.Transparency = 1
  528.  
  529. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  530. bleedpartweld.Part0 = kneef["big ass knife"]
  531. bleedpartweld.Part1 = bleedpart
  532. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  533. local coru = coroutine.wrap(function()
  534. bleed(bleedpart)
  535. end)
  536. coru()
  537. game:GetService('Debris'):AddItem(bleedpart,2)
  538. end)
  539. coru()
  540. end
  541. if playa then
  542. table.insert(rekt,playa)
  543. end
  544. end
  545. elseif playa then
  546. if finishnum ~= 1 then
  547. local coru=coroutine.wrap(function()
  548. player.Character.Head.Psycho.Playing = true
  549. wait(3)
  550. player.Character.Head.Psycho.Playing = false
  551. end)
  552. coru()
  553. end
  554. local playa2 = playa
  555. playa.Archivable = true
  556. local playa = playa:Clone()
  557. playa.Archivable = false
  558. playa2:Destroy()
  559. playa.Parent = workspace
  560. local Gibs = game.Workspace
  561. local Torso = playa.Torso
  562. local Head = playa:FindFirstChild("Head")
  563. local function Scan(ch)
  564. local e
  565. for e = 1,#ch do
  566. Scan(ch[e]:GetChildren())
  567. if (ch[e].ClassName == "Weld" and ch[e]:FindFirstChild('Part1') and ch[e].Part1.Name ~= 'Projectile') or
  568.  
  569. ch[e].ClassName == "Motor6D" or ch[e].ClassName == "Rotate" or (ch[e]:IsA('BasePart') and ch[e].Size == Vector3.new(1, 1, 1)) then
  570. ch[e]:remove()
  571. end
  572. end
  573. end
  574. Scan(playa:GetChildren())
  575. if playa:FindFirstChild('HumanoidRootPart') and (zombiemode == false or override) then
  576. playa:FindFirstChild('HumanoidRootPart'):Destroy()
  577. end
  578. local hum2 = playa:FindFirstChildOfClass("Humanoid")
  579. if zombiemode == true and override == false then
  580. soundy = true
  581. end
  582. if string.sub(hum2.Parent.Name,string.len(hum2.Parent.Name)-8,string.len(hum2.Parent.Name)) ~= "'s Zombie" then
  583. override = true
  584. end
  585. if hum2 ~= nil then
  586. hum2.Name = "Humanoid2"
  587. hum2.Health = 0
  588. if zombiemode == false or override == true then
  589. table.insert(rekt,hum2.Parent)
  590. else
  591. local gyro = Instance.new('BodyGyro',Torso)
  592. hum2.PlatformStand = false
  593. for i,v in pairs(hum2.Parent.Torso:GetChildren()) do
  594. if v:IsA('BodyGyro') then v:Destroy() end
  595. end
  596. if playa:FindFirstChild('HumanoidRootPart') then
  597. hum2.Parent.HumanoidRootPart.CFrame = hum2.Parent.Torso.CFrame
  598. local weldcrucial = Instance.new('Weld',hum2.Parent.HumanoidRootPart)
  599. weldcrucial.Part0 = hum2.Parent.HumanoidRootPart
  600. weldcrucial.Part1 = hum2.Parent.Torso
  601. end
  602. end
  603. end
  604. local ch = playa:GetChildren()
  605. local i
  606. for i = 1,#ch do
  607. if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then
  608. ch[i]:remove()
  609. end
  610. end
  611.  
  612. if Head then
  613. local Neck = Instance.new("Weld")
  614. Neck.Name = "Neck"
  615. Neck.Part0 = Torso
  616. Neck.Part1 = Head
  617. if pool then
  618. local part = Instance.new('Part',Torso)
  619. part.Position = Vector3.new(0,10,0)
  620. part.Size = Vector3.new(0.2,0.2,0.2)
  621. part.Transparency = 1
  622. part.CanCollide = false
  623. local we = Instance.new('Weld',Torso)
  624. we.Part0 = Torso
  625. we.Part1 = part
  626. we.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  627. local coru=coroutine.wrap(function()
  628. bleed(part)
  629. end)
  630. coru()
  631. end
  632. if head == false or head == nil then
  633. Neck.C0 = CFrame.new(0, 1.5, 0)
  634. else
  635. Neck.C0 = CFrame.new(0, 1.5, 0.2)*CFrame.Angles(0.5, 0.25, 0.25)
  636. local bleedpart = Instance.new("Part", Torso)
  637. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  638. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  639. bleedpart.CanCollide = false
  640. bleedpart.Position = Head.Position + Vector3.new(0, 1, 0)
  641. bleedpart.Transparency = 1
  642.  
  643. local bleedpartweld = Instance.new("Weld", Torso)
  644. bleedpartweld.Part0 = Torso
  645. bleedpartweld.Part1 = bleedpart
  646. bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  647. local coru = coroutine.wrap(function()
  648. bleed(bleedpart)
  649. end)
  650. coru()
  651. end
  652. Neck.C1 = CFrame.new()
  653. Neck.Parent = Torso
  654. end
  655. local Limb = playa:FindFirstChild("Right Arm")
  656. if Limb then
  657.  
  658. Limb.CFrame = Torso.CFrame * CFrame.new(1.5, 0, 0)
  659. local Joint = Instance.new("Rotate")
  660. Joint.Name = "RightShoulder"
  661. Joint.Part0 = Torso
  662. Joint.Part1 = Limb
  663. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  664. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  665. Joint.Parent = Torso
  666.  
  667. local B = Instance.new("Part")
  668. B.TopSurface = 0
  669. B.BottomSurface = 0
  670. B.formFactor = "Symmetric"
  671. B.Size = Vector3.new(1, 1, 1)
  672. B.Transparency = 1
  673. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  674. B.Parent = playa
  675. local W = Instance.new("Weld")
  676. W.Part0 = Limb
  677. W.Part1 = B
  678. W.C0 = CFrame.new(0, -0.5, 0)
  679. W.Parent = Limb
  680. end
  681. local Limb = playa:FindFirstChild("Left Arm")
  682. if Limb then
  683.  
  684. Limb.CFrame = Torso.CFrame * CFrame.new(-1.5, 0, 0)
  685. local Joint = Instance.new("Rotate")
  686. Joint.Name = "LeftShoulder"
  687. Joint.Part0 = Torso
  688. Joint.Part1 = Limb
  689. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  690. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  691. Joint.Parent = Torso
  692.  
  693. local B = Instance.new("Part")
  694. B.TopSurface = 0
  695. B.BottomSurface = 0
  696. B.formFactor = "Symmetric"
  697. B.Size = Vector3.new(1, 1, 1)
  698. B.Transparency = 1
  699. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  700. B.Parent = playa
  701. local W = Instance.new("Weld")
  702. W.Part0 = Limb
  703. W.Part1 = B
  704. W.C0 = CFrame.new(0, -0.5, 0)
  705. W.Parent = Limb
  706. end
  707. local Limb = playa:FindFirstChild("Right Leg")
  708. if Limb then
  709. Limb.CanCollide = false
  710. Limb.CFrame = Torso.CFrame * CFrame.new(0.5, -2, 0)
  711. local Joint = Instance.new("Rotate")
  712. Joint.Name = "RightHip"
  713. Joint.Part0 = Torso
  714. Joint.Part1 = Limb
  715. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  716. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  717. Joint.Parent = Torso
  718.  
  719. local B = Instance.new("Part")
  720. B.TopSurface = 0
  721. B.BottomSurface = 0
  722. B.formFactor = "Symmetric"
  723. B.Size = Vector3.new(1, 1, 1)
  724. B.Transparency = 1
  725. B.CanCollide = true
  726. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  727. B.Parent = playa
  728. local W = Instance.new("Weld")
  729. W.Part0 = Limb
  730. W.Part1 = B
  731. W.C0 = CFrame.new(0, -0.5, 0)
  732. W.Parent = Limb
  733. end
  734. local Limb = playa:FindFirstChild("Left Leg")
  735. if Limb then
  736. Limb.CanCollide = false
  737. Limb.CFrame = Torso.CFrame * CFrame.new(-0.5, -2, 0)
  738. local Joint = Instance.new("Rotate")
  739. Joint.Name = "LeftHip"
  740. Joint.Part0 = Torso
  741. Joint.Part1 = Limb
  742. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  743. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  744. Joint.Parent = Torso
  745.  
  746. local B = Instance.new("Part")
  747. B.TopSurface = 0
  748. B.BottomSurface = 0
  749. if zombiemode == false or override then
  750. B.CanCollide = true
  751. end
  752. B.formFactor = "Symmetric"
  753. B.Size = Vector3.new(1, 1, 1)
  754. B.Transparency = 1
  755. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  756. B.Parent = playa
  757. local W = Instance.new("Weld")
  758. W.Part0 = Limb
  759. W.Part1 = B
  760. W.C0 = CFrame.new(0, -0.5, 0)
  761. W.Parent = Limb
  762. end
  763. --[[
  764. local Bar = Instance.new("Part")
  765. Bar.TopSurface = 0
  766. Bar.BottomSurface = 0
  767. Bar.formFactor = "Symmetric"
  768. Bar.Size = Vector3.new(1, 1, 1)
  769. Bar.Transparency = 1
  770. Bar.CFrame = Torso.CFrame * CFrame.new(0, 0.5, 0)
  771. Bar.Parent = playa
  772. local Weld = Instance.new("Weld")
  773. Weld.Part0 = Torso
  774. Weld.Part1 = Bar
  775. Weld.C0 = CFrame.new(0, 0.5, 0)
  776. Weld.Parent = Torso
  777. --]]
  778. playa.Parent = Gibs
  779. if kneef and explode == nil then
  780. local coru = coroutine.wrap(function()
  781. if playa:FindFirstChild(hitz) then
  782. local uno = Instance.new('Part',workspace)
  783. local dos = Instance.new('Part',workspace)
  784. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  785. dos.CFrame = kneef["big ass knife"].CFrame
  786. local weld = Instance.new('Weld',kneef["big ass knife"])
  787. weld.Part0 = playa:FindFirstChild(hitz)
  788. weld.Part1 = kneef["big ass knife"]
  789. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  790. uno:Destroy()
  791. dos:Destroy()
  792. playa:FindFirstChild(hitz).Anchored = false
  793. for i, v in pairs(kneef:GetChildren()) do
  794. if v:IsA('BasePart') then
  795. v.Anchored = false
  796. end
  797. end
  798. if explode == nil or explode == false then
  799. local bleedpart = Instance.new("Part", kneef)
  800. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  801. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  802. bleedpart.CanCollide = false
  803. bleedpart.Position = Head.Position + Vector3.new(0, 1, 0)
  804. bleedpart.Transparency = 1
  805.  
  806. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  807. bleedpartweld.Part0 = kneef["big ass knife"]
  808. bleedpartweld.Part1 = bleedpart
  809. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  810. local coru = coroutine.wrap(function()
  811. bleed(bleedpart)
  812. end)
  813. coru()
  814. end
  815. end
  816. if zombiemode == false or override then
  817. wait()
  818. end
  819. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  820. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  821. end
  822. end)
  823. coru()
  824. end
  825. if explode then
  826. local movevector = CFrame.new(explode.Position,Torso.Position).lookVector
  827. local repulse = Instance.new('BodyForce',Torso)
  828. repulse.Force = movevector*10000 + Vector3.new(0,5000,0)
  829. game.Debris:AddItem(repulse,0.05)
  830. end
  831. if charred and zombiemode == false then
  832. for i,v in pairs(playa:GetChildren()) do
  833. if v:IsA('BasePart') then
  834. v.BrickColor = BrickColor.Black()
  835. local fire = Instance.new('Fire',v)
  836. fire.Size = 5
  837. fire.Heat = 5
  838. elseif v:IsA('Accessory') then
  839. for a,c in pairs(v:GetChildren()) do
  840. if c:IsA('BasePart') then
  841. c.BrickColor = BrickColor.Black()
  842. local fire = Instance.new('Fire',v)
  843. fire.Size = 5
  844. fire.Heat = 5
  845. for o,p in pairs(c:GetChildren()) do
  846. if p:IsA("SpecialMesh") then
  847. p.TextureId = ""
  848. end
  849. end
  850. end
  851. end
  852. end
  853. end
  854. end
  855. if soundy then
  856. local sound = Instance.new('Sound',Head)
  857. sound.SoundId = 'rbxassetid://903640857'
  858. sound.Volume = 1
  859. sound:Play()
  860. sound.Ended:connect(function()
  861. sound:Destroy()
  862. local ambient = Instance.new('Sound',Head)
  863. ambient.Volume = 0.25
  864. ambient.Looped = true
  865. ambient.SoundId = 'rbxassetid://903641031'
  866. ambient:Play()
  867. end)
  868. end
  869. if override then
  870. if (string.len(hum2.Parent.Name) < 9 or string.sub(hum2.Parent.Name,string.len(hum2.Parent.Name)-
  871.  
  872. 8,string.len(hum2.Parent.Name)) ~= "'s Zombie") and zombiemode == true and #zombies < 10 then
  873. local coru = coroutine.wrap(function()
  874. wait(4.5)
  875. hum2.Parent.Name = hum2.Parent.Name.."'s Zombie"
  876. hum2.HipHeight = 0.2
  877. wait(0.5)
  878. killz(hum2.Parent,"Head",nil,nil,false,false,false,false)
  879. end)
  880. coru()
  881. else
  882. game:GetService('Debris'):AddItem(playa, 12)
  883. end
  884. else
  885. hum2.Health = 0
  886. table.insert(zombies,playa)
  887. local attack = Instance.new('Sound',Head)
  888. attack.SoundId = 'rbxassetid://903641424'
  889. attack.Volume = 2
  890. for i,v in pairs(playa:GetChildren()) do
  891. if v:IsA('BasePart') and v:FindFirstChildOfClass('TouchTransmitter') == nil then
  892. v.Touched:connect(function(hit)
  893. if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') then
  894. local found = false
  895. if hit.Parent == player.Character then
  896. found = true
  897. end
  898. for a,c in pairs(zombies) do
  899. if c == hit.Parent then
  900. found = true
  901. end
  902. end
  903. if found == false and hit.Parent:FindFirstChildOfClass('Humanoid').Health >
  904.  
  905. 0 then
  906. attack:Play()
  907. if hit.Parent:FindFirstChildOfClass('Humanoid').Health - 2 <= 0
  908.  
  909. then
  910. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  911. wait()
  912. killz(hit.Parent,"Head")
  913. else
  914. hit.Parent:FindFirstChildOfClass('Humanoid'):TakeDamage(2)
  915. end
  916. end
  917. end
  918. end)
  919. end
  920. end
  921. local coru = coroutine.wrap(function()
  922. wait(2)
  923. for i,v in pairs(playa:GetChildren()) do
  924. if v:IsA('BasePart') then
  925. for a,c in pairs(v:GetChildren()) do
  926. if c:IsA('Fire') or c:IsA('ParticleEmitter') then
  927. c:Destroy()
  928. end
  929. end
  930. elseif v:IsA('Accessory') then
  931. for a,c in pairs(v:GetChildren()) do
  932. if c:IsA('BasePart') then
  933. for b,d in pairs(c:GetChildren()) do
  934. if d:IsA('Fire') or d:IsA('ParticleEmitter') then
  935. d:Destroy()
  936. end
  937. end
  938. end
  939. end
  940. end
  941. end
  942. end)
  943. coru()
  944. end
  945. end
  946. end
  947.  
  948. mouse.KeyDown:connect(function(key)
  949. if key == "t" and mouse.Target then
  950. local hum = mouse.Target.Parent:FindFirstChildOfClass('Humanoid')
  951. if hum == nil then hum = mouse.Target.Parent.Parent:FindFirstChildOfClass('Humanoid') end
  952. if curpoint == nil then
  953. if hum and hum.Parent:FindFirstChild('Head') then
  954. curpart = hum.Parent.Head
  955. else
  956. curpart = nil
  957. curpoint = mouse.Hit.p
  958. end
  959. if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  960. notify("ZOMBIE TARGET SET",false)
  961. else
  962. curpart = nil
  963. curpoint = nil
  964. if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  965. notify("ZOMBIE TARGET REMOVED",false)
  966. end
  967. elseif key == "y" then
  968. for o,p in pairs(zombies) do
  969. local coru = coroutine.wrap(function()
  970. if p:FindFirstChild('Torso') then
  971. killz(p,"Head",nil,nil,false,false,false,true)
  972. else
  973. table.remove(zombies,o)
  974. end
  975. end)
  976. coru()
  977. wait()
  978. end
  979. for i,v in pairs(zombies) do
  980. table.remove(zombies,i)
  981. end
  982. if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  983. notify("ZOMBIES TERMINATED",false)
  984. end
  985. end)
  986.  
  987. function nub()
  988. repeat wait() until player.Character and player.Character:FindFirstChild('Torso')
  989. local me = player.Character
  990. local point = me.HumanoidRootPart
  991. local playergui = player.PlayerGui
  992. local rightshoulderz = me.Torso["Right Shoulder"]:Clone()
  993. local leftshoulderz = me.Torso["Left Shoulder"]:Clone()
  994. local torsojoint = me.HumanoidRootPart["RootJoint"]:Clone()
  995. local lefthipz = me.Torso["Left Hip"]:Clone()
  996. local righthipz = me.Torso["Right Hip"]:Clone()
  997. local mode = "kill"
  998. local lerpz = false
  999. local active = false
  1000. local acting = false
  1001. local hit = false
  1002. local canClick = true
  1003. local stabbing = false
  1004. local grabbing = false
  1005. local finishing = false
  1006. local kyssing = false
  1007. local canbackgroundmusic = true
  1008. local cancolorfilter = true
  1009. local spinboolean = false
  1010. local grabbed = nil
  1011. local doing = false
  1012. local rightshoulder = nil
  1013. local leftshoulder = nil
  1014. local headweld = nil
  1015. local knifeparts = {}
  1016. local usable = true
  1017. finishnum = 1
  1018.  
  1019. function notify(msg,forever)
  1020. local doit = coroutine.wrap(function()
  1021. local gui = Instance.new('ScreenGui',playergui)
  1022. gui.Name = "Notification"
  1023. local frame = Instance.new('Frame',gui)
  1024. frame.Position = UDim2.new(0,0,0,0)
  1025. frame.Size = UDim2.new(1,0,0.2,0)
  1026. frame.BackgroundTransparency = 1
  1027. local txt = Instance.new('TextLabel',frame)
  1028. txt.TextColor3 = Color3.new(255,255,255)
  1029. txt.TextStrokeColor3 = Color3.new(0, 0, 0)
  1030. txt.TextStrokeTransparency = 0
  1031. txt.BackgroundTransparency = 1
  1032. txt.Text = ""
  1033. txt.Size = UDim2.new(1,0,0.3,0)
  1034. txt.Position = UDim2.new(0,0,0.4,0)
  1035. txt.TextScaled = true
  1036. txt.Font = "Code"
  1037. txt.TextXAlignment = "Center"
  1038. local tap = Instance.new("Sound")
  1039. tap.Parent = gui
  1040. tap.SoundId = "rbxassetid://147982968"
  1041. tap.TimePosition = 0.1
  1042. local str = msg
  1043. local len = string.len(str)
  1044. for i=1,len do
  1045. txt.Text = string.sub(str,1,i)
  1046. pitche = math.random(20, 40)/10
  1047. tap.PlaybackSpeed = pitche
  1048. tap:Play()
  1049. wait(0.01)
  1050. end
  1051. if forever == false then
  1052. wait(1)
  1053. while txt.TextTransparency < 1 do
  1054. txt.TextTransparency = txt.TextTransparency + 0.1
  1055. txt.TextStrokeTransparency = txt.TextStrokeTransparency + 0.1
  1056. wait(0.001)
  1057. end
  1058. gui:Destroy()
  1059. end
  1060. end)
  1061. doit()
  1062. end
  1063.  
  1064. wait(0.5)
  1065. notify("PRESS [Z] TO EQUIP KNIFE || Created by mustardfoot and Tollonis",true)
  1066. local laugh = Instance.new('Sound',me.Head)
  1067. laugh.SoundId = 'rbxassetid://378827985'
  1068. laugh.Name = "Psycho"
  1069. laugh.Volume = 5
  1070. -- 1 - bitch ass knife
  1071. local obj1 = Instance.new("Model")
  1072. obj1.Name = "bitch ass knife"
  1073. obj1.Parent = game.Workspace
  1074.  
  1075. -- 2 - Grab
  1076. local obj2 = Instance.new("Part")
  1077. obj2.CFrame = CFrame.new(Vector3.new(20.4525032, 6.14501333, -134.399979)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  1078. obj2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1079. obj2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1080. obj2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1081. obj2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1082. obj2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1083. obj2.Material = Enum.Material.Concrete
  1084. obj2.Size = Vector3.new(1, 0.25, 0.25)
  1085. obj2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1086. obj2.Anchored = true
  1087. obj2.BrickColor = BrickColor.new("Black")
  1088. obj2.Friction = 0.30000001192093
  1089. obj2.Shape = Enum.PartType.Cylinder
  1090. obj2.Name = "Grab"
  1091. obj2.Parent = obj1
  1092.  
  1093. -- 3 - handletopcap
  1094. local obj3 = Instance.new("Part")
  1095. obj3.CFrame = CFrame.new(Vector3.new(19.9725456, 6.14502859, -134.399933)) * CFrame.Angles(0, 1.5707963705063, 0)
  1096. obj3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1097. obj3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1098. obj3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1099. obj3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1100. obj3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1101. obj3.Material = Enum.Material.Concrete
  1102. obj3.Size = Vector3.new(0.349999994, 0.349999994, 0.349999994)
  1103. obj3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1104. obj3.Anchored = true
  1105. obj3.BrickColor = BrickColor.new("Black")
  1106. obj3.Friction = 0.30000001192093
  1107. obj3.Shape = Enum.PartType.Ball
  1108. obj3.Name = "handletopcap"
  1109. obj3.Parent = obj1
  1110.  
  1111. -- 4 - handlebottomcap
  1112. local obj4 = Instance.new("Part")
  1113. obj4.CFrame = CFrame.new(Vector3.new(20.9725285, 6.14502859, -134.399918)) * CFrame.Angles(0, 1.5707963705063, 0)
  1114. obj4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1115. obj4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1116. obj4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1117. obj4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1118. obj4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1119. obj4.Material = Enum.Material.Concrete
  1120. obj4.Size = Vector3.new(0.25, 0.25, 0.25)
  1121. obj4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1122. obj4.Anchored = true
  1123. obj4.BrickColor = BrickColor.new("Black")
  1124. obj4.Friction = 0.30000001192093
  1125. obj4.Shape = Enum.PartType.Ball
  1126. obj4.Name = "handlebottomcap"
  1127. obj4.Parent = obj1
  1128.  
  1129. -- 5 - handleguardmid
  1130. local obj5 = Instance.new("Part")
  1131. obj5.CFrame = CFrame.new(Vector3.new(19.9474983, 6.14502859, -134.399918)) * CFrame.Angles(0, 1.5707963705063, 0)
  1132. obj5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1133. obj5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1134. obj5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1135. obj5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1136. obj5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1137. obj5.Material = Enum.Material.Concrete
  1138. obj5.Size = Vector3.new(0.349999994, 0.349999994, 0.100000001)
  1139. obj5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1140. obj5.Anchored = true
  1141. obj5.BrickColor = BrickColor.new("Black")
  1142. obj5.Friction = 0.30000001192093
  1143. obj5.Shape = Enum.PartType.Block
  1144. obj5.Name = "handleguardmid"
  1145. obj5.Parent = obj1
  1146.  
  1147. -- 6 - handleguardcap1
  1148. local obj6 = Instance.new("Part")
  1149. obj6.CFrame = CFrame.new(Vector3.new(19.9474983, 6.32502794, -134.399918)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  1150. obj6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1151. obj6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1152. obj6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1153. obj6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1154. obj6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1155. obj6.Material = Enum.Material.Concrete
  1156. obj6.Size = Vector3.new(0.100000001, 0.349999994, 0.349999994)
  1157. obj6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1158. obj6.Anchored = true
  1159. obj6.BrickColor = BrickColor.new("Black")
  1160. obj6.Friction = 0.30000001192093
  1161. obj6.Shape = Enum.PartType.Cylinder
  1162. obj6.Name = "handleguardcap1"
  1163. obj6.Parent = obj1
  1164.  
  1165. -- 7 - handleguardcap2
  1166. local obj7 = Instance.new("Part")
  1167. obj7.CFrame = CFrame.new(Vector3.new(19.9474983, 5.97502899, -134.399918)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  1168. obj7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1169. obj7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1170. obj7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1171. obj7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1172. obj7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1173. obj7.Material = Enum.Material.Concrete
  1174. obj7.Size = Vector3.new(0.100000009, 0.349999994, 0.349999994)
  1175. obj7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1176. obj7.Anchored = true
  1177. obj7.BrickColor = BrickColor.new("Black")
  1178. obj7.Friction = 0.30000001192093
  1179. obj7.Shape = Enum.PartType.Cylinder
  1180. obj7.Name = "handleguardcap2"
  1181. obj7.Parent = obj1
  1182.  
  1183. -- 8 - big ass knife
  1184. local obj8 = Instance.new("Part")
  1185. obj8.CFrame = CFrame.new(Vector3.new(18.4375095, 6.14502859, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  1186. obj8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1187. obj8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1188. obj8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1189. obj8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1190. obj8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1191. obj8.Material = Enum.Material.Metal
  1192. obj8.Size = Vector3.new(0.0500000007, 0.280000001, 0.839999795)
  1193. obj8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1194. obj8.Anchored = true
  1195. obj8.BrickColor = BrickColor.new("Lily white")
  1196. obj8.Friction = 0.30000001192093
  1197. obj8.Shape = Enum.PartType.Block
  1198. obj8.Name = "big ass knife"
  1199. obj8.Parent = obj1
  1200.  
  1201. -- 9 - Mesh
  1202. local obj9 = Instance.new("BlockMesh")
  1203. obj9.Scale = Vector3.new(0.5, 1, 1)
  1204. obj9.Parent = obj8
  1205.  
  1206. -- 10 - big ass knife
  1207. local obj10 = Instance.new("Part")
  1208. obj10.CFrame = CFrame.new(Vector3.new(19.7425137, 6.14502859, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  1209. obj10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1210. obj10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1211. obj10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1212. obj10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1213. obj10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1214. obj10.Material = Enum.Material.Metal
  1215. obj10.Size = Vector3.new(0.0500000007, 0.280000001, 0.289999962)
  1216. obj10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1217. obj10.Anchored = true
  1218. obj10.BrickColor = BrickColor.new("Lily white")
  1219. obj10.Friction = 0.30000001192093
  1220. obj10.Shape = Enum.PartType.Block
  1221. obj10.Name = "big ass knife"
  1222. obj10.Parent = obj1
  1223. local knife = obj10
  1224.  
  1225. -- 11 - Mesh
  1226. local obj11 = Instance.new("BlockMesh")
  1227. obj11.Scale = Vector3.new(0.5, 1, 1)
  1228. obj11.Parent = obj10
  1229.  
  1230. -- 12 - big ass knife
  1231. local obj12 = Instance.new("Part")
  1232. obj12.CFrame = CFrame.new(Vector3.new(19.1075306, 6.08502865, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  1233. obj12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1234. obj12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1235. obj12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1236. obj12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1237. obj12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1238. obj12.Material = Enum.Material.Metal
  1239. obj12.Size = Vector3.new(0.0500000007, 0.159999996, 0.979999959)
  1240. obj12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1241. obj12.Anchored = true
  1242. obj12.BrickColor = BrickColor.new("Lily white")
  1243. obj12.Friction = 0.30000001192093
  1244. obj12.Shape = Enum.PartType.Block
  1245. obj12.Name = "big ass knife"
  1246. obj12.Parent = obj1
  1247.  
  1248. -- 13 - Mesh
  1249. local obj13 = Instance.new("BlockMesh")
  1250. obj13.Scale = Vector3.new(0.5, 1, 1)
  1251. obj13.Parent = obj12
  1252.  
  1253. -- 14 - serration
  1254. local obj14 = Instance.new("WedgePart")
  1255. obj14.CFrame = CFrame.new(Vector3.new(19.4963322, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -
  1256.  
  1257. 1.5707963705063)
  1258. obj14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1259. obj14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1260. obj14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1261. obj14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1262. obj14.Material = Enum.Material.Metal
  1263. obj14.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1264. obj14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1265. obj14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1266. obj14.Anchored = true
  1267. obj14.BrickColor = BrickColor.new("Lily white")
  1268. obj14.Friction = 0.30000001192093
  1269. obj14.Name = "serration"
  1270. obj14.Parent = obj1
  1271.  
  1272. -- 15 - Mesh
  1273. local obj15 = Instance.new("BlockMesh")
  1274. obj15.Scale = Vector3.new(0.5, 1, 1)
  1275. obj15.Parent = obj14
  1276.  
  1277. -- 16 - serration
  1278. local obj16 = Instance.new("WedgePart")
  1279. obj16.CFrame = CFrame.new(Vector3.new(19.2763138, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -
  1280.  
  1281. 1.5707963705063)
  1282. obj16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1283. obj16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1284. obj16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1285. obj16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1286. obj16.Material = Enum.Material.Metal
  1287. obj16.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1288. obj16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1289. obj16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1290. obj16.Anchored = true
  1291. obj16.BrickColor = BrickColor.new("Lily white")
  1292. obj16.Friction = 0.30000001192093
  1293. obj16.Name = "serration"
  1294. obj16.Parent = obj1
  1295.  
  1296. -- 17 - Mesh
  1297. local obj17 = Instance.new("BlockMesh")
  1298. obj17.Scale = Vector3.new(0.5, 1, 1)
  1299. obj17.Parent = obj16
  1300.  
  1301. -- 18 - serration
  1302. local obj18 = Instance.new("WedgePart")
  1303. obj18.CFrame = CFrame.new(Vector3.new(19.3863068, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -
  1304.  
  1305. 1.5707963705063)
  1306. obj18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1307. obj18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1308. obj18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1309. obj18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1310. obj18.Material = Enum.Material.Metal
  1311. obj18.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1312. obj18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1313. obj18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1314. obj18.Anchored = true
  1315. obj18.BrickColor = BrickColor.new("Lily white")
  1316. obj18.Friction = 0.30000001192093
  1317. obj18.Name = "serration"
  1318. obj18.Parent = obj1
  1319.  
  1320. -- 19 - Mesh
  1321. local obj19 = Instance.new("BlockMesh")
  1322. obj19.Scale = Vector3.new(0.5, 1, 1)
  1323. obj19.Parent = obj18
  1324.  
  1325. -- 20 - serration
  1326. local obj20 = Instance.new("WedgePart")
  1327. obj20.CFrame = CFrame.new(Vector3.new(19.5963173, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -
  1328.  
  1329. 1.5707963705063)
  1330. obj20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1331. obj20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1332. obj20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1333. obj20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1334. obj20.Material = Enum.Material.Metal
  1335. obj20.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1336. obj20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1337. obj20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1338. obj20.Anchored = true
  1339. obj20.BrickColor = BrickColor.new("Lily white")
  1340. obj20.Friction = 0.30000001192093
  1341. obj20.Name = "serration"
  1342. obj20.Parent = obj1
  1343.  
  1344. -- 21 - Mesh
  1345. local obj21 = Instance.new("BlockMesh")
  1346. obj21.Scale = Vector3.new(0.5, 1, 1)
  1347. obj21.Parent = obj20
  1348.  
  1349. -- 22 - serration
  1350. local obj22 = Instance.new("WedgePart")
  1351. obj22.CFrame = CFrame.new(Vector3.new(19.1663074, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -
  1352.  
  1353. 1.5707963705063)
  1354. obj22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1355. obj22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1356. obj22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1357. obj22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1358. obj22.Material = Enum.Material.Metal
  1359. obj22.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1360. obj22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1361. obj22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1362. obj22.Anchored = true
  1363. obj22.BrickColor = BrickColor.new("Lily white")
  1364. obj22.Friction = 0.30000001192093
  1365. obj22.Name = "serration"
  1366. obj22.Parent = obj1
  1367.  
  1368. -- 23 - Mesh
  1369. local obj23 = Instance.new("BlockMesh")
  1370. obj23.Scale = Vector3.new(0.5, 1, 1)
  1371. obj23.Parent = obj22
  1372.  
  1373. -- 24 - serration
  1374. local obj24 = Instance.new("WedgePart")
  1375. obj24.CFrame = CFrame.new(Vector3.new(18.9663048, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -
  1376.  
  1377. 1.5707963705063)
  1378. obj24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1379. obj24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1380. obj24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1381. obj24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1382. obj24.Material = Enum.Material.Metal
  1383. obj24.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1384. obj24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1385. obj24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1386. obj24.Anchored = true
  1387. obj24.BrickColor = BrickColor.new("Lily white")
  1388. obj24.Friction = 0.30000001192093
  1389. obj24.Name = "serration"
  1390. obj24.Parent = obj1
  1391.  
  1392. -- 25 - Mesh
  1393. local obj25 = Instance.new("BlockMesh")
  1394. obj25.Scale = Vector3.new(0.5, 1, 1)
  1395. obj25.Parent = obj24
  1396.  
  1397. -- 26 - serration
  1398. local obj26 = Instance.new("WedgePart")
  1399. obj26.CFrame = CFrame.new(Vector3.new(18.8562984, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -
  1400.  
  1401. 1.5707963705063)
  1402. obj26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1403. obj26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1404. obj26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1405. obj26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1406. obj26.Material = Enum.Material.Metal
  1407. obj26.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1408. obj26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1409. obj26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1410. obj26.Anchored = true
  1411. obj26.BrickColor = BrickColor.new("Lily white")
  1412. obj26.Friction = 0.30000001192093
  1413. obj26.Name = "serration"
  1414. obj26.Parent = obj1
  1415.  
  1416. -- 27 - Mesh
  1417. local obj27 = Instance.new("BlockMesh")
  1418. obj27.Scale = Vector3.new(0.5, 1, 1)
  1419. obj27.Parent = obj26
  1420.  
  1421. -- 28 - serration
  1422. local obj28 = Instance.new("WedgePart")
  1423. obj28.CFrame = CFrame.new(Vector3.new(19.0663071, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -
  1424.  
  1425. 1.5707963705063)
  1426. obj28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1427. obj28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1428. obj28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1429. obj28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1430. obj28.Material = Enum.Material.Metal
  1431. obj28.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1432. obj28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1433. obj28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1434. obj28.Anchored = true
  1435. obj28.BrickColor = BrickColor.new("Lily white")
  1436. obj28.Friction = 0.30000001192093
  1437. obj28.Name = "serration"
  1438. obj28.Parent = obj1
  1439.  
  1440. -- 29 - Mesh
  1441. local obj29 = Instance.new("BlockMesh")
  1442. obj29.Scale = Vector3.new(0.5, 1, 1)
  1443. obj29.Parent = obj28
  1444.  
  1445. -- 30 - knifetip1
  1446. local obj30 = Instance.new("WedgePart")
  1447. obj30.CFrame = CFrame.new(Vector3.new(18.0163059, 6.14381599, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -
  1448.  
  1449. 1.5707963705063)
  1450. obj30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1451. obj30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1452. obj30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1453. obj30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1454. obj30.Material = Enum.Material.Metal
  1455. obj30.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  1456. obj30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1457. obj30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1458. obj30.Anchored = true
  1459. obj30.BrickColor = BrickColor.new("Lily white")
  1460. obj30.Friction = 0.30000001192093
  1461. obj30.Name = "knifetip1"
  1462. obj30.Parent = obj1
  1463.  
  1464. -- 31 - Mesh
  1465. local obj31 = Instance.new("BlockMesh")
  1466. obj31.Scale = Vector3.new(0.5, 1, 1)
  1467. obj31.Parent = obj30
  1468.  
  1469. -- 32 - redstuff
  1470. local obj32 = Instance.new("Part")
  1471. obj32.CFrame = CFrame.new(Vector3.new(19.9470005, 5.9749999, -134.399994)) * CFrame.Angles(-0, 0, -0)
  1472. obj32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1473. obj32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1474. obj32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1475. obj32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1476. obj32.Material = Enum.Material.SmoothPlastic
  1477. obj32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1478. obj32.Size = Vector3.new(0.0500000007, 0.360000014, 0.360000014)
  1479. obj32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1480. obj32.BrickColor = BrickColor.new("Institutional white")
  1481. obj32.Friction = 0.30000001192093
  1482. obj32.Shape = Enum.PartType.Cylinder
  1483. obj32.Name = "redstuff"
  1484. obj32.Anchored = true
  1485. obj32.Parent = obj1
  1486.  
  1487.  
  1488. -- 33 - redstuff
  1489. local obj33 = Instance.new("Part")
  1490. obj33.CFrame = CFrame.new(Vector3.new(18.9800053, 6.1400156, -134.404984)) * CFrame.Angles(-0, 0, -0)
  1491. obj33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1492. obj33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1493. obj33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1494. obj33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1495. obj33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1496. obj33.Material = Enum.Material.SmoothPlastic
  1497. obj33.Size = Vector3.new(1.81999993, 0.100000001, 0.0500000007)
  1498. obj33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1499. obj33.BrickColor = BrickColor.new("Institutional white")
  1500. obj33.Friction = 0.30000001192093
  1501. obj33.Shape = Enum.PartType.Block
  1502. obj33.Name = "redstuff"
  1503. obj33.Anchored = true
  1504. obj33.Parent = obj1
  1505.  
  1506. -- 34 - redstuff
  1507. local obj34 = Instance.new("Part")
  1508. obj34.CFrame = CFrame.new(Vector3.new(19.9470005, 6.32499981, -134.399994)) * CFrame.Angles(-0, 0, -0)
  1509. obj34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1510. obj34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1511. obj34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1512. obj34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1513. obj34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1514. obj34.Size = Vector3.new(0.0500000007, 0.360000014, 0.360000014)
  1515. obj34.Material = Enum.Material.SmoothPlastic
  1516. obj34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1517. obj34.BrickColor = BrickColor.new("Institutional white")
  1518. obj34.Friction = 0.30000001192093
  1519. obj34.Shape = Enum.PartType.Cylinder
  1520. obj34.Name = "redstuff"
  1521. obj34.Anchored = true
  1522. obj34.Parent = obj1
  1523.  
  1524. -- 35 - redstuff
  1525. local obj35 = Instance.new("Part")
  1526. obj35.CFrame = CFrame.new(Vector3.new(19.8830166, 6.14501476, -134.399963)) * CFrame.Angles(-0, 0, -0)
  1527. obj35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1528. obj35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1529. obj35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1530. obj35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1531. obj35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1532. obj35.Size = Vector3.new(0.0500000007, 0.319999993, 0.319999993)
  1533. obj35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1534. obj35.BrickColor = BrickColor.new("Institutional white")
  1535. obj35.Friction = 0.30000001192093
  1536. obj35.Shape = Enum.PartType.Cylinder
  1537. obj35.Material = Enum.Material.SmoothPlastic
  1538. obj35.Name = "redstuff"
  1539. obj35.Anchored = true
  1540. obj35.Parent = obj1
  1541.  
  1542. -- 36 - redstuff
  1543. local obj36 = Instance.new("Part")
  1544. obj36.CFrame = CFrame.new(Vector3.new(20.9430103, 6.14501476, -134.399963)) * CFrame.Angles(-0, 0, -0)
  1545. obj36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1546. obj36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1547. obj36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1548. obj36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1549. obj36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1550. obj36.Material = Enum.Material.SmoothPlastic
  1551. obj36.Size = Vector3.new(0.0500000007, 0.25999999, 0.25999999)
  1552. obj36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1553. obj36.BrickColor = BrickColor.new("Institutional white")
  1554. obj36.Friction = 0.30000001192093
  1555. obj36.Shape = Enum.PartType.Cylinder
  1556. obj36.Name = "redstuff"
  1557. obj36.Anchored = true
  1558. obj36.Parent = obj1
  1559.  
  1560. -- 37 - redstuff
  1561. local obj37 = Instance.new("WedgePart")
  1562. obj37.CFrame = CFrame.new(Vector3.new(18.066288, 6.14381599, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -
  1563.  
  1564. 1.5707963705063)
  1565. obj37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1566. obj37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1567. obj37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1568. obj37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1569. obj37.Material = Enum.Material.SmoothPlastic
  1570. obj37.Size = Vector3.new(0.0500000007, 0.0700000003, 0.0700000003)
  1571. obj37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1572. obj37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1573. obj37.Anchored = true
  1574. obj37.BrickColor = BrickColor.new("Institutional white")
  1575. obj37.Friction = 0.30000001192093
  1576. obj37.Name = "redstuff"
  1577. obj37.Anchored = true
  1578. obj37.Parent = obj1
  1579.  
  1580. -- 38 - redstuff
  1581. local obj38 = Instance.new("Part")
  1582. obj38.CFrame = CFrame.new(Vector3.new(20.1230125, 6.14501476, -134.399979)) * CFrame.Angles(-0, 0, -0)
  1583. obj38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1584. obj38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1585. obj38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1586. obj38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1587. obj38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1588. obj38.Material = Enum.Material.SmoothPlastic
  1589. obj38.Size = Vector3.new(0.0500000007, 0.25999999, 0.25999999)
  1590. obj38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1591. obj38.BrickColor = BrickColor.new("Institutional white")
  1592. obj38.Friction = 0.30000001192093
  1593. obj38.Shape = Enum.PartType.Cylinder
  1594. obj38.Name = "redstuff"
  1595. obj38.Anchored = true
  1596. obj38.Parent = obj1
  1597.  
  1598. local function recurse(objnum)
  1599. table.insert(knifeparts,{objnum,objnum.Parent})
  1600. for i,v in pairs(objnum:GetChildren()) do
  1601. recurse(v)
  1602. end
  1603. end
  1604.  
  1605. recurse(obj1)
  1606.  
  1607. local audio = Instance.new('Sound',knife)
  1608. audio.Volume = 2
  1609.  
  1610. local audio2 = Instance.new('Sound',knife)
  1611. audio2.Volume = 2
  1612.  
  1613. local holdpart = Instance.new("Part")
  1614. holdpart.Parent = me
  1615. holdpart.Size = Vector3.new(0.4, 0.4, 0.2)
  1616. holdpart.Position = me.Head.Position + Vector3.new(0, 1, 0)
  1617. holdpart.BrickColor = BrickColor.new("Burnt Sienna")
  1618.  
  1619. local previous = nil
  1620. for i,v in pairs(obj1:GetChildren()) do
  1621. if v:IsA('BasePart') then
  1622. if previous then
  1623. local weld = Instance.new('Weld',v)
  1624. weld.Part0 = v
  1625. weld.Part1 = previous
  1626. weld.C0 = v.CFrame:inverse() * previous.CFrame
  1627. previous.Anchored = false
  1628. previous.CanCollide = false
  1629. local vee = v
  1630. weld.AncestryChanged:connect(function(mez,par)
  1631. wait()
  1632. weld.Parent = vee
  1633. end)
  1634. end
  1635. previous = v
  1636. end
  1637. end
  1638. previous.Anchored = false
  1639. previous.CanCollide = false
  1640.  
  1641. local holdpartweld = Instance.new("Weld", me.Torso)
  1642. holdpartweld.Part0 = me.Torso
  1643. holdpartweld.Part1 = holdpart
  1644. holdpartweld.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-1, -0.8, 0.15)
  1645.  
  1646. holdpartweld.AncestryChanged:connect(function(mez,par)
  1647. if par ~= me.Torso then
  1648. wait()
  1649. holdpartweld.Parent = me.Torso
  1650. end
  1651. end)
  1652.  
  1653. local knifeweld = Instance.new('Weld',me.Torso)
  1654. knifeweld.Part0 = me.Torso
  1655. knifeweld.Part1 = obj2
  1656. knifeweld.C1 = CFrame.Angles(0,math.rad(90),0) * CFrame.new(1, 0.8, 0.55)
  1657. knifeweld.AncestryChanged:connect(function(mez,par)
  1658. if par ~= me.Torso then
  1659. wait()
  1660. knifeweld.Parent = me.Torso
  1661. end
  1662. end)
  1663. local ScreenGui = Instance.new("ScreenGui")
  1664. local CustomizeGui = Instance.new("Frame")
  1665. local Customize = Instance.new("TextLabel")
  1666. local ClosestColor = Instance.new("TextLabel")
  1667. local Line = Instance.new("TextLabel")
  1668. local Color = Instance.new("ImageLabel")
  1669. local Close = Instance.new("TextButton")
  1670. local RedHue = Instance.new("TextLabel")
  1671. local GreenHue = Instance.new("TextLabel")
  1672. local RedInput = Instance.new("TextBox")
  1673. local BlueHue = Instance.new("TextLabel")
  1674. local GreenInput = Instance.new("TextBox")
  1675. local TransInput = Instance.new("TextBox")
  1676. local BlueInput = Instance.new("TextBox")
  1677. local Message = Instance.new("TextLabel")
  1678. local Message2 = Instance.new("TextLabel")
  1679. local TrailTransparency = Instance.new("TextLabel")
  1680. local TrailInput = Instance.new("TextBox")
  1681. local MusicOption = Instance.new("TextButton")
  1682. local ScreenOption = Instance.new("TextButton")
  1683. local ScreenOptionTxt = Instance.new("TextLabel")
  1684. local MusicOptionTxt = Instance.new("TextLabel")
  1685.  
  1686. -- Properties
  1687.  
  1688. ScreenGui.Parent = playergui
  1689.  
  1690. CustomizeGui.Name = "CustomizeGui"
  1691. CustomizeGui.Parent = ScreenGui
  1692. CustomizeGui.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  1693. CustomizeGui.BackgroundTransparency = 0.5
  1694. CustomizeGui.BorderColor3 = Color3.new(0, 0, 0)
  1695. CustomizeGui.BorderSizePixel = 2
  1696. CustomizeGui.Position = UDim2.new(0, 0, 0.5, 0)
  1697. CustomizeGui.Size = UDim2.new(0.449999988, 0, 0.449999988, 0)
  1698.  
  1699. Customize.Name = "Customize"
  1700. Customize.Parent = CustomizeGui
  1701. Customize.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  1702. Customize.BackgroundTransparency = 0.75
  1703. Customize.BorderSizePixel = 0
  1704. Customize.Size = UDim2.new(1, 0, 0.200000003, 0)
  1705. Customize.FontSize = Enum.FontSize.Size28
  1706. Customize.Text = "ACCENT COLOR CUSTOMIZATION"
  1707. Customize.TextColor3 = Color3.new(1, 1, 1)
  1708. Customize.TextScaled = true
  1709. Customize.TextSize = 25
  1710. Customize.TextStrokeTransparency = 0.5
  1711. Customize.TextWrapped = true
  1712.  
  1713. ClosestColor.Name = "ClosestColor"
  1714. ClosestColor.Parent = CustomizeGui
  1715. ClosestColor.BackgroundColor3 = Color3.new(1, 1, 1)
  1716. ClosestColor.BackgroundTransparency = 1
  1717. ClosestColor.Position = UDim2.new(0, 0, 0.850000024, 0)
  1718. ClosestColor.Size = UDim2.new(1, 0, 0.150000006, 0)
  1719. ClosestColor.Font = Enum.Font.SourceSansLight
  1720. ClosestColor.FontSize = Enum.FontSize.Size32
  1721. ClosestColor.Text = "Your color is closest to Institutional White"
  1722. ClosestColor.TextColor3 = Color3.new(1, 1, 1)
  1723. ClosestColor.TextSize = 30
  1724. ClosestColor.TextStrokeTransparency = 0.5
  1725.  
  1726. Line.Name = "Line"
  1727. Line.Parent = CustomizeGui
  1728. Line.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1729. Line.BackgroundTransparency = 0.5
  1730. Line.BorderColor3 = Color3.new(0, 0, 0)
  1731. Line.BorderSizePixel = 0
  1732. Line.Position = UDim2.new(0, 0, 0.200000003, 0)
  1733. Line.Size = UDim2.new(1, 0, 0.0299999993, 0)
  1734. Line.Font = Enum.Font.SourceSans
  1735. Line.FontSize = Enum.FontSize.Size14
  1736. Line.Text = " "
  1737. Line.TextSize = 14
  1738.  
  1739. Color.Name = "Color"
  1740. Color.Parent = CustomizeGui
  1741. Color.BackgroundColor3 = Color3.new(1, 1, 1)
  1742. Color.BorderSizePixel = 0
  1743. Color.Position = UDim2.new(0.699999988, 0, 0.419999987, 0)
  1744. Color.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  1745. Color.SizeConstraint = Enum.SizeConstraint.RelativeYY
  1746.  
  1747. MusicOption.Parent = CustomizeGui
  1748. MusicOption.Name = "MusicOption"
  1749. MusicOption.BackgroundColor3 = Color3.new(0, 1, 0)
  1750. MusicOption.BorderSizePixel = 1
  1751. MusicOption.Position = UDim2.new(0.01, 0, -0.12, 0)
  1752. MusicOption.Size = UDim2.new(0.05, 0, 0.1, 0)
  1753. MusicOption.Text = ""
  1754. MusicOption.BackgroundTransparency = 0.5
  1755.  
  1756. ScreenOption.Parent = CustomizeGui
  1757. ScreenOption.Name = "ScreenOption"
  1758. ScreenOption.BackgroundColor3 = Color3.new(0, 1, 0)
  1759. ScreenOption.BorderSizePixel = 1
  1760. ScreenOption.Position = UDim2.new(0.01, 0, -0.23, 0)
  1761. ScreenOption.Size = UDim2.new(0.05, 0, 0.1, 0)
  1762. ScreenOption.Text = ""
  1763. ScreenOption.BackgroundTransparency = 0.5
  1764.  
  1765. ScreenOptionTxt.Name = "ScreenOptionTxt"
  1766. ScreenOptionTxt.Parent = CustomizeGui
  1767. ScreenOptionTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  1768. ScreenOptionTxt.BackgroundTransparency = 1
  1769. ScreenOptionTxt.Position = UDim2.new(0.07, 0, -0.23, 0)
  1770. ScreenOptionTxt.Size = UDim2.new(1, 0, 0.07, 0)
  1771. ScreenOptionTxt.Font = Enum.Font.SourceSans
  1772. ScreenOptionTxt.FontSize = Enum.FontSize.Size24
  1773. ScreenOptionTxt.Text = "Psychopath Red Filter"
  1774. ScreenOptionTxt.TextColor3 = Color3.new(1, 1, 1)
  1775. ScreenOptionTxt.TextScaled = true
  1776. ScreenOptionTxt.TextSize = 20
  1777. ScreenOptionTxt.TextStrokeColor3 = Color3.new(0, 0, 0)
  1778. ScreenOptionTxt.TextStrokeTransparency = 0.5
  1779. ScreenOptionTxt.TextWrapped = true
  1780. ScreenOptionTxt.TextXAlignment = "Left"
  1781.  
  1782. MusicOptionTxt.Name = "MusicOptionTxt"
  1783. MusicOptionTxt.Parent = CustomizeGui
  1784. MusicOptionTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  1785. MusicOptionTxt.BackgroundTransparency = 1
  1786. MusicOptionTxt.Position = UDim2.new(0.07, 0, -0.12, 0)
  1787. MusicOptionTxt.Size = UDim2.new(1, 0, 0.07, 0)
  1788. MusicOptionTxt.Font = Enum.Font.SourceSans
  1789. MusicOptionTxt.FontSize = Enum.FontSize.Size24
  1790. MusicOptionTxt.Text = "Psychopath Background Music"
  1791. MusicOptionTxt.TextColor3 = Color3.new(1, 1, 1)
  1792. MusicOptionTxt.TextScaled = true
  1793. MusicOptionTxt.TextSize = 20
  1794. MusicOptionTxt.TextStrokeColor3 = Color3.new(0, 0, 0)
  1795. MusicOptionTxt.TextStrokeTransparency = 0.5
  1796. MusicOptionTxt.TextWrapped = true
  1797. MusicOptionTxt.TextXAlignment = "Left"
  1798.  
  1799. Close.Name = "Close"
  1800. Close.Parent = CustomizeGui
  1801. Close.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  1802. Close.BackgroundTransparency = 0.5
  1803. Close.BorderColor3 = Color3.new(0, 0, 0)
  1804. Close.BorderSizePixel = 2
  1805. Close.Position = UDim2.new(1.005, 0, 0, 0)
  1806. Close.Size = UDim2.new(0.100000001, 0, 0.2, 0)
  1807. Close.Font = Enum.Font.SourceSans
  1808. Close.FontSize = Enum.FontSize.Size14
  1809. Close.Text = "X"
  1810. Close.TextColor3 = Color3.new(1, 1, 1)
  1811. Close.TextScaled = true
  1812. Close.TextSize = 14
  1813. Close.TextStrokeTransparency = 0
  1814. Close.TextWrapped = true
  1815.  
  1816. RedHue.Name = "RedHue"
  1817. RedHue.Parent = CustomizeGui
  1818. RedHue.BackgroundColor3 = Color3.new(1, 1, 1)
  1819. RedHue.BackgroundTransparency = 1
  1820. RedHue.Position = UDim2.new(0.100000001, 0, 0.400000006, 0)
  1821. RedHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  1822. RedHue.Font = Enum.Font.SourceSans
  1823. RedHue.FontSize = Enum.FontSize.Size24
  1824. RedHue.Text = "RED Hue Value: "
  1825. RedHue.TextColor3 = Color3.new(1, 1, 1)
  1826. RedHue.TextScaled = true
  1827. RedHue.TextSize = 20
  1828. RedHue.TextStrokeColor3 = Color3.new(1, 0, 0)
  1829. RedHue.TextStrokeTransparency = 0.75
  1830. RedHue.TextWrapped = true
  1831.  
  1832. GreenHue.Name = "GreenHue"
  1833. GreenHue.Parent = CustomizeGui
  1834. GreenHue.BackgroundColor3 = Color3.new(1, 1, 1)
  1835. GreenHue.BackgroundTransparency = 1
  1836. GreenHue.Position = UDim2.new(0.100000001, 0, 0.5, 0)
  1837. GreenHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  1838. GreenHue.Font = Enum.Font.SourceSans
  1839. GreenHue.FontSize = Enum.FontSize.Size24
  1840. GreenHue.Text = "GREEN Hue Value:"
  1841. GreenHue.TextColor3 = Color3.new(1, 1, 1)
  1842. GreenHue.TextScaled = true
  1843. GreenHue.TextSize = 20
  1844. GreenHue.TextStrokeColor3 = Color3.new(0, 1, 0)
  1845. GreenHue.TextStrokeTransparency = 0.75
  1846. GreenHue.TextWrapped = true
  1847.  
  1848. RedInput.Name = "RedInput"
  1849. RedInput.Parent = CustomizeGui
  1850. RedInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1851. RedInput.BackgroundTransparency = 0.5
  1852. RedInput.BorderSizePixel = 0
  1853. RedInput.Position = UDim2.new(0.419999987, 0, 0.425000007, 0)
  1854. RedInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  1855. RedInput.Font = Enum.Font.SourceSans
  1856. RedInput.FontSize = Enum.FontSize.Size14
  1857. RedInput.Text = "255"
  1858. RedInput.TextColor3 = Color3.new(1, 1, 1)
  1859. RedInput.TextSize = 14
  1860. RedInput.TextStrokeTransparency = 0
  1861.  
  1862. BlueHue.Name = "BlueHue"
  1863. BlueHue.Parent = CustomizeGui
  1864. BlueHue.BackgroundColor3 = Color3.new(1, 1, 1)
  1865. BlueHue.BackgroundTransparency = 1
  1866. BlueHue.Position = UDim2.new(0.100000001, 0, 0.600000024, 0)
  1867. BlueHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  1868. BlueHue.Font = Enum.Font.SourceSans
  1869. BlueHue.FontSize = Enum.FontSize.Size24
  1870. BlueHue.Text = "BLUE Hue Value:"
  1871. BlueHue.TextColor3 = Color3.new(1, 1, 1)
  1872. BlueHue.TextScaled = true
  1873. BlueHue.TextSize = 20
  1874. BlueHue.TextStrokeColor3 = Color3.new(0, 0, 1)
  1875. BlueHue.TextStrokeTransparency = 0.75
  1876. BlueHue.TextWrapped = true
  1877.  
  1878. TrailTransparency.Name = "TrailTransparency"
  1879. TrailTransparency.Parent = CustomizeGui
  1880. TrailTransparency.BackgroundColor3 = Color3.new(1, 1, 1)
  1881. TrailTransparency.BackgroundTransparency = 1
  1882. TrailTransparency.Position = UDim2.new(0.090000001, 0, 0.700000024, 0)
  1883. TrailTransparency.Size = UDim2.new(0.310000012, 0, 0.100000001, 0)
  1884. TrailTransparency.Font = Enum.Font.SourceSans
  1885. TrailTransparency.FontSize = Enum.FontSize.Size24
  1886. TrailTransparency.Text = "Trail Transparency:"
  1887. TrailTransparency.TextColor3 = Color3.new(1, 1, 1)
  1888. TrailTransparency.TextScaled = true
  1889. TrailTransparency.TextSize = 20
  1890. TrailTransparency.TextStrokeColor3 = Color3.new(0, 0, 0)
  1891. TrailTransparency.TextWrapped = true
  1892.  
  1893. GreenInput.Name = "GreenInput"
  1894. GreenInput.Parent = CustomizeGui
  1895. GreenInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1896. GreenInput.BackgroundTransparency = 0.5
  1897. GreenInput.BorderSizePixel = 0
  1898. GreenInput.Position = UDim2.new(0.419999987, 0, 0.524999976, 0)
  1899. GreenInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  1900. GreenInput.Font = Enum.Font.SourceSans
  1901. GreenInput.FontSize = Enum.FontSize.Size14
  1902. GreenInput.Text = "255"
  1903. GreenInput.TextColor3 = Color3.new(1, 1, 1)
  1904. GreenInput.TextSize = 14
  1905. GreenInput.TextStrokeTransparency = 0
  1906.  
  1907. TransInput.Name = "TransInput"
  1908. TransInput.Parent = CustomizeGui
  1909. TransInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1910. TransInput.BackgroundTransparency = 0.5
  1911. TransInput.BorderSizePixel = 0
  1912. TransInput.Position = UDim2.new(0.419999987, 0, 0.725000024, 0)
  1913. TransInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  1914. TransInput.Font = Enum.Font.SourceSans
  1915. TransInput.FontSize = Enum.FontSize.Size14
  1916. TransInput.Text = "50"
  1917. TransInput.TextColor3 = Color3.new(1, 1, 1)
  1918. TransInput.TextSize = 14
  1919. TransInput.TextStrokeTransparency = 0
  1920.  
  1921. BlueInput.Name = "BlueInput"
  1922. BlueInput.Parent = CustomizeGui
  1923. BlueInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1924. BlueInput.BackgroundTransparency = 0.5
  1925. BlueInput.BorderSizePixel = 0
  1926. BlueInput.Position = UDim2.new(0.419999987, 0, 0.625, 0)
  1927. BlueInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  1928. BlueInput.Font = Enum.Font.SourceSans
  1929. BlueInput.FontSize = Enum.FontSize.Size14
  1930. BlueInput.Text = "255"
  1931. BlueInput.TextColor3 = Color3.new(1, 1, 1)
  1932. BlueInput.TextSize = 14
  1933. BlueInput.TextStrokeTransparency = 0
  1934.  
  1935. Message.Name = "Message"
  1936. Message.Parent = CustomizeGui
  1937. Message.BackgroundColor3 = Color3.new(1, 1, 1)
  1938. Message.BackgroundTransparency = 1
  1939. Message.Position = UDim2.new(0, 0, 0.2500004, 0)
  1940. Message.Size = UDim2.new(1, 0, 0.100000006, 0)
  1941. Message.Font = Enum.Font.SourceSans
  1942. Message.FontSize = Enum.FontSize.Size18
  1943. Message.Text = "|| Inputs must be values ||"
  1944. Message.TextColor3 = Color3.new(1, 1, 1)
  1945. Message.TextScaled = true
  1946. Message.TextSize = 15
  1947. Message.TextStrokeTransparency = 0.75
  1948. Message.TextWrapped = true
  1949.  
  1950. local attun = Instance.new("Attachment", knife)
  1951. attun.Position = Vector3.new(0, 0.1, -1.75)
  1952. local atdos = Instance.new("Attachment", knife)
  1953. atdos.Position = Vector3.new(0, -0.1, 0.5)
  1954. local trail = Instance.new("Trail", knife)
  1955. trail.LightEmission = 0.5
  1956. trail.Attachment0 = attun
  1957. trail.Attachment1 = atdos
  1958. trail.Lifetime = 0.175
  1959. trail.MinLength = 0
  1960. trail.Enabled = false
  1961.  
  1962. function updatez()
  1963. local rc = tonumber(RedInput.Text)
  1964. local gc = tonumber(GreenInput.Text)
  1965. local bc = tonumber(BlueInput.Text)
  1966. local tcupd = tonumber(TransInput.Text)
  1967. if rc == nil then
  1968. rc = 0
  1969. end
  1970. if gc == nil then
  1971. gc = 0
  1972. end
  1973. if bc == nil then
  1974. bc = 0
  1975. end
  1976. if tcupd == nil then
  1977. tcupd = 0
  1978. end
  1979. local tc = tcupd/100
  1980. Color.BackgroundColor3 = Color3.fromRGB(rc,gc,bc)
  1981. ClosestColor.Text = "Your color is closest to "..tostring(BrickColor.new(Color3.fromRGB(rc,gc,bc)))
  1982. obj32.Color = Color3.fromRGB(rc,gc,bc)
  1983. obj33.Color = Color3.fromRGB(rc,gc,bc)
  1984. obj34.Color = Color3.fromRGB(rc,gc,bc)
  1985. obj35.Color = Color3.fromRGB(rc,gc,bc)
  1986. obj36.Color = Color3.fromRGB(rc,gc,bc)
  1987. obj37.Color = Color3.fromRGB(rc,gc,bc)
  1988. obj38.Color = Color3.fromRGB(rc,gc,bc)
  1989. trail.Color = ColorSequence.new(Color3.fromRGB(rc, gc, bc))
  1990. trail.Transparency = NumberSequence.new(tc)
  1991. TrailTransparency.TextStrokeTransparency = tc
  1992. end
  1993.  
  1994. RedInput.Changed:connect(function(val)
  1995. if val == "Text" and tonumber(RedInput.Text) then
  1996. RedInput.Text = tostring(tonumber(RedInput.Text))
  1997. if tonumber(RedInput.Text) > 255 then
  1998. RedInput.Text = '255'
  1999. end
  2000. elseif val == "Text" then
  2001. RedInput.Text = ""
  2002. end
  2003. updatez()
  2004. end)
  2005. GreenInput.Changed:connect(function(val)
  2006. if val == "Text" and tonumber(GreenInput.Text) then
  2007. GreenInput.Text = tostring(tonumber(GreenInput.Text))
  2008. if tonumber(GreenInput.Text) > 255 then
  2009. GreenInput.Text = '255'
  2010. end
  2011. elseif val == "Text" then
  2012. GreenInput.Text = ""
  2013. end
  2014. updatez()
  2015. end)
  2016. BlueInput.Changed:connect(function(val)
  2017. if val == "Text" and tonumber(BlueInput.Text) then
  2018. BlueInput.Text = tostring(tonumber(BlueInput.Text))
  2019. if tonumber(BlueInput.Text) > 255 then
  2020. BlueInput.Text = '255'
  2021. end
  2022. elseif val == "Text" then
  2023. BlueInput.Text = ""
  2024. end
  2025. updatez()
  2026. end)
  2027. TransInput.Changed:connect(function(val)
  2028. if val == "Text" and tonumber(TransInput.Text) then
  2029. TransInput.Text = tostring(tonumber(TransInput.Text))
  2030. if tonumber(TransInput.Text) > 100 then
  2031. TransInput.Text = '100'
  2032. end
  2033. elseif val == "Text" then
  2034. TransInput.Text = ""
  2035. end
  2036. updatez()
  2037. end)
  2038.  
  2039. Close.MouseButton1Click:connect(function()
  2040. if lerpz == false then
  2041. lerpz = true
  2042. if Close.Text ~= "+" then
  2043. CustomizeGui:TweenPosition(UDim2.new(-0.45,0,0.5,0,Enum.EasingDirection.Out,Enum.EasingStyle.Quint,2))
  2044. for i=1,10 do
  2045. Close.TextTransparency = i/10
  2046. Close.TextStrokeTransparency = i/10
  2047. wait(0.01)
  2048. end
  2049. Close.Text = "+"
  2050. for i=1,10 do
  2051. Close.TextTransparency = (10-i+1)/10
  2052. Close.TextStrokeTransparency = (10-i+1)/10
  2053. wait(0.01)
  2054. end
  2055. lerpz = false
  2056. else
  2057. CustomizeGui:TweenPosition(UDim2.new(0,0,0.5,0,Enum.EasingDirection.Out,Enum.EasingStyle.Quint,2))
  2058. for i=1,10 do
  2059. Close.TextTransparency = i/10
  2060. Close.TextStrokeTransparency = i/10
  2061. wait(0.01)
  2062. end
  2063. Close.Text = "X"
  2064. for i=1,10 do
  2065. Close.TextTransparency = (10-i+1)/10
  2066. Close.TextStrokeTransparency = (10-i+1)/10
  2067. wait(0.01)
  2068. end
  2069. lerpz = false
  2070. end
  2071. end
  2072. end)
  2073.  
  2074. MusicOption.MouseButton1Click:connect(function()
  2075. if canbackgroundmusic == true then
  2076. canbackgroundmusic = false
  2077. MusicOption.BackgroundColor3 = Color3.new(1, 0, 0)
  2078. else
  2079. canbackgroundmusic = true
  2080. MusicOption.BackgroundColor3 = Color3.new(0, 1, 0)
  2081. end
  2082. end)
  2083.  
  2084. ScreenOption.MouseButton1Click:connect(function()
  2085. if cancolorfilter == true then
  2086. cancolorfilter = false
  2087. ScreenOption.BackgroundColor3 = Color3.new(1, 0, 0)
  2088. else
  2089. cancolorfilter = true
  2090. ScreenOption.BackgroundColor3 = Color3.new(0, 1, 0)
  2091. end
  2092. end)
  2093.  
  2094. function equip()
  2095. local doit = coroutine.wrap(function()
  2096. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') then
  2097. acting = true
  2098. local arm = me["Right Arm"]
  2099. local arm2 = me["Left Arm"]
  2100. local tors = me.Torso
  2101. local weld = Instance.new('Weld',arm)
  2102. weld.Part0 = arm
  2103. weld.Part1 = tors
  2104. weld.C0 = CFrame.new(-1.5,0,0)
  2105. local weld2 = Instance.new("Weld", arm2)
  2106. weld2.Part0 = arm2
  2107. weld2.Part1 = tors
  2108. weld2.C0 = CFrame.new(1.5, 0, 0)
  2109. wait(0.001)
  2110. for i = 0,1,0.1 do
  2111. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return
  2112.  
  2113. end
  2114. weld.C0 = weld.C0:lerp(CFrame.new(-0.2,0.2,-0.5)*CFrame.Angles(0,-3.1,0.9),i)
  2115. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0.6, 0) * CFrame.Angles(0,0,0.5),i)
  2116. wait(0.001)
  2117. end
  2118. wait(0.15)
  2119. trail.Enabled = true
  2120. for i = 0,1,0.1 do
  2121. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return
  2122.  
  2123. end
  2124. weld.C0 = weld.C0:lerp(CFrame.new(-0.5,2,0)*CFrame.Angles(0,0,-1.55),i)
  2125. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0, 0), i)
  2126. wait(0.001)
  2127. end
  2128. trail.Enabled = false
  2129. wait(0.2)
  2130. for i = 0,1,0.1 do
  2131. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return
  2132.  
  2133. end
  2134. weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i)
  2135. wait(0.001)
  2136. end
  2137. weld:Destroy()
  2138. weld2:Remove()
  2139. if tors ~= nil then
  2140. rightshoulderz:Clone().Parent = me.Torso
  2141. leftshoulderz:Clone().Parent = me.Torso
  2142. end
  2143. end
  2144. acting = false
  2145. end)
  2146. doit()
  2147. end
  2148.  
  2149. function kysnigga()
  2150. if kyssing == true then return end
  2151. kyssing = true
  2152. acting = true
  2153. decearingTHING = math.random(1, 100)
  2154. if decearingTHING == 4 then
  2155. decearingEGG = Instance.new("Sound", me.Torso)
  2156. decearingEGG.SoundId = "rbxassetid://138084557"
  2157. decearingEGG.PlaybackSpeed = math.random(10, 12) / 10
  2158. decearingEGG.TimePosition = 0.2
  2159. decearingEGG:Play()
  2160. end
  2161. me.Humanoid.WalkSpeed = 0
  2162. me.Humanoid.JumpPower = 0
  2163.  
  2164. local rightarm = Instance.new("Weld", me.Torso)
  2165. rightarm.Part0 = me.Torso
  2166. rightarm.Part1 = me["Right Arm"]
  2167. rightarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  2168.  
  2169. local leftarm = Instance.new("Weld", me.Torso)
  2170. leftarm.Part0 = me.Torso
  2171. leftarm.Part1 = me["Left Arm"]
  2172. leftarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-1.5, 0, 0)
  2173.  
  2174. local tors = Instance.new("Weld", me.HumanoidRootPart)
  2175. tors.Part0 = me.HumanoidRootPart
  2176. tors.Part1 = me.Torso
  2177. tors.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0)
  2178.  
  2179. local rightleg = Instance.new("Weld", me.Torso)
  2180. rightleg.Part0 = me.Torso
  2181. rightleg.Part1 = me["Right Leg"]
  2182. rightleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0.5, -2, 0)
  2183.  
  2184. local leftleg = Instance.new("Weld", me.Torso)
  2185. leftleg.Part0 = me.Torso
  2186. leftleg.Part1 = me["Left Leg"]
  2187. leftleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-0.5, -2, 0)
  2188.  
  2189. for i = 0, 1, 0.03 do
  2190. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-10), 0, 0), i)
  2191. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, 0), i)
  2192. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, 0), i)
  2193. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), i)
  2194. wait()
  2195. end
  2196. for i = 0, 1, 0.03 do
  2197. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(5), 0, 0), i)
  2198. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, 0.15) * CFrame.Angles(math.rad(-95), 0, 0), i)
  2199. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, 0.15) * CFrame.Angles(math.rad(-95), 0, 0), i)
  2200. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0.3, -1.5) * CFrame.Angles(math.rad(90), 0, math.rad(-35)), i)
  2201. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0.3, -1.5) * CFrame.Angles(math.rad(90), 0, math.rad(35)), i)
  2202. knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  2203. wait()
  2204. end
  2205. local bleedzer = Instance.new('Part',me.Torso)
  2206. bleedzer.CFrame = me.Torso.CFrame
  2207. bleedzer.Size = Vector3.new(0.1,0.1,0.1)
  2208. bleedzer.Transparency = 1
  2209. bleedzer.CanCollide = false
  2210. local weld = Instance.new('Weld',bleedzer)
  2211. weld.Part0 = bleedzer
  2212. weld.Part1 = me.Torso
  2213. weld.C0= CFrame.new(0,0,0)*CFrame.Angles(math.rad(-90),0,0)
  2214. local woodpekker = coroutine.wrap(function()
  2215. bleed(bleedzer)
  2216. end)
  2217. woodpekker()
  2218. audio.SoundId = "rbxassetid://199977936"
  2219. audio.PlaybackSpeed = 1.5
  2220. audio:Play()
  2221. audio2.SoundId = "rbxassetid://220834019"
  2222. audio2.PlaybackSpeed = 1
  2223. audio2.TimePosition = 0.1
  2224. audio2:Play()
  2225. for i = 0, 1, 0.1 do
  2226. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  2227. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  2228. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  2229. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0, 0) * CFrame.Angles(math.rad(70), 0, math.rad(-35)), i)
  2230. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0, 0) * CFrame.Angles(math.rad(70), 0, math.rad(35)), i)
  2231. knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  2232. wait()
  2233. end
  2234. wait(1)
  2235. audio.SoundId = "rbxassetid://210943487"
  2236. audio.TimePosition = 0.2
  2237. audio.PlaybackSpeed = 0.75
  2238. audio:Play()
  2239. for i = 0, 1, 0.03 do
  2240. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  2241. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  2242. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  2243. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0.3, -1.5) * CFrame.Angles(math.rad(70), 0, math.rad(-35)), i)
  2244. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0.3, -1.5) * CFrame.Angles(math.rad(70), 0, math.rad(35)), i)
  2245. knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  2246. wait()
  2247. end
  2248. for i = 0, 1, 0.03 do
  2249. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, -0.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), i)
  2250. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1.5, 0, -0.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), i)
  2251. knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0), i)
  2252. wait()
  2253. end
  2254. wait(0.24)
  2255. if me:FindFirstChildOfClass('Humanoid') then
  2256. me:FindFirstChildOfClass('Humanoid').Health = 0
  2257. end
  2258. wait(0.01)
  2259. killz(me,me.Torso.Name,nil,nil,true)
  2260.  
  2261. tors:Remove()
  2262. rightarm:Remove()
  2263. rightleg:Remove()
  2264. leftleg:Remove()
  2265. leftarm:Remove()
  2266. rightshoulderz:Clone().Parent = me.Torso
  2267. leftshoulderz:Clone().Parent = me.Torso
  2268. torsojoint:Clone().Parent = me.HumanoidRootPart
  2269. lefthipz:Clone().Parent = me.Torso
  2270. righthipz:Clone().Parent = me.Torso
  2271. me.Humanoid.JumpPower = 50
  2272. me.Humanoid.WalkSpeed = 16
  2273. acting = false
  2274. canClick = true
  2275. doing = false
  2276. hit = false
  2277. kyssing = false
  2278. if decearingTHING == 4 then
  2279. decearingEGG:Remove()
  2280. end
  2281. end
  2282.  
  2283. function bleedout()
  2284. local doit = coroutine.wrap(function()
  2285. local targe = grabbed
  2286. local num = 0
  2287. while targe and targe:FindFirstChildOfClass('Humanoid') and targe:FindFirstChildOfClass('Humanoid').Health > 0 and
  2288.  
  2289. num < 11 do
  2290. if targe.Head:FindFirstChild('Died') then
  2291. tone = math.random(6, 12) / 10
  2292. targe.Head.Died.PlaybackSpeed = tone
  2293. targe.Head.Died:Play()
  2294. else
  2295. local deathsound = Instance.new('Sound',targe.Head)
  2296. deathsound.Name = "Died"
  2297. deathsound.SoundId = 'rbxasset://sounds/uuhhh.mp3'
  2298. deathsound.Volume = 0.65
  2299. deathsound.EmitterSize = 5
  2300. deathsound.MaxDistance = 150
  2301. tone = math.random(5, 15) / 10
  2302. targe.Head.Died.PlaybackSpeed = tone
  2303. targe.Head.Died:Play()
  2304. end
  2305. targe:FindFirstChildOfClass('Humanoid').Health = targe:FindFirstChildOfClass('Humanoid').Health - 7
  2306. num = num+1
  2307. wait(0.325)
  2308. end
  2309. targe:FindFirstChildOfClass('Humanoid').Health = 0
  2310. wait()
  2311. killz(targe,'Head',nil,nil,false,true)
  2312. wait(2)
  2313. targe:Remove()
  2314. end)
  2315. doit()
  2316. end
  2317.  
  2318. function liedown()
  2319. local doit = coroutine.wrap(function()
  2320. local targe = grabbed
  2321. wait(2)
  2322. if targe and targe:FindFirstChildOfClass('Humanoid') then
  2323. targe:FindFirstChildOfClass('Humanoid').PlatformStand = false
  2324. end
  2325. end)
  2326. doit()
  2327. end
  2328.  
  2329. function grab()
  2330. local doit = coroutine.wrap(function()
  2331. acting = true
  2332. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 3
  2333. local arm = me["Right Arm"]
  2334. local tors = me.Torso
  2335. local arm2 = me["Left Arm"]
  2336. local humanroot = me.HumanoidRootPart
  2337. local weld2 = Instance.new('Weld',arm)
  2338. weld2.Part0 = arm
  2339. weld2.Part1 = tors
  2340. weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  2341. local weld3 = Instance.new('Weld',arm2)
  2342. weld3.Part0 = arm2
  2343. weld3.Part1 = tors
  2344. weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  2345. for i = 0,1,0.05 do
  2346. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or humanroot == nil
  2347.  
  2348. then return end
  2349. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  2350. weld3.C0 = weld3.C0:lerp(CFrame.new(1.2,1.3,0)*CFrame.Angles(0,0,1.2),i)
  2351. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), -1.55) * CFrame.new(0, 0.95, 0)
  2352. wait(0.01)
  2353. end
  2354. grabbing = true
  2355. trail.Enabled = true
  2356. for i = 0,1,0.10 do
  2357. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or humanroot == nil
  2358.  
  2359. then return end
  2360. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.5, 0, -1.3), i)
  2361. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.5, 0, 1.1), i)
  2362. wait(0.01)
  2363. end
  2364. trail.Enabled = false
  2365. wait(0.5)
  2366. grabbing = false
  2367. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 3
  2368. if grabbed == nil then
  2369. for i = 0,1,0.1 do
  2370. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil then return end
  2371. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  2372. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  2373. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  2374. wait(0.001)
  2375. end
  2376. weld2:Destroy()
  2377. weld3:Destroy()
  2378. rightshoulderz:Clone().Parent = me.Torso
  2379. leftshoulderz:Clone().Parent = me.Torso
  2380. acting = false
  2381. canClick = true
  2382. end
  2383. end)
  2384. doit()
  2385. end
  2386.  
  2387. function kill()
  2388. paralyzed = false
  2389. if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then
  2390.  
  2391. hardrelease() return end
  2392. targetweld = grabbed.Torso.TargetWeld
  2393. targetweld2 = nil
  2394. local reee = grabbed:FindFirstChild("Left Arm")
  2395. if reee and reee:FindFirstChild("Weld") then
  2396. targetweld2 = reee.Weld
  2397. end
  2398. for i, v in pairs(grabbed:GetChildren()) do
  2399. if v.Name == "Part" then
  2400. v.CanCollide = true
  2401. end
  2402. end
  2403. targetweld3pt = grabbed:FindFirstChild("Right Arm")
  2404. local targetrightshoulder = rightshoulder
  2405. local targetleftshoulder = leftshoulder
  2406. local targetweld3 = Instance.new("Weld", targetweld3pt)
  2407. targetweld3.Part0 = grabbed.Torso
  2408. targetweld3.Part1 = targetweld3pt
  2409. targetweld3.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  2410.  
  2411. local doit = coroutine.wrap(function()
  2412. local arm = me["Right Arm"]
  2413. local tors = grabbed.Torso
  2414. local arm2 = me["Left Arm"]
  2415. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  2416. doing = true
  2417. local weld2 = arm:FindFirstChildOfClass('Weld')
  2418. local weld3 = arm2:FindFirstChildOfClass('Weld')
  2419. local humanroot = me.HumanoidRootPart
  2420.  
  2421. for i = 0,1,0.1 do
  2422. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then
  2423.  
  2424. return end
  2425. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.9, 0, -1.4), i)
  2426. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 0.5, -0.5)* CFrame.Angles(-1.5, 0.4, 1.1), i)
  2427. wait(0.01)
  2428. end
  2429.  
  2430. audio:Stop()
  2431. audio.SoundId = "rbxassetid://517040733"
  2432. tone = math.random(1, 3)
  2433. if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0.3 end
  2434. if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0.1 end
  2435. if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0.2 end
  2436. audio:Play()
  2437.  
  2438. local bleedpart = Instance.new("Part", grabbed)
  2439. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  2440. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  2441. bleedpart.CanCollide = false
  2442. bleedpart.Position = grabbed.Head.Position + Vector3.new(0, 1, 0)
  2443. bleedpart.Transparency = 1
  2444.  
  2445. local bleedpartweld = Instance.new("Weld", grabbed.Torso)
  2446. bleedpartweld.Part0 = grabbed.Torso
  2447. bleedpartweld.Part1 = bleedpart
  2448. bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  2449. local coru=coroutine.wrap(function()
  2450. bleed(bleedpart)
  2451. end)
  2452. coru()
  2453.  
  2454. local slightthrow = Instance.new("BodyThrust", grabbed.Torso)
  2455. slightthrow.Force = Vector3.new(0, 0, -2500)
  2456.  
  2457. local slightthrow2 = Instance.new("BodyAngularVelocity", grabbed.Torso)
  2458. slightthrow2.AngularVelocity = Vector3.new(0, -1000, 0)
  2459. slightthrow2.MaxTorque = Vector3.new(1000, 1000, 1000)
  2460.  
  2461. if grabbed:FindFirstChildOfClass('Humanoid') then
  2462. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  2463. end
  2464.  
  2465. killz(grabbed,'Left Leg')
  2466. killz(grabbed,'Left Arm')
  2467. killz(grabbed,'Right Leg')
  2468. killz(grabbed,'Right Arm')
  2469.  
  2470. trail.Enabled = true
  2471.  
  2472. for i = 0,1,0.2 do
  2473. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then
  2474.  
  2475. return end
  2476. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 1.7, -0.5)* CFrame.Angles(-0.25, 0, -1.4), i)
  2477. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1.6, -0.5)* CFrame.Angles(-1.5, -1, 1.1), i)
  2478. wait(0.01)
  2479. end
  2480.  
  2481. trail.Enabled = false
  2482.  
  2483. bleedout()
  2484.  
  2485. rightshoulderz:Clone().Parent = me.Torso
  2486. leftshoulderz:Clone().Parent = me.Torso
  2487. grabbed = nil
  2488.  
  2489. if humanroot:FindFirstChild('Holder') then
  2490. humanroot.Holder:Destroy()
  2491. end
  2492.  
  2493. wait(0.2)
  2494. slightthrow:Remove()
  2495. slightthrow2:Remove()
  2496. for i = 0,1,0.05 do
  2497. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then
  2498.  
  2499. return end
  2500. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5, 0, 0)* CFrame.Angles(0, 0, 0), i)
  2501. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5, 0, 0)* CFrame.Angles(0, 0, 0), i)
  2502. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  2503. wait(0.01)
  2504. end
  2505.  
  2506. weld2:Destroy()
  2507. weld3:Destroy()
  2508. targetweld = nil
  2509. targetweld2 = nil
  2510. targetweld3 = nil
  2511. rightshoulderz:Clone().Parent = me.Torso
  2512. leftshoulderz:Clone().Parent = me.Torso
  2513. acting = false
  2514. canClick = true
  2515. doing = false
  2516. end)
  2517. doit()
  2518. end
  2519.  
  2520. function finish()
  2521. if finishing == true then return end
  2522. finishing = true
  2523. acting = true
  2524. decearingTHING = math.random(1, 100)
  2525. if decearingTHING == 4 then
  2526. decearingEGG = Instance.new("Sound", me.Torso)
  2527. decearingEGG.SoundId = "rbxassetid://138084557"
  2528. decearingEGG.PlaybackSpeed = math.random(10, 12) / 10
  2529. decearingEGG.TimePosition = 0.2
  2530. decearingEGG:Play()
  2531. end
  2532. me.Humanoid.WalkSpeed = 0
  2533. me.Humanoid.JumpPower = 0
  2534.  
  2535. local rightarm = Instance.new("Weld", me.Torso)
  2536. rightarm.Part0 = me.Torso
  2537. rightarm.Part1 = me["Right Arm"]
  2538. rightarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  2539.  
  2540. local tors = Instance.new("Weld", me.HumanoidRootPart)
  2541. tors.Part0 = me.HumanoidRootPart
  2542. tors.Part1 = me.Torso
  2543. tors.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0)
  2544.  
  2545. local rightleg = Instance.new("Weld", me.Torso)
  2546. rightleg.Part0 = me.Torso
  2547. rightleg.Part1 = me["Right Leg"]
  2548. rightleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0.5, -2, 0)
  2549.  
  2550. local leftleg = Instance.new("Weld", me.Torso)
  2551. leftleg.Part0 = me.Torso
  2552. leftleg.Part1 = me["Left Leg"]
  2553. leftleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-0.5, -2, 0)
  2554.  
  2555. for i = 0, 1, 0.05 do
  2556. tors.C0 = tors.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(15), 0, 0), i)
  2557. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -2, 0.2) * CFrame.Angles(math.rad(-15), 0, 0), i)
  2558. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -2, 0.2) * CFrame.Angles(math.rad(-15), 0, 0), i)
  2559. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, 0) * CFrame.Angles(math.rad(179), math.rad(179), 0), i)
  2560. wait()
  2561. end
  2562. for i=1,finishnum do
  2563. local num1 = 0.5
  2564. local num2 = 0.5
  2565. local num3 = 0.25
  2566. if finishnum ~= 1 then
  2567. num3 = 0
  2568. end
  2569. trail.Enabled = true
  2570. for i = 0, 1, num1 do
  2571. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-60), 0, 0), i)
  2572. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1.5, 0) * CFrame.Angles(math.rad(0), 0, 0), i)
  2573. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -0.7, -1) * CFrame.Angles(math.rad(10), 0, 0), i)
  2574. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, -1) * CFrame.Angles(math.rad(160), math.rad(150), 0), i)
  2575. wait()
  2576. end
  2577. wait()
  2578. for i = 0, 1, num2 do
  2579. tors.C0 = tors.C0:lerp(CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  2580. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1.5, 0) * CFrame.Angles(math.rad(-30), 0, 0), i)
  2581. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -0.7, -1) * CFrame.Angles(math.rad(-20), 0, 0), i)
  2582. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, 0.2) * CFrame.Angles(math.rad(250), math.rad(180), 0), i)
  2583. wait()
  2584. end
  2585. trail.Enabled = false
  2586. wait(num3)
  2587. end
  2588. wait()
  2589. for i = 0, 1, 0.05 do
  2590. tors.C0 = tors.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), i)
  2591. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -2, 0) * CFrame.Angles(0, 0, 0), i)
  2592. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -2, 0) * CFrame.Angles(0, 0, 0), i)
  2593. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 0, 0), i)
  2594. wait()
  2595. end
  2596. tors:Remove()
  2597. rightarm:Remove()
  2598. rightleg:Remove()
  2599. leftleg:Remove()
  2600. rightshoulderz:Clone().Parent = me.Torso
  2601. leftshoulderz:Clone().Parent = me.Torso
  2602. torsojoint:Clone().Parent = me.HumanoidRootPart
  2603. lefthipz:Clone().Parent = me.Torso
  2604. righthipz:Clone().Parent = me.Torso
  2605. me.Humanoid.JumpPower = 50
  2606. me.Humanoid.WalkSpeed = 16
  2607. acting = false
  2608. canClick = true
  2609. doing = false
  2610. hit = false
  2611. finishing = false
  2612. if decearingTHING == 4 then
  2613. decearingEGG:Remove()
  2614. end
  2615. end
  2616.  
  2617. function throw()
  2618. if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then return
  2619.  
  2620. end
  2621. paralyzed = false
  2622. targetweld = grabbed.Torso.TargetWeld
  2623. local ree = grabbed:FindFirstChild("Left Arm")
  2624. targetweld2 =nil
  2625. if ree and ree:FindFirstChild("Weld") then
  2626. targetweld2 = ree.Weld
  2627. end
  2628.  
  2629. for i, v in pairs(grabbed:GetChildren()) do
  2630. if v.Name == "Part" then
  2631. v.CanCollide = true
  2632. end
  2633. end
  2634.  
  2635.  
  2636. local doit = coroutine.wrap(function()
  2637. local arm = me["Right Arm"]
  2638. local tors = grabbed.Torso
  2639. local arm2 = me["Left Arm"]
  2640. local targrightshoulder = rightshoulder
  2641.  
  2642. local targleftshoulder = leftshoulder
  2643. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  2644. doing = true
  2645. local weld2 = arm:FindFirstChildOfClass('Weld')
  2646. local weld3 = arm2:FindFirstChildOfClass('Weld')
  2647. local humanroot = me.HumanoidRootPart
  2648.  
  2649. for i = 0,1,0.2 do
  2650. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then
  2651.  
  2652. return end
  2653. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 1.7, -0.5)* CFrame.Angles(-0.25, 1, -1.4), i)
  2654. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1.6, -0.5)* CFrame.Angles(-1.5, -1, 1.1), i)
  2655. targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0, 0, 0), i)
  2656. if targetweld2 then
  2657. targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0, 0)*CFrame.Angles(0, 0, 0), i)
  2658. end
  2659. wait(0.01)
  2660. end
  2661.  
  2662. audio:Stop()
  2663. audio.SoundId = "rbxassetid://536642316"
  2664. tone = math.random(1, 3)
  2665. if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0.08 end
  2666. if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0.1 end
  2667. if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0.12 end
  2668. audio:Play()
  2669.  
  2670. local slightthrow = Instance.new("BodyVelocity", grabbed.Torso)
  2671. slightthrow.Velocity = Vector3.new(0,20,0)+(me.Torso.CFrame.lookVector*20)
  2672. slightthrow.P = 5000
  2673. slightthrow.MaxForce = Vector3.new(9000001,9000001,9000001)
  2674. local point = grabbed.Torso.Position
  2675. local aaaaaa = grabbed
  2676. liedown()
  2677.  
  2678. rightshoulderz:Clone().Parent = me.Torso
  2679. leftshoulderz:Clone().Parent = me.Torso
  2680. grabbed = nil
  2681.  
  2682. if humanroot:FindFirstChild('Holder') then
  2683. humanroot.Holder:Destroy()
  2684. end
  2685. local coru = coroutine.wrap(function()
  2686. while aaaaaa and aaaaaa:FindFirstChild('Torso') and (aaaaaa.Torso.Position-point).magnitude < 5 do wait(0.001) end
  2687. if aaaaaa:FindFirstChildOfClass('Humanoid') then
  2688. aaaaaa:FindFirstChildOfClass('Humanoid').Name = "Humanoid"
  2689. aaaaaa:FindFirstChildOfClass('Humanoid').JumpPower = 50
  2690. aaaaaa:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
  2691. end
  2692. slightthrow:Remove()
  2693. end)
  2694. coru()
  2695.  
  2696. for i = 0,1,0.05 do
  2697. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then
  2698.  
  2699. return end
  2700. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  2701. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  2702. wait(0.01)
  2703. end
  2704. weld2:Destroy()
  2705. weld3:Destroy()
  2706. targetweld:Remove()
  2707. if targetweld2 then
  2708. targetweld2:Remove()
  2709. end
  2710. if rightshoulder then
  2711. rightshoulder:Clone().Parent = tors
  2712. end
  2713. if leftshoulder then
  2714. leftshoulder:Clone().Parent = tors
  2715. end
  2716. headweld:Clone().Parent = tors
  2717. rightshoulderz:Clone().Parent = me.Torso
  2718. leftshoulderz:Clone().Parent = me.Torso
  2719. acting = false
  2720. canClick = true
  2721. doing = false
  2722. end)
  2723. doit()
  2724. end
  2725.  
  2726. cfn,ang,mr,int=CFrame.new,CFrame.Angles,math.rad,Instance.new
  2727. bc=BrickColor.new
  2728. local minimumsize = Vector3.new(0.7,0.7,0.7)
  2729. local surface_between_splitted_parts = 'SmoothNoOutlines'
  2730. local fragmentable = workspace
  2731. local list = {}
  2732. local brickcount = 0
  2733. local storage = {}
  2734. local fillup = 1000
  2735. local maximumstorage = 2000
  2736. local storage_position = Vector3.new(0,0,5000)
  2737. local stored_partsize = Vector3.new(1,1,1)
  2738. local parts_created_per_frame = 5
  2739.  
  2740. local minimumsize = Vector3.new(0.7,0.7,0.7)
  2741. local surface_between_splitted_parts = 'SmoothNoOutlines'
  2742. local fragmentable = workspace
  2743. local list = {}
  2744. local brickcount = 0
  2745. local storage = {}
  2746. local fillup = 1000
  2747. local maximumstorage = 2000
  2748. local storage_position = Vector3.new(0,0,5000)
  2749. local stored_partsize = Vector3.new(1,1,1)
  2750. local parts_created_per_frame = 5
  2751.  
  2752.  
  2753. function fragmentate
  2754.  
  2755. (cframe,size,color,explosion_position,explosion_blastradius,backsurface,bottomsurface,frontsurface,leftsurface,rightsurface,topsurf
  2756.  
  2757. ace,transparency,reflectance,material)
  2758. local xi = size.X >= minimumsize.X*(1+explosion_blastradius/16) and 2 or 1
  2759. local yi = size.Y >= minimumsize.Y*(1+explosion_blastradius/16) and 2 or 1
  2760. local zi = size.Z >= minimumsize.Z*(1+explosion_blastradius/16) and 2 or 1
  2761. if xi == 1 and yi == 1 and zi == 1 or (cframe.p-explosion_position).magnitude > size.magnitude/2 + explosion_blastradius
  2762.  
  2763. then
  2764. if xi == 1 and yi == 1 and zi == 1 then return end
  2765. if #storage > 0 then
  2766. local p = storage[1]
  2767. p.BrickColor = color
  2768. p.Size = size
  2769. p.Anchored = false
  2770. p.BackSurface = backsurface
  2771. p.BottomSurface = bottomsurface
  2772. p.FrontSurface = frontsurface
  2773. p.LeftSurface = leftsurface
  2774. p.RightSurface = rightsurface
  2775. p.TopSurface = topsurface
  2776. p.Transparency = transparency
  2777. p.CFrame = cframe
  2778. p.Reflectance = reflectance
  2779. p.Material = material
  2780. game:GetService('Debris'):AddItem(p,30)
  2781. p:BreakJoints()
  2782. table.remove(storage,1)
  2783. else
  2784. local p = Instance.new("Part",fragmentable)
  2785. p.BrickColor = color
  2786. p.FormFactor = "Custom"
  2787. p.Size = size
  2788. p.BackSurface = backsurface
  2789. p.BottomSurface = bottomsurface
  2790. p.FrontSurface = frontsurface
  2791. p.LeftSurface = leftsurface
  2792. p.RightSurface = rightsurface
  2793. p.TopSurface = topsurface
  2794. p.Transparency = transparency
  2795. p.Material = material
  2796. if p.Transparency>0.285 then
  2797. p.Anchored = false
  2798. else
  2799. p.Anchored=false
  2800. p.Material='Wood'
  2801. game:GetService('Debris'):AddItem(p,10)
  2802. end
  2803. p.CFrame = cframe
  2804. p.Reflectance = reflectance
  2805. p:BreakJoints()
  2806. end
  2807. return
  2808. end
  2809. local mody = math.random(-125,125)/1000
  2810. for y = 1,yi do
  2811. if math.random()> 0.5 then
  2812. local modx = math.random(-125,125)/1000
  2813. for x = 1,xi do
  2814. local modz = math.random(-125,125)/1000
  2815. for z = 1,zi do --offset = x/xi-0.75+modx)
  2816. fragmentate(cframe*CFrame.new(size.X*(xi==1 and 0 or x/xi-0.75+modx),size.Y*(yi==1 and 0 or
  2817.  
  2818. y/yi-0.75+mody),size.Z*(zi==1 and 0 or z/zi-0.75+modz)),
  2819. Vector3.new(xi == 2 and size.X*(1-2*math.abs(x/xi-0.75+modx)) or size.X,yi == 2 and
  2820.  
  2821. size.Y*(1-2*math.abs(y/yi-0.75+mody)) or size.Y,
  2822. zi == 2 and size.Z*(1-2*math.abs(z/zi-0.75+modz)) or size.Z or
  2823.  
  2824. mustardfoot_was_here),color,explosion_position,explosion_blastradius,
  2825. z~=zi and surface_between_splitted_parts or backsurface,y==2 and
  2826.  
  2827. surface_between_splitted_parts or bottomsurface,
  2828. z==2 and surface_between_splitted_parts or frontsurface,x==2 and
  2829.  
  2830. surface_between_splitted_parts or leftsurface,x~=xi and surface_between_splitted_parts or rightsurface,
  2831. y~=yi and surface_between_splitted_parts or
  2832.  
  2833. topsurface,transparency,reflectance,material)
  2834. end
  2835.  
  2836. end
  2837. else
  2838. local modz = math.random(-125,125)/1000
  2839. for z = 1,zi do
  2840. local modx = math.random(-125,125)/1000
  2841. for x = 1,xi do
  2842. fragmentate(cframe*CFrame.new(size.X*(xi==1 and 0 or x/xi-0.75+modx),size.Y*(yi==1 and 0 or
  2843.  
  2844. y/yi-0.75+mody),size.Z*(zi==1 and 0 or z/zi-0.75+modz)),
  2845. Vector3.new(xi == 2 and size.X*(1-2*math.abs(x/xi-0.75+modx)) or size.X,yi == 2 and
  2846.  
  2847. size.Y*(1-2*math.abs(y/yi-0.75+mody)) or size.Y,
  2848. zi == 2 and size.Z*(1-2*math.abs(z/zi-0.75+modz)) or
  2849.  
  2850. size.Z),color,explosion_position,explosion_blastradius,
  2851. z~=zi and surface_between_splitted_parts or backsurface,y==2 and
  2852.  
  2853. surface_between_splitted_parts or bottomsurface,
  2854. z==2 and surface_between_splitted_parts or frontsurface,x==2 and
  2855.  
  2856. surface_between_splitted_parts or leftsurface,x~=xi and surface_between_splitted_parts or rightsurface,
  2857. y~=yi and surface_between_splitted_parts or
  2858.  
  2859. topsurface,transparency,reflectance,material)
  2860. end
  2861. end
  2862. end
  2863. end
  2864. end
  2865.  
  2866. function start_fragmentation(position,radius,nuh)
  2867. local search = Region3.new(position-Vector3.new(radius,radius,radius)*1.1,position+Vector3.new(radius,radius,radius)*1.1)
  2868. repeat
  2869. local finish = false
  2870. local parts = workspace:FindPartsInRegion3WithIgnoreList(search,list,100)
  2871. for i = 1,#parts do
  2872. table.insert(list,1,parts[i])
  2873. end
  2874. finish = true
  2875. until #parts < 100 and finish
  2876. local t = tick()
  2877. for i = 1,#list do
  2878. local p = list[i]
  2879. if p:IsA('UnionOperation') == false and p:IsA('CornerWedgePart') == false and p:IsA('TrussPart') == false and
  2880.  
  2881. p:IsA('WedgePart') == false and p.Parent and p.Parent ~= obj1 and p.Parent.Name ~= "Projectile" and p:IsDescendantOf(fragmentable)
  2882.  
  2883. and p:GetMass()<50000 and p.Transparency>0.285 and p.Name~='Base' and p.Parent:FindFirstChildOfClass('Humanoid') == nil and
  2884.  
  2885. p.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil and p:IsDescendantOf(me)==false then
  2886. fragmentate
  2887.  
  2888. (p.CFrame,p.Size,p.BrickColor,position,radius,p.BackSurface,p.BottomSurface,p.FrontSurface,p.LeftSurface,p.RightSurface,p.TopSurfac
  2889.  
  2890. e,p.Transparency,p.Reflectance,p.Material)
  2891. if #storage < maximumstorage and p.Shape == "Block" then
  2892. p.Anchored = false
  2893. p.FormFactor = "Custom"
  2894. p.Size = stored_partsize
  2895. p.Position = storage_position
  2896. table.insert(storage,1,p)
  2897. else
  2898. p:Destroy()
  2899. end
  2900. end
  2901. if nuh == false and p.Parent and p.Parent ~= obj1 and p.Parent.Name ~= "Projectile" and p:IsDescendantOf
  2902.  
  2903. (fragmentable) and p:GetMass()<53000 and p.Transparency<0.05 and p.Name~='Base' and tostring(p.Material)=='Enum.Material.Wood' and
  2904.  
  2905. p:IsDescendantOf(me)==false then
  2906. fragmentate
  2907.  
  2908. (p.CFrame,p.Size,p.BrickColor,position,radius,p.BackSurface,p.BottomSurface,p.FrontSurface,p.LeftSurface,p.RightSurface,p.TopSurfac
  2909.  
  2910. e,p.Transparency,p.Reflectance,p.Material)
  2911. if #storage < maximumstorage and p.Shape == "Block" then
  2912. p.Anchored = false
  2913. p.Material='Wood'
  2914. p.FormFactor = "Custom"
  2915. p.Size = stored_partsize
  2916. p.Position = storage_position
  2917. table.insert(storage,1,p)
  2918. else
  2919. p:Destroy()
  2920. end
  2921. end
  2922. end
  2923. list = {}
  2924. end
  2925.  
  2926.  
  2927. function fling()
  2928. local doit = coroutine.wrap(function()
  2929. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') then
  2930. acting = true
  2931. for i=1,finishnum do
  2932. local weld2 = Instance.new('Weld',me["Right Arm"])
  2933. weld2.Part0 = me["Right Arm"]
  2934. weld2.Part1 = me["Torso"]
  2935. weld2.C0 = CFrame.new(-1.5,0,0)
  2936. if finishnum == 1 then
  2937. for i = 0,1,0.05 do
  2938. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  2939. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  2940. wait(0.01)
  2941. end
  2942. end
  2943. audio.SoundId = "rbxassetid://166083610"
  2944. audio.PlaybackSpeed = 1
  2945. audio.TimePosition = 0.1
  2946. audio:Play()
  2947. if finishnum == 1 then
  2948. for i = 0,1,0.5 do
  2949. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  2950. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  2951. wait(0.001)
  2952. end
  2953. end
  2954. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  2955. local knofe = obj1:Clone()
  2956. for i, v in pairs(obj1:GetChildren()) do
  2957. if v:IsA('BasePart') then
  2958. v.Transparency = 1
  2959. end
  2960. end
  2961. knofe.Parent = workspace
  2962. knofe.Name = "Projectile"
  2963. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  2964. knofe:FindFirstChild("Trail", true).Enabled = true
  2965. local heck = Instance.new('BodyVelocity',knofe.Grab)
  2966. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  2967. local coru = coroutine.wrap(function()
  2968. wait(0.45)
  2969. if heck then
  2970. heck:Destroy()
  2971. end
  2972. end)
  2973. coru()
  2974. local able = true
  2975. knofe["big ass knife"].Touched:connect(function(hit)
  2976. if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Transparency < 1 and knofe.Grab.CanCollide
  2977.  
  2978. == false and hit.Parent ~= me and hit.Parent.Parent ~= me then
  2979. local thing = hit.Parent:FindFirstChildOfClass('Humanoid')
  2980. local ree = hit.Parent
  2981. if thing == nil then
  2982. ree = hit.Parent.Parent
  2983. end
  2984. if ree:FindFirstChildOfClass('Humanoid').Health > 0 then
  2985. knofe:FindFirstChild("Trail", true).Enabled = false
  2986. game:GetService('Debris'):AddItem(knofe,5)
  2987. tone = math.random(1, 3)
  2988. local sound = Instance.new('Sound',knofe.Grab)
  2989. if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  2990. if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  2991. if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  2992. sound.PlaybackSpeed = 1
  2993. sound:Play()
  2994. for i, v in pairs(knofe:GetChildren()) do
  2995. if v:IsA('BasePart') then
  2996. v.CanCollide = true
  2997. v.Anchored = true
  2998. end
  2999. end
  3000. hit.Anchored = true
  3001. if ree:FindFirstChildOfClass('Humanoid') and hit.Name == "Torso" or hit.Name == "Head" then
  3002. ree:FindFirstChildOfClass('Humanoid').Health = 0
  3003. end
  3004. wait()
  3005. killz(ree,hit.Name,knofe)
  3006. else
  3007. knofe:FindFirstChild("Trail", true).Enabled = false
  3008. heck.Velocity = Vector3.new(0,0,0)
  3009. heck:Destroy()
  3010. game:GetService('Debris'):AddItem(knofe,5)
  3011. tone = math.random(1, 3)
  3012. local sound = Instance.new('Sound',knofe.Grab)
  3013. if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  3014. if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  3015. if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  3016. sound.PlaybackSpeed = 1
  3017. sound:Play()
  3018. for i, v in pairs(knofe:GetChildren()) do
  3019. if v:IsA('BasePart') then
  3020. v.Anchored = false
  3021. end
  3022. end
  3023. hit.Anchored = true
  3024. wait(0.001)
  3025. hit.Anchored = false
  3026. for i, v in pairs(knofe:GetChildren()) do
  3027. if v:IsA('BasePart') then
  3028. v.Anchored = false
  3029. end
  3030. end
  3031. if knofe then
  3032. local coru = coroutine.wrap(function()
  3033. if hit then
  3034. local uno = Instance.new('Part',workspace)
  3035. local dos = Instance.new('Part',workspace)
  3036. uno.CFrame = hit.CFrame
  3037. dos.CFrame = knofe["big ass knife"].CFrame
  3038. local weld = Instance.new('Weld',knofe["big ass knife"])
  3039. weld.Part0 = hit
  3040. weld.Part1 = knofe["big ass knife"]
  3041. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  3042. uno:Destroy()
  3043. dos:Destroy()
  3044. end
  3045. end)
  3046. coru()
  3047. end
  3048. end
  3049. elseif hit.Parent and hit.Parent ~= me and hit.Parent.Parent ~= me and hit.CanCollide and knofe.Grab.CanCollide ==
  3050.  
  3051. false then
  3052. if hit.Transparency and (hit.Transparency<=0.285 or hit:GetMass()<=3000) then
  3053. knofe:FindFirstChild("Trail", true).Enabled = false
  3054. local sound = Instance.new('Sound',knofe.Grab)
  3055. sound.SoundId = 'rbxassetid://267585646'
  3056. sound:Play()
  3057. for i,v in pairs(knofe:GetChildren()) do
  3058. if v:IsA('BasePart') then
  3059. v.Anchored = true
  3060. end
  3061. end
  3062. wait()
  3063. heck.Velocity = Vector3.new(0,0,0)
  3064. heck:Destroy()
  3065. local uno = Instance.new('Part',workspace)
  3066. local dos = Instance.new('Part',workspace)
  3067. uno.CFrame = hit.CFrame
  3068. dos.CFrame = knofe["big ass knife"].CFrame
  3069. local weld = Instance.new('Weld',knofe["big ass knife"])
  3070. weld.Part0 = hit
  3071. weld.Part1 = knofe["big ass knife"]
  3072. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  3073. uno:Destroy()
  3074. dos:Destroy()
  3075. for i,v in pairs(knofe:GetChildren()) do
  3076. if v:IsA('BasePart') then
  3077. v.Anchored = false
  3078. end
  3079. end
  3080. game:GetService('Debris'):AddItem(knofe,5)
  3081. for i,v in pairs(knofe:GetChildren()) do
  3082. if v:IsA('BasePart') then
  3083. v.CanCollide = true
  3084. end
  3085. end
  3086. end
  3087. if hit.Parent and hit.Transparency>0.285 and able == true and hit:GetMass()<3000 and
  3088.  
  3089. hit.Parent:FindFirstChildOfClass('Humanoid') == nil and (hit.Parent.Parent == nil or hit.Parent.Parent:FindFirstChildOfClass
  3090.  
  3091. ('Humanoid') == nil) then
  3092. knofe:FindFirstChild("Trail", true).Enabled = false
  3093. able = false
  3094. local sound = Instance.new('Sound',knofe.Grab)
  3095. sound.SoundId = 'rbxassetid://144884907'
  3096. sound:Play()
  3097. local coru = coroutine.wrap(function()
  3098. start_fragmentation(knofe["big ass knife"].Position,1.25,knofe)
  3099. end)
  3100. coru()
  3101. end
  3102. end
  3103. end)
  3104. if finishnum == 1 then
  3105. for i= 0,1,0.1 do
  3106. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3107. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  3108. wait(0.001)
  3109. end
  3110. else
  3111. for i= 0,1,0.5 do
  3112. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  3113. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  3114. wait(0.001)
  3115. end
  3116. end
  3117. for i,v in pairs(obj1:GetChildren()) do
  3118. if v:IsA('BasePart') then
  3119. v.Transparency = 0
  3120. end
  3121. end
  3122. weld2:Destroy()
  3123. rightshoulderz:Clone().Parent = me.Torso
  3124. end
  3125. acting = false
  3126. canClick = true
  3127. end
  3128. end)
  3129. doit()
  3130. end
  3131.  
  3132. function instasplode()
  3133. local coru = coroutine.wrap(function()
  3134. acting = true
  3135. for i=1,1 do
  3136. local weld2 = Instance.new('Weld',me["Right Arm"])
  3137. weld2.Part0 = me["Right Arm"]
  3138. weld2.Part1 = me["Torso"]
  3139. weld2.C0 = CFrame.new(-1.5,0,0)
  3140. if finishnum == 1 then
  3141. for i = 0,1,0.05 do
  3142. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return
  3143.  
  3144. end
  3145. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  3146. wait(0.01)
  3147. end
  3148. end
  3149. weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  3150. audio.SoundId = "rbxassetid://166083610"
  3151. audio.PlaybackSpeed = 1
  3152. audio.TimePosition = 0.1
  3153. audio:Play()
  3154. if finishnum == 1 then
  3155. for i = 0,1,0.5 do
  3156. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return
  3157.  
  3158. end
  3159. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  3160. wait(0.001)
  3161. end
  3162. end
  3163. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  3164. local knofe = obj1:Clone()
  3165. for i,v in pairs(obj1:GetChildren()) do
  3166. if v:IsA('BasePart') then
  3167. v.Transparency = 1
  3168. end
  3169. end
  3170. knofe.Parent = workspace
  3171. knofe.Name = "Projectile"
  3172. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  3173. knofe:FindFirstChild("Trail", true).Enabled = false
  3174. fireofjesUS = Instance.new("Fire", knofe.Grab)
  3175. local heck = Instance.new('BodyVelocity',knofe.Grab)
  3176. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  3177. local coru = coroutine.wrap(function()
  3178. wait(0.45)
  3179. if heck then
  3180. heck:Destroy()
  3181. end
  3182. end)
  3183. coru()
  3184. knofe["big ass knife"].Touched:connect(function(hit)
  3185. if hit.Parent ~= me and hit.Parent.Parent ~= me and hit.Transparency < 1 and knofe.Grab.CanCollide == false
  3186.  
  3187. then
  3188. heck.Velocity = Vector3.new(0,0,0)
  3189. heck:Destroy()
  3190. for i,v in pairs(knofe:GetChildren()) do
  3191. if v:IsA('BasePart') then
  3192. v.CanCollide = true
  3193. end
  3194. end
  3195. local hum = hit.Parent:FindFirstChildOfClass('Humanoid')
  3196. if hum == nil then
  3197. hum = hit.Parent.Parent:FindFirstChildOfClass('Humanoid')
  3198. end
  3199. if knofe then
  3200. local coru = coroutine.wrap(function()
  3201. if hit then
  3202. local uno = Instance.new('Part',workspace)
  3203. local dos = Instance.new('Part',workspace)
  3204. uno.CFrame = hit.CFrame
  3205. dos.CFrame = knofe["big ass knife"].CFrame
  3206. local weld = Instance.new('Weld',knofe["big ass knife"])
  3207. weld.Part0 = hit
  3208. weld.Part1 = knofe["big ass knife"]
  3209. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  3210. uno:Destroy()
  3211. dos:Destroy()
  3212. end
  3213. end)
  3214. coru()
  3215. end
  3216. local sound = Instance.new('Sound',knofe.Grab)
  3217. sound.Name = "BOOM"
  3218. sound.EmitterSize = 25
  3219. sound.SoundId = 'rbxassetid://476477344'
  3220. sound.Volume = 0.5
  3221. sound:Play()
  3222. local exppart = Instance.new("Part", game.Workspace)
  3223. exppart.Size = Vector3.new(0.2, 0.2, 0.2)
  3224. exppart.Anchored = true
  3225. exppart.CanCollide = false
  3226. exppart.CFrame = CFrame.new(knofe.Grab.CFrame.p)
  3227. exppart.Transparency = 1
  3228. local expaccent = Instance.new("ParticleEmitter", exppart)
  3229. expaccent.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255,
  3230.  
  3231. 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 0, 0))})
  3232. expaccent.LightEmission = 0.2
  3233. expaccent.LightInfluence = 0.3
  3234. expaccent.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1),
  3235.  
  3236. NumberSequenceKeypoint.new(1, 0)})
  3237. expaccent.Acceleration = Vector3.new(0, 30, 0)
  3238. expaccent.Drag = 15
  3239. expaccent.LockedToPart = false
  3240. expaccent.Lifetime = NumberRange.new(0.5, 1.5)
  3241. expaccent.Rate = 2000
  3242. expaccent.Speed = NumberRange.new(0,0)
  3243. expaccent.SpreadAngle = Vector2.new(360, 360)
  3244. expaccent:Clone().Parent = exppart
  3245. expaccent:Clone().Parent = exppart
  3246. local exp = Instance.new('Explosion',game.Workspace)
  3247. exp.Position = knofe["big ass knife"].Position
  3248. exp.ExplosionType = Enum.ExplosionType.NoCraters
  3249. exp.BlastRadius = 5
  3250. exp.Visible = false
  3251. exp.BlastPressure = 0
  3252. exp.DestroyJointRadiusPercent = 0
  3253. exp.Hit:connect(function(hit)
  3254. if hit.Parent and hit.Parent ~= me and hit.Parent.Name ~= "bitch ass knife" then
  3255. wait(0.001)
  3256. tgt = hit
  3257. local coru=coroutine.wrap(function(tgtt)
  3258. local fireofgods = Instance.new("Fire", tgtt)
  3259. fireofgods.Size = 0
  3260. fireofgods.Heat = 0
  3261. local fireofgodsaccent = expaccent:Clone()
  3262. fireofgodsaccent.Parent = hit
  3263. fireofgodsaccent.Rate = 0
  3264. fireofgodsaccent.Speed = NumberRange.new(5, 50)
  3265. fireofgodsaccent.SpreadAngle = Vector2.new(45, 45)
  3266. fireofgodsaccent.Acceleration = Vector3.new(0, 20, 0)
  3267.  
  3268. while fireofgods.Size < 10 do
  3269. fireofgods.Size = fireofgods.Size + 0.1
  3270. fireofgods.Heat = fireofgods.Heat + 0.1
  3271. fireofgodsaccent.Rate = fireofgodsaccent.Rate + 1
  3272. wait()
  3273. end
  3274. if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') ==
  3275.  
  3276. nil and hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil then
  3277. hit:BreakJoints()
  3278. elseif hit.Parent and hit.Parent:IsA('Accessory') then
  3279. for i,v in pairs(hit:GetChildren()) do
  3280. if v:IsA('SpecialMesh') then
  3281. v.TextureId = ""
  3282. end
  3283. end
  3284. end
  3285. hit.BrickColor = BrickColor.new("Black")
  3286. for i,v in pairs(hit.Parent:GetChildren()) do
  3287. if v:IsA('Shirt') or v:IsA('Pants') then
  3288. v:Destroy()
  3289. end
  3290. end
  3291.  
  3292. while fireofgods.Size > 5 do
  3293. fireofgods.Size = fireofgods.Size - 0.1
  3294. fireofgods.Heat = fireofgods.Heat - 0.1
  3295. wait()
  3296. end
  3297. fireofgods:Destroy()
  3298. if hit.Parent then
  3299. if hit.Parent:FindFirstChildOfClass('Humanoid') == nil and
  3300.  
  3301. hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil then
  3302. local p = hit
  3303. fragmentate
  3304.  
  3305. (p.CFrame,p.Size,p.BrickColor,p.Position,0.01,p.BackSurface,p.BottomSurface,p.FrontSurface,p.LeftSurface,p.RightSurface,p.TopSurfac
  3306.  
  3307. e,p.Transparency,p.Reflectance,p.Material)
  3308. hit:Remove()
  3309. elseif hit.Parent:FindFirstChildOfClass('Humanoid') ~= nil
  3310.  
  3311. then
  3312. print(hit.Name)
  3313. if hit.Name == "Torso" or hit.Name == "Head" then
  3314. print('ohhh YAAAA')
  3315. hit.Parent:FindFirstChildOfClass
  3316.  
  3317. ('Humanoid').Health = 0
  3318. end
  3319. wait()
  3320. killz(hit.Parent,hit.Name,nil,nil,false,false,true)
  3321. end
  3322. end
  3323. end)
  3324. coru(tgt)
  3325. end
  3326. end)
  3327. local explosionaccenttimeout = coroutine.wrap(function()
  3328. wait(0.2)
  3329. for i, exploodn in pairs(exppart:GetChildren()) do
  3330. exploodn.Enabled = false
  3331. end
  3332. wait(2)
  3333. for i, exploodn in pairs(exppart:GetChildren()) do
  3334. exploodn:Remove()
  3335. end
  3336. end)
  3337. explosionaccenttimeout()
  3338. for i,v in pairs(knofe:GetChildren()) do
  3339. if v:IsA('BasePart') then
  3340. v.Transparency = 1
  3341. end
  3342. end
  3343. exp.AncestryChanged:connect(function() knofe:Destroy() end)
  3344. coru()
  3345. end
  3346. end)
  3347. if finishnum == 1 then
  3348. for i= 0,1,0.1 do
  3349. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return
  3350.  
  3351. end
  3352. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  3353. wait(0.001)
  3354. end
  3355. else
  3356. wait(0.1)
  3357. end
  3358. weld2.C0 = CFrame.new(-1.5,0,0)
  3359. for i,v in pairs(obj1:GetChildren()) do
  3360. if v:IsA('BasePart') then
  3361. v.Transparency = 0
  3362. end
  3363. end
  3364. weld2:Destroy()
  3365. rightshoulderz:Clone().Parent = me.Torso
  3366. end
  3367. acting = false
  3368. canClick = true
  3369. end)
  3370. coru()
  3371. end
  3372.  
  3373. function fireworkit()
  3374. local coru = coroutine.wrap(function()
  3375. acting = true
  3376. local ree = 1
  3377. if finishnum > 1 then
  3378. ree = 3
  3379. end
  3380. for i=1,ree do
  3381. local weld2 = Instance.new('Weld',me["Right Arm"])
  3382. weld2.Part0 = me["Right Arm"]
  3383. weld2.Part1 = me["Torso"]
  3384. weld2.C0 = CFrame.new(-1.5,0,0)
  3385. weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  3386. audio.SoundId = "rbxassetid://166083610"
  3387. audio.PlaybackSpeed = 1
  3388. audio.TimePosition = 0.1
  3389. audio:Play()
  3390. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  3391. local knofe = obj1:Clone()
  3392. for i,v in pairs(obj1:GetChildren()) do
  3393. if v:IsA('BasePart') then
  3394. v.Transparency = 1
  3395. end
  3396. end
  3397. local sound = Instance.new('Sound',knofe.Grab)
  3398. sound.Volume = 0.25
  3399. sound.EmitterSize = 200
  3400. sound.MaxDistance = 300
  3401. sound.SoundId = 'rbxassetid://551051176'
  3402. sound:Play()
  3403. knofe.Parent = workspace
  3404. knofe.Name = "Projectile"
  3405. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  3406. local partic = Instance.new('ParticleEmitter',knofe.Grab)
  3407. partic.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.new(1,0,0)),ColorSequenceKeypoint.new
  3408.  
  3409. (0.4,Color3.fromRGB(255,125,0)),ColorSequenceKeypoint.new(0.8,Color3.new(1,1,0)),ColorSequenceKeypoint.new(1,Color3.new(1,1,1))})
  3410. partic.LightEmission = 0.5
  3411. partic.LightInfluence = 0
  3412. partic.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5),NumberSequenceKeypoint.new(1,0.15)})
  3413. partic.Rotation = NumberRange.new(0,90)
  3414. partic.SpreadAngle = Vector2.new(5,5)
  3415. partic.Speed = NumberRange.new(20)
  3416. partic.Texture = 'rbxassetid://603193846'
  3417. partic.EmissionDirection = Enum.NormalId.Left
  3418. partic.Lifetime = NumberRange.new(0.5,1)
  3419. partic.Rate = 100
  3420. local heck = Instance.new('BodyVelocity',knofe.Grab)
  3421. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*240
  3422. local coru=coroutine.wrap(function()
  3423. wait(1.2)
  3424. sound:Destroy()
  3425. local sound2 = Instance.new('Sound',workspace)
  3426. sound2.SoundId = 'rbxassetid://138080762'
  3427. sound2:Play()
  3428. if heck then
  3429. heck:Destroy()
  3430. end
  3431. for i,v in pairs(knofe:GetChildren()) do
  3432. v.Anchored = true
  3433. end
  3434. partic.Enabled = false
  3435. local colorscheme = math.random(1,4)
  3436. --1 - red & orange
  3437. --2 - blue & pink
  3438. --3 - green & purple
  3439. --4 - blue, red, white
  3440. local colar1 = Color3.fromRGB(255,0,0)
  3441. local colar2 = Color3.fromRGB(255,125,0)
  3442. local colar3 = Color3.fromRGB(255,255,255)
  3443. if colorscheme == 2 then
  3444. colar1 = Color3.fromRGB(0,132,255)
  3445. colar2 = Color3.fromRGB(243,105,255)
  3446. elseif colorscheme == 3 then
  3447. colar1 = Color3.fromRGB(76,255,0)
  3448. colar2 = Color3.fromRGB(128,0,255)
  3449. elseif colorscheme == 4 then
  3450. colar2 = Color3.fromRGB(0,132,255)
  3451. end
  3452. local partic2 = Instance.new('ParticleEmitter',knofe.Grab)
  3453. partic2.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar1),ColorSequenceKeypoint.new
  3454.  
  3455. (1,colar1)})
  3456. partic2.LightEmission = 0.5
  3457. partic2.LightInfluence = 0
  3458. partic2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5),NumberSequenceKeypoint.new(1,0.1)})
  3459. partic2.Rotation = NumberRange.new(0,90)
  3460. partic2.SpreadAngle = Vector2.new(180,180)
  3461. partic2.Speed = NumberRange.new(20)
  3462. partic2.Texture = 'rbxassetid://603193846'
  3463. partic2.EmissionDirection = Enum.NormalId.Right
  3464. partic2.Lifetime = NumberRange.new(2,2.5)
  3465. partic2.Rate = 1000
  3466. partic2.Drag = 1
  3467. local partic3 = partic2:Clone()
  3468. partic3.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar2),ColorSequenceKeypoint.new
  3469.  
  3470. (1,colar2)})
  3471. partic3.Parent = knofe.Grab
  3472. if colorscheme == 4 then
  3473. local partic4 = partic2:Clone()
  3474. partic4.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar3),ColorSequenceKeypoint.new
  3475.  
  3476. (1,colar3)})
  3477. partic4.Parent = knofe.Grab
  3478. end
  3479. wait(1)
  3480. for i,v in pairs(knofe.Grab:GetChildren()) do
  3481. if v:IsA('ParticleEmitter') then
  3482. v.Enabled = false
  3483. end
  3484. end
  3485. sound:Destroy()
  3486. wait(2)
  3487. knofe:Destroy()
  3488. end)
  3489. coru()
  3490. wait(0.1)
  3491. weld2.C0 = CFrame.new(-1.5,0,0)
  3492. for i,v in pairs(obj1:GetChildren()) do
  3493. if v:IsA('BasePart') then
  3494. v.Transparency = 0
  3495. end
  3496. end
  3497. weld2:Destroy()
  3498. rightshoulderz:Clone().Parent = me.Torso
  3499. end
  3500. acting = false
  3501. canClick = true
  3502. end)
  3503. coru()
  3504. end
  3505.  
  3506. function paralyze()
  3507. local coru = coroutine.wrap(function()
  3508. if paralyzed == true then return end
  3509. paralyzed = true
  3510. local arm = me["Right Arm"]
  3511. local tors = grabbed.Torso
  3512. local arm2 = me["Left Arm"]
  3513. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  3514. doing = true
  3515. local weld2 = arm:FindFirstChildOfClass('Weld')
  3516. local weld3 = arm2:FindFirstChildOfClass('Weld')
  3517. local humanroot = me.HumanoidRootPart
  3518. for i = 0,1,0.075 do
  3519. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-2, 0, -1.5), i)
  3520. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.4, 0, 1.1), i)
  3521. wait(0.01)
  3522. end
  3523. for i = 0,1,0.30 do
  3524. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-0.75, 0, -1.75), i)
  3525. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.4, 0, 1.1), i)
  3526. wait(0.01)
  3527. end
  3528. killz(grabbed,'Left Leg')
  3529. killz(grabbed,'Left Arm')
  3530. killz(grabbed,'Right Leg')
  3531. killz(grabbed,'Right Arm')
  3532.  
  3533. for i, v in pairs(grabbed:GetChildren()) do
  3534. if v.Name == "Part" then
  3535. v.CanCollide = false
  3536. end
  3537. end
  3538.  
  3539. audio:Stop()
  3540. audio.SoundId = "rbxassetid://2801263"
  3541. tone = math.random(1, 3)
  3542. if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0 end
  3543. if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0 end
  3544. if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0 end
  3545. audio:Play()
  3546.  
  3547. local bleedpart = Instance.new("Part", grabbed)
  3548. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  3549. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  3550. bleedpart.CanCollide = false
  3551. bleedpart.Position = grabbed.Head.Position + Vector3.new(0, 1, 0)
  3552. bleedpart.Transparency = 1
  3553.  
  3554. local bleedpartweld = Instance.new("Weld", grabbed.Torso)
  3555. bleedpartweld.Part0 = grabbed.Torso
  3556. bleedpartweld.Part1 = bleedpart
  3557. bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  3558. local cuntruu=coroutine.wrap(function()
  3559. bleed(bleedpart)
  3560. end)
  3561. local thicc = coroutine.wrap(function()
  3562. wait(3)
  3563. bleedpart:Remove()
  3564. end)
  3565. cuntruu()
  3566. thicc()
  3567.  
  3568. for i = 0,1,0.075 do
  3569. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.5, 0, -1.3), i)
  3570. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.5, 0, 1.1), i)
  3571. wait(0.01)
  3572. end
  3573. acting = true
  3574. canClick = true
  3575. doing = false
  3576. end)
  3577. coru()
  3578. end
  3579.  
  3580. function explode()
  3581. local coru = coroutine.wrap(function()
  3582. acting = true
  3583. for i=1,finishnum do
  3584. local weld2 = Instance.new('Weld',me["Right Arm"])
  3585. weld2.Part0 = me["Right Arm"]
  3586. weld2.Part1 = me["Torso"]
  3587. weld2.C0 = CFrame.new(-1.5,0,0)
  3588. if finishnum == 1 then
  3589. for i = 0,1,0.05 do
  3590. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return
  3591.  
  3592. end
  3593. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  3594. wait(0.01)
  3595. end
  3596. end
  3597. weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  3598. audio.SoundId = "rbxassetid://166083610"
  3599. audio.PlaybackSpeed = 1
  3600. audio.TimePosition = 0.1
  3601. audio:Play()
  3602. if finishnum == 1 then
  3603. for i = 0,1,0.5 do
  3604. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return
  3605.  
  3606. end
  3607. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  3608. wait(0.001)
  3609. end
  3610. end
  3611. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  3612. local knofe = obj1:Clone()
  3613. for i,v in pairs(obj1:GetChildren()) do
  3614. if v:IsA('BasePart') then
  3615. v.Transparency = 1
  3616. end
  3617. end
  3618. knofe.Parent = workspace
  3619. knofe.Name = "Projectile"
  3620. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  3621. knofe:FindFirstChild("Trail", true).Enabled = false
  3622. local heck = Instance.new('BodyVelocity',knofe.Grab)
  3623. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  3624. local coru = coroutine.wrap(function()
  3625. wait(0.45)
  3626. if heck then
  3627. heck:Destroy()
  3628. end
  3629. end)
  3630. coru()
  3631. knofe["big ass knife"].Touched:connect(function(hit)
  3632. if hit.Parent ~= me and hit.Parent.Parent ~= me and hit.Transparency < 1 and knofe.Grab.CanCollide == false
  3633.  
  3634. then
  3635. heck.Velocity = Vector3.new(0,0,0)
  3636. heck:Destroy()
  3637. for i,v in pairs(knofe:GetChildren()) do
  3638. if v:IsA('BasePart') then
  3639. v.CanCollide = true
  3640. end
  3641. end
  3642. local hum = hit.Parent:FindFirstChildOfClass('Humanoid')
  3643. if hum == nil then
  3644. hum = hit.Parent.Parent:FindFirstChildOfClass('Humanoid')
  3645. end
  3646. if hum then
  3647. tone = math.random(1, 3)
  3648. local sound = Instance.new('Sound',knofe.Grab)
  3649. if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  3650. if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  3651. if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  3652. sound.PlaybackSpeed = 1
  3653. sound:Play()
  3654. else
  3655. local sound = Instance.new('Sound',knofe.Grab)
  3656. sound.SoundId = 'rbxassetid://267585646'
  3657. sound:Play()
  3658. end
  3659. if knofe then
  3660. local coru = coroutine.wrap(function()
  3661. if hit then
  3662. local uno = Instance.new('Part',workspace)
  3663. local dos = Instance.new('Part',workspace)
  3664. uno.CFrame = hit.CFrame
  3665. dos.CFrame = knofe["big ass knife"].CFrame
  3666. local weld = Instance.new('Weld',knofe["big ass knife"])
  3667. weld.Part0 = hit
  3668. weld.Part1 = knofe["big ass knife"]
  3669. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  3670. uno:Destroy()
  3671. dos:Destroy()
  3672. end
  3673. end)
  3674. coru()
  3675. end
  3676. local coru = coroutine.wrap(function()
  3677. for i=1,15,0.7 do
  3678. local sound = Instance.new('Sound',knofe.Grab)
  3679. if knofe then
  3680. if knofe.serration.BrickColor == BrickColor.new('Really red') then
  3681. for i, v in pairs(knofe:GetChildren()) do
  3682. if v.Name == "big ass knife" or v.Name == "serration" or
  3683.  
  3684. v.Name == "knifetip1" or v.Name == "fricc" then
  3685. v.BrickColor = BrickColor.new('Lily white')
  3686. v.Material = Enum.Material.SmoothPlastic
  3687. end
  3688. end
  3689. else
  3690. for i,v in pairs(knofe:GetChildren()) do
  3691. if v.Name == "big ass knife" or v.Name == "serration" or
  3692.  
  3693. v.Name == "knifetip1" or v.Name == "fricc" then
  3694. v.BrickColor = BrickColor.new('Really red')
  3695. v.Material = Enum.Material.Neon
  3696. sound.SoundId = 'rbxassetid://300473653'
  3697. sound.Volume = 0.75
  3698. sound.TimePosition = 0.05
  3699. sound.EmitterSize = 25
  3700. sound.PlaybackSpeed = 1
  3701. sound:Play()
  3702. end
  3703. end
  3704. end
  3705. wait(1/i)
  3706. sound:Destroy()
  3707. end
  3708. end
  3709. local sound = Instance.new('Sound',knofe.Grab)
  3710. sound.Name = "BOOM"
  3711. sound.EmitterSize = 25
  3712. sound.SoundId = 'rbxassetid://12222084'
  3713. sound.TimePosition = 0.1
  3714. sound.Volume = 0.5
  3715. sound:Play()
  3716. local exppart = Instance.new("Part", game.Workspace)
  3717. exppart.Size = Vector3.new(0.2, 0.2, 0.2)
  3718. exppart.Anchored = true
  3719. exppart.CanCollide = false
  3720. exppart.CFrame = CFrame.new(knofe.Grab.CFrame.p)
  3721. exppart.Transparency = 1
  3722. local expaccent = Instance.new("ParticleEmitter", exppart)
  3723. expaccent.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255,
  3724.  
  3725. 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 0, 0))})
  3726. expaccent.LightEmission = 0.2
  3727. expaccent.LightInfluence = 0.3
  3728. expaccent.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1),
  3729.  
  3730. NumberSequenceKeypoint.new(1, 0)})
  3731. expaccent.Acceleration = Vector3.new(0, -8, 0)
  3732. expaccent.Drag = 15
  3733. expaccent.LockedToPart = true
  3734. expaccent.Lifetime = NumberRange.new(0.5, 1.5)
  3735. expaccent.Rate = 2000
  3736. expaccent.Speed = NumberRange.new(10, 150)
  3737. expaccent.SpreadAngle = Vector2.new(360, 360)
  3738.  
  3739. local exp = Instance.new('Explosion',game.Workspace)
  3740. exp.Position = knofe["big ass knife"].Position
  3741. exp.ExplosionType = Enum.ExplosionType.NoCraters
  3742. exp.BlastRadius = 10
  3743. exp.BlastPressure = 100000
  3744. exp.DestroyJointRadiusPercent = 1
  3745. exp.Hit:connect(function(hit)
  3746. if hit.Parent and hit.Parent ~= me and hit.Parent:FindFirstChildOfClass('Humanoid')
  3747.  
  3748. then
  3749. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Name == "Torso" or
  3750.  
  3751. hit.Name == "Head" then
  3752. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  3753. end
  3754. wait(0.001)
  3755. local coru=coroutine.wrap(function()
  3756. killz(hit.Parent,'Head',knofe,exp)
  3757. end)
  3758. coru()
  3759. elseif hit.Parent and hit.Parent ~= workspace and hit.Parent ~= me then
  3760. if hit.Parent.Name ~= "Projectile" then
  3761. hit.Parent:BreakJoints()
  3762. end
  3763. elseif hit.Parent and hit.Parent ~= me then
  3764. hit:BreakJoints()
  3765. end
  3766. end)
  3767. local explosionaccenttimeout = coroutine.wrap(function()
  3768. wait(0.2)
  3769. expaccent.Enabled = false
  3770. wait(2)
  3771. exppart:Remove()
  3772. end)
  3773. explosionaccenttimeout()
  3774. for i,v in pairs(knofe:GetChildren()) do
  3775. if v:IsA('BasePart') then
  3776. v.Transparency = 1
  3777. end
  3778. end
  3779. exp.AncestryChanged:connect(function() knofe:Destroy() end)
  3780. end)
  3781. coru()
  3782. end
  3783. end)
  3784. if finishnum == 1 then
  3785. for i= 0,1,0.1 do
  3786. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return
  3787.  
  3788. end
  3789. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  3790. wait(0.001)
  3791. end
  3792. else
  3793. wait(0.1)
  3794. end
  3795. weld2.C0 = CFrame.new(-1.5,0,0)
  3796. for i,v in pairs(obj1:GetChildren()) do
  3797. if v:IsA('BasePart') then
  3798. v.Transparency = 0
  3799. end
  3800. end
  3801. weld2:Destroy()
  3802. rightshoulderz:Clone().Parent = me.Torso
  3803. end
  3804. acting = false
  3805. canClick = true
  3806. end)
  3807. coru()
  3808. end
  3809.  
  3810. function release()
  3811. if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then return
  3812.  
  3813. end
  3814. targetweld = grabbed.Torso.TargetWeld
  3815. local ree= grabbed:FindFirstChild("Left Arm")
  3816. targetweld2 = nil
  3817. if ree and ree:FindFirstChild("Weld") then
  3818. targetweld2 = ree.Weld
  3819. end
  3820. for i, v in pairs(grabbed:GetChildren()) do
  3821. if v.Name == "Part" then
  3822. v.CanCollide = true
  3823. end
  3824. end
  3825. paralyzed = false
  3826. local doit = coroutine.wrap(function()
  3827. local arm = me["Right Arm"]
  3828. local tors = grabbed.Torso
  3829. local arm2 = me["Left Arm"]
  3830. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  3831. doing = true
  3832. local weld2 = arm:FindFirstChildOfClass('Weld')
  3833. local weld3 = arm2:FindFirstChildOfClass('Weld')
  3834. local humanroot = me.HumanoidRootPart
  3835.  
  3836. if grabbed:FindFirstChildOfClass('Humanoid') then
  3837. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = false
  3838. end
  3839.  
  3840. rightshoulderz:Clone().Parent = me.Torso
  3841. leftshoulderz:Clone().Parent = me.Torso
  3842. if grabbed:FindFirstChildOfClass('Humanoid') then
  3843. grabbed:FindFirstChildOfClass('Humanoid').Name = "Humanoid"
  3844. grabbed:FindFirstChildOfClass('Humanoid').JumpPower = 50
  3845. grabbed:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
  3846. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = false
  3847. end
  3848. grabbed = nil
  3849.  
  3850. if humanroot:FindFirstChild('Holder') then
  3851. humanroot.Holder:Destroy()
  3852. end
  3853.  
  3854. for i = 0,1,0.1 do
  3855. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then
  3856.  
  3857. return end
  3858. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  3859. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  3860. targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0, 0, 0), i)
  3861. if targetweld2 then
  3862. targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0, 0)*CFrame.Angles(0, 0, 0), i)
  3863. end
  3864. wait(0.01)
  3865. end
  3866.  
  3867. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0.2)
  3868. weld2:Destroy()
  3869. weld3:Destroy()
  3870. targetweld:Remove()
  3871. if targetweld2 then
  3872. targetweld2:Remove()
  3873. end
  3874. if rightshoulder then
  3875. rightshoulder:Clone().Parent = tors
  3876. end
  3877. if leftshoulder then
  3878. leftshoulder:Clone().Parent = tors
  3879. end
  3880. headweld:Clone().Parent = tors
  3881. rightshoulderz:Clone().Parent = me.Torso
  3882. leftshoulderz:Clone().Parent = me.Torso
  3883. acting = false
  3884. canClick = true
  3885. doing = false
  3886. end)
  3887. doit()
  3888. end
  3889.  
  3890. function stabwithpassion()
  3891. local doit = coroutine.wrap(function()
  3892. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') and
  3893.  
  3894. me:FindFirstChild('Left Arm') then
  3895. acting = true
  3896. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 10
  3897. local arm = me["Right Arm"]
  3898. local tors = me.Torso
  3899. local arm2 = me["Left Arm"]
  3900. local humanroot = me.HumanoidRootPart
  3901. local weld = Instance.new('Weld',tors)
  3902. weld.Part0 = tors
  3903. weld.Part1 = humanroot
  3904. weld.C0 = CFrame.new(0,0,0) * CFrame.Angles(0, 0, 0)
  3905. local weld2 = Instance.new('Weld',arm)
  3906. weld2.Part0 = arm
  3907. weld2.Part1 = tors
  3908. weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  3909. local weld3 = Instance.new('Weld',arm2)
  3910. weld3.Part0 = arm2
  3911. weld3.Part1 = tors
  3912. weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  3913.  
  3914. for i = 0,1,0.15 do
  3915. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or
  3916.  
  3917. weld2 == nil or humanroot == nil then return end
  3918. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(20),0),i)
  3919. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  3920. knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(90), -1.55) * CFrame.new
  3921.  
  3922. (0, 0.95, 0), i)
  3923. wait(0.01)
  3924. end
  3925. wait(0.001)
  3926. trail.Enabled = true
  3927. stabbing = true
  3928. audio2.SoundId = 'rbxassetid://608537390'
  3929. audio2:Play()
  3930. for i = 0,1,0.2 do
  3931. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or
  3932.  
  3933. weld2 == nil or humanroot == nil then return end
  3934. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(-45),0),i)
  3935. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.6,0.8,-1)*CFrame.Angles(math.rad(-90),0,-1),i)
  3936. wait(0.01)
  3937. end
  3938. trail.Enabled = false
  3939. wait(0.1)
  3940. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 10
  3941. stabbing = false
  3942. wait(0.001)
  3943. for i = 0,1,0.075 do
  3944. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or
  3945.  
  3946. weld2 == nil or humanroot == nil then return end
  3947. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0,0),i)
  3948. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0)*CFrame.Angles(0,0,0),i)
  3949. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0)*CFrame.Angles(0,0,0),i)
  3950. knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new
  3951.  
  3952. (0, 0.95, 0), i)
  3953. wait(0.01)
  3954. end
  3955. weld:Destroy()
  3956. weld2:Destroy()
  3957. weld3:Destroy()
  3958. torsojoint:Clone().Parent = humanroot
  3959. rightshoulderz:Clone().Parent = me.Torso
  3960. leftshoulderz:Clone().Parent = me.Torso
  3961. canClick = true
  3962. hit = false
  3963. acting = false
  3964. end
  3965. end)
  3966. doit()
  3967. end
  3968.  
  3969. function stab()
  3970. local doit = coroutine.wrap(function()
  3971. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') and
  3972.  
  3973. me:FindFirstChild('Left Arm') then
  3974. acting = true
  3975. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 3
  3976. local arm = me["Right Arm"]
  3977. local tors = me.Torso
  3978. local arm2 = me["Left Arm"]
  3979. local humanroot = me.HumanoidRootPart
  3980. local weld = Instance.new('Weld',tors)
  3981. weld.Part0 = tors
  3982. weld.Part1 = humanroot
  3983. weld.C0 = CFrame.new(0,0,0) * CFrame.Angles(0, 0, 0)
  3984. local weld2 = Instance.new('Weld',arm)
  3985. weld2.Part0 = arm
  3986. weld2.Part1 = tors
  3987. weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  3988. local weld3 = Instance.new('Weld',arm2)
  3989. weld3.Part0 = arm2
  3990. weld3.Part1 = tors
  3991. weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  3992.  
  3993. for i = 0,1,0.1 do
  3994. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or
  3995.  
  3996. weld2 == nil or humanroot == nil then return end
  3997. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0.3,0),i)
  3998. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  3999. wait(0.01)
  4000. end
  4001. wait(0.001)
  4002. trail.Enabled = true
  4003. stabbing = true
  4004. audio2.SoundId = 'rbxassetid://608537390'
  4005. audio2:Play()
  4006. for i = 0,1,0.25 do
  4007. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or
  4008.  
  4009. weld2 == nil or humanroot == nil then return end
  4010. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,-0.3,0),i)
  4011. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.6,0.8,0.5)*CFrame.Angles(-0.5,0,-0.5),i)
  4012. wait(0.01)
  4013. end
  4014. trail.Enabled = false
  4015. wait(0.1)
  4016. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 3
  4017. for i = 0,1,0.25 do
  4018. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or
  4019.  
  4020. weld2 == nil or humanroot == nil then return end
  4021. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0.3,0),i)
  4022. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.6,-0.3)*CFrame.Angles(0.5,0,-0.5),i)
  4023. wait(0.01)
  4024. end
  4025. stabbing = false
  4026. wait(0.001)
  4027. for i = 0,1,0.05 do
  4028. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or
  4029.  
  4030. weld2 == nil or humanroot == nil then return end
  4031. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0,0),i)
  4032. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0)*CFrame.Angles(0,0,0),i)
  4033. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0)*CFrame.Angles(0,0,0),i)
  4034. wait(0.01)
  4035. end
  4036. weld:Destroy()
  4037. weld2:Destroy()
  4038. weld3:Destroy()
  4039. torsojoint:Clone().Parent = humanroot
  4040. rightshoulderz:Clone().Parent = me.Torso
  4041. leftshoulderz:Clone().Parent = me.Torso
  4042. canClick = true
  4043. hit = false
  4044. acting = false
  4045. end
  4046. end)
  4047. doit()
  4048. end
  4049. function hardrelease()
  4050. rightshoulderz:Clone().Parent = me.Torso
  4051. leftshoulderz:Clone().Parent = me.Torso
  4052. if me:FindFirstChild('Right Arm') then
  4053. for i,v in pairs(me["Right Arm"]:GetChildren()) do
  4054. if v:IsA('Weld') then
  4055. v:Destroy()
  4056. end
  4057. end
  4058. end
  4059. if me:FindFirstChild('Left Arm') then
  4060. for i,v in pairs(me["Left Arm"]:GetChildren()) do
  4061. if v:IsA('Weld') then
  4062. v:Destroy()
  4063. end
  4064. end
  4065. end
  4066. acting = false
  4067. canClick = true
  4068. doing = false
  4069. grabbed = nil
  4070. end
  4071. function unequip()
  4072. local doit = coroutine.wrap(function()
  4073. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') then
  4074. acting = true
  4075. local arm = me["Right Arm"]
  4076. local arm2 = me["Left Arm"]
  4077. local tors = me.Torso
  4078. local weld = Instance.new('Weld',arm)
  4079. weld.Part0 = arm
  4080. weld.Part1 = tors
  4081. weld.C0 = CFrame.new(-1.5,0,0)
  4082. local weld2 = Instance.new("Weld", arm2)
  4083. weld2.Part0 = arm2
  4084. weld2.Part1 = tors
  4085. weld2.C0 = CFrame.new(1.5, 0, 0)
  4086. wait(0.001)
  4087. trail.Enabled = true
  4088. for i = 0,1,0.1 do
  4089. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return
  4090.  
  4091. end
  4092. weld.C0 = weld.C0:lerp(CFrame.new(-0.2,0.2,-0.5)*CFrame.Angles(0,-3.1,0.9),i)
  4093. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0.6, 0) * CFrame.Angles(0,0,0.5),i)
  4094. wait(0.001)
  4095. end
  4096. trail.Enabled = false
  4097. wait(0.25)
  4098. for i = 0,1,0.1 do
  4099. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return
  4100.  
  4101. end
  4102. weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i)
  4103. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0, 0), i)
  4104. wait(0.01)
  4105. end
  4106. weld:Destroy()
  4107. weld2:Remove()
  4108. if tors ~= nil then
  4109. rightshoulderz:Clone().Parent = me.Torso
  4110. leftshoulderz:Clone().Parent = me.Torso
  4111. end
  4112. acting = false
  4113. end
  4114. end)
  4115. doit()
  4116. end
  4117.  
  4118. mouse.KeyDown:connect(function(key)
  4119. if usable == true then
  4120. if key == "z" then
  4121. if active == false and acting == false then
  4122. active = true
  4123. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4124. notify("KNIFE EQUIPPED",false)
  4125. audio:Stop()
  4126. audio.SoundId = 'rbxassetid://608618332'
  4127. equip()
  4128. wait(0.6)
  4129. audio:Play()
  4130. knifeweld.Part0 = me["Right Arm"]
  4131. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  4132. elseif acting == false then
  4133. active = false
  4134. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4135. audio:Stop()
  4136. audio.SoundId = 'rbxassetid://608538233'
  4137. unequip()
  4138. notify("KNIFE UNEQUIPPED",false)
  4139. wait(0.3)
  4140. audio:Play()
  4141. knifeweld.Part0 = me.Torso
  4142. knifeweld.C1 = CFrame.Angles(0,math.rad(90),0) * CFrame.new(1, 0.8, 0.55)
  4143. canClick = true
  4144. end
  4145. elseif key == "f" then
  4146. if mode == 'kill' or active == false then return end
  4147. mode = "kill"
  4148. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4149. notify("MODE || KILL || [F]",false)
  4150. elseif key == "e" then
  4151. if mode == 'throw' or active == false then return end
  4152. mode = "throw"
  4153. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4154. notify("MODE || PUSH || [E]",false)
  4155. elseif key == "q" then
  4156. if mode == 'release' or active == false then return end
  4157. mode = "release"
  4158. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4159. notify("MODE || RELEASE || [Q]",false)
  4160. elseif key == "x" then
  4161. if mode == 'stab' or active == false or acting == true then return end
  4162. mode = "stab"
  4163. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4164. notify("MODE || STAB || [X]",false)
  4165. elseif key == "c" then
  4166. if mode == 'fling' or active == false or acting == true then return end
  4167. mode = "fling"
  4168. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4169. notify("MODE || THROW || [C]",false)
  4170. elseif key == "b" then
  4171. if mode == 'instasplode' or active == false or acting == true then return end
  4172. mode = "instasplode"
  4173. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4174. notify("MODE || MOLOTOV || [B]",false)
  4175. elseif key == "r" then
  4176. if mode == 'paralyze' or active == false then return end
  4177. mode = "paralyze"
  4178. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4179. notify("MODE || PARALYZE || [R]",false)
  4180. elseif key == "v" then
  4181. if mode == 'explode' or active == false or acting == true then return end
  4182. mode = "explode"
  4183. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4184. notify("MODE || EXPLODE || [V]",false)
  4185. elseif key == "k" then
  4186. if mode == 'suicide' or active == false or acting == true then return end
  4187. mode = "suicide"
  4188. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4189. notify("MODE || SUICIDE || [K]",false)
  4190. elseif key == "h" then
  4191. if mode == 'firework' or active == false or acting == true then return end
  4192. mode = "firework"
  4193. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4194. notify("MODE || FIREWORK || [H]",false)
  4195. elseif key == "g" then
  4196. if mode == 'finish' or active == false then return end
  4197. mode = "finish"
  4198. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4199. local welp = "ON"
  4200. if finishnum == 1 then
  4201. welp = "OFF"
  4202. end
  4203. notify("MODE || FINISH || [G] || "..welp,false)
  4204. elseif key == "n" then
  4205. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4206. if zombiemode == false then
  4207. notify("ZOMBIE MODE ON || [N]",false)
  4208. zombiemode = true
  4209. else
  4210. notify("ZOMBIE MODE OFF || [N]",false)
  4211. zombiemode = false
  4212. end
  4213. elseif key == "m" then
  4214. if finishnum == 1 then
  4215. finishnum = 15
  4216. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4217. notify("PSYCHOPATH MODE ON || [M]",false)
  4218. if cancolorfilter then
  4219. local Sp00kyGui = Instance.new("ScreenGui")
  4220. local ImageLabel = Instance.new("ImageLabel")
  4221.  
  4222. -- Properties
  4223.  
  4224. Sp00kyGui.Parent = playergui
  4225. Sp00kyGui.Name = "REEEEEEEE"
  4226.  
  4227. ImageLabel.Parent = Sp00kyGui
  4228. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  4229. ImageLabel.BackgroundTransparency = 1
  4230. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  4231. ImageLabel.Image = "rbxassetid://74443700"
  4232. ImageLabel.ImageColor3 = Color3.new(1, 0, 0)
  4233. end
  4234. if canbackgroundmusic == true then
  4235. local sound = Instance.new('Sound',playergui)
  4236. sound.Name = 'PSYCHOPAAAATH'
  4237. sound.SoundId = 'rbxassetid://220875210'
  4238. sound.Looped = true
  4239. sound.Volume = 0.5
  4240. sound:Play()
  4241. end
  4242. else
  4243. finishnum = 1
  4244. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  4245. notify("PSYCHOPATH MODE OFF || [M]",false)
  4246. for i,v in pairs(playergui:GetChildren()) do
  4247. if v.Name == "REEEEEEEE" then
  4248. v:Destroy()
  4249. end
  4250. end
  4251. local thisniggarighthere = playergui:FindFirstChild('PSYCHOPAAAATH')
  4252. if thisniggarighthere then thisniggarighthere:Destroy() end
  4253. end
  4254. end
  4255. end
  4256. end)
  4257.  
  4258. mouse.Button1Down:connect(function()
  4259. if active == false or usable == false then return end
  4260. if canClick == true and acting == false then
  4261. if mode == "stab" and finishnum == 1 then
  4262. canClick = false
  4263. stab()
  4264. elseif mode == "stab" and finishnum == 15 then
  4265. canClick = false
  4266. stabwithpassion()
  4267. elseif mode == "fling" then
  4268. canClick = false
  4269. fling()
  4270. elseif mode == "explode" then
  4271. canClick = false
  4272. explode()
  4273. elseif mode == "instasplode" then
  4274. canClick = false
  4275. instasplode()
  4276. elseif mode == "finish" then
  4277. canClick = false
  4278. finish()
  4279. elseif mode == "suicide" then
  4280. canClick = false
  4281. kysnigga()
  4282. elseif mode == "firework" then
  4283. canClick = false
  4284. fireworkit()
  4285. else
  4286. canClick = false
  4287. grab()
  4288. end
  4289. else
  4290. if grabbed ~= nil and doing == false then
  4291. if mode == "release" then
  4292. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass
  4293.  
  4294. ('Humanoid').Health > 0 then
  4295. release()
  4296. else
  4297. hardrelease()
  4298. end
  4299. elseif mode == "kill" then
  4300. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass
  4301.  
  4302. ('Humanoid').Health > 0 then
  4303. kill()
  4304. else
  4305. hardrelease()
  4306. end
  4307. elseif mode == "paralyze" then
  4308. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass
  4309.  
  4310. ('Humanoid').Health > 0 then
  4311. paralyze()
  4312. else
  4313. hardrelease()
  4314. end
  4315. elseif mode == "throw" then
  4316. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass
  4317.  
  4318. ('Humanoid').Health > 0 then
  4319. throw()
  4320. else
  4321. hardrelease()
  4322. end
  4323. elseif mode == "explode" then
  4324. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass
  4325.  
  4326. ('Humanoid').Health > 0 then
  4327. throw()
  4328. else
  4329. hardrelease()
  4330. end
  4331. end
  4332. end
  4333. end
  4334. end)
  4335.  
  4336. knife.Touched:connect(function(hitz)
  4337. if hitz.Parent and hitz.Parent:FindFirstChildOfClass("Humanoid") and hitz.Parent:FindFirstChild('Torso') and acting == true
  4338.  
  4339. then
  4340. if mode == "stab" and stabbing == true and hit == false then
  4341. hit = true
  4342. tone = math.random(1, 3)
  4343. audio:Stop()
  4344. if tone == 1 then audio.SoundId = "rbxassetid://220833967" end
  4345. if tone == 2 then audio.SoundId = "rbxassetid://220833976" end
  4346. if tone == 3 then audio.SoundId = "rbxassetid://220834000" end
  4347. audio.PlaybackSpeed = 1
  4348. audio:Play()
  4349. killz(hitz.Parent,'Left Leg')
  4350. killz(hitz.Parent,'Left Arm')
  4351. killz(hitz.Parent,'Right Leg')
  4352. killz(hitz.Parent,'Right Arm')
  4353. elseif mode == "finish" and finishing == true then
  4354. print('PSYCHOPATH MODE REEEEEEEEEEEEEEEE')
  4355. tone = math.random(1, 3)
  4356. audio:Stop()
  4357. if tone == 1 then audio.SoundId = "rbxassetid://220833967" end
  4358. if tone == 2 then audio.SoundId = "rbxassetid://220833976" end
  4359. if tone == 3 then audio.SoundId = "rbxassetid://220834000" end
  4360. audio.PlaybackSpeed = 1
  4361. audio:Play()
  4362. if hit == false then
  4363. hitz.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  4364. wait()
  4365. killz(hitz.Parent,'Head',nil,false,true)
  4366. end
  4367. hit = true
  4368. elseif grabbed == nil and grabbing == true and hit == false then
  4369. if hitz.Parent:FindFirstChildOfClass("Humanoid").Health > 0 and hitz.Parent:FindFirstChild('Torso') and
  4370.  
  4371. hitz.Parent.Torso:FindFirstChild('Neck') then
  4372. grabbed = hitz.Parent
  4373. local weldz = Instance.new('Weld',point)
  4374. weldz.Name = "Holder"
  4375. weldz.Part0 = point
  4376. weldz.Part1 = hitz.Parent.Torso
  4377. weldz.C0 = CFrame.new(0,0,-1.2)
  4378. end
  4379. end
  4380. end
  4381. end)
  4382.  
  4383. player.CharacterAdded:connect(function()
  4384. usable = false
  4385. for i,v in pairs(playergui:GetChildren()) do
  4386. if v.Name == "REEEEEEEE" or v.Name == 'PSYCHOPAAAATH' then
  4387. v:Destroy()
  4388. end
  4389. end
  4390. end)
  4391. while usable do
  4392. local coru = coroutine.wrap(function()
  4393. for i,v in pairs(knifeparts) do
  4394. local function try()
  4395. if v[1].Parent ~= v[2] then
  4396. v[1].Parent = v[2]
  4397. end
  4398. end
  4399. pcall(try)
  4400. end
  4401. if grabbed ~= nil then
  4402. if grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  4403. for i,v in pairs(grabbed:GetChildren()) do
  4404. if v:IsA('Tool') then
  4405. local model = Instance.new('Model',workspace)
  4406. v.Parent = model
  4407. model:TranslateBy(Vector3.new(3,0,0))
  4408. end
  4409. end
  4410. grabbed:FindFirstChildOfClass('Humanoid').Name = "Hoomanoid"
  4411. grabbed:FindFirstChildOfClass('Humanoid').JumpPower = 0
  4412. grabbed:FindFirstChildOfClass('Humanoid').WalkSpeed = 0
  4413. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  4414. grabweld = grabbed.Torso:FindFirstChild("TargetWeld")
  4415. if grabweld ~= nil then return end
  4416. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  4417. if grabbed.Torso:FindFirstChild('Left Shoulder') then
  4418. leftshoulder = grabbed.Torso["Left Shoulder"]:Clone()
  4419. end
  4420. if grabbed.Torso:FindFirstChild('Right Shoulder') then
  4421. rightshoulder = grabbed.Torso["Right Shoulder"]:Clone()
  4422. end
  4423. headweld = grabbed.Torso["Neck"]:Clone()
  4424. local targetweld = Instance.new('Weld',grabbed.Torso)
  4425. targetweld.Part0 = grabbed.Torso
  4426. targetweld.Part1 = grabbed.Head
  4427. targetweld.Name = "TargetWeld"
  4428. targetweld.C0 = CFrame.new(0,1.5,0) * CFrame.Angles(0, 0, 0)
  4429. if grabbed:FindFirstChild('Left Arm') then
  4430. local targetweld2 = Instance.new('Weld',grabbed["Left Arm"])
  4431. targetweld2.Part0 = grabbed.Torso
  4432. targetweld2.Part1 = grabbed["Left Arm"]
  4433. targetweld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  4434. end
  4435.  
  4436. for i = 0,1,0.1 do
  4437. if me:FindFirstChild("Left Arm") == nil or me:FindFirstChild("Torso") == nil or targetweld == nil
  4438.  
  4439. then return end
  4440. targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0.25, 0, 0), i)
  4441. if targetweld2 then
  4442. targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0.5, 0)*CFrame.Angles(0, 0, -0.55),
  4443.  
  4444. i)
  4445. end
  4446. wait(0.001)
  4447. end
  4448. end
  4449. end
  4450. end)
  4451. coru()
  4452. wait()
  4453. end
  4454.  
  4455. end
  4456. local coru=coroutine.wrap(function()
  4457. nub()
  4458. end)
  4459. coru()
  4460.  
  4461. player.CharacterAppearanceLoaded:connect(function()
  4462. local coru =coroutine.wrap(function()
  4463. nub()
  4464. end)
  4465. coru()
  4466. end)
  4467.  
  4468. while true do
  4469. local coru=coroutine.wrap(function()
  4470. if grabbed then
  4471. v:FindFirstChildOfClass('Humanoid').Jump = false
  4472. v:FindFirstChildOfClass('Humanoid').Sit = false
  4473. v:FindFirstChildOfClass('Humanoid').JumpPower = 0
  4474. v:FindFirstChildOfClass('Humanoid').PlatformStand = true
  4475. v:FindFirstChildOfClass('Humanoid').Name = "No escape."
  4476. end
  4477. for i,v in pairs(rekt) do
  4478. if v and v:FindFirstChildOfClass('Humanoid') then
  4479. for a,c in pairs(v:GetChildren()) do
  4480. if c:IsA('Tool') then
  4481. local model = Instance.new('Model',workspace)
  4482. c.Parent = model
  4483. model:TranslateBy(Vector3.new(3,0,0))
  4484. end
  4485. end
  4486. v:FindFirstChildOfClass('Humanoid').Jump = false
  4487. v:FindFirstChildOfClass('Humanoid').Sit = false
  4488. v:FindFirstChildOfClass('Humanoid').JumpPower = 0
  4489. v:FindFirstChildOfClass('Humanoid').PlatformStand = true
  4490. v:FindFirstChildOfClass('Humanoid').Name = "No escape."
  4491. local thing = getplr(v)
  4492. if thing then
  4493. thing.CameraMinZoomDistance = 3
  4494. end
  4495. else
  4496. local thing = getplr(v)
  4497. if thing then
  4498. thing.CameraMinZoomDistance = 0.5
  4499. end
  4500. table.remove(rekt,i)
  4501. end
  4502. end
  4503. end)
  4504. coru()
  4505. local coru2 = coroutine.wrap(function()
  4506. if curpart then
  4507. curpoint = curpart.CFrame.p
  4508. end
  4509. if lastgui then
  4510. lastgui:Destroy()
  4511. lastgui = nil
  4512. end
  4513. if curpoint then
  4514. lastgui = Instance.new('BillboardGui',player.PlayerGui)
  4515. lastgui.AlwaysOnTop = true
  4516. lastgui.MaxDistance = 0
  4517. lastgui.Size = UDim2.new(5,0,5,0)
  4518. if curpart == nil then
  4519. lastgui.Adornee = workspace
  4520. lastgui.StudsOffsetWorldSpace = curpoint
  4521. else
  4522. lastgui.Adornee = curpart
  4523. end
  4524. local cross = Instance.new('ImageLabel',lastgui)
  4525. cross.BackgroundTransparency = 1
  4526. cross.Size = UDim2.new(1,0,1,0)
  4527. cross.Image = 'rbxassetid://316279304'
  4528. for i,v in pairs(zombies) do
  4529. if v:FindFirstChildOfClass('Humanoid') then
  4530. v:FindFirstChildOfClass('Humanoid').WalkToPoint = curpoint
  4531. end
  4532. end
  4533. else
  4534. for i,v in pairs(zombies) do
  4535. if v:FindFirstChildOfClass('Humanoid') and v:FindFirstChild('Head') then
  4536. v:FindFirstChildOfClass('Humanoid').WalkToPoint = v.Head.Position
  4537. end
  4538. end
  4539. end
  4540. end)
  4541. coru2()
  4542. wait()
  4543. end
  4544. end)
  4545.  
  4546. FreeCandyPlayer.Name = "Free Candy Player"
  4547. FreeCandyPlayer.Parent = Gui
  4548. FreeCandyPlayer.BackgroundColor3 = Color3.new(0, 0, 0)
  4549. FreeCandyPlayer.Position = UDim2.new(0.61623615, 0, 0.861035407, 0)
  4550. FreeCandyPlayer.Size = UDim2.new(0, 200, 0, 50)
  4551. FreeCandyPlayer.Font = Enum.Font.SciFi
  4552. FreeCandyPlayer.FontSize = Enum.FontSize.Size14
  4553. FreeCandyPlayer.Text = "Free Candy Player"
  4554. FreeCandyPlayer.TextColor3 = Color3.new(0.333333, 1, 1)
  4555. FreeCandyPlayer.TextSize = 14
  4556.  
  4557. Close.Name = "Close"
  4558. Close.Parent = Gui
  4559. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  4560. Close.Position = UDim2.new(0.787822843, 0, 0.0163487792, 0)
  4561. Close.Size = UDim2.new(0, 100, 0, 39)
  4562. Close.Font = Enum.Font.SciFi
  4563. Close.FontSize = Enum.FontSize.Size14
  4564. Close.Text = "Close Gui"
  4565. Close.TextColor3 = Color3.new(0.333333, 1, 1)
  4566. Close.TextSize = 14
  4567.  
  4568. Close.MouseButton1Down:connect(function()
  4569. Gui.Visible = false
  4570. end)
  4571.  
  4572. Open.Name = "Open"
  4573. Open.Parent = KidnapGui
  4574. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  4575. Open.Position = UDim2.new(0.00553505542, 0, 0.79900533, 0)
  4576. Open.Size = UDim2.new(0, 200, 0, 50)
  4577. Open.Font = Enum.Font.SciFi
  4578. Open.FontSize = Enum.FontSize.Size14
  4579. Open.Text = "open Gui"
  4580. Open.TextColor3 = Color3.new(0.333333, 1, 1)
  4581. Open.TextSize = 14
  4582.  
  4583. Open.MouseButton1Down:connect(function()
  4584. Gui.Visible = true
  4585. end)
  4586.  
  4587. FreeCandyPlayer.MouseButton1Down:connect(function()
  4588. --CLOWN VAN BY DMS
  4589. --its bad
  4590. --first the victim gets kidnapped in a van
  4591. --then they get fff
  4592. --then the get killed
  4593. --then the body is dumped on the street
  4594. Victim = Username.Text
  4595. o1 = Instance.new("Model")
  4596. o2 = Instance.new("Part")
  4597. o3 = Instance.new("CylinderMesh")
  4598. o4 = Instance.new("Part")
  4599. o5 = Instance.new("SpecialMesh")
  4600. o6 = Instance.new("Part")
  4601. o7 = Instance.new("SpecialMesh")
  4602. o8 = Instance.new("Part")
  4603. o9 = Instance.new("BlockMesh")
  4604. o10 = Instance.new("Part")
  4605. o11 = Instance.new("BlockMesh")
  4606. o12 = Instance.new("Part")
  4607. o13 = Instance.new("Part")
  4608. o14 = Instance.new("BlockMesh")
  4609. o15 = Instance.new("Part")
  4610. o16 = Instance.new("SpecialMesh")
  4611. o17 = Instance.new("Part")
  4612. o18 = Instance.new("SpecialMesh")
  4613. o19 = Instance.new("Part")
  4614. o20 = Instance.new("SpecialMesh")
  4615. o21 = Instance.new("Sound")
  4616. o22 = Instance.new("Part")
  4617. o23 = Instance.new("BlockMesh")
  4618. o24 = Instance.new("Part")
  4619. o25 = Instance.new("SpecialMesh")
  4620. o26 = Instance.new("Part")
  4621. o27 = Instance.new("BlockMesh")
  4622. o28 = Instance.new("Part")
  4623. o29 = Instance.new("SpecialMesh")
  4624. o30 = Instance.new("Part")
  4625. o31 = Instance.new("BlockMesh")
  4626. o32 = Instance.new("Part")
  4627. o33 = Instance.new("BlockMesh")
  4628. o34 = Instance.new("Part")
  4629. o35 = Instance.new("BlockMesh")
  4630. o36 = Instance.new("Part")
  4631. o37 = Instance.new("BlockMesh")
  4632. o38 = Instance.new("Part")
  4633. o39 = Instance.new("Part")
  4634. o40 = Instance.new("BlockMesh")
  4635. o41 = Instance.new("Part")
  4636. o42 = Instance.new("BlockMesh")
  4637. o43 = Instance.new("Part")
  4638. o44 = Instance.new("BlockMesh")
  4639. o45 = Instance.new("Part")
  4640. o46 = Instance.new("SpecialMesh")
  4641. o47 = Instance.new("Part")
  4642. o48 = Instance.new("BlockMesh")
  4643. o49 = Instance.new("Part")
  4644. o50 = Instance.new("BlockMesh")
  4645. o51 = Instance.new("Part")
  4646. o52 = Instance.new("BlockMesh")
  4647. o53 = Instance.new("Part")
  4648. o54 = Instance.new("SpecialMesh")
  4649. o55 = Instance.new("Part")
  4650. o56 = Instance.new("SpecialMesh")
  4651. o57 = Instance.new("Part")
  4652. o58 = Instance.new("BlockMesh")
  4653. o59 = Instance.new("Part")
  4654. o60 = Instance.new("BlockMesh")
  4655. o61 = Instance.new("Part")
  4656. o62 = Instance.new("BlockMesh")
  4657. o63 = Instance.new("Part")
  4658. o64 = Instance.new("Part")
  4659. o65 = Instance.new("Part")
  4660. o66 = Instance.new("BlockMesh")
  4661. o67 = Instance.new("Part")
  4662. o68 = Instance.new("BlockMesh")
  4663. o69 = Instance.new("Part")
  4664. o70 = Instance.new("BlockMesh")
  4665. o71 = Instance.new("Part")
  4666. o72 = Instance.new("BlockMesh")
  4667. o73 = Instance.new("Part")
  4668. o74 = Instance.new("SpecialMesh")
  4669. o75 = Instance.new("Decal")
  4670. o76 = Instance.new("Part")
  4671. o77 = Instance.new("Part")
  4672. o78 = Instance.new("BlockMesh")
  4673. o79 = Instance.new("Part")
  4674. o80 = Instance.new("SpecialMesh")
  4675. o81 = Instance.new("Decal")
  4676. o82 = Instance.new("Part")
  4677. o83 = Instance.new("SpecialMesh")
  4678. o84 = Instance.new("Humanoid")
  4679. o85 = Instance.new("Part")
  4680. o86 = Instance.new("Part")
  4681. o87 = Instance.new("Part")
  4682. o88 = Instance.new("Decal")
  4683. o89 = Instance.new("Motor6D")
  4684. o90 = Instance.new("Motor6D")
  4685. o91 = Instance.new("Motor6D")
  4686. o92 = Instance.new("Motor6D")
  4687. o93 = Instance.new("Motor6D")
  4688. o94 = Instance.new("Part")
  4689. o95 = Instance.new("Part")
  4690. o96 = Instance.new("Part")
  4691. o97 = Instance.new("Part")
  4692. o98 = Instance.new("Part")
  4693. o99 = Instance.new("Decal")
  4694. o100 = Instance.new("Motor6D")
  4695. o101 = Instance.new("Motor6D")
  4696. o102 = Instance.new("Motor6D")
  4697. o103 = Instance.new("Part")
  4698. o104 = Instance.new("Part")
  4699. o105 = Instance.new("Part")
  4700. o106 = Instance.new("Part")
  4701. o107 = Instance.new("Part")
  4702. o108 = Instance.new("CylinderMesh")
  4703. o109 = Instance.new("Part")
  4704. o110 = Instance.new("CylinderMesh")
  4705. o111 = Instance.new("Part")
  4706. o112 = Instance.new("CylinderMesh")
  4707. o113 = Instance.new("Part")
  4708. o114 = Instance.new("CylinderMesh")
  4709. o115 = Instance.new("Part")
  4710. o116 = Instance.new("CylinderMesh")
  4711. o117 = Instance.new("Part")
  4712. o118 = Instance.new("CylinderMesh")
  4713. o119 = Instance.new("Part")
  4714. o120 = Instance.new("CylinderMesh")
  4715. o121 = Instance.new("Part")
  4716. o122 = Instance.new("SpecialMesh")
  4717. o123 = Instance.new("Part")
  4718. o1.Name = " "
  4719. o1.Parent = workspace
  4720. o2.Parent = o1
  4721. o2.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  4722. o2.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  4723. o2.Anchored = true
  4724. o2.FormFactor = Enum.FormFactor.Symmetric
  4725. o2.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  4726. o2.CFrame = CFrame.new(95.3486252, 1.50001001, 18.4564877, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008,
  4727.  
  4728. 1, 2.9804486e-008, 1, -7.54615499e-008)
  4729. o3.Parent = o2
  4730. o4.Parent = o1
  4731. o4.BrickColor = BrickColor.new("Institutional white")
  4732. o4.Position = Vector3.new(96.3181839, 7.00000668, 9.31151104)
  4733. o4.Rotation = Vector3.new(90, 89.9314728, -90)
  4734. o4.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4735. o4.Velocity = Vector3.new(-0.000346515269, 0.00201798417, -0.00195027643)
  4736. o4.Anchored = true
  4737. o4.FormFactor = Enum.FormFactor.Plate
  4738. o4.Size = Vector3.new(1, 2.4000001, 2)
  4739. o4.CFrame = CFrame.new(96.3181839, 7.00000668, 9.31151104, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  4740. o4.BackSurface = Enum.SurfaceType.Weld
  4741. o4.BottomSurface = Enum.SurfaceType.Weld
  4742. o4.LeftSurface = Enum.SurfaceType.Weld
  4743. o4.TopSurface = Enum.SurfaceType.Weld
  4744. o4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4745. o5.Parent = o4
  4746. o5.MeshType = Enum.MeshType.Wedge
  4747. o6.Parent = o1
  4748. o6.Material = Enum.Material.SmoothPlastic
  4749. o6.BrickColor = BrickColor.new("Really black")
  4750. o6.Transparency = 0.5
  4751. o6.Position = Vector3.new(96.3181839, 7.00000668, 13.8115101)
  4752. o6.Rotation = Vector3.new(90, 89.9440536, -90)
  4753. o6.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4754. o6.Velocity = Vector3.new(0.000965324172, 0.00135755131, -0.00195027643)
  4755. o6.Anchored = true
  4756. o6.FormFactor = Enum.FormFactor.Plate
  4757. o6.Size = Vector3.new(8, 2.4000001, 1.99999976)
  4758. o6.CFrame = CFrame.new(96.3181839, 7.00000668, 13.8115101, 0, 3.96315798e-008, 0.999999523, 0, 1, -3.97370599e-008, -1, 0, 0)
  4759. o6.BackSurface = Enum.SurfaceType.Weld
  4760. o6.BottomSurface = Enum.SurfaceType.Weld
  4761. o6.LeftSurface = Enum.SurfaceType.Weld
  4762. o6.RightSurface = Enum.SurfaceType.Weld
  4763. o6.TopSurface = Enum.SurfaceType.Weld
  4764. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4765. o7.Parent = o6
  4766. o7.MeshType = Enum.MeshType.Wedge
  4767. o8.Parent = o1
  4768. o8.BrickColor = BrickColor.new("Br. yellowish orange")
  4769. o8.Position = Vector3.new(92.2182083, 4.00000715, 9.61151409)
  4770. o8.Rotation = Vector3.new(-0, 0, -2.26619136e-006)
  4771. o8.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4772. o8.Velocity = Vector3.new(-0.000475873821, 0.00227026758, -0.00119533995)
  4773. o8.Anchored = true
  4774. o8.FormFactor = Enum.FormFactor.Custom
  4775. o8.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  4776. o8.CFrame = CFrame.new(92.2182083, 4.00000715, 9.61151409, 0.999998808, 3.95524538e-008, 0, -3.98161575e-008, 1, 0, 0, 0, 1)
  4777. o8.BackSurface = Enum.SurfaceType.Weld
  4778. o8.BottomSurface = Enum.SurfaceType.Weld
  4779. o8.FrontSurface = Enum.SurfaceType.Weld
  4780. o8.LeftSurface = Enum.SurfaceType.Weld
  4781. o8.RightSurface = Enum.SurfaceType.Weld
  4782. o8.TopSurface = Enum.SurfaceType.Weld
  4783. o8.Color = Color3.new(0.886275, 0.607843, 0.25098)
  4784. o9.Parent = o8
  4785. o10.Parent = o1
  4786. o10.BrickColor = BrickColor.new("Institutional white")
  4787. o10.Position = Vector3.new(105.317894, 8.40004158, 9.31151295)
  4788. o10.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  4789. o10.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4790. o10.Velocity = Vector3.new(-0.000245332019, 0.00136755884, -0.00436839834)
  4791. o10.Anchored = true
  4792. o10.CanCollide = false
  4793. game.Players[Victim].Character.Humanoid.WalkSpeed = 0
  4794. game.Players[Victim].Character.Humanoid.JumpPower = 0
  4795. o10.FormFactor = Enum.FormFactor.Plate
  4796. o10.Size = Vector3.new(14, 0.400000006, 1)
  4797. o10.CFrame = CFrame.new(105.317894, 8.40004158, 9.31151295, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  4798. o10.BackSurface = Enum.SurfaceType.Weld
  4799. o10.BottomSurface = Enum.SurfaceType.Weld
  4800. o10.FrontSurface = Enum.SurfaceType.Weld
  4801. o10.LeftSurface = Enum.SurfaceType.Weld
  4802. o10.RightSurface = Enum.SurfaceType.Weld
  4803. o10.TopSurface = Enum.SurfaceType.Weld
  4804. o10.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4805. o11.Parent = o10
  4806. o12.Name = "DOOR"
  4807. o12.Parent = o1
  4808. o12.BrickColor = BrickColor.new("Institutional white")
  4809. o12.Position = Vector3.new(103.708466, 5.81500626, 9.31151104)
  4810. o12.Rotation = Vector3.new(-0, 0, -4.43210411e-006)
  4811. o12.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4812. o12.Velocity = Vector3.new(-0.000432157307, 0.00148387556, -0.00427860441)
  4813. o12.Anchored = true
  4814. o12.CanCollide = false
  4815. o12.FormFactor = Enum.FormFactor.Plate
  4816. o12.Size = Vector3.new(5.22000027, 4.82999992, 1)
  4817. o12.CFrame = CFrame.new(103.708466, 5.81500626, 9.31151104, 1, 7.73548052e-008, 0, -7.73548052e-008, 1, 0, 0, 0, 1)
  4818. o12.BottomSurface = Enum.SurfaceType.Weld
  4819. o12.LeftSurface = Enum.SurfaceType.Weld
  4820. o12.RightSurface = Enum.SurfaceType.Weld
  4821. o12.TopSurface = Enum.SurfaceType.Weld
  4822. o12.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4823. o13.Parent = o1
  4824. o13.BrickColor = BrickColor.new("White")
  4825. o13.Position = Vector3.new(109.818169, 5.80000877, 9.31151104)
  4826. o13.Rotation = Vector3.new(-0, 0, -2.25410599e-006)
  4827. o13.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4828. o13.Velocity = Vector3.new(-0.00043324125, 0.00104231632, -0.006061906)
  4829. o13.Anchored = true
  4830. o13.FormFactor = Enum.FormFactor.Plate
  4831. o13.Size = Vector3.new(7, 4.80000019, 1)
  4832. o13.CFrame = CFrame.new(109.818169, 5.80000877, 9.31151104, 0.999996901, 3.9341451e-008, 0, -4.00270856e-008, 1, 0, 0, 0, 1)
  4833. o13.BackSurface = Enum.SurfaceType.Weld
  4834. o13.BottomSurface = Enum.SurfaceType.Weld
  4835. o13.FrontSurface = Enum.SurfaceType.Weld
  4836. o13.LeftSurface = Enum.SurfaceType.Weld
  4837. o13.RightSurface = Enum.SurfaceType.Weld
  4838. o13.TopSurface = Enum.SurfaceType.Weld
  4839. o13.Color = Color3.new(0.94902, 0.952941, 0.952941)
  4840. o14.Parent = o13
  4841. o15.Parent = o1
  4842. o15.BrickColor = BrickColor.new("Institutional white")
  4843. o15.Position = Vector3.new(97.817894, 8.40000725, 13.8115139)
  4844. o15.Rotation = Vector3.new(90, 89.960434, -90)
  4845. o15.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4846. o15.Velocity = Vector3.new(0.00106650498, 0.00124916411, -0.00218200427)
  4847. o15.Anchored = true
  4848. o15.CanCollide = false
  4849. o15.FormFactor = Enum.FormFactor.Plate
  4850. o15.Size = Vector3.new(10, 0.400000006, 1)
  4851. o15.CFrame = CFrame.new(97.817894, 8.40000725, 13.8115139, 0, 3.86294303e-008, 0.999999762, 0, 1, -3.86821704e-008, -1, 0, 0)
  4852. o15.BackSurface = Enum.SurfaceType.Weld
  4853. o15.BottomSurface = Enum.SurfaceType.Weld
  4854. o15.TopSurface = Enum.SurfaceType.Weld
  4855. o15.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4856. o16.Parent = o15
  4857. o16.MeshType = Enum.MeshType.Wedge
  4858. o17.Parent = o1
  4859. o17.BrickColor = BrickColor.new("Institutional white")
  4860. o17.Position = Vector3.new(96.3181839, 7.00000668, 18.3115101)
  4861. o17.Rotation = Vector3.new(90, 89.9314728, -90)
  4862. o17.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4863. o17.Velocity = Vector3.new(0.00227716356, 0.000697118347, -0.00195027643)
  4864. o17.Anchored = true
  4865. o17.FormFactor = Enum.FormFactor.Plate
  4866. o17.Size = Vector3.new(1, 2.4000001, 2)
  4867. o17.CFrame = CFrame.new(96.3181839, 7.00000668, 18.3115101, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  4868. o17.BackSurface = Enum.SurfaceType.Weld
  4869. o17.BottomSurface = Enum.SurfaceType.Weld
  4870. o17.RightSurface = Enum.SurfaceType.Weld
  4871. o17.TopSurface = Enum.SurfaceType.Weld
  4872. o17.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4873. o18.Parent = o17
  4874. o18.MeshType = Enum.MeshType.Wedge
  4875. o19.Parent = o1
  4876. o19.BrickColor = BrickColor.new("Institutional white")
  4877. o19.Position = Vector3.new(93.8181839, 5.20000744, 13.8115101)
  4878. o19.Rotation = Vector3.new(90, 89.8573456, -90)
  4879. o19.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4880. o19.Velocity = Vector3.new(0.000835234998, 0.00153823046, -0.00148565089)
  4881. o19.Anchored = true
  4882. o19.FormFactor = Enum.FormFactor.Plate
  4883. o19.Size = Vector3.new(10, 1.20000005, 3)
  4884. o19.CFrame = CFrame.new(93.8181839, 5.20000744, 13.8115101, 0, 3.77325726e-008, 0.999996901, 0, 1, -3.84182002e-008, -1, 0, 0)
  4885. o19.BackSurface = Enum.SurfaceType.Weld
  4886. o19.BottomSurface = Enum.SurfaceType.Weld
  4887. o19.TopSurface = Enum.SurfaceType.Weld
  4888. o19.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4889. o20.Parent = o19
  4890. o20.MeshType = Enum.MeshType.Wedge
  4891. o21.Parent = o19
  4892. o21.SoundId = "rbxassetid://532147820"
  4893. o21.Looped = true
  4894. o22.Parent = o1
  4895. o22.BrickColor = BrickColor.new("Institutional white")
  4896. o22.Position = Vector3.new(96.3182907, 4.60000753, 9.31151104)
  4897. o22.Rotation = Vector3.new(-0, 0, -2.23446773e-006)
  4898. o22.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4899. o22.Velocity = Vector3.new(-0.000519967522, 0.00201797695, -0.00230253674)
  4900. o22.Anchored = true
  4901. o22.FormFactor = Enum.FormFactor.Plate
  4902. o22.Size = Vector3.new(2, 2.4000001, 1)
  4903. o22.CFrame = CFrame.new(96.3182907, 4.60000753, 9.31151104, 0.999993801, 3.8998575e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  4904. o22.BackSurface = Enum.SurfaceType.Weld
  4905. o22.BottomSurface = Enum.SurfaceType.Weld
  4906. o22.FrontSurface = Enum.SurfaceType.Weld
  4907. o22.LeftSurface = Enum.SurfaceType.Weld
  4908. o22.RightSurface = Enum.SurfaceType.Weld
  4909. o22.TopSurface = Enum.SurfaceType.Weld
  4910. o22.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4911. o23.Parent = o22
  4912. o24.Parent = o1
  4913. o24.BrickColor = BrickColor.new("Institutional white")
  4914. o24.Position = Vector3.new(113.817245, 6.80000734, 18.3115101)
  4915. o24.Rotation = Vector3.new(-0, -90, 0)
  4916. o24.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4917. o24.Velocity = Vector3.new(0.00226270943, -0.000567569688, -0.00708095264)
  4918. o24.Anchored = true
  4919. o24.FormFactor = Enum.FormFactor.Plate
  4920. o24.Size = Vector3.new(1, 2.79999995, 1)
  4921. o24.CFrame = CFrame.new(113.817245, 6.80000734, 18.3115101, 0, 5.54578605e-008, -1, 0, 1, 5.54578605e-008, 1, 0, 0)
  4922. o24.BackSurface = Enum.SurfaceType.Weld
  4923. o24.BottomSurface = Enum.SurfaceType.Weld
  4924. o24.TopSurface = Enum.SurfaceType.Weld
  4925. o24.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4926. o25.Parent = o24
  4927. o25.MeshType = Enum.MeshType.Wedge
  4928. o26.Parent = o1
  4929. o26.BrickColor = BrickColor.new("Institutional white")
  4930. o26.Position = Vector3.new(93.0181885, 2.60000825, 13.8115101)
  4931. o26.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  4932. o26.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4933. o26.Velocity = Vector3.new(0.000647328445, 0.00159604801, -0.00163401756)
  4934. o26.Anchored = true
  4935. o26.FormFactor = Enum.FormFactor.Plate
  4936. o26.Size = Vector3.new(1.39999998, 1.60000002, 10)
  4937. o26.CFrame = CFrame.new(93.0181885, 2.60000825, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  4938. o26.BackSurface = Enum.SurfaceType.Weld
  4939. o26.BottomSurface = Enum.SurfaceType.Weld
  4940. o26.FrontSurface = Enum.SurfaceType.Weld
  4941. o26.LeftSurface = Enum.SurfaceType.Weld
  4942. o26.RightSurface = Enum.SurfaceType.Weld
  4943. o26.TopSurface = Enum.SurfaceType.Weld
  4944. o26.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4945. o27.Parent = o26
  4946. o28.Parent = o1
  4947. o28.BrickColor = BrickColor.new("Institutional white")
  4948. o28.Position = Vector3.new(113.818176, 6.80000877, 9.31151104)
  4949. o28.Rotation = Vector3.new(-90, -89.7982635, -90)
  4950. o28.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4951. o28.Velocity = Vector3.new(-0.000360969483, 0.000753228669, -0.00708122458)
  4952. o28.Anchored = true
  4953. o28.FormFactor = Enum.FormFactor.Plate
  4954. o28.Size = Vector3.new(1, 2.79999995, 1)
  4955. o28.CFrame = CFrame.new(113.818176, 6.80000877, 9.31151104, 0, 3.89985715e-008, -0.999993801, 0, 1, 4.03698408e-008, 1, 0, 0)
  4956. o28.BackSurface = Enum.SurfaceType.Weld
  4957. o28.BottomSurface = Enum.SurfaceType.Weld
  4958. o28.TopSurface = Enum.SurfaceType.Weld
  4959. o28.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4960. o29.Parent = o28
  4961. o29.MeshType = Enum.MeshType.Wedge
  4962. o30.Parent = o1
  4963. o30.BrickColor = BrickColor.new("Institutional white")
  4964. o30.Position = Vector3.new(96.3181992, 4.60000753, 18.3115101)
  4965. o30.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  4966. o30.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4967. o30.Velocity = Vector3.new(0.00210371148, 0.000697117415, -0.0023025109)
  4968. o30.Anchored = true
  4969. o30.FormFactor = Enum.FormFactor.Plate
  4970. o30.Size = Vector3.new(2, 2.4000001, 1)
  4971. o30.CFrame = CFrame.new(96.3181992, 4.60000753, 18.3115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  4972. o30.BackSurface = Enum.SurfaceType.Weld
  4973. o30.BottomSurface = Enum.SurfaceType.Weld
  4974. o30.FrontSurface = Enum.SurfaceType.Weld
  4975. o30.LeftSurface = Enum.SurfaceType.Weld
  4976. o30.RightSurface = Enum.SurfaceType.Weld
  4977. o30.TopSurface = Enum.SurfaceType.Weld
  4978. o30.Color = Color3.new(0.972549, 0.972549, 0.972549)
  4979. o31.Parent = o30
  4980. o32.Parent = o1
  4981. o32.BrickColor = BrickColor.new("Dark stone grey")
  4982. o32.Position = Vector3.new(95.8181839, 4.60000753, 13.8115101)
  4983. o32.Rotation = Vector3.new(90, 89.960434, -90)
  4984. o32.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  4985. o32.Velocity = Vector3.new(0.000791871978, 0.00139368721, -0.00215674727)
  4986. o32.Anchored = true
  4987. o32.FormFactor = Enum.FormFactor.Plate
  4988. o32.Size = Vector3.new(8, 2.4000001, 1)
  4989. o32.CFrame = CFrame.new(95.8181839, 4.60000753, 13.8115101, 0, 3.96579551e-008, 0.999999762, 0, 1, -3.97106952e-008, -1, 0, 0)
  4990. o32.BottomSurface = Enum.SurfaceType.Weld
  4991. o32.TopSurface = Enum.SurfaceType.Weld
  4992. o32.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4993. o33.Parent = o32
  4994. o33.Offset = Vector3.new(0, 0, 0.5)
  4995. o33.Scale = Vector3.new(1, 1, 2)
  4996. o34.Parent = o1
  4997. o34.BrickColor = BrickColor.new("Institutional white")
  4998. o34.Position = Vector3.new(93.8181992, 4.00000715, 13.8115101)
  4999. o34.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  5000. o34.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5001. o34.Velocity = Vector3.new(0.000748508843, 0.00153822941, -0.00166177051)
  5002. o34.Anchored = true
  5003. o34.FormFactor = Enum.FormFactor.Plate
  5004. o34.Size = Vector3.new(3, 1.20000005, 10)
  5005. o34.CFrame = CFrame.new(93.8181992, 4.00000715, 13.8115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  5006. o34.BackSurface = Enum.SurfaceType.Weld
  5007. o34.BottomSurface = Enum.SurfaceType.Weld
  5008. o34.FrontSurface = Enum.SurfaceType.Weld
  5009. o34.LeftSurface = Enum.SurfaceType.Weld
  5010. o34.RightSurface = Enum.SurfaceType.Weld
  5011. o34.TopSurface = Enum.SurfaceType.Weld
  5012. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5013. o35.Parent = o34
  5014. o36.Parent = o1
  5015. o36.BrickColor = BrickColor.new("Br. yellowish orange")
  5016. o36.Position = Vector3.new(92.2181854, 4.00000715, 18.211504)
  5017. o36.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  5018. o36.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5019. o36.Velocity = Vector3.new(0.00203119451, 0.00100810977, -0.00119533355)
  5020. o36.Anchored = true
  5021. o36.FormFactor = Enum.FormFactor.Custom
  5022. o36.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  5023. o36.CFrame = CFrame.new(92.2181854, 4.00000715, 18.211504, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  5024. o36.BackSurface = Enum.SurfaceType.Weld
  5025. o36.BottomSurface = Enum.SurfaceType.Weld
  5026. o36.FrontSurface = Enum.SurfaceType.Weld
  5027. o36.LeftSurface = Enum.SurfaceType.Weld
  5028. o36.RightSurface = Enum.SurfaceType.Weld
  5029. o36.TopSurface = Enum.SurfaceType.Weld
  5030. o36.Color = Color3.new(0.886275, 0.607843, 0.25098)
  5031. o37.Parent = o36
  5032. o38.Parent = o1
  5033. o38.BrickColor = BrickColor.new("Institutional white")
  5034. o38.Position = Vector3.new(99.0602112, 4.60000706, 18.3115101)
  5035. o38.Rotation = Vector3.new(-0, 0, -4.84935117e-006)
  5036. o38.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5037. o38.Velocity = Vector3.new(0.00210371148, 0.000498947338, -0.0031018618)
  5038. o38.Anchored = true
  5039. o38.CanCollide = false
  5040. o38.FormFactor = Enum.FormFactor.Plate
  5041. o38.Size = Vector3.new(3.48000026, 2.4000001, 1)
  5042. o38.CFrame = CFrame.new(99.0602112, 4.60000706, 18.3115101, 1, 8.46371435e-008, 0, -8.46371435e-008, 1, 0, 0, 0, 1)
  5043. o38.BottomSurface = Enum.SurfaceType.Weld
  5044. o38.LeftSurface = Enum.SurfaceType.Weld
  5045. o38.RightSurface = Enum.SurfaceType.Weld
  5046. o38.TopSurface = Enum.SurfaceType.Weld
  5047. o38.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5048. o39.Parent = o1
  5049. o39.BrickColor = BrickColor.new("Really red")
  5050. o39.Position = Vector3.new(113.818176, 4.80000877, 9.31151104)
  5051. o39.Rotation = Vector3.new(-0, 0, -2.2344675e-006)
  5052. o39.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5053. o39.Velocity = Vector3.new(-0.000505513046, 0.000753228669, -0.00737475045)
  5054. o39.Anchored = true
  5055. o39.FormFactor = Enum.FormFactor.Plate
  5056. o39.Size = Vector3.new(1, 1.20000005, 1)
  5057. o39.CFrame = CFrame.new(113.818176, 4.80000877, 9.31151104, 0.999993801, 3.89985715e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  5058. o39.BackSurface = Enum.SurfaceType.Weld
  5059. o39.BottomSurface = Enum.SurfaceType.Weld
  5060. o39.FrontSurface = Enum.SurfaceType.Weld
  5061. o39.LeftSurface = Enum.SurfaceType.Weld
  5062. o39.RightSurface = Enum.SurfaceType.Weld
  5063. o39.TopSurface = Enum.SurfaceType.Weld
  5064. o39.Color = Color3.new(1, 0, 0)
  5065. o40.Parent = o39
  5066. o41.Parent = o1
  5067. o41.BrickColor = BrickColor.new("Institutional white")
  5068. o41.Position = Vector3.new(113.818054, 3.80000734, 9.31151104)
  5069. o41.Rotation = Vector3.new(-0, 0, -2.23295706e-006)
  5070. o41.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5071. o41.Velocity = Vector3.new(-0.000577784958, 0.000753237749, -0.00752147706)
  5072. o41.Anchored = true
  5073. o41.FormFactor = Enum.FormFactor.Plate
  5074. o41.Size = Vector3.new(1, 0.800000012, 1)
  5075. o41.CFrame = CFrame.new(113.818054, 3.80000734, 9.31151104, 0.999993563, 3.89721997e-008, 0, -4.03962055e-008, 1, 0, 0, 0, 1)
  5076. o41.BackSurface = Enum.SurfaceType.Weld
  5077. o41.BottomSurface = Enum.SurfaceType.Weld
  5078. o41.FrontSurface = Enum.SurfaceType.Weld
  5079. o41.LeftSurface = Enum.SurfaceType.Weld
  5080. o41.RightSurface = Enum.SurfaceType.Weld
  5081. o41.TopSurface = Enum.SurfaceType.Weld
  5082. o41.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5083. o42.Parent = o41
  5084. o43.Parent = o1
  5085. o43.BrickColor = BrickColor.new("Institutional white")
  5086. o43.Position = Vector3.new(105.317894, 8.40000725, 13.8115139)
  5087. o43.Rotation = Vector3.new(-0, 0, -2.21481446e-006)
  5088. o43.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5089. o43.Velocity = Vector3.new(0.00106650498, 0.000707125873, -0.00436840346)
  5090. o43.Anchored = true
  5091. o43.CanCollide = false
  5092. o43.FormFactor = Enum.FormFactor.Plate
  5093. o43.Size = Vector3.new(14, 0.400000006, 8)
  5094. o43.CFrame = CFrame.new(105.317894, 8.40000725, 13.8115139, 1, 3.86558057e-008, 0, -3.86558057e-008, 1, 0, 0, 0, 1)
  5095. o43.BackSurface = Enum.SurfaceType.Weld
  5096. o43.BottomSurface = Enum.SurfaceType.Weld
  5097. o43.FrontSurface = Enum.SurfaceType.Weld
  5098. o43.LeftSurface = Enum.SurfaceType.Weld
  5099. o43.RightSurface = Enum.SurfaceType.Weld
  5100. o43.TopSurface = Enum.SurfaceType.Weld
  5101. o43.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5102. o44.Parent = o43
  5103. o45.Parent = o1
  5104. o45.BrickColor = BrickColor.new("Really black")
  5105. o45.Position = Vector3.new(113.818176, 6.80000782, 11.311511)
  5106. o45.Rotation = Vector3.new(-90, -89.9314728, -90)
  5107. o45.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5108. o45.Velocity = Vector3.new(0.000222070201, 0.000459702482, -0.00708122645)
  5109. o45.Anchored = true
  5110. o45.CanCollide = false
  5111. o45.FormFactor = Enum.FormFactor.Plate
  5112. o45.Size = Vector3.new(3, 2.79999995, 1)
  5113. o45.CFrame = CFrame.new(113.818176, 6.80000782, 11.311511, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  5114. o45.BackSurface = Enum.SurfaceType.Weld
  5115. o45.BottomSurface = Enum.SurfaceType.Weld
  5116. o45.TopSurface = Enum.SurfaceType.Weld
  5117. o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5118. o46.Parent = o45
  5119. o46.MeshType = Enum.MeshType.Wedge
  5120. o47.Parent = o1
  5121. o47.BrickColor = BrickColor.new("Institutional white")
  5122. o47.Position = Vector3.new(103.118179, 2.40000772, 13.8115101)
  5123. o47.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  5124. o47.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5125. o47.Velocity = Vector3.new(0.000632874086, 0.000866103393, -0.0046077203)
  5126. o47.Anchored = true
  5127. o47.FormFactor = Enum.FormFactor.Plate
  5128. o47.Size = Vector3.new(12.3999996, 1.20000005, 10)
  5129. o47.CFrame = CFrame.new(103.118179, 2.40000772, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  5130. o47.BackSurface = Enum.SurfaceType.Weld
  5131. o47.BottomSurface = Enum.SurfaceType.Weld
  5132. o47.FrontSurface = Enum.SurfaceType.Weld
  5133. o47.LeftSurface = Enum.SurfaceType.Weld
  5134. o47.RightSurface = Enum.SurfaceType.Weld
  5135. o47.TopSurface = Enum.SurfaceType.Weld
  5136. o47.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5137. o48.Parent = o47
  5138. o49.Parent = o1
  5139. o49.BrickColor = BrickColor.new("White")
  5140. o49.Position = Vector3.new(104.018181, 3.20000815, 13.8115101)
  5141. o49.Rotation = Vector3.new(-0, 0, -2.27374471e-006)
  5142. o49.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5143. o49.Velocity = Vector3.new(0.000690691522, 0.000801058719, -0.00475267787)
  5144. o49.Anchored = true
  5145. o49.FormFactor = Enum.FormFactor.Plate
  5146. o49.Size = Vector3.new(20.6000004, 0.400000006, 10)
  5147. o49.CFrame = CFrame.new(104.018181, 3.20000815, 13.8115101, 1, 3.96843305e-008, 0, -3.96843305e-008, 1, 0, 0, 0, 1)
  5148. o49.BackSurface = Enum.SurfaceType.Weld
  5149. o49.BottomSurface = Enum.SurfaceType.Weld
  5150. o49.FrontSurface = Enum.SurfaceType.Weld
  5151. o49.LeftSurface = Enum.SurfaceType.Weld
  5152. o49.RightSurface = Enum.SurfaceType.Weld
  5153. o49.TopSurface = Enum.SurfaceType.Weld
  5154. o49.Color = Color3.new(0.94902, 0.952941, 0.952941)
  5155. o50.Parent = o49
  5156. o51.Parent = o1
  5157. o51.BrickColor = BrickColor.new("Institutional white")
  5158. o51.Position = Vector3.new(107.167747, 5.80000782, 18.3115101)
  5159. o51.Rotation = Vector3.new(-0, 0, -3.14727777e-006)
  5160. o51.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5161. o51.Velocity = Vector3.new(0.00219043763, -8.69987416e-005, -0.00528925471)
  5162. o51.Anchored = true
  5163. o51.FormFactor = Enum.FormFactor.Plate
  5164. o51.Size = Vector3.new(12.3000002, 4.80000019, 1)
  5165. o51.CFrame = CFrame.new(107.167747, 5.80000782, 18.3115101, 1, 5.49303607e-008, 0, -5.49303607e-008, 1, 0, 0, 0, 1)
  5166. o51.BackSurface = Enum.SurfaceType.Weld
  5167. o51.BottomSurface = Enum.SurfaceType.Weld
  5168. o51.FrontSurface = Enum.SurfaceType.Weld
  5169. o51.LeftSurface = Enum.SurfaceType.Weld
  5170. o51.RightSurface = Enum.SurfaceType.Weld
  5171. o51.TopSurface = Enum.SurfaceType.Weld
  5172. o51.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5173. o52.Parent = o51
  5174. o53.Parent = o1
  5175. o53.BrickColor = BrickColor.new("Institutional white")
  5176. o53.Position = Vector3.new(113.818176, 6.80000782, 13.8115101)
  5177. o53.Rotation = Vector3.new(-90, -89.9314728, -90)
  5178. o53.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5179. o53.Velocity = Vector3.new(0.000950869871, 9.27953006e-005, -0.00708122645)
  5180. o53.Anchored = true
  5181. o53.CanCollide = false
  5182. o53.FormFactor = Enum.FormFactor.Plate
  5183. o53.Size = Vector3.new(2, 2.79999995, 1)
  5184. o53.CFrame = CFrame.new(113.818176, 6.80000782, 13.8115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  5185. o53.BackSurface = Enum.SurfaceType.Weld
  5186. o53.BottomSurface = Enum.SurfaceType.Weld
  5187. o53.TopSurface = Enum.SurfaceType.Weld
  5188. o53.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5189. o54.Parent = o53
  5190. o54.MeshType = Enum.MeshType.Wedge
  5191. o55.Parent = o1
  5192. o55.BrickColor = BrickColor.new("Really black")
  5193. o55.Position = Vector3.new(113.818176, 6.80000782, 16.3115101)
  5194. o55.Rotation = Vector3.new(-90, -89.9314728, -90)
  5195. o55.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5196. o55.Velocity = Vector3.new(0.0016796696, -0.000274111895, -0.00708122645)
  5197. o55.Anchored = true
  5198. o55.CanCollide = false
  5199. o55.FormFactor = Enum.FormFactor.Plate
  5200. o55.Size = Vector3.new(3, 2.79999995, 1)
  5201. o55.CFrame = CFrame.new(113.818176, 6.80000782, 16.3115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  5202. o55.BackSurface = Enum.SurfaceType.Weld
  5203. o55.BottomSurface = Enum.SurfaceType.Weld
  5204. o55.TopSurface = Enum.SurfaceType.Weld
  5205. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5206. o56.Parent = o55
  5207. o56.MeshType = Enum.MeshType.Wedge
  5208. o57.Parent = o1
  5209. o57.BrickColor = BrickColor.new("Institutional white")
  5210. o57.Position = Vector3.new(113.818176, 4.40000582, 13.8115101)
  5211. o57.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  5212. o57.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5213. o57.Velocity = Vector3.new(0.000777417503, 9.27956426e-005, -0.00743345637)
  5214. o57.Anchored = true
  5215. o57.CanCollide = false
  5216. o57.FormFactor = Enum.FormFactor.Plate
  5217. o57.Size = Vector3.new(1, 2, 8)
  5218. o57.CFrame = CFrame.new(113.818176, 4.40000582, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  5219. o57.BackSurface = Enum.SurfaceType.Weld
  5220. o57.BottomSurface = Enum.SurfaceType.Weld
  5221. o57.FrontSurface = Enum.SurfaceType.Weld
  5222. o57.LeftSurface = Enum.SurfaceType.Weld
  5223. o57.RightSurface = Enum.SurfaceType.Weld
  5224. o57.TopSurface = Enum.SurfaceType.Weld
  5225. o57.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5226. o58.Parent = o57
  5227. o59.Parent = o1
  5228. o59.BrickColor = BrickColor.new("Institutional white")
  5229. o59.Position = Vector3.new(113.818176, 3.80000734, 18.3115101)
  5230. o59.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  5231. o59.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5232. o59.Velocity = Vector3.new(0.00204589404, -0.000567637384, -0.00752151385)
  5233. o59.Anchored = true
  5234. o59.FormFactor = Enum.FormFactor.Plate
  5235. o59.Size = Vector3.new(1, 0.800000012, 1)
  5236. o59.CFrame = CFrame.new(113.818176, 3.80000734, 18.3115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  5237. o59.BackSurface = Enum.SurfaceType.Weld
  5238. o59.BottomSurface = Enum.SurfaceType.Weld
  5239. o59.FrontSurface = Enum.SurfaceType.Weld
  5240. o59.LeftSurface = Enum.SurfaceType.Weld
  5241. o59.RightSurface = Enum.SurfaceType.Weld
  5242. o59.TopSurface = Enum.SurfaceType.Weld
  5243. o59.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5244. o60.Parent = o59
  5245. o61.Parent = o1
  5246. o61.BrickColor = BrickColor.new("Institutional white")
  5247. o61.Position = Vector3.new(105.317894, 8.40000725, 18.3115101)
  5248. o61.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  5249. o61.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5250. o61.Velocity = Vector3.new(0.00237834454, 4.6692905e-005, -0.00436840346)
  5251. o61.Anchored = true
  5252. o61.CanCollide = false
  5253. o61.FormFactor = Enum.FormFactor.Plate
  5254. o61.Size = Vector3.new(14, 0.400000006, 1)
  5255. o61.CFrame = CFrame.new(105.317894, 8.40000725, 18.3115101, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  5256. o61.BackSurface = Enum.SurfaceType.Weld
  5257. o61.BottomSurface = Enum.SurfaceType.Weld
  5258. o61.FrontSurface = Enum.SurfaceType.Weld
  5259. o61.LeftSurface = Enum.SurfaceType.Weld
  5260. o61.RightSurface = Enum.SurfaceType.Weld
  5261. o61.TopSurface = Enum.SurfaceType.Weld
  5262. o61.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5263. o62.Parent = o61
  5264. o63.Parent = o1
  5265. o63.BrickColor = BrickColor.new("Institutional white")
  5266. o63.Position = Vector3.new(97.8181839, 5.79500866, 9.31151104)
  5267. o63.Rotation = Vector3.new(-0, 0, -2.36894834e-006)
  5268. o63.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5269. o63.Velocity = Vector3.new(-0.000433602603, 0.00190957636, -0.00256440602)
  5270. o63.Anchored = true
  5271. o63.CanCollide = false
  5272. o63.FormFactor = Enum.FormFactor.Plate
  5273. o63.Size = Vector3.new(1, 4.80999994, 1)
  5274. o63.CFrame = CFrame.new(97.8181839, 5.79500866, 9.31151104, 1, 4.13459489e-008, 0, -4.13459489e-008, 1, 0, 0, 0, 1)
  5275. o63.BottomSurface = Enum.SurfaceType.Weld
  5276. o63.LeftSurface = Enum.SurfaceType.Weld
  5277. o63.RightSurface = Enum.SurfaceType.Weld
  5278. o63.TopSurface = Enum.SurfaceType.Weld
  5279. o63.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5280. o64.Parent = o1
  5281. o64.BrickColor = BrickColor.new("Institutional white")
  5282. o64.Position = Vector3.new(97.8178101, 7.00000858, 18.3115101)
  5283. o64.Rotation = Vector3.new(-0, 0, -2.14529973e-006)
  5284. o64.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5285. o64.Velocity = Vector3.new(0.00227716402, 0.00058873737, -0.00238744705)
  5286. o64.Anchored = true
  5287. o64.CanCollide = false
  5288. o64.FormFactor = Enum.FormFactor.Plate
  5289. o64.Size = Vector3.new(1, 2.4000001, 1)
  5290. o64.CFrame = CFrame.new(97.8178101, 7.00000858, 18.3115101, 0.999999762, 3.74425326e-008, 0, -3.74952727e-008, 1, 0, 0, 0, 1)
  5291. o64.BottomSurface = Enum.SurfaceType.Weld
  5292. o64.LeftSurface = Enum.SurfaceType.Weld
  5293. o64.RightSurface = Enum.SurfaceType.Weld
  5294. o64.TopSurface = Enum.SurfaceType.Weld
  5295. o64.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5296. o65.Parent = o1
  5297. o65.BrickColor = BrickColor.new("Institutional white")
  5298. o65.Position = Vector3.new(113.418167, 2.40000749, 13.8115101)
  5299. o65.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  5300. o65.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5301. o65.Velocity = Vector3.new(0.000632874086, 0.000121704477, -0.0076103732)
  5302. o65.Anchored = true
  5303. o65.FormFactor = Enum.FormFactor.Plate
  5304. o65.Size = Vector3.new(1.80000007, 1.20000005, 10)
  5305. o65.CFrame = CFrame.new(113.418167, 2.40000749, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  5306. o65.BackSurface = Enum.SurfaceType.Weld
  5307. o65.BottomSurface = Enum.SurfaceType.Weld
  5308. o65.FrontSurface = Enum.SurfaceType.Weld
  5309. o65.LeftSurface = Enum.SurfaceType.Weld
  5310. o65.RightSurface = Enum.SurfaceType.Weld
  5311. o65.TopSurface = Enum.SurfaceType.Weld
  5312. o65.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5313. o66.Parent = o65
  5314. o67.Parent = o1
  5315. o67.BrickColor = BrickColor.new("Really red")
  5316. o67.Position = Vector3.new(113.817245, 4.80000687, 18.3115101)
  5317. o67.Rotation = Vector3.new(-0, 0, -3.17145691e-006)
  5318. o67.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5319. o67.Velocity = Vector3.new(0.00211816584, -0.000567570096, -0.0073744799)
  5320. o67.Anchored = true
  5321. o67.FormFactor = Enum.FormFactor.Plate
  5322. o67.Size = Vector3.new(1, 1.20000005, 1)
  5323. o67.CFrame = CFrame.new(113.817245, 4.80000687, 18.3115101, 1, 5.53523627e-008, 0, -5.53523627e-008, 1, 0, 0, 0, 1)
  5324. o67.BackSurface = Enum.SurfaceType.Weld
  5325. o67.BottomSurface = Enum.SurfaceType.Weld
  5326. o67.FrontSurface = Enum.SurfaceType.Weld
  5327. o67.LeftSurface = Enum.SurfaceType.Weld
  5328. o67.RightSurface = Enum.SurfaceType.Weld
  5329. o67.TopSurface = Enum.SurfaceType.Weld
  5330. o67.Color = Color3.new(1, 0, 0)
  5331. o68.Parent = o67
  5332. o69.Parent = o1
  5333. o69.BrickColor = BrickColor.new("Institutional white")
  5334. o69.Position = Vector3.new(112.817894, 8.40000725, 13.8115139)
  5335. o69.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  5336. o69.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5337. o69.Velocity = Vector3.new(0.00106650498, 0.000165087578, -0.00655480288)
  5338. o69.Anchored = true
  5339. o69.CanCollide = false
  5340. o69.FormFactor = Enum.FormFactor.Plate
  5341. o69.Size = Vector3.new(1, 0.400000006, 10)
  5342. o69.CFrame = CFrame.new(112.817894, 8.40000725, 13.8115139, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  5343. o69.BackSurface = Enum.SurfaceType.Weld
  5344. o69.BottomSurface = Enum.SurfaceType.Weld
  5345. o69.FrontSurface = Enum.SurfaceType.Weld
  5346. o69.LeftSurface = Enum.SurfaceType.Weld
  5347. o69.RightSurface = Enum.SurfaceType.Weld
  5348. o69.TopSurface = Enum.SurfaceType.Weld
  5349. o69.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5350. o70.Parent = o69
  5351. o71.Parent = o1
  5352. o71.BrickColor = BrickColor.new("Really black")
  5353. o71.Position = Vector3.new(92.2181854, 3.8000083, 13.8115101)
  5354. o71.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  5355. o71.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5356. o71.Velocity = Vector3.new(0.0007340546, 0.00165386556, -0.00122468593)
  5357. o71.Anchored = true
  5358. o71.FormFactor = Enum.FormFactor.Custom
  5359. o71.Size = Vector3.new(0.200000003, 0.800000012, 6)
  5360. o71.CFrame = CFrame.new(92.2181854, 3.8000083, 13.8115101, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  5361. o71.BackSurface = Enum.SurfaceType.Weld
  5362. o71.BottomSurface = Enum.SurfaceType.Weld
  5363. o71.FrontSurface = Enum.SurfaceType.Weld
  5364. o71.LeftSurface = Enum.SurfaceType.Weld
  5365. o71.RightSurface = Enum.SurfaceType.Weld
  5366. o71.TopSurface = Enum.SurfaceType.Weld
  5367. o71.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5368. o72.Parent = o71
  5369. o73.Name = "Head"
  5370. o73.Parent = o1
  5371. o73.Material = Enum.Material.SmoothPlastic
  5372. o73.BrickColor = BrickColor.new("Institutional white")
  5373. o73.Position = Vector3.new(99.207077, 7.026577, 15.2047167)
  5374. o73.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5375. o73.Anchored = true
  5376. o73.FormFactor = Enum.FormFactor.Symmetric
  5377. o73.Size = Vector3.new(2, 1, 1)
  5378. o73.CFrame = CFrame.new(99.207077, 7.026577, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -
  5379.  
  5380. 1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  5381. o73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5382. o73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5383. o73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5384. o73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5385. o73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5386. o73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5387. o73.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5388. o74.Parent = o73
  5389. o74.Scale = Vector3.new(1.25, 1.25, 1.25)
  5390. o75.Name = "face"
  5391. o75.Parent = o73
  5392. o75.Texture = "rbxasset://textures/face.png"
  5393. o76.Parent = o1
  5394. o76.BrickColor = BrickColor.new("Institutional white")
  5395. o76.Position = Vector3.new(99.6954269, 5.81500673, 9.31151104)
  5396. o76.Rotation = Vector3.new(-0, 0, -8.82515178e-006)
  5397. o76.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5398. o76.Velocity = Vector3.new(-0.000432157307, 0.00177390513, -0.00310872309)
  5399. o76.Anchored = true
  5400. o76.CanCollide = false
  5401. o76.FormFactor = Enum.FormFactor.Plate
  5402. o76.Size = Vector3.new(2.76000023, 4.82999992, 1)
  5403. o76.CFrame = CFrame.new(99.6954269, 5.81500673, 9.31151104, 1, 1.54027958e-007, 0, -1.54027958e-007, 1, 0, 0, 0, 1)
  5404. o76.BottomSurface = Enum.SurfaceType.Weld
  5405. o76.LeftSurface = Enum.SurfaceType.Weld
  5406. o76.RightSurface = Enum.SurfaceType.Weld
  5407. o76.TopSurface = Enum.SurfaceType.Weld
  5408. o76.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5409. o77.Parent = o1
  5410. o77.BrickColor = BrickColor.new("Institutional white")
  5411. o77.Position = Vector3.new(100.909996, 5.80000877, 14.2915134)
  5412. o77.Rotation = Vector3.new(-0, 0, -7.89941078e-006)
  5413. o77.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  5414. o77.Velocity = Vector3.new(0.0010185279, 0.000955246738, -0.00346499542)
  5415. o77.Anchored = true
  5416. o77.FormFactor = Enum.FormFactor.Plate
  5417. o77.Size = Vector3.new(0.200000003, 4.80000019, 9.0199995)
  5418. o77.CFrame = CFrame.new(100.909996, 5.80000877, 14.2915134, 1, 1.37870728e-007, 0, -1.37870728e-007, 1, 0, 0, 0, 1)
  5419. o77.BackSurface = Enum.SurfaceType.Weld
  5420. o77.BottomSurface = Enum.SurfaceType.Weld
  5421. o77.FrontSurface = Enum.SurfaceType.Weld
  5422. o77.LeftSurface = Enum.SurfaceType.Weld
  5423. o77.RightSurface = Enum.SurfaceType.Weld
  5424. o77.TopSurface = Enum.SurfaceType.Weld
  5425. o77.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5426. o78.Parent = o77
  5427. o79.Name = "Head"
  5428. o79.Parent = o1
  5429. o79.Material = Enum.Material.SmoothPlastic
  5430. o79.BrickColor = BrickColor.new("Institutional white")
  5431. o79.Position = Vector3.new(103.10894, 7.49666739, 15.2047167)
  5432. o79.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  5433. o79.Anchored = true
  5434. o79.FormFactor = Enum.FormFactor.Symmetric
  5435. o79.Size = Vector3.new(2, 1, 1)
  5436. o79.CFrame = CFrame.new(103.10894, 7.49666739, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1,
  5437.  
  5438. 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  5439. o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5440. o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5441. o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5442. o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5443. o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5444. o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5445. o79.Color = Color3.new(0.972549, 0.972549, 0.972549)
  5446. o80.Parent = o79
  5447. o80.Scale = Vector3.new(1.25, 1.25, 1.25)
  5448. o81.Name = "face"
  5449. o81.Parent = o79
  5450. o81.Texture = "rbxasset://textures/face.png"
  5451. o82.Name = "Handle"
  5452. o82.Parent = o1
  5453. o82.Material = Enum.Material.SmoothPlastic
  5454. o82.Position = Vector3.new(103.10894, 7.34666729, 15.2047167)
  5455. o82.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  5456. o82.Anchored = true
  5457. o82.CanCollide = false
  5458. o82.FormFactor = Enum.FormFactor.Symmetric
  5459. o82.Size = Vector3.new(2, 2, 2)
  5460. o82.CFrame = CFrame.new(103.10894, 7.34666729, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1,
  5461.  
  5462. 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  5463. o82.BottomSurface = Enum.SurfaceType.Smooth
  5464. o82.TopSurface = Enum.SurfaceType.Smooth
  5465. o83.Parent = o82
  5466. o83.MeshId = "http://www.roblox.com/asset/?id=15393031"
  5467. o83.TextureId = "http://www.roblox.com/asset/?id=15393013"
  5468. o83.MeshType = Enum.MeshType.FileMesh
  5469. o84.Parent = o1
  5470. o84.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  5471. o84.RightLeg = o94
  5472. o84.LeftLeg = o96
  5473. o84.Torso = o87
  5474. o84.Health = 0
  5475. o84.MaxHealth = 0
  5476. o85.Name = "TPPART"
  5477. o85.Parent = o1
  5478. o85.Transparency = 1
  5479. o85.Position = Vector3.new(104.155182, 4.24109221, 12.6003485)
  5480. o85.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  5481. o85.Anchored = true
  5482. o85.CanCollide = false
  5483. o85.Size = Vector3.new(4, 1, 2)
  5484. o85.CFrame = CFrame.new(104.155182, 4.24109221, 12.6003485, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  5485. o86.Name = "TPPART2"
  5486. o86.Parent = o1
  5487. o86.Transparency = 1
  5488. o86.Position = Vector3.new(104.155182, 5.40188599, 6.32408237)
  5489. o86.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  5490. o86.Anchored = true
  5491. o86.CanCollide = false
  5492. o86.Size = Vector3.new(4, 1, 2)
  5493. o86.CFrame = CFrame.new(104.155182, 5.40188599, 6.32408237, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  5494. o87.Name = "Torso"
  5495. o87.Parent = o1
  5496. o87.Material = Enum.Material.SmoothPlastic
  5497. o87.BrickColor = BrickColor.new("Navy blue")
  5498. o87.Position = Vector3.new(99.207077, 5.526577, 15.2047167)
  5499. o87.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5500. o87.Anchored = true
  5501. o87.FormFactor = Enum.FormFactor.Symmetric
  5502. o87.Size = Vector3.new(2, 2, 1)
  5503. o87.CFrame = CFrame.new(99.207077, 5.526577, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -
  5504.  
  5505. 1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  5506. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5507. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5508. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5509. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5510. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5511. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5512. o87.Color = Color3.new(0, 0.12549, 0.376471)
  5513. o88.Name = "roblox"
  5514. o88.Parent = o87
  5515. o89.Name = "Right Shoulder"
  5516. o89.Parent = o87
  5517. o89.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5518. o89.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5519. o89.Part0 = o87
  5520. o89.Part1 = o95
  5521. o89.DesiredAngle = -0.062025275081396
  5522. o89.MaxVelocity = 0.15000000596046
  5523. o90.Name = "Left Shoulder"
  5524. o90.Parent = o87
  5525. o90.C0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5526. o90.C1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5527. o90.Part0 = o87
  5528. o90.Part1 = o97
  5529. o90.DesiredAngle = -0.062025275081396
  5530. o90.MaxVelocity = 0.15000000596046
  5531. o91.Name = "Right Hip"
  5532. o91.Parent = o87
  5533. o91.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5534. o91.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5535. o91.Part0 = o87
  5536. o91.Part1 = o94
  5537. o91.DesiredAngle = 0.062025275081396
  5538. o91.MaxVelocity = 0.10000000149012
  5539. o92.Name = "Left Hip"
  5540. o92.Parent = o87
  5541. o92.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5542. o92.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5543. o92.Part0 = o87
  5544. o92.Part1 = o96
  5545. o92.DesiredAngle = 0.062025275081396
  5546. o92.MaxVelocity = 0.10000000149012
  5547. o93.Name = "Neck"
  5548. o93.Parent = o87
  5549. o93.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  5550. o93.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  5551. o93.Part0 = o87
  5552. o93.Part1 = o73
  5553. o93.MaxVelocity = 0.10000000149012
  5554. o94.Name = "Right Leg"
  5555. o94.Parent = o1
  5556. o94.Material = Enum.Material.SmoothPlastic
  5557. o94.BrickColor = BrickColor.new("Navy blue")
  5558. o94.Position = Vector3.new(99.215416, 3.526577, 14.7047863)
  5559. o94.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5560. o94.Anchored = true
  5561. o94.CanCollide = false
  5562. o94.FormFactor = Enum.FormFactor.Symmetric
  5563. o94.Size = Vector3.new(1, 2, 1)
  5564. o94.CFrame = CFrame.new(99.215416, 3.526577, 14.7047863, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -
  5565.  
  5566. 1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  5567. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5568. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5569. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5570. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5571. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5572. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5573. o94.Color = Color3.new(0, 0.12549, 0.376471)
  5574. o95.Name = "Right Arm"
  5575. o95.Parent = o1
  5576. o95.Material = Enum.Material.SmoothPlastic
  5577. o95.BrickColor = BrickColor.new("Maroon")
  5578. o95.Position = Vector3.new(99.2321014, 5.526577, 13.7049236)
  5579. o95.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5580. o95.Anchored = true
  5581. o95.CanCollide = false
  5582. o95.FormFactor = Enum.FormFactor.Symmetric
  5583. o95.Size = Vector3.new(1, 2, 1)
  5584. o95.CFrame = CFrame.new(99.2321014, 5.526577, 13.7049236, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -
  5585.  
  5586. 1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  5587. o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5588. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5589. o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5590. o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5591. o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5592. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5593. o95.Color = Color3.new(0.458824, 0, 0)
  5594. o96.Name = "Left Leg"
  5595. o96.Parent = o1
  5596. o96.Material = Enum.Material.SmoothPlastic
  5597. o96.BrickColor = BrickColor.new("Navy blue")
  5598. o96.Position = Vector3.new(99.1987381, 3.526577, 15.7046452)
  5599. o96.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5600. o96.Anchored = true
  5601. o96.CanCollide = false
  5602. o96.FormFactor = Enum.FormFactor.Symmetric
  5603. o96.Size = Vector3.new(1, 2, 1)
  5604. o96.CFrame = CFrame.new(99.1987381, 3.526577, 15.7046452, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -
  5605.  
  5606. 1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  5607. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5608. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5609. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5610. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5611. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5612. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5613. o96.Color = Color3.new(0, 0.12549, 0.376471)
  5614. o97.Name = "Left Arm"
  5615. o97.Parent = o1
  5616. o97.Material = Enum.Material.SmoothPlastic
  5617. o97.BrickColor = BrickColor.new("Maroon")
  5618. o97.Position = Vector3.new(99.1820602, 5.526577, 16.7045078)
  5619. o97.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5620. o97.Anchored = true
  5621. o97.CanCollide = false
  5622. o97.FormFactor = Enum.FormFactor.Symmetric
  5623. o97.Size = Vector3.new(1, 2, 1)
  5624. o97.CFrame = CFrame.new(99.1820602, 5.526577, 16.7045078, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -
  5625.  
  5626. 1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  5627. o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5628. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5629. o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5630. o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5631. o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5632. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5633. o97.Color = Color3.new(0.458824, 0, 0)
  5634. o98.Name = "Torso"
  5635. o98.Parent = o1
  5636. o98.Material = Enum.Material.SmoothPlastic
  5637. o98.BrickColor = BrickColor.new("Navy blue")
  5638. o98.Position = Vector3.new(103.10894, 5.99666739, 15.2047167)
  5639. o98.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  5640. o98.Anchored = true
  5641. o98.FormFactor = Enum.FormFactor.Symmetric
  5642. o98.Size = Vector3.new(2, 2, 1)
  5643. o98.CFrame = CFrame.new(103.10894, 5.99666739, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1,
  5644.  
  5645. 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  5646. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5647. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5648. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5649. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5650. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5651. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5652. o98.Color = Color3.new(0, 0.12549, 0.376471)
  5653. o99.Name = "roblox"
  5654. o99.Parent = o98
  5655. o100.Name = "Right Hip"
  5656. o100.Parent = o98
  5657. o100.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5658. o100.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  5659. o100.Part0 = o98
  5660. o100.Part1 = o103
  5661. o100.DesiredAngle = 0.062025275081396
  5662. o100.MaxVelocity = 0.10000000149012
  5663. o101.Name = "Left Hip"
  5664. o101.Parent = o98
  5665. o101.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5666. o101.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  5667. o101.Part0 = o98
  5668. o101.Part1 = o105
  5669. o101.DesiredAngle = 0.062025275081396
  5670. o101.MaxVelocity = 0.10000000149012
  5671. o102.Name = "Neck"
  5672. o102.Parent = o98
  5673. o102.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  5674. o102.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  5675. o102.Part0 = o98
  5676. o102.Part1 = o79
  5677. o102.MaxVelocity = 0.10000000149012
  5678. o103.Name = "Right Leg"
  5679. o103.Parent = o1
  5680. o103.Material = Enum.Material.SmoothPlastic
  5681. o103.BrickColor = BrickColor.new("Really black")
  5682. o103.Position = Vector3.new(103.608864, 3.99666739, 15.2130556)
  5683. o103.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  5684. o103.Anchored = true
  5685. o103.CanCollide = false
  5686. o103.FormFactor = Enum.FormFactor.Symmetric
  5687. o103.Size = Vector3.new(1, 2, 1)
  5688. o103.CFrame = CFrame.new(103.608864, 3.99666739, 15.2130556, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1,
  5689.  
  5690. 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  5691. o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5692. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5693. o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5694. o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5695. o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5696. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5697. o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5698. o104.Name = "Right Arm"
  5699. o104.Parent = o1
  5700. o104.Material = Enum.Material.SmoothPlastic
  5701. o104.BrickColor = BrickColor.new("Maroon")
  5702. o104.Position = Vector3.new(104.615349, 5.89646101, 14.8330393)
  5703. o104.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  5704. o104.Anchored = true
  5705. o104.CanCollide = false
  5706. o104.FormFactor = Enum.FormFactor.Symmetric
  5707. o104.Size = Vector3.new(1, 2, 1)
  5708. o104.CFrame = CFrame.new(104.615349, 5.89646101, 14.8330393, 0.999860883, -0.0117952423, -0.0117952526, 0, 0.707107067, -
  5709.  
  5710. 0.707106411, 0.0166809987, 0.707008064, 0.707008719)
  5711. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5712. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5713. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5714. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5715. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5716. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5717. o104.Color = Color3.new(0.458824, 0, 0)
  5718. o105.Name = "Left Leg"
  5719. o105.Parent = o1
  5720. o105.Material = Enum.Material.SmoothPlastic
  5721. o105.BrickColor = BrickColor.new("Really black")
  5722. o105.Position = Vector3.new(102.609009, 3.99666739, 15.1963739)
  5723. o105.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  5724. o105.Anchored = true
  5725. o105.CanCollide = false
  5726. o105.FormFactor = Enum.FormFactor.Symmetric
  5727. o105.Size = Vector3.new(1, 2, 1)
  5728. o105.CFrame = CFrame.new(102.609009, 3.99666739, 15.1963739, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1,
  5729.  
  5730. 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  5731. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5732. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5733. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5734. o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5735. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5736. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5737. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5738. o106.Name = "Left Arm"
  5739. o106.Parent = o1
  5740. o106.Material = Enum.Material.SmoothPlastic
  5741. o106.BrickColor = BrickColor.new("Maroon")
  5742. o106.Position = Vector3.new(101.617271, 5.96075201, 14.6924496)
  5743. o106.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  5744. o106.Anchored = true
  5745. o106.CanCollide = false
  5746. o106.FormFactor = Enum.FormFactor.Symmetric
  5747. o106.Size = Vector3.new(1, 2, 1)
  5748. o106.CFrame = CFrame.new(101.617271, 5.96075201, 14.6924496, 0.999860883, -0.0117952423, -0.0117952526, 0, 0.707107067, -
  5749.  
  5750. 0.707106411, 0.0166809987, 0.707008064, 0.707008719)
  5751. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5752. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5753. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5754. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5755. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5756. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5757. o106.Color = Color3.new(0.458824, 0, 0)
  5758. o107.Parent = o1
  5759. o107.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  5760. o107.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  5761. o107.Anchored = true
  5762. o107.FormFactor = Enum.FormFactor.Symmetric
  5763. o107.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  5764. o107.CFrame = CFrame.new(110.917458, 1.50000954, 18.4564953, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-
  5765.  
  5766. 008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  5767. o108.Parent = o107
  5768. o109.Parent = o1
  5769. o109.BrickColor = BrickColor.new("Really black")
  5770. o109.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  5771. o109.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  5772. o109.Anchored = true
  5773. o109.FormFactor = Enum.FormFactor.Symmetric
  5774. o109.Size = Vector3.new(3, 1.20000005, 3)
  5775. o109.CFrame = CFrame.new(110.917442, 1.50002527, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-
  5776.  
  5777. 009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  5778. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5779. o110.Parent = o109
  5780. o111.Parent = o1
  5781. o111.BrickColor = BrickColor.new("Really black")
  5782. o111.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  5783. o111.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  5784. o111.Anchored = true
  5785. o111.FormFactor = Enum.FormFactor.Symmetric
  5786. o111.Size = Vector3.new(3, 1.20000005, 3)
  5787. o111.CFrame = CFrame.new(110.917458, 1.50000954, 18.4564953, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-
  5788.  
  5789. 008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  5790. o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5791. o112.Parent = o111
  5792. o113.Parent = o1
  5793. o113.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  5794. o113.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  5795. o113.Anchored = true
  5796. o113.FormFactor = Enum.FormFactor.Symmetric
  5797. o113.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  5798. o113.CFrame = CFrame.new(95.3486252, 1.50002623, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-
  5799.  
  5800. 009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  5801. o114.Parent = o113
  5802. o115.Parent = o1
  5803. o115.BrickColor = BrickColor.new("Really black")
  5804. o115.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  5805. o115.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  5806. o115.Anchored = true
  5807. o115.FormFactor = Enum.FormFactor.Symmetric
  5808. o115.Size = Vector3.new(3, 1.20000005, 3)
  5809. o115.CFrame = CFrame.new(95.3486252, 1.50002623, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-
  5810.  
  5811. 009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  5812. o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5813. o116.Parent = o115
  5814. o117.Parent = o1
  5815. o117.BrickColor = BrickColor.new("Really black")
  5816. o117.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  5817. o117.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  5818. o117.Anchored = true
  5819. o117.FormFactor = Enum.FormFactor.Symmetric
  5820. o117.Size = Vector3.new(3, 1.20000005, 3)
  5821. o117.CFrame = CFrame.new(95.3486252, 1.50001001, 18.4564877, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-
  5822.  
  5823. 008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  5824. o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  5825. o118.Parent = o117
  5826. o119.Parent = o1
  5827. o119.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  5828. o119.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  5829. o119.Anchored = true
  5830. o119.FormFactor = Enum.FormFactor.Symmetric
  5831. o119.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  5832. o119.CFrame = CFrame.new(110.917442, 1.50002527, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-
  5833.  
  5834. 009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  5835. o120.Parent = o119
  5836. o121.Name = "Handle"
  5837. o121.Parent = o1
  5838. o121.Material = Enum.Material.SmoothPlastic
  5839. o121.Position = Vector3.new(99.207077, 6.8765769, 15.2047167)
  5840. o121.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  5841. o121.Anchored = true
  5842. o121.CanCollide = false
  5843. o121.FormFactor = Enum.FormFactor.Symmetric
  5844. o121.Size = Vector3.new(2, 2, 2)
  5845. o121.CFrame = CFrame.new(99.207077, 6.8765769, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -
  5846.  
  5847. 1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  5848. o121.BottomSurface = Enum.SurfaceType.Smooth
  5849. o121.TopSurface = Enum.SurfaceType.Smooth
  5850. o122.Parent = o121
  5851. o122.MeshId = "http://www.roblox.com/asset/?id=15393031"
  5852. o122.TextureId = "http://www.roblox.com/asset/?id=15393013"
  5853. o122.MeshType = Enum.MeshType.FileMesh
  5854. o123.Name = "RPPART"
  5855. o123.Parent = o1
  5856. o123.Transparency = 1
  5857. o123.Position = Vector3.new(103.454132, 5.33460093, 13.0707426)
  5858. o123.Rotation = Vector3.new(-90, 0, -0)
  5859. o123.Anchored = true
  5860. o123.CanCollide = false
  5861. o123.Size = Vector3.new(4, 1, 2)
  5862. o123.CFrame = CFrame.new(103.454132, 5.33460093, 13.0707426, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  5863. function MoveY(model, Position)
  5864. for _,part in pairs (model:GetChildren()) do
  5865. if part.ClassName == "Part" then
  5866. part.CFrame = part.CFrame + Vector3.new(0,Position,0)
  5867. end
  5868. end
  5869. end
  5870. function MoveX(model, Position)
  5871. for _,part in pairs (model:GetChildren()) do
  5872. if part.ClassName == "Part" then
  5873. part.CFrame = part.CFrame + Vector3.new(Position,0,0)
  5874. end
  5875. end
  5876. end
  5877. function MoveSpawn(model, PLAYERPOS)
  5878. for _,part in pairs (model:GetChildren()) do
  5879. if part.ClassName == "Part" then
  5880. part.CFrame = part.CFrame + PLAYERPOS + Vector3.new(50,-2.7,-5)
  5881. end
  5882. end
  5883. end
  5884. function MoveZ(model, Position)
  5885. for _,part in pairs (model:GetChildren()) do
  5886. if part.ClassName == "Part" then
  5887. part.CFrame = part.CFrame + Vector3.new(0,0,Position)
  5888. end
  5889. end
  5890. end
  5891. function MoveZPart(Part, Position)
  5892. Part.CFrame = Part.CFrame + Vector3.new(0,0,Position)
  5893. end
  5894. function MoveXPart(Part, Position)
  5895. Part.CFrame = Part.CFrame + Vector3.new(Position,0,0)
  5896. end
  5897. game.Players[Victim].Character.HumanoidRootPart.Anchored = true
  5898. OMGCREEPY = Instance.new("Sound")
  5899. OMGCREEPY.Parent = o1
  5900. OMGCREEPY.Volume = .5
  5901. OMGCREEPY.SoundId = "rbxassetid://177775134"
  5902. for i,v in pairs (o1:GetChildren()) do
  5903. if v:IsA("Part") then
  5904. v.Material = "SmoothPlastic"
  5905. v.BackSurface = "SmoothNoOutlines"
  5906. v.FrontSurface = "SmoothNoOutlines"
  5907. v.BottomSurface = "SmoothNoOutlines"
  5908. v.LeftSurface = "SmoothNoOutlines"
  5909. v.RightSurface = "SmoothNoOutlines"
  5910. v.TopSurface = "SmoothNoOutlines"
  5911. end
  5912. end
  5913. OMGCREEPY:Play()
  5914. o21:Play()
  5915. MoveSpawn(o1,game.Players[Victim].Character.HumanoidRootPart.Position)
  5916. for i=1,51 do
  5917. MoveX(o1,-3)
  5918. wait(.05)
  5919. end
  5920. wait(.5)
  5921. MoveZPart(o12,-1)
  5922. wait(.2)
  5923. for i=1,6 do
  5924. MoveXPart(o12,1)
  5925. wait(.1)
  5926. end
  5927. wait(.5)
  5928. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  5929. wait(.5)
  5930. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  5931. wait(.5)
  5932. MoveZPart(o12,1)
  5933. wait(.2)
  5934.  
  5935. for i=1,6 do
  5936. MoveXPart(o12,-1)
  5937. wait(.1)
  5938. end
  5939. for i=1,50 do
  5940. MoveX(o1,-3)
  5941. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  5942. wait(.05)
  5943. end
  5944. game.Players[Victim].Character.Head.face.Texture = "rbxassetid://629925029"
  5945. game.Players[Victim].Character.HumanoidRootPart.CFrame = o123.CFrame
  5946. SCREAM = Instance.new("Sound")
  5947. SCREAM.Parent = game.Players[Victim].Character.Head
  5948. SCREAM.SoundId = "rbxassetid://138167455"
  5949. SCREAM:Play()
  5950. wait(2.5)
  5951. game.Players[Victim].Character.Head.BrickColor = BrickColor.new("Maroon")
  5952. MoveZPart(o12,-1)
  5953. wait(.2)
  5954. for i=1,6 do
  5955. MoveXPart(o12,1)
  5956. wait(.1)
  5957. end
  5958. wait(.5)
  5959. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  5960. wait(.5)
  5961. MoveZPart(o12,1)
  5962. wait(.2)
  5963. for i=1,6 do
  5964. MoveXPart(o12,-1)
  5965. wait(.1)
  5966. end
  5967. game.Players[Victim].Character.Humanoid.Health = 0
  5968. player = game.Players[Victim]
  5969. char = player.Character
  5970. char.Archivable = true
  5971. local rg = char:Clone()
  5972. rg.HumanoidRootPart:Destroy()
  5973. rg.Name = ""
  5974. rg.Humanoid.MaxHealth = 0
  5975. for i, v in pairs(rg.Torso:GetChildren()) do
  5976. if v:IsA("Motor6D") then
  5977. v:Destroy()
  5978. end
  5979. end
  5980.  
  5981. local n = Instance.new("Glue", rg.Torso)
  5982. n.Name = "Neck"
  5983. n.Part0 = rg.Torso
  5984. n.Part1 = rg.Head
  5985. n.C0 = CFrame.new(0, 1, 0)
  5986. n.C1 = CFrame.new(0, -0.5, 0)
  5987.  
  5988. local rs = Instance.new("Glue", rg.Torso)
  5989. rs.Name = "Right Shoulder"
  5990. rs.Part0 = rg.Torso
  5991. rs.Part1 = rg["Right Arm"]
  5992. rs.C0 = CFrame.new(1.5, 0.5, 0)
  5993. rs.C1 = CFrame.new(0, 0.5, 0)
  5994. local ls = Instance.new("Glue", rg.Torso)
  5995. ls.Name = "Left Shoulder"
  5996. ls.Part0 = rg.Torso
  5997. ls.Part1 = rg["Left Arm"]
  5998. ls.C0 = CFrame.new(-1.5, 0.5, 0)
  5999. ls.C1 = CFrame.new(0, 0.5, 0)
  6000.  
  6001. local rh = Instance.new("Glue", rg.Torso)
  6002. rh.Name = "Right Hip"
  6003. rh.Part0 = rg.Torso
  6004. rh.Part1 = rg["Right Leg"]
  6005. rh.C0 = CFrame.new(0.5, -1, 0)
  6006. rh.C1 = CFrame.new(0, 1, 0)
  6007. local lh = Instance.new("Glue", rg.Torso)
  6008. lh.Name = "Left Hip"
  6009. lh.Part0 = rg.Torso
  6010. lh.Part1 = rg["Left Leg"]
  6011. lh.C0 = CFrame.new(-0.5, -1, 0)
  6012. lh.C1 = CFrame.new(0, 1, 0)
  6013. char.Torso:Destroy()
  6014. char.Head:Destroy()
  6015. char["Left Leg"]:Destroy()
  6016. char["Left Arm"]:Destroy()
  6017. char["Right Leg"]:Destroy()
  6018. char["Right Arm"]:Destroy()
  6019. rg.Parent = game.Workspace
  6020. rg.Head.BrickColor = BrickColor.new("Maroon")
  6021. function DEATH ()
  6022. OHHNELLY = Instance.new("Part")
  6023. OHHNELLY.Parent = workspace
  6024. OHHNELLY.Anchored = false
  6025. OHHNELLY.Material = Enum.Material.SmoothPlastic
  6026. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  6027. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6028. OHHNELLY.Position = rg.Head.Position
  6029. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  6030. OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6031. OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6032. OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6033. OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6034. OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6035. OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6036. end
  6037. for i=1,20 do
  6038. DEATH()
  6039. MoveX(o1,-3)
  6040. wait(.05)
  6041. end
  6042. o1:Destroy()
  6043. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement