Advertisement
Guest User

xdddd

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