Advertisement
VoidSBGuiCreator

Simple Troll Gui UPDATED

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