Advertisement
LOl2x234

Untitled

Feb 5th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 288.90 KB | None | 0 0
  1. -- Objects
  2.  
  3. local MustardGasScript = Instance.new("ScreenGui")
  4. local Gui = Instance.new("Frame")
  5. local Close = Instance.new("TextButton")
  6. local Username = Instance.new("TextBox")
  7. local Freecandybutton = Instance.new("TextButton")
  8. local GrabKnife = Instance.new("TextButton")
  9. local Mustard1 = Instance.new("TextButton")
  10. local Mustard2 = Instance.new("TextButton")
  11. local By = Instance.new("TextLabel")
  12. local Opn = Instance.new("TextButton")
  13.  
  14. -- Properties
  15.  
  16. MustardGasScript.Name = "Mustard Gas Script"
  17. MustardGasScript.Parent = game.CoreGui
  18.  
  19. Gui.Name = "Gui"
  20. Gui.Parent = MustardGasScript
  21. Gui.BackgroundColor3 = Color3.new(1, 1, 1)
  22. Gui.Position = UDim2.new(0.27850467, 0, 0.161654145, 0)
  23. Gui.Size = UDim2.new(0, 545, 0, 360)
  24. Gui.Style = Enum.FrameStyle.DropShadow
  25.  
  26. Close.Name = "Close"
  27. Close.Parent = Gui
  28. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  29. Close.Position = UDim2.new(0.867889881, 0, 0, 0)
  30. Close.Size = UDim2.new(0, 68, 0, 31)
  31. Close.Font = Enum.Font.SciFi
  32. Close.FontSize = Enum.FontSize.Size14
  33. Close.Text = "Close"
  34. Close.TextColor3 = Color3.new(0.333333, 1, 1)
  35. Close.TextSize = 14
  36.  
  37. Username.Name = "Username"
  38. Username.Parent = Gui
  39. Username.BackgroundColor3 = Color3.new(0, 0, 0)
  40. Username.Position = UDim2.new(0.251376152, 0, 0.266666681, 0)
  41. Username.Size = UDim2.new(0, 200, 0, 50)
  42. Username.Font = Enum.Font.SciFi
  43. Username.FontSize = Enum.FontSize.Size14
  44. Username.Text = "Username"
  45. Username.TextColor3 = Color3.new(0.333333, 1, 1)
  46. Username.TextSize = 14
  47.  
  48. Freecandybutton.Name = "Free candy button"
  49. Freecandybutton.Parent = Gui
  50. Freecandybutton.BackgroundColor3 = Color3.new(0, 0, 0)
  51. Freecandybutton.Position = UDim2.new(0.695412874, 0, 0.497222215, 0)
  52. Freecandybutton.Size = UDim2.new(0, 158, 0, 47)
  53. Freecandybutton.Font = Enum.Font.SciFi
  54. Freecandybutton.FontSize = Enum.FontSize.Size14
  55. Freecandybutton.Text = "Free Candy Player"
  56. Freecandybutton.TextColor3 = Color3.new(0.333333, 1, 1)
  57. Freecandybutton.TextSize = 14
  58.  
  59. GrabKnife.Name = "Grab Knife"
  60. GrabKnife.Parent = Gui
  61. GrabKnife.BackgroundColor3 = Color3.new(0, 0, 0)
  62. GrabKnife.Position = UDim2.new(0.0183486231, 0, 0.480555564, 0)
  63. GrabKnife.Size = UDim2.new(0, 170, 0, 46)
  64. GrabKnife.Font = Enum.Font.SciFi
  65. GrabKnife.FontSize = Enum.FontSize.Size14
  66. GrabKnife.Text = "Grab Knife"
  67. GrabKnife.TextColor3 = Color3.new(0.333333, 1, 1)
  68. GrabKnife.TextSize = 14
  69.  
  70. Mustard1.Name = "Mustard 1"
  71. Mustard1.Parent = Gui
  72. Mustard1.BackgroundColor3 = Color3.new(0, 0, 0)
  73. Mustard1.Position = UDim2.new(0.0128440363, 0, 0.683333337, 0)
  74. Mustard1.Size = UDim2.new(0, 529, 0, 31)
  75. Mustard1.Font = Enum.Font.SciFi
  76. Mustard1.FontSize = Enum.FontSize.Size14
  77. Mustard1.Text = "Mustard Gas"
  78. Mustard1.TextColor3 = Color3.new(0.333333, 1, 1)
  79. Mustard1.TextSize = 14
  80.  
  81. Mustard2.Name = "Mustard 2"
  82. Mustard2.Parent = Gui
  83. Mustard2.BackgroundColor3 = Color3.new(0, 0, 0)
  84. Mustard2.Position = UDim2.new(0.0128440363, 0, 0.897222221, 0)
  85. Mustard2.Size = UDim2.new(0, 529, 0, 31)
  86. Mustard2.Font = Enum.Font.SciFi
  87. Mustard2.FontSize = Enum.FontSize.Size14
  88. Mustard2.Text = "Mustard Gas"
  89. Mustard2.TextColor3 = Color3.new(0.333333, 1, 1)
  90. Mustard2.TextSize = 14
  91.  
  92. By.Name = "By"
  93. By.Parent = Gui
  94. By.BackgroundColor3 = Color3.new(1, 1, 1)
  95. By.BackgroundTransparency = 1
  96. By.Position = UDim2.new(0.0293577984, 0, 0.0444444455, 0)
  97. By.Size = UDim2.new(0, 410, 0, 31)
  98. By.Font = Enum.Font.SourceSans
  99. By.FontSize = Enum.FontSize.Size14
  100. By.Text = "By NewBleuguy On Youtube"
  101. By.TextColor3 = Color3.new(0.333333, 1, 1)
  102. By.TextSize = 14
  103.  
  104. Opn.Name = "Opn"
  105. Opn.Parent = MustardGasScript
  106. Opn.BackgroundColor3 = Color3.new(0, 0, 0)
  107. Opn.Position = UDim2.new(0.0560747646, 0, 0.573308289, 0)
  108. Opn.Size = UDim2.new(0, 104, 0, 31)
  109. Opn.Font = Enum.Font.SciFi
  110. Opn.FontSize = Enum.FontSize.Size14
  111. Opn.Text = "Open"
  112. Opn.TextColor3 = Color3.new(0.333333, 1, 1)
  113. Opn.TextSize = 14
  114.  
  115. Opn.MouseButton1Down:connect(function()
  116. Gui.Visible = true
  117. end)
  118.  
  119. Close.MouseButton1Down:connect(function()
  120. Gui.Visible = false
  121. end)
  122.  
  123. Freecandybutton.MouseButton1Down:connect(function()
  124. --CLOWN VAN BY DMS
  125. --its bad
  126. --first the victim gets kidnapped in a van
  127. --then they get fffff
  128. --then the get killed
  129. --then the body is dumped on the street
  130. Victim = Username.Text
  131. o1 = Instance.new("Model")
  132. o2 = Instance.new("Part")
  133. o3 = Instance.new("CylinderMesh")
  134. o4 = Instance.new("Part")
  135. o5 = Instance.new("SpecialMesh")
  136. o6 = Instance.new("Part")
  137. o7 = Instance.new("SpecialMesh")
  138. o8 = Instance.new("Part")
  139. o9 = Instance.new("BlockMesh")
  140. o10 = Instance.new("Part")
  141. o11 = Instance.new("BlockMesh")
  142. o12 = Instance.new("Part")
  143. o13 = Instance.new("Part")
  144. o14 = Instance.new("BlockMesh")
  145. o15 = Instance.new("Part")
  146. o16 = Instance.new("SpecialMesh")
  147. o17 = Instance.new("Part")
  148. o18 = Instance.new("SpecialMesh")
  149. o19 = Instance.new("Part")
  150. o20 = Instance.new("SpecialMesh")
  151. o21 = Instance.new("Sound")
  152. o22 = Instance.new("Part")
  153. o23 = Instance.new("BlockMesh")
  154. o24 = Instance.new("Part")
  155. o25 = Instance.new("SpecialMesh")
  156. o26 = Instance.new("Part")
  157. o27 = Instance.new("BlockMesh")
  158. o28 = Instance.new("Part")
  159. o29 = Instance.new("SpecialMesh")
  160. o30 = Instance.new("Part")
  161. o31 = Instance.new("BlockMesh")
  162. o32 = Instance.new("Part")
  163. o33 = Instance.new("BlockMesh")
  164. o34 = Instance.new("Part")
  165. o35 = Instance.new("BlockMesh")
  166. o36 = Instance.new("Part")
  167. o37 = Instance.new("BlockMesh")
  168. o38 = Instance.new("Part")
  169. o39 = Instance.new("Part")
  170. o40 = Instance.new("BlockMesh")
  171. o41 = Instance.new("Part")
  172. o42 = Instance.new("BlockMesh")
  173. o43 = Instance.new("Part")
  174. o44 = Instance.new("BlockMesh")
  175. o45 = Instance.new("Part")
  176. o46 = Instance.new("SpecialMesh")
  177. o47 = Instance.new("Part")
  178. o48 = Instance.new("BlockMesh")
  179. o49 = Instance.new("Part")
  180. o50 = Instance.new("BlockMesh")
  181. o51 = Instance.new("Part")
  182. o52 = Instance.new("BlockMesh")
  183. o53 = Instance.new("Part")
  184. o54 = Instance.new("SpecialMesh")
  185. o55 = Instance.new("Part")
  186. o56 = Instance.new("SpecialMesh")
  187. o57 = Instance.new("Part")
  188. o58 = Instance.new("BlockMesh")
  189. o59 = Instance.new("Part")
  190. o60 = Instance.new("BlockMesh")
  191. o61 = Instance.new("Part")
  192. o62 = Instance.new("BlockMesh")
  193. o63 = Instance.new("Part")
  194. o64 = Instance.new("Part")
  195. o65 = Instance.new("Part")
  196. o66 = Instance.new("BlockMesh")
  197. o67 = Instance.new("Part")
  198. o68 = Instance.new("BlockMesh")
  199. o69 = Instance.new("Part")
  200. o70 = Instance.new("BlockMesh")
  201. o71 = Instance.new("Part")
  202. o72 = Instance.new("BlockMesh")
  203. o73 = Instance.new("Part")
  204. o74 = Instance.new("SpecialMesh")
  205. o75 = Instance.new("Decal")
  206. o76 = Instance.new("Part")
  207. o77 = Instance.new("Part")
  208. o78 = Instance.new("BlockMesh")
  209. o79 = Instance.new("Part")
  210. o80 = Instance.new("SpecialMesh")
  211. o81 = Instance.new("Decal")
  212. o82 = Instance.new("Part")
  213. o83 = Instance.new("SpecialMesh")
  214. o84 = Instance.new("Humanoid")
  215. o85 = Instance.new("Part")
  216. o86 = Instance.new("Part")
  217. o87 = Instance.new("Part")
  218. o88 = Instance.new("Decal")
  219. o89 = Instance.new("Motor6D")
  220. o90 = Instance.new("Motor6D")
  221. o91 = Instance.new("Motor6D")
  222. o92 = Instance.new("Motor6D")
  223. o93 = Instance.new("Motor6D")
  224. o94 = Instance.new("Part")
  225. o95 = Instance.new("Part")
  226. o96 = Instance.new("Part")
  227. o97 = Instance.new("Part")
  228. o98 = Instance.new("Part")
  229. o99 = Instance.new("Decal")
  230. o100 = Instance.new("Motor6D")
  231. o101 = Instance.new("Motor6D")
  232. o102 = Instance.new("Motor6D")
  233. o103 = Instance.new("Part")
  234. o104 = Instance.new("Part")
  235. o105 = Instance.new("Part")
  236. o106 = Instance.new("Part")
  237. o107 = Instance.new("Part")
  238. o108 = Instance.new("CylinderMesh")
  239. o109 = Instance.new("Part")
  240. o110 = Instance.new("CylinderMesh")
  241. o111 = Instance.new("Part")
  242. o112 = Instance.new("CylinderMesh")
  243. o113 = Instance.new("Part")
  244. o114 = Instance.new("CylinderMesh")
  245. o115 = Instance.new("Part")
  246. o116 = Instance.new("CylinderMesh")
  247. o117 = Instance.new("Part")
  248. o118 = Instance.new("CylinderMesh")
  249. o119 = Instance.new("Part")
  250. o120 = Instance.new("CylinderMesh")
  251. o121 = Instance.new("Part")
  252. o122 = Instance.new("SpecialMesh")
  253. o123 = Instance.new("Part")
  254. o1.Name = " "
  255. o1.Parent = workspace
  256. o2.Parent = o1
  257. o2.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  258. o2.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  259. o2.Anchored = true
  260. o2.FormFactor = Enum.FormFactor.Symmetric
  261. o2.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  262. 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)
  263. o3.Parent = o2
  264. o4.Parent = o1
  265. o4.BrickColor = BrickColor.new("Institutional white")
  266. o4.Position = Vector3.new(96.3181839, 7.00000668, 9.31151104)
  267. o4.Rotation = Vector3.new(90, 89.9314728, -90)
  268. o4.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  269. o4.Velocity = Vector3.new(-0.000346515269, 0.00201798417, -0.00195027643)
  270. o4.Anchored = true
  271. o4.FormFactor = Enum.FormFactor.Plate
  272. o4.Size = Vector3.new(1, 2.4000001, 2)
  273. o4.CFrame = CFrame.new(96.3181839, 7.00000668, 9.31151104, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  274. o4.BackSurface = Enum.SurfaceType.Weld
  275. o4.BottomSurface = Enum.SurfaceType.Weld
  276. o4.LeftSurface = Enum.SurfaceType.Weld
  277. o4.TopSurface = Enum.SurfaceType.Weld
  278. o4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  279. o5.Parent = o4
  280. o5.MeshType = Enum.MeshType.Wedge
  281. o6.Parent = o1
  282. o6.Material = Enum.Material.SmoothPlastic
  283. o6.BrickColor = BrickColor.new("Really black")
  284. o6.Transparency = 0.5
  285. o6.Position = Vector3.new(96.3181839, 7.00000668, 13.8115101)
  286. o6.Rotation = Vector3.new(90, 89.9440536, -90)
  287. o6.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  288. o6.Velocity = Vector3.new(0.000965324172, 0.00135755131, -0.00195027643)
  289. o6.Anchored = true
  290. o6.FormFactor = Enum.FormFactor.Plate
  291. o6.Size = Vector3.new(8, 2.4000001, 1.99999976)
  292. o6.CFrame = CFrame.new(96.3181839, 7.00000668, 13.8115101, 0, 3.96315798e-008, 0.999999523, 0, 1, -3.97370599e-008, -1, 0, 0)
  293. o6.BackSurface = Enum.SurfaceType.Weld
  294. o6.BottomSurface = Enum.SurfaceType.Weld
  295. o6.LeftSurface = Enum.SurfaceType.Weld
  296. o6.RightSurface = Enum.SurfaceType.Weld
  297. o6.TopSurface = Enum.SurfaceType.Weld
  298. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  299. o7.Parent = o6
  300. o7.MeshType = Enum.MeshType.Wedge
  301. o8.Parent = o1
  302. o8.BrickColor = BrickColor.new("Br. yellowish orange")
  303. o8.Position = Vector3.new(92.2182083, 4.00000715, 9.61151409)
  304. o8.Rotation = Vector3.new(-0, 0, -2.26619136e-006)
  305. o8.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  306. o8.Velocity = Vector3.new(-0.000475873821, 0.00227026758, -0.00119533995)
  307. o8.Anchored = true
  308. o8.FormFactor = Enum.FormFactor.Custom
  309. o8.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  310. o8.CFrame = CFrame.new(92.2182083, 4.00000715, 9.61151409, 0.999998808, 3.95524538e-008, 0, -3.98161575e-008, 1, 0, 0, 0, 1)
  311. o8.BackSurface = Enum.SurfaceType.Weld
  312. o8.BottomSurface = Enum.SurfaceType.Weld
  313. o8.FrontSurface = Enum.SurfaceType.Weld
  314. o8.LeftSurface = Enum.SurfaceType.Weld
  315. o8.RightSurface = Enum.SurfaceType.Weld
  316. o8.TopSurface = Enum.SurfaceType.Weld
  317. o8.Color = Color3.new(0.886275, 0.607843, 0.25098)
  318. o9.Parent = o8
  319. o10.Parent = o1
  320. o10.BrickColor = BrickColor.new("Institutional white")
  321. o10.Position = Vector3.new(105.317894, 8.40004158, 9.31151295)
  322. o10.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  323. o10.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  324. o10.Velocity = Vector3.new(-0.000245332019, 0.00136755884, -0.00436839834)
  325. o10.Anchored = true
  326. o10.CanCollide = false
  327. game.Players[Victim].Character.Humanoid.WalkSpeed = 0
  328. game.Players[Victim].Character.Humanoid.JumpPower = 0
  329. o10.FormFactor = Enum.FormFactor.Plate
  330. o10.Size = Vector3.new(14, 0.400000006, 1)
  331. o10.CFrame = CFrame.new(105.317894, 8.40004158, 9.31151295, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  332. o10.BackSurface = Enum.SurfaceType.Weld
  333. o10.BottomSurface = Enum.SurfaceType.Weld
  334. o10.FrontSurface = Enum.SurfaceType.Weld
  335. o10.LeftSurface = Enum.SurfaceType.Weld
  336. o10.RightSurface = Enum.SurfaceType.Weld
  337. o10.TopSurface = Enum.SurfaceType.Weld
  338. o10.Color = Color3.new(0.972549, 0.972549, 0.972549)
  339. o11.Parent = o10
  340. o12.Name = "DOOR"
  341. o12.Parent = o1
  342. o12.BrickColor = BrickColor.new("Institutional white")
  343. o12.Position = Vector3.new(103.708466, 5.81500626, 9.31151104)
  344. o12.Rotation = Vector3.new(-0, 0, -4.43210411e-006)
  345. o12.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  346. o12.Velocity = Vector3.new(-0.000432157307, 0.00148387556, -0.00427860441)
  347. o12.Anchored = true
  348. o12.CanCollide = false
  349. o12.FormFactor = Enum.FormFactor.Plate
  350. o12.Size = Vector3.new(5.22000027, 4.82999992, 1)
  351. o12.CFrame = CFrame.new(103.708466, 5.81500626, 9.31151104, 1, 7.73548052e-008, 0, -7.73548052e-008, 1, 0, 0, 0, 1)
  352. o12.BottomSurface = Enum.SurfaceType.Weld
  353. o12.LeftSurface = Enum.SurfaceType.Weld
  354. o12.RightSurface = Enum.SurfaceType.Weld
  355. o12.TopSurface = Enum.SurfaceType.Weld
  356. o12.Color = Color3.new(0.972549, 0.972549, 0.972549)
  357. o13.Parent = o1
  358. o13.BrickColor = BrickColor.new("White")
  359. o13.Position = Vector3.new(109.818169, 5.80000877, 9.31151104)
  360. o13.Rotation = Vector3.new(-0, 0, -2.25410599e-006)
  361. o13.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  362. o13.Velocity = Vector3.new(-0.00043324125, 0.00104231632, -0.006061906)
  363. o13.Anchored = true
  364. o13.FormFactor = Enum.FormFactor.Plate
  365. o13.Size = Vector3.new(7, 4.80000019, 1)
  366. o13.CFrame = CFrame.new(109.818169, 5.80000877, 9.31151104, 0.999996901, 3.9341451e-008, 0, -4.00270856e-008, 1, 0, 0, 0, 1)
  367. o13.BackSurface = Enum.SurfaceType.Weld
  368. o13.BottomSurface = Enum.SurfaceType.Weld
  369. o13.FrontSurface = Enum.SurfaceType.Weld
  370. o13.LeftSurface = Enum.SurfaceType.Weld
  371. o13.RightSurface = Enum.SurfaceType.Weld
  372. o13.TopSurface = Enum.SurfaceType.Weld
  373. o13.Color = Color3.new(0.94902, 0.952941, 0.952941)
  374. o14.Parent = o13
  375. o15.Parent = o1
  376. o15.BrickColor = BrickColor.new("Institutional white")
  377. o15.Position = Vector3.new(97.817894, 8.40000725, 13.8115139)
  378. o15.Rotation = Vector3.new(90, 89.960434, -90)
  379. o15.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  380. o15.Velocity = Vector3.new(0.00106650498, 0.00124916411, -0.00218200427)
  381. o15.Anchored = true
  382. o15.CanCollide = false
  383. o15.FormFactor = Enum.FormFactor.Plate
  384. o15.Size = Vector3.new(10, 0.400000006, 1)
  385. o15.CFrame = CFrame.new(97.817894, 8.40000725, 13.8115139, 0, 3.86294303e-008, 0.999999762, 0, 1, -3.86821704e-008, -1, 0, 0)
  386. o15.BackSurface = Enum.SurfaceType.Weld
  387. o15.BottomSurface = Enum.SurfaceType.Weld
  388. o15.TopSurface = Enum.SurfaceType.Weld
  389. o15.Color = Color3.new(0.972549, 0.972549, 0.972549)
  390. o16.Parent = o15
  391. o16.MeshType = Enum.MeshType.Wedge
  392. o17.Parent = o1
  393. o17.BrickColor = BrickColor.new("Institutional white")
  394. o17.Position = Vector3.new(96.3181839, 7.00000668, 18.3115101)
  395. o17.Rotation = Vector3.new(90, 89.9314728, -90)
  396. o17.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  397. o17.Velocity = Vector3.new(0.00227716356, 0.000697118347, -0.00195027643)
  398. o17.Anchored = true
  399. o17.FormFactor = Enum.FormFactor.Plate
  400. o17.Size = Vector3.new(1, 2.4000001, 2)
  401. o17.CFrame = CFrame.new(96.3181839, 7.00000668, 18.3115101, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  402. o17.BackSurface = Enum.SurfaceType.Weld
  403. o17.BottomSurface = Enum.SurfaceType.Weld
  404. o17.RightSurface = Enum.SurfaceType.Weld
  405. o17.TopSurface = Enum.SurfaceType.Weld
  406. o17.Color = Color3.new(0.972549, 0.972549, 0.972549)
  407. o18.Parent = o17
  408. o18.MeshType = Enum.MeshType.Wedge
  409. o19.Parent = o1
  410. o19.BrickColor = BrickColor.new("Institutional white")
  411. o19.Position = Vector3.new(93.8181839, 5.20000744, 13.8115101)
  412. o19.Rotation = Vector3.new(90, 89.8573456, -90)
  413. o19.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  414. o19.Velocity = Vector3.new(0.000835234998, 0.00153823046, -0.00148565089)
  415. o19.Anchored = true
  416. o19.FormFactor = Enum.FormFactor.Plate
  417. o19.Size = Vector3.new(10, 1.20000005, 3)
  418. o19.CFrame = CFrame.new(93.8181839, 5.20000744, 13.8115101, 0, 3.77325726e-008, 0.999996901, 0, 1, -3.84182002e-008, -1, 0, 0)
  419. o19.BackSurface = Enum.SurfaceType.Weld
  420. o19.BottomSurface = Enum.SurfaceType.Weld
  421. o19.TopSurface = Enum.SurfaceType.Weld
  422. o19.Color = Color3.new(0.972549, 0.972549, 0.972549)
  423. o20.Parent = o19
  424. o20.MeshType = Enum.MeshType.Wedge
  425. o21.Parent = o19
  426. o21.SoundId = "rbxassetid://532147820"
  427. o21.Looped = true
  428. o22.Parent = o1
  429. o22.BrickColor = BrickColor.new("Institutional white")
  430. o22.Position = Vector3.new(96.3182907, 4.60000753, 9.31151104)
  431. o22.Rotation = Vector3.new(-0, 0, -2.23446773e-006)
  432. o22.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  433. o22.Velocity = Vector3.new(-0.000519967522, 0.00201797695, -0.00230253674)
  434. o22.Anchored = true
  435. o22.FormFactor = Enum.FormFactor.Plate
  436. o22.Size = Vector3.new(2, 2.4000001, 1)
  437. o22.CFrame = CFrame.new(96.3182907, 4.60000753, 9.31151104, 0.999993801, 3.8998575e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  438. o22.BackSurface = Enum.SurfaceType.Weld
  439. o22.BottomSurface = Enum.SurfaceType.Weld
  440. o22.FrontSurface = Enum.SurfaceType.Weld
  441. o22.LeftSurface = Enum.SurfaceType.Weld
  442. o22.RightSurface = Enum.SurfaceType.Weld
  443. o22.TopSurface = Enum.SurfaceType.Weld
  444. o22.Color = Color3.new(0.972549, 0.972549, 0.972549)
  445. o23.Parent = o22
  446. o24.Parent = o1
  447. o24.BrickColor = BrickColor.new("Institutional white")
  448. o24.Position = Vector3.new(113.817245, 6.80000734, 18.3115101)
  449. o24.Rotation = Vector3.new(-0, -90, 0)
  450. o24.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  451. o24.Velocity = Vector3.new(0.00226270943, -0.000567569688, -0.00708095264)
  452. o24.Anchored = true
  453. o24.FormFactor = Enum.FormFactor.Plate
  454. o24.Size = Vector3.new(1, 2.79999995, 1)
  455. o24.CFrame = CFrame.new(113.817245, 6.80000734, 18.3115101, 0, 5.54578605e-008, -1, 0, 1, 5.54578605e-008, 1, 0, 0)
  456. o24.BackSurface = Enum.SurfaceType.Weld
  457. o24.BottomSurface = Enum.SurfaceType.Weld
  458. o24.TopSurface = Enum.SurfaceType.Weld
  459. o24.Color = Color3.new(0.972549, 0.972549, 0.972549)
  460. o25.Parent = o24
  461. o25.MeshType = Enum.MeshType.Wedge
  462. o26.Parent = o1
  463. o26.BrickColor = BrickColor.new("Institutional white")
  464. o26.Position = Vector3.new(93.0181885, 2.60000825, 13.8115101)
  465. o26.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  466. o26.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  467. o26.Velocity = Vector3.new(0.000647328445, 0.00159604801, -0.00163401756)
  468. o26.Anchored = true
  469. o26.FormFactor = Enum.FormFactor.Plate
  470. o26.Size = Vector3.new(1.39999998, 1.60000002, 10)
  471. o26.CFrame = CFrame.new(93.0181885, 2.60000825, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  472. o26.BackSurface = Enum.SurfaceType.Weld
  473. o26.BottomSurface = Enum.SurfaceType.Weld
  474. o26.FrontSurface = Enum.SurfaceType.Weld
  475. o26.LeftSurface = Enum.SurfaceType.Weld
  476. o26.RightSurface = Enum.SurfaceType.Weld
  477. o26.TopSurface = Enum.SurfaceType.Weld
  478. o26.Color = Color3.new(0.972549, 0.972549, 0.972549)
  479. o27.Parent = o26
  480. o28.Parent = o1
  481. o28.BrickColor = BrickColor.new("Institutional white")
  482. o28.Position = Vector3.new(113.818176, 6.80000877, 9.31151104)
  483. o28.Rotation = Vector3.new(-90, -89.7982635, -90)
  484. o28.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  485. o28.Velocity = Vector3.new(-0.000360969483, 0.000753228669, -0.00708122458)
  486. o28.Anchored = true
  487. o28.FormFactor = Enum.FormFactor.Plate
  488. o28.Size = Vector3.new(1, 2.79999995, 1)
  489. o28.CFrame = CFrame.new(113.818176, 6.80000877, 9.31151104, 0, 3.89985715e-008, -0.999993801, 0, 1, 4.03698408e-008, 1, 0, 0)
  490. o28.BackSurface = Enum.SurfaceType.Weld
  491. o28.BottomSurface = Enum.SurfaceType.Weld
  492. o28.TopSurface = Enum.SurfaceType.Weld
  493. o28.Color = Color3.new(0.972549, 0.972549, 0.972549)
  494. o29.Parent = o28
  495. o29.MeshType = Enum.MeshType.Wedge
  496. o30.Parent = o1
  497. o30.BrickColor = BrickColor.new("Institutional white")
  498. o30.Position = Vector3.new(96.3181992, 4.60000753, 18.3115101)
  499. o30.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  500. o30.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  501. o30.Velocity = Vector3.new(0.00210371148, 0.000697117415, -0.0023025109)
  502. o30.Anchored = true
  503. o30.FormFactor = Enum.FormFactor.Plate
  504. o30.Size = Vector3.new(2, 2.4000001, 1)
  505. o30.CFrame = CFrame.new(96.3181992, 4.60000753, 18.3115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  506. o30.BackSurface = Enum.SurfaceType.Weld
  507. o30.BottomSurface = Enum.SurfaceType.Weld
  508. o30.FrontSurface = Enum.SurfaceType.Weld
  509. o30.LeftSurface = Enum.SurfaceType.Weld
  510. o30.RightSurface = Enum.SurfaceType.Weld
  511. o30.TopSurface = Enum.SurfaceType.Weld
  512. o30.Color = Color3.new(0.972549, 0.972549, 0.972549)
  513. o31.Parent = o30
  514. o32.Parent = o1
  515. o32.BrickColor = BrickColor.new("Dark stone grey")
  516. o32.Position = Vector3.new(95.8181839, 4.60000753, 13.8115101)
  517. o32.Rotation = Vector3.new(90, 89.960434, -90)
  518. o32.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  519. o32.Velocity = Vector3.new(0.000791871978, 0.00139368721, -0.00215674727)
  520. o32.Anchored = true
  521. o32.FormFactor = Enum.FormFactor.Plate
  522. o32.Size = Vector3.new(8, 2.4000001, 1)
  523. o32.CFrame = CFrame.new(95.8181839, 4.60000753, 13.8115101, 0, 3.96579551e-008, 0.999999762, 0, 1, -3.97106952e-008, -1, 0, 0)
  524. o32.BottomSurface = Enum.SurfaceType.Weld
  525. o32.TopSurface = Enum.SurfaceType.Weld
  526. o32.Color = Color3.new(0.388235, 0.372549, 0.384314)
  527. o33.Parent = o32
  528. o33.Offset = Vector3.new(0, 0, 0.5)
  529. o33.Scale = Vector3.new(1, 1, 2)
  530. o34.Parent = o1
  531. o34.BrickColor = BrickColor.new("Institutional white")
  532. o34.Position = Vector3.new(93.8181992, 4.00000715, 13.8115101)
  533. o34.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  534. o34.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  535. o34.Velocity = Vector3.new(0.000748508843, 0.00153822941, -0.00166177051)
  536. o34.Anchored = true
  537. o34.FormFactor = Enum.FormFactor.Plate
  538. o34.Size = Vector3.new(3, 1.20000005, 10)
  539. o34.CFrame = CFrame.new(93.8181992, 4.00000715, 13.8115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  540. o34.BackSurface = Enum.SurfaceType.Weld
  541. o34.BottomSurface = Enum.SurfaceType.Weld
  542. o34.FrontSurface = Enum.SurfaceType.Weld
  543. o34.LeftSurface = Enum.SurfaceType.Weld
  544. o34.RightSurface = Enum.SurfaceType.Weld
  545. o34.TopSurface = Enum.SurfaceType.Weld
  546. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  547. o35.Parent = o34
  548. o36.Parent = o1
  549. o36.BrickColor = BrickColor.new("Br. yellowish orange")
  550. o36.Position = Vector3.new(92.2181854, 4.00000715, 18.211504)
  551. o36.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  552. o36.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  553. o36.Velocity = Vector3.new(0.00203119451, 0.00100810977, -0.00119533355)
  554. o36.Anchored = true
  555. o36.FormFactor = Enum.FormFactor.Custom
  556. o36.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  557. o36.CFrame = CFrame.new(92.2181854, 4.00000715, 18.211504, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  558. o36.BackSurface = Enum.SurfaceType.Weld
  559. o36.BottomSurface = Enum.SurfaceType.Weld
  560. o36.FrontSurface = Enum.SurfaceType.Weld
  561. o36.LeftSurface = Enum.SurfaceType.Weld
  562. o36.RightSurface = Enum.SurfaceType.Weld
  563. o36.TopSurface = Enum.SurfaceType.Weld
  564. o36.Color = Color3.new(0.886275, 0.607843, 0.25098)
  565. o37.Parent = o36
  566. o38.Parent = o1
  567. o38.BrickColor = BrickColor.new("Institutional white")
  568. o38.Position = Vector3.new(99.0602112, 4.60000706, 18.3115101)
  569. o38.Rotation = Vector3.new(-0, 0, -4.84935117e-006)
  570. o38.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  571. o38.Velocity = Vector3.new(0.00210371148, 0.000498947338, -0.0031018618)
  572. o38.Anchored = true
  573. o38.CanCollide = false
  574. o38.FormFactor = Enum.FormFactor.Plate
  575. o38.Size = Vector3.new(3.48000026, 2.4000001, 1)
  576. o38.CFrame = CFrame.new(99.0602112, 4.60000706, 18.3115101, 1, 8.46371435e-008, 0, -8.46371435e-008, 1, 0, 0, 0, 1)
  577. o38.BottomSurface = Enum.SurfaceType.Weld
  578. o38.LeftSurface = Enum.SurfaceType.Weld
  579. o38.RightSurface = Enum.SurfaceType.Weld
  580. o38.TopSurface = Enum.SurfaceType.Weld
  581. o38.Color = Color3.new(0.972549, 0.972549, 0.972549)
  582. o39.Parent = o1
  583. o39.BrickColor = BrickColor.new("Really red")
  584. o39.Position = Vector3.new(113.818176, 4.80000877, 9.31151104)
  585. o39.Rotation = Vector3.new(-0, 0, -2.2344675e-006)
  586. o39.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  587. o39.Velocity = Vector3.new(-0.000505513046, 0.000753228669, -0.00737475045)
  588. o39.Anchored = true
  589. o39.FormFactor = Enum.FormFactor.Plate
  590. o39.Size = Vector3.new(1, 1.20000005, 1)
  591. o39.CFrame = CFrame.new(113.818176, 4.80000877, 9.31151104, 0.999993801, 3.89985715e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  592. o39.BackSurface = Enum.SurfaceType.Weld
  593. o39.BottomSurface = Enum.SurfaceType.Weld
  594. o39.FrontSurface = Enum.SurfaceType.Weld
  595. o39.LeftSurface = Enum.SurfaceType.Weld
  596. o39.RightSurface = Enum.SurfaceType.Weld
  597. o39.TopSurface = Enum.SurfaceType.Weld
  598. o39.Color = Color3.new(1, 0, 0)
  599. o40.Parent = o39
  600. o41.Parent = o1
  601. o41.BrickColor = BrickColor.new("Institutional white")
  602. o41.Position = Vector3.new(113.818054, 3.80000734, 9.31151104)
  603. o41.Rotation = Vector3.new(-0, 0, -2.23295706e-006)
  604. o41.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  605. o41.Velocity = Vector3.new(-0.000577784958, 0.000753237749, -0.00752147706)
  606. o41.Anchored = true
  607. o41.FormFactor = Enum.FormFactor.Plate
  608. o41.Size = Vector3.new(1, 0.800000012, 1)
  609. o41.CFrame = CFrame.new(113.818054, 3.80000734, 9.31151104, 0.999993563, 3.89721997e-008, 0, -4.03962055e-008, 1, 0, 0, 0, 1)
  610. o41.BackSurface = Enum.SurfaceType.Weld
  611. o41.BottomSurface = Enum.SurfaceType.Weld
  612. o41.FrontSurface = Enum.SurfaceType.Weld
  613. o41.LeftSurface = Enum.SurfaceType.Weld
  614. o41.RightSurface = Enum.SurfaceType.Weld
  615. o41.TopSurface = Enum.SurfaceType.Weld
  616. o41.Color = Color3.new(0.972549, 0.972549, 0.972549)
  617. o42.Parent = o41
  618. o43.Parent = o1
  619. o43.BrickColor = BrickColor.new("Institutional white")
  620. o43.Position = Vector3.new(105.317894, 8.40000725, 13.8115139)
  621. o43.Rotation = Vector3.new(-0, 0, -2.21481446e-006)
  622. o43.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  623. o43.Velocity = Vector3.new(0.00106650498, 0.000707125873, -0.00436840346)
  624. o43.Anchored = true
  625. o43.CanCollide = false
  626. o43.FormFactor = Enum.FormFactor.Plate
  627. o43.Size = Vector3.new(14, 0.400000006, 8)
  628. o43.CFrame = CFrame.new(105.317894, 8.40000725, 13.8115139, 1, 3.86558057e-008, 0, -3.86558057e-008, 1, 0, 0, 0, 1)
  629. o43.BackSurface = Enum.SurfaceType.Weld
  630. o43.BottomSurface = Enum.SurfaceType.Weld
  631. o43.FrontSurface = Enum.SurfaceType.Weld
  632. o43.LeftSurface = Enum.SurfaceType.Weld
  633. o43.RightSurface = Enum.SurfaceType.Weld
  634. o43.TopSurface = Enum.SurfaceType.Weld
  635. o43.Color = Color3.new(0.972549, 0.972549, 0.972549)
  636. o44.Parent = o43
  637. o45.Parent = o1
  638. o45.BrickColor = BrickColor.new("Really black")
  639. o45.Position = Vector3.new(113.818176, 6.80000782, 11.311511)
  640. o45.Rotation = Vector3.new(-90, -89.9314728, -90)
  641. o45.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  642. o45.Velocity = Vector3.new(0.000222070201, 0.000459702482, -0.00708122645)
  643. o45.Anchored = true
  644. o45.CanCollide = false
  645. o45.FormFactor = Enum.FormFactor.Plate
  646. o45.Size = Vector3.new(3, 2.79999995, 1)
  647. o45.CFrame = CFrame.new(113.818176, 6.80000782, 11.311511, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  648. o45.BackSurface = Enum.SurfaceType.Weld
  649. o45.BottomSurface = Enum.SurfaceType.Weld
  650. o45.TopSurface = Enum.SurfaceType.Weld
  651. o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  652. o46.Parent = o45
  653. o46.MeshType = Enum.MeshType.Wedge
  654. o47.Parent = o1
  655. o47.BrickColor = BrickColor.new("Institutional white")
  656. o47.Position = Vector3.new(103.118179, 2.40000772, 13.8115101)
  657. o47.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  658. o47.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  659. o47.Velocity = Vector3.new(0.000632874086, 0.000866103393, -0.0046077203)
  660. o47.Anchored = true
  661. o47.FormFactor = Enum.FormFactor.Plate
  662. o47.Size = Vector3.new(12.3999996, 1.20000005, 10)
  663. o47.CFrame = CFrame.new(103.118179, 2.40000772, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  664. o47.BackSurface = Enum.SurfaceType.Weld
  665. o47.BottomSurface = Enum.SurfaceType.Weld
  666. o47.FrontSurface = Enum.SurfaceType.Weld
  667. o47.LeftSurface = Enum.SurfaceType.Weld
  668. o47.RightSurface = Enum.SurfaceType.Weld
  669. o47.TopSurface = Enum.SurfaceType.Weld
  670. o47.Color = Color3.new(0.972549, 0.972549, 0.972549)
  671. o48.Parent = o47
  672. o49.Parent = o1
  673. o49.BrickColor = BrickColor.new("White")
  674. o49.Position = Vector3.new(104.018181, 3.20000815, 13.8115101)
  675. o49.Rotation = Vector3.new(-0, 0, -2.27374471e-006)
  676. o49.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  677. o49.Velocity = Vector3.new(0.000690691522, 0.000801058719, -0.00475267787)
  678. o49.Anchored = true
  679. o49.FormFactor = Enum.FormFactor.Plate
  680. o49.Size = Vector3.new(20.6000004, 0.400000006, 10)
  681. o49.CFrame = CFrame.new(104.018181, 3.20000815, 13.8115101, 1, 3.96843305e-008, 0, -3.96843305e-008, 1, 0, 0, 0, 1)
  682. o49.BackSurface = Enum.SurfaceType.Weld
  683. o49.BottomSurface = Enum.SurfaceType.Weld
  684. o49.FrontSurface = Enum.SurfaceType.Weld
  685. o49.LeftSurface = Enum.SurfaceType.Weld
  686. o49.RightSurface = Enum.SurfaceType.Weld
  687. o49.TopSurface = Enum.SurfaceType.Weld
  688. o49.Color = Color3.new(0.94902, 0.952941, 0.952941)
  689. o50.Parent = o49
  690. o51.Parent = o1
  691. o51.BrickColor = BrickColor.new("Institutional white")
  692. o51.Position = Vector3.new(107.167747, 5.80000782, 18.3115101)
  693. o51.Rotation = Vector3.new(-0, 0, -3.14727777e-006)
  694. o51.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  695. o51.Velocity = Vector3.new(0.00219043763, -8.69987416e-005, -0.00528925471)
  696. o51.Anchored = true
  697. o51.FormFactor = Enum.FormFactor.Plate
  698. o51.Size = Vector3.new(12.3000002, 4.80000019, 1)
  699. o51.CFrame = CFrame.new(107.167747, 5.80000782, 18.3115101, 1, 5.49303607e-008, 0, -5.49303607e-008, 1, 0, 0, 0, 1)
  700. o51.BackSurface = Enum.SurfaceType.Weld
  701. o51.BottomSurface = Enum.SurfaceType.Weld
  702. o51.FrontSurface = Enum.SurfaceType.Weld
  703. o51.LeftSurface = Enum.SurfaceType.Weld
  704. o51.RightSurface = Enum.SurfaceType.Weld
  705. o51.TopSurface = Enum.SurfaceType.Weld
  706. o51.Color = Color3.new(0.972549, 0.972549, 0.972549)
  707. o52.Parent = o51
  708. o53.Parent = o1
  709. o53.BrickColor = BrickColor.new("Institutional white")
  710. o53.Position = Vector3.new(113.818176, 6.80000782, 13.8115101)
  711. o53.Rotation = Vector3.new(-90, -89.9314728, -90)
  712. o53.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  713. o53.Velocity = Vector3.new(0.000950869871, 9.27953006e-005, -0.00708122645)
  714. o53.Anchored = true
  715. o53.CanCollide = false
  716. o53.FormFactor = Enum.FormFactor.Plate
  717. o53.Size = Vector3.new(2, 2.79999995, 1)
  718. o53.CFrame = CFrame.new(113.818176, 6.80000782, 13.8115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  719. o53.BackSurface = Enum.SurfaceType.Weld
  720. o53.BottomSurface = Enum.SurfaceType.Weld
  721. o53.TopSurface = Enum.SurfaceType.Weld
  722. o53.Color = Color3.new(0.972549, 0.972549, 0.972549)
  723. o54.Parent = o53
  724. o54.MeshType = Enum.MeshType.Wedge
  725. o55.Parent = o1
  726. o55.BrickColor = BrickColor.new("Really black")
  727. o55.Position = Vector3.new(113.818176, 6.80000782, 16.3115101)
  728. o55.Rotation = Vector3.new(-90, -89.9314728, -90)
  729. o55.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  730. o55.Velocity = Vector3.new(0.0016796696, -0.000274111895, -0.00708122645)
  731. o55.Anchored = true
  732. o55.CanCollide = false
  733. o55.FormFactor = Enum.FormFactor.Plate
  734. o55.Size = Vector3.new(3, 2.79999995, 1)
  735. o55.CFrame = CFrame.new(113.818176, 6.80000782, 16.3115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  736. o55.BackSurface = Enum.SurfaceType.Weld
  737. o55.BottomSurface = Enum.SurfaceType.Weld
  738. o55.TopSurface = Enum.SurfaceType.Weld
  739. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  740. o56.Parent = o55
  741. o56.MeshType = Enum.MeshType.Wedge
  742. o57.Parent = o1
  743. o57.BrickColor = BrickColor.new("Institutional white")
  744. o57.Position = Vector3.new(113.818176, 4.40000582, 13.8115101)
  745. o57.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  746. o57.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  747. o57.Velocity = Vector3.new(0.000777417503, 9.27956426e-005, -0.00743345637)
  748. o57.Anchored = true
  749. o57.CanCollide = false
  750. o57.FormFactor = Enum.FormFactor.Plate
  751. o57.Size = Vector3.new(1, 2, 8)
  752. o57.CFrame = CFrame.new(113.818176, 4.40000582, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  753. o57.BackSurface = Enum.SurfaceType.Weld
  754. o57.BottomSurface = Enum.SurfaceType.Weld
  755. o57.FrontSurface = Enum.SurfaceType.Weld
  756. o57.LeftSurface = Enum.SurfaceType.Weld
  757. o57.RightSurface = Enum.SurfaceType.Weld
  758. o57.TopSurface = Enum.SurfaceType.Weld
  759. o57.Color = Color3.new(0.972549, 0.972549, 0.972549)
  760. o58.Parent = o57
  761. o59.Parent = o1
  762. o59.BrickColor = BrickColor.new("Institutional white")
  763. o59.Position = Vector3.new(113.818176, 3.80000734, 18.3115101)
  764. o59.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  765. o59.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  766. o59.Velocity = Vector3.new(0.00204589404, -0.000567637384, -0.00752151385)
  767. o59.Anchored = true
  768. o59.FormFactor = Enum.FormFactor.Plate
  769. o59.Size = Vector3.new(1, 0.800000012, 1)
  770. o59.CFrame = CFrame.new(113.818176, 3.80000734, 18.3115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  771. o59.BackSurface = Enum.SurfaceType.Weld
  772. o59.BottomSurface = Enum.SurfaceType.Weld
  773. o59.FrontSurface = Enum.SurfaceType.Weld
  774. o59.LeftSurface = Enum.SurfaceType.Weld
  775. o59.RightSurface = Enum.SurfaceType.Weld
  776. o59.TopSurface = Enum.SurfaceType.Weld
  777. o59.Color = Color3.new(0.972549, 0.972549, 0.972549)
  778. o60.Parent = o59
  779. o61.Parent = o1
  780. o61.BrickColor = BrickColor.new("Institutional white")
  781. o61.Position = Vector3.new(105.317894, 8.40000725, 18.3115101)
  782. o61.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  783. o61.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  784. o61.Velocity = Vector3.new(0.00237834454, 4.6692905e-005, -0.00436840346)
  785. o61.Anchored = true
  786. o61.CanCollide = false
  787. o61.FormFactor = Enum.FormFactor.Plate
  788. o61.Size = Vector3.new(14, 0.400000006, 1)
  789. o61.CFrame = CFrame.new(105.317894, 8.40000725, 18.3115101, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  790. o61.BackSurface = Enum.SurfaceType.Weld
  791. o61.BottomSurface = Enum.SurfaceType.Weld
  792. o61.FrontSurface = Enum.SurfaceType.Weld
  793. o61.LeftSurface = Enum.SurfaceType.Weld
  794. o61.RightSurface = Enum.SurfaceType.Weld
  795. o61.TopSurface = Enum.SurfaceType.Weld
  796. o61.Color = Color3.new(0.972549, 0.972549, 0.972549)
  797. o62.Parent = o61
  798. o63.Parent = o1
  799. o63.BrickColor = BrickColor.new("Institutional white")
  800. o63.Position = Vector3.new(97.8181839, 5.79500866, 9.31151104)
  801. o63.Rotation = Vector3.new(-0, 0, -2.36894834e-006)
  802. o63.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  803. o63.Velocity = Vector3.new(-0.000433602603, 0.00190957636, -0.00256440602)
  804. o63.Anchored = true
  805. o63.CanCollide = false
  806. o63.FormFactor = Enum.FormFactor.Plate
  807. o63.Size = Vector3.new(1, 4.80999994, 1)
  808. o63.CFrame = CFrame.new(97.8181839, 5.79500866, 9.31151104, 1, 4.13459489e-008, 0, -4.13459489e-008, 1, 0, 0, 0, 1)
  809. o63.BottomSurface = Enum.SurfaceType.Weld
  810. o63.LeftSurface = Enum.SurfaceType.Weld
  811. o63.RightSurface = Enum.SurfaceType.Weld
  812. o63.TopSurface = Enum.SurfaceType.Weld
  813. o63.Color = Color3.new(0.972549, 0.972549, 0.972549)
  814. o64.Parent = o1
  815. o64.BrickColor = BrickColor.new("Institutional white")
  816. o64.Position = Vector3.new(97.8178101, 7.00000858, 18.3115101)
  817. o64.Rotation = Vector3.new(-0, 0, -2.14529973e-006)
  818. o64.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  819. o64.Velocity = Vector3.new(0.00227716402, 0.00058873737, -0.00238744705)
  820. o64.Anchored = true
  821. o64.CanCollide = false
  822. o64.FormFactor = Enum.FormFactor.Plate
  823. o64.Size = Vector3.new(1, 2.4000001, 1)
  824. o64.CFrame = CFrame.new(97.8178101, 7.00000858, 18.3115101, 0.999999762, 3.74425326e-008, 0, -3.74952727e-008, 1, 0, 0, 0, 1)
  825. o64.BottomSurface = Enum.SurfaceType.Weld
  826. o64.LeftSurface = Enum.SurfaceType.Weld
  827. o64.RightSurface = Enum.SurfaceType.Weld
  828. o64.TopSurface = Enum.SurfaceType.Weld
  829. o64.Color = Color3.new(0.972549, 0.972549, 0.972549)
  830. o65.Parent = o1
  831. o65.BrickColor = BrickColor.new("Institutional white")
  832. o65.Position = Vector3.new(113.418167, 2.40000749, 13.8115101)
  833. o65.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  834. o65.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  835. o65.Velocity = Vector3.new(0.000632874086, 0.000121704477, -0.0076103732)
  836. o65.Anchored = true
  837. o65.FormFactor = Enum.FormFactor.Plate
  838. o65.Size = Vector3.new(1.80000007, 1.20000005, 10)
  839. o65.CFrame = CFrame.new(113.418167, 2.40000749, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  840. o65.BackSurface = Enum.SurfaceType.Weld
  841. o65.BottomSurface = Enum.SurfaceType.Weld
  842. o65.FrontSurface = Enum.SurfaceType.Weld
  843. o65.LeftSurface = Enum.SurfaceType.Weld
  844. o65.RightSurface = Enum.SurfaceType.Weld
  845. o65.TopSurface = Enum.SurfaceType.Weld
  846. o65.Color = Color3.new(0.972549, 0.972549, 0.972549)
  847. o66.Parent = o65
  848. o67.Parent = o1
  849. o67.BrickColor = BrickColor.new("Really red")
  850. o67.Position = Vector3.new(113.817245, 4.80000687, 18.3115101)
  851. o67.Rotation = Vector3.new(-0, 0, -3.17145691e-006)
  852. o67.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  853. o67.Velocity = Vector3.new(0.00211816584, -0.000567570096, -0.0073744799)
  854. o67.Anchored = true
  855. o67.FormFactor = Enum.FormFactor.Plate
  856. o67.Size = Vector3.new(1, 1.20000005, 1)
  857. o67.CFrame = CFrame.new(113.817245, 4.80000687, 18.3115101, 1, 5.53523627e-008, 0, -5.53523627e-008, 1, 0, 0, 0, 1)
  858. o67.BackSurface = Enum.SurfaceType.Weld
  859. o67.BottomSurface = Enum.SurfaceType.Weld
  860. o67.FrontSurface = Enum.SurfaceType.Weld
  861. o67.LeftSurface = Enum.SurfaceType.Weld
  862. o67.RightSurface = Enum.SurfaceType.Weld
  863. o67.TopSurface = Enum.SurfaceType.Weld
  864. o67.Color = Color3.new(1, 0, 0)
  865. o68.Parent = o67
  866. o69.Parent = o1
  867. o69.BrickColor = BrickColor.new("Institutional white")
  868. o69.Position = Vector3.new(112.817894, 8.40000725, 13.8115139)
  869. o69.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  870. o69.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  871. o69.Velocity = Vector3.new(0.00106650498, 0.000165087578, -0.00655480288)
  872. o69.Anchored = true
  873. o69.CanCollide = false
  874. o69.FormFactor = Enum.FormFactor.Plate
  875. o69.Size = Vector3.new(1, 0.400000006, 10)
  876. o69.CFrame = CFrame.new(112.817894, 8.40000725, 13.8115139, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  877. o69.BackSurface = Enum.SurfaceType.Weld
  878. o69.BottomSurface = Enum.SurfaceType.Weld
  879. o69.FrontSurface = Enum.SurfaceType.Weld
  880. o69.LeftSurface = Enum.SurfaceType.Weld
  881. o69.RightSurface = Enum.SurfaceType.Weld
  882. o69.TopSurface = Enum.SurfaceType.Weld
  883. o69.Color = Color3.new(0.972549, 0.972549, 0.972549)
  884. o70.Parent = o69
  885. o71.Parent = o1
  886. o71.BrickColor = BrickColor.new("Really black")
  887. o71.Position = Vector3.new(92.2181854, 3.8000083, 13.8115101)
  888. o71.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  889. o71.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  890. o71.Velocity = Vector3.new(0.0007340546, 0.00165386556, -0.00122468593)
  891. o71.Anchored = true
  892. o71.FormFactor = Enum.FormFactor.Custom
  893. o71.Size = Vector3.new(0.200000003, 0.800000012, 6)
  894. o71.CFrame = CFrame.new(92.2181854, 3.8000083, 13.8115101, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  895. o71.BackSurface = Enum.SurfaceType.Weld
  896. o71.BottomSurface = Enum.SurfaceType.Weld
  897. o71.FrontSurface = Enum.SurfaceType.Weld
  898. o71.LeftSurface = Enum.SurfaceType.Weld
  899. o71.RightSurface = Enum.SurfaceType.Weld
  900. o71.TopSurface = Enum.SurfaceType.Weld
  901. o71.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  902. o72.Parent = o71
  903. o73.Name = "Head"
  904. o73.Parent = o1
  905. o73.Material = Enum.Material.SmoothPlastic
  906. o73.BrickColor = BrickColor.new("Institutional white")
  907. o73.Position = Vector3.new(99.207077, 7.026577, 15.2047167)
  908. o73.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  909. o73.Anchored = true
  910. o73.FormFactor = Enum.FormFactor.Symmetric
  911. o73.Size = Vector3.new(2, 1, 1)
  912. 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)
  913. o73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  914. o73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  915. o73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  916. o73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  917. o73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  918. o73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  919. o73.Color = Color3.new(0.972549, 0.972549, 0.972549)
  920. o74.Parent = o73
  921. o74.Scale = Vector3.new(1.25, 1.25, 1.25)
  922. o75.Name = "face"
  923. o75.Parent = o73
  924. o75.Texture = "rbxasset://textures/face.png"
  925. o76.Parent = o1
  926. o76.BrickColor = BrickColor.new("Institutional white")
  927. o76.Position = Vector3.new(99.6954269, 5.81500673, 9.31151104)
  928. o76.Rotation = Vector3.new(-0, 0, -8.82515178e-006)
  929. o76.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  930. o76.Velocity = Vector3.new(-0.000432157307, 0.00177390513, -0.00310872309)
  931. o76.Anchored = true
  932. o76.CanCollide = false
  933. o76.FormFactor = Enum.FormFactor.Plate
  934. o76.Size = Vector3.new(2.76000023, 4.82999992, 1)
  935. o76.CFrame = CFrame.new(99.6954269, 5.81500673, 9.31151104, 1, 1.54027958e-007, 0, -1.54027958e-007, 1, 0, 0, 0, 1)
  936. o76.BottomSurface = Enum.SurfaceType.Weld
  937. o76.LeftSurface = Enum.SurfaceType.Weld
  938. o76.RightSurface = Enum.SurfaceType.Weld
  939. o76.TopSurface = Enum.SurfaceType.Weld
  940. o76.Color = Color3.new(0.972549, 0.972549, 0.972549)
  941. o77.Parent = o1
  942. o77.BrickColor = BrickColor.new("Institutional white")
  943. o77.Position = Vector3.new(100.909996, 5.80000877, 14.2915134)
  944. o77.Rotation = Vector3.new(-0, 0, -7.89941078e-006)
  945. o77.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  946. o77.Velocity = Vector3.new(0.0010185279, 0.000955246738, -0.00346499542)
  947. o77.Anchored = true
  948. o77.FormFactor = Enum.FormFactor.Plate
  949. o77.Size = Vector3.new(0.200000003, 4.80000019, 9.0199995)
  950. o77.CFrame = CFrame.new(100.909996, 5.80000877, 14.2915134, 1, 1.37870728e-007, 0, -1.37870728e-007, 1, 0, 0, 0, 1)
  951. o77.BackSurface = Enum.SurfaceType.Weld
  952. o77.BottomSurface = Enum.SurfaceType.Weld
  953. o77.FrontSurface = Enum.SurfaceType.Weld
  954. o77.LeftSurface = Enum.SurfaceType.Weld
  955. o77.RightSurface = Enum.SurfaceType.Weld
  956. o77.TopSurface = Enum.SurfaceType.Weld
  957. o77.Color = Color3.new(0.972549, 0.972549, 0.972549)
  958. o78.Parent = o77
  959. o79.Name = "Head"
  960. o79.Parent = o1
  961. o79.Material = Enum.Material.SmoothPlastic
  962. o79.BrickColor = BrickColor.new("Institutional white")
  963. o79.Position = Vector3.new(103.10894, 7.49666739, 15.2047167)
  964. o79.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  965. o79.Anchored = true
  966. o79.FormFactor = Enum.FormFactor.Symmetric
  967. o79.Size = Vector3.new(2, 1, 1)
  968. 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)
  969. o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  970. o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  971. o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  972. o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  973. o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  974. o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  975. o79.Color = Color3.new(0.972549, 0.972549, 0.972549)
  976. o80.Parent = o79
  977. o80.Scale = Vector3.new(1.25, 1.25, 1.25)
  978. o81.Name = "face"
  979. o81.Parent = o79
  980. o81.Texture = "rbxasset://textures/face.png"
  981. o82.Name = "Handle"
  982. o82.Parent = o1
  983. o82.Material = Enum.Material.SmoothPlastic
  984. o82.Position = Vector3.new(103.10894, 7.34666729, 15.2047167)
  985. o82.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  986. o82.Anchored = true
  987. o82.CanCollide = false
  988. o82.FormFactor = Enum.FormFactor.Symmetric
  989. o82.Size = Vector3.new(2, 2, 2)
  990. 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)
  991. o82.BottomSurface = Enum.SurfaceType.Smooth
  992. o82.TopSurface = Enum.SurfaceType.Smooth
  993. o83.Parent = o82
  994. o83.MeshId = "http://www.roblox.com/asset/?id=15393031"
  995. o83.TextureId = "http://www.roblox.com/asset/?id=15393013"
  996. o83.MeshType = Enum.MeshType.FileMesh
  997. o84.Parent = o1
  998. o84.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  999. o84.RightLeg = o94
  1000. o84.LeftLeg = o96
  1001. o84.Torso = o87
  1002. o84.Health = 0
  1003. o84.MaxHealth = 0
  1004. o85.Name = "TPPART"
  1005. o85.Parent = o1
  1006. o85.Transparency = 1
  1007. o85.Position = Vector3.new(104.155182, 4.24109221, 12.6003485)
  1008. o85.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  1009. o85.Anchored = true
  1010. o85.CanCollide = false
  1011. o85.Size = Vector3.new(4, 1, 2)
  1012. o85.CFrame = CFrame.new(104.155182, 4.24109221, 12.6003485, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  1013. o86.Name = "TPPART2"
  1014. o86.Parent = o1
  1015. o86.Transparency = 1
  1016. o86.Position = Vector3.new(104.155182, 5.40188599, 6.32408237)
  1017. o86.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  1018. o86.Anchored = true
  1019. o86.CanCollide = false
  1020. o86.Size = Vector3.new(4, 1, 2)
  1021. o86.CFrame = CFrame.new(104.155182, 5.40188599, 6.32408237, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  1022. o87.Name = "Torso"
  1023. o87.Parent = o1
  1024. o87.Material = Enum.Material.SmoothPlastic
  1025. o87.BrickColor = BrickColor.new("Navy blue")
  1026. o87.Position = Vector3.new(99.207077, 5.526577, 15.2047167)
  1027. o87.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1028. o87.Anchored = true
  1029. o87.FormFactor = Enum.FormFactor.Symmetric
  1030. o87.Size = Vector3.new(2, 2, 1)
  1031. 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)
  1032. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1033. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1034. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1035. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1036. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1037. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1038. o87.Color = Color3.new(0, 0.12549, 0.376471)
  1039. o88.Name = "roblox"
  1040. o88.Parent = o87
  1041. o89.Name = "Right Shoulder"
  1042. o89.Parent = o87
  1043. o89.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1044. o89.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1045. o89.Part0 = o87
  1046. o89.Part1 = o95
  1047. o89.DesiredAngle = -0.062025275081396
  1048. o89.MaxVelocity = 0.15000000596046
  1049. o90.Name = "Left Shoulder"
  1050. o90.Parent = o87
  1051. o90.C0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1052. o90.C1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1053. o90.Part0 = o87
  1054. o90.Part1 = o97
  1055. o90.DesiredAngle = -0.062025275081396
  1056. o90.MaxVelocity = 0.15000000596046
  1057. o91.Name = "Right Hip"
  1058. o91.Parent = o87
  1059. o91.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1060. o91.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1061. o91.Part0 = o87
  1062. o91.Part1 = o94
  1063. o91.DesiredAngle = 0.062025275081396
  1064. o91.MaxVelocity = 0.10000000149012
  1065. o92.Name = "Left Hip"
  1066. o92.Parent = o87
  1067. o92.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1068. o92.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1069. o92.Part0 = o87
  1070. o92.Part1 = o96
  1071. o92.DesiredAngle = 0.062025275081396
  1072. o92.MaxVelocity = 0.10000000149012
  1073. o93.Name = "Neck"
  1074. o93.Parent = o87
  1075. o93.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1076. o93.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1077. o93.Part0 = o87
  1078. o93.Part1 = o73
  1079. o93.MaxVelocity = 0.10000000149012
  1080. o94.Name = "Right Leg"
  1081. o94.Parent = o1
  1082. o94.Material = Enum.Material.SmoothPlastic
  1083. o94.BrickColor = BrickColor.new("Navy blue")
  1084. o94.Position = Vector3.new(99.215416, 3.526577, 14.7047863)
  1085. o94.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1086. o94.Anchored = true
  1087. o94.CanCollide = false
  1088. o94.FormFactor = Enum.FormFactor.Symmetric
  1089. o94.Size = Vector3.new(1, 2, 1)
  1090. 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)
  1091. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1092. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1093. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1094. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1095. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1096. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1097. o94.Color = Color3.new(0, 0.12549, 0.376471)
  1098. o95.Name = "Right Arm"
  1099. o95.Parent = o1
  1100. o95.Material = Enum.Material.SmoothPlastic
  1101. o95.BrickColor = BrickColor.new("Maroon")
  1102. o95.Position = Vector3.new(99.2321014, 5.526577, 13.7049236)
  1103. o95.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1104. o95.Anchored = true
  1105. o95.CanCollide = false
  1106. o95.FormFactor = Enum.FormFactor.Symmetric
  1107. o95.Size = Vector3.new(1, 2, 1)
  1108. 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)
  1109. o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1110. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1111. o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1112. o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1113. o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1114. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1115. o95.Color = Color3.new(0.458824, 0, 0)
  1116. o96.Name = "Left Leg"
  1117. o96.Parent = o1
  1118. o96.Material = Enum.Material.SmoothPlastic
  1119. o96.BrickColor = BrickColor.new("Navy blue")
  1120. o96.Position = Vector3.new(99.1987381, 3.526577, 15.7046452)
  1121. o96.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1122. o96.Anchored = true
  1123. o96.CanCollide = false
  1124. o96.FormFactor = Enum.FormFactor.Symmetric
  1125. o96.Size = Vector3.new(1, 2, 1)
  1126. 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)
  1127. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1128. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1129. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1130. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1131. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1132. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1133. o96.Color = Color3.new(0, 0.12549, 0.376471)
  1134. o97.Name = "Left Arm"
  1135. o97.Parent = o1
  1136. o97.Material = Enum.Material.SmoothPlastic
  1137. o97.BrickColor = BrickColor.new("Maroon")
  1138. o97.Position = Vector3.new(99.1820602, 5.526577, 16.7045078)
  1139. o97.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1140. o97.Anchored = true
  1141. o97.CanCollide = false
  1142. o97.FormFactor = Enum.FormFactor.Symmetric
  1143. o97.Size = Vector3.new(1, 2, 1)
  1144. 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)
  1145. o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1146. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1147. o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1148. o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1149. o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1150. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1151. o97.Color = Color3.new(0.458824, 0, 0)
  1152. o98.Name = "Torso"
  1153. o98.Parent = o1
  1154. o98.Material = Enum.Material.SmoothPlastic
  1155. o98.BrickColor = BrickColor.new("Navy blue")
  1156. o98.Position = Vector3.new(103.10894, 5.99666739, 15.2047167)
  1157. o98.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1158. o98.Anchored = true
  1159. o98.FormFactor = Enum.FormFactor.Symmetric
  1160. o98.Size = Vector3.new(2, 2, 1)
  1161. 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)
  1162. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1163. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1164. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1165. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1166. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1167. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1168. o98.Color = Color3.new(0, 0.12549, 0.376471)
  1169. o99.Name = "roblox"
  1170. o99.Parent = o98
  1171. o100.Name = "Right Hip"
  1172. o100.Parent = o98
  1173. o100.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1174. o100.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1175. o100.Part0 = o98
  1176. o100.Part1 = o103
  1177. o100.DesiredAngle = 0.062025275081396
  1178. o100.MaxVelocity = 0.10000000149012
  1179. o101.Name = "Left Hip"
  1180. o101.Parent = o98
  1181. o101.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1182. o101.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1183. o101.Part0 = o98
  1184. o101.Part1 = o105
  1185. o101.DesiredAngle = 0.062025275081396
  1186. o101.MaxVelocity = 0.10000000149012
  1187. o102.Name = "Neck"
  1188. o102.Parent = o98
  1189. o102.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1190. o102.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1191. o102.Part0 = o98
  1192. o102.Part1 = o79
  1193. o102.MaxVelocity = 0.10000000149012
  1194. o103.Name = "Right Leg"
  1195. o103.Parent = o1
  1196. o103.Material = Enum.Material.SmoothPlastic
  1197. o103.BrickColor = BrickColor.new("Really black")
  1198. o103.Position = Vector3.new(103.608864, 3.99666739, 15.2130556)
  1199. o103.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1200. o103.Anchored = true
  1201. o103.CanCollide = false
  1202. o103.FormFactor = Enum.FormFactor.Symmetric
  1203. o103.Size = Vector3.new(1, 2, 1)
  1204. 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)
  1205. o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1206. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1207. o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1208. o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1209. o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1210. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1211. o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1212. o104.Name = "Right Arm"
  1213. o104.Parent = o1
  1214. o104.Material = Enum.Material.SmoothPlastic
  1215. o104.BrickColor = BrickColor.new("Maroon")
  1216. o104.Position = Vector3.new(104.615349, 5.89646101, 14.8330393)
  1217. o104.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  1218. o104.Anchored = true
  1219. o104.CanCollide = false
  1220. o104.FormFactor = Enum.FormFactor.Symmetric
  1221. o104.Size = Vector3.new(1, 2, 1)
  1222. 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)
  1223. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1224. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1225. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1226. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1227. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1228. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1229. o104.Color = Color3.new(0.458824, 0, 0)
  1230. o105.Name = "Left Leg"
  1231. o105.Parent = o1
  1232. o105.Material = Enum.Material.SmoothPlastic
  1233. o105.BrickColor = BrickColor.new("Really black")
  1234. o105.Position = Vector3.new(102.609009, 3.99666739, 15.1963739)
  1235. o105.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1236. o105.Anchored = true
  1237. o105.CanCollide = false
  1238. o105.FormFactor = Enum.FormFactor.Symmetric
  1239. o105.Size = Vector3.new(1, 2, 1)
  1240. 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)
  1241. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1242. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1243. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1244. o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1245. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1246. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1247. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1248. o106.Name = "Left Arm"
  1249. o106.Parent = o1
  1250. o106.Material = Enum.Material.SmoothPlastic
  1251. o106.BrickColor = BrickColor.new("Maroon")
  1252. o106.Position = Vector3.new(101.617271, 5.96075201, 14.6924496)
  1253. o106.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  1254. o106.Anchored = true
  1255. o106.CanCollide = false
  1256. o106.FormFactor = Enum.FormFactor.Symmetric
  1257. o106.Size = Vector3.new(1, 2, 1)
  1258. 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)
  1259. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1260. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1261. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1262. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1263. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1264. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1265. o106.Color = Color3.new(0.458824, 0, 0)
  1266. o107.Parent = o1
  1267. o107.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  1268. o107.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1269. o107.Anchored = true
  1270. o107.FormFactor = Enum.FormFactor.Symmetric
  1271. o107.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1272. 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)
  1273. o108.Parent = o107
  1274. o109.Parent = o1
  1275. o109.BrickColor = BrickColor.new("Really black")
  1276. o109.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  1277. o109.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1278. o109.Anchored = true
  1279. o109.FormFactor = Enum.FormFactor.Symmetric
  1280. o109.Size = Vector3.new(3, 1.20000005, 3)
  1281. 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)
  1282. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1283. o110.Parent = o109
  1284. o111.Parent = o1
  1285. o111.BrickColor = BrickColor.new("Really black")
  1286. o111.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  1287. o111.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1288. o111.Anchored = true
  1289. o111.FormFactor = Enum.FormFactor.Symmetric
  1290. o111.Size = Vector3.new(3, 1.20000005, 3)
  1291. 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)
  1292. o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1293. o112.Parent = o111
  1294. o113.Parent = o1
  1295. o113.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  1296. o113.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1297. o113.Anchored = true
  1298. o113.FormFactor = Enum.FormFactor.Symmetric
  1299. o113.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1300. 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)
  1301. o114.Parent = o113
  1302. o115.Parent = o1
  1303. o115.BrickColor = BrickColor.new("Really black")
  1304. o115.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  1305. o115.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1306. o115.Anchored = true
  1307. o115.FormFactor = Enum.FormFactor.Symmetric
  1308. o115.Size = Vector3.new(3, 1.20000005, 3)
  1309. 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)
  1310. o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1311. o116.Parent = o115
  1312. o117.Parent = o1
  1313. o117.BrickColor = BrickColor.new("Really black")
  1314. o117.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  1315. o117.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1316. o117.Anchored = true
  1317. o117.FormFactor = Enum.FormFactor.Symmetric
  1318. o117.Size = Vector3.new(3, 1.20000005, 3)
  1319. 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)
  1320. o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1321. o118.Parent = o117
  1322. o119.Parent = o1
  1323. o119.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  1324. o119.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1325. o119.Anchored = true
  1326. o119.FormFactor = Enum.FormFactor.Symmetric
  1327. o119.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1328. 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)
  1329. o120.Parent = o119
  1330. o121.Name = "Handle"
  1331. o121.Parent = o1
  1332. o121.Material = Enum.Material.SmoothPlastic
  1333. o121.Position = Vector3.new(99.207077, 6.8765769, 15.2047167)
  1334. o121.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1335. o121.Anchored = true
  1336. o121.CanCollide = false
  1337. o121.FormFactor = Enum.FormFactor.Symmetric
  1338. o121.Size = Vector3.new(2, 2, 2)
  1339. 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)
  1340. o121.BottomSurface = Enum.SurfaceType.Smooth
  1341. o121.TopSurface = Enum.SurfaceType.Smooth
  1342. o122.Parent = o121
  1343. o122.MeshId = "http://www.roblox.com/asset/?id=15393031"
  1344. o122.TextureId = "http://www.roblox.com/asset/?id=15393013"
  1345. o122.MeshType = Enum.MeshType.FileMesh
  1346. o123.Name = "RPPART"
  1347. o123.Parent = o1
  1348. o123.Transparency = 1
  1349. o123.Position = Vector3.new(103.454132, 5.33460093, 13.0707426)
  1350. o123.Rotation = Vector3.new(-90, 0, -0)
  1351. o123.Anchored = true
  1352. o123.CanCollide = false
  1353. o123.Size = Vector3.new(4, 1, 2)
  1354. o123.CFrame = CFrame.new(103.454132, 5.33460093, 13.0707426, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  1355. function MoveY(model, Position)
  1356. for _,part in pairs (model:GetChildren()) do
  1357. if part.ClassName == "Part" then
  1358. part.CFrame = part.CFrame + Vector3.new(0,Position,0)
  1359. end
  1360. end
  1361. end
  1362. function MoveX(model, Position)
  1363. for _,part in pairs (model:GetChildren()) do
  1364. if part.ClassName == "Part" then
  1365. part.CFrame = part.CFrame + Vector3.new(Position,0,0)
  1366. end
  1367. end
  1368. end
  1369. function MoveSpawn(model, PLAYERPOS)
  1370. for _,part in pairs (model:GetChildren()) do
  1371. if part.ClassName == "Part" then
  1372. part.CFrame = part.CFrame + PLAYERPOS + Vector3.new(50,-2.7,-5)
  1373. end
  1374. end
  1375. end
  1376. function MoveZ(model, Position)
  1377. for _,part in pairs (model:GetChildren()) do
  1378. if part.ClassName == "Part" then
  1379. part.CFrame = part.CFrame + Vector3.new(0,0,Position)
  1380. end
  1381. end
  1382. end
  1383. function MoveZPart(Part, Position)
  1384. Part.CFrame = Part.CFrame + Vector3.new(0,0,Position)
  1385. end
  1386. function MoveXPart(Part, Position)
  1387. Part.CFrame = Part.CFrame + Vector3.new(Position,0,0)
  1388. end
  1389. game.Players[Victim].Character.HumanoidRootPart.Anchored = true
  1390. OMGCREEPY = Instance.new("Sound")
  1391. OMGCREEPY.Parent = o1
  1392. OMGCREEPY.Volume = .5
  1393. OMGCREEPY.SoundId = "rbxassetid://177775134"
  1394. for i,v in pairs (o1:GetChildren()) do
  1395. if v:IsA("Part") then
  1396. v.Material = "SmoothPlastic"
  1397. v.BackSurface = "SmoothNoOutlines"
  1398. v.FrontSurface = "SmoothNoOutlines"
  1399. v.BottomSurface = "SmoothNoOutlines"
  1400. v.LeftSurface = "SmoothNoOutlines"
  1401. v.RightSurface = "SmoothNoOutlines"
  1402. v.TopSurface = "SmoothNoOutlines"
  1403. end
  1404. end
  1405. OMGCREEPY:Play()
  1406. o21:Play()
  1407. MoveSpawn(o1,game.Players[Victim].Character.HumanoidRootPart.Position)
  1408. for i=1,51 do
  1409. MoveX(o1,-3)
  1410. wait(.05)
  1411. end
  1412. wait(.5)
  1413. MoveZPart(o12,-1)
  1414. wait(.2)
  1415. for i=1,6 do
  1416. MoveXPart(o12,1)
  1417. wait(.1)
  1418. end
  1419. wait(.5)
  1420. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  1421. wait(.5)
  1422. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  1423. wait(.5)
  1424. MoveZPart(o12,1)
  1425. wait(.2)
  1426.  
  1427. for i=1,6 do
  1428. MoveXPart(o12,-1)
  1429. wait(.1)
  1430. end
  1431. for i=1,50 do
  1432. MoveX(o1,-3)
  1433. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  1434. wait(.05)
  1435. end
  1436. game.Players[Victim].Character.Head.face.Texture = "rbxassetid://629925029"
  1437. game.Players[Victim].Character.HumanoidRootPart.CFrame = o123.CFrame
  1438. SCREAM = Instance.new("Sound")
  1439. SCREAM.Parent = game.Players[Victim].Character.Head
  1440. SCREAM.SoundId = "rbxassetid://138167455"
  1441. SCREAM:Play()
  1442. wait(2.5)
  1443. game.Players[Victim].Character.Head.BrickColor = BrickColor.new("Maroon")
  1444. MoveZPart(o12,-1)
  1445. wait(.2)
  1446. for i=1,6 do
  1447. MoveXPart(o12,1)
  1448. wait(.1)
  1449. end
  1450. wait(.5)
  1451. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  1452. wait(.5)
  1453. MoveZPart(o12,1)
  1454. wait(.2)
  1455. for i=1,6 do
  1456. MoveXPart(o12,-1)
  1457. wait(.1)
  1458. end
  1459. game.Players[Victim].Character.Humanoid.Health = 0
  1460. player = game.Players[Victim]
  1461. char = player.Character
  1462. char.Archivable = true
  1463. local rg = char:Clone()
  1464. rg.HumanoidRootPart:Destroy()
  1465. rg.Name = ""
  1466. rg.Humanoid.MaxHealth = 0
  1467. for i, v in pairs(rg.Torso:GetChildren()) do
  1468. if v:IsA("Motor6D") then
  1469. v:Destroy()
  1470. end
  1471. end
  1472.  
  1473. local n = Instance.new("Glue", rg.Torso)
  1474. n.Name = "Neck"
  1475. n.Part0 = rg.Torso
  1476. n.Part1 = rg.Head
  1477. n.C0 = CFrame.new(0, 1, 0)
  1478. n.C1 = CFrame.new(0, -0.5, 0)
  1479.  
  1480. local rs = Instance.new("Glue", rg.Torso)
  1481. rs.Name = "Right Shoulder"
  1482. rs.Part0 = rg.Torso
  1483. rs.Part1 = rg["Right Arm"]
  1484. rs.C0 = CFrame.new(1.5, 0.5, 0)
  1485. rs.C1 = CFrame.new(0, 0.5, 0)
  1486. local ls = Instance.new("Glue", rg.Torso)
  1487. ls.Name = "Left Shoulder"
  1488. ls.Part0 = rg.Torso
  1489. ls.Part1 = rg["Left Arm"]
  1490. ls.C0 = CFrame.new(-1.5, 0.5, 0)
  1491. ls.C1 = CFrame.new(0, 0.5, 0)
  1492.  
  1493. local rh = Instance.new("Glue", rg.Torso)
  1494. rh.Name = "Right Hip"
  1495. rh.Part0 = rg.Torso
  1496. rh.Part1 = rg["Right Leg"]
  1497. rh.C0 = CFrame.new(0.5, -1, 0)
  1498. rh.C1 = CFrame.new(0, 1, 0)
  1499. local lh = Instance.new("Glue", rg.Torso)
  1500. lh.Name = "Left Hip"
  1501. lh.Part0 = rg.Torso
  1502. lh.Part1 = rg["Left Leg"]
  1503. lh.C0 = CFrame.new(-0.5, -1, 0)
  1504. lh.C1 = CFrame.new(0, 1, 0)
  1505. char.Torso:Destroy()
  1506. char.Head:Destroy()
  1507. char["Left Leg"]:Destroy()
  1508. char["Left Arm"]:Destroy()
  1509. char["Right Leg"]:Destroy()
  1510. char["Right Arm"]:Destroy()
  1511. rg.Parent = game.Workspace
  1512. rg.Head.BrickColor = BrickColor.new("Maroon")
  1513. function DEATH ()
  1514. OHHNELLY = Instance.new("Part")
  1515. OHHNELLY.Parent = workspace
  1516. OHHNELLY.Anchored = false
  1517. OHHNELLY.Material = Enum.Material.SmoothPlastic
  1518. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  1519. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1520. OHHNELLY.Position = rg.Head.Position
  1521. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  1522. OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1523. OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1524. OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1525. OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1526. OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1527. OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1528. end
  1529. for i=1,20 do
  1530. DEATH()
  1531. MoveX(o1,-3)
  1532. wait(.05)
  1533. end
  1534. o1:Destroy()
  1535. end)
  1536.  
  1537. GrabKnife.MouseButton1Down:connect(function()
  1538. local player = game:GetService('Players').LocalPlayer
  1539. local rightclone = Instance.new('Motor6D')
  1540. rightclone.Name = "Right Shoulder"
  1541. rightclone.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1542. rightclone.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1543. local leftclone = Instance.new('Motor6D')
  1544. leftclone.Name = "Left Shoulder"
  1545. leftclone.C0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1546. leftclone.C1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1547. local leftlegclone = Instance.new('Motor6D')
  1548. leftlegclone.Name = "Left Hip"
  1549. leftlegclone.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1550. leftlegclone.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1551. local rightlegclone = Instance.new('Motor6D')
  1552. rightlegclone.Name = "Right Hip"
  1553. rightlegclone.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1554. rightlegclone.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1555. local torsoclone = Instance.new('Motor6D')
  1556. torsoclone.Name = "RootJoint"
  1557. torsoclone.C0 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1558. torsoclone.C1 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1559. local mouse = player:GetMouse()
  1560. local rag1 = false
  1561. local rag2 = false
  1562. local firsttime = true
  1563. local firsttime2 = true
  1564. local firsttime3 = true
  1565. local firsttime4 = true
  1566. local firsttime5 = true
  1567. local childlock = true
  1568. local math1 = math.random(1,5)
  1569. math1 = math1+(math.random(0,9)/10)
  1570. local math2 = math.random(1,15)
  1571. math2 = math2+(math.random(0,9)/10)
  1572. local math3 = math.random(1,10)
  1573. math3 = math3+(math.random(0,9)/10)
  1574. local math4 = math.random(5,100)
  1575. math4 = math4+(math.random(0,9)/10)
  1576. local answer = (math4+(math1*math3))/(math1*math2)
  1577. answer = math.floor((answer*10)+0.5)
  1578. answer = answer/10
  1579. print([[To be fair, you have to have a very high IQ to understand Rick and Morty.
  1580. The humor is extremely subtle, and without a solid grasp of theoretical physics most of the jokes will go over a typical viewer's head.
  1581. There's also Rick's nihilistic outlook, which is deftly woven into his characterisation -
  1582. his personal philosophy draws heavily from Narodnaya Volya literature, for instance.
  1583. The fans understand this stuff;
  1584. they have the intellectual capacity to truly appreciate the depths of these jokes, to realize that they're not just funny- they say something deep about LIFE.
  1585. As a consequence people who dislike Rick and Morty truly ARE idiots-
  1586. of course they wouldn't appreciate, for instance, the humour in Rick's existencial catchphrase "Wubba Lubba Dub Dub," which itself is a cryptic reference to Turgenev's Russian epic Fathers and Sons.
  1587. I'm smirking right now just imagining one of those addlepated simpletons scratching their heads in confusion as Dan Harmon's genius unfolds itself on their television screens.
  1588. What fools... how I pity them.
  1589. And yes by the way, I DO have a Rick and Morty tattoo.
  1590. And no, you cannot see it.
  1591. It's for the ladies' eyes only-
  1592. And even they have to demonstrate that they're within ]]..answer..[[ IQ points of my own (preferably lower) beforehand.]])
  1593. local rekt = {}
  1594.  
  1595. -- Objects
  1596.  
  1597. local MainGUI = Instance.new("ScreenGui")
  1598. local Customize = Instance.new("TextButton")
  1599. local Frame = Instance.new("Frame")
  1600. local TextLabel = Instance.new("TextLabel")
  1601. local Frame_2 = Instance.new("Frame")
  1602. local Frame_3 = Instance.new("Frame")
  1603. local ImageLabel = Instance.new("ImageLabel")
  1604. local R = Instance.new("TextBox")
  1605. local G = Instance.new("TextBox")
  1606. local B = Instance.new("TextBox")
  1607. local TextLabel_2 = Instance.new("TextLabel")
  1608. local TextLabel_3 = Instance.new("TextLabel")
  1609. local TextLabel_4 = Instance.new("TextLabel")
  1610. local Slider = Instance.new("Frame")
  1611. local Slidee = Instance.new("ImageButton")
  1612. local ChildLock = Instance.new("Frame")
  1613. local TextLabel_5 = Instance.new("TextLabel")
  1614. local mathz = Instance.new("TextLabel")
  1615. local TextBox = Instance.new("TextBox")
  1616. local Black = Instance.new('Frame')
  1617. local fps = Instance.new('TextLabel')
  1618.  
  1619. -- Properties
  1620.  
  1621. MainGUI.Name = "MainGUI"
  1622. MainGUI.ResetOnSpawn = false
  1623. pcall(function()
  1624. MainGUI.Parent = player.PlayerGui
  1625. end)
  1626. pcall(function()
  1627. MainGUI.Parent = game.CoreGui
  1628. game.CoreGui.RobloxGui.Backpack.Hotbar.AnchorPoint = Vector2.new(0.5,0.5)
  1629. game.CoreGui.RobloxGui.Backpack.Hotbar.Position = UDim2.new(0.5,0,0.85,0)
  1630. end)
  1631.  
  1632.  
  1633. Customize.Name = "Customize"
  1634. Customize.Parent = MainGUI
  1635. Customize.BackgroundColor3 = Color3.new(0, 0.776471, 0.282353)
  1636. Customize.BorderSizePixel = 0
  1637. Customize.Position = UDim2.new(0.15, 0, 0.9, 0)
  1638. Customize.Size = UDim2.new(0.699999988, 0, 0.100000001, 0)
  1639. Customize.Font = Enum.Font.SourceSans
  1640. Customize.FontSize = Enum.FontSize.Size14
  1641. Customize.Text = "Customize V4"
  1642. Customize.TextColor3 = Color3.new(1, 1, 1)
  1643. Customize.TextScaled = true
  1644. Customize.TextSize = 14
  1645. Customize.TextWrapped = true
  1646.  
  1647. Frame.Parent = Customize
  1648. Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  1649. Frame.BorderSizePixel = 0
  1650. Frame.Position = UDim2.new(0, 0, 1, 0)
  1651. Frame.Size = UDim2.new(1, 0, 6.5, 0)
  1652.  
  1653. TextLabel.Parent = Frame
  1654. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1655. TextLabel.BackgroundTransparency = 1
  1656. TextLabel.Position = UDim2.new(0, 0, 0.100000001, 0)
  1657. TextLabel.Size = UDim2.new(0.300000012, 0, 0.200000003, 0)
  1658. TextLabel.Font = Enum.Font.SourceSansLight
  1659. TextLabel.FontSize = Enum.FontSize.Size14
  1660. TextLabel.Text = "Blood Color: [255, 255, 255]"
  1661. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  1662. TextLabel.TextScaled = true
  1663. TextLabel.TextSize = 14
  1664. TextLabel.TextWrapped = true
  1665. TextLabel.TextXAlignment = Enum.TextXAlignment.Right
  1666.  
  1667. Frame_2.Parent = TextLabel
  1668. Frame_2.BackgroundColor3 = Color3.new(0.458824, 0, 0)
  1669. Frame_2.BorderSizePixel = 0
  1670. Frame_2.Position = UDim2.new(1.04999995, 0, 0, 0)
  1671. Frame_2.Size = UDim2.new(1, 0, 1, 0)
  1672. Frame_2.SizeConstraint = Enum.SizeConstraint.RelativeYY
  1673.  
  1674. Frame_3.Parent = Frame
  1675. Frame_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1676. Frame_3.BackgroundTransparency = 1
  1677. Frame_3.BorderSizePixel = 0
  1678. Frame_3.Position = UDim2.new(0.0500000007, 0, 0.449999988, 0)
  1679. Frame_3.Size = UDim2.new(0.5, 0, 0.5, 0)
  1680. Frame_3.SizeConstraint = Enum.SizeConstraint.RelativeYY
  1681.  
  1682. ImageLabel.Parent = Frame_3
  1683. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1684. ImageLabel.BackgroundTransparency = 1
  1685. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  1686. ImageLabel.Image = "rbxassetid://328298876"
  1687.  
  1688. R.Name = "R"
  1689. R.Parent = Frame_3
  1690. R.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1691. R.BorderSizePixel = 0
  1692. R.Position = UDim2.new(1.39999998, 0, 0, 0)
  1693. R.Size = UDim2.new(0.75, 0, 0.300000012, 0)
  1694. R.Font = Enum.Font.SourceSans
  1695. R.FontSize = Enum.FontSize.Size14
  1696. R.Text = "Input"
  1697. R.TextColor3 = Color3.new(1, 1, 1)
  1698. R.TextScaled = true
  1699. R.TextSize = 14
  1700. R.TextWrapped = true
  1701. R.TextXAlignment = Enum.TextXAlignment.Left
  1702.  
  1703. G.Name = "G"
  1704. G.Parent = Frame_3
  1705. G.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1706. G.BorderSizePixel = 0
  1707. G.Position = UDim2.new(1.39999998, 0, 0.349999994, 0)
  1708. G.Size = UDim2.new(0.75, 0, 0.300000012, 0)
  1709. G.Font = Enum.Font.SourceSans
  1710. G.FontSize = Enum.FontSize.Size14
  1711. G.Text = "Input"
  1712. G.TextColor3 = Color3.new(1, 1, 1)
  1713. G.TextScaled = true
  1714. G.TextSize = 14
  1715. G.TextWrapped = true
  1716. G.TextXAlignment = Enum.TextXAlignment.Left
  1717.  
  1718. B.Name = "B"
  1719. B.Parent = Frame_3
  1720. B.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1721. B.BorderSizePixel = 0
  1722. B.Position = UDim2.new(1.39999998, 0, 0.699999988, 0)
  1723. B.Size = UDim2.new(0.75, 0, 0.300000012, 0)
  1724. B.Font = Enum.Font.SourceSans
  1725. B.FontSize = Enum.FontSize.Size14
  1726. B.Text = "Input"
  1727. B.TextColor3 = Color3.new(1, 1, 1)
  1728. B.TextScaled = true
  1729. B.TextSize = 14
  1730. B.TextWrapped = true
  1731. B.TextXAlignment = Enum.TextXAlignment.Left
  1732.  
  1733. TextLabel_2.Parent = Frame_3
  1734. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1735. TextLabel_2.BackgroundTransparency = 1
  1736. TextLabel_2.Position = UDim2.new(1.04999995, 0, 0, 0)
  1737. TextLabel_2.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  1738. TextLabel_2.Font = Enum.Font.SourceSansLight
  1739. TextLabel_2.FontSize = Enum.FontSize.Size14
  1740. TextLabel_2.Text = "R"
  1741. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  1742. TextLabel_2.TextScaled = true
  1743. TextLabel_2.TextSize = 14
  1744. TextLabel_2.TextWrapped = true
  1745.  
  1746. TextLabel_3.Parent = Frame_3
  1747. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1748. TextLabel_3.BackgroundTransparency = 1
  1749. TextLabel_3.Position = UDim2.new(1.04999995, 0, 0.349999994, 0)
  1750. TextLabel_3.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  1751. TextLabel_3.Font = Enum.Font.SourceSansLight
  1752. TextLabel_3.FontSize = Enum.FontSize.Size14
  1753. TextLabel_3.Text = "G"
  1754. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  1755. TextLabel_3.TextScaled = true
  1756. TextLabel_3.TextSize = 14
  1757. TextLabel_3.TextWrapped = true
  1758.  
  1759. TextLabel_4.Parent = Frame_3
  1760. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  1761. TextLabel_4.BackgroundTransparency = 1
  1762. TextLabel_4.Position = UDim2.new(1.04999995, 0, 0.699999988, 0)
  1763. TextLabel_4.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  1764. TextLabel_4.Font = Enum.Font.SourceSansLight
  1765. TextLabel_4.FontSize = Enum.FontSize.Size14
  1766. TextLabel_4.Text = "B"
  1767. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  1768. TextLabel_4.TextScaled = true
  1769. TextLabel_4.TextSize = 14
  1770. TextLabel_4.TextWrapped = true
  1771.  
  1772. Slider.Name = "Slider"
  1773. Slider.Parent = Frame
  1774. Slider.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  1775. Slider.Position = UDim2.new(0.0500000007, 0, 0.375, 0)
  1776. Slider.Size = UDim2.new(0.230000004, 0, 0.00999999978, 0)
  1777.  
  1778. Slidee.Name = "Slidee"
  1779. Slidee.Parent = Slider
  1780. Slidee.AnchorPoint = Vector2.new(0.5, 0.5)
  1781. Slidee.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  1782. Slidee.BorderSizePixel = 0
  1783. Slidee.Size = UDim2.new(0.0299999993, 0, 7, 0)
  1784. Slidee.ImageTransparency = 1
  1785.  
  1786. ChildLock.Name = "ChildLock"
  1787. ChildLock.Parent = Frame
  1788. ChildLock.Active = true
  1789. ChildLock.BackgroundColor3 = Color3.new(0, 0, 0)
  1790. ChildLock.BackgroundTransparency = 0.60000002384186
  1791. ChildLock.BorderSizePixel = 0
  1792. ChildLock.Position = UDim2.new(0.600000024, 0, 0, 0)
  1793. ChildLock.Size = UDim2.new(0.400000006, 0, 1, 0)
  1794. ChildLock.ZIndex = 2
  1795.  
  1796. TextLabel_5.Parent = ChildLock
  1797. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  1798. TextLabel_5.BackgroundTransparency = 1
  1799. TextLabel_5.BorderSizePixel = 0
  1800. TextLabel_5.Position = UDim2.new(0.125, 0, 0.150000006, 0)
  1801. TextLabel_5.Size = UDim2.new(0.75, 0, 0.200000003, 0)
  1802. TextLabel_5.ZIndex = 3
  1803. TextLabel_5.Font = Enum.Font.SourceSans
  1804. TextLabel_5.FontSize = Enum.FontSize.Size14
  1805. TextLabel_5.Text = "do this math to disable child lock"
  1806. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  1807. TextLabel_5.TextScaled = true
  1808. TextLabel_5.TextSize = 14
  1809. TextLabel_5.TextWrapped = true
  1810.  
  1811. mathz.Name = "mathz"
  1812. mathz.Parent = ChildLock
  1813. mathz.BackgroundColor3 = Color3.new(1, 1, 1)
  1814. mathz.BackgroundTransparency = 1
  1815. mathz.Position = UDim2.new(0.125, 0, 0.449999988, 0)
  1816. mathz.Size = UDim2.new(0.75, 0, 0.200000003, 0)
  1817. mathz.ZIndex = 3
  1818. mathz.Font = Enum.Font.SourceSans
  1819. mathz.FontSize = Enum.FontSize.Size14
  1820. mathz.Text = math1.."("..math2.."r - "..math3..") = "..math4
  1821. mathz.TextColor3 = Color3.new(1, 1, 1)
  1822. mathz.TextScaled = true
  1823. mathz.TextSize = 14
  1824. mathz.TextWrapped = true
  1825.  
  1826. fps.Name = "fps"
  1827. fps.Parent = Frame
  1828. fps.BackgroundColor3 = Color3.new(1, 1, 1)
  1829. fps.BackgroundTransparency = 1
  1830. fps.Size = UDim2.new(0.75, 0, 0.05, 0)
  1831. fps.ZIndex = 3
  1832. fps.Font = Enum.Font.SourceSansLight
  1833. fps.FontSize = Enum.FontSize.Size14
  1834. fps.Text = "FPS: N/A"
  1835. fps.TextColor3 = Color3.new(1, 1, 1)
  1836. fps.TextScaled = true
  1837. fps.TextSize = 14
  1838. fps.TextWrapped = true
  1839. fps.TextXAlignment = Enum.TextXAlignment.Left
  1840.  
  1841. TextBox.Parent = ChildLock
  1842. TextBox.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1843. TextBox.BorderSizePixel = 0
  1844. TextBox.Position = UDim2.new(0.200000003, 0, 0.699999988, 0)
  1845. TextBox.Size = UDim2.new(0.600000024, 0, 0.200000003, 0)
  1846. TextBox.ZIndex = 3
  1847. TextBox.Font = Enum.Font.SourceSans
  1848. TextBox.FontSize = Enum.FontSize.Size14
  1849. TextBox.Text = "Answer (rounded to nearest tenth)"
  1850. TextBox.TextColor3 = Color3.new(1, 1, 1)
  1851. TextBox.TextScaled = true
  1852. TextBox.TextSize = 14
  1853. TextBox.TextWrapped = true
  1854. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  1855.  
  1856. Black.Size = UDim2.new(1,0,1,0)
  1857. Black.BackgroundTransparency = 1
  1858. Black.BorderSizePixel = 0
  1859. Black.BackgroundColor3 = Color3.new(0,0,0)
  1860. Black.Parent = Frame_3
  1861.  
  1862. TextBox.FocusLost:connect(function()
  1863. if TextBox.Text == tostring(answer) or TextBox.Text == "r="..tostring(answer) or TextBox.Text == "r= "..tostring(answer) or TextBox.Text == "r = "..tostring(answer) or TextBox.Text == "r= "..tostring(answer) or TextBox.Text == tostring(answer).."=r" or TextBox.Text == tostring(answer).." =r" or TextBox.Text == tostring(answer).."= r" or TextBox.Text == tostring(answer).." = r" then
  1864. ChildLock:Destroy()
  1865. childlock = false
  1866. notify("Child lock disabled, press B to enable dildo mode.",true)
  1867. end
  1868. end)
  1869.  
  1870. local mousedown = false
  1871. mouse.Button1Down:connect(function()
  1872. mousedown = true
  1873. end)
  1874. mouse.Button1Up:connect(function()
  1875. mousedown = false
  1876. slidee = false
  1877. end)
  1878.  
  1879. Slidee.MouseButton1Down:connect(function()
  1880. slidee = true
  1881. end)
  1882. Slidee.MouseButton1Up:connect(function()
  1883. slidee = false
  1884. end)
  1885.  
  1886. mouse.Move:connect(function()
  1887. if mousedown then
  1888. if mouse.X >= ImageLabel.AbsolutePosition.X and mouse.X <= ImageLabel.AbsolutePosition.X+ ImageLabel.AbsoluteSize.X and mouse.Y >= ImageLabel.AbsolutePosition.Y and mouse.Y <= ImageLabel.AbsolutePosition.Y+ ImageLabel.AbsoluteSize.Y then
  1889. local newX = ImageLabel.AbsoluteSize.X-(mouse.X-ImageLabel.AbsolutePosition.X)
  1890. local newY = ImageLabel.AbsoluteSize.Y-(mouse.Y-ImageLabel.AbsolutePosition.Y)
  1891. local newcolor = Color3.fromHSV(newX/ImageLabel.AbsoluteSize.X,newY/ImageLabel.AbsoluteSize.Y,Black.Transparency)
  1892. Frame_2.BackgroundColor3 = newcolor
  1893. TextLabel.Text = "Blood Color: ["..math.floor(255*newcolor.r)..", "..math.floor(255*newcolor.g)..", "..math.floor(255*newcolor.b).."]"
  1894. end
  1895. end
  1896. if slidee then
  1897. local ree = mouse.X
  1898. if ree < Slider.AbsolutePosition.X then
  1899. ree = Slider.AbsolutePosition.X
  1900. elseif ree > Slider.AbsolutePosition.X+Slider.AbsoluteSize.X then
  1901. ree = Slider.AbsolutePosition.X+Slider.AbsoluteSize.X
  1902. end
  1903. Slidee.Position = UDim2.new(0,ree-Slider.AbsolutePosition.X,0,0)
  1904. Black.Transparency = 1-(Slidee.Position.X.Offset/Slider.AbsoluteSize.X)
  1905. end
  1906. end)
  1907.  
  1908. R.FocusLost:connect(function()
  1909. if R.Text ~= "Input" then
  1910. if tonumber(R.Text) then
  1911. if tonumber(R.Text) > 255 then
  1912. R.Text = "255"
  1913. end
  1914. local newcolor = Color3.new(tonumber(R.Text/255),Frame_2.BackgroundColor3.g,Frame_2.BackgroundColor3.b)
  1915. Frame_2.BackgroundColor3 = newcolor
  1916. TextLabel.Text = "Blood Color: ["..math.floor(255*newcolor.r)..", "..math.floor(255*newcolor.g)..", "..math.floor(255*newcolor.b).."]"
  1917. R.Text = "Input"
  1918. end
  1919. end
  1920. end)
  1921. G.FocusLost:connect(function()
  1922. if G.Text ~= "Input" then
  1923. if tonumber(G.Text) then
  1924. if tonumber(G.Text) > 255 then
  1925. G.Text = "255"
  1926. end
  1927. local newcolor = Color3.new(Frame_2.BackgroundColor3.r,tonumber(G.Text/255),Frame_2.BackgroundColor3.b)
  1928. Frame_2.BackgroundColor3 = newcolor
  1929. TextLabel.Text = "Blood Color: ["..math.floor(255*newcolor.r)..", "..math.floor(255*newcolor.g)..", "..math.floor(255*newcolor.b).."]"
  1930. G.Text = "Input"
  1931. end
  1932. end
  1933. end)
  1934. B.FocusLost:connect(function()
  1935. if B.Text ~= "Input" then
  1936. if tonumber(B.Text) then
  1937. if tonumber(B.Text) > 255 then
  1938. B.Text = "255"
  1939. end
  1940. local newcolor = Color3.new(Frame_2.BackgroundColor3.r,Frame_2.BackgroundColor3.g,tonumber(B.Text/255))
  1941. Frame_2.BackgroundColor3 = newcolor
  1942. TextLabel.Text = "Blood Color: ["..math.floor(255*newcolor.r)..", "..math.floor(255*newcolor.g)..", "..math.floor(255*newcolor.b).."]"
  1943. B.Text = "Input"
  1944. end
  1945. end
  1946. end)
  1947.  
  1948. local open = false
  1949. local opening = false
  1950. Customize.MouseButton1Click:connect(function()
  1951. if opening == false then
  1952. if open == false then
  1953. open = true
  1954. opening = true
  1955. Customize:TweenPosition(UDim2.new(0.15, 0, 0.1, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Quint,1)
  1956. wait(1)
  1957. opening = false
  1958. else
  1959. open = false
  1960. opening = true
  1961. Customize:TweenPosition(UDim2.new(0.15, 0, 0.9, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Quint,1)
  1962. wait(1)
  1963. opening = false
  1964. end
  1965. end
  1966. end)
  1967.  
  1968. Frame_2.BackgroundColor3 = Color3.fromRGB(117,0,0)
  1969.  
  1970. function removewelds(part)
  1971. for i,v in pairs(part:GetChildren()) do
  1972. if v:IsA('Weld') then v:Destroy() end
  1973. end
  1974. end
  1975.  
  1976. function notify(msg,remove)
  1977. local coru= coroutine.wrap(function()
  1978. for i,v in pairs(MainGUI:GetChildren()) do
  1979. if v:IsA('TextLabel') then v:Destroy() end
  1980. end
  1981. if msg then
  1982. local TextLabel = Instance.new("TextLabel")
  1983. local Frame = Instance.new("Frame")
  1984.  
  1985. -- Properties
  1986.  
  1987. TextLabel.Parent = MainGUI
  1988. TextLabel.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  1989. TextLabel.BorderSizePixel = 0
  1990. TextLabel.Position = UDim2.new(0.25, 0, 0.05, -10)
  1991. TextLabel.Size = UDim2.new(0.5, 0, 0.1, 0)
  1992. TextLabel.Font = Enum.Font.SourceSans
  1993. TextLabel.FontSize = Enum.FontSize.Size60
  1994. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  1995. TextLabel.TextSize = 50
  1996. TextLabel.Transparency = 1
  1997. TextLabel.TextScaled = true
  1998. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  1999. TextLabel.Text = ""
  2000. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  2001.  
  2002. Frame.Parent = TextLabel
  2003. Frame.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  2004. Frame.BorderSizePixel = 0
  2005. Frame.Transparency = 1
  2006. Frame.Position = UDim2.new(0, 0, 1,0)
  2007. Frame.Size = UDim2.new(1, 0, 0, 5)
  2008. for i=1,10 do
  2009. TextLabel.Transparency = TextLabel.Transparency-0.1
  2010. TextLabel.Position = TextLabel.Position+UDim2.new(0,0,0,1)
  2011. Frame.Transparency = Frame.Transparency-0.1
  2012. wait()
  2013. end
  2014. for i=1,#msg do
  2015. TextLabel.Text = string.sub(msg,1,i)
  2016. wait()
  2017. end
  2018. wait(1)
  2019. if remove ~= true then
  2020. for i=1,10 do
  2021. TextLabel.Transparency = TextLabel.Transparency+0.1
  2022. TextLabel.Position = TextLabel.Position-UDim2.new(0,0,0,1)
  2023. Frame.Transparency = Frame.Transparency+0.1
  2024. wait()
  2025. end
  2026. TextLabel:Destroy()
  2027. end
  2028. end
  2029. end)
  2030. coru()
  2031. end
  2032. if workspace.FilteringEnabled == false then
  2033. if workspace:PGSIsEnabled() then
  2034. notify('Press Z to equip. Created by mustardfoot and Tollonis.',true)
  2035. else
  2036. notify('(this game is really old or something and has the shitty physics so a lot of things wont work sorry) Press Z to equip. Created by mustardfoot and Tollonis.',true)
  2037. end
  2038. else
  2039. notify('LOL this game has filtering enabled so it literally wont work here')
  2040. end
  2041.  
  2042. local handProperties = {
  2043. {"LimitsEnabled", true};
  2044. {"UpperAngle",0};
  2045. {"LowerAngle",0};
  2046. }
  2047. local shinProperties = {
  2048. {"LimitsEnabled", true};
  2049. {"UpperAngle", 0};
  2050. {"LowerAngle", -75};
  2051. }
  2052. local footProperties = {
  2053. {"LimitsEnabled", true};
  2054. {"UpperAngle", 15};
  2055. {"LowerAngle", -45};
  2056. }
  2057.  
  2058. function bleed(frick,OwO)
  2059. while frick.Parent ~= nil and frick.Parent.Parent ~= nil do
  2060. local reeee = coroutine.wrap(function()
  2061. local thing = Instance.new('Part',workspace)
  2062. thing.Size = Vector3.new(0.2,0.2,0.2)
  2063. thing.CFrame = frick.CFrame
  2064. thing.Transparency = 1
  2065. thing.BrickColor = BrickColor.new(Frame_2.BackgroundColor3)
  2066. thing.Material = Enum.Material.SmoothPlastic
  2067. thing.Name = "Blood"
  2068. thing.CanCollide =false
  2069. thing:BreakJoints()
  2070. local rawrxd = Instance.new('BodyForce',thing)
  2071. rawrxd.Force = frick.CFrame.upVector*(math.random()*2)+Vector3.new(math.random(-5, 5)/10,1.5,0)
  2072. local coru = coroutine.wrap(function()
  2073. wait(0.01)
  2074. rawrxd:Destroy()
  2075. end)
  2076. coru()
  2077. local ree = Instance.new('ParticleEmitter',thing)
  2078. if OwO ~= true then
  2079. ree.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Frame_2.BackgroundColor3),ColorSequenceKeypoint.new(1,Frame_2.BackgroundColor3)})
  2080. else
  2081. ree.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.new(1,1,1)),ColorSequenceKeypoint.new(1,Color3.new(1,1,1))})
  2082. end
  2083. ree.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.1),NumberSequenceKeypoint.new(1,0.1)})
  2084. ree.Texture = 'rbxassetid://867743272'
  2085. ree.Lifetime = NumberRange.new(0.4)
  2086. ree.Rate = 50
  2087. ree.LockedToPart = true
  2088. ree.Speed = NumberRange.new(0, 2)
  2089.  
  2090. thing.Touched:connect(function(tou)
  2091. 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" and tou.Parent.Name ~= 'handle' and tou.Name ~= "blade" and tou.Name ~= 'handle' and tou.Name ~= "Projectile" and tou.Parent.Name ~= "Projectile" then
  2092. local pos = Vector3.new(thing.Position.X,(tou.Position.Y+(tou.Size.Y/2))+0.02,thing.Position.Z)
  2093. local Point1 = pos-Vector3.new(0.01,0.01,0.01)
  2094. local Point2 = pos+Vector3.new(0.01,0.01,0.01)
  2095. local Region = Region3.new(Point1,Point2)
  2096. for _,Part in pairs(game.Workspace:FindPartsInRegion3(Region,nil,math.huge)) do
  2097. if Part.Name == "BloodPuddle" then
  2098. tou = Part
  2099. end
  2100. end
  2101. thing:Destroy()
  2102. if tou.Name == "BloodPuddle" then
  2103. if tou.Size.X < 1 then
  2104. pcall(function()
  2105. tou.Sound:Play()
  2106. end)
  2107. end
  2108. local reee = tou.CFrame
  2109. if tou.Transparency > -0.2 then
  2110. tou.Transparency = tou.Transparency -0.1
  2111. end
  2112. if tou.Size.X < 5 then
  2113. tou.Size = tou.Size+Vector3.new(0.1,0,0.1)
  2114. tou.CFrame = reee
  2115. end
  2116. elseif tou.CanCollide == true then
  2117. local bloodlol = Instance.new('Part',workspace)
  2118. local sound = Instance.new('Sound',bloodlol)
  2119. sound.SoundId = 'rbxassetid://685857471'
  2120. sound.Volume = 0.025
  2121. sound:Play()
  2122. bloodlol.Size=Vector3.new(1,0.2,1)
  2123. bloodlol.Name = "BloodPuddle"
  2124. bloodlol.Anchored = true
  2125. bloodlol.CanCollide = false
  2126. bloodlol.Material = Enum.Material.SmoothPlastic
  2127. if OwO ~= true then
  2128. bloodlol.Color = Frame_2.BackgroundColor3
  2129. else
  2130. bloodlol.Color = Color3.new(1,1,1)
  2131. end
  2132. local cyl = Instance.new('CylinderMesh',bloodlol)
  2133. cyl.Scale = Vector3.new(1,0.1,1)
  2134. bloodlol.CFrame = CFrame.new(pos)
  2135. local coru=coroutine.wrap(function()
  2136. while bloodlol.Parent ~= nil do
  2137. if bloodlol.Transparency < 1 then
  2138. bloodlol.Transparency = bloodlol.Transparency+0.05
  2139. else
  2140. bloodlol:Destroy()
  2141. end
  2142. wait(0.1)
  2143. end
  2144. end)
  2145. coru()
  2146. end
  2147. end
  2148. end)
  2149. local coru = coroutine.wrap(function()
  2150. wait(1)
  2151. thing:Destroy()
  2152. end)
  2153. coru()
  2154. end)
  2155. reeee()
  2156. wait()
  2157. end
  2158. end
  2159.  
  2160. function stun(char)
  2161. local found = false
  2162. pcall(function()
  2163. char:FindFirstChildOfClass('Humanoid'):ChangeState(Enum.HumanoidStateType.Physics)
  2164. end)
  2165. for i,v in pairs(rekt) do
  2166. if v == char then
  2167. found = true
  2168. end
  2169. end
  2170. if found == false then
  2171. table.insert(rekt,char)
  2172. end
  2173. end
  2174. function unstun(char)
  2175. for i,v in pairs(rekt) do
  2176. if v == char then
  2177. if v:FindFirstChildOfClass('Humanoid') and v:FindFirstChildOfClass('Humanoid').Health>0 then
  2178. v:FindFirstChildOfClass('Humanoid'):ChangeState(Enum.HumanoidStateType.Running)
  2179. v:FindFirstChildOfClass('Humanoid').PlatformStand = false
  2180. v:FindFirstChildOfClass('Humanoid').Sit = false
  2181. v:FindFirstChildOfClass('Humanoid').Jump = true
  2182. v:FindFirstChildOfClass('Humanoid').JumpPower = 50
  2183. v:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
  2184. v:FindFirstChildOfClass('Humanoid').Name = "Humanoid"
  2185. end
  2186. table.remove(rekt,i)
  2187. end
  2188. end
  2189. end
  2190.  
  2191. function recurse(root,callback,i)
  2192. i= i or 0
  2193. for _,v in pairs(root:GetChildren()) do
  2194. i = i + 1
  2195. callback(i,v)
  2196.  
  2197. if #v:GetChildren() > 0 then
  2198. i = recurse(v,callback,i)
  2199. end
  2200. end
  2201.  
  2202. return i
  2203. end
  2204.  
  2205. function ragdollJoint(character, part0, part1, attachmentName, className, properties)
  2206. if character:FindFirstChild("RagdollConstraint"..part1.Name) == nil then
  2207. if character:FindFirstChild('HumanoidRootPart')then
  2208. character.HumanoidRootPart.CanCollide = false
  2209. end
  2210. for i,v in pairs(character:GetChildren()) do
  2211. if v:IsA("MeshPart") and (v.MeshId == 'http://www.roblox.com/asset/?id=553602991' or v.MeshId == 'http://www.roblox.com/asset/?id=553602977' or v.MeshId == 'http://www.roblox.com/asset/?id=553602987') then
  2212. v.Size = Vector3.new(1,1,1)
  2213. end
  2214. end
  2215. recurse(character, function(_,v)
  2216. if v:IsA("Attachment") and v.Parent.Name ~= "ayybleed" then
  2217. v.Axis = Vector3.new(0, 1, 0)
  2218. v.SecondaryAxis = Vector3.new(0, 0, 1)
  2219. v.Rotation = Vector3.new(0, 0, 0)
  2220. end
  2221. end)
  2222. if part1:FindFirstChildOfClass('Motor6D') then
  2223. part1:FindFirstChildOfClass('Motor6D'):Destroy()
  2224. end
  2225. if attachmentName ~= "NeckAttachment" then
  2226. attachmentName = attachmentName.."RigAttachment"
  2227. end
  2228. local constraint = Instance.new(className.."Constraint")
  2229. constraint.Attachment0 = part0:FindFirstChild(attachmentName)
  2230. constraint.Attachment1 = part1:FindFirstChild(attachmentName)
  2231. constraint.Name = "RagdollConstraint"..part1.Name
  2232. if character:FindFirstChildOfClass('Humanoid').Health > 0 then
  2233. local collidepart = Instance.new('Part',part1)
  2234. collidepart.Size = part1.Size/2
  2235. if string.find(string.lower(part1.Name),"upper") then
  2236. if string.find(string.lower(part1.Name),"leg") then
  2237. collidepart.Size = part1.Size/3
  2238. else
  2239. collidepart.Size = part1.Size/2.5
  2240. end
  2241. end
  2242. collidepart.CanCollide = true
  2243. collidepart.Name = "Collision"
  2244. collidepart.Anchored = false
  2245. collidepart.Transparency = 1
  2246. collidepart.CFrame = part1.CFrame
  2247. collidepart:BreakJoints()
  2248. local attachment0 = Instance.new('Attachment',part1)
  2249. local attachment1 = Instance.new('Attachment',collidepart)
  2250. if attachment0 and attachment1 then
  2251. local constraint = Instance.new("HingeConstraint")
  2252. constraint.Attachment0 = attachment0
  2253. constraint.Attachment1 = attachment1
  2254. constraint.LimitsEnabled = true
  2255. constraint.UpperAngle = 0
  2256. constraint.LowerAngle = 0
  2257. constraint.Parent = character
  2258. end
  2259. if string.find(string.lower(part1.Name),"upper") then
  2260. if string.find(string.lower(part1.Name),"leg") then
  2261. attachment0.Position = Vector3.new(0,0.01,0)
  2262. else
  2263. attachment0.Position = Vector3.new(0,0.25,0)
  2264. end
  2265. else
  2266. attachment0.Position = Vector3.new(0,-0.1,0)
  2267. end
  2268. end
  2269. for _,propertyData in next,properties or {} do
  2270. constraint[propertyData[1]] = propertyData[2]
  2271. end
  2272.  
  2273. constraint.Parent = character
  2274. end
  2275. end
  2276.  
  2277. function R6ragdollJoint(character,limbname,attached,heded)
  2278. pcall(function()
  2279. if limbname == "Right Arm" and character:FindFirstChild("Right Arm") and character:FindFirstChild("Torso") and character.Torso:FindFirstChild("Right ArmRagdollConstraint") == nil and character[limbname]:FindFirstChild("Right ArmRagdollConstraint") == nil then
  2280. local torsoatt = Instance.new('Attachment',character.Torso)
  2281. torsoatt.Name = limbname.."RagdollConstraint"
  2282. torsoatt.Position = Vector3.new(1.45,0.768,-0.009)
  2283. torsoatt.Axis = Vector3.new(1,0,0)
  2284. torsoatt.SecondaryAxis = Vector3.new(0,1,0)
  2285. local limbatt = Instance.new("Attachment",character[limbname])
  2286. limbatt.Position = Vector3.new(-0.086, 0.755, -0.007)
  2287. limbatt.Name = limbname.."RagdollConstraint"
  2288. limbatt.Axis = Vector3.new(1,0,0)
  2289. limbatt.SecondaryAxis = Vector3.new(0,1,0)
  2290. local ballc = Instance.new('BallSocketConstraint',character)
  2291. ballc.Name = "RightArmRagdollRig"
  2292. ballc.Attachment0 = torsoatt
  2293. ballc.Attachment1 = limbatt
  2294. local part1 = character[limbname]
  2295. if character:FindFirstChildOfClass('Humanoid').Health > 0 then
  2296. local collidepart = Instance.new('Part',part1)
  2297. collidepart.Size = part1.Size/1.5
  2298. collidepart.CanCollide = true
  2299. collidepart.Name = "Collision"
  2300. collidepart.Anchored = false
  2301. collidepart.Transparency = 1
  2302. collidepart.CFrame = part1.CFrame
  2303. collidepart:BreakJoints()
  2304. local attachment0 = Instance.new('Attachment',part1)
  2305. local attachment1 = Instance.new('Attachment',collidepart)
  2306. if attachment0 and attachment1 then
  2307. local constraint = Instance.new("HingeConstraint")
  2308. constraint.Attachment0 = attachment0
  2309. constraint.Attachment1 = attachment1
  2310. constraint.LimitsEnabled = true
  2311. constraint.UpperAngle = 0
  2312. constraint.LowerAngle = 0
  2313. constraint.Parent = character
  2314. end
  2315. end
  2316. if character.Torso:FindFirstChild('Right Shoulder') then
  2317. character.Torso:FindFirstChild('Right Shoulder'):Destroy()
  2318. end
  2319. elseif limbname == "Left Arm" and character:FindFirstChild("Left Arm") and character:FindFirstChild("Torso") and character.Torso:FindFirstChild("Left ArmRagdollConstraint") == nil and character[limbname]:FindFirstChild("Left ArmRagdollConstraint") == nil then
  2320. local torsoatt = Instance.new('Attachment',character.Torso)
  2321. torsoatt.Name = limbname.."RagdollConstraint"
  2322. torsoatt.Position = Vector3.new(-1.45,0.768,-0.009)
  2323. torsoatt.Axis = Vector3.new(1,0,0)
  2324. torsoatt.SecondaryAxis = Vector3.new(0,1,0)
  2325. local limbatt = Instance.new("Attachment",character[limbname])
  2326. limbatt.Position = Vector3.new(-0.086, 0.755, -0.007)
  2327. limbatt.Name = limbname.."RagdollConstraint"
  2328. limbatt.Axis = Vector3.new(1,0,0)
  2329. limbatt.SecondaryAxis = Vector3.new(0,1,0)
  2330. local ballc = Instance.new('BallSocketConstraint',character)
  2331. ballc.Name = "LeftArmRagdollRig"
  2332. ballc.Attachment0 = torsoatt
  2333. ballc.Attachment1 = limbatt
  2334. local part1 = character[limbname]
  2335. if character:FindFirstChildOfClass('Humanoid').Health > 0 then
  2336. local collidepart = Instance.new('Part',part1)
  2337. collidepart.Size = part1.Size/1.5
  2338. collidepart.CanCollide = true
  2339. collidepart.Name = "Collision"
  2340. collidepart.Anchored = false
  2341. collidepart.Transparency = 1
  2342. collidepart.CFrame = part1.CFrame
  2343. collidepart:BreakJoints()
  2344. local attachment0 = Instance.new('Attachment',part1)
  2345. local attachment1 = Instance.new('Attachment',collidepart)
  2346. if attachment0 and attachment1 then
  2347. local constraint = Instance.new("HingeConstraint")
  2348. constraint.Attachment0 = attachment0
  2349. constraint.Attachment1 = attachment1
  2350. constraint.LimitsEnabled = true
  2351. constraint.UpperAngle = 0
  2352. constraint.LowerAngle = 0
  2353. constraint.Parent = character
  2354. end
  2355. end
  2356. if character.Torso:FindFirstChild('Left Shoulder') then
  2357. character.Torso:FindFirstChild('Left Shoulder'):Destroy()
  2358. end
  2359. elseif limbname == "Right Leg" and character:FindFirstChild("Right Leg") and character:FindFirstChild("Torso") and character.Torso:FindFirstChild("Right LegRagdollConstraint") == nil and character[limbname]:FindFirstChild("Right LegRagdollConstraint") == nil then
  2360. stun(character)
  2361. local torsoatt = Instance.new('Attachment',character.Torso)
  2362. torsoatt.Name = limbname.."RagdollConstraint"
  2363. torsoatt.Position = Vector3.new(0.45, -1.242, -0.009)
  2364. torsoatt.Axis = Vector3.new(1,0,0)
  2365. torsoatt.SecondaryAxis = Vector3.new(0,1,0)
  2366. local limbatt = Instance.new("Attachment",character[limbname])
  2367. limbatt.Position = Vector3.new(-0.086, 0.755, -0.007)
  2368. limbatt.Name = limbname.."RagdollConstraint"
  2369. limbatt.Axis = Vector3.new(1,0,0)
  2370. limbatt.SecondaryAxis = Vector3.new(0,1,0)
  2371. local ballc = Instance.new('BallSocketConstraint',character)
  2372. ballc.Name = "RightLegRagdollRig"
  2373. ballc.Attachment0 = torsoatt
  2374. ballc.Attachment1 = limbatt
  2375. local part1 = character[limbname]
  2376. if character:FindFirstChildOfClass('Humanoid').Health > 0 then
  2377. local collidepart = Instance.new('Part',part1)
  2378. collidepart.Size = part1.Size/1.5
  2379. collidepart.CanCollide = true
  2380. collidepart.Name = "Collision"
  2381. collidepart.Anchored = false
  2382. collidepart.Transparency = 1
  2383. collidepart.CFrame = part1.CFrame
  2384. collidepart:BreakJoints()
  2385. local attachment0 = Instance.new('Attachment',part1)
  2386. local attachment1 = Instance.new('Attachment',collidepart)
  2387. if attachment0 and attachment1 then
  2388. local constraint = Instance.new("HingeConstraint")
  2389. constraint.Attachment0 = attachment0
  2390. constraint.Attachment1 = attachment1
  2391. constraint.LimitsEnabled = true
  2392. constraint.UpperAngle = 0
  2393. constraint.LowerAngle = 0
  2394. constraint.Parent = character
  2395. end
  2396. end
  2397. if character.Torso:FindFirstChild('Right Hip') then
  2398. character.Torso:FindFirstChild('Right Hip'):Destroy()
  2399. end
  2400. elseif limbname == "Left Leg" and character:FindFirstChild("Left Leg") and character:FindFirstChild("Torso") and character.Torso:FindFirstChild("Left LegRagdollConstraint") == nil and character[limbname]:FindFirstChild("Left LegRagdollConstraint") == nil then
  2401. stun(character)
  2402. local torsoatt = Instance.new('Attachment',character.Torso)
  2403. torsoatt.Name = limbname.."RagdollConstraint"
  2404. torsoatt.Position = Vector3.new(-0.45, -1.242, -0.009)
  2405. torsoatt.Axis = Vector3.new(1,0,0)
  2406. torsoatt.SecondaryAxis = Vector3.new(0,1,0)
  2407. local limbatt = Instance.new("Attachment",character[limbname])
  2408. limbatt.Position = Vector3.new(-0.086, 0.755, -0.007)
  2409. limbatt.Name = limbname.."RagdollConstraint"
  2410. limbatt.Axis = Vector3.new(1,0,0)
  2411. limbatt.SecondaryAxis = Vector3.new(0,1,0)
  2412. local ballc = Instance.new('BallSocketConstraint',character)
  2413. ballc.Name = "LeftLegRagdollRig"
  2414. ballc.Attachment0 = torsoatt
  2415. ballc.Attachment1 = limbatt
  2416. local part1 = character[limbname]
  2417. if character:FindFirstChildOfClass('Humanoid').Health > 0 then
  2418. local collidepart = Instance.new('Part',part1)
  2419. collidepart.Size = part1.Size/1.5
  2420. collidepart.CanCollide = true
  2421. collidepart.Name = "Collision"
  2422. collidepart.Anchored = false
  2423. collidepart.Transparency = 1
  2424. collidepart.CFrame = part1.CFrame
  2425. collidepart:BreakJoints()
  2426. local attachment0 = Instance.new('Attachment',part1)
  2427. local attachment1 = Instance.new('Attachment',collidepart)
  2428. if attachment0 and attachment1 then
  2429. local constraint = Instance.new("HingeConstraint")
  2430. constraint.Attachment0 = attachment0
  2431. constraint.Attachment1 = attachment1
  2432. constraint.LimitsEnabled = true
  2433. constraint.UpperAngle = 0
  2434. constraint.LowerAngle = 0
  2435. constraint.Parent = character
  2436. end
  2437. end
  2438. if character.Torso:FindFirstChild('Left Hip') then
  2439. character.Torso:FindFirstChild('Left Hip'):Destroy()
  2440. end
  2441. elseif limbname == "Head" or limbname == "Torso" and character:FindFirstChild("Head") and character:FindFirstChild("Torso") and character.Head:FindFirstChild("Neck") == nil then
  2442. if character:FindFirstChildOfClass('Humanoid') then
  2443. character:FindFirstChildOfClass('Humanoid').Health = 0
  2444. end
  2445. while character:FindFirstChildOfClass('Humanoid').Health > 0 do wait() end
  2446. if character:FindFirstChild('HumanoidRootPart') then
  2447. character.HumanoidRootPart:Destroy()
  2448. end
  2449. game:GetService('Debris'):AddItem(character,10)
  2450. for _,child in next,character:GetChildren() do
  2451. if child:IsA("Accoutrement") then
  2452. for _,part in next,child:GetChildren() do
  2453. if part:IsA("BasePart") then
  2454. for _,c in pairs(part:GetChildren()) do
  2455. if c:IsA('Weld') then c:Destroy() end
  2456. end
  2457. local attachment1 = part:FindFirstChildOfClass("Attachment")
  2458. local attachment0 = getAttachment0(character,attachment1.Name)
  2459. if attachment0 and attachment1 then
  2460. local constraint = Instance.new("HingeConstraint")
  2461. constraint.Attachment0 = attachment0
  2462. constraint.Attachment1 = attachment1
  2463. constraint.LimitsEnabled = true
  2464. constraint.UpperAngle = 0
  2465. constraint.LowerAngle = 0
  2466. constraint.Parent = character
  2467. end
  2468. end
  2469. end
  2470. end
  2471. end
  2472. for i,v in pairs(character:GetChildren()) do
  2473. if v:IsA('MeshPart') or v:IsA('BasePart') then
  2474. for _,c in pairs(v:GetChildren()) do
  2475. if c.Name == "Collision" then c:Destroy() end
  2476. end
  2477. end
  2478. end
  2479. if character.Torso:FindFirstChild('Neck') then
  2480. character.Torso.Neck:Destroy()
  2481. end
  2482. if character:FindFirstChild('Torso') then
  2483. local collidepart = Instance.new('Part',character.Torso)
  2484. collidepart.Size = character.Torso.Size/1.5
  2485. collidepart.CanCollide = true
  2486. collidepart.Name = "Collision"
  2487. collidepart.Anchored = false
  2488. collidepart.Transparency = 1
  2489. collidepart.CFrame = character.Torso.CFrame
  2490. collidepart:BreakJoints()
  2491. local attachment0 = Instance.new('Attachment',character.Torso)
  2492. local attachment1 = Instance.new('Attachment',collidepart)
  2493. if attachment0 and attachment1 then
  2494. local constraint = Instance.new("HingeConstraint")
  2495. constraint.Attachment0 = attachment0
  2496. constraint.Attachment1 = attachment1
  2497. constraint.LimitsEnabled = true
  2498. constraint.UpperAngle = 0
  2499. constraint.LowerAngle = 0
  2500. constraint.Parent = character
  2501. end
  2502. end
  2503. if character:FindFirstChild('Torso') and character:FindFirstChild('Head') then
  2504. if character.Torso:FindFirstChild('NeckAttachment') == nil then
  2505. local neck = Instance.new('Attachment',character.Torso)
  2506. neck.Name = "NeckAttachment"
  2507. neck.Position = Vector3.new(0, 1, 0)
  2508. end
  2509. ragdollJoint(character,character.Torso, character.Head, "NeckAttachment", "Hinge", {
  2510. {"LimitsEnabled",true};
  2511. {"UpperAngle",50};
  2512. {"LowerAngle",-50};
  2513. })
  2514. end
  2515. if attached ~= false then
  2516. ragdollpart(character, "Right Leg")
  2517. ragdollpart(character, "Left Leg")
  2518. else
  2519. pcall(function()
  2520. local ayybleed = Instance.new('Part',character)
  2521. ayybleed.Size = Vector3.new(character.Torso.Size.X,0.1,character.Torso.Size.Z)
  2522. ayybleed.Transparency = 1
  2523. ayybleed.CanCollide = false
  2524. ayybleed.CFrame = character.Torso.CFrame
  2525. ayybleed:BreakJoints()
  2526. local attachment1 = Instance.new('Attachment',ayybleed)
  2527. attachment1.Position = Vector3.new(0,-character.Torso.Size.Y/2,0)
  2528. attachment1.Orientation = Vector3.new(0, 0, -180)
  2529. local attachment0 = Instance.new('Attachment',character.Torso)
  2530. if attachment0 and attachment1 then
  2531. local constraint = Instance.new("HingeConstraint")
  2532. constraint.Attachment0 = attachment0
  2533. constraint.Attachment1 = attachment1
  2534. constraint.LimitsEnabled = true
  2535. constraint.UpperAngle = 0
  2536. constraint.LowerAngle = 0
  2537. constraint.Parent = character
  2538. end
  2539. local bleedBLEED= coroutine.wrap(function()
  2540. bleed(ayybleed)
  2541. end)
  2542. bleedBLEED()
  2543. end)
  2544. end
  2545. ragdollpart(character, "Right Arm")
  2546. ragdollpart(character, "Left Arm")
  2547. end
  2548. end)
  2549. end
  2550.  
  2551. function getAttachment0(character,attachmentName)
  2552. for _,child in next,character:GetChildren() do
  2553. local attachment = child:FindFirstChild(attachmentName)
  2554. if attachment then
  2555. return attachment
  2556. end
  2557. end
  2558. end
  2559.  
  2560. function ragdollpart(character,partname,attached,heded)
  2561. if heded ~= false then
  2562. local neck = Instance.new('Attachment',character.Head)
  2563. neck.Name = "NeckAttachment"
  2564. neck.Position = Vector3.new(0,-0.5,0)
  2565. else
  2566. local force = Instance.new('BodyForce',character.Head)
  2567. force.Force = Vector3.new(0,500,0)
  2568. game:GetService('Debris'):AddItem(force,0.25)
  2569. pcall(function()
  2570. local asdf = Instance.new('Attachment',character.Head)
  2571. asdf.Position = Vector3.new(0,-character.Head.Size.Y/2,0)
  2572. local last = asdf
  2573. for i=1,14 do
  2574. local bONE = Instance.new('Part',character)
  2575. bONE.BrickColor = BrickColor.new('Institutional white')
  2576. bONE.Size = Vector3.new(0.1,0.1,0.1)
  2577. bONE.CFrame = character.Head.CFrame+(character.Head.CFrame.upVector*-(i/10))
  2578. local lole = Instance.new('Attachment',bONE)
  2579. local hangurself = Instance.new('RopeConstraint',bONE)
  2580. hangurself.Attachment0 = lole
  2581. hangurself.Attachment1 = last
  2582. hangurself.Visible = true
  2583. hangurself.Thickness = 0.05
  2584. hangurself.Color = BrickColor.new('Bright red')
  2585. hangurself.Length = 0.2
  2586. last = lole
  2587. end
  2588. local bleedee = Instance.new('Part',character.Head)
  2589. bleedee.Size = Vector3.new(0.75,0.25,0.75)
  2590. bleedee.CanCollide = false
  2591. bleedee.Color = Frame_2.BackgroundColor3
  2592. bleedee.CFrame = character.Head.CFrame
  2593. local mehs = Instance.new('CylinderMesh',bleedee)
  2594. bleedee:BreakJoints()
  2595. local attachment1 = Instance.new('Attachment',bleedee)
  2596. attachment1.Position = Vector3.new(0,character.Head.Size.Y/2,0)
  2597. attachment1.Orientation = Vector3.new(0,0,180)
  2598. local attachment0 = Instance.new('Attachment',character.Head)
  2599. if attachment0 and attachment1 then
  2600. local constraint = Instance.new("HingeConstraint")
  2601. constraint.Attachment0 = attachment0
  2602. constraint.Attachment1 = attachment1
  2603. constraint.LimitsEnabled = true
  2604. constraint.UpperAngle = 0
  2605. constraint.LowerAngle = 0
  2606. constraint.Parent = character
  2607. end
  2608. spawn(function()
  2609. bleed(bleedee)
  2610. end)
  2611. end)
  2612. local thing = "Torso"
  2613. if character:FindFirstChild(thing) == nil then
  2614. thing = "UpperTorso"
  2615. end
  2616. pcall(function()
  2617. local bleedee = Instance.new('Part',character[thing])
  2618. bleedee.Size = Vector3.new(0.75,0,0.75)
  2619. bleedee.CanCollide = false
  2620. bleedee.Color = Frame_2.BackgroundColor3
  2621. bleedee.CFrame = character[thing].CFrame
  2622. local mehs = Instance.new('CylinderMesh',bleedee)
  2623. bleedee:BreakJoints()
  2624. local attachment1 = Instance.new('Attachment',bleedee)
  2625. attachment1.Position = Vector3.new(0,-character[thing].Size.Y/2,0)
  2626. attachment1.Orientation = Vector3.new(0,0,180)
  2627. local attachment0 = Instance.new('Attachment',character[thing])
  2628. if attachment0 and attachment1 then
  2629. local constraint = Instance.new("HingeConstraint")
  2630. constraint.Attachment0 = attachment0
  2631. constraint.Attachment1 = attachment1
  2632. constraint.LimitsEnabled = true
  2633. constraint.UpperAngle = 0
  2634. constraint.LowerAngle = 0
  2635. constraint.Parent = character
  2636. end
  2637. spawn(function()
  2638. bleed(bleedee)
  2639. end)
  2640. end)
  2641. end
  2642. pcall(function()
  2643. if workspace.PGSPhysicsSolverEnabled == false then
  2644. workspace.PGSPhysicsSolverEnabled = true
  2645. end
  2646. end)
  2647. if partname == "HumanoidRootPart" then
  2648. if character:FindFirstChild('Torso') then
  2649. partname = "Torso"
  2650. else
  2651. partname = "UpperTorso"
  2652. end
  2653. end
  2654. if attached == false then
  2655. if character:FindFirstChild('UpperTorso') then
  2656. pcall(function()
  2657. character.UpperTorso.WaistRigAttachment:Destroy()
  2658. end)
  2659. pcall(function()
  2660. local ayybleed = Instance.new('Part',character)
  2661. ayybleed.Size = Vector3.new(character.UpperTorso.Size.X,0,character.UpperTorso.Size.Z)
  2662. ayybleed.Transparency = 1
  2663. ayybleed.CanCollide = false
  2664. ayybleed.CFrame = character.UpperTorso.CFrame
  2665. ayybleed:BreakJoints()
  2666. ayybleed.Name = "ayybleed"
  2667. local attachment1 = Instance.new('Attachment',ayybleed)
  2668. attachment1.Position = Vector3.new(0,-character.UpperTorso.Size.Y/2,0)
  2669. attachment1.Orientation = Vector3.new(0,0,180)
  2670. local attachment0 = Instance.new('Attachment',character.UpperTorso)
  2671. if attachment0 and attachment1 then
  2672. local constraint = Instance.new("HingeConstraint")
  2673. constraint.Attachment0 = attachment0
  2674. constraint.Attachment1 = attachment1
  2675. constraint.LimitsEnabled = true
  2676. constraint.UpperAngle = 0
  2677. constraint.LowerAngle = 0
  2678. constraint.Parent = character
  2679. end
  2680. local bleedBLEED= coroutine.wrap(function()
  2681. bleed(ayybleed)
  2682. end)
  2683. bleedBLEED()
  2684. end)
  2685. pcall(function()
  2686. local ayybleed = Instance.new('Part',character)
  2687. ayybleed.Size = Vector3.new(character.LowerTorso.Size.X-0.1,0.1,character.LowerTorso.Size.Z-0.1)
  2688. ayybleed.Transparency = 1
  2689. ayybleed.CanCollide = false
  2690. ayybleed.CFrame = character.LowerTorso.CFrame
  2691. ayybleed:BreakJoints()
  2692. ayybleed.Name = "ayybleed"
  2693. local attachment1 = Instance.new('Attachment',ayybleed)
  2694. attachment1.Position = Vector3.new(0,-character.LowerTorso.Size.Y/2,0)
  2695. attachment1.Orientation = Vector3.new(0,0,0)
  2696. local attachment0 = Instance.new('Attachment',character.LowerTorso)
  2697. if attachment0 and attachment1 then
  2698. local constraint = Instance.new("HingeConstraint")
  2699. constraint.Attachment0 = attachment0
  2700. constraint.Attachment1 = attachment1
  2701. constraint.LimitsEnabled = true
  2702. constraint.UpperAngle = 0
  2703. constraint.LowerAngle = 0
  2704. constraint.Parent = character
  2705. end
  2706. local bleedBLEED= coroutine.wrap(function()
  2707. bleed(ayybleed)
  2708. end)
  2709. bleedBLEED()
  2710. end)
  2711. end
  2712. pcall(function()
  2713. local thang = "Torso"
  2714. if character:FindFirstChild('UpperTorso') then
  2715. thang = "UpperTorso"
  2716. end
  2717. local ayybleed = Instance.new('Part',character)
  2718. ayybleed.Size = Vector3.new(character[thang].Size.X-0.1,0.1,character[thang].Size.Z-0.1)
  2719. ayybleed.Color = Frame_2.BackgroundColor3
  2720. ayybleed.Material = Enum.Material.SmoothPlastic
  2721. ayybleed.Name = "ayybleed"
  2722. ayybleed.CanCollide = false
  2723. ayybleed.Transparency = 0
  2724. ayybleed.CFrame = character[thang].CFrame
  2725. ayybleed:BreakJoints()
  2726. local attachment1 = Instance.new('Attachment',ayybleed)
  2727. attachment1.Position = Vector3.new(0,(character[thang].Size.Y/2)-0.045,0)
  2728. attachment1.Orientation = Vector3.new(0,0,0)
  2729. local attachment0 = Instance.new('Attachment',character[thang])
  2730. if attachment0 and attachment1 then
  2731. local constraint = Instance.new("HingeConstraint")
  2732. constraint.Attachment0 = attachment0
  2733. constraint.Attachment1 = attachment1
  2734. constraint.LimitsEnabled = true
  2735. constraint.UpperAngle = 0
  2736. constraint.LowerAngle = 0
  2737. constraint.Parent = character
  2738. end
  2739. end)
  2740. pcall(function()
  2741. local ree = character.LowerTorso
  2742. local thang = "LowerTorso"
  2743. local ayybleed = Instance.new('Part',character)
  2744. ayybleed.Size = Vector3.new(character[thang].Size.X-0.1,0.1,character[thang].Size.Z-0.1)
  2745. ayybleed.Color = Frame_2.BackgroundColor3
  2746. ayybleed.Material = Enum.Material.SmoothPlastic
  2747. ayybleed.Name = "ayybleed"
  2748. ayybleed.CanCollide = false
  2749. ayybleed.Transparency = 0
  2750. ayybleed.CFrame = character[thang].CFrame
  2751. ayybleed:BreakJoints()
  2752. local attachment1 = Instance.new('Attachment',ayybleed)
  2753. attachment1.Position = Vector3.new(0,(-character[thang].Size.Y/2)+0.045,0)
  2754. attachment1.Orientation = Vector3.new(0,0,0)
  2755. local attachment0 = Instance.new('Attachment',character[thang])
  2756. if attachment0 and attachment1 then
  2757. local constraint = Instance.new("HingeConstraint")
  2758. constraint.Attachment0 = attachment0
  2759. constraint.Attachment1 = attachment1
  2760. constraint.LimitsEnabled = true
  2761. constraint.UpperAngle = 0
  2762. constraint.LowerAngle = 0
  2763. constraint.Parent = character
  2764. end
  2765. end)
  2766. pcall(function()
  2767. local ree = character["Right Leg"]
  2768. local thang = "Right Leg"
  2769. local ayybleed = Instance.new('Part',character)
  2770. ayybleed.Size = Vector3.new(character[thang].Size.X-0.1,0.1,character[thang].Size.Z-0.1)
  2771. ayybleed.Color = Frame_2.BackgroundColor3
  2772. ayybleed.Material = Enum.Material.SmoothPlastic
  2773. ayybleed.Name = "ayybleed"
  2774. ayybleed.CanCollide = false
  2775. ayybleed.Transparency = 0
  2776. ayybleed.CFrame = character[thang].CFrame
  2777. ayybleed:BreakJoints()
  2778. local attachment1 = Instance.new('Attachment',ayybleed)
  2779. attachment1.Position = Vector3.new(0,(-character[thang].Size.Y/2)+0.045,0)
  2780. attachment1.Orientation = Vector3.new(0,0,0)
  2781. local attachment0 = Instance.new('Attachment',character[thang])
  2782. if attachment0 and attachment1 then
  2783. local constraint = Instance.new("HingeConstraint")
  2784. constraint.Attachment0 = attachment0
  2785. constraint.Attachment1 = attachment1
  2786. constraint.LimitsEnabled = true
  2787. constraint.UpperAngle = 0
  2788. constraint.LowerAngle = 0
  2789. constraint.Parent = character
  2790. end
  2791. end)
  2792. pcall(function()
  2793. local ree = character["Left Leg"]
  2794. local thang = "Left Leg"
  2795. local ayybleed = Instance.new('Part',character)
  2796. ayybleed.Size = Vector3.new(character[thang].Size.X-0.1,0.1,character[thang].Size.Z-0.1)
  2797. ayybleed.Color = Frame_2.BackgroundColor3
  2798. ayybleed.Material = Enum.Material.SmoothPlastic
  2799. ayybleed.Name = "ayybleed"
  2800. ayybleed.CanCollide = false
  2801. ayybleed.Transparency = 0
  2802. ayybleed.CFrame = character[thang].CFrame
  2803. ayybleed:BreakJoints()
  2804. local attachment1 = Instance.new('Attachment',ayybleed)
  2805. attachment1.Position = Vector3.new(0,(-character[thang].Size.Y/2)+0.045,0)
  2806. attachment1.Orientation = Vector3.new(0,0,0)
  2807. local attachment0 = Instance.new('Attachment',character[thang])
  2808. if attachment0 and attachment1 then
  2809. local constraint = Instance.new("HingeConstraint")
  2810. constraint.Attachment0 = attachment0
  2811. constraint.Attachment1 = attachment1
  2812. constraint.LimitsEnabled = true
  2813. constraint.UpperAngle = 0
  2814. constraint.LowerAngle = 0
  2815. constraint.Parent = character
  2816. end
  2817. end)
  2818. partname="Head"
  2819. end
  2820. if partname == "RightHand" or partname == "RightLowerArm" or partname == "RightUpperArm" then
  2821. if character:FindFirstChild('RightLowerArm') and character:FindFirstChild('RightHand') then
  2822. ragdollJoint(character,character.RightLowerArm, character.RightHand, "RightWrist", "Hinge", handProperties)
  2823. end
  2824. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('RightUpperArm') then
  2825. ragdollJoint(character, character.UpperTorso, character["RightUpperArm"], "RightShoulder", "BallSocket")
  2826. end
  2827. if character:FindFirstChild('RightUpperArm') and character:FindFirstChild('RightLowerArm') then
  2828. ragdollJoint(character, character.RightUpperArm, character.RightLowerArm, "RightElbow", "BallSocket")
  2829. end
  2830. elseif partname == "LeftHand" or partname == "LeftLowerArm" or partname == "LeftUpperArm" then
  2831. if character:FindFirstChild('LeftLowerArm') and character:FindFirstChild('LeftHand') then
  2832. ragdollJoint(character,character.LeftLowerArm, character.LeftHand, "LeftWrist", "Hinge", handProperties)
  2833. end
  2834. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('LeftUpperArm') then
  2835. ragdollJoint(character, character.UpperTorso, character["LeftUpperArm"], "LeftShoulder", "BallSocket")
  2836. end
  2837. if character:FindFirstChild('LeftUpperArm') and character:FindFirstChild('LeftLowerArm') then
  2838. ragdollJoint(character, character.LeftUpperArm, character.LeftLowerArm, "LeftElbow", "BallSocket")
  2839. end
  2840. elseif partname == "RightFoot" or partname == "RightUpperLeg" or partname == "RightLowerLeg" then
  2841. stun(character)
  2842. if character:FindFirstChild('RightUpperLeg') and character:FindFirstChild('RightLowerLeg') then
  2843. ragdollJoint(character,character.RightUpperLeg, character.RightLowerLeg, "RightKnee", "Hinge", shinProperties)
  2844. end
  2845. if character:FindFirstChild('RightLowerLeg') and character:FindFirstChild('RightFoot') then
  2846. ragdollJoint(character,character.RightLowerLeg, character.RightFoot, "RightAnkle", "Hinge", footProperties)
  2847. end
  2848. if character:FindFirstChild('LowerTorso') and character:FindFirstChild('RightUpperLeg') then
  2849. ragdollJoint(character,character.LowerTorso, character.RightUpperLeg, "RightHip", "BallSocket")
  2850. end
  2851. elseif partname == "LeftFoot" or partname == "LeftUpperLeg" or partname == "LeftLowerLeg" then
  2852. stun(character)
  2853. if character:FindFirstChild('LeftUpperLeg') and character:FindFirstChild('LeftLowerLeg') then
  2854. ragdollJoint(character,character.LeftUpperLeg, character.LeftLowerLeg, "LeftKnee", "Hinge", shinProperties)
  2855. end
  2856. if character:FindFirstChild('LeftLowerLeg') and character:FindFirstChild('LeftFoot') then
  2857. ragdollJoint(character,character.LeftLowerLeg, character.LeftFoot, "LeftAnkle", "Hinge", footProperties)
  2858. end
  2859. if character:FindFirstChild('LowerTorso') and character:FindFirstChild('LeftUpperLeg') then
  2860. ragdollJoint(character,character.LowerTorso, character.LeftUpperLeg, "LeftHip", "BallSocket")
  2861. end
  2862. elseif partname == "Head" or partname == "UpperTorso" or partname == "LowerTorso" then
  2863. if character:FindFirstChildOfClass('Humanoid') and character:FindFirstChildOfClass('Humanoid').RigType == Enum.HumanoidRigType.R15 then
  2864. if character:FindFirstChildOfClass('Humanoid') then
  2865. character:FindFirstChildOfClass('Humanoid').Health = 0
  2866. end
  2867. if character:FindFirstChild('HumanoidRootPart') then
  2868. character.HumanoidRootPart:Destroy()
  2869. end
  2870. while character:FindFirstChildOfClass('Humanoid').Health > 0 do wait() end
  2871. game:GetService('Debris'):AddItem(character,10)
  2872. for _,child in next,character:GetChildren() do
  2873. if child:IsA("Accoutrement") then
  2874. for _,part in next,child:GetChildren() do
  2875. if part:IsA("BasePart") then
  2876. for _,c in pairs(part:GetChildren()) do
  2877. if c:IsA('Weld') then c:Destroy() end
  2878. end
  2879. local attachment1 = part:FindFirstChildOfClass("Attachment")
  2880. local attachment0 = getAttachment0(character,attachment1.Name)
  2881. if attachment0 and attachment1 then
  2882. local constraint = Instance.new("HingeConstraint")
  2883. constraint.Attachment0 = attachment0
  2884. constraint.Attachment1 = attachment1
  2885. constraint.LimitsEnabled = true
  2886. constraint.UpperAngle = 0
  2887. constraint.LowerAngle = 0
  2888. constraint.Parent = character
  2889. end
  2890. end
  2891. end
  2892. end
  2893. end
  2894. for i,v in pairs(character:GetChildren()) do
  2895. if v:IsA('MeshPart') or v:IsA('BasePart') then
  2896. for _,c in pairs(v:GetChildren()) do
  2897. if c.Name == "Collision" then c:Destroy() end
  2898. end
  2899. end
  2900. end
  2901. if heded == false then
  2902. pcall(function()
  2903. local asdf = Instance.new('Attachment',character.Head)
  2904. asdf.Position = Vector3.new(0,-character.Head.Size.Y/2,0)
  2905. local last = asdf
  2906. character.Head.Neck:Destroy()
  2907. character.Head.NeckRigAttachment:Destroy()
  2908. character.UpperTorso:FindFirstChild('NeckAttachment'):Destroy()
  2909. end)
  2910. end
  2911. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('LowerTorso') then
  2912. ragdollJoint(character,character.LowerTorso, character.UpperTorso, "Waist", "BallSocket", {
  2913. {"LimitsEnabled",true};
  2914. {"UpperAngle",5};
  2915. {"Radius",5};
  2916. })
  2917. end
  2918. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('Head') then
  2919. ragdollJoint(character,character.UpperTorso, character.Head, "Neck", "Hinge", {
  2920. {"LimitsEnabled",true};
  2921. {"UpperAngle",50};
  2922. {"LowerAngle",-50};
  2923. })
  2924. end
  2925.  
  2926. local handProperties = {
  2927. {"LimitsEnabled", true};
  2928. {"UpperAngle",0};
  2929. {"LowerAngle",0};
  2930. }
  2931. if character:FindFirstChild('LeftLowerArm') and character:FindFirstChild('LeftHand') then
  2932. ragdollJoint(character,character.LeftLowerArm, character.LeftHand, "LeftWrist", "Hinge", handProperties)
  2933. end
  2934. if character:FindFirstChild('RightLowerArm') and character:FindFirstChild('RightHand') then
  2935. ragdollJoint(character,character.RightLowerArm, character.RightHand, "RightWrist", "Hinge", handProperties)
  2936. end
  2937.  
  2938. local shinProperties = {
  2939. {"LimitsEnabled", true};
  2940. {"UpperAngle", 0};
  2941. {"LowerAngle", -75};
  2942. }
  2943. if character:FindFirstChild('LeftUpperLeg') and character:FindFirstChild('LeftLowerLeg') then
  2944. ragdollJoint(character,character.LeftUpperLeg, character.LeftLowerLeg, "LeftKnee", "Hinge", shinProperties)
  2945. end
  2946. if character:FindFirstChild('RightUpperLeg') and character:FindFirstChild('RightLowerLeg') then
  2947. ragdollJoint(character,character.RightUpperLeg, character.RightLowerLeg, "RightKnee", "Hinge", shinProperties)
  2948. end
  2949.  
  2950. local footProperties = {
  2951. {"LimitsEnabled", true};
  2952. {"UpperAngle", 15};
  2953. {"LowerAngle", -45};
  2954. }
  2955. if character:FindFirstChild('LeftLowerLeg') and character:FindFirstChild('LeftFoot') then
  2956. ragdollJoint(character,character.LeftLowerLeg, character.LeftFoot, "LeftAnkle", "Hinge", footProperties)
  2957. end
  2958. if character:FindFirstChild('RightLowerLeg') and character:FindFirstChild('RightFoot') then
  2959. ragdollJoint(character,character.RightLowerLeg, character.RightFoot, "RightAnkle", "Hinge", footProperties)
  2960. end
  2961. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('LeftUpperArm') then
  2962. ragdollJoint(character,character.UpperTorso, character.LeftUpperArm, "LeftShoulder", "BallSocket")
  2963. end
  2964. if character:FindFirstChild('LeftLowerArm') and character:FindFirstChild('LeftUpperArm') then
  2965. ragdollJoint(character,character.LeftUpperArm, character.LeftLowerArm, "LeftElbow", "BallSocket")
  2966. end
  2967. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('RightUpperArm') then
  2968. ragdollJoint(character,character.UpperTorso, character.RightUpperArm, "RightShoulder", "BallSocket")
  2969. end
  2970. if character:FindFirstChild('RightUpperArm') and character:FindFirstChild('RightLowerArm') then
  2971. ragdollJoint(character,character.RightUpperArm, character.RightLowerArm, "RightElbow", "BallSocket")
  2972. end
  2973. if character:FindFirstChild('LowerTorso') and character:FindFirstChild('LeftUpperLeg') then
  2974. ragdollJoint(character,character.LowerTorso, character.LeftUpperLeg, "LeftHip", "BallSocket")
  2975. end
  2976. if character:FindFirstChild('LowerTorso') and character:FindFirstChild('RightUpperLeg') then
  2977. ragdollJoint(character,character.LowerTorso, character.RightUpperLeg, "RightHip", "BallSocket")
  2978. end
  2979. if character:FindFirstChild('HumanoidRootPart') then
  2980. character.HumanoidRootPart:Destroy()
  2981. end
  2982. else
  2983. R6ragdollJoint(character,partname,attached,heded)
  2984. end
  2985. else
  2986. R6ragdollJoint(character,partname,attached,heded)
  2987. end
  2988. end
  2989.  
  2990. function grow(weld,part,endsize,endpos,amntime)
  2991. local start = weld.C1
  2992. local parent = weld.Parent
  2993. local startsize = part.Size
  2994. local particl = Instance.new("ParticleEmitter")
  2995. particl.LightEmission = 3
  2996. particl.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(42, 0, 255)), ColorSequenceKeypoint.new(0.1, Color3.fromRGB(248, 153, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 0))})
  2997. particl.LightInfluence = 0.75
  2998. particl.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  2999. particl.Lifetime = NumberRange.new(0.1, 1)
  3000. particl.Rate = 50
  3001. particl.RotSpeed = NumberRange.new(300, 300)
  3002. particl.Speed = NumberRange.new(0, 1)
  3003. particl.SpreadAngle = Vector2.new(90, 90)
  3004. particl.Parent = part
  3005. for i=1,amntime*100 do
  3006. weld.C1 = start:lerp(endpos,i/(amntime*100))
  3007. part.Size = startsize:lerp(endsize,i/(amntime*100))
  3008. weld.Parent = parent
  3009. wait(0.01)
  3010. end
  3011. particl.Enabled = false
  3012. end
  3013. function lerp(weld,startpos,endpos,amntime,longatend)
  3014. local waited = 0
  3015. for i=1,amntime*100 do
  3016. if longatend == true then
  3017. startpos = weld.C0
  3018. end
  3019. weld.C0 = startpos:lerp(endpos,i/(amntime*100))
  3020. wait(0.01)
  3021. waited=waited+0.01
  3022. end
  3023. end
  3024.  
  3025. function spawned()
  3026. local usable = true
  3027. local working = false
  3028. local mode = "kill"
  3029. local equipped = false
  3030. local char = player.Character
  3031. local blademode = "handle"
  3032. local swinging = false
  3033. local gettingeem = false
  3034. local MOAN = false
  3035. local sounding = false
  3036. local SLESH = false
  3037. local goteem = nil
  3038. local grabbing = false
  3039. local grabbed = nil
  3040. local grabweld = nil
  3041. local aidsificating = nil
  3042. player.CharacterAdded:connect(function()
  3043. if usable then
  3044. usable = false
  3045. end
  3046. end)
  3047. if char == nil then return end
  3048. while char:FindFirstChildOfClass('Humanoid') == nil or char:FindFirstChild('Head') == nil do wait() end
  3049. local badass = Instance.new('Sound',char.Head)
  3050. badass.Name = 'Badass'
  3051. badass.EmitterSize = player.CameraMaxZoomDistance+1
  3052. badass.MaxDistance = player.CameraMaxZoomDistance+1
  3053. badass.Volume = 10
  3054. badass.Looped=true
  3055. badass.SoundId = 'rbxassetid://428902535'
  3056. local handle = Instance.new("Part", char)
  3057. handle.BrickColor = BrickColor.new("Really black")
  3058. handle.Material = "Metal"
  3059. handle.CanCollide = false
  3060. handle.Anchored = false
  3061. handle.Shape = "Cylinder"
  3062. handle.Size = Vector3.new(1.1, 0.3, 0.3)
  3063. handle.BackSurface = "SmoothNoOutlines"
  3064. handle.BottomSurface = "SmoothNoOutlines"
  3065. handle.FrontSurface = "SmoothNoOutlines"
  3066. handle.LeftSurface = "SmoothNoOutlines"
  3067. handle.RightSurface = "SmoothNoOutlines"
  3068. handle.TopSurface = "SmoothNoOutlines"
  3069. handle.Name = "handle"
  3070.  
  3071. local hweld = Instance.new("Weld", char.Torso)
  3072. hweld.Part0 = char.Torso
  3073. hweld.Part1 = handle
  3074. hweld.C0 = CFrame.new(1, -0.8, 0) * CFrame.Angles(0, math.rad(90), 0)
  3075.  
  3076. local rdd = false
  3077. function oogabooga()
  3078. if rdd == false then
  3079. rdd = true
  3080. pcall(function()
  3081. ragdollpart(char,"Right Arm")
  3082. ragdollpart(char,"Right Leg")
  3083. ragdollpart(char,"Left Arm")
  3084. ragdollpart(char,"Left Leg")
  3085. end)
  3086. pcall(function()
  3087. ragdollpart(char,"RightUpperArm")
  3088. ragdollpart(char,"RightUpperLeg")
  3089. ragdollpart(char,"LeftUpperArm")
  3090. ragdollpart(char,"LeftUpperLeg")
  3091. end)
  3092. unstun(char)
  3093. for i,v in pairs(char:GetChildren()) do
  3094. v.ChildAdded:connect(function(child)
  3095. if rdd == true then
  3096. if child.Name ~= "Neck" and child.Name ~= "RootJoint" and child.Name ~= "Root" and (child:IsA('Motor6D') or child:IsA('Weld')) then
  3097. if child ~= grabweld then
  3098. spawn(function()
  3099. wait()
  3100. child:Destroy()
  3101. end)
  3102. end
  3103. end
  3104. end
  3105. end)
  3106. if string.find(string.lower(v.Name),'leg') then
  3107. if v:FindFirstChild('Collision') then
  3108. v:FindFirstChild('Collision'):Destroy()
  3109. end
  3110. end
  3111. end
  3112. else
  3113. rdd = false
  3114. for i,v in pairs(char:GetChildren()) do
  3115. if v:IsA('HingeConstraint') or v:IsA('BallSocketConstraint') then
  3116. v:Destroy()
  3117. elseif v:IsA('BasePart') then
  3118. if v:FindFirstChild('Collision') then
  3119. v.Collision:Destroy()
  3120. end
  3121. for a,c in pairs(v:GetChildren()) do
  3122. if string.find(string.lower(c.Name),"ragdoll") then
  3123. c:Destroy()
  3124. end
  3125. end
  3126. end
  3127. end
  3128. pcall(function()
  3129. local ra = rightclone:Clone()
  3130. ra.Parent = char.Torso
  3131. ra.Part0 = char.Torso
  3132. ra.Part1 = char["Right Arm"]
  3133. end)
  3134. pcall(function()
  3135. local la = leftclone:Clone()
  3136. la.Parent = char.Torso
  3137. la.Part0 = char.Torso
  3138. la.Part1 = char["Left Arm"]
  3139. end)
  3140. pcall(function()
  3141. local ll = leftlegclone:Clone()
  3142. ll.Parent = char.Torso
  3143. ll.Part0 = char.Torso
  3144. ll.Part1 = char["Left Leg"]
  3145. end)
  3146. pcall(function()
  3147. local rl = rightlegclone:Clone()
  3148. rl.Parent = char.Torso
  3149. rl.Part0 = char.Torso
  3150. rl.Part1 = char["Right Leg"]
  3151. end)
  3152. end
  3153. end
  3154. function getrid()
  3155. if grabbed then
  3156. release()
  3157. end
  3158. blademode = "handle"
  3159. for _,ree in pairs(handle:GetChildren()) do
  3160. if ree:IsA('BasePart') then
  3161. local part = Instance.new('Part',workspace)
  3162. part.CFrame = ree.CFrame
  3163. part.Anchored = true
  3164. part.CanCollide = false
  3165. part.Size = ree.Size
  3166. part.Transparency = 1
  3167. ree:Destroy()
  3168. local pe2 = Instance.new("ParticleEmitter")
  3169. pe2.Acceleration = Vector3.new(0, 1, 0)
  3170. pe2.Lifetime = NumberRange.new(0.1, 0.2)
  3171. pe2.Speed = NumberRange.new(0.5)
  3172. pe2.Rate = 20000
  3173. pe2.RotSpeed = NumberRange.new(-30, 30)
  3174. pe2.Rotation = NumberRange.new(0, 360)
  3175. pe2.Size = NumberSequence.new({
  3176. NumberSequenceKeypoint.new(0, part.Size.X*2, 0),
  3177. NumberSequenceKeypoint.new(1, part.Size.X*2, 0),
  3178. })
  3179. pe2.Texture = "rbxassetid://244221440"
  3180. pe2.Transparency = NumberSequence.new({
  3181. NumberSequenceKeypoint.new(0, 0.9, 0),
  3182. NumberSequenceKeypoint.new(1, 0.9, 0)
  3183. })
  3184. pe2.ZOffset = 5
  3185. pe2.VelocitySpread = 360
  3186. pe2.Parent = part
  3187. pe2.Enabled = true
  3188. local coru=coroutine.wrap(function()
  3189. wait(0.2)
  3190. pe2.Enabled = false
  3191. game:GetService('Debris'):AddItem(part,0.5)
  3192. end)
  3193. coru()
  3194. else
  3195. ree:Remove()
  3196. end
  3197. end
  3198. end
  3199.  
  3200. function equip()
  3201. equipped = true
  3202. working = true
  3203. if char.Torso:FindFirstChild("Right Shoulder") then
  3204. char.Torso:FindFirstChild("Right Shoulder"):Destroy()
  3205. end
  3206. local weld = Instance.new('Weld', char.Torso)
  3207. weld.Name = "Lerping"
  3208. weld.Part0 = char["Right Arm"]
  3209. weld.Part1 = char.Torso
  3210. weld.C0 = CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0)
  3211.  
  3212. lerp(weld,weld.C0,CFrame.new(-1.3, -0.5, 0) * CFrame.Angles(0, 0, math.rad(15)),0.12,true)
  3213.  
  3214. wait(0.1)
  3215.  
  3216. hweld.Part0 = char["Right Arm"]
  3217. hweld.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0)
  3218.  
  3219. lerp(weld,weld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  3220.  
  3221. weld:Destroy()
  3222. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  3223. local clone = rightclone:Clone()
  3224. clone.Part0 = char.Torso
  3225. clone.Part1 = char["Right Arm"]
  3226. clone.Parent = char.Torso
  3227. end
  3228. working = false
  3229. end
  3230.  
  3231. function unequip()
  3232. getrid(handle)
  3233. equipped = false
  3234. working = true
  3235.  
  3236. if char.Torso:FindFirstChild("Right Shoulder") then
  3237. char.Torso:FindFirstChild("Right Shoulder"):Destroy()
  3238. end
  3239.  
  3240. local weld = Instance.new('Weld', char.Torso)
  3241. weld.Name = "Lerping"
  3242. weld.Part0 = char["Right Arm"]
  3243. weld.Part1 = char.Torso
  3244. weld.C0 = CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0)
  3245.  
  3246.  
  3247. lerp(weld,weld.C0,CFrame.new(-1.3, -0.5, 0) * CFrame.Angles(0, 0, math.rad(15)),0.12,true)
  3248.  
  3249. hweld.Part0 = char["Torso"]
  3250. hweld.C0 = CFrame.new(1, -0.8, 0) * CFrame.Angles(0, math.rad(90), 0)
  3251. lerp(weld,weld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08,true)
  3252. weld:Destroy()
  3253. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  3254. local clone = rightclone:Clone()
  3255. clone.Part0 = char.Torso
  3256. clone.Part1 = char["Right Arm"]
  3257. clone.Parent = char.Torso
  3258. end
  3259. working = false
  3260. end
  3261.  
  3262. function dildo()
  3263. blademode = "dildo"
  3264. working = true
  3265. -- 1 - pink toy
  3266. local obj1 = Instance.new("Model")
  3267. obj1.Name = "pink toy"
  3268. obj1.Parent = handle
  3269.  
  3270. -- 2 - Model
  3271. local obj2 = Instance.new("Model")
  3272. obj2.Parent = obj1
  3273.  
  3274. -- 3 - Part
  3275. local obj3 = Instance.new("Part")
  3276. obj3.CFrame = CFrame.new(Vector3.new(66.8643951, 3.86435986, 7.14990711)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3277. obj3.CanCollide = false
  3278. obj3.TopSurface = Enum.SurfaceType.Smooth
  3279. obj3.BottomSurface = Enum.SurfaceType.Smooth
  3280. obj3.Material = Enum.Material.SmoothPlastic
  3281. obj3.Size = Vector3.new(1.00000024, 1.00000024, 1.00000024)
  3282. obj3.BrickColor = BrickColor.new("Hot pink")
  3283. obj3.Friction = 0.30000001192093
  3284. obj3.Shape = Enum.PartType.Ball
  3285. obj3.Parent = obj2
  3286. obj3.Name = "tip"
  3287.  
  3288. -- 4 - Part
  3289. local obj4 = Instance.new("Part")
  3290. obj4.CFrame = CFrame.new(Vector3.new(67.8275909, 2.08898449, 7.50048351)) * CFrame.Angles(9.1487750708552e-09, -0.34906616806984, -1.0471986532211)
  3291. obj4.CanCollide = false
  3292. obj4.TopSurface = Enum.SurfaceType.Smooth
  3293. obj4.BottomSurface = Enum.SurfaceType.Smooth
  3294. obj4.Material = Enum.Material.SmoothPlastic
  3295. obj4.Size = Vector3.new(4.09999943, 1, 1)
  3296. obj4.BrickColor = BrickColor.new("Hot pink")
  3297. obj4.Friction = 0.30000001192093
  3298. obj4.Shape = Enum.PartType.Cylinder
  3299. obj4.Parent = obj2
  3300.  
  3301. -- 5 - Part
  3302. local obj5 = Instance.new("Part")
  3303. obj5.CFrame = CFrame.new(Vector3.new(66.7104797, 3.86435843, 7.57276678)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3304. obj5.CanCollide = false
  3305. obj5.TopSurface = Enum.SurfaceType.Smooth
  3306. obj5.BottomSurface = Enum.SurfaceType.Smooth
  3307. obj5.Material = Enum.Material.SmoothPlastic
  3308. obj5.Size = Vector3.new(0.25, 0.25, 0.25)
  3309. obj5.BrickColor = BrickColor.new("Hot pink")
  3310. obj5.Friction = 0.30000001192093
  3311. obj5.Shape = Enum.PartType.Ball
  3312. obj5.Parent = obj2
  3313.  
  3314. -- 6 - Part
  3315. local obj6 = Instance.new("Part")
  3316. obj6.CFrame = CFrame.new(Vector3.new(68.6905365, 0.83212769, 8.29345417)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.7925276756287)
  3317. obj6.CanCollide = false
  3318. obj6.TopSurface = Enum.SurfaceType.Smooth
  3319. obj6.BottomSurface = Enum.SurfaceType.Smooth
  3320. obj6.Material = Enum.Material.SmoothPlastic
  3321. obj6.Size = Vector3.new(0.999999762, 0.999999762, 0.999999762)
  3322. obj6.BrickColor = BrickColor.new("Hot pink")
  3323. obj6.Friction = 0.30000001192093
  3324. obj6.Shape = Enum.PartType.Ball
  3325. obj6.Parent = obj2
  3326.  
  3327. -- 7 - Part
  3328. local obj7 = Instance.new("Part")
  3329. obj7.CFrame = CFrame.new(Vector3.new(67.0182953, 3.86435866, 6.72704411)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3330. obj7.CanCollide = false
  3331. obj7.TopSurface = Enum.SurfaceType.Smooth
  3332. obj7.BottomSurface = Enum.SurfaceType.Smooth
  3333. obj7.Material = Enum.Material.SmoothPlastic
  3334. obj7.Size = Vector3.new(0.25, 0.25, 0.25)
  3335. obj7.BrickColor = BrickColor.new("Hot pink")
  3336. obj7.Friction = 0.30000001192093
  3337. obj7.Shape = Enum.PartType.Ball
  3338. obj7.Parent = obj2
  3339.  
  3340. -- 8 - Part
  3341. local obj8 = Instance.new("Part")
  3342. obj8.CFrame = CFrame.new(Vector3.new(68.9983597, 0.832128167, 7.44772816)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.7925276756287)
  3343. obj8.CanCollide = false
  3344. obj8.TopSurface = Enum.SurfaceType.Smooth
  3345. obj8.BottomSurface = Enum.SurfaceType.Smooth
  3346. obj8.Material = Enum.Material.SmoothPlastic
  3347. obj8.Size = Vector3.new(0.999999762, 0.999999762, 0.999999762)
  3348. obj8.BrickColor = BrickColor.new("Hot pink")
  3349. obj8.Friction = 0.30000001192093
  3350. obj8.Shape = Enum.PartType.Ball
  3351. obj8.Parent = obj2
  3352. local fiREPART = obj8
  3353.  
  3354. -- 9 - Part
  3355. local obj9 = Instance.new("Part")
  3356. obj9.CFrame = CFrame.new(Vector3.new(68.8566208, 0.357954353, 7.87501621)) * CFrame.Angles(9.1487750708552e-09, -0.34906616806984, -1.2217314243317)
  3357. obj9.CanCollide = false
  3358. obj9.TopSurface = Enum.SurfaceType.Smooth
  3359. obj9.BottomSurface = Enum.SurfaceType.Smooth
  3360. obj9.Material = Enum.Material.SmoothPlastic
  3361. obj9.Size = Vector3.new(0.0999999791, 1.50000036, 2)
  3362. obj9.BrickColor = BrickColor.new("Hot pink")
  3363. obj9.Friction = 0.30000001192093
  3364. obj9.Shape = Enum.PartType.Cylinder
  3365. obj9.Parent = obj2
  3366.  
  3367. -- 10 - Part
  3368. local obj10 = Instance.new("Part")
  3369. obj10.CFrame = CFrame.new(Vector3.new(66.8069, 3.58244801, 7.60786104)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3370. obj10.CanCollide = false
  3371. obj10.TopSurface = Enum.SurfaceType.Smooth
  3372. obj10.BottomSurface = Enum.SurfaceType.Smooth
  3373. obj10.Material = Enum.Material.SmoothPlastic
  3374. obj10.Size = Vector3.new(0.25, 0.25, 0.25)
  3375. obj10.BrickColor = BrickColor.new("Hot pink")
  3376. obj10.Friction = 0.30000001192093
  3377. obj10.Shape = Enum.PartType.Ball
  3378. obj10.Parent = obj2
  3379.  
  3380. -- 11 - Part
  3381. local obj11 = Instance.new("Part")
  3382. obj11.CFrame = CFrame.new(Vector3.new(67.196106, 3.632447, 6.79175806)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3383. obj11.CanCollide = false
  3384. obj11.TopSurface = Enum.SurfaceType.Smooth
  3385. obj11.BottomSurface = Enum.SurfaceType.Smooth
  3386. obj11.Material = Enum.Material.SmoothPlastic
  3387. obj11.Size = Vector3.new(0.25, 0.25, 0.25)
  3388. obj11.BrickColor = BrickColor.new("Hot pink")
  3389. obj11.Friction = 0.30000001192093
  3390. obj11.Shape = Enum.PartType.Ball
  3391. obj11.Parent = obj2
  3392.  
  3393. -- 12 - Part
  3394. local obj12 = Instance.new("Part")
  3395. obj12.CFrame = CFrame.new(Vector3.new(67.0756683, 3.77002549, 7.63403416)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  3396. obj12.CanCollide = false
  3397. obj12.TopSurface = Enum.SurfaceType.Smooth
  3398. obj12.BottomSurface = Enum.SurfaceType.Smooth
  3399. obj12.Material = Enum.Material.SmoothPlastic
  3400. obj12.Size = Vector3.new(0.25, 0.25, 0.25)
  3401. obj12.BrickColor = BrickColor.new("Hot pink")
  3402. obj12.Friction = 0.30000001192093
  3403. obj12.Shape = Enum.PartType.Ball
  3404. obj12.Parent = obj2
  3405.  
  3406. -- 13 - Part
  3407. local obj13 = Instance.new("Part")
  3408. obj13.CFrame = CFrame.new(Vector3.new(67.4108353, 3.27276325, 6.88037825)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  3409. obj13.CanCollide = false
  3410. obj13.TopSurface = Enum.SurfaceType.Smooth
  3411. obj13.BottomSurface = Enum.SurfaceType.Smooth
  3412. obj13.Material = Enum.Material.SmoothPlastic
  3413. obj13.Size = Vector3.new(0.25, 0.25, 0.25)
  3414. obj13.BrickColor = BrickColor.new("Hot pink")
  3415. obj13.Friction = 0.30000001192093
  3416. obj13.Shape = Enum.PartType.Ball
  3417. obj13.Parent = obj2
  3418.  
  3419. -- 14 - Part
  3420. local obj14 = Instance.new("Part")
  3421. obj14.CFrame = CFrame.new(Vector3.new(66.868927, 3.43238807, 6.82578087)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  3422. obj14.CanCollide = false
  3423. obj14.TopSurface = Enum.SurfaceType.Smooth
  3424. obj14.BottomSurface = Enum.SurfaceType.Smooth
  3425. obj14.Material = Enum.Material.SmoothPlastic
  3426. obj14.Size = Vector3.new(0.25, 0.25, 0.25)
  3427. obj14.BrickColor = BrickColor.new("Hot pink")
  3428. obj14.Friction = 0.30000001192093
  3429. obj14.Shape = Enum.PartType.Ball
  3430. obj14.Parent = obj2
  3431.  
  3432. -- 15 - Part
  3433. local obj15 = Instance.new("Part")
  3434. obj15.CFrame = CFrame.new(Vector3.new(67.1951675, 3.383008, 7.69050598)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  3435. obj15.CanCollide = false
  3436. obj15.TopSurface = Enum.SurfaceType.Smooth
  3437. obj15.BottomSurface = Enum.SurfaceType.Smooth
  3438. obj15.Material = Enum.Material.SmoothPlastic
  3439. obj15.Size = Vector3.new(0.25, 0.25, 0.25)
  3440. obj15.BrickColor = BrickColor.new("Hot pink")
  3441. obj15.Friction = 0.30000001192093
  3442. obj15.Shape = Enum.PartType.Ball
  3443. obj15.Parent = obj2
  3444.  
  3445. -- 16 - Part
  3446. local obj16 = Instance.new("Part")
  3447. obj16.CFrame = CFrame.new(Vector3.new(67.50383, 3.46245813, 7.48069429)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  3448. obj16.CanCollide = false
  3449. obj16.TopSurface = Enum.SurfaceType.Smooth
  3450. obj16.BottomSurface = Enum.SurfaceType.Smooth
  3451. obj16.Material = Enum.Material.SmoothPlastic
  3452. obj16.Size = Vector3.new(0.25, 0.25, 0.25)
  3453. obj16.BrickColor = BrickColor.new("Hot pink")
  3454. obj16.Friction = 0.30000001192093
  3455. obj16.Shape = Enum.PartType.Ball
  3456. obj16.Parent = obj2
  3457.  
  3458. -- 17 - Part
  3459. local obj17 = Instance.new("Part")
  3460. obj17.CFrame = CFrame.new(Vector3.new(66.5551376, 3.4628334, 7.33871651)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  3461. obj17.CanCollide = false
  3462. obj17.TopSurface = Enum.SurfaceType.Smooth
  3463. obj17.BottomSurface = Enum.SurfaceType.Smooth
  3464. obj17.Material = Enum.Material.SmoothPlastic
  3465. obj17.Size = Vector3.new(0.25, 0.25, 0.25)
  3466. obj17.BrickColor = BrickColor.new("Hot pink")
  3467. obj17.Friction = 0.30000001192093
  3468. obj17.Shape = Enum.PartType.Ball
  3469. obj17.Parent = obj2
  3470.  
  3471. -- 18 - Part
  3472. local obj18 = Instance.new("Part")
  3473. obj18.CFrame = CFrame.new(Vector3.new(67.3677139, 3.83245182, 7.3331027)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3474. obj18.CanCollide = false
  3475. obj18.TopSurface = Enum.SurfaceType.Smooth
  3476. obj18.BottomSurface = Enum.SurfaceType.Smooth
  3477. obj18.Material = Enum.Material.SmoothPlastic
  3478. obj18.Size = Vector3.new(0.25, 0.25, 0.25)
  3479. obj18.BrickColor = BrickColor.new("Hot pink")
  3480. obj18.Friction = 0.30000001192093
  3481. obj18.Shape = Enum.PartType.Ball
  3482. obj18.Parent = obj2
  3483.  
  3484. -- 19 - Part
  3485. local obj19 = Instance.new("Part")
  3486. obj19.CFrame = CFrame.new(Vector3.new(67.4115601, 3.71535063, 7.01420689)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  3487. obj19.CanCollide = false
  3488. obj19.TopSurface = Enum.SurfaceType.Smooth
  3489. obj19.BottomSurface = Enum.SurfaceType.Smooth
  3490. obj19.Material = Enum.Material.SmoothPlastic
  3491. obj19.Size = Vector3.new(0.25, 0.25, 0.25)
  3492. obj19.BrickColor = BrickColor.new("Hot pink")
  3493. obj19.Friction = 0.30000001192093
  3494. obj19.Shape = Enum.PartType.Ball
  3495. obj19.Parent = obj2
  3496.  
  3497. -- 20 - Part
  3498. local obj20 = Instance.new("Part")
  3499. obj20.CFrame = CFrame.new(Vector3.new(67.6487045, 3.39313889, 7.19381428)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  3500. obj20.CanCollide = false
  3501. obj20.TopSurface = Enum.SurfaceType.Smooth
  3502. obj20.BottomSurface = Enum.SurfaceType.Smooth
  3503. obj20.Material = Enum.Material.SmoothPlastic
  3504. obj20.Size = Vector3.new(0.25, 0.25, 0.25)
  3505. obj20.BrickColor = BrickColor.new("Hot pink")
  3506. obj20.Friction = 0.30000001192093
  3507. obj20.Shape = Enum.PartType.Ball
  3508. obj20.Parent = obj2
  3509.  
  3510. -- 21 - Part
  3511. local obj21 = Instance.new("Part")
  3512. obj21.CFrame = CFrame.new(Vector3.new(66.8260422, 4.12417316, 6.81669378)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3513. obj21.CanCollide = false
  3514. obj21.TopSurface = Enum.SurfaceType.Smooth
  3515. obj21.BottomSurface = Enum.SurfaceType.Smooth
  3516. obj21.Material = Enum.Material.SmoothPlastic
  3517. obj21.Size = Vector3.new(0.25, 0.25, 0.25)
  3518. obj21.BrickColor = BrickColor.new("Hot pink")
  3519. obj21.Friction = 0.30000001192093
  3520. obj21.Shape = Enum.PartType.Ball
  3521. obj21.Parent = obj2
  3522.  
  3523. -- 22 - Part
  3524. local obj22 = Instance.new("Part")
  3525. obj22.CFrame = CFrame.new(Vector3.new(67.162117, 3.11433029, 6.8847661)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  3526. obj22.CanCollide = false
  3527. obj22.TopSurface = Enum.SurfaceType.Smooth
  3528. obj22.BottomSurface = Enum.SurfaceType.Smooth
  3529. obj22.Material = Enum.Material.SmoothPlastic
  3530. obj22.Size = Vector3.new(0.25, 0.25, 0.25)
  3531. obj22.BrickColor = BrickColor.new("Hot pink")
  3532. obj22.Friction = 0.30000001192093
  3533. obj22.Shape = Enum.PartType.Ball
  3534. obj22.Parent = obj2
  3535.  
  3536. -- 23 - Part
  3537. local obj23 = Instance.new("Part")
  3538. obj23.CFrame = CFrame.new(Vector3.new(66.4981842, 3.63936186, 7.01661682)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3539. obj23.CanCollide = false
  3540. obj23.TopSurface = Enum.SurfaceType.Smooth
  3541. obj23.BottomSurface = Enum.SurfaceType.Smooth
  3542. obj23.Material = Enum.Material.SmoothPlastic
  3543. obj23.Size = Vector3.new(0.25, 0.25, 0.25)
  3544. obj23.BrickColor = BrickColor.new("Hot pink")
  3545. obj23.Friction = 0.30000001192093
  3546. obj23.Shape = Enum.PartType.Ball
  3547. obj23.Parent = obj2
  3548.  
  3549. -- 24 - Part
  3550. local obj24 = Instance.new("Part")
  3551. obj24.CFrame = CFrame.new(Vector3.new(66.6352844, 3.38244724, 7.06651926)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3552. obj24.CanCollide = false
  3553. obj24.TopSurface = Enum.SurfaceType.Smooth
  3554. obj24.BottomSurface = Enum.SurfaceType.Smooth
  3555. obj24.Material = Enum.Material.SmoothPlastic
  3556. obj24.Size = Vector3.new(0.25, 0.25, 0.25)
  3557. obj24.BrickColor = BrickColor.new("Hot pink")
  3558. obj24.Friction = 0.30000001192093
  3559. obj24.Shape = Enum.PartType.Ball
  3560. obj24.Parent = obj2
  3561.  
  3562. -- 25 - Part
  3563. local obj25 = Instance.new("Part")
  3564. obj25.CFrame = CFrame.new(Vector3.new(66.753746, 3.10362744, 7.32704163)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  3565. obj25.CanCollide = false
  3566. obj25.TopSurface = Enum.SurfaceType.Smooth
  3567. obj25.BottomSurface = Enum.SurfaceType.Smooth
  3568. obj25.Material = Enum.Material.SmoothPlastic
  3569. obj25.Size = Vector3.new(0.25, 0.25, 0.25)
  3570. obj25.BrickColor = BrickColor.new("Hot pink")
  3571. obj25.Friction = 0.30000001192093
  3572. obj25.Shape = Enum.PartType.Ball
  3573. obj25.Parent = obj2
  3574.  
  3575. -- 26 - Part
  3576. local obj26 = Instance.new("Part")
  3577. obj26.CFrame = CFrame.new(Vector3.new(66.851532, 3.01907969, 7.04717398)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  3578. obj26.CanCollide = false
  3579. obj26.TopSurface = Enum.SurfaceType.Smooth
  3580. obj26.BottomSurface = Enum.SurfaceType.Smooth
  3581. obj26.Material = Enum.Material.SmoothPlastic
  3582. obj26.Size = Vector3.new(0.25, 0.25, 0.25)
  3583. obj26.BrickColor = BrickColor.new("Hot pink")
  3584. obj26.Friction = 0.30000001192093
  3585. obj26.Shape = Enum.PartType.Ball
  3586. obj26.Parent = obj2
  3587.  
  3588. -- 27 - Part
  3589. local obj27 = Instance.new("Part")
  3590. obj27.CFrame = CFrame.new(Vector3.new(66.944519, 3.20876789, 7.64748764)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  3591. obj27.CanCollide = false
  3592. obj27.TopSurface = Enum.SurfaceType.Smooth
  3593. obj27.BottomSurface = Enum.SurfaceType.Smooth
  3594. obj27.Material = Enum.Material.SmoothPlastic
  3595. obj27.Size = Vector3.new(0.25, 0.25, 0.25)
  3596. obj27.BrickColor = BrickColor.new("Hot pink")
  3597. obj27.Friction = 0.30000001192093
  3598. obj27.Shape = Enum.PartType.Ball
  3599. obj27.Parent = obj2
  3600.  
  3601. -- 28 - Part
  3602. local obj28 = Instance.new("Part")
  3603. obj28.CFrame = CFrame.new(Vector3.new(67.2306061, 4.08936405, 7.28319883)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3604. obj28.CanCollide = false
  3605. obj28.TopSurface = Enum.SurfaceType.Smooth
  3606. obj28.BottomSurface = Enum.SurfaceType.Smooth
  3607. obj28.Material = Enum.Material.SmoothPlastic
  3608. obj28.Size = Vector3.new(0.25, 0.25, 0.25)
  3609. obj28.BrickColor = BrickColor.new("Hot pink")
  3610. obj28.Friction = 0.30000001192093
  3611. obj28.Shape = Enum.PartType.Ball
  3612. obj28.Parent = obj2
  3613.  
  3614. -- 29 - Part
  3615. local obj29 = Instance.new("Part")
  3616. obj29.CFrame = CFrame.new(Vector3.new(66.5712891, 3.99917173, 6.8835969)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3617. obj29.CanCollide = false
  3618. obj29.TopSurface = Enum.SurfaceType.Smooth
  3619. obj29.BottomSurface = Enum.SurfaceType.Smooth
  3620. obj29.Material = Enum.Material.SmoothPlastic
  3621. obj29.Size = Vector3.new(0.25, 0.25, 0.25)
  3622. obj29.BrickColor = BrickColor.new("Hot pink")
  3623. obj29.Friction = 0.30000001192093
  3624. obj29.Shape = Enum.PartType.Ball
  3625. obj29.Parent = obj2
  3626.  
  3627. -- 30 - Part
  3628. local obj30 = Instance.new("Part")
  3629. obj30.CFrame = CFrame.new(Vector3.new(66.7236328, 4.26077843, 7.20509243)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3630. obj30.CanCollide = false
  3631. obj30.TopSurface = Enum.SurfaceType.Smooth
  3632. obj30.BottomSurface = Enum.SurfaceType.Smooth
  3633. obj30.Material = Enum.Material.SmoothPlastic
  3634. obj30.Size = Vector3.new(0.25, 0.25, 0.25)
  3635. obj30.BrickColor = BrickColor.new("Hot pink")
  3636. obj30.Friction = 0.30000001192093
  3637. obj30.Shape = Enum.PartType.Ball
  3638. obj30.Parent = obj2
  3639.  
  3640. -- 31 - Part
  3641. local obj31 = Instance.new("Part")
  3642. obj31.CFrame = CFrame.new(Vector3.new(66.5950623, 4.16077423, 7.05188084)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3643. obj31.CanCollide = false
  3644. obj31.TopSurface = Enum.SurfaceType.Smooth
  3645. obj31.BottomSurface = Enum.SurfaceType.Smooth
  3646. obj31.Material = Enum.Material.SmoothPlastic
  3647. obj31.Size = Vector3.new(0.25, 0.25, 0.25)
  3648. obj31.BrickColor = BrickColor.new("Hot pink")
  3649. obj31.Friction = 0.30000001192093
  3650. obj31.Shape = Enum.PartType.Ball
  3651. obj31.Parent = obj2
  3652.  
  3653. -- 32 - Part
  3654. local obj32 = Instance.new("Part")
  3655. obj32.CFrame = CFrame.new(Vector3.new(67.0637207, 4.03936481, 7.48850012)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3656. obj32.CanCollide = false
  3657. obj32.TopSurface = Enum.SurfaceType.Smooth
  3658. obj32.BottomSurface = Enum.SurfaceType.Smooth
  3659. obj32.Material = Enum.Material.SmoothPlastic
  3660. obj32.Size = Vector3.new(0.25, 0.25, 0.25)
  3661. obj32.BrickColor = BrickColor.new("Hot pink")
  3662. obj32.Friction = 0.30000001192093
  3663. obj32.Shape = Enum.PartType.Ball
  3664. obj32.Parent = obj2
  3665.  
  3666. -- 33 - Part
  3667. local obj33 = Instance.new("Part")
  3668. obj33.CFrame = CFrame.new(Vector3.new(66.4686813, 3.99917364, 7.16550922)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3669. obj33.CanCollide = false
  3670. obj33.TopSurface = Enum.SurfaceType.Smooth
  3671. obj33.BottomSurface = Enum.SurfaceType.Smooth
  3672. obj33.Material = Enum.Material.SmoothPlastic
  3673. obj33.Size = Vector3.new(0.25, 0.25, 0.25)
  3674. obj33.BrickColor = BrickColor.new("Hot pink")
  3675. obj33.Friction = 0.30000001192093
  3676. obj33.Shape = Enum.PartType.Ball
  3677. obj33.Parent = obj2
  3678.  
  3679. -- 34 - Part
  3680. local obj34 = Instance.new("Part")
  3681. obj34.CFrame = CFrame.new(Vector3.new(66.6615219, 4.14917231, 7.3953228)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3682. obj34.CanCollide = false
  3683. obj34.TopSurface = Enum.SurfaceType.Smooth
  3684. obj34.BottomSurface = Enum.SurfaceType.Smooth
  3685. obj34.Material = Enum.Material.SmoothPlastic
  3686. obj34.Size = Vector3.new(0.25, 0.25, 0.25)
  3687. obj34.BrickColor = BrickColor.new("Hot pink")
  3688. obj34.Friction = 0.30000001192093
  3689. obj34.Shape = Enum.PartType.Ball
  3690. obj34.Parent = obj2
  3691.  
  3692. -- 35 - Part
  3693. local obj35 = Instance.new("Part")
  3694. obj35.CFrame = CFrame.new(Vector3.new(66.8712616, 4.16257238, 7.47166586)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3695. obj35.CanCollide = false
  3696. obj35.TopSurface = Enum.SurfaceType.Smooth
  3697. obj35.BottomSurface = Enum.SurfaceType.Smooth
  3698. obj35.Material = Enum.Material.SmoothPlastic
  3699. obj35.Size = Vector3.new(0.25, 0.25, 0.25)
  3700. obj35.BrickColor = BrickColor.new("Hot pink")
  3701. obj35.Friction = 0.30000001192093
  3702. obj35.Shape = Enum.PartType.Ball
  3703. obj35.Parent = obj2
  3704.  
  3705. -- 36 - Part
  3706. local obj36 = Instance.new("Part")
  3707. obj36.CFrame = CFrame.new(Vector3.new(66.7165604, 3.82596827, 6.77684546)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3708. obj36.CanCollide = false
  3709. obj36.TopSurface = Enum.SurfaceType.Smooth
  3710. obj36.BottomSurface = Enum.SurfaceType.Smooth
  3711. obj36.Material = Enum.Material.SmoothPlastic
  3712. obj36.Size = Vector3.new(0.25, 0.25, 0.25)
  3713. obj36.BrickColor = BrickColor.new("Hot pink")
  3714. obj36.Friction = 0.30000001192093
  3715. obj36.Shape = Enum.PartType.Ball
  3716. obj36.Parent = obj2
  3717.  
  3718. -- 37 - Part
  3719. local obj37 = Instance.new("Part")
  3720. obj37.CFrame = CFrame.new(Vector3.new(66.9846878, 4.27417517, 7.14047909)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3721. obj37.CanCollide = false
  3722. obj37.TopSurface = Enum.SurfaceType.Smooth
  3723. obj37.BottomSurface = Enum.SurfaceType.Smooth
  3724. obj37.Material = Enum.Material.SmoothPlastic
  3725. obj37.Size = Vector3.new(0.25, 0.25, 0.25)
  3726. obj37.BrickColor = BrickColor.new("Hot pink")
  3727. obj37.Friction = 0.30000001192093
  3728. obj37.Shape = Enum.PartType.Ball
  3729. obj37.Parent = obj2
  3730.  
  3731. -- 38 - Part
  3732. local obj38 = Instance.new("Part")
  3733. obj38.CFrame = CFrame.new(Vector3.new(67.1641541, 4.10096312, 6.93975735)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3734. obj38.CanCollide = false
  3735. obj38.TopSurface = Enum.SurfaceType.Smooth
  3736. obj38.BottomSurface = Enum.SurfaceType.Smooth
  3737. obj38.Material = Enum.Material.SmoothPlastic
  3738. obj38.Size = Vector3.new(0.25, 0.25, 0.25)
  3739. obj38.BrickColor = BrickColor.new("Hot pink")
  3740. obj38.Friction = 0.30000001192093
  3741. obj38.Shape = Enum.PartType.Ball
  3742. obj38.Parent = obj2
  3743.  
  3744. -- 39 - Part
  3745. local obj39 = Instance.new("Part")
  3746. obj39.CFrame = CFrame.new(Vector3.new(66.792038, 4.26077843, 7.01715183)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3747. obj39.CanCollide = false
  3748. obj39.TopSurface = Enum.SurfaceType.Smooth
  3749. obj39.BottomSurface = Enum.SurfaceType.Smooth
  3750. obj39.Material = Enum.Material.SmoothPlastic
  3751. obj39.Size = Vector3.new(0.25, 0.25, 0.25)
  3752. obj39.BrickColor = BrickColor.new("Hot pink")
  3753. obj39.Friction = 0.30000001192093
  3754. obj39.Shape = Enum.PartType.Ball
  3755. obj39.Parent = obj2
  3756.  
  3757. -- 40 - Part
  3758. local obj40 = Instance.new("Part")
  3759. obj40.CFrame = CFrame.new(Vector3.new(66.5005493, 3.71436262, 7.38994217)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3760. obj40.CanCollide = false
  3761. obj40.TopSurface = Enum.SurfaceType.Smooth
  3762. obj40.BottomSurface = Enum.SurfaceType.Smooth
  3763. obj40.Material = Enum.Material.SmoothPlastic
  3764. obj40.Size = Vector3.new(0.25, 0.25, 0.25)
  3765. obj40.BrickColor = BrickColor.new("Hot pink")
  3766. obj40.Friction = 0.30000001192093
  3767. obj40.Shape = Enum.PartType.Ball
  3768. obj40.Parent = obj2
  3769.  
  3770. -- 41 - stretches
  3771. local obj41 = Instance.new("Model")
  3772. obj41.Name = "stretches"
  3773. obj41.Parent = obj1
  3774.  
  3775. -- 42 - stretchlol
  3776. local obj42 = Instance.new("Part")
  3777. obj42.CFrame = CFrame.new(Vector3.new(67.162117, 3.13544774, 6.8847661)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  3778. obj42.CanCollide = false
  3779. obj42.Transparency = 1
  3780. obj42.TopSurface = Enum.SurfaceType.Smooth
  3781. obj42.BottomSurface = Enum.SurfaceType.Smooth
  3782. obj42.Material = Enum.Material.SmoothPlastic
  3783. obj42.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  3784. obj42.BrickColor = BrickColor.new("Pastel brown")
  3785. obj42.Friction = 0.30000001192093
  3786. obj42.Shape = Enum.PartType.Ball
  3787. obj42.Name = "stretchlol"
  3788. obj42.Parent = obj41
  3789.  
  3790. -- 43 - stretchlol
  3791. local obj43 = Instance.new("Part")
  3792. obj43.CFrame = CFrame.new(Vector3.new(67.1951675, 3.40412855, 7.69050598)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  3793. obj43.CanCollide = false
  3794. obj43.Transparency = 1
  3795. obj43.TopSurface = Enum.SurfaceType.Smooth
  3796. obj43.BottomSurface = Enum.SurfaceType.Smooth
  3797. obj43.Material = Enum.Material.SmoothPlastic
  3798. obj43.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  3799. obj43.BrickColor = BrickColor.new("Pastel brown")
  3800. obj43.Friction = 0.30000001192093
  3801. obj43.Shape = Enum.PartType.Ball
  3802. obj43.Name = "stretchlol"
  3803. obj43.Parent = obj41
  3804.  
  3805. -- 44 - stretchlol
  3806. local obj44 = Instance.new("Part")
  3807. obj44.CFrame = CFrame.new(Vector3.new(67.5038223, 3.48357916, 7.48069382)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  3808. obj44.CanCollide = false
  3809. obj44.Transparency = 1
  3810. obj44.TopSurface = Enum.SurfaceType.Smooth
  3811. obj44.BottomSurface = Enum.SurfaceType.Smooth
  3812. obj44.Material = Enum.Material.SmoothPlastic
  3813. obj44.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  3814. obj44.BrickColor = BrickColor.new("Pastel brown")
  3815. obj44.Friction = 0.30000001192093
  3816. obj44.Shape = Enum.PartType.Ball
  3817. obj44.Name = "stretchlol"
  3818. obj44.Parent = obj41
  3819.  
  3820. -- 45 - stretchlol
  3821. local obj45 = Instance.new("Part")
  3822. obj45.CFrame = CFrame.new(Vector3.new(67.1641541, 4.12207699, 6.93975687)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3823. obj45.CanCollide = false
  3824. obj45.Transparency = 1
  3825. obj45.TopSurface = Enum.SurfaceType.Smooth
  3826. obj45.BottomSurface = Enum.SurfaceType.Smooth
  3827. obj45.Material = Enum.Material.SmoothPlastic
  3828. obj45.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  3829. obj45.BrickColor = BrickColor.new("Pastel brown")
  3830. obj45.Friction = 0.30000001192093
  3831. obj45.Shape = Enum.PartType.Ball
  3832. obj45.Name = "stretchlol"
  3833. obj45.Parent = obj41
  3834.  
  3835. -- 46 - stretchlol
  3836. local obj46 = Instance.new("Part")
  3837. obj46.CFrame = CFrame.new(Vector3.new(66.8712616, 4.18368626, 7.47166586)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3838. obj46.CanCollide = false
  3839. obj46.Transparency = 1
  3840. obj46.TopSurface = Enum.SurfaceType.Smooth
  3841. obj46.BottomSurface = Enum.SurfaceType.Smooth
  3842. obj46.Material = Enum.Material.SmoothPlastic
  3843. obj46.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  3844. obj46.BrickColor = BrickColor.new("Pastel brown")
  3845. obj46.Friction = 0.30000001192093
  3846. obj46.Shape = Enum.PartType.Ball
  3847. obj46.Name = "stretchlol"
  3848. obj46.Parent = obj41
  3849.  
  3850. -- 47 - stretchlol
  3851. local obj47 = Instance.new("Part")
  3852. obj47.CFrame = CFrame.new(Vector3.new(66.8260345, 4.14528561, 6.81669378)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3853. obj47.CanCollide = false
  3854. obj47.Transparency = 1
  3855. obj47.TopSurface = Enum.SurfaceType.Smooth
  3856. obj47.BottomSurface = Enum.SurfaceType.Smooth
  3857. obj47.Material = Enum.Material.SmoothPlastic
  3858. obj47.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  3859. obj47.BrickColor = BrickColor.new("Pastel brown")
  3860. obj47.Friction = 0.30000001192093
  3861. obj47.Shape = Enum.PartType.Ball
  3862. obj47.Name = "stretchlol"
  3863. obj47.Parent = obj41
  3864.  
  3865. -- 48 - stretchlol
  3866. local obj48 = Instance.new("Part")
  3867. obj48.CFrame = CFrame.new(Vector3.new(66.7104797, 3.88547921, 7.57276678)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3868. obj48.CanCollide = false
  3869. obj48.Transparency = 1
  3870. obj48.TopSurface = Enum.SurfaceType.Smooth
  3871. obj48.BottomSurface = Enum.SurfaceType.Smooth
  3872. obj48.Material = Enum.Material.SmoothPlastic
  3873. obj48.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  3874. obj48.BrickColor = BrickColor.new("Pastel brown")
  3875. obj48.Friction = 0.30000001192093
  3876. obj48.Shape = Enum.PartType.Ball
  3877. obj48.Name = "stretchlol"
  3878. obj48.Parent = obj41
  3879.  
  3880. -- 49 - stretchlol
  3881. local obj49 = Instance.new("Part")
  3882. obj49.CFrame = CFrame.new(Vector3.new(67.0637207, 4.06047773, 7.48850012)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3883. obj49.CanCollide = false
  3884. obj49.Transparency = 1
  3885. obj49.TopSurface = Enum.SurfaceType.Smooth
  3886. obj49.BottomSurface = Enum.SurfaceType.Smooth
  3887. obj49.Material = Enum.Material.SmoothPlastic
  3888. obj49.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  3889. obj49.BrickColor = BrickColor.new("Pastel brown")
  3890. obj49.Friction = 0.30000001192093
  3891. obj49.Shape = Enum.PartType.Ball
  3892. obj49.Name = "stretchlol"
  3893. obj49.Parent = obj41
  3894.  
  3895. -- 50 - stretchlol
  3896. local obj50 = Instance.new("Part")
  3897. obj50.CFrame = CFrame.new(Vector3.new(66.7165604, 3.84708691, 6.77684498)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3898. obj50.CanCollide = false
  3899. obj50.Transparency = 1
  3900. obj50.TopSurface = Enum.SurfaceType.Smooth
  3901. obj50.BottomSurface = Enum.SurfaceType.Smooth
  3902. obj50.Material = Enum.Material.SmoothPlastic
  3903. obj50.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  3904. obj50.BrickColor = BrickColor.new("Pastel brown")
  3905. obj50.Friction = 0.30000001192093
  3906. obj50.Shape = Enum.PartType.Ball
  3907. obj50.Name = "stretchlol"
  3908. obj50.Parent = obj41
  3909.  
  3910. -- 51 - stretchlol
  3911. local obj51 = Instance.new("Part")
  3912. obj51.CFrame = CFrame.new(Vector3.new(66.9846878, 4.29528904, 7.14047909)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3913. obj51.CanCollide = false
  3914. obj51.Transparency = 1
  3915. obj51.TopSurface = Enum.SurfaceType.Smooth
  3916. obj51.BottomSurface = Enum.SurfaceType.Smooth
  3917. obj51.Material = Enum.Material.SmoothPlastic
  3918. obj51.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  3919. obj51.BrickColor = BrickColor.new("Pastel brown")
  3920. obj51.Friction = 0.30000001192093
  3921. obj51.Shape = Enum.PartType.Ball
  3922. obj51.Name = "stretchlol"
  3923. obj51.Parent = obj41
  3924.  
  3925. -- 52 - stretchlol
  3926. local obj52 = Instance.new("Part")
  3927. obj52.CFrame = CFrame.new(Vector3.new(66.868927, 3.45350599, 6.82578087)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  3928. obj52.CanCollide = false
  3929. obj52.Transparency = 1
  3930. obj52.TopSurface = Enum.SurfaceType.Smooth
  3931. obj52.BottomSurface = Enum.SurfaceType.Smooth
  3932. obj52.Material = Enum.Material.SmoothPlastic
  3933. obj52.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  3934. obj52.BrickColor = BrickColor.new("Pastel brown")
  3935. obj52.Friction = 0.30000001192093
  3936. obj52.Shape = Enum.PartType.Ball
  3937. obj52.Name = "stretchlol"
  3938. obj52.Parent = obj41
  3939.  
  3940. -- 53 - stretchlol
  3941. local obj53 = Instance.new("Part")
  3942. obj53.CFrame = CFrame.new(Vector3.new(67.287262, 3.10603261, 7.30382156)) * CFrame.Angles(9.1487750708552e-09, -0.34906616806984, -1.0471986532211)
  3943. obj53.CanCollide = false
  3944. obj53.Transparency = 1
  3945. obj53.TopSurface = Enum.SurfaceType.Smooth
  3946. obj53.BottomSurface = Enum.SurfaceType.Smooth
  3947. obj53.Material = Enum.Material.SmoothPlastic
  3948. obj53.Size = Vector3.new(1.79999995, 1.04999995, 1.04999995)
  3949. obj53.BrickColor = BrickColor.new("Pastel brown")
  3950. obj53.Friction = 0.30000001192093
  3951. obj53.Shape = Enum.PartType.Cylinder
  3952. obj53.Name = "stretchlol"
  3953. obj53.Parent = obj41
  3954.  
  3955. -- 54 - stretchlol
  3956. local obj54 = Instance.new("Part")
  3957. obj54.CFrame = CFrame.new(Vector3.new(66.4686813, 4.02028799, 7.16550922)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3958. obj54.CanCollide = false
  3959. obj54.Transparency = 1
  3960. obj54.TopSurface = Enum.SurfaceType.Smooth
  3961. obj54.BottomSurface = Enum.SurfaceType.Smooth
  3962. obj54.Material = Enum.Material.SmoothPlastic
  3963. obj54.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  3964. obj54.BrickColor = BrickColor.new("Pastel brown")
  3965. obj54.Friction = 0.30000001192093
  3966. obj54.Shape = Enum.PartType.Ball
  3967. obj54.Name = "stretchlol"
  3968. obj54.Parent = obj41
  3969.  
  3970. -- 55 - stretchlol
  3971. local obj55 = Instance.new("Part")
  3972. obj55.CFrame = CFrame.new(Vector3.new(66.6615219, 4.17028332, 7.3953228)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3973. obj55.CanCollide = false
  3974. obj55.Transparency = 1
  3975. obj55.TopSurface = Enum.SurfaceType.Smooth
  3976. obj55.BottomSurface = Enum.SurfaceType.Smooth
  3977. obj55.Material = Enum.Material.SmoothPlastic
  3978. obj55.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  3979. obj55.BrickColor = BrickColor.new("Pastel brown")
  3980. obj55.Friction = 0.30000001192093
  3981. obj55.Shape = Enum.PartType.Ball
  3982. obj55.Name = "stretchlol"
  3983. obj55.Parent = obj41
  3984.  
  3985. -- 56 - stretchlol
  3986. local obj56 = Instance.new("Part")
  3987. obj56.CFrame = CFrame.new(Vector3.new(66.753746, 3.12474751, 7.32704115)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  3988. obj56.CanCollide = false
  3989. obj56.Transparency = 1
  3990. obj56.TopSurface = Enum.SurfaceType.Smooth
  3991. obj56.BottomSurface = Enum.SurfaceType.Smooth
  3992. obj56.Material = Enum.Material.SmoothPlastic
  3993. obj56.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  3994. obj56.BrickColor = BrickColor.new("Pastel brown")
  3995. obj56.Friction = 0.30000001192093
  3996. obj56.Shape = Enum.PartType.Ball
  3997. obj56.Name = "stretchlol"
  3998. obj56.Parent = obj41
  3999.  
  4000. -- 57 - stretchlol
  4001. local obj57 = Instance.new("Part")
  4002. obj57.CFrame = CFrame.new(Vector3.new(67.2306061, 4.11047649, 7.28319883)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4003. obj57.CanCollide = false
  4004. obj57.Transparency = 1
  4005. obj57.TopSurface = Enum.SurfaceType.Smooth
  4006. obj57.BottomSurface = Enum.SurfaceType.Smooth
  4007. obj57.Material = Enum.Material.SmoothPlastic
  4008. obj57.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4009. obj57.BrickColor = BrickColor.new("Pastel brown")
  4010. obj57.Friction = 0.30000001192093
  4011. obj57.Shape = Enum.PartType.Ball
  4012. obj57.Name = "stretchlol"
  4013. obj57.Parent = obj41
  4014.  
  4015. -- 58 - stretchlol
  4016. local obj58 = Instance.new("Part")
  4017. obj58.CFrame = CFrame.new(Vector3.new(67.0756683, 3.79114079, 7.63403416)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  4018. obj58.CanCollide = false
  4019. obj58.Transparency = 1
  4020. obj58.TopSurface = Enum.SurfaceType.Smooth
  4021. obj58.BottomSurface = Enum.SurfaceType.Smooth
  4022. obj58.Material = Enum.Material.SmoothPlastic
  4023. obj58.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4024. obj58.BrickColor = BrickColor.new("Pastel brown")
  4025. obj58.Friction = 0.30000001192093
  4026. obj58.Shape = Enum.PartType.Ball
  4027. obj58.Name = "stretchlol"
  4028. obj58.Parent = obj41
  4029.  
  4030. -- 59 - stretchlol
  4031. local obj59 = Instance.new("Part")
  4032. obj59.CFrame = CFrame.new(Vector3.new(66.5005493, 3.73548079, 7.38994217)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4033. obj59.CanCollide = false
  4034. obj59.Transparency = 1
  4035. obj59.TopSurface = Enum.SurfaceType.Smooth
  4036. obj59.BottomSurface = Enum.SurfaceType.Smooth
  4037. obj59.Material = Enum.Material.SmoothPlastic
  4038. obj59.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4039. obj59.BrickColor = BrickColor.new("Pastel brown")
  4040. obj59.Friction = 0.30000001192093
  4041. obj59.Shape = Enum.PartType.Ball
  4042. obj59.Name = "stretchlol"
  4043. obj59.Parent = obj41
  4044.  
  4045. -- 60 - stretchlol
  4046. local obj60 = Instance.new("Part")
  4047. obj60.CFrame = CFrame.new(Vector3.new(67.6487045, 3.41425848, 7.1938138)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  4048. obj60.CanCollide = false
  4049. obj60.Transparency = 1
  4050. obj60.TopSurface = Enum.SurfaceType.Smooth
  4051. obj60.BottomSurface = Enum.SurfaceType.Smooth
  4052. obj60.Material = Enum.Material.SmoothPlastic
  4053. obj60.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4054. obj60.BrickColor = BrickColor.new("Pastel brown")
  4055. obj60.Friction = 0.30000001192093
  4056. obj60.Shape = Enum.PartType.Ball
  4057. obj60.Name = "stretchlol"
  4058. obj60.Parent = obj41
  4059.  
  4060. -- 61 - stretchlol
  4061. local obj61 = Instance.new("Part")
  4062. obj61.CFrame = CFrame.new(Vector3.new(67.3677139, 3.85357118, 7.33310223)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4063. obj61.CanCollide = false
  4064. obj61.Transparency = 1
  4065. obj61.TopSurface = Enum.SurfaceType.Smooth
  4066. obj61.BottomSurface = Enum.SurfaceType.Smooth
  4067. obj61.Material = Enum.Material.SmoothPlastic
  4068. obj61.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4069. obj61.BrickColor = BrickColor.new("Pastel brown")
  4070. obj61.Friction = 0.30000001192093
  4071. obj61.Shape = Enum.PartType.Ball
  4072. obj61.Name = "stretchlol"
  4073. obj61.Parent = obj41
  4074.  
  4075. -- 62 - stretchlol
  4076. local obj62 = Instance.new("Part")
  4077. obj62.CFrame = CFrame.new(Vector3.new(66.6352844, 3.40356588, 7.06651878)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4078. obj62.CanCollide = false
  4079. obj62.Transparency = 1
  4080. obj62.TopSurface = Enum.SurfaceType.Smooth
  4081. obj62.BottomSurface = Enum.SurfaceType.Smooth
  4082. obj62.Material = Enum.Material.SmoothPlastic
  4083. obj62.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4084. obj62.BrickColor = BrickColor.new("Pastel brown")
  4085. obj62.Friction = 0.30000001192093
  4086. obj62.Shape = Enum.PartType.Ball
  4087. obj62.Name = "stretchlol"
  4088. obj62.Parent = obj41
  4089.  
  4090. -- 63 - stretchlol
  4091. local obj63 = Instance.new("Part")
  4092. obj63.CFrame = CFrame.new(Vector3.new(66.7236328, 4.28189754, 7.20509195)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4093. obj63.CanCollide = false
  4094. obj63.Transparency = 1
  4095. obj63.TopSurface = Enum.SurfaceType.Smooth
  4096. obj63.BottomSurface = Enum.SurfaceType.Smooth
  4097. obj63.Material = Enum.Material.SmoothPlastic
  4098. obj63.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4099. obj63.BrickColor = BrickColor.new("Pastel brown")
  4100. obj63.Friction = 0.30000001192093
  4101. obj63.Shape = Enum.PartType.Ball
  4102. obj63.Name = "stretchlol"
  4103. obj63.Parent = obj41
  4104.  
  4105. -- 64 - stretchlol
  4106. local obj64 = Instance.new("Part")
  4107. obj64.CFrame = CFrame.new(Vector3.new(66.5712891, 4.02028799, 6.8835969)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4108. obj64.CanCollide = false
  4109. obj64.Transparency = 1
  4110. obj64.TopSurface = Enum.SurfaceType.Smooth
  4111. obj64.BottomSurface = Enum.SurfaceType.Smooth
  4112. obj64.Material = Enum.Material.SmoothPlastic
  4113. obj64.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4114. obj64.BrickColor = BrickColor.new("Pastel brown")
  4115. obj64.Friction = 0.30000001192093
  4116. obj64.Shape = Enum.PartType.Ball
  4117. obj64.Name = "stretchlol"
  4118. obj64.Parent = obj41
  4119.  
  4120. -- 65 - stretchlol
  4121. local obj65 = Instance.new("Part")
  4122. obj65.CFrame = CFrame.new(Vector3.new(66.4981842, 3.66047978, 7.01661682)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4123. obj65.CanCollide = false
  4124. obj65.Transparency = 1
  4125. obj65.TopSurface = Enum.SurfaceType.Smooth
  4126. obj65.BottomSurface = Enum.SurfaceType.Smooth
  4127. obj65.Material = Enum.Material.SmoothPlastic
  4128. obj65.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4129. obj65.BrickColor = BrickColor.new("Pastel brown")
  4130. obj65.Friction = 0.30000001192093
  4131. obj65.Shape = Enum.PartType.Ball
  4132. obj65.Name = "stretchlol"
  4133. obj65.Parent = obj41
  4134.  
  4135. -- 66 - stretchlol
  4136. local obj66 = Instance.new("Part")
  4137. obj66.CFrame = CFrame.new(Vector3.new(66.7920303, 4.28189754, 7.01715183)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4138. obj66.CanCollide = false
  4139. obj66.Transparency = 1
  4140. obj66.TopSurface = Enum.SurfaceType.Smooth
  4141. obj66.BottomSurface = Enum.SurfaceType.Smooth
  4142. obj66.Material = Enum.Material.SmoothPlastic
  4143. obj66.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4144. obj66.BrickColor = BrickColor.new("Pastel brown")
  4145. obj66.Friction = 0.30000001192093
  4146. obj66.Shape = Enum.PartType.Ball
  4147. obj66.Name = "stretchlol"
  4148. obj66.Parent = obj41
  4149.  
  4150. -- 67 - stretchlol
  4151. local obj67 = Instance.new("Part")
  4152. obj67.CFrame = CFrame.new(Vector3.new(66.5950623, 4.18188763, 7.05188084)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4153. obj67.CanCollide = false
  4154. obj67.Transparency = 1
  4155. obj67.TopSurface = Enum.SurfaceType.Smooth
  4156. obj67.BottomSurface = Enum.SurfaceType.Smooth
  4157. obj67.Material = Enum.Material.SmoothPlastic
  4158. obj67.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4159. obj67.BrickColor = BrickColor.new("Pastel brown")
  4160. obj67.Friction = 0.30000001192093
  4161. obj67.Shape = Enum.PartType.Ball
  4162. obj67.Name = "stretchlol"
  4163. obj67.Parent = obj41
  4164.  
  4165. -- 68 - stretchlol
  4166. local obj68 = Instance.new("Part")
  4167. obj68.CFrame = CFrame.new(Vector3.new(67.4115601, 3.73646879, 7.01420689)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  4168. obj68.CanCollide = false
  4169. obj68.Transparency = 1
  4170. obj68.TopSurface = Enum.SurfaceType.Smooth
  4171. obj68.BottomSurface = Enum.SurfaceType.Smooth
  4172. obj68.Material = Enum.Material.SmoothPlastic
  4173. obj68.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4174. obj68.BrickColor = BrickColor.new("Pastel brown")
  4175. obj68.Friction = 0.30000001192093
  4176. obj68.Shape = Enum.PartType.Ball
  4177. obj68.Name = "stretchlol"
  4178. obj68.Parent = obj41
  4179.  
  4180. -- 69 - stretchlol
  4181. local obj69 = Instance.new("Part")
  4182. obj69.CFrame = CFrame.new(Vector3.new(66.8643951, 3.88548112, 7.14990711)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4183. obj69.CanCollide = false
  4184. obj69.Transparency = 1
  4185. obj69.TopSurface = Enum.SurfaceType.Smooth
  4186. obj69.BottomSurface = Enum.SurfaceType.Smooth
  4187. obj69.Material = Enum.Material.SmoothPlastic
  4188. obj69.Size = Vector3.new(1.04999995, 1.04999995, 1.04999995)
  4189. obj69.BrickColor = BrickColor.new("Pastel brown")
  4190. obj69.Friction = 0.30000001192093
  4191. obj69.Shape = Enum.PartType.Ball
  4192. obj69.Name = "stretchlol"
  4193. obj69.Parent = obj41
  4194.  
  4195. -- 70 - stretchlol
  4196. local obj70 = Instance.new("Part")
  4197. obj70.CFrame = CFrame.new(Vector3.new(67.4108353, 3.29388237, 6.88037777)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  4198. obj70.CanCollide = false
  4199. obj70.Transparency = 1
  4200. obj70.TopSurface = Enum.SurfaceType.Smooth
  4201. obj70.BottomSurface = Enum.SurfaceType.Smooth
  4202. obj70.Material = Enum.Material.SmoothPlastic
  4203. obj70.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4204. obj70.BrickColor = BrickColor.new("Pastel brown")
  4205. obj70.Friction = 0.30000001192093
  4206. obj70.Shape = Enum.PartType.Ball
  4207. obj70.Name = "stretchlol"
  4208. obj70.Parent = obj41
  4209.  
  4210. -- 71 - stretchlol
  4211. local obj71 = Instance.new("Part")
  4212. obj71.CFrame = CFrame.new(Vector3.new(67.1960983, 3.65356374, 6.79175806)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4213. obj71.CanCollide = false
  4214. obj71.Transparency = 1
  4215. obj71.TopSurface = Enum.SurfaceType.Smooth
  4216. obj71.BottomSurface = Enum.SurfaceType.Smooth
  4217. obj71.Material = Enum.Material.SmoothPlastic
  4218. obj71.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4219. obj71.BrickColor = BrickColor.new("Pastel brown")
  4220. obj71.Friction = 0.30000001192093
  4221. obj71.Shape = Enum.PartType.Ball
  4222. obj71.Name = "stretchlol"
  4223. obj71.Parent = obj41
  4224.  
  4225. -- 72 - stretchlol
  4226. local obj72 = Instance.new("Part")
  4227. obj72.CFrame = CFrame.new(Vector3.new(66.944519, 3.22988653, 7.64748716)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  4228. obj72.CanCollide = false
  4229. obj72.Transparency = 1
  4230. obj72.TopSurface = Enum.SurfaceType.Smooth
  4231. obj72.BottomSurface = Enum.SurfaceType.Smooth
  4232. obj72.Material = Enum.Material.SmoothPlastic
  4233. obj72.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4234. obj72.BrickColor = BrickColor.new("Pastel brown")
  4235. obj72.Friction = 0.30000001192093
  4236. obj72.Shape = Enum.PartType.Ball
  4237. obj72.Name = "stretchlol"
  4238. obj72.Parent = obj41
  4239.  
  4240. -- 73 - stretchlol
  4241. local obj73 = Instance.new("Part")
  4242. obj73.CFrame = CFrame.new(Vector3.new(66.851532, 3.04020095, 7.04717398)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  4243. obj73.CanCollide = false
  4244. obj73.Transparency = 1
  4245. obj73.TopSurface = Enum.SurfaceType.Smooth
  4246. obj73.BottomSurface = Enum.SurfaceType.Smooth
  4247. obj73.Material = Enum.Material.SmoothPlastic
  4248. obj73.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4249. obj73.BrickColor = BrickColor.new("Pastel brown")
  4250. obj73.Friction = 0.30000001192093
  4251. obj73.Shape = Enum.PartType.Ball
  4252. obj73.Name = "stretchlol"
  4253. obj73.Parent = obj41
  4254.  
  4255. -- 74 - stretchlol
  4256. local obj74 = Instance.new("Part")
  4257. obj74.CFrame = CFrame.new(Vector3.new(66.5551376, 3.48395109, 7.33871603)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  4258. obj74.CanCollide = false
  4259. obj74.Transparency = 1
  4260. obj74.TopSurface = Enum.SurfaceType.Smooth
  4261. obj74.BottomSurface = Enum.SurfaceType.Smooth
  4262. obj74.Material = Enum.Material.SmoothPlastic
  4263. obj74.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4264. obj74.BrickColor = BrickColor.new("Pastel brown")
  4265. obj74.Friction = 0.30000001192093
  4266. obj74.Shape = Enum.PartType.Ball
  4267. obj74.Name = "stretchlol"
  4268. obj74.Parent = obj41
  4269.  
  4270. -- 75 - stretchlol
  4271. local obj75 = Instance.new("Part")
  4272. obj75.CFrame = CFrame.new(Vector3.new(66.8069, 3.60357046, 7.60786104)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4273. obj75.CanCollide = false
  4274. obj75.Transparency = 1
  4275. obj75.TopSurface = Enum.SurfaceType.Smooth
  4276. obj75.BottomSurface = Enum.SurfaceType.Smooth
  4277. obj75.Material = Enum.Material.SmoothPlastic
  4278. obj75.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4279. obj75.BrickColor = BrickColor.new("Pastel brown")
  4280. obj75.Friction = 0.30000001192093
  4281. obj75.Shape = Enum.PartType.Ball
  4282. obj75.Name = "stretchlol"
  4283. obj75.Parent = obj41
  4284.  
  4285. -- 76 - stretchlol
  4286. local obj76 = Instance.new("Part")
  4287. obj76.CFrame = CFrame.new(Vector3.new(67.0182953, 3.88547921, 6.72704411)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4288. obj76.CanCollide = false
  4289. obj76.Transparency = 1
  4290. obj76.TopSurface = Enum.SurfaceType.Smooth
  4291. obj76.BottomSurface = Enum.SurfaceType.Smooth
  4292. obj76.Material = Enum.Material.SmoothPlastic
  4293. obj76.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4294. obj76.BrickColor = BrickColor.new("Pastel brown")
  4295. obj76.Friction = 0.30000001192093
  4296. obj76.Shape = Enum.PartType.Ball
  4297. obj76.Name = "stretchlol"
  4298. obj76.Parent = obj41
  4299. obj1.PrimaryPart = obj4
  4300.  
  4301. local stretches = obj41:GetChildren()
  4302. for i,v in pairs(stretches) do
  4303. v.Anchored = true
  4304. v.Parent = obj1
  4305. end
  4306. for i,v in pairs(obj2:GetChildren()) do
  4307. v.Anchored = true
  4308. v.Parent = obj1
  4309. end
  4310. obj2:Destroy()
  4311. obj41:Destroy()
  4312.  
  4313. local previous = nil
  4314. for i,v in pairs(obj1:GetChildren()) do
  4315. if v:IsA('BasePart') then
  4316. if previous then
  4317. local weld = Instance.new('Weld',v)
  4318. weld.Part0 = v
  4319. weld.Part1 = previous
  4320. weld.C0 = v.CFrame:inverse() * previous.CFrame
  4321. previous.Anchored = false
  4322. previous.CanCollide = false
  4323. local vee = v
  4324. weld.AncestryChanged:connect(function(mez,par)
  4325. wait()
  4326. weld.Parent = vee
  4327. end)
  4328. end
  4329. previous = v
  4330. end
  4331. end
  4332. previous.Anchored = false
  4333. previous.CanCollide = false
  4334. obj1:SetPrimaryPartCFrame(handle.CFrame*CFrame.Angles(0,math.rad(180),0)+Vector3.new(0,100,0))
  4335. -- 2 - Part
  4336. local ree = Instance.new("Part")
  4337. ree.CFrame = CFrame.new(Vector3.new(50.5, 141, 5.5))
  4338. ree.Transparency = 0.80000001192093
  4339. ree.Material = Enum.Material.Neon
  4340. ree.CFrame = CFrame.new(obj4.Position)
  4341. ree.Size = Vector3.new(5, math.huge, 5)
  4342. ree.BrickColor = BrickColor.new("New Yeller")
  4343. ree.Friction = 0.30000001192093
  4344. ree.Shape = Enum.PartType.Block
  4345. ree.Parent = handle
  4346.  
  4347. -- 3 - Mesh
  4348. local ree2 = Instance.new("CylinderMesh")
  4349. ree2.Parent = ree
  4350. local thing = Instance.new('BodyPosition',obj9)
  4351. local thing2 = Instance.new('BodyPosition',ree)
  4352. thing2.P = 100000
  4353. thing2.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  4354. thing.MaxForce = Vector3.new(10000,10000,10000)
  4355. for i=1,100 do
  4356. thing2.Position = obj4.Position
  4357. obj1:SetPrimaryPartCFrame(CFrame.new(obj1.PrimaryPart.Position)*CFrame.Angles(math.rad(handle.Orientation.X),math.rad(handle.Orientation.Y),math.rad(handle.Orientation.Z))*CFrame.Angles(0,math.rad(180),0))
  4358. thing.Position = handle.Position+(handle.CFrame.rightVector*0.5)
  4359. wait()
  4360. end
  4361. thing:Destroy()
  4362. local lmfao = Instance.new('Weld',obj4)
  4363. lmfao.C0 = CFrame.new(2.5,0.2,0)*CFrame.Angles(0,math.rad(180),0)
  4364. lmfao.Part0 = obj4
  4365. lmfao.Part1 = handle
  4366. ree:Destroy()
  4367. working = false
  4368. end
  4369.  
  4370. function katanamode()
  4371. blademode = "katana"
  4372. -- 1 - weeb shit
  4373. local weebshit1 = handle
  4374.  
  4375. -- 16 - top cap
  4376. local weebshit16 = Instance.new("Part")
  4377. weebshit16.CFrame = CFrame.new(Vector3.new(206.400146, 11.5499945, 5.00058556)) * CFrame.Angles(-3.1415927410126, 0, 1.5707963705063)
  4378. weebshit16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4379. weebshit16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4380. weebshit16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4381. weebshit16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4382. weebshit16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4383. weebshit16.Size = Vector3.new(0.1, 0.05,0.05) --0.65, 0.65
  4384. weebshit16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4385. weebshit16.Anchored = false
  4386. weebshit16.BrickColor = BrickColor.new("Really black")
  4387. weebshit16.Friction = 0.30000001192093
  4388. weebshit16.Shape = Enum.PartType.Cylinder
  4389. weebshit16.Name = "top cap"
  4390. weebshit16.Parent = weebshit1
  4391. local weld = Instance.new('Weld',weebshit16)
  4392. weld.Part0 = weebshit16
  4393. weld.Part1 = handle
  4394. weld.C1 = CFrame.new(0.6, 0, 0, 1.00000048, 0, 0, 0, 1, 0, 0, 0, 1.00000048)
  4395. --weld,part,endsize,endpos,amntime
  4396. grow(weld,weebshit16,Vector3.new(0.1,0.65,0.65),CFrame.new(0.6, 0, 0, 1.00000048, 0, 0, 0, 1, 0, 0, 0, 1.00000048),0.1)
  4397.  
  4398. -- 8 - blade
  4399. local weebshit8 = Instance.new("Part")
  4400. weebshit8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4401. weebshit8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4402. weebshit8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4403. weebshit8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4404. weebshit8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4405. weebshit8.Material = Enum.Material.Metal
  4406. weebshit8.Size = Vector3.new(0.23,0.05, 0.1)
  4407. weebshit8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4408. weebshit8.Anchored = false
  4409. weebshit8.BrickColor = BrickColor.new("Dark stone grey")
  4410. weebshit8.Friction = 0.30000001192093
  4411. weebshit8.Shape = Enum.PartType.Block
  4412. weebshit8.Name = "blade"
  4413. weebshit8.Parent = weebshit1
  4414. weebshit8:BreakJoints()
  4415. local bld1 = weebshit8
  4416. local weld2 = Instance.new('Weld',weebshit8)
  4417. weld2.Part0 = weebshit8
  4418. weld2.Part1 = handle
  4419. weld2.C1 = CFrame.new(0.75, 0, 0) * CFrame.Angles(math.rad(180), 0, math.rad(-90))
  4420. local coru=coroutine.wrap(function()
  4421. grow(weld2,weebshit8,Vector3.new(0.23,1.17,0.1),CFrame.new(1.25, 0, 0) * CFrame.Angles(math.rad(180), 0, math.rad(-90)),0.05)
  4422. end)
  4423. coru()
  4424.  
  4425. -- 9 - blade
  4426. local weebshit9 = Instance.new("Part")
  4427. weebshit9.CFrame = CFrame.new(Vector3.new(206.475388, 13.3372736, 5.00158167)) * CFrame.Angles(-0, 0, 0.052359949797392)
  4428. weebshit9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4429. weebshit9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4430. weebshit9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4431. weebshit9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4432. weebshit9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4433. weebshit9.Material = Enum.Material.Metal
  4434. weebshit9.Size = Vector3.new(0.100000009, 0.05, 0.0500000007)
  4435. weebshit9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4436. weebshit9.Anchored = false
  4437. weebshit9.BrickColor = BrickColor.new("Pearl")
  4438. weebshit9.Friction = 0.30000001192093
  4439. weebshit9.Shape = Enum.PartType.Block
  4440. weebshit9.Name = "blade"
  4441. weebshit9.Parent = weebshit8
  4442. local bld2 = weebshit9
  4443. local weld3 = Instance.new('Weld',weebshit9)
  4444. weld3.Part0 = weebshit9
  4445. weld3.Part1 = weebshit8
  4446. weld3.C1 = CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0)
  4447. grow(weld3,weebshit9,Vector3.new(0.100000009, 1.17, 0.0500000007),CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0),0.05)
  4448. -- 10 - blade
  4449. local weebshit10 = Instance.new("Part")
  4450. weebshit10.CFrame = CFrame.new(Vector3.new(206.26973, 14.458313, 5)) * CFrame.Angles(-0, 0, 0.10472027212381)
  4451. weebshit10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4452. weebshit10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4453. weebshit10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4454. weebshit10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4455. weebshit10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4456. weebshit10.Material = Enum.Material.Metal
  4457. weebshit10.Size = Vector3.new(0.229999945, 0.05, 0.100000009)
  4458. weebshit10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4459. weebshit10.Anchored = false
  4460. weebshit10.BrickColor = BrickColor.new("Dark stone grey")
  4461. weebshit10.Friction = 0.30000001192093
  4462. weebshit10.Shape = Enum.PartType.Block
  4463. weebshit10.Name = "blade"
  4464. weebshit10.Parent = weebshit1
  4465. local weld4 = Instance.new('Weld',weebshit10)
  4466. weld4.Part0 = weebshit10
  4467. weld4.Part1 = weebshit8
  4468. weld4.C1 = CFrame.new(-0.01, 0.55, -1.14440918e-05, 0.998631477, 0.0523363762, -1.25522347e-05, 0.0523363687, -0.998631358, -8.97663813e-06, -1.3056685e-05, 8.01841452e-06, -1.00000095)
  4469. local coru=coroutine.wrap(function()
  4470. grow(weld4,weebshit10,Vector3.new(0.23,1.17,0.1),CFrame.new(-0.0285797119, 1.14634609, -1.14440918e-05, 0.998631477, 0.0523363762, -1.25522347e-05, 0.0523363687, -0.998631358, -8.97663813e-06, -1.3056685e-05, 8.01841452e-06, -1.00000095),0.1)
  4471. end)
  4472. coru()
  4473. -- 11 - blade
  4474. local weebshit11 = Instance.new("Part")
  4475. weebshit11.CFrame = CFrame.new(Vector3.new(206.384079, 14.4703341, 5.00158167)) * CFrame.Angles(-0, 0, 0.10472027212381)
  4476. weebshit11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4477. weebshit11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4478. weebshit11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4479. weebshit11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4480. weebshit11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4481. weebshit11.Material = Enum.Material.Metal
  4482. weebshit11.Size = Vector3.new(0.100000009, 0.05, 0.0500000007)
  4483. weebshit11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4484. weebshit11.Anchored = false
  4485. weebshit11.BrickColor = BrickColor.new("Pearl")
  4486. weebshit11.Friction = 0.30000001192093
  4487. weebshit11.Shape = Enum.PartType.Block
  4488. weebshit11.Name = "blade"
  4489. weebshit11.Parent = weebshit1
  4490. local weld5 = Instance.new('Weld',weebshit10)
  4491. weld5.Part0 = weebshit10
  4492. weld5.Part1 = weebshit11
  4493. weld5.C1 = CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0)
  4494. grow(weld5,weebshit11,Vector3.new(0.100000009, 1.16999841, 0.0500000007),CFrame.new(-0.11, 0, 0) * CFrame.Angles(0, 0, 0),0.1)
  4495.  
  4496. -- 15 - blade
  4497. local weebshit15 = Instance.new("Part")
  4498. weebshit15.CFrame = CFrame.new(Vector3.new(206.36055, 13.3312511, 5)) * CFrame.Angles(-0, 0, 0.052359949797392)
  4499. weebshit15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4500. weebshit15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4501. weebshit15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4502. weebshit15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4503. weebshit15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4504. weebshit15.Material = Enum.Material.Metal
  4505. weebshit15.Size = Vector3.new(0.229999945, 0.55, 0.100000009)
  4506. weebshit15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4507. weebshit15.Anchored = false
  4508. weebshit15.BrickColor = BrickColor.new("Dark stone grey")
  4509. weebshit15.Friction = 0.30000001192093
  4510. weebshit15.Shape = Enum.PartType.Block
  4511. weebshit15.Name = "blade"
  4512. weebshit15.Parent = weebshit1
  4513. local weld6 = Instance.new('Weld',weebshit15)
  4514. weld6.Part0 = weebshit15
  4515. weld6.Part1 = weebshit10
  4516. weld6.C1 = CFrame.new(-0.01, -0.55, 0, 0.99863112, -0.0523363762, 5.34574838e-07, -0.0523363203, -0.998631358, 9.75034527e-06, 9.04611142e-08, -1.00508332e-05, -1.0000006)
  4517. local coru=coroutine.wrap(function()
  4518. grow(weld6,weebshit15,Vector3.new(0.229999945, 1.17000151, 0.100000009),CFrame.new(-0.0274810791, -1.13038063, 0, 0.99863112, -0.0523363762, 5.34574838e-07, -0.0523363203, -0.998631358, 9.75034527e-06, 9.04611142e-08, -1.00508332e-05, -1.0000006),0.1)
  4519. end)
  4520. coru()
  4521.  
  4522. -- 12 - blade
  4523. local weebshit12 = Instance.new("Part")
  4524. weebshit12.CFrame = CFrame.new(Vector3.new(206.50705, 12.1849957, 5.00158167)) * CFrame.Angles(-0, 0, -0)
  4525. weebshit12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4526. weebshit12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4527. weebshit12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4528. weebshit12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4529. weebshit12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4530. weebshit12.Material = Enum.Material.Metal
  4531. weebshit12.Size = Vector3.new(0.100000009, 0.05, 0.0500000007)
  4532. weebshit12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4533. weebshit12.Anchored = false
  4534. weebshit12.BrickColor = BrickColor.new("Pearl")
  4535. weebshit12.Friction = 0.30000001192093
  4536. weebshit12.Shape = Enum.PartType.Block
  4537. weebshit12.Name = "blade"
  4538. weebshit12.Parent = weebshit1
  4539. local weld7 = Instance.new('Weld',weebshit12)
  4540. weld7.Part0 = weebshit12
  4541. weld7.Part1 = weebshit15
  4542. weld7.C1 = CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0)
  4543. grow(weld7,weebshit12,Vector3.new(0.100000009, 1.16999841, 0.0500000007),CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0),0.1)
  4544.  
  4545. -- 14 - blade
  4546. local weebshit14 = Instance.new("Part")
  4547. weebshit14.CFrame = CFrame.new(Vector3.new(206.155365, 15.3628922, 5)) * CFrame.Angles(-0, 0, 0.15708021819592)
  4548. weebshit14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4549. weebshit14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4550. weebshit14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4551. weebshit14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4552. weebshit14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4553. weebshit14.Material = Enum.Material.Metal
  4554. weebshit14.Size = Vector3.new(0.229999945, 0.05, 0.100000009)
  4555. weebshit14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4556. weebshit14.Anchored = false
  4557. weebshit14.BrickColor = BrickColor.new("Dark stone grey")
  4558. weebshit14.Friction = 0.30000001192093
  4559. weebshit14.Shape = Enum.PartType.Block
  4560. weebshit14.Name = "blade"
  4561. weebshit14.Parent = weebshit1
  4562. local weld8 = Instance.new('Weld',weebshit14)
  4563. weld8.Part0 = weebshit14
  4564. weld8.Part1 = weebshit15
  4565. weld8.C1 = CFrame.new(-0.01, 0.45, -1.43051147e-06, 0.99862963, 0.0522801876, -1.10407145e-05, 0.0522794127, 0.998632491, -1.50609173e-06, 8.47656065e-06, 1.7598054e-06, 1)
  4566. local coru=coroutine.wrap(function()
  4567. grow(weld8,weebshit14,Vector3.new(0.229999945, 0.700001657, 0.100000009),CFrame.new(-0.0191650391, 0.911635399, -1.43051147e-06, 0.99862963, 0.0522801876, -1.10407145e-05, 0.0522794127, 0.998632491, -1.50609173e-06, 8.47656065e-06, 1.7598054e-06, 1),0.1)
  4568. end)
  4569. coru()
  4570.  
  4571. -- 13 - blade
  4572. local weebshit13 = Instance.new("Part")
  4573. weebshit13.CFrame = CFrame.new(Vector3.new(206.268967, 15.3808832, 5.00158167)) * CFrame.Angles(-0, 0, 0.15708021819592)
  4574. weebshit13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4575. weebshit13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4576. weebshit13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4577. weebshit13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4578. weebshit13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4579. weebshit13.Material = Enum.Material.Metal
  4580. weebshit13.Size = Vector3.new(0.100000009, 0.05, 0.0500000007)
  4581. weebshit13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4582. weebshit13.Anchored = false
  4583. weebshit13.BrickColor = BrickColor.new("Pearl")
  4584. weebshit13.Friction = 0.30000001192093
  4585. weebshit13.Shape = Enum.PartType.Block
  4586. weebshit13.Name = "blade"
  4587. weebshit13.Parent = weebshit1
  4588. local weld9 = Instance.new('Weld',weebshit13)
  4589. weld9.Part0 = weebshit13
  4590. weld9.Part1 = weebshit14
  4591. weld9.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0)
  4592. grow(weld9,weebshit13,Vector3.new(0.100000009, 0.699998796, 0.0500000007),CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0),0.1)
  4593.  
  4594. -- 18 - blade
  4595. local weebshit18 = Instance.new("WedgePart")
  4596. weebshit18.CFrame = CFrame.new(Vector3.new(206.077118, 15.85674, 5)) * CFrame.Angles(1.5707963705063, -1.4137160778046, 1.5707963705063)
  4597. weebshit18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4598. weebshit18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4599. weebshit18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4600. weebshit18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4601. weebshit18.Material = Enum.Material.Metal
  4602. weebshit18.Size = Vector3.new(0.100000009, 0.05, 0.230000108)
  4603. weebshit18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4604. weebshit18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4605. weebshit18.Anchored = false
  4606. weebshit18.BrickColor = BrickColor.new("Dark stone grey")
  4607. weebshit18.Friction = 0.30000001192093
  4608. weebshit18.Name = "blade"
  4609. weebshit18.Parent = weebshit1
  4610. local weld10 = Instance.new('Weld',weebshit18)
  4611. weld10.Part0 = weebshit18
  4612. weld10.Part1 = weebshit14
  4613. weld10.C1 = CFrame.new(-0.015, 0.299937057, 2.86102295e-06)*CFrame.Angles(0,math.rad(-90),0)
  4614. local coru=coroutine.wrap(function()
  4615. grow(weld10,weebshit18,Vector3.new(0.1, 0.3, 0.23),CFrame.new(0, 0.499937057, 2.86102295e-06)*CFrame.Angles(0,math.rad(-90),0),0.1)
  4616. end)
  4617. coru()
  4618.  
  4619. -- 19 - blade
  4620. local weebshit19 = Instance.new("WedgePart")
  4621. weebshit19.CFrame = CFrame.new(Vector3.new(206.096375, 15.8952179, 5.00177383)) * CFrame.Angles(1.5707963705063, -1.4137160778046, 1.5707963705063)
  4622. weebshit19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4623. weebshit19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4624. weebshit19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4625. weebshit19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4626. weebshit19.Material = Enum.Material.Metal
  4627. weebshit19.Size = Vector3.new(0.0500000007, 0.05, 0.280000091)
  4628. weebshit19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4629. weebshit19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4630. weebshit19.Anchored = false
  4631. weebshit19.BrickColor = BrickColor.new("Pearl")
  4632. weebshit19.Friction = 0.30000001192093
  4633. weebshit19.Name = "blade"
  4634. weebshit19.Parent = weebshit1
  4635. local weld11 = Instance.new('Weld',weebshit19)
  4636. weld11.Part0 = weebshit19
  4637. weld11.Part1 = weebshit18
  4638. weld11.C1 = CFrame.new(0, 0, -0.029) * CFrame.Angles(0, 0, 0)
  4639. local coru=coroutine.wrap(function()
  4640. grow(weld11,weebshit19,Vector3.new(0.05, 0.37, 0.28),CFrame.new(0, 0.011, -0.029) * CFrame.Angles(0, 0, 0),0.1)
  4641. end)
  4642. coru()
  4643. end
  4644.  
  4645. function gunmode()
  4646. working = true
  4647.  
  4648. working = false
  4649. end
  4650.  
  4651. function knifemode()
  4652. blademode = "knife"
  4653. -- 6 - thicc cap
  4654. local obj6 = Instance.new("Part")
  4655. obj6.CFrame = CFrame.new(Vector3.new(202.399948, 10.5999813, 5.00099993)) * CFrame.Angles(-0, 0, 3.5017728805542e-07)
  4656. obj6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4657. obj6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4658. obj6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4659. obj6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4660. obj6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4661. obj6.Size = Vector3.new(0.3, 0.3, 0.3)
  4662. obj6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4663. obj6.Anchored = false
  4664. obj6.BrickColor = BrickColor.new("Really black")
  4665. obj6.Friction = 0.30000001192093
  4666. obj6.Shape = Enum.PartType.Ball
  4667. obj6.Name = "thicc cap"
  4668. obj6.Parent = handle
  4669. local weld2 = Instance.new('Weld',obj6)
  4670. weld2.Part0 = obj6
  4671. weld2.Part1 = handle
  4672. weld2.C0 = CFrame.new(0.4, 0, 0)
  4673. grow(weld2,obj6,Vector3.new(0.3, 0.3, 0.3),CFrame.new(-0.15, 0, 0),0.1)
  4674.  
  4675. -- 8 - thicc top cap
  4676. local obj8 = Instance.new("Part")
  4677. obj8.CFrame = CFrame.new(Vector3.new(202.399963, 11.3000078, 5.00099993)) * CFrame.Angles(-0, 0, 3.5017728805542e-07)
  4678. obj8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4679. obj8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4680. obj8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4681. obj8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4682. obj8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4683. obj8.Size = Vector3.new(0.3, 0.3, 0.3)
  4684. obj8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4685. obj8.Anchored = false
  4686. obj8.BrickColor = BrickColor.new("Really black")
  4687. obj8.Friction = 0.30000001192093
  4688. obj8.Shape = Enum.PartType.Ball
  4689. obj8.Name = "thicc top cap"
  4690. obj8.Parent = handle
  4691. local weld1 = Instance.new('Weld',obj8)
  4692. weld1.Part0 = obj8
  4693. weld1.Part1 = handle
  4694. weld1.C0 = CFrame.new(-0.4, 0, 0)
  4695. grow(weld1,obj8,Vector3.new(0.3, 0.3, 0.3),CFrame.new(0.15, 0, 0),0.1)
  4696. -- 4 - thicc blade
  4697. local obj4 = Instance.new("Part")
  4698. obj4.CFrame = CFrame.new(Vector3.new(202.40007, 12.1600046, 5.00099707)) * CFrame.Angles(-0, 0, -0)
  4699. obj4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4700. obj4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4701. obj4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4702. obj4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4703. obj4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4704. obj4.Material = Enum.Material.Metal
  4705. obj4.Size = Vector3.new(0.23, 0.1, 0.1)
  4706. obj4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4707. obj4.Anchored = false
  4708. obj4.BrickColor = BrickColor.new("Dark stone grey")
  4709. obj4.Friction = 0.30000001192093
  4710. obj4.Shape = Enum.PartType.Block
  4711. obj4.Name = "blade"
  4712. obj4.Parent = handle
  4713. local weld4 = Instance.new('Weld',obj4)
  4714. weld4.Part0 = obj4
  4715. weld4.Part1 = handle
  4716. weld4.C0 = CFrame.new(0, -0.535, 0)*CFrame.Angles(0,0,math.rad(90))
  4717. local coru=coroutine.wrap(function()
  4718. grow(weld4,obj4,Vector3.new(0.23, 1.19, 0.1),CFrame.new(0.5, 0, 0),0.1)
  4719. end)
  4720. coru()
  4721.  
  4722. -- 5 - thicc blade
  4723. local obj5 = Instance.new("Part")
  4724. obj5.CFrame = CFrame.new(Vector3.new(202.507141, 12.1749954, 5.00158167)) * CFrame.Angles(-0, 0, -0)
  4725. obj5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4726. obj5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4727. obj5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4728. obj5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4729. obj5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4730. obj5.Material = Enum.Material.Metal
  4731. obj5.Size = Vector3.new(0.100000009, 0.1, 0.0500000007)
  4732. obj5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4733. obj5.Anchored = false
  4734. obj5.BrickColor = BrickColor.new("Pearl")
  4735. obj5.Friction = 0.30000001192093
  4736. obj5.Shape = Enum.PartType.Block
  4737. obj5.Name = "blade"
  4738. obj5.Parent = handle
  4739. local weld5 = Instance.new('Weld',obj5)
  4740. weld5.Part0 = obj5
  4741. weld5.Part1 = obj4
  4742. weld5.C0 = CFrame.new(0.09, 0, 0)*CFrame.Angles(0,0,0)
  4743. grow(weld5,obj5,Vector3.new(0.1, 1.19, 0.05),CFrame.new(0, 0, 0),0.1)
  4744.  
  4745. -- 3 - thicc blade
  4746. local obj3 = Instance.new("WedgePart")
  4747. obj3.CFrame = CFrame.new(Vector3.new(202.40007, 12.9000006, 5.00099707)) * CFrame.Angles(-0, -1.5707963705063, 0)
  4748. obj3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4749. obj3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4750. obj3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4751. obj3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4752. obj3.Material = Enum.Material.Metal
  4753. obj3.Size = Vector3.new(0.1, 0, 0.23)
  4754. obj3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4755. obj3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4756. obj3.Anchored = false
  4757. obj3.BrickColor = BrickColor.new("Dark stone grey")
  4758. obj3.Friction = 0.30000001192093
  4759. obj3.Name = "blade"
  4760. obj3.Parent = handle
  4761. local weld6 = Instance.new('Weld',obj3)
  4762. weld6.Part0 = obj3
  4763. weld6.Part1 = obj4
  4764. weld6.C0 = CFrame.new(0, -0.595, 0)*CFrame.Angles(math.rad(0),math.rad(270),math.rad(0))
  4765. local coru=coroutine.wrap(function()
  4766. grow(weld6,obj3,Vector3.new(0.1, 0.3, 0.23),CFrame.new(0, 0.15, 0),0.05)
  4767. end)
  4768. coru()
  4769.  
  4770. -- 2 - thicc blade
  4771. local obj2 = Instance.new("WedgePart")
  4772. obj2.CFrame = CFrame.new(Vector3.new(202.423431, 12.9305696, 5.00099707)) * CFrame.Angles(-0, -1.5707963705063, 0)
  4773. obj2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4774. obj2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4775. obj2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4776. obj2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4777. obj2.Material = Enum.Material.Metal
  4778. obj2.Size = Vector3.new(0.05, 0, 0.26)
  4779. obj2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4780. obj2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4781. obj2.Anchored = false
  4782. obj2.BrickColor = BrickColor.new("Lily white")
  4783. obj2.Friction = 0.30000001192093
  4784. obj2.Name = "blade"
  4785. obj2.Parent = handle
  4786. local weld7 = Instance.new('Weld',obj2)
  4787. weld7.Part0 = obj2
  4788. weld7.Part1 = obj4
  4789. weld7.C0 = CFrame.new(0, -0.595, 0)*CFrame.Angles(math.rad(0),math.rad(270),math.rad(0))
  4790. grow(weld7,obj2,Vector3.new(0.05, 0.33, 0.24),CFrame.new(-0.02, 0.165, 0),0.05)
  4791. end
  4792.  
  4793. function raep()
  4794. working = true
  4795. pcall(function()
  4796. local holyshit = Instance.new("Sound", handle)
  4797. holyshit.SoundId = "rbxassetid://345287845"
  4798. holyshit.Volume = 5
  4799. holyshit:Play()
  4800. holyshit.TimePosition = 0.6
  4801. --[[local waitwhatthefuck = Instance.new("Sound", handle)
  4802. waitwhatthefuck.SoundId = "rbxassetid://864314263"
  4803. waitwhatthefuck:Play()]]--
  4804. local coru=coroutine.wrap(function()
  4805. wait(1.95)
  4806. holyshit.TimePosition = 2.8
  4807. end)
  4808. coru()
  4809. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  4810. tweld.Part0 = char.HumanoidRootPart
  4811. tweld.Part1 = char.Torso
  4812. local rweld = Instance.new("Weld", char["Right Arm"])
  4813. rweld.Part0 = char["Torso"]
  4814. rweld.Part1 = char["Right Arm"]
  4815. rweld.C0 = CFrame.new(1.5, 0, 0)
  4816. local lweld = Instance.new("Weld", char["Left Arm"])
  4817. lweld.Part0 = char.Torso
  4818. lweld.Part1 = char["Left Arm"]
  4819. lweld.C0 = CFrame.new(-1.5, 0, 0)
  4820.  
  4821. char.Humanoid.WalkSpeed = 16
  4822.  
  4823. local cor = coroutine.wrap(function()
  4824. lerp(rweld,rweld.C0,CFrame.new(1.75, 0, 0.35) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(50)),0.2)
  4825. end)
  4826. local cor2 = coroutine.wrap(function()
  4827. lerp(tweld,tweld.C0,CFrame.new(0, -0.25, 0) * CFrame.Angles(math.rad(-15), math.rad(-45), math.rad(0)),0.2)
  4828. end)
  4829. cor()
  4830. cor2()
  4831. lerp(lweld,lweld.C0,CFrame.new(-1.75, 0, -0.35) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(-20)),0.2)
  4832.  
  4833. local particl = Instance.new("ParticleEmitter")
  4834. particl.LightEmission = 3
  4835. particl.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(42, 0, 255)), ColorSequenceKeypoint.new(0.25, Color3.fromRGB(248, 153, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 0))})
  4836. particl.LightInfluence = 0.75
  4837. particl.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  4838. particl.Lifetime = NumberRange.new(0.1, 0.5)
  4839. particl.Rate = 50
  4840. particl.RotSpeed = NumberRange.new(300, 300)
  4841. particl.Speed = NumberRange.new(0, 1)
  4842. particl.SpreadAngle = Vector2.new(90, 90)
  4843. particl.Parent = handle
  4844.  
  4845. for i, v in pairs(handle["pink toy"]:GetChildren()) do
  4846. if v:IsA("Part") then
  4847. cooldildo = particl:Clone()
  4848. cooldildo.Parent = v
  4849. end
  4850. end
  4851.  
  4852. particl:Remove()
  4853.  
  4854. wait(1)
  4855. MOAN = true
  4856.  
  4857. char.Humanoid.WalkSpeed = 75
  4858.  
  4859.  
  4860. local cor = coroutine.wrap(function()
  4861. lerp(rweld,rweld.C0,CFrame.new(1.6, 0.5, -0.75) * CFrame.Angles(0, math.rad(55), math.rad(90)),0.06)
  4862. end)
  4863. local cor2 = coroutine.wrap(function()
  4864. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(0)),0.06)
  4865. end)
  4866. local cor3 = coroutine.wrap(function()
  4867. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(270),math.rad(-90),math.rad(180)), 0.06)
  4868. end)
  4869. cor()
  4870. cor2()
  4871. cor3()
  4872. lerp(lweld,lweld.C0,CFrame.new(-1.75, 0, 0.35) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-20)),0.06)
  4873. local omgg = 0
  4874. repeat wait(0.05) omgg = omgg+0.05 until aidsificating ~= nil or omgg > 2
  4875. holyshit:Destroy()
  4876. char.Humanoid.WalkSpeed = 16
  4877. MOAN = false
  4878. if aidsificating == nil then
  4879. for i, v in pairs(handle["pink toy"]:GetChildren()) do
  4880. if v:IsA("Part") then
  4881. v:FindFirstChild("ParticleEmitter"):Destroy()
  4882. end
  4883. end
  4884. local cor = coroutine.wrap(function()
  4885. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.08)
  4886. end)
  4887. local cor2 = coroutine.wrap(function()
  4888. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.08)
  4889. end)
  4890. local cor3 = coroutine.wrap(function()
  4891. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0), 0.08)
  4892. end)
  4893. cor()
  4894. cor2()
  4895. cor3()
  4896. lerp(lweld,lweld.C0,CFrame.new(-1.75, 0, 0.35) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-20)),0.08)
  4897.  
  4898. lweld:Remove()
  4899. rweld:Remove()
  4900. tweld:Remove()
  4901.  
  4902. if torsoclone and char:FindFirstChild("Torso") and char:FindFirstChild("HumanoidRootPart") then
  4903. local clone = torsoclone:Clone()
  4904. clone.Part0 = char.HumanoidRootPart
  4905. clone.Part1 = char.Torso
  4906. clone.Parent = char.HumanoidRootPart
  4907. end
  4908. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  4909. local clone = leftclone:Clone()
  4910. clone.Part0 = char.Torso
  4911. clone.Part1 = char["Left Arm"]
  4912. clone.Parent = char.Torso
  4913. end
  4914. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  4915. local clone = rightclone:Clone()
  4916. clone.Part0 = char.Torso
  4917. clone.Part1 = char["Right Arm"]
  4918. clone.Parent = char.Torso
  4919. end
  4920. else
  4921. pcall(function()
  4922. aidsificating.HumanoidRootPart:Destroy()
  4923. end)
  4924. pcall(function()
  4925. ragdollpart(aidsificating,"Right Arm")
  4926. ragdollpart(aidsificating,"Right Leg")
  4927. ragdollpart(aidsificating,"Left Arm")
  4928. ragdollpart(aidsificating,"Left Leg")
  4929. end)
  4930. pcall(function()
  4931. ragdollpart(aidsificating,"RightUpperArm")
  4932. ragdollpart(aidsificating,"RightUpperLeg")
  4933. ragdollpart(aidsificating,"LeftUpperArm")
  4934. ragdollpart(aidsificating,"LeftUpperLeg")
  4935. end)
  4936. pcall(function()
  4937. local weld = Instance.new('Weld',aidsificating.Torso)
  4938. weld.Part0 = aidsificating.Torso
  4939. weld.Part1 = handle
  4940. weld.C0 = CFrame.new(0.2,-2.5,2)*CFrame.Angles(math.rad(135),0,math.rad(-90))
  4941. for i,v in pairs(handle["pink toy"]:GetChildren()) do
  4942. if v:IsA('BasePart') and v.Name == "stretchlol" then
  4943. v.BrickColor = aidsificating.Torso.BrickColor
  4944. v.Transparency = 0
  4945. end
  4946. end
  4947. end)
  4948. pcall(function()
  4949. local weld = Instance.new('Weld',aidsificating.UpperTorso)
  4950. weld.Part0 = aidsificating.UpperTorso
  4951. weld.Part1 = handle
  4952. weld.C0 = CFrame.new(0.2,-2.5,2)*CFrame.Angles(math.rad(135),0,math.rad(-90))
  4953. for i,v in pairs(handle["pink toy"]:GetChildren()) do
  4954. if v:IsA('BasePart') and v.Name == "stretchlol" then
  4955. v.BrickColor = aidsificating.UpperTorso.BrickColor
  4956. v.Transparency = 0
  4957. end
  4958. end
  4959. end)
  4960. lerp(rweld,rweld.C0,CFrame.new(1.6, 1, -0.5) * CFrame.Angles(0, math.rad(55), math.rad(145)),0.06)
  4961. wait(2)
  4962. for i,v in pairs(aidsificating:GetDescendants()) do
  4963. if v:IsA('Weld') then v:Destroy() end
  4964. end
  4965. pcall(function()
  4966. ragdollpart(aidsificating,"Head")
  4967. end)
  4968. pcall(function()
  4969. local thang = "Torso"
  4970. if aidsificating:FindFirstChild('UpperTorso') then
  4971. thang = "UpperTorso"
  4972. end
  4973. local ayybleed = Instance.new('Part',aidsificating)
  4974. ayybleed.Size = Vector3.new(0.2,0.2,0.2)
  4975. ayybleed.BrickColor = BrickColor.new('Maroon')
  4976. ayybleed.Material = Enum.Material.SmoothPlastic
  4977. ayybleed.Name = "ayybleed"
  4978. ayybleed.CanCollide = false
  4979. ayybleed.Transparency = 1
  4980. ayybleed.CFrame = aidsificating[thang].CFrame
  4981. ayybleed:BreakJoints()
  4982. local attachment1 = Instance.new('Attachment',ayybleed)
  4983. attachment1.Position = Vector3.new(0,-1,0)
  4984. attachment1.Orientation = Vector3.new(180, 0, 0)
  4985. local attachment0 = Instance.new('Attachment',aidsificating[thang])
  4986. if attachment0 and attachment1 then
  4987. local constraint = Instance.new("HingeConstraint")
  4988. constraint.Attachment0 = attachment0
  4989. constraint.Attachment1 = attachment1
  4990. constraint.LimitsEnabled = true
  4991. constraint.UpperAngle = 0
  4992. constraint.LowerAngle = 0
  4993. constraint.Parent = aidsificating
  4994. end
  4995. local bleedBLEED= coroutine.wrap(function()
  4996. bleed(ayybleed,true)
  4997. end)
  4998. bleedBLEED()
  4999. end)
  5000. aidsificating = nil
  5001. pcall(function()
  5002. for i,v in pairs(handle["pink toy"]:GetChildren()) do
  5003. if v:IsA('BasePart') and v.Name == "stretchlol" then
  5004. v.Transparency = 1
  5005. end
  5006. end
  5007. end)
  5008. local cor = coroutine.wrap(function()
  5009. lerp(rweld,rweld.C0,CFrame.new(1.6, -0.25, 0.75) * CFrame.Angles(0, math.rad(55), math.rad(145)),0.04)
  5010. end)
  5011. local cor2 = coroutine.wrap(function()
  5012. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)),0.04)
  5013. end)
  5014. cor()
  5015. cor2()
  5016. lerp(lweld,lweld.C0,CFrame.new(-1.75, 0, 0.35) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-20)),0.04)
  5017. wait(0.1)
  5018. local cor = coroutine.wrap(function()
  5019. lerp(rweld,rweld.C0,CFrame.new(1.6, -0.5, 1) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  5020. end)
  5021. local cor2 = coroutine.wrap(function()
  5022. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)),0.08)
  5023. end)
  5024. local cor3 = coroutine.wrap(function()
  5025. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0), 0.08)
  5026. end)
  5027. cor()
  5028. cor2()
  5029. cor3()
  5030. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.08)
  5031.  
  5032. lweld:Remove()
  5033. rweld:Remove()
  5034. tweld:Remove()
  5035.  
  5036. if torsoclone and char:FindFirstChild("Torso") and char:FindFirstChild("HumanoidRootPart") then
  5037. local clone = torsoclone:Clone()
  5038. clone.Part0 = char.HumanoidRootPart
  5039. clone.Part1 = char.Torso
  5040. clone.Parent = char.HumanoidRootPart
  5041. end
  5042. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  5043. local clone = leftclone:Clone()
  5044. clone.Part0 = char.Torso
  5045. clone.Part1 = char["Left Arm"]
  5046. clone.Parent = char.Torso
  5047. end
  5048. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  5049. local clone = rightclone:Clone()
  5050. clone.Part0 = char.Torso
  5051. clone.Part1 = char["Right Arm"]
  5052. clone.Parent = char.Torso
  5053. end
  5054. end
  5055. end)
  5056. working = false
  5057. end
  5058.  
  5059. function katanaQ()
  5060. working = true
  5061. swinging = true
  5062. gettingeem = true
  5063. pcall(function()
  5064. local rweld = Instance.new("Weld", char["Right Arm"])
  5065. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  5066. pcall(function()
  5067. rweld.Part0 = char["Torso"]
  5068. rweld.Part1 = char["Right Arm"]
  5069. rweld.C0 = CFrame.new(1.5, 0, 0)
  5070. tweld.Part0 = char.HumanoidRootPart
  5071. tweld.Part1 = char.Torso
  5072. end)
  5073.  
  5074. char:FindFirstChildOfClass('Humanoid').WalkSpeed = 100
  5075.  
  5076. local at1 = Instance.new("Attachment", handle)
  5077. local at2 = Instance.new("Attachment", handle)
  5078. at1.Visible = false
  5079. at1.Position = Vector3.new(5, 0, 0)
  5080. at2.Visible = false
  5081. at2.Position = Vector3.new(1, 0, 0)
  5082.  
  5083. local trail = Instance.new("Trail", handle)
  5084. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))})
  5085. trail.LightEmission = 0.25
  5086. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.9), NumberSequenceKeypoint.new(1, 1)})
  5087. trail.Lifetime = 0.10
  5088. trail.MinLength = 0.05
  5089. trail.Attachment0 = at1
  5090. trail.Attachment1 = at2
  5091. local coru=coroutine.wrap(function()
  5092. lerp(rweld,rweld.C0,CFrame.new(1.35, 0.5, -1.2) * CFrame.Angles(0, math.rad(90), math.rad(90)),0.08)
  5093. end)
  5094. coru()
  5095. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(270),math.rad(-90),math.rad(180)), 0.08)
  5096. local ree=0
  5097. while goteem == nil and ree < 1 do
  5098. wait(0.05)
  5099. ree=ree+0.05
  5100. end
  5101. char:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
  5102. gettingeem = false
  5103. swinging = false
  5104. if goteem then
  5105. wait(2)
  5106. pcall(function()
  5107. local sounn = Instance.new("Sound", goteem.Torso)
  5108. local lipp = math.random(1, 3)
  5109. if lipp == 1 then sounn.SoundId = "rbxassetid://444667844" end
  5110. if lipp == 2 then sounn.SoundId = "rbxassetid://444667824" end
  5111. if lipp == 3 then sounn.SoundId = "rbxassetid://444667859" end
  5112. sounn:Play()
  5113. end)
  5114. ragdollpart(goteem,"Head")
  5115. for i,v in pairs(goteem:GetDescendants()) do
  5116. if v:IsA('Weld') then v:Destroy() end
  5117. end
  5118. goteem = nil
  5119. end
  5120. trail:Destroy()
  5121. at1:Destroy()
  5122. at2:Destroy()
  5123. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0), 0.05)
  5124. local cor = coroutine.wrap(function()
  5125. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  5126. end)
  5127. cor()
  5128. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  5129. rweld:Destroy()
  5130. tweld:Destroy()
  5131. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  5132. local clone = rightclone:Clone()
  5133. clone.Part0 = char.Torso
  5134. clone.Part1 = char["Right Arm"]
  5135. clone.Parent = char.Torso
  5136. end
  5137. if torsoclone and char:FindFirstChild('Torso') and char:FindFirstChild('HumanoidRootPart') then
  5138. local clone = torsoclone:Clone()
  5139. clone.Part0 = char.HumanoidRootPart
  5140. clone.Part1 = char.Torso
  5141. clone.Parent = char.HumanoidRootPart
  5142. end
  5143. end)
  5144. swinging = false
  5145. gettingeem = false
  5146. working = false
  5147. end
  5148. local function katanaE()
  5149. working = true
  5150. swinging = true
  5151. SLESH = true
  5152. pcall(function()
  5153. local rweld = Instance.new("Weld", char["Right Arm"])
  5154. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  5155. rweld.Part0 = char["Torso"]
  5156. rweld.Part1 = char["Right Arm"]
  5157. rweld.C0 = CFrame.new(1.5, 0, 0)
  5158. tweld.Part0 = char.HumanoidRootPart
  5159. tweld.Part1 = char.Torso
  5160.  
  5161. char:FindFirstChildOfClass('Humanoid').WalkSpeed = 100
  5162.  
  5163. local at1 = Instance.new("Attachment", handle)
  5164. local at2 = Instance.new("Attachment", handle)
  5165. at1.Visible = false
  5166. at1.Position = Vector3.new(5, 0, 0)
  5167. at2.Visible = false
  5168. at2.Position = Vector3.new(1, 0, 0)
  5169.  
  5170. local trail = Instance.new("Trail", handle)
  5171. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))})
  5172. trail.LightEmission = 0.25
  5173. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.9), NumberSequenceKeypoint.new(1, 1)})
  5174. trail.Lifetime = 0.10
  5175. trail.MinLength = 0.05
  5176. trail.Attachment0 = at1
  5177. trail.Attachment1 = at2
  5178. local coru=coroutine.wrap(function()
  5179. lerp(rweld,rweld.C0,CFrame.new(2, 1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(60)),0.08)
  5180. end)
  5181. coru()
  5182. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(270),math.rad(-270),math.rad(0)), 0.08)
  5183.  
  5184. wait(1)
  5185. char:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
  5186. trail:Destroy()
  5187. at1:Destroy()
  5188. at2:Destroy()
  5189. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0), 0.05)
  5190. local cor = coroutine.wrap(function()
  5191. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  5192. end)
  5193. cor()
  5194. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  5195. rweld:Destroy()
  5196. tweld:Destroy()
  5197. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  5198. local clone = rightclone:Clone()
  5199. clone.Part0 = char.Torso
  5200. clone.Part1 = char["Right Arm"]
  5201. clone.Parent = char.Torso
  5202. end
  5203. if torsoclone and char:FindFirstChild('Torso') and char:FindFirstChild('HumanoidRootPart') then
  5204. local clone = torsoclone:Clone()
  5205. clone.Part0 = char.HumanoidRootPart
  5206. clone.Part1 = char.Torso
  5207. clone.Parent = char.HumanoidRootPart
  5208. end
  5209. end)
  5210. swinging = false
  5211. SLESH = false
  5212. working = false
  5213. end
  5214.  
  5215. function begoneTHOUGHT()
  5216. working = true
  5217. pcall(function()
  5218. local thott = Instance.new("Sound", char)
  5219. thott.SoundId = "rbxassetid://949916584"
  5220. thott.Volume = 1
  5221. thott.TimePosition = 0.5
  5222. thott.PlaybackSpeed = 1
  5223. thott.EmitterSize = player.CameraMaxZoomDistance+1
  5224. thott.MaxDistance = player.CameraMaxZoomDistance+1
  5225. thott:Play()
  5226.  
  5227. local rweld = Instance.new("Weld", char["Right Arm"])
  5228. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  5229. rweld.Part0 = char["Torso"]
  5230. rweld.Part1 = char["Right Arm"]
  5231. rweld.C0 = CFrame.new(1.5, 0, 0)
  5232. tweld.Part0 = char.HumanoidRootPart
  5233. tweld.Part1 = char.Torso
  5234.  
  5235. local coru=coroutine.wrap(function()
  5236. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)),0.25)
  5237. end)
  5238. coru()
  5239. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0),math.rad(-45),math.rad(0)), 0.25)
  5240.  
  5241. wait(0.5)
  5242. local thote = Instance.new("Sound", char.Head)
  5243. thote.SoundId = "rbxassetid://358498516"
  5244. thote.Volume = 1
  5245. thote:Play()
  5246.  
  5247.  
  5248.  
  5249. local coru=coroutine.wrap(function()
  5250. lerp(rweld,rweld.C0,CFrame.new(2, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)),0.04)
  5251. end)
  5252. coru()
  5253. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0),math.rad(90),math.rad(0)), 0.04)
  5254. wait(0.04)
  5255. local ree = Instance.new('Part',workspace)
  5256. ree.Shape = Enum.PartType.Cylinder
  5257. ree.CanCollide = false
  5258. ree.Anchored = false
  5259. ree.Size = Vector3.new(0.5,2,2)
  5260. ree.TopSurface = Enum.SurfaceType.Smooth
  5261. ree.BottomSurface = Enum.SurfaceType.Smooth
  5262. ree.Transparency = 0.8
  5263. ree.Material =Enum.Material.Neon
  5264. ree.BrickColor = BrickColor.new('Toothpaste')
  5265. ree.CFrame = handle.CFrame*CFrame.Angles(0,0,math.rad(90))
  5266. ree:BreakJoints()
  5267. local reee = Instance.new("Sound", ree)
  5268. reee.SoundId = "rbxassetid://138677306"
  5269. reee:Play()
  5270. local heck = Instance.new('BodyVelocity',ree)
  5271. heck.Velocity = ree.CFrame.rightVector*50
  5272. heck.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  5273. local coru=coroutine.wrap(function()
  5274. for i=1,21 do
  5275. local cf = ree.CFrame
  5276. ree.Size = ree.Size+Vector3.new(0,2,2)
  5277. ree.CFrame = cf
  5278. wait()
  5279. end
  5280. for i=1,4 do
  5281. local cf = ree.CFrame
  5282. ree.Size = ree.Size+Vector3.new(0,2,2)
  5283. ree.CFrame = cf
  5284. ree.Transparency = ree.Transparency + 0.05
  5285. wait()
  5286. end
  5287. ree:Destroy()
  5288. end)
  5289. coru()
  5290. ree.Touched:connect(function(hit)
  5291. if hit.Parent and hit.Parent ~= char and hit.Parent:FindFirstChildOfClass('Humanoid') then
  5292. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 100
  5293. ragdollpart(hit.Parent,"Head")
  5294. end
  5295. end)
  5296. wait(0.5)
  5297. local coru=coroutine.wrap(function()
  5298. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.8)
  5299. end)
  5300. coru()
  5301. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.8)
  5302.  
  5303. rweld:Destroy()
  5304. tweld:Destroy()
  5305. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  5306. local clone = rightclone:Clone()
  5307. clone.Part0 = char.Torso
  5308. clone.Part1 = char["Right Arm"]
  5309. clone.Parent = char.Torso
  5310. end
  5311. if torsoclone and char:FindFirstChild('Torso') and char:FindFirstChild('HumanoidRootPart') then
  5312. local clone = torsoclone:Clone()
  5313. clone.Part0 = char.HumanoidRootPart
  5314. clone.Part1 = char.Torso
  5315. clone.Parent = char.HumanoidRootPart
  5316. end
  5317. end)
  5318. working = false
  5319. end
  5320.  
  5321. function katanaswing()
  5322. working = true
  5323. pcall(function()
  5324. local rweld = Instance.new("Weld", char["Right Arm"])
  5325. local lweld = Instance.new("Weld", char["Left Arm"])
  5326. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  5327. rweld.Part0 = char["Torso"]
  5328. rweld.Part1 = char["Right Arm"]
  5329. rweld.C0 = CFrame.new(1.5, 0, 0)
  5330. lweld.Part0 = char.Torso
  5331. lweld.Part1 = char["Left Arm"]
  5332. lweld.C0 = CFrame.new(-1.5, 0, 0)
  5333. tweld.Part0 = char.HumanoidRootPart
  5334. tweld.Part1 = char.Torso
  5335.  
  5336. local cor = coroutine.wrap(function()
  5337. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(45), 0),0.08)
  5338. end)
  5339. cor()
  5340. lerp(rweld,rweld.C0,CFrame.new(1.35, 0.5, -1.2) * CFrame.Angles(0, math.rad(110), math.rad(90)),0.08)
  5341. wait(0.2)
  5342. local at1 = Instance.new("Attachment", handle)
  5343. local at2 = Instance.new("Attachment", handle)
  5344. at1.Visible = false
  5345. at1.Position = Vector3.new(5, 0, 0)
  5346. at2.Visible = false
  5347. at2.Position = Vector3.new(1, 0, 0)
  5348.  
  5349. local trail = Instance.new("Trail", handle)
  5350. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, trail.Parent.Color), ColorSequenceKeypoint.new(1, trail.Parent.Color)})
  5351. trail.LightEmission = 0.25
  5352. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.9), NumberSequenceKeypoint.new(1, 1)})
  5353. trail.Lifetime = 0.10
  5354. trail.MinLength = 0.05
  5355. trail.Attachment0 = at1
  5356. trail.Attachment1 = at2
  5357.  
  5358. swinging = true
  5359.  
  5360. local cor = coroutine.wrap(function()
  5361. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-45), 0),0.04)
  5362. end)
  5363. cor()
  5364. lerp(rweld,rweld.C0,CFrame.new(2, 0.5, 0) * CFrame.Angles(0, math.rad(0), math.rad(90)),0.04)
  5365. wait(0.2)
  5366. swinging = false
  5367. trail:Destroy()
  5368. at1:Destroy()
  5369. at2:Destroy()
  5370. local cor = coroutine.wrap(function()
  5371. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  5372. end)
  5373. cor()
  5374. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  5375. rweld:Destroy()
  5376. lweld:Destroy()
  5377. tweld:Destroy()
  5378. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  5379. local clone = rightclone:Clone()
  5380. clone.Part0 = char.Torso
  5381. clone.Part1 = char["Right Arm"]
  5382. clone.Parent = char.Torso
  5383. end
  5384. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  5385. local clone = leftclone:Clone()
  5386. clone.Part0 = char.Torso
  5387. clone.Part1 = char["Left Arm"]
  5388. clone.Parent = char.Torso
  5389. end
  5390. if torsoclone and char:FindFirstChild('Torso') and char:FindFirstChild('HumanoidRootPart') then
  5391. local clone = torsoclone:Clone()
  5392. clone.Part0 = char.HumanoidRootPart
  5393. clone.Part1 = char.Torso
  5394. clone.Parent = char.HumanoidRootPart
  5395. end
  5396. end)
  5397. working = false
  5398. end
  5399.  
  5400. function throw()
  5401. working = true
  5402. pcall(function()
  5403. local rweld = char["Right Arm"]:FindFirstChild("Weld")
  5404. local lweld = char["Left Arm"]:FindFirstChild("Weld")
  5405. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  5406. tweld.Part0 = char.HumanoidRootPart
  5407. tweld.Part1 = char.Torso
  5408. local throwsound = Instance.new("Sound", char.Head)
  5409. throwsound.SoundId = "rbxassetid://711753382"
  5410. throwsound.PlaybackSpeed = 0.75
  5411.  
  5412. local cor = coroutine.wrap(function()
  5413. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-30), 0),0.04)
  5414. end)
  5415. local cor2 = coroutine.wrap(function()
  5416. lerp(rweld,rweld.C0,CFrame.new(1.5, 0.15, 0.4) * CFrame.Angles(0, math.rad(-30), math.rad(15)),0.04)
  5417. end)
  5418. cor()
  5419. cor2()
  5420. grabweld:Remove()
  5421. throwsound:Play()
  5422.  
  5423. local throwvel = Instance.new("BodyThrust")
  5424. throwvel.Force = Vector3.new(0, 3000, -2000)
  5425. pcall(function()
  5426. throwvel.Parent = grabbed.Torso
  5427. end)
  5428. pcall(function()
  5429. throwvel.Parent = grabbed.UpperTorso
  5430. end)
  5431.  
  5432. lerp(lweld,lweld.C0,CFrame.new(-1.3, 0.7, -1) * CFrame.Angles(0, math.rad(-70), math.rad(-105)),0.04)
  5433. wait(0.15)
  5434. throwvel:Remove()
  5435. local cor = coroutine.wrap(function()
  5436. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  5437. end)
  5438. local cor2 = coroutine.wrap(function()
  5439. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  5440. end)
  5441. cor()
  5442. cor2()
  5443. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  5444. lweld:Remove()
  5445. rweld:Remove()
  5446. tweld:Remove()
  5447. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  5448. local clone = rightclone:Clone()
  5449. clone.Part0 = char.Torso
  5450. clone.Part1 = char["Right Arm"]
  5451. clone.Parent = char.Torso
  5452. end
  5453. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  5454. local clone = leftclone:Clone()
  5455. clone.Part0 = char.Torso
  5456. clone.Part1 = char["Left Arm"]
  5457. clone.Parent = char.Torso
  5458. end
  5459. if torsoclone and char:FindFirstChild('Torso') and char:FindFirstChild('HumanoidRootPart') then
  5460. local clone = torsoclone:Clone()
  5461. clone.Part0 = char.HumanoidRootPart
  5462. clone.Part1 = char.Torso
  5463. clone.Parent = char.HumanoidRootPart
  5464. end
  5465. local lolgrabbed = grabbed
  5466. spawn(function()
  5467. wait(2)
  5468. unstun(lolgrabbed)
  5469. end)
  5470. end)
  5471. grabbed = nil
  5472. working = false
  5473. end
  5474.  
  5475. function whoosh(vroom)
  5476. vroom.Parent = workspace
  5477. vroom.Name = "Projectile"
  5478. vroom.CFrame = CFrame.new(char.Head.CFrame.p,mouse.Hit.p)*CFrame.Angles(math.rad(0),math.rad(90),math.rad(0))
  5479. vroom.Anchored = true
  5480. vroom.Velocity = Vector3.new(0,0,0)
  5481. vroom.RotVelocity = Vector3.new(0,0,0)
  5482. vroom.Anchored = false
  5483. game:GetService('Debris'):AddItem(vroom,10)
  5484. local flyy = Instance.new('BodyVelocity',vroom)
  5485. flyy.Velocity = vroom.CFrame.rightVector*200
  5486. local touched = false
  5487. for i,v in pairs(vroom:GetChildren()) do
  5488. if v:IsA('BasePart') then
  5489. v.Touched:connect(function(hit)
  5490. local pos = vroom.CFrame
  5491. if touched == false then
  5492. if hit and hit.Parent and hit.Transparency ~= 1 and hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent~= char then
  5493. touched = true
  5494. local before = hit.Anchored
  5495. vroom.Anchored = true
  5496. vroom.Velocity = Vector3.new(0,0,0)
  5497. vroom.RotVelocity = Vector3.new(0,0,0)
  5498. vroom.CFrame = vroom.CFrame-(vroom.CFrame.rightVector)
  5499. hit.Anchored = true
  5500. flyy:Destroy()
  5501. pcall(function()
  5502. local weld = Instance.new('Weld',hit)
  5503. weld.Part0 = hit
  5504. weld.Part1 = vroom
  5505. weld.C0 = hit.CFrame:toObjectSpace(vroom.CFrame)
  5506. local ayybleed = Instance.new('Part',hit)
  5507. ayybleed.Size = Vector3.new(0.2,0.2,0.2)
  5508. ayybleed.BrickColor = BrickColor.new('Maroon')
  5509. ayybleed.Material = Enum.Material.SmoothPlastic
  5510. ayybleed.Name = "ayybleed"
  5511. ayybleed.CanCollide = false
  5512. ayybleed.Transparency = 1
  5513. ayybleed.CFrame = hit.CFrame
  5514. ayybleed:BreakJoints()
  5515. local attachment1 = Instance.new('Attachment',ayybleed)
  5516. local attachment0 = Instance.new('Attachment',hit)
  5517. for i,v in pairs(vroom:GetChildren()) do
  5518. if v.Name == "blade" and v.Size == Vector3.new(0.23, 1.19, 0.1) then
  5519. v.Name = "REEEE"
  5520. end
  5521. end
  5522. attachment1.Orientation = vroom["REEEE"].Orientation+Vector3.new(90,0,0)
  5523. attachment0.Position = hit.CFrame:toObjectSpace(vroom["REEEE"].CFrame).p-(hit.CFrame:toObjectSpace(vroom["REEEE"].CFrame).upVector)
  5524. if attachment0 and attachment1 then
  5525. local constraint = Instance.new("HingeConstraint")
  5526. constraint.Attachment0 = attachment0
  5527. constraint.Attachment1 = attachment1
  5528. constraint.LimitsEnabled = true
  5529. constraint.UpperAngle = 0
  5530. constraint.LowerAngle = 0
  5531. constraint.Parent = attachment0
  5532. end
  5533. local bleedBLEED= coroutine.wrap(function()
  5534. bleed(ayybleed)
  5535. end)
  5536. bleedBLEED()
  5537. if hit.Name ~= "Head" and hit.Name ~= "UpperTorso" and hit.Name ~= "Torso" and hit.Name ~= "LowerTorso" then
  5538. game:GetService('Debris'):AddItem(ayybleed,7.5)
  5539. end
  5540. end)
  5541. hit.Anchored = before
  5542. vroom.Anchored = false
  5543. vroom.CanCollide = true
  5544. pcall(function()
  5545. vroom:FindFirstChildOfClass('Trail'):Destroy()
  5546. end)
  5547. for i,v in pairs(vroom:GetChildren()) do
  5548. if v:IsA('BasePart') then
  5549. v.CanCollide = true
  5550. end
  5551. end
  5552. if hit.Name == "Head" or hit.Name == "UpperTorso" or hit.Name == "Torso" or hit.Name == "LowerTorso" then
  5553. pcall(function()
  5554. hit.Parent.HumanoidRootPart:Destroy()
  5555. end)
  5556. pcall(function()
  5557. ragdollpart(hit.Parent,"Left Arm")
  5558. ragdollpart(hit.Parent,"Left Leg")
  5559. ragdollpart(hit.Parent,"Right Arm")
  5560. ragdollpart(hit.Parent,"Right Leg")
  5561. end)
  5562. pcall(function()
  5563. ragdollpart(hit.Parent,"LeftUpperLeg")
  5564. ragdollpart(hit.Parent,"RightUpperLeg")
  5565. ragdollpart(hit.Parent,"LeftUpperArm")
  5566. ragdollpart(hit.Parent,"RightUpperArm")
  5567. end)
  5568. spawn(function()
  5569. wait(5)
  5570. ragdollpart(hit.Parent,"Head")
  5571. end)
  5572. else
  5573. pcall(function()
  5574. ragdollpart(hit.Parent,hit.Name)
  5575. end)
  5576. end
  5577. elseif hit and hit.CanCollide == true and hit.Parent and hit.Parent ~= char then
  5578. touched = true
  5579. local before = hit.Anchored
  5580. vroom.Anchored = true
  5581. vroom.Velocity = Vector3.new(0,0,0)
  5582. vroom.RotVelocity = Vector3.new(0,0,0)
  5583. hit.Anchored = true
  5584. flyy:Destroy()
  5585. vroom.CFrame = vroom.CFrame-vroom.CFrame.rightVector
  5586. pcall(function()
  5587. local weld = Instance.new('Weld',hit)
  5588. weld.Part0 = hit
  5589. weld.Part1 = vroom
  5590. weld.C0 = hit.CFrame:toObjectSpace(vroom.CFrame)
  5591. end)
  5592. pcall(function()
  5593. vroom:FindFirstChildOfClass('Trail'):Destroy()
  5594. end)
  5595. hit.Anchored = before
  5596. vroom.Anchored = false
  5597. end
  5598. end
  5599. end)
  5600. end
  5601. end
  5602. end
  5603.  
  5604. function fling()
  5605. working = true
  5606. pcall(function()
  5607. local rweld = Instance.new("Weld", char["Right Arm"])
  5608. local lweld = Instance.new("Weld", char["Left Arm"])
  5609. rweld.Part0 = char["Torso"]
  5610. rweld.Part1 = char["Right Arm"]
  5611. rweld.C0 = CFrame.new(1.5, 0, 0)
  5612. lweld.Part0 = char.Torso
  5613. lweld.Part1 = char["Left Arm"]
  5614. lweld.C0 = CFrame.new(-1.5, 0, 0)
  5615. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  5616. tweld.Part0 = char.HumanoidRootPart
  5617. tweld.Part1 = char.Torso
  5618.  
  5619. local at1 = Instance.new("Attachment", handle)
  5620. local at2 = Instance.new("Attachment", handle)
  5621. at1.Visible = false
  5622. at1.Position = Vector3.new(2, 0, 0)
  5623. at2.Visible = false
  5624. at2.Position = Vector3.new(-0.3, 0, 0)
  5625.  
  5626. local trail = Instance.new("Trail", handle)
  5627. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))})
  5628. trail.LightEmission = 0.25
  5629. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.75), NumberSequenceKeypoint.new(1, 1)})
  5630. trail.Lifetime = 0.10
  5631. trail.MinLength = 0.05
  5632. trail.Attachment0 = at1
  5633. trail.Attachment1 = at2
  5634.  
  5635. local cor = coroutine.wrap(function()
  5636. lerp(rweld,rweld.C0,CFrame.new(1.75, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(45)),0.07)
  5637. end)
  5638. cor()
  5639. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, -0.5) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(0)),0.07)
  5640.  
  5641. local cor = coroutine.wrap(function()
  5642. lerp(rweld,rweld.C0,CFrame.new(1.75, 1, 0.25) * CFrame.Angles(math.rad(35), math.rad(0), math.rad(150)),0.07)
  5643. end)
  5644. local cor2 = coroutine.wrap(function()
  5645. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-45), math.rad(0)),0.07)
  5646. end)
  5647. local cor3 = coroutine.wrap(function()
  5648. lerp(hweld,hweld.C0,CFrame.new(0, -2.5, 0) * CFrame.Angles(math.rad(90),math.rad(90), 0),0.12)
  5649. end)
  5650. cor()
  5651. cor2()
  5652. cor3()
  5653. lerp(lweld,lweld.C0,CFrame.new(-1.75, 0.5, -0.5) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-45)),0.07)
  5654. wait(0.2)
  5655.  
  5656. local cor = coroutine.wrap(function()
  5657. lerp(rweld,rweld.C0,CFrame.new(1.5, 1, 0.25) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(170)),0.03)
  5658. end)
  5659. local cor2 = coroutine.wrap(function()
  5660. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.03)
  5661. end)
  5662. cor()
  5663. cor2()
  5664. lerp(lweld,lweld.C0,CFrame.new(-1, 0, -0.45) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(45)),0.03)
  5665.  
  5666. local cor = coroutine.wrap(function()
  5667. lerp(rweld,rweld.C0,CFrame.new(1.5, 0.5, -0.5) * CFrame.Angles(math.rad(0), math.rad(60), math.rad(90)),0.03)
  5668. end)
  5669. local cor2 = coroutine.wrap(function()
  5670. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(45), math.rad(0)),0.01)
  5671. end)
  5672. cor()
  5673. cor2()
  5674. whoosh(handle:Clone())
  5675. for i, v in pairs(handle:GetChildren()) do
  5676. if v:IsA("Part") then
  5677. v.Transparency = 1
  5678. end
  5679. end
  5680. handle.Transparency = 1
  5681. trail:Remove()
  5682. at1:Remove()
  5683. at2:Remove()
  5684. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(0)),0.01)
  5685. local cor = coroutine.wrap(function()
  5686. lerp(rweld,rweld.C0,CFrame.new(0.5, 0.4, -1) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(75)),0.04)
  5687. end)
  5688. local cor2 = coroutine.wrap(function()
  5689. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(55), math.rad(0)),0.04)
  5690. end)
  5691. cor()
  5692. cor2()
  5693. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(0)),0.04)
  5694. wait(0.2)
  5695.  
  5696. local cor = coroutine.wrap(function()
  5697. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.07)
  5698. end)
  5699. local cor2 = coroutine.wrap(function()
  5700. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.07)
  5701. end)
  5702. cor()
  5703. cor2()
  5704. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.07)
  5705.  
  5706. for i, v in pairs(handle:GetChildren()) do
  5707. if v:IsA("Part") then
  5708. v.Transparency = 0
  5709. end
  5710. end
  5711. handle.Transparency = 0
  5712. hweld.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0)
  5713.  
  5714. lweld:Remove()
  5715. rweld:Remove()
  5716. tweld:Remove()
  5717.  
  5718. if torsoclone and char:FindFirstChild("Torso") and char:FindFirstChild("HumanoidRootPart") then
  5719. local clone = torsoclone:Clone()
  5720. clone.Part0 = char.HumanoidRootPart
  5721. clone.Part1 = char.Torso
  5722. clone.Parent = char.HumanoidRootPart
  5723. end
  5724. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  5725. local clone = leftclone:Clone()
  5726. clone.Part0 = char.Torso
  5727. clone.Part1 = char["Left Arm"]
  5728. clone.Parent = char.Torso
  5729. end
  5730. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  5731. local clone = rightclone:Clone()
  5732. clone.Part0 = char.Torso
  5733. clone.Part1 = char["Right Arm"]
  5734. clone.Parent = char.Torso
  5735. end
  5736. end)
  5737. working = false
  5738. end
  5739.  
  5740. function kill()
  5741. working = true
  5742. pcall(function()
  5743. local rweld = char["Right Arm"]:FindFirstChild("Weld")
  5744. local lweld = char["Left Arm"]:FindFirstChild("Weld")
  5745. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  5746. tweld.Part0 = char.HumanoidRootPart
  5747. tweld.Part1 = char.Torso
  5748. local killsound = Instance.new("Sound", grabbed.Head)
  5749. killsound.SoundId = "rbxassetid://150315649"
  5750. killsound.PlaybackSpeed = 1.2
  5751. local killsoundac = Instance.new("Sound", grabbed.Head)
  5752. killsoundac.SoundId = "rbxassetid://162194585"
  5753. killsoundac.PlaybackSpeed = 1
  5754. killsoundac.Volume = 1
  5755. local throwsound = Instance.new("Sound", char.Head)
  5756. throwsound.SoundId = "rbxassetid://711753382"
  5757. throwsound.PlaybackSpeed = 0.75
  5758. local chokesound = Instance.new("Sound", grabbed.Head)
  5759. chokesound.SoundId = "rbxassetid://418658161"
  5760. chokesound.TimePosition = 3
  5761. chokesound.PlaybackSpeed = 1
  5762. local bleedsound = Instance.new("Sound", grabbed.Head)
  5763. bleedsound.SoundId = "rbxassetid://244502094"
  5764. bleedsound.PlaybackSpeed = 1.5
  5765. bleedsound.Volume = 1
  5766.  
  5767. pitchun = math.random(9, 12)/10
  5768. pitchdos = math.random(9, 13)/10
  5769.  
  5770. killsound.PlaybackSpeed = pitchun
  5771. killsoundac.PlaybackSpeed = pitchdos
  5772. chokesound.PlaybackSpeed = pitchun
  5773.  
  5774. pcall(function()
  5775. grabbed.HumanoidRootPart:Destroy()
  5776. end)
  5777.  
  5778. lerp(rweld,rweld.C0,CFrame.new(0.5, 0.7, -0.70) * CFrame.Angles(0, math.rad(100), math.rad(105)),0.1)
  5779. wait(0.2)
  5780. lerp(rweld,rweld.C0,CFrame.new(2, 0.5, 0) * CFrame.Angles(0, math.rad(0), math.rad(90)),0.04)
  5781.  
  5782. killsound:Play()
  5783. killsoundac:Play()
  5784. chokesound:Play()
  5785. bleedsound:Play()
  5786.  
  5787. local ayybleed = Instance.new('Part',grabbed)
  5788. ayybleed.Size = Vector3.new(0.2,0.2,0.2)
  5789. ayybleed.BrickColor = BrickColor.new('Maroon')
  5790. ayybleed.Material = Enum.Material.SmoothPlastic
  5791. ayybleed.Name = "ayybleed"
  5792. ayybleed.CanCollide = false
  5793. ayybleed.Transparency = 0.5
  5794. ayybleed.CFrame = grabbed.Head.CFrame
  5795. ayybleed:BreakJoints()
  5796. local attachment1 = Instance.new('Attachment',ayybleed)
  5797. attachment1.Position = Vector3.new(-0.55,0,0)
  5798. attachment1.Orientation = Vector3.new(90, 0, -90)
  5799. local attachment0 = Instance.new('Attachment')
  5800. pcall(function()
  5801. attachment0.Parent = grabbed.Torso
  5802. end)
  5803. pcall(function()
  5804. attachment0.Parent = grabbed.UpperTorso
  5805. end)
  5806. if attachment0 and attachment1 then
  5807. local constraint = Instance.new("HingeConstraint")
  5808. constraint.Attachment0 = attachment0
  5809. constraint.Attachment1 = attachment1
  5810. constraint.LimitsEnabled = true
  5811. constraint.UpperAngle = 0
  5812. constraint.LowerAngle = 0
  5813. pcall(function()
  5814. constraint.Parent = grabbed.Torso
  5815. end)
  5816. pcall(function()
  5817. constraint.Parent = grabbed.UpperTorso
  5818. end)
  5819. end
  5820. local bleedBLEED= coroutine.wrap(function()
  5821. bleed(ayybleed)
  5822. end)
  5823. bleedBLEED()
  5824.  
  5825. wait(0.2)
  5826.  
  5827. local at1 = Instance.new("Attachment", handle)
  5828. local at2 = Instance.new("Attachment", handle)
  5829. at1.Visible = false
  5830. at1.Position = Vector3.new(2, 0, 0)
  5831. at2.Visible = false
  5832. at2.Position = Vector3.new(-0.3, 0, 0)
  5833.  
  5834. local trail = Instance.new("Trail", handle)
  5835. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))})
  5836. trail.LightEmission = 0.25
  5837. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.75), NumberSequenceKeypoint.new(1, 1)})
  5838. trail.Lifetime = 0.10
  5839. trail.MinLength = 0.05
  5840. trail.Attachment0 = at1
  5841. trail.Attachment1 = at2
  5842.  
  5843. lerp(rweld,rweld.C0,CFrame.new(1.5, 0.15, 0.4) * CFrame.Angles(0, math.rad(-40), math.rad(15)),0.08)
  5844. lerp(rweld,rweld.C0,CFrame.new(1.5, 0.15, 0.4) * CFrame.Angles(0, math.rad(-30), math.rad(15)),0.1)
  5845. local coru=coroutine.wrap(function()
  5846. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0),math.rad(-90), 0), 0.07)
  5847. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0), 0.09)
  5848. end)
  5849. coru()
  5850. local cor = coroutine.wrap(function()
  5851. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-30), 0),0.04)
  5852. end)
  5853. cor()
  5854. grabweld:Remove()
  5855. throwsound:Play()
  5856.  
  5857. local throwvel = Instance.new("BodyThrust")
  5858. throwvel.Force = Vector3.new(0, 3000, -1000)
  5859. pcall(function()
  5860. throwvel.Parent = grabbed.Torso
  5861. end)
  5862. pcall(function()
  5863. throwvel.Parent = grabbed.UpperTorso
  5864. end)
  5865.  
  5866. trail:Remove()
  5867. at1:Remove()
  5868. at2:Remove()
  5869. lerp(lweld,lweld.C0,CFrame.new(-1.3, 0.7, -1) * CFrame.Angles(0, math.rad(-70), math.rad(-105)),0.04)
  5870. pcall(function()
  5871. ragdollpart(grabbed,"Left Arm")
  5872. ragdollpart(grabbed,"Left Leg")
  5873. ragdollpart(grabbed,"Right Arm")
  5874. ragdollpart(grabbed,"Right Leg")
  5875. end)
  5876. pcall(function()
  5877. ragdollpart(grabbed,"LeftUpperLeg")
  5878. ragdollpart(grabbed,"RightUpperLeg")
  5879. ragdollpart(grabbed,"LeftUpperArm")
  5880. ragdollpart(grabbed,"RightUpperArm")
  5881. end)
  5882. wait(0.15)
  5883. throwvel:Remove()
  5884. local cor = coroutine.wrap(function()
  5885. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  5886. end)
  5887. local cor2 = coroutine.wrap(function()
  5888. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  5889. end)
  5890. cor()
  5891. cor2()
  5892. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  5893.  
  5894. lweld:Remove()
  5895. rweld:Remove()
  5896. tweld:Remove()
  5897.  
  5898. if torsoclone and char:FindFirstChild("Torso") and char:FindFirstChild("HumanoidRootPart") then
  5899. local clone = torsoclone:Clone()
  5900. clone.Part0 = char.HumanoidRootPart
  5901. clone.Part1 = char.Torso
  5902. clone.Parent = char.HumanoidRootPart
  5903. end
  5904. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  5905. local clone = leftclone:Clone()
  5906. clone.Part0 = char.Torso
  5907. clone.Part1 = char["Left Arm"]
  5908. clone.Parent = char.Torso
  5909. end
  5910. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  5911. local clone = rightclone:Clone()
  5912. clone.Part0 = char.Torso
  5913. clone.Part1 = char["Right Arm"]
  5914. clone.Parent = char.Torso
  5915. end
  5916. local coru2=coroutine.wrap(function()
  5917. local whyy = grabbed
  5918. local continue = true
  5919. local repeats = 0
  5920. while continue == true do
  5921. local ree = pcall(function()
  5922. if repeats < 20 then
  5923. whyy:FindFirstChildOfClass('Humanoid').Health = whyy:FindFirstChildOfClass('Humanoid').Health-4.9
  5924. repeats = repeats+1
  5925. if whyy:FindFirstChildOfClass('Humanoid').Health <= 0 then
  5926. continue = false
  5927. end
  5928. else
  5929. continue = false
  5930. end
  5931. end)
  5932. if ree == false then
  5933. continue = false
  5934. end
  5935. if continue == true then
  5936. wait(0.2)
  5937. end
  5938. end
  5939. ragdollpart(whyy,"Head")
  5940. end)
  5941. coru2()
  5942. throwsound:Remove()
  5943. killsound:Remove()
  5944. end)
  5945. grabbed = nil
  5946. working = false
  5947. end
  5948.  
  5949. function release()
  5950. working = true
  5951. pcall(function()
  5952. unstun(grabbed)
  5953. grabbed = nil
  5954. grabweld:Destroy()
  5955. removewelds(char["Right Arm"])
  5956. removewelds(char["Left Arm"])
  5957. local rweld = Instance.new("Weld", char["Right Arm"])
  5958. local lweld = Instance.new("Weld", char["Left Arm"])
  5959. rweld.Part0 = char["Torso"]
  5960. rweld.Part1 = char["Right Arm"]
  5961. rweld.C0 = CFrame.new(1, 0.7, -0.75) * CFrame.Angles(0, math.rad(95), math.rad(105))
  5962. lweld.Part0 = char.Torso
  5963. lweld.Part1 = char["Left Arm"]
  5964. lweld.C0 = CFrame.new(-1.25, 0.7, -0.75) * CFrame.Angles(0, math.rad(-140), math.rad(-105))
  5965. local cor = coroutine.wrap(function()
  5966. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  5967. end)
  5968. local cor2 = coroutine.wrap(function()
  5969. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0),0.08)
  5970. end)
  5971. cor()
  5972. cor2()
  5973. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  5974. lweld:Remove()
  5975. rweld:Remove()
  5976. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  5977. local clone = leftclone:Clone()
  5978. clone.Part0 = char.Torso
  5979. clone.Part1 = char["Left Arm"]
  5980. clone.Parent = char.Torso
  5981. end
  5982. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  5983. local clone = rightclone:Clone()
  5984. clone.Part0 = char.Torso
  5985. clone.Part1 = char["Right Arm"]
  5986. clone.Parent = char.Torso
  5987. end
  5988. end)
  5989. working = false
  5990. end
  5991.  
  5992. function grab()
  5993. working = true
  5994. pcall(function()
  5995. local rweld = Instance.new("Weld", char["Right Arm"])
  5996. local lweld = Instance.new("Weld", char["Left Arm"])
  5997. rweld.Part0 = char["Torso"]
  5998. rweld.Part1 = char["Right Arm"]
  5999. rweld.C0 = CFrame.new(1.5, 0, 0)
  6000. lweld.Part0 = char.Torso
  6001. lweld.Part1 = char["Left Arm"]
  6002. lweld.C0 = CFrame.new(-1.5, 0, 0)
  6003.  
  6004. local at1 = Instance.new("Attachment", handle)
  6005. local at2 = Instance.new("Attachment", handle)
  6006. at1.Visible = false
  6007. at1.Position = Vector3.new(2, 0, 0)
  6008. at2.Visible = false
  6009. at2.Position = Vector3.new(-0.3, 0, 0)
  6010.  
  6011. local trail = Instance.new("Trail", handle)
  6012. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))})
  6013. trail.LightEmission = 0.25
  6014. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.75), NumberSequenceKeypoint.new(1, 1)})
  6015. trail.Lifetime = 0.10
  6016. trail.MinLength = 0.05
  6017. trail.Attachment0 = at1
  6018. trail.Attachment1 = at2
  6019.  
  6020. local spinnyshit = coroutine.wrap(function()
  6021. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0),math.rad(-90), 0), 0.07)
  6022. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0),math.rad(90), 0), 0.07)
  6023. end)
  6024. spinnyshit()
  6025. local cor = coroutine.wrap(function()
  6026. lerp(rweld,rweld.C0,CFrame.new(2, 0.5, 0) * CFrame.Angles(0, math.rad(0), math.rad(90)),0.08)
  6027. end)
  6028. cor()
  6029. lerp(lweld,lweld.C0,CFrame.new(-2, 0.5, 0) * CFrame.Angles(0, math.rad(0), math.rad(-90)),0.08)
  6030. wait(0.15)
  6031. grabbing = true
  6032. local cor = coroutine.wrap(function()
  6033. lerp(rweld,rweld.C0,CFrame.new(1, 0.7, -0.75) * CFrame.Angles(0, math.rad(95), math.rad(105)),0.08)
  6034. end)
  6035. cor()
  6036. lerp(lweld,lweld.C0,CFrame.new(-1.25, 0.7, -0.75) * CFrame.Angles(0, math.rad(-140), math.rad(-105)),0.08)
  6037. at1:Remove()
  6038. at2:Remove()
  6039. trail:Remove()
  6040. wait(0.3)
  6041. grabbing = false
  6042.  
  6043. if grabbed == nil then
  6044. local cor = coroutine.wrap(function()
  6045. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  6046. end)
  6047. local cor2 = coroutine.wrap(function()
  6048. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0),0.08)
  6049. end)
  6050. cor()
  6051. cor2()
  6052. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  6053. lweld:Remove()
  6054. rweld:Remove()
  6055. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  6056. local clone = leftclone:Clone()
  6057. clone.Part0 = char.Torso
  6058. clone.Part1 = char["Left Arm"]
  6059. clone.Parent = char.Torso
  6060. end
  6061. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  6062. local clone = rightclone:Clone()
  6063. clone.Part0 = char.Torso
  6064. clone.Part1 = char["Right Arm"]
  6065. clone.Parent = char.Torso
  6066. end
  6067. end
  6068. end)
  6069. working = false
  6070. end
  6071.  
  6072. mouse.KeyDown:connect(function(kkk)
  6073. local key = kkk:lower()
  6074. if usable and working == false then
  6075. if key == "z" then
  6076. if equipped == false then
  6077. if firsttime then
  6078. firsttime = false
  6079. notify("Equipped || Press X or C to equip one of two weapons",true)
  6080. else
  6081. notify("Equipped")
  6082. end
  6083. equip()
  6084. else
  6085. notify("Unequipped")
  6086. unequip()
  6087. end
  6088. elseif key == "x" then
  6089. if blademode ~= "katana" and equipped == true then
  6090. getrid(handle)
  6091. if firsttime2 then
  6092. firsttime2 = false
  6093. notify("Katana mode enabled || Press Q, E, or click to perform an action",true)
  6094. else
  6095. notify("Katana mode enabled")
  6096. end
  6097. katanamode()
  6098. elseif blademode == "katana" then
  6099. getrid(handle)
  6100. notify("Katana mode disabled")
  6101. end
  6102. elseif key == "v" then
  6103. if blademode ~= "gun" and equipped == true then
  6104. getrid(handle)
  6105. if firsttime5 then
  6106. firsttime5 = false
  6107. notify("Gun mode enabled || Click to perform an action",true)
  6108. else
  6109. notify("Gun mode enabled")
  6110. end
  6111. gunmode()
  6112. elseif blademode == "gun" then
  6113. getrid(handle)
  6114. notify("Gun mode disabled")
  6115. end
  6116. elseif key == "b" then
  6117. if childlock == false then
  6118. if blademode ~= "dildo" and equipped == true then
  6119. getrid(handle)
  6120. if firsttime4 then
  6121. firsttime4 = false
  6122. notify("Dildo mode enabled || Click to perform an action",true)
  6123. else
  6124. notify("Dildo mode enabled")
  6125. end
  6126. dildo()
  6127. elseif blademode == "dildo" then
  6128. notify("Dildo mode disabled")
  6129. getrid(handle)
  6130. end
  6131. end
  6132. elseif key == "c" then
  6133. if blademode ~= "knife" and equipped == true then
  6134. getrid(handle)
  6135. if firsttime3 then
  6136. firsttime3 = false
  6137. notify("Knife mode enabled || Press F, E, T, or Q to set modes; Click to perform an action",true)
  6138. else
  6139. notify("Knife mode enabled")
  6140. end
  6141. knifemode()
  6142. elseif blademode == "knife" then
  6143. notify("Knife mode disabled")
  6144. getrid(handle)
  6145. end
  6146. elseif key == "q" then
  6147. if blademode == "katana" then
  6148. notify()
  6149. katanaQ()
  6150. elseif blademode == "knife" then
  6151. mode = "release"
  6152. notify("Mode changed to "..mode)
  6153. end
  6154. elseif key == "e" then
  6155. if blademode == "katana" then
  6156. notify()
  6157. katanaE()
  6158. elseif blademode == "knife" then
  6159. mode = "throw"
  6160. notify("Mode changed to "..mode)
  6161. end
  6162. elseif key == "f" then
  6163. if blademode == "handle" then
  6164. notify([[BEGONE
  6165. THOT]])
  6166. begoneTHOUGHT()
  6167. elseif blademode == "knife" then
  6168. mode = "kill"
  6169. notify("Mode changed to "..mode)
  6170. end
  6171. elseif key == "t" then
  6172. if blademode == "knife" then
  6173. mode = "fling"
  6174. notify("Mode changed to "..mode)
  6175. end
  6176. end
  6177. end
  6178. if key == "m" and sounding == false then
  6179. --badass mode
  6180. pcall(function()
  6181. if badass.Playing == false then
  6182. sounding = true
  6183. for i,v in pairs(workspace:GetDescendants()) do
  6184. if v:IsA('Sound') and v~=player.Character.Head.Badass then
  6185. v:Stop()
  6186. end
  6187. end
  6188. badass:Play()
  6189. badass.Volume = 10
  6190. sounding = false
  6191. else
  6192. sounding = true
  6193. for i=1,100 do
  6194. badass.Volume = badass.Volume-0.1
  6195. wait()
  6196. end
  6197. badass.Volume = 0
  6198. badass:Stop()
  6199. sounding = false
  6200. end
  6201. end)
  6202. end
  6203. if key == "r" then
  6204. rag1 = true
  6205. if rag1 == true and rag2 == true then
  6206. oogabooga()
  6207. end
  6208. end
  6209. if key == "g" then
  6210. rag2 = true
  6211. if rag1 == true and rag2 == true then
  6212. oogabooga()
  6213. end
  6214. end
  6215. end)
  6216. mouse.KeyUp:connect(function(key)
  6217. if key == "r" then
  6218. rag1 = false
  6219. end
  6220. if key == "g" then
  6221. rag2 = false
  6222. end
  6223. end)
  6224.  
  6225. handle.ChildAdded:connect(function(child)
  6226. if child:IsA('BasePart') then
  6227. child.CanCollide = false
  6228. if child.Name == "blade" then
  6229. child.Touched:connect(function(hit)
  6230. if blademode == "katana" and swinging then
  6231. if gettingeem then
  6232. if goteem == nil then
  6233. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 and hit.Parent ~= char then
  6234. local sounn = Instance.new("Sound", char.Torso)
  6235. local lipp = math.random(1, 3)
  6236. if lipp == 1 then sounn.SoundId = "rbxassetid://444667844" end
  6237. if lipp == 2 then sounn.SoundId = "rbxassetid://444667824" end
  6238. if lipp == 3 then sounn.SoundId = "rbxassetid://444667859" end
  6239. sounn:Play()
  6240. goteem = hit.Parent
  6241. pcall(function()
  6242. goteem.HumanoidRootPart:Destroy()
  6243. end)
  6244. pcall(function()
  6245. ragdollpart(goteem,"Right Arm")
  6246. ragdollpart(goteem,"Right Leg")
  6247. ragdollpart(goteem,"Left Arm")
  6248. ragdollpart(goteem,"Left Leg")
  6249. end)
  6250. pcall(function()
  6251. ragdollpart(goteem,"RightUpperArm")
  6252. ragdollpart(goteem,"RightUpperLeg")
  6253. ragdollpart(goteem,"LeftUpperArm")
  6254. ragdollpart(goteem,"LeftUpperLeg")
  6255. end)
  6256. pcall(function()
  6257. local weld = Instance.new('Weld',goteem.Torso)
  6258. weld.Part0 = goteem.Torso
  6259. weld.Part1 = handle
  6260. weld.C0 = CFrame.new(0,0,2)*CFrame.Angles(math.rad(90),0,math.rad(-90))
  6261. end)
  6262. pcall(function()
  6263. local weld = Instance.new('Weld',goteem.UpperTorso)
  6264. weld.Part0 = goteem.UpperTorso
  6265. weld.Part1 = handle
  6266. weld.C0 = CFrame.new(0,0,2)*CFrame.Angles(math.rad(90),0,math.rad(-90))
  6267. end)
  6268. pcall(function()
  6269. local thang = "Torso"
  6270. if goteem:FindFirstChild('UpperTorso') then
  6271. thang = "UpperTorso"
  6272. end
  6273. local ayybleed = Instance.new('Part',goteem)
  6274. ayybleed.Size = Vector3.new(0.2,0.2,0.2)
  6275. ayybleed.BrickColor = BrickColor.new('Maroon')
  6276. ayybleed.Material = Enum.Material.SmoothPlastic
  6277. ayybleed.Name = "ayybleed"
  6278. ayybleed.CanCollide = false
  6279. ayybleed.Transparency = 1
  6280. ayybleed.CFrame = goteem[thang].CFrame
  6281. ayybleed:BreakJoints()
  6282. local attachment1 = Instance.new('Attachment',ayybleed)
  6283. attachment1.Position = Vector3.new(0,0,0)
  6284. attachment1.Orientation = Vector3.new(-90, 0, -90)
  6285. local attachment0 = Instance.new('Attachment',goteem[thang])
  6286. if attachment0 and attachment1 then
  6287. local constraint = Instance.new("HingeConstraint")
  6288. constraint.Attachment0 = attachment0
  6289. constraint.Attachment1 = attachment1
  6290. constraint.LimitsEnabled = true
  6291. constraint.UpperAngle = 0
  6292. constraint.LowerAngle = 0
  6293. constraint.Parent = goteem
  6294. end
  6295. local bleedBLEED= coroutine.wrap(function()
  6296. bleed(ayybleed)
  6297. end)
  6298. bleedBLEED()
  6299. end)
  6300. end
  6301. end
  6302. elseif SLESH then
  6303.  
  6304. if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 and hit.Parent ~= char then
  6305. local sounn = Instance.new("Sound", char.Torso)
  6306. local lipp = math.random(1, 3)
  6307. if lipp == 1 then sounn.SoundId = "rbxassetid://444667844" end
  6308. if lipp == 2 then sounn.SoundId = "rbxassetid://444667824" end
  6309. if lipp == 3 then sounn.SoundId = "rbxassetid://444667859" end
  6310. sounn:Play()
  6311. ragdollpart(hit.Parent,hit.Name,false)
  6312. end
  6313. else
  6314. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 and hit.Parent ~= char then
  6315. local sounn = Instance.new("Sound", char.Torso)
  6316. local lipp = math.random(1, 3)
  6317. if lipp == 1 then sounn.SoundId = "rbxassetid://444667844" end
  6318. if lipp == 2 then sounn.SoundId = "rbxassetid://444667824" end
  6319. if lipp == 3 then sounn.SoundId = "rbxassetid://444667859" end
  6320. sounn:Play()
  6321. swinging = false
  6322. ragdollpart(hit.Parent,"Head",true,false)
  6323. end
  6324. end
  6325. elseif blademode == "knife" then
  6326. if grabbing == true and grabbed == nil then
  6327. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 and hit.Parent ~= char then
  6328. grabbed = hit.Parent
  6329.  
  6330. stun(grabbed)
  6331.  
  6332. local grabwelds = Instance.new("Weld", char.Torso)
  6333. grabwelds.Part0 = char.Torso
  6334. pcall(function()
  6335. grabwelds.Part1 = grabbed.Torso
  6336. end)
  6337. pcall(function()
  6338. grabwelds.Part1 = grabbed.UpperTorso
  6339. end)
  6340. grabwelds.C0 = CFrame.new(-0.45, 0, -1)
  6341. grabweld = grabwelds
  6342. end
  6343. end
  6344. end
  6345. end)
  6346. end
  6347. elseif child:IsA("Model") then
  6348. child.ChildAdded:connect(function(dildotip)
  6349. if dildotip:IsA('BasePart') then
  6350. dildotip.Touched:connect(function(hit)
  6351. if MOAN == true then
  6352. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 and hit.Parent ~= char then
  6353. local sound = Instance.new('Sound',hit.Parent.Head)
  6354. sound.SoundId = 'rbxassetid://959679286'
  6355. sound.Volume = 5
  6356. sound:Play()
  6357. local sound3 = Instance.new("Sound",hit.Parent.Head)
  6358. sound3.Volume = 5.5
  6359. sound3.SoundId = "rbxassetid://702631545"
  6360. sound3:Play()
  6361. pcall(function()
  6362. for i,v in pairs(hit.Parent.Head:GetChildren()) do
  6363. if v:IsA('Decal') then v:Destroy() end
  6364. end
  6365. end)
  6366. pcall(function()
  6367. local ree=Instance.new('Decal',hit.Parent.Head)
  6368. ree.Name = "face"
  6369. ree.Texture = "rbxassetid://996521543"
  6370. end)
  6371. MOAN = false
  6372. aidsificating = hit.Parent
  6373. for i, v in pairs(handle["pink toy"]:GetChildren()) do
  6374. if v:IsA("Part") then
  6375. v:FindFirstChild("ParticleEmitter"):Destroy()
  6376. end
  6377. end
  6378. end
  6379. end
  6380. end)
  6381. end
  6382. end)
  6383. end
  6384. end)
  6385.  
  6386. mouse.Button1Down:connect(function(jew)
  6387. if usable and working == false and equipped then
  6388. if blademode == "katana" then
  6389. notify()
  6390. katanaswing()
  6391. elseif blademode == "knife" then
  6392. notify()
  6393. if grabbed == nil then
  6394. if mode == "fling" then
  6395. fling()
  6396. else
  6397. grab()
  6398. end
  6399. elseif grabbed ~= nil then
  6400. if mode == "kill" then
  6401. kill()
  6402. elseif mode == "throw" then
  6403. throw()
  6404. elseif mode == "release" then
  6405. release()
  6406. end
  6407. end
  6408. elseif blademode == "dildo" then
  6409. raep()
  6410. end
  6411. end
  6412. end)
  6413.  
  6414. end
  6415. spawned()
  6416.  
  6417. player.CharacterAdded:connect(function()
  6418. spawned()
  6419. end)
  6420. local avgs = {}
  6421.  
  6422. game:GetService('RunService').Heartbeat:connect(function(step)
  6423. local ofps = math.floor((60/(step*60))*10)/10
  6424. if #avgs > 100 then
  6425. table.remove(avgs,1)
  6426. end
  6427. table.insert(avgs,#avgs+1,ofps)
  6428. local fpsa = 0
  6429. for i,v in pairs(avgs) do
  6430. fpsa = fpsa+v
  6431. end
  6432. fpsa = math.floor(fpsa/#avgs)
  6433. fps.Text = 'FPS: '..tostring(fpsa)
  6434. end)
  6435.  
  6436. while true do
  6437. for i,v in pairs(rekt) do
  6438. if v.Parent ~= nil then
  6439. if v:FindFirstChildOfClass('Humanoid') and v:FindFirstChildOfClass('Humanoid').Health>0 then
  6440. for a,c in pairs(v:GetChildren()) do
  6441. if c:IsA('Tool') then
  6442. c.ManualActivationOnly = true
  6443. wait()
  6444. if game:GetService('Players'):GetPlayerFromCharacter(v) then
  6445. c.Parent = game:GetService('Players'):GetPlayerFromCharacter(v).Backpack
  6446. c.ManualActivationOnly = false
  6447. end
  6448. end
  6449. end
  6450. v:FindFirstChildOfClass('Humanoid').PlatformStand = true
  6451. v:FindFirstChildOfClass('Humanoid').Sit = false
  6452. v:FindFirstChildOfClass('Humanoid').JumpPower = 0
  6453. v:FindFirstChildOfClass('Humanoid').WalkSpeed = 0
  6454. v:FindFirstChildOfClass('Humanoid').Name = "hecc"
  6455. else
  6456. table.remove(rekt,i)
  6457. end
  6458. else
  6459. table.remove(rekt,i)
  6460. end
  6461. end
  6462. wait()
  6463. end
  6464. end)
  6465.  
  6466. Mustard1.MouseButton1Down:connect(function()
  6467. --MUSTARD GAS BY DMS
  6468. GasMask = true
  6469. xd = Instance.new("Tool")
  6470. xdd = Instance.new("Part")
  6471. xddd = Instance.new("Part")
  6472. xdddd = Instance.new("Part")
  6473. xddddd = Instance.new("Smoke")
  6474. xdddddd = Instance.new("Smoke")
  6475. xddddddd = Instance.new("Smoke")
  6476. xdddddddd = Instance.new("Part")
  6477. xddddddddd = Instance.new("Part")
  6478. xd0 = Instance.new("Part")
  6479. xd.Name = "Mustard Gas Grenade"
  6480. xd.Parent = game.Players.LocalPlayer.Backpack
  6481. xdd.Parent = xd
  6482. xdd.Material = Enum.Material.SmoothPlastic
  6483. xdd.BrickColor = BrickColor.new("Deep orange")
  6484. xdd.Position = Vector3.new(-9.08949184, 0.563135147, 33.200779)
  6485. xdd.Rotation = Vector3.new(-0, 0, -90)
  6486. xdd.CanCollide = false
  6487. xdd.Shape = Enum.PartType.Cylinder
  6488. xdd.Size = Vector3.new(0.26000011, 0.819999993, 1)
  6489. xdd.CFrame = CFrame.new(-9.08949184, 0.563135147, 33.200779, 0, 1, 0, -1, 0, 0, 0, 0, 1)
  6490. xdd.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6491. xdd.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6492. xdd.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6493. xdd.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6494. xdd.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6495. xdd.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6496. xdd.Color = Color3.new(1, 0.686275, 0)
  6497. xddd.Parent = xd
  6498. xddd.Material = Enum.Material.SmoothPlastic
  6499. xddd.BrickColor = BrickColor.new("Really black")
  6500. xddd.Position = Vector3.new(-9.09000397, 0.615009904, 33.2000046)
  6501. xddd.Rotation = Vector3.new(-0, 0, 90)
  6502. xddd.CanCollide = false
  6503. xddd.Shape = Enum.PartType.Cylinder
  6504. xddd.Size = Vector3.new(1.21000016, 0.799999952, 1)
  6505. xddd.CFrame = CFrame.new(-9.09000397, 0.615009904, 33.2000046, 0, -1, 0, 1, 0, 0, 0, 0, 1)
  6506. xddd.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6507. xddd.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6508. xddd.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6509. xddd.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6510. xddd.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6511. xddd.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6512. xddd.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6513. xdddd.Parent = xd
  6514. xdddd.Material = Enum.Material.SmoothPlastic
  6515. xdddd.BrickColor = BrickColor.new("Dark stone grey")
  6516. xdddd.Position = Vector3.new(-9.09270954, 1.33200657, 33.2021408)
  6517. xdddd.CanCollide = false
  6518. xdddd.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6519. xdddd.CFrame = CFrame.new(-9.09270954, 1.33200657, 33.2021408, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6520. xdddd.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6521. xdddd.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6522. xdddd.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6523. xdddd.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6524. xdddd.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6525. xdddd.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6526. xdddd.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6527. xddddd.Parent = xdddd
  6528. xddddd.Color = Color3.new(0.756863, 0.584314, 0.0588235)
  6529. xddddd.Opacity = 1
  6530. xddddd.RiseVelocity = 4
  6531. xdddddd.Parent = xdddd
  6532. xdddddd.Color = Color3.new(0.756863, 0.584314, 0.0588235)
  6533. xdddddd.Opacity = 1
  6534. xdddddd.RiseVelocity = 4
  6535. xddddddd.Parent = xdddd
  6536. xddddddd.Color = Color3.new(0.756863, 0.584314, 0.0588235)
  6537. xddddddd.Opacity = 1
  6538. xddddddd.RiseVelocity = 4
  6539. xdddddddd.Parent = xd
  6540. xdddddddd.Material = Enum.Material.SmoothPlastic
  6541. xdddddddd.BrickColor = BrickColor.new("Deep orange")
  6542. xdddddddd.Position = Vector3.new(-9.08949184, 0.899091303, 33.200779)
  6543. xdddddddd.Rotation = Vector3.new(-0, 0, 90)
  6544. xdddddddd.CanCollide = false
  6545. xdddddddd.Shape = Enum.PartType.Cylinder
  6546. xdddddddd.Size = Vector3.new(0.200000003, 0.819999993, 1)
  6547. xdddddddd.CFrame = CFrame.new(-9.08949184, 0.899091303, 33.200779, 0, -1, 0, 1, 0, 0, 0, 0, 1)
  6548. xdddddddd.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6549. xdddddddd.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6550. xdddddddd.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6551. xdddddddd.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6552. xdddddddd.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6553. xdddddddd.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6554. xdddddddd.Color = Color3.new(1, 0.686275, 0)
  6555. xddddddddd.Parent = xd
  6556. xddddddddd.Material = Enum.Material.SmoothPlastic
  6557. xddddddddd.BrickColor = BrickColor.new("Black")
  6558. xddddddddd.Position = Vector3.new(-9.09270954, 1.26311076, 33.2003593)
  6559. xddddddddd.Rotation = Vector3.new(-0, 0, 90)
  6560. xddddddddd.CanCollide = false
  6561. xddddddddd.Shape = Enum.PartType.Cylinder
  6562. xddddddddd.Size = Vector3.new(0.200000003, 0.799999952, 0.540000021)
  6563. xddddddddd.CFrame = CFrame.new(-9.09270954, 1.26311076, 33.2003593, 0, -1, 0, 1, 0, 0, 0, 0, 1)
  6564. xddddddddd.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6565. xddddddddd.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6566. xddddddddd.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6567. xddddddddd.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6568. xddddddddd.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6569. xddddddddd.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6570. xddddddddd.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6571. xd0.Name = "Handle"
  6572. xd0.Parent = xd
  6573. xd0.BrickColor = BrickColor.new("Earth green")
  6574. xd0.Transparency = 1
  6575. xd0.Position = Vector3.new(-9.11234188, 0.5, 33.1982155)
  6576. xd0.Rotation = Vector3.new(0, 90, 0)
  6577. xd0.CanCollide = false
  6578. xd0.FormFactor = Enum.FormFactor.Custom
  6579. xd0.Size = Vector3.new(0.800000131, 0.920000255, 0.799998164)
  6580. xd0.CFrame = CFrame.new(-9.11234188, 0.5, 33.1982155, -0, 0, 1, 0, 1, 0, -1, 0, 0)
  6581. xd0.BottomSurface = Enum.SurfaceType.Smooth
  6582. xd0.TopSurface = Enum.SurfaceType.Smooth
  6583. xd0.Color = Color3.new(0.152941, 0.27451, 0.176471)
  6584. KILLPART = Instance.new("Part")
  6585. KILLPART.Size = Vector3.new(16,16,16)
  6586. KILLPART.Name = "TOUCHPART"
  6587. KILLPART.Anchored = true
  6588. KILLPART.BrickColor = BrickColor.new("Black")
  6589. KILLPART.Transparency = 1
  6590. KILLPART.CanCollide = false
  6591. KILLPART.CFrame = xd0.CFrame
  6592. KILLPART.Parent = workspace
  6593. KILLPART.Color = Color3.new(0.105882, 0.164706, 0.207843)
  6594. Gas = Instance.new("Sound")
  6595. Gas.Parent = xd0
  6596. Gas.Volume = 0.8
  6597. Gas.Looped = true
  6598. Gas.SoundId = "http://www.roblox.com/asset/?id=137065982"
  6599. Gas.Pitch = 1
  6600. Gas.Name = "Sound"
  6601. ison = false
  6602. function Weld(x,y)
  6603. local W = Instance.new("Weld")
  6604. W.Part0 = x
  6605. W.Part1 = y
  6606. local CJ = CFrame.new(x.Position)
  6607. local C0 = x.CFrame:inverse()*CJ
  6608. local C1 = y.CFrame:inverse()*CJ
  6609. W.C0 = C0
  6610. W.C1 = C1
  6611. W.Parent = x
  6612. end
  6613.  
  6614. function Get(A)
  6615. if A.className == "Part" then
  6616. Weld(xd.Handle, A)
  6617. A.Anchored = false
  6618. A.CanCollide = false
  6619. else
  6620. local C = A:GetChildren()
  6621. for i=1, #C do
  6622. Get(C[i])
  6623. end
  6624. end
  6625. end
  6626.  
  6627. function Finale()
  6628. Get(xd)
  6629. end
  6630. function XDdd ()
  6631. ison = true
  6632. end
  6633. function Xddd ()
  6634. ison = false
  6635. end function lol () xdg = true Gas.Playing = true KILLPART.Parent = workspace while xdg == true do wait() KILLPART.CFrame = xd0.CFrame end end
  6636. function Posijew ()
  6637. KILLPART.CFrame = xd0.CFrame
  6638. end function loln () KILLPART.Parent = game Gas.Playing = false xdg = false end
  6639. xdg = false
  6640. xd.Equipped:connect(XDdd)
  6641. xd.Unequipped:connect(Xddd)
  6642. xd.Equipped:connect(Finale)
  6643. xd.Equipped:connect(lol)
  6644. xd.Unequipped:connect(loln)
  6645. xd.Unequipped:connect(Finale)
  6646. Finale()
  6647. function Kill (Part)
  6648. for i,v in pairs(Part.Parent:GetChildren()) do
  6649. if v:IsA("Humanoid") and v.Parent.Name ~= game.Players.LocalPlayer.Name then
  6650. v:Destroy()
  6651. end end
  6652. end
  6653. KILLPART.Touched:connect(Kill)
  6654. if GasMask == true then
  6655. o1 = Instance.new("Model")
  6656. o2 = Instance.new("Part")
  6657. o3 = Instance.new("SpecialMesh")
  6658. o4 = Instance.new("Part")
  6659. o5 = Instance.new("Part")
  6660. o6 = Instance.new("Part")
  6661. o7 = Instance.new("SpecialMesh")
  6662. o8 = Instance.new("Part")
  6663. o9 = Instance.new("Part")
  6664. o10 = Instance.new("SpecialMesh")
  6665. o11 = Instance.new("Part")
  6666. o12 = Instance.new("Part")
  6667. o13 = Instance.new("SpecialMesh")
  6668. o14 = Instance.new("Part")
  6669. o15 = Instance.new("Part")
  6670. o16 = Instance.new("Part")
  6671. o17 = Instance.new("Part")
  6672. o1.Name = "MODEL"
  6673. o2.Name = "Middle"
  6674. o2.Parent = o1
  6675. o2.BrickColor = BrickColor.new("Pastel brown")
  6676. o2.Transparency = 1
  6677. o2.Position = Vector3.new(-13.5356159, 3.71991396, 50.2649117)
  6678. o2.Rotation = Vector3.new(-5.66336393, -89.7626114, -5.66246414)
  6679. o2.Anchored = true
  6680. o2.FormFactor = Enum.FormFactor.Custom
  6681. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6682. o2.CFrame = CFrame.new(-13.5356159, 3.71991396, 50.2649117, 1.75646369e-006, 1.74156298e-007, -0.999991417, -1.04150445e-007, 1, 1.60883403e-007, 0.999999762, 9.62157287e-008, 1.6223396e-006)
  6683. o2.BottomSurface = Enum.SurfaceType.Smooth
  6684. o2.TopSurface = Enum.SurfaceType.Smooth
  6685. o2.Color = Color3.new(1, 0.8, 0.6)
  6686. o3.Parent = o2
  6687. o3.Scale = Vector3.new(6.25, 6.25, 6.25)
  6688. o3.MeshType = Enum.MeshType.FileMesh
  6689. o4.Name = "Lense 1"
  6690. o4.Parent = o1
  6691. o4.Material = Enum.Material.Metal
  6692. o4.Transparency = 0.050000011920929
  6693. o4.Position = Vector3.new(-12.900528, 3.77991295, 50.5080605)
  6694. o4.Rotation = Vector3.new(-180, 20.6807137, -179.999985)
  6695. o4.Anchored = true
  6696. o4.CanCollide = false
  6697. o4.FormFactor = Enum.FormFactor.Custom
  6698. o4.Shape = Enum.PartType.Cylinder
  6699. o4.Size = Vector3.new(0.200000003, 0.320000023, 0.939999998)
  6700. o4.CFrame = CFrame.new(-12.900528, 3.77991295, 50.5080605, -0.935553849, 3.06141374e-007, 0.353159934, 3.19927466e-007, 1, 2.01617603e-008, -0.353163034, 1.1997561e-007, -0.935561478)
  6701. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6702. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6703. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6704. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6705. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6706. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6707. o5.Name = "Lense2"
  6708. o5.Parent = o1
  6709. o5.Material = Enum.Material.Metal
  6710. o5.Transparency = 0.050000011920929
  6711. o5.Position = Vector3.new(-12.8961124, 3.77492094, 50.0302277)
  6712. o5.Rotation = Vector3.new(-180, -23.8323021, -179.999985)
  6713. o5.Anchored = true
  6714. o5.CanCollide = false
  6715. o5.FormFactor = Enum.FormFactor.Custom
  6716. o5.Shape = Enum.PartType.Cylinder
  6717. o5.Size = Vector3.new(0.200000003, 0.330000043, 0.99000001)
  6718. o5.CFrame = CFrame.new(-12.8961124, 3.77492094, 50.0302277, -0.914722979, 2.85652249e-007, -0.404061079, 2.36339361e-007, 1, 1.37493373e-007, 0.404064298, 2.15865228e-008, -0.914730668)
  6719. o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6720. o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6721. o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6722. o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6723. o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6724. o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6725. o6.Name = "Handle"
  6726. o6.Parent = o1
  6727. o6.Material = Enum.Material.Metal
  6728. o6.BrickColor = BrickColor.new("Really black")
  6729. o6.Position = Vector3.new(-12.8799381, 3.69992495, 50.2599869)
  6730. o6.Rotation = Vector3.new(-90, 9.97842108e-006, -89.9999008)
  6731. o6.Anchored = true
  6732. o6.CanCollide = false
  6733. o6.FormFactor = Enum.FormFactor.Plate
  6734. o6.Size = Vector3.new(1, 0.400000006, 1)
  6735. o6.CFrame = CFrame.new(-12.8799381, 3.69992495, 50.2599869, 1.75646369e-006, 0.999991417, 1.74156298e-007, -1.04150445e-007, -1.60883403e-007, 1, 0.999999762, -1.6223396e-006, 9.62157287e-008)
  6736. o6.BottomSurface = Enum.SurfaceType.Weld
  6737. o6.TopSurface = Enum.SurfaceType.Smooth
  6738. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6739. o7.Parent = o6
  6740. o7.MeshId = "http://www.roblox.com/asset/?id=5158270"
  6741. o7.Scale = Vector3.new(0.140000001, 0.170000002, 0.100000001)
  6742. o7.MeshType = Enum.MeshType.FileMesh
  6743. o8.Name = "Straps"
  6744. o8.Parent = o1
  6745. o8.Material = Enum.Material.Fabric
  6746. o8.BrickColor = BrickColor.new("Really black")
  6747. o8.Position = Vector3.new(-13.5199518, 3.48991394, 50.2599869)
  6748. o8.Rotation = Vector3.new(5.96738209e-006, 0.000100637961, 89.9999924)
  6749. o8.Anchored = true
  6750. o8.CanCollide = false
  6751. o8.FormFactor = Enum.FormFactor.Custom
  6752. o8.Shape = Enum.PartType.Cylinder
  6753. o8.Size = Vector3.new(0.200000003, 1.49000013, 1.25999999)
  6754. o8.CFrame = CFrame.new(-13.5199518, 3.48991394, 50.2599869, 1.44325043e-007, -0.999991238, 1.75646369e-006, 0.999999881, 1.31081052e-007, -1.04150445e-007, 9.48765404e-008, 1.6242019e-006, 0.999999762)
  6755. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6756. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6757. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6758. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6759. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6760. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6761. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6762. o9.Name = "Ring2"
  6763. o9.Parent = o1
  6764. o9.BrickColor = BrickColor.new("Dark stone grey")
  6765. o9.Position = Vector3.new(-12.8061161, 3.77991295, 49.9993477)
  6766. o9.Rotation = Vector3.new(-1.48261315e-005, -66.1664276, -2.4695395e-005)
  6767. o9.Anchored = true
  6768. o9.CanCollide = false
  6769. o9.FormFactor = Enum.FormFactor.Custom
  6770. o9.Size = Vector3.new(0.600000024, 0.200000003, 1)
  6771. o9.CFrame = CFrame.new(-12.8061161, 3.77991295, 49.9993477, 0.404059976, 1.74156298e-007, -0.914723039, -1.6136562e-007, 1, 1.0455733e-007, 0.914730787, 9.62157287e-008, 0.404063195)
  6772. o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6773. o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6774. o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6775. o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6776. o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6777. o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6778. o9.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6779. o10.Parent = o9
  6780. o10.MeshId = "http://www.roblox.com/asset/?id=3270017"
  6781. o10.Scale = Vector3.new(0.340000004, 0.300000012, 0.300000012)
  6782. o10.MeshType = Enum.MeshType.FileMesh
  6783. o11.Name = "Straps"
  6784. o11.Parent = o1
  6785. o11.Material = Enum.Material.Fabric
  6786. o11.BrickColor = BrickColor.new("Really black")
  6787. o11.Position = Vector3.new(-13.5199518, 4.00991392, 50.2599869)
  6788. o11.Rotation = Vector3.new(5.96738209e-006, 0.000100637961, 89.9999924)
  6789. o11.Anchored = true
  6790. o11.CanCollide = false
  6791. o11.FormFactor = Enum.FormFactor.Custom
  6792. o11.Shape = Enum.PartType.Cylinder
  6793. o11.Size = Vector3.new(0.200000003, 1.49000013, 1.25999999)
  6794. o11.CFrame = CFrame.new(-13.5199518, 4.00991392, 50.2599869, 1.44325043e-007, -0.999991238, 1.75646369e-006, 0.999999881, 1.31081052e-007, -1.04150445e-007, 9.48765404e-008, 1.6242019e-006, 0.999999762)
  6795. o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6796. o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6797. o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6798. o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6799. o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6800. o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6801. o11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6802. o12.Name = "Ring1"
  6803. o12.Parent = o1
  6804. o12.BrickColor = BrickColor.new("Dark stone grey")
  6805. o12.Position = Vector3.new(-12.7999144, 3.76992106, 50.5299988)
  6806. o12.Rotation = Vector3.new(-179.999969, -69.3177338, -179.999985)
  6807. o12.Anchored = true
  6808. o12.CanCollide = false
  6809. o12.FormFactor = Enum.FormFactor.Custom
  6810. o12.Size = Vector3.new(0.600000024, 0.200000003, 1)
  6811. o12.CFrame = CFrame.new(-12.7999144, 3.76992106, 50.5299988, -0.353160918, 1.74156298e-007, -0.935553372, -4.22077129e-008, 1, 1.87534141e-007, 0.935561061, 9.62157287e-008, -0.353164017)
  6812. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6813. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6814. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6815. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6816. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6817. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6818. o12.Color = Color3.new(0.388235, 0.372549, 0.384314)
  6819. o13.Parent = o12
  6820. o13.MeshId = "http://www.roblox.com/asset/?id=3270017"
  6821. o13.Scale = Vector3.new(0.340000004, 0.300000012, 0.300000012)
  6822. o13.MeshType = Enum.MeshType.FileMesh
  6823. o14.Name = "Breather"
  6824. o14.Parent = o1
  6825. o14.Material = Enum.Material.Metal
  6826. o14.BrickColor = BrickColor.new("Really black")
  6827. o14.Position = Vector3.new(-12.7419596, 3.69627094, 50.2550011)
  6828. o14.Rotation = Vector3.new(5.96738209e-006, 0.000100637961, -39.5510521)
  6829. o14.Anchored = true
  6830. o14.CanCollide = false
  6831. o14.FormFactor = Enum.FormFactor.Custom
  6832. o14.Shape = Enum.PartType.Cylinder
  6833. o14.Size = Vector3.new(0.600000024, 0.340000093, 0.25000003)
  6834. o14.CFrame = CFrame.new(-12.7419596, 3.69627094, 50.2550011, 0.771050453, 0.636759639, 1.75646369e-006, -0.636765182, 0.771057129, -1.04150445e-007, -1.31184265e-006, -9.5997575e-007, 0.999999762)
  6835. o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6836. o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6837. o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6838. o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6839. o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6840. o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6841. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6842. o15.Name = "Breather"
  6843. o15.Parent = o1
  6844. o15.Material = Enum.Material.Metal
  6845. o15.BrickColor = BrickColor.new("Really black")
  6846. o15.Position = Vector3.new(-12.5337915, 3.51434994, 50.2550011)
  6847. o15.Rotation = Vector3.new(5.96738209e-006, 0.000100637961, -39.5510521)
  6848. o15.Anchored = true
  6849. o15.CanCollide = false
  6850. o15.FormFactor = Enum.FormFactor.Custom
  6851. o15.Shape = Enum.PartType.Cylinder
  6852. o15.Size = Vector3.new(0.200000003, 0.340000093, 0.350000024)
  6853. o15.CFrame = CFrame.new(-12.5337915, 3.51434994, 50.2550011, 0.771050453, 0.636759639, 1.75646369e-006, -0.636765182, 0.771057129, -1.04150445e-007, -1.31184265e-006, -9.5997575e-007, 0.999999762)
  6854. o15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6855. o15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6856. o15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6857. o15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6858. o15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6859. o15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6860. o15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6861. o16.Name = "Breather"
  6862. o16.Parent = o1
  6863. o16.Material = Enum.Material.Metal
  6864. o16.BrickColor = BrickColor.new("Really black")
  6865. o16.Position = Vector3.new(-12.7920103, 3.39220095, 49.784256)
  6866. o16.Rotation = Vector3.new(10.8745985, 48.2677155, -21.6106548)
  6867. o16.Anchored = true
  6868. o16.CanCollide = false
  6869. o16.FormFactor = Enum.FormFactor.Custom
  6870. o16.Shape = Enum.PartType.Cylinder
  6871. o16.Size = Vector3.new(0.230000019, 0.540000081, 0.75)
  6872. o16.CFrame = CFrame.new(-12.7920103, 3.39220095, 49.784256, 0.618847609, 0.24515225, 0.746263206, -0.230788618, 0.96486491, -0.125580132, -0.75083673, -0.0945150182, 0.653688967)
  6873. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6874. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6875. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6876. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6877. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6878. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6879. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6880. o17.Name = "Breather"
  6881. o17.Parent = o1
  6882. o17.Material = Enum.Material.Metal
  6883. o17.BrickColor = BrickColor.new("Really black")
  6884. o17.Position = Vector3.new(-12.8723783, 3.42192006, 49.8816109)
  6885. o17.Rotation = Vector3.new(10.8745985, 48.2677155, -21.6106548)
  6886. o17.Anchored = true
  6887. o17.CanCollide = false
  6888. o17.FormFactor = Enum.FormFactor.Custom
  6889. o17.Shape = Enum.PartType.Cylinder
  6890. o17.Size = Vector3.new(0.370000005, 0.540000081, 0.310000002)
  6891. o17.CFrame = CFrame.new(-12.8723783, 3.42192006, 49.8816109, 0.618847609, 0.24515225, 0.746263206, -0.230788618, 0.96486491, -0.125580132, -0.75083673, -0.0945150182, 0.653688967)
  6892. o17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6893. o17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6894. o17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6895. o17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6896. o17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6897. o17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6898. o17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6899. function onTouched(hit)
  6900. local d = hit.Parent:GetChildren()
  6901. for i=1, #d do
  6902. if (d[i].className == "Hat") then
  6903. d[i]:remove()
  6904. end
  6905. end
  6906. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Face") == nil then
  6907. local g = o1:clone()
  6908. g.Parent = hit.Parent
  6909. local C = g:GetChildren()
  6910. for i=1, #C do
  6911. if C[i].className == "Part" then
  6912. local W = Instance.new("Weld")
  6913. W.Part0 = g.Middle
  6914. W.Part1 = C[i]
  6915. local CJ = CFrame.new(g.Middle.Position)
  6916. local C0 = g.Middle.CFrame:inverse()*CJ
  6917. local C1 = C[i].CFrame:inverse()*CJ
  6918. W.C0 = C0
  6919. W.C1 = C1
  6920. W.Parent = g.Middle
  6921. g.Middle.Transparency = 1
  6922. end
  6923. local Y = Instance.new("Weld")
  6924. Y.Part0 = hit.Parent.Head
  6925. Y.Part1 = g.Middle
  6926. Y.C0 = CFrame.new(0, 0, 0)
  6927. Y.Parent = Y.Part0
  6928. end
  6929.  
  6930. local h = g:GetChildren()
  6931. for i = 1, # h do
  6932. h[i].Anchored = false
  6933. h[i].CanCollide = false
  6934. end
  6935.  
  6936. end
  6937. end
  6938.  
  6939. onTouched(game.Players.LocalPlayer.Character.Head)
  6940. end
  6941. end)
  6942.  
  6943. Mustard2.MouseButton1Down:connect(function()
  6944. --MUSTARD GAS BY DMS
  6945. GasMask = true
  6946. xd = Instance.new("Tool")
  6947. xdd = Instance.new("Part")
  6948. xddd = Instance.new("Part")
  6949. xdddd = Instance.new("Part")
  6950. xddddd = Instance.new("Smoke")
  6951. xdddddd = Instance.new("Smoke")
  6952. xddddddd = Instance.new("Smoke")
  6953. xdddddddd = Instance.new("Part")
  6954. xddddddddd = Instance.new("Part")
  6955. xd0 = Instance.new("Part")
  6956. xd.Name = "Mustard Gas Grenade"
  6957. xd.Parent = game.Players.LocalPlayer.Backpack
  6958. xdd.Parent = xd
  6959. xdd.Material = Enum.Material.SmoothPlastic
  6960. xdd.BrickColor = BrickColor.new("Deep orange")
  6961. xdd.Position = Vector3.new(-9.08949184, 0.563135147, 33.200779)
  6962. xdd.Rotation = Vector3.new(-0, 0, -90)
  6963. xdd.CanCollide = false
  6964. xdd.Shape = Enum.PartType.Cylinder
  6965. xdd.Size = Vector3.new(0.26000011, 0.819999993, 1)
  6966. xdd.CFrame = CFrame.new(-9.08949184, 0.563135147, 33.200779, 0, 1, 0, -1, 0, 0, 0, 0, 1)
  6967. xdd.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6968. xdd.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6969. xdd.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6970. xdd.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6971. xdd.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6972. xdd.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6973. xdd.Color = Color3.new(1, 0.686275, 0)
  6974. xddd.Parent = xd
  6975. xddd.Material = Enum.Material.SmoothPlastic
  6976. xddd.BrickColor = BrickColor.new("Really black")
  6977. xddd.Position = Vector3.new(-9.09000397, 0.615009904, 33.2000046)
  6978. xddd.Rotation = Vector3.new(-0, 0, 90)
  6979. xddd.CanCollide = false
  6980. xddd.Shape = Enum.PartType.Cylinder
  6981. xddd.Size = Vector3.new(1.21000016, 0.799999952, 1)
  6982. xddd.CFrame = CFrame.new(-9.09000397, 0.615009904, 33.2000046, 0, -1, 0, 1, 0, 0, 0, 0, 1)
  6983. xddd.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6984. xddd.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6985. xddd.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6986. xddd.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6987. xddd.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6988. xddd.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6989. xddd.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6990. xdddd.Parent = xd
  6991. xdddd.Material = Enum.Material.SmoothPlastic
  6992. xdddd.BrickColor = BrickColor.new("Dark stone grey")
  6993. xdddd.Position = Vector3.new(-9.09270954, 1.33200657, 33.2021408)
  6994. xdddd.CanCollide = false
  6995. xdddd.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6996. xdddd.CFrame = CFrame.new(-9.09270954, 1.33200657, 33.2021408, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6997. xdddd.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6998. xdddd.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6999. xdddd.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7000. xdddd.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7001. xdddd.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7002. xdddd.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7003. xdddd.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7004. xddddd.Parent = xdddd
  7005. xddddd.Color = Color3.new(0.756863, 0.584314, 0.0588235)
  7006. xddddd.Opacity = 1
  7007. xddddd.RiseVelocity = 4
  7008. xdddddd.Parent = xdddd
  7009. xdddddd.Color = Color3.new(0.756863, 0.584314, 0.0588235)
  7010. xdddddd.Opacity = 1
  7011. xdddddd.RiseVelocity = 4
  7012. xddddddd.Parent = xdddd
  7013. xddddddd.Color = Color3.new(0.756863, 0.584314, 0.0588235)
  7014. xddddddd.Opacity = 1
  7015. xddddddd.RiseVelocity = 4
  7016. xdddddddd.Parent = xd
  7017. xdddddddd.Material = Enum.Material.SmoothPlastic
  7018. xdddddddd.BrickColor = BrickColor.new("Deep orange")
  7019. xdddddddd.Position = Vector3.new(-9.08949184, 0.899091303, 33.200779)
  7020. xdddddddd.Rotation = Vector3.new(-0, 0, 90)
  7021. xdddddddd.CanCollide = false
  7022. xdddddddd.Shape = Enum.PartType.Cylinder
  7023. xdddddddd.Size = Vector3.new(0.200000003, 0.819999993, 1)
  7024. xdddddddd.CFrame = CFrame.new(-9.08949184, 0.899091303, 33.200779, 0, -1, 0, 1, 0, 0, 0, 0, 1)
  7025. xdddddddd.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7026. xdddddddd.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7027. xdddddddd.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7028. xdddddddd.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7029. xdddddddd.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7030. xdddddddd.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7031. xdddddddd.Color = Color3.new(1, 0.686275, 0)
  7032. xddddddddd.Parent = xd
  7033. xddddddddd.Material = Enum.Material.SmoothPlastic
  7034. xddddddddd.BrickColor = BrickColor.new("Black")
  7035. xddddddddd.Position = Vector3.new(-9.09270954, 1.26311076, 33.2003593)
  7036. xddddddddd.Rotation = Vector3.new(-0, 0, 90)
  7037. xddddddddd.CanCollide = false
  7038. xddddddddd.Shape = Enum.PartType.Cylinder
  7039. xddddddddd.Size = Vector3.new(0.200000003, 0.799999952, 0.540000021)
  7040. xddddddddd.CFrame = CFrame.new(-9.09270954, 1.26311076, 33.2003593, 0, -1, 0, 1, 0, 0, 0, 0, 1)
  7041. xddddddddd.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7042. xddddddddd.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7043. xddddddddd.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7044. xddddddddd.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7045. xddddddddd.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7046. xddddddddd.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7047. xddddddddd.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7048. xd0.Name = "Handle"
  7049. xd0.Parent = xd
  7050. xd0.BrickColor = BrickColor.new("Earth green")
  7051. xd0.Transparency = 1
  7052. xd0.Position = Vector3.new(-9.11234188, 0.5, 33.1982155)
  7053. xd0.Rotation = Vector3.new(0, 90, 0)
  7054. xd0.CanCollide = false
  7055. xd0.FormFactor = Enum.FormFactor.Custom
  7056. xd0.Size = Vector3.new(0.800000131, 0.920000255, 0.799998164)
  7057. xd0.CFrame = CFrame.new(-9.11234188, 0.5, 33.1982155, -0, 0, 1, 0, 1, 0, -1, 0, 0)
  7058. xd0.BottomSurface = Enum.SurfaceType.Smooth
  7059. xd0.TopSurface = Enum.SurfaceType.Smooth
  7060. xd0.Color = Color3.new(0.152941, 0.27451, 0.176471)
  7061. KILLPART = Instance.new("Part")
  7062. KILLPART.Size = Vector3.new(16,16,16)
  7063. KILLPART.Name = "TOUCHPART"
  7064. KILLPART.Anchored = true
  7065. KILLPART.BrickColor = BrickColor.new("Black")
  7066. KILLPART.Transparency = 1
  7067. KILLPART.CanCollide = false
  7068. KILLPART.CFrame = xd0.CFrame
  7069. KILLPART.Parent = workspace
  7070. KILLPART.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7071. Gas = Instance.new("Sound")
  7072. Gas.Parent = xd0
  7073. Gas.Volume = 0.8
  7074. Gas.Looped = true
  7075. Gas.SoundId = "http://www.roblox.com/asset/?id=137065982"
  7076. Gas.Pitch = 1
  7077. Gas.Name = "Sound"
  7078. ison = false
  7079. function Weld(x,y)
  7080. local W = Instance.new("Weld")
  7081. W.Part0 = x
  7082. W.Part1 = y
  7083. local CJ = CFrame.new(x.Position)
  7084. local C0 = x.CFrame:inverse()*CJ
  7085. local C1 = y.CFrame:inverse()*CJ
  7086. W.C0 = C0
  7087. W.C1 = C1
  7088. W.Parent = x
  7089. end
  7090.  
  7091. function Get(A)
  7092. if A.className == "Part" then
  7093. Weld(xd.Handle, A)
  7094. A.Anchored = false
  7095. A.CanCollide = false
  7096. else
  7097. local C = A:GetChildren()
  7098. for i=1, #C do
  7099. Get(C[i])
  7100. end
  7101. end
  7102. end
  7103.  
  7104. function Finale()
  7105. Get(xd)
  7106. end
  7107. function XDdd ()
  7108. ison = true
  7109. end
  7110. function Xddd ()
  7111. ison = false
  7112. end function lol () xdg = true Gas.Playing = true KILLPART.Parent = workspace while xdg == true do wait() KILLPART.CFrame = xd0.CFrame end end
  7113. function Posijew ()
  7114. KILLPART.CFrame = xd0.CFrame
  7115. end function loln () KILLPART.Parent = game Gas.Playing = false xdg = false end
  7116. xdg = false
  7117. xd.Equipped:connect(XDdd)
  7118. xd.Unequipped:connect(Xddd)
  7119. xd.Equipped:connect(Finale)
  7120. xd.Equipped:connect(lol)
  7121. xd.Unequipped:connect(loln)
  7122. xd.Unequipped:connect(Finale)
  7123. Finale()
  7124. function Kill (Part)
  7125. for i,v in pairs(Part.Parent:GetChildren()) do
  7126. if v:IsA("Humanoid") and v.Parent.Name ~= game.Players.LocalPlayer.Name then
  7127. v:Destroy()
  7128. end end
  7129. end
  7130. KILLPART.Touched:connect(Kill)
  7131. if GasMask == true then
  7132. o1 = Instance.new("Model")
  7133. o2 = Instance.new("Part")
  7134. o3 = Instance.new("SpecialMesh")
  7135. o4 = Instance.new("Part")
  7136. o5 = Instance.new("Part")
  7137. o6 = Instance.new("Part")
  7138. o7 = Instance.new("SpecialMesh")
  7139. o8 = Instance.new("Part")
  7140. o9 = Instance.new("Part")
  7141. o10 = Instance.new("SpecialMesh")
  7142. o11 = Instance.new("Part")
  7143. o12 = Instance.new("Part")
  7144. o13 = Instance.new("SpecialMesh")
  7145. o14 = Instance.new("Part")
  7146. o15 = Instance.new("Part")
  7147. o16 = Instance.new("Part")
  7148. o17 = Instance.new("Part")
  7149. o1.Name = "MODEL"
  7150. o2.Name = "Middle"
  7151. o2.Parent = o1
  7152. o2.BrickColor = BrickColor.new("Pastel brown")
  7153. o2.Transparency = 1
  7154. o2.Position = Vector3.new(-13.5356159, 3.71991396, 50.2649117)
  7155. o2.Rotation = Vector3.new(-5.66336393, -89.7626114, -5.66246414)
  7156. o2.Anchored = true
  7157. o2.FormFactor = Enum.FormFactor.Custom
  7158. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7159. o2.CFrame = CFrame.new(-13.5356159, 3.71991396, 50.2649117, 1.75646369e-006, 1.74156298e-007, -0.999991417, -1.04150445e-007, 1, 1.60883403e-007, 0.999999762, 9.62157287e-008, 1.6223396e-006)
  7160. o2.BottomSurface = Enum.SurfaceType.Smooth
  7161. o2.TopSurface = Enum.SurfaceType.Smooth
  7162. o2.Color = Color3.new(1, 0.8, 0.6)
  7163. o3.Parent = o2
  7164. o3.Scale = Vector3.new(6.25, 6.25, 6.25)
  7165. o3.MeshType = Enum.MeshType.FileMesh
  7166. o4.Name = "Lense 1"
  7167. o4.Parent = o1
  7168. o4.Material = Enum.Material.Metal
  7169. o4.Transparency = 0.050000011920929
  7170. o4.Position = Vector3.new(-12.900528, 3.77991295, 50.5080605)
  7171. o4.Rotation = Vector3.new(-180, 20.6807137, -179.999985)
  7172. o4.Anchored = true
  7173. o4.CanCollide = false
  7174. o4.FormFactor = Enum.FormFactor.Custom
  7175. o4.Shape = Enum.PartType.Cylinder
  7176. o4.Size = Vector3.new(0.200000003, 0.320000023, 0.939999998)
  7177. o4.CFrame = CFrame.new(-12.900528, 3.77991295, 50.5080605, -0.935553849, 3.06141374e-007, 0.353159934, 3.19927466e-007, 1, 2.01617603e-008, -0.353163034, 1.1997561e-007, -0.935561478)
  7178. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7179. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7180. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7181. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7182. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7183. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7184. o5.Name = "Lense2"
  7185. o5.Parent = o1
  7186. o5.Material = Enum.Material.Metal
  7187. o5.Transparency = 0.050000011920929
  7188. o5.Position = Vector3.new(-12.8961124, 3.77492094, 50.0302277)
  7189. o5.Rotation = Vector3.new(-180, -23.8323021, -179.999985)
  7190. o5.Anchored = true
  7191. o5.CanCollide = false
  7192. o5.FormFactor = Enum.FormFactor.Custom
  7193. o5.Shape = Enum.PartType.Cylinder
  7194. o5.Size = Vector3.new(0.200000003, 0.330000043, 0.99000001)
  7195. o5.CFrame = CFrame.new(-12.8961124, 3.77492094, 50.0302277, -0.914722979, 2.85652249e-007, -0.404061079, 2.36339361e-007, 1, 1.37493373e-007, 0.404064298, 2.15865228e-008, -0.914730668)
  7196. o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7197. o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7198. o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7199. o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7200. o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7201. o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7202. o6.Name = "Handle"
  7203. o6.Parent = o1
  7204. o6.Material = Enum.Material.Metal
  7205. o6.BrickColor = BrickColor.new("Really black")
  7206. o6.Position = Vector3.new(-12.8799381, 3.69992495, 50.2599869)
  7207. o6.Rotation = Vector3.new(-90, 9.97842108e-006, -89.9999008)
  7208. o6.Anchored = true
  7209. o6.CanCollide = false
  7210. o6.FormFactor = Enum.FormFactor.Plate
  7211. o6.Size = Vector3.new(1, 0.400000006, 1)
  7212. o6.CFrame = CFrame.new(-12.8799381, 3.69992495, 50.2599869, 1.75646369e-006, 0.999991417, 1.74156298e-007, -1.04150445e-007, -1.60883403e-007, 1, 0.999999762, -1.6223396e-006, 9.62157287e-008)
  7213. o6.BottomSurface = Enum.SurfaceType.Weld
  7214. o6.TopSurface = Enum.SurfaceType.Smooth
  7215. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7216. o7.Parent = o6
  7217. o7.MeshId = "http://www.roblox.com/asset/?id=5158270"
  7218. o7.Scale = Vector3.new(0.140000001, 0.170000002, 0.100000001)
  7219. o7.MeshType = Enum.MeshType.FileMesh
  7220. o8.Name = "Straps"
  7221. o8.Parent = o1
  7222. o8.Material = Enum.Material.Fabric
  7223. o8.BrickColor = BrickColor.new("Really black")
  7224. o8.Position = Vector3.new(-13.5199518, 3.48991394, 50.2599869)
  7225. o8.Rotation = Vector3.new(5.96738209e-006, 0.000100637961, 89.9999924)
  7226. o8.Anchored = true
  7227. o8.CanCollide = false
  7228. o8.FormFactor = Enum.FormFactor.Custom
  7229. o8.Shape = Enum.PartType.Cylinder
  7230. o8.Size = Vector3.new(0.200000003, 1.49000013, 1.25999999)
  7231. o8.CFrame = CFrame.new(-13.5199518, 3.48991394, 50.2599869, 1.44325043e-007, -0.999991238, 1.75646369e-006, 0.999999881, 1.31081052e-007, -1.04150445e-007, 9.48765404e-008, 1.6242019e-006, 0.999999762)
  7232. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7233. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7234. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7235. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7236. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7237. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7238. o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7239. o9.Name = "Ring2"
  7240. o9.Parent = o1
  7241. o9.BrickColor = BrickColor.new("Dark stone grey")
  7242. o9.Position = Vector3.new(-12.8061161, 3.77991295, 49.9993477)
  7243. o9.Rotation = Vector3.new(-1.48261315e-005, -66.1664276, -2.4695395e-005)
  7244. o9.Anchored = true
  7245. o9.CanCollide = false
  7246. o9.FormFactor = Enum.FormFactor.Custom
  7247. o9.Size = Vector3.new(0.600000024, 0.200000003, 1)
  7248. o9.CFrame = CFrame.new(-12.8061161, 3.77991295, 49.9993477, 0.404059976, 1.74156298e-007, -0.914723039, -1.6136562e-007, 1, 1.0455733e-007, 0.914730787, 9.62157287e-008, 0.404063195)
  7249. o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7250. o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7251. o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7252. o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7253. o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7254. o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7255. o9.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7256. o10.Parent = o9
  7257. o10.MeshId = "http://www.roblox.com/asset/?id=3270017"
  7258. o10.Scale = Vector3.new(0.340000004, 0.300000012, 0.300000012)
  7259. o10.MeshType = Enum.MeshType.FileMesh
  7260. o11.Name = "Straps"
  7261. o11.Parent = o1
  7262. o11.Material = Enum.Material.Fabric
  7263. o11.BrickColor = BrickColor.new("Really black")
  7264. o11.Position = Vector3.new(-13.5199518, 4.00991392, 50.2599869)
  7265. o11.Rotation = Vector3.new(5.96738209e-006, 0.000100637961, 89.9999924)
  7266. o11.Anchored = true
  7267. o11.CanCollide = false
  7268. o11.FormFactor = Enum.FormFactor.Custom
  7269. o11.Shape = Enum.PartType.Cylinder
  7270. o11.Size = Vector3.new(0.200000003, 1.49000013, 1.25999999)
  7271. o11.CFrame = CFrame.new(-13.5199518, 4.00991392, 50.2599869, 1.44325043e-007, -0.999991238, 1.75646369e-006, 0.999999881, 1.31081052e-007, -1.04150445e-007, 9.48765404e-008, 1.6242019e-006, 0.999999762)
  7272. o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7273. o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7274. o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7275. o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7276. o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7277. o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7278. o11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7279. o12.Name = "Ring1"
  7280. o12.Parent = o1
  7281. o12.BrickColor = BrickColor.new("Dark stone grey")
  7282. o12.Position = Vector3.new(-12.7999144, 3.76992106, 50.5299988)
  7283. o12.Rotation = Vector3.new(-179.999969, -69.3177338, -179.999985)
  7284. o12.Anchored = true
  7285. o12.CanCollide = false
  7286. o12.FormFactor = Enum.FormFactor.Custom
  7287. o12.Size = Vector3.new(0.600000024, 0.200000003, 1)
  7288. o12.CFrame = CFrame.new(-12.7999144, 3.76992106, 50.5299988, -0.353160918, 1.74156298e-007, -0.935553372, -4.22077129e-008, 1, 1.87534141e-007, 0.935561061, 9.62157287e-008, -0.353164017)
  7289. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7290. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7291. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7292. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7293. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7294. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7295. o12.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7296. o13.Parent = o12
  7297. o13.MeshId = "http://www.roblox.com/asset/?id=3270017"
  7298. o13.Scale = Vector3.new(0.340000004, 0.300000012, 0.300000012)
  7299. o13.MeshType = Enum.MeshType.FileMesh
  7300. o14.Name = "Breather"
  7301. o14.Parent = o1
  7302. o14.Material = Enum.Material.Metal
  7303. o14.BrickColor = BrickColor.new("Really black")
  7304. o14.Position = Vector3.new(-12.7419596, 3.69627094, 50.2550011)
  7305. o14.Rotation = Vector3.new(5.96738209e-006, 0.000100637961, -39.5510521)
  7306. o14.Anchored = true
  7307. o14.CanCollide = false
  7308. o14.FormFactor = Enum.FormFactor.Custom
  7309. o14.Shape = Enum.PartType.Cylinder
  7310. o14.Size = Vector3.new(0.600000024, 0.340000093, 0.25000003)
  7311. o14.CFrame = CFrame.new(-12.7419596, 3.69627094, 50.2550011, 0.771050453, 0.636759639, 1.75646369e-006, -0.636765182, 0.771057129, -1.04150445e-007, -1.31184265e-006, -9.5997575e-007, 0.999999762)
  7312. o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7313. o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7314. o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7315. o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7316. o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7317. o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7318. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7319. o15.Name = "Breather"
  7320. o15.Parent = o1
  7321. o15.Material = Enum.Material.Metal
  7322. o15.BrickColor = BrickColor.new("Really black")
  7323. o15.Position = Vector3.new(-12.5337915, 3.51434994, 50.2550011)
  7324. o15.Rotation = Vector3.new(5.96738209e-006, 0.000100637961, -39.5510521)
  7325. o15.Anchored = true
  7326. o15.CanCollide = false
  7327. o15.FormFactor = Enum.FormFactor.Custom
  7328. o15.Shape = Enum.PartType.Cylinder
  7329. o15.Size = Vector3.new(0.200000003, 0.340000093, 0.350000024)
  7330. o15.CFrame = CFrame.new(-12.5337915, 3.51434994, 50.2550011, 0.771050453, 0.636759639, 1.75646369e-006, -0.636765182, 0.771057129, -1.04150445e-007, -1.31184265e-006, -9.5997575e-007, 0.999999762)
  7331. o15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7332. o15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7333. o15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7334. o15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7335. o15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7336. o15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7337. o15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7338. o16.Name = "Breather"
  7339. o16.Parent = o1
  7340. o16.Material = Enum.Material.Metal
  7341. o16.BrickColor = BrickColor.new("Really black")
  7342. o16.Position = Vector3.new(-12.7920103, 3.39220095, 49.784256)
  7343. o16.Rotation = Vector3.new(10.8745985, 48.2677155, -21.6106548)
  7344. o16.Anchored = true
  7345. o16.CanCollide = false
  7346. o16.FormFactor = Enum.FormFactor.Custom
  7347. o16.Shape = Enum.PartType.Cylinder
  7348. o16.Size = Vector3.new(0.230000019, 0.540000081, 0.75)
  7349. o16.CFrame = CFrame.new(-12.7920103, 3.39220095, 49.784256, 0.618847609, 0.24515225, 0.746263206, -0.230788618, 0.96486491, -0.125580132, -0.75083673, -0.0945150182, 0.653688967)
  7350. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7351. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7352. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7353. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7354. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7355. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7356. o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7357. o17.Name = "Breather"
  7358. o17.Parent = o1
  7359. o17.Material = Enum.Material.Metal
  7360. o17.BrickColor = BrickColor.new("Really black")
  7361. o17.Position = Vector3.new(-12.8723783, 3.42192006, 49.8816109)
  7362. o17.Rotation = Vector3.new(10.8745985, 48.2677155, -21.6106548)
  7363. o17.Anchored = true
  7364. o17.CanCollide = false
  7365. o17.FormFactor = Enum.FormFactor.Custom
  7366. o17.Shape = Enum.PartType.Cylinder
  7367. o17.Size = Vector3.new(0.370000005, 0.540000081, 0.310000002)
  7368. o17.CFrame = CFrame.new(-12.8723783, 3.42192006, 49.8816109, 0.618847609, 0.24515225, 0.746263206, -0.230788618, 0.96486491, -0.125580132, -0.75083673, -0.0945150182, 0.653688967)
  7369. o17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7370. o17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7371. o17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7372. o17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7373. o17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7374. o17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7375. o17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7376. function onTouched(hit)
  7377. local d = hit.Parent:GetChildren()
  7378. for i=1, #d do
  7379. if (d[i].className == "Hat") then
  7380. d[i]:remove()
  7381. end
  7382. end
  7383. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Face") == nil then
  7384. local g = o1:clone()
  7385. g.Parent = hit.Parent
  7386. local C = g:GetChildren()
  7387. for i=1, #C do
  7388. if C[i].className == "Part" then
  7389. local W = Instance.new("Weld")
  7390. W.Part0 = g.Middle
  7391. W.Part1 = C[i]
  7392. local CJ = CFrame.new(g.Middle.Position)
  7393. local C0 = g.Middle.CFrame:inverse()*CJ
  7394. local C1 = C[i].CFrame:inverse()*CJ
  7395. W.C0 = C0
  7396. W.C1 = C1
  7397. W.Parent = g.Middle
  7398. g.Middle.Transparency = 1
  7399. end
  7400. local Y = Instance.new("Weld")
  7401. Y.Part0 = hit.Parent.Head
  7402. Y.Part1 = g.Middle
  7403. Y.C0 = CFrame.new(0, 0, 0)
  7404. Y.Parent = Y.Part0
  7405. end
  7406.  
  7407. local h = g:GetChildren()
  7408. for i = 1, # h do
  7409. h[i].Anchored = false
  7410. h[i].CanCollide = false
  7411. end
  7412.  
  7413. end
  7414. end
  7415.  
  7416. onTouched(game.Players.LocalPlayer.Character.Head)
  7417. end
  7418. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement