Advertisement
Guest User

Untitled

a guest
Mar 5th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 291.34 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame1 = Instance.new("Frame")
  5. local open = Instance.new("TextButton")
  6. local Frame2 = Instance.new("Frame")
  7. local login = Instance.new("TextButton")
  8. local password = Instance.new("TextBox")
  9. local name = Instance.new("TextBox")
  10. local ok = Instance.new("TextLabel")
  11. local Frame3 = Instance.new("Frame")
  12. local van = Instance.new("TextButton")
  13. local ufo = Instance.new("TextButton")
  14. local knife = Instance.new("TextButton")
  15. local drone = Instance.new("TextButton")
  16. local kick = Instance.new("TextButton")
  17. local kys = Instance.new("TextButton")
  18. local username = Instance.new("TextBox")
  19.  
  20. -- Properties
  21.  
  22. ScreenGui.Parent = game.ScreenGui
  23.  
  24. Frame1.Name = "Frame1"
  25. Frame1.Parent = ScreenGui
  26. Frame1.BackgroundColor3 = Color3.new(1, 1, 1)
  27. Frame1.BorderColor3 = Color3.new(1, 0, 0.0156863)
  28. Frame1.BorderSizePixel = 2
  29. Frame1.Position = UDim2.new(0, 0, 0.405117273, 0)
  30. Frame1.Size = UDim2.new(0, 97, 0, 26)
  31.  
  32. open.Name = "open"
  33. open.Parent = Frame1
  34. open.BackgroundColor3 = Color3.new(0, 0, 0)
  35. open.BorderSizePixel = 0
  36. open.Size = UDim2.new(0, 97, 0, 26)
  37. open.Font = Enum.Font.SourceSans
  38. open.Text = "Open"
  39. open.TextColor3 = Color3.new(1, 0, 0.0156863)
  40. open.TextSize = 30
  41. open.MouseButton1Click:connect(function()
  42. Frame1.Visible = false
  43. Frame2.Visible = true
  44. end)
  45.  
  46. Frame2.Name = "Frame2"
  47. Frame2.Parent = ScreenGui
  48. Frame2.BackgroundColor3 = Color3.new(0, 0, 0)
  49. Frame2.BackgroundTransparency = 0.30000001192093
  50. Frame2.BorderColor3 = Color3.new(1, 0, 0.0156863)
  51. Frame2.BorderSizePixel = 2
  52. Frame2.Draggable = true
  53. Frame2.Position = UDim2.new(0.14127861, 0, 0.221215352, 0)
  54. Frame2.Size = UDim2.new(0, 307, 0, 353)
  55. Frame2.Visible = false
  56.  
  57. login.Name = "login"
  58. login.Parent = Frame2
  59. login.BackgroundColor3 = Color3.new(0, 0, 0)
  60. login.BackgroundTransparency = 0.30000001192093
  61. login.Position = UDim2.new(0.039607387, 0, 0.895184159, 0)
  62. login.Size = UDim2.new(0, 284, 0, 26)
  63. login.Font = Enum.Font.SourceSans
  64. login.Text = "Login"
  65. login.TextColor3 = Color3.new(1, 0, 0.0156863)
  66. login.TextSize = 25
  67. login.MouseButton1Click:connect(function()
  68. if name.Text == "Tredor" and pass.Text == "Gobnic" then
  69. Frame1.Visible = false
  70. Frame2.Visible = false
  71. Frame3.Visible = true
  72. end
  73.  
  74.  
  75.  
  76. password.Name = "password"
  77. password.Parent = Frame2
  78. password.BackgroundColor3 = Color3.new(0, 0, 0)
  79. password.BackgroundTransparency = 0.30000001192093
  80. password.BorderSizePixel = 0
  81. password.Position = UDim2.new(0.133550495, 0, 0.592068017, 0)
  82. password.Size = UDim2.new(0, 227, 0, 16)
  83. password.Font = Enum.Font.SourceSans
  84. password.Text = "Password"
  85. password.TextColor3 = Color3.new(1, 0, 0.0156863)
  86. password.TextSize = 20
  87.  
  88. name.Name = "name"
  89. name.Parent = Frame2
  90. name.BackgroundColor3 = Color3.new(0, 0, 0)
  91. name.BackgroundTransparency = 0.30000001192093
  92. name.Position = UDim2.new(0.131921828, 0, 0.342776209, 0)
  93. name.Size = UDim2.new(0, 227, 0, 16)
  94. name.Font = Enum.Font.SourceSans
  95. name.Text = "Username"
  96. name.TextColor3 = Color3.new(1, 0, 0.0156863)
  97. name.TextSize = 20
  98.  
  99. ok.Name = "ok"
  100. ok.Parent = Frame2
  101. ok.BackgroundColor3 = Color3.new(1, 1, 1)
  102. ok.BackgroundTransparency = 1
  103. ok.Position = UDim2.new(0.0390879475, 0, 0.0226628892, 0)
  104. ok.Size = UDim2.new(0, 284, 0, 50)
  105. ok.Font = Enum.Font.SourceSans
  106. ok.Text = "OK"
  107. ok.TextColor3 = Color3.new(1, 0, 0.0470588)
  108. ok.TextSize = 70
  109.  
  110. Frame3.Name = "Frame3"
  111. Frame3.Parent = ScreenGui
  112. Frame3.BackgroundColor3 = Color3.new(0, 0, 0)
  113. Frame3.BackgroundTransparency = 0.30000001192093
  114. Frame3.BorderSizePixel = 2
  115. Frame3.Draggable = true
  116. Frame3.Position = UDim2.new(0.528808117, 0, 0.221748397, 0)
  117. Frame3.Size = UDim2.new(0, 307, 0, 353)
  118. Frame3.Visible = false
  119.  
  120. van.Name = "van"
  121. van.Parent = Frame3
  122. van.BackgroundColor3 = Color3.new(0, 0, 0)
  123. van.BackgroundTransparency = 0.30000001192093
  124. van.BorderSizePixel = 0
  125. van.Position = UDim2.new(0, 0, 0.0793201029, 0)
  126. van.Size = UDim2.new(0, 112, 0, 50)
  127. van.Font = Enum.Font.SourceSans
  128. van.Text = "Van"
  129. van.TextColor3 = Color3.new(1, 0, 0.0156863)
  130. van.TextSize = 20
  131. van.MouseButton1Click:connect(function()
  132. Victim = username.Text
  133. o1 = Instance.new("Model")
  134. o2 = Instance.new("Part")
  135. o3 = Instance.new("CylinderMesh")
  136. o4 = Instance.new("Part")
  137. o5 = Instance.new("SpecialMesh")
  138. o6 = Instance.new("Part")
  139. o7 = Instance.new("SpecialMesh")
  140. o8 = Instance.new("Part")
  141. o9 = Instance.new("BlockMesh")
  142. o10 = Instance.new("Part")
  143. o11 = Instance.new("BlockMesh")
  144. o12 = Instance.new("Part")
  145. o13 = Instance.new("Part")
  146. o14 = Instance.new("BlockMesh")
  147. o15 = Instance.new("Part")
  148. o16 = Instance.new("SpecialMesh")
  149. o17 = Instance.new("Part")
  150. o18 = Instance.new("SpecialMesh")
  151. o19 = Instance.new("Part")
  152. o20 = Instance.new("SpecialMesh")
  153. o21 = Instance.new("Sound")
  154. o22 = Instance.new("Part")
  155. o23 = Instance.new("BlockMesh")
  156. o24 = Instance.new("Part")
  157. o25 = Instance.new("SpecialMesh")
  158. o26 = Instance.new("Part")
  159. o27 = Instance.new("BlockMesh")
  160. o28 = Instance.new("Part")
  161. o29 = Instance.new("SpecialMesh")
  162. o30 = Instance.new("Part")
  163. o31 = Instance.new("BlockMesh")
  164. o32 = Instance.new("Part")
  165. o33 = Instance.new("BlockMesh")
  166. o34 = Instance.new("Part")
  167. o35 = Instance.new("BlockMesh")
  168. o36 = Instance.new("Part")
  169. o37 = Instance.new("BlockMesh")
  170. o38 = Instance.new("Part")
  171. o39 = Instance.new("Part")
  172. o40 = Instance.new("BlockMesh")
  173. o41 = Instance.new("Part")
  174. o42 = Instance.new("BlockMesh")
  175. o43 = Instance.new("Part")
  176. o44 = Instance.new("BlockMesh")
  177. o45 = Instance.new("Part")
  178. o46 = Instance.new("SpecialMesh")
  179. o47 = Instance.new("Part")
  180. o48 = Instance.new("BlockMesh")
  181. o49 = Instance.new("Part")
  182. o50 = Instance.new("BlockMesh")
  183. o51 = Instance.new("Part")
  184. o52 = Instance.new("BlockMesh")
  185. o53 = Instance.new("Part")
  186. o54 = Instance.new("SpecialMesh")
  187. o55 = Instance.new("Part")
  188. o56 = Instance.new("SpecialMesh")
  189. o57 = Instance.new("Part")
  190. o58 = Instance.new("BlockMesh")
  191. o59 = Instance.new("Part")
  192. o60 = Instance.new("BlockMesh")
  193. o61 = Instance.new("Part")
  194. o62 = Instance.new("BlockMesh")
  195. o63 = Instance.new("Part")
  196. o64 = Instance.new("Part")
  197. o65 = Instance.new("Part")
  198. o66 = Instance.new("BlockMesh")
  199. o67 = Instance.new("Part")
  200. o68 = Instance.new("BlockMesh")
  201. o69 = Instance.new("Part")
  202. o70 = Instance.new("BlockMesh")
  203. o71 = Instance.new("Part")
  204. o72 = Instance.new("BlockMesh")
  205. o73 = Instance.new("Part")
  206. o74 = Instance.new("SpecialMesh")
  207. o75 = Instance.new("Decal")
  208. o76 = Instance.new("Part")
  209. o77 = Instance.new("Part")
  210. o78 = Instance.new("BlockMesh")
  211. o79 = Instance.new("Part")
  212. o80 = Instance.new("SpecialMesh")
  213. o81 = Instance.new("Decal")
  214. o82 = Instance.new("Part")
  215. o83 = Instance.new("SpecialMesh")
  216. o84 = Instance.new("Humanoid")
  217. o85 = Instance.new("Part")
  218. o86 = Instance.new("Part")
  219. o87 = Instance.new("Part")
  220. o88 = Instance.new("Decal")
  221. o89 = Instance.new("Motor6D")
  222. o90 = Instance.new("Motor6D")
  223. o91 = Instance.new("Motor6D")
  224. o92 = Instance.new("Motor6D")
  225. o93 = Instance.new("Motor6D")
  226. o94 = Instance.new("Part")
  227. o95 = Instance.new("Part")
  228. o96 = Instance.new("Part")
  229. o97 = Instance.new("Part")
  230. o98 = Instance.new("Part")
  231. o99 = Instance.new("Decal")
  232. o100 = Instance.new("Motor6D")
  233. o101 = Instance.new("Motor6D")
  234. o102 = Instance.new("Motor6D")
  235. o103 = Instance.new("Part")
  236. o104 = Instance.new("Part")
  237. o105 = Instance.new("Part")
  238. o106 = Instance.new("Part")
  239. o107 = Instance.new("Part")
  240. o108 = Instance.new("CylinderMesh")
  241. o109 = Instance.new("Part")
  242. o110 = Instance.new("CylinderMesh")
  243. o111 = Instance.new("Part")
  244. o112 = Instance.new("CylinderMesh")
  245. o113 = Instance.new("Part")
  246. o114 = Instance.new("CylinderMesh")
  247. o115 = Instance.new("Part")
  248. o116 = Instance.new("CylinderMesh")
  249. o117 = Instance.new("Part")
  250. o118 = Instance.new("CylinderMesh")
  251. o119 = Instance.new("Part")
  252. o120 = Instance.new("CylinderMesh")
  253. o121 = Instance.new("Part")
  254. o122 = Instance.new("SpecialMesh")
  255. o123 = Instance.new("Part")
  256. o1.Name = " "
  257. o1.Parent = workspace
  258. o2.Parent = o1
  259. o2.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  260. o2.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  261. o2.Anchored = true
  262. o2.FormFactor = Enum.FormFactor.Symmetric
  263. o2.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  264. 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)
  265. o3.Parent = o2
  266. o4.Parent = o1
  267. o4.BrickColor = BrickColor.new("Institutional white")
  268. o4.Position = Vector3.new(96.3181839, 7.00000668, 9.31151104)
  269. o4.Rotation = Vector3.new(90, 89.9314728, -90)
  270. o4.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  271. o4.Velocity = Vector3.new(-0.000346515269, 0.00201798417, -0.00195027643)
  272. o4.Anchored = true
  273. o4.FormFactor = Enum.FormFactor.Plate
  274. o4.Size = Vector3.new(1, 2.4000001, 2)
  275. o4.CFrame = CFrame.new(96.3181839, 7.00000668, 9.31151104, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  276. o4.BackSurface = Enum.SurfaceType.Weld
  277. o4.BottomSurface = Enum.SurfaceType.Weld
  278. o4.LeftSurface = Enum.SurfaceType.Weld
  279. o4.TopSurface = Enum.SurfaceType.Weld
  280. o4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  281. o5.Parent = o4
  282. o5.MeshType = Enum.MeshType.Wedge
  283. o6.Parent = o1
  284. o6.Material = Enum.Material.SmoothPlastic
  285. o6.BrickColor = BrickColor.new("Really black")
  286. o6.Transparency = 0.5
  287. o6.Position = Vector3.new(96.3181839, 7.00000668, 13.8115101)
  288. o6.Rotation = Vector3.new(90, 89.9440536, -90)
  289. o6.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  290. o6.Velocity = Vector3.new(0.000965324172, 0.00135755131, -0.00195027643)
  291. o6.Anchored = true
  292. o6.FormFactor = Enum.FormFactor.Plate
  293. o6.Size = Vector3.new(8, 2.4000001, 1.99999976)
  294. o6.CFrame = CFrame.new(96.3181839, 7.00000668, 13.8115101, 0, 3.96315798e-008, 0.999999523, 0, 1, -3.97370599e-008, -1, 0, 0)
  295. o6.BackSurface = Enum.SurfaceType.Weld
  296. o6.BottomSurface = Enum.SurfaceType.Weld
  297. o6.LeftSurface = Enum.SurfaceType.Weld
  298. o6.RightSurface = Enum.SurfaceType.Weld
  299. o6.TopSurface = Enum.SurfaceType.Weld
  300. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  301. o7.Parent = o6
  302. o7.MeshType = Enum.MeshType.Wedge
  303. o8.Parent = o1
  304. o8.BrickColor = BrickColor.new("Br. yellowish orange")
  305. o8.Position = Vector3.new(92.2182083, 4.00000715, 9.61151409)
  306. o8.Rotation = Vector3.new(-0, 0, -2.26619136e-006)
  307. o8.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  308. o8.Velocity = Vector3.new(-0.000475873821, 0.00227026758, -0.00119533995)
  309. o8.Anchored = true
  310. o8.FormFactor = Enum.FormFactor.Custom
  311. o8.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  312. o8.CFrame = CFrame.new(92.2182083, 4.00000715, 9.61151409, 0.999998808, 3.95524538e-008, 0, -3.98161575e-008, 1, 0, 0, 0, 1)
  313. o8.BackSurface = Enum.SurfaceType.Weld
  314. o8.BottomSurface = Enum.SurfaceType.Weld
  315. o8.FrontSurface = Enum.SurfaceType.Weld
  316. o8.LeftSurface = Enum.SurfaceType.Weld
  317. o8.RightSurface = Enum.SurfaceType.Weld
  318. o8.TopSurface = Enum.SurfaceType.Weld
  319. o8.Color = Color3.new(0.886275, 0.607843, 0.25098)
  320. o9.Parent = o8
  321. o10.Parent = o1
  322. o10.BrickColor = BrickColor.new("Institutional white")
  323. o10.Position = Vector3.new(105.317894, 8.40004158, 9.31151295)
  324. o10.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  325. o10.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  326. o10.Velocity = Vector3.new(-0.000245332019, 0.00136755884, -0.00436839834)
  327. o10.Anchored = true
  328. o10.CanCollide = false
  329. game.Players[Victim].Character.Humanoid.WalkSpeed = 0
  330. game.Players[Victim].Character.Humanoid.JumpPower = 0
  331. o10.FormFactor = Enum.FormFactor.Plate
  332. o10.Size = Vector3.new(14, 0.400000006, 1)
  333. o10.CFrame = CFrame.new(105.317894, 8.40004158, 9.31151295, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  334. o10.BackSurface = Enum.SurfaceType.Weld
  335. o10.BottomSurface = Enum.SurfaceType.Weld
  336. o10.FrontSurface = Enum.SurfaceType.Weld
  337. o10.LeftSurface = Enum.SurfaceType.Weld
  338. o10.RightSurface = Enum.SurfaceType.Weld
  339. o10.TopSurface = Enum.SurfaceType.Weld
  340. o10.Color = Color3.new(0.972549, 0.972549, 0.972549)
  341. o11.Parent = o10
  342. o12.Name = "DOOR"
  343. o12.Parent = o1
  344. o12.BrickColor = BrickColor.new("Institutional white")
  345. o12.Position = Vector3.new(103.708466, 5.81500626, 9.31151104)
  346. o12.Rotation = Vector3.new(-0, 0, -4.43210411e-006)
  347. o12.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  348. o12.Velocity = Vector3.new(-0.000432157307, 0.00148387556, -0.00427860441)
  349. o12.Anchored = true
  350. o12.CanCollide = false
  351. o12.FormFactor = Enum.FormFactor.Plate
  352. o12.Size = Vector3.new(5.22000027, 4.82999992, 1)
  353. o12.CFrame = CFrame.new(103.708466, 5.81500626, 9.31151104, 1, 7.73548052e-008, 0, -7.73548052e-008, 1, 0, 0, 0, 1)
  354. o12.BottomSurface = Enum.SurfaceType.Weld
  355. o12.LeftSurface = Enum.SurfaceType.Weld
  356. o12.RightSurface = Enum.SurfaceType.Weld
  357. o12.TopSurface = Enum.SurfaceType.Weld
  358. o12.Color = Color3.new(0.972549, 0.972549, 0.972549)
  359. o13.Parent = o1
  360. o13.BrickColor = BrickColor.new("White")
  361. o13.Position = Vector3.new(109.818169, 5.80000877, 9.31151104)
  362. o13.Rotation = Vector3.new(-0, 0, -2.25410599e-006)
  363. o13.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  364. o13.Velocity = Vector3.new(-0.00043324125, 0.00104231632, -0.006061906)
  365. o13.Anchored = true
  366. o13.FormFactor = Enum.FormFactor.Plate
  367. o13.Size = Vector3.new(7, 4.80000019, 1)
  368. o13.CFrame = CFrame.new(109.818169, 5.80000877, 9.31151104, 0.999996901, 3.9341451e-008, 0, -4.00270856e-008, 1, 0, 0, 0, 1)
  369. o13.BackSurface = Enum.SurfaceType.Weld
  370. o13.BottomSurface = Enum.SurfaceType.Weld
  371. o13.FrontSurface = Enum.SurfaceType.Weld
  372. o13.LeftSurface = Enum.SurfaceType.Weld
  373. o13.RightSurface = Enum.SurfaceType.Weld
  374. o13.TopSurface = Enum.SurfaceType.Weld
  375. o13.Color = Color3.new(0.94902, 0.952941, 0.952941)
  376. o14.Parent = o13
  377. o15.Parent = o1
  378. o15.BrickColor = BrickColor.new("Institutional white")
  379. o15.Position = Vector3.new(97.817894, 8.40000725, 13.8115139)
  380. o15.Rotation = Vector3.new(90, 89.960434, -90)
  381. o15.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  382. o15.Velocity = Vector3.new(0.00106650498, 0.00124916411, -0.00218200427)
  383. o15.Anchored = true
  384. o15.CanCollide = false
  385. o15.FormFactor = Enum.FormFactor.Plate
  386. o15.Size = Vector3.new(10, 0.400000006, 1)
  387. o15.CFrame = CFrame.new(97.817894, 8.40000725, 13.8115139, 0, 3.86294303e-008, 0.999999762, 0, 1, -3.86821704e-008, -1, 0, 0)
  388. o15.BackSurface = Enum.SurfaceType.Weld
  389. o15.BottomSurface = Enum.SurfaceType.Weld
  390. o15.TopSurface = Enum.SurfaceType.Weld
  391. o15.Color = Color3.new(0.972549, 0.972549, 0.972549)
  392. o16.Parent = o15
  393. o16.MeshType = Enum.MeshType.Wedge
  394. o17.Parent = o1
  395. o17.BrickColor = BrickColor.new("Institutional white")
  396. o17.Position = Vector3.new(96.3181839, 7.00000668, 18.3115101)
  397. o17.Rotation = Vector3.new(90, 89.9314728, -90)
  398. o17.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  399. o17.Velocity = Vector3.new(0.00227716356, 0.000697118347, -0.00195027643)
  400. o17.Anchored = true
  401. o17.FormFactor = Enum.FormFactor.Plate
  402. o17.Size = Vector3.new(1, 2.4000001, 2)
  403. o17.CFrame = CFrame.new(96.3181839, 7.00000668, 18.3115101, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  404. o17.BackSurface = Enum.SurfaceType.Weld
  405. o17.BottomSurface = Enum.SurfaceType.Weld
  406. o17.RightSurface = Enum.SurfaceType.Weld
  407. o17.TopSurface = Enum.SurfaceType.Weld
  408. o17.Color = Color3.new(0.972549, 0.972549, 0.972549)
  409. o18.Parent = o17
  410. o18.MeshType = Enum.MeshType.Wedge
  411. o19.Parent = o1
  412. o19.BrickColor = BrickColor.new("Institutional white")
  413. o19.Position = Vector3.new(93.8181839, 5.20000744, 13.8115101)
  414. o19.Rotation = Vector3.new(90, 89.8573456, -90)
  415. o19.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  416. o19.Velocity = Vector3.new(0.000835234998, 0.00153823046, -0.00148565089)
  417. o19.Anchored = true
  418. o19.FormFactor = Enum.FormFactor.Plate
  419. o19.Size = Vector3.new(10, 1.20000005, 3)
  420. o19.CFrame = CFrame.new(93.8181839, 5.20000744, 13.8115101, 0, 3.77325726e-008, 0.999996901, 0, 1, -3.84182002e-008, -1, 0, 0)
  421. o19.BackSurface = Enum.SurfaceType.Weld
  422. o19.BottomSurface = Enum.SurfaceType.Weld
  423. o19.TopSurface = Enum.SurfaceType.Weld
  424. o19.Color = Color3.new(0.972549, 0.972549, 0.972549)
  425. o20.Parent = o19
  426. o20.MeshType = Enum.MeshType.Wedge
  427. o21.Parent = o19
  428. o21.SoundId = "rbxassetid://532147820"
  429. o21.Looped = true
  430. o22.Parent = o1
  431. o22.BrickColor = BrickColor.new("Institutional white")
  432. o22.Position = Vector3.new(96.3182907, 4.60000753, 9.31151104)
  433. o22.Rotation = Vector3.new(-0, 0, -2.23446773e-006)
  434. o22.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  435. o22.Velocity = Vector3.new(-0.000519967522, 0.00201797695, -0.00230253674)
  436. o22.Anchored = true
  437. o22.FormFactor = Enum.FormFactor.Plate
  438. o22.Size = Vector3.new(2, 2.4000001, 1)
  439. o22.CFrame = CFrame.new(96.3182907, 4.60000753, 9.31151104, 0.999993801, 3.8998575e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  440. o22.BackSurface = Enum.SurfaceType.Weld
  441. o22.BottomSurface = Enum.SurfaceType.Weld
  442. o22.FrontSurface = Enum.SurfaceType.Weld
  443. o22.LeftSurface = Enum.SurfaceType.Weld
  444. o22.RightSurface = Enum.SurfaceType.Weld
  445. o22.TopSurface = Enum.SurfaceType.Weld
  446. o22.Color = Color3.new(0.972549, 0.972549, 0.972549)
  447. o23.Parent = o22
  448. o24.Parent = o1
  449. o24.BrickColor = BrickColor.new("Institutional white")
  450. o24.Position = Vector3.new(113.817245, 6.80000734, 18.3115101)
  451. o24.Rotation = Vector3.new(-0, -90, 0)
  452. o24.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  453. o24.Velocity = Vector3.new(0.00226270943, -0.000567569688, -0.00708095264)
  454. o24.Anchored = true
  455. o24.FormFactor = Enum.FormFactor.Plate
  456. o24.Size = Vector3.new(1, 2.79999995, 1)
  457. o24.CFrame = CFrame.new(113.817245, 6.80000734, 18.3115101, 0, 5.54578605e-008, -1, 0, 1, 5.54578605e-008, 1, 0, 0)
  458. o24.BackSurface = Enum.SurfaceType.Weld
  459. o24.BottomSurface = Enum.SurfaceType.Weld
  460. o24.TopSurface = Enum.SurfaceType.Weld
  461. o24.Color = Color3.new(0.972549, 0.972549, 0.972549)
  462. o25.Parent = o24
  463. o25.MeshType = Enum.MeshType.Wedge
  464. o26.Parent = o1
  465. o26.BrickColor = BrickColor.new("Institutional white")
  466. o26.Position = Vector3.new(93.0181885, 2.60000825, 13.8115101)
  467. o26.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  468. o26.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  469. o26.Velocity = Vector3.new(0.000647328445, 0.00159604801, -0.00163401756)
  470. o26.Anchored = true
  471. o26.FormFactor = Enum.FormFactor.Plate
  472. o26.Size = Vector3.new(1.39999998, 1.60000002, 10)
  473. o26.CFrame = CFrame.new(93.0181885, 2.60000825, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  474. o26.BackSurface = Enum.SurfaceType.Weld
  475. o26.BottomSurface = Enum.SurfaceType.Weld
  476. o26.FrontSurface = Enum.SurfaceType.Weld
  477. o26.LeftSurface = Enum.SurfaceType.Weld
  478. o26.RightSurface = Enum.SurfaceType.Weld
  479. o26.TopSurface = Enum.SurfaceType.Weld
  480. o26.Color = Color3.new(0.972549, 0.972549, 0.972549)
  481. o27.Parent = o26
  482. o28.Parent = o1
  483. o28.BrickColor = BrickColor.new("Institutional white")
  484. o28.Position = Vector3.new(113.818176, 6.80000877, 9.31151104)
  485. o28.Rotation = Vector3.new(-90, -89.7982635, -90)
  486. o28.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  487. o28.Velocity = Vector3.new(-0.000360969483, 0.000753228669, -0.00708122458)
  488. o28.Anchored = true
  489. o28.FormFactor = Enum.FormFactor.Plate
  490. o28.Size = Vector3.new(1, 2.79999995, 1)
  491. o28.CFrame = CFrame.new(113.818176, 6.80000877, 9.31151104, 0, 3.89985715e-008, -0.999993801, 0, 1, 4.03698408e-008, 1, 0, 0)
  492. o28.BackSurface = Enum.SurfaceType.Weld
  493. o28.BottomSurface = Enum.SurfaceType.Weld
  494. o28.TopSurface = Enum.SurfaceType.Weld
  495. o28.Color = Color3.new(0.972549, 0.972549, 0.972549)
  496. o29.Parent = o28
  497. o29.MeshType = Enum.MeshType.Wedge
  498. o30.Parent = o1
  499. o30.BrickColor = BrickColor.new("Institutional white")
  500. o30.Position = Vector3.new(96.3181992, 4.60000753, 18.3115101)
  501. o30.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  502. o30.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  503. o30.Velocity = Vector3.new(0.00210371148, 0.000697117415, -0.0023025109)
  504. o30.Anchored = true
  505. o30.FormFactor = Enum.FormFactor.Plate
  506. o30.Size = Vector3.new(2, 2.4000001, 1)
  507. o30.CFrame = CFrame.new(96.3181992, 4.60000753, 18.3115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  508. o30.BackSurface = Enum.SurfaceType.Weld
  509. o30.BottomSurface = Enum.SurfaceType.Weld
  510. o30.FrontSurface = Enum.SurfaceType.Weld
  511. o30.LeftSurface = Enum.SurfaceType.Weld
  512. o30.RightSurface = Enum.SurfaceType.Weld
  513. o30.TopSurface = Enum.SurfaceType.Weld
  514. o30.Color = Color3.new(0.972549, 0.972549, 0.972549)
  515. o31.Parent = o30
  516. o32.Parent = o1
  517. o32.BrickColor = BrickColor.new("Dark stone grey")
  518. o32.Position = Vector3.new(95.8181839, 4.60000753, 13.8115101)
  519. o32.Rotation = Vector3.new(90, 89.960434, -90)
  520. o32.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  521. o32.Velocity = Vector3.new(0.000791871978, 0.00139368721, -0.00215674727)
  522. o32.Anchored = true
  523. o32.FormFactor = Enum.FormFactor.Plate
  524. o32.Size = Vector3.new(8, 2.4000001, 1)
  525. o32.CFrame = CFrame.new(95.8181839, 4.60000753, 13.8115101, 0, 3.96579551e-008, 0.999999762, 0, 1, -3.97106952e-008, -1, 0, 0)
  526. o32.BottomSurface = Enum.SurfaceType.Weld
  527. o32.TopSurface = Enum.SurfaceType.Weld
  528. o32.Color = Color3.new(0.388235, 0.372549, 0.384314)
  529. o33.Parent = o32
  530. o33.Offset = Vector3.new(0, 0, 0.5)
  531. o33.Scale = Vector3.new(1, 1, 2)
  532. o34.Parent = o1
  533. o34.BrickColor = BrickColor.new("Institutional white")
  534. o34.Position = Vector3.new(93.8181992, 4.00000715, 13.8115101)
  535. o34.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  536. o34.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  537. o34.Velocity = Vector3.new(0.000748508843, 0.00153822941, -0.00166177051)
  538. o34.Anchored = true
  539. o34.FormFactor = Enum.FormFactor.Plate
  540. o34.Size = Vector3.new(3, 1.20000005, 10)
  541. o34.CFrame = CFrame.new(93.8181992, 4.00000715, 13.8115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  542. o34.BackSurface = Enum.SurfaceType.Weld
  543. o34.BottomSurface = Enum.SurfaceType.Weld
  544. o34.FrontSurface = Enum.SurfaceType.Weld
  545. o34.LeftSurface = Enum.SurfaceType.Weld
  546. o34.RightSurface = Enum.SurfaceType.Weld
  547. o34.TopSurface = Enum.SurfaceType.Weld
  548. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  549. o35.Parent = o34
  550. o36.Parent = o1
  551. o36.BrickColor = BrickColor.new("Br. yellowish orange")
  552. o36.Position = Vector3.new(92.2181854, 4.00000715, 18.211504)
  553. o36.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  554. o36.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  555. o36.Velocity = Vector3.new(0.00203119451, 0.00100810977, -0.00119533355)
  556. o36.Anchored = true
  557. o36.FormFactor = Enum.FormFactor.Custom
  558. o36.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  559. o36.CFrame = CFrame.new(92.2181854, 4.00000715, 18.211504, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  560. o36.BackSurface = Enum.SurfaceType.Weld
  561. o36.BottomSurface = Enum.SurfaceType.Weld
  562. o36.FrontSurface = Enum.SurfaceType.Weld
  563. o36.LeftSurface = Enum.SurfaceType.Weld
  564. o36.RightSurface = Enum.SurfaceType.Weld
  565. o36.TopSurface = Enum.SurfaceType.Weld
  566. o36.Color = Color3.new(0.886275, 0.607843, 0.25098)
  567. o37.Parent = o36
  568. o38.Parent = o1
  569. o38.BrickColor = BrickColor.new("Institutional white")
  570. o38.Position = Vector3.new(99.0602112, 4.60000706, 18.3115101)
  571. o38.Rotation = Vector3.new(-0, 0, -4.84935117e-006)
  572. o38.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  573. o38.Velocity = Vector3.new(0.00210371148, 0.000498947338, -0.0031018618)
  574. o38.Anchored = true
  575. o38.CanCollide = false
  576. o38.FormFactor = Enum.FormFactor.Plate
  577. o38.Size = Vector3.new(3.48000026, 2.4000001, 1)
  578. o38.CFrame = CFrame.new(99.0602112, 4.60000706, 18.3115101, 1, 8.46371435e-008, 0, -8.46371435e-008, 1, 0, 0, 0, 1)
  579. o38.BottomSurface = Enum.SurfaceType.Weld
  580. o38.LeftSurface = Enum.SurfaceType.Weld
  581. o38.RightSurface = Enum.SurfaceType.Weld
  582. o38.TopSurface = Enum.SurfaceType.Weld
  583. o38.Color = Color3.new(0.972549, 0.972549, 0.972549)
  584. o39.Parent = o1
  585. o39.BrickColor = BrickColor.new("Really red")
  586. o39.Position = Vector3.new(113.818176, 4.80000877, 9.31151104)
  587. o39.Rotation = Vector3.new(-0, 0, -2.2344675e-006)
  588. o39.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  589. o39.Velocity = Vector3.new(-0.000505513046, 0.000753228669, -0.00737475045)
  590. o39.Anchored = true
  591. o39.FormFactor = Enum.FormFactor.Plate
  592. o39.Size = Vector3.new(1, 1.20000005, 1)
  593. o39.CFrame = CFrame.new(113.818176, 4.80000877, 9.31151104, 0.999993801, 3.89985715e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  594. o39.BackSurface = Enum.SurfaceType.Weld
  595. o39.BottomSurface = Enum.SurfaceType.Weld
  596. o39.FrontSurface = Enum.SurfaceType.Weld
  597. o39.LeftSurface = Enum.SurfaceType.Weld
  598. o39.RightSurface = Enum.SurfaceType.Weld
  599. o39.TopSurface = Enum.SurfaceType.Weld
  600. o39.Color = Color3.new(1, 0, 0)
  601. o40.Parent = o39
  602. o41.Parent = o1
  603. o41.BrickColor = BrickColor.new("Institutional white")
  604. o41.Position = Vector3.new(113.818054, 3.80000734, 9.31151104)
  605. o41.Rotation = Vector3.new(-0, 0, -2.23295706e-006)
  606. o41.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  607. o41.Velocity = Vector3.new(-0.000577784958, 0.000753237749, -0.00752147706)
  608. o41.Anchored = true
  609. o41.FormFactor = Enum.FormFactor.Plate
  610. o41.Size = Vector3.new(1, 0.800000012, 1)
  611. o41.CFrame = CFrame.new(113.818054, 3.80000734, 9.31151104, 0.999993563, 3.89721997e-008, 0, -4.03962055e-008, 1, 0, 0, 0, 1)
  612. o41.BackSurface = Enum.SurfaceType.Weld
  613. o41.BottomSurface = Enum.SurfaceType.Weld
  614. o41.FrontSurface = Enum.SurfaceType.Weld
  615. o41.LeftSurface = Enum.SurfaceType.Weld
  616. o41.RightSurface = Enum.SurfaceType.Weld
  617. o41.TopSurface = Enum.SurfaceType.Weld
  618. o41.Color = Color3.new(0.972549, 0.972549, 0.972549)
  619. o42.Parent = o41
  620. o43.Parent = o1
  621. o43.BrickColor = BrickColor.new("Institutional white")
  622. o43.Position = Vector3.new(105.317894, 8.40000725, 13.8115139)
  623. o43.Rotation = Vector3.new(-0, 0, -2.21481446e-006)
  624. o43.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  625. o43.Velocity = Vector3.new(0.00106650498, 0.000707125873, -0.00436840346)
  626. o43.Anchored = true
  627. o43.CanCollide = false
  628. o43.FormFactor = Enum.FormFactor.Plate
  629. o43.Size = Vector3.new(14, 0.400000006, 8)
  630. o43.CFrame = CFrame.new(105.317894, 8.40000725, 13.8115139, 1, 3.86558057e-008, 0, -3.86558057e-008, 1, 0, 0, 0, 1)
  631. o43.BackSurface = Enum.SurfaceType.Weld
  632. o43.BottomSurface = Enum.SurfaceType.Weld
  633. o43.FrontSurface = Enum.SurfaceType.Weld
  634. o43.LeftSurface = Enum.SurfaceType.Weld
  635. o43.RightSurface = Enum.SurfaceType.Weld
  636. o43.TopSurface = Enum.SurfaceType.Weld
  637. o43.Color = Color3.new(0.972549, 0.972549, 0.972549)
  638. o44.Parent = o43
  639. o45.Parent = o1
  640. o45.BrickColor = BrickColor.new("Really black")
  641. o45.Position = Vector3.new(113.818176, 6.80000782, 11.311511)
  642. o45.Rotation = Vector3.new(-90, -89.9314728, -90)
  643. o45.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  644. o45.Velocity = Vector3.new(0.000222070201, 0.000459702482, -0.00708122645)
  645. o45.Anchored = true
  646. o45.CanCollide = false
  647. o45.FormFactor = Enum.FormFactor.Plate
  648. o45.Size = Vector3.new(3, 2.79999995, 1)
  649. o45.CFrame = CFrame.new(113.818176, 6.80000782, 11.311511, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  650. o45.BackSurface = Enum.SurfaceType.Weld
  651. o45.BottomSurface = Enum.SurfaceType.Weld
  652. o45.TopSurface = Enum.SurfaceType.Weld
  653. o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  654. o46.Parent = o45
  655. o46.MeshType = Enum.MeshType.Wedge
  656. o47.Parent = o1
  657. o47.BrickColor = BrickColor.new("Institutional white")
  658. o47.Position = Vector3.new(103.118179, 2.40000772, 13.8115101)
  659. o47.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  660. o47.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  661. o47.Velocity = Vector3.new(0.000632874086, 0.000866103393, -0.0046077203)
  662. o47.Anchored = true
  663. o47.FormFactor = Enum.FormFactor.Plate
  664. o47.Size = Vector3.new(12.3999996, 1.20000005, 10)
  665. o47.CFrame = CFrame.new(103.118179, 2.40000772, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  666. o47.BackSurface = Enum.SurfaceType.Weld
  667. o47.BottomSurface = Enum.SurfaceType.Weld
  668. o47.FrontSurface = Enum.SurfaceType.Weld
  669. o47.LeftSurface = Enum.SurfaceType.Weld
  670. o47.RightSurface = Enum.SurfaceType.Weld
  671. o47.TopSurface = Enum.SurfaceType.Weld
  672. o47.Color = Color3.new(0.972549, 0.972549, 0.972549)
  673. o48.Parent = o47
  674. o49.Parent = o1
  675. o49.BrickColor = BrickColor.new("White")
  676. o49.Position = Vector3.new(104.018181, 3.20000815, 13.8115101)
  677. o49.Rotation = Vector3.new(-0, 0, -2.27374471e-006)
  678. o49.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  679. o49.Velocity = Vector3.new(0.000690691522, 0.000801058719, -0.00475267787)
  680. o49.Anchored = true
  681. o49.FormFactor = Enum.FormFactor.Plate
  682. o49.Size = Vector3.new(20.6000004, 0.400000006, 10)
  683. o49.CFrame = CFrame.new(104.018181, 3.20000815, 13.8115101, 1, 3.96843305e-008, 0, -3.96843305e-008, 1, 0, 0, 0, 1)
  684. o49.BackSurface = Enum.SurfaceType.Weld
  685. o49.BottomSurface = Enum.SurfaceType.Weld
  686. o49.FrontSurface = Enum.SurfaceType.Weld
  687. o49.LeftSurface = Enum.SurfaceType.Weld
  688. o49.RightSurface = Enum.SurfaceType.Weld
  689. o49.TopSurface = Enum.SurfaceType.Weld
  690. o49.Color = Color3.new(0.94902, 0.952941, 0.952941)
  691. o50.Parent = o49
  692. o51.Parent = o1
  693. o51.BrickColor = BrickColor.new("Institutional white")
  694. o51.Position = Vector3.new(107.167747, 5.80000782, 18.3115101)
  695. o51.Rotation = Vector3.new(-0, 0, -3.14727777e-006)
  696. o51.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  697. o51.Velocity = Vector3.new(0.00219043763, -8.69987416e-005, -0.00528925471)
  698. o51.Anchored = true
  699. o51.FormFactor = Enum.FormFactor.Plate
  700. o51.Size = Vector3.new(12.3000002, 4.80000019, 1)
  701. o51.CFrame = CFrame.new(107.167747, 5.80000782, 18.3115101, 1, 5.49303607e-008, 0, -5.49303607e-008, 1, 0, 0, 0, 1)
  702. o51.BackSurface = Enum.SurfaceType.Weld
  703. o51.BottomSurface = Enum.SurfaceType.Weld
  704. o51.FrontSurface = Enum.SurfaceType.Weld
  705. o51.LeftSurface = Enum.SurfaceType.Weld
  706. o51.RightSurface = Enum.SurfaceType.Weld
  707. o51.TopSurface = Enum.SurfaceType.Weld
  708. o51.Color = Color3.new(0.972549, 0.972549, 0.972549)
  709. o52.Parent = o51
  710. o53.Parent = o1
  711. o53.BrickColor = BrickColor.new("Institutional white")
  712. o53.Position = Vector3.new(113.818176, 6.80000782, 13.8115101)
  713. o53.Rotation = Vector3.new(-90, -89.9314728, -90)
  714. o53.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  715. o53.Velocity = Vector3.new(0.000950869871, 9.27953006e-005, -0.00708122645)
  716. o53.Anchored = true
  717. o53.CanCollide = false
  718. o53.FormFactor = Enum.FormFactor.Plate
  719. o53.Size = Vector3.new(2, 2.79999995, 1)
  720. o53.CFrame = CFrame.new(113.818176, 6.80000782, 13.8115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  721. o53.BackSurface = Enum.SurfaceType.Weld
  722. o53.BottomSurface = Enum.SurfaceType.Weld
  723. o53.TopSurface = Enum.SurfaceType.Weld
  724. o53.Color = Color3.new(0.972549, 0.972549, 0.972549)
  725. o54.Parent = o53
  726. o54.MeshType = Enum.MeshType.Wedge
  727. o55.Parent = o1
  728. o55.BrickColor = BrickColor.new("Really black")
  729. o55.Position = Vector3.new(113.818176, 6.80000782, 16.3115101)
  730. o55.Rotation = Vector3.new(-90, -89.9314728, -90)
  731. o55.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  732. o55.Velocity = Vector3.new(0.0016796696, -0.000274111895, -0.00708122645)
  733. o55.Anchored = true
  734. o55.CanCollide = false
  735. o55.FormFactor = Enum.FormFactor.Plate
  736. o55.Size = Vector3.new(3, 2.79999995, 1)
  737. o55.CFrame = CFrame.new(113.818176, 6.80000782, 16.3115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  738. o55.BackSurface = Enum.SurfaceType.Weld
  739. o55.BottomSurface = Enum.SurfaceType.Weld
  740. o55.TopSurface = Enum.SurfaceType.Weld
  741. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  742. o56.Parent = o55
  743. o56.MeshType = Enum.MeshType.Wedge
  744. o57.Parent = o1
  745. o57.BrickColor = BrickColor.new("Institutional white")
  746. o57.Position = Vector3.new(113.818176, 4.40000582, 13.8115101)
  747. o57.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  748. o57.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  749. o57.Velocity = Vector3.new(0.000777417503, 9.27956426e-005, -0.00743345637)
  750. o57.Anchored = true
  751. o57.CanCollide = false
  752. o57.FormFactor = Enum.FormFactor.Plate
  753. o57.Size = Vector3.new(1, 2, 8)
  754. o57.CFrame = CFrame.new(113.818176, 4.40000582, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  755. o57.BackSurface = Enum.SurfaceType.Weld
  756. o57.BottomSurface = Enum.SurfaceType.Weld
  757. o57.FrontSurface = Enum.SurfaceType.Weld
  758. o57.LeftSurface = Enum.SurfaceType.Weld
  759. o57.RightSurface = Enum.SurfaceType.Weld
  760. o57.TopSurface = Enum.SurfaceType.Weld
  761. o57.Color = Color3.new(0.972549, 0.972549, 0.972549)
  762. o58.Parent = o57
  763. o59.Parent = o1
  764. o59.BrickColor = BrickColor.new("Institutional white")
  765. o59.Position = Vector3.new(113.818176, 3.80000734, 18.3115101)
  766. o59.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  767. o59.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  768. o59.Velocity = Vector3.new(0.00204589404, -0.000567637384, -0.00752151385)
  769. o59.Anchored = true
  770. o59.FormFactor = Enum.FormFactor.Plate
  771. o59.Size = Vector3.new(1, 0.800000012, 1)
  772. o59.CFrame = CFrame.new(113.818176, 3.80000734, 18.3115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  773. o59.BackSurface = Enum.SurfaceType.Weld
  774. o59.BottomSurface = Enum.SurfaceType.Weld
  775. o59.FrontSurface = Enum.SurfaceType.Weld
  776. o59.LeftSurface = Enum.SurfaceType.Weld
  777. o59.RightSurface = Enum.SurfaceType.Weld
  778. o59.TopSurface = Enum.SurfaceType.Weld
  779. o59.Color = Color3.new(0.972549, 0.972549, 0.972549)
  780. o60.Parent = o59
  781. o61.Parent = o1
  782. o61.BrickColor = BrickColor.new("Institutional white")
  783. o61.Position = Vector3.new(105.317894, 8.40000725, 18.3115101)
  784. o61.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  785. o61.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  786. o61.Velocity = Vector3.new(0.00237834454, 4.6692905e-005, -0.00436840346)
  787. o61.Anchored = true
  788. o61.CanCollide = false
  789. o61.FormFactor = Enum.FormFactor.Plate
  790. o61.Size = Vector3.new(14, 0.400000006, 1)
  791. o61.CFrame = CFrame.new(105.317894, 8.40000725, 18.3115101, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  792. o61.BackSurface = Enum.SurfaceType.Weld
  793. o61.BottomSurface = Enum.SurfaceType.Weld
  794. o61.FrontSurface = Enum.SurfaceType.Weld
  795. o61.LeftSurface = Enum.SurfaceType.Weld
  796. o61.RightSurface = Enum.SurfaceType.Weld
  797. o61.TopSurface = Enum.SurfaceType.Weld
  798. o61.Color = Color3.new(0.972549, 0.972549, 0.972549)
  799. o62.Parent = o61
  800. o63.Parent = o1
  801. o63.BrickColor = BrickColor.new("Institutional white")
  802. o63.Position = Vector3.new(97.8181839, 5.79500866, 9.31151104)
  803. o63.Rotation = Vector3.new(-0, 0, -2.36894834e-006)
  804. o63.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  805. o63.Velocity = Vector3.new(-0.000433602603, 0.00190957636, -0.00256440602)
  806. o63.Anchored = true
  807. o63.CanCollide = false
  808. o63.FormFactor = Enum.FormFactor.Plate
  809. o63.Size = Vector3.new(1, 4.80999994, 1)
  810. o63.CFrame = CFrame.new(97.8181839, 5.79500866, 9.31151104, 1, 4.13459489e-008, 0, -4.13459489e-008, 1, 0, 0, 0, 1)
  811. o63.BottomSurface = Enum.SurfaceType.Weld
  812. o63.LeftSurface = Enum.SurfaceType.Weld
  813. o63.RightSurface = Enum.SurfaceType.Weld
  814. o63.TopSurface = Enum.SurfaceType.Weld
  815. o63.Color = Color3.new(0.972549, 0.972549, 0.972549)
  816. o64.Parent = o1
  817. o64.BrickColor = BrickColor.new("Institutional white")
  818. o64.Position = Vector3.new(97.8178101, 7.00000858, 18.3115101)
  819. o64.Rotation = Vector3.new(-0, 0, -2.14529973e-006)
  820. o64.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  821. o64.Velocity = Vector3.new(0.00227716402, 0.00058873737, -0.00238744705)
  822. o64.Anchored = true
  823. o64.CanCollide = false
  824. o64.FormFactor = Enum.FormFactor.Plate
  825. o64.Size = Vector3.new(1, 2.4000001, 1)
  826. o64.CFrame = CFrame.new(97.8178101, 7.00000858, 18.3115101, 0.999999762, 3.74425326e-008, 0, -3.74952727e-008, 1, 0, 0, 0, 1)
  827. o64.BottomSurface = Enum.SurfaceType.Weld
  828. o64.LeftSurface = Enum.SurfaceType.Weld
  829. o64.RightSurface = Enum.SurfaceType.Weld
  830. o64.TopSurface = Enum.SurfaceType.Weld
  831. o64.Color = Color3.new(0.972549, 0.972549, 0.972549)
  832. o65.Parent = o1
  833. o65.BrickColor = BrickColor.new("Institutional white")
  834. o65.Position = Vector3.new(113.418167, 2.40000749, 13.8115101)
  835. o65.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  836. o65.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  837. o65.Velocity = Vector3.new(0.000632874086, 0.000121704477, -0.0076103732)
  838. o65.Anchored = true
  839. o65.FormFactor = Enum.FormFactor.Plate
  840. o65.Size = Vector3.new(1.80000007, 1.20000005, 10)
  841. o65.CFrame = CFrame.new(113.418167, 2.40000749, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  842. o65.BackSurface = Enum.SurfaceType.Weld
  843. o65.BottomSurface = Enum.SurfaceType.Weld
  844. o65.FrontSurface = Enum.SurfaceType.Weld
  845. o65.LeftSurface = Enum.SurfaceType.Weld
  846. o65.RightSurface = Enum.SurfaceType.Weld
  847. o65.TopSurface = Enum.SurfaceType.Weld
  848. o65.Color = Color3.new(0.972549, 0.972549, 0.972549)
  849. o66.Parent = o65
  850. o67.Parent = o1
  851. o67.BrickColor = BrickColor.new("Really red")
  852. o67.Position = Vector3.new(113.817245, 4.80000687, 18.3115101)
  853. o67.Rotation = Vector3.new(-0, 0, -3.17145691e-006)
  854. o67.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  855. o67.Velocity = Vector3.new(0.00211816584, -0.000567570096, -0.0073744799)
  856. o67.Anchored = true
  857. o67.FormFactor = Enum.FormFactor.Plate
  858. o67.Size = Vector3.new(1, 1.20000005, 1)
  859. o67.CFrame = CFrame.new(113.817245, 4.80000687, 18.3115101, 1, 5.53523627e-008, 0, -5.53523627e-008, 1, 0, 0, 0, 1)
  860. o67.BackSurface = Enum.SurfaceType.Weld
  861. o67.BottomSurface = Enum.SurfaceType.Weld
  862. o67.FrontSurface = Enum.SurfaceType.Weld
  863. o67.LeftSurface = Enum.SurfaceType.Weld
  864. o67.RightSurface = Enum.SurfaceType.Weld
  865. o67.TopSurface = Enum.SurfaceType.Weld
  866. o67.Color = Color3.new(1, 0, 0)
  867. o68.Parent = o67
  868. o69.Parent = o1
  869. o69.BrickColor = BrickColor.new("Institutional white")
  870. o69.Position = Vector3.new(112.817894, 8.40000725, 13.8115139)
  871. o69.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  872. o69.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  873. o69.Velocity = Vector3.new(0.00106650498, 0.000165087578, -0.00655480288)
  874. o69.Anchored = true
  875. o69.CanCollide = false
  876. o69.FormFactor = Enum.FormFactor.Plate
  877. o69.Size = Vector3.new(1, 0.400000006, 10)
  878. o69.CFrame = CFrame.new(112.817894, 8.40000725, 13.8115139, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  879. o69.BackSurface = Enum.SurfaceType.Weld
  880. o69.BottomSurface = Enum.SurfaceType.Weld
  881. o69.FrontSurface = Enum.SurfaceType.Weld
  882. o69.LeftSurface = Enum.SurfaceType.Weld
  883. o69.RightSurface = Enum.SurfaceType.Weld
  884. o69.TopSurface = Enum.SurfaceType.Weld
  885. o69.Color = Color3.new(0.972549, 0.972549, 0.972549)
  886. o70.Parent = o69
  887. o71.Parent = o1
  888. o71.BrickColor = BrickColor.new("Really black")
  889. o71.Position = Vector3.new(92.2181854, 3.8000083, 13.8115101)
  890. o71.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  891. o71.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  892. o71.Velocity = Vector3.new(0.0007340546, 0.00165386556, -0.00122468593)
  893. o71.Anchored = true
  894. o71.FormFactor = Enum.FormFactor.Custom
  895. o71.Size = Vector3.new(0.200000003, 0.800000012, 6)
  896. o71.CFrame = CFrame.new(92.2181854, 3.8000083, 13.8115101, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  897. o71.BackSurface = Enum.SurfaceType.Weld
  898. o71.BottomSurface = Enum.SurfaceType.Weld
  899. o71.FrontSurface = Enum.SurfaceType.Weld
  900. o71.LeftSurface = Enum.SurfaceType.Weld
  901. o71.RightSurface = Enum.SurfaceType.Weld
  902. o71.TopSurface = Enum.SurfaceType.Weld
  903. o71.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  904. o72.Parent = o71
  905. o73.Name = "Head"
  906. o73.Parent = o1
  907. o73.Material = Enum.Material.SmoothPlastic
  908. o73.BrickColor = BrickColor.new("Institutional white")
  909. o73.Position = Vector3.new(99.207077, 7.026577, 15.2047167)
  910. o73.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  911. o73.Anchored = true
  912. o73.FormFactor = Enum.FormFactor.Symmetric
  913. o73.Size = Vector3.new(2, 1, 1)
  914. 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)
  915. o73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  916. o73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  917. o73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  918. o73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  919. o73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  920. o73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  921. o73.Color = Color3.new(0.972549, 0.972549, 0.972549)
  922. o74.Parent = o73
  923. o74.Scale = Vector3.new(1.25, 1.25, 1.25)
  924. o75.Name = "face"
  925. o75.Parent = o73
  926. o75.Texture = "rbxasset://textures/face.png"
  927. o76.Parent = o1
  928. o76.BrickColor = BrickColor.new("Institutional white")
  929. o76.Position = Vector3.new(99.6954269, 5.81500673, 9.31151104)
  930. o76.Rotation = Vector3.new(-0, 0, -8.82515178e-006)
  931. o76.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  932. o76.Velocity = Vector3.new(-0.000432157307, 0.00177390513, -0.00310872309)
  933. o76.Anchored = true
  934. o76.CanCollide = false
  935. o76.FormFactor = Enum.FormFactor.Plate
  936. o76.Size = Vector3.new(2.76000023, 4.82999992, 1)
  937. o76.CFrame = CFrame.new(99.6954269, 5.81500673, 9.31151104, 1, 1.54027958e-007, 0, -1.54027958e-007, 1, 0, 0, 0, 1)
  938. o76.BottomSurface = Enum.SurfaceType.Weld
  939. o76.LeftSurface = Enum.SurfaceType.Weld
  940. o76.RightSurface = Enum.SurfaceType.Weld
  941. o76.TopSurface = Enum.SurfaceType.Weld
  942. o76.Color = Color3.new(0.972549, 0.972549, 0.972549)
  943. o77.Parent = o1
  944. o77.BrickColor = BrickColor.new("Institutional white")
  945. o77.Position = Vector3.new(100.909996, 5.80000877, 14.2915134)
  946. o77.Rotation = Vector3.new(-0, 0, -7.89941078e-006)
  947. o77.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  948. o77.Velocity = Vector3.new(0.0010185279, 0.000955246738, -0.00346499542)
  949. o77.Anchored = true
  950. o77.FormFactor = Enum.FormFactor.Plate
  951. o77.Size = Vector3.new(0.200000003, 4.80000019, 9.0199995)
  952. o77.CFrame = CFrame.new(100.909996, 5.80000877, 14.2915134, 1, 1.37870728e-007, 0, -1.37870728e-007, 1, 0, 0, 0, 1)
  953. o77.BackSurface = Enum.SurfaceType.Weld
  954. o77.BottomSurface = Enum.SurfaceType.Weld
  955. o77.FrontSurface = Enum.SurfaceType.Weld
  956. o77.LeftSurface = Enum.SurfaceType.Weld
  957. o77.RightSurface = Enum.SurfaceType.Weld
  958. o77.TopSurface = Enum.SurfaceType.Weld
  959. o77.Color = Color3.new(0.972549, 0.972549, 0.972549)
  960. o78.Parent = o77
  961. o79.Name = "Head"
  962. o79.Parent = o1
  963. o79.Material = Enum.Material.SmoothPlastic
  964. o79.BrickColor = BrickColor.new("Institutional white")
  965. o79.Position = Vector3.new(103.10894, 7.49666739, 15.2047167)
  966. o79.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  967. o79.Anchored = true
  968. o79.FormFactor = Enum.FormFactor.Symmetric
  969. o79.Size = Vector3.new(2, 1, 1)
  970. 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)
  971. o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  972. o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  973. o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  974. o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  975. o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  976. o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  977. o79.Color = Color3.new(0.972549, 0.972549, 0.972549)
  978. o80.Parent = o79
  979. o80.Scale = Vector3.new(1.25, 1.25, 1.25)
  980. o81.Name = "face"
  981. o81.Parent = o79
  982. o81.Texture = "rbxasset://textures/face.png"
  983. o82.Name = "Handle"
  984. o82.Parent = o1
  985. o82.Material = Enum.Material.SmoothPlastic
  986. o82.Position = Vector3.new(103.10894, 7.34666729, 15.2047167)
  987. o82.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  988. o82.Anchored = true
  989. o82.CanCollide = false
  990. o82.FormFactor = Enum.FormFactor.Symmetric
  991. o82.Size = Vector3.new(2, 2, 2)
  992. 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)
  993. o82.BottomSurface = Enum.SurfaceType.Smooth
  994. o82.TopSurface = Enum.SurfaceType.Smooth
  995. o83.Parent = o82
  996. o83.MeshId = "http://www.roblox.com/asset/?id=15393031"
  997. o83.TextureId = "http://www.roblox.com/asset/?id=15393013"
  998. o83.MeshType = Enum.MeshType.FileMesh
  999. o84.Parent = o1
  1000. o84.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  1001. o84.RightLeg = o94
  1002. o84.LeftLeg = o96
  1003. o84.Torso = o87
  1004. o84.Health = 0
  1005. o84.MaxHealth = 0
  1006. o85.Name = "TPPART"
  1007. o85.Parent = o1
  1008. o85.Transparency = 1
  1009. o85.Position = Vector3.new(104.155182, 4.24109221, 12.6003485)
  1010. o85.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  1011. o85.Anchored = true
  1012. o85.CanCollide = false
  1013. o85.Size = Vector3.new(4, 1, 2)
  1014. o85.CFrame = CFrame.new(104.155182, 4.24109221, 12.6003485, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  1015. o86.Name = "TPPART2"
  1016. o86.Parent = o1
  1017. o86.Transparency = 1
  1018. o86.Position = Vector3.new(104.155182, 5.40188599, 6.32408237)
  1019. o86.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  1020. o86.Anchored = true
  1021. o86.CanCollide = false
  1022. o86.Size = Vector3.new(4, 1, 2)
  1023. o86.CFrame = CFrame.new(104.155182, 5.40188599, 6.32408237, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  1024. o87.Name = "Torso"
  1025. o87.Parent = o1
  1026. o87.Material = Enum.Material.SmoothPlastic
  1027. o87.BrickColor = BrickColor.new("Navy blue")
  1028. o87.Position = Vector3.new(99.207077, 5.526577, 15.2047167)
  1029. o87.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1030. o87.Anchored = true
  1031. o87.FormFactor = Enum.FormFactor.Symmetric
  1032. o87.Size = Vector3.new(2, 2, 1)
  1033. 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)
  1034. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1035. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1036. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1037. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1038. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1039. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1040. o87.Color = Color3.new(0, 0.12549, 0.376471)
  1041. o88.Name = "roblox"
  1042. o88.Parent = o87
  1043. o89.Name = "Right Shoulder"
  1044. o89.Parent = o87
  1045. o89.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1046. o89.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1047. o89.Part0 = o87
  1048. o89.Part1 = o95
  1049. o89.DesiredAngle = -0.062025275081396
  1050. o89.MaxVelocity = 0.15000000596046
  1051. o90.Name = "Left Shoulder"
  1052. o90.Parent = o87
  1053. o90.C0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1054. o90.C1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1055. o90.Part0 = o87
  1056. o90.Part1 = o97
  1057. o90.DesiredAngle = -0.062025275081396
  1058. o90.MaxVelocity = 0.15000000596046
  1059. o91.Name = "Right Hip"
  1060. o91.Parent = o87
  1061. o91.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1062. o91.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1063. o91.Part0 = o87
  1064. o91.Part1 = o94
  1065. o91.DesiredAngle = 0.062025275081396
  1066. o91.MaxVelocity = 0.10000000149012
  1067. o92.Name = "Left Hip"
  1068. o92.Parent = o87
  1069. o92.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1070. o92.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1071. o92.Part0 = o87
  1072. o92.Part1 = o96
  1073. o92.DesiredAngle = 0.062025275081396
  1074. o92.MaxVelocity = 0.10000000149012
  1075. o93.Name = "Neck"
  1076. o93.Parent = o87
  1077. o93.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1078. o93.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1079. o93.Part0 = o87
  1080. o93.Part1 = o73
  1081. o93.MaxVelocity = 0.10000000149012
  1082. o94.Name = "Right Leg"
  1083. o94.Parent = o1
  1084. o94.Material = Enum.Material.SmoothPlastic
  1085. o94.BrickColor = BrickColor.new("Navy blue")
  1086. o94.Position = Vector3.new(99.215416, 3.526577, 14.7047863)
  1087. o94.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1088. o94.Anchored = true
  1089. o94.CanCollide = false
  1090. o94.FormFactor = Enum.FormFactor.Symmetric
  1091. o94.Size = Vector3.new(1, 2, 1)
  1092. 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)
  1093. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1094. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1095. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1096. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1097. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1098. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1099. o94.Color = Color3.new(0, 0.12549, 0.376471)
  1100. o95.Name = "Right Arm"
  1101. o95.Parent = o1
  1102. o95.Material = Enum.Material.SmoothPlastic
  1103. o95.BrickColor = BrickColor.new("Maroon")
  1104. o95.Position = Vector3.new(99.2321014, 5.526577, 13.7049236)
  1105. o95.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1106. o95.Anchored = true
  1107. o95.CanCollide = false
  1108. o95.FormFactor = Enum.FormFactor.Symmetric
  1109. o95.Size = Vector3.new(1, 2, 1)
  1110. 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)
  1111. o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1112. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1113. o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1114. o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1115. o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1116. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1117. o95.Color = Color3.new(0.458824, 0, 0)
  1118. o96.Name = "Left Leg"
  1119. o96.Parent = o1
  1120. o96.Material = Enum.Material.SmoothPlastic
  1121. o96.BrickColor = BrickColor.new("Navy blue")
  1122. o96.Position = Vector3.new(99.1987381, 3.526577, 15.7046452)
  1123. o96.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1124. o96.Anchored = true
  1125. o96.CanCollide = false
  1126. o96.FormFactor = Enum.FormFactor.Symmetric
  1127. o96.Size = Vector3.new(1, 2, 1)
  1128. 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)
  1129. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1130. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1131. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1132. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1133. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1134. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1135. o96.Color = Color3.new(0, 0.12549, 0.376471)
  1136. o97.Name = "Left Arm"
  1137. o97.Parent = o1
  1138. o97.Material = Enum.Material.SmoothPlastic
  1139. o97.BrickColor = BrickColor.new("Maroon")
  1140. o97.Position = Vector3.new(99.1820602, 5.526577, 16.7045078)
  1141. o97.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1142. o97.Anchored = true
  1143. o97.CanCollide = false
  1144. o97.FormFactor = Enum.FormFactor.Symmetric
  1145. o97.Size = Vector3.new(1, 2, 1)
  1146. 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)
  1147. o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1148. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1149. o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1150. o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1151. o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1152. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1153. o97.Color = Color3.new(0.458824, 0, 0)
  1154. o98.Name = "Torso"
  1155. o98.Parent = o1
  1156. o98.Material = Enum.Material.SmoothPlastic
  1157. o98.BrickColor = BrickColor.new("Navy blue")
  1158. o98.Position = Vector3.new(103.10894, 5.99666739, 15.2047167)
  1159. o98.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1160. o98.Anchored = true
  1161. o98.FormFactor = Enum.FormFactor.Symmetric
  1162. o98.Size = Vector3.new(2, 2, 1)
  1163. 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)
  1164. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1165. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1166. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1167. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1168. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1169. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1170. o98.Color = Color3.new(0, 0.12549, 0.376471)
  1171. o99.Name = "roblox"
  1172. o99.Parent = o98
  1173. o100.Name = "Right Hip"
  1174. o100.Parent = o98
  1175. o100.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1176. o100.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1177. o100.Part0 = o98
  1178. o100.Part1 = o103
  1179. o100.DesiredAngle = 0.062025275081396
  1180. o100.MaxVelocity = 0.10000000149012
  1181. o101.Name = "Left Hip"
  1182. o101.Parent = o98
  1183. o101.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1184. o101.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1185. o101.Part0 = o98
  1186. o101.Part1 = o105
  1187. o101.DesiredAngle = 0.062025275081396
  1188. o101.MaxVelocity = 0.10000000149012
  1189. o102.Name = "Neck"
  1190. o102.Parent = o98
  1191. o102.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1192. o102.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1193. o102.Part0 = o98
  1194. o102.Part1 = o79
  1195. o102.MaxVelocity = 0.10000000149012
  1196. o103.Name = "Right Leg"
  1197. o103.Parent = o1
  1198. o103.Material = Enum.Material.SmoothPlastic
  1199. o103.BrickColor = BrickColor.new("Really black")
  1200. o103.Position = Vector3.new(103.608864, 3.99666739, 15.2130556)
  1201. o103.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1202. o103.Anchored = true
  1203. o103.CanCollide = false
  1204. o103.FormFactor = Enum.FormFactor.Symmetric
  1205. o103.Size = Vector3.new(1, 2, 1)
  1206. 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)
  1207. o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1208. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1209. o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1210. o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1211. o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1212. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1213. o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1214. o104.Name = "Right Arm"
  1215. o104.Parent = o1
  1216. o104.Material = Enum.Material.SmoothPlastic
  1217. o104.BrickColor = BrickColor.new("Maroon")
  1218. o104.Position = Vector3.new(104.615349, 5.89646101, 14.8330393)
  1219. o104.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  1220. o104.Anchored = true
  1221. o104.CanCollide = false
  1222. o104.FormFactor = Enum.FormFactor.Symmetric
  1223. o104.Size = Vector3.new(1, 2, 1)
  1224. 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)
  1225. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1226. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1227. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1228. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1229. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1230. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1231. o104.Color = Color3.new(0.458824, 0, 0)
  1232. o105.Name = "Left Leg"
  1233. o105.Parent = o1
  1234. o105.Material = Enum.Material.SmoothPlastic
  1235. o105.BrickColor = BrickColor.new("Really black")
  1236. o105.Position = Vector3.new(102.609009, 3.99666739, 15.1963739)
  1237. o105.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1238. o105.Anchored = true
  1239. o105.CanCollide = false
  1240. o105.FormFactor = Enum.FormFactor.Symmetric
  1241. o105.Size = Vector3.new(1, 2, 1)
  1242. 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)
  1243. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1244. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1245. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1246. o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1247. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1248. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1249. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1250. o106.Name = "Left Arm"
  1251. o106.Parent = o1
  1252. o106.Material = Enum.Material.SmoothPlastic
  1253. o106.BrickColor = BrickColor.new("Maroon")
  1254. o106.Position = Vector3.new(101.617271, 5.96075201, 14.6924496)
  1255. o106.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  1256. o106.Anchored = true
  1257. o106.CanCollide = false
  1258. o106.FormFactor = Enum.FormFactor.Symmetric
  1259. o106.Size = Vector3.new(1, 2, 1)
  1260. 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)
  1261. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1262. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1263. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1264. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1265. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1266. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1267. o106.Color = Color3.new(0.458824, 0, 0)
  1268. o107.Parent = o1
  1269. o107.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  1270. o107.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1271. o107.Anchored = true
  1272. o107.FormFactor = Enum.FormFactor.Symmetric
  1273. o107.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1274. 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)
  1275. o108.Parent = o107
  1276. o109.Parent = o1
  1277. o109.BrickColor = BrickColor.new("Really black")
  1278. o109.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  1279. o109.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1280. o109.Anchored = true
  1281. o109.FormFactor = Enum.FormFactor.Symmetric
  1282. o109.Size = Vector3.new(3, 1.20000005, 3)
  1283. 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)
  1284. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1285. o110.Parent = o109
  1286. o111.Parent = o1
  1287. o111.BrickColor = BrickColor.new("Really black")
  1288. o111.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  1289. o111.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1290. o111.Anchored = true
  1291. o111.FormFactor = Enum.FormFactor.Symmetric
  1292. o111.Size = Vector3.new(3, 1.20000005, 3)
  1293. 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)
  1294. o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1295. o112.Parent = o111
  1296. o113.Parent = o1
  1297. o113.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  1298. o113.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1299. o113.Anchored = true
  1300. o113.FormFactor = Enum.FormFactor.Symmetric
  1301. o113.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1302. 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)
  1303. o114.Parent = o113
  1304. o115.Parent = o1
  1305. o115.BrickColor = BrickColor.new("Really black")
  1306. o115.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  1307. o115.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1308. o115.Anchored = true
  1309. o115.FormFactor = Enum.FormFactor.Symmetric
  1310. o115.Size = Vector3.new(3, 1.20000005, 3)
  1311. 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)
  1312. o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1313. o116.Parent = o115
  1314. o117.Parent = o1
  1315. o117.BrickColor = BrickColor.new("Really black")
  1316. o117.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  1317. o117.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1318. o117.Anchored = true
  1319. o117.FormFactor = Enum.FormFactor.Symmetric
  1320. o117.Size = Vector3.new(3, 1.20000005, 3)
  1321. 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)
  1322. o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1323. o118.Parent = o117
  1324. o119.Parent = o1
  1325. o119.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  1326. o119.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1327. o119.Anchored = true
  1328. o119.FormFactor = Enum.FormFactor.Symmetric
  1329. o119.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1330. 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)
  1331. o120.Parent = o119
  1332. o121.Name = "Handle"
  1333. o121.Parent = o1
  1334. o121.Material = Enum.Material.SmoothPlastic
  1335. o121.Position = Vector3.new(99.207077, 6.8765769, 15.2047167)
  1336. o121.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1337. o121.Anchored = true
  1338. o121.CanCollide = false
  1339. o121.FormFactor = Enum.FormFactor.Symmetric
  1340. o121.Size = Vector3.new(2, 2, 2)
  1341. 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)
  1342. o121.BottomSurface = Enum.SurfaceType.Smooth
  1343. o121.TopSurface = Enum.SurfaceType.Smooth
  1344. o122.Parent = o121
  1345. o122.MeshId = "http://www.roblox.com/asset/?id=15393031"
  1346. o122.TextureId = "http://www.roblox.com/asset/?id=15393013"
  1347. o122.MeshType = Enum.MeshType.FileMesh
  1348. o123.Name = "RPPART"
  1349. o123.Parent = o1
  1350. o123.Transparency = 1
  1351. o123.Position = Vector3.new(103.454132, 5.33460093, 13.0707426)
  1352. o123.Rotation = Vector3.new(-90, 0, -0)
  1353. o123.Anchored = true
  1354. o123.CanCollide = false
  1355. o123.Size = Vector3.new(4, 1, 2)
  1356. o123.CFrame = CFrame.new(103.454132, 5.33460093, 13.0707426, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  1357. function MoveY(model, Position)
  1358. for _,part in pairs (model:GetChildren()) do
  1359. if part.ClassName == "Part" then
  1360. part.CFrame = part.CFrame + Vector3.new(0,Position,0)
  1361. end
  1362. end
  1363. end
  1364. function MoveX(model, Position)
  1365. for _,part in pairs (model:GetChildren()) do
  1366. if part.ClassName == "Part" then
  1367. part.CFrame = part.CFrame + Vector3.new(Position,0,0)
  1368. end
  1369. end
  1370. end
  1371. function MoveSpawn(model, PLAYERPOS)
  1372. for _,part in pairs (model:GetChildren()) do
  1373. if part.ClassName == "Part" then
  1374. part.CFrame = part.CFrame + PLAYERPOS + Vector3.new(50,-2.7,-5)
  1375. end
  1376. end
  1377. end
  1378. function MoveZ(model, Position)
  1379. for _,part in pairs (model:GetChildren()) do
  1380. if part.ClassName == "Part" then
  1381. part.CFrame = part.CFrame + Vector3.new(0,0,Position)
  1382. end
  1383. end
  1384. end
  1385. function MoveZPart(Part, Position)
  1386. Part.CFrame = Part.CFrame + Vector3.new(0,0,Position)
  1387. end
  1388. function MoveXPart(Part, Position)
  1389. Part.CFrame = Part.CFrame + Vector3.new(Position,0,0)
  1390. end
  1391. game.Players[Victim].Character.HumanoidRootPart.Anchored = true
  1392. OMGCREEPY = Instance.new("Sound")
  1393. OMGCREEPY.Parent = o1
  1394. OMGCREEPY.Volume = .5
  1395. OMGCREEPY.SoundId = "rbxassetid://177775134"
  1396. for i,v in pairs (o1:GetChildren()) do
  1397. if v:IsA("Part") then
  1398. v.Material = "SmoothPlastic"
  1399. v.BackSurface = "SmoothNoOutlines"
  1400. v.FrontSurface = "SmoothNoOutlines"
  1401. v.BottomSurface = "SmoothNoOutlines"
  1402. v.LeftSurface = "SmoothNoOutlines"
  1403. v.RightSurface = "SmoothNoOutlines"
  1404. v.TopSurface = "SmoothNoOutlines"
  1405. end
  1406. end
  1407. OMGCREEPY:Play()
  1408. o21:Play()
  1409. MoveSpawn(o1,game.Players[Victim].Character.HumanoidRootPart.Position)
  1410. for i=1,51 do
  1411. MoveX(o1,-3)
  1412. wait(.05)
  1413. end
  1414. wait(.5)
  1415. MoveZPart(o12,-1)
  1416. wait(.2)
  1417. for i=1,6 do
  1418. MoveXPart(o12,1)
  1419. wait(.1)
  1420. end
  1421. wait(.5)
  1422. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  1423. wait(.5)
  1424. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  1425. wait(.5)
  1426. MoveZPart(o12,1)
  1427. wait(.2)
  1428.  
  1429. for i=1,6 do
  1430. MoveXPart(o12,-1)
  1431. wait(.1)
  1432. end
  1433. for i=1,50 do
  1434. MoveX(o1,-3)
  1435. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  1436. wait(.05)
  1437. end
  1438. game.Players[Victim].Character.Head.face.Texture = "rbxassetid://629925029"
  1439. game.Players[Victim].Character.HumanoidRootPart.CFrame = o123.CFrame
  1440. SCREAM = Instance.new("Sound")
  1441. SCREAM.Parent = game.Players[Victim].Character.Head
  1442. SCREAM.SoundId = "rbxassetid://138167455"
  1443. SCREAM:Play()
  1444. wait(2.5)
  1445. game.Players[Victim].Character.Head.BrickColor = BrickColor.new("Maroon")
  1446. MoveZPart(o12,-1)
  1447. wait(.2)
  1448. for i=1,6 do
  1449. MoveXPart(o12,1)
  1450. wait(.1)
  1451. end
  1452. wait(.5)
  1453. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  1454. wait(.5)
  1455. MoveZPart(o12,1)
  1456. wait(.2)
  1457. for i=1,6 do
  1458. MoveXPart(o12,-1)
  1459. wait(.1)
  1460. end
  1461. game.Players[Victim].Character.Humanoid.Health = 0
  1462. player = game.Players[Victim]
  1463. char = player.Character
  1464. char.Archivable = true
  1465. local rg = char:Clone()
  1466. rg.HumanoidRootPart:Destroy()
  1467. rg.Name = ""
  1468. rg.Humanoid.MaxHealth = 0
  1469. for i, v in pairs(rg.Torso:GetChildren()) do
  1470. if v:IsA("Motor6D") then
  1471. v:Destroy()
  1472. end
  1473. end
  1474.  
  1475. local n = Instance.new("Glue", rg.Torso)
  1476. n.Name = "Neck"
  1477. n.Part0 = rg.Torso
  1478. n.Part1 = rg.Head
  1479. n.C0 = CFrame.new(0, 1, 0)
  1480. n.C1 = CFrame.new(0, -0.5, 0)
  1481.  
  1482. local rs = Instance.new("Glue", rg.Torso)
  1483. rs.Name = "Right Shoulder"
  1484. rs.Part0 = rg.Torso
  1485. rs.Part1 = rg["Right Arm"]
  1486. rs.C0 = CFrame.new(1.5, 0.5, 0)
  1487. rs.C1 = CFrame.new(0, 0.5, 0)
  1488. local ls = Instance.new("Glue", rg.Torso)
  1489. ls.Name = "Left Shoulder"
  1490. ls.Part0 = rg.Torso
  1491. ls.Part1 = rg["Left Arm"]
  1492. ls.C0 = CFrame.new(-1.5, 0.5, 0)
  1493. ls.C1 = CFrame.new(0, 0.5, 0)
  1494.  
  1495. local rh = Instance.new("Glue", rg.Torso)
  1496. rh.Name = "Right Hip"
  1497. rh.Part0 = rg.Torso
  1498. rh.Part1 = rg["Right Leg"]
  1499. rh.C0 = CFrame.new(0.5, -1, 0)
  1500. rh.C1 = CFrame.new(0, 1, 0)
  1501. local lh = Instance.new("Glue", rg.Torso)
  1502. lh.Name = "Left Hip"
  1503. lh.Part0 = rg.Torso
  1504. lh.Part1 = rg["Left Leg"]
  1505. lh.C0 = CFrame.new(-0.5, -1, 0)
  1506. lh.C1 = CFrame.new(0, 1, 0)
  1507. char.Torso:Destroy()
  1508. char.Head:Destroy()
  1509. char["Left Leg"]:Destroy()
  1510. char["Left Arm"]:Destroy()
  1511. char["Right Leg"]:Destroy()
  1512. char["Right Arm"]:Destroy()
  1513. rg.Parent = game.Workspace
  1514. rg.Head.BrickColor = BrickColor.new("Maroon")
  1515. function DEATH ()
  1516. OHHNELLY = Instance.new("Part")
  1517. OHHNELLY.Parent = workspace
  1518. OHHNELLY.Anchored = false
  1519. OHHNELLY.Material = Enum.Material.SmoothPlastic
  1520. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  1521. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1522. OHHNELLY.Position = rg.Head.Position
  1523. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  1524. OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1525. OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1526. OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1527. OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1528. OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1529. OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1530. end
  1531. for i=1,20 do
  1532. DEATH()
  1533. MoveX(o1,-3)
  1534. wait(.05)
  1535. end
  1536. o1:Destroy()
  1537. end)
  1538.  
  1539.  
  1540.  
  1541. ufo.Name = "ufo"
  1542. ufo.Parent = Frame3
  1543. ufo.BackgroundColor3 = Color3.new(0, 0, 0)
  1544. ufo.BackgroundTransparency = 0.30000001192093
  1545. ufo.BorderSizePixel = 0
  1546. ufo.Position = UDim2.new(0.635179162, 0, 0.0793201029, 0)
  1547. ufo.Size = UDim2.new(0, 112, 0, 50)
  1548. ufo.Font = Enum.Font.SourceSans
  1549. ufo.Text = "Ufo"
  1550. ufo.TextColor3 = Color3.new(1, 0, 0.0156863)
  1551. ufo.TextSize = 20
  1552. ufo.MouseButton1Click:connect(function()
  1553. if game.Players.LocalPlayer.PlayerGui:FindFirstChild('ufo') then
  1554. game.Players.LocalPlayer.PlayerGui.ufo:Destroy()
  1555. if game.Workspace:FindFirstChild('ufoparthaha') then
  1556. game.Workspace.ufoparthaha:Destroy()
  1557. end
  1558. end
  1559. wait()
  1560. local VanGui = Instance.new("ScreenGui")
  1561. local Van = Instance.new("Frame")
  1562. local idk = Instance.new("TextBox")
  1563. local dsa = Instance.new("TextButton")
  1564.  
  1565. VanGui.Name = "ufo"
  1566. VanGui.Parent = game.Players.LocalPlayer.PlayerGui
  1567.  
  1568. Van.Name = "ufo"
  1569. Van.Parent = VanGui
  1570. Van.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1571. Van.BorderColor3 = Color3.new(0, 0, 0)
  1572. Van.Position = UDim2.new(0, 5, 0.8, 0)
  1573. Van.Size = UDim2.new(0, 200, 0, 45)
  1574.  
  1575. idk.Name = "idk"
  1576. idk.Parent = Van
  1577. idk.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1578. idk.BorderColor3 = Color3.new(0, 0, 0)
  1579. idk.Size = UDim2.new(1, 0, 0, 20)
  1580. idk.Font = Enum.Font.SciFi
  1581. idk.FontSize = Enum.FontSize.Size14
  1582. idk.Text = "Username"
  1583. idk.TextColor3 = Color3.new(1, 1, 1)
  1584. idk.TextScaled = true
  1585. idk.TextStrokeTransparency = 0
  1586. idk.TextWrapped = true
  1587.  
  1588. dsa.Name = "dsa"
  1589. dsa.Parent = Van
  1590. dsa.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  1591. dsa.BorderColor3 = Color3.new(0, 0, 0)
  1592. dsa.Position = UDim2.new(0, 0, 1, -25)
  1593. dsa.Size = UDim2.new(1, 0, 0, 25)
  1594. dsa.Font = Enum.Font.SciFi
  1595. dsa.FontSize = Enum.FontSize.Size14
  1596. dsa.Text = "UFO"
  1597. dsa.TextColor3 = Color3.new(1, 1, 1)
  1598. dsa.TextScaled = true
  1599. dsa.TextStrokeTransparency = 0
  1600. dsa.TextWrapped = true
  1601.  
  1602.  
  1603. dsa.MouseButton1Click:connect(function()
  1604. Victim = idk.Text
  1605. if game.Players:FindFirstChild(Victim) and game.Workspace:FindFirstChild('ufoparthaha') == nil then
  1606.  
  1607. local u1 = Instance.new('Part')
  1608. u1.Name = 'ufoparthaha'
  1609. u1.Parent = game.Workspace
  1610. u1.Material = Enum.Material.DiamondPlate
  1611. u1.Anchored = true
  1612. u1.Size = Vector3.new(20,3,20)
  1613. u1.CFrame = CFrame.new(0,50,0)
  1614. local u2 = Instance.new('SpecialMesh')
  1615. u2.Parent = u1
  1616. u2.MeshType = Enum.MeshType.Sphere
  1617. local u3 = Instance.new('Part')
  1618. u3.Parent = u1
  1619. u3.Material = Enum.Material.SmoothPlastic
  1620. u3.Anchored = true
  1621. u3.Size = Vector3.new(15,10,15)
  1622. u3.CFrame = CFrame.new(0,54,0)
  1623. u3.Transparency = 0.6
  1624. u3.BrickColor = BrickColor.new('Cyan')
  1625. local u4 = Instance.new('SpecialMesh')
  1626. u4.Parent = u3
  1627. local u5 = Instance.new('Part')
  1628. u5.Parent = u1
  1629. u5.Material = Enum.Material.Neon
  1630. u5.Anchored = true
  1631. u5.Size = Vector3.new(5,1,5)
  1632. u5.CFrame = CFrame.new(0,49,0)
  1633. u5.Transparency = 0.7
  1634. u5.BrickColor = BrickColor.new('Toothpaste')
  1635. u5.CanCollide = false
  1636. local u6 = Instance.new('Part')
  1637. u6.CFrame = CFrame.new(0,5,0)
  1638. u6.Parent = u1
  1639. u6.Anchored = true
  1640. u6.CanCollide = false
  1641. u6.Transparency = 1
  1642. local u7 = Instance.new('Part')
  1643. u7.CFrame = CFrame.new(0,8,0)
  1644. u7.Parent = u1
  1645. u7.Anchored = true
  1646. u7.CanCollide = false
  1647. u7.Transparency = 1
  1648. local u8 = Instance.new('Part')
  1649. u8.CFrame = CFrame.new(0,11,0)
  1650. u8.Parent = u1
  1651. u8.Anchored = true
  1652. u8.CanCollide = false
  1653. u8.Transparency = 1
  1654. local u9 = Instance.new('Part')
  1655. u9.CFrame = CFrame.new(0,14,0)
  1656. u9.Parent = u1
  1657. u9.Anchored = true
  1658. u9.CanCollide = false
  1659. u9.Transparency = 1
  1660. local u10 = Instance.new('Part')
  1661. u10.CFrame = CFrame.new(0,17,0)
  1662. u10.Parent = u1
  1663. u10.Anchored = true
  1664. u10.CanCollide = false
  1665. u10.Transparency = 1
  1666. local u11 = Instance.new('Part')
  1667. u11.CFrame = CFrame.new(0,20,0)
  1668. u11.Parent = u1
  1669. u11.Anchored = true
  1670. u11.CanCollide = false
  1671. u11.Transparency = 1
  1672. local u12 = Instance.new('Part')
  1673. u12.CFrame = CFrame.new(0,23,0)
  1674. u12.Parent = u1
  1675. u12.Anchored = true
  1676. u12.CanCollide = false
  1677. u12.Transparency = 1
  1678. local u13 = Instance.new('Part')
  1679. u13.CFrame = CFrame.new(0,26,0)
  1680. u13.Parent = u1
  1681. u13.Anchored = true
  1682. u13.CanCollide = false
  1683. u13.Transparency = 1
  1684. local u14 = Instance.new('Part')
  1685. u14.CFrame = CFrame.new(0,29,0)
  1686. u14.Parent = u1
  1687. u14.Anchored = true
  1688. u14.CanCollide = false
  1689. u14.Transparency = 1
  1690. local u15 = Instance.new('Part')
  1691. u15.CFrame = CFrame.new(0,32,0)
  1692. u15.Parent = u1
  1693. u15.Anchored = true
  1694. u15.CanCollide = false
  1695. u15.Transparency = 1
  1696. local u16 = Instance.new('Part')
  1697. u16.CFrame = CFrame.new(0,35,0)
  1698. u16.Parent = u1
  1699. u16.Anchored = true
  1700. u16.CanCollide = false
  1701. u16.Transparency = 1
  1702. local u17 = Instance.new('Part')
  1703. u17.CFrame = CFrame.new(0,38,0)
  1704. u17.Parent = u1
  1705. u17.Anchored = true
  1706. u17.CanCollide = false
  1707. u17.Transparency = 1
  1708. local u18 = Instance.new('Part')
  1709. u18.CFrame = CFrame.new(0,41,0)
  1710. u18.Parent = u1
  1711. u18.Anchored = true
  1712. u18.CanCollide = false
  1713. u18.Transparency = 1
  1714. local u19 = Instance.new('Part')
  1715. u19.CFrame = CFrame.new(0,44,0)
  1716. u19.Parent = u1
  1717. u19.Anchored = true
  1718. u19.CanCollide = false
  1719. u19.Transparency = 1
  1720. local u20 = Instance.new('Part')
  1721. u20.CFrame = CFrame.new(0,47,0)
  1722. u20.Parent = u1
  1723. u20.Anchored = true
  1724. u20.CanCollide = false
  1725. u20.Transparency = 1
  1726. local u21 = Instance.new('Part')
  1727. u21.CFrame = CFrame.new(0,50,0)
  1728. u21.Parent = u1
  1729. u21.Anchored = true
  1730. u21.CanCollide = false
  1731. u21.Transparency = 1
  1732. local u22 = Instance.new('Part')
  1733. u22.CFrame = CFrame.new(0,53,0)
  1734. u22.Parent = u1
  1735. u22.Anchored = true
  1736. u22.CanCollide = false
  1737. u22.Transparency = 1
  1738. local u23 = Instance.new('Part')
  1739. u23.CFrame = CFrame.new(0,54,0)
  1740. u23.Parent = u1
  1741. u23.Anchored = true
  1742. u23.CanCollide = false
  1743. u23.Transparency = 1
  1744. function tractordown()
  1745. for i=1, 47 do
  1746. local cf = u5.CFrame
  1747. u5.Size = u5.Size + Vector3.new(0,1,0)
  1748. u5.CFrame = cf - Vector3.new(0,0.5,0)
  1749. wait()
  1750. end
  1751. end
  1752. function tractorup()
  1753. for i=1, 47 do
  1754. local cf = u5.CFrame
  1755. u5.Size = u5.Size - Vector3.new(0,1,0)
  1756. u5.CFrame = cf + Vector3.new(0,0.5,0)
  1757. wait()
  1758. end
  1759. end
  1760. function MoveX(model, Position)
  1761. model.CFrame = model.CFrame + Vector3.new(Position,0,0)
  1762. for _,part in pairs (model:GetChildren()) do
  1763. if part.ClassName == "Part" then
  1764. part.CFrame = part.CFrame + Vector3.new(Position,0,0)
  1765. end
  1766. end
  1767. end
  1768. function MoveSpawn(model, PLAYERPOS)
  1769. model.CFrame = model.CFrame + PLAYERPOS + Vector3.new(300,-5,0)
  1770. for _,part in pairs (model:GetChildren()) do
  1771. if part.ClassName == "Part" then
  1772. part.CFrame = part.CFrame + PLAYERPOS + Vector3.new(300,-5,0)
  1773. end
  1774. end
  1775. end
  1776. if game.Players:FindFirstChild(Victim) ~= nil then
  1777. game.Players[Victim].Character.HumanoidRootPart.Anchored = true
  1778. game.Players[Victim].Character.Humanoid.WalkSpeed = 0
  1779. game.Players[Victim].Character.Humanoid.JumpPower = 0
  1780. MoveSpawn(u1,game.Players[Victim].Character.HumanoidRootPart.Position)
  1781. end
  1782. for i=1,100 do
  1783. MoveX(u1,-3)
  1784. wait()
  1785. end
  1786. tractordown()
  1787. game.Players[Victim].Character.Head.face.Texture = "rbxassetid://629925029"
  1788. SCREAM = Instance.new("Sound")
  1789. SCREAM.Parent = game.Players[Victim].Character.Head
  1790. SCREAM.SoundId = "rbxassetid://138167455"
  1791. SCREAM:Play()
  1792. game.Players[Victim].Character.HumanoidRootPart.CFrame = u6.CFrame
  1793. wait(0.1)
  1794. game.Players[Victim].Character.HumanoidRootPart.CFrame = u7.CFrame
  1795. wait(0.1)
  1796. game.Players[Victim].Character.HumanoidRootPart.CFrame = u8.CFrame
  1797. wait(0.1)
  1798. game.Players[Victim].Character.HumanoidRootPart.CFrame = u9.CFrame
  1799. wait(0.1)
  1800. game.Players[Victim].Character.HumanoidRootPart.CFrame = u10.CFrame
  1801. wait(0.1)
  1802. game.Players[Victim].Character.HumanoidRootPart.CFrame = u11.CFrame
  1803. wait(0.1)
  1804. game.Players[Victim].Character.HumanoidRootPart.CFrame = u12.CFrame
  1805. wait(0.1)
  1806. game.Players[Victim].Character.HumanoidRootPart.CFrame = u13.CFrame
  1807. wait(0.1)
  1808. game.Players[Victim].Character.HumanoidRootPart.CFrame = u14.CFrame
  1809. wait(0.1)
  1810. game.Players[Victim].Character.HumanoidRootPart.CFrame = u15.CFrame
  1811. wait(0.1)
  1812. game.Players[Victim].Character.HumanoidRootPart.CFrame = u16.CFrame
  1813. wait(0.1)
  1814. game.Players[Victim].Character.HumanoidRootPart.CFrame = u17.CFrame
  1815. wait(0.1)
  1816. game.Players[Victim].Character.HumanoidRootPart.CFrame = u18.CFrame
  1817. wait(0.1)
  1818. game.Players[Victim].Character.HumanoidRootPart.CFrame = u19.CFrame
  1819. wait(0.1)
  1820. game.Players[Victim].Character.HumanoidRootPart.CFrame = u20.CFrame
  1821. wait(0.1)
  1822. game.Players[Victim].Character.HumanoidRootPart.CFrame = u21.CFrame
  1823. wait(0.1)
  1824. game.Players[Victim].Character.HumanoidRootPart.CFrame = u22.CFrame
  1825. wait(0.1)
  1826. game.Players[Victim].Character.HumanoidRootPart.CFrame = u23.CFrame
  1827. tractorup()
  1828. for i=1,50 do
  1829. MoveX(u1,-3)
  1830. if game.Players[Victim] ~= nil then
  1831. game.Players[Victim].Character.HumanoidRootPart.CFrame = u23.CFrame
  1832. end
  1833. wait(.05)
  1834. end
  1835. wait(0.5)
  1836. game.Players[Victim].Character.HumanoidRootPart.CFrame = u21.CFrame
  1837. game.Players[Victim].Character.Humanoid.Health = 0
  1838. game.Players[Victim].Character.HumanoidRootPart.Anchored = false
  1839. for i=1,50 do
  1840. MoveX(u1,-3)
  1841. wait()
  1842. end
  1843. u1:Destroy()
  1844. end
  1845. end)
  1846. end)
  1847.  
  1848. knife.Name = "knife"
  1849. knife.Parent = Frame3
  1850. knife.BackgroundColor3 = Color3.new(0, 0, 0)
  1851. knife.BackgroundTransparency = 0.30000001192093
  1852. knife.BorderSizePixel = 0
  1853. knife.Position = UDim2.new(0.635179162, 0, 0.311614722, 0)
  1854. knife.Size = UDim2.new(0, 112, 0, 50)
  1855. knife.Font = Enum.Font.SourceSans
  1856. knife.Text = "Knife"
  1857. knife.TextColor3 = Color3.new(1, 0, 0.0156863)
  1858. knife.TextSize = 20
  1859. knife.MouseButton1Click:connect(function()
  1860. math.randomseed(tick())
  1861. local player = game.Players.LocalPlayer
  1862. local rekt = {}
  1863. local paralyzed = false
  1864. local curpoint = nil
  1865. local curpart = nil
  1866. local finishnum = 1
  1867. local zombiemode = false
  1868. local zombies = {}
  1869. local lastgui = nil
  1870. local mouse = player:GetMouse()
  1871.  
  1872. function getplr(char)
  1873. local plr = nil
  1874. for i,v in pairs(game.Players:GetChildren()) do
  1875. if v.Character == char then
  1876. plr = v
  1877. end
  1878. end
  1879. return plr
  1880. end
  1881.  
  1882. function bleed(frick)
  1883. while frick.Parent ~= nil do
  1884. local reeee = coroutine.wrap(function()
  1885. local thing = Instance.new('Part',game.Workspace)
  1886. thing.Size = Vector3.new(0.2,0.2,0.2)
  1887. thing.CFrame = frick.CFrame
  1888. thing.Shape = Enum.PartType.Ball
  1889. thing.CFrame = frick.CFrame
  1890. thing.Transparency = 1
  1891. thing.BrickColor = BrickColor.new('Maroon')
  1892. thing.Material = Enum.Material.SmoothPlastic
  1893. thing.Name = "Blood"
  1894. thing.CanCollide =false
  1895. local rawrxd = Instance.new('BodyForce',thing)
  1896. rawrxd.Force = frick.CFrame.upVector*(math.random()*2)+Vector3.new(math.random(-5, 5)/10,1.5,0)
  1897. local coru = coroutine.wrap(function()
  1898. wait(0.01)
  1899. rawrxd:Destroy()
  1900. end)
  1901. coru()
  1902. local ree = Instance.new('ParticleEmitter',thing)
  1903. ree.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.fromRGB(100,0,0)),ColorSequenceKeypoint.new(1,Color3.fromRGB(100,0,0))})
  1904. ree.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.1),NumberSequenceKeypoint.new(1,0.1)})
  1905. ree.Texture = 'rbxassetid://867743272'
  1906. ree.Lifetime = NumberRange.new(0.4)
  1907. ree.Rate = 50
  1908. ree.LockedToPart = true
  1909. ree.Speed = NumberRange.new(0, 2)
  1910.  
  1911. thing.Touched:connect(function(tou)
  1912. 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
  1913. local pos = Vector3.new(thing.Position.X,(tou.Position.Y+(tou.Size.Y/2))+0.02,thing.Position.Z)
  1914. thing:Destroy()
  1915. if tou.Name == "BloodPuddle" then
  1916. local reee = tou.CFrame
  1917. if tou.Transparency > -0.2 then
  1918. tou.Transparency = tou.Transparency -0.1
  1919. end
  1920. if tou.Size.X < 10 then
  1921. tou.Size = tou.Size+Vector3.new(0.1,0,0.1)
  1922. tou.CFrame = reee
  1923. end
  1924. else
  1925. local bloodlol = Instance.new('Part',workspace)
  1926. bloodlol.Size=Vector3.new(1,0.2,1)
  1927. bloodlol.Name = "BloodPuddle"
  1928. bloodlol.Anchored = true
  1929. bloodlol.CanCollide = false
  1930. bloodlol.Material = Enum.Material.SmoothPlastic
  1931. bloodlol.BrickColor = BrickColor.new('Maroon')
  1932. local cyl = Instance.new('CylinderMesh',bloodlol)
  1933. cyl.Scale = Vector3.new(1,0.1,1)
  1934. bloodlol.CFrame = CFrame.new(pos)
  1935. local coru=coroutine.wrap(function()
  1936. while bloodlol.Parent ~= nil do
  1937. if bloodlol.Transparency < 1 then
  1938. bloodlol.Transparency = bloodlol.Transparency+0.05
  1939. else
  1940. bloodlol:Destroy()
  1941. end
  1942. wait(0.1)
  1943. end
  1944. end)
  1945. coru()
  1946. end
  1947. end
  1948. end)
  1949. local coru = coroutine.wrap(function()
  1950. wait(1)
  1951. thing:Destroy()
  1952. end)
  1953. coru()
  1954. end)
  1955. reeee()
  1956. wait()
  1957. end
  1958. end
  1959.  
  1960. function killz(playa,hitz,kneef,explode,pool,head,charred,override)
  1961. local soundy = false
  1962. local heyy = hitz
  1963. if hitz == "Right Arm" then
  1964. local Limb = playa:FindFirstChild("Right Arm")
  1965. local ters = playa:FindFirstChild('Torso')
  1966. if Limb and ters then
  1967. if ters:FindFirstChild('Right Shoulder') then ters["Right Shoulder"]:Destroy() end
  1968. for i,v in pairs(Limb:GetChildren()) do
  1969. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  1970. v:Destroy()
  1971. end
  1972. end
  1973. Limb.CFrame = ters.CFrame * CFrame.new(1.5, 0, 0)
  1974. local Joint = Instance.new("Rotate")
  1975. Joint.Name = "RightShoulder"
  1976. Joint.Part0 = ters
  1977. Joint.Part1 = Limb
  1978. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1979. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1980. Joint.Parent = ters
  1981. if charred and zombiemode == false then
  1982. Limb.BrickColor = BrickColor.new('Black')
  1983. local fire = Instance.new('Fire',Limb)
  1984. fire.Heat = 5
  1985. fire.Size = 5
  1986. game:GetService('Debris'):AddItem(fire,2)
  1987. local coru=coroutine.wrap(function()
  1988. wait(2)
  1989. for i,v in pairs(Limb:GetChildren()) do
  1990. if v:IsA('ParticleEmitter') then
  1991. v:Destroy()
  1992. end
  1993. end
  1994. end)
  1995. coru()
  1996. end
  1997. local B = Instance.new("Part")
  1998. B.TopSurface = 0
  1999. B.BottomSurface = 0
  2000. B.formFactor = "Symmetric"
  2001. B.Size = Vector3.new(1, 1, 1)
  2002. B.Transparency = 1
  2003. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  2004. B.Parent = playa
  2005. local W = Instance.new("Weld")
  2006. W.Part0 = Limb
  2007. W.Part1 = B
  2008. W.C0 = CFrame.new(0, -0.5, 0)
  2009. W.Parent = Limb
  2010. if kneef then
  2011. local coru = coroutine.wrap(function()
  2012. local uno = Instance.new('Part',workspace)
  2013. local dos = Instance.new('Part',workspace)
  2014. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  2015. dos.CFrame = kneef["big ass knife"].CFrame
  2016. local weld = Instance.new('Weld',kneef["big ass knife"])
  2017. weld.Part0 = playa:FindFirstChild(hitz)
  2018. weld.Part1 = kneef["big ass knife"]
  2019. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  2020. uno:Destroy()
  2021. dos:Destroy()
  2022. playa:FindFirstChild(hitz).Anchored = false
  2023. for i, v in pairs(kneef:GetChildren()) do
  2024. if v:IsA('BasePart') then
  2025. v.Anchored = false
  2026. end
  2027. end
  2028. if zombiemode == false or override then
  2029. wait()
  2030. end
  2031. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  2032. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  2033. end
  2034. local bleedpart = Instance.new("Part", kneef)
  2035. bleedpart.CanCollide = false
  2036. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  2037. bleedpart.CFrame = kneef["big ass knife"].CFrame
  2038. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  2039. bleedpart.Transparency = 1
  2040.  
  2041. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  2042. bleedpartweld.Part0 = kneef["big ass knife"]
  2043. bleedpartweld.Part1 = bleedpart
  2044. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  2045. local coru = coroutine.wrap(function()
  2046. bleed(bleedpart)
  2047. end)
  2048. coru()
  2049. game:GetService('Debris'):AddItem(bleedpart,2)
  2050. end)
  2051. coru()
  2052. end
  2053. end
  2054. elseif hitz == "Left Arm" then
  2055. local Limb = playa:FindFirstChild("Left Arm")
  2056. local ters = playa:FindFirstChild('Torso')
  2057. if Limb and ters then
  2058. if ters:FindFirstChild('Left Shoulder') then ters["Left Shoulder"]:Destroy() end
  2059. for i,v in pairs(Limb:GetChildren()) do
  2060. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  2061. v:Destroy()
  2062. end
  2063. end
  2064. Limb.CFrame = ters.CFrame * CFrame.new(-1.5, 0, 0)
  2065. local Joint = Instance.new("Rotate")
  2066. Joint.Name = "LeftShoulder"
  2067. Joint.Part0 = ters
  2068. Joint.Part1 = Limb
  2069. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2070. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2071. Joint.Parent = ters
  2072. if charred and zombiemode == false then
  2073. Limb.BrickColor = BrickColor.new('Black')
  2074. local fire = Instance.new('Fire',Limb)
  2075. fire.Heat = 5
  2076. fire.Size = 5
  2077. game:GetService('Debris'):AddItem(fire,2)
  2078. local coru=coroutine.wrap(function()
  2079. wait(2)
  2080. for i,v in pairs(Limb:GetChildren()) do
  2081. if v:IsA('ParticleEmitter') then
  2082. v:Destroy()
  2083. end
  2084. end
  2085. end)
  2086. coru()
  2087. end
  2088.  
  2089. local B = Instance.new("Part")
  2090. B.TopSurface = 0
  2091. B.BottomSurface = 0
  2092. B.formFactor = "Symmetric"
  2093. B.Size = Vector3.new(1, 1, 1)
  2094. B.CanCollide = true
  2095. B.Transparency = 1
  2096. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  2097. B.Parent = playa
  2098. local W = Instance.new("Weld")
  2099. W.Part0 = ters
  2100. W.Part1 = B
  2101. W.C0 = CFrame.new(0, -0.5, 0)
  2102. W.Parent = Limb
  2103. if kneef then
  2104. local coru = coroutine.wrap(function()
  2105. local uno = Instance.new('Part',workspace)
  2106. local dos = Instance.new('Part',workspace)
  2107. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  2108. dos.CFrame = kneef["big ass knife"].CFrame
  2109. local weld = Instance.new('Weld',kneef["big ass knife"])
  2110. weld.Part0 = playa:FindFirstChild(hitz)
  2111. weld.Part1 = kneef["big ass knife"]
  2112. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  2113. uno:Destroy()
  2114. dos:Destroy()
  2115. playa:FindFirstChild(hitz).Anchored = false
  2116. for i, v in pairs(kneef:GetChildren()) do
  2117. if v:IsA('BasePart') then
  2118. v.Anchored = false
  2119. end
  2120. end
  2121. if zombiemode == false or override then
  2122. wait()
  2123. end
  2124. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  2125. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  2126. end
  2127. local bleedpart = Instance.new("Part", kneef)
  2128. bleedpart.CanCollide = false
  2129. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  2130. bleedpart.CFrame = kneef["big ass knife"].CFrame
  2131. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  2132. bleedpart.Transparency = 1
  2133.  
  2134. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  2135. bleedpartweld.Part0 = kneef["big ass knife"]
  2136. bleedpartweld.Part1 = bleedpart
  2137. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  2138. local coru = coroutine.wrap(function()
  2139. bleed(bleedpart)
  2140. end)
  2141. coru()
  2142. game:GetService('Debris'):AddItem(bleedpart,2)
  2143. end)
  2144. coru()
  2145. end
  2146. end
  2147. elseif hitz == "Right Leg" then
  2148. local Limb = playa:FindFirstChild("Right Leg")
  2149. local ters = playa:FindFirstChild('Torso')
  2150. if Limb and ters then
  2151. if ters:FindFirstChild('Right Hip') then ters["Right Hip"]:Destroy() end
  2152. for i,v in pairs(Limb:GetChildren()) do
  2153. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  2154. v:Destroy()
  2155. end
  2156. end
  2157. Limb.CFrame = ters.CFrame * CFrame.new(0.5, -2, 0)
  2158. local Joint = Instance.new("Rotate")
  2159. Joint.Name = "Right Hip"
  2160. Joint.Part0 = ters
  2161. Joint.Part1 = Limb
  2162. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2163. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2164. Joint.Parent = ters
  2165. if charred and zombiemode == false then
  2166. Limb.BrickColor = BrickColor.new('Black')
  2167. local fire = Instance.new('Fire',Limb)
  2168. fire.Heat = 5
  2169. fire.Size = 5
  2170. game:GetService('Debris'):AddItem(fire,2)
  2171. local coru=coroutine.wrap(function()
  2172. wait(2)
  2173. for i,v in pairs(Limb:GetChildren()) do
  2174. if v:IsA('ParticleEmitter') then
  2175. v:Destroy()
  2176. end
  2177. end
  2178. end)
  2179. coru()
  2180. end
  2181. local B = Instance.new("Part")
  2182. B.TopSurface = 0
  2183. B.BottomSurface = 0
  2184. B.formFactor = "Symmetric"
  2185. B.Size = Vector3.new(1, 1, 1)
  2186. B.Transparency = 1
  2187. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  2188. B.Parent = playa
  2189. local W = Instance.new("Weld")
  2190. W.Part0 = Limb
  2191. W.Part1 = B
  2192. W.C0 = CFrame.new(0, -0.5, 0)
  2193. W.Parent = Limb
  2194. if kneef then
  2195. local coru = coroutine.wrap(function()
  2196. local uno = Instance.new('Part',workspace)
  2197. local dos = Instance.new('Part',workspace)
  2198. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  2199. dos.CFrame = kneef["big ass knife"].CFrame
  2200. local weld = Instance.new('Weld',kneef["big ass knife"])
  2201. weld.Part0 = playa:FindFirstChild(hitz)
  2202. weld.Part1 = kneef["big ass knife"]
  2203. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  2204. uno:Destroy()
  2205. dos:Destroy()
  2206. playa:FindFirstChild(hitz).Anchored = false
  2207. for i, v in pairs(kneef:GetChildren()) do
  2208. if v:IsA('BasePart') then
  2209. v.Anchored = false
  2210. end
  2211. end
  2212. if zombiemode == false or override then
  2213. wait()
  2214. end
  2215. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  2216. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  2217. end
  2218. local bleedpart = Instance.new("Part", kneef)
  2219. bleedpart.CanCollide = false
  2220. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  2221. bleedpart.CFrame = kneef["big ass knife"].CFrame
  2222. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  2223. bleedpart.Transparency = 1
  2224.  
  2225. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  2226. bleedpartweld.Part0 = kneef["big ass knife"]
  2227. bleedpartweld.Part1 = bleedpart
  2228. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  2229. local coru = coroutine.wrap(function()
  2230. bleed(bleedpart)
  2231. end)
  2232. coru()
  2233. game:GetService('Debris'):AddItem(bleedpart,2)
  2234. end)
  2235. coru()
  2236. end
  2237. if playa then
  2238. table.insert(rekt,playa)
  2239. end
  2240. end
  2241. elseif hitz == "Left Leg" then
  2242. local Limb = playa:FindFirstChild("Left Leg")
  2243. local ters = playa:FindFirstChild('Torso')
  2244. if Limb and ters then
  2245. if ters:FindFirstChild('Left Hip') then ters["Left Hip"]:Destroy() end
  2246. for i,v in pairs(Limb:GetChildren()) do
  2247. if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
  2248. v:Destroy()
  2249. end
  2250. end
  2251. Limb.CFrame = ters.CFrame * CFrame.new(0.5, -2, 0)
  2252. Limb.CFrame = ters.CFrame * CFrame.new(-0.5, -2, 0)
  2253. local Joint = Instance.new("Rotate")
  2254. Joint.Name = "LeftHip"
  2255. Joint.Part0 = ters
  2256. Joint.Part1 = Limb
  2257. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2258. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2259. Joint.Parent = ters
  2260. if charred and zombiemode == false then
  2261. Limb.BrickColor = BrickColor.new('Black')
  2262. local fire = Instance.new('Fire',Limb)
  2263. fire.Heat = 5
  2264. fire.Size = 5
  2265. game:GetService('Debris'):AddItem(fire,2)
  2266. local coru=coroutine.wrap(function()
  2267. wait(2)
  2268. for i,v in pairs(Limb:GetChildren()) do
  2269. if v:IsA('ParticleEmitter') then
  2270. v:Destroy()
  2271. end
  2272. end
  2273. end)
  2274. coru()
  2275. end
  2276.  
  2277. local B = Instance.new("Part")
  2278. B.TopSurface = 0
  2279. B.BottomSurface = 0
  2280. B.formFactor = "Symmetric"
  2281. B.Size = Vector3.new(1, 1, 1)
  2282. B.Transparency = 1
  2283. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  2284. B.Parent = playa
  2285. local W = Instance.new("Weld")
  2286. W.Part0 = Limb
  2287. W.Part1 = B
  2288. W.C0 = CFrame.new(0, -0.5, 0)
  2289. W.Parent = Limb
  2290. Limb.CanCollide = false
  2291. if kneef then
  2292. local coru = coroutine.wrap(function()
  2293. local uno = Instance.new('Part',workspace)
  2294. local dos = Instance.new('Part',workspace)
  2295. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  2296. dos.CFrame = kneef["big ass knife"].CFrame
  2297. local weld = Instance.new('Weld',kneef["big ass knife"])
  2298. weld.Part0 = playa:FindFirstChild(hitz)
  2299. weld.Part1 = kneef["big ass knife"]
  2300. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  2301. uno:Destroy()
  2302. dos:Destroy()
  2303. playa:FindFirstChild(hitz).Anchored = false
  2304. for i, v in pairs(kneef:GetChildren()) do
  2305. if v:IsA('BasePart') then
  2306. v.Anchored = false
  2307. end
  2308. end
  2309. if zombiemode == false or override then
  2310. wait()
  2311. end
  2312. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  2313. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  2314. end
  2315. local bleedpart = Instance.new("Part", kneef)
  2316. bleedpart.CanCollide = false
  2317. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  2318. bleedpart.CFrame = kneef["big ass knife"].CFrame
  2319. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  2320. bleedpart.Transparency = 1
  2321.  
  2322. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  2323. bleedpartweld.Part0 = kneef["big ass knife"]
  2324. bleedpartweld.Part1 = bleedpart
  2325. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  2326. local coru = coroutine.wrap(function()
  2327. bleed(bleedpart)
  2328. end)
  2329. coru()
  2330. game:GetService('Debris'):AddItem(bleedpart,2)
  2331. end)
  2332. coru()
  2333. end
  2334. if playa then
  2335. table.insert(rekt,playa)
  2336. end
  2337. end
  2338. elseif playa then
  2339. if finishnum ~= 1 then
  2340. local coru=coroutine.wrap(function()
  2341. player.Character.Head.Psycho.Playing = true
  2342. wait(3)
  2343. player.Character.Head.Psycho.Playing = false
  2344. end)
  2345. coru()
  2346. end
  2347. local playa2 = playa
  2348. playa.Archivable = true
  2349. local playa = playa:Clone()
  2350. playa.Archivable = false
  2351. playa2:Destroy()
  2352. playa.Parent = workspace
  2353. local Gibs = game.Workspace
  2354. local Torso = playa.Torso
  2355. local Head = playa:FindFirstChild("Head")
  2356. local function Scan(ch)
  2357. local e
  2358. for e = 1,#ch do
  2359. Scan(ch[e]:GetChildren())
  2360. 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
  2361. ch[e]:remove()
  2362. end
  2363. end
  2364. end
  2365. Scan(playa:GetChildren())
  2366. if playa:FindFirstChild('HumanoidRootPart') and (zombiemode == false or override) then
  2367. playa:FindFirstChild('HumanoidRootPart'):Destroy()
  2368. end
  2369. local hum2 = playa:FindFirstChildOfClass("Humanoid")
  2370. if zombiemode == true and override == false then
  2371. soundy = true
  2372. end
  2373. if string.sub(hum2.Parent.Name,string.len(hum2.Parent.Name)-8,string.len(hum2.Parent.Name)) ~= "'s Zombie" then
  2374. override = true
  2375. end
  2376. if hum2 ~= nil then
  2377. hum2.Name = "Humanoid2"
  2378. hum2.Health = 0
  2379. if zombiemode == false or override == true then
  2380. table.insert(rekt,hum2.Parent)
  2381. else
  2382. local gyro = Instance.new('BodyGyro',Torso)
  2383. hum2.PlatformStand = false
  2384. for i,v in pairs(hum2.Parent.Torso:GetChildren()) do
  2385. if v:IsA('BodyGyro') then v:Destroy() end
  2386. end
  2387. if playa:FindFirstChild('HumanoidRootPart') then
  2388. hum2.Parent.HumanoidRootPart.CFrame = hum2.Parent.Torso.CFrame
  2389. local weldcrucial = Instance.new('Weld',hum2.Parent.HumanoidRootPart)
  2390. weldcrucial.Part0 = hum2.Parent.HumanoidRootPart
  2391. weldcrucial.Part1 = hum2.Parent.Torso
  2392. end
  2393. end
  2394. end
  2395. local ch = playa:GetChildren()
  2396. local i
  2397. for i = 1,#ch do
  2398. if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then
  2399. ch[i]:remove()
  2400. end
  2401. end
  2402.  
  2403. if Head then
  2404. local Neck = Instance.new("Weld")
  2405. Neck.Name = "Neck"
  2406. Neck.Part0 = Torso
  2407. Neck.Part1 = Head
  2408. if pool then
  2409. local part = Instance.new('Part',Torso)
  2410. part.Position = Vector3.new(0,10,0)
  2411. part.Size = Vector3.new(0.2,0.2,0.2)
  2412. part.Transparency = 1
  2413. part.CanCollide = false
  2414. local we = Instance.new('Weld',Torso)
  2415. we.Part0 = Torso
  2416. we.Part1 = part
  2417. we.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  2418. local coru=coroutine.wrap(function()
  2419. bleed(part)
  2420. end)
  2421. coru()
  2422. end
  2423. if head == false or head == nil then
  2424. Neck.C0 = CFrame.new(0, 1.5, 0)
  2425. else
  2426. Neck.C0 = CFrame.new(0, 1.5, 0.2)*CFrame.Angles(0.5, 0.25, 0.25)
  2427. local bleedpart = Instance.new("Part", Torso)
  2428. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  2429. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  2430. bleedpart.CanCollide = false
  2431. bleedpart.Position = Head.Position + Vector3.new(0, 1, 0)
  2432. bleedpart.Transparency = 1
  2433.  
  2434. local bleedpartweld = Instance.new("Weld", Torso)
  2435. bleedpartweld.Part0 = Torso
  2436. bleedpartweld.Part1 = bleedpart
  2437. bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  2438. local coru = coroutine.wrap(function()
  2439. bleed(bleedpart)
  2440. end)
  2441. coru()
  2442. end
  2443. Neck.C1 = CFrame.new()
  2444. Neck.Parent = Torso
  2445. end
  2446. local Limb = playa:FindFirstChild("Right Arm")
  2447. if Limb then
  2448.  
  2449. Limb.CFrame = Torso.CFrame * CFrame.new(1.5, 0, 0)
  2450. local Joint = Instance.new("Rotate")
  2451. Joint.Name = "RightShoulder"
  2452. Joint.Part0 = Torso
  2453. Joint.Part1 = Limb
  2454. Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2455. Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2456. Joint.Parent = Torso
  2457.  
  2458. local B = Instance.new("Part")
  2459. B.TopSurface = 0
  2460. B.BottomSurface = 0
  2461. B.formFactor = "Symmetric"
  2462. B.Size = Vector3.new(1, 1, 1)
  2463. B.Transparency = 1
  2464. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  2465. B.Parent = playa
  2466. local W = Instance.new("Weld")
  2467. W.Part0 = Limb
  2468. W.Part1 = B
  2469. W.C0 = CFrame.new(0, -0.5, 0)
  2470. W.Parent = Limb
  2471. end
  2472. local Limb = playa:FindFirstChild("Left Arm")
  2473. if Limb then
  2474.  
  2475. Limb.CFrame = Torso.CFrame * CFrame.new(-1.5, 0, 0)
  2476. local Joint = Instance.new("Rotate")
  2477. Joint.Name = "LeftShoulder"
  2478. Joint.Part0 = Torso
  2479. Joint.Part1 = Limb
  2480. Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2481. Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2482. Joint.Parent = Torso
  2483.  
  2484. local B = Instance.new("Part")
  2485. B.TopSurface = 0
  2486. B.BottomSurface = 0
  2487. B.formFactor = "Symmetric"
  2488. B.Size = Vector3.new(1, 1, 1)
  2489. B.Transparency = 1
  2490. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  2491. B.Parent = playa
  2492. local W = Instance.new("Weld")
  2493. W.Part0 = Limb
  2494. W.Part1 = B
  2495. W.C0 = CFrame.new(0, -0.5, 0)
  2496. W.Parent = Limb
  2497. end
  2498. local Limb = playa:FindFirstChild("Right Leg")
  2499. if Limb then
  2500. Limb.CanCollide = false
  2501. Limb.CFrame = Torso.CFrame * CFrame.new(0.5, -2, 0)
  2502. local Joint = Instance.new("Rotate")
  2503. Joint.Name = "RightHip"
  2504. Joint.Part0 = Torso
  2505. Joint.Part1 = Limb
  2506. Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2507. Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  2508. Joint.Parent = Torso
  2509.  
  2510. local B = Instance.new("Part")
  2511. B.TopSurface = 0
  2512. B.BottomSurface = 0
  2513. B.formFactor = "Symmetric"
  2514. B.Size = Vector3.new(1, 1, 1)
  2515. B.Transparency = 1
  2516. B.CanCollide = true
  2517. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  2518. B.Parent = playa
  2519. local W = Instance.new("Weld")
  2520. W.Part0 = Limb
  2521. W.Part1 = B
  2522. W.C0 = CFrame.new(0, -0.5, 0)
  2523. W.Parent = Limb
  2524. end
  2525. local Limb = playa:FindFirstChild("Left Leg")
  2526. if Limb then
  2527. Limb.CanCollide = false
  2528. Limb.CFrame = Torso.CFrame * CFrame.new(-0.5, -2, 0)
  2529. local Joint = Instance.new("Rotate")
  2530. Joint.Name = "LeftHip"
  2531. Joint.Part0 = Torso
  2532. Joint.Part1 = Limb
  2533. Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2534. Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  2535. Joint.Parent = Torso
  2536.  
  2537. local B = Instance.new("Part")
  2538. B.TopSurface = 0
  2539. B.BottomSurface = 0
  2540. if zombiemode == false or override then
  2541. B.CanCollide = true
  2542. end
  2543. B.formFactor = "Symmetric"
  2544. B.Size = Vector3.new(1, 1, 1)
  2545. B.Transparency = 1
  2546. B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
  2547. B.Parent = playa
  2548. local W = Instance.new("Weld")
  2549. W.Part0 = Limb
  2550. W.Part1 = B
  2551. W.C0 = CFrame.new(0, -0.5, 0)
  2552. W.Parent = Limb
  2553. end
  2554. --[[
  2555. local Bar = Instance.new("Part")
  2556. Bar.TopSurface = 0
  2557. Bar.BottomSurface = 0
  2558. Bar.formFactor = "Symmetric"
  2559. Bar.Size = Vector3.new(1, 1, 1)
  2560. Bar.Transparency = 1
  2561. Bar.CFrame = Torso.CFrame * CFrame.new(0, 0.5, 0)
  2562. Bar.Parent = playa
  2563. local Weld = Instance.new("Weld")
  2564. Weld.Part0 = Torso
  2565. Weld.Part1 = Bar
  2566. Weld.C0 = CFrame.new(0, 0.5, 0)
  2567. Weld.Parent = Torso
  2568. --]]
  2569. playa.Parent = Gibs
  2570. if kneef and explode == nil then
  2571. local coru = coroutine.wrap(function()
  2572. if playa:FindFirstChild(hitz) then
  2573. local uno = Instance.new('Part',workspace)
  2574. local dos = Instance.new('Part',workspace)
  2575. uno.CFrame = playa:FindFirstChild(hitz).CFrame
  2576. dos.CFrame = kneef["big ass knife"].CFrame
  2577. local weld = Instance.new('Weld',kneef["big ass knife"])
  2578. weld.Part0 = playa:FindFirstChild(hitz)
  2579. weld.Part1 = kneef["big ass knife"]
  2580. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  2581. uno:Destroy()
  2582. dos:Destroy()
  2583. playa:FindFirstChild(hitz).Anchored = false
  2584. for i, v in pairs(kneef:GetChildren()) do
  2585. if v:IsA('BasePart') then
  2586. v.Anchored = false
  2587. end
  2588. end
  2589. if explode == nil or explode == false then
  2590. local bleedpart = Instance.new("Part", kneef)
  2591. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  2592. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  2593. bleedpart.CanCollide = false
  2594. bleedpart.Position = Head.Position + Vector3.new(0, 1, 0)
  2595. bleedpart.Transparency = 1
  2596.  
  2597. local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
  2598. bleedpartweld.Part0 = kneef["big ass knife"]
  2599. bleedpartweld.Part1 = bleedpart
  2600. bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
  2601. local coru = coroutine.wrap(function()
  2602. bleed(bleedpart)
  2603. end)
  2604. coru()
  2605. end
  2606. end
  2607. if zombiemode == false or override then
  2608. wait()
  2609. end
  2610. if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
  2611. kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
  2612. end
  2613. end)
  2614. coru()
  2615. end
  2616. if explode then
  2617. local movevector = CFrame.new(explode.Position,Torso.Position).lookVector
  2618. local repulse = Instance.new('BodyForce',Torso)
  2619. repulse.Force = movevector*10000 + Vector3.new(0,5000,0)
  2620. game.Debris:AddItem(repulse,0.05)
  2621. end
  2622. if charred and zombiemode == false then
  2623. for i,v in pairs(playa:GetChildren()) do
  2624. if v:IsA('BasePart') then
  2625. v.BrickColor = BrickColor.Black()
  2626. local fire = Instance.new('Fire',v)
  2627. fire.Size = 5
  2628. fire.Heat = 5
  2629. elseif v:IsA('Accessory') then
  2630. for a,c in pairs(v:GetChildren()) do
  2631. if c:IsA('BasePart') then
  2632. c.BrickColor = BrickColor.Black()
  2633. local fire = Instance.new('Fire',v)
  2634. fire.Size = 5
  2635. fire.Heat = 5
  2636. for o,p in pairs(c:GetChildren()) do
  2637. if p:IsA("SpecialMesh") then
  2638. p.TextureId = ""
  2639. end
  2640. end
  2641. end
  2642. end
  2643. end
  2644. end
  2645. end
  2646. if soundy then
  2647. local sound = Instance.new('Sound',Head)
  2648. sound.SoundId = 'rbxassetid://903640857'
  2649. sound.Volume = 1
  2650. sound:Play()
  2651. sound.Ended:connect(function()
  2652. sound:Destroy()
  2653. local ambient = Instance.new('Sound',Head)
  2654. ambient.Volume = 0.25
  2655. ambient.Looped = true
  2656. ambient.SoundId = 'rbxassetid://903641031'
  2657. ambient:Play()
  2658. end)
  2659. end
  2660. if override then
  2661. 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
  2662. local coru = coroutine.wrap(function()
  2663. wait(4.5)
  2664. hum2.Parent.Name = hum2.Parent.Name.."'s Zombie"
  2665. hum2.HipHeight = 0.2
  2666. wait(0.5)
  2667. killz(hum2.Parent,"Head",nil,nil,false,false,false,false)
  2668. end)
  2669. coru()
  2670. else
  2671. game:GetService('Debris'):AddItem(playa, 12)
  2672. end
  2673. else
  2674. hum2.Health = 0
  2675. table.insert(zombies,playa)
  2676. local attack = Instance.new('Sound',Head)
  2677. attack.SoundId = 'rbxassetid://903641424'
  2678. attack.Volume = 2
  2679. for i,v in pairs(playa:GetChildren()) do
  2680. if v:IsA('BasePart') and v:FindFirstChildOfClass('TouchTransmitter') == nil then
  2681. v.Touched:connect(function(hit)
  2682. if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') then
  2683. local found = false
  2684. if hit.Parent == player.Character then
  2685. found = true
  2686. end
  2687. for a,c in pairs(zombies) do
  2688. if c == hit.Parent then
  2689. found = true
  2690. end
  2691. end
  2692. if found == false and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 then
  2693. attack:Play()
  2694. if hit.Parent:FindFirstChildOfClass('Humanoid').Health - 2 <= 0 then
  2695. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  2696. wait()
  2697. killz(hit.Parent,"Head")
  2698. else
  2699. hit.Parent:FindFirstChildOfClass('Humanoid'):TakeDamage(2)
  2700. end
  2701. end
  2702. end
  2703. end)
  2704. end
  2705. end
  2706. local coru = coroutine.wrap(function()
  2707. wait(2)
  2708. for i,v in pairs(playa:GetChildren()) do
  2709. if v:IsA('BasePart') then
  2710. for a,c in pairs(v:GetChildren()) do
  2711. if c:IsA('Fire') or c:IsA('ParticleEmitter') then
  2712. c:Destroy()
  2713. end
  2714. end
  2715. elseif v:IsA('Accessory') then
  2716. for a,c in pairs(v:GetChildren()) do
  2717. if c:IsA('BasePart') then
  2718. for b,d in pairs(c:GetChildren()) do
  2719. if d:IsA('Fire') or d:IsA('ParticleEmitter') then
  2720. d:Destroy()
  2721. end
  2722. end
  2723. end
  2724. end
  2725. end
  2726. end
  2727. end)
  2728. coru()
  2729. end
  2730. end
  2731. end
  2732.  
  2733. mouse.KeyDown:connect(function(key)
  2734. if key == "t" and mouse.Target then
  2735. local hum = mouse.Target.Parent:FindFirstChildOfClass('Humanoid')
  2736. if hum == nil then hum = mouse.Target.Parent.Parent:FindFirstChildOfClass('Humanoid') end
  2737. if curpoint == nil then
  2738. if hum and hum.Parent:FindFirstChild('Head') then
  2739. curpart = hum.Parent.Head
  2740. else
  2741. curpart = nil
  2742. curpoint = mouse.Hit.p
  2743. end
  2744. if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  2745. notify("ZOMBIE TARGET SET",false)
  2746. else
  2747. curpart = nil
  2748. curpoint = nil
  2749. if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  2750. notify("ZOMBIE TARGET REMOVED",false)
  2751. end
  2752. elseif key == "y" then
  2753. for o,p in pairs(zombies) do
  2754. local coru = coroutine.wrap(function()
  2755. if p:FindFirstChild('Torso') then
  2756. killz(p,"Head",nil,nil,false,false,false,true)
  2757. else
  2758. table.remove(zombies,o)
  2759. end
  2760. end)
  2761. coru()
  2762. wait()
  2763. end
  2764. for i,v in pairs(zombies) do
  2765. table.remove(zombies,i)
  2766. end
  2767. if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
  2768. notify("ZOMBIES TERMINATED",false)
  2769. end
  2770. end)
  2771.  
  2772. function nub()
  2773. repeat wait() until player.Character and player.Character:FindFirstChild('Torso')
  2774. local me = player.Character
  2775. local point = me.HumanoidRootPart
  2776. local playergui = player.PlayerGui
  2777. local rightshoulderz = me.Torso["Right Shoulder"]:Clone()
  2778. local leftshoulderz = me.Torso["Left Shoulder"]:Clone()
  2779. local torsojoint = me.HumanoidRootPart["RootJoint"]:Clone()
  2780. local lefthipz = me.Torso["Left Hip"]:Clone()
  2781. local righthipz = me.Torso["Right Hip"]:Clone()
  2782. local mode = "kill"
  2783. local lerpz = false
  2784. local active = false
  2785. local acting = false
  2786. local hit = false
  2787. local canClick = true
  2788. local stabbing = false
  2789. local grabbing = false
  2790. local finishing = false
  2791. local kyssing = false
  2792. local canbackgroundmusic = true
  2793. local cancolorfilter = true
  2794. local spinboolean = false
  2795. local grabbed = nil
  2796. local doing = false
  2797. local rightshoulder = nil
  2798. local leftshoulder = nil
  2799. local headweld = nil
  2800. local knifeparts = {}
  2801. local usable = true
  2802. finishnum = 1
  2803.  
  2804. function notify(msg,forever)
  2805. local doit = coroutine.wrap(function()
  2806. local gui = Instance.new('ScreenGui',playergui)
  2807. gui.Name = "Notification"
  2808. local frame = Instance.new('Frame',gui)
  2809. frame.Position = UDim2.new(0,0,0,0)
  2810. frame.Size = UDim2.new(1,0,0.2,0)
  2811. frame.BackgroundTransparency = 1
  2812. local txt = Instance.new('TextLabel',frame)
  2813. txt.TextColor3 = Color3.new(255,255,255)
  2814. txt.TextStrokeColor3 = Color3.new(0, 0, 0)
  2815. txt.TextStrokeTransparency = 0
  2816. txt.BackgroundTransparency = 1
  2817. txt.Text = ""
  2818. txt.Size = UDim2.new(1,0,0.3,0)
  2819. txt.Position = UDim2.new(0,0,0.4,0)
  2820. txt.TextScaled = true
  2821. txt.Font = "Code"
  2822. txt.TextXAlignment = "Center"
  2823. local tap = Instance.new("Sound")
  2824. tap.Parent = gui
  2825. tap.SoundId = "rbxassetid://147982968"
  2826. tap.TimePosition = 0.1
  2827. local str = msg
  2828. local len = string.len(str)
  2829. for i=1,len do
  2830. txt.Text = string.sub(str,1,i)
  2831. pitche = math.random(20, 40)/10
  2832. tap.PlaybackSpeed = pitche
  2833. tap:Play()
  2834. wait(0.01)
  2835. end
  2836. if forever == false then
  2837. wait(1)
  2838. while txt.TextTransparency < 1 do
  2839. txt.TextTransparency = txt.TextTransparency + 0.1
  2840. txt.TextStrokeTransparency = txt.TextStrokeTransparency + 0.1
  2841. wait(0.001)
  2842. end
  2843. gui:Destroy()
  2844. end
  2845. end)
  2846. doit()
  2847. end
  2848.  
  2849. wait(0.5)
  2850. notify("PRESS [Z] TO EQUIP KNIFE || Created by mustardfoot and Tollonis",true)
  2851. local laugh = Instance.new('Sound',me.Head)
  2852. laugh.SoundId = 'rbxassetid://378827985'
  2853. laugh.Name = "Psycho"
  2854. laugh.Volume = 5
  2855. -- 1 - bitch ass knife
  2856. local obj1 = Instance.new("Model")
  2857. obj1.Name = "bitch ass knife"
  2858. obj1.Parent = game.Workspace
  2859.  
  2860. -- 2 - Grab
  2861. local obj2 = Instance.new("Part")
  2862. obj2.CFrame = CFrame.new(Vector3.new(20.4525032, 6.14501333, -134.399979)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  2863. obj2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2864. obj2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2865. obj2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2866. obj2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2867. obj2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2868. obj2.Material = Enum.Material.Concrete
  2869. obj2.Size = Vector3.new(1, 0.25, 0.25)
  2870. obj2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2871. obj2.Anchored = true
  2872. obj2.BrickColor = BrickColor.new("Black")
  2873. obj2.Friction = 0.30000001192093
  2874. obj2.Shape = Enum.PartType.Cylinder
  2875. obj2.Name = "Grab"
  2876. obj2.Parent = obj1
  2877.  
  2878. -- 3 - handletopcap
  2879. local obj3 = Instance.new("Part")
  2880. obj3.CFrame = CFrame.new(Vector3.new(19.9725456, 6.14502859, -134.399933)) * CFrame.Angles(0, 1.5707963705063, 0)
  2881. obj3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2882. obj3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2883. obj3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2884. obj3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2885. obj3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2886. obj3.Material = Enum.Material.Concrete
  2887. obj3.Size = Vector3.new(0.349999994, 0.349999994, 0.349999994)
  2888. obj3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2889. obj3.Anchored = true
  2890. obj3.BrickColor = BrickColor.new("Black")
  2891. obj3.Friction = 0.30000001192093
  2892. obj3.Shape = Enum.PartType.Ball
  2893. obj3.Name = "handletopcap"
  2894. obj3.Parent = obj1
  2895.  
  2896. -- 4 - handlebottomcap
  2897. local obj4 = Instance.new("Part")
  2898. obj4.CFrame = CFrame.new(Vector3.new(20.9725285, 6.14502859, -134.399918)) * CFrame.Angles(0, 1.5707963705063, 0)
  2899. obj4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2900. obj4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2901. obj4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2902. obj4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2903. obj4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2904. obj4.Material = Enum.Material.Concrete
  2905. obj4.Size = Vector3.new(0.25, 0.25, 0.25)
  2906. obj4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2907. obj4.Anchored = true
  2908. obj4.BrickColor = BrickColor.new("Black")
  2909. obj4.Friction = 0.30000001192093
  2910. obj4.Shape = Enum.PartType.Ball
  2911. obj4.Name = "handlebottomcap"
  2912. obj4.Parent = obj1
  2913.  
  2914. -- 5 - handleguardmid
  2915. local obj5 = Instance.new("Part")
  2916. obj5.CFrame = CFrame.new(Vector3.new(19.9474983, 6.14502859, -134.399918)) * CFrame.Angles(0, 1.5707963705063, 0)
  2917. obj5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2918. obj5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2919. obj5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2920. obj5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2921. obj5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2922. obj5.Material = Enum.Material.Concrete
  2923. obj5.Size = Vector3.new(0.349999994, 0.349999994, 0.100000001)
  2924. obj5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2925. obj5.Anchored = true
  2926. obj5.BrickColor = BrickColor.new("Black")
  2927. obj5.Friction = 0.30000001192093
  2928. obj5.Shape = Enum.PartType.Block
  2929. obj5.Name = "handleguardmid"
  2930. obj5.Parent = obj1
  2931.  
  2932. -- 6 - handleguardcap1
  2933. local obj6 = Instance.new("Part")
  2934. obj6.CFrame = CFrame.new(Vector3.new(19.9474983, 6.32502794, -134.399918)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  2935. obj6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2936. obj6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2937. obj6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2938. obj6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2939. obj6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2940. obj6.Material = Enum.Material.Concrete
  2941. obj6.Size = Vector3.new(0.100000001, 0.349999994, 0.349999994)
  2942. obj6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2943. obj6.Anchored = true
  2944. obj6.BrickColor = BrickColor.new("Black")
  2945. obj6.Friction = 0.30000001192093
  2946. obj6.Shape = Enum.PartType.Cylinder
  2947. obj6.Name = "handleguardcap1"
  2948. obj6.Parent = obj1
  2949.  
  2950. -- 7 - handleguardcap2
  2951. local obj7 = Instance.new("Part")
  2952. obj7.CFrame = CFrame.new(Vector3.new(19.9474983, 5.97502899, -134.399918)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  2953. obj7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2954. obj7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2955. obj7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2956. obj7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2957. obj7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2958. obj7.Material = Enum.Material.Concrete
  2959. obj7.Size = Vector3.new(0.100000009, 0.349999994, 0.349999994)
  2960. obj7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2961. obj7.Anchored = true
  2962. obj7.BrickColor = BrickColor.new("Black")
  2963. obj7.Friction = 0.30000001192093
  2964. obj7.Shape = Enum.PartType.Cylinder
  2965. obj7.Name = "handleguardcap2"
  2966. obj7.Parent = obj1
  2967.  
  2968. -- 8 - big ass knife
  2969. local obj8 = Instance.new("Part")
  2970. obj8.CFrame = CFrame.new(Vector3.new(18.4375095, 6.14502859, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  2971. obj8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2972. obj8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2973. obj8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2974. obj8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2975. obj8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2976. obj8.Material = Enum.Material.Metal
  2977. obj8.Size = Vector3.new(0.0500000007, 0.280000001, 0.839999795)
  2978. obj8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2979. obj8.Anchored = true
  2980. obj8.BrickColor = BrickColor.new("Lily white")
  2981. obj8.Friction = 0.30000001192093
  2982. obj8.Shape = Enum.PartType.Block
  2983. obj8.Name = "big ass knife"
  2984. obj8.Parent = obj1
  2985.  
  2986. -- 9 - Mesh
  2987. local obj9 = Instance.new("BlockMesh")
  2988. obj9.Scale = Vector3.new(0.5, 1, 1)
  2989. obj9.Parent = obj8
  2990.  
  2991. -- 10 - big ass knife
  2992. local obj10 = Instance.new("Part")
  2993. obj10.CFrame = CFrame.new(Vector3.new(19.7425137, 6.14502859, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  2994. obj10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2995. obj10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2996. obj10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2997. obj10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2998. obj10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2999. obj10.Material = Enum.Material.Metal
  3000. obj10.Size = Vector3.new(0.0500000007, 0.280000001, 0.289999962)
  3001. obj10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3002. obj10.Anchored = true
  3003. obj10.BrickColor = BrickColor.new("Lily white")
  3004. obj10.Friction = 0.30000001192093
  3005. obj10.Shape = Enum.PartType.Block
  3006. obj10.Name = "big ass knife"
  3007. obj10.Parent = obj1
  3008. local knife = obj10
  3009.  
  3010. -- 11 - Mesh
  3011. local obj11 = Instance.new("BlockMesh")
  3012. obj11.Scale = Vector3.new(0.5, 1, 1)
  3013. obj11.Parent = obj10
  3014.  
  3015. -- 12 - big ass knife
  3016. local obj12 = Instance.new("Part")
  3017. obj12.CFrame = CFrame.new(Vector3.new(19.1075306, 6.08502865, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
  3018. obj12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3019. obj12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3020. obj12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3021. obj12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3022. obj12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3023. obj12.Material = Enum.Material.Metal
  3024. obj12.Size = Vector3.new(0.0500000007, 0.159999996, 0.979999959)
  3025. obj12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3026. obj12.Anchored = true
  3027. obj12.BrickColor = BrickColor.new("Lily white")
  3028. obj12.Friction = 0.30000001192093
  3029. obj12.Shape = Enum.PartType.Block
  3030. obj12.Name = "big ass knife"
  3031. obj12.Parent = obj1
  3032.  
  3033. -- 13 - Mesh
  3034. local obj13 = Instance.new("BlockMesh")
  3035. obj13.Scale = Vector3.new(0.5, 1, 1)
  3036. obj13.Parent = obj12
  3037.  
  3038. -- 14 - serration
  3039. local obj14 = Instance.new("WedgePart")
  3040. obj14.CFrame = CFrame.new(Vector3.new(19.4963322, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3041. obj14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3042. obj14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3043. obj14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3044. obj14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3045. obj14.Material = Enum.Material.Metal
  3046. obj14.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3047. obj14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3048. obj14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3049. obj14.Anchored = true
  3050. obj14.BrickColor = BrickColor.new("Lily white")
  3051. obj14.Friction = 0.30000001192093
  3052. obj14.Name = "serration"
  3053. obj14.Parent = obj1
  3054.  
  3055. -- 15 - Mesh
  3056. local obj15 = Instance.new("BlockMesh")
  3057. obj15.Scale = Vector3.new(0.5, 1, 1)
  3058. obj15.Parent = obj14
  3059.  
  3060. -- 16 - serration
  3061. local obj16 = Instance.new("WedgePart")
  3062. obj16.CFrame = CFrame.new(Vector3.new(19.2763138, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3063. obj16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3064. obj16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3065. obj16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3066. obj16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3067. obj16.Material = Enum.Material.Metal
  3068. obj16.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3069. obj16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3070. obj16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3071. obj16.Anchored = true
  3072. obj16.BrickColor = BrickColor.new("Lily white")
  3073. obj16.Friction = 0.30000001192093
  3074. obj16.Name = "serration"
  3075. obj16.Parent = obj1
  3076.  
  3077. -- 17 - Mesh
  3078. local obj17 = Instance.new("BlockMesh")
  3079. obj17.Scale = Vector3.new(0.5, 1, 1)
  3080. obj17.Parent = obj16
  3081.  
  3082. -- 18 - serration
  3083. local obj18 = Instance.new("WedgePart")
  3084. obj18.CFrame = CFrame.new(Vector3.new(19.3863068, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3085. obj18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3086. obj18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3087. obj18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3088. obj18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3089. obj18.Material = Enum.Material.Metal
  3090. obj18.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3091. obj18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3092. obj18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3093. obj18.Anchored = true
  3094. obj18.BrickColor = BrickColor.new("Lily white")
  3095. obj18.Friction = 0.30000001192093
  3096. obj18.Name = "serration"
  3097. obj18.Parent = obj1
  3098.  
  3099. -- 19 - Mesh
  3100. local obj19 = Instance.new("BlockMesh")
  3101. obj19.Scale = Vector3.new(0.5, 1, 1)
  3102. obj19.Parent = obj18
  3103.  
  3104. -- 20 - serration
  3105. local obj20 = Instance.new("WedgePart")
  3106. obj20.CFrame = CFrame.new(Vector3.new(19.5963173, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3107. obj20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3108. obj20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3109. obj20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3110. obj20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3111. obj20.Material = Enum.Material.Metal
  3112. obj20.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3113. obj20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3114. obj20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3115. obj20.Anchored = true
  3116. obj20.BrickColor = BrickColor.new("Lily white")
  3117. obj20.Friction = 0.30000001192093
  3118. obj20.Name = "serration"
  3119. obj20.Parent = obj1
  3120.  
  3121. -- 21 - Mesh
  3122. local obj21 = Instance.new("BlockMesh")
  3123. obj21.Scale = Vector3.new(0.5, 1, 1)
  3124. obj21.Parent = obj20
  3125.  
  3126. -- 22 - serration
  3127. local obj22 = Instance.new("WedgePart")
  3128. obj22.CFrame = CFrame.new(Vector3.new(19.1663074, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3129. obj22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3130. obj22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3131. obj22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3132. obj22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3133. obj22.Material = Enum.Material.Metal
  3134. obj22.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3135. obj22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3136. obj22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3137. obj22.Anchored = true
  3138. obj22.BrickColor = BrickColor.new("Lily white")
  3139. obj22.Friction = 0.30000001192093
  3140. obj22.Name = "serration"
  3141. obj22.Parent = obj1
  3142.  
  3143. -- 23 - Mesh
  3144. local obj23 = Instance.new("BlockMesh")
  3145. obj23.Scale = Vector3.new(0.5, 1, 1)
  3146. obj23.Parent = obj22
  3147.  
  3148. -- 24 - serration
  3149. local obj24 = Instance.new("WedgePart")
  3150. obj24.CFrame = CFrame.new(Vector3.new(18.9663048, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3151. obj24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3152. obj24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3153. obj24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3154. obj24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3155. obj24.Material = Enum.Material.Metal
  3156. obj24.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3157. obj24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3158. obj24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3159. obj24.Anchored = true
  3160. obj24.BrickColor = BrickColor.new("Lily white")
  3161. obj24.Friction = 0.30000001192093
  3162. obj24.Name = "serration"
  3163. obj24.Parent = obj1
  3164.  
  3165. -- 25 - Mesh
  3166. local obj25 = Instance.new("BlockMesh")
  3167. obj25.Scale = Vector3.new(0.5, 1, 1)
  3168. obj25.Parent = obj24
  3169.  
  3170. -- 26 - serration
  3171. local obj26 = Instance.new("WedgePart")
  3172. obj26.CFrame = CFrame.new(Vector3.new(18.8562984, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3173. obj26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3174. obj26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3175. obj26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3176. obj26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3177. obj26.Material = Enum.Material.Metal
  3178. obj26.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3179. obj26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3180. obj26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3181. obj26.Anchored = true
  3182. obj26.BrickColor = BrickColor.new("Lily white")
  3183. obj26.Friction = 0.30000001192093
  3184. obj26.Name = "serration"
  3185. obj26.Parent = obj1
  3186.  
  3187. -- 27 - Mesh
  3188. local obj27 = Instance.new("BlockMesh")
  3189. obj27.Scale = Vector3.new(0.5, 1, 1)
  3190. obj27.Parent = obj26
  3191.  
  3192. -- 28 - serration
  3193. local obj28 = Instance.new("WedgePart")
  3194. obj28.CFrame = CFrame.new(Vector3.new(19.0663071, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3195. obj28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3196. obj28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3197. obj28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3198. obj28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3199. obj28.Material = Enum.Material.Metal
  3200. obj28.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3201. obj28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3202. obj28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3203. obj28.Anchored = true
  3204. obj28.BrickColor = BrickColor.new("Lily white")
  3205. obj28.Friction = 0.30000001192093
  3206. obj28.Name = "serration"
  3207. obj28.Parent = obj1
  3208.  
  3209. -- 29 - Mesh
  3210. local obj29 = Instance.new("BlockMesh")
  3211. obj29.Scale = Vector3.new(0.5, 1, 1)
  3212. obj29.Parent = obj28
  3213.  
  3214. -- 30 - knifetip1
  3215. local obj30 = Instance.new("WedgePart")
  3216. obj30.CFrame = CFrame.new(Vector3.new(18.0163059, 6.14381599, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3217. obj30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3218. obj30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3219. obj30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3220. obj30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3221. obj30.Material = Enum.Material.Metal
  3222. obj30.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
  3223. obj30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3224. obj30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3225. obj30.Anchored = true
  3226. obj30.BrickColor = BrickColor.new("Lily white")
  3227. obj30.Friction = 0.30000001192093
  3228. obj30.Name = "knifetip1"
  3229. obj30.Parent = obj1
  3230.  
  3231. -- 31 - Mesh
  3232. local obj31 = Instance.new("BlockMesh")
  3233. obj31.Scale = Vector3.new(0.5, 1, 1)
  3234. obj31.Parent = obj30
  3235.  
  3236. -- 32 - redstuff
  3237. local obj32 = Instance.new("Part")
  3238. obj32.CFrame = CFrame.new(Vector3.new(19.9470005, 5.9749999, -134.399994)) * CFrame.Angles(-0, 0, -0)
  3239. obj32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3240. obj32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3241. obj32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3242. obj32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3243. obj32.Material = Enum.Material.SmoothPlastic
  3244. obj32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3245. obj32.Size = Vector3.new(0.0500000007, 0.360000014, 0.360000014)
  3246. obj32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3247. obj32.BrickColor = BrickColor.new("Institutional white")
  3248. obj32.Friction = 0.30000001192093
  3249. obj32.Shape = Enum.PartType.Cylinder
  3250. obj32.Name = "redstuff"
  3251. obj32.Anchored = true
  3252. obj32.Parent = obj1
  3253.  
  3254.  
  3255. -- 33 - redstuff
  3256. local obj33 = Instance.new("Part")
  3257. obj33.CFrame = CFrame.new(Vector3.new(18.9800053, 6.1400156, -134.404984)) * CFrame.Angles(-0, 0, -0)
  3258. obj33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3259. obj33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3260. obj33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3261. obj33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3262. obj33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3263. obj33.Material = Enum.Material.SmoothPlastic
  3264. obj33.Size = Vector3.new(1.81999993, 0.100000001, 0.0500000007)
  3265. obj33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3266. obj33.BrickColor = BrickColor.new("Institutional white")
  3267. obj33.Friction = 0.30000001192093
  3268. obj33.Shape = Enum.PartType.Block
  3269. obj33.Name = "redstuff"
  3270. obj33.Anchored = true
  3271. obj33.Parent = obj1
  3272.  
  3273. -- 34 - redstuff
  3274. local obj34 = Instance.new("Part")
  3275. obj34.CFrame = CFrame.new(Vector3.new(19.9470005, 6.32499981, -134.399994)) * CFrame.Angles(-0, 0, -0)
  3276. obj34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3277. obj34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3278. obj34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3279. obj34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3280. obj34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3281. obj34.Size = Vector3.new(0.0500000007, 0.360000014, 0.360000014)
  3282. obj34.Material = Enum.Material.SmoothPlastic
  3283. obj34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3284. obj34.BrickColor = BrickColor.new("Institutional white")
  3285. obj34.Friction = 0.30000001192093
  3286. obj34.Shape = Enum.PartType.Cylinder
  3287. obj34.Name = "redstuff"
  3288. obj34.Anchored = true
  3289. obj34.Parent = obj1
  3290.  
  3291. -- 35 - redstuff
  3292. local obj35 = Instance.new("Part")
  3293. obj35.CFrame = CFrame.new(Vector3.new(19.8830166, 6.14501476, -134.399963)) * CFrame.Angles(-0, 0, -0)
  3294. obj35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3295. obj35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3296. obj35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3297. obj35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3298. obj35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3299. obj35.Size = Vector3.new(0.0500000007, 0.319999993, 0.319999993)
  3300. obj35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3301. obj35.BrickColor = BrickColor.new("Institutional white")
  3302. obj35.Friction = 0.30000001192093
  3303. obj35.Shape = Enum.PartType.Cylinder
  3304. obj35.Material = Enum.Material.SmoothPlastic
  3305. obj35.Name = "redstuff"
  3306. obj35.Anchored = true
  3307. obj35.Parent = obj1
  3308.  
  3309. -- 36 - redstuff
  3310. local obj36 = Instance.new("Part")
  3311. obj36.CFrame = CFrame.new(Vector3.new(20.9430103, 6.14501476, -134.399963)) * CFrame.Angles(-0, 0, -0)
  3312. obj36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3313. obj36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3314. obj36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3315. obj36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3316. obj36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3317. obj36.Material = Enum.Material.SmoothPlastic
  3318. obj36.Size = Vector3.new(0.0500000007, 0.25999999, 0.25999999)
  3319. obj36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3320. obj36.BrickColor = BrickColor.new("Institutional white")
  3321. obj36.Friction = 0.30000001192093
  3322. obj36.Shape = Enum.PartType.Cylinder
  3323. obj36.Name = "redstuff"
  3324. obj36.Anchored = true
  3325. obj36.Parent = obj1
  3326.  
  3327. -- 37 - redstuff
  3328. local obj37 = Instance.new("WedgePart")
  3329. obj37.CFrame = CFrame.new(Vector3.new(18.066288, 6.14381599, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
  3330. obj37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3331. obj37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3332. obj37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3333. obj37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3334. obj37.Material = Enum.Material.SmoothPlastic
  3335. obj37.Size = Vector3.new(0.0500000007, 0.0700000003, 0.0700000003)
  3336. obj37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3337. obj37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3338. obj37.Anchored = true
  3339. obj37.BrickColor = BrickColor.new("Institutional white")
  3340. obj37.Friction = 0.30000001192093
  3341. obj37.Name = "redstuff"
  3342. obj37.Anchored = true
  3343. obj37.Parent = obj1
  3344.  
  3345. -- 38 - redstuff
  3346. local obj38 = Instance.new("Part")
  3347. obj38.CFrame = CFrame.new(Vector3.new(20.1230125, 6.14501476, -134.399979)) * CFrame.Angles(-0, 0, -0)
  3348. obj38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3349. obj38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3350. obj38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3351. obj38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3352. obj38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3353. obj38.Material = Enum.Material.SmoothPlastic
  3354. obj38.Size = Vector3.new(0.0500000007, 0.25999999, 0.25999999)
  3355. obj38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3356. obj38.BrickColor = BrickColor.new("Institutional white")
  3357. obj38.Friction = 0.30000001192093
  3358. obj38.Shape = Enum.PartType.Cylinder
  3359. obj38.Name = "redstuff"
  3360. obj38.Anchored = true
  3361. obj38.Parent = obj1
  3362.  
  3363. local function recurse(objnum)
  3364. table.insert(knifeparts,{objnum,objnum.Parent})
  3365. for i,v in pairs(objnum:GetChildren()) do
  3366. recurse(v)
  3367. end
  3368. end
  3369.  
  3370. recurse(obj1)
  3371.  
  3372. local audio = Instance.new('Sound',knife)
  3373. audio.Volume = 2
  3374.  
  3375. local audio2 = Instance.new('Sound',knife)
  3376. audio2.Volume = 2
  3377.  
  3378. local holdpart = Instance.new("Part")
  3379. holdpart.Parent = me
  3380. holdpart.Size = Vector3.new(0.4, 0.4, 0.2)
  3381. holdpart.Position = me.Head.Position + Vector3.new(0, 1, 0)
  3382. holdpart.BrickColor = BrickColor.new("Burnt Sienna")
  3383.  
  3384. local previous = nil
  3385. for i,v in pairs(obj1:GetChildren()) do
  3386. if v:IsA('BasePart') then
  3387. if previous then
  3388. local weld = Instance.new('Weld',v)
  3389. weld.Part0 = v
  3390. weld.Part1 = previous
  3391. weld.C0 = v.CFrame:inverse() * previous.CFrame
  3392. previous.Anchored = false
  3393. previous.CanCollide = false
  3394. local vee = v
  3395. weld.AncestryChanged:connect(function(mez,par)
  3396. wait()
  3397. weld.Parent = vee
  3398. end)
  3399. end
  3400. previous = v
  3401. end
  3402. end
  3403. previous.Anchored = false
  3404. previous.CanCollide = false
  3405.  
  3406. local holdpartweld = Instance.new("Weld", me.Torso)
  3407. holdpartweld.Part0 = me.Torso
  3408. holdpartweld.Part1 = holdpart
  3409. holdpartweld.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-1, -0.8, 0.15)
  3410.  
  3411. holdpartweld.AncestryChanged:connect(function(mez,par)
  3412. if par ~= me.Torso then
  3413. wait()
  3414. holdpartweld.Parent = me.Torso
  3415. end
  3416. end)
  3417.  
  3418. local knifeweld = Instance.new('Weld',me.Torso)
  3419. knifeweld.Part0 = me.Torso
  3420. knifeweld.Part1 = obj2
  3421. knifeweld.C1 = CFrame.Angles(0,math.rad(90),0) * CFrame.new(1, 0.8, 0.55)
  3422. knifeweld.AncestryChanged:connect(function(mez,par)
  3423. if par ~= me.Torso then
  3424. wait()
  3425. knifeweld.Parent = me.Torso
  3426. end
  3427. end)
  3428. local ScreenGui = Instance.new("ScreenGui")
  3429. local CustomizeGui = Instance.new("Frame")
  3430. local Customize = Instance.new("TextLabel")
  3431. local ClosestColor = Instance.new("TextLabel")
  3432. local Line = Instance.new("TextLabel")
  3433. local Color = Instance.new("ImageLabel")
  3434. local Close = Instance.new("TextButton")
  3435. local RedHue = Instance.new("TextLabel")
  3436. local GreenHue = Instance.new("TextLabel")
  3437. local RedInput = Instance.new("TextBox")
  3438. local BlueHue = Instance.new("TextLabel")
  3439. local GreenInput = Instance.new("TextBox")
  3440. local TransInput = Instance.new("TextBox")
  3441. local BlueInput = Instance.new("TextBox")
  3442. local Message = Instance.new("TextLabel")
  3443. local Message2 = Instance.new("TextLabel")
  3444. local TrailTransparency = Instance.new("TextLabel")
  3445. local TrailInput = Instance.new("TextBox")
  3446. local MusicOption = Instance.new("TextButton")
  3447. local ScreenOption = Instance.new("TextButton")
  3448. local ScreenOptionTxt = Instance.new("TextLabel")
  3449. local MusicOptionTxt = Instance.new("TextLabel")
  3450.  
  3451. -- Properties
  3452.  
  3453. ScreenGui.Parent = playergui
  3454.  
  3455. CustomizeGui.Name = "CustomizeGui"
  3456. CustomizeGui.Parent = ScreenGui
  3457. CustomizeGui.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  3458. CustomizeGui.BackgroundTransparency = 0.5
  3459. CustomizeGui.BorderColor3 = Color3.new(0, 0, 0)
  3460. CustomizeGui.BorderSizePixel = 2
  3461. CustomizeGui.Position = UDim2.new(0, 0, 0.5, 0)
  3462. CustomizeGui.Size = UDim2.new(0.449999988, 0, 0.449999988, 0)
  3463.  
  3464. Customize.Name = "Customize"
  3465. Customize.Parent = CustomizeGui
  3466. Customize.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  3467. Customize.BackgroundTransparency = 0.75
  3468. Customize.BorderSizePixel = 0
  3469. Customize.Size = UDim2.new(1, 0, 0.200000003, 0)
  3470. Customize.FontSize = Enum.FontSize.Size28
  3471. Customize.Text = "ACCENT COLOR CUSTOMIZATION"
  3472. Customize.TextColor3 = Color3.new(1, 1, 1)
  3473. Customize.TextScaled = true
  3474. Customize.TextSize = 25
  3475. Customize.TextStrokeTransparency = 0.5
  3476. Customize.TextWrapped = true
  3477.  
  3478. ClosestColor.Name = "ClosestColor"
  3479. ClosestColor.Parent = CustomizeGui
  3480. ClosestColor.BackgroundColor3 = Color3.new(1, 1, 1)
  3481. ClosestColor.BackgroundTransparency = 1
  3482. ClosestColor.Position = UDim2.new(0, 0, 0.850000024, 0)
  3483. ClosestColor.Size = UDim2.new(1, 0, 0.150000006, 0)
  3484. ClosestColor.Font = Enum.Font.SourceSansLight
  3485. ClosestColor.FontSize = Enum.FontSize.Size32
  3486. ClosestColor.Text = "Your color is closest to Institutional White"
  3487. ClosestColor.TextColor3 = Color3.new(1, 1, 1)
  3488. ClosestColor.TextSize = 30
  3489. ClosestColor.TextStrokeTransparency = 0.5
  3490.  
  3491. Line.Name = "Line"
  3492. Line.Parent = CustomizeGui
  3493. Line.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  3494. Line.BackgroundTransparency = 0.5
  3495. Line.BorderColor3 = Color3.new(0, 0, 0)
  3496. Line.BorderSizePixel = 0
  3497. Line.Position = UDim2.new(0, 0, 0.200000003, 0)
  3498. Line.Size = UDim2.new(1, 0, 0.0299999993, 0)
  3499. Line.Font = Enum.Font.SourceSans
  3500. Line.FontSize = Enum.FontSize.Size14
  3501. Line.Text = " "
  3502. Line.TextSize = 14
  3503.  
  3504. Color.Name = "Color"
  3505. Color.Parent = CustomizeGui
  3506. Color.BackgroundColor3 = Color3.new(1, 1, 1)
  3507. Color.BorderSizePixel = 0
  3508. Color.Position = UDim2.new(0.699999988, 0, 0.419999987, 0)
  3509. Color.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  3510. Color.SizeConstraint = Enum.SizeConstraint.RelativeYY
  3511.  
  3512. MusicOption.Parent = CustomizeGui
  3513. MusicOption.Name = "MusicOption"
  3514. MusicOption.BackgroundColor3 = Color3.new(0, 1, 0)
  3515. MusicOption.BorderSizePixel = 1
  3516. MusicOption.Position = UDim2.new(0.01, 0, -0.12, 0)
  3517. MusicOption.Size = UDim2.new(0.05, 0, 0.1, 0)
  3518. MusicOption.Text = ""
  3519. MusicOption.BackgroundTransparency = 0.5
  3520.  
  3521. ScreenOption.Parent = CustomizeGui
  3522. ScreenOption.Name = "ScreenOption"
  3523. ScreenOption.BackgroundColor3 = Color3.new(0, 1, 0)
  3524. ScreenOption.BorderSizePixel = 1
  3525. ScreenOption.Position = UDim2.new(0.01, 0, -0.23, 0)
  3526. ScreenOption.Size = UDim2.new(0.05, 0, 0.1, 0)
  3527. ScreenOption.Text = ""
  3528. ScreenOption.BackgroundTransparency = 0.5
  3529.  
  3530. ScreenOptionTxt.Name = "ScreenOptionTxt"
  3531. ScreenOptionTxt.Parent = CustomizeGui
  3532. ScreenOptionTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  3533. ScreenOptionTxt.BackgroundTransparency = 1
  3534. ScreenOptionTxt.Position = UDim2.new(0.07, 0, -0.23, 0)
  3535. ScreenOptionTxt.Size = UDim2.new(1, 0, 0.07, 0)
  3536. ScreenOptionTxt.Font = Enum.Font.SourceSans
  3537. ScreenOptionTxt.FontSize = Enum.FontSize.Size24
  3538. ScreenOptionTxt.Text = "Psychopath Red Filter"
  3539. ScreenOptionTxt.TextColor3 = Color3.new(1, 1, 1)
  3540. ScreenOptionTxt.TextScaled = true
  3541. ScreenOptionTxt.TextSize = 20
  3542. ScreenOptionTxt.TextStrokeColor3 = Color3.new(0, 0, 0)
  3543. ScreenOptionTxt.TextStrokeTransparency = 0.5
  3544. ScreenOptionTxt.TextWrapped = true
  3545. ScreenOptionTxt.TextXAlignment = "Left"
  3546.  
  3547. MusicOptionTxt.Name = "MusicOptionTxt"
  3548. MusicOptionTxt.Parent = CustomizeGui
  3549. MusicOptionTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  3550. MusicOptionTxt.BackgroundTransparency = 1
  3551. MusicOptionTxt.Position = UDim2.new(0.07, 0, -0.12, 0)
  3552. MusicOptionTxt.Size = UDim2.new(1, 0, 0.07, 0)
  3553. MusicOptionTxt.Font = Enum.Font.SourceSans
  3554. MusicOptionTxt.FontSize = Enum.FontSize.Size24
  3555. MusicOptionTxt.Text = "Psychopath Background Music"
  3556. MusicOptionTxt.TextColor3 = Color3.new(1, 1, 1)
  3557. MusicOptionTxt.TextScaled = true
  3558. MusicOptionTxt.TextSize = 20
  3559. MusicOptionTxt.TextStrokeColor3 = Color3.new(0, 0, 0)
  3560. MusicOptionTxt.TextStrokeTransparency = 0.5
  3561. MusicOptionTxt.TextWrapped = true
  3562. MusicOptionTxt.TextXAlignment = "Left"
  3563.  
  3564. Close.Name = "Close"
  3565. Close.Parent = CustomizeGui
  3566. Close.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  3567. Close.BackgroundTransparency = 0.5
  3568. Close.BorderColor3 = Color3.new(0, 0, 0)
  3569. Close.BorderSizePixel = 2
  3570. Close.Position = UDim2.new(1.005, 0, 0, 0)
  3571. Close.Size = UDim2.new(0.100000001, 0, 0.2, 0)
  3572. Close.Font = Enum.Font.SourceSans
  3573. Close.FontSize = Enum.FontSize.Size14
  3574. Close.Text = "X"
  3575. Close.TextColor3 = Color3.new(1, 1, 1)
  3576. Close.TextScaled = true
  3577. Close.TextSize = 14
  3578. Close.TextStrokeTransparency = 0
  3579. Close.TextWrapped = true
  3580.  
  3581. RedHue.Name = "RedHue"
  3582. RedHue.Parent = CustomizeGui
  3583. RedHue.BackgroundColor3 = Color3.new(1, 1, 1)
  3584. RedHue.BackgroundTransparency = 1
  3585. RedHue.Position = UDim2.new(0.100000001, 0, 0.400000006, 0)
  3586. RedHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  3587. RedHue.Font = Enum.Font.SourceSans
  3588. RedHue.FontSize = Enum.FontSize.Size24
  3589. RedHue.Text = "RED Hue Value: "
  3590. RedHue.TextColor3 = Color3.new(1, 1, 1)
  3591. RedHue.TextScaled = true
  3592. RedHue.TextSize = 20
  3593. RedHue.TextStrokeColor3 = Color3.new(1, 0, 0)
  3594. RedHue.TextStrokeTransparency = 0.75
  3595. RedHue.TextWrapped = true
  3596.  
  3597. GreenHue.Name = "GreenHue"
  3598. GreenHue.Parent = CustomizeGui
  3599. GreenHue.BackgroundColor3 = Color3.new(1, 1, 1)
  3600. GreenHue.BackgroundTransparency = 1
  3601. GreenHue.Position = UDim2.new(0.100000001, 0, 0.5, 0)
  3602. GreenHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  3603. GreenHue.Font = Enum.Font.SourceSans
  3604. GreenHue.FontSize = Enum.FontSize.Size24
  3605. GreenHue.Text = "GREEN Hue Value:"
  3606. GreenHue.TextColor3 = Color3.new(1, 1, 1)
  3607. GreenHue.TextScaled = true
  3608. GreenHue.TextSize = 20
  3609. GreenHue.TextStrokeColor3 = Color3.new(0, 1, 0)
  3610. GreenHue.TextStrokeTransparency = 0.75
  3611. GreenHue.TextWrapped = true
  3612.  
  3613. RedInput.Name = "RedInput"
  3614. RedInput.Parent = CustomizeGui
  3615. RedInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  3616. RedInput.BackgroundTransparency = 0.5
  3617. RedInput.BorderSizePixel = 0
  3618. RedInput.Position = UDim2.new(0.419999987, 0, 0.425000007, 0)
  3619. RedInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  3620. RedInput.Font = Enum.Font.SourceSans
  3621. RedInput.FontSize = Enum.FontSize.Size14
  3622. RedInput.Text = "255"
  3623. RedInput.TextColor3 = Color3.new(1, 1, 1)
  3624. RedInput.TextSize = 14
  3625. RedInput.TextStrokeTransparency = 0
  3626.  
  3627. BlueHue.Name = "BlueHue"
  3628. BlueHue.Parent = CustomizeGui
  3629. BlueHue.BackgroundColor3 = Color3.new(1, 1, 1)
  3630. BlueHue.BackgroundTransparency = 1
  3631. BlueHue.Position = UDim2.new(0.100000001, 0, 0.600000024, 0)
  3632. BlueHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
  3633. BlueHue.Font = Enum.Font.SourceSans
  3634. BlueHue.FontSize = Enum.FontSize.Size24
  3635. BlueHue.Text = "BLUE Hue Value:"
  3636. BlueHue.TextColor3 = Color3.new(1, 1, 1)
  3637. BlueHue.TextScaled = true
  3638. BlueHue.TextSize = 20
  3639. BlueHue.TextStrokeColor3 = Color3.new(0, 0, 1)
  3640. BlueHue.TextStrokeTransparency = 0.75
  3641. BlueHue.TextWrapped = true
  3642.  
  3643. TrailTransparency.Name = "TrailTransparency"
  3644. TrailTransparency.Parent = CustomizeGui
  3645. TrailTransparency.BackgroundColor3 = Color3.new(1, 1, 1)
  3646. TrailTransparency.BackgroundTransparency = 1
  3647. TrailTransparency.Position = UDim2.new(0.090000001, 0, 0.700000024, 0)
  3648. TrailTransparency.Size = UDim2.new(0.310000012, 0, 0.100000001, 0)
  3649. TrailTransparency.Font = Enum.Font.SourceSans
  3650. TrailTransparency.FontSize = Enum.FontSize.Size24
  3651. TrailTransparency.Text = "Trail Transparency:"
  3652. TrailTransparency.TextColor3 = Color3.new(1, 1, 1)
  3653. TrailTransparency.TextScaled = true
  3654. TrailTransparency.TextSize = 20
  3655. TrailTransparency.TextStrokeColor3 = Color3.new(0, 0, 0)
  3656. TrailTransparency.TextWrapped = true
  3657.  
  3658. GreenInput.Name = "GreenInput"
  3659. GreenInput.Parent = CustomizeGui
  3660. GreenInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  3661. GreenInput.BackgroundTransparency = 0.5
  3662. GreenInput.BorderSizePixel = 0
  3663. GreenInput.Position = UDim2.new(0.419999987, 0, 0.524999976, 0)
  3664. GreenInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  3665. GreenInput.Font = Enum.Font.SourceSans
  3666. GreenInput.FontSize = Enum.FontSize.Size14
  3667. GreenInput.Text = "255"
  3668. GreenInput.TextColor3 = Color3.new(1, 1, 1)
  3669. GreenInput.TextSize = 14
  3670. GreenInput.TextStrokeTransparency = 0
  3671.  
  3672. TransInput.Name = "TransInput"
  3673. TransInput.Parent = CustomizeGui
  3674. TransInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  3675. TransInput.BackgroundTransparency = 0.5
  3676. TransInput.BorderSizePixel = 0
  3677. TransInput.Position = UDim2.new(0.419999987, 0, 0.725000024, 0)
  3678. TransInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  3679. TransInput.Font = Enum.Font.SourceSans
  3680. TransInput.FontSize = Enum.FontSize.Size14
  3681. TransInput.Text = "50"
  3682. TransInput.TextColor3 = Color3.new(1, 1, 1)
  3683. TransInput.TextSize = 14
  3684. TransInput.TextStrokeTransparency = 0
  3685.  
  3686. BlueInput.Name = "BlueInput"
  3687. BlueInput.Parent = CustomizeGui
  3688. BlueInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  3689. BlueInput.BackgroundTransparency = 0.5
  3690. BlueInput.BorderSizePixel = 0
  3691. BlueInput.Position = UDim2.new(0.419999987, 0, 0.625, 0)
  3692. BlueInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
  3693. BlueInput.Font = Enum.Font.SourceSans
  3694. BlueInput.FontSize = Enum.FontSize.Size14
  3695. BlueInput.Text = "255"
  3696. BlueInput.TextColor3 = Color3.new(1, 1, 1)
  3697. BlueInput.TextSize = 14
  3698. BlueInput.TextStrokeTransparency = 0
  3699.  
  3700. Message.Name = "Message"
  3701. Message.Parent = CustomizeGui
  3702. Message.BackgroundColor3 = Color3.new(1, 1, 1)
  3703. Message.BackgroundTransparency = 1
  3704. Message.Position = UDim2.new(0, 0, 0.2500004, 0)
  3705. Message.Size = UDim2.new(1, 0, 0.100000006, 0)
  3706. Message.Font = Enum.Font.SourceSans
  3707. Message.FontSize = Enum.FontSize.Size18
  3708. Message.Text = "|| Inputs must be values ||"
  3709. Message.TextColor3 = Color3.new(1, 1, 1)
  3710. Message.TextScaled = true
  3711. Message.TextSize = 15
  3712. Message.TextStrokeTransparency = 0.75
  3713. Message.TextWrapped = true
  3714.  
  3715. local attun = Instance.new("Attachment", knife)
  3716. attun.Position = Vector3.new(0, 0.1, -1.75)
  3717. local atdos = Instance.new("Attachment", knife)
  3718. atdos.Position = Vector3.new(0, -0.1, 0.5)
  3719. local trail = Instance.new("Trail", knife)
  3720. trail.LightEmission = 0.5
  3721. trail.Attachment0 = attun
  3722. trail.Attachment1 = atdos
  3723. trail.Lifetime = 0.175
  3724. trail.MinLength = 0
  3725. trail.Enabled = false
  3726.  
  3727. function updatez()
  3728. local rc = tonumber(RedInput.Text)
  3729. local gc = tonumber(GreenInput.Text)
  3730. local bc = tonumber(BlueInput.Text)
  3731. local tcupd = tonumber(TransInput.Text)
  3732. if rc == nil then
  3733. rc = 0
  3734. end
  3735. if gc == nil then
  3736. gc = 0
  3737. end
  3738. if bc == nil then
  3739. bc = 0
  3740. end
  3741. if tcupd == nil then
  3742. tcupd = 0
  3743. end
  3744. local tc = tcupd/100
  3745. Color.BackgroundColor3 = Color3.fromRGB(rc,gc,bc)
  3746. ClosestColor.Text = "Your color is closest to "..tostring(BrickColor.new(Color3.fromRGB(rc,gc,bc)))
  3747. obj32.Color = Color3.fromRGB(rc,gc,bc)
  3748. obj33.Color = Color3.fromRGB(rc,gc,bc)
  3749. obj34.Color = Color3.fromRGB(rc,gc,bc)
  3750. obj35.Color = Color3.fromRGB(rc,gc,bc)
  3751. obj36.Color = Color3.fromRGB(rc,gc,bc)
  3752. obj37.Color = Color3.fromRGB(rc,gc,bc)
  3753. obj38.Color = Color3.fromRGB(rc,gc,bc)
  3754. trail.Color = ColorSequence.new(Color3.fromRGB(rc, gc, bc))
  3755. trail.Transparency = NumberSequence.new(tc)
  3756. TrailTransparency.TextStrokeTransparency = tc
  3757. end
  3758.  
  3759. RedInput.Changed:connect(function(val)
  3760. if val == "Text" and tonumber(RedInput.Text) then
  3761. RedInput.Text = tostring(tonumber(RedInput.Text))
  3762. if tonumber(RedInput.Text) > 255 then
  3763. RedInput.Text = '255'
  3764. end
  3765. elseif val == "Text" then
  3766. RedInput.Text = ""
  3767. end
  3768. updatez()
  3769. end)
  3770. GreenInput.Changed:connect(function(val)
  3771. if val == "Text" and tonumber(GreenInput.Text) then
  3772. GreenInput.Text = tostring(tonumber(GreenInput.Text))
  3773. if tonumber(GreenInput.Text) > 255 then
  3774. GreenInput.Text = '255'
  3775. end
  3776. elseif val == "Text" then
  3777. GreenInput.Text = ""
  3778. end
  3779. updatez()
  3780. end)
  3781. BlueInput.Changed:connect(function(val)
  3782. if val == "Text" and tonumber(BlueInput.Text) then
  3783. BlueInput.Text = tostring(tonumber(BlueInput.Text))
  3784. if tonumber(BlueInput.Text) > 255 then
  3785. BlueInput.Text = '255'
  3786. end
  3787. elseif val == "Text" then
  3788. BlueInput.Text = ""
  3789. end
  3790. updatez()
  3791. end)
  3792. TransInput.Changed:connect(function(val)
  3793. if val == "Text" and tonumber(TransInput.Text) then
  3794. TransInput.Text = tostring(tonumber(TransInput.Text))
  3795. if tonumber(TransInput.Text) > 100 then
  3796. TransInput.Text = '100'
  3797. end
  3798. elseif val == "Text" then
  3799. TransInput.Text = ""
  3800. end
  3801. updatez()
  3802. end)
  3803.  
  3804. Close.MouseButton1Click:connect(function()
  3805. if lerpz == false then
  3806. lerpz = true
  3807. if Close.Text ~= "+" then
  3808. CustomizeGui:TweenPosition(UDim2.new(-0.45,0,0.5,0,Enum.EasingDirection.Out,Enum.EasingStyle.Quint,2))
  3809. for i=1,10 do
  3810. Close.TextTransparency = i/10
  3811. Close.TextStrokeTransparency = i/10
  3812. wait(0.01)
  3813. end
  3814. Close.Text = "+"
  3815. for i=1,10 do
  3816. Close.TextTransparency = (10-i+1)/10
  3817. Close.TextStrokeTransparency = (10-i+1)/10
  3818. wait(0.01)
  3819. end
  3820. lerpz = false
  3821. else
  3822. CustomizeGui:TweenPosition(UDim2.new(0,0,0.5,0,Enum.EasingDirection.Out,Enum.EasingStyle.Quint,2))
  3823. for i=1,10 do
  3824. Close.TextTransparency = i/10
  3825. Close.TextStrokeTransparency = i/10
  3826. wait(0.01)
  3827. end
  3828. Close.Text = "X"
  3829. for i=1,10 do
  3830. Close.TextTransparency = (10-i+1)/10
  3831. Close.TextStrokeTransparency = (10-i+1)/10
  3832. wait(0.01)
  3833. end
  3834. lerpz = false
  3835. end
  3836. end
  3837. end)
  3838.  
  3839. MusicOption.MouseButton1Click:connect(function()
  3840. if canbackgroundmusic == true then
  3841. canbackgroundmusic = false
  3842. MusicOption.BackgroundColor3 = Color3.new(1, 0, 0)
  3843. else
  3844. canbackgroundmusic = true
  3845. MusicOption.BackgroundColor3 = Color3.new(0, 1, 0)
  3846. end
  3847. end)
  3848.  
  3849. ScreenOption.MouseButton1Click:connect(function()
  3850. if cancolorfilter == true then
  3851. cancolorfilter = false
  3852. ScreenOption.BackgroundColor3 = Color3.new(1, 0, 0)
  3853. else
  3854. cancolorfilter = true
  3855. ScreenOption.BackgroundColor3 = Color3.new(0, 1, 0)
  3856. end
  3857. end)
  3858.  
  3859. function equip()
  3860. local doit = coroutine.wrap(function()
  3861. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') then
  3862. acting = true
  3863. local arm = me["Right Arm"]
  3864. local arm2 = me["Left Arm"]
  3865. local tors = me.Torso
  3866. local weld = Instance.new('Weld',arm)
  3867. weld.Part0 = arm
  3868. weld.Part1 = tors
  3869. weld.C0 = CFrame.new(-1.5,0,0)
  3870. local weld2 = Instance.new("Weld", arm2)
  3871. weld2.Part0 = arm2
  3872. weld2.Part1 = tors
  3873. weld2.C0 = CFrame.new(1.5, 0, 0)
  3874. wait(0.001)
  3875. for i = 0,1,0.1 do
  3876. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  3877. weld.C0 = weld.C0:lerp(CFrame.new(-0.2,0.2,-0.5)*CFrame.Angles(0,-3.1,0.9),i)
  3878. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0.6, 0) * CFrame.Angles(0,0,0.5),i)
  3879. wait(0.001)
  3880. end
  3881. wait(0.15)
  3882. trail.Enabled = true
  3883. for i = 0,1,0.1 do
  3884. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  3885. weld.C0 = weld.C0:lerp(CFrame.new(-0.5,2,0)*CFrame.Angles(0,0,-1.55),i)
  3886. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0, 0), i)
  3887. wait(0.001)
  3888. end
  3889. trail.Enabled = false
  3890. wait(0.2)
  3891. for i = 0,1,0.1 do
  3892. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  3893. weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i)
  3894. wait(0.001)
  3895. end
  3896. weld:Destroy()
  3897. weld2:Remove()
  3898. if tors ~= nil then
  3899. rightshoulderz:Clone().Parent = me.Torso
  3900. leftshoulderz:Clone().Parent = me.Torso
  3901. end
  3902. end
  3903. acting = false
  3904. end)
  3905. doit()
  3906. end
  3907.  
  3908. function kysnigga()
  3909. if kyssing == true then return end
  3910. kyssing = true
  3911. acting = true
  3912. decearingTHING = math.random(1, 100)
  3913. if decearingTHING == 4 then
  3914. decearingEGG = Instance.new("Sound", me.Torso)
  3915. decearingEGG.SoundId = "rbxassetid://138084557"
  3916. decearingEGG.PlaybackSpeed = math.random(10, 12) / 10
  3917. decearingEGG.TimePosition = 0.2
  3918. decearingEGG:Play()
  3919. end
  3920. me.Humanoid.WalkSpeed = 0
  3921. me.Humanoid.JumpPower = 0
  3922.  
  3923. local rightarm = Instance.new("Weld", me.Torso)
  3924. rightarm.Part0 = me.Torso
  3925. rightarm.Part1 = me["Right Arm"]
  3926. rightarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  3927.  
  3928. local leftarm = Instance.new("Weld", me.Torso)
  3929. leftarm.Part0 = me.Torso
  3930. leftarm.Part1 = me["Left Arm"]
  3931. leftarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-1.5, 0, 0)
  3932.  
  3933. local tors = Instance.new("Weld", me.HumanoidRootPart)
  3934. tors.Part0 = me.HumanoidRootPart
  3935. tors.Part1 = me.Torso
  3936. tors.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0)
  3937.  
  3938. local rightleg = Instance.new("Weld", me.Torso)
  3939. rightleg.Part0 = me.Torso
  3940. rightleg.Part1 = me["Right Leg"]
  3941. rightleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0.5, -2, 0)
  3942.  
  3943. local leftleg = Instance.new("Weld", me.Torso)
  3944. leftleg.Part0 = me.Torso
  3945. leftleg.Part1 = me["Left Leg"]
  3946. leftleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-0.5, -2, 0)
  3947.  
  3948. for i = 0, 1, 0.03 do
  3949. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-10), 0, 0), i)
  3950. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, 0), i)
  3951. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, 0), i)
  3952. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), i)
  3953. wait()
  3954. end
  3955. for i = 0, 1, 0.03 do
  3956. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(5), 0, 0), i)
  3957. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, 0.15) * CFrame.Angles(math.rad(-95), 0, 0), i)
  3958. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, 0.15) * CFrame.Angles(math.rad(-95), 0, 0), i)
  3959. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0.3, -1.5) * CFrame.Angles(math.rad(90), 0, math.rad(-35)), i)
  3960. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0.3, -1.5) * CFrame.Angles(math.rad(90), 0, math.rad(35)), i)
  3961. knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  3962. wait()
  3963. end
  3964. local bleedzer = Instance.new('Part',me.Torso)
  3965. bleedzer.CFrame = me.Torso.CFrame
  3966. bleedzer.Size = Vector3.new(0.1,0.1,0.1)
  3967. bleedzer.Transparency = 1
  3968. bleedzer.CanCollide = false
  3969. local weld = Instance.new('Weld',bleedzer)
  3970. weld.Part0 = bleedzer
  3971. weld.Part1 = me.Torso
  3972. weld.C0= CFrame.new(0,0,0)*CFrame.Angles(math.rad(-90),0,0)
  3973. local woodpekker = coroutine.wrap(function()
  3974. bleed(bleedzer)
  3975. end)
  3976. woodpekker()
  3977. audio.SoundId = "rbxassetid://199977936"
  3978. audio.PlaybackSpeed = 1.5
  3979. audio:Play()
  3980. audio2.SoundId = "rbxassetid://220834019"
  3981. audio2.PlaybackSpeed = 1
  3982. audio2.TimePosition = 0.1
  3983. audio2:Play()
  3984. for i = 0, 1, 0.1 do
  3985. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  3986. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  3987. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  3988. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0, 0) * CFrame.Angles(math.rad(70), 0, math.rad(-35)), i)
  3989. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0, 0) * CFrame.Angles(math.rad(70), 0, math.rad(35)), i)
  3990. knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  3991. wait()
  3992. end
  3993. wait(1)
  3994. audio.SoundId = "rbxassetid://210943487"
  3995. audio.TimePosition = 0.2
  3996. audio.PlaybackSpeed = 0.75
  3997. audio:Play()
  3998. for i = 0, 1, 0.03 do
  3999. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  4000. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  4001. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
  4002. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0.3, -1.5) * CFrame.Angles(math.rad(70), 0, math.rad(-35)), i)
  4003. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0.3, -1.5) * CFrame.Angles(math.rad(70), 0, math.rad(35)), i)
  4004. knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
  4005. wait()
  4006. end
  4007. for i = 0, 1, 0.03 do
  4008. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, -0.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), i)
  4009. leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1.5, 0, -0.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), i)
  4010. knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0), i)
  4011. wait()
  4012. end
  4013. wait(0.24)
  4014. if me:FindFirstChildOfClass('Humanoid') then
  4015. me:FindFirstChildOfClass('Humanoid').Health = 0
  4016. end
  4017. wait(0.01)
  4018. killz(me,me.Torso.Name,nil,nil,true)
  4019.  
  4020. tors:Remove()
  4021. rightarm:Remove()
  4022. rightleg:Remove()
  4023. leftleg:Remove()
  4024. leftarm:Remove()
  4025. rightshoulderz:Clone().Parent = me.Torso
  4026. leftshoulderz:Clone().Parent = me.Torso
  4027. torsojoint:Clone().Parent = me.HumanoidRootPart
  4028. lefthipz:Clone().Parent = me.Torso
  4029. righthipz:Clone().Parent = me.Torso
  4030. me.Humanoid.JumpPower = 50
  4031. me.Humanoid.WalkSpeed = 16
  4032. acting = false
  4033. canClick = true
  4034. doing = false
  4035. hit = false
  4036. kyssing = false
  4037. if decearingTHING == 4 then
  4038. decearingEGG:Remove()
  4039. end
  4040. end
  4041.  
  4042. function bleedout()
  4043. local doit = coroutine.wrap(function()
  4044. local targe = grabbed
  4045. local num = 0
  4046. while targe and targe:FindFirstChildOfClass('Humanoid') and targe:FindFirstChildOfClass('Humanoid').Health > 0 and num < 11 do
  4047. if targe.Head:FindFirstChild('Died') then
  4048. tone = math.random(6, 12) / 10
  4049. targe.Head.Died.PlaybackSpeed = tone
  4050. targe.Head.Died:Play()
  4051. else
  4052. local deathsound = Instance.new('Sound',targe.Head)
  4053. deathsound.Name = "Died"
  4054. deathsound.SoundId = 'rbxasset://sounds/uuhhh.mp3'
  4055. deathsound.Volume = 0.65
  4056. deathsound.EmitterSize = 5
  4057. deathsound.MaxDistance = 150
  4058. tone = math.random(5, 15) / 10
  4059. targe.Head.Died.PlaybackSpeed = tone
  4060. targe.Head.Died:Play()
  4061. end
  4062. targe:FindFirstChildOfClass('Humanoid').Health = targe:FindFirstChildOfClass('Humanoid').Health - 7
  4063. num = num+1
  4064. wait(0.325)
  4065. end
  4066. targe:FindFirstChildOfClass('Humanoid').Health = 0
  4067. wait()
  4068. killz(targe,'Head',nil,nil,false,true)
  4069. wait(2)
  4070. targe:Remove()
  4071. end)
  4072. doit()
  4073. end
  4074.  
  4075. function liedown()
  4076. local doit = coroutine.wrap(function()
  4077. local targe = grabbed
  4078. wait(2)
  4079. if targe and targe:FindFirstChildOfClass('Humanoid') then
  4080. targe:FindFirstChildOfClass('Humanoid').PlatformStand = false
  4081. end
  4082. end)
  4083. doit()
  4084. end
  4085.  
  4086. function grab()
  4087. local doit = coroutine.wrap(function()
  4088. acting = true
  4089. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 3
  4090. local arm = me["Right Arm"]
  4091. local tors = me.Torso
  4092. local arm2 = me["Left Arm"]
  4093. local humanroot = me.HumanoidRootPart
  4094. local weld2 = Instance.new('Weld',arm)
  4095. weld2.Part0 = arm
  4096. weld2.Part1 = tors
  4097. weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  4098. local weld3 = Instance.new('Weld',arm2)
  4099. weld3.Part0 = arm2
  4100. weld3.Part1 = tors
  4101. weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  4102. for i = 0,1,0.05 do
  4103. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or humanroot == nil then return end
  4104. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  4105. weld3.C0 = weld3.C0:lerp(CFrame.new(1.2,1.3,0)*CFrame.Angles(0,0,1.2),i)
  4106. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), -1.55) * CFrame.new(0, 0.95, 0)
  4107. wait(0.01)
  4108. end
  4109. grabbing = true
  4110. trail.Enabled = true
  4111. for i = 0,1,0.10 do
  4112. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or humanroot == nil then return end
  4113. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.5, 0, -1.3), i)
  4114. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.5, 0, 1.1), i)
  4115. wait(0.01)
  4116. end
  4117. trail.Enabled = false
  4118. wait(0.5)
  4119. grabbing = false
  4120. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 3
  4121. if grabbed == nil then
  4122. for i = 0,1,0.1 do
  4123. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil then return end
  4124. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  4125. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  4126. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  4127. wait(0.001)
  4128. end
  4129. weld2:Destroy()
  4130. weld3:Destroy()
  4131. rightshoulderz:Clone().Parent = me.Torso
  4132. leftshoulderz:Clone().Parent = me.Torso
  4133. acting = false
  4134. canClick = true
  4135. end
  4136. end)
  4137. doit()
  4138. end
  4139.  
  4140. function kill()
  4141. paralyzed = false
  4142. if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then hardrelease() return end
  4143. targetweld = grabbed.Torso.TargetWeld
  4144. targetweld2 = nil
  4145. local reee = grabbed:FindFirstChild("Left Arm")
  4146. if reee and reee:FindFirstChild("Weld") then
  4147. targetweld2 = reee.Weld
  4148. end
  4149. for i, v in pairs(grabbed:GetChildren()) do
  4150. if v.Name == "Part" then
  4151. v.CanCollide = true
  4152. end
  4153. end
  4154. targetweld3pt = grabbed:FindFirstChild("Right Arm")
  4155. local targetrightshoulder = rightshoulder
  4156. local targetleftshoulder = leftshoulder
  4157. local targetweld3 = Instance.new("Weld", targetweld3pt)
  4158. targetweld3.Part0 = grabbed.Torso
  4159. targetweld3.Part1 = targetweld3pt
  4160. targetweld3.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  4161.  
  4162. local doit = coroutine.wrap(function()
  4163. local arm = me["Right Arm"]
  4164. local tors = grabbed.Torso
  4165. local arm2 = me["Left Arm"]
  4166. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  4167. doing = true
  4168. local weld2 = arm:FindFirstChildOfClass('Weld')
  4169. local weld3 = arm2:FindFirstChildOfClass('Weld')
  4170. local humanroot = me.HumanoidRootPart
  4171.  
  4172. for i = 0,1,0.1 do
  4173. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  4174. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.9, 0, -1.4), i)
  4175. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 0.5, -0.5)* CFrame.Angles(-1.5, 0.4, 1.1), i)
  4176. wait(0.01)
  4177. end
  4178.  
  4179. audio:Stop()
  4180. audio.SoundId = "rbxassetid://517040733"
  4181. tone = math.random(1, 3)
  4182. if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0.3 end
  4183. if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0.1 end
  4184. if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0.2 end
  4185. audio:Play()
  4186.  
  4187. local bleedpart = Instance.new("Part", grabbed)
  4188. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  4189. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  4190. bleedpart.CanCollide = false
  4191. bleedpart.Position = grabbed.Head.Position + Vector3.new(0, 1, 0)
  4192. bleedpart.Transparency = 1
  4193.  
  4194. local bleedpartweld = Instance.new("Weld", grabbed.Torso)
  4195. bleedpartweld.Part0 = grabbed.Torso
  4196. bleedpartweld.Part1 = bleedpart
  4197. bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  4198. local coru=coroutine.wrap(function()
  4199. bleed(bleedpart)
  4200. end)
  4201. coru()
  4202.  
  4203. local slightthrow = Instance.new("BodyThrust", grabbed.Torso)
  4204. slightthrow.Force = Vector3.new(0, 0, -2500)
  4205.  
  4206. local slightthrow2 = Instance.new("BodyAngularVelocity", grabbed.Torso)
  4207. slightthrow2.AngularVelocity = Vector3.new(0, -1000, 0)
  4208. slightthrow2.MaxTorque = Vector3.new(1000, 1000, 1000)
  4209.  
  4210. if grabbed:FindFirstChildOfClass('Humanoid') then
  4211. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  4212. end
  4213.  
  4214. killz(grabbed,'Left Leg')
  4215. killz(grabbed,'Left Arm')
  4216. killz(grabbed,'Right Leg')
  4217. killz(grabbed,'Right Arm')
  4218.  
  4219. trail.Enabled = true
  4220.  
  4221. for i = 0,1,0.2 do
  4222. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  4223. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 1.7, -0.5)* CFrame.Angles(-0.25, 0, -1.4), i)
  4224. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1.6, -0.5)* CFrame.Angles(-1.5, -1, 1.1), i)
  4225. wait(0.01)
  4226. end
  4227.  
  4228. trail.Enabled = false
  4229.  
  4230. bleedout()
  4231.  
  4232. rightshoulderz:Clone().Parent = me.Torso
  4233. leftshoulderz:Clone().Parent = me.Torso
  4234. grabbed = nil
  4235.  
  4236. if humanroot:FindFirstChild('Holder') then
  4237. humanroot.Holder:Destroy()
  4238. end
  4239.  
  4240. wait(0.2)
  4241. slightthrow:Remove()
  4242. slightthrow2:Remove()
  4243. for i = 0,1,0.05 do
  4244. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  4245. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5, 0, 0)* CFrame.Angles(0, 0, 0), i)
  4246. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5, 0, 0)* CFrame.Angles(0, 0, 0), i)
  4247. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  4248. wait(0.01)
  4249. end
  4250.  
  4251. weld2:Destroy()
  4252. weld3:Destroy()
  4253. targetweld = nil
  4254. targetweld2 = nil
  4255. targetweld3 = nil
  4256. rightshoulderz:Clone().Parent = me.Torso
  4257. leftshoulderz:Clone().Parent = me.Torso
  4258. acting = false
  4259. canClick = true
  4260. doing = false
  4261. end)
  4262. doit()
  4263. end
  4264.  
  4265. function finish()
  4266. if finishing == true then return end
  4267. finishing = true
  4268. acting = true
  4269. decearingTHING = math.random(1, 100)
  4270. if decearingTHING == 4 then
  4271. decearingEGG = Instance.new("Sound", me.Torso)
  4272. decearingEGG.SoundId = "rbxassetid://138084557"
  4273. decearingEGG.PlaybackSpeed = math.random(10, 12) / 10
  4274. decearingEGG.TimePosition = 0.2
  4275. decearingEGG:Play()
  4276. end
  4277. me.Humanoid.WalkSpeed = 0
  4278. me.Humanoid.JumpPower = 0
  4279.  
  4280. local rightarm = Instance.new("Weld", me.Torso)
  4281. rightarm.Part0 = me.Torso
  4282. rightarm.Part1 = me["Right Arm"]
  4283. rightarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
  4284.  
  4285. local tors = Instance.new("Weld", me.HumanoidRootPart)
  4286. tors.Part0 = me.HumanoidRootPart
  4287. tors.Part1 = me.Torso
  4288. tors.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0)
  4289.  
  4290. local rightleg = Instance.new("Weld", me.Torso)
  4291. rightleg.Part0 = me.Torso
  4292. rightleg.Part1 = me["Right Leg"]
  4293. rightleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0.5, -2, 0)
  4294.  
  4295. local leftleg = Instance.new("Weld", me.Torso)
  4296. leftleg.Part0 = me.Torso
  4297. leftleg.Part1 = me["Left Leg"]
  4298. leftleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-0.5, -2, 0)
  4299.  
  4300. for i = 0, 1, 0.05 do
  4301. tors.C0 = tors.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(15), 0, 0), i)
  4302. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -2, 0.2) * CFrame.Angles(math.rad(-15), 0, 0), i)
  4303. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -2, 0.2) * CFrame.Angles(math.rad(-15), 0, 0), i)
  4304. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, 0) * CFrame.Angles(math.rad(179), math.rad(179), 0), i)
  4305. wait()
  4306. end
  4307. for i=1,finishnum do
  4308. local num1 = 0.5
  4309. local num2 = 0.5
  4310. local num3 = 0.25
  4311. if finishnum ~= 1 then
  4312. num3 = 0
  4313. end
  4314. trail.Enabled = true
  4315. for i = 0, 1, num1 do
  4316. tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-60), 0, 0), i)
  4317. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1.5, 0) * CFrame.Angles(math.rad(0), 0, 0), i)
  4318. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -0.7, -1) * CFrame.Angles(math.rad(10), 0, 0), i)
  4319. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, -1) * CFrame.Angles(math.rad(160), math.rad(150), 0), i)
  4320. wait()
  4321. end
  4322. wait()
  4323. for i = 0, 1, num2 do
  4324. tors.C0 = tors.C0:lerp(CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
  4325. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1.5, 0) * CFrame.Angles(math.rad(-30), 0, 0), i)
  4326. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -0.7, -1) * CFrame.Angles(math.rad(-20), 0, 0), i)
  4327. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, 0.2) * CFrame.Angles(math.rad(250), math.rad(180), 0), i)
  4328. wait()
  4329. end
  4330. trail.Enabled = false
  4331. wait(num3)
  4332. end
  4333. wait()
  4334. for i = 0, 1, 0.05 do
  4335. tors.C0 = tors.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), i)
  4336. leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -2, 0) * CFrame.Angles(0, 0, 0), i)
  4337. rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -2, 0) * CFrame.Angles(0, 0, 0), i)
  4338. rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 0, 0), i)
  4339. wait()
  4340. end
  4341. tors:Remove()
  4342. rightarm:Remove()
  4343. rightleg:Remove()
  4344. leftleg:Remove()
  4345. rightshoulderz:Clone().Parent = me.Torso
  4346. leftshoulderz:Clone().Parent = me.Torso
  4347. torsojoint:Clone().Parent = me.HumanoidRootPart
  4348. lefthipz:Clone().Parent = me.Torso
  4349. righthipz:Clone().Parent = me.Torso
  4350. me.Humanoid.JumpPower = 50
  4351. me.Humanoid.WalkSpeed = 16
  4352. acting = false
  4353. canClick = true
  4354. doing = false
  4355. hit = false
  4356. finishing = false
  4357. if decearingTHING == 4 then
  4358. decearingEGG:Remove()
  4359. end
  4360. end
  4361.  
  4362. function throw()
  4363. if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then return end
  4364. paralyzed = false
  4365. targetweld = grabbed.Torso.TargetWeld
  4366. local ree = grabbed:FindFirstChild("Left Arm")
  4367. targetweld2 =nil
  4368. if ree and ree:FindFirstChild("Weld") then
  4369. targetweld2 = ree.Weld
  4370. end
  4371.  
  4372. for i, v in pairs(grabbed:GetChildren()) do
  4373. if v.Name == "Part" then
  4374. v.CanCollide = true
  4375. end
  4376. end
  4377.  
  4378.  
  4379. local doit = coroutine.wrap(function()
  4380. local arm = me["Right Arm"]
  4381. local tors = grabbed.Torso
  4382. local arm2 = me["Left Arm"]
  4383. local targrightshoulder = rightshoulder
  4384.  
  4385. local targleftshoulder = leftshoulder
  4386. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  4387. doing = true
  4388. local weld2 = arm:FindFirstChildOfClass('Weld')
  4389. local weld3 = arm2:FindFirstChildOfClass('Weld')
  4390. local humanroot = me.HumanoidRootPart
  4391.  
  4392. for i = 0,1,0.2 do
  4393. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  4394. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 1.7, -0.5)* CFrame.Angles(-0.25, 1, -1.4), i)
  4395. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1.6, -0.5)* CFrame.Angles(-1.5, -1, 1.1), i)
  4396. targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0, 0, 0), i)
  4397. if targetweld2 then
  4398. targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0, 0)*CFrame.Angles(0, 0, 0), i)
  4399. end
  4400. wait(0.01)
  4401. end
  4402.  
  4403. audio:Stop()
  4404. audio.SoundId = "rbxassetid://536642316"
  4405. tone = math.random(1, 3)
  4406. if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0.08 end
  4407. if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0.1 end
  4408. if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0.12 end
  4409. audio:Play()
  4410.  
  4411. local slightthrow = Instance.new("BodyVelocity", grabbed.Torso)
  4412. slightthrow.Velocity = Vector3.new(0,20,0)+(me.Torso.CFrame.lookVector*20)
  4413. slightthrow.P = 5000
  4414. slightthrow.MaxForce = Vector3.new(9000001,9000001,9000001)
  4415. local point = grabbed.Torso.Position
  4416. local aaaaaa = grabbed
  4417. liedown()
  4418.  
  4419. rightshoulderz:Clone().Parent = me.Torso
  4420. leftshoulderz:Clone().Parent = me.Torso
  4421. grabbed = nil
  4422.  
  4423. if humanroot:FindFirstChild('Holder') then
  4424. humanroot.Holder:Destroy()
  4425. end
  4426. local coru = coroutine.wrap(function()
  4427. while aaaaaa and aaaaaa:FindFirstChild('Torso') and (aaaaaa.Torso.Position-point).magnitude < 5 do wait(0.001) end
  4428. if aaaaaa:FindFirstChildOfClass('Humanoid') then
  4429. aaaaaa:FindFirstChildOfClass('Humanoid').Name = "Humanoid"
  4430. aaaaaa:FindFirstChildOfClass('Humanoid').JumpPower = 50
  4431. aaaaaa:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
  4432. end
  4433. slightthrow:Remove()
  4434. end)
  4435. coru()
  4436.  
  4437. for i = 0,1,0.05 do
  4438. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  4439. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  4440. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  4441. wait(0.01)
  4442. end
  4443. weld2:Destroy()
  4444. weld3:Destroy()
  4445. targetweld:Remove()
  4446. if targetweld2 then
  4447. targetweld2:Remove()
  4448. end
  4449. if rightshoulder then
  4450. rightshoulder:Clone().Parent = tors
  4451. end
  4452. if leftshoulder then
  4453. leftshoulder:Clone().Parent = tors
  4454. end
  4455. headweld:Clone().Parent = tors
  4456. rightshoulderz:Clone().Parent = me.Torso
  4457. leftshoulderz:Clone().Parent = me.Torso
  4458. acting = false
  4459. canClick = true
  4460. doing = false
  4461. end)
  4462. doit()
  4463. end
  4464.  
  4465. cfn,ang,mr,int=CFrame.new,CFrame.Angles,math.rad,Instance.new
  4466. bc=BrickColor.new
  4467. local minimumsize = Vector3.new(0.7,0.7,0.7)
  4468. local surface_between_splitted_parts = 'SmoothNoOutlines'
  4469. local fragmentable = workspace
  4470. local list = {}
  4471. local brickcount = 0
  4472. local storage = {}
  4473. local fillup = 1000
  4474. local maximumstorage = 2000
  4475. local storage_position = Vector3.new(0,0,5000)
  4476. local stored_partsize = Vector3.new(1,1,1)
  4477. local parts_created_per_frame = 5
  4478.  
  4479. local minimumsize = Vector3.new(0.7,0.7,0.7)
  4480. local surface_between_splitted_parts = 'SmoothNoOutlines'
  4481. local fragmentable = workspace
  4482. local list = {}
  4483. local brickcount = 0
  4484. local storage = {}
  4485. local fillup = 1000
  4486. local maximumstorage = 2000
  4487. local storage_position = Vector3.new(0,0,5000)
  4488. local stored_partsize = Vector3.new(1,1,1)
  4489. local parts_created_per_frame = 5
  4490.  
  4491.  
  4492. function fragmentate(cframe,size,color,explosion_position,explosion_blastradius,backsurface,bottomsurface,frontsurface,leftsurface,rightsurface,topsurface,transparency,reflectance,material)
  4493. local xi = size.X >= minimumsize.X*(1+explosion_blastradius/16) and 2 or 1
  4494. local yi = size.Y >= minimumsize.Y*(1+explosion_blastradius/16) and 2 or 1
  4495. local zi = size.Z >= minimumsize.Z*(1+explosion_blastradius/16) and 2 or 1
  4496. if xi == 1 and yi == 1 and zi == 1 or (cframe.p-explosion_position).magnitude > size.magnitude/2 + explosion_blastradius then
  4497. if xi == 1 and yi == 1 and zi == 1 then return end
  4498. if #storage > 0 then
  4499. local p = storage[1]
  4500. p.BrickColor = color
  4501. p.Size = size
  4502. p.Anchored = false
  4503. p.BackSurface = backsurface
  4504. p.BottomSurface = bottomsurface
  4505. p.FrontSurface = frontsurface
  4506. p.LeftSurface = leftsurface
  4507. p.RightSurface = rightsurface
  4508. p.TopSurface = topsurface
  4509. p.Transparency = transparency
  4510. p.CFrame = cframe
  4511. p.Reflectance = reflectance
  4512. p.Material = material
  4513. game:GetService('Debris'):AddItem(p,30)
  4514. p:BreakJoints()
  4515. table.remove(storage,1)
  4516. else
  4517. local p = Instance.new("Part",fragmentable)
  4518. p.BrickColor = color
  4519. p.FormFactor = "Custom"
  4520. p.Size = size
  4521. p.BackSurface = backsurface
  4522. p.BottomSurface = bottomsurface
  4523. p.FrontSurface = frontsurface
  4524. p.LeftSurface = leftsurface
  4525. p.RightSurface = rightsurface
  4526. p.TopSurface = topsurface
  4527. p.Transparency = transparency
  4528. p.Material = material
  4529. if p.Transparency>0.285 then
  4530. p.Anchored = false
  4531. else
  4532. p.Anchored=false
  4533. p.Material='Wood'
  4534. game:GetService('Debris'):AddItem(p,10)
  4535. end
  4536. p.CFrame = cframe
  4537. p.Reflectance = reflectance
  4538. p:BreakJoints()
  4539. end
  4540. return
  4541. end
  4542. local mody = math.random(-125,125)/1000
  4543. for y = 1,yi do
  4544. if math.random()> 0.5 then
  4545. local modx = math.random(-125,125)/1000
  4546. for x = 1,xi do
  4547. local modz = math.random(-125,125)/1000
  4548. for z = 1,zi do --offset = x/xi-0.75+modx)
  4549. 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)),
  4550. 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,
  4551. 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,
  4552. z~=zi and surface_between_splitted_parts or backsurface,y==2 and surface_between_splitted_parts or bottomsurface,
  4553. 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,
  4554. y~=yi and surface_between_splitted_parts or topsurface,transparency,reflectance,material)
  4555. end
  4556.  
  4557. end
  4558. else
  4559. local modz = math.random(-125,125)/1000
  4560. for z = 1,zi do
  4561. local modx = math.random(-125,125)/1000
  4562. for x = 1,xi do
  4563. 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)),
  4564. 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,
  4565. zi == 2 and size.Z*(1-2*math.abs(z/zi-0.75+modz)) or size.Z),color,explosion_position,explosion_blastradius,
  4566. z~=zi and surface_between_splitted_parts or backsurface,y==2 and surface_between_splitted_parts or bottomsurface,
  4567. 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,
  4568. y~=yi and surface_between_splitted_parts or topsurface,transparency,reflectance,material)
  4569. end
  4570. end
  4571. end
  4572. end
  4573. end
  4574.  
  4575. function start_fragmentation(position,radius,nuh)
  4576. local search = Region3.new(position-Vector3.new(radius,radius,radius)*1.1,position+Vector3.new(radius,radius,radius)*1.1)
  4577. repeat
  4578. local finish = false
  4579. local parts = workspace:FindPartsInRegion3WithIgnoreList(search,list,100)
  4580. for i = 1,#parts do
  4581. table.insert(list,1,parts[i])
  4582. end
  4583. finish = true
  4584. until #parts < 100 and finish
  4585. local t = tick()
  4586. for i = 1,#list do
  4587. local p = list[i]
  4588. 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
  4589. 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)
  4590. if #storage < maximumstorage and p.Shape == "Block" then
  4591. p.Anchored = false
  4592. p.FormFactor = "Custom"
  4593. p.Size = stored_partsize
  4594. p.Position = storage_position
  4595. table.insert(storage,1,p)
  4596. else
  4597. p:Destroy()
  4598. end
  4599. end
  4600. 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
  4601. 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)
  4602. if #storage < maximumstorage and p.Shape == "Block" then
  4603. p.Anchored = false
  4604. p.Material='Wood'
  4605. p.FormFactor = "Custom"
  4606. p.Size = stored_partsize
  4607. p.Position = storage_position
  4608. table.insert(storage,1,p)
  4609. else
  4610. p:Destroy()
  4611. end
  4612. end
  4613. end
  4614. list = {}
  4615. end
  4616.  
  4617.  
  4618. function fling()
  4619. local doit = coroutine.wrap(function()
  4620. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') then
  4621. acting = true
  4622. for i=1,finishnum do
  4623. local weld2 = Instance.new('Weld',me["Right Arm"])
  4624. weld2.Part0 = me["Right Arm"]
  4625. weld2.Part1 = me["Torso"]
  4626. weld2.C0 = CFrame.new(-1.5,0,0)
  4627. if finishnum == 1 then
  4628. for i = 0,1,0.05 do
  4629. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  4630. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  4631. wait(0.01)
  4632. end
  4633. end
  4634. audio.SoundId = "rbxassetid://166083610"
  4635. audio.PlaybackSpeed = 1
  4636. audio.TimePosition = 0.1
  4637. audio:Play()
  4638. if finishnum == 1 then
  4639. for i = 0,1,0.5 do
  4640. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  4641. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  4642. wait(0.001)
  4643. end
  4644. end
  4645. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  4646. local knofe = obj1:Clone()
  4647. for i, v in pairs(obj1:GetChildren()) do
  4648. if v:IsA('BasePart') then
  4649. v.Transparency = 1
  4650. end
  4651. end
  4652. knofe.Parent = workspace
  4653. knofe.Name = "Projectile"
  4654. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  4655. knofe:FindFirstChild("Trail", true).Enabled = true
  4656. local heck = Instance.new('BodyVelocity',knofe.Grab)
  4657. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  4658. local coru = coroutine.wrap(function()
  4659. wait(0.45)
  4660. if heck then
  4661. heck:Destroy()
  4662. end
  4663. end)
  4664. coru()
  4665. local able = true
  4666. knofe["big ass knife"].Touched:connect(function(hit)
  4667. 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
  4668. local thing = hit.Parent:FindFirstChildOfClass('Humanoid')
  4669. local ree = hit.Parent
  4670. if thing == nil then
  4671. ree = hit.Parent.Parent
  4672. end
  4673. if ree:FindFirstChildOfClass('Humanoid').Health > 0 then
  4674. knofe:FindFirstChild("Trail", true).Enabled = false
  4675. game:GetService('Debris'):AddItem(knofe,5)
  4676. tone = math.random(1, 3)
  4677. local sound = Instance.new('Sound',knofe.Grab)
  4678. if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  4679. if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  4680. if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  4681. sound.PlaybackSpeed = 1
  4682. sound:Play()
  4683. for i, v in pairs(knofe:GetChildren()) do
  4684. if v:IsA('BasePart') then
  4685. v.CanCollide = true
  4686. v.Anchored = true
  4687. end
  4688. end
  4689. hit.Anchored = true
  4690. if ree:FindFirstChildOfClass('Humanoid') and hit.Name == "Torso" or hit.Name == "Head" then
  4691. ree:FindFirstChildOfClass('Humanoid').Health = 0
  4692. end
  4693. wait()
  4694. killz(ree,hit.Name,knofe)
  4695. else
  4696. knofe:FindFirstChild("Trail", true).Enabled = false
  4697. heck.Velocity = Vector3.new(0,0,0)
  4698. heck:Destroy()
  4699. game:GetService('Debris'):AddItem(knofe,5)
  4700. tone = math.random(1, 3)
  4701. local sound = Instance.new('Sound',knofe.Grab)
  4702. if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  4703. if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  4704. if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  4705. sound.PlaybackSpeed = 1
  4706. sound:Play()
  4707. for i, v in pairs(knofe:GetChildren()) do
  4708. if v:IsA('BasePart') then
  4709. v.Anchored = false
  4710. end
  4711. end
  4712. hit.Anchored = true
  4713. wait(0.001)
  4714. hit.Anchored = false
  4715. for i, v in pairs(knofe:GetChildren()) do
  4716. if v:IsA('BasePart') then
  4717. v.Anchored = false
  4718. end
  4719. end
  4720. if knofe then
  4721. local coru = coroutine.wrap(function()
  4722. if hit then
  4723. local uno = Instance.new('Part',workspace)
  4724. local dos = Instance.new('Part',workspace)
  4725. uno.CFrame = hit.CFrame
  4726. dos.CFrame = knofe["big ass knife"].CFrame
  4727. local weld = Instance.new('Weld',knofe["big ass knife"])
  4728. weld.Part0 = hit
  4729. weld.Part1 = knofe["big ass knife"]
  4730. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  4731. uno:Destroy()
  4732. dos:Destroy()
  4733. end
  4734. end)
  4735. coru()
  4736. end
  4737. end
  4738. elseif hit.Parent and hit.Parent ~= me and hit.Parent.Parent ~= me and hit.CanCollide and knofe.Grab.CanCollide == false then
  4739. if hit.Transparency and (hit.Transparency<=0.285 or hit:GetMass()<=3000) then
  4740. knofe:FindFirstChild("Trail", true).Enabled = false
  4741. local sound = Instance.new('Sound',knofe.Grab)
  4742. sound.SoundId = 'rbxassetid://267585646'
  4743. sound:Play()
  4744. for i,v in pairs(knofe:GetChildren()) do
  4745. if v:IsA('BasePart') then
  4746. v.Anchored = true
  4747. end
  4748. end
  4749. wait()
  4750. heck.Velocity = Vector3.new(0,0,0)
  4751. heck:Destroy()
  4752. local uno = Instance.new('Part',workspace)
  4753. local dos = Instance.new('Part',workspace)
  4754. uno.CFrame = hit.CFrame
  4755. dos.CFrame = knofe["big ass knife"].CFrame
  4756. local weld = Instance.new('Weld',knofe["big ass knife"])
  4757. weld.Part0 = hit
  4758. weld.Part1 = knofe["big ass knife"]
  4759. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  4760. uno:Destroy()
  4761. dos:Destroy()
  4762. for i,v in pairs(knofe:GetChildren()) do
  4763. if v:IsA('BasePart') then
  4764. v.Anchored = false
  4765. end
  4766. end
  4767. game:GetService('Debris'):AddItem(knofe,5)
  4768. for i,v in pairs(knofe:GetChildren()) do
  4769. if v:IsA('BasePart') then
  4770. v.CanCollide = true
  4771. end
  4772. end
  4773. end
  4774. 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
  4775. knofe:FindFirstChild("Trail", true).Enabled = false
  4776. able = false
  4777. local sound = Instance.new('Sound',knofe.Grab)
  4778. sound.SoundId = 'rbxassetid://144884907'
  4779. sound:Play()
  4780. local coru = coroutine.wrap(function()
  4781. start_fragmentation(knofe["big ass knife"].Position,1.25,knofe)
  4782. end)
  4783. coru()
  4784. end
  4785. end
  4786. end)
  4787. if finishnum == 1 then
  4788. for i= 0,1,0.1 do
  4789. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  4790. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  4791. wait(0.001)
  4792. end
  4793. else
  4794. for i= 0,1,0.5 do
  4795. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  4796. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  4797. wait(0.001)
  4798. end
  4799. end
  4800. for i,v in pairs(obj1:GetChildren()) do
  4801. if v:IsA('BasePart') then
  4802. v.Transparency = 0
  4803. end
  4804. end
  4805. weld2:Destroy()
  4806. rightshoulderz:Clone().Parent = me.Torso
  4807. end
  4808. acting = false
  4809. canClick = true
  4810. end
  4811. end)
  4812. doit()
  4813. end
  4814.  
  4815. function instasplode()
  4816. local coru = coroutine.wrap(function()
  4817. acting = true
  4818. for i=1,1 do
  4819. local weld2 = Instance.new('Weld',me["Right Arm"])
  4820. weld2.Part0 = me["Right Arm"]
  4821. weld2.Part1 = me["Torso"]
  4822. weld2.C0 = CFrame.new(-1.5,0,0)
  4823. if finishnum == 1 then
  4824. for i = 0,1,0.05 do
  4825. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  4826. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  4827. wait(0.01)
  4828. end
  4829. end
  4830. weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  4831. audio.SoundId = "rbxassetid://166083610"
  4832. audio.PlaybackSpeed = 1
  4833. audio.TimePosition = 0.1
  4834. audio:Play()
  4835. if finishnum == 1 then
  4836. for i = 0,1,0.5 do
  4837. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  4838. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  4839. wait(0.001)
  4840. end
  4841. end
  4842. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  4843. local knofe = obj1:Clone()
  4844. for i,v in pairs(obj1:GetChildren()) do
  4845. if v:IsA('BasePart') then
  4846. v.Transparency = 1
  4847. end
  4848. end
  4849. knofe.Parent = workspace
  4850. knofe.Name = "Projectile"
  4851. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  4852. knofe:FindFirstChild("Trail", true).Enabled = false
  4853. fireofjesUS = Instance.new("Fire", knofe.Grab)
  4854. local heck = Instance.new('BodyVelocity',knofe.Grab)
  4855. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  4856. local coru = coroutine.wrap(function()
  4857. wait(0.45)
  4858. if heck then
  4859. heck:Destroy()
  4860. end
  4861. end)
  4862. coru()
  4863. knofe["big ass knife"].Touched:connect(function(hit)
  4864. if hit.Parent ~= me and hit.Parent.Parent ~= me and hit.Transparency < 1 and knofe.Grab.CanCollide == false then
  4865. heck.Velocity = Vector3.new(0,0,0)
  4866. heck:Destroy()
  4867. for i,v in pairs(knofe:GetChildren()) do
  4868. if v:IsA('BasePart') then
  4869. v.CanCollide = true
  4870. end
  4871. end
  4872. local hum = hit.Parent:FindFirstChildOfClass('Humanoid')
  4873. if hum == nil then
  4874. hum = hit.Parent.Parent:FindFirstChildOfClass('Humanoid')
  4875. end
  4876. if knofe then
  4877. local coru = coroutine.wrap(function()
  4878. if hit then
  4879. local uno = Instance.new('Part',workspace)
  4880. local dos = Instance.new('Part',workspace)
  4881. uno.CFrame = hit.CFrame
  4882. dos.CFrame = knofe["big ass knife"].CFrame
  4883. local weld = Instance.new('Weld',knofe["big ass knife"])
  4884. weld.Part0 = hit
  4885. weld.Part1 = knofe["big ass knife"]
  4886. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  4887. uno:Destroy()
  4888. dos:Destroy()
  4889. end
  4890. end)
  4891. coru()
  4892. end
  4893. local sound = Instance.new('Sound',knofe.Grab)
  4894. sound.Name = "BOOM"
  4895. sound.EmitterSize = 25
  4896. sound.SoundId = 'rbxassetid://476477344'
  4897. sound.Volume = 0.5
  4898. sound:Play()
  4899. local exppart = Instance.new("Part", game.Workspace)
  4900. exppart.Size = Vector3.new(0.2, 0.2, 0.2)
  4901. exppart.Anchored = true
  4902. exppart.CanCollide = false
  4903. exppart.CFrame = CFrame.new(knofe.Grab.CFrame.p)
  4904. exppart.Transparency = 1
  4905. local expaccent = Instance.new("ParticleEmitter", exppart)
  4906. expaccent.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 0, 0))})
  4907. expaccent.LightEmission = 0.2
  4908. expaccent.LightInfluence = 0.3
  4909. expaccent.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  4910. expaccent.Acceleration = Vector3.new(0, 30, 0)
  4911. expaccent.Drag = 15
  4912. expaccent.LockedToPart = false
  4913. expaccent.Lifetime = NumberRange.new(0.5, 1.5)
  4914. expaccent.Rate = 2000
  4915. expaccent.Speed = NumberRange.new(0,0)
  4916. expaccent.SpreadAngle = Vector2.new(360, 360)
  4917. expaccent:Clone().Parent = exppart
  4918. expaccent:Clone().Parent = exppart
  4919. local exp = Instance.new('Explosion',game.Workspace)
  4920. exp.Position = knofe["big ass knife"].Position
  4921. exp.ExplosionType = Enum.ExplosionType.NoCraters
  4922. exp.BlastRadius = 5
  4923. exp.Visible = false
  4924. exp.BlastPressure = 0
  4925. exp.DestroyJointRadiusPercent = 0
  4926. exp.Hit:connect(function(hit)
  4927. if hit.Parent and hit.Parent ~= me and hit.Parent.Name ~= "bitch ass knife" then
  4928. wait(0.001)
  4929. tgt = hit
  4930. local coru=coroutine.wrap(function(tgtt)
  4931. local fireofgods = Instance.new("Fire", tgtt)
  4932. fireofgods.Size = 0
  4933. fireofgods.Heat = 0
  4934. local fireofgodsaccent = expaccent:Clone()
  4935. fireofgodsaccent.Parent = hit
  4936. fireofgodsaccent.Rate = 0
  4937. fireofgodsaccent.Speed = NumberRange.new(5, 50)
  4938. fireofgodsaccent.SpreadAngle = Vector2.new(45, 45)
  4939. fireofgodsaccent.Acceleration = Vector3.new(0, 20, 0)
  4940.  
  4941. while fireofgods.Size < 10 do
  4942. fireofgods.Size = fireofgods.Size + 0.1
  4943. fireofgods.Heat = fireofgods.Heat + 0.1
  4944. fireofgodsaccent.Rate = fireofgodsaccent.Rate + 1
  4945. wait()
  4946. end
  4947. if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') == nil and hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil then
  4948. hit:BreakJoints()
  4949. elseif hit.Parent and hit.Parent:IsA('Accessory') then
  4950. for i,v in pairs(hit:GetChildren()) do
  4951. if v:IsA('SpecialMesh') then
  4952. v.TextureId = ""
  4953. end
  4954. end
  4955. end
  4956. hit.BrickColor = BrickColor.new("Black")
  4957. for i,v in pairs(hit.Parent:GetChildren()) do
  4958. if v:IsA('Shirt') or v:IsA('Pants') then
  4959. v:Destroy()
  4960. end
  4961. end
  4962.  
  4963. while fireofgods.Size > 5 do
  4964. fireofgods.Size = fireofgods.Size - 0.1
  4965. fireofgods.Heat = fireofgods.Heat - 0.1
  4966. wait()
  4967. end
  4968. fireofgods:Destroy()
  4969. if hit.Parent then
  4970. if hit.Parent:FindFirstChildOfClass('Humanoid') == nil and hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil then
  4971. local p = hit
  4972. 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)
  4973. hit:Remove()
  4974. elseif hit.Parent:FindFirstChildOfClass('Humanoid') ~= nil then
  4975. print(hit.Name)
  4976. if hit.Name == "Torso" or hit.Name == "Head" then
  4977. print('ohhh YAAAA')
  4978. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  4979. end
  4980. wait()
  4981. killz(hit.Parent,hit.Name,nil,nil,false,false,true)
  4982. end
  4983. end
  4984. end)
  4985. coru(tgt)
  4986. end
  4987. end)
  4988. local explosionaccenttimeout = coroutine.wrap(function()
  4989. wait(0.2)
  4990. for i, exploodn in pairs(exppart:GetChildren()) do
  4991. exploodn.Enabled = false
  4992. end
  4993. wait(2)
  4994. for i, exploodn in pairs(exppart:GetChildren()) do
  4995. exploodn:Remove()
  4996. end
  4997. end)
  4998. explosionaccenttimeout()
  4999. for i,v in pairs(knofe:GetChildren()) do
  5000. if v:IsA('BasePart') then
  5001. v.Transparency = 1
  5002. end
  5003. end
  5004. exp.AncestryChanged:connect(function() knofe:Destroy() end)
  5005. coru()
  5006. end
  5007. end)
  5008. if finishnum == 1 then
  5009. for i= 0,1,0.1 do
  5010. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  5011. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  5012. wait(0.001)
  5013. end
  5014. else
  5015. wait(0.1)
  5016. end
  5017. weld2.C0 = CFrame.new(-1.5,0,0)
  5018. for i,v in pairs(obj1:GetChildren()) do
  5019. if v:IsA('BasePart') then
  5020. v.Transparency = 0
  5021. end
  5022. end
  5023. weld2:Destroy()
  5024. rightshoulderz:Clone().Parent = me.Torso
  5025. end
  5026. acting = false
  5027. canClick = true
  5028. end)
  5029. coru()
  5030. end
  5031.  
  5032. function fireworkit()
  5033. local coru = coroutine.wrap(function()
  5034. acting = true
  5035. local ree = 1
  5036. if finishnum > 1 then
  5037. ree = 3
  5038. end
  5039. for i=1,ree do
  5040. local weld2 = Instance.new('Weld',me["Right Arm"])
  5041. weld2.Part0 = me["Right Arm"]
  5042. weld2.Part1 = me["Torso"]
  5043. weld2.C0 = CFrame.new(-1.5,0,0)
  5044. weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  5045. audio.SoundId = "rbxassetid://166083610"
  5046. audio.PlaybackSpeed = 1
  5047. audio.TimePosition = 0.1
  5048. audio:Play()
  5049. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  5050. local knofe = obj1:Clone()
  5051. for i,v in pairs(obj1:GetChildren()) do
  5052. if v:IsA('BasePart') then
  5053. v.Transparency = 1
  5054. end
  5055. end
  5056. local sound = Instance.new('Sound',knofe.Grab)
  5057. sound.Volume = 0.25
  5058. sound.EmitterSize = 200
  5059. sound.MaxDistance = 300
  5060. sound.SoundId = 'rbxassetid://551051176'
  5061. sound:Play()
  5062. knofe.Parent = workspace
  5063. knofe.Name = "Projectile"
  5064. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  5065. local partic = Instance.new('ParticleEmitter',knofe.Grab)
  5066. 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))})
  5067. partic.LightEmission = 0.5
  5068. partic.LightInfluence = 0
  5069. partic.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5),NumberSequenceKeypoint.new(1,0.15)})
  5070. partic.Rotation = NumberRange.new(0,90)
  5071. partic.SpreadAngle = Vector2.new(5,5)
  5072. partic.Speed = NumberRange.new(20)
  5073. partic.Texture = 'rbxassetid://603193846'
  5074. partic.EmissionDirection = Enum.NormalId.Left
  5075. partic.Lifetime = NumberRange.new(0.5,1)
  5076. partic.Rate = 100
  5077. local heck = Instance.new('BodyVelocity',knofe.Grab)
  5078. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*240
  5079. local coru=coroutine.wrap(function()
  5080. wait(1.2)
  5081. sound:Destroy()
  5082. local sound2 = Instance.new('Sound',workspace)
  5083. sound2.SoundId = 'rbxassetid://138080762'
  5084. sound2:Play()
  5085. if heck then
  5086. heck:Destroy()
  5087. end
  5088. for i,v in pairs(knofe:GetChildren()) do
  5089. v.Anchored = true
  5090. end
  5091. partic.Enabled = false
  5092. local colorscheme = math.random(1,4)
  5093. --1 - red & orange
  5094. --2 - blue & pink
  5095. --3 - green & purple
  5096. --4 - blue, red, white
  5097. local colar1 = Color3.fromRGB(255,0,0)
  5098. local colar2 = Color3.fromRGB(255,125,0)
  5099. local colar3 = Color3.fromRGB(255,255,255)
  5100. if colorscheme == 2 then
  5101. colar1 = Color3.fromRGB(0,132,255)
  5102. colar2 = Color3.fromRGB(243,105,255)
  5103. elseif colorscheme == 3 then
  5104. colar1 = Color3.fromRGB(76,255,0)
  5105. colar2 = Color3.fromRGB(128,0,255)
  5106. elseif colorscheme == 4 then
  5107. colar2 = Color3.fromRGB(0,132,255)
  5108. end
  5109. local partic2 = Instance.new('ParticleEmitter',knofe.Grab)
  5110. partic2.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar1),ColorSequenceKeypoint.new(1,colar1)})
  5111. partic2.LightEmission = 0.5
  5112. partic2.LightInfluence = 0
  5113. partic2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5),NumberSequenceKeypoint.new(1,0.1)})
  5114. partic2.Rotation = NumberRange.new(0,90)
  5115. partic2.SpreadAngle = Vector2.new(180,180)
  5116. partic2.Speed = NumberRange.new(20)
  5117. partic2.Texture = 'rbxassetid://603193846'
  5118. partic2.EmissionDirection = Enum.NormalId.Right
  5119. partic2.Lifetime = NumberRange.new(2,2.5)
  5120. partic2.Rate = 1000
  5121. partic2.Drag = 1
  5122. local partic3 = partic2:Clone()
  5123. partic3.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar2),ColorSequenceKeypoint.new(1,colar2)})
  5124. partic3.Parent = knofe.Grab
  5125. if colorscheme == 4 then
  5126. local partic4 = partic2:Clone()
  5127. partic4.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar3),ColorSequenceKeypoint.new(1,colar3)})
  5128. partic4.Parent = knofe.Grab
  5129. end
  5130. wait(1)
  5131. for i,v in pairs(knofe.Grab:GetChildren()) do
  5132. if v:IsA('ParticleEmitter') then
  5133. v.Enabled = false
  5134. end
  5135. end
  5136. sound:Destroy()
  5137. wait(2)
  5138. knofe:Destroy()
  5139. end)
  5140. coru()
  5141. wait(0.1)
  5142. weld2.C0 = CFrame.new(-1.5,0,0)
  5143. for i,v in pairs(obj1:GetChildren()) do
  5144. if v:IsA('BasePart') then
  5145. v.Transparency = 0
  5146. end
  5147. end
  5148. weld2:Destroy()
  5149. rightshoulderz:Clone().Parent = me.Torso
  5150. end
  5151. acting = false
  5152. canClick = true
  5153. end)
  5154. coru()
  5155. end
  5156.  
  5157. function paralyze()
  5158. local coru = coroutine.wrap(function()
  5159. if paralyzed == true then return end
  5160. paralyzed = true
  5161. local arm = me["Right Arm"]
  5162. local tors = grabbed.Torso
  5163. local arm2 = me["Left Arm"]
  5164. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  5165. doing = true
  5166. local weld2 = arm:FindFirstChildOfClass('Weld')
  5167. local weld3 = arm2:FindFirstChildOfClass('Weld')
  5168. local humanroot = me.HumanoidRootPart
  5169. for i = 0,1,0.075 do
  5170. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-2, 0, -1.5), i)
  5171. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.4, 0, 1.1), i)
  5172. wait(0.01)
  5173. end
  5174. for i = 0,1,0.30 do
  5175. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-0.75, 0, -1.75), i)
  5176. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.4, 0, 1.1), i)
  5177. wait(0.01)
  5178. end
  5179. killz(grabbed,'Left Leg')
  5180. killz(grabbed,'Left Arm')
  5181. killz(grabbed,'Right Leg')
  5182. killz(grabbed,'Right Arm')
  5183.  
  5184. for i, v in pairs(grabbed:GetChildren()) do
  5185. if v.Name == "Part" then
  5186. v.CanCollide = false
  5187. end
  5188. end
  5189.  
  5190. audio:Stop()
  5191. audio.SoundId = "rbxassetid://2801263"
  5192. tone = math.random(1, 3)
  5193. if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0 end
  5194. if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0 end
  5195. if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0 end
  5196. audio:Play()
  5197.  
  5198. local bleedpart = Instance.new("Part", grabbed)
  5199. bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
  5200. bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
  5201. bleedpart.CanCollide = false
  5202. bleedpart.Position = grabbed.Head.Position + Vector3.new(0, 1, 0)
  5203. bleedpart.Transparency = 1
  5204.  
  5205. local bleedpartweld = Instance.new("Weld", grabbed.Torso)
  5206. bleedpartweld.Part0 = grabbed.Torso
  5207. bleedpartweld.Part1 = bleedpart
  5208. bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
  5209. local cuntruu=coroutine.wrap(function()
  5210. bleed(bleedpart)
  5211. end)
  5212. local thicc = coroutine.wrap(function()
  5213. wait(3)
  5214. bleedpart:Remove()
  5215. end)
  5216. cuntruu()
  5217. thicc()
  5218.  
  5219. for i = 0,1,0.075 do
  5220. weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.5, 0, -1.3), i)
  5221. weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.5, 0, 1.1), i)
  5222. wait(0.01)
  5223. end
  5224. acting = true
  5225. canClick = true
  5226. doing = false
  5227. end)
  5228. coru()
  5229. end
  5230.  
  5231. function explode()
  5232. local coru = coroutine.wrap(function()
  5233. acting = true
  5234. for i=1,finishnum do
  5235. local weld2 = Instance.new('Weld',me["Right Arm"])
  5236. weld2.Part0 = me["Right Arm"]
  5237. weld2.Part1 = me["Torso"]
  5238. weld2.C0 = CFrame.new(-1.5,0,0)
  5239. if finishnum == 1 then
  5240. for i = 0,1,0.05 do
  5241. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  5242. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
  5243. wait(0.01)
  5244. end
  5245. end
  5246. weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
  5247. audio.SoundId = "rbxassetid://166083610"
  5248. audio.PlaybackSpeed = 1
  5249. audio.TimePosition = 0.1
  5250. audio:Play()
  5251. if finishnum == 1 then
  5252. for i = 0,1,0.5 do
  5253. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  5254. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
  5255. wait(0.001)
  5256. end
  5257. end
  5258. weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
  5259. local knofe = obj1:Clone()
  5260. for i,v in pairs(obj1:GetChildren()) do
  5261. if v:IsA('BasePart') then
  5262. v.Transparency = 1
  5263. end
  5264. end
  5265. knofe.Parent = workspace
  5266. knofe.Name = "Projectile"
  5267. knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
  5268. knofe:FindFirstChild("Trail", true).Enabled = false
  5269. local heck = Instance.new('BodyVelocity',knofe.Grab)
  5270. heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
  5271. local coru = coroutine.wrap(function()
  5272. wait(0.45)
  5273. if heck then
  5274. heck:Destroy()
  5275. end
  5276. end)
  5277. coru()
  5278. knofe["big ass knife"].Touched:connect(function(hit)
  5279. if hit.Parent ~= me and hit.Parent.Parent ~= me and hit.Transparency < 1 and knofe.Grab.CanCollide == false then
  5280. heck.Velocity = Vector3.new(0,0,0)
  5281. heck:Destroy()
  5282. for i,v in pairs(knofe:GetChildren()) do
  5283. if v:IsA('BasePart') then
  5284. v.CanCollide = true
  5285. end
  5286. end
  5287. local hum = hit.Parent:FindFirstChildOfClass('Humanoid')
  5288. if hum == nil then
  5289. hum = hit.Parent.Parent:FindFirstChildOfClass('Humanoid')
  5290. end
  5291. if hum then
  5292. tone = math.random(1, 3)
  5293. local sound = Instance.new('Sound',knofe.Grab)
  5294. if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
  5295. if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
  5296. if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
  5297. sound.PlaybackSpeed = 1
  5298. sound:Play()
  5299. else
  5300. local sound = Instance.new('Sound',knofe.Grab)
  5301. sound.SoundId = 'rbxassetid://267585646'
  5302. sound:Play()
  5303. end
  5304. if knofe then
  5305. local coru = coroutine.wrap(function()
  5306. if hit then
  5307. local uno = Instance.new('Part',workspace)
  5308. local dos = Instance.new('Part',workspace)
  5309. uno.CFrame = hit.CFrame
  5310. dos.CFrame = knofe["big ass knife"].CFrame
  5311. local weld = Instance.new('Weld',knofe["big ass knife"])
  5312. weld.Part0 = hit
  5313. weld.Part1 = knofe["big ass knife"]
  5314. weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
  5315. uno:Destroy()
  5316. dos:Destroy()
  5317. end
  5318. end)
  5319. coru()
  5320. end
  5321. local coru = coroutine.wrap(function()
  5322. for i=1,15,0.7 do
  5323. local sound = Instance.new('Sound',knofe.Grab)
  5324. if knofe then
  5325. if knofe.serration.BrickColor == BrickColor.new('Really red') then
  5326. for i, v in pairs(knofe:GetChildren()) do
  5327. if v.Name == "big ass knife" or v.Name == "serration" or v.Name == "knifetip1" or v.Name == "fricc" then
  5328. v.BrickColor = BrickColor.new('Lily white')
  5329. v.Material = Enum.Material.SmoothPlastic
  5330. end
  5331. end
  5332. else
  5333. for i,v in pairs(knofe:GetChildren()) do
  5334. if v.Name == "big ass knife" or v.Name == "serration" or v.Name == "knifetip1" or v.Name == "fricc" then
  5335. v.BrickColor = BrickColor.new('Really red')
  5336. v.Material = Enum.Material.Neon
  5337. sound.SoundId = 'rbxassetid://300473653'
  5338. sound.Volume = 0.75
  5339. sound.TimePosition = 0.05
  5340. sound.EmitterSize = 25
  5341. sound.PlaybackSpeed = 1
  5342. sound:Play()
  5343. end
  5344. end
  5345. end
  5346. wait(1/i)
  5347. sound:Destroy()
  5348. end
  5349. end
  5350. local sound = Instance.new('Sound',knofe.Grab)
  5351. sound.Name = "BOOM"
  5352. sound.EmitterSize = 25
  5353. sound.SoundId = 'rbxassetid://12222084'
  5354. sound.TimePosition = 0.1
  5355. sound.Volume = 0.5
  5356. sound:Play()
  5357. local exppart = Instance.new("Part", game.Workspace)
  5358. exppart.Size = Vector3.new(0.2, 0.2, 0.2)
  5359. exppart.Anchored = true
  5360. exppart.CanCollide = false
  5361. exppart.CFrame = CFrame.new(knofe.Grab.CFrame.p)
  5362. exppart.Transparency = 1
  5363. local expaccent = Instance.new("ParticleEmitter", exppart)
  5364. expaccent.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 0, 0))})
  5365. expaccent.LightEmission = 0.2
  5366. expaccent.LightInfluence = 0.3
  5367. expaccent.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  5368. expaccent.Acceleration = Vector3.new(0, -8, 0)
  5369. expaccent.Drag = 15
  5370. expaccent.LockedToPart = true
  5371. expaccent.Lifetime = NumberRange.new(0.5, 1.5)
  5372. expaccent.Rate = 2000
  5373. expaccent.Speed = NumberRange.new(10, 150)
  5374. expaccent.SpreadAngle = Vector2.new(360, 360)
  5375.  
  5376. local exp = Instance.new('Explosion',game.Workspace)
  5377. exp.Position = knofe["big ass knife"].Position
  5378. exp.ExplosionType = Enum.ExplosionType.NoCraters
  5379. exp.BlastRadius = 10
  5380. exp.BlastPressure = 100000
  5381. exp.DestroyJointRadiusPercent = 1
  5382. exp.Hit:connect(function(hit)
  5383. if hit.Parent and hit.Parent ~= me and hit.Parent:FindFirstChildOfClass('Humanoid') then
  5384. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Name == "Torso" or hit.Name == "Head" then
  5385. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  5386. end
  5387. wait(0.001)
  5388. local coru=coroutine.wrap(function()
  5389. killz(hit.Parent,'Head',knofe,exp)
  5390. end)
  5391. coru()
  5392. elseif hit.Parent and hit.Parent ~= workspace and hit.Parent ~= me then
  5393. if hit.Parent.Name ~= "Projectile" then
  5394. hit.Parent:BreakJoints()
  5395. end
  5396. elseif hit.Parent and hit.Parent ~= me then
  5397. hit:BreakJoints()
  5398. end
  5399. end)
  5400. local explosionaccenttimeout = coroutine.wrap(function()
  5401. wait(0.2)
  5402. expaccent.Enabled = false
  5403. wait(2)
  5404. exppart:Remove()
  5405. end)
  5406. explosionaccenttimeout()
  5407. for i,v in pairs(knofe:GetChildren()) do
  5408. if v:IsA('BasePart') then
  5409. v.Transparency = 1
  5410. end
  5411. end
  5412. exp.AncestryChanged:connect(function() knofe:Destroy() end)
  5413. end)
  5414. coru()
  5415. end
  5416. end)
  5417. if finishnum == 1 then
  5418. for i= 0,1,0.1 do
  5419. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
  5420. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  5421. wait(0.001)
  5422. end
  5423. else
  5424. wait(0.1)
  5425. end
  5426. weld2.C0 = CFrame.new(-1.5,0,0)
  5427. for i,v in pairs(obj1:GetChildren()) do
  5428. if v:IsA('BasePart') then
  5429. v.Transparency = 0
  5430. end
  5431. end
  5432. weld2:Destroy()
  5433. rightshoulderz:Clone().Parent = me.Torso
  5434. end
  5435. acting = false
  5436. canClick = true
  5437. end)
  5438. coru()
  5439. end
  5440.  
  5441. function release()
  5442. if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then return end
  5443. targetweld = grabbed.Torso.TargetWeld
  5444. local ree= grabbed:FindFirstChild("Left Arm")
  5445. targetweld2 = nil
  5446. if ree and ree:FindFirstChild("Weld") then
  5447. targetweld2 = ree.Weld
  5448. end
  5449. for i, v in pairs(grabbed:GetChildren()) do
  5450. if v.Name == "Part" then
  5451. v.CanCollide = true
  5452. end
  5453. end
  5454. paralyzed = false
  5455. local doit = coroutine.wrap(function()
  5456. local arm = me["Right Arm"]
  5457. local tors = grabbed.Torso
  5458. local arm2 = me["Left Arm"]
  5459. if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
  5460. doing = true
  5461. local weld2 = arm:FindFirstChildOfClass('Weld')
  5462. local weld3 = arm2:FindFirstChildOfClass('Weld')
  5463. local humanroot = me.HumanoidRootPart
  5464.  
  5465. if grabbed:FindFirstChildOfClass('Humanoid') then
  5466. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = false
  5467. end
  5468.  
  5469. rightshoulderz:Clone().Parent = me.Torso
  5470. leftshoulderz:Clone().Parent = me.Torso
  5471. if grabbed:FindFirstChildOfClass('Humanoid') then
  5472. grabbed:FindFirstChildOfClass('Humanoid').Name = "Humanoid"
  5473. grabbed:FindFirstChildOfClass('Humanoid').JumpPower = 50
  5474. grabbed:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
  5475. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = false
  5476. end
  5477. grabbed = nil
  5478.  
  5479. if humanroot:FindFirstChild('Holder') then
  5480. humanroot.Holder:Destroy()
  5481. end
  5482.  
  5483. for i = 0,1,0.1 do
  5484. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
  5485. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
  5486. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
  5487. targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0, 0, 0), i)
  5488. if targetweld2 then
  5489. targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0, 0)*CFrame.Angles(0, 0, 0), i)
  5490. end
  5491. wait(0.01)
  5492. end
  5493.  
  5494. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0.2)
  5495. weld2:Destroy()
  5496. weld3:Destroy()
  5497. targetweld:Remove()
  5498. if targetweld2 then
  5499. targetweld2:Remove()
  5500. end
  5501. if rightshoulder then
  5502. rightshoulder:Clone().Parent = tors
  5503. end
  5504. if leftshoulder then
  5505. leftshoulder:Clone().Parent = tors
  5506. end
  5507. headweld:Clone().Parent = tors
  5508. rightshoulderz:Clone().Parent = me.Torso
  5509. leftshoulderz:Clone().Parent = me.Torso
  5510. acting = false
  5511. canClick = true
  5512. doing = false
  5513. end)
  5514. doit()
  5515. end
  5516.  
  5517. function stabwithpassion()
  5518. local doit = coroutine.wrap(function()
  5519. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') and me:FindFirstChild('Left Arm') then
  5520. acting = true
  5521. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 10
  5522. local arm = me["Right Arm"]
  5523. local tors = me.Torso
  5524. local arm2 = me["Left Arm"]
  5525. local humanroot = me.HumanoidRootPart
  5526. local weld = Instance.new('Weld',tors)
  5527. weld.Part0 = tors
  5528. weld.Part1 = humanroot
  5529. weld.C0 = CFrame.new(0,0,0) * CFrame.Angles(0, 0, 0)
  5530. local weld2 = Instance.new('Weld',arm)
  5531. weld2.Part0 = arm
  5532. weld2.Part1 = tors
  5533. weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  5534. local weld3 = Instance.new('Weld',arm2)
  5535. weld3.Part0 = arm2
  5536. weld3.Part1 = tors
  5537. weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  5538.  
  5539. for i = 0,1,0.15 do
  5540. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  5541. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(20),0),i)
  5542. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  5543. knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(90), -1.55) * CFrame.new(0, 0.95, 0), i)
  5544. wait(0.01)
  5545. end
  5546. wait(0.001)
  5547. trail.Enabled = true
  5548. stabbing = true
  5549. audio2.SoundId = 'rbxassetid://608537390'
  5550. audio2:Play()
  5551. for i = 0,1,0.2 do
  5552. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  5553. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(-45),0),i)
  5554. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.6,0.8,-1)*CFrame.Angles(math.rad(-90),0,-1),i)
  5555. wait(0.01)
  5556. end
  5557. trail.Enabled = false
  5558. wait(0.1)
  5559. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 10
  5560. stabbing = false
  5561. wait(0.001)
  5562. for i = 0,1,0.075 do
  5563. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  5564. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0,0),i)
  5565. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0)*CFrame.Angles(0,0,0),i)
  5566. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0)*CFrame.Angles(0,0,0),i)
  5567. knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0), i)
  5568. wait(0.01)
  5569. end
  5570. weld:Destroy()
  5571. weld2:Destroy()
  5572. weld3:Destroy()
  5573. torsojoint:Clone().Parent = humanroot
  5574. rightshoulderz:Clone().Parent = me.Torso
  5575. leftshoulderz:Clone().Parent = me.Torso
  5576. canClick = true
  5577. hit = false
  5578. acting = false
  5579. end
  5580. end)
  5581. doit()
  5582. end
  5583.  
  5584. function stab()
  5585. local doit = coroutine.wrap(function()
  5586. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') and me:FindFirstChild('Left Arm') then
  5587. acting = true
  5588. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 3
  5589. local arm = me["Right Arm"]
  5590. local tors = me.Torso
  5591. local arm2 = me["Left Arm"]
  5592. local humanroot = me.HumanoidRootPart
  5593. local weld = Instance.new('Weld',tors)
  5594. weld.Part0 = tors
  5595. weld.Part1 = humanroot
  5596. weld.C0 = CFrame.new(0,0,0) * CFrame.Angles(0, 0, 0)
  5597. local weld2 = Instance.new('Weld',arm)
  5598. weld2.Part0 = arm
  5599. weld2.Part1 = tors
  5600. weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  5601. local weld3 = Instance.new('Weld',arm2)
  5602. weld3.Part0 = arm2
  5603. weld3.Part1 = tors
  5604. weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
  5605.  
  5606. for i = 0,1,0.1 do
  5607. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  5608. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0.3,0),i)
  5609. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
  5610. wait(0.01)
  5611. end
  5612. wait(0.001)
  5613. trail.Enabled = true
  5614. stabbing = true
  5615. audio2.SoundId = 'rbxassetid://608537390'
  5616. audio2:Play()
  5617. for i = 0,1,0.25 do
  5618. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  5619. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,-0.3,0),i)
  5620. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.6,0.8,0.5)*CFrame.Angles(-0.5,0,-0.5),i)
  5621. wait(0.01)
  5622. end
  5623. trail.Enabled = false
  5624. wait(0.1)
  5625. me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 3
  5626. for i = 0,1,0.25 do
  5627. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  5628. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0.3,0),i)
  5629. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.6,-0.3)*CFrame.Angles(0.5,0,-0.5),i)
  5630. wait(0.01)
  5631. end
  5632. stabbing = false
  5633. wait(0.001)
  5634. for i = 0,1,0.05 do
  5635. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
  5636. weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0,0),i)
  5637. weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0)*CFrame.Angles(0,0,0),i)
  5638. weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0)*CFrame.Angles(0,0,0),i)
  5639. wait(0.01)
  5640. end
  5641. weld:Destroy()
  5642. weld2:Destroy()
  5643. weld3:Destroy()
  5644. torsojoint:Clone().Parent = humanroot
  5645. rightshoulderz:Clone().Parent = me.Torso
  5646. leftshoulderz:Clone().Parent = me.Torso
  5647. canClick = true
  5648. hit = false
  5649. acting = false
  5650. end
  5651. end)
  5652. doit()
  5653. end
  5654. function hardrelease()
  5655. rightshoulderz:Clone().Parent = me.Torso
  5656. leftshoulderz:Clone().Parent = me.Torso
  5657. if me:FindFirstChild('Right Arm') then
  5658. for i,v in pairs(me["Right Arm"]:GetChildren()) do
  5659. if v:IsA('Weld') then
  5660. v:Destroy()
  5661. end
  5662. end
  5663. end
  5664. if me:FindFirstChild('Left Arm') then
  5665. for i,v in pairs(me["Left Arm"]:GetChildren()) do
  5666. if v:IsA('Weld') then
  5667. v:Destroy()
  5668. end
  5669. end
  5670. end
  5671. acting = false
  5672. canClick = true
  5673. doing = false
  5674. grabbed = nil
  5675. end
  5676. function unequip()
  5677. local doit = coroutine.wrap(function()
  5678. if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') then
  5679. acting = true
  5680. local arm = me["Right Arm"]
  5681. local arm2 = me["Left Arm"]
  5682. local tors = me.Torso
  5683. local weld = Instance.new('Weld',arm)
  5684. weld.Part0 = arm
  5685. weld.Part1 = tors
  5686. weld.C0 = CFrame.new(-1.5,0,0)
  5687. local weld2 = Instance.new("Weld", arm2)
  5688. weld2.Part0 = arm2
  5689. weld2.Part1 = tors
  5690. weld2.C0 = CFrame.new(1.5, 0, 0)
  5691. wait(0.001)
  5692. trail.Enabled = true
  5693. for i = 0,1,0.1 do
  5694. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  5695. weld.C0 = weld.C0:lerp(CFrame.new(-0.2,0.2,-0.5)*CFrame.Angles(0,-3.1,0.9),i)
  5696. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0.6, 0) * CFrame.Angles(0,0,0.5),i)
  5697. wait(0.001)
  5698. end
  5699. trail.Enabled = false
  5700. wait(0.25)
  5701. for i = 0,1,0.1 do
  5702. if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
  5703. weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i)
  5704. weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0, 0), i)
  5705. wait(0.01)
  5706. end
  5707. weld:Destroy()
  5708. weld2:Remove()
  5709. if tors ~= nil then
  5710. rightshoulderz:Clone().Parent = me.Torso
  5711. leftshoulderz:Clone().Parent = me.Torso
  5712. end
  5713. acting = false
  5714. end
  5715. end)
  5716. doit()
  5717. end
  5718.  
  5719. mouse.KeyDown:connect(function(key)
  5720. if usable == true then
  5721. if key == "z" then
  5722. if active == false and acting == false then
  5723. active = true
  5724. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5725. notify("KNIFE EQUIPPED",false)
  5726. audio:Stop()
  5727. audio.SoundId = 'rbxassetid://608618332'
  5728. equip()
  5729. wait(0.6)
  5730. audio:Play()
  5731. knifeweld.Part0 = me["Right Arm"]
  5732. knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
  5733. elseif acting == false then
  5734. active = false
  5735. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5736. audio:Stop()
  5737. audio.SoundId = 'rbxassetid://608538233'
  5738. unequip()
  5739. notify("KNIFE UNEQUIPPED",false)
  5740. wait(0.3)
  5741. audio:Play()
  5742. knifeweld.Part0 = me.Torso
  5743. knifeweld.C1 = CFrame.Angles(0,math.rad(90),0) * CFrame.new(1, 0.8, 0.55)
  5744. canClick = true
  5745. end
  5746. elseif key == "f" then
  5747. if mode == 'kill' or active == false then return end
  5748. mode = "kill"
  5749. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5750. notify("MODE || KILL || [F]",false)
  5751. elseif key == "e" then
  5752. if mode == 'throw' or active == false then return end
  5753. mode = "throw"
  5754. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5755. notify("MODE || PUSH || [E]",false)
  5756. elseif key == "q" then
  5757. if mode == 'release' or active == false then return end
  5758. mode = "release"
  5759. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5760. notify("MODE || RELEASE || [Q]",false)
  5761. elseif key == "x" then
  5762. if mode == 'stab' or active == false or acting == true then return end
  5763. mode = "stab"
  5764. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5765. notify("MODE || STAB || [X]",false)
  5766. elseif key == "c" then
  5767. if mode == 'fling' or active == false or acting == true then return end
  5768. mode = "fling"
  5769. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5770. notify("MODE || THROW || [C]",false)
  5771. elseif key == "b" then
  5772. if mode == 'instasplode' or active == false or acting == true then return end
  5773. mode = "instasplode"
  5774. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5775. notify("MODE || MOLOTOV || [B]",false)
  5776. elseif key == "r" then
  5777. if mode == 'paralyze' or active == false then return end
  5778. mode = "paralyze"
  5779. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5780. notify("MODE || PARALYZE || [R]",false)
  5781. elseif key == "v" then
  5782. if mode == 'explode' or active == false or acting == true then return end
  5783. mode = "explode"
  5784. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5785. notify("MODE || EXPLODE || [V]",false)
  5786. elseif key == "k" then
  5787. if mode == 'suicide' or active == false or acting == true then return end
  5788. mode = "suicide"
  5789. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5790. notify("MODE || SUICIDE || [K]",false)
  5791. elseif key == "h" then
  5792. if mode == 'firework' or active == false or acting == true then return end
  5793. mode = "firework"
  5794. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5795. notify("MODE || FIREWORK || [H]",false)
  5796. elseif key == "g" then
  5797. if mode == 'finish' or active == false then return end
  5798. mode = "finish"
  5799. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5800. local welp = "ON"
  5801. if finishnum == 1 then
  5802. welp = "OFF"
  5803. end
  5804. notify("MODE || FINISH || [G] || "..welp,false)
  5805. elseif key == "n" then
  5806. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5807. if zombiemode == false then
  5808. notify("ZOMBIE MODE ON || [N]",false)
  5809. zombiemode = true
  5810. else
  5811. notify("ZOMBIE MODE OFF || [N]",false)
  5812. zombiemode = false
  5813. end
  5814. elseif key == "m" then
  5815. if finishnum == 1 then
  5816. finishnum = 15
  5817. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5818. notify("PSYCHOPATH MODE ON || [M]",false)
  5819. if cancolorfilter then
  5820. local Sp00kyGui = Instance.new("ScreenGui")
  5821. local ImageLabel = Instance.new("ImageLabel")
  5822.  
  5823. -- Properties
  5824.  
  5825. Sp00kyGui.Parent = playergui
  5826. Sp00kyGui.Name = "REEEEEEEE"
  5827.  
  5828. ImageLabel.Parent = Sp00kyGui
  5829. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  5830. ImageLabel.BackgroundTransparency = 1
  5831. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  5832. ImageLabel.Image = "rbxassetid://74443700"
  5833. ImageLabel.ImageColor3 = Color3.new(1, 0, 0)
  5834. end
  5835. if canbackgroundmusic == true then
  5836. local sound = Instance.new('Sound',playergui)
  5837. sound.Name = 'PSYCHOPAAAATH'
  5838. sound.SoundId = 'rbxassetid://220875210'
  5839. sound.Looped = true
  5840. sound.Volume = 0.5
  5841. sound:Play()
  5842. end
  5843. else
  5844. finishnum = 1
  5845. if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
  5846. notify("PSYCHOPATH MODE OFF || [M]",false)
  5847. for i,v in pairs(playergui:GetChildren()) do
  5848. if v.Name == "REEEEEEEE" then
  5849. v:Destroy()
  5850. end
  5851. end
  5852. local thisniggarighthere = playergui:FindFirstChild('PSYCHOPAAAATH')
  5853. if thisniggarighthere then thisniggarighthere:Destroy() end
  5854. end
  5855. end
  5856. end
  5857. end)
  5858.  
  5859. mouse.Button1Down:connect(function()
  5860. if active == false or usable == false then return end
  5861. if canClick == true and acting == false then
  5862. if mode == "stab" and finishnum == 1 then
  5863. canClick = false
  5864. stab()
  5865. elseif mode == "stab" and finishnum == 15 then
  5866. canClick = false
  5867. stabwithpassion()
  5868. elseif mode == "fling" then
  5869. canClick = false
  5870. fling()
  5871. elseif mode == "explode" then
  5872. canClick = false
  5873. explode()
  5874. elseif mode == "instasplode" then
  5875. canClick = false
  5876. instasplode()
  5877. elseif mode == "finish" then
  5878. canClick = false
  5879. finish()
  5880. elseif mode == "suicide" then
  5881. canClick = false
  5882. kysnigga()
  5883. elseif mode == "firework" then
  5884. canClick = false
  5885. fireworkit()
  5886. else
  5887. canClick = false
  5888. grab()
  5889. end
  5890. else
  5891. if grabbed ~= nil and doing == false then
  5892. if mode == "release" then
  5893. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  5894. release()
  5895. else
  5896. hardrelease()
  5897. end
  5898. elseif mode == "kill" then
  5899. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  5900. kill()
  5901. else
  5902. hardrelease()
  5903. end
  5904. elseif mode == "paralyze" then
  5905. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  5906. paralyze()
  5907. else
  5908. hardrelease()
  5909. end
  5910. elseif mode == "throw" then
  5911. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  5912. throw()
  5913. else
  5914. hardrelease()
  5915. end
  5916. elseif mode == "explode" then
  5917. if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  5918. throw()
  5919. else
  5920. hardrelease()
  5921. end
  5922. end
  5923. end
  5924. end
  5925. end)
  5926.  
  5927. knife.Touched:connect(function(hitz)
  5928. if hitz.Parent and hitz.Parent:FindFirstChildOfClass("Humanoid") and hitz.Parent:FindFirstChild('Torso') and acting == true then
  5929. if mode == "stab" and stabbing == true and hit == false then
  5930. hit = true
  5931. tone = math.random(1, 3)
  5932. audio:Stop()
  5933. if tone == 1 then audio.SoundId = "rbxassetid://220833967" end
  5934. if tone == 2 then audio.SoundId = "rbxassetid://220833976" end
  5935. if tone == 3 then audio.SoundId = "rbxassetid://220834000" end
  5936. audio.PlaybackSpeed = 1
  5937. audio:Play()
  5938. killz(hitz.Parent,'Left Leg')
  5939. killz(hitz.Parent,'Left Arm')
  5940. killz(hitz.Parent,'Right Leg')
  5941. killz(hitz.Parent,'Right Arm')
  5942. elseif mode == "finish" and finishing == true then
  5943. print('PSYCHOPATH MODE REEEEEEEEEEEEEEEE')
  5944. tone = math.random(1, 3)
  5945. audio:Stop()
  5946. if tone == 1 then audio.SoundId = "rbxassetid://220833967" end
  5947. if tone == 2 then audio.SoundId = "rbxassetid://220833976" end
  5948. if tone == 3 then audio.SoundId = "rbxassetid://220834000" end
  5949. audio.PlaybackSpeed = 1
  5950. audio:Play()
  5951. if hit == false then
  5952. hitz.Parent:FindFirstChildOfClass('Humanoid').Health = 0
  5953. wait()
  5954. killz(hitz.Parent,'Head',nil,false,true)
  5955. end
  5956. hit = true
  5957. elseif grabbed == nil and grabbing == true and hit == false then
  5958. if hitz.Parent:FindFirstChildOfClass("Humanoid").Health > 0 and hitz.Parent:FindFirstChild('Torso') and hitz.Parent.Torso:FindFirstChild('Neck') then
  5959. grabbed = hitz.Parent
  5960. local weldz = Instance.new('Weld',point)
  5961. weldz.Name = "Holder"
  5962. weldz.Part0 = point
  5963. weldz.Part1 = hitz.Parent.Torso
  5964. weldz.C0 = CFrame.new(0,0,-1.2)
  5965. end
  5966. end
  5967. end
  5968. end)
  5969.  
  5970. player.CharacterAdded:connect(function()
  5971. usable = false
  5972. for i,v in pairs(playergui:GetChildren()) do
  5973. if v.Name == "REEEEEEEE" or v.Name == 'PSYCHOPAAAATH' then
  5974. v:Destroy()
  5975. end
  5976. end
  5977. end)
  5978. while usable do
  5979. local coru = coroutine.wrap(function()
  5980. for i,v in pairs(knifeparts) do
  5981. local function try()
  5982. if v[1].Parent ~= v[2] then
  5983. v[1].Parent = v[2]
  5984. end
  5985. end
  5986. pcall(try)
  5987. end
  5988. if grabbed ~= nil then
  5989. if grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
  5990. for i,v in pairs(grabbed:GetChildren()) do
  5991. if v:IsA('Tool') then
  5992. local model = Instance.new('Model',workspace)
  5993. v.Parent = model
  5994. model:TranslateBy(Vector3.new(3,0,0))
  5995. end
  5996. end
  5997. grabbed:FindFirstChildOfClass('Humanoid').Name = "Hoomanoid"
  5998. grabbed:FindFirstChildOfClass('Humanoid').JumpPower = 0
  5999. grabbed:FindFirstChildOfClass('Humanoid').WalkSpeed = 0
  6000. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  6001. grabweld = grabbed.Torso:FindFirstChild("TargetWeld")
  6002. if grabweld ~= nil then return end
  6003. grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
  6004. if grabbed.Torso:FindFirstChild('Left Shoulder') then
  6005. leftshoulder = grabbed.Torso["Left Shoulder"]:Clone()
  6006. end
  6007. if grabbed.Torso:FindFirstChild('Right Shoulder') then
  6008. rightshoulder = grabbed.Torso["Right Shoulder"]:Clone()
  6009. end
  6010. headweld = grabbed.Torso["Neck"]:Clone()
  6011. local targetweld = Instance.new('Weld',grabbed.Torso)
  6012. targetweld.Part0 = grabbed.Torso
  6013. targetweld.Part1 = grabbed.Head
  6014. targetweld.Name = "TargetWeld"
  6015. targetweld.C0 = CFrame.new(0,1.5,0) * CFrame.Angles(0, 0, 0)
  6016. if grabbed:FindFirstChild('Left Arm') then
  6017. local targetweld2 = Instance.new('Weld',grabbed["Left Arm"])
  6018. targetweld2.Part0 = grabbed.Torso
  6019. targetweld2.Part1 = grabbed["Left Arm"]
  6020. targetweld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
  6021. end
  6022.  
  6023. for i = 0,1,0.1 do
  6024. if me:FindFirstChild("Left Arm") == nil or me:FindFirstChild("Torso") == nil or targetweld == nil then return end
  6025. targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0.25, 0, 0), i)
  6026. if targetweld2 then
  6027. targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0.5, 0)*CFrame.Angles(0, 0, -0.55), i)
  6028. end
  6029. wait(0.001)
  6030. end
  6031. end
  6032. end
  6033. end)
  6034. coru()
  6035. wait()
  6036. end
  6037.  
  6038. end
  6039. local coru=coroutine.wrap(function()
  6040. nub()
  6041. end)
  6042. coru()
  6043.  
  6044. player.CharacterAppearanceLoaded:connect(function()
  6045. local coru =coroutine.wrap(function()
  6046. nub()
  6047. end)
  6048. coru()
  6049. end)
  6050.  
  6051. while true do
  6052. local coru=coroutine.wrap(function()
  6053. if grabbed then
  6054. v:FindFirstChildOfClass('Humanoid').Jump = false
  6055. v:FindFirstChildOfClass('Humanoid').Sit = false
  6056. v:FindFirstChildOfClass('Humanoid').JumpPower = 0
  6057. v:FindFirstChildOfClass('Humanoid').PlatformStand = true
  6058. v:FindFirstChildOfClass('Humanoid').Name = "No escape."
  6059. end
  6060. for i,v in pairs(rekt) do
  6061. if v and v:FindFirstChildOfClass('Humanoid') then
  6062. for a,c in pairs(v:GetChildren()) do
  6063. if c:IsA('Tool') then
  6064. local model = Instance.new('Model',workspace)
  6065. c.Parent = model
  6066. model:TranslateBy(Vector3.new(3,0,0))
  6067. end
  6068. end
  6069. v:FindFirstChildOfClass('Humanoid').Jump = false
  6070. v:FindFirstChildOfClass('Humanoid').Sit = false
  6071. v:FindFirstChildOfClass('Humanoid').JumpPower = 0
  6072. v:FindFirstChildOfClass('Humanoid').PlatformStand = true
  6073. v:FindFirstChildOfClass('Humanoid').Name = "No escape."
  6074. local thing = getplr(v)
  6075. if thing then
  6076. thing.CameraMinZoomDistance = 3
  6077. end
  6078. else
  6079. local thing = getplr(v)
  6080. if thing then
  6081. thing.CameraMinZoomDistance = 0.5
  6082. end
  6083. table.remove(rekt,i)
  6084. end
  6085. end
  6086. end)
  6087. coru()
  6088. local coru2 = coroutine.wrap(function()
  6089. if curpart then
  6090. curpoint = curpart.CFrame.p
  6091. end
  6092. if lastgui then
  6093. lastgui:Destroy()
  6094. lastgui = nil
  6095. end
  6096. if curpoint then
  6097. lastgui = Instance.new('BillboardGui',player.PlayerGui)
  6098. lastgui.AlwaysOnTop = true
  6099. lastgui.MaxDistance = 0
  6100. lastgui.Size = UDim2.new(5,0,5,0)
  6101. if curpart == nil then
  6102. lastgui.Adornee = workspace
  6103. lastgui.StudsOffsetWorldSpace = curpoint
  6104. else
  6105. lastgui.Adornee = curpart
  6106. end
  6107. local cross = Instance.new('ImageLabel',lastgui)
  6108. cross.BackgroundTransparency = 1
  6109. cross.Size = UDim2.new(1,0,1,0)
  6110. cross.Image = 'rbxassetid://316279304'
  6111. for i,v in pairs(zombies) do
  6112. if v:FindFirstChildOfClass('Humanoid') then
  6113. v:FindFirstChildOfClass('Humanoid').WalkToPoint = curpoint
  6114. end
  6115. end
  6116. else
  6117. for i,v in pairs(zombies) do
  6118. if v:FindFirstChildOfClass('Humanoid') and v:FindFirstChild('Head') then
  6119. v:FindFirstChildOfClass('Humanoid').WalkToPoint = v.Head.Position
  6120. end
  6121. end
  6122. end
  6123. end)
  6124. coru2()
  6125. wait()
  6126. end
  6127. end)
  6128.  
  6129.  
  6130. drone.Name = "drone"
  6131. drone.Parent = Frame3
  6132. drone.BackgroundColor3 = Color3.new(0, 0, 0)
  6133. drone.BackgroundTransparency = 0.30000001192093
  6134. drone.BorderSizePixel = 0
  6135. drone.Position = UDim2.new(-1.67638063e-08, 0, 0.311614722, 0)
  6136. drone.Size = UDim2.new(0, 112, 0, 50)
  6137. drone.Font = Enum.Font.SourceSans
  6138. drone.Text = "Drone"
  6139. drone.TextColor3 = Color3.new(1, 0, 0.0156863)
  6140. drone.TextSize = 20
  6141. drone.MouseButton1Click:connect(function()
  6142. --Haven't got a clue who made this since i can't find who. Also credit to whoever made this and it was leaked agis ago.--
  6143.  
  6144. wait(2)
  6145.  
  6146. local plr = game:GetService("Players").LocalPlayer
  6147. local char,mouse = plr.Character,plr:GetMouse()
  6148. local camera = game:GetService("Workspace").CurrentCamera
  6149. local fly = false
  6150. local campos = CFrame.new(0,0,0)
  6151.  
  6152. local wd,ad,sd,dd,qd,ed,rd,fd,moused = false,false,false,false,false,false,false,false,false
  6153.  
  6154. local returnhome = true
  6155. local gun = false
  6156. local gcd = false
  6157. local shooting = false
  6158. local tPitch = 3
  6159.  
  6160. local tCf = CFrame.new(0,20,0)
  6161.  
  6162. o1 = Instance.new("Model")
  6163. o2 = Instance.new("Part")
  6164. o3 = Instance.new("BlockMesh")
  6165. o4 = Instance.new("Part")
  6166. o5 = Instance.new("BlockMesh")
  6167. o6 = Instance.new("Part")
  6168. o7 = Instance.new("Part")
  6169. o8 = Instance.new("BlockMesh")
  6170. o9 = Instance.new("Part")
  6171. o10 = Instance.new("BlockMesh")
  6172. o11 = Instance.new("Part")
  6173. o12 = Instance.new("CylinderMesh")
  6174. o13 = Instance.new("Part")
  6175. o14 = Instance.new("BlockMesh")
  6176. o15 = Instance.new("Part")
  6177. o16 = Instance.new("BlockMesh")
  6178. o17 = Instance.new("Part")
  6179. o18 = Instance.new("BlockMesh")
  6180. o19 = Instance.new("Part")
  6181. o20 = Instance.new("Part")
  6182. o21 = Instance.new("BlockMesh")
  6183. o22 = Instance.new("Part")
  6184. o23 = Instance.new("BlockMesh")
  6185. o24 = Instance.new("Part")
  6186. o25 = Instance.new("BlockMesh")
  6187. o26 = Instance.new("Part")
  6188. o27 = Instance.new("Part")
  6189. o28 = Instance.new("Part")
  6190. o29 = Instance.new("BlockMesh")
  6191. o30 = Instance.new("Part")
  6192. o31 = Instance.new("BlockMesh")
  6193. o32 = Instance.new("Part")
  6194. o33 = Instance.new("Part")
  6195. o34 = Instance.new("BlockMesh")
  6196. o35 = Instance.new("Part")
  6197. o36 = Instance.new("CylinderMesh")
  6198. o37 = Instance.new("Part")
  6199. o38 = Instance.new("CylinderMesh")
  6200. o39 = Instance.new("SpotLight")
  6201. o40 = Instance.new("Model")
  6202. o41 = Instance.new("Part")
  6203. o42 = Instance.new("BlockMesh")
  6204. o43 = Instance.new("Part")
  6205. o44 = Instance.new("BlockMesh")
  6206. o45 = Instance.new("Part")
  6207. o46 = Instance.new("BlockMesh")
  6208. o47 = Instance.new("Part")
  6209. o48 = Instance.new("BlockMesh")
  6210. o49 = Instance.new("Part")
  6211. o50 = Instance.new("BlockMesh")
  6212. o51 = Instance.new("Part")
  6213. o52 = Instance.new("BlockMesh")
  6214. o53 = Instance.new("Model")
  6215. o54 = Instance.new("Part")
  6216. o55 = Instance.new("BlockMesh")
  6217. o56 = Instance.new("Part")
  6218. o57 = Instance.new("BlockMesh")
  6219. o58 = Instance.new("Part")
  6220. o59 = Instance.new("BlockMesh")
  6221. o60 = Instance.new("Part")
  6222. o61 = Instance.new("BlockMesh")
  6223. o62 = Instance.new("Part")
  6224. o63 = Instance.new("BlockMesh")
  6225. o64 = Instance.new("Part")
  6226. o65 = Instance.new("BlockMesh")
  6227. o66 = Instance.new("Part")
  6228. o67 = Instance.new("BlockMesh")
  6229. o68 = Instance.new("Part")
  6230. o69 = Instance.new("BlockMesh")
  6231. o70 = Instance.new("Part")
  6232. o71 = Instance.new("Model")
  6233. o72 = Instance.new("Part")
  6234. o73 = Instance.new("BlockMesh")
  6235. o74 = Instance.new("Part")
  6236. o75 = Instance.new("BlockMesh")
  6237. o76 = Instance.new("Part")
  6238. o77 = Instance.new("BlockMesh")
  6239. o78 = Instance.new("Part")
  6240. o79 = Instance.new("BlockMesh")
  6241. o80 = Instance.new("Part")
  6242. o81 = Instance.new("BlockMesh")
  6243. o82 = Instance.new("Part")
  6244. o83 = Instance.new("BlockMesh")
  6245. o84 = Instance.new("Model")
  6246. o85 = Instance.new("Part")
  6247. o86 = Instance.new("BlockMesh")
  6248. o87 = Instance.new("Part")
  6249. o88 = Instance.new("BlockMesh")
  6250. o89 = Instance.new("Part")
  6251. o90 = Instance.new("BlockMesh")
  6252. o91 = Instance.new("Part")
  6253. o92 = Instance.new("BlockMesh")
  6254. o93 = Instance.new("Part")
  6255. o94 = Instance.new("BlockMesh")
  6256. o95 = Instance.new("Part")
  6257. o96 = Instance.new("BlockMesh")
  6258. o97 = Instance.new("Part")
  6259. o98 = Instance.new("Model")
  6260. o99 = Instance.new("Part")
  6261. o100 = Instance.new("CylinderMesh")
  6262. o101 = Instance.new("Part")
  6263. o102 = Instance.new("CylinderMesh")
  6264. o103 = Instance.new("Part")
  6265. o104 = Instance.new("CylinderMesh")
  6266. o105 = Instance.new("Part")
  6267. o106 = Instance.new("CylinderMesh")
  6268. o107 = Instance.new("Part")
  6269. o108 = Instance.new("CylinderMesh")
  6270. o109 = Instance.new("Part")
  6271. local s = Instance.new("Sound",char)
  6272. s.SoundId = "http://www.roblox.com/asset/?id=146830287"
  6273. s.Parent = o1.PrimaryPart
  6274. s.Pitch = 1
  6275. s.Volume = 1
  6276. s.Looped = true
  6277. wait(0.1)
  6278. s:play()
  6279.  
  6280. o1.Name = "Drone"
  6281. o1.Parent = game.Players.LocalPlayer.Character
  6282. o2.Parent = o1
  6283. o2.Material = Enum.Material.SmoothPlastic
  6284. o2.BrickColor = BrickColor.new("Institutional white")
  6285. o2.Position = Vector3.new(13.0515203, 41.184063, -70.0561295)
  6286. o2.Anchored = true
  6287. o2.CanCollide = false
  6288. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.432551533)
  6289. o2.CFrame = CFrame.new(13.0515203, 41.184063, -70.0561295, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6290. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6291. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6292. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6293. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6294. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6295. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6296. o2.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6297. o2.Position = Vector3.new(13.0515203, 41.184063, -70.0561295)
  6298. o3.Parent = o2
  6299. o3.Scale = Vector3.new(0.337930918, 0.270344734, 1)
  6300. o4.Parent = o1
  6301. o4.Material = Enum.Material.SmoothPlastic
  6302. o4.BrickColor = BrickColor.new("Institutional white")
  6303. o4.Position = Vector3.new(11.0104322, 40.8393707, -70.0561218)
  6304. o4.Anchored = true
  6305. o4.CanCollide = false
  6306. o4.Size = Vector3.new(0.200000003, 0.7434479, 0.432551622)
  6307. o4.CFrame = CFrame.new(11.0104322, 40.8393707, -70.0561218, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6308. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6309. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6310. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6311. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6312. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6313. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6314. o4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6315. o4.Position = Vector3.new(11.0104322, 40.8393707, -70.0561218)
  6316. o5.Parent = o4
  6317. o5.Scale = Vector3.new(0.337930918, 1, 1)
  6318. o6.Parent = o1
  6319. o6.Material = Enum.Material.SmoothPlastic
  6320. o6.BrickColor = BrickColor.new("Institutional white")
  6321. o6.Position = Vector3.new(12.0309782, 40.8393707, -70.5968246)
  6322. o6.Anchored = true
  6323. o6.Size = Vector3.new(2.10868883, 0.7434479, 0.648827374)
  6324. o6.CFrame = CFrame.new(12.0309782, 40.8393707, -70.5968246, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6325. o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6326. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6327. o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6328. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6329. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6330. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6331. o6.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6332. o6.Position = Vector3.new(12.0309782, 40.8393707, -70.5968246)
  6333. o7.Parent = o1
  6334. o7.Material = Enum.Material.SmoothPlastic
  6335. o7.BrickColor = BrickColor.new("Institutional white")
  6336. o7.Position = Vector3.new(13.0380087, 40.9340019, -70.0561295)
  6337. o7.Anchored = true
  6338. o7.CanCollide = false
  6339. o7.Size = Vector3.new(0.200000003, 0.446068704, 0.432551533)
  6340. o7.CFrame = CFrame.new(13.0380087, 40.9340019, -70.0561295, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6341. o7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6342. o7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6343. o7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6344. o7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6345. o7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6346. o7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6347. o7.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6348. o7.Position = Vector3.new(13.0380087, 40.9340019, -70.0561295)
  6349. o8.Parent = o7
  6350. o8.Scale = Vector3.new(0.202758551, 1, 1)
  6351. o9.Parent = o1
  6352. o9.Material = Enum.Material.SmoothPlastic
  6353. o9.BrickColor = BrickColor.new("Institutional white")
  6354. o9.Position = Vector3.new(13.0515203, 40.4946709, -70.0561295)
  6355. o9.Anchored = true
  6356. o9.CanCollide = false
  6357. o9.Size = Vector3.new(0.200000003, 0.200000003, 0.432551533)
  6358. o9.CFrame = CFrame.new(13.0515203, 40.4946709, -70.0561295, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6359. o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6360. o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6361. o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6362. o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6363. o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6364. o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6365. o9.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6366. o9.Position = Vector3.new(13.0515203, 40.4946709, -70.0561295)
  6367. o10.Parent = o9
  6368. o10.Scale = Vector3.new(0.337930918, 0.270344734, 1)
  6369. o11.Parent = o1
  6370. o11.Material = Enum.Material.SmoothPlastic
  6371. o11.BrickColor = BrickColor.new("Really black")
  6372. o11.Position = Vector3.new(13.0447683, 40.9407463, -70.0561218)
  6373. o11.Rotation = Vector3.new(-0, 0, -89.9999771)
  6374. o11.Anchored = true
  6375. o11.CanCollide = false
  6376. o11.Size = Vector3.new(0.432551593, 0.200000003, 0.432551533)
  6377. o11.CFrame = CFrame.new(13.0447683, 40.9407463, -70.0561218, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1)
  6378. o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6379. o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6380. o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6381. o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6382. o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6383. o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6384. o11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6385. o11.Position = Vector3.new(13.0447683, 40.9407463, -70.0561218)
  6386. o12.Parent = o11
  6387. o12.Scale = Vector3.new(1, 0.270344734, 1)
  6388. o13.Parent = o1
  6389. o13.Material = Enum.Material.SmoothPlastic
  6390. o13.BrickColor = BrickColor.new("Institutional white")
  6391. o13.Position = Vector3.new(11.6057615, 40.8393707, -71.2487564)
  6392. o13.Rotation = Vector3.new(-180, 14.9999971, -180)
  6393. o13.Anchored = true
  6394. o13.CanCollide = false
  6395. o13.Size = Vector3.new(1.08137906, 0.200000003, 0.200000003)
  6396. o13.CFrame = CFrame.new(11.6057615, 40.8393707, -71.2487564, -0.965925872, 0, 0.258818984, 0, 1, 0, -0.258818984, 0, -0.965925872)
  6397. o13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6398. o13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6399. o13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6400. o13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6401. o13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6402. o13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6403. o13.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6404. o13.Position = Vector3.new(11.6057615, 40.8393707, -71.2487564)
  6405. o14.Parent = o13
  6406. o14.Scale = Vector3.new(1, 0.473103225, 0.946206748)
  6407. o15.Parent = o1
  6408. o15.Material = Enum.Material.SmoothPlastic
  6409. o15.BrickColor = BrickColor.new("Institutional white")
  6410. o15.Position = Vector3.new(12.0377378, 40.8393707, -69.1775131)
  6411. o15.Anchored = true
  6412. o15.CanCollide = false
  6413. o15.Size = Vector3.new(1.82482684, 0.608275533, 0.200000003)
  6414. o15.CFrame = CFrame.new(12.0377378, 40.8393707, -69.1775131, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6415. o15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6416. o15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6417. o15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6418. o15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6419. o15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6420. o15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6421. o15.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6422. o15.Position = Vector3.new(12.0377378, 40.8393707, -69.1775131)
  6423. o16.Parent = o15
  6424. o16.Scale = Vector3.new(1, 1, 0.540689588)
  6425. o17.Parent = o1
  6426. o17.Material = Enum.Material.SmoothPlastic
  6427. o17.BrickColor = BrickColor.new("Institutional white")
  6428. o17.Position = Vector3.new(11.5763578, 40.8393707, -68.866394)
  6429. o17.Rotation = Vector3.new(-0, 14.9999971, -180)
  6430. o17.Anchored = true
  6431. o17.CanCollide = false
  6432. o17.Size = Vector3.new(1.08137906, 0.200000003, 0.200000003)
  6433. o17.CFrame = CFrame.new(11.5763578, 40.8393707, -68.866394, -0.965925872, 0, 0.258818984, 0, -1, 0, 0.258818984, 0, 0.965925872)
  6434. o17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6435. o17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6436. o17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6437. o17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6438. o17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6439. o17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6440. o17.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6441. o17.Position = Vector3.new(11.5763578, 40.8393707, -68.866394)
  6442. o18.Parent = o17
  6443. o18.Scale = Vector3.new(1, 0.473103225, 0.946206748)
  6444. o19.Parent = o1
  6445. o19.Material = Enum.Material.SmoothPlastic
  6446. o19.BrickColor = BrickColor.new("Institutional white")
  6447. o19.Position = Vector3.new(13.1865072, 40.8325996, -71.4201889)
  6448. o19.Rotation = Vector3.new(-180, -14.9999971, -0)
  6449. o19.Anchored = true
  6450. o19.Size = Vector3.new(0.243310437, 0.243310243, 0.243310302)
  6451. o19.CFrame = CFrame.new(13.1865072, 40.8325996, -71.4201889, 0.965925872, 0, -0.258818984, 0, -1, 0, -0.258818984, 0, -0.965925872)
  6452. o19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6453. o19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6454. o19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6455. o19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6456. o19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6457. o19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6458. o19.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6459. o19.Position = Vector3.new(13.1865072, 40.8325996, -71.4201889)
  6460. o20.Parent = o1
  6461. o20.Material = Enum.Material.SmoothPlastic
  6462. o20.BrickColor = BrickColor.new("Institutional white")
  6463. o20.Position = Vector3.new(12.0650892, 40.8393707, -71.0390167)
  6464. o20.Rotation = Vector3.new(-180, 0, -180)
  6465. o20.Anchored = true
  6466. o20.CanCollide = false
  6467. o20.Size = Vector3.new(0.432551652, 0.202758521, 0.200000003)
  6468. o20.CFrame = CFrame.new(12.0650892, 40.8393707, -71.0390167, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  6469. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6470. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6471. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6472. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6473. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6474. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6475. o20.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6476. o20.Position = Vector3.new(12.0650892, 40.8393707, -71.0390167)
  6477. o21.Parent = o20
  6478. o21.Scale = Vector3.new(1, 1, 0.878620446)
  6479. o22.Parent = o1
  6480. o22.Material = Enum.Material.SmoothPlastic
  6481. o22.BrickColor = BrickColor.new("Institutional white")
  6482. o22.Position = Vector3.new(12.517333, 40.8393707, -68.866394)
  6483. o22.Rotation = Vector3.new(-0, -15.0000248, -0)
  6484. o22.Anchored = true
  6485. o22.CanCollide = false
  6486. o22.Size = Vector3.new(1.08137906, 0.200000003, 0.200000003)
  6487. o22.CFrame = CFrame.new(12.517333, 40.8393707, -68.866394, 0.965927541, 0, -0.258819461, 0, 1, 0, 0.258819461, 0, 0.965927541)
  6488. o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6489. o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6490. o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6491. o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6492. o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6493. o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6494. o22.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6495. o22.Position = Vector3.new(12.517333, 40.8393707, -68.866394)
  6496. o23.Parent = o22
  6497. o23.Scale = Vector3.new(1, 0.473103225, 0.946206748)
  6498. o24.Parent = o1
  6499. o24.Material = Enum.Material.SmoothPlastic
  6500. o24.BrickColor = BrickColor.new("Institutional white")
  6501. o24.Position = Vector3.new(12.0242186, 40.8393707, -70.9347534)
  6502. o24.Anchored = true
  6503. o24.CanCollide = false
  6504. o24.Size = Vector3.new(1.85186148, 0.608275533, 0.200000003)
  6505. o24.CFrame = CFrame.new(12.0242186, 40.8393707, -70.9347534, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6506. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6507. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6508. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6509. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6510. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6511. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6512. o24.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6513. o24.Position = Vector3.new(12.0242186, 40.8393707, -70.9347534)
  6514. o25.Parent = o24
  6515. o25.Scale = Vector3.new(1, 1, 0.540689588)
  6516. o26.Parent = o1
  6517. o26.Material = Enum.Material.SmoothPlastic
  6518. o26.BrickColor = BrickColor.new("Institutional white")
  6519. o26.Position = Vector3.new(10.936595, 40.8325996, -68.6949692)
  6520. o26.Rotation = Vector3.new(-0, 14.9999971, -180)
  6521. o26.Anchored = true
  6522. o26.Size = Vector3.new(0.243310437, 0.243310243, 0.243310302)
  6523. o26.CFrame = CFrame.new(10.936595, 40.8325996, -68.6949692, -0.965925872, 0, 0.258818984, 0, -1, 0, 0.258818984, 0, 0.965925872)
  6524. o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6525. o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6526. o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6527. o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6528. o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6529. o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6530. o26.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6531. o26.Position = Vector3.new(10.936595, 40.8325996, -68.6949692)
  6532. o27.Parent = o1
  6533. o27.Material = Enum.Material.SmoothPlastic
  6534. o27.BrickColor = BrickColor.new("Institutional white")
  6535. o27.Position = Vector3.new(10.9659986, 40.8325996, -71.4201889)
  6536. o27.Rotation = Vector3.new(-180, 14.9999971, -180)
  6537. o27.Anchored = true
  6538. o27.Size = Vector3.new(0.243310437, 0.243310243, 0.243310302)
  6539. o27.CFrame = CFrame.new(10.9659986, 40.8325996, -71.4201889, -0.965925872, 0, 0.258818984, 0, 1, 0, -0.258818984, 0, -0.965925872)
  6540. o27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6541. o27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6542. o27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6543. o27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6544. o27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6545. o27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6546. o27.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6547. o27.Position = Vector3.new(10.9659986, 40.8325996, -71.4201889)
  6548. o28.Parent = o1
  6549. o28.Material = Enum.Material.SmoothPlastic
  6550. o28.BrickColor = BrickColor.new("Institutional white")
  6551. o28.Position = Vector3.new(12.0580168, 40.8393707, -69.0761337)
  6552. o28.Anchored = true
  6553. o28.CanCollide = false
  6554. o28.Size = Vector3.new(0.432551652, 0.202758521, 0.200000003)
  6555. o28.CFrame = CFrame.new(12.0580168, 40.8393707, -69.0761337, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6556. o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6557. o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6558. o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6559. o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6560. o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6561. o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6562. o28.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6563. o28.Position = Vector3.new(12.0580168, 40.8393707, -69.0761337)
  6564. o29.Parent = o28
  6565. o29.Scale = Vector3.new(1, 1, 0.878620446)
  6566. o30.Parent = o1
  6567. o30.Material = Enum.Material.SmoothPlastic
  6568. o30.BrickColor = BrickColor.new("Institutional white")
  6569. o30.Position = Vector3.new(12.0580168, 40.8393707, -69.0355835)
  6570. o30.Anchored = true
  6571. o30.CanCollide = false
  6572. o30.Size = Vector3.new(0.405517191, 0.200000003, 0.256827533)
  6573. o30.CFrame = CFrame.new(12.0580168, 40.8393707, -69.0355835, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6574. o30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6575. o30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6576. o30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6577. o30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6578. o30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6579. o30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6580. o30.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6581. o30.Position = Vector3.new(12.0580168, 40.8393707, -69.0355835)
  6582. o31.Parent = o30
  6583. o31.Scale = Vector3.new(1, 0.473103225, 1)
  6584. o32.Parent = o1
  6585. o32.Material = Enum.Material.SmoothPlastic
  6586. o32.BrickColor = BrickColor.new("Institutional white")
  6587. o32.Position = Vector3.new(13.1571112, 40.8325996, -68.6949692)
  6588. o32.Rotation = Vector3.new(-0, -15.0000248, -0)
  6589. o32.Anchored = true
  6590. o32.Size = Vector3.new(0.243310437, 0.243310243, 0.243310302)
  6591. o32.CFrame = CFrame.new(13.1571112, 40.8325996, -68.6949692, 0.965927541, 0, -0.258819461, 0, 1, 0, 0.258819461, 0, 0.965927541)
  6592. o32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6593. o32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6594. o32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6595. o32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6596. o32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6597. o32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6598. o32.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6599. o32.Position = Vector3.new(13.1571112, 40.8325996, -68.6949692)
  6600. o33.Parent = o1
  6601. o33.Material = Enum.Material.SmoothPlastic
  6602. o33.BrickColor = BrickColor.new("Institutional white")
  6603. o33.Position = Vector3.new(12.5467367, 40.8393707, -71.2487564)
  6604. o33.Rotation = Vector3.new(-180, -14.9999971, -0)
  6605. o33.Anchored = true
  6606. o33.CanCollide = false
  6607. o33.Size = Vector3.new(1.08137906, 0.200000003, 0.200000003)
  6608. o33.CFrame = CFrame.new(12.5467367, 40.8393707, -71.2487564, 0.965925872, 0, -0.258818984, 0, -1, 0, -0.258818984, 0, -0.965925872)
  6609. o33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6610. o33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6611. o33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6612. o33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6613. o33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6614. o33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6615. o33.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6616. o33.Position = Vector3.new(12.5467367, 40.8393707, -71.2487564)
  6617. o34.Parent = o33
  6618. o34.Scale = Vector3.new(1, 0.473103225, 0.946206748)
  6619. o35.Parent = o1
  6620. o35.Material = Enum.Material.Neon
  6621. o35.BrickColor = BrickColor.new("Institutional white")
  6622. o35.Position = Vector3.new(13.05828, 40.9407463, -70.0561218)
  6623. o35.Rotation = Vector3.new(-0, 0, -89.9999771)
  6624. o35.Anchored = true
  6625. o35.CanCollide = false
  6626. o35.Size = Vector3.new(0.324413657, 0.200000003, 0.432551533)
  6627. o35.CFrame = CFrame.new(13.05828, 40.9407463, -70.0561218, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1)
  6628. o35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6629. o35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6630. o35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6631. o35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6632. o35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6633. o35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6634. o35.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6635. o35.Position = Vector3.new(13.05828, 40.9407463, -70.0561218)
  6636. o36.Parent = o35
  6637. o36.Scale = Vector3.new(1, 0.405517131, 1)
  6638. o37.Name = "Eye"
  6639. o37.Parent = o1
  6640. o37.Material = Enum.Material.Neon
  6641. o37.BrickColor = BrickColor.new("Lime green")
  6642. o37.Position = Vector3.new(13.0515203, 40.9407463, -70.0561218)
  6643. o37.Rotation = Vector3.new(-0, 0, -89.9999771)
  6644. o37.Anchored = true
  6645. o37.CanCollide = false
  6646. o37.Size = Vector3.new(0.405517131, 0.200000003, 0.432551533)
  6647. o37.CFrame = CFrame.new(13.0515203, 40.9407463, -70.0561218, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1)
  6648. o37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6649. o37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6650. o37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6651. o37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6652. o37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6653. o37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6654. o37.Color = Color3.new(0, 1, 0)
  6655. o37.Position = Vector3.new(13.0515203, 40.9407463, -70.0561218)
  6656. o38.Parent = o37
  6657. o38.Scale = Vector3.new(1, 0.337930918, 1)
  6658. o39.Parent = o37
  6659. o39.Color = Color3.new(0, 1, 0)
  6660. o39.Brightness = 3
  6661. o39.Face = Enum.NormalId.Top
  6662. o39.Name = "Light"
  6663. o40.Name = "Rotor4"
  6664. o40.Parent = o1
  6665. o40.PrimaryPart = o41
  6666. o41.Name = "Main"
  6667. o41.Parent = o40
  6668. o41.Material = Enum.Material.SmoothPlastic
  6669. o41.BrickColor = BrickColor.new("Fossil")
  6670. o41.Position = Vector3.new(13.1841497, 41.1367531, -71.4254456)
  6671. o41.Anchored = true
  6672. o41.CanCollide = false
  6673. o41.Size = Vector3.new(0.200000003, 0.36496532, 0.200000003)
  6674. o41.CFrame = CFrame.new(13.1841497, 41.1367531, -71.4254456, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6675. o41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6676. o41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6677. o41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6678. o41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6679. o41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6680. o41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6681. o41.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6682. o41.Position = Vector3.new(13.1841497, 41.1367531, -71.4254456)
  6683. o42.Parent = o41
  6684. o42.Scale = Vector3.new(0.405518085, 1, 0.40551728)
  6685. o43.Parent = o40
  6686. o43.Material = Enum.Material.SmoothPlastic
  6687. o43.BrickColor = BrickColor.new("Fossil")
  6688. o43.Position = Vector3.new(13.1841497, 41.3597794, -71.4254456)
  6689. o43.Anchored = true
  6690. o43.CanCollide = false
  6691. o43.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6692. o43.CFrame = CFrame.new(13.1841497, 41.3597794, -71.4254456, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6693. o43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6694. o43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6695. o43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6696. o43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6697. o43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6698. o43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6699. o43.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6700. o43.Position = Vector3.new(13.1841497, 41.3597794, -71.4254456)
  6701. o44.Parent = o43
  6702. o44.Scale = Vector3.new(0.540690422, 0.540689468, 0.540689766)
  6703. o45.Parent = o40
  6704. o45.Material = Enum.Material.SmoothPlastic
  6705. o45.BrickColor = BrickColor.new("Fossil")
  6706. o45.Position = Vector3.new(13.1841497, 41.3597794, -71.1821365)
  6707. o45.Rotation = Vector3.new(-0, 0, -14.9999666)
  6708. o45.Anchored = true
  6709. o45.CanCollide = false
  6710. o45.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  6711. o45.CFrame = CFrame.new(13.1841497, 41.3597794, -71.1821365, 0.965925932, 0.258818477, 0, -0.258818448, 0.965926051, 0, 0, 0, 1)
  6712. o45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6713. o45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6714. o45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6715. o45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6716. o45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6717. o45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6718. o45.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6719. o45.Position = Vector3.new(13.1841497, 41.3597794, -71.1821365)
  6720. o46.Parent = o45
  6721. o46.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  6722. o47.Parent = o40
  6723. o47.Material = Enum.Material.SmoothPlastic
  6724. o47.BrickColor = BrickColor.new("Fossil")
  6725. o47.Position = Vector3.new(12.9408331, 41.3597794, -71.4254456)
  6726. o47.Rotation = Vector3.new(14.999939, -90, 0)
  6727. o47.Anchored = true
  6728. o47.CanCollide = false
  6729. o47.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  6730. o47.CFrame = CFrame.new(12.9408331, 41.3597794, -71.4254456, 0, 0, -1, -0.25881803, 0.965926111, 0, 0.965926111, 0.25881803, 0)
  6731. o47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6732. o47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6733. o47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6734. o47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6735. o47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6736. o47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6737. o47.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6738. o47.Position = Vector3.new(12.9408331, 41.3597794, -71.4254456)
  6739. o48.Parent = o47
  6740. o48.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  6741. o49.Parent = o40
  6742. o49.Material = Enum.Material.SmoothPlastic
  6743. o49.BrickColor = BrickColor.new("Fossil")
  6744. o49.Position = Vector3.new(13.1841497, 41.3597794, -71.6687622)
  6745. o49.Rotation = Vector3.new(-0, 0, 14.9999952)
  6746. o49.Anchored = true
  6747. o49.CanCollide = false
  6748. o49.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  6749. o49.CFrame = CFrame.new(13.1841497, 41.3597794, -71.6687622, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872, 0, 0, 0, 1)
  6750. o49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6751. o49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6752. o49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6753. o49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6754. o49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6755. o49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6756. o49.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6757. o49.Position = Vector3.new(13.1841497, 41.3597794, -71.6687622)
  6758. o50.Parent = o49
  6759. o50.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  6760. o51.Parent = o40
  6761. o51.Material = Enum.Material.SmoothPlastic
  6762. o51.BrickColor = BrickColor.new("Fossil")
  6763. o51.Position = Vector3.new(13.4274492, 41.3597794, -71.4254532)
  6764. o51.Rotation = Vector3.new(-14.9999952, -90, 0)
  6765. o51.Anchored = true
  6766. o51.CanCollide = false
  6767. o51.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  6768. o51.CFrame = CFrame.new(13.4274492, 41.3597794, -71.4254532, 0, 0, -1, 0.258818984, 0.965925872, 0, 0.965925872, -0.258818984, 0)
  6769. o51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6770. o51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6771. o51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6772. o51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6773. o51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6774. o51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6775. o51.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6776. o51.Position = Vector3.new(13.4274492, 41.3597794, -71.4254532)
  6777. o52.Parent = o51
  6778. o52.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  6779. o53.Name = "Rotor3"
  6780. o53.Parent = o1
  6781. o53.PrimaryPart = o54
  6782. o54.Name = "Main"
  6783. o54.Parent = o53
  6784. o54.Material = Enum.Material.SmoothPlastic
  6785. o54.BrickColor = BrickColor.new("Fossil")
  6786. o54.Position = Vector3.new(10.9673338, 41.1367531, -71.4254456)
  6787. o54.Anchored = true
  6788. o54.CanCollide = false
  6789. o54.Size = Vector3.new(0.200000003, 0.36496532, 0.200000003)
  6790. o54.CFrame = CFrame.new(10.9673338, 41.1367531, -71.4254456, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6791. o54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6792. o54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6793. o54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6794. o54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6795. o54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6796. o54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6797. o54.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6798. o54.Position = Vector3.new(10.9673338, 41.1367531, -71.4254456)
  6799. o55.Parent = o54
  6800. o55.Scale = Vector3.new(0.405518085, 1, 0.40551728)
  6801. o56.Parent = o53
  6802. o56.Material = Enum.Material.SmoothPlastic
  6803. o56.BrickColor = BrickColor.new("Fossil")
  6804. o56.Position = Vector3.new(10.9673338, 41.3597794, -71.4254456)
  6805. o56.Anchored = true
  6806. o56.CanCollide = false
  6807. o56.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6808. o56.CFrame = CFrame.new(10.9673338, 41.3597794, -71.4254456, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6809. o56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6810. o56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6811. o56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6812. o56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6813. o56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6814. o56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6815. o56.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6816. o56.Position = Vector3.new(10.9673338, 41.3597794, -71.4254456)
  6817. o57.Parent = o56
  6818. o57.Scale = Vector3.new(0.540690422, 0.540689468, 0.540689766)
  6819. o58.Parent = o53
  6820. o58.Material = Enum.Material.SmoothPlastic
  6821. o58.BrickColor = BrickColor.new("Fossil")
  6822. o58.Position = Vector3.new(10.9673338, 41.3597794, -71.1821365)
  6823. o58.Rotation = Vector3.new(-0, 0, -14.9999666)
  6824. o58.Anchored = true
  6825. o58.CanCollide = false
  6826. o58.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  6827. o58.CFrame = CFrame.new(10.9673338, 41.3597794, -71.1821365, 0.965925932, 0.258818477, 0, -0.258818448, 0.965926051, 0, 0, 0, 1)
  6828. o58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6829. o58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6830. o58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6831. o58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6832. o58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6833. o58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6834. o58.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6835. o58.Position = Vector3.new(10.9673338, 41.3597794, -71.1821365)
  6836. o59.Parent = o58
  6837. o59.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  6838. o60.Parent = o53
  6839. o60.Material = Enum.Material.SmoothPlastic
  6840. o60.BrickColor = BrickColor.new("Fossil")
  6841. o60.Position = Vector3.new(10.7240248, 41.3597794, -71.4254456)
  6842. o60.Rotation = Vector3.new(14.999939, -90, 0)
  6843. o60.Anchored = true
  6844. o60.CanCollide = false
  6845. o60.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  6846. o60.CFrame = CFrame.new(10.7240248, 41.3597794, -71.4254456, 0, 0, -1, -0.25881803, 0.965926111, 0, 0.965926111, 0.25881803, 0)
  6847. o60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6848. o60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6849. o60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6850. o60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6851. o60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6852. o60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6853. o60.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6854. o60.Position = Vector3.new(10.7240248, 41.3597794, -71.4254456)
  6855. o61.Parent = o60
  6856. o61.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  6857. o62.Parent = o53
  6858. o62.Material = Enum.Material.SmoothPlastic
  6859. o62.BrickColor = BrickColor.new("Fossil")
  6860. o62.Position = Vector3.new(10.9673338, 41.3597794, -71.6687622)
  6861. o62.Rotation = Vector3.new(-0, 0, 14.9999952)
  6862. o62.Anchored = true
  6863. o62.CanCollide = false
  6864. o62.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  6865. o62.CFrame = CFrame.new(10.9673338, 41.3597794, -71.6687622, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872, 0, 0, 0, 1)
  6866. o62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6867. o62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6868. o62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6869. o62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6870. o62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6871. o62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6872. o62.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6873. o62.Position = Vector3.new(10.9673338, 41.3597794, -71.6687622)
  6874. o63.Parent = o62
  6875. o63.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  6876. o64.Parent = o53
  6877. o64.Material = Enum.Material.SmoothPlastic
  6878. o64.BrickColor = BrickColor.new("Fossil")
  6879. o64.Position = Vector3.new(11.2106352, 41.3597794, -71.4254532)
  6880. o64.Rotation = Vector3.new(-14.9999952, -90, 0)
  6881. o64.Anchored = true
  6882. o64.CanCollide = false
  6883. o64.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  6884. o64.CFrame = CFrame.new(11.2106352, 41.3597794, -71.4254532, 0, 0, -1, 0.258818984, 0.965925872, 0, 0.965925872, -0.258818984, 0)
  6885. o64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6886. o64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6887. o64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6888. o64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6889. o64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6890. o64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6891. o64.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6892. o64.Position = Vector3.new(11.2106352, 41.3597794, -71.4254532)
  6893. o65.Parent = o64
  6894. o65.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  6895. o66.Parent = o1
  6896. o66.Material = Enum.Material.SmoothPlastic
  6897. o66.BrickColor = BrickColor.new("Institutional white")
  6898. o66.Position = Vector3.new(13.0515203, 40.6163445, -70.1642685)
  6899. o66.Anchored = true
  6900. o66.CanCollide = false
  6901. o66.Size = Vector3.new(0.200000003, 0.200000003, 0.216275766)
  6902. o66.CFrame = CFrame.new(13.0515203, 40.6163445, -70.1642685, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6903. o66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6904. o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6905. o66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6906. o66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6907. o66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6908. o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6909. o66.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6910. o66.Position = Vector3.new(13.0515203, 40.6163445, -70.1642685)
  6911. o67.Parent = o66
  6912. o67.Scale = Vector3.new(0.337930918, 0.94620645, 1)
  6913. o68.Name = "SmgShutter"
  6914. o68.Parent = o1
  6915. o68.Material = Enum.Material.SmoothPlastic
  6916. o68.BrickColor = BrickColor.new("Institutional white")
  6917. o68.Position = Vector3.new(13.0515203, 40.6163445, -69.9479904)
  6918. o68.Anchored = true
  6919. o68.CanCollide = false
  6920. o68.Size = Vector3.new(0.200000003, 0.200000003, 0.216275766)
  6921. o68.CFrame = CFrame.new(13.0515203, 40.6163445, -69.9479904, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6922. o68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6923. o68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6924. o68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6925. o68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6926. o68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6927. o68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6928. o68.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6929. o68.Position = Vector3.new(13.0515203, 40.6163445, -69.9479904)
  6930. o69.Parent = o68
  6931. o69.Scale = Vector3.new(0.337930918, 0.94620645, 1)
  6932. o70.Parent = o1
  6933. o70.Material = Enum.Material.SmoothPlastic
  6934. o70.BrickColor = BrickColor.new("Institutional white")
  6935. o70.Position = Vector3.new(12.0242186, 40.8325996, -70.0561218)
  6936. o70.Anchored = true
  6937. o70.Size = Vector3.new(1.98703384, 0.865103006, 1.62206864)
  6938. o70.CFrame = CFrame.new(12.0242186, 40.8325996, -70.0561218, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6939. o70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6940. o70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6941. o70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6942. o70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6943. o70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6944. o70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6945. o70.Color = Color3.new(0.972549, 0.972549, 0.972549)
  6946. o70.Position = Vector3.new(12.0242186, 40.8325996, -70.0561218)
  6947. o71.Name = "Rotor1"
  6948. o71.Parent = o1
  6949. o71.PrimaryPart = o72
  6950. o72.Name = "Main"
  6951. o72.Parent = o71
  6952. o72.Material = Enum.Material.SmoothPlastic
  6953. o72.BrickColor = BrickColor.new("Fossil")
  6954. o72.Position = Vector3.new(13.1571112, 41.1367531, -68.6949692)
  6955. o72.Anchored = true
  6956. o72.CanCollide = false
  6957. o72.Size = Vector3.new(0.200000003, 0.36496532, 0.200000003)
  6958. o72.CFrame = CFrame.new(13.1571112, 41.1367531, -68.6949692, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6959. o72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6960. o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6961. o72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6962. o72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6963. o72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6964. o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6965. o72.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6966. o72.Position = Vector3.new(13.1571112, 41.1367531, -68.6949692)
  6967. o73.Parent = o72
  6968. o73.Scale = Vector3.new(0.405518085, 1, 0.40551728)
  6969. o74.Parent = o71
  6970. o74.Material = Enum.Material.SmoothPlastic
  6971. o74.BrickColor = BrickColor.new("Fossil")
  6972. o74.Position = Vector3.new(13.1571112, 41.3597794, -68.6949692)
  6973. o74.Anchored = true
  6974. o74.CanCollide = false
  6975. o74.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6976. o74.CFrame = CFrame.new(13.1571112, 41.3597794, -68.6949692, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6977. o74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6978. o74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6979. o74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6980. o74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6981. o74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6982. o74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6983. o74.Color = Color3.new(0.623529, 0.631373, 0.67451)
  6984. o74.Position = Vector3.new(13.1571112, 41.3597794, -68.6949692)
  6985. o75.Parent = o74
  6986. o75.Scale = Vector3.new(0.540690422, 0.540689468, 0.540689766)
  6987. o76.Parent = o71
  6988. o76.Material = Enum.Material.SmoothPlastic
  6989. o76.BrickColor = BrickColor.new("Fossil")
  6990. o76.Position = Vector3.new(13.1571112, 41.3597794, -68.4516602)
  6991. o76.Rotation = Vector3.new(-0, 0, -14.9999666)
  6992. o76.Anchored = true
  6993. o76.CanCollide = false
  6994. o76.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  6995. o76.CFrame = CFrame.new(13.1571112, 41.3597794, -68.4516602, 0.965925932, 0.258818477, 0, -0.258818448, 0.965926051, 0, 0, 0, 1)
  6996. o76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6997. o76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6998. o76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6999. o76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7000. o76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7001. o76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7002. o76.Color = Color3.new(0.623529, 0.631373, 0.67451)
  7003. o76.Position = Vector3.new(13.1571112, 41.3597794, -68.4516602)
  7004. o77.Parent = o76
  7005. o77.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  7006. o78.Parent = o71
  7007. o78.Material = Enum.Material.SmoothPlastic
  7008. o78.BrickColor = BrickColor.new("Fossil")
  7009. o78.Position = Vector3.new(12.9138021, 41.3597794, -68.6949692)
  7010. o78.Rotation = Vector3.new(14.999939, -90, 0)
  7011. o78.Anchored = true
  7012. o78.CanCollide = false
  7013. o78.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  7014. o78.CFrame = CFrame.new(12.9138021, 41.3597794, -68.6949692, 0, 0, -1, -0.25881803, 0.965926111, 0, 0.965926111, 0.25881803, 0)
  7015. o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7016. o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7017. o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7018. o78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7019. o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7020. o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7021. o78.Color = Color3.new(0.623529, 0.631373, 0.67451)
  7022. o78.Position = Vector3.new(12.9138021, 41.3597794, -68.6949692)
  7023. o79.Parent = o78
  7024. o79.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  7025. o80.Parent = o71
  7026. o80.Material = Enum.Material.SmoothPlastic
  7027. o80.BrickColor = BrickColor.new("Fossil")
  7028. o80.Position = Vector3.new(13.1571112, 41.3597794, -68.9382782)
  7029. o80.Rotation = Vector3.new(-0, 0, 14.9999952)
  7030. o80.Anchored = true
  7031. o80.CanCollide = false
  7032. o80.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  7033. o80.CFrame = CFrame.new(13.1571112, 41.3597794, -68.9382782, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872, 0, 0, 0, 1)
  7034. o80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7035. o80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7036. o80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7037. o80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7038. o80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7039. o80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7040. o80.Color = Color3.new(0.623529, 0.631373, 0.67451)
  7041. o80.Position = Vector3.new(13.1571112, 41.3597794, -68.9382782)
  7042. o81.Parent = o80
  7043. o81.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  7044. o82.Parent = o71
  7045. o82.Material = Enum.Material.SmoothPlastic
  7046. o82.BrickColor = BrickColor.new("Fossil")
  7047. o82.Position = Vector3.new(13.4004259, 41.3597794, -68.6949692)
  7048. o82.Rotation = Vector3.new(-14.9999952, -90, 0)
  7049. o82.Anchored = true
  7050. o82.CanCollide = false
  7051. o82.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  7052. o82.CFrame = CFrame.new(13.4004259, 41.3597794, -68.6949692, 0, 0, -1, 0.258818984, 0.965925872, 0, 0.965925872, -0.258818984, 0)
  7053. o82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7054. o82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7055. o82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7056. o82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7057. o82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7058. o82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7059. o82.Color = Color3.new(0.623529, 0.631373, 0.67451)
  7060. o82.Position = Vector3.new(13.4004259, 41.3597794, -68.6949692)
  7061. o83.Parent = o82
  7062. o83.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  7063. o84.Name = "Rotor2"
  7064. o84.Parent = o1
  7065. o84.PrimaryPart = o85
  7066. o85.Name = "Main"
  7067. o85.Parent = o84
  7068. o85.Material = Enum.Material.SmoothPlastic
  7069. o85.BrickColor = BrickColor.new("Fossil")
  7070. o85.Position = Vector3.new(10.9403028, 41.1367531, -68.6949692)
  7071. o85.Anchored = true
  7072. o85.CanCollide = false
  7073. o85.Size = Vector3.new(0.200000003, 0.36496532, 0.200000003)
  7074. o85.CFrame = CFrame.new(10.9403028, 41.1367531, -68.6949692, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  7075. o85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7076. o85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7077. o85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7078. o85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7079. o85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7080. o85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7081. o85.Color = Color3.new(0.623529, 0.631373, 0.67451)
  7082. o85.Position = Vector3.new(10.9403028, 41.1367531, -68.6949692)
  7083. o86.Parent = o85
  7084. o86.Scale = Vector3.new(0.405518085, 1, 0.40551728)
  7085. o87.Parent = o84
  7086. o87.Material = Enum.Material.SmoothPlastic
  7087. o87.BrickColor = BrickColor.new("Fossil")
  7088. o87.Position = Vector3.new(10.9403028, 41.3597794, -68.6949692)
  7089. o87.Anchored = true
  7090. o87.CanCollide = false
  7091. o87.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7092. o87.CFrame = CFrame.new(10.9403028, 41.3597794, -68.6949692, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  7093. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7094. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7095. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7096. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7097. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7098. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7099. o87.Color = Color3.new(0.623529, 0.631373, 0.67451)
  7100. o87.Position = Vector3.new(10.9403028, 41.3597794, -68.6949692)
  7101. o88.Parent = o87
  7102. o88.Scale = Vector3.new(0.540690422, 0.540689468, 0.540689766)
  7103. o89.Parent = o84
  7104. o89.Material = Enum.Material.SmoothPlastic
  7105. o89.BrickColor = BrickColor.new("Fossil")
  7106. o89.Position = Vector3.new(10.9403028, 41.3597794, -68.4516602)
  7107. o89.Rotation = Vector3.new(-0, 0, -14.9999666)
  7108. o89.Anchored = true
  7109. o89.CanCollide = false
  7110. o89.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  7111. o89.CFrame = CFrame.new(10.9403028, 41.3597794, -68.4516602, 0.965925932, 0.258818477, 0, -0.258818448, 0.965926051, 0, 0, 0, 1)
  7112. o89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7113. o89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7114. o89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7115. o89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7116. o89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7117. o89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7118. o89.Color = Color3.new(0.623529, 0.631373, 0.67451)
  7119. o89.Position = Vector3.new(10.9403028, 41.3597794, -68.4516602)
  7120. o90.Parent = o89
  7121. o90.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  7122. o91.Parent = o84
  7123. o91.Material = Enum.Material.SmoothPlastic
  7124. o91.BrickColor = BrickColor.new("Fossil")
  7125. o91.Position = Vector3.new(10.6969938, 41.3597794, -68.6949692)
  7126. o91.Rotation = Vector3.new(14.999939, -90, 0)
  7127. o91.Anchored = true
  7128. o91.CanCollide = false
  7129. o91.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  7130. o91.CFrame = CFrame.new(10.6969938, 41.3597794, -68.6949692, 0, 0, -1, -0.25881803, 0.965926111, 0, 0.965926111, 0.25881803, 0)
  7131. o91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7132. o91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7133. o91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7134. o91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7135. o91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7136. o91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7137. o91.Color = Color3.new(0.623529, 0.631373, 0.67451)
  7138. o91.Position = Vector3.new(10.6969938, 41.3597794, -68.6949692)
  7139. o92.Parent = o91
  7140. o92.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  7141. o93.Parent = o84
  7142. o93.Material = Enum.Material.SmoothPlastic
  7143. o93.BrickColor = BrickColor.new("Fossil")
  7144. o93.Position = Vector3.new(10.9403028, 41.3597794, -68.9382782)
  7145. o93.Rotation = Vector3.new(-0, 0, 14.9999952)
  7146. o93.Anchored = true
  7147. o93.CanCollide = false
  7148. o93.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  7149. o93.CFrame = CFrame.new(10.9403028, 41.3597794, -68.9382782, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872, 0, 0, 0, 1)
  7150. o93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7151. o93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7152. o93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7153. o93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7154. o93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7155. o93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7156. o93.Color = Color3.new(0.623529, 0.631373, 0.67451)
  7157. o93.Position = Vector3.new(10.9403028, 41.3597794, -68.9382782)
  7158. o94.Parent = o93
  7159. o94.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  7160. o95.Parent = o84
  7161. o95.Material = Enum.Material.SmoothPlastic
  7162. o95.BrickColor = BrickColor.new("Fossil")
  7163. o95.Position = Vector3.new(11.1836042, 41.3597794, -68.6949692)
  7164. o95.Rotation = Vector3.new(-14.9999952, -90, 0)
  7165. o95.Anchored = true
  7166. o95.CanCollide = false
  7167. o95.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  7168. o95.CFrame = CFrame.new(11.1836042, 41.3597794, -68.6949692, 0, 0, -1, 0.258818984, 0.965925872, 0, 0.965925872, -0.258818984, 0)
  7169. o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7170. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7171. o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7172. o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7173. o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7174. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7175. o95.Color = Color3.new(0.623529, 0.631373, 0.67451)
  7176. o95.Position = Vector3.new(11.1836042, 41.3597794, -68.6949692)
  7177. o96.Parent = o95
  7178. o96.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  7179. o97.Parent = o1
  7180. o97.Material = Enum.Material.SmoothPlastic
  7181. o97.BrickColor = BrickColor.new("Institutional white")
  7182. o97.Position = Vector3.new(12.0309782, 40.8393707, -69.5154419)
  7183. o97.Anchored = true
  7184. o97.Size = Vector3.new(2.10868883, 0.7434479, 0.648827374)
  7185. o97.CFrame = CFrame.new(12.0309782, 40.8393707, -69.5154419, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  7186. o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7187. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7188. o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7189. o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7190. o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7191. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7192. o97.Color = Color3.new(0.972549, 0.972549, 0.972549)
  7193. o97.Position = Vector3.new(12.0309782, 40.8393707, -69.5154419)
  7194. o98.Name = "Smg"
  7195. o98.Parent = o1
  7196. o99.Parent = o98
  7197. o99.Material = Enum.Material.SmoothPlastic
  7198. o99.BrickColor = BrickColor.new("Smoky grey")
  7199. o99.Position = Vector3.new(12.7068396, 40.616333, -69.9344788)
  7200. o99.Rotation = Vector3.new(-0, 0, -89.9999771)
  7201. o99.Anchored = true
  7202. o99.CanCollide = false
  7203. o99.Size = Vector3.new(0.200000003, 0.216275766, 0.200000003)
  7204. o99.CFrame = CFrame.new(12.7068396, 40.616333, -69.9344788, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1)
  7205. o99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7206. o99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7207. o99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7208. o99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7209. o99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7210. o99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7211. o99.Color = Color3.new(0.356863, 0.364706, 0.411765)
  7212. o99.Position = Vector3.new(12.7068396, 40.616333, -69.9344788)
  7213. o100.Parent = o99
  7214. o100.Scale = Vector3.new(0.946206272, 1, 0.946206272)
  7215. o101.Parent = o98
  7216. o101.Material = Enum.Material.SmoothPlastic
  7217. o101.BrickColor = BrickColor.new("Smoky grey")
  7218. o101.Position = Vector3.new(12.8217306, 40.616333, -69.9344788)
  7219. o101.Rotation = Vector3.new(-0, 0, -89.9999771)
  7220. o101.Anchored = true
  7221. o101.CanCollide = false
  7222. o101.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7223. o101.CFrame = CFrame.new(12.8217306, 40.616333, -69.9344788, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1)
  7224. o101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7225. o101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7226. o101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7227. o101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7228. o101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7229. o101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7230. o101.Color = Color3.new(0.356863, 0.364706, 0.411765)
  7231. o101.Position = Vector3.new(12.8217306, 40.616333, -69.9344788)
  7232. o102.Parent = o101
  7233. o102.Scale = Vector3.new(0.811033964, 0.20275867, 0.946206272)
  7234. o103.Parent = o98
  7235. o103.Material = Enum.Material.SmoothPlastic
  7236. o103.BrickColor = BrickColor.new("Smoky grey")
  7237. o103.Position = Vector3.new(12.9095907, 40.6298485, -69.9344788)
  7238. o103.Rotation = Vector3.new(-0, 0, -89.9999771)
  7239. o103.Anchored = true
  7240. o103.CanCollide = false
  7241. o103.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7242. o103.CFrame = CFrame.new(12.9095907, 40.6298485, -69.9344788, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1)
  7243. o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7244. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7245. o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7246. o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7247. o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7248. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7249. o103.Color = Color3.new(0.356863, 0.364706, 0.411765)
  7250. o103.Position = Vector3.new(12.9095907, 40.6298485, -69.9344788)
  7251. o104.Parent = o103
  7252. o104.Scale = Vector3.new(0.54068929, 0.811033964, 0.946206272)
  7253. o105.Name = "SMGPipeH"
  7254. o105.Parent = o98
  7255. o105.Material = Enum.Material.SmoothPlastic
  7256. o105.BrickColor = BrickColor.new("Really black")
  7257. o105.Position = Vector3.new(12.9974585, 40.6298485, -69.9344788)
  7258. o105.Rotation = Vector3.new(-0, 0, -89.9999771)
  7259. o105.Anchored = true
  7260. o105.CanCollide = false
  7261. o105.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7262. o105.CFrame = CFrame.new(12.9974585, 40.6298485, -69.9344788, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1)
  7263. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7264. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7265. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7266. o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7267. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7268. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7269. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7270. o105.Position = Vector3.new(12.9974585, 40.6298485, -69.9344788)
  7271. o106.Parent = o105
  7272. o106.Scale = Vector3.new(0.270344585, 0.0675861686, 0.946206272)
  7273. o107.Parent = o98
  7274. o107.Material = Enum.Material.SmoothPlastic
  7275. o107.BrickColor = BrickColor.new("Smoky grey")
  7276. o107.Position = Vector3.new(12.8758001, 40.5825348, -69.9344788)
  7277. o107.Rotation = Vector3.new(-0, 0, -89.9999771)
  7278. o107.Anchored = true
  7279. o107.CanCollide = false
  7280. o107.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7281. o107.CFrame = CFrame.new(12.8758001, 40.5825348, -69.9344788, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1)
  7282. o107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7283. o107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7284. o107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7285. o107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7286. o107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7287. o107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7288. o107.Color = Color3.new(0.356863, 0.364706, 0.411765)
  7289. o107.Position = Vector3.new(12.8758001, 40.5825348, -69.9344788)
  7290. o108.Parent = o107
  7291. o108.Scale = Vector3.new(0.337930739, 0.473103255, 0.946206272)
  7292. o109.Name = "Controller"
  7293. o109.Parent = o1
  7294. o109.Material = Enum.Material.SmoothPlastic
  7295. o109.BrickColor = BrickColor.new("Institutional white")
  7296. o109.Position = Vector3.new(12.0515394, 40.7946739, -70.0561295)
  7297. o109.Anchored = true
  7298. o109.CanCollide = false
  7299. o109.Size = Vector3.new(0.200000003, 0.400000006, 0.432551533)
  7300. o109.CFrame = CFrame.new(12.0515394, 40.7946739, -70.0561295, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  7301. o109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7302. o109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7303. o109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7304. o109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7305. o109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7306. o109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7307. o109.Color = Color3.new(0.972549, 0.972549, 0.972549)
  7308. o109.Position = Vector3.new(12.0515394, 40.7946739, -70.0561295)
  7309. o1.PrimaryPart = o109
  7310. s.SoundId = "rbxassetid://146830287"
  7311. s.Parent = o1.PrimaryPart
  7312. s.Pitch = 1
  7313. s.Volume = 2
  7314. s.Looped = true
  7315. wait(0.1)
  7316. s:play()
  7317.  
  7318.  
  7319. local seat = Instance.new("Seat",o1)
  7320. seat.Name = "Seat"
  7321. seat.Size = Vector3.new(1,1,1)
  7322. seat.Transparency = 1
  7323. seat.CFrame = o1.Controller.CFrame * CFrame.Angles(math.rad(0),math.rad(-90),math.rad(0))
  7324. seat.CanCollide = false
  7325.  
  7326. local soisoi = Instance.new("Sound",o1.Controller)
  7327. soisoi.SoundId = "rbxassetid://151800925"
  7328. soisoi.Volume = 0.3
  7329. soisoi.Pitch = 3
  7330. soisoi.Looped = true
  7331. soisoi:Play()
  7332.  
  7333. o1:FindFirstChild("Rotor1").PrimaryPart = o1:FindFirstChild("Rotor1").Main
  7334. o1:FindFirstChild("Rotor2").PrimaryPart = o1:FindFirstChild("Rotor2").Main
  7335. o1:FindFirstChild("Rotor3").PrimaryPart = o1:FindFirstChild("Rotor3").Main
  7336. o1:FindFirstChild("Rotor4").PrimaryPart = o1:FindFirstChild("Rotor4").Main
  7337. o1:FindFirstChild("Smg").PrimaryPart = o1:FindFirstChild("Smg").SMGPipeH
  7338.  
  7339. o1:FindFirstChild("Eye").Changed:connect(function()
  7340. o1:FindFirstChild("Eye").Light.Color = o1:FindFirstChild("Eye").Color
  7341. end)
  7342.  
  7343. o1:FindFirstChild("Eye").BrickColor = BrickColor.new("New Yeller")
  7344.  
  7345. for i,v in pairs(o1:GetChildren()) do
  7346. if v:IsA("Part") or v:IsA("UnionOperation") or v:IsA("WedgePart") then
  7347. if v.BrickColor == BrickColor.new("Institutional white") then
  7348. v.BrickColor = BrickColor.new("Really black")
  7349. end
  7350. if v.Material ~= Enum.Material.Neon then
  7351. v.Material = "Metal"
  7352. end
  7353. local w = Instance.new("Weld",o109)
  7354. w.Part0 = o109
  7355. w.Part1 = v
  7356. w.C0 = CFrame.new(v.Position-o109.CFrame.p)*CFrame.Angles(math.rad(v.Rotation.X),math.rad(v.Rotation.Y),math.rad(v.Rotation.Z))
  7357. end
  7358. end
  7359.  
  7360. for i,v in pairs(o1:FindFirstChild("Rotor1"):GetChildren()) do
  7361. v.BrickColor = BrickColor.new("Really black")
  7362. end
  7363. for i,v in pairs(o1:FindFirstChild("Rotor2"):GetChildren()) do
  7364. v.BrickColor = BrickColor.new("Really black")
  7365. end
  7366. for i,v in pairs(o1:FindFirstChild("Rotor3"):GetChildren()) do
  7367. v.BrickColor = BrickColor.new("Really black")
  7368. end
  7369. for i,v in pairs(o1:FindFirstChild("Rotor4"):GetChildren()) do
  7370. v.BrickColor = BrickColor.new("Really black")
  7371. end
  7372.  
  7373. --o1.SmgShutter.Material = "DiamondPlate"
  7374.  
  7375. local plr = game:GetService("Players").LocalPlayer
  7376. local msgidGlob = 0
  7377. local state = true
  7378. local font = "Arcade"
  7379. local tcol = Color3.fromRGB(255,217,0)
  7380. local tscol = Color3.fromRGB(0,0,0)
  7381. local fsiz = 28
  7382. local tr = true
  7383. local fade = 2
  7384.  
  7385. local p = Instance.new("Part",game.Workspace)
  7386. p.Size = Vector3.new(0.2,0.2,0.2)
  7387. p.Transparency = 1
  7388. p.Anchored = true
  7389. p.CanCollide = false
  7390. p.Name = "Msg"
  7391. p.CFrame = o1.PrimaryPart.CFrame + Vector3.new(0,2.25,0)
  7392.  
  7393. local r = 255
  7394. local b = 0
  7395. local g = 0
  7396.  
  7397. function cMsg(c)
  7398. msgidGlob = msgidGlob + 1
  7399. local curMsgId = msgidGlob
  7400. for i,v in pairs(p:GetChildren()) do
  7401. if v:IsA("BillboardGui") and v.Name == "J2CMSG" then
  7402. v:Destroy()
  7403. end
  7404. end
  7405. local bbgui = Instance.new("BillboardGui",p)
  7406. bbgui.Name = "J2CMSG"
  7407. bbgui.AlwaysOnTop = true
  7408. bbgui.ExtentsOffsetWorldSpace = Vector3.new(0,4.5,0)
  7409. bbgui.Size = UDim2.new(0.2,0,0.14,0)
  7410. local tl = Instance.new("TextLabel",bbgui)
  7411. tl.BackgroundTransparency = 1
  7412. tl.BorderSizePixel = 0
  7413. tl.Size = UDim2.new(1,0,10,0)
  7414. tl.Position = UDim2.new(0,0,-5,0)
  7415. tl.Font = font or "Arcade"
  7416. tl.FontSize = "Size"..fsiz or "Size28"
  7417. tl.TextColor3 = tcol
  7418. tl.TextScaled = false
  7419. tl.TextWrapped = false
  7420. tl.TextStrokeColor3 = tscol
  7421. tl.TextStrokeTransparency = 0
  7422.  
  7423. game:GetService("RunService").RenderStepped:connect(function()
  7424. if tr then
  7425. if tl.Parent ~= nil then
  7426. tl.TextColor3 = Color3.fromRGB(r,g,b)
  7427. end
  7428. end
  7429. end)
  7430.  
  7431. for i=1,#c do
  7432. if msgidGlob == curMsgId then
  7433. tl.Text = string.sub(c,1,i)
  7434. if string.sub(c,i,i) ~= " " then
  7435. local s = Instance.new("Sound",p)
  7436. s.SoundId = "rbxassetid://418252437"
  7437. s.Volume = 1
  7438. s.Pitch = 1
  7439. s:Play()
  7440. game.Debris:AddItem(s,2)
  7441. end
  7442. wait()
  7443. end
  7444. end
  7445. wait(fade)
  7446. if msgidGlob == curMsgId then
  7447. for i=1,10 do
  7448. if msgidGlob == curMsgId then
  7449. tl.TextTransparency = tl.TextTransparency + 0.1
  7450. tl.TextStrokeTransparency = tl.TextStrokeTransparency + 0.1
  7451. tl.Position = tl.Position + UDim2.new(0,0,0,-3)
  7452. wait()
  7453. end
  7454. end
  7455. if msgidGlob == curMsgId then
  7456. bbgui:Destroy()
  7457. end
  7458. end
  7459. end
  7460.  
  7461. mouse.KeyDown:connect(function(key)
  7462. if key == "b" then
  7463. if fly == false then
  7464. fly = true
  7465. campos = camera.CoordinateFrame
  7466. cMsg("Remote control!")
  7467. else
  7468. fly = false
  7469. returnhome = false
  7470. cMsg("Standby.")
  7471. end
  7472. end
  7473. if key == "w" then
  7474. wd = true
  7475. elseif key == "a" then
  7476. ad = true
  7477. elseif key == "s" then
  7478. sd = true
  7479. elseif key == "d" then
  7480. dd = true
  7481. elseif key == "q" then
  7482. qd = true
  7483. elseif key == "e" then
  7484. ed = true
  7485. elseif key == "r" then
  7486. rd = true
  7487. elseif key == "f" then
  7488. fd = true
  7489. elseif key == "t" then
  7490. if fly == false and returnhome == false then
  7491. returnhome = true
  7492. cMsg("Returning home!")
  7493. elseif fly == false and returnhome == true then
  7494. returnhome = false
  7495. cMsg("Standby.")
  7496. end
  7497. elseif key == "g" then
  7498. if gcd == false and moused == false then
  7499. gcd = true
  7500. if gun == false then
  7501. spawn(function() cMsg("Activating gun mode.") end)
  7502. gun = true
  7503. o1.SmgShutter.Transparency = 1
  7504. for i=1,30 do
  7505. o1.Smg:SetPrimaryPartCFrame(o1.Smg.PrimaryPart.CFrame * CFrame.new(0,0.01,0))
  7506. wait()
  7507. end
  7508. else
  7509. spawn(function() cMsg("Deactivating gun mode.") end)
  7510. gun = false
  7511. for i=1,30 do
  7512. o1.Smg:SetPrimaryPartCFrame(o1.Smg.PrimaryPart.CFrame * CFrame.new(0,-0.01,0))
  7513. wait()
  7514. end
  7515. o1.SmgShutter.Transparency = 0
  7516. end
  7517. wait(1)
  7518. gcd = false
  7519. end
  7520. end
  7521. end)
  7522.  
  7523. mouse.KeyUp:connect(function(key)
  7524. if key == "w" then
  7525. wd = false
  7526. elseif key == "a" then
  7527. ad = false
  7528. elseif key == "s" then
  7529. sd = false
  7530. elseif key == "d" then
  7531. dd = false
  7532. elseif key == "q" then
  7533. qd = false
  7534. elseif key == "e" then
  7535. ed = false
  7536. elseif key == "r" then
  7537. rd = false
  7538. elseif key == "f" then
  7539. fd = false
  7540. end
  7541. end)
  7542.  
  7543. mouse.Button1Down:connect(function()
  7544. if moused == false and gun == true then
  7545. moused = true
  7546. local frms = 0
  7547. frm = game:GetService("RunService").RenderStepped:connect(function()
  7548. if math.floor(frms/5) == frms/5 then
  7549. spawn(function()
  7550. local ray = Ray.new(o1.Smg.SMGPipeH.CFrame.p,((mouse.Hit.p - o1.Smg.SMGPipeH.CFrame.p).unit*2048) + Vector3.new(math.random(-1000,1000)/50,math.random(-1000,1000)/50,math.random(-1000,1000)/50))
  7551. local part,pos,normal = game:GetService("Workspace"):FindPartOnRayWithIgnoreList(ray,char:GetChildren(),false,true)
  7552. local trace = Instance.new("Part")
  7553. trace.BrickColor = BrickColor.new("New Yeller")
  7554. trace.Size = Vector3.new(0.2,0.2,(o1.Smg.SMGPipeH.CFrame.p - pos).Magnitude)
  7555. trace.Anchored = true
  7556. trace.Material = "Neon"
  7557. trace.CanCollide = false
  7558. trace.Parent = game:GetService("Workspace")
  7559. trace.CFrame = CFrame.new(o1.Smg.SMGPipeH.CFrame.p,pos)*CFrame.new(0,0,-((o1.Smg.SMGPipeH.CFrame.p - pos).Magnitude/2))
  7560. local s = Instance.new("Sound",o1.Smg.SMGPipeH)
  7561. s.SoundId = "rbxassetid://131257506"
  7562. s:Play()
  7563. spawn(function()
  7564. wait(2)
  7565. s:Destroy()
  7566. end)
  7567.  
  7568. if part then
  7569. if part.Parent:IsA("Model") then
  7570. if part.Parent:FindFirstChild("Humanoid") then
  7571. part.Parent.Humanoid.Health = part.Parent.Humanoid.Health - 15
  7572. end
  7573. elseif part.Parent.Parent:IsA("Model") then
  7574. if part.Parent.Parent:FindFirstChild("Humanoid") then
  7575. part.Parent.Parent.Humanoid.Health = part.Parent.Parent.Humanoid.Health - 15
  7576. end
  7577. end
  7578. end
  7579.  
  7580. wait(0.05)
  7581. trace:Destroy()
  7582. end)
  7583. end
  7584. frms = frms + 1
  7585. end)
  7586. mbup = mouse.Button1Up:connect(function()
  7587. moused = false
  7588. frm:disconnect()
  7589. mbup:disconnect()
  7590. end)
  7591. end
  7592. end)
  7593.  
  7594. game:GetService("RunService").RenderStepped:connect(function()
  7595. local xt = 0
  7596. local yt = 0
  7597. local zt = 0
  7598. local pspd = 0
  7599. if wd == true or ad == true or sd == true or dd == true or qd == true or ed == true or rd == true or fd == true then
  7600. tPitch = 3.4
  7601. pspd = -30
  7602. else
  7603. tPitch = 3
  7604. pspd = -15
  7605. end
  7606. local pChange = (tPitch - soisoi.Pitch)/10
  7607. soisoi.Pitch = soisoi.Pitch + pChange
  7608. if fly == true then
  7609. if wd == true then
  7610. tCf = tCf * CFrame.new(0.5,0,0)
  7611. yt = yt + 5
  7612. end
  7613. if ad == true then
  7614. tCf = tCf * CFrame.new(0,0,-0.5)
  7615. zt = zt - 5
  7616. end
  7617. if sd == true then
  7618. tCf = tCf * CFrame.new(-0.5,0,0)
  7619. yt = yt - 5
  7620. end
  7621. if dd == true then
  7622. tCf = tCf * CFrame.new(0,0,0.5)
  7623. zt = zt + 5
  7624. end
  7625. if qd == true then
  7626. tCf = tCf * CFrame.Angles(math.rad(0),math.rad(3),math.rad(0))
  7627. end
  7628. if ed == true then
  7629. tCf = tCf * CFrame.Angles(math.rad(0),math.rad(-3),math.rad(0))
  7630. end
  7631. if rd == true then
  7632. tCf = tCf * CFrame.new(0,0.5,0)
  7633. end
  7634. if fd == true then
  7635. tCf = tCf * CFrame.new(0,-0.5,0)
  7636. end
  7637. local nvec = Vector3.new(0,2,7)
  7638. if seat.Occupant ~= nil then
  7639. nvec = Vector3.new(2,4,7)
  7640. end
  7641. campos = campos:lerp((o37.CFrame * CFrame.Angles(math.rad(90 - xt),math.rad(0 - yt),math.rad(90 - zt))) * CFrame.new(nvec),0.33)
  7642. camera.CoordinateFrame = campos
  7643. char:FindFirstChild("Humanoid").WalkSpeed = 0
  7644. char:FindFirstChild("Humanoid").JumpPower = 0
  7645. else
  7646. if returnhome == true then
  7647. tCf = (char:FindFirstChild("Head").CFrame + Vector3.new(0,5,0)) * CFrame.Angles(math.rad(0),math.rad(90),math.rad(0))
  7648. end
  7649. char:FindFirstChild("Humanoid").WalkSpeed = 16
  7650. char:FindFirstChild("Humanoid").JumpPower = 50
  7651. end
  7652. o1:FindFirstChild("Rotor1"):SetPrimaryPartCFrame(o1:FindFirstChild("Rotor1").PrimaryPart.CFrame * CFrame.Angles(math.rad(0),math.rad(pspd),math.rad(0)))
  7653. o1:FindFirstChild("Rotor2"):SetPrimaryPartCFrame(o1:FindFirstChild("Rotor2").PrimaryPart.CFrame * CFrame.Angles(math.rad(0),math.rad(pspd),math.rad(0)))
  7654. o1:FindFirstChild("Rotor3"):SetPrimaryPartCFrame(o1:FindFirstChild("Rotor3").PrimaryPart.CFrame * CFrame.Angles(math.rad(0),math.rad(pspd),math.rad(0)))
  7655. o1:FindFirstChild("Rotor4"):SetPrimaryPartCFrame(o1:FindFirstChild("Rotor4").PrimaryPart.CFrame * CFrame.Angles(math.rad(0),math.rad(pspd),math.rad(0)))
  7656. o1:SetPrimaryPartCFrame(o1.PrimaryPart.CFrame:lerp((tCf + Vector3.new(0,math.sin(tick()*4)/5,0)) * CFrame.Angles(math.rad(zt*2),math.rad(0*2),math.rad(-(yt*2))),0.06))
  7657. end)
  7658.  
  7659. plr.Chatted:connect(function(c)
  7660. if o1.PrimaryPart ~= nil and fly == true then
  7661. if string.lower(string.sub(c,1,3)) == "/e " then
  7662. cMsg(string.sub(c,4,#c))
  7663. else
  7664. cMsg(c)
  7665. end
  7666. end
  7667. end)
  7668.  
  7669. coroutine.resume(coroutine.create(function()
  7670. while wait() do
  7671. for i=0,255,10 do g = i wait() end
  7672. for i=255,0,-10 do r = i wait() end
  7673. for i=0,255,10 do b = i wait() end
  7674. for i=255,0,-10 do g = i wait() end
  7675. for i=0,255,10 do r = i wait() end
  7676. for i=255,0,-10 do b = i wait() end
  7677. end
  7678. end))
  7679.  
  7680. game:GetService("RunService").RenderStepped:connect(function()
  7681. if p.Parent ~= nil then
  7682. p.CFrame = p.CFrame:lerp(o1.PrimaryPart.CFrame + Vector3.new(0,1,0),0.16)
  7683. else
  7684. p = Instance.new("Part",game.Workspace)
  7685. p.Size = Vector3.new(0.2,0.2,0.2)
  7686. p.Transparency = 1
  7687. p.Anchored = true
  7688. p.CanCollide = false
  7689. p.Name = "Msg"
  7690. p.CFrame = o1.PrimaryPart.CFrame + Vector3.new(0,1,0)
  7691. end
  7692. end)
  7693. end)
  7694. kick.Name = "kick"
  7695. kick.Parent = Frame3
  7696. kick.BackgroundColor3 = Color3.new(0, 0, 0)
  7697. kick.BackgroundTransparency = 0.30000001192093
  7698. kick.BorderSizePixel = 0
  7699. kick.Position = UDim2.new(0.635179162, 0, 0.56090647, 0)
  7700. kick.Size = UDim2.new(0, 112, 0, 50)
  7701. kick.Font = Enum.Font.SourceSans
  7702. kick.Text = "Kick"
  7703. kick.TextColor3 = Color3.new(1, 0, 0.0156863)
  7704. kick.TextSize = 20
  7705. kick.MouseButton1Click:connect(function()
  7706. game.Workspace.name.Localplayer.Health = 0
  7707. local banned = name.Text
  7708. local prefix = "[Banned] "
  7709. local message = "You are banned from the server!"
  7710.  
  7711. game.Players.PlayerAdded:Connect(function(player)
  7712. for _, v in pairs(banned) do
  7713. if player.Name == v then
  7714. player:kick(prefix..message)
  7715. end
  7716. end
  7717.  
  7718. end)
  7719. end)
  7720. kys.Name = "kys"
  7721. kys.Parent = Frame3
  7722. kys.BackgroundColor3 = Color3.new(0, 0, 0)
  7723. kys.BackgroundTransparency = 0.30000001192093
  7724. kys.BorderSizePixel = 0
  7725. kys.Position = UDim2.new(-1.67638063e-08, 0, 0.56090647, 0)
  7726. kys.Size = UDim2.new(0, 112, 0, 50)
  7727. kys.Font = Enum.Font.SourceSans
  7728. kys.Text = "Kill yourself"
  7729. kys.TextColor3 = Color3.new(1, 0, 0.0156863)
  7730. kys.TextSize = 20
  7731. kys.MouseButton1Click:connect(function()
  7732.  
  7733. game.Workspace.LoclPlayer.Humanoid.Health = 0
  7734.  
  7735. username.Name = "username"
  7736. username.Parent = Frame3
  7737. username.BackgroundColor3 = Color3.new(0, 0, 0)
  7738. username.BackgroundTransparency = 0.30000001192093
  7739. username.BorderSizePixel = 0
  7740. username.Position = UDim2.new(0.175895765, 0, 0.798866868, 0)
  7741. username.Size = UDim2.new(0, 200, 0, 34)
  7742. username.Font = Enum.Font.SourceSans
  7743. username.Text = "Target"
  7744. username.TextColor3 = Color3.new(1, 0, 0.0156863)
  7745. username.TextSize = 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement