Advertisement
loler222444

GuiNew

Nov 11th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 401.12 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local MainFrame = Instance.new("Frame")
  5. local MBar1 = Instance.new("Frame")
  6. local ExitMFrame = Instance.new("TextLabel")
  7. local BruhMain = Instance.new("TextLabel")
  8. local RapeVan = Instance.new("TextButton")
  9. local MusicGUI = Instance.new("TextButton")
  10. local Grabknife = Instance.new("TextButton")
  11. local MoreComing2 = Instance.new("TextButton")
  12. local TrollGui = Instance.new("TextButton")
  13. local MoreComing1 = Instance.new("TextButton")
  14.  
  15. -- Properties
  16.  
  17. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  18.  
  19. MainFrame.Name = "MainFrame"
  20. MainFrame.Parent = ScreenGui
  21. MainFrame.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  22. MainFrame.Position = UDim2.new(0.0031595577, 0, 0.361858189, 0)
  23. MainFrame.Size = UDim2.new(0.314375967, 0, 0.251833737, 0)
  24.  
  25. MBar1.Name = "MBar1"
  26. MBar1.Parent = MainFrame
  27. MBar1.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  28. MBar1.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  29. MBar1.Size = UDim2.new(1, 0, 0.100000001, 0)
  30.  
  31. ExitMFrame.Name = "ExitMFrame"
  32. ExitMFrame.Parent = MainFrame
  33. ExitMFrame.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  34. ExitMFrame.BorderSizePixel = 0
  35. ExitMFrame.Position = UDim2.new(0.832117438, 0, 0, 0)
  36. ExitMFrame.Size = UDim2.new(0.161175907, 0, 0.0905077234, 0)
  37. ExitMFrame.Font = Enum.Font.Cartoon
  38. ExitMFrame.FontSize = Enum.FontSize.Size28
  39. ExitMFrame.Text = "X"
  40. ExitMFrame.TextColor3 = Color3.new(1, 1, 1)
  41. ExitMFrame.TextScaled = true
  42. ExitMFrame.TextSize = 25
  43. ExitMFrame.TextWrapped = true
  44.  
  45. ExitMFrame.MouseEnter:connect(function()
  46. MainFrame.Visible = false
  47. end)
  48.  
  49. BruhMain.Name = "BruhMain"
  50. BruhMain.Parent = MainFrame
  51. BruhMain.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  52. BruhMain.BorderSizePixel = 0
  53. BruhMain.Position = UDim2.new(0.00749655347, 0, 0, 0)
  54. BruhMain.Size = UDim2.new(0.371079415, 0, 0.0905077234, 0)
  55. BruhMain.Font = Enum.Font.Cartoon
  56. BruhMain.FontSize = Enum.FontSize.Size28
  57. BruhMain.Text = "Bruh Gui - Kelvin2432"
  58. BruhMain.TextColor3 = Color3.new(1, 1, 1)
  59. BruhMain.TextScaled = true
  60. BruhMain.TextSize = 25
  61. BruhMain.TextWrapped = true
  62.  
  63. RapeVan.Name = "RapeVan"
  64. RapeVan.Parent = MainFrame
  65. RapeVan.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  66. RapeVan.BorderColor3 = Color3.new(1, 1, 1)
  67. RapeVan.BorderSizePixel = 5
  68. RapeVan.Position = UDim2.new(0.034361884, 0, 0.140883982, 0)
  69. RapeVan.Size = UDim2.new(0.442296654, 0, 0.216335535, 0)
  70. RapeVan.Font = Enum.Font.Cartoon
  71. RapeVan.FontSize = Enum.FontSize.Size32
  72. RapeVan.Text = "Rape Van"
  73. RapeVan.TextColor3 = Color3.new(1, 1, 1)
  74. RapeVan.TextSize = 30
  75.  
  76. RapeVan.MouseButton1Down:connect(function()
  77. local VanGui = Instance.new("ScreenGui")
  78. local Van = Instance.new("Frame")
  79. local idk = Instance.new("TextBox")
  80. local dsa = Instance.new("TextButton")
  81.  
  82. VanGui.Name = "ufo"
  83. VanGui.Parent = game.Players.LocalPlayer.PlayerGui
  84.  
  85. Van.Name = "ufo"
  86. Van.Parent = VanGui
  87. Van.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  88. Van.BorderColor3 = Color3.new(0, 0, 0)
  89. Van.Position = UDim2.new(0, 5, 0.8, 0)
  90. Van.Size = UDim2.new(0, 200, 0, 45)
  91.  
  92. idk.Name = "idk"
  93. idk.Parent = Van
  94. idk.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  95. idk.BorderColor3 = Color3.new(0, 0, 0)
  96. idk.Size = UDim2.new(1, 0, 0, 20)
  97. idk.Font = Enum.Font.SciFi
  98. idk.FontSize = Enum.FontSize.Size14
  99. idk.Text = "Username"
  100. idk.TextColor3 = Color3.new(1, 1, 1)
  101. idk.TextScaled = true
  102. idk.TextStrokeTransparency = 0
  103. idk.TextWrapped = true
  104.  
  105. dsa.Name = "dsa"
  106. dsa.Parent = Van
  107. dsa.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  108. dsa.BorderColor3 = Color3.new(0, 0, 0)
  109. dsa.Position = UDim2.new(0, 0, 1, -25)
  110. dsa.Size = UDim2.new(1, 0, 0, 25)
  111. dsa.Font = Enum.Font.SciFi
  112. dsa.FontSize = Enum.FontSize.Size14
  113. dsa.Text = "Kidnap Dat Besh"
  114. dsa.TextColor3 = Color3.new(1, 1, 1)
  115. dsa.TextScaled = true
  116. dsa.TextStrokeTransparency = 0
  117. dsa.TextWrapped = true
  118.  
  119.  
  120. dsa.MouseButton1Click:connect(function()
  121. Victim = idk.Text
  122. o1 = Instance.new("Model")
  123. o2 = Instance.new("Part")
  124. o3 = Instance.new("CylinderMesh")
  125. o4 = Instance.new("Part")
  126. o5 = Instance.new("SpecialMesh")
  127. o6 = Instance.new("Part")
  128. o7 = Instance.new("SpecialMesh")
  129. o8 = Instance.new("Part")
  130. o9 = Instance.new("BlockMesh")
  131. o10 = Instance.new("Part")
  132. o11 = Instance.new("BlockMesh")
  133. o12 = Instance.new("Part")
  134. o13 = Instance.new("Part")
  135. o14 = Instance.new("BlockMesh")
  136. o15 = Instance.new("Part")
  137. o16 = Instance.new("SpecialMesh")
  138. o17 = Instance.new("Part")
  139. o18 = Instance.new("SpecialMesh")
  140. o19 = Instance.new("Part")
  141. o20 = Instance.new("SpecialMesh")
  142. o21 = Instance.new("Sound")
  143. o22 = Instance.new("Part")
  144. o23 = Instance.new("BlockMesh")
  145. o24 = Instance.new("Part")
  146. o25 = Instance.new("SpecialMesh")
  147. o26 = Instance.new("Part")
  148. o27 = Instance.new("BlockMesh")
  149. o28 = Instance.new("Part")
  150. o29 = Instance.new("SpecialMesh")
  151. o30 = Instance.new("Part")
  152. o31 = Instance.new("BlockMesh")
  153. o32 = Instance.new("Part")
  154. o33 = Instance.new("BlockMesh")
  155. o34 = Instance.new("Part")
  156. o35 = Instance.new("BlockMesh")
  157. o36 = Instance.new("Part")
  158. o37 = Instance.new("BlockMesh")
  159. o38 = Instance.new("Part")
  160. o39 = Instance.new("Part")
  161. o40 = Instance.new("BlockMesh")
  162. o41 = Instance.new("Part")
  163. o42 = Instance.new("BlockMesh")
  164. o43 = Instance.new("Part")
  165. o44 = Instance.new("BlockMesh")
  166. o45 = Instance.new("Part")
  167. o46 = Instance.new("SpecialMesh")
  168. o47 = Instance.new("Part")
  169. o48 = Instance.new("BlockMesh")
  170. o49 = Instance.new("Part")
  171. o50 = Instance.new("BlockMesh")
  172. o51 = Instance.new("Part")
  173. o52 = Instance.new("BlockMesh")
  174. o53 = Instance.new("Part")
  175. o54 = Instance.new("SpecialMesh")
  176. o55 = Instance.new("Part")
  177. o56 = Instance.new("SpecialMesh")
  178. o57 = Instance.new("Part")
  179. o58 = Instance.new("BlockMesh")
  180. o59 = Instance.new("Part")
  181. o60 = Instance.new("BlockMesh")
  182. o61 = Instance.new("Part")
  183. o62 = Instance.new("BlockMesh")
  184. o63 = Instance.new("Part")
  185. o64 = Instance.new("Part")
  186. o65 = Instance.new("Part")
  187. o66 = Instance.new("BlockMesh")
  188. o67 = Instance.new("Part")
  189. o68 = Instance.new("BlockMesh")
  190. o69 = Instance.new("Part")
  191. o70 = Instance.new("BlockMesh")
  192. o71 = Instance.new("Part")
  193. o72 = Instance.new("BlockMesh")
  194. o73 = Instance.new("Part")
  195. o74 = Instance.new("SpecialMesh")
  196. o75 = Instance.new("Decal")
  197. o76 = Instance.new("Part")
  198. o77 = Instance.new("Part")
  199. o78 = Instance.new("BlockMesh")
  200. o79 = Instance.new("Part")
  201. o80 = Instance.new("SpecialMesh")
  202. o81 = Instance.new("Decal")
  203. o82 = Instance.new("Part")
  204. o83 = Instance.new("SpecialMesh")
  205. o84 = Instance.new("Humanoid")
  206. o85 = Instance.new("Part")
  207. o86 = Instance.new("Part")
  208. o87 = Instance.new("Part")
  209. o88 = Instance.new("Decal")
  210. o89 = Instance.new("Motor6D")
  211. o90 = Instance.new("Motor6D")
  212. o91 = Instance.new("Motor6D")
  213. o92 = Instance.new("Motor6D")
  214. o93 = Instance.new("Motor6D")
  215. o94 = Instance.new("Part")
  216. o95 = Instance.new("Part")
  217. o96 = Instance.new("Part")
  218. o97 = Instance.new("Part")
  219. o98 = Instance.new("Part")
  220. o99 = Instance.new("Decal")
  221. o100 = Instance.new("Motor6D")
  222. o101 = Instance.new("Motor6D")
  223. o102 = Instance.new("Motor6D")
  224. o103 = Instance.new("Part")
  225. o104 = Instance.new("Part")
  226. o105 = Instance.new("Part")
  227. o106 = Instance.new("Part")
  228. o107 = Instance.new("Part")
  229. o108 = Instance.new("CylinderMesh")
  230. o109 = Instance.new("Part")
  231. o110 = Instance.new("CylinderMesh")
  232. o111 = Instance.new("Part")
  233. o112 = Instance.new("CylinderMesh")
  234. o113 = Instance.new("Part")
  235. o114 = Instance.new("CylinderMesh")
  236. o115 = Instance.new("Part")
  237. o116 = Instance.new("CylinderMesh")
  238. o117 = Instance.new("Part")
  239. o118 = Instance.new("CylinderMesh")
  240. o119 = Instance.new("Part")
  241. o120 = Instance.new("CylinderMesh")
  242. o121 = Instance.new("Part")
  243. o122 = Instance.new("SpecialMesh")
  244. o123 = Instance.new("Part")
  245. o124 = Instance.new("Decal")
  246. o1.Name = " "
  247. o1.Parent = workspace
  248. o2.Parent = o1
  249. o2.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  250. o2.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  251. o2.Anchored = true
  252. o2.FormFactor = Enum.FormFactor.Symmetric
  253. o2.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  254. 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)
  255. o3.Parent = o2
  256. o4.Parent = o1
  257. o4.BrickColor = BrickColor.new("Institutional white")
  258. o4.Position = Vector3.new(96.3181839, 7.00000668, 9.31151104)
  259. o4.Rotation = Vector3.new(90, 89.9314728, -90)
  260. o4.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  261. o4.Velocity = Vector3.new(-0.000346515269, 0.00201798417, -0.00195027643)
  262. o4.Anchored = true
  263. o4.FormFactor = Enum.FormFactor.Plate
  264. o4.Size = Vector3.new(1, 2.4000001, 2)
  265. o4.CFrame = CFrame.new(96.3181839, 7.00000668, 9.31151104, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  266. o4.BackSurface = Enum.SurfaceType.Weld
  267. o4.BottomSurface = Enum.SurfaceType.Weld
  268. o4.LeftSurface = Enum.SurfaceType.Weld
  269. o4.TopSurface = Enum.SurfaceType.Weld
  270. o4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  271. o5.Parent = o4
  272. o5.MeshType = Enum.MeshType.Wedge
  273. o6.Parent = o1
  274. o6.Material = Enum.Material.SmoothPlastic
  275. o6.BrickColor = BrickColor.new("Really black")
  276. o6.Transparency = 0.5
  277. o6.Position = Vector3.new(96.3181839, 7.00000668, 13.8115101)
  278. o6.Rotation = Vector3.new(90, 89.9440536, -90)
  279. o6.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  280. o6.Velocity = Vector3.new(0.000965324172, 0.00135755131, -0.00195027643)
  281. o6.Anchored = true
  282. o6.FormFactor = Enum.FormFactor.Plate
  283. o6.Size = Vector3.new(8, 2.4000001, 1.99999976)
  284. o6.CFrame = CFrame.new(96.3181839, 7.00000668, 13.8115101, 0, 3.96315798e-008, 0.999999523, 0, 1, -3.97370599e-008, -1, 0, 0)
  285. o6.BackSurface = Enum.SurfaceType.Weld
  286. o6.BottomSurface = Enum.SurfaceType.Weld
  287. o6.LeftSurface = Enum.SurfaceType.Weld
  288. o6.RightSurface = Enum.SurfaceType.Weld
  289. o6.TopSurface = Enum.SurfaceType.Weld
  290. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  291. o7.Parent = o6
  292. o7.MeshType = Enum.MeshType.Wedge
  293. o8.Parent = o1
  294. o8.BrickColor = BrickColor.new("Br. yellowish orange")
  295. o8.Position = Vector3.new(92.2182083, 4.00000715, 9.61151409)
  296. o8.Rotation = Vector3.new(-0, 0, -2.26619136e-006)
  297. o8.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  298. o8.Velocity = Vector3.new(-0.000475873821, 0.00227026758, -0.00119533995)
  299. o8.Anchored = true
  300. o8.FormFactor = Enum.FormFactor.Custom
  301. o8.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  302. o8.CFrame = CFrame.new(92.2182083, 4.00000715, 9.61151409, 0.999998808, 3.95524538e-008, 0, -3.98161575e-008, 1, 0, 0, 0, 1)
  303. o8.BackSurface = Enum.SurfaceType.Weld
  304. o8.BottomSurface = Enum.SurfaceType.Weld
  305. o8.FrontSurface = Enum.SurfaceType.Weld
  306. o8.LeftSurface = Enum.SurfaceType.Weld
  307. o8.RightSurface = Enum.SurfaceType.Weld
  308. o8.TopSurface = Enum.SurfaceType.Weld
  309. o8.Color = Color3.new(0.886275, 0.607843, 0.25098)
  310. o9.Parent = o8
  311. o10.Parent = o1
  312. o10.BrickColor = BrickColor.new("Institutional white")
  313. o10.Position = Vector3.new(105.317894, 8.40004158, 9.31151295)
  314. o10.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  315. o10.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  316. o10.Velocity = Vector3.new(-0.000245332019, 0.00136755884, -0.00436839834)
  317. o10.Anchored = true
  318. o10.CanCollide = false
  319. game.Players[Victim].Character.Humanoid.WalkSpeed = 0
  320. game.Players[Victim].Character.Humanoid.JumpPower = 0
  321. o10.FormFactor = Enum.FormFactor.Plate
  322. o10.Size = Vector3.new(14, 0.400000006, 1)
  323. o10.CFrame = CFrame.new(105.317894, 8.40004158, 9.31151295, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  324. o10.BackSurface = Enum.SurfaceType.Weld
  325. o10.BottomSurface = Enum.SurfaceType.Weld
  326. o10.FrontSurface = Enum.SurfaceType.Weld
  327. o10.LeftSurface = Enum.SurfaceType.Weld
  328. o10.RightSurface = Enum.SurfaceType.Weld
  329. o10.TopSurface = Enum.SurfaceType.Weld
  330. o10.Color = Color3.new(0.972549, 0.972549, 0.972549)
  331. o11.Parent = o10
  332. o12.Name = "DOOR"
  333. o12.Parent = o1
  334. o12.BrickColor = BrickColor.new("Institutional white")
  335. o12.Position = Vector3.new(103.708466, 5.81500626, 9.31151104)
  336. o12.Rotation = Vector3.new(-0, 0, -4.43210411e-006)
  337. o12.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  338. o12.Velocity = Vector3.new(-0.000432157307, 0.00148387556, -0.00427860441)
  339. o12.Anchored = true
  340. o12.CanCollide = false
  341. o12.FormFactor = Enum.FormFactor.Plate
  342. o12.Size = Vector3.new(5.22000027, 4.82999992, 1)
  343. o12.CFrame = CFrame.new(103.708466, 5.81500626, 9.31151104, 1, 7.73548052e-008, 0, -7.73548052e-008, 1, 0, 0, 0, 1)
  344. o12.BottomSurface = Enum.SurfaceType.Weld
  345. o12.LeftSurface = Enum.SurfaceType.Weld
  346. o12.RightSurface = Enum.SurfaceType.Weld
  347. o12.TopSurface = Enum.SurfaceType.Weld
  348. o12.Color = Color3.new(0.972549, 0.972549, 0.972549)
  349. o13.Parent = o1
  350. o13.BrickColor = BrickColor.new("White")
  351. o13.Position = Vector3.new(109.818169, 5.80000877, 9.31151104)
  352. o13.Rotation = Vector3.new(-0, 0, -2.25410599e-006)
  353. o13.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  354. o13.Velocity = Vector3.new(-0.00043324125, 0.00104231632, -0.006061906)
  355. o13.Anchored = true
  356. o13.FormFactor = Enum.FormFactor.Plate
  357. o13.Size = Vector3.new(7, 4.80000019, 1)
  358. o13.CFrame = CFrame.new(109.818169, 5.80000877, 9.31151104, 0.999996901, 3.9341451e-008, 0, -4.00270856e-008, 1, 0, 0, 0, 1)
  359. o13.BackSurface = Enum.SurfaceType.Weld
  360. o13.BottomSurface = Enum.SurfaceType.Weld
  361. o13.FrontSurface = Enum.SurfaceType.Weld
  362. o13.LeftSurface = Enum.SurfaceType.Weld
  363. o13.RightSurface = Enum.SurfaceType.Weld
  364. o13.TopSurface = Enum.SurfaceType.Weld
  365. o13.Color = Color3.new(0.94902, 0.952941, 0.952941)
  366. o14.Parent = o13
  367. o15.Parent = o1
  368. o15.BrickColor = BrickColor.new("Institutional white")
  369. o15.Position = Vector3.new(97.817894, 8.40000725, 13.8115139)
  370. o15.Rotation = Vector3.new(90, 89.960434, -90)
  371. o15.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  372. o15.Velocity = Vector3.new(0.00106650498, 0.00124916411, -0.00218200427)
  373. o15.Anchored = true
  374. o15.CanCollide = false
  375. o15.FormFactor = Enum.FormFactor.Plate
  376. o15.Size = Vector3.new(10, 0.400000006, 1)
  377. o15.CFrame = CFrame.new(97.817894, 8.40000725, 13.8115139, 0, 3.86294303e-008, 0.999999762, 0, 1, -3.86821704e-008, -1, 0, 0)
  378. o15.BackSurface = Enum.SurfaceType.Weld
  379. o15.BottomSurface = Enum.SurfaceType.Weld
  380. o15.TopSurface = Enum.SurfaceType.Weld
  381. o15.Color = Color3.new(0.972549, 0.972549, 0.972549)
  382. o16.Parent = o15
  383. o16.MeshType = Enum.MeshType.Wedge
  384. o17.Parent = o1
  385. o17.BrickColor = BrickColor.new("Institutional white")
  386. o17.Position = Vector3.new(96.3181839, 7.00000668, 18.3115101)
  387. o17.Rotation = Vector3.new(90, 89.9314728, -90)
  388. o17.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  389. o17.Velocity = Vector3.new(0.00227716356, 0.000697118347, -0.00195027643)
  390. o17.Anchored = true
  391. o17.FormFactor = Enum.FormFactor.Plate
  392. o17.Size = Vector3.new(1, 2.4000001, 2)
  393. o17.CFrame = CFrame.new(96.3181839, 7.00000668, 18.3115101, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  394. o17.BackSurface = Enum.SurfaceType.Weld
  395. o17.BottomSurface = Enum.SurfaceType.Weld
  396. o17.RightSurface = Enum.SurfaceType.Weld
  397. o17.TopSurface = Enum.SurfaceType.Weld
  398. o17.Color = Color3.new(0.972549, 0.972549, 0.972549)
  399. o18.Parent = o17
  400. o18.MeshType = Enum.MeshType.Wedge
  401. o19.Parent = o1
  402. o19.BrickColor = BrickColor.new("Institutional white")
  403. o19.Position = Vector3.new(93.8181839, 5.20000744, 13.8115101)
  404. o19.Rotation = Vector3.new(90, 89.8573456, -90)
  405. o19.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  406. o19.Velocity = Vector3.new(0.000835234998, 0.00153823046, -0.00148565089)
  407. o19.Anchored = true
  408. o19.FormFactor = Enum.FormFactor.Plate
  409. o19.Size = Vector3.new(10, 1.20000005, 3)
  410. o19.CFrame = CFrame.new(93.8181839, 5.20000744, 13.8115101, 0, 3.77325726e-008, 0.999996901, 0, 1, -3.84182002e-008, -1, 0, 0)
  411. o19.BackSurface = Enum.SurfaceType.Weld
  412. o19.BottomSurface = Enum.SurfaceType.Weld
  413. o19.TopSurface = Enum.SurfaceType.Weld
  414. o19.Color = Color3.new(0.972549, 0.972549, 0.972549)
  415. o20.Parent = o19
  416. o20.MeshType = Enum.MeshType.Wedge
  417. o21.Parent = o19
  418. o21.SoundId = "rbxassetid://532147820"
  419. o21.Looped = true
  420. o22.Parent = o1
  421. o22.BrickColor = BrickColor.new("Institutional white")
  422. o22.Position = Vector3.new(96.3182907, 4.60000753, 9.31151104)
  423. o22.Rotation = Vector3.new(-0, 0, -2.23446773e-006)
  424. o22.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  425. o22.Velocity = Vector3.new(-0.000519967522, 0.00201797695, -0.00230253674)
  426. o22.Anchored = true
  427. o22.FormFactor = Enum.FormFactor.Plate
  428. o22.Size = Vector3.new(2, 2.4000001, 1)
  429. o22.CFrame = CFrame.new(96.3182907, 4.60000753, 9.31151104, 0.999993801, 3.8998575e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  430. o22.BackSurface = Enum.SurfaceType.Weld
  431. o22.BottomSurface = Enum.SurfaceType.Weld
  432. o22.FrontSurface = Enum.SurfaceType.Weld
  433. o22.LeftSurface = Enum.SurfaceType.Weld
  434. o22.RightSurface = Enum.SurfaceType.Weld
  435. o22.TopSurface = Enum.SurfaceType.Weld
  436. o22.Color = Color3.new(0.972549, 0.972549, 0.972549)
  437. o23.Parent = o22
  438. o24.Parent = o1
  439. o24.BrickColor = BrickColor.new("Institutional white")
  440. o24.Position = Vector3.new(113.817245, 6.80000734, 18.3115101)
  441. o24.Rotation = Vector3.new(-0, -90, 0)
  442. o24.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  443. o24.Velocity = Vector3.new(0.00226270943, -0.000567569688, -0.00708095264)
  444. o24.Anchored = true
  445. o24.FormFactor = Enum.FormFactor.Plate
  446. o24.Size = Vector3.new(1, 2.79999995, 1)
  447. o24.CFrame = CFrame.new(113.817245, 6.80000734, 18.3115101, 0, 5.54578605e-008, -1, 0, 1, 5.54578605e-008, 1, 0, 0)
  448. o24.BackSurface = Enum.SurfaceType.Weld
  449. o24.BottomSurface = Enum.SurfaceType.Weld
  450. o24.TopSurface = Enum.SurfaceType.Weld
  451. o24.Color = Color3.new(0.972549, 0.972549, 0.972549)
  452. o25.Parent = o24
  453. o25.MeshType = Enum.MeshType.Wedge
  454. o26.Parent = o1
  455. o26.BrickColor = BrickColor.new("Institutional white")
  456. o26.Position = Vector3.new(93.0181885, 2.60000825, 13.8115101)
  457. o26.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  458. o26.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  459. o26.Velocity = Vector3.new(0.000647328445, 0.00159604801, -0.00163401756)
  460. o26.Anchored = true
  461. o26.FormFactor = Enum.FormFactor.Plate
  462. o26.Size = Vector3.new(1.39999998, 1.60000002, 10)
  463. o26.CFrame = CFrame.new(93.0181885, 2.60000825, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  464. o26.BackSurface = Enum.SurfaceType.Weld
  465. o26.BottomSurface = Enum.SurfaceType.Weld
  466. o26.FrontSurface = Enum.SurfaceType.Weld
  467. o26.LeftSurface = Enum.SurfaceType.Weld
  468. o26.RightSurface = Enum.SurfaceType.Weld
  469. o26.TopSurface = Enum.SurfaceType.Weld
  470. o26.Color = Color3.new(0.972549, 0.972549, 0.972549)
  471. o27.Parent = o26
  472. o28.Parent = o1
  473. o28.BrickColor = BrickColor.new("Institutional white")
  474. o28.Position = Vector3.new(113.818176, 6.80000877, 9.31151104)
  475. o28.Rotation = Vector3.new(-90, -89.7982635, -90)
  476. o28.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  477. o28.Velocity = Vector3.new(-0.000360969483, 0.000753228669, -0.00708122458)
  478. o28.Anchored = true
  479. o28.FormFactor = Enum.FormFactor.Plate
  480. o28.Size = Vector3.new(1, 2.79999995, 1)
  481. o28.CFrame = CFrame.new(113.818176, 6.80000877, 9.31151104, 0, 3.89985715e-008, -0.999993801, 0, 1, 4.03698408e-008, 1, 0, 0)
  482. o28.BackSurface = Enum.SurfaceType.Weld
  483. o28.BottomSurface = Enum.SurfaceType.Weld
  484. o28.TopSurface = Enum.SurfaceType.Weld
  485. o28.Color = Color3.new(0.972549, 0.972549, 0.972549)
  486. o29.Parent = o28
  487. o29.MeshType = Enum.MeshType.Wedge
  488. o30.Parent = o1
  489. o30.BrickColor = BrickColor.new("Institutional white")
  490. o30.Position = Vector3.new(96.3181992, 4.60000753, 18.3115101)
  491. o30.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  492. o30.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  493. o30.Velocity = Vector3.new(0.00210371148, 0.000697117415, -0.0023025109)
  494. o30.Anchored = true
  495. o30.FormFactor = Enum.FormFactor.Plate
  496. o30.Size = Vector3.new(2, 2.4000001, 1)
  497. o30.CFrame = CFrame.new(96.3181992, 4.60000753, 18.3115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  498. o30.BackSurface = Enum.SurfaceType.Weld
  499. o30.BottomSurface = Enum.SurfaceType.Weld
  500. o30.FrontSurface = Enum.SurfaceType.Weld
  501. o30.LeftSurface = Enum.SurfaceType.Weld
  502. o30.RightSurface = Enum.SurfaceType.Weld
  503. o30.TopSurface = Enum.SurfaceType.Weld
  504. o30.Color = Color3.new(0.972549, 0.972549, 0.972549)
  505. o31.Parent = o30
  506. o32.Parent = o1
  507. o32.BrickColor = BrickColor.new("Dark stone grey")
  508. o32.Position = Vector3.new(95.8181839, 4.60000753, 13.8115101)
  509. o32.Rotation = Vector3.new(90, 89.960434, -90)
  510. o32.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  511. o32.Velocity = Vector3.new(0.000791871978, 0.00139368721, -0.00215674727)
  512. o32.Anchored = true
  513. o32.FormFactor = Enum.FormFactor.Plate
  514. o32.Size = Vector3.new(8, 2.4000001, 1)
  515. o32.CFrame = CFrame.new(95.8181839, 4.60000753, 13.8115101, 0, 3.96579551e-008, 0.999999762, 0, 1, -3.97106952e-008, -1, 0, 0)
  516. o32.BottomSurface = Enum.SurfaceType.Weld
  517. o32.TopSurface = Enum.SurfaceType.Weld
  518. o32.Color = Color3.new(0.388235, 0.372549, 0.384314)
  519. o33.Parent = o32
  520. o33.Offset = Vector3.new(0, 0, 0.5)
  521. o33.Scale = Vector3.new(1, 1, 2)
  522. o34.Parent = o1
  523. o34.BrickColor = BrickColor.new("Institutional white")
  524. o34.Position = Vector3.new(93.8181992, 4.00000715, 13.8115101)
  525. o34.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  526. o34.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  527. o34.Velocity = Vector3.new(0.000748508843, 0.00153822941, -0.00166177051)
  528. o34.Anchored = true
  529. o34.FormFactor = Enum.FormFactor.Plate
  530. o34.Size = Vector3.new(3, 1.20000005, 10)
  531. o34.CFrame = CFrame.new(93.8181992, 4.00000715, 13.8115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  532. o34.BackSurface = Enum.SurfaceType.Weld
  533. o34.BottomSurface = Enum.SurfaceType.Weld
  534. o34.FrontSurface = Enum.SurfaceType.Weld
  535. o34.LeftSurface = Enum.SurfaceType.Weld
  536. o34.RightSurface = Enum.SurfaceType.Weld
  537. o34.TopSurface = Enum.SurfaceType.Weld
  538. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  539. o35.Parent = o34
  540. o36.Parent = o1
  541. o36.BrickColor = BrickColor.new("Br. yellowish orange")
  542. o36.Position = Vector3.new(92.2181854, 4.00000715, 18.211504)
  543. o36.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  544. o36.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  545. o36.Velocity = Vector3.new(0.00203119451, 0.00100810977, -0.00119533355)
  546. o36.Anchored = true
  547. o36.FormFactor = Enum.FormFactor.Custom
  548. o36.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  549. o36.CFrame = CFrame.new(92.2181854, 4.00000715, 18.211504, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  550. o36.BackSurface = Enum.SurfaceType.Weld
  551. o36.BottomSurface = Enum.SurfaceType.Weld
  552. o36.FrontSurface = Enum.SurfaceType.Weld
  553. o36.LeftSurface = Enum.SurfaceType.Weld
  554. o36.RightSurface = Enum.SurfaceType.Weld
  555. o36.TopSurface = Enum.SurfaceType.Weld
  556. o36.Color = Color3.new(0.886275, 0.607843, 0.25098)
  557. o37.Parent = o36
  558. o38.Parent = o1
  559. o38.BrickColor = BrickColor.new("Institutional white")
  560. o38.Position = Vector3.new(99.0602112, 4.60000706, 18.3115101)
  561. o38.Rotation = Vector3.new(-0, 0, -4.84935117e-006)
  562. o38.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  563. o38.Velocity = Vector3.new(0.00210371148, 0.000498947338, -0.0031018618)
  564. o38.Anchored = true
  565. o38.CanCollide = false
  566. o38.FormFactor = Enum.FormFactor.Plate
  567. o38.Size = Vector3.new(3.48000026, 2.4000001, 1)
  568. o38.CFrame = CFrame.new(99.0602112, 4.60000706, 18.3115101, 1, 8.46371435e-008, 0, -8.46371435e-008, 1, 0, 0, 0, 1)
  569. o38.BottomSurface = Enum.SurfaceType.Weld
  570. o38.LeftSurface = Enum.SurfaceType.Weld
  571. o38.RightSurface = Enum.SurfaceType.Weld
  572. o38.TopSurface = Enum.SurfaceType.Weld
  573. o38.Color = Color3.new(0.972549, 0.972549, 0.972549)
  574. o39.Parent = o1
  575. o39.BrickColor = BrickColor.new("Really red")
  576. o39.Position = Vector3.new(113.818176, 4.80000877, 9.31151104)
  577. o39.Rotation = Vector3.new(-0, 0, -2.2344675e-006)
  578. o39.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  579. o39.Velocity = Vector3.new(-0.000505513046, 0.000753228669, -0.00737475045)
  580. o39.Anchored = true
  581. o39.FormFactor = Enum.FormFactor.Plate
  582. o39.Size = Vector3.new(1, 1.20000005, 1)
  583. o39.CFrame = CFrame.new(113.818176, 4.80000877, 9.31151104, 0.999993801, 3.89985715e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  584. o39.BackSurface = Enum.SurfaceType.Weld
  585. o39.BottomSurface = Enum.SurfaceType.Weld
  586. o39.FrontSurface = Enum.SurfaceType.Weld
  587. o39.LeftSurface = Enum.SurfaceType.Weld
  588. o39.RightSurface = Enum.SurfaceType.Weld
  589. o39.TopSurface = Enum.SurfaceType.Weld
  590. o39.Color = Color3.new(1, 0, 0)
  591. o40.Parent = o39
  592. o41.Parent = o1
  593. o41.BrickColor = BrickColor.new("Institutional white")
  594. o41.Position = Vector3.new(113.818054, 3.80000734, 9.31151104)
  595. o41.Rotation = Vector3.new(-0, 0, -2.23295706e-006)
  596. o41.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  597. o41.Velocity = Vector3.new(-0.000577784958, 0.000753237749, -0.00752147706)
  598. o41.Anchored = true
  599. o41.FormFactor = Enum.FormFactor.Plate
  600. o41.Size = Vector3.new(1, 0.800000012, 1)
  601. o41.CFrame = CFrame.new(113.818054, 3.80000734, 9.31151104, 0.999993563, 3.89721997e-008, 0, -4.03962055e-008, 1, 0, 0, 0, 1)
  602. o41.BackSurface = Enum.SurfaceType.Weld
  603. o41.BottomSurface = Enum.SurfaceType.Weld
  604. o41.FrontSurface = Enum.SurfaceType.Weld
  605. o41.LeftSurface = Enum.SurfaceType.Weld
  606. o41.RightSurface = Enum.SurfaceType.Weld
  607. o41.TopSurface = Enum.SurfaceType.Weld
  608. o41.Color = Color3.new(0.972549, 0.972549, 0.972549)
  609. o42.Parent = o41
  610. o43.Parent = o1
  611. o43.BrickColor = BrickColor.new("Institutional white")
  612. o43.Position = Vector3.new(105.317894, 8.40000725, 13.8115139)
  613. o43.Rotation = Vector3.new(-0, 0, -2.21481446e-006)
  614. o43.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  615. o43.Velocity = Vector3.new(0.00106650498, 0.000707125873, -0.00436840346)
  616. o43.Anchored = true
  617. o43.CanCollide = false
  618. o43.FormFactor = Enum.FormFactor.Plate
  619. o43.Size = Vector3.new(14, 0.400000006, 8)
  620. o43.CFrame = CFrame.new(105.317894, 8.40000725, 13.8115139, 1, 3.86558057e-008, 0, -3.86558057e-008, 1, 0, 0, 0, 1)
  621. o43.BackSurface = Enum.SurfaceType.Weld
  622. o43.BottomSurface = Enum.SurfaceType.Weld
  623. o43.FrontSurface = Enum.SurfaceType.Weld
  624. o43.LeftSurface = Enum.SurfaceType.Weld
  625. o43.RightSurface = Enum.SurfaceType.Weld
  626. o43.TopSurface = Enum.SurfaceType.Weld
  627. o43.Color = Color3.new(0.972549, 0.972549, 0.972549)
  628. o44.Parent = o43
  629. o45.Parent = o1
  630. o45.BrickColor = BrickColor.new("Really black")
  631. o45.Position = Vector3.new(113.818176, 6.80000782, 11.311511)
  632. o45.Rotation = Vector3.new(-90, -89.9314728, -90)
  633. o45.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  634. o45.Velocity = Vector3.new(0.000222070201, 0.000459702482, -0.00708122645)
  635. o45.Anchored = true
  636. o45.CanCollide = false
  637. o45.FormFactor = Enum.FormFactor.Plate
  638. o45.Size = Vector3.new(3, 2.79999995, 1)
  639. o45.CFrame = CFrame.new(113.818176, 6.80000782, 11.311511, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  640. o45.BackSurface = Enum.SurfaceType.Weld
  641. o45.BottomSurface = Enum.SurfaceType.Weld
  642. o45.TopSurface = Enum.SurfaceType.Weld
  643. o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  644. o46.Parent = o45
  645. o46.MeshType = Enum.MeshType.Wedge
  646. o47.Parent = o1
  647. o47.BrickColor = BrickColor.new("Institutional white")
  648. o47.Position = Vector3.new(103.118179, 2.40000772, 13.8115101)
  649. o47.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  650. o47.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  651. o47.Velocity = Vector3.new(0.000632874086, 0.000866103393, -0.0046077203)
  652. o47.Anchored = true
  653. o47.FormFactor = Enum.FormFactor.Plate
  654. o47.Size = Vector3.new(12.3999996, 1.20000005, 10)
  655. o47.CFrame = CFrame.new(103.118179, 2.40000772, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  656. o47.BackSurface = Enum.SurfaceType.Weld
  657. o47.BottomSurface = Enum.SurfaceType.Weld
  658. o47.FrontSurface = Enum.SurfaceType.Weld
  659. o47.LeftSurface = Enum.SurfaceType.Weld
  660. o47.RightSurface = Enum.SurfaceType.Weld
  661. o47.TopSurface = Enum.SurfaceType.Weld
  662. o47.Color = Color3.new(0.972549, 0.972549, 0.972549)
  663. o48.Parent = o47
  664. o49.Parent = o1
  665. o49.BrickColor = BrickColor.new("White")
  666. o49.Position = Vector3.new(104.018181, 3.20000815, 13.8115101)
  667. o49.Rotation = Vector3.new(-0, 0, -2.27374471e-006)
  668. o49.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  669. o49.Velocity = Vector3.new(0.000690691522, 0.000801058719, -0.00475267787)
  670. o49.Anchored = true
  671. o49.FormFactor = Enum.FormFactor.Plate
  672. o49.Size = Vector3.new(20.6000004, 0.400000006, 10)
  673. o49.CFrame = CFrame.new(104.018181, 3.20000815, 13.8115101, 1, 3.96843305e-008, 0, -3.96843305e-008, 1, 0, 0, 0, 1)
  674. o49.BackSurface = Enum.SurfaceType.Weld
  675. o49.BottomSurface = Enum.SurfaceType.Weld
  676. o49.FrontSurface = Enum.SurfaceType.Weld
  677. o49.LeftSurface = Enum.SurfaceType.Weld
  678. o49.RightSurface = Enum.SurfaceType.Weld
  679. o49.TopSurface = Enum.SurfaceType.Weld
  680. o49.Color = Color3.new(0.94902, 0.952941, 0.952941)
  681. o50.Parent = o49
  682. o51.Parent = o1
  683. o51.BrickColor = BrickColor.new("Institutional white")
  684. o51.Position = Vector3.new(107.167747, 5.80000782, 18.3115101)
  685. o51.Rotation = Vector3.new(-0, 0, -3.14727777e-006)
  686. o51.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  687. o51.Velocity = Vector3.new(0.00219043763, -8.69987416e-005, -0.00528925471)
  688. o51.Anchored = true
  689. o51.FormFactor = Enum.FormFactor.Plate
  690. o51.Size = Vector3.new(12.3000002, 4.80000019, 1)
  691. o51.CFrame = CFrame.new(107.167747, 5.80000782, 18.3115101, 1, 5.49303607e-008, 0, -5.49303607e-008, 1, 0, 0, 0, 1)
  692. o51.BackSurface = Enum.SurfaceType.Weld
  693. o51.BottomSurface = Enum.SurfaceType.Weld
  694. o51.FrontSurface = Enum.SurfaceType.Weld
  695. o51.LeftSurface = Enum.SurfaceType.Weld
  696. o51.RightSurface = Enum.SurfaceType.Weld
  697. o51.TopSurface = Enum.SurfaceType.Weld
  698. o51.Color = Color3.new(0.972549, 0.972549, 0.972549)
  699. o52.Parent = o51
  700. o53.Parent = o1
  701. o53.BrickColor = BrickColor.new("Institutional white")
  702. o53.Position = Vector3.new(113.818176, 6.80000782, 13.8115101)
  703. o53.Rotation = Vector3.new(-90, -89.9314728, -90)
  704. o53.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  705. o53.Velocity = Vector3.new(0.000950869871, 9.27953006e-005, -0.00708122645)
  706. o53.Anchored = true
  707. o53.CanCollide = false
  708. o53.FormFactor = Enum.FormFactor.Plate
  709. o53.Size = Vector3.new(2, 2.79999995, 1)
  710. o53.CFrame = CFrame.new(113.818176, 6.80000782, 13.8115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  711. o53.BackSurface = Enum.SurfaceType.Weld
  712. o53.BottomSurface = Enum.SurfaceType.Weld
  713. o53.TopSurface = Enum.SurfaceType.Weld
  714. o53.Color = Color3.new(0.972549, 0.972549, 0.972549)
  715. o54.Parent = o53
  716. o54.MeshType = Enum.MeshType.Wedge
  717. o55.Parent = o1
  718. o55.BrickColor = BrickColor.new("Really black")
  719. o55.Position = Vector3.new(113.818176, 6.80000782, 16.3115101)
  720. o55.Rotation = Vector3.new(-90, -89.9314728, -90)
  721. o55.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  722. o55.Velocity = Vector3.new(0.0016796696, -0.000274111895, -0.00708122645)
  723. o55.Anchored = true
  724. o55.CanCollide = false
  725. o55.FormFactor = Enum.FormFactor.Plate
  726. o55.Size = Vector3.new(3, 2.79999995, 1)
  727. o55.CFrame = CFrame.new(113.818176, 6.80000782, 16.3115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  728. o55.BackSurface = Enum.SurfaceType.Weld
  729. o55.BottomSurface = Enum.SurfaceType.Weld
  730. o55.TopSurface = Enum.SurfaceType.Weld
  731. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  732. o56.Parent = o55
  733. o56.MeshType = Enum.MeshType.Wedge
  734. o57.Parent = o1
  735. o57.BrickColor = BrickColor.new("Institutional white")
  736. o57.Position = Vector3.new(113.818176, 4.40000582, 13.8115101)
  737. o57.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  738. o57.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  739. o57.Velocity = Vector3.new(0.000777417503, 9.27956426e-005, -0.00743345637)
  740. o57.Anchored = true
  741. o57.CanCollide = false
  742. o57.FormFactor = Enum.FormFactor.Plate
  743. o57.Size = Vector3.new(1, 2, 8)
  744. o57.CFrame = CFrame.new(113.818176, 4.40000582, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  745. o57.BackSurface = Enum.SurfaceType.Weld
  746. o57.BottomSurface = Enum.SurfaceType.Weld
  747. o57.FrontSurface = Enum.SurfaceType.Weld
  748. o57.LeftSurface = Enum.SurfaceType.Weld
  749. o57.RightSurface = Enum.SurfaceType.Weld
  750. o57.TopSurface = Enum.SurfaceType.Weld
  751. o57.Color = Color3.new(0.972549, 0.972549, 0.972549)
  752. o58.Parent = o57
  753. o59.Parent = o1
  754. o59.BrickColor = BrickColor.new("Institutional white")
  755. o59.Position = Vector3.new(113.818176, 3.80000734, 18.3115101)
  756. o59.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  757. o59.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  758. o59.Velocity = Vector3.new(0.00204589404, -0.000567637384, -0.00752151385)
  759. o59.Anchored = true
  760. o59.FormFactor = Enum.FormFactor.Plate
  761. o59.Size = Vector3.new(1, 0.800000012, 1)
  762. o59.CFrame = CFrame.new(113.818176, 3.80000734, 18.3115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  763. o59.BackSurface = Enum.SurfaceType.Weld
  764. o59.BottomSurface = Enum.SurfaceType.Weld
  765. o59.FrontSurface = Enum.SurfaceType.Weld
  766. o59.LeftSurface = Enum.SurfaceType.Weld
  767. o59.RightSurface = Enum.SurfaceType.Weld
  768. o59.TopSurface = Enum.SurfaceType.Weld
  769. o59.Color = Color3.new(0.972549, 0.972549, 0.972549)
  770. o60.Parent = o59
  771. o61.Parent = o1
  772. o61.BrickColor = BrickColor.new("Institutional white")
  773. o61.Position = Vector3.new(105.317894, 8.40000725, 18.3115101)
  774. o61.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  775. o61.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  776. o61.Velocity = Vector3.new(0.00237834454, 4.6692905e-005, -0.00436840346)
  777. o61.Anchored = true
  778. o61.CanCollide = false
  779. o61.FormFactor = Enum.FormFactor.Plate
  780. o61.Size = Vector3.new(14, 0.400000006, 1)
  781. o61.CFrame = CFrame.new(105.317894, 8.40000725, 18.3115101, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  782. o61.BackSurface = Enum.SurfaceType.Weld
  783. o61.BottomSurface = Enum.SurfaceType.Weld
  784. o61.FrontSurface = Enum.SurfaceType.Weld
  785. o61.LeftSurface = Enum.SurfaceType.Weld
  786. o61.RightSurface = Enum.SurfaceType.Weld
  787. o61.TopSurface = Enum.SurfaceType.Weld
  788. o61.Color = Color3.new(0.972549, 0.972549, 0.972549)
  789. o62.Parent = o61
  790. o63.Parent = o1
  791. o63.BrickColor = BrickColor.new("Institutional white")
  792. o63.Position = Vector3.new(97.8181839, 5.79500866, 9.31151104)
  793. o63.Rotation = Vector3.new(-0, 0, -2.36894834e-006)
  794. o63.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  795. o63.Velocity = Vector3.new(-0.000433602603, 0.00190957636, -0.00256440602)
  796. o63.Anchored = true
  797. o63.CanCollide = false
  798. o63.FormFactor = Enum.FormFactor.Plate
  799. o63.Size = Vector3.new(1, 4.80999994, 1)
  800. o63.CFrame = CFrame.new(97.8181839, 5.79500866, 9.31151104, 1, 4.13459489e-008, 0, -4.13459489e-008, 1, 0, 0, 0, 1)
  801. o63.BottomSurface = Enum.SurfaceType.Weld
  802. o63.LeftSurface = Enum.SurfaceType.Weld
  803. o63.RightSurface = Enum.SurfaceType.Weld
  804. o63.TopSurface = Enum.SurfaceType.Weld
  805. o63.Color = Color3.new(0.972549, 0.972549, 0.972549)
  806. o64.Parent = o1
  807. o64.BrickColor = BrickColor.new("Institutional white")
  808. o64.Position = Vector3.new(97.8178101, 7.00000858, 18.3115101)
  809. o64.Rotation = Vector3.new(-0, 0, -2.14529973e-006)
  810. o64.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  811. o64.Velocity = Vector3.new(0.00227716402, 0.00058873737, -0.00238744705)
  812. o64.Anchored = true
  813. o64.CanCollide = false
  814. o64.FormFactor = Enum.FormFactor.Plate
  815. o64.Size = Vector3.new(1, 2.4000001, 1)
  816. o64.CFrame = CFrame.new(97.8178101, 7.00000858, 18.3115101, 0.999999762, 3.74425326e-008, 0, -3.74952727e-008, 1, 0, 0, 0, 1)
  817. o64.BottomSurface = Enum.SurfaceType.Weld
  818. o64.LeftSurface = Enum.SurfaceType.Weld
  819. o64.RightSurface = Enum.SurfaceType.Weld
  820. o64.TopSurface = Enum.SurfaceType.Weld
  821. o64.Color = Color3.new(0.972549, 0.972549, 0.972549)
  822. o65.Parent = o1
  823. o65.BrickColor = BrickColor.new("Institutional white")
  824. o65.Position = Vector3.new(113.418167, 2.40000749, 13.8115101)
  825. o65.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  826. o65.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  827. o65.Velocity = Vector3.new(0.000632874086, 0.000121704477, -0.0076103732)
  828. o65.Anchored = true
  829. o65.FormFactor = Enum.FormFactor.Plate
  830. o65.Size = Vector3.new(1.80000007, 1.20000005, 10)
  831. o65.CFrame = CFrame.new(113.418167, 2.40000749, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  832. o65.BackSurface = Enum.SurfaceType.Weld
  833. o65.BottomSurface = Enum.SurfaceType.Weld
  834. o65.FrontSurface = Enum.SurfaceType.Weld
  835. o65.LeftSurface = Enum.SurfaceType.Weld
  836. o65.RightSurface = Enum.SurfaceType.Weld
  837. o65.TopSurface = Enum.SurfaceType.Weld
  838. o65.Color = Color3.new(0.972549, 0.972549, 0.972549)
  839. o66.Parent = o65
  840. o67.Parent = o1
  841. o67.BrickColor = BrickColor.new("Really red")
  842. o67.Position = Vector3.new(113.817245, 4.80000687, 18.3115101)
  843. o67.Rotation = Vector3.new(-0, 0, -3.17145691e-006)
  844. o67.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  845. o67.Velocity = Vector3.new(0.00211816584, -0.000567570096, -0.0073744799)
  846. o67.Anchored = true
  847. o67.FormFactor = Enum.FormFactor.Plate
  848. o67.Size = Vector3.new(1, 1.20000005, 1)
  849. o67.CFrame = CFrame.new(113.817245, 4.80000687, 18.3115101, 1, 5.53523627e-008, 0, -5.53523627e-008, 1, 0, 0, 0, 1)
  850. o67.BackSurface = Enum.SurfaceType.Weld
  851. o67.BottomSurface = Enum.SurfaceType.Weld
  852. o67.FrontSurface = Enum.SurfaceType.Weld
  853. o67.LeftSurface = Enum.SurfaceType.Weld
  854. o67.RightSurface = Enum.SurfaceType.Weld
  855. o67.TopSurface = Enum.SurfaceType.Weld
  856. o67.Color = Color3.new(1, 0, 0)
  857. o68.Parent = o67
  858. o69.Parent = o1
  859. o69.BrickColor = BrickColor.new("Institutional white")
  860. o69.Position = Vector3.new(112.817894, 8.40000725, 13.8115139)
  861. o69.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  862. o69.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  863. o69.Velocity = Vector3.new(0.00106650498, 0.000165087578, -0.00655480288)
  864. o69.Anchored = true
  865. o69.CanCollide = false
  866. o69.FormFactor = Enum.FormFactor.Plate
  867. o69.Size = Vector3.new(1, 0.400000006, 10)
  868. o69.CFrame = CFrame.new(112.817894, 8.40000725, 13.8115139, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  869. o69.BackSurface = Enum.SurfaceType.Weld
  870. o69.BottomSurface = Enum.SurfaceType.Weld
  871. o69.FrontSurface = Enum.SurfaceType.Weld
  872. o69.LeftSurface = Enum.SurfaceType.Weld
  873. o69.RightSurface = Enum.SurfaceType.Weld
  874. o69.TopSurface = Enum.SurfaceType.Weld
  875. o69.Color = Color3.new(0.972549, 0.972549, 0.972549)
  876. o70.Parent = o69
  877. o71.Parent = o1
  878. o71.BrickColor = BrickColor.new("Really black")
  879. o71.Position = Vector3.new(92.2181854, 3.8000083, 13.8115101)
  880. o71.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  881. o71.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  882. o71.Velocity = Vector3.new(0.0007340546, 0.00165386556, -0.00122468593)
  883. o71.Anchored = true
  884. o71.FormFactor = Enum.FormFactor.Custom
  885. o71.Size = Vector3.new(0.200000003, 0.800000012, 6)
  886. o71.CFrame = CFrame.new(92.2181854, 3.8000083, 13.8115101, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  887. o71.BackSurface = Enum.SurfaceType.Weld
  888. o71.BottomSurface = Enum.SurfaceType.Weld
  889. o71.FrontSurface = Enum.SurfaceType.Weld
  890. o71.LeftSurface = Enum.SurfaceType.Weld
  891. o71.RightSurface = Enum.SurfaceType.Weld
  892. o71.TopSurface = Enum.SurfaceType.Weld
  893. o71.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  894. o72.Parent = o71
  895. o73.Name = "Head"
  896. o73.Parent = o1
  897. o73.Material = Enum.Material.SmoothPlastic
  898. o73.BrickColor = BrickColor.new("Institutional white")
  899. o73.Position = Vector3.new(99.207077, 7.026577, 15.2047167)
  900. o73.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  901. o73.Anchored = true
  902. o73.FormFactor = Enum.FormFactor.Symmetric
  903. o73.Size = Vector3.new(2, 1, 1)
  904. 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)
  905. o73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  906. o73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  907. o73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  908. o73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  909. o73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  910. o73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  911. o73.Color = Color3.new(0.972549, 0.972549, 0.972549)
  912. o74.Parent = o73
  913. o74.Scale = Vector3.new(1.25, 1.25, 1.25)
  914. o75.Name = "face"
  915. o75.Parent = o73
  916. o75.Texture = "rbxasset://textures/face.png"
  917. o76.Parent = o1
  918. o76.BrickColor = BrickColor.new("Institutional white")
  919. o76.Position = Vector3.new(99.6954269, 5.81500673, 9.31151104)
  920. o76.Rotation = Vector3.new(-0, 0, -8.82515178e-006)
  921. o76.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  922. o76.Velocity = Vector3.new(-0.000432157307, 0.00177390513, -0.00310872309)
  923. o76.Anchored = true
  924. o76.CanCollide = false
  925. o76.FormFactor = Enum.FormFactor.Plate
  926. o76.Size = Vector3.new(2.76000023, 4.82999992, 1)
  927. o76.CFrame = CFrame.new(99.6954269, 5.81500673, 9.31151104, 1, 1.54027958e-007, 0, -1.54027958e-007, 1, 0, 0, 0, 1)
  928. o76.BottomSurface = Enum.SurfaceType.Weld
  929. o76.LeftSurface = Enum.SurfaceType.Weld
  930. o76.RightSurface = Enum.SurfaceType.Weld
  931. o76.TopSurface = Enum.SurfaceType.Weld
  932. o76.Color = Color3.new(0.972549, 0.972549, 0.972549)
  933. o77.Parent = o1
  934. o77.BrickColor = BrickColor.new("Institutional white")
  935. o77.Position = Vector3.new(100.909996, 5.80000877, 14.2915134)
  936. o77.Rotation = Vector3.new(-0, 0, -7.89941078e-006)
  937. o77.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  938. o77.Velocity = Vector3.new(0.0010185279, 0.000955246738, -0.00346499542)
  939. o77.Anchored = true
  940. o77.FormFactor = Enum.FormFactor.Plate
  941. o77.Size = Vector3.new(0.200000003, 4.80000019, 9.0199995)
  942. o77.CFrame = CFrame.new(100.909996, 5.80000877, 14.2915134, 1, 1.37870728e-007, 0, -1.37870728e-007, 1, 0, 0, 0, 1)
  943. o77.BackSurface = Enum.SurfaceType.Weld
  944. o77.BottomSurface = Enum.SurfaceType.Weld
  945. o77.FrontSurface = Enum.SurfaceType.Weld
  946. o77.LeftSurface = Enum.SurfaceType.Weld
  947. o77.RightSurface = Enum.SurfaceType.Weld
  948. o77.TopSurface = Enum.SurfaceType.Weld
  949. o77.Color = Color3.new(0.972549, 0.972549, 0.972549)
  950. o78.Parent = o77
  951. o79.Name = "Head"
  952. o79.Parent = o1
  953. o79.Material = Enum.Material.SmoothPlastic
  954. o79.BrickColor = BrickColor.new("Institutional white")
  955. o79.Position = Vector3.new(103.10894, 7.49666739, 15.2047167)
  956. o79.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  957. o79.Anchored = true
  958. o79.FormFactor = Enum.FormFactor.Symmetric
  959. o79.Size = Vector3.new(2, 1, 1)
  960. 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)
  961. o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  962. o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  963. o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  964. o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  965. o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  966. o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  967. o79.Color = Color3.new(0.972549, 0.972549, 0.972549)
  968. o80.Parent = o79
  969. o80.Scale = Vector3.new(1.25, 1.25, 1.25)
  970. o81.Name = "face"
  971. o81.Parent = o79
  972. o81.Texture = "rbxasset://textures/face.png"
  973. o82.Name = "Handle"
  974. o82.Parent = o1
  975. o82.Material = Enum.Material.SmoothPlastic
  976. o82.Position = Vector3.new(103.10894, 7.34666729, 15.2047167)
  977. o82.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  978. o82.Anchored = true
  979. o82.CanCollide = false
  980. o82.FormFactor = Enum.FormFactor.Symmetric
  981. o82.Size = Vector3.new(2, 2, 2)
  982. 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)
  983. o82.BottomSurface = Enum.SurfaceType.Smooth
  984. o82.TopSurface = Enum.SurfaceType.Smooth
  985. o83.Parent = o82
  986. o83.MeshId = "http://www.roblox.com/asset/?id=15393031"
  987. o83.TextureId = "http://www.roblox.com/asset/?id=15393013"
  988. o83.MeshType = Enum.MeshType.FileMesh
  989. o84.Parent = o1
  990. o84.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  991. o84.RightLeg = o94
  992. o84.LeftLeg = o96
  993. o84.Torso = o87
  994. o84.Health = 0
  995. o84.MaxHealth = 0
  996. o85.Name = "TPPART"
  997. o85.Parent = o1
  998. o85.Transparency = 1
  999. o85.Position = Vector3.new(104.155182, 4.24109221, 12.6003485)
  1000. o85.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  1001. o85.Anchored = true
  1002. o85.CanCollide = false
  1003. o85.Size = Vector3.new(4, 1, 2)
  1004. o85.CFrame = CFrame.new(104.155182, 4.24109221, 12.6003485, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  1005. o86.Name = "TPPART2"
  1006. o86.Parent = o1
  1007. o86.Transparency = 1
  1008. o86.Position = Vector3.new(104.155182, 5.40188599, 6.32408237)
  1009. o86.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  1010. o86.Anchored = true
  1011. o86.CanCollide = false
  1012. o86.Size = Vector3.new(4, 1, 2)
  1013. o86.CFrame = CFrame.new(104.155182, 5.40188599, 6.32408237, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  1014. o87.Name = "Torso"
  1015. o87.Parent = o1
  1016. o87.Material = Enum.Material.SmoothPlastic
  1017. o87.BrickColor = BrickColor.new("Navy blue")
  1018. o87.Position = Vector3.new(99.207077, 5.526577, 15.2047167)
  1019. o87.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1020. o87.Anchored = true
  1021. o87.FormFactor = Enum.FormFactor.Symmetric
  1022. o87.Size = Vector3.new(2, 2, 1)
  1023. 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)
  1024. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1025. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1026. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1027. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1028. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1029. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1030. o87.Color = Color3.new(0, 0.12549, 0.376471)
  1031. o88.Name = "roblox"
  1032. o88.Parent = o87
  1033. o89.Name = "Right Shoulder"
  1034. o89.Parent = o87
  1035. o89.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1036. o89.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1037. o89.Part0 = o87
  1038. o89.Part1 = o95
  1039. o89.DesiredAngle = -0.062025275081396
  1040. o89.MaxVelocity = 0.15000000596046
  1041. o90.Name = "Left Shoulder"
  1042. o90.Parent = o87
  1043. o90.C0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1044. o90.C1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1045. o90.Part0 = o87
  1046. o90.Part1 = o97
  1047. o90.DesiredAngle = -0.062025275081396
  1048. o90.MaxVelocity = 0.15000000596046
  1049. o91.Name = "Right Hip"
  1050. o91.Parent = o87
  1051. o91.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1052. o91.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1053. o91.Part0 = o87
  1054. o91.Part1 = o94
  1055. o91.DesiredAngle = 0.062025275081396
  1056. o91.MaxVelocity = 0.10000000149012
  1057. o92.Name = "Left Hip"
  1058. o92.Parent = o87
  1059. o92.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1060. o92.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1061. o92.Part0 = o87
  1062. o92.Part1 = o96
  1063. o92.DesiredAngle = 0.062025275081396
  1064. o92.MaxVelocity = 0.10000000149012
  1065. o93.Name = "Neck"
  1066. o93.Parent = o87
  1067. o93.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1068. o93.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1069. o93.Part0 = o87
  1070. o93.Part1 = o73
  1071. o93.MaxVelocity = 0.10000000149012
  1072. o94.Name = "Right Leg"
  1073. o94.Parent = o1
  1074. o94.Material = Enum.Material.SmoothPlastic
  1075. o94.BrickColor = BrickColor.new("Navy blue")
  1076. o94.Position = Vector3.new(99.215416, 3.526577, 14.7047863)
  1077. o94.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1078. o94.Anchored = true
  1079. o94.CanCollide = false
  1080. o94.FormFactor = Enum.FormFactor.Symmetric
  1081. o94.Size = Vector3.new(1, 2, 1)
  1082. 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)
  1083. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1084. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1085. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1086. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1087. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1088. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1089. o94.Color = Color3.new(0, 0.12549, 0.376471)
  1090. o95.Name = "Right Arm"
  1091. o95.Parent = o1
  1092. o95.Material = Enum.Material.SmoothPlastic
  1093. o95.BrickColor = BrickColor.new("Maroon")
  1094. o95.Position = Vector3.new(99.2321014, 5.526577, 13.7049236)
  1095. o95.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1096. o95.Anchored = true
  1097. o95.CanCollide = false
  1098. o95.FormFactor = Enum.FormFactor.Symmetric
  1099. o95.Size = Vector3.new(1, 2, 1)
  1100. 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)
  1101. o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1102. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1103. o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1104. o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1105. o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1106. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1107. o95.Color = Color3.new(0.458824, 0, 0)
  1108. o96.Name = "Left Leg"
  1109. o96.Parent = o1
  1110. o96.Material = Enum.Material.SmoothPlastic
  1111. o96.BrickColor = BrickColor.new("Navy blue")
  1112. o96.Position = Vector3.new(99.1987381, 3.526577, 15.7046452)
  1113. o96.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1114. o96.Anchored = true
  1115. o96.CanCollide = false
  1116. o96.FormFactor = Enum.FormFactor.Symmetric
  1117. o96.Size = Vector3.new(1, 2, 1)
  1118. 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)
  1119. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1120. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1121. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1122. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1123. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1124. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1125. o96.Color = Color3.new(0, 0.12549, 0.376471)
  1126. o97.Name = "Left Arm"
  1127. o97.Parent = o1
  1128. o97.Material = Enum.Material.SmoothPlastic
  1129. o97.BrickColor = BrickColor.new("Maroon")
  1130. o97.Position = Vector3.new(99.1820602, 5.526577, 16.7045078)
  1131. o97.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1132. o97.Anchored = true
  1133. o97.CanCollide = false
  1134. o97.FormFactor = Enum.FormFactor.Symmetric
  1135. o97.Size = Vector3.new(1, 2, 1)
  1136. 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)
  1137. o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1138. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1139. o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1140. o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1141. o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1142. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1143. o97.Color = Color3.new(0.458824, 0, 0)
  1144. o98.Name = "Torso"
  1145. o98.Parent = o1
  1146. o98.Material = Enum.Material.SmoothPlastic
  1147. o98.BrickColor = BrickColor.new("Navy blue")
  1148. o98.Position = Vector3.new(103.10894, 5.99666739, 15.2047167)
  1149. o98.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1150. o98.Anchored = true
  1151. o98.FormFactor = Enum.FormFactor.Symmetric
  1152. o98.Size = Vector3.new(2, 2, 1)
  1153. 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)
  1154. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1155. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1156. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1157. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1158. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1159. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1160. o98.Color = Color3.new(0, 0.12549, 0.376471)
  1161. o99.Name = "roblox"
  1162. o99.Parent = o98
  1163. o100.Name = "Right Hip"
  1164. o100.Parent = o98
  1165. o100.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1166. o100.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1167. o100.Part0 = o98
  1168. o100.Part1 = o103
  1169. o100.DesiredAngle = 0.062025275081396
  1170. o100.MaxVelocity = 0.10000000149012
  1171. o101.Name = "Left Hip"
  1172. o101.Parent = o98
  1173. o101.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1174. o101.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1175. o101.Part0 = o98
  1176. o101.Part1 = o105
  1177. o101.DesiredAngle = 0.062025275081396
  1178. o101.MaxVelocity = 0.10000000149012
  1179. o102.Name = "Neck"
  1180. o102.Parent = o98
  1181. o102.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1182. o102.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1183. o102.Part0 = o98
  1184. o102.Part1 = o79
  1185. o102.MaxVelocity = 0.10000000149012
  1186. o103.Name = "Right Leg"
  1187. o103.Parent = o1
  1188. o103.Material = Enum.Material.SmoothPlastic
  1189. o103.BrickColor = BrickColor.new("Really black")
  1190. o103.Position = Vector3.new(103.608864, 3.99666739, 15.2130556)
  1191. o103.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1192. o103.Anchored = true
  1193. o103.CanCollide = false
  1194. o103.FormFactor = Enum.FormFactor.Symmetric
  1195. o103.Size = Vector3.new(1, 2, 1)
  1196. 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)
  1197. o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1198. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1199. o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1200. o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1201. o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1202. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1203. o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1204. o104.Name = "Right Arm"
  1205. o104.Parent = o1
  1206. o104.Material = Enum.Material.SmoothPlastic
  1207. o104.BrickColor = BrickColor.new("Maroon")
  1208. o104.Position = Vector3.new(104.615349, 5.89646101, 14.8330393)
  1209. o104.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  1210. o104.Anchored = true
  1211. o104.CanCollide = false
  1212. o104.FormFactor = Enum.FormFactor.Symmetric
  1213. o104.Size = Vector3.new(1, 2, 1)
  1214. 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)
  1215. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1216. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1217. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1218. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1219. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1220. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1221. o104.Color = Color3.new(0.458824, 0, 0)
  1222. o105.Name = "Left Leg"
  1223. o105.Parent = o1
  1224. o105.Material = Enum.Material.SmoothPlastic
  1225. o105.BrickColor = BrickColor.new("Really black")
  1226. o105.Position = Vector3.new(102.609009, 3.99666739, 15.1963739)
  1227. o105.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1228. o105.Anchored = true
  1229. o105.CanCollide = false
  1230. o105.FormFactor = Enum.FormFactor.Symmetric
  1231. o105.Size = Vector3.new(1, 2, 1)
  1232. 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)
  1233. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1234. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1235. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1236. o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1237. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1238. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1239. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1240. o106.Name = "Left Arm"
  1241. o106.Parent = o1
  1242. o106.Material = Enum.Material.SmoothPlastic
  1243. o106.BrickColor = BrickColor.new("Maroon")
  1244. o106.Position = Vector3.new(101.617271, 5.96075201, 14.6924496)
  1245. o106.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  1246. o106.Anchored = true
  1247. o106.CanCollide = false
  1248. o106.FormFactor = Enum.FormFactor.Symmetric
  1249. o106.Size = Vector3.new(1, 2, 1)
  1250. 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)
  1251. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1252. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1253. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1254. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1255. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1256. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1257. o106.Color = Color3.new(0.458824, 0, 0)
  1258. o107.Parent = o1
  1259. o107.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  1260. o107.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1261. o107.Anchored = true
  1262. o107.FormFactor = Enum.FormFactor.Symmetric
  1263. o107.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1264. 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)
  1265. o108.Parent = o107
  1266. o109.Parent = o1
  1267. o109.BrickColor = BrickColor.new("Really black")
  1268. o109.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  1269. o109.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1270. o109.Anchored = true
  1271. o109.FormFactor = Enum.FormFactor.Symmetric
  1272. o109.Size = Vector3.new(3, 1.20000005, 3)
  1273. 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)
  1274. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1275. o110.Parent = o109
  1276. o111.Parent = o1
  1277. o111.BrickColor = BrickColor.new("Really black")
  1278. o111.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  1279. o111.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1280. o111.Anchored = true
  1281. o111.FormFactor = Enum.FormFactor.Symmetric
  1282. o111.Size = Vector3.new(3, 1.20000005, 3)
  1283. 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)
  1284. o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1285. o112.Parent = o111
  1286. o113.Parent = o1
  1287. o113.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  1288. o113.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1289. o113.Anchored = true
  1290. o113.FormFactor = Enum.FormFactor.Symmetric
  1291. o113.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1292. 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)
  1293. o114.Parent = o113
  1294. o115.Parent = o1
  1295. o115.BrickColor = BrickColor.new("Really black")
  1296. o115.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  1297. o115.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1298. o115.Anchored = true
  1299. o115.FormFactor = Enum.FormFactor.Symmetric
  1300. o115.Size = Vector3.new(3, 1.20000005, 3)
  1301. 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)
  1302. o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1303. o116.Parent = o115
  1304. o117.Parent = o1
  1305. o117.BrickColor = BrickColor.new("Really black")
  1306. o117.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  1307. o117.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1308. o117.Anchored = true
  1309. o117.FormFactor = Enum.FormFactor.Symmetric
  1310. o117.Size = Vector3.new(3, 1.20000005, 3)
  1311. 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)
  1312. o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1313. o118.Parent = o117
  1314. o119.Parent = o1
  1315. o119.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  1316. o119.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1317. o119.Anchored = true
  1318. o119.FormFactor = Enum.FormFactor.Symmetric
  1319. o119.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1320. 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)
  1321. o120.Parent = o119
  1322. o121.Name = "Handle"
  1323. o121.Parent = o1
  1324. o121.Material = Enum.Material.SmoothPlastic
  1325. o121.Position = Vector3.new(99.207077, 6.8765769, 15.2047167)
  1326. o121.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1327. o121.Anchored = true
  1328. o121.CanCollide = false
  1329. o121.FormFactor = Enum.FormFactor.Symmetric
  1330. o121.Size = Vector3.new(2, 2, 2)
  1331. 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)
  1332. o121.BottomSurface = Enum.SurfaceType.Smooth
  1333. o121.TopSurface = Enum.SurfaceType.Smooth
  1334. o122.Parent = o121
  1335. o122.MeshId = "http://www.roblox.com/asset/?id=15393031"
  1336. o122.TextureId = "http://www.roblox.com/asset/?id=15393013"
  1337. o122.MeshType = Enum.MeshType.FileMesh
  1338. o123.Name = "RPPART"
  1339. o123.Parent = o1
  1340. o123.Transparency = 1
  1341. o123.Position = Vector3.new(103.454132, 5.33460093, 13.0707426)
  1342. o123.Rotation = Vector3.new(-90, 0, -0)
  1343. o123.Anchored = true
  1344. o123.CanCollide = false
  1345. o123.Size = Vector3.new(4, 1, 2)
  1346. o123.CFrame = CFrame.new(103.454132, 5.33460093, 13.0707426, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  1347. o124.Parent = o12
  1348. o124.Texture = "http://roblox.com/asset/?id=112031763"
  1349. function MoveY(model, Position)
  1350. for _,part in pairs (model:GetChildren()) do
  1351. if part.ClassName == "Part" then
  1352. part.CFrame = part.CFrame + Vector3.new(0,Position,0)
  1353. end
  1354. end
  1355. end
  1356. function MoveX(model, Position)
  1357. for _,part in pairs (model:GetChildren()) do
  1358. if part.ClassName == "Part" then
  1359. part.CFrame = part.CFrame + Vector3.new(Position,0,0)
  1360. end
  1361. end
  1362. end
  1363. function MoveSpawn(model, PLAYERPOS)
  1364. for _,part in pairs (model:GetChildren()) do
  1365. if part.ClassName == "Part" then
  1366. part.CFrame = part.CFrame + PLAYERPOS + Vector3.new(50,-2.7,-5)
  1367. end
  1368. end
  1369. end
  1370. function MoveZ(model, Position)
  1371. for _,part in pairs (model:GetChildren()) do
  1372. if part.ClassName == "Part" then
  1373. part.CFrame = part.CFrame + Vector3.new(0,0,Position)
  1374. end
  1375. end
  1376. end
  1377. function MoveZPart(Part, Position)
  1378. Part.CFrame = Part.CFrame + Vector3.new(0,0,Position)
  1379. end
  1380. function MoveXPart(Part, Position)
  1381. Part.CFrame = Part.CFrame + Vector3.new(Position,0,0)
  1382. end
  1383. game.Players[Victim].Character.HumanoidRootPart.Anchored = true
  1384. OMGCREEPY = Instance.new("Sound")
  1385. OMGCREEPY.Parent = o1
  1386. OMGCREEPY.Volume = 10
  1387. OMGCREEPY.SoundId = "rbxassetid://177775134"
  1388. for i,v in pairs (o1:GetChildren()) do
  1389. if v:IsA("Part") then
  1390. v.Material = "SmoothPlastic"
  1391. v.BackSurface = "SmoothNoOutlines"
  1392. v.FrontSurface = "SmoothNoOutlines"
  1393. v.BottomSurface = "SmoothNoOutlines"
  1394. v.LeftSurface = "SmoothNoOutlines"
  1395. v.RightSurface = "SmoothNoOutlines"
  1396. v.TopSurface = "SmoothNoOutlines"
  1397. end
  1398. end
  1399. OMGCREEPY:Play()
  1400. o21:Play()
  1401. MoveSpawn(o1,game.Players[Victim].Character.HumanoidRootPart.Position)
  1402. for i=1,51 do
  1403. MoveX(o1,-3)
  1404. wait(.05)
  1405. end
  1406. wait(.5)
  1407. MoveZPart(o12,-1)
  1408. wait(.2)
  1409. for i=1,6 do
  1410. MoveXPart(o12,1)
  1411. wait(.1)
  1412. end
  1413. wait(.5)
  1414. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  1415. wait(.5)
  1416. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  1417. wait(.5)
  1418. MoveZPart(o12,1)
  1419. wait(.2)
  1420.  
  1421. for i=1,6 do
  1422. MoveXPart(o12,-1)
  1423. wait(.1)
  1424. end
  1425. for i=1,50 do
  1426. MoveX(o1,-3)
  1427. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  1428. wait(.05)
  1429. end
  1430. game.Players[Victim].Character.Head.face.Texture = "rbxassetid://629925029"
  1431. game.Players[Victim].Character.HumanoidRootPart.CFrame = o123.CFrame
  1432. SCREAM = Instance.new("Sound")
  1433. SCREAM.Parent = game.Players[Victim].Character.Head
  1434. SCREAM.SoundId = "rbxassetid://138167455"
  1435. SCREAM:Play()
  1436. wait(2.5)
  1437. game.Players[Victim].Character.Head.BrickColor = BrickColor.new("Maroon")
  1438. MoveZPart(o12,-1)
  1439. wait(.2)
  1440. for i=1,6 do
  1441. MoveXPart(o12,1)
  1442. wait(.1)
  1443. end
  1444. wait(.5)
  1445. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  1446. wait(.5)
  1447. MoveZPart(o12,1)
  1448. wait(.2)
  1449. for i=1,6 do
  1450. MoveXPart(o12,-1)
  1451. wait(.1)
  1452. end
  1453. game.Players[Victim].Character.Humanoid.Health = 0
  1454. player = game.Players[Victim]
  1455. char = player.Character
  1456. char.Archivable = true
  1457. local rg = char:Clone()
  1458. rg.HumanoidRootPart:Destroy()
  1459. rg.Name = ""
  1460. rg.Humanoid.MaxHealth = 0
  1461. for i, v in pairs(rg.Torso:GetChildren()) do
  1462. if v:IsA("Motor6D") then
  1463. v:Destroy()
  1464. end
  1465. end
  1466.  
  1467. local n = Instance.new("Glue", rg.Torso)
  1468. n.Name = "Neck"
  1469. n.Part0 = rg.Torso
  1470. n.Part1 = rg.Head
  1471. n.C0 = CFrame.new(0, 1, 0)
  1472. n.C1 = CFrame.new(0, -0.5, 0)
  1473.  
  1474. local rs = Instance.new("Glue", rg.Torso)
  1475. rs.Name = "Right Shoulder"
  1476. rs.Part0 = rg.Torso
  1477. rs.Part1 = rg["Right Arm"]
  1478. rs.C0 = CFrame.new(1.5, 0.5, 0)
  1479. rs.C1 = CFrame.new(0, 0.5, 0)
  1480. local ls = Instance.new("Glue", rg.Torso)
  1481. ls.Name = "Left Shoulder"
  1482. ls.Part0 = rg.Torso
  1483. ls.Part1 = rg["Left Arm"]
  1484. ls.C0 = CFrame.new(-1.5, 0.5, 0)
  1485. ls.C1 = CFrame.new(0, 0.5, 0)
  1486.  
  1487. local rh = Instance.new("Glue", rg.Torso)
  1488. rh.Name = "Right Hip"
  1489. rh.Part0 = rg.Torso
  1490. rh.Part1 = rg["Right Leg"]
  1491. rh.C0 = CFrame.new(0.5, -1, 0)
  1492. rh.C1 = CFrame.new(0, 1, 0)
  1493. local lh = Instance.new("Glue", rg.Torso)
  1494. lh.Name = "Left Hip"
  1495. lh.Part0 = rg.Torso
  1496. lh.Part1 = rg["Left Leg"]
  1497. lh.C0 = CFrame.new(-0.5, -1, 0)
  1498. lh.C1 = CFrame.new(0, 1, 0)
  1499. char.Torso:Destroy()
  1500. char.Head:Destroy()
  1501. char["Left Leg"]:Destroy()
  1502. char["Left Arm"]:Destroy()
  1503. char["Right Leg"]:Destroy()
  1504. char["Right Arm"]:Destroy()
  1505. rg.Parent = game.Workspace
  1506. rg.Head.BrickColor = BrickColor.new("Maroon")
  1507. function DEATH ()
  1508. OHHNELLY = Instance.new("Part")
  1509. OHHNELLY.Parent = workspace
  1510. OHHNELLY.Anchored = false
  1511. OHHNELLY.Material = Enum.Material.SmoothPlastic
  1512. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  1513. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1514. OHHNELLY.Position = rg.Head.Position
  1515. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  1516. OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1517. OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1518. OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1519. OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1520. OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1521. OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1522. end
  1523. for i=1,20 do
  1524. DEATH()
  1525. MoveX(o1,-3)
  1526. wait(.05)
  1527. end
  1528. o1:Destroy()
  1529. end)
  1530. end)
  1531.  
  1532. MusicGUI.Name = "MusicGUI"
  1533. MusicGUI.Parent = MainFrame
  1534. MusicGUI.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  1535. MusicGUI.BorderColor3 = Color3.new(1, 1, 1)
  1536. MusicGUI.BorderSizePixel = 5
  1537. MusicGUI.Position = UDim2.new(0.0386571176, 0, 0.737569034, 0)
  1538. MusicGUI.Size = UDim2.new(0.442296654, 0, 0.216335535, 0)
  1539. MusicGUI.Font = Enum.Font.Cartoon
  1540. MusicGUI.FontSize = Enum.FontSize.Size32
  1541. MusicGUI.Text = "Music Gui"
  1542. MusicGUI.TextColor3 = Color3.new(1, 1, 1)
  1543. MusicGUI.TextSize = 30
  1544.  
  1545. MusicGUI.MouseButton1Down:connect(function()
  1546. -- Objects
  1547.  
  1548. local ScreenGui = Instance.new("ScreenGui")
  1549. local Frame = Instance.new("Frame")
  1550. local TextLabel = Instance.new("TextLabel")
  1551. local TextBox = Instance.new("TextBox")
  1552. local TextBox_2 = Instance.new("TextBox")
  1553. local TextLabel_2 = Instance.new("TextLabel")
  1554. local TextLabel_3 = Instance.new("TextLabel")
  1555. local TextButton = Instance.new("TextButton")
  1556. local TextButton_2 = Instance.new("TextButton")
  1557.  
  1558. -- Properties
  1559.  
  1560. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  1561.  
  1562. Frame.Parent = ScreenGui
  1563. Frame.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  1564. Frame.BorderColor3 = Color3.new(0, 0.666667, 1)
  1565. Frame.Position = UDim2.new(0, 0, 0, 243)
  1566. Frame.Size = UDim2.new(0, 408, 0, 312)
  1567.  
  1568. TextLabel.Parent = Frame
  1569. TextLabel.BackgroundColor3 = Color3.new(0.454902, 0.454902, 0.454902)
  1570. TextLabel.BorderColor3 = Color3.new(0, 0.666667, 1)
  1571. TextLabel.Size = UDim2.new(0, 408, 0, 50)
  1572. TextLabel.Font = Enum.Font.SourceSans
  1573. TextLabel.FontSize = Enum.FontSize.Size14
  1574. TextLabel.Text = "Music GUI By Migas3456"
  1575. TextLabel.TextColor3 = Color3.new(0, 0.666667, 1)
  1576. TextLabel.TextScaled = true
  1577. TextLabel.TextSize = 14
  1578. TextLabel.TextWrapped = true
  1579.  
  1580. TextBox.Parent = Frame
  1581. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  1582. TextBox.Position = UDim2.new(0, 104, 0, 71)
  1583. TextBox.Size = UDim2.new(0, 200, 0, 27)
  1584. TextBox.Font = Enum.Font.SourceSans
  1585. TextBox.FontSize = Enum.FontSize.Size14
  1586. TextBox.Text = "hi"
  1587. TextBox.TextSize = 14
  1588.  
  1589. TextBox_2.Parent = Frame
  1590. TextBox_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1591. TextBox_2.Position = UDim2.new(0, 104, 0, 113)
  1592. TextBox_2.Size = UDim2.new(0, 200, 0, 27)
  1593. TextBox_2.Font = Enum.Font.SourceSans
  1594. TextBox_2.FontSize = Enum.FontSize.Size14
  1595. TextBox_2.Text = "bye"
  1596. TextBox_2.TextSize = 14
  1597.  
  1598. TextLabel_2.Parent = Frame
  1599. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1600. TextLabel_2.BackgroundTransparency = 1
  1601. TextLabel_2.Position = UDim2.new(0, 0, 0, 59)
  1602. TextLabel_2.Size = UDim2.new(0, 92, 0, 50)
  1603. TextLabel_2.Font = Enum.Font.SourceSans
  1604. TextLabel_2.FontSize = Enum.FontSize.Size14
  1605. TextLabel_2.Text = "Song ID:"
  1606. TextLabel_2.TextColor3 = Color3.new(0, 0.666667, 1)
  1607. TextLabel_2.TextScaled = true
  1608. TextLabel_2.TextSize = 14
  1609. TextLabel_2.TextWrapped = true
  1610.  
  1611. TextLabel_3.Parent = Frame
  1612. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1613. TextLabel_3.BackgroundTransparency = 1
  1614. TextLabel_3.Position = UDim2.new(0, 0, 0, 95)
  1615. TextLabel_3.Size = UDim2.new(0, 92, 0, 61)
  1616. TextLabel_3.Font = Enum.Font.SourceSans
  1617. TextLabel_3.FontSize = Enum.FontSize.Size14
  1618. TextLabel_3.Text = "Volume:"
  1619. TextLabel_3.TextColor3 = Color3.new(0, 0.666667, 1)
  1620. TextLabel_3.TextScaled = true
  1621. TextLabel_3.TextSize = 14
  1622. TextLabel_3.TextWrapped = true
  1623.  
  1624. TextButton.Parent = Frame
  1625. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  1626. TextButton.Position = UDim2.new(0, 104, 0, 209)
  1627. TextButton.Size = UDim2.new(0, 200, 0, 39)
  1628. TextButton.Font = Enum.Font.SourceSans
  1629. TextButton.FontSize = Enum.FontSize.Size14
  1630. TextButton.Text = "PLAY"
  1631. TextButton.TextSize = 14
  1632.  
  1633. --[[Function/s being made!]]
  1634. function PlayMusic(ID)
  1635. for i, v in pairs (game.Workspace:GetChildren()) do
  1636. if v:IsA("Sound") then
  1637. v:Remove()
  1638. end
  1639. end
  1640. local music = Instance.new("Sound")
  1641. local asset = "rbxassetid://"
  1642. music.SoundId = asset .. ID
  1643. music.Parent = workspace
  1644. music.Volume = (TextBox_2.Text)
  1645. music.Looped = true
  1646. music:Play()
  1647. end
  1648. --[[Connecting functions!]]
  1649. TextButton.MouseButton1Down:connect(function()
  1650. PlayMusic(TextBox.Text)
  1651. end)
  1652.  
  1653. TextButton_2.Parent = Frame
  1654. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1655. TextButton_2.Position = UDim2.new(0, 104, 0, 256)
  1656. TextButton_2.Size = UDim2.new(0, 200, 0, 39)
  1657. TextButton_2.Font = Enum.Font.SourceSans
  1658. TextButton_2.FontSize = Enum.FontSize.Size14
  1659. TextButton_2.Text = "STOP"
  1660. TextButton_2.TextSize = 14
  1661.  
  1662. --[[Function/s being made!]]
  1663. function PlayMusic(ID)
  1664. for i, v in pairs (game.Workspace:GetChildren()) do
  1665. if v:IsA("Sound") then
  1666. v:Remove()
  1667. end
  1668. end
  1669. local music = Instance.new("Sound")
  1670. local asset = "rbxassetid://"
  1671. music.SoundId = asset .. ID
  1672. music.Parent = workspace
  1673. music.Volume = (TextBox_2.Text)
  1674. music.Looped = true
  1675. music:Play()
  1676. end
  1677. --[[Connecting functions!]]
  1678. TextButton_2.MouseButton1Down:connect(function()
  1679. PlayMusic(0)
  1680. end)
  1681. end)
  1682.  
  1683. Grabknife.Name = "Grab knife"
  1684. Grabknife.Parent = MainFrame
  1685. Grabknife.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  1686. Grabknife.BorderColor3 = Color3.new(1, 1, 1)
  1687. Grabknife.BorderSizePixel = 5
  1688. Grabknife.Position = UDim2.new(0.034361884, 0, 0.444751382, 0)
  1689. Grabknife.Size = UDim2.new(0.442296654, 0, 0.216335535, 0)
  1690. Grabknife.Font = Enum.Font.Cartoon
  1691. Grabknife.FontSize = Enum.FontSize.Size32
  1692. Grabknife.Text = "Grab knife"
  1693. Grabknife.TextColor3 = Color3.new(1, 1, 1)
  1694. Grabknife.TextSize = 30
  1695.  
  1696. Grabknife.MouseButton1Down:connect(function()
  1697. local p = game.Players.LocalPlayer
  1698. local char = p.Character
  1699. local hed = char.Head
  1700. local hes = game.Players.LocalPlayer.Character.Humanoid
  1701. for i,v in pairs(char:children()) do
  1702. if v:IsA("Hat") then
  1703. v:Destroy()
  1704. end
  1705. end
  1706. for i,v in pairs(hed:children()) do
  1707. if v:IsA("Sound") then
  1708. v:Destroy()
  1709. end
  1710. end
  1711. local Part = Instance.new("Part",hed)
  1712. Part.BrickColor = BrickColor.new("Really black")
  1713. Part.Size = Vector3.new(1,1,1)
  1714. Part.CanCollide = false
  1715. Part.Material = "Neon"
  1716. local M = Instance.new("SpecialMesh",Part)
  1717. M.MeshId = "rbxassetid://227430350"
  1718. M.Scale = Vector3.new(3,3,3)
  1719. local Part2 = Instance.new("Weld",Part)
  1720. Part2.Part0 = hed
  1721. Part2.Part1 = Part
  1722. Part2.C0 = CFrame.new(0, 1, -0.5)
  1723. hes.MaxHealth = math.huge
  1724. print("Edit By BonnieKunG1s")
  1725. warn'Edit By BonnieKunG1s'
  1726. plr = game.Players.LocalPlayer
  1727. chr = plr.Character
  1728. chr.Head.face.Texture = "rbxassetid://851605535"
  1729. local plr = game:service'Players'.LocalPlayer
  1730. local char = plr.Character
  1731. local Part = Instance.new("Part",chr)
  1732. Part.BrickColor = BrickColor.new("Royal blue")
  1733. Part.Size = Vector3.new(1,1,1)
  1734. Part.CanCollide = false
  1735. Part.Material = "Neon"
  1736. local M = Instance.new("SpecialMesh",Part)
  1737. M.MeshId = "rbxassetid://0"
  1738. M.Scale = Vector3.new(1.2,1.2,1.2)
  1739. M.TextureId = "rbxassetid://0"
  1740. local Part2 = Instance.new("Weld",Part)
  1741. Part2.Part0 = chr.Head
  1742. Part2.Part1 = Part
  1743. Part2.C0 = CFrame.new(0,0.2,0)*CFrame.Angles(0,0,0)
  1744. local Part1 = Instance.new("Part",chr)
  1745. Part1.BrickColor = BrickColor.new("Really black")
  1746. Part1.Size = Vector3.new(1,1,1)
  1747. Part1.CanCollide = false
  1748. Part1.Material = "Neon"
  1749. local M1 = Instance.new("SpecialMesh",Part1)
  1750. M1.MeshId = "rbxassetid://0"
  1751. M1.Scale = Vector3.new(0.0067,0.0067,0.0067)
  1752. local Part21 = Instance.new("Weld",Part1)
  1753. Part21.Part0 = chr.Head
  1754. Part21.Part1 = Part1
  1755. Part21.C0 = CFrame.new(0,-1.2,0)*CFrame.Angles(0,1.55,0)
  1756. local Bon = chr["Body Colors"]
  1757. Bon.HeadColor = BrickColor.new("White")
  1758. Bon.LeftArmColor = BrickColor.new("White")
  1759. Bon.LeftLegColor = BrickColor.new("White")
  1760. Bon.RightArmColor = BrickColor.new("White")
  1761. Bon.RightLegColor = BrickColor.new("White")
  1762. Bon.TorsoColor = BrickColor.new("White")
  1763. local p = game.Players.LocalPlayer
  1764. local Character = p.Character
  1765. Face = Instance.new("Decal",Character.Head)
  1766. Face.Texture = "rbxassetid://865640345"
  1767. Face.Face = "Front"
  1768. Face.Transparency = 0
  1769. Face.Name = "Blood"
  1770. local player = game:GetService('Players').LocalPlayer
  1771. local rightclone = Instance.new('Motor6D')
  1772. rightclone.Name = "Right Shoulder"
  1773. rightclone.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1774. rightclone.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1775. local leftclone = Instance.new('Motor6D')
  1776. leftclone.Name = "Left Shoulder"
  1777. leftclone.C0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1778. leftclone.C1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1779. local leftlegclone = Instance.new('Motor6D')
  1780. leftlegclone.Name = "Left Hip"
  1781. leftlegclone.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1782. leftlegclone.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1783. local rightlegclone = Instance.new('Motor6D')
  1784. rightlegclone.Name = "Right Hip"
  1785. rightlegclone.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1786. rightlegclone.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1787. local torsoclone = Instance.new('Motor6D')
  1788. torsoclone.Name = "RootJoint"
  1789. torsoclone.C0 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1790. torsoclone.C1 = CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1791. local mouse = player:GetMouse()
  1792. local rag1 = false
  1793. local rag2 = false
  1794. local firsttime = true
  1795. local firsttime2 = true
  1796. local firsttime3 = true
  1797. local firsttime4 = true
  1798. local firsttime5 = true
  1799. local childlock = false
  1800. plr = game.Players.LocalPlayer
  1801. local bonnie = Instance.new("Sound",plr.Character)
  1802. bonnie.Volume = 0.5
  1803. bonnie.Looped = true
  1804. bonnie.Pitch = 1
  1805. bonnie.SoundId = "rbxassetid://144997651"
  1806. bonnie:Play()
  1807. local math1 = math.random(1,5)
  1808. math1 = math1+(math.random(0,9)/10)
  1809. local math2 = math.random(1,15)
  1810. math2 = math2+(math.random(0,9)/10)
  1811. local math3 = math.random(1,10)
  1812. math3 = math3+(math.random(0,9)/10)
  1813. local math4 = math.random(5,100)
  1814. math4 = math4+(math.random(0,9)/10)
  1815. local answer = (math4+(math1*math3))/(math1*math2)
  1816. answer = math.floor((answer*10)+0.5)
  1817. answer = answer/10
  1818. print([[To be fair, you have to have a very high IQ to understand Rick and Morty.
  1819. 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.
  1820. There's also Rick's nihilistic outlook, which is deftly woven into his characterisation -
  1821. his personal philosophy draws heavily from Narodnaya Volya literature, for instance.
  1822. The fans understand this stuff;
  1823. 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.
  1824. As a consequence people who dislike Rick and Morty truly ARE idiots-
  1825. 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.
  1826. 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.
  1827. What fools... how I pity them.
  1828. And yes by the way, I DO have a Rick and Morty tattoo.
  1829. And no, you cannot see it.
  1830. It's for the ladies' eyes only-
  1831. And even they have to demonstrate that they're within ]]..answer..[[ IQ points of my own (preferably lower) beforehand.]])
  1832. local rekt = {}
  1833.  
  1834. -- Objects
  1835.  
  1836. local MainGUI = Instance.new("ScreenGui")
  1837. local Customize = Instance.new("TextButton")
  1838. local Frame = Instance.new("Frame")
  1839. local TextLabel = Instance.new("TextLabel")
  1840. local Frame_2 = Instance.new("Frame")
  1841. local Frame_3 = Instance.new("Frame")
  1842. local ImageLabel = Instance.new("ImageLabel")
  1843. local R = Instance.new("TextBox")
  1844. local G = Instance.new("TextBox")
  1845. local B = Instance.new("TextBox")
  1846. local TextLabel_2 = Instance.new("TextLabel")
  1847. local TextLabel_3 = Instance.new("TextLabel")
  1848. local TextLabel_4 = Instance.new("TextLabel")
  1849. local Slider = Instance.new("Frame")
  1850. local Slidee = Instance.new("ImageButton")
  1851. local ChildLock = Instance.new("Frame")
  1852. local TextLabel_5 = Instance.new("TextLabel")
  1853. local mathz = Instance.new("TextLabel")
  1854. local TextBox = Instance.new("TextBox")
  1855. local Black = Instance.new('Frame')
  1856. local fps = Instance.new('TextLabel')
  1857.  
  1858. -- Properties
  1859.  
  1860. MainGUI.Name = "MainGUI"
  1861. MainGUI.ResetOnSpawn = false
  1862. pcall(function()
  1863. MainGUI.Parent = player.PlayerGui
  1864. end)
  1865. pcall(function()
  1866. MainGUI.Parent = game.CoreGui
  1867. game.CoreGui.RobloxGui.Backpack.Hotbar.AnchorPoint = Vector2.new(0.5,0.5)
  1868. game.CoreGui.RobloxGui.Backpack.Hotbar.Position = UDim2.new(0.5,0,0.85,0)
  1869. end)
  1870.  
  1871.  
  1872. Customize.Name = "Customize"
  1873. Customize.Parent = MainGUI
  1874. Customize.BackgroundColor3 = Color3.new(0, 0.776471, 0.282353)
  1875. Customize.BorderSizePixel = 0
  1876. Customize.Position = UDim2.new(0.15, 0, 0.9, 0)
  1877. Customize.Size = UDim2.new(0.699999988, 0, 0.100000001, 0)
  1878. Customize.Font = Enum.Font.SourceSans
  1879. Customize.FontSize = Enum.FontSize.Size14
  1880. Customize.Text = "Customize V4"
  1881. Customize.TextColor3 = Color3.new(1, 1, 1)
  1882. Customize.TextScaled = true
  1883. Customize.TextSize = 14
  1884. Customize.TextWrapped = true
  1885.  
  1886. Frame.Parent = Customize
  1887. Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  1888. Frame.BorderSizePixel = 0
  1889. Frame.Position = UDim2.new(0, 0, 1, 0)
  1890. Frame.Size = UDim2.new(1, 0, 6.5, 0)
  1891.  
  1892. TextLabel.Parent = Frame
  1893. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1894. TextLabel.BackgroundTransparency = 1
  1895. TextLabel.Position = UDim2.new(0, 0, 0.100000001, 0)
  1896. TextLabel.Size = UDim2.new(0.300000012, 0, 0.200000003, 0)
  1897. TextLabel.Font = Enum.Font.SourceSansLight
  1898. TextLabel.FontSize = Enum.FontSize.Size14
  1899. TextLabel.Text = "Blood Color: [255, 255, 255]"
  1900. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  1901. TextLabel.TextScaled = true
  1902. TextLabel.TextSize = 14
  1903. TextLabel.TextWrapped = true
  1904. TextLabel.TextXAlignment = Enum.TextXAlignment.Right
  1905.  
  1906. Frame_2.Parent = TextLabel
  1907. Frame_2.BackgroundColor3 = Color3.new(0.458824, 0, 0)
  1908. Frame_2.BorderSizePixel = 0
  1909. Frame_2.Position = UDim2.new(1.04999995, 0, 0, 0)
  1910. Frame_2.Size = UDim2.new(1, 0, 1, 0)
  1911. Frame_2.SizeConstraint = Enum.SizeConstraint.RelativeYY
  1912.  
  1913. Frame_3.Parent = Frame
  1914. Frame_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1915. Frame_3.BackgroundTransparency = 1
  1916. Frame_3.BorderSizePixel = 0
  1917. Frame_3.Position = UDim2.new(0.0500000007, 0, 0.449999988, 0)
  1918. Frame_3.Size = UDim2.new(0.5, 0, 0.5, 0)
  1919. Frame_3.SizeConstraint = Enum.SizeConstraint.RelativeYY
  1920.  
  1921. ImageLabel.Parent = Frame_3
  1922. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1923. ImageLabel.BackgroundTransparency = 1
  1924. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  1925. ImageLabel.Image = "rbxassetid://328298876"
  1926.  
  1927. R.Name = "R"
  1928. R.Parent = Frame_3
  1929. R.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1930. R.BorderSizePixel = 0
  1931. R.Position = UDim2.new(1.39999998, 0, 0, 0)
  1932. R.Size = UDim2.new(0.75, 0, 0.300000012, 0)
  1933. R.Font = Enum.Font.SourceSans
  1934. R.FontSize = Enum.FontSize.Size14
  1935. R.Text = "Input"
  1936. R.TextColor3 = Color3.new(1, 1, 1)
  1937. R.TextScaled = true
  1938. R.TextSize = 14
  1939. R.TextWrapped = true
  1940. R.TextXAlignment = Enum.TextXAlignment.Left
  1941.  
  1942. G.Name = "G"
  1943. G.Parent = Frame_3
  1944. G.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1945. G.BorderSizePixel = 0
  1946. G.Position = UDim2.new(1.39999998, 0, 0.349999994, 0)
  1947. G.Size = UDim2.new(0.75, 0, 0.300000012, 0)
  1948. G.Font = Enum.Font.SourceSans
  1949. G.FontSize = Enum.FontSize.Size14
  1950. G.Text = "Input"
  1951. G.TextColor3 = Color3.new(1, 1, 1)
  1952. G.TextScaled = true
  1953. G.TextSize = 14
  1954. G.TextWrapped = true
  1955. G.TextXAlignment = Enum.TextXAlignment.Left
  1956.  
  1957. B.Name = "B"
  1958. B.Parent = Frame_3
  1959. B.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1960. B.BorderSizePixel = 0
  1961. B.Position = UDim2.new(1.39999998, 0, 0.699999988, 0)
  1962. B.Size = UDim2.new(0.75, 0, 0.300000012, 0)
  1963. B.Font = Enum.Font.SourceSans
  1964. B.FontSize = Enum.FontSize.Size14
  1965. B.Text = "Input"
  1966. B.TextColor3 = Color3.new(1, 1, 1)
  1967. B.TextScaled = true
  1968. B.TextSize = 14
  1969. B.TextWrapped = true
  1970. B.TextXAlignment = Enum.TextXAlignment.Left
  1971.  
  1972. TextLabel_2.Parent = Frame_3
  1973. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1974. TextLabel_2.BackgroundTransparency = 1
  1975. TextLabel_2.Position = UDim2.new(1.04999995, 0, 0, 0)
  1976. TextLabel_2.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  1977. TextLabel_2.Font = Enum.Font.SourceSansLight
  1978. TextLabel_2.FontSize = Enum.FontSize.Size14
  1979. TextLabel_2.Text = "R"
  1980. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  1981. TextLabel_2.TextScaled = true
  1982. TextLabel_2.TextSize = 14
  1983. TextLabel_2.TextWrapped = true
  1984.  
  1985. TextLabel_3.Parent = Frame_3
  1986. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1987. TextLabel_3.BackgroundTransparency = 1
  1988. TextLabel_3.Position = UDim2.new(1.04999995, 0, 0.349999994, 0)
  1989. TextLabel_3.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  1990. TextLabel_3.Font = Enum.Font.SourceSansLight
  1991. TextLabel_3.FontSize = Enum.FontSize.Size14
  1992. TextLabel_3.Text = "G"
  1993. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  1994. TextLabel_3.TextScaled = true
  1995. TextLabel_3.TextSize = 14
  1996. TextLabel_3.TextWrapped = true
  1997.  
  1998. TextLabel_4.Parent = Frame_3
  1999. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  2000. TextLabel_4.BackgroundTransparency = 1
  2001. TextLabel_4.Position = UDim2.new(1.04999995, 0, 0.699999988, 0)
  2002. TextLabel_4.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
  2003. TextLabel_4.Font = Enum.Font.SourceSansLight
  2004. TextLabel_4.FontSize = Enum.FontSize.Size14
  2005. TextLabel_4.Text = "B"
  2006. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  2007. TextLabel_4.TextScaled = true
  2008. TextLabel_4.TextSize = 14
  2009. TextLabel_4.TextWrapped = true
  2010.  
  2011. Slider.Name = "Slider"
  2012. Slider.Parent = Frame
  2013. Slider.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  2014. Slider.Position = UDim2.new(0.0500000007, 0, 0.375, 0)
  2015. Slider.Size = UDim2.new(0.230000004, 0, 0.00999999978, 0)
  2016.  
  2017. Slidee.Name = "Slidee"
  2018. Slidee.Parent = Slider
  2019. Slidee.AnchorPoint = Vector2.new(0.5, 0.5)
  2020. Slidee.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  2021. Slidee.BorderSizePixel = 0
  2022. Slidee.Size = UDim2.new(0.0299999993, 0, 7, 0)
  2023. Slidee.ImageTransparency = 1
  2024.  
  2025. ChildLock.Name = "ChildLock"
  2026. ChildLock.Parent = Frame
  2027. ChildLock.Active = true
  2028. ChildLock.BackgroundColor3 = Color3.new(0, 0, 0)
  2029. ChildLock.BackgroundTransparency = 0.60000002384186
  2030. ChildLock.BorderSizePixel = 0
  2031. ChildLock.Position = UDim2.new(0.600000024, 0, 0, 0)
  2032. ChildLock.Size = UDim2.new(0.400000006, 0, 1, 0)
  2033. ChildLock.ZIndex = 2
  2034.  
  2035. TextLabel_5.Parent = ChildLock
  2036. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  2037. TextLabel_5.BackgroundTransparency = 1
  2038. TextLabel_5.BorderSizePixel = 0
  2039. TextLabel_5.Position = UDim2.new(0.125, 0, 0.150000006, 0)
  2040. TextLabel_5.Size = UDim2.new(0.75, 0, 0.200000003, 0)
  2041. TextLabel_5.ZIndex = 3
  2042. TextLabel_5.Font = Enum.Font.SourceSans
  2043. TextLabel_5.FontSize = Enum.FontSize.Size14
  2044. TextLabel_5.Text = "do this math to disable child lock"
  2045. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  2046. TextLabel_5.TextScaled = true
  2047. TextLabel_5.TextSize = 14
  2048. TextLabel_5.TextWrapped = true
  2049.  
  2050. mathz.Name = "mathz"
  2051. mathz.Parent = ChildLock
  2052. mathz.BackgroundColor3 = Color3.new(1, 1, 1)
  2053. mathz.BackgroundTransparency = 1
  2054. mathz.Position = UDim2.new(0.125, 0, 0.449999988, 0)
  2055. mathz.Size = UDim2.new(0.75, 0, 0.200000003, 0)
  2056. mathz.ZIndex = 3
  2057. mathz.Font = Enum.Font.SourceSans
  2058. mathz.FontSize = Enum.FontSize.Size14
  2059. mathz.Text = math1.."("..math2.."r - "..math3..") = "..math4
  2060. mathz.TextColor3 = Color3.new(1, 1, 1)
  2061. mathz.TextScaled = true
  2062. mathz.TextSize = 14
  2063. mathz.TextWrapped = true
  2064.  
  2065. fps.Name = "fps"
  2066. fps.Parent = Frame
  2067. fps.BackgroundColor3 = Color3.new(1, 1, 1)
  2068. fps.BackgroundTransparency = 1
  2069. fps.Size = UDim2.new(0.75, 0, 0.05, 0)
  2070. fps.ZIndex = 3
  2071. fps.Font = Enum.Font.SourceSansLight
  2072. fps.FontSize = Enum.FontSize.Size14
  2073. fps.Text = "FPS: N/A"
  2074. fps.TextColor3 = Color3.new(1, 1, 1)
  2075. fps.TextScaled = true
  2076. fps.TextSize = 14
  2077. fps.TextWrapped = true
  2078. fps.TextXAlignment = Enum.TextXAlignment.Left
  2079.  
  2080. TextBox.Parent = ChildLock
  2081. TextBox.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  2082. TextBox.BorderSizePixel = 0
  2083. TextBox.Position = UDim2.new(0.200000003, 0, 0.699999988, 0)
  2084. TextBox.Size = UDim2.new(0.600000024, 0, 0.200000003, 0)
  2085. TextBox.ZIndex = 3
  2086. TextBox.Font = Enum.Font.SourceSans
  2087. TextBox.FontSize = Enum.FontSize.Size14
  2088. TextBox.Text = "Answer (rounded to nearest tenth)"
  2089. TextBox.TextColor3 = Color3.new(1, 1, 1)
  2090. TextBox.TextScaled = true
  2091. TextBox.TextSize = 14
  2092. TextBox.TextWrapped = true
  2093. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  2094.  
  2095. Black.Size = UDim2.new(1,0,1,0)
  2096. Black.BackgroundTransparency = 1
  2097. Black.BorderSizePixel = 0
  2098. Black.BackgroundColor3 = Color3.new(0,0,0)
  2099. Black.Parent = Frame_3
  2100.  
  2101. TextBox.FocusLost:connect(function()
  2102. 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
  2103. ChildLock:Destroy()
  2104. childlock = false
  2105. notify("Child lock disabled, press B to enable dildo mode.",true)
  2106. end
  2107. end)
  2108.  
  2109. local mousedown = false
  2110. mouse.Button1Down:connect(function()
  2111. mousedown = true
  2112. end)
  2113. mouse.Button1Up:connect(function()
  2114. mousedown = false
  2115. slidee = false
  2116. end)
  2117.  
  2118. Slidee.MouseButton1Down:connect(function()
  2119. slidee = true
  2120. end)
  2121. Slidee.MouseButton1Up:connect(function()
  2122. slidee = false
  2123. end)
  2124.  
  2125. mouse.Move:connect(function()
  2126. if mousedown then
  2127. 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
  2128. local newX = ImageLabel.AbsoluteSize.X-(mouse.X-ImageLabel.AbsolutePosition.X)
  2129. local newY = ImageLabel.AbsoluteSize.Y-(mouse.Y-ImageLabel.AbsolutePosition.Y)
  2130. local newcolor = Color3.fromHSV(newX/ImageLabel.AbsoluteSize.X,newY/ImageLabel.AbsoluteSize.Y,Black.Transparency)
  2131. Frame_2.BackgroundColor3 = newcolor
  2132. TextLabel.Text = "Blood Color: ["..math.floor(255*newcolor.r)..", "..math.floor(255*newcolor.g)..", "..math.floor(255*newcolor.b).."]"
  2133. end
  2134. end
  2135. if slidee then
  2136. local ree = mouse.X
  2137. if ree < Slider.AbsolutePosition.X then
  2138. ree = Slider.AbsolutePosition.X
  2139. elseif ree > Slider.AbsolutePosition.X+Slider.AbsoluteSize.X then
  2140. ree = Slider.AbsolutePosition.X+Slider.AbsoluteSize.X
  2141. end
  2142. Slidee.Position = UDim2.new(0,ree-Slider.AbsolutePosition.X,0,0)
  2143. Black.Transparency = 1-(Slidee.Position.X.Offset/Slider.AbsoluteSize.X)
  2144. end
  2145. end)
  2146.  
  2147. R.FocusLost:connect(function()
  2148. if R.Text ~= "Input" then
  2149. if tonumber(R.Text) then
  2150. if tonumber(R.Text) > 255 then
  2151. R.Text = "255"
  2152. end
  2153. local newcolor = Color3.new(tonumber(R.Text/255),Frame_2.BackgroundColor3.g,Frame_2.BackgroundColor3.b)
  2154. Frame_2.BackgroundColor3 = newcolor
  2155. TextLabel.Text = "Blood Color: ["..math.floor(255*newcolor.r)..", "..math.floor(255*newcolor.g)..", "..math.floor(255*newcolor.b).."]"
  2156. R.Text = "Input"
  2157. end
  2158. end
  2159. end)
  2160. G.FocusLost:connect(function()
  2161. if G.Text ~= "Input" then
  2162. if tonumber(G.Text) then
  2163. if tonumber(G.Text) > 255 then
  2164. G.Text = "255"
  2165. end
  2166. local newcolor = Color3.new(Frame_2.BackgroundColor3.r,tonumber(G.Text/255),Frame_2.BackgroundColor3.b)
  2167. Frame_2.BackgroundColor3 = newcolor
  2168. TextLabel.Text = "Blood Color: ["..math.floor(255*newcolor.r)..", "..math.floor(255*newcolor.g)..", "..math.floor(255*newcolor.b).."]"
  2169. G.Text = "Input"
  2170. end
  2171. end
  2172. end)
  2173. B.FocusLost:connect(function()
  2174. if B.Text ~= "Input" then
  2175. if tonumber(B.Text) then
  2176. if tonumber(B.Text) > 255 then
  2177. B.Text = "255"
  2178. end
  2179. local newcolor = Color3.new(Frame_2.BackgroundColor3.r,Frame_2.BackgroundColor3.g,tonumber(B.Text/255))
  2180. Frame_2.BackgroundColor3 = newcolor
  2181. TextLabel.Text = "Blood Color: ["..math.floor(255*newcolor.r)..", "..math.floor(255*newcolor.g)..", "..math.floor(255*newcolor.b).."]"
  2182. B.Text = "Input"
  2183. end
  2184. end
  2185. end)
  2186.  
  2187. local open = false
  2188. local opening = false
  2189. Customize.MouseButton1Click:connect(function()
  2190. if opening == false then
  2191. if open == false then
  2192. open = true
  2193. opening = true
  2194. Customize:TweenPosition(UDim2.new(0.15, 0, 0.1, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Quint,1)
  2195. wait(1)
  2196. opening = false
  2197. else
  2198. open = false
  2199. opening = true
  2200. Customize:TweenPosition(UDim2.new(0.15, 0, 0.9, 0),Enum.EasingDirection.Out,Enum.EasingStyle.Quint,1)
  2201. wait(1)
  2202. opening = false
  2203. end
  2204. end
  2205. end)
  2206.  
  2207. Frame_2.BackgroundColor3 = Color3.fromRGB(117,0,0)
  2208.  
  2209. function removewelds(part)
  2210. for i,v in pairs(part:GetChildren()) do
  2211. if v:IsA('Weld') then v:Destroy() end
  2212. end
  2213. end
  2214.  
  2215. function notify(msg,remove)
  2216. local coru= coroutine.wrap(function()
  2217. for i,v in pairs(MainGUI:GetChildren()) do
  2218. if v:IsA('TextLabel') then v:Destroy() end
  2219. end
  2220. if msg then
  2221. local TextLabel = Instance.new("TextLabel")
  2222. local Frame = Instance.new("Frame")
  2223.  
  2224. -- Properties
  2225.  
  2226. TextLabel.Parent = MainGUI
  2227. TextLabel.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  2228. TextLabel.BorderSizePixel = 0
  2229. TextLabel.Position = UDim2.new(0.25, 0, 0.05, -10)
  2230. TextLabel.Size = UDim2.new(0.5, 0, 0.1, 0)
  2231. TextLabel.Font = Enum.Font.SourceSans
  2232. TextLabel.FontSize = Enum.FontSize.Size60
  2233. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  2234. TextLabel.TextSize = 50
  2235. TextLabel.Transparency = 1
  2236. TextLabel.TextScaled = true
  2237. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  2238. TextLabel.Text = ""
  2239. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  2240.  
  2241. Frame.Parent = TextLabel
  2242. Frame.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  2243. Frame.BorderSizePixel = 0
  2244. Frame.Transparency = 1
  2245. Frame.Position = UDim2.new(0, 0, 1,0)
  2246. Frame.Size = UDim2.new(1, 0, 0, 5)
  2247. for i=1,10 do
  2248. TextLabel.Transparency = TextLabel.Transparency-0.1
  2249. TextLabel.Position = TextLabel.Position+UDim2.new(0,0,0,1)
  2250. Frame.Transparency = Frame.Transparency-0.1
  2251. wait()
  2252. end
  2253. for i=1,#msg do
  2254. TextLabel.Text = string.sub(msg,1,i)
  2255. wait()
  2256. end
  2257. wait(1)
  2258. if remove ~= true then
  2259. for i=1,10 do
  2260. TextLabel.Transparency = TextLabel.Transparency+0.1
  2261. TextLabel.Position = TextLabel.Position-UDim2.new(0,0,0,1)
  2262. Frame.Transparency = Frame.Transparency+0.1
  2263. wait()
  2264. end
  2265. TextLabel:Destroy()
  2266. end
  2267. end
  2268. end)
  2269. coru()
  2270. end
  2271. if workspace.FilteringEnabled == false then
  2272. if workspace:PGSIsEnabled() then
  2273. notify('Press Z to equip. Created by mustardfoot and Tollonis.',true)
  2274. else
  2275. 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)
  2276. end
  2277. else
  2278. notify('LOL this game has filtering enabled so it literally wont work here')
  2279. end
  2280.  
  2281. local handProperties = {
  2282. {"LimitsEnabled", true};
  2283. {"UpperAngle",0};
  2284. {"LowerAngle",0};
  2285. }
  2286. local shinProperties = {
  2287. {"LimitsEnabled", true};
  2288. {"UpperAngle", 0};
  2289. {"LowerAngle", -75};
  2290. }
  2291. local footProperties = {
  2292. {"LimitsEnabled", true};
  2293. {"UpperAngle", 15};
  2294. {"LowerAngle", -45};
  2295. }
  2296.  
  2297. function bleed(frick,OwO)
  2298. while frick.Parent ~= nil and frick.Parent.Parent ~= nil do
  2299. local reeee = coroutine.wrap(function()
  2300. local thing = Instance.new('Part',workspace)
  2301. thing.Size = Vector3.new(0.2,0.2,0.2)
  2302. thing.CFrame = frick.CFrame
  2303. thing.Transparency = 1
  2304. thing.BrickColor = BrickColor.new(Frame_2.BackgroundColor3)
  2305. thing.Material = Enum.Material.SmoothPlastic
  2306. thing.Name = "Blood"
  2307. thing.CanCollide =false
  2308. thing:BreakJoints()
  2309. local rawrxd = Instance.new('BodyForce',thing)
  2310. rawrxd.Force = frick.CFrame.upVector*(math.random()*2)+Vector3.new(math.random(-5, 5)/10,1.5,0)
  2311. local coru = coroutine.wrap(function()
  2312. wait(0.01)
  2313. rawrxd:Destroy()
  2314. end)
  2315. coru()
  2316. local ree = Instance.new('ParticleEmitter',thing)
  2317. if OwO ~= true then
  2318. ree.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Frame_2.BackgroundColor3),ColorSequenceKeypoint.new(1,Frame_2.BackgroundColor3)})
  2319. else
  2320. ree.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.new(1,1,1)),ColorSequenceKeypoint.new(1,Color3.new(1,1,1))})
  2321. end
  2322. ree.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.1),NumberSequenceKeypoint.new(1,0.1)})
  2323. ree.Texture = 'rbxassetid://867743272'
  2324. ree.Lifetime = NumberRange.new(0.4)
  2325. ree.Rate = 50
  2326. ree.LockedToPart = true
  2327. ree.Speed = NumberRange.new(0, 2)
  2328.  
  2329. thing.Touched:connect(function(tou)
  2330. 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
  2331. local pos = Vector3.new(thing.Position.X,(tou.Position.Y+(tou.Size.Y/2))+0.02,thing.Position.Z)
  2332. local Point1 = pos-Vector3.new(0.01,0.01,0.01)
  2333. local Point2 = pos+Vector3.new(0.01,0.01,0.01)
  2334. local Region = Region3.new(Point1,Point2)
  2335. for _,Part in pairs(game.Workspace:FindPartsInRegion3(Region,nil,math.huge)) do
  2336. if Part.Name == "BloodPuddle" then
  2337. tou = Part
  2338. end
  2339. end
  2340. thing:Destroy()
  2341. if tou.Name == "BloodPuddle" then
  2342. if tou.Size.X < 1 then
  2343. pcall(function()
  2344. tou.Sound:Play()
  2345. end)
  2346. end
  2347. local reee = tou.CFrame
  2348. if tou.Transparency > -0.2 then
  2349. tou.Transparency = tou.Transparency -0.1
  2350. end
  2351. if tou.Size.X < 5 then
  2352. tou.Size = tou.Size+Vector3.new(0.1,0,0.1)
  2353. tou.CFrame = reee
  2354. end
  2355. elseif tou.CanCollide == true then
  2356. local bloodlol = Instance.new('Part',workspace)
  2357. local sound = Instance.new('Sound',bloodlol)
  2358. sound.SoundId = 'rbxassetid://685857471'
  2359. sound.Volume = 0.025
  2360. sound:Play()
  2361. bloodlol.Size=Vector3.new(1,0.2,1)
  2362. bloodlol.Name = "BloodPuddle"
  2363. bloodlol.Anchored = true
  2364. bloodlol.CanCollide = false
  2365. bloodlol.Material = Enum.Material.SmoothPlastic
  2366. if OwO ~= true then
  2367. bloodlol.Color = Frame_2.BackgroundColor3
  2368. else
  2369. bloodlol.Color = Color3.new(1,1,1)
  2370. end
  2371. local cyl = Instance.new('CylinderMesh',bloodlol)
  2372. cyl.Scale = Vector3.new(1,0.1,1)
  2373. bloodlol.CFrame = CFrame.new(pos)
  2374. local coru=coroutine.wrap(function()
  2375. while bloodlol.Parent ~= nil do
  2376. if bloodlol.Transparency < 1 then
  2377. bloodlol.Transparency = bloodlol.Transparency+0.05
  2378. else
  2379. bloodlol:Destroy()
  2380. end
  2381. wait(0.1)
  2382. end
  2383. end)
  2384. coru()
  2385. end
  2386. end
  2387. end)
  2388. local coru = coroutine.wrap(function()
  2389. wait(1)
  2390. thing:Destroy()
  2391. end)
  2392. coru()
  2393. end)
  2394. reeee()
  2395. wait()
  2396. end
  2397. end
  2398.  
  2399. function stun(char)
  2400. local found = false
  2401. pcall(function()
  2402. char:FindFirstChildOfClass('Humanoid'):ChangeState(Enum.HumanoidStateType.Physics)
  2403. end)
  2404. for i,v in pairs(rekt) do
  2405. if v == char then
  2406. found = true
  2407. end
  2408. end
  2409. if found == false then
  2410. table.insert(rekt,char)
  2411. end
  2412. end
  2413. function unstun(char)
  2414. for i,v in pairs(rekt) do
  2415. if v == char then
  2416. if v:FindFirstChildOfClass('Humanoid') and v:FindFirstChildOfClass('Humanoid').Health>0 then
  2417. v:FindFirstChildOfClass('Humanoid'):ChangeState(Enum.HumanoidStateType.Running)
  2418. v:FindFirstChildOfClass('Humanoid').PlatformStand = false
  2419. v:FindFirstChildOfClass('Humanoid').Sit = false
  2420. v:FindFirstChildOfClass('Humanoid').Jump = true
  2421. v:FindFirstChildOfClass('Humanoid').JumpPower = 50
  2422. v:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
  2423. v:FindFirstChildOfClass('Humanoid').Name = "Humanoid"
  2424. end
  2425. table.remove(rekt,i)
  2426. end
  2427. end
  2428. end
  2429.  
  2430. function recurse(root,callback,i)
  2431. i= i or 0
  2432. for _,v in pairs(root:GetChildren()) do
  2433. i = i + 1
  2434. callback(i,v)
  2435.  
  2436. if #v:GetChildren() > 0 then
  2437. i = recurse(v,callback,i)
  2438. end
  2439. end
  2440.  
  2441. return i
  2442. end
  2443.  
  2444. function ragdollJoint(character, part0, part1, attachmentName, className, properties)
  2445. if character:FindFirstChild("RagdollConstraint"..part1.Name) == nil then
  2446. if character:FindFirstChild('HumanoidRootPart')then
  2447. character.HumanoidRootPart.CanCollide = false
  2448. end
  2449. for i,v in pairs(character:GetChildren()) do
  2450. 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
  2451. v.Size = Vector3.new(1,1,1)
  2452. end
  2453. end
  2454. recurse(character, function(_,v)
  2455. if v:IsA("Attachment") and v.Parent.Name ~= "ayybleed" then
  2456. v.Axis = Vector3.new(0, 1, 0)
  2457. v.SecondaryAxis = Vector3.new(0, 0, 1)
  2458. v.Rotation = Vector3.new(0, 0, 0)
  2459. end
  2460. end)
  2461. if part1:FindFirstChildOfClass('Motor6D') then
  2462. part1:FindFirstChildOfClass('Motor6D'):Destroy()
  2463. end
  2464. if attachmentName ~= "NeckAttachment" then
  2465. attachmentName = attachmentName.."RigAttachment"
  2466. end
  2467. local constraint = Instance.new(className.."Constraint")
  2468. constraint.Attachment0 = part0:FindFirstChild(attachmentName)
  2469. constraint.Attachment1 = part1:FindFirstChild(attachmentName)
  2470. constraint.Name = "RagdollConstraint"..part1.Name
  2471. if character:FindFirstChildOfClass('Humanoid').Health > 0 then
  2472. local collidepart = Instance.new('Part',part1)
  2473. collidepart.Size = part1.Size/2
  2474. if string.find(string.lower(part1.Name),"upper") then
  2475. if string.find(string.lower(part1.Name),"leg") then
  2476. collidepart.Size = part1.Size/3
  2477. else
  2478. collidepart.Size = part1.Size/2.5
  2479. end
  2480. end
  2481. collidepart.CanCollide = true
  2482. collidepart.Name = "Collision"
  2483. collidepart.Anchored = false
  2484. collidepart.Transparency = 1
  2485. collidepart.CFrame = part1.CFrame
  2486. collidepart:BreakJoints()
  2487. local attachment0 = Instance.new('Attachment',part1)
  2488. local attachment1 = Instance.new('Attachment',collidepart)
  2489. if attachment0 and attachment1 then
  2490. local constraint = Instance.new("HingeConstraint")
  2491. constraint.Attachment0 = attachment0
  2492. constraint.Attachment1 = attachment1
  2493. constraint.LimitsEnabled = true
  2494. constraint.UpperAngle = 0
  2495. constraint.LowerAngle = 0
  2496. constraint.Parent = character
  2497. end
  2498. if string.find(string.lower(part1.Name),"upper") then
  2499. if string.find(string.lower(part1.Name),"leg") then
  2500. attachment0.Position = Vector3.new(0,0.01,0)
  2501. else
  2502. attachment0.Position = Vector3.new(0,0.25,0)
  2503. end
  2504. else
  2505. attachment0.Position = Vector3.new(0,-0.1,0)
  2506. end
  2507. end
  2508. for _,propertyData in next,properties or {} do
  2509. constraint[propertyData[1]] = propertyData[2]
  2510. end
  2511.  
  2512. constraint.Parent = character
  2513. end
  2514. end
  2515.  
  2516. function R6ragdollJoint(character,limbname,attached,heded)
  2517. pcall(function()
  2518. 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
  2519. local torsoatt = Instance.new('Attachment',character.Torso)
  2520. torsoatt.Name = limbname.."RagdollConstraint"
  2521. torsoatt.Position = Vector3.new(1.45,0.768,-0.009)
  2522. torsoatt.Axis = Vector3.new(1,0,0)
  2523. torsoatt.SecondaryAxis = Vector3.new(0,1,0)
  2524. local limbatt = Instance.new("Attachment",character[limbname])
  2525. limbatt.Position = Vector3.new(-0.086, 0.755, -0.007)
  2526. limbatt.Name = limbname.."RagdollConstraint"
  2527. limbatt.Axis = Vector3.new(1,0,0)
  2528. limbatt.SecondaryAxis = Vector3.new(0,1,0)
  2529. local ballc = Instance.new('BallSocketConstraint',character)
  2530. ballc.Name = "RightArmRagdollRig"
  2531. ballc.Attachment0 = torsoatt
  2532. ballc.Attachment1 = limbatt
  2533. local part1 = character[limbname]
  2534. if character:FindFirstChildOfClass('Humanoid').Health > 0 then
  2535. local collidepart = Instance.new('Part',part1)
  2536. collidepart.Size = part1.Size/1.5
  2537. collidepart.CanCollide = true
  2538. collidepart.Name = "Collision"
  2539. collidepart.Anchored = false
  2540. collidepart.Transparency = 1
  2541. collidepart.CFrame = part1.CFrame
  2542. collidepart:BreakJoints()
  2543. local attachment0 = Instance.new('Attachment',part1)
  2544. local attachment1 = Instance.new('Attachment',collidepart)
  2545. if attachment0 and attachment1 then
  2546. local constraint = Instance.new("HingeConstraint")
  2547. constraint.Attachment0 = attachment0
  2548. constraint.Attachment1 = attachment1
  2549. constraint.LimitsEnabled = true
  2550. constraint.UpperAngle = 0
  2551. constraint.LowerAngle = 0
  2552. constraint.Parent = character
  2553. end
  2554. end
  2555. if character.Torso:FindFirstChild('Right Shoulder') then
  2556. character.Torso:FindFirstChild('Right Shoulder'):Destroy()
  2557. end
  2558. 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
  2559. local torsoatt = Instance.new('Attachment',character.Torso)
  2560. torsoatt.Name = limbname.."RagdollConstraint"
  2561. torsoatt.Position = Vector3.new(-1.45,0.768,-0.009)
  2562. torsoatt.Axis = Vector3.new(1,0,0)
  2563. torsoatt.SecondaryAxis = Vector3.new(0,1,0)
  2564. local limbatt = Instance.new("Attachment",character[limbname])
  2565. limbatt.Position = Vector3.new(-0.086, 0.755, -0.007)
  2566. limbatt.Name = limbname.."RagdollConstraint"
  2567. limbatt.Axis = Vector3.new(1,0,0)
  2568. limbatt.SecondaryAxis = Vector3.new(0,1,0)
  2569. local ballc = Instance.new('BallSocketConstraint',character)
  2570. ballc.Name = "LeftArmRagdollRig"
  2571. ballc.Attachment0 = torsoatt
  2572. ballc.Attachment1 = limbatt
  2573. local part1 = character[limbname]
  2574. if character:FindFirstChildOfClass('Humanoid').Health > 0 then
  2575. local collidepart = Instance.new('Part',part1)
  2576. collidepart.Size = part1.Size/1.5
  2577. collidepart.CanCollide = true
  2578. collidepart.Name = "Collision"
  2579. collidepart.Anchored = false
  2580. collidepart.Transparency = 1
  2581. collidepart.CFrame = part1.CFrame
  2582. collidepart:BreakJoints()
  2583. local attachment0 = Instance.new('Attachment',part1)
  2584. local attachment1 = Instance.new('Attachment',collidepart)
  2585. if attachment0 and attachment1 then
  2586. local constraint = Instance.new("HingeConstraint")
  2587. constraint.Attachment0 = attachment0
  2588. constraint.Attachment1 = attachment1
  2589. constraint.LimitsEnabled = true
  2590. constraint.UpperAngle = 0
  2591. constraint.LowerAngle = 0
  2592. constraint.Parent = character
  2593. end
  2594. end
  2595. if character.Torso:FindFirstChild('Left Shoulder') then
  2596. character.Torso:FindFirstChild('Left Shoulder'):Destroy()
  2597. end
  2598. 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
  2599. stun(character)
  2600. local torsoatt = Instance.new('Attachment',character.Torso)
  2601. torsoatt.Name = limbname.."RagdollConstraint"
  2602. torsoatt.Position = Vector3.new(0.45, -1.242, -0.009)
  2603. torsoatt.Axis = Vector3.new(1,0,0)
  2604. torsoatt.SecondaryAxis = Vector3.new(0,1,0)
  2605. local limbatt = Instance.new("Attachment",character[limbname])
  2606. limbatt.Position = Vector3.new(-0.086, 0.755, -0.007)
  2607. limbatt.Name = limbname.."RagdollConstraint"
  2608. limbatt.Axis = Vector3.new(1,0,0)
  2609. limbatt.SecondaryAxis = Vector3.new(0,1,0)
  2610. local ballc = Instance.new('BallSocketConstraint',character)
  2611. ballc.Name = "RightLegRagdollRig"
  2612. ballc.Attachment0 = torsoatt
  2613. ballc.Attachment1 = limbatt
  2614. local part1 = character[limbname]
  2615. if character:FindFirstChildOfClass('Humanoid').Health > 0 then
  2616. local collidepart = Instance.new('Part',part1)
  2617. collidepart.Size = part1.Size/1.5
  2618. collidepart.CanCollide = true
  2619. collidepart.Name = "Collision"
  2620. collidepart.Anchored = false
  2621. collidepart.Transparency = 1
  2622. collidepart.CFrame = part1.CFrame
  2623. collidepart:BreakJoints()
  2624. local attachment0 = Instance.new('Attachment',part1)
  2625. local attachment1 = Instance.new('Attachment',collidepart)
  2626. if attachment0 and attachment1 then
  2627. local constraint = Instance.new("HingeConstraint")
  2628. constraint.Attachment0 = attachment0
  2629. constraint.Attachment1 = attachment1
  2630. constraint.LimitsEnabled = true
  2631. constraint.UpperAngle = 0
  2632. constraint.LowerAngle = 0
  2633. constraint.Parent = character
  2634. end
  2635. end
  2636. if character.Torso:FindFirstChild('Right Hip') then
  2637. character.Torso:FindFirstChild('Right Hip'):Destroy()
  2638. end
  2639. 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
  2640. stun(character)
  2641. local torsoatt = Instance.new('Attachment',character.Torso)
  2642. torsoatt.Name = limbname.."RagdollConstraint"
  2643. torsoatt.Position = Vector3.new(-0.45, -1.242, -0.009)
  2644. torsoatt.Axis = Vector3.new(1,0,0)
  2645. torsoatt.SecondaryAxis = Vector3.new(0,1,0)
  2646. local limbatt = Instance.new("Attachment",character[limbname])
  2647. limbatt.Position = Vector3.new(-0.086, 0.755, -0.007)
  2648. limbatt.Name = limbname.."RagdollConstraint"
  2649. limbatt.Axis = Vector3.new(1,0,0)
  2650. limbatt.SecondaryAxis = Vector3.new(0,1,0)
  2651. local ballc = Instance.new('BallSocketConstraint',character)
  2652. ballc.Name = "LeftLegRagdollRig"
  2653. ballc.Attachment0 = torsoatt
  2654. ballc.Attachment1 = limbatt
  2655. local part1 = character[limbname]
  2656. if character:FindFirstChildOfClass('Humanoid').Health > 0 then
  2657. local collidepart = Instance.new('Part',part1)
  2658. collidepart.Size = part1.Size/1.5
  2659. collidepart.CanCollide = true
  2660. collidepart.Name = "Collision"
  2661. collidepart.Anchored = false
  2662. collidepart.Transparency = 1
  2663. collidepart.CFrame = part1.CFrame
  2664. collidepart:BreakJoints()
  2665. local attachment0 = Instance.new('Attachment',part1)
  2666. local attachment1 = Instance.new('Attachment',collidepart)
  2667. if attachment0 and attachment1 then
  2668. local constraint = Instance.new("HingeConstraint")
  2669. constraint.Attachment0 = attachment0
  2670. constraint.Attachment1 = attachment1
  2671. constraint.LimitsEnabled = true
  2672. constraint.UpperAngle = 0
  2673. constraint.LowerAngle = 0
  2674. constraint.Parent = character
  2675. end
  2676. end
  2677. if character.Torso:FindFirstChild('Left Hip') then
  2678. character.Torso:FindFirstChild('Left Hip'):Destroy()
  2679. end
  2680. elseif limbname == "Head" or limbname == "Torso" and character:FindFirstChild("Head") and character:FindFirstChild("Torso") and character.Head:FindFirstChild("Neck") == nil then
  2681. if character:FindFirstChildOfClass('Humanoid') then
  2682. character:FindFirstChildOfClass('Humanoid').Health = 0
  2683. end
  2684. while character:FindFirstChildOfClass('Humanoid').Health > 0 do wait() end
  2685. if character:FindFirstChild('HumanoidRootPart') then
  2686. character.HumanoidRootPart:Destroy()
  2687. end
  2688. game:GetService('Debris'):AddItem(character,10)
  2689. for _,child in next,character:GetChildren() do
  2690. if child:IsA("Accoutrement") then
  2691. for _,part in next,child:GetChildren() do
  2692. if part:IsA("BasePart") then
  2693. for _,c in pairs(part:GetChildren()) do
  2694. if c:IsA('Weld') then c:Destroy() end
  2695. end
  2696. local attachment1 = part:FindFirstChildOfClass("Attachment")
  2697. local attachment0 = getAttachment0(character,attachment1.Name)
  2698. if attachment0 and attachment1 then
  2699. local constraint = Instance.new("HingeConstraint")
  2700. constraint.Attachment0 = attachment0
  2701. constraint.Attachment1 = attachment1
  2702. constraint.LimitsEnabled = true
  2703. constraint.UpperAngle = 0
  2704. constraint.LowerAngle = 0
  2705. constraint.Parent = character
  2706. end
  2707. end
  2708. end
  2709. end
  2710. end
  2711. for i,v in pairs(character:GetChildren()) do
  2712. if v:IsA('MeshPart') or v:IsA('BasePart') then
  2713. for _,c in pairs(v:GetChildren()) do
  2714. if c.Name == "Collision" then c:Destroy() end
  2715. end
  2716. end
  2717. end
  2718. if character.Torso:FindFirstChild('Neck') then
  2719. character.Torso.Neck:Destroy()
  2720. end
  2721. if character:FindFirstChild('Torso') then
  2722. local collidepart = Instance.new('Part',character.Torso)
  2723. collidepart.Size = character.Torso.Size/1.5
  2724. collidepart.CanCollide = true
  2725. collidepart.Name = "Collision"
  2726. collidepart.Anchored = false
  2727. collidepart.Transparency = 1
  2728. collidepart.CFrame = character.Torso.CFrame
  2729. collidepart:BreakJoints()
  2730. local attachment0 = Instance.new('Attachment',character.Torso)
  2731. local attachment1 = Instance.new('Attachment',collidepart)
  2732. if attachment0 and attachment1 then
  2733. local constraint = Instance.new("HingeConstraint")
  2734. constraint.Attachment0 = attachment0
  2735. constraint.Attachment1 = attachment1
  2736. constraint.LimitsEnabled = true
  2737. constraint.UpperAngle = 0
  2738. constraint.LowerAngle = 0
  2739. constraint.Parent = character
  2740. end
  2741. end
  2742. if character:FindFirstChild('Torso') and character:FindFirstChild('Head') then
  2743. if character.Torso:FindFirstChild('NeckAttachment') == nil then
  2744. local neck = Instance.new('Attachment',character.Torso)
  2745. neck.Name = "NeckAttachment"
  2746. neck.Position = Vector3.new(0, 1, 0)
  2747. end
  2748. ragdollJoint(character,character.Torso, character.Head, "NeckAttachment", "Hinge", {
  2749. {"LimitsEnabled",true};
  2750. {"UpperAngle",50};
  2751. {"LowerAngle",-50};
  2752. })
  2753. end
  2754. if attached ~= false then
  2755. ragdollpart(character, "Right Leg")
  2756. ragdollpart(character, "Left Leg")
  2757. else
  2758. pcall(function()
  2759. local ayybleed = Instance.new('Part',character)
  2760. ayybleed.Size = Vector3.new(character.Torso.Size.X,0.1,character.Torso.Size.Z)
  2761. ayybleed.Transparency = 1
  2762. ayybleed.CanCollide = false
  2763. ayybleed.CFrame = character.Torso.CFrame
  2764. ayybleed:BreakJoints()
  2765. local attachment1 = Instance.new('Attachment',ayybleed)
  2766. attachment1.Position = Vector3.new(0,-character.Torso.Size.Y/2,0)
  2767. attachment1.Orientation = Vector3.new(0, 0, -180)
  2768. local attachment0 = Instance.new('Attachment',character.Torso)
  2769. if attachment0 and attachment1 then
  2770. local constraint = Instance.new("HingeConstraint")
  2771. constraint.Attachment0 = attachment0
  2772. constraint.Attachment1 = attachment1
  2773. constraint.LimitsEnabled = true
  2774. constraint.UpperAngle = 0
  2775. constraint.LowerAngle = 0
  2776. constraint.Parent = character
  2777. end
  2778. local bleedBLEED= coroutine.wrap(function()
  2779. bleed(ayybleed)
  2780. end)
  2781. bleedBLEED()
  2782. end)
  2783. end
  2784. ragdollpart(character, "Right Arm")
  2785. ragdollpart(character, "Left Arm")
  2786. end
  2787. end)
  2788. end
  2789.  
  2790. function getAttachment0(character,attachmentName)
  2791. for _,child in next,character:GetChildren() do
  2792. local attachment = child:FindFirstChild(attachmentName)
  2793. if attachment then
  2794. return attachment
  2795. end
  2796. end
  2797. end
  2798.  
  2799. function ragdollpart(character,partname,attached,heded)
  2800. if heded ~= false then
  2801. local neck = Instance.new('Attachment',character.Head)
  2802. neck.Name = "NeckAttachment"
  2803. neck.Position = Vector3.new(0,-0.5,0)
  2804. else
  2805. local force = Instance.new('BodyForce',character.Head)
  2806. force.Force = Vector3.new(0,500,0)
  2807. game:GetService('Debris'):AddItem(force,0.25)
  2808. pcall(function()
  2809. local asdf = Instance.new('Attachment',character.Head)
  2810. asdf.Position = Vector3.new(0,-character.Head.Size.Y/2,0)
  2811. local last = asdf
  2812. for i=1,14 do
  2813. local bONE = Instance.new('Part',character)
  2814. bONE.BrickColor = BrickColor.new('Institutional white')
  2815. bONE.Size = Vector3.new(0.1,0.1,0.1)
  2816. bONE.CFrame = character.Head.CFrame+(character.Head.CFrame.upVector*-(i/10))
  2817. local lole = Instance.new('Attachment',bONE)
  2818. local hangurself = Instance.new('RopeConstraint',bONE)
  2819. hangurself.Attachment0 = lole
  2820. hangurself.Attachment1 = last
  2821. hangurself.Visible = true
  2822. hangurself.Thickness = 0.05
  2823. hangurself.Color = BrickColor.new('Bright red')
  2824. hangurself.Length = 0.2
  2825. last = lole
  2826. end
  2827. local bleedee = Instance.new('Part',character.Head)
  2828. bleedee.Size = Vector3.new(0.75,0.25,0.75)
  2829. bleedee.CanCollide = false
  2830. bleedee.Color = Frame_2.BackgroundColor3
  2831. bleedee.CFrame = character.Head.CFrame
  2832. local mehs = Instance.new('CylinderMesh',bleedee)
  2833. bleedee:BreakJoints()
  2834. local attachment1 = Instance.new('Attachment',bleedee)
  2835. attachment1.Position = Vector3.new(0,character.Head.Size.Y/2,0)
  2836. attachment1.Orientation = Vector3.new(0,0,180)
  2837. local attachment0 = Instance.new('Attachment',character.Head)
  2838. if attachment0 and attachment1 then
  2839. local constraint = Instance.new("HingeConstraint")
  2840. constraint.Attachment0 = attachment0
  2841. constraint.Attachment1 = attachment1
  2842. constraint.LimitsEnabled = true
  2843. constraint.UpperAngle = 0
  2844. constraint.LowerAngle = 0
  2845. constraint.Parent = character
  2846. end
  2847. spawn(function()
  2848. bleed(bleedee)
  2849. end)
  2850. end)
  2851. local thing = "Torso"
  2852. if character:FindFirstChild(thing) == nil then
  2853. thing = "UpperTorso"
  2854. end
  2855. pcall(function()
  2856. local bleedee = Instance.new('Part',character[thing])
  2857. bleedee.Size = Vector3.new(0.75,0,0.75)
  2858. bleedee.CanCollide = false
  2859. bleedee.Color = Frame_2.BackgroundColor3
  2860. bleedee.CFrame = character[thing].CFrame
  2861. local mehs = Instance.new('CylinderMesh',bleedee)
  2862. bleedee:BreakJoints()
  2863. local attachment1 = Instance.new('Attachment',bleedee)
  2864. attachment1.Position = Vector3.new(0,-character[thing].Size.Y/2,0)
  2865. attachment1.Orientation = Vector3.new(0,0,180)
  2866. local attachment0 = Instance.new('Attachment',character[thing])
  2867. if attachment0 and attachment1 then
  2868. local constraint = Instance.new("HingeConstraint")
  2869. constraint.Attachment0 = attachment0
  2870. constraint.Attachment1 = attachment1
  2871. constraint.LimitsEnabled = true
  2872. constraint.UpperAngle = 0
  2873. constraint.LowerAngle = 0
  2874. constraint.Parent = character
  2875. end
  2876. spawn(function()
  2877. bleed(bleedee)
  2878. end)
  2879. end)
  2880. end
  2881. pcall(function()
  2882. if workspace.PGSPhysicsSolverEnabled == false then
  2883. workspace.PGSPhysicsSolverEnabled = true
  2884. end
  2885. end)
  2886. if partname == "HumanoidRootPart" then
  2887. if character:FindFirstChild('Torso') then
  2888. partname = "Torso"
  2889. else
  2890. partname = "UpperTorso"
  2891. end
  2892. end
  2893. if attached == false then
  2894. if character:FindFirstChild('UpperTorso') then
  2895. pcall(function()
  2896. character.UpperTorso.WaistRigAttachment:Destroy()
  2897. end)
  2898. pcall(function()
  2899. local ayybleed = Instance.new('Part',character)
  2900. ayybleed.Size = Vector3.new(character.UpperTorso.Size.X,0,character.UpperTorso.Size.Z)
  2901. ayybleed.Transparency = 1
  2902. ayybleed.CanCollide = false
  2903. ayybleed.CFrame = character.UpperTorso.CFrame
  2904. ayybleed:BreakJoints()
  2905. ayybleed.Name = "ayybleed"
  2906. local attachment1 = Instance.new('Attachment',ayybleed)
  2907. attachment1.Position = Vector3.new(0,-character.UpperTorso.Size.Y/2,0)
  2908. attachment1.Orientation = Vector3.new(0,0,180)
  2909. local attachment0 = Instance.new('Attachment',character.UpperTorso)
  2910. if attachment0 and attachment1 then
  2911. local constraint = Instance.new("HingeConstraint")
  2912. constraint.Attachment0 = attachment0
  2913. constraint.Attachment1 = attachment1
  2914. constraint.LimitsEnabled = true
  2915. constraint.UpperAngle = 0
  2916. constraint.LowerAngle = 0
  2917. constraint.Parent = character
  2918. end
  2919. local bleedBLEED= coroutine.wrap(function()
  2920. bleed(ayybleed)
  2921. end)
  2922. bleedBLEED()
  2923. end)
  2924. pcall(function()
  2925. local ayybleed = Instance.new('Part',character)
  2926. ayybleed.Size = Vector3.new(character.LowerTorso.Size.X-0.1,0.1,character.LowerTorso.Size.Z-0.1)
  2927. ayybleed.Transparency = 1
  2928. ayybleed.CanCollide = false
  2929. ayybleed.CFrame = character.LowerTorso.CFrame
  2930. ayybleed:BreakJoints()
  2931. ayybleed.Name = "ayybleed"
  2932. local attachment1 = Instance.new('Attachment',ayybleed)
  2933. attachment1.Position = Vector3.new(0,-character.LowerTorso.Size.Y/2,0)
  2934. attachment1.Orientation = Vector3.new(0,0,0)
  2935. local attachment0 = Instance.new('Attachment',character.LowerTorso)
  2936. if attachment0 and attachment1 then
  2937. local constraint = Instance.new("HingeConstraint")
  2938. constraint.Attachment0 = attachment0
  2939. constraint.Attachment1 = attachment1
  2940. constraint.LimitsEnabled = true
  2941. constraint.UpperAngle = 0
  2942. constraint.LowerAngle = 0
  2943. constraint.Parent = character
  2944. end
  2945. local bleedBLEED= coroutine.wrap(function()
  2946. bleed(ayybleed)
  2947. end)
  2948. bleedBLEED()
  2949. end)
  2950. end
  2951. pcall(function()
  2952. local thang = "Torso"
  2953. if character:FindFirstChild('UpperTorso') then
  2954. thang = "UpperTorso"
  2955. end
  2956. local ayybleed = Instance.new('Part',character)
  2957. ayybleed.Size = Vector3.new(character[thang].Size.X-0.1,0.1,character[thang].Size.Z-0.1)
  2958. ayybleed.Color = Frame_2.BackgroundColor3
  2959. ayybleed.Material = Enum.Material.SmoothPlastic
  2960. ayybleed.Name = "ayybleed"
  2961. ayybleed.CanCollide = false
  2962. ayybleed.Transparency = 0
  2963. ayybleed.CFrame = character[thang].CFrame
  2964. ayybleed:BreakJoints()
  2965. local attachment1 = Instance.new('Attachment',ayybleed)
  2966. attachment1.Position = Vector3.new(0,(character[thang].Size.Y/2)-0.045,0)
  2967. attachment1.Orientation = Vector3.new(0,0,0)
  2968. local attachment0 = Instance.new('Attachment',character[thang])
  2969. if attachment0 and attachment1 then
  2970. local constraint = Instance.new("HingeConstraint")
  2971. constraint.Attachment0 = attachment0
  2972. constraint.Attachment1 = attachment1
  2973. constraint.LimitsEnabled = true
  2974. constraint.UpperAngle = 0
  2975. constraint.LowerAngle = 0
  2976. constraint.Parent = character
  2977. end
  2978. end)
  2979. pcall(function()
  2980. local ree = character.LowerTorso
  2981. local thang = "LowerTorso"
  2982. local ayybleed = Instance.new('Part',character)
  2983. ayybleed.Size = Vector3.new(character[thang].Size.X-0.1,0.1,character[thang].Size.Z-0.1)
  2984. ayybleed.Color = Frame_2.BackgroundColor3
  2985. ayybleed.Material = Enum.Material.SmoothPlastic
  2986. ayybleed.Name = "ayybleed"
  2987. ayybleed.CanCollide = false
  2988. ayybleed.Transparency = 0
  2989. ayybleed.CFrame = character[thang].CFrame
  2990. ayybleed:BreakJoints()
  2991. local attachment1 = Instance.new('Attachment',ayybleed)
  2992. attachment1.Position = Vector3.new(0,(-character[thang].Size.Y/2)+0.045,0)
  2993. attachment1.Orientation = Vector3.new(0,0,0)
  2994. local attachment0 = Instance.new('Attachment',character[thang])
  2995. if attachment0 and attachment1 then
  2996. local constraint = Instance.new("HingeConstraint")
  2997. constraint.Attachment0 = attachment0
  2998. constraint.Attachment1 = attachment1
  2999. constraint.LimitsEnabled = true
  3000. constraint.UpperAngle = 0
  3001. constraint.LowerAngle = 0
  3002. constraint.Parent = character
  3003. end
  3004. end)
  3005. pcall(function()
  3006. local ree = character["Right Leg"]
  3007. local thang = "Right Leg"
  3008. local ayybleed = Instance.new('Part',character)
  3009. ayybleed.Size = Vector3.new(character[thang].Size.X-0.1,0.1,character[thang].Size.Z-0.1)
  3010. ayybleed.Color = Frame_2.BackgroundColor3
  3011. ayybleed.Material = Enum.Material.SmoothPlastic
  3012. ayybleed.Name = "ayybleed"
  3013. ayybleed.CanCollide = false
  3014. ayybleed.Transparency = 0
  3015. ayybleed.CFrame = character[thang].CFrame
  3016. ayybleed:BreakJoints()
  3017. local attachment1 = Instance.new('Attachment',ayybleed)
  3018. attachment1.Position = Vector3.new(0,(-character[thang].Size.Y/2)+0.045,0)
  3019. attachment1.Orientation = Vector3.new(0,0,0)
  3020. local attachment0 = Instance.new('Attachment',character[thang])
  3021. if attachment0 and attachment1 then
  3022. local constraint = Instance.new("HingeConstraint")
  3023. constraint.Attachment0 = attachment0
  3024. constraint.Attachment1 = attachment1
  3025. constraint.LimitsEnabled = true
  3026. constraint.UpperAngle = 0
  3027. constraint.LowerAngle = 0
  3028. constraint.Parent = character
  3029. end
  3030. end)
  3031. pcall(function()
  3032. local ree = character["Left Leg"]
  3033. local thang = "Left Leg"
  3034. local ayybleed = Instance.new('Part',character)
  3035. ayybleed.Size = Vector3.new(character[thang].Size.X-0.1,0.1,character[thang].Size.Z-0.1)
  3036. ayybleed.Color = Frame_2.BackgroundColor3
  3037. ayybleed.Material = Enum.Material.SmoothPlastic
  3038. ayybleed.Name = "ayybleed"
  3039. ayybleed.CanCollide = false
  3040. ayybleed.Transparency = 0
  3041. ayybleed.CFrame = character[thang].CFrame
  3042. ayybleed:BreakJoints()
  3043. local attachment1 = Instance.new('Attachment',ayybleed)
  3044. attachment1.Position = Vector3.new(0,(-character[thang].Size.Y/2)+0.045,0)
  3045. attachment1.Orientation = Vector3.new(0,0,0)
  3046. local attachment0 = Instance.new('Attachment',character[thang])
  3047. if attachment0 and attachment1 then
  3048. local constraint = Instance.new("HingeConstraint")
  3049. constraint.Attachment0 = attachment0
  3050. constraint.Attachment1 = attachment1
  3051. constraint.LimitsEnabled = true
  3052. constraint.UpperAngle = 0
  3053. constraint.LowerAngle = 0
  3054. constraint.Parent = character
  3055. end
  3056. end)
  3057. partname="Head"
  3058. end
  3059. if partname == "RightHand" or partname == "RightLowerArm" or partname == "RightUpperArm" then
  3060. if character:FindFirstChild('RightLowerArm') and character:FindFirstChild('RightHand') then
  3061. ragdollJoint(character,character.RightLowerArm, character.RightHand, "RightWrist", "Hinge", handProperties)
  3062. end
  3063. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('RightUpperArm') then
  3064. ragdollJoint(character, character.UpperTorso, character["RightUpperArm"], "RightShoulder", "BallSocket")
  3065. end
  3066. if character:FindFirstChild('RightUpperArm') and character:FindFirstChild('RightLowerArm') then
  3067. ragdollJoint(character, character.RightUpperArm, character.RightLowerArm, "RightElbow", "BallSocket")
  3068. end
  3069. elseif partname == "LeftHand" or partname == "LeftLowerArm" or partname == "LeftUpperArm" then
  3070. if character:FindFirstChild('LeftLowerArm') and character:FindFirstChild('LeftHand') then
  3071. ragdollJoint(character,character.LeftLowerArm, character.LeftHand, "LeftWrist", "Hinge", handProperties)
  3072. end
  3073. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('LeftUpperArm') then
  3074. ragdollJoint(character, character.UpperTorso, character["LeftUpperArm"], "LeftShoulder", "BallSocket")
  3075. end
  3076. if character:FindFirstChild('LeftUpperArm') and character:FindFirstChild('LeftLowerArm') then
  3077. ragdollJoint(character, character.LeftUpperArm, character.LeftLowerArm, "LeftElbow", "BallSocket")
  3078. end
  3079. elseif partname == "RightFoot" or partname == "RightUpperLeg" or partname == "RightLowerLeg" then
  3080. stun(character)
  3081. if character:FindFirstChild('RightUpperLeg') and character:FindFirstChild('RightLowerLeg') then
  3082. ragdollJoint(character,character.RightUpperLeg, character.RightLowerLeg, "RightKnee", "Hinge", shinProperties)
  3083. end
  3084. if character:FindFirstChild('RightLowerLeg') and character:FindFirstChild('RightFoot') then
  3085. ragdollJoint(character,character.RightLowerLeg, character.RightFoot, "RightAnkle", "Hinge", footProperties)
  3086. end
  3087. if character:FindFirstChild('LowerTorso') and character:FindFirstChild('RightUpperLeg') then
  3088. ragdollJoint(character,character.LowerTorso, character.RightUpperLeg, "RightHip", "BallSocket")
  3089. end
  3090. elseif partname == "LeftFoot" or partname == "LeftUpperLeg" or partname == "LeftLowerLeg" then
  3091. stun(character)
  3092. if character:FindFirstChild('LeftUpperLeg') and character:FindFirstChild('LeftLowerLeg') then
  3093. ragdollJoint(character,character.LeftUpperLeg, character.LeftLowerLeg, "LeftKnee", "Hinge", shinProperties)
  3094. end
  3095. if character:FindFirstChild('LeftLowerLeg') and character:FindFirstChild('LeftFoot') then
  3096. ragdollJoint(character,character.LeftLowerLeg, character.LeftFoot, "LeftAnkle", "Hinge", footProperties)
  3097. end
  3098. if character:FindFirstChild('LowerTorso') and character:FindFirstChild('LeftUpperLeg') then
  3099. ragdollJoint(character,character.LowerTorso, character.LeftUpperLeg, "LeftHip", "BallSocket")
  3100. end
  3101. elseif partname == "Head" or partname == "UpperTorso" or partname == "LowerTorso" then
  3102. if character:FindFirstChildOfClass('Humanoid') and character:FindFirstChildOfClass('Humanoid').RigType == Enum.HumanoidRigType.R15 then
  3103. if character:FindFirstChildOfClass('Humanoid') then
  3104. character:FindFirstChildOfClass('Humanoid').Health = 0
  3105. end
  3106. if character:FindFirstChild('HumanoidRootPart') then
  3107. character.HumanoidRootPart:Destroy()
  3108. end
  3109. while character:FindFirstChildOfClass('Humanoid').Health > 0 do wait() end
  3110. game:GetService('Debris'):AddItem(character,10)
  3111. for _,child in next,character:GetChildren() do
  3112. if child:IsA("Accoutrement") then
  3113. for _,part in next,child:GetChildren() do
  3114. if part:IsA("BasePart") then
  3115. for _,c in pairs(part:GetChildren()) do
  3116. if c:IsA('Weld') then c:Destroy() end
  3117. end
  3118. local attachment1 = part:FindFirstChildOfClass("Attachment")
  3119. local attachment0 = getAttachment0(character,attachment1.Name)
  3120. if attachment0 and attachment1 then
  3121. local constraint = Instance.new("HingeConstraint")
  3122. constraint.Attachment0 = attachment0
  3123. constraint.Attachment1 = attachment1
  3124. constraint.LimitsEnabled = true
  3125. constraint.UpperAngle = 0
  3126. constraint.LowerAngle = 0
  3127. constraint.Parent = character
  3128. end
  3129. end
  3130. end
  3131. end
  3132. end
  3133. for i,v in pairs(character:GetChildren()) do
  3134. if v:IsA('MeshPart') or v:IsA('BasePart') then
  3135. for _,c in pairs(v:GetChildren()) do
  3136. if c.Name == "Collision" then c:Destroy() end
  3137. end
  3138. end
  3139. end
  3140. if heded == false then
  3141. pcall(function()
  3142. local asdf = Instance.new('Attachment',character.Head)
  3143. asdf.Position = Vector3.new(0,-character.Head.Size.Y/2,0)
  3144. local last = asdf
  3145. character.Head.Neck:Destroy()
  3146. character.Head.NeckRigAttachment:Destroy()
  3147. character.UpperTorso:FindFirstChild('NeckAttachment'):Destroy()
  3148. end)
  3149. end
  3150. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('LowerTorso') then
  3151. ragdollJoint(character,character.LowerTorso, character.UpperTorso, "Waist", "BallSocket", {
  3152. {"LimitsEnabled",true};
  3153. {"UpperAngle",5};
  3154. {"Radius",5};
  3155. })
  3156. end
  3157. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('Head') then
  3158. ragdollJoint(character,character.UpperTorso, character.Head, "Neck", "Hinge", {
  3159. {"LimitsEnabled",true};
  3160. {"UpperAngle",50};
  3161. {"LowerAngle",-50};
  3162. })
  3163. end
  3164.  
  3165. local handProperties = {
  3166. {"LimitsEnabled", true};
  3167. {"UpperAngle",0};
  3168. {"LowerAngle",0};
  3169. }
  3170. if character:FindFirstChild('LeftLowerArm') and character:FindFirstChild('LeftHand') then
  3171. ragdollJoint(character,character.LeftLowerArm, character.LeftHand, "LeftWrist", "Hinge", handProperties)
  3172. end
  3173. if character:FindFirstChild('RightLowerArm') and character:FindFirstChild('RightHand') then
  3174. ragdollJoint(character,character.RightLowerArm, character.RightHand, "RightWrist", "Hinge", handProperties)
  3175. end
  3176.  
  3177. local shinProperties = {
  3178. {"LimitsEnabled", true};
  3179. {"UpperAngle", 0};
  3180. {"LowerAngle", -75};
  3181. }
  3182. if character:FindFirstChild('LeftUpperLeg') and character:FindFirstChild('LeftLowerLeg') then
  3183. ragdollJoint(character,character.LeftUpperLeg, character.LeftLowerLeg, "LeftKnee", "Hinge", shinProperties)
  3184. end
  3185. if character:FindFirstChild('RightUpperLeg') and character:FindFirstChild('RightLowerLeg') then
  3186. ragdollJoint(character,character.RightUpperLeg, character.RightLowerLeg, "RightKnee", "Hinge", shinProperties)
  3187. end
  3188.  
  3189. local footProperties = {
  3190. {"LimitsEnabled", true};
  3191. {"UpperAngle", 15};
  3192. {"LowerAngle", -45};
  3193. }
  3194. if character:FindFirstChild('LeftLowerLeg') and character:FindFirstChild('LeftFoot') then
  3195. ragdollJoint(character,character.LeftLowerLeg, character.LeftFoot, "LeftAnkle", "Hinge", footProperties)
  3196. end
  3197. if character:FindFirstChild('RightLowerLeg') and character:FindFirstChild('RightFoot') then
  3198. ragdollJoint(character,character.RightLowerLeg, character.RightFoot, "RightAnkle", "Hinge", footProperties)
  3199. end
  3200. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('LeftUpperArm') then
  3201. ragdollJoint(character,character.UpperTorso, character.LeftUpperArm, "LeftShoulder", "BallSocket")
  3202. end
  3203. if character:FindFirstChild('LeftLowerArm') and character:FindFirstChild('LeftUpperArm') then
  3204. ragdollJoint(character,character.LeftUpperArm, character.LeftLowerArm, "LeftElbow", "BallSocket")
  3205. end
  3206. if character:FindFirstChild('UpperTorso') and character:FindFirstChild('RightUpperArm') then
  3207. ragdollJoint(character,character.UpperTorso, character.RightUpperArm, "RightShoulder", "BallSocket")
  3208. end
  3209. if character:FindFirstChild('RightUpperArm') and character:FindFirstChild('RightLowerArm') then
  3210. ragdollJoint(character,character.RightUpperArm, character.RightLowerArm, "RightElbow", "BallSocket")
  3211. end
  3212. if character:FindFirstChild('LowerTorso') and character:FindFirstChild('LeftUpperLeg') then
  3213. ragdollJoint(character,character.LowerTorso, character.LeftUpperLeg, "LeftHip", "BallSocket")
  3214. end
  3215. if character:FindFirstChild('LowerTorso') and character:FindFirstChild('RightUpperLeg') then
  3216. ragdollJoint(character,character.LowerTorso, character.RightUpperLeg, "RightHip", "BallSocket")
  3217. end
  3218. if character:FindFirstChild('HumanoidRootPart') then
  3219. character.HumanoidRootPart:Destroy()
  3220. end
  3221. else
  3222. R6ragdollJoint(character,partname,attached,heded)
  3223. end
  3224. else
  3225. R6ragdollJoint(character,partname,attached,heded)
  3226. end
  3227. end
  3228.  
  3229. function grow(weld,part,endsize,endpos,amntime)
  3230. local start = weld.C1
  3231. local parent = weld.Parent
  3232. local startsize = part.Size
  3233. local particl = Instance.new("ParticleEmitter")
  3234. particl.LightEmission = 3
  3235. 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))})
  3236. particl.LightInfluence = 0.75
  3237. particl.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  3238. particl.Lifetime = NumberRange.new(0.1, 1)
  3239. particl.Rate = 50
  3240. particl.RotSpeed = NumberRange.new(300, 300)
  3241. particl.Speed = NumberRange.new(0, 1)
  3242. particl.SpreadAngle = Vector2.new(90, 90)
  3243. particl.Parent = part
  3244. for i=1,amntime*100 do
  3245. weld.C1 = start:lerp(endpos,i/(amntime*100))
  3246. part.Size = startsize:lerp(endsize,i/(amntime*100))
  3247. weld.Parent = parent
  3248. wait(0.01)
  3249. end
  3250. particl.Enabled = false
  3251. end
  3252. function lerp(weld,startpos,endpos,amntime,longatend)
  3253. local waited = 0
  3254. for i=1,amntime*100 do
  3255. if longatend == true then
  3256. startpos = weld.C0
  3257. end
  3258. weld.C0 = startpos:lerp(endpos,i/(amntime*100))
  3259. wait(0.01)
  3260. waited=waited+0.01
  3261. end
  3262. end
  3263.  
  3264. function spawned()
  3265. local usable = true
  3266. local working = false
  3267. local mode = "kill"
  3268. local equipped = false
  3269. local char = player.Character
  3270. local blademode = "handle"
  3271. local swinging = false
  3272. local gettingeem = false
  3273. local MOAN = false
  3274. local sounding = false
  3275. local SLESH = false
  3276. local goteem = nil
  3277. local grabbing = false
  3278. local grabbed = nil
  3279. local grabweld = nil
  3280. local aidsificating = nil
  3281. player.CharacterAdded:connect(function()
  3282. if usable then
  3283. usable = false
  3284. end
  3285. end)
  3286. if char == nil then return end
  3287. while char:FindFirstChildOfClass('Humanoid') == nil or char:FindFirstChild('Head') == nil do wait() end
  3288. local badass = Instance.new('Sound',char.Head)
  3289. badass.Name = 'Badass'
  3290. badass.EmitterSize = player.CameraMaxZoomDistance+1
  3291. badass.MaxDistance = player.CameraMaxZoomDistance+1
  3292. badass.Volume = 10
  3293. badass.Looped=true
  3294. badass.SoundId = 'rbxassetid://428902535'
  3295. local handle = Instance.new("Part", char)
  3296. handle.BrickColor = BrickColor.new("Really black")
  3297. handle.Material = "Metal"
  3298. handle.CanCollide = false
  3299. handle.Anchored = false
  3300. handle.Shape = "Cylinder"
  3301. handle.Size = Vector3.new(1.1, 0.3, 0.3)
  3302. handle.BackSurface = "SmoothNoOutlines"
  3303. handle.BottomSurface = "SmoothNoOutlines"
  3304. handle.FrontSurface = "SmoothNoOutlines"
  3305. handle.LeftSurface = "SmoothNoOutlines"
  3306. handle.RightSurface = "SmoothNoOutlines"
  3307. handle.TopSurface = "SmoothNoOutlines"
  3308. handle.Name = "handle"
  3309.  
  3310. local hweld = Instance.new("Weld", char.Torso)
  3311. hweld.Part0 = char.Torso
  3312. hweld.Part1 = handle
  3313. hweld.C0 = CFrame.new(1, -0.8, 0) * CFrame.Angles(0, math.rad(90), 0)
  3314.  
  3315. local rdd = false
  3316. function oogabooga()
  3317. if rdd == false then
  3318. rdd = true
  3319. pcall(function()
  3320. ragdollpart(char,"Right Arm")
  3321. ragdollpart(char,"Right Leg")
  3322. ragdollpart(char,"Left Arm")
  3323. ragdollpart(char,"Left Leg")
  3324. end)
  3325. pcall(function()
  3326. ragdollpart(char,"RightUpperArm")
  3327. ragdollpart(char,"RightUpperLeg")
  3328. ragdollpart(char,"LeftUpperArm")
  3329. ragdollpart(char,"LeftUpperLeg")
  3330. end)
  3331. unstun(char)
  3332. for i,v in pairs(char:GetChildren()) do
  3333. v.ChildAdded:connect(function(child)
  3334. if rdd == true then
  3335. if child.Name ~= "Neck" and child.Name ~= "RootJoint" and child.Name ~= "Root" and (child:IsA('Motor6D') or child:IsA('Weld')) then
  3336. if child ~= grabweld then
  3337. spawn(function()
  3338. wait()
  3339. child:Destroy()
  3340. end)
  3341. end
  3342. end
  3343. end
  3344. end)
  3345. if string.find(string.lower(v.Name),'leg') then
  3346. if v:FindFirstChild('Collision') then
  3347. v:FindFirstChild('Collision'):Destroy()
  3348. end
  3349. end
  3350. end
  3351. else
  3352. rdd = false
  3353. for i,v in pairs(char:GetChildren()) do
  3354. if v:IsA('HingeConstraint') or v:IsA('BallSocketConstraint') then
  3355. v:Destroy()
  3356. elseif v:IsA('BasePart') then
  3357. if v:FindFirstChild('Collision') then
  3358. v.Collision:Destroy()
  3359. end
  3360. for a,c in pairs(v:GetChildren()) do
  3361. if string.find(string.lower(c.Name),"ragdoll") then
  3362. c:Destroy()
  3363. end
  3364. end
  3365. end
  3366. end
  3367. pcall(function()
  3368. local ra = rightclone:Clone()
  3369. ra.Parent = char.Torso
  3370. ra.Part0 = char.Torso
  3371. ra.Part1 = char["Right Arm"]
  3372. end)
  3373. pcall(function()
  3374. local la = leftclone:Clone()
  3375. la.Parent = char.Torso
  3376. la.Part0 = char.Torso
  3377. la.Part1 = char["Left Arm"]
  3378. end)
  3379. pcall(function()
  3380. local ll = leftlegclone:Clone()
  3381. ll.Parent = char.Torso
  3382. ll.Part0 = char.Torso
  3383. ll.Part1 = char["Left Leg"]
  3384. end)
  3385. pcall(function()
  3386. local rl = rightlegclone:Clone()
  3387. rl.Parent = char.Torso
  3388. rl.Part0 = char.Torso
  3389. rl.Part1 = char["Right Leg"]
  3390. end)
  3391. end
  3392. end
  3393. function getrid()
  3394. if grabbed then
  3395. release()
  3396. end
  3397. blademode = "handle"
  3398. for _,ree in pairs(handle:GetChildren()) do
  3399. if ree:IsA('BasePart') then
  3400. local part = Instance.new('Part',workspace)
  3401. part.CFrame = ree.CFrame
  3402. part.Anchored = true
  3403. part.CanCollide = false
  3404. part.Size = ree.Size
  3405. part.Transparency = 1
  3406. ree:Destroy()
  3407. local pe2 = Instance.new("ParticleEmitter")
  3408. pe2.Acceleration = Vector3.new(0, 1, 0)
  3409. pe2.Lifetime = NumberRange.new(0.1, 0.2)
  3410. pe2.Speed = NumberRange.new(0.5)
  3411. pe2.Rate = 20000
  3412. pe2.RotSpeed = NumberRange.new(-30, 30)
  3413. pe2.Rotation = NumberRange.new(0, 360)
  3414. pe2.Size = NumberSequence.new({
  3415. NumberSequenceKeypoint.new(0, part.Size.X*2, 0),
  3416. NumberSequenceKeypoint.new(1, part.Size.X*2, 0),
  3417. })
  3418. pe2.Texture = "rbxassetid://244221440"
  3419. pe2.Transparency = NumberSequence.new({
  3420. NumberSequenceKeypoint.new(0, 0.9, 0),
  3421. NumberSequenceKeypoint.new(1, 0.9, 0)
  3422. })
  3423. pe2.ZOffset = 5
  3424. pe2.VelocitySpread = 360
  3425. pe2.Parent = part
  3426. pe2.Enabled = true
  3427. local coru=coroutine.wrap(function()
  3428. wait(0.2)
  3429. pe2.Enabled = false
  3430. game:GetService('Debris'):AddItem(part,0.5)
  3431. end)
  3432. coru()
  3433. else
  3434. ree:Remove()
  3435. end
  3436. end
  3437. end
  3438.  
  3439. function equip()
  3440. equipped = true
  3441. working = true
  3442. if char.Torso:FindFirstChild("Right Shoulder") then
  3443. char.Torso:FindFirstChild("Right Shoulder"):Destroy()
  3444. end
  3445. local weld = Instance.new('Weld', char.Torso)
  3446. weld.Name = "Lerping"
  3447. weld.Part0 = char["Right Arm"]
  3448. weld.Part1 = char.Torso
  3449. weld.C0 = CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0)
  3450.  
  3451. lerp(weld,weld.C0,CFrame.new(-1.3, -0.5, 0) * CFrame.Angles(0, 0, math.rad(15)),0.12,true)
  3452.  
  3453. wait(0.1)
  3454.  
  3455. hweld.Part0 = char["Right Arm"]
  3456. hweld.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0)
  3457.  
  3458. lerp(weld,weld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  3459.  
  3460. weld:Destroy()
  3461. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  3462. local clone = rightclone:Clone()
  3463. clone.Part0 = char.Torso
  3464. clone.Part1 = char["Right Arm"]
  3465. clone.Parent = char.Torso
  3466. end
  3467. working = false
  3468. end
  3469.  
  3470. function unequip()
  3471. getrid(handle)
  3472. equipped = false
  3473. working = true
  3474.  
  3475. if char.Torso:FindFirstChild("Right Shoulder") then
  3476. char.Torso:FindFirstChild("Right Shoulder"):Destroy()
  3477. end
  3478.  
  3479. local weld = Instance.new('Weld', char.Torso)
  3480. weld.Name = "Lerping"
  3481. weld.Part0 = char["Right Arm"]
  3482. weld.Part1 = char.Torso
  3483. weld.C0 = CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0)
  3484.  
  3485.  
  3486. lerp(weld,weld.C0,CFrame.new(-1.3, -0.5, 0) * CFrame.Angles(0, 0, math.rad(15)),0.12,true)
  3487.  
  3488. hweld.Part0 = char["Torso"]
  3489. hweld.C0 = CFrame.new(1, -0.8, 0) * CFrame.Angles(0, math.rad(90), 0)
  3490. lerp(weld,weld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08,true)
  3491. weld:Destroy()
  3492. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  3493. local clone = rightclone:Clone()
  3494. clone.Part0 = char.Torso
  3495. clone.Part1 = char["Right Arm"]
  3496. clone.Parent = char.Torso
  3497. end
  3498. working = false
  3499. end
  3500.  
  3501. function dildo()
  3502. blademode = "dildo"
  3503. working = true
  3504. -- 1 - pink toy
  3505. local obj1 = Instance.new("Model")
  3506. obj1.Name = "pink toy"
  3507. obj1.Parent = handle
  3508.  
  3509. -- 2 - Model
  3510. local obj2 = Instance.new("Model")
  3511. obj2.Parent = obj1
  3512.  
  3513. -- 3 - Part
  3514. local obj3 = Instance.new("Part")
  3515. obj3.CFrame = CFrame.new(Vector3.new(66.8643951, 3.86435986, 7.14990711)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3516. obj3.CanCollide = false
  3517. obj3.TopSurface = Enum.SurfaceType.Smooth
  3518. obj3.BottomSurface = Enum.SurfaceType.Smooth
  3519. obj3.Material = Enum.Material.SmoothPlastic
  3520. obj3.Size = Vector3.new(1.00000024, 1.00000024, 1.00000024)
  3521. obj3.BrickColor = BrickColor.new("Hot pink")
  3522. obj3.Friction = 0.30000001192093
  3523. obj3.Shape = Enum.PartType.Ball
  3524. obj3.Parent = obj2
  3525. obj3.Name = "tip"
  3526.  
  3527. -- 4 - Part
  3528. local obj4 = Instance.new("Part")
  3529. obj4.CFrame = CFrame.new(Vector3.new(67.8275909, 2.08898449, 7.50048351)) * CFrame.Angles(9.1487750708552e-09, -0.34906616806984, -1.0471986532211)
  3530. obj4.CanCollide = false
  3531. obj4.TopSurface = Enum.SurfaceType.Smooth
  3532. obj4.BottomSurface = Enum.SurfaceType.Smooth
  3533. obj4.Material = Enum.Material.SmoothPlastic
  3534. obj4.Size = Vector3.new(4.09999943, 1, 1)
  3535. obj4.BrickColor = BrickColor.new("Hot pink")
  3536. obj4.Friction = 0.30000001192093
  3537. obj4.Shape = Enum.PartType.Cylinder
  3538. obj4.Parent = obj2
  3539.  
  3540. -- 5 - Part
  3541. local obj5 = Instance.new("Part")
  3542. obj5.CFrame = CFrame.new(Vector3.new(66.7104797, 3.86435843, 7.57276678)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3543. obj5.CanCollide = false
  3544. obj5.TopSurface = Enum.SurfaceType.Smooth
  3545. obj5.BottomSurface = Enum.SurfaceType.Smooth
  3546. obj5.Material = Enum.Material.SmoothPlastic
  3547. obj5.Size = Vector3.new(0.25, 0.25, 0.25)
  3548. obj5.BrickColor = BrickColor.new("Hot pink")
  3549. obj5.Friction = 0.30000001192093
  3550. obj5.Shape = Enum.PartType.Ball
  3551. obj5.Parent = obj2
  3552.  
  3553. -- 6 - Part
  3554. local obj6 = Instance.new("Part")
  3555. obj6.CFrame = CFrame.new(Vector3.new(68.6905365, 0.83212769, 8.29345417)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.7925276756287)
  3556. obj6.CanCollide = false
  3557. obj6.TopSurface = Enum.SurfaceType.Smooth
  3558. obj6.BottomSurface = Enum.SurfaceType.Smooth
  3559. obj6.Material = Enum.Material.SmoothPlastic
  3560. obj6.Size = Vector3.new(0.999999762, 0.999999762, 0.999999762)
  3561. obj6.BrickColor = BrickColor.new("Hot pink")
  3562. obj6.Friction = 0.30000001192093
  3563. obj6.Shape = Enum.PartType.Ball
  3564. obj6.Parent = obj2
  3565.  
  3566. -- 7 - Part
  3567. local obj7 = Instance.new("Part")
  3568. obj7.CFrame = CFrame.new(Vector3.new(67.0182953, 3.86435866, 6.72704411)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3569. obj7.CanCollide = false
  3570. obj7.TopSurface = Enum.SurfaceType.Smooth
  3571. obj7.BottomSurface = Enum.SurfaceType.Smooth
  3572. obj7.Material = Enum.Material.SmoothPlastic
  3573. obj7.Size = Vector3.new(0.25, 0.25, 0.25)
  3574. obj7.BrickColor = BrickColor.new("Hot pink")
  3575. obj7.Friction = 0.30000001192093
  3576. obj7.Shape = Enum.PartType.Ball
  3577. obj7.Parent = obj2
  3578.  
  3579. -- 8 - Part
  3580. local obj8 = Instance.new("Part")
  3581. obj8.CFrame = CFrame.new(Vector3.new(68.9983597, 0.832128167, 7.44772816)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.7925276756287)
  3582. obj8.CanCollide = false
  3583. obj8.TopSurface = Enum.SurfaceType.Smooth
  3584. obj8.BottomSurface = Enum.SurfaceType.Smooth
  3585. obj8.Material = Enum.Material.SmoothPlastic
  3586. obj8.Size = Vector3.new(0.999999762, 0.999999762, 0.999999762)
  3587. obj8.BrickColor = BrickColor.new("Hot pink")
  3588. obj8.Friction = 0.30000001192093
  3589. obj8.Shape = Enum.PartType.Ball
  3590. obj8.Parent = obj2
  3591. local fiREPART = obj8
  3592.  
  3593. -- 9 - Part
  3594. local obj9 = Instance.new("Part")
  3595. obj9.CFrame = CFrame.new(Vector3.new(68.8566208, 0.357954353, 7.87501621)) * CFrame.Angles(9.1487750708552e-09, -0.34906616806984, -1.2217314243317)
  3596. obj9.CanCollide = false
  3597. obj9.TopSurface = Enum.SurfaceType.Smooth
  3598. obj9.BottomSurface = Enum.SurfaceType.Smooth
  3599. obj9.Material = Enum.Material.SmoothPlastic
  3600. obj9.Size = Vector3.new(0.0999999791, 1.50000036, 2)
  3601. obj9.BrickColor = BrickColor.new("Hot pink")
  3602. obj9.Friction = 0.30000001192093
  3603. obj9.Shape = Enum.PartType.Cylinder
  3604. obj9.Parent = obj2
  3605.  
  3606. -- 10 - Part
  3607. local obj10 = Instance.new("Part")
  3608. obj10.CFrame = CFrame.new(Vector3.new(66.8069, 3.58244801, 7.60786104)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3609. obj10.CanCollide = false
  3610. obj10.TopSurface = Enum.SurfaceType.Smooth
  3611. obj10.BottomSurface = Enum.SurfaceType.Smooth
  3612. obj10.Material = Enum.Material.SmoothPlastic
  3613. obj10.Size = Vector3.new(0.25, 0.25, 0.25)
  3614. obj10.BrickColor = BrickColor.new("Hot pink")
  3615. obj10.Friction = 0.30000001192093
  3616. obj10.Shape = Enum.PartType.Ball
  3617. obj10.Parent = obj2
  3618.  
  3619. -- 11 - Part
  3620. local obj11 = Instance.new("Part")
  3621. obj11.CFrame = CFrame.new(Vector3.new(67.196106, 3.632447, 6.79175806)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3622. obj11.CanCollide = false
  3623. obj11.TopSurface = Enum.SurfaceType.Smooth
  3624. obj11.BottomSurface = Enum.SurfaceType.Smooth
  3625. obj11.Material = Enum.Material.SmoothPlastic
  3626. obj11.Size = Vector3.new(0.25, 0.25, 0.25)
  3627. obj11.BrickColor = BrickColor.new("Hot pink")
  3628. obj11.Friction = 0.30000001192093
  3629. obj11.Shape = Enum.PartType.Ball
  3630. obj11.Parent = obj2
  3631.  
  3632. -- 12 - Part
  3633. local obj12 = Instance.new("Part")
  3634. obj12.CFrame = CFrame.new(Vector3.new(67.0756683, 3.77002549, 7.63403416)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  3635. obj12.CanCollide = false
  3636. obj12.TopSurface = Enum.SurfaceType.Smooth
  3637. obj12.BottomSurface = Enum.SurfaceType.Smooth
  3638. obj12.Material = Enum.Material.SmoothPlastic
  3639. obj12.Size = Vector3.new(0.25, 0.25, 0.25)
  3640. obj12.BrickColor = BrickColor.new("Hot pink")
  3641. obj12.Friction = 0.30000001192093
  3642. obj12.Shape = Enum.PartType.Ball
  3643. obj12.Parent = obj2
  3644.  
  3645. -- 13 - Part
  3646. local obj13 = Instance.new("Part")
  3647. obj13.CFrame = CFrame.new(Vector3.new(67.4108353, 3.27276325, 6.88037825)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  3648. obj13.CanCollide = false
  3649. obj13.TopSurface = Enum.SurfaceType.Smooth
  3650. obj13.BottomSurface = Enum.SurfaceType.Smooth
  3651. obj13.Material = Enum.Material.SmoothPlastic
  3652. obj13.Size = Vector3.new(0.25, 0.25, 0.25)
  3653. obj13.BrickColor = BrickColor.new("Hot pink")
  3654. obj13.Friction = 0.30000001192093
  3655. obj13.Shape = Enum.PartType.Ball
  3656. obj13.Parent = obj2
  3657.  
  3658. -- 14 - Part
  3659. local obj14 = Instance.new("Part")
  3660. obj14.CFrame = CFrame.new(Vector3.new(66.868927, 3.43238807, 6.82578087)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  3661. obj14.CanCollide = false
  3662. obj14.TopSurface = Enum.SurfaceType.Smooth
  3663. obj14.BottomSurface = Enum.SurfaceType.Smooth
  3664. obj14.Material = Enum.Material.SmoothPlastic
  3665. obj14.Size = Vector3.new(0.25, 0.25, 0.25)
  3666. obj14.BrickColor = BrickColor.new("Hot pink")
  3667. obj14.Friction = 0.30000001192093
  3668. obj14.Shape = Enum.PartType.Ball
  3669. obj14.Parent = obj2
  3670.  
  3671. -- 15 - Part
  3672. local obj15 = Instance.new("Part")
  3673. obj15.CFrame = CFrame.new(Vector3.new(67.1951675, 3.383008, 7.69050598)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  3674. obj15.CanCollide = false
  3675. obj15.TopSurface = Enum.SurfaceType.Smooth
  3676. obj15.BottomSurface = Enum.SurfaceType.Smooth
  3677. obj15.Material = Enum.Material.SmoothPlastic
  3678. obj15.Size = Vector3.new(0.25, 0.25, 0.25)
  3679. obj15.BrickColor = BrickColor.new("Hot pink")
  3680. obj15.Friction = 0.30000001192093
  3681. obj15.Shape = Enum.PartType.Ball
  3682. obj15.Parent = obj2
  3683.  
  3684. -- 16 - Part
  3685. local obj16 = Instance.new("Part")
  3686. obj16.CFrame = CFrame.new(Vector3.new(67.50383, 3.46245813, 7.48069429)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  3687. obj16.CanCollide = false
  3688. obj16.TopSurface = Enum.SurfaceType.Smooth
  3689. obj16.BottomSurface = Enum.SurfaceType.Smooth
  3690. obj16.Material = Enum.Material.SmoothPlastic
  3691. obj16.Size = Vector3.new(0.25, 0.25, 0.25)
  3692. obj16.BrickColor = BrickColor.new("Hot pink")
  3693. obj16.Friction = 0.30000001192093
  3694. obj16.Shape = Enum.PartType.Ball
  3695. obj16.Parent = obj2
  3696.  
  3697. -- 17 - Part
  3698. local obj17 = Instance.new("Part")
  3699. obj17.CFrame = CFrame.new(Vector3.new(66.5551376, 3.4628334, 7.33871651)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  3700. obj17.CanCollide = false
  3701. obj17.TopSurface = Enum.SurfaceType.Smooth
  3702. obj17.BottomSurface = Enum.SurfaceType.Smooth
  3703. obj17.Material = Enum.Material.SmoothPlastic
  3704. obj17.Size = Vector3.new(0.25, 0.25, 0.25)
  3705. obj17.BrickColor = BrickColor.new("Hot pink")
  3706. obj17.Friction = 0.30000001192093
  3707. obj17.Shape = Enum.PartType.Ball
  3708. obj17.Parent = obj2
  3709.  
  3710. -- 18 - Part
  3711. local obj18 = Instance.new("Part")
  3712. obj18.CFrame = CFrame.new(Vector3.new(67.3677139, 3.83245182, 7.3331027)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3713. obj18.CanCollide = false
  3714. obj18.TopSurface = Enum.SurfaceType.Smooth
  3715. obj18.BottomSurface = Enum.SurfaceType.Smooth
  3716. obj18.Material = Enum.Material.SmoothPlastic
  3717. obj18.Size = Vector3.new(0.25, 0.25, 0.25)
  3718. obj18.BrickColor = BrickColor.new("Hot pink")
  3719. obj18.Friction = 0.30000001192093
  3720. obj18.Shape = Enum.PartType.Ball
  3721. obj18.Parent = obj2
  3722.  
  3723. -- 19 - Part
  3724. local obj19 = Instance.new("Part")
  3725. obj19.CFrame = CFrame.new(Vector3.new(67.4115601, 3.71535063, 7.01420689)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  3726. obj19.CanCollide = false
  3727. obj19.TopSurface = Enum.SurfaceType.Smooth
  3728. obj19.BottomSurface = Enum.SurfaceType.Smooth
  3729. obj19.Material = Enum.Material.SmoothPlastic
  3730. obj19.Size = Vector3.new(0.25, 0.25, 0.25)
  3731. obj19.BrickColor = BrickColor.new("Hot pink")
  3732. obj19.Friction = 0.30000001192093
  3733. obj19.Shape = Enum.PartType.Ball
  3734. obj19.Parent = obj2
  3735.  
  3736. -- 20 - Part
  3737. local obj20 = Instance.new("Part")
  3738. obj20.CFrame = CFrame.new(Vector3.new(67.6487045, 3.39313889, 7.19381428)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  3739. obj20.CanCollide = false
  3740. obj20.TopSurface = Enum.SurfaceType.Smooth
  3741. obj20.BottomSurface = Enum.SurfaceType.Smooth
  3742. obj20.Material = Enum.Material.SmoothPlastic
  3743. obj20.Size = Vector3.new(0.25, 0.25, 0.25)
  3744. obj20.BrickColor = BrickColor.new("Hot pink")
  3745. obj20.Friction = 0.30000001192093
  3746. obj20.Shape = Enum.PartType.Ball
  3747. obj20.Parent = obj2
  3748.  
  3749. -- 21 - Part
  3750. local obj21 = Instance.new("Part")
  3751. obj21.CFrame = CFrame.new(Vector3.new(66.8260422, 4.12417316, 6.81669378)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3752. obj21.CanCollide = false
  3753. obj21.TopSurface = Enum.SurfaceType.Smooth
  3754. obj21.BottomSurface = Enum.SurfaceType.Smooth
  3755. obj21.Material = Enum.Material.SmoothPlastic
  3756. obj21.Size = Vector3.new(0.25, 0.25, 0.25)
  3757. obj21.BrickColor = BrickColor.new("Hot pink")
  3758. obj21.Friction = 0.30000001192093
  3759. obj21.Shape = Enum.PartType.Ball
  3760. obj21.Parent = obj2
  3761.  
  3762. -- 22 - Part
  3763. local obj22 = Instance.new("Part")
  3764. obj22.CFrame = CFrame.new(Vector3.new(67.162117, 3.11433029, 6.8847661)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  3765. obj22.CanCollide = false
  3766. obj22.TopSurface = Enum.SurfaceType.Smooth
  3767. obj22.BottomSurface = Enum.SurfaceType.Smooth
  3768. obj22.Material = Enum.Material.SmoothPlastic
  3769. obj22.Size = Vector3.new(0.25, 0.25, 0.25)
  3770. obj22.BrickColor = BrickColor.new("Hot pink")
  3771. obj22.Friction = 0.30000001192093
  3772. obj22.Shape = Enum.PartType.Ball
  3773. obj22.Parent = obj2
  3774.  
  3775. -- 23 - Part
  3776. local obj23 = Instance.new("Part")
  3777. obj23.CFrame = CFrame.new(Vector3.new(66.4981842, 3.63936186, 7.01661682)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3778. obj23.CanCollide = false
  3779. obj23.TopSurface = Enum.SurfaceType.Smooth
  3780. obj23.BottomSurface = Enum.SurfaceType.Smooth
  3781. obj23.Material = Enum.Material.SmoothPlastic
  3782. obj23.Size = Vector3.new(0.25, 0.25, 0.25)
  3783. obj23.BrickColor = BrickColor.new("Hot pink")
  3784. obj23.Friction = 0.30000001192093
  3785. obj23.Shape = Enum.PartType.Ball
  3786. obj23.Parent = obj2
  3787.  
  3788. -- 24 - Part
  3789. local obj24 = Instance.new("Part")
  3790. obj24.CFrame = CFrame.new(Vector3.new(66.6352844, 3.38244724, 7.06651926)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3791. obj24.CanCollide = false
  3792. obj24.TopSurface = Enum.SurfaceType.Smooth
  3793. obj24.BottomSurface = Enum.SurfaceType.Smooth
  3794. obj24.Material = Enum.Material.SmoothPlastic
  3795. obj24.Size = Vector3.new(0.25, 0.25, 0.25)
  3796. obj24.BrickColor = BrickColor.new("Hot pink")
  3797. obj24.Friction = 0.30000001192093
  3798. obj24.Shape = Enum.PartType.Ball
  3799. obj24.Parent = obj2
  3800.  
  3801. -- 25 - Part
  3802. local obj25 = Instance.new("Part")
  3803. obj25.CFrame = CFrame.new(Vector3.new(66.753746, 3.10362744, 7.32704163)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  3804. obj25.CanCollide = false
  3805. obj25.TopSurface = Enum.SurfaceType.Smooth
  3806. obj25.BottomSurface = Enum.SurfaceType.Smooth
  3807. obj25.Material = Enum.Material.SmoothPlastic
  3808. obj25.Size = Vector3.new(0.25, 0.25, 0.25)
  3809. obj25.BrickColor = BrickColor.new("Hot pink")
  3810. obj25.Friction = 0.30000001192093
  3811. obj25.Shape = Enum.PartType.Ball
  3812. obj25.Parent = obj2
  3813.  
  3814. -- 26 - Part
  3815. local obj26 = Instance.new("Part")
  3816. obj26.CFrame = CFrame.new(Vector3.new(66.851532, 3.01907969, 7.04717398)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  3817. obj26.CanCollide = false
  3818. obj26.TopSurface = Enum.SurfaceType.Smooth
  3819. obj26.BottomSurface = Enum.SurfaceType.Smooth
  3820. obj26.Material = Enum.Material.SmoothPlastic
  3821. obj26.Size = Vector3.new(0.25, 0.25, 0.25)
  3822. obj26.BrickColor = BrickColor.new("Hot pink")
  3823. obj26.Friction = 0.30000001192093
  3824. obj26.Shape = Enum.PartType.Ball
  3825. obj26.Parent = obj2
  3826.  
  3827. -- 27 - Part
  3828. local obj27 = Instance.new("Part")
  3829. obj27.CFrame = CFrame.new(Vector3.new(66.944519, 3.20876789, 7.64748764)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  3830. obj27.CanCollide = false
  3831. obj27.TopSurface = Enum.SurfaceType.Smooth
  3832. obj27.BottomSurface = Enum.SurfaceType.Smooth
  3833. obj27.Material = Enum.Material.SmoothPlastic
  3834. obj27.Size = Vector3.new(0.25, 0.25, 0.25)
  3835. obj27.BrickColor = BrickColor.new("Hot pink")
  3836. obj27.Friction = 0.30000001192093
  3837. obj27.Shape = Enum.PartType.Ball
  3838. obj27.Parent = obj2
  3839.  
  3840. -- 28 - Part
  3841. local obj28 = Instance.new("Part")
  3842. obj28.CFrame = CFrame.new(Vector3.new(67.2306061, 4.08936405, 7.28319883)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3843. obj28.CanCollide = false
  3844. obj28.TopSurface = Enum.SurfaceType.Smooth
  3845. obj28.BottomSurface = Enum.SurfaceType.Smooth
  3846. obj28.Material = Enum.Material.SmoothPlastic
  3847. obj28.Size = Vector3.new(0.25, 0.25, 0.25)
  3848. obj28.BrickColor = BrickColor.new("Hot pink")
  3849. obj28.Friction = 0.30000001192093
  3850. obj28.Shape = Enum.PartType.Ball
  3851. obj28.Parent = obj2
  3852.  
  3853. -- 29 - Part
  3854. local obj29 = Instance.new("Part")
  3855. obj29.CFrame = CFrame.new(Vector3.new(66.5712891, 3.99917173, 6.8835969)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3856. obj29.CanCollide = false
  3857. obj29.TopSurface = Enum.SurfaceType.Smooth
  3858. obj29.BottomSurface = Enum.SurfaceType.Smooth
  3859. obj29.Material = Enum.Material.SmoothPlastic
  3860. obj29.Size = Vector3.new(0.25, 0.25, 0.25)
  3861. obj29.BrickColor = BrickColor.new("Hot pink")
  3862. obj29.Friction = 0.30000001192093
  3863. obj29.Shape = Enum.PartType.Ball
  3864. obj29.Parent = obj2
  3865.  
  3866. -- 30 - Part
  3867. local obj30 = Instance.new("Part")
  3868. obj30.CFrame = CFrame.new(Vector3.new(66.7236328, 4.26077843, 7.20509243)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3869. obj30.CanCollide = false
  3870. obj30.TopSurface = Enum.SurfaceType.Smooth
  3871. obj30.BottomSurface = Enum.SurfaceType.Smooth
  3872. obj30.Material = Enum.Material.SmoothPlastic
  3873. obj30.Size = Vector3.new(0.25, 0.25, 0.25)
  3874. obj30.BrickColor = BrickColor.new("Hot pink")
  3875. obj30.Friction = 0.30000001192093
  3876. obj30.Shape = Enum.PartType.Ball
  3877. obj30.Parent = obj2
  3878.  
  3879. -- 31 - Part
  3880. local obj31 = Instance.new("Part")
  3881. obj31.CFrame = CFrame.new(Vector3.new(66.5950623, 4.16077423, 7.05188084)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3882. obj31.CanCollide = false
  3883. obj31.TopSurface = Enum.SurfaceType.Smooth
  3884. obj31.BottomSurface = Enum.SurfaceType.Smooth
  3885. obj31.Material = Enum.Material.SmoothPlastic
  3886. obj31.Size = Vector3.new(0.25, 0.25, 0.25)
  3887. obj31.BrickColor = BrickColor.new("Hot pink")
  3888. obj31.Friction = 0.30000001192093
  3889. obj31.Shape = Enum.PartType.Ball
  3890. obj31.Parent = obj2
  3891.  
  3892. -- 32 - Part
  3893. local obj32 = Instance.new("Part")
  3894. obj32.CFrame = CFrame.new(Vector3.new(67.0637207, 4.03936481, 7.48850012)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3895. obj32.CanCollide = false
  3896. obj32.TopSurface = Enum.SurfaceType.Smooth
  3897. obj32.BottomSurface = Enum.SurfaceType.Smooth
  3898. obj32.Material = Enum.Material.SmoothPlastic
  3899. obj32.Size = Vector3.new(0.25, 0.25, 0.25)
  3900. obj32.BrickColor = BrickColor.new("Hot pink")
  3901. obj32.Friction = 0.30000001192093
  3902. obj32.Shape = Enum.PartType.Ball
  3903. obj32.Parent = obj2
  3904.  
  3905. -- 33 - Part
  3906. local obj33 = Instance.new("Part")
  3907. obj33.CFrame = CFrame.new(Vector3.new(66.4686813, 3.99917364, 7.16550922)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3908. obj33.CanCollide = false
  3909. obj33.TopSurface = Enum.SurfaceType.Smooth
  3910. obj33.BottomSurface = Enum.SurfaceType.Smooth
  3911. obj33.Material = Enum.Material.SmoothPlastic
  3912. obj33.Size = Vector3.new(0.25, 0.25, 0.25)
  3913. obj33.BrickColor = BrickColor.new("Hot pink")
  3914. obj33.Friction = 0.30000001192093
  3915. obj33.Shape = Enum.PartType.Ball
  3916. obj33.Parent = obj2
  3917.  
  3918. -- 34 - Part
  3919. local obj34 = Instance.new("Part")
  3920. obj34.CFrame = CFrame.new(Vector3.new(66.6615219, 4.14917231, 7.3953228)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3921. obj34.CanCollide = false
  3922. obj34.TopSurface = Enum.SurfaceType.Smooth
  3923. obj34.BottomSurface = Enum.SurfaceType.Smooth
  3924. obj34.Material = Enum.Material.SmoothPlastic
  3925. obj34.Size = Vector3.new(0.25, 0.25, 0.25)
  3926. obj34.BrickColor = BrickColor.new("Hot pink")
  3927. obj34.Friction = 0.30000001192093
  3928. obj34.Shape = Enum.PartType.Ball
  3929. obj34.Parent = obj2
  3930.  
  3931. -- 35 - Part
  3932. local obj35 = Instance.new("Part")
  3933. obj35.CFrame = CFrame.new(Vector3.new(66.8712616, 4.16257238, 7.47166586)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3934. obj35.CanCollide = false
  3935. obj35.TopSurface = Enum.SurfaceType.Smooth
  3936. obj35.BottomSurface = Enum.SurfaceType.Smooth
  3937. obj35.Material = Enum.Material.SmoothPlastic
  3938. obj35.Size = Vector3.new(0.25, 0.25, 0.25)
  3939. obj35.BrickColor = BrickColor.new("Hot pink")
  3940. obj35.Friction = 0.30000001192093
  3941. obj35.Shape = Enum.PartType.Ball
  3942. obj35.Parent = obj2
  3943.  
  3944. -- 36 - Part
  3945. local obj36 = Instance.new("Part")
  3946. obj36.CFrame = CFrame.new(Vector3.new(66.7165604, 3.82596827, 6.77684546)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3947. obj36.CanCollide = false
  3948. obj36.TopSurface = Enum.SurfaceType.Smooth
  3949. obj36.BottomSurface = Enum.SurfaceType.Smooth
  3950. obj36.Material = Enum.Material.SmoothPlastic
  3951. obj36.Size = Vector3.new(0.25, 0.25, 0.25)
  3952. obj36.BrickColor = BrickColor.new("Hot pink")
  3953. obj36.Friction = 0.30000001192093
  3954. obj36.Shape = Enum.PartType.Ball
  3955. obj36.Parent = obj2
  3956.  
  3957. -- 37 - Part
  3958. local obj37 = Instance.new("Part")
  3959. obj37.CFrame = CFrame.new(Vector3.new(66.9846878, 4.27417517, 7.14047909)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3960. obj37.CanCollide = false
  3961. obj37.TopSurface = Enum.SurfaceType.Smooth
  3962. obj37.BottomSurface = Enum.SurfaceType.Smooth
  3963. obj37.Material = Enum.Material.SmoothPlastic
  3964. obj37.Size = Vector3.new(0.25, 0.25, 0.25)
  3965. obj37.BrickColor = BrickColor.new("Hot pink")
  3966. obj37.Friction = 0.30000001192093
  3967. obj37.Shape = Enum.PartType.Ball
  3968. obj37.Parent = obj2
  3969.  
  3970. -- 38 - Part
  3971. local obj38 = Instance.new("Part")
  3972. obj38.CFrame = CFrame.new(Vector3.new(67.1641541, 4.10096312, 6.93975735)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3973. obj38.CanCollide = false
  3974. obj38.TopSurface = Enum.SurfaceType.Smooth
  3975. obj38.BottomSurface = Enum.SurfaceType.Smooth
  3976. obj38.Material = Enum.Material.SmoothPlastic
  3977. obj38.Size = Vector3.new(0.25, 0.25, 0.25)
  3978. obj38.BrickColor = BrickColor.new("Hot pink")
  3979. obj38.Friction = 0.30000001192093
  3980. obj38.Shape = Enum.PartType.Ball
  3981. obj38.Parent = obj2
  3982.  
  3983. -- 39 - Part
  3984. local obj39 = Instance.new("Part")
  3985. obj39.CFrame = CFrame.new(Vector3.new(66.792038, 4.26077843, 7.01715183)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3986. obj39.CanCollide = false
  3987. obj39.TopSurface = Enum.SurfaceType.Smooth
  3988. obj39.BottomSurface = Enum.SurfaceType.Smooth
  3989. obj39.Material = Enum.Material.SmoothPlastic
  3990. obj39.Size = Vector3.new(0.25, 0.25, 0.25)
  3991. obj39.BrickColor = BrickColor.new("Hot pink")
  3992. obj39.Friction = 0.30000001192093
  3993. obj39.Shape = Enum.PartType.Ball
  3994. obj39.Parent = obj2
  3995.  
  3996. -- 40 - Part
  3997. local obj40 = Instance.new("Part")
  3998. obj40.CFrame = CFrame.new(Vector3.new(66.5005493, 3.71436262, 7.38994217)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  3999. obj40.CanCollide = false
  4000. obj40.TopSurface = Enum.SurfaceType.Smooth
  4001. obj40.BottomSurface = Enum.SurfaceType.Smooth
  4002. obj40.Material = Enum.Material.SmoothPlastic
  4003. obj40.Size = Vector3.new(0.25, 0.25, 0.25)
  4004. obj40.BrickColor = BrickColor.new("Hot pink")
  4005. obj40.Friction = 0.30000001192093
  4006. obj40.Shape = Enum.PartType.Ball
  4007. obj40.Parent = obj2
  4008.  
  4009. -- 41 - stretches
  4010. local obj41 = Instance.new("Model")
  4011. obj41.Name = "stretches"
  4012. obj41.Parent = obj1
  4013.  
  4014. -- 42 - stretchlol
  4015. local obj42 = Instance.new("Part")
  4016. obj42.CFrame = CFrame.new(Vector3.new(67.162117, 3.13544774, 6.8847661)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  4017. obj42.CanCollide = false
  4018. obj42.Transparency = 1
  4019. obj42.TopSurface = Enum.SurfaceType.Smooth
  4020. obj42.BottomSurface = Enum.SurfaceType.Smooth
  4021. obj42.Material = Enum.Material.SmoothPlastic
  4022. obj42.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4023. obj42.BrickColor = BrickColor.new("Pastel brown")
  4024. obj42.Friction = 0.30000001192093
  4025. obj42.Shape = Enum.PartType.Ball
  4026. obj42.Name = "stretchlol"
  4027. obj42.Parent = obj41
  4028.  
  4029. -- 43 - stretchlol
  4030. local obj43 = Instance.new("Part")
  4031. obj43.CFrame = CFrame.new(Vector3.new(67.1951675, 3.40412855, 7.69050598)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  4032. obj43.CanCollide = false
  4033. obj43.Transparency = 1
  4034. obj43.TopSurface = Enum.SurfaceType.Smooth
  4035. obj43.BottomSurface = Enum.SurfaceType.Smooth
  4036. obj43.Material = Enum.Material.SmoothPlastic
  4037. obj43.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4038. obj43.BrickColor = BrickColor.new("Pastel brown")
  4039. obj43.Friction = 0.30000001192093
  4040. obj43.Shape = Enum.PartType.Ball
  4041. obj43.Name = "stretchlol"
  4042. obj43.Parent = obj41
  4043.  
  4044. -- 44 - stretchlol
  4045. local obj44 = Instance.new("Part")
  4046. obj44.CFrame = CFrame.new(Vector3.new(67.5038223, 3.48357916, 7.48069382)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  4047. obj44.CanCollide = false
  4048. obj44.Transparency = 1
  4049. obj44.TopSurface = Enum.SurfaceType.Smooth
  4050. obj44.BottomSurface = Enum.SurfaceType.Smooth
  4051. obj44.Material = Enum.Material.SmoothPlastic
  4052. obj44.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4053. obj44.BrickColor = BrickColor.new("Pastel brown")
  4054. obj44.Friction = 0.30000001192093
  4055. obj44.Shape = Enum.PartType.Ball
  4056. obj44.Name = "stretchlol"
  4057. obj44.Parent = obj41
  4058.  
  4059. -- 45 - stretchlol
  4060. local obj45 = Instance.new("Part")
  4061. obj45.CFrame = CFrame.new(Vector3.new(67.1641541, 4.12207699, 6.93975687)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4062. obj45.CanCollide = false
  4063. obj45.Transparency = 1
  4064. obj45.TopSurface = Enum.SurfaceType.Smooth
  4065. obj45.BottomSurface = Enum.SurfaceType.Smooth
  4066. obj45.Material = Enum.Material.SmoothPlastic
  4067. obj45.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4068. obj45.BrickColor = BrickColor.new("Pastel brown")
  4069. obj45.Friction = 0.30000001192093
  4070. obj45.Shape = Enum.PartType.Ball
  4071. obj45.Name = "stretchlol"
  4072. obj45.Parent = obj41
  4073.  
  4074. -- 46 - stretchlol
  4075. local obj46 = Instance.new("Part")
  4076. obj46.CFrame = CFrame.new(Vector3.new(66.8712616, 4.18368626, 7.47166586)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4077. obj46.CanCollide = false
  4078. obj46.Transparency = 1
  4079. obj46.TopSurface = Enum.SurfaceType.Smooth
  4080. obj46.BottomSurface = Enum.SurfaceType.Smooth
  4081. obj46.Material = Enum.Material.SmoothPlastic
  4082. obj46.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4083. obj46.BrickColor = BrickColor.new("Pastel brown")
  4084. obj46.Friction = 0.30000001192093
  4085. obj46.Shape = Enum.PartType.Ball
  4086. obj46.Name = "stretchlol"
  4087. obj46.Parent = obj41
  4088.  
  4089. -- 47 - stretchlol
  4090. local obj47 = Instance.new("Part")
  4091. obj47.CFrame = CFrame.new(Vector3.new(66.8260345, 4.14528561, 6.81669378)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4092. obj47.CanCollide = false
  4093. obj47.Transparency = 1
  4094. obj47.TopSurface = Enum.SurfaceType.Smooth
  4095. obj47.BottomSurface = Enum.SurfaceType.Smooth
  4096. obj47.Material = Enum.Material.SmoothPlastic
  4097. obj47.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4098. obj47.BrickColor = BrickColor.new("Pastel brown")
  4099. obj47.Friction = 0.30000001192093
  4100. obj47.Shape = Enum.PartType.Ball
  4101. obj47.Name = "stretchlol"
  4102. obj47.Parent = obj41
  4103.  
  4104. -- 48 - stretchlol
  4105. local obj48 = Instance.new("Part")
  4106. obj48.CFrame = CFrame.new(Vector3.new(66.7104797, 3.88547921, 7.57276678)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4107. obj48.CanCollide = false
  4108. obj48.Transparency = 1
  4109. obj48.TopSurface = Enum.SurfaceType.Smooth
  4110. obj48.BottomSurface = Enum.SurfaceType.Smooth
  4111. obj48.Material = Enum.Material.SmoothPlastic
  4112. obj48.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4113. obj48.BrickColor = BrickColor.new("Pastel brown")
  4114. obj48.Friction = 0.30000001192093
  4115. obj48.Shape = Enum.PartType.Ball
  4116. obj48.Name = "stretchlol"
  4117. obj48.Parent = obj41
  4118.  
  4119. -- 49 - stretchlol
  4120. local obj49 = Instance.new("Part")
  4121. obj49.CFrame = CFrame.new(Vector3.new(67.0637207, 4.06047773, 7.48850012)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4122. obj49.CanCollide = false
  4123. obj49.Transparency = 1
  4124. obj49.TopSurface = Enum.SurfaceType.Smooth
  4125. obj49.BottomSurface = Enum.SurfaceType.Smooth
  4126. obj49.Material = Enum.Material.SmoothPlastic
  4127. obj49.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4128. obj49.BrickColor = BrickColor.new("Pastel brown")
  4129. obj49.Friction = 0.30000001192093
  4130. obj49.Shape = Enum.PartType.Ball
  4131. obj49.Name = "stretchlol"
  4132. obj49.Parent = obj41
  4133.  
  4134. -- 50 - stretchlol
  4135. local obj50 = Instance.new("Part")
  4136. obj50.CFrame = CFrame.new(Vector3.new(66.7165604, 3.84708691, 6.77684498)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4137. obj50.CanCollide = false
  4138. obj50.Transparency = 1
  4139. obj50.TopSurface = Enum.SurfaceType.Smooth
  4140. obj50.BottomSurface = Enum.SurfaceType.Smooth
  4141. obj50.Material = Enum.Material.SmoothPlastic
  4142. obj50.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4143. obj50.BrickColor = BrickColor.new("Pastel brown")
  4144. obj50.Friction = 0.30000001192093
  4145. obj50.Shape = Enum.PartType.Ball
  4146. obj50.Name = "stretchlol"
  4147. obj50.Parent = obj41
  4148.  
  4149. -- 51 - stretchlol
  4150. local obj51 = Instance.new("Part")
  4151. obj51.CFrame = CFrame.new(Vector3.new(66.9846878, 4.29528904, 7.14047909)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4152. obj51.CanCollide = false
  4153. obj51.Transparency = 1
  4154. obj51.TopSurface = Enum.SurfaceType.Smooth
  4155. obj51.BottomSurface = Enum.SurfaceType.Smooth
  4156. obj51.Material = Enum.Material.SmoothPlastic
  4157. obj51.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4158. obj51.BrickColor = BrickColor.new("Pastel brown")
  4159. obj51.Friction = 0.30000001192093
  4160. obj51.Shape = Enum.PartType.Ball
  4161. obj51.Name = "stretchlol"
  4162. obj51.Parent = obj41
  4163.  
  4164. -- 52 - stretchlol
  4165. local obj52 = Instance.new("Part")
  4166. obj52.CFrame = CFrame.new(Vector3.new(66.868927, 3.45350599, 6.82578087)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  4167. obj52.CanCollide = false
  4168. obj52.Transparency = 1
  4169. obj52.TopSurface = Enum.SurfaceType.Smooth
  4170. obj52.BottomSurface = Enum.SurfaceType.Smooth
  4171. obj52.Material = Enum.Material.SmoothPlastic
  4172. obj52.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4173. obj52.BrickColor = BrickColor.new("Pastel brown")
  4174. obj52.Friction = 0.30000001192093
  4175. obj52.Shape = Enum.PartType.Ball
  4176. obj52.Name = "stretchlol"
  4177. obj52.Parent = obj41
  4178.  
  4179. -- 53 - stretchlol
  4180. local obj53 = Instance.new("Part")
  4181. obj53.CFrame = CFrame.new(Vector3.new(67.287262, 3.10603261, 7.30382156)) * CFrame.Angles(9.1487750708552e-09, -0.34906616806984, -1.0471986532211)
  4182. obj53.CanCollide = false
  4183. obj53.Transparency = 1
  4184. obj53.TopSurface = Enum.SurfaceType.Smooth
  4185. obj53.BottomSurface = Enum.SurfaceType.Smooth
  4186. obj53.Material = Enum.Material.SmoothPlastic
  4187. obj53.Size = Vector3.new(1.79999995, 1.04999995, 1.04999995)
  4188. obj53.BrickColor = BrickColor.new("Pastel brown")
  4189. obj53.Friction = 0.30000001192093
  4190. obj53.Shape = Enum.PartType.Cylinder
  4191. obj53.Name = "stretchlol"
  4192. obj53.Parent = obj41
  4193.  
  4194. -- 54 - stretchlol
  4195. local obj54 = Instance.new("Part")
  4196. obj54.CFrame = CFrame.new(Vector3.new(66.4686813, 4.02028799, 7.16550922)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4197. obj54.CanCollide = false
  4198. obj54.Transparency = 1
  4199. obj54.TopSurface = Enum.SurfaceType.Smooth
  4200. obj54.BottomSurface = Enum.SurfaceType.Smooth
  4201. obj54.Material = Enum.Material.SmoothPlastic
  4202. obj54.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4203. obj54.BrickColor = BrickColor.new("Pastel brown")
  4204. obj54.Friction = 0.30000001192093
  4205. obj54.Shape = Enum.PartType.Ball
  4206. obj54.Name = "stretchlol"
  4207. obj54.Parent = obj41
  4208.  
  4209. -- 55 - stretchlol
  4210. local obj55 = Instance.new("Part")
  4211. obj55.CFrame = CFrame.new(Vector3.new(66.6615219, 4.17028332, 7.3953228)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4212. obj55.CanCollide = false
  4213. obj55.Transparency = 1
  4214. obj55.TopSurface = Enum.SurfaceType.Smooth
  4215. obj55.BottomSurface = Enum.SurfaceType.Smooth
  4216. obj55.Material = Enum.Material.SmoothPlastic
  4217. obj55.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4218. obj55.BrickColor = BrickColor.new("Pastel brown")
  4219. obj55.Friction = 0.30000001192093
  4220. obj55.Shape = Enum.PartType.Ball
  4221. obj55.Name = "stretchlol"
  4222. obj55.Parent = obj41
  4223.  
  4224. -- 56 - stretchlol
  4225. local obj56 = Instance.new("Part")
  4226. obj56.CFrame = CFrame.new(Vector3.new(66.753746, 3.12474751, 7.32704115)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  4227. obj56.CanCollide = false
  4228. obj56.Transparency = 1
  4229. obj56.TopSurface = Enum.SurfaceType.Smooth
  4230. obj56.BottomSurface = Enum.SurfaceType.Smooth
  4231. obj56.Material = Enum.Material.SmoothPlastic
  4232. obj56.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4233. obj56.BrickColor = BrickColor.new("Pastel brown")
  4234. obj56.Friction = 0.30000001192093
  4235. obj56.Shape = Enum.PartType.Ball
  4236. obj56.Name = "stretchlol"
  4237. obj56.Parent = obj41
  4238.  
  4239. -- 57 - stretchlol
  4240. local obj57 = Instance.new("Part")
  4241. obj57.CFrame = CFrame.new(Vector3.new(67.2306061, 4.11047649, 7.28319883)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4242. obj57.CanCollide = false
  4243. obj57.Transparency = 1
  4244. obj57.TopSurface = Enum.SurfaceType.Smooth
  4245. obj57.BottomSurface = Enum.SurfaceType.Smooth
  4246. obj57.Material = Enum.Material.SmoothPlastic
  4247. obj57.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4248. obj57.BrickColor = BrickColor.new("Pastel brown")
  4249. obj57.Friction = 0.30000001192093
  4250. obj57.Shape = Enum.PartType.Ball
  4251. obj57.Name = "stretchlol"
  4252. obj57.Parent = obj41
  4253.  
  4254. -- 58 - stretchlol
  4255. local obj58 = Instance.new("Part")
  4256. obj58.CFrame = CFrame.new(Vector3.new(67.0756683, 3.79114079, 7.63403416)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  4257. obj58.CanCollide = false
  4258. obj58.Transparency = 1
  4259. obj58.TopSurface = Enum.SurfaceType.Smooth
  4260. obj58.BottomSurface = Enum.SurfaceType.Smooth
  4261. obj58.Material = Enum.Material.SmoothPlastic
  4262. obj58.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4263. obj58.BrickColor = BrickColor.new("Pastel brown")
  4264. obj58.Friction = 0.30000001192093
  4265. obj58.Shape = Enum.PartType.Ball
  4266. obj58.Name = "stretchlol"
  4267. obj58.Parent = obj41
  4268.  
  4269. -- 59 - stretchlol
  4270. local obj59 = Instance.new("Part")
  4271. obj59.CFrame = CFrame.new(Vector3.new(66.5005493, 3.73548079, 7.38994217)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4272. obj59.CanCollide = false
  4273. obj59.Transparency = 1
  4274. obj59.TopSurface = Enum.SurfaceType.Smooth
  4275. obj59.BottomSurface = Enum.SurfaceType.Smooth
  4276. obj59.Material = Enum.Material.SmoothPlastic
  4277. obj59.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4278. obj59.BrickColor = BrickColor.new("Pastel brown")
  4279. obj59.Friction = 0.30000001192093
  4280. obj59.Shape = Enum.PartType.Ball
  4281. obj59.Name = "stretchlol"
  4282. obj59.Parent = obj41
  4283.  
  4284. -- 60 - stretchlol
  4285. local obj60 = Instance.new("Part")
  4286. obj60.CFrame = CFrame.new(Vector3.new(67.6487045, 3.41425848, 7.1938138)) * CFrame.Angles(-2.0021269321442, 1.2287007570267, 1.6869416236877)
  4287. obj60.CanCollide = false
  4288. obj60.Transparency = 1
  4289. obj60.TopSurface = Enum.SurfaceType.Smooth
  4290. obj60.BottomSurface = Enum.SurfaceType.Smooth
  4291. obj60.Material = Enum.Material.SmoothPlastic
  4292. obj60.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4293. obj60.BrickColor = BrickColor.new("Pastel brown")
  4294. obj60.Friction = 0.30000001192093
  4295. obj60.Shape = Enum.PartType.Ball
  4296. obj60.Name = "stretchlol"
  4297. obj60.Parent = obj41
  4298.  
  4299. -- 61 - stretchlol
  4300. local obj61 = Instance.new("Part")
  4301. obj61.CFrame = CFrame.new(Vector3.new(67.3677139, 3.85357118, 7.33310223)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4302. obj61.CanCollide = false
  4303. obj61.Transparency = 1
  4304. obj61.TopSurface = Enum.SurfaceType.Smooth
  4305. obj61.BottomSurface = Enum.SurfaceType.Smooth
  4306. obj61.Material = Enum.Material.SmoothPlastic
  4307. obj61.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4308. obj61.BrickColor = BrickColor.new("Pastel brown")
  4309. obj61.Friction = 0.30000001192093
  4310. obj61.Shape = Enum.PartType.Ball
  4311. obj61.Name = "stretchlol"
  4312. obj61.Parent = obj41
  4313.  
  4314. -- 62 - stretchlol
  4315. local obj62 = Instance.new("Part")
  4316. obj62.CFrame = CFrame.new(Vector3.new(66.6352844, 3.40356588, 7.06651878)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4317. obj62.CanCollide = false
  4318. obj62.Transparency = 1
  4319. obj62.TopSurface = Enum.SurfaceType.Smooth
  4320. obj62.BottomSurface = Enum.SurfaceType.Smooth
  4321. obj62.Material = Enum.Material.SmoothPlastic
  4322. obj62.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4323. obj62.BrickColor = BrickColor.new("Pastel brown")
  4324. obj62.Friction = 0.30000001192093
  4325. obj62.Shape = Enum.PartType.Ball
  4326. obj62.Name = "stretchlol"
  4327. obj62.Parent = obj41
  4328.  
  4329. -- 63 - stretchlol
  4330. local obj63 = Instance.new("Part")
  4331. obj63.CFrame = CFrame.new(Vector3.new(66.7236328, 4.28189754, 7.20509195)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4332. obj63.CanCollide = false
  4333. obj63.Transparency = 1
  4334. obj63.TopSurface = Enum.SurfaceType.Smooth
  4335. obj63.BottomSurface = Enum.SurfaceType.Smooth
  4336. obj63.Material = Enum.Material.SmoothPlastic
  4337. obj63.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4338. obj63.BrickColor = BrickColor.new("Pastel brown")
  4339. obj63.Friction = 0.30000001192093
  4340. obj63.Shape = Enum.PartType.Ball
  4341. obj63.Name = "stretchlol"
  4342. obj63.Parent = obj41
  4343.  
  4344. -- 64 - stretchlol
  4345. local obj64 = Instance.new("Part")
  4346. obj64.CFrame = CFrame.new(Vector3.new(66.5712891, 4.02028799, 6.8835969)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4347. obj64.CanCollide = false
  4348. obj64.Transparency = 1
  4349. obj64.TopSurface = Enum.SurfaceType.Smooth
  4350. obj64.BottomSurface = Enum.SurfaceType.Smooth
  4351. obj64.Material = Enum.Material.SmoothPlastic
  4352. obj64.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4353. obj64.BrickColor = BrickColor.new("Pastel brown")
  4354. obj64.Friction = 0.30000001192093
  4355. obj64.Shape = Enum.PartType.Ball
  4356. obj64.Name = "stretchlol"
  4357. obj64.Parent = obj41
  4358.  
  4359. -- 65 - stretchlol
  4360. local obj65 = Instance.new("Part")
  4361. obj65.CFrame = CFrame.new(Vector3.new(66.4981842, 3.66047978, 7.01661682)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4362. obj65.CanCollide = false
  4363. obj65.Transparency = 1
  4364. obj65.TopSurface = Enum.SurfaceType.Smooth
  4365. obj65.BottomSurface = Enum.SurfaceType.Smooth
  4366. obj65.Material = Enum.Material.SmoothPlastic
  4367. obj65.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4368. obj65.BrickColor = BrickColor.new("Pastel brown")
  4369. obj65.Friction = 0.30000001192093
  4370. obj65.Shape = Enum.PartType.Ball
  4371. obj65.Name = "stretchlol"
  4372. obj65.Parent = obj41
  4373.  
  4374. -- 66 - stretchlol
  4375. local obj66 = Instance.new("Part")
  4376. obj66.CFrame = CFrame.new(Vector3.new(66.7920303, 4.28189754, 7.01715183)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4377. obj66.CanCollide = false
  4378. obj66.Transparency = 1
  4379. obj66.TopSurface = Enum.SurfaceType.Smooth
  4380. obj66.BottomSurface = Enum.SurfaceType.Smooth
  4381. obj66.Material = Enum.Material.SmoothPlastic
  4382. obj66.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4383. obj66.BrickColor = BrickColor.new("Pastel brown")
  4384. obj66.Friction = 0.30000001192093
  4385. obj66.Shape = Enum.PartType.Ball
  4386. obj66.Name = "stretchlol"
  4387. obj66.Parent = obj41
  4388.  
  4389. -- 67 - stretchlol
  4390. local obj67 = Instance.new("Part")
  4391. obj67.CFrame = CFrame.new(Vector3.new(66.5950623, 4.18188763, 7.05188084)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4392. obj67.CanCollide = false
  4393. obj67.Transparency = 1
  4394. obj67.TopSurface = Enum.SurfaceType.Smooth
  4395. obj67.BottomSurface = Enum.SurfaceType.Smooth
  4396. obj67.Material = Enum.Material.SmoothPlastic
  4397. obj67.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4398. obj67.BrickColor = BrickColor.new("Pastel brown")
  4399. obj67.Friction = 0.30000001192093
  4400. obj67.Shape = Enum.PartType.Ball
  4401. obj67.Name = "stretchlol"
  4402. obj67.Parent = obj41
  4403.  
  4404. -- 68 - stretchlol
  4405. local obj68 = Instance.new("Part")
  4406. obj68.CFrame = CFrame.new(Vector3.new(67.4115601, 3.73646879, 7.01420689)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  4407. obj68.CanCollide = false
  4408. obj68.Transparency = 1
  4409. obj68.TopSurface = Enum.SurfaceType.Smooth
  4410. obj68.BottomSurface = Enum.SurfaceType.Smooth
  4411. obj68.Material = Enum.Material.SmoothPlastic
  4412. obj68.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4413. obj68.BrickColor = BrickColor.new("Pastel brown")
  4414. obj68.Friction = 0.30000001192093
  4415. obj68.Shape = Enum.PartType.Ball
  4416. obj68.Name = "stretchlol"
  4417. obj68.Parent = obj41
  4418.  
  4419. -- 69 - stretchlol
  4420. local obj69 = Instance.new("Part")
  4421. obj69.CFrame = CFrame.new(Vector3.new(66.8643951, 3.88548112, 7.14990711)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4422. obj69.CanCollide = false
  4423. obj69.Transparency = 1
  4424. obj69.TopSurface = Enum.SurfaceType.Smooth
  4425. obj69.BottomSurface = Enum.SurfaceType.Smooth
  4426. obj69.Material = Enum.Material.SmoothPlastic
  4427. obj69.Size = Vector3.new(1.04999995, 1.04999995, 1.04999995)
  4428. obj69.BrickColor = BrickColor.new("Pastel brown")
  4429. obj69.Friction = 0.30000001192093
  4430. obj69.Shape = Enum.PartType.Ball
  4431. obj69.Name = "stretchlol"
  4432. obj69.Parent = obj41
  4433.  
  4434. -- 70 - stretchlol
  4435. local obj70 = Instance.new("Part")
  4436. obj70.CFrame = CFrame.new(Vector3.new(67.4108353, 3.29388237, 6.88037777)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  4437. obj70.CanCollide = false
  4438. obj70.Transparency = 1
  4439. obj70.TopSurface = Enum.SurfaceType.Smooth
  4440. obj70.BottomSurface = Enum.SurfaceType.Smooth
  4441. obj70.Material = Enum.Material.SmoothPlastic
  4442. obj70.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4443. obj70.BrickColor = BrickColor.new("Pastel brown")
  4444. obj70.Friction = 0.30000001192093
  4445. obj70.Shape = Enum.PartType.Ball
  4446. obj70.Name = "stretchlol"
  4447. obj70.Parent = obj41
  4448.  
  4449. -- 71 - stretchlol
  4450. local obj71 = Instance.new("Part")
  4451. obj71.CFrame = CFrame.new(Vector3.new(67.1960983, 3.65356374, 6.79175806)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4452. obj71.CanCollide = false
  4453. obj71.Transparency = 1
  4454. obj71.TopSurface = Enum.SurfaceType.Smooth
  4455. obj71.BottomSurface = Enum.SurfaceType.Smooth
  4456. obj71.Material = Enum.Material.SmoothPlastic
  4457. obj71.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4458. obj71.BrickColor = BrickColor.new("Pastel brown")
  4459. obj71.Friction = 0.30000001192093
  4460. obj71.Shape = Enum.PartType.Ball
  4461. obj71.Name = "stretchlol"
  4462. obj71.Parent = obj41
  4463.  
  4464. -- 72 - stretchlol
  4465. local obj72 = Instance.new("Part")
  4466. obj72.CFrame = CFrame.new(Vector3.new(66.944519, 3.22988653, 7.64748716)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  4467. obj72.CanCollide = false
  4468. obj72.Transparency = 1
  4469. obj72.TopSurface = Enum.SurfaceType.Smooth
  4470. obj72.BottomSurface = Enum.SurfaceType.Smooth
  4471. obj72.Material = Enum.Material.SmoothPlastic
  4472. obj72.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4473. obj72.BrickColor = BrickColor.new("Pastel brown")
  4474. obj72.Friction = 0.30000001192093
  4475. obj72.Shape = Enum.PartType.Ball
  4476. obj72.Name = "stretchlol"
  4477. obj72.Parent = obj41
  4478.  
  4479. -- 73 - stretchlol
  4480. local obj73 = Instance.new("Part")
  4481. obj73.CFrame = CFrame.new(Vector3.new(66.851532, 3.04020095, 7.04717398)) * CFrame.Angles(-3.058357000351, 0.5446692109108, 2.5818355083466)
  4482. obj73.CanCollide = false
  4483. obj73.Transparency = 1
  4484. obj73.TopSurface = Enum.SurfaceType.Smooth
  4485. obj73.BottomSurface = Enum.SurfaceType.Smooth
  4486. obj73.Material = Enum.Material.SmoothPlastic
  4487. obj73.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4488. obj73.BrickColor = BrickColor.new("Pastel brown")
  4489. obj73.Friction = 0.30000001192093
  4490. obj73.Shape = Enum.PartType.Ball
  4491. obj73.Name = "stretchlol"
  4492. obj73.Parent = obj41
  4493.  
  4494. -- 74 - stretchlol
  4495. local obj74 = Instance.new("Part")
  4496. obj74.CFrame = CFrame.new(Vector3.new(66.5551376, 3.48395109, 7.33871603)) * CFrame.Angles(-2.4803557395935, 1.123170375824, 2.1302044391632)
  4497. obj74.CanCollide = false
  4498. obj74.Transparency = 1
  4499. obj74.TopSurface = Enum.SurfaceType.Smooth
  4500. obj74.BottomSurface = Enum.SurfaceType.Smooth
  4501. obj74.Material = Enum.Material.SmoothPlastic
  4502. obj74.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4503. obj74.BrickColor = BrickColor.new("Pastel brown")
  4504. obj74.Friction = 0.30000001192093
  4505. obj74.Shape = Enum.PartType.Ball
  4506. obj74.Name = "stretchlol"
  4507. obj74.Parent = obj41
  4508.  
  4509. -- 75 - stretchlol
  4510. local obj75 = Instance.new("Part")
  4511. obj75.CFrame = CFrame.new(Vector3.new(66.8069, 3.60357046, 7.60786104)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4512. obj75.CanCollide = false
  4513. obj75.Transparency = 1
  4514. obj75.TopSurface = Enum.SurfaceType.Smooth
  4515. obj75.BottomSurface = Enum.SurfaceType.Smooth
  4516. obj75.Material = Enum.Material.SmoothPlastic
  4517. obj75.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4518. obj75.BrickColor = BrickColor.new("Pastel brown")
  4519. obj75.Friction = 0.30000001192093
  4520. obj75.Shape = Enum.PartType.Ball
  4521. obj75.Name = "stretchlol"
  4522. obj75.Parent = obj41
  4523.  
  4524. -- 76 - stretchlol
  4525. local obj76 = Instance.new("Part")
  4526. obj76.CFrame = CFrame.new(Vector3.new(67.0182953, 3.88547921, 6.72704411)) * CFrame.Angles(-3.1415927410126, 0.34906616806984, 2.6179955005646)
  4527. obj76.CanCollide = false
  4528. obj76.Transparency = 1
  4529. obj76.TopSurface = Enum.SurfaceType.Smooth
  4530. obj76.BottomSurface = Enum.SurfaceType.Smooth
  4531. obj76.Material = Enum.Material.SmoothPlastic
  4532. obj76.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012)
  4533. obj76.BrickColor = BrickColor.new("Pastel brown")
  4534. obj76.Friction = 0.30000001192093
  4535. obj76.Shape = Enum.PartType.Ball
  4536. obj76.Name = "stretchlol"
  4537. obj76.Parent = obj41
  4538. obj1.PrimaryPart = obj4
  4539.  
  4540. local stretches = obj41:GetChildren()
  4541. for i,v in pairs(stretches) do
  4542. v.Anchored = true
  4543. v.Parent = obj1
  4544. end
  4545. for i,v in pairs(obj2:GetChildren()) do
  4546. v.Anchored = true
  4547. v.Parent = obj1
  4548. end
  4549. obj2:Destroy()
  4550. obj41:Destroy()
  4551.  
  4552. local previous = nil
  4553. for i,v in pairs(obj1:GetChildren()) do
  4554. if v:IsA('BasePart') then
  4555. if previous then
  4556. local weld = Instance.new('Weld',v)
  4557. weld.Part0 = v
  4558. weld.Part1 = previous
  4559. weld.C0 = v.CFrame:inverse() * previous.CFrame
  4560. previous.Anchored = false
  4561. previous.CanCollide = false
  4562. local vee = v
  4563. weld.AncestryChanged:connect(function(mez,par)
  4564. wait()
  4565. weld.Parent = vee
  4566. end)
  4567. end
  4568. previous = v
  4569. end
  4570. end
  4571. previous.Anchored = false
  4572. previous.CanCollide = false
  4573. obj1:SetPrimaryPartCFrame(handle.CFrame*CFrame.Angles(0,math.rad(180),0)+Vector3.new(0,100,0))
  4574. -- 2 - Part
  4575. local ree = Instance.new("Part")
  4576. ree.CFrame = CFrame.new(Vector3.new(50.5, 141, 5.5))
  4577. ree.Transparency = 0.80000001192093
  4578. ree.Material = Enum.Material.Neon
  4579. ree.CFrame = CFrame.new(obj4.Position)
  4580. ree.Size = Vector3.new(5, math.huge, 5)
  4581. ree.BrickColor = BrickColor.new("New Yeller")
  4582. ree.Friction = 0.30000001192093
  4583. ree.Shape = Enum.PartType.Block
  4584. ree.Parent = handle
  4585.  
  4586. -- 3 - Mesh
  4587. local ree2 = Instance.new("CylinderMesh")
  4588. ree2.Parent = ree
  4589. local thing = Instance.new('BodyPosition',obj9)
  4590. local thing2 = Instance.new('BodyPosition',ree)
  4591. thing2.P = 100000
  4592. thing2.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  4593. thing.MaxForce = Vector3.new(10000,10000,10000)
  4594. for i=1,100 do
  4595. thing2.Position = obj4.Position
  4596. 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))
  4597. thing.Position = handle.Position+(handle.CFrame.rightVector*0.5)
  4598. wait()
  4599. end
  4600. thing:Destroy()
  4601. local lmfao = Instance.new('Weld',obj4)
  4602. lmfao.C0 = CFrame.new(2.5,0.2,0)*CFrame.Angles(0,math.rad(180),0)
  4603. lmfao.Part0 = obj4
  4604. lmfao.Part1 = handle
  4605. ree:Destroy()
  4606. working = false
  4607. end
  4608.  
  4609. function katanamode()
  4610. blademode = "katana"
  4611. -- 1 - weeb shit
  4612. local weebshit1 = handle
  4613.  
  4614. -- 16 - top cap
  4615. local weebshit16 = Instance.new("Part")
  4616. weebshit16.CFrame = CFrame.new(Vector3.new(206.400146, 11.5499945, 5.00058556)) * CFrame.Angles(-3.1415927410126, 0, 1.5707963705063)
  4617. weebshit16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4618. weebshit16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4619. weebshit16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4620. weebshit16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4621. weebshit16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4622. weebshit16.Size = Vector3.new(0.1, 0.05,0.05) --0.65, 0.65
  4623. weebshit16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4624. weebshit16.Anchored = false
  4625. weebshit16.BrickColor = BrickColor.new("Really black")
  4626. weebshit16.Friction = 0.30000001192093
  4627. weebshit16.Shape = Enum.PartType.Cylinder
  4628. weebshit16.Name = "top cap"
  4629. weebshit16.Parent = weebshit1
  4630. local weld = Instance.new('Weld',weebshit16)
  4631. weld.Part0 = weebshit16
  4632. weld.Part1 = handle
  4633. weld.C1 = CFrame.new(0.6, 0, 0, 1.00000048, 0, 0, 0, 1, 0, 0, 0, 1.00000048)
  4634. --weld,part,endsize,endpos,amntime
  4635. 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)
  4636.  
  4637. -- 8 - blade
  4638. local weebshit8 = Instance.new("Part")
  4639. weebshit8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4640. weebshit8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4641. weebshit8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4642. weebshit8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4643. weebshit8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4644. weebshit8.Material = Enum.Material.Metal
  4645. weebshit8.Size = Vector3.new(0.23,0.05, 0.1)
  4646. weebshit8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4647. weebshit8.Anchored = false
  4648. weebshit8.BrickColor = BrickColor.new("Dark stone grey")
  4649. weebshit8.Friction = 0.30000001192093
  4650. weebshit8.Shape = Enum.PartType.Block
  4651. weebshit8.Name = "blade"
  4652. weebshit8.Parent = weebshit1
  4653. weebshit8:BreakJoints()
  4654. local bld1 = weebshit8
  4655. local weld2 = Instance.new('Weld',weebshit8)
  4656. weld2.Part0 = weebshit8
  4657. weld2.Part1 = handle
  4658. weld2.C1 = CFrame.new(0.75, 0, 0) * CFrame.Angles(math.rad(180), 0, math.rad(-90))
  4659. local coru=coroutine.wrap(function()
  4660. 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)
  4661. end)
  4662. coru()
  4663.  
  4664. -- 9 - blade
  4665. local weebshit9 = Instance.new("Part")
  4666. weebshit9.CFrame = CFrame.new(Vector3.new(206.475388, 13.3372736, 5.00158167)) * CFrame.Angles(-0, 0, 0.052359949797392)
  4667. weebshit9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4668. weebshit9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4669. weebshit9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4670. weebshit9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4671. weebshit9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4672. weebshit9.Material = Enum.Material.Metal
  4673. weebshit9.Size = Vector3.new(0.100000009, 0.05, 0.0500000007)
  4674. weebshit9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4675. weebshit9.Anchored = false
  4676. weebshit9.BrickColor = BrickColor.new("Pearl")
  4677. weebshit9.Friction = 0.30000001192093
  4678. weebshit9.Shape = Enum.PartType.Block
  4679. weebshit9.Name = "blade"
  4680. weebshit9.Parent = weebshit8
  4681. local bld2 = weebshit9
  4682. local weld3 = Instance.new('Weld',weebshit9)
  4683. weld3.Part0 = weebshit9
  4684. weld3.Part1 = weebshit8
  4685. weld3.C1 = CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0)
  4686. grow(weld3,weebshit9,Vector3.new(0.100000009, 1.17, 0.0500000007),CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0),0.05)
  4687. -- 10 - blade
  4688. local weebshit10 = Instance.new("Part")
  4689. weebshit10.CFrame = CFrame.new(Vector3.new(206.26973, 14.458313, 5)) * CFrame.Angles(-0, 0, 0.10472027212381)
  4690. weebshit10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4691. weebshit10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4692. weebshit10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4693. weebshit10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4694. weebshit10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4695. weebshit10.Material = Enum.Material.Metal
  4696. weebshit10.Size = Vector3.new(0.229999945, 0.05, 0.100000009)
  4697. weebshit10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4698. weebshit10.Anchored = false
  4699. weebshit10.BrickColor = BrickColor.new("Dark stone grey")
  4700. weebshit10.Friction = 0.30000001192093
  4701. weebshit10.Shape = Enum.PartType.Block
  4702. weebshit10.Name = "blade"
  4703. weebshit10.Parent = weebshit1
  4704. local weld4 = Instance.new('Weld',weebshit10)
  4705. weld4.Part0 = weebshit10
  4706. weld4.Part1 = weebshit8
  4707. 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)
  4708. local coru=coroutine.wrap(function()
  4709. 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)
  4710. end)
  4711. coru()
  4712. -- 11 - blade
  4713. local weebshit11 = Instance.new("Part")
  4714. weebshit11.CFrame = CFrame.new(Vector3.new(206.384079, 14.4703341, 5.00158167)) * CFrame.Angles(-0, 0, 0.10472027212381)
  4715. weebshit11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4716. weebshit11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4717. weebshit11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4718. weebshit11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4719. weebshit11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4720. weebshit11.Material = Enum.Material.Metal
  4721. weebshit11.Size = Vector3.new(0.100000009, 0.05, 0.0500000007)
  4722. weebshit11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4723. weebshit11.Anchored = false
  4724. weebshit11.BrickColor = BrickColor.new("Pearl")
  4725. weebshit11.Friction = 0.30000001192093
  4726. weebshit11.Shape = Enum.PartType.Block
  4727. weebshit11.Name = "blade"
  4728. weebshit11.Parent = weebshit1
  4729. local weld5 = Instance.new('Weld',weebshit10)
  4730. weld5.Part0 = weebshit10
  4731. weld5.Part1 = weebshit11
  4732. weld5.C1 = CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0)
  4733. grow(weld5,weebshit11,Vector3.new(0.100000009, 1.16999841, 0.0500000007),CFrame.new(-0.11, 0, 0) * CFrame.Angles(0, 0, 0),0.1)
  4734.  
  4735. -- 15 - blade
  4736. local weebshit15 = Instance.new("Part")
  4737. weebshit15.CFrame = CFrame.new(Vector3.new(206.36055, 13.3312511, 5)) * CFrame.Angles(-0, 0, 0.052359949797392)
  4738. weebshit15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4739. weebshit15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4740. weebshit15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4741. weebshit15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4742. weebshit15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4743. weebshit15.Material = Enum.Material.Metal
  4744. weebshit15.Size = Vector3.new(0.229999945, 0.55, 0.100000009)
  4745. weebshit15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4746. weebshit15.Anchored = false
  4747. weebshit15.BrickColor = BrickColor.new("Dark stone grey")
  4748. weebshit15.Friction = 0.30000001192093
  4749. weebshit15.Shape = Enum.PartType.Block
  4750. weebshit15.Name = "blade"
  4751. weebshit15.Parent = weebshit1
  4752. local weld6 = Instance.new('Weld',weebshit15)
  4753. weld6.Part0 = weebshit15
  4754. weld6.Part1 = weebshit10
  4755. 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)
  4756. local coru=coroutine.wrap(function()
  4757. 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)
  4758. end)
  4759. coru()
  4760.  
  4761. -- 12 - blade
  4762. local weebshit12 = Instance.new("Part")
  4763. weebshit12.CFrame = CFrame.new(Vector3.new(206.50705, 12.1849957, 5.00158167)) * CFrame.Angles(-0, 0, -0)
  4764. weebshit12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4765. weebshit12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4766. weebshit12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4767. weebshit12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4768. weebshit12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4769. weebshit12.Material = Enum.Material.Metal
  4770. weebshit12.Size = Vector3.new(0.100000009, 0.05, 0.0500000007)
  4771. weebshit12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4772. weebshit12.Anchored = false
  4773. weebshit12.BrickColor = BrickColor.new("Pearl")
  4774. weebshit12.Friction = 0.30000001192093
  4775. weebshit12.Shape = Enum.PartType.Block
  4776. weebshit12.Name = "blade"
  4777. weebshit12.Parent = weebshit1
  4778. local weld7 = Instance.new('Weld',weebshit12)
  4779. weld7.Part0 = weebshit12
  4780. weld7.Part1 = weebshit15
  4781. weld7.C1 = CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0)
  4782. grow(weld7,weebshit12,Vector3.new(0.100000009, 1.16999841, 0.0500000007),CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0),0.1)
  4783.  
  4784. -- 14 - blade
  4785. local weebshit14 = Instance.new("Part")
  4786. weebshit14.CFrame = CFrame.new(Vector3.new(206.155365, 15.3628922, 5)) * CFrame.Angles(-0, 0, 0.15708021819592)
  4787. weebshit14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4788. weebshit14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4789. weebshit14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4790. weebshit14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4791. weebshit14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4792. weebshit14.Material = Enum.Material.Metal
  4793. weebshit14.Size = Vector3.new(0.229999945, 0.05, 0.100000009)
  4794. weebshit14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4795. weebshit14.Anchored = false
  4796. weebshit14.BrickColor = BrickColor.new("Dark stone grey")
  4797. weebshit14.Friction = 0.30000001192093
  4798. weebshit14.Shape = Enum.PartType.Block
  4799. weebshit14.Name = "blade"
  4800. weebshit14.Parent = weebshit1
  4801. local weld8 = Instance.new('Weld',weebshit14)
  4802. weld8.Part0 = weebshit14
  4803. weld8.Part1 = weebshit15
  4804. 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)
  4805. local coru=coroutine.wrap(function()
  4806. 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)
  4807. end)
  4808. coru()
  4809.  
  4810. -- 13 - blade
  4811. local weebshit13 = Instance.new("Part")
  4812. weebshit13.CFrame = CFrame.new(Vector3.new(206.268967, 15.3808832, 5.00158167)) * CFrame.Angles(-0, 0, 0.15708021819592)
  4813. weebshit13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4814. weebshit13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4815. weebshit13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4816. weebshit13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4817. weebshit13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4818. weebshit13.Material = Enum.Material.Metal
  4819. weebshit13.Size = Vector3.new(0.100000009, 0.05, 0.0500000007)
  4820. weebshit13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4821. weebshit13.Anchored = false
  4822. weebshit13.BrickColor = BrickColor.new("Pearl")
  4823. weebshit13.Friction = 0.30000001192093
  4824. weebshit13.Shape = Enum.PartType.Block
  4825. weebshit13.Name = "blade"
  4826. weebshit13.Parent = weebshit1
  4827. local weld9 = Instance.new('Weld',weebshit13)
  4828. weld9.Part0 = weebshit13
  4829. weld9.Part1 = weebshit14
  4830. weld9.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0)
  4831. grow(weld9,weebshit13,Vector3.new(0.100000009, 0.699998796, 0.0500000007),CFrame.new(0.11, 0, 0) * CFrame.Angles(0, 0, 0),0.1)
  4832.  
  4833. -- 18 - blade
  4834. local weebshit18 = Instance.new("WedgePart")
  4835. weebshit18.CFrame = CFrame.new(Vector3.new(206.077118, 15.85674, 5)) * CFrame.Angles(1.5707963705063, -1.4137160778046, 1.5707963705063)
  4836. weebshit18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4837. weebshit18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4838. weebshit18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4839. weebshit18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4840. weebshit18.Material = Enum.Material.Metal
  4841. weebshit18.Size = Vector3.new(0.100000009, 0.05, 0.230000108)
  4842. weebshit18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4843. weebshit18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4844. weebshit18.Anchored = false
  4845. weebshit18.BrickColor = BrickColor.new("Dark stone grey")
  4846. weebshit18.Friction = 0.30000001192093
  4847. weebshit18.Name = "blade"
  4848. weebshit18.Parent = weebshit1
  4849. local weld10 = Instance.new('Weld',weebshit18)
  4850. weld10.Part0 = weebshit18
  4851. weld10.Part1 = weebshit14
  4852. weld10.C1 = CFrame.new(-0.015, 0.299937057, 2.86102295e-06)*CFrame.Angles(0,math.rad(-90),0)
  4853. local coru=coroutine.wrap(function()
  4854. 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)
  4855. end)
  4856. coru()
  4857.  
  4858. -- 19 - blade
  4859. local weebshit19 = Instance.new("WedgePart")
  4860. weebshit19.CFrame = CFrame.new(Vector3.new(206.096375, 15.8952179, 5.00177383)) * CFrame.Angles(1.5707963705063, -1.4137160778046, 1.5707963705063)
  4861. weebshit19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4862. weebshit19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4863. weebshit19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4864. weebshit19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4865. weebshit19.Material = Enum.Material.Metal
  4866. weebshit19.Size = Vector3.new(0.0500000007, 0.05, 0.280000091)
  4867. weebshit19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4868. weebshit19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4869. weebshit19.Anchored = false
  4870. weebshit19.BrickColor = BrickColor.new("Pearl")
  4871. weebshit19.Friction = 0.30000001192093
  4872. weebshit19.Name = "blade"
  4873. weebshit19.Parent = weebshit1
  4874. local weld11 = Instance.new('Weld',weebshit19)
  4875. weld11.Part0 = weebshit19
  4876. weld11.Part1 = weebshit18
  4877. weld11.C1 = CFrame.new(0, 0, -0.029) * CFrame.Angles(0, 0, 0)
  4878. local coru=coroutine.wrap(function()
  4879. 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)
  4880. end)
  4881. coru()
  4882. end
  4883.  
  4884. function gunmode()
  4885. working = true
  4886.  
  4887. working = false
  4888. end
  4889.  
  4890. function knifemode()
  4891. blademode = "knife"
  4892. -- 6 - thicc cap
  4893. local obj6 = Instance.new("Part")
  4894. obj6.CFrame = CFrame.new(Vector3.new(202.399948, 10.5999813, 5.00099993)) * CFrame.Angles(-0, 0, 3.5017728805542e-07)
  4895. obj6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4896. obj6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4897. obj6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4898. obj6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4899. obj6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4900. obj6.Size = Vector3.new(0.3, 0.3, 0.3)
  4901. obj6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4902. obj6.Anchored = false
  4903. obj6.BrickColor = BrickColor.new("Really black")
  4904. obj6.Friction = 0.30000001192093
  4905. obj6.Shape = Enum.PartType.Ball
  4906. obj6.Name = "thicc cap"
  4907. obj6.Parent = handle
  4908. local weld2 = Instance.new('Weld',obj6)
  4909. weld2.Part0 = obj6
  4910. weld2.Part1 = handle
  4911. weld2.C0 = CFrame.new(0.4, 0, 0)
  4912. grow(weld2,obj6,Vector3.new(0.3, 0.3, 0.3),CFrame.new(-0.15, 0, 0),0.1)
  4913.  
  4914. -- 8 - thicc top cap
  4915. local obj8 = Instance.new("Part")
  4916. obj8.CFrame = CFrame.new(Vector3.new(202.399963, 11.3000078, 5.00099993)) * CFrame.Angles(-0, 0, 3.5017728805542e-07)
  4917. obj8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4918. obj8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4919. obj8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4920. obj8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4921. obj8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4922. obj8.Size = Vector3.new(0.3, 0.3, 0.3)
  4923. obj8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4924. obj8.Anchored = false
  4925. obj8.BrickColor = BrickColor.new("Really black")
  4926. obj8.Friction = 0.30000001192093
  4927. obj8.Shape = Enum.PartType.Ball
  4928. obj8.Name = "thicc top cap"
  4929. obj8.Parent = handle
  4930. local weld1 = Instance.new('Weld',obj8)
  4931. weld1.Part0 = obj8
  4932. weld1.Part1 = handle
  4933. weld1.C0 = CFrame.new(-0.4, 0, 0)
  4934. grow(weld1,obj8,Vector3.new(0.3, 0.3, 0.3),CFrame.new(0.15, 0, 0),0.1)
  4935. -- 4 - thicc blade
  4936. local obj4 = Instance.new("Part")
  4937. obj4.CFrame = CFrame.new(Vector3.new(202.40007, 12.1600046, 5.00099707)) * CFrame.Angles(-0, 0, -0)
  4938. obj4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4939. obj4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4940. obj4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4941. obj4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4942. obj4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4943. obj4.Material = Enum.Material.Metal
  4944. obj4.Size = Vector3.new(0.23, 0.1, 0.1)
  4945. obj4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4946. obj4.Anchored = false
  4947. obj4.BrickColor = BrickColor.new("Dark stone grey")
  4948. obj4.Friction = 0.30000001192093
  4949. obj4.Shape = Enum.PartType.Block
  4950. obj4.Name = "blade"
  4951. obj4.Parent = handle
  4952. local weld4 = Instance.new('Weld',obj4)
  4953. weld4.Part0 = obj4
  4954. weld4.Part1 = handle
  4955. weld4.C0 = CFrame.new(0, -0.535, 0)*CFrame.Angles(0,0,math.rad(90))
  4956. local coru=coroutine.wrap(function()
  4957. grow(weld4,obj4,Vector3.new(0.23, 1.19, 0.1),CFrame.new(0.5, 0, 0),0.1)
  4958. end)
  4959. coru()
  4960.  
  4961. -- 5 - thicc blade
  4962. local obj5 = Instance.new("Part")
  4963. obj5.CFrame = CFrame.new(Vector3.new(202.507141, 12.1749954, 5.00158167)) * CFrame.Angles(-0, 0, -0)
  4964. obj5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4965. obj5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4966. obj5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4967. obj5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4968. obj5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4969. obj5.Material = Enum.Material.Metal
  4970. obj5.Size = Vector3.new(0.100000009, 0.1, 0.0500000007)
  4971. obj5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4972. obj5.Anchored = false
  4973. obj5.BrickColor = BrickColor.new("Pearl")
  4974. obj5.Friction = 0.30000001192093
  4975. obj5.Shape = Enum.PartType.Block
  4976. obj5.Name = "blade"
  4977. obj5.Parent = handle
  4978. local weld5 = Instance.new('Weld',obj5)
  4979. weld5.Part0 = obj5
  4980. weld5.Part1 = obj4
  4981. weld5.C0 = CFrame.new(0.09, 0, 0)*CFrame.Angles(0,0,0)
  4982. grow(weld5,obj5,Vector3.new(0.1, 1.19, 0.05),CFrame.new(0, 0, 0),0.1)
  4983.  
  4984. -- 3 - thicc blade
  4985. local obj3 = Instance.new("WedgePart")
  4986. obj3.CFrame = CFrame.new(Vector3.new(202.40007, 12.9000006, 5.00099707)) * CFrame.Angles(-0, -1.5707963705063, 0)
  4987. obj3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4988. obj3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4989. obj3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4990. obj3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4991. obj3.Material = Enum.Material.Metal
  4992. obj3.Size = Vector3.new(0.1, 0, 0.23)
  4993. obj3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4994. obj3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4995. obj3.Anchored = false
  4996. obj3.BrickColor = BrickColor.new("Dark stone grey")
  4997. obj3.Friction = 0.30000001192093
  4998. obj3.Name = "blade"
  4999. obj3.Parent = handle
  5000. local weld6 = Instance.new('Weld',obj3)
  5001. weld6.Part0 = obj3
  5002. weld6.Part1 = obj4
  5003. weld6.C0 = CFrame.new(0, -0.595, 0)*CFrame.Angles(math.rad(0),math.rad(270),math.rad(0))
  5004. local coru=coroutine.wrap(function()
  5005. grow(weld6,obj3,Vector3.new(0.1, 0.3, 0.23),CFrame.new(0, 0.15, 0),0.05)
  5006. end)
  5007. coru()
  5008.  
  5009. -- 2 - thicc blade
  5010. local obj2 = Instance.new("WedgePart")
  5011. obj2.CFrame = CFrame.new(Vector3.new(202.423431, 12.9305696, 5.00099707)) * CFrame.Angles(-0, -1.5707963705063, 0)
  5012. obj2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  5013. obj2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  5014. obj2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  5015. obj2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  5016. obj2.Material = Enum.Material.Metal
  5017. obj2.Size = Vector3.new(0.05, 0, 0.26)
  5018. obj2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  5019. obj2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  5020. obj2.Anchored = false
  5021. obj2.BrickColor = BrickColor.new("Lily white")
  5022. obj2.Friction = 0.30000001192093
  5023. obj2.Name = "blade"
  5024. obj2.Parent = handle
  5025. local weld7 = Instance.new('Weld',obj2)
  5026. weld7.Part0 = obj2
  5027. weld7.Part1 = obj4
  5028. weld7.C0 = CFrame.new(0, -0.595, 0)*CFrame.Angles(math.rad(0),math.rad(270),math.rad(0))
  5029. grow(weld7,obj2,Vector3.new(0.05, 0.33, 0.24),CFrame.new(-0.02, 0.165, 0),0.05)
  5030. end
  5031.  
  5032. function raep()
  5033. working = true
  5034. pcall(function()
  5035. local holyshit = Instance.new("Sound", handle)
  5036. holyshit.SoundId = "rbxassetid://345287845"
  5037. holyshit.Volume = 5
  5038. holyshit:Play()
  5039. holyshit.TimePosition = 0.6
  5040. --[[local waitwhatthefuck = Instance.new("Sound", handle)
  5041. waitwhatthefuck.SoundId = "rbxassetid://864314263"
  5042. waitwhatthefuck:Play()]]--
  5043. local coru=coroutine.wrap(function()
  5044. wait(1.95)
  5045. holyshit.TimePosition = 2.8
  5046. end)
  5047. coru()
  5048. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  5049. tweld.Part0 = char.HumanoidRootPart
  5050. tweld.Part1 = char.Torso
  5051. local rweld = Instance.new("Weld", char["Right Arm"])
  5052. rweld.Part0 = char["Torso"]
  5053. rweld.Part1 = char["Right Arm"]
  5054. rweld.C0 = CFrame.new(1.5, 0, 0)
  5055. local lweld = Instance.new("Weld", char["Left Arm"])
  5056. lweld.Part0 = char.Torso
  5057. lweld.Part1 = char["Left Arm"]
  5058. lweld.C0 = CFrame.new(-1.5, 0, 0)
  5059.  
  5060. char.Humanoid.WalkSpeed = 16
  5061.  
  5062. local cor = coroutine.wrap(function()
  5063. lerp(rweld,rweld.C0,CFrame.new(1.75, 0, 0.35) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(50)),0.2)
  5064. end)
  5065. local cor2 = coroutine.wrap(function()
  5066. lerp(tweld,tweld.C0,CFrame.new(0, -0.25, 0) * CFrame.Angles(math.rad(-15), math.rad(-45), math.rad(0)),0.2)
  5067. end)
  5068. cor()
  5069. cor2()
  5070. lerp(lweld,lweld.C0,CFrame.new(-1.75, 0, -0.35) * CFrame.Angles(math.rad(20), math.rad(0), math.rad(-20)),0.2)
  5071.  
  5072. local particl = Instance.new("ParticleEmitter")
  5073. particl.LightEmission = 3
  5074. 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))})
  5075. particl.LightInfluence = 0.75
  5076. particl.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
  5077. particl.Lifetime = NumberRange.new(0.1, 0.5)
  5078. particl.Rate = 50
  5079. particl.RotSpeed = NumberRange.new(300, 300)
  5080. particl.Speed = NumberRange.new(0, 1)
  5081. particl.SpreadAngle = Vector2.new(90, 90)
  5082. particl.Parent = handle
  5083.  
  5084. for i, v in pairs(handle["pink toy"]:GetChildren()) do
  5085. if v:IsA("Part") then
  5086. cooldildo = particl:Clone()
  5087. cooldildo.Parent = v
  5088. end
  5089. end
  5090.  
  5091. particl:Remove()
  5092.  
  5093. wait(1)
  5094. MOAN = true
  5095.  
  5096. char.Humanoid.WalkSpeed = 75
  5097.  
  5098.  
  5099. local cor = coroutine.wrap(function()
  5100. lerp(rweld,rweld.C0,CFrame.new(1.6, 0.5, -0.75) * CFrame.Angles(0, math.rad(55), math.rad(90)),0.06)
  5101. end)
  5102. local cor2 = coroutine.wrap(function()
  5103. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(0)),0.06)
  5104. end)
  5105. local cor3 = coroutine.wrap(function()
  5106. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(270),math.rad(-90),math.rad(180)), 0.06)
  5107. end)
  5108. cor()
  5109. cor2()
  5110. cor3()
  5111. lerp(lweld,lweld.C0,CFrame.new(-1.75, 0, 0.35) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-20)),0.06)
  5112. local omgg = 0
  5113. repeat wait(0.05) omgg = omgg+0.05 until aidsificating ~= nil or omgg > 2
  5114. holyshit:Destroy()
  5115. char.Humanoid.WalkSpeed = 16
  5116. MOAN = false
  5117. if aidsificating == nil then
  5118. for i, v in pairs(handle["pink toy"]:GetChildren()) do
  5119. if v:IsA("Part") then
  5120. v:FindFirstChild("ParticleEmitter"):Destroy()
  5121. end
  5122. end
  5123. local cor = coroutine.wrap(function()
  5124. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.08)
  5125. end)
  5126. local cor2 = coroutine.wrap(function()
  5127. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.08)
  5128. end)
  5129. local cor3 = coroutine.wrap(function()
  5130. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0), 0.08)
  5131. end)
  5132. cor()
  5133. cor2()
  5134. cor3()
  5135. lerp(lweld,lweld.C0,CFrame.new(-1.75, 0, 0.35) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-20)),0.08)
  5136.  
  5137. lweld:Remove()
  5138. rweld:Remove()
  5139. tweld:Remove()
  5140.  
  5141. if torsoclone and char:FindFirstChild("Torso") and char:FindFirstChild("HumanoidRootPart") then
  5142. local clone = torsoclone:Clone()
  5143. clone.Part0 = char.HumanoidRootPart
  5144. clone.Part1 = char.Torso
  5145. clone.Parent = char.HumanoidRootPart
  5146. end
  5147. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  5148. local clone = leftclone:Clone()
  5149. clone.Part0 = char.Torso
  5150. clone.Part1 = char["Left Arm"]
  5151. clone.Parent = char.Torso
  5152. end
  5153. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  5154. local clone = rightclone:Clone()
  5155. clone.Part0 = char.Torso
  5156. clone.Part1 = char["Right Arm"]
  5157. clone.Parent = char.Torso
  5158. end
  5159. else
  5160. pcall(function()
  5161. aidsificating.HumanoidRootPart:Destroy()
  5162. end)
  5163. pcall(function()
  5164. ragdollpart(aidsificating,"Right Arm")
  5165. ragdollpart(aidsificating,"Right Leg")
  5166. ragdollpart(aidsificating,"Left Arm")
  5167. ragdollpart(aidsificating,"Left Leg")
  5168. end)
  5169. pcall(function()
  5170. ragdollpart(aidsificating,"RightUpperArm")
  5171. ragdollpart(aidsificating,"RightUpperLeg")
  5172. ragdollpart(aidsificating,"LeftUpperArm")
  5173. ragdollpart(aidsificating,"LeftUpperLeg")
  5174. end)
  5175. pcall(function()
  5176. local weld = Instance.new('Weld',aidsificating.Torso)
  5177. weld.Part0 = aidsificating.Torso
  5178. weld.Part1 = handle
  5179. weld.C0 = CFrame.new(0.2,-2.5,2)*CFrame.Angles(math.rad(135),0,math.rad(-90))
  5180. for i,v in pairs(handle["pink toy"]:GetChildren()) do
  5181. if v:IsA('BasePart') and v.Name == "stretchlol" then
  5182. v.BrickColor = aidsificating.Torso.BrickColor
  5183. v.Transparency = 0
  5184. end
  5185. end
  5186. end)
  5187. pcall(function()
  5188. local weld = Instance.new('Weld',aidsificating.UpperTorso)
  5189. weld.Part0 = aidsificating.UpperTorso
  5190. weld.Part1 = handle
  5191. weld.C0 = CFrame.new(0.2,-2.5,2)*CFrame.Angles(math.rad(135),0,math.rad(-90))
  5192. for i,v in pairs(handle["pink toy"]:GetChildren()) do
  5193. if v:IsA('BasePart') and v.Name == "stretchlol" then
  5194. v.BrickColor = aidsificating.UpperTorso.BrickColor
  5195. v.Transparency = 0
  5196. end
  5197. end
  5198. end)
  5199. lerp(rweld,rweld.C0,CFrame.new(1.6, 1, -0.5) * CFrame.Angles(0, math.rad(55), math.rad(145)),0.06)
  5200. wait(2)
  5201. for i,v in pairs(aidsificating:GetDescendants()) do
  5202. if v:IsA('Weld') then v:Destroy() end
  5203. end
  5204. pcall(function()
  5205. ragdollpart(aidsificating,"Head")
  5206. end)
  5207. pcall(function()
  5208. local thang = "Torso"
  5209. if aidsificating:FindFirstChild('UpperTorso') then
  5210. thang = "UpperTorso"
  5211. end
  5212. local ayybleed = Instance.new('Part',aidsificating)
  5213. ayybleed.Size = Vector3.new(0.2,0.2,0.2)
  5214. ayybleed.BrickColor = BrickColor.new('Maroon')
  5215. ayybleed.Material = Enum.Material.SmoothPlastic
  5216. ayybleed.Name = "ayybleed"
  5217. ayybleed.CanCollide = false
  5218. ayybleed.Transparency = 1
  5219. ayybleed.CFrame = aidsificating[thang].CFrame
  5220. ayybleed:BreakJoints()
  5221. local attachment1 = Instance.new('Attachment',ayybleed)
  5222. attachment1.Position = Vector3.new(0,-1,0)
  5223. attachment1.Orientation = Vector3.new(180, 0, 0)
  5224. local attachment0 = Instance.new('Attachment',aidsificating[thang])
  5225. if attachment0 and attachment1 then
  5226. local constraint = Instance.new("HingeConstraint")
  5227. constraint.Attachment0 = attachment0
  5228. constraint.Attachment1 = attachment1
  5229. constraint.LimitsEnabled = true
  5230. constraint.UpperAngle = 0
  5231. constraint.LowerAngle = 0
  5232. constraint.Parent = aidsificating
  5233. end
  5234. local bleedBLEED= coroutine.wrap(function()
  5235. bleed(ayybleed,true)
  5236. end)
  5237. bleedBLEED()
  5238. end)
  5239. aidsificating = nil
  5240. pcall(function()
  5241. for i,v in pairs(handle["pink toy"]:GetChildren()) do
  5242. if v:IsA('BasePart') and v.Name == "stretchlol" then
  5243. v.Transparency = 1
  5244. end
  5245. end
  5246. end)
  5247. local cor = coroutine.wrap(function()
  5248. lerp(rweld,rweld.C0,CFrame.new(1.6, -0.25, 0.75) * CFrame.Angles(0, math.rad(55), math.rad(145)),0.04)
  5249. end)
  5250. local cor2 = coroutine.wrap(function()
  5251. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)),0.04)
  5252. end)
  5253. cor()
  5254. cor2()
  5255. lerp(lweld,lweld.C0,CFrame.new(-1.75, 0, 0.35) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(-20)),0.04)
  5256. wait(0.1)
  5257. local cor = coroutine.wrap(function()
  5258. lerp(rweld,rweld.C0,CFrame.new(1.6, -0.5, 1) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  5259. end)
  5260. local cor2 = coroutine.wrap(function()
  5261. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(-30), math.rad(0)),0.08)
  5262. end)
  5263. local cor3 = coroutine.wrap(function()
  5264. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0), 0.08)
  5265. end)
  5266. cor()
  5267. cor2()
  5268. cor3()
  5269. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.08)
  5270.  
  5271. lweld:Remove()
  5272. rweld:Remove()
  5273. tweld:Remove()
  5274.  
  5275. if torsoclone and char:FindFirstChild("Torso") and char:FindFirstChild("HumanoidRootPart") then
  5276. local clone = torsoclone:Clone()
  5277. clone.Part0 = char.HumanoidRootPart
  5278. clone.Part1 = char.Torso
  5279. clone.Parent = char.HumanoidRootPart
  5280. end
  5281. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  5282. local clone = leftclone:Clone()
  5283. clone.Part0 = char.Torso
  5284. clone.Part1 = char["Left Arm"]
  5285. clone.Parent = char.Torso
  5286. end
  5287. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  5288. local clone = rightclone:Clone()
  5289. clone.Part0 = char.Torso
  5290. clone.Part1 = char["Right Arm"]
  5291. clone.Parent = char.Torso
  5292. end
  5293. end
  5294. end)
  5295. working = false
  5296. end
  5297.  
  5298. function katanaQ()
  5299. working = true
  5300. swinging = true
  5301. gettingeem = true
  5302. pcall(function()
  5303. local rweld = Instance.new("Weld", char["Right Arm"])
  5304. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  5305. pcall(function()
  5306. rweld.Part0 = char["Torso"]
  5307. rweld.Part1 = char["Right Arm"]
  5308. rweld.C0 = CFrame.new(1.5, 0, 0)
  5309. tweld.Part0 = char.HumanoidRootPart
  5310. tweld.Part1 = char.Torso
  5311. end)
  5312.  
  5313. char:FindFirstChildOfClass('Humanoid').WalkSpeed = 100
  5314.  
  5315. local at1 = Instance.new("Attachment", handle)
  5316. local at2 = Instance.new("Attachment", handle)
  5317. at1.Visible = false
  5318. at1.Position = Vector3.new(5, 0, 0)
  5319. at2.Visible = false
  5320. at2.Position = Vector3.new(1, 0, 0)
  5321.  
  5322. local trail = Instance.new("Trail", handle)
  5323. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))})
  5324. trail.LightEmission = 0.25
  5325. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.9), NumberSequenceKeypoint.new(1, 1)})
  5326. trail.Lifetime = 0.10
  5327. trail.MinLength = 0.05
  5328. trail.Attachment0 = at1
  5329. trail.Attachment1 = at2
  5330. local coru=coroutine.wrap(function()
  5331. lerp(rweld,rweld.C0,CFrame.new(1.35, 0.5, -1.2) * CFrame.Angles(0, math.rad(90), math.rad(90)),0.08)
  5332. end)
  5333. coru()
  5334. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(270),math.rad(-90),math.rad(180)), 0.08)
  5335. local ree=0
  5336. while goteem == nil and ree < 1 do
  5337. wait(0.05)
  5338. ree=ree+0.05
  5339. end
  5340. char:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
  5341. gettingeem = false
  5342. swinging = false
  5343. if goteem then
  5344. wait(2)
  5345. pcall(function()
  5346. local sounn = Instance.new("Sound", goteem.Torso)
  5347. local lipp = math.random(1, 3)
  5348. if lipp == 1 then sounn.SoundId = "rbxassetid://444667844" end
  5349. if lipp == 2 then sounn.SoundId = "rbxassetid://444667824" end
  5350. if lipp == 3 then sounn.SoundId = "rbxassetid://444667859" end
  5351. sounn:Play()
  5352. end)
  5353. ragdollpart(goteem,"Head")
  5354. for i,v in pairs(goteem:GetDescendants()) do
  5355. if v:IsA('Weld') then v:Destroy() end
  5356. end
  5357. goteem = nil
  5358. end
  5359. trail:Destroy()
  5360. at1:Destroy()
  5361. at2:Destroy()
  5362. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0), 0.05)
  5363. local cor = coroutine.wrap(function()
  5364. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  5365. end)
  5366. cor()
  5367. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  5368. rweld:Destroy()
  5369. tweld:Destroy()
  5370. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  5371. local clone = rightclone:Clone()
  5372. clone.Part0 = char.Torso
  5373. clone.Part1 = char["Right Arm"]
  5374. clone.Parent = char.Torso
  5375. end
  5376. if torsoclone and char:FindFirstChild('Torso') and char:FindFirstChild('HumanoidRootPart') then
  5377. local clone = torsoclone:Clone()
  5378. clone.Part0 = char.HumanoidRootPart
  5379. clone.Part1 = char.Torso
  5380. clone.Parent = char.HumanoidRootPart
  5381. end
  5382. end)
  5383. swinging = false
  5384. gettingeem = false
  5385. working = false
  5386. end
  5387. local function katanaE()
  5388. working = true
  5389. swinging = true
  5390. SLESH = true
  5391. pcall(function()
  5392. local rweld = Instance.new("Weld", char["Right Arm"])
  5393. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  5394. rweld.Part0 = char["Torso"]
  5395. rweld.Part1 = char["Right Arm"]
  5396. rweld.C0 = CFrame.new(1.5, 0, 0)
  5397. tweld.Part0 = char.HumanoidRootPart
  5398. tweld.Part1 = char.Torso
  5399.  
  5400. char:FindFirstChildOfClass('Humanoid').WalkSpeed = 100
  5401.  
  5402. local at1 = Instance.new("Attachment", handle)
  5403. local at2 = Instance.new("Attachment", handle)
  5404. at1.Visible = false
  5405. at1.Position = Vector3.new(5, 0, 0)
  5406. at2.Visible = false
  5407. at2.Position = Vector3.new(1, 0, 0)
  5408.  
  5409. local trail = Instance.new("Trail", handle)
  5410. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))})
  5411. trail.LightEmission = 0.25
  5412. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.9), NumberSequenceKeypoint.new(1, 1)})
  5413. trail.Lifetime = 0.10
  5414. trail.MinLength = 0.05
  5415. trail.Attachment0 = at1
  5416. trail.Attachment1 = at2
  5417. local coru=coroutine.wrap(function()
  5418. lerp(rweld,rweld.C0,CFrame.new(2, 1, 0) * CFrame.Angles(math.rad(0), 0, math.rad(60)),0.08)
  5419. end)
  5420. coru()
  5421. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(270),math.rad(-270),math.rad(0)), 0.08)
  5422.  
  5423. wait(1)
  5424. char:FindFirstChildOfClass('Humanoid').WalkSpeed = 16
  5425. trail:Destroy()
  5426. at1:Destroy()
  5427. at2:Destroy()
  5428. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0), 0.05)
  5429. local cor = coroutine.wrap(function()
  5430. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  5431. end)
  5432. cor()
  5433. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  5434. rweld:Destroy()
  5435. tweld:Destroy()
  5436. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  5437. local clone = rightclone:Clone()
  5438. clone.Part0 = char.Torso
  5439. clone.Part1 = char["Right Arm"]
  5440. clone.Parent = char.Torso
  5441. end
  5442. if torsoclone and char:FindFirstChild('Torso') and char:FindFirstChild('HumanoidRootPart') then
  5443. local clone = torsoclone:Clone()
  5444. clone.Part0 = char.HumanoidRootPart
  5445. clone.Part1 = char.Torso
  5446. clone.Parent = char.HumanoidRootPart
  5447. end
  5448. end)
  5449. swinging = false
  5450. SLESH = false
  5451. working = false
  5452. end
  5453.  
  5454. function begoneTHOUGHT()
  5455. working = true
  5456. pcall(function()
  5457. local thott = Instance.new("Sound", char)
  5458. thott.SoundId = "rbxassetid://373066560"
  5459. thott.Volume = 10
  5460. thott.TimePosition = 0.5
  5461. thott.PlaybackSpeed = 1
  5462. thott.EmitterSize = player.CameraMaxZoomDistance+1
  5463. thott.MaxDistance = player.CameraMaxZoomDistance+1
  5464. thott:Play()
  5465.  
  5466. local rweld = Instance.new("Weld", char["Right Arm"])
  5467. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  5468. rweld.Part0 = char["Torso"]
  5469. rweld.Part1 = char["Right Arm"]
  5470. rweld.C0 = CFrame.new(1.5, 0, 0)
  5471. tweld.Part0 = char.HumanoidRootPart
  5472. tweld.Part1 = char.Torso
  5473.  
  5474. local coru=coroutine.wrap(function()
  5475. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(60), math.rad(0), math.rad(0)),0.25)
  5476. end)
  5477. coru()
  5478. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0),math.rad(-45),math.rad(0)), 0.25)
  5479.  
  5480. wait(0.5)
  5481. local thote = Instance.new("Sound", char)
  5482. thote.SoundId = "rbxassetid://972134931"
  5483. thote.Volume = 10
  5484. thote:Play()
  5485.  
  5486.  
  5487.  
  5488. local coru=coroutine.wrap(function()
  5489. lerp(rweld,rweld.C0,CFrame.new(2, 0.5, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(90)),0.04)
  5490. end)
  5491. coru()
  5492. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0),math.rad(90),math.rad(0)), 0.04)
  5493. wait(0.04)
  5494. local ree = Instance.new('Part',workspace)
  5495. ree.Shape = Enum.PartType.Cylinder
  5496. ree.CanCollide = false
  5497. ree.Anchored = false
  5498. ree.Size = Vector3.new(0.5,2,2)
  5499. ree.TopSurface = Enum.SurfaceType.Smooth
  5500. ree.BottomSurface = Enum.SurfaceType.Smooth
  5501. ree.Transparency = 0.8
  5502. ree.Material =Enum.Material.Neon
  5503. ree.BrickColor = BrickColor.new('Toothpaste')
  5504. ree.CFrame = handle.CFrame*CFrame.Angles(0,0,math.rad(90))
  5505. ree:BreakJoints()
  5506. local reee = Instance.new("Sound", ree)
  5507. reee.SoundId = "rbxassetid://138677306"
  5508. reee:Play()
  5509. local heck = Instance.new('BodyVelocity',ree)
  5510. heck.Velocity = ree.CFrame.rightVector*50
  5511. heck.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  5512. local coru=coroutine.wrap(function()
  5513. for i=1,21 do
  5514. local cf = ree.CFrame
  5515. ree.Size = ree.Size+Vector3.new(0,2,2)
  5516. ree.CFrame = cf
  5517. wait()
  5518. end
  5519. for i=1,4 do
  5520. local cf = ree.CFrame
  5521. ree.Size = ree.Size+Vector3.new(0,2,2)
  5522. ree.CFrame = cf
  5523. ree.Transparency = ree.Transparency + 0.05
  5524. wait()
  5525. end
  5526. ree:Destroy()
  5527. end)
  5528. coru()
  5529. ree.Touched:connect(function(hit)
  5530. if hit.Parent and hit.Parent ~= char and hit.Parent:FindFirstChildOfClass('Humanoid') then
  5531. hit.Parent:FindFirstChildOfClass('Humanoid').Health = 100
  5532. ragdollpart(hit.Parent,"Head")
  5533. end
  5534. end)
  5535. wait(0.5)
  5536. local coru=coroutine.wrap(function()
  5537. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.8)
  5538. end)
  5539. coru()
  5540. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.8)
  5541.  
  5542. rweld:Destroy()
  5543. tweld:Destroy()
  5544. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  5545. local clone = rightclone:Clone()
  5546. clone.Part0 = char.Torso
  5547. clone.Part1 = char["Right Arm"]
  5548. clone.Parent = char.Torso
  5549. end
  5550. if torsoclone and char:FindFirstChild('Torso') and char:FindFirstChild('HumanoidRootPart') then
  5551. local clone = torsoclone:Clone()
  5552. clone.Part0 = char.HumanoidRootPart
  5553. clone.Part1 = char.Torso
  5554. clone.Parent = char.HumanoidRootPart
  5555. end
  5556. end)
  5557. working = false
  5558. end
  5559.  
  5560. function katanaswing()
  5561. working = true
  5562. pcall(function()
  5563. local rweld = Instance.new("Weld", char["Right Arm"])
  5564. local lweld = Instance.new("Weld", char["Left Arm"])
  5565. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  5566. rweld.Part0 = char["Torso"]
  5567. rweld.Part1 = char["Right Arm"]
  5568. rweld.C0 = CFrame.new(1.5, 0, 0)
  5569. lweld.Part0 = char.Torso
  5570. lweld.Part1 = char["Left Arm"]
  5571. lweld.C0 = CFrame.new(-1.5, 0, 0)
  5572. tweld.Part0 = char.HumanoidRootPart
  5573. tweld.Part1 = char.Torso
  5574.  
  5575. local cor = coroutine.wrap(function()
  5576. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(45), 0),0.08)
  5577. end)
  5578. cor()
  5579. lerp(rweld,rweld.C0,CFrame.new(1.35, 0.5, -1.2) * CFrame.Angles(0, math.rad(110), math.rad(90)),0.08)
  5580. wait(0.2)
  5581. local at1 = Instance.new("Attachment", handle)
  5582. local at2 = Instance.new("Attachment", handle)
  5583. at1.Visible = false
  5584. at1.Position = Vector3.new(5, 0, 0)
  5585. at2.Visible = false
  5586. at2.Position = Vector3.new(1, 0, 0)
  5587.  
  5588. local trail = Instance.new("Trail", handle)
  5589. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, trail.Parent.Color), ColorSequenceKeypoint.new(1, trail.Parent.Color)})
  5590. trail.LightEmission = 0.25
  5591. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.9), NumberSequenceKeypoint.new(1, 1)})
  5592. trail.Lifetime = 0.10
  5593. trail.MinLength = 0.05
  5594. trail.Attachment0 = at1
  5595. trail.Attachment1 = at2
  5596.  
  5597. swinging = true
  5598.  
  5599. local cor = coroutine.wrap(function()
  5600. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-45), 0),0.04)
  5601. end)
  5602. cor()
  5603. lerp(rweld,rweld.C0,CFrame.new(2, 0.5, 0) * CFrame.Angles(0, math.rad(0), math.rad(90)),0.04)
  5604. wait(0.2)
  5605. swinging = false
  5606. trail:Destroy()
  5607. at1:Destroy()
  5608. at2:Destroy()
  5609. local cor = coroutine.wrap(function()
  5610. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  5611. end)
  5612. cor()
  5613. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  5614. rweld:Destroy()
  5615. lweld:Destroy()
  5616. tweld:Destroy()
  5617. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  5618. local clone = rightclone:Clone()
  5619. clone.Part0 = char.Torso
  5620. clone.Part1 = char["Right Arm"]
  5621. clone.Parent = char.Torso
  5622. end
  5623. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  5624. local clone = leftclone:Clone()
  5625. clone.Part0 = char.Torso
  5626. clone.Part1 = char["Left Arm"]
  5627. clone.Parent = char.Torso
  5628. end
  5629. if torsoclone and char:FindFirstChild('Torso') and char:FindFirstChild('HumanoidRootPart') then
  5630. local clone = torsoclone:Clone()
  5631. clone.Part0 = char.HumanoidRootPart
  5632. clone.Part1 = char.Torso
  5633. clone.Parent = char.HumanoidRootPart
  5634. end
  5635. end)
  5636. working = false
  5637. end
  5638.  
  5639. function throw()
  5640. working = true
  5641. pcall(function()
  5642. local rweld = char["Right Arm"]:FindFirstChild("Weld")
  5643. local lweld = char["Left Arm"]:FindFirstChild("Weld")
  5644. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  5645. tweld.Part0 = char.HumanoidRootPart
  5646. tweld.Part1 = char.Torso
  5647. local throwsound = Instance.new("Sound", char.Head)
  5648. throwsound.SoundId = "rbxassetid://158037267"
  5649. throwsound.PlaybackSpeed = 1
  5650.  
  5651. local cor = coroutine.wrap(function()
  5652. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-30), 0),0.04)
  5653. end)
  5654. local cor2 = coroutine.wrap(function()
  5655. lerp(rweld,rweld.C0,CFrame.new(1.5, 0.15, 0.4) * CFrame.Angles(0, math.rad(-30), math.rad(15)),0.04)
  5656. end)
  5657. cor()
  5658. cor2()
  5659. grabweld:Remove()
  5660. throwsound:Play()
  5661.  
  5662. local throwvel = Instance.new("BodyThrust")
  5663. throwvel.Force = Vector3.new(0, 3000, -2000)
  5664. pcall(function()
  5665. throwvel.Parent = grabbed.Torso
  5666. end)
  5667. pcall(function()
  5668. throwvel.Parent = grabbed.UpperTorso
  5669. end)
  5670.  
  5671. lerp(lweld,lweld.C0,CFrame.new(-1.3, 0.7, -1) * CFrame.Angles(0, math.rad(-70), math.rad(-105)),0.04)
  5672. wait(0.15)
  5673. throwvel:Remove()
  5674. local cor = coroutine.wrap(function()
  5675. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  5676. end)
  5677. local cor2 = coroutine.wrap(function()
  5678. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  5679. end)
  5680. cor()
  5681. cor2()
  5682. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  5683. lweld:Remove()
  5684. rweld:Remove()
  5685. tweld:Remove()
  5686. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  5687. local clone = rightclone:Clone()
  5688. clone.Part0 = char.Torso
  5689. clone.Part1 = char["Right Arm"]
  5690. clone.Parent = char.Torso
  5691. end
  5692. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  5693. local clone = leftclone:Clone()
  5694. clone.Part0 = char.Torso
  5695. clone.Part1 = char["Left Arm"]
  5696. clone.Parent = char.Torso
  5697. end
  5698. if torsoclone and char:FindFirstChild('Torso') and char:FindFirstChild('HumanoidRootPart') then
  5699. local clone = torsoclone:Clone()
  5700. clone.Part0 = char.HumanoidRootPart
  5701. clone.Part1 = char.Torso
  5702. clone.Parent = char.HumanoidRootPart
  5703. end
  5704. local lolgrabbed = grabbed
  5705. spawn(function()
  5706. wait(2)
  5707. unstun(lolgrabbed)
  5708. end)
  5709. end)
  5710. grabbed = nil
  5711. working = false
  5712. end
  5713.  
  5714. function whoosh(vroom)
  5715. vroom.Parent = workspace
  5716. vroom.Name = "Projectile"
  5717. vroom.CFrame = CFrame.new(char.Head.CFrame.p,mouse.Hit.p)*CFrame.Angles(math.rad(0),math.rad(90),math.rad(0))
  5718. vroom.Anchored = true
  5719. vroom.Velocity = Vector3.new(0,0,0)
  5720. vroom.RotVelocity = Vector3.new(0,0,0)
  5721. vroom.Anchored = false
  5722. game:GetService('Debris'):AddItem(vroom,10)
  5723. local flyy = Instance.new('BodyVelocity',vroom)
  5724. flyy.Velocity = vroom.CFrame.rightVector*200
  5725. local touched = false
  5726. for i,v in pairs(vroom:GetChildren()) do
  5727. if v:IsA('BasePart') then
  5728. v.Touched:connect(function(hit)
  5729. local pos = vroom.CFrame
  5730. if touched == false then
  5731. if hit and hit.Parent and hit.Transparency ~= 1 and hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent~= char then
  5732. touched = true
  5733. local before = hit.Anchored
  5734. vroom.Anchored = true
  5735. vroom.Velocity = Vector3.new(0,0,0)
  5736. vroom.RotVelocity = Vector3.new(0,0,0)
  5737. vroom.CFrame = vroom.CFrame-(vroom.CFrame.rightVector)
  5738. hit.Anchored = true
  5739. flyy:Destroy()
  5740. pcall(function()
  5741. local weld = Instance.new('Weld',hit)
  5742. weld.Part0 = hit
  5743. weld.Part1 = vroom
  5744. weld.C0 = hit.CFrame:toObjectSpace(vroom.CFrame)
  5745. local ayybleed = Instance.new('Part',hit)
  5746. ayybleed.Size = Vector3.new(0.2,0.2,0.2)
  5747. ayybleed.BrickColor = BrickColor.new('Maroon')
  5748. ayybleed.Material = Enum.Material.SmoothPlastic
  5749. ayybleed.Name = "ayybleed"
  5750. ayybleed.CanCollide = false
  5751. ayybleed.Transparency = 1
  5752. ayybleed.CFrame = hit.CFrame
  5753. ayybleed:BreakJoints()
  5754. local attachment1 = Instance.new('Attachment',ayybleed)
  5755. local attachment0 = Instance.new('Attachment',hit)
  5756. for i,v in pairs(vroom:GetChildren()) do
  5757. if v.Name == "blade" and v.Size == Vector3.new(0.23, 1.19, 0.1) then
  5758. v.Name = "REEEE"
  5759. end
  5760. end
  5761. attachment1.Orientation = vroom["REEEE"].Orientation+Vector3.new(90,0,0)
  5762. attachment0.Position = hit.CFrame:toObjectSpace(vroom["REEEE"].CFrame).p-(hit.CFrame:toObjectSpace(vroom["REEEE"].CFrame).upVector)
  5763. if attachment0 and attachment1 then
  5764. local constraint = Instance.new("HingeConstraint")
  5765. constraint.Attachment0 = attachment0
  5766. constraint.Attachment1 = attachment1
  5767. constraint.LimitsEnabled = true
  5768. constraint.UpperAngle = 0
  5769. constraint.LowerAngle = 0
  5770. constraint.Parent = attachment0
  5771. end
  5772. local bleedBLEED= coroutine.wrap(function()
  5773. bleed(ayybleed)
  5774. end)
  5775. bleedBLEED()
  5776. if hit.Name ~= "Head" and hit.Name ~= "UpperTorso" and hit.Name ~= "Torso" and hit.Name ~= "LowerTorso" then
  5777. game:GetService('Debris'):AddItem(ayybleed,7.5)
  5778. end
  5779. end)
  5780. hit.Anchored = before
  5781. vroom.Anchored = false
  5782. vroom.CanCollide = true
  5783. pcall(function()
  5784. vroom:FindFirstChildOfClass('Trail'):Destroy()
  5785. end)
  5786. for i,v in pairs(vroom:GetChildren()) do
  5787. if v:IsA('BasePart') then
  5788. v.CanCollide = true
  5789. end
  5790. end
  5791. if hit.Name == "Head" or hit.Name == "UpperTorso" or hit.Name == "Torso" or hit.Name == "LowerTorso" then
  5792. pcall(function()
  5793. hit.Parent.HumanoidRootPart:Destroy()
  5794. end)
  5795. pcall(function()
  5796. ragdollpart(hit.Parent,"Left Arm")
  5797. ragdollpart(hit.Parent,"Left Leg")
  5798. ragdollpart(hit.Parent,"Right Arm")
  5799. ragdollpart(hit.Parent,"Right Leg")
  5800. end)
  5801. pcall(function()
  5802. ragdollpart(hit.Parent,"LeftUpperLeg")
  5803. ragdollpart(hit.Parent,"RightUpperLeg")
  5804. ragdollpart(hit.Parent,"LeftUpperArm")
  5805. ragdollpart(hit.Parent,"RightUpperArm")
  5806. end)
  5807. spawn(function()
  5808. wait(5)
  5809. ragdollpart(hit.Parent,"Head")
  5810. end)
  5811. else
  5812. pcall(function()
  5813. ragdollpart(hit.Parent,hit.Name)
  5814. end)
  5815. end
  5816. elseif hit and hit.CanCollide == true and hit.Parent and hit.Parent ~= char then
  5817. touched = true
  5818. local before = hit.Anchored
  5819. vroom.Anchored = true
  5820. vroom.Velocity = Vector3.new(0,0,0)
  5821. vroom.RotVelocity = Vector3.new(0,0,0)
  5822. hit.Anchored = true
  5823. flyy:Destroy()
  5824. vroom.CFrame = vroom.CFrame-vroom.CFrame.rightVector
  5825. pcall(function()
  5826. local weld = Instance.new('Weld',hit)
  5827. weld.Part0 = hit
  5828. weld.Part1 = vroom
  5829. weld.C0 = hit.CFrame:toObjectSpace(vroom.CFrame)
  5830. end)
  5831. pcall(function()
  5832. vroom:FindFirstChildOfClass('Trail'):Destroy()
  5833. end)
  5834. hit.Anchored = before
  5835. vroom.Anchored = false
  5836. end
  5837. end
  5838. end)
  5839. end
  5840. end
  5841. end
  5842.  
  5843. function fling()
  5844. working = true
  5845. pcall(function()
  5846. local rweld = Instance.new("Weld", char["Right Arm"])
  5847. local lweld = Instance.new("Weld", char["Left Arm"])
  5848. rweld.Part0 = char["Torso"]
  5849. rweld.Part1 = char["Right Arm"]
  5850. rweld.C0 = CFrame.new(1.5, 0, 0)
  5851. lweld.Part0 = char.Torso
  5852. lweld.Part1 = char["Left Arm"]
  5853. lweld.C0 = CFrame.new(-1.5, 0, 0)
  5854. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  5855. tweld.Part0 = char.HumanoidRootPart
  5856. tweld.Part1 = char.Torso
  5857.  
  5858. local at1 = Instance.new("Attachment", handle)
  5859. local at2 = Instance.new("Attachment", handle)
  5860. at1.Visible = false
  5861. at1.Position = Vector3.new(2, 0, 0)
  5862. at2.Visible = false
  5863. at2.Position = Vector3.new(-0.3, 0, 0)
  5864.  
  5865. local trail = Instance.new("Trail", handle)
  5866. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))})
  5867. trail.LightEmission = 0.25
  5868. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.75), NumberSequenceKeypoint.new(1, 1)})
  5869. trail.Lifetime = 0.10
  5870. trail.MinLength = 0.05
  5871. trail.Attachment0 = at1
  5872. trail.Attachment1 = at2
  5873.  
  5874. local cor = coroutine.wrap(function()
  5875. lerp(rweld,rweld.C0,CFrame.new(1.75, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(45)),0.07)
  5876. end)
  5877. cor()
  5878. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, -0.5) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(0)),0.07)
  5879.  
  5880. local cor = coroutine.wrap(function()
  5881. lerp(rweld,rweld.C0,CFrame.new(1.75, 1, 0.25) * CFrame.Angles(math.rad(35), math.rad(0), math.rad(150)),0.07)
  5882. end)
  5883. local cor2 = coroutine.wrap(function()
  5884. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-45), math.rad(0)),0.07)
  5885. end)
  5886. local cor3 = coroutine.wrap(function()
  5887. lerp(hweld,hweld.C0,CFrame.new(0, -2.5, 0) * CFrame.Angles(math.rad(90),math.rad(90), 0),0.12)
  5888. end)
  5889. cor()
  5890. cor2()
  5891. cor3()
  5892. 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)
  5893. wait(0.2)
  5894.  
  5895. local cor = coroutine.wrap(function()
  5896. lerp(rweld,rweld.C0,CFrame.new(1.5, 1, 0.25) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(170)),0.03)
  5897. end)
  5898. local cor2 = coroutine.wrap(function()
  5899. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.03)
  5900. end)
  5901. cor()
  5902. cor2()
  5903. lerp(lweld,lweld.C0,CFrame.new(-1, 0, -0.45) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(45)),0.03)
  5904.  
  5905. local cor = coroutine.wrap(function()
  5906. 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)
  5907. end)
  5908. local cor2 = coroutine.wrap(function()
  5909. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(45), math.rad(0)),0.01)
  5910. end)
  5911. cor()
  5912. cor2()
  5913. whoosh(handle:Clone())
  5914. for i, v in pairs(handle:GetChildren()) do
  5915. if v:IsA("Part") then
  5916. v.Transparency = 1
  5917. end
  5918. end
  5919. handle.Transparency = 1
  5920. trail:Remove()
  5921. at1:Remove()
  5922. at2:Remove()
  5923. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(0)),0.01)
  5924. local cor = coroutine.wrap(function()
  5925. lerp(rweld,rweld.C0,CFrame.new(0.5, 0.4, -1) * CFrame.Angles(math.rad(0), math.rad(180), math.rad(75)),0.04)
  5926. end)
  5927. local cor2 = coroutine.wrap(function()
  5928. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(55), math.rad(0)),0.04)
  5929. end)
  5930. cor()
  5931. cor2()
  5932. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(math.rad(45), math.rad(0), math.rad(0)),0.04)
  5933. wait(0.2)
  5934.  
  5935. local cor = coroutine.wrap(function()
  5936. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.07)
  5937. end)
  5938. local cor2 = coroutine.wrap(function()
  5939. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.07)
  5940. end)
  5941. cor()
  5942. cor2()
  5943. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)),0.07)
  5944.  
  5945. for i, v in pairs(handle:GetChildren()) do
  5946. if v:IsA("Part") then
  5947. v.Transparency = 0
  5948. end
  5949. end
  5950. handle.Transparency = 0
  5951. hweld.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0)
  5952.  
  5953. lweld:Remove()
  5954. rweld:Remove()
  5955. tweld:Remove()
  5956.  
  5957. if torsoclone and char:FindFirstChild("Torso") and char:FindFirstChild("HumanoidRootPart") then
  5958. local clone = torsoclone:Clone()
  5959. clone.Part0 = char.HumanoidRootPart
  5960. clone.Part1 = char.Torso
  5961. clone.Parent = char.HumanoidRootPart
  5962. end
  5963. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  5964. local clone = leftclone:Clone()
  5965. clone.Part0 = char.Torso
  5966. clone.Part1 = char["Left Arm"]
  5967. clone.Parent = char.Torso
  5968. end
  5969. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  5970. local clone = rightclone:Clone()
  5971. clone.Part0 = char.Torso
  5972. clone.Part1 = char["Right Arm"]
  5973. clone.Parent = char.Torso
  5974. end
  5975. end)
  5976. working = false
  5977. end
  5978.  
  5979. function kill()
  5980. working = true
  5981. pcall(function()
  5982. local rweld = char["Right Arm"]:FindFirstChild("Weld")
  5983. local lweld = char["Left Arm"]:FindFirstChild("Weld")
  5984. local tweld = Instance.new("Weld", char.HumanoidRootPart)
  5985. tweld.Part0 = char.HumanoidRootPart
  5986. tweld.Part1 = char.Torso
  5987. local killsound = Instance.new("Sound", grabbed.Head)
  5988. killsound.SoundId = "rbxassetid://150315649"
  5989. killsound.PlaybackSpeed = 1.2
  5990. local killsoundac = Instance.new("Sound", grabbed.Head)
  5991. killsoundac.SoundId = "rbxassetid://162194585"
  5992. killsoundac.PlaybackSpeed = 1
  5993. killsoundac.Volume = 1
  5994. local throwsound = Instance.new("Sound", char.Head)
  5995. throwsound.SoundId = "rbxassetid://711753382"
  5996. throwsound.PlaybackSpeed = 0.75
  5997. local chokesound = Instance.new("Sound", grabbed.Head)
  5998. chokesound.SoundId = "rbxassetid://418658161"
  5999. chokesound.TimePosition = 3
  6000. chokesound.PlaybackSpeed = 1
  6001. local bleedsound = Instance.new("Sound", grabbed.Head)
  6002. bleedsound.SoundId = "rbxassetid://244502094"
  6003. bleedsound.PlaybackSpeed = 1.5
  6004. bleedsound.Volume = 1
  6005.  
  6006. pitchun = math.random(9, 12)/10
  6007. pitchdos = math.random(9, 13)/10
  6008.  
  6009. killsound.PlaybackSpeed = pitchun
  6010. killsoundac.PlaybackSpeed = pitchdos
  6011. chokesound.PlaybackSpeed = pitchun
  6012.  
  6013. pcall(function()
  6014. grabbed.HumanoidRootPart:Destroy()
  6015. end)
  6016.  
  6017. lerp(rweld,rweld.C0,CFrame.new(0.5, 0.7, -0.70) * CFrame.Angles(0, math.rad(100), math.rad(105)),0.1)
  6018. wait(0.2)
  6019. lerp(rweld,rweld.C0,CFrame.new(2, 0.5, 0) * CFrame.Angles(0, math.rad(0), math.rad(90)),0.04)
  6020.  
  6021. killsound:Play()
  6022. killsoundac:Play()
  6023. chokesound:Play()
  6024. bleedsound:Play()
  6025.  
  6026. local ayybleed = Instance.new('Part',grabbed)
  6027. ayybleed.Size = Vector3.new(0.2,0.2,0.2)
  6028. ayybleed.BrickColor = BrickColor.new('Maroon')
  6029. ayybleed.Material = Enum.Material.SmoothPlastic
  6030. ayybleed.Name = "ayybleed"
  6031. ayybleed.CanCollide = false
  6032. ayybleed.Transparency = 0.5
  6033. ayybleed.CFrame = grabbed.Head.CFrame
  6034. ayybleed:BreakJoints()
  6035. local attachment1 = Instance.new('Attachment',ayybleed)
  6036. attachment1.Position = Vector3.new(-0.55,0,0)
  6037. attachment1.Orientation = Vector3.new(90, 0, -90)
  6038. local attachment0 = Instance.new('Attachment')
  6039. pcall(function()
  6040. attachment0.Parent = grabbed.Torso
  6041. end)
  6042. pcall(function()
  6043. attachment0.Parent = grabbed.UpperTorso
  6044. end)
  6045. if attachment0 and attachment1 then
  6046. local constraint = Instance.new("HingeConstraint")
  6047. constraint.Attachment0 = attachment0
  6048. constraint.Attachment1 = attachment1
  6049. constraint.LimitsEnabled = true
  6050. constraint.UpperAngle = 0
  6051. constraint.LowerAngle = 0
  6052. pcall(function()
  6053. constraint.Parent = grabbed.Torso
  6054. end)
  6055. pcall(function()
  6056. constraint.Parent = grabbed.UpperTorso
  6057. end)
  6058. end
  6059. local bleedBLEED= coroutine.wrap(function()
  6060. bleed(ayybleed)
  6061. end)
  6062. bleedBLEED()
  6063.  
  6064. wait(0.2)
  6065.  
  6066. local at1 = Instance.new("Attachment", handle)
  6067. local at2 = Instance.new("Attachment", handle)
  6068. at1.Visible = false
  6069. at1.Position = Vector3.new(2, 0, 0)
  6070. at2.Visible = false
  6071. at2.Position = Vector3.new(-0.3, 0, 0)
  6072.  
  6073. local trail = Instance.new("Trail", handle)
  6074. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))})
  6075. trail.LightEmission = 0.25
  6076. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.75), NumberSequenceKeypoint.new(1, 1)})
  6077. trail.Lifetime = 0.10
  6078. trail.MinLength = 0.05
  6079. trail.Attachment0 = at1
  6080. trail.Attachment1 = at2
  6081.  
  6082. lerp(rweld,rweld.C0,CFrame.new(1.5, 0.15, 0.4) * CFrame.Angles(0, math.rad(-40), math.rad(15)),0.08)
  6083. lerp(rweld,rweld.C0,CFrame.new(1.5, 0.15, 0.4) * CFrame.Angles(0, math.rad(-30), math.rad(15)),0.1)
  6084. local coru=coroutine.wrap(function()
  6085. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0),math.rad(-90), 0), 0.07)
  6086. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0), 0.09)
  6087. end)
  6088. coru()
  6089. local cor = coroutine.wrap(function()
  6090. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(-30), 0),0.04)
  6091. end)
  6092. cor()
  6093. grabweld:Remove()
  6094. throwsound:Play()
  6095.  
  6096. local throwvel = Instance.new("BodyThrust")
  6097. throwvel.Force = Vector3.new(0, 3000, -1000)
  6098. pcall(function()
  6099. throwvel.Parent = grabbed.Torso
  6100. end)
  6101. pcall(function()
  6102. throwvel.Parent = grabbed.UpperTorso
  6103. end)
  6104.  
  6105. trail:Remove()
  6106. at1:Remove()
  6107. at2:Remove()
  6108. lerp(lweld,lweld.C0,CFrame.new(-1.3, 0.7, -1) * CFrame.Angles(0, math.rad(-70), math.rad(-105)),0.04)
  6109. pcall(function()
  6110. ragdollpart(grabbed,"Left Arm")
  6111. ragdollpart(grabbed,"Left Leg")
  6112. ragdollpart(grabbed,"Right Arm")
  6113. ragdollpart(grabbed,"Right Leg")
  6114. end)
  6115. pcall(function()
  6116. ragdollpart(grabbed,"LeftUpperLeg")
  6117. ragdollpart(grabbed,"RightUpperLeg")
  6118. ragdollpart(grabbed,"LeftUpperArm")
  6119. ragdollpart(grabbed,"RightUpperArm")
  6120. end)
  6121. wait(0.15)
  6122. throwvel:Remove()
  6123. local cor = coroutine.wrap(function()
  6124. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  6125. end)
  6126. local cor2 = coroutine.wrap(function()
  6127. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  6128. end)
  6129. cor()
  6130. cor2()
  6131. lerp(tweld,tweld.C0,CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),0.08)
  6132.  
  6133. lweld:Remove()
  6134. rweld:Remove()
  6135. tweld:Remove()
  6136.  
  6137. if torsoclone and char:FindFirstChild("Torso") and char:FindFirstChild("HumanoidRootPart") then
  6138. local clone = torsoclone:Clone()
  6139. clone.Part0 = char.HumanoidRootPart
  6140. clone.Part1 = char.Torso
  6141. clone.Parent = char.HumanoidRootPart
  6142. end
  6143. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  6144. local clone = leftclone:Clone()
  6145. clone.Part0 = char.Torso
  6146. clone.Part1 = char["Left Arm"]
  6147. clone.Parent = char.Torso
  6148. end
  6149. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  6150. local clone = rightclone:Clone()
  6151. clone.Part0 = char.Torso
  6152. clone.Part1 = char["Right Arm"]
  6153. clone.Parent = char.Torso
  6154. end
  6155. local coru2=coroutine.wrap(function()
  6156. local whyy = grabbed
  6157. local continue = true
  6158. local repeats = 0
  6159. while continue == true do
  6160. local ree = pcall(function()
  6161. if repeats < 20 then
  6162. whyy:FindFirstChildOfClass('Humanoid').Health = whyy:FindFirstChildOfClass('Humanoid').Health-4.9
  6163. repeats = repeats+1
  6164. if whyy:FindFirstChildOfClass('Humanoid').Health <= 0 then
  6165. continue = false
  6166. end
  6167. else
  6168. continue = false
  6169. end
  6170. end)
  6171. if ree == false then
  6172. continue = false
  6173. end
  6174. if continue == true then
  6175. wait(0.2)
  6176. end
  6177. end
  6178. ragdollpart(whyy,"Head")
  6179. end)
  6180. coru2()
  6181. throwsound:Remove()
  6182. killsound:Remove()
  6183. end)
  6184. grabbed = nil
  6185. working = false
  6186. end
  6187.  
  6188. function release()
  6189. working = true
  6190. pcall(function()
  6191. unstun(grabbed)
  6192. grabbed = nil
  6193. grabweld:Destroy()
  6194. removewelds(char["Right Arm"])
  6195. removewelds(char["Left Arm"])
  6196. local rweld = Instance.new("Weld", char["Right Arm"])
  6197. local lweld = Instance.new("Weld", char["Left Arm"])
  6198. rweld.Part0 = char["Torso"]
  6199. rweld.Part1 = char["Right Arm"]
  6200. rweld.C0 = CFrame.new(1, 0.7, -0.75) * CFrame.Angles(0, math.rad(95), math.rad(105))
  6201. lweld.Part0 = char.Torso
  6202. lweld.Part1 = char["Left Arm"]
  6203. lweld.C0 = CFrame.new(-1.25, 0.7, -0.75) * CFrame.Angles(0, math.rad(-140), math.rad(-105))
  6204. local cor = coroutine.wrap(function()
  6205. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  6206. end)
  6207. local cor2 = coroutine.wrap(function()
  6208. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0),0.08)
  6209. end)
  6210. cor()
  6211. cor2()
  6212. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  6213. lweld:Remove()
  6214. rweld:Remove()
  6215. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  6216. local clone = leftclone:Clone()
  6217. clone.Part0 = char.Torso
  6218. clone.Part1 = char["Left Arm"]
  6219. clone.Parent = char.Torso
  6220. end
  6221. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  6222. local clone = rightclone:Clone()
  6223. clone.Part0 = char.Torso
  6224. clone.Part1 = char["Right Arm"]
  6225. clone.Parent = char.Torso
  6226. end
  6227. end)
  6228. working = false
  6229. end
  6230.  
  6231. function grab()
  6232. working = true
  6233. pcall(function()
  6234. local rweld = Instance.new("Weld", char["Right Arm"])
  6235. local lweld = Instance.new("Weld", char["Left Arm"])
  6236. rweld.Part0 = char["Torso"]
  6237. rweld.Part1 = char["Right Arm"]
  6238. rweld.C0 = CFrame.new(1.5, 0, 0)
  6239. lweld.Part0 = char.Torso
  6240. lweld.Part1 = char["Left Arm"]
  6241. lweld.C0 = CFrame.new(-1.5, 0, 0)
  6242.  
  6243. local at1 = Instance.new("Attachment", handle)
  6244. local at2 = Instance.new("Attachment", handle)
  6245. at1.Visible = false
  6246. at1.Position = Vector3.new(2, 0, 0)
  6247. at2.Visible = false
  6248. at2.Position = Vector3.new(-0.3, 0, 0)
  6249.  
  6250. local trail = Instance.new("Trail", handle)
  6251. trail.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 255, 255))})
  6252. trail.LightEmission = 0.25
  6253. trail.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.75), NumberSequenceKeypoint.new(1, 1)})
  6254. trail.Lifetime = 0.10
  6255. trail.MinLength = 0.05
  6256. trail.Attachment0 = at1
  6257. trail.Attachment1 = at2
  6258.  
  6259. local spinnyshit = coroutine.wrap(function()
  6260. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0),math.rad(-90), 0), 0.07)
  6261. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0),math.rad(90), 0), 0.07)
  6262. end)
  6263. spinnyshit()
  6264. local cor = coroutine.wrap(function()
  6265. lerp(rweld,rweld.C0,CFrame.new(2, 0.5, 0) * CFrame.Angles(0, math.rad(0), math.rad(90)),0.08)
  6266. end)
  6267. cor()
  6268. lerp(lweld,lweld.C0,CFrame.new(-2, 0.5, 0) * CFrame.Angles(0, math.rad(0), math.rad(-90)),0.08)
  6269. wait(0.15)
  6270. grabbing = true
  6271. local cor = coroutine.wrap(function()
  6272. lerp(rweld,rweld.C0,CFrame.new(1, 0.7, -0.75) * CFrame.Angles(0, math.rad(95), math.rad(105)),0.08)
  6273. end)
  6274. cor()
  6275. lerp(lweld,lweld.C0,CFrame.new(-1.25, 0.7, -0.75) * CFrame.Angles(0, math.rad(-140), math.rad(-105)),0.08)
  6276. at1:Remove()
  6277. at2:Remove()
  6278. trail:Remove()
  6279. wait(0.3)
  6280. grabbing = false
  6281.  
  6282. if grabbed == nil then
  6283. local cor = coroutine.wrap(function()
  6284. lerp(rweld,rweld.C0,CFrame.new(1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  6285. end)
  6286. local cor2 = coroutine.wrap(function()
  6287. lerp(hweld,hweld.C0,CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-180),math.rad(-90), 0),0.08)
  6288. end)
  6289. cor()
  6290. cor2()
  6291. lerp(lweld,lweld.C0,CFrame.new(-1.5, 0, 0) * CFrame.Angles(0, math.rad(0), math.rad(0)),0.08)
  6292. lweld:Remove()
  6293. rweld:Remove()
  6294. if leftclone and char:FindFirstChild('Left Arm') and char:FindFirstChild('Torso') then
  6295. local clone = leftclone:Clone()
  6296. clone.Part0 = char.Torso
  6297. clone.Part1 = char["Left Arm"]
  6298. clone.Parent = char.Torso
  6299. end
  6300. if rightclone and char:FindFirstChild('Right Arm') and char:FindFirstChild('Torso') then
  6301. local clone = rightclone:Clone()
  6302. clone.Part0 = char.Torso
  6303. clone.Part1 = char["Right Arm"]
  6304. clone.Parent = char.Torso
  6305. end
  6306. end
  6307. end)
  6308. working = false
  6309. end
  6310.  
  6311. mouse.KeyDown:connect(function(kkk)
  6312. local key = kkk:lower()
  6313. if usable and working == false then
  6314. if key == "z" then
  6315. if equipped == false then
  6316. if firsttime then
  6317. firsttime = false
  6318. notify("Equipped || Press X or C to equip one of two weapons",true)
  6319. else
  6320. notify("Equipped")
  6321. end
  6322. equip()
  6323. else
  6324. notify("Unequipped")
  6325. unequip()
  6326. end
  6327. elseif key == "x" then
  6328. if blademode ~= "katana" and equipped == true then
  6329. getrid(handle)
  6330. if firsttime2 then
  6331. firsttime2 = false
  6332. notify("Katana mode enabled || Press Q, E, or click to perform an action",true)
  6333. else
  6334. notify("Katana mode enabled")
  6335. end
  6336. katanamode()
  6337. elseif blademode == "katana" then
  6338. getrid(handle)
  6339. notify("Katana mode disabled")
  6340. end
  6341. elseif key == "v" then
  6342. if blademode ~= "gun" and equipped == true then
  6343. getrid(handle)
  6344. if firsttime5 then
  6345. firsttime5 = false
  6346. notify("Gun mode enabled || Click to perform an action",true)
  6347. else
  6348. notify("Gun mode enabled")
  6349. end
  6350. gunmode()
  6351. elseif blademode == "gun" then
  6352. getrid(handle)
  6353. notify("Gun mode disabled")
  6354. end
  6355. elseif key == "b" then
  6356. if childlock == false then
  6357. if blademode ~= "dildo" and equipped == true then
  6358. getrid(handle)
  6359. if firsttime4 then
  6360. firsttime4 = false
  6361. notify("Dildo mode enabled || Click to perform an action",true)
  6362. else
  6363. notify("??? mode enabled")
  6364. end
  6365. dildo()
  6366. elseif blademode == "dildo" then
  6367. notify("??? mode disabled")
  6368. getrid(handle)
  6369. end
  6370. end
  6371. elseif key == "c" then
  6372. if blademode ~= "knife" and equipped == true then
  6373. getrid(handle)
  6374. if firsttime3 then
  6375. firsttime3 = false
  6376. notify("Knife mode enabled || Press F, E, T, or Q to set modes; Click to perform an action",true)
  6377. else
  6378. notify("Knife mode enabled")
  6379. end
  6380. knifemode()
  6381. elseif blademode == "knife" then
  6382. notify("Knife mode disabled")
  6383. getrid(handle)
  6384. end
  6385. elseif key == "q" then
  6386. if blademode == "katana" then
  6387. notify()
  6388. katanaQ()
  6389. elseif blademode == "knife" then
  6390. mode = "release"
  6391. notify("Mode changed to "..mode)
  6392. end
  6393. elseif key == "e" then
  6394. if blademode == "katana" then
  6395. notify()
  6396. katanaE()
  6397. elseif blademode == "knife" then
  6398. mode = "throw"
  6399. notify("Mode changed to "..mode)
  6400. end
  6401. elseif key == "f" then
  6402. if blademode == "handle" then
  6403. notify([[BEGONE
  6404. THOT]])
  6405. begoneTHOUGHT()
  6406. elseif blademode == "knife" then
  6407. mode = "kill"
  6408. notify("Mode changed to "..mode)
  6409. end
  6410. elseif key == "t" then
  6411. if blademode == "knife" then
  6412. mode = "fling"
  6413. notify("Mode changed to "..mode)
  6414. end
  6415. end
  6416. end
  6417. if key == "m" and sounding == false then
  6418. --badass mode
  6419. pcall(function()
  6420. if badass.Playing == false then
  6421. sounding = true
  6422. for i,v in pairs(workspace:GetDescendants()) do
  6423. if v:IsA('Sound') and v~=player.Character.Head.Badass then
  6424. v:Stop()
  6425. end
  6426. end
  6427. badass:Play()
  6428. badass.Volume = 10
  6429. sounding = false
  6430. else
  6431. sounding = true
  6432. for i=1,100 do
  6433. badass.Volume = badass.Volume-0.1
  6434. wait()
  6435. end
  6436. badass.Volume = 0
  6437. badass:Stop()
  6438. sounding = false
  6439. end
  6440. end)
  6441. end
  6442. if key == "r" then
  6443. rag1 = true
  6444. if rag1 == true and rag2 == true then
  6445. oogabooga()
  6446. end
  6447. end
  6448. if key == "g" then
  6449. rag2 = true
  6450. if rag1 == true and rag2 == true then
  6451. oogabooga()
  6452. end
  6453. end
  6454. end)
  6455. mouse.KeyUp:connect(function(key)
  6456. if key == "r" then
  6457. rag1 = false
  6458. end
  6459. if key == "g" then
  6460. rag2 = false
  6461. end
  6462. end)
  6463.  
  6464. handle.ChildAdded:connect(function(child)
  6465. if child:IsA('BasePart') then
  6466. child.CanCollide = false
  6467. if child.Name == "blade" then
  6468. child.Touched:connect(function(hit)
  6469. if blademode == "katana" and swinging then
  6470. if gettingeem then
  6471. if goteem == nil then
  6472. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 and hit.Parent ~= char then
  6473. local sounn = Instance.new("Sound", char.Torso)
  6474. local lipp = math.random(1, 3)
  6475. if lipp == 1 then sounn.SoundId = "rbxassetid://444667844" end
  6476. if lipp == 2 then sounn.SoundId = "rbxassetid://444667824" end
  6477. if lipp == 3 then sounn.SoundId = "rbxassetid://444667859" end
  6478. sounn:Play()
  6479. goteem = hit.Parent
  6480. pcall(function()
  6481. goteem.HumanoidRootPart:Destroy()
  6482. end)
  6483. pcall(function()
  6484. ragdollpart(goteem,"Right Arm")
  6485. ragdollpart(goteem,"Right Leg")
  6486. ragdollpart(goteem,"Left Arm")
  6487. ragdollpart(goteem,"Left Leg")
  6488. end)
  6489. pcall(function()
  6490. ragdollpart(goteem,"RightUpperArm")
  6491. ragdollpart(goteem,"RightUpperLeg")
  6492. ragdollpart(goteem,"LeftUpperArm")
  6493. ragdollpart(goteem,"LeftUpperLeg")
  6494. end)
  6495. pcall(function()
  6496. local weld = Instance.new('Weld',goteem.Torso)
  6497. weld.Part0 = goteem.Torso
  6498. weld.Part1 = handle
  6499. weld.C0 = CFrame.new(0,0,2)*CFrame.Angles(math.rad(90),0,math.rad(-90))
  6500. end)
  6501. pcall(function()
  6502. local weld = Instance.new('Weld',goteem.UpperTorso)
  6503. weld.Part0 = goteem.UpperTorso
  6504. weld.Part1 = handle
  6505. weld.C0 = CFrame.new(0,0,2)*CFrame.Angles(math.rad(90),0,math.rad(-90))
  6506. end)
  6507. pcall(function()
  6508. local thang = "Torso"
  6509. if goteem:FindFirstChild('UpperTorso') then
  6510. thang = "UpperTorso"
  6511. end
  6512. local ayybleed = Instance.new('Part',goteem)
  6513. ayybleed.Size = Vector3.new(0.2,0.2,0.2)
  6514. ayybleed.BrickColor = BrickColor.new('Maroon')
  6515. ayybleed.Material = Enum.Material.SmoothPlastic
  6516. ayybleed.Name = "ayybleed"
  6517. ayybleed.CanCollide = false
  6518. ayybleed.Transparency = 1
  6519. ayybleed.CFrame = goteem[thang].CFrame
  6520. ayybleed:BreakJoints()
  6521. local attachment1 = Instance.new('Attachment',ayybleed)
  6522. attachment1.Position = Vector3.new(0,0,0)
  6523. attachment1.Orientation = Vector3.new(-90, 0, -90)
  6524. local attachment0 = Instance.new('Attachment',goteem[thang])
  6525. if attachment0 and attachment1 then
  6526. local constraint = Instance.new("HingeConstraint")
  6527. constraint.Attachment0 = attachment0
  6528. constraint.Attachment1 = attachment1
  6529. constraint.LimitsEnabled = true
  6530. constraint.UpperAngle = 0
  6531. constraint.LowerAngle = 0
  6532. constraint.Parent = goteem
  6533. end
  6534. local bleedBLEED= coroutine.wrap(function()
  6535. bleed(ayybleed)
  6536. end)
  6537. bleedBLEED()
  6538. end)
  6539. end
  6540. end
  6541. elseif SLESH then
  6542.  
  6543. if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 and hit.Parent ~= char then
  6544. local sounn = Instance.new("Sound", char.Torso)
  6545. local lipp = math.random(1, 3)
  6546. if lipp == 1 then sounn.SoundId = "rbxassetid://444667844" end
  6547. if lipp == 2 then sounn.SoundId = "rbxassetid://444667824" end
  6548. if lipp == 3 then sounn.SoundId = "rbxassetid://444667859" end
  6549. sounn:Play()
  6550. ragdollpart(hit.Parent,hit.Name,false)
  6551. end
  6552. else
  6553. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 and hit.Parent ~= char then
  6554. local sounn = Instance.new("Sound", char.Torso)
  6555. local lipp = math.random(1, 3)
  6556. if lipp == 1 then sounn.SoundId = "rbxassetid://444667844" end
  6557. if lipp == 2 then sounn.SoundId = "rbxassetid://444667824" end
  6558. if lipp == 3 then sounn.SoundId = "rbxassetid://444667859" end
  6559. sounn:Play()
  6560. swinging = false
  6561. ragdollpart(hit.Parent,"Head",true,false)
  6562. end
  6563. end
  6564. elseif blademode == "knife" then
  6565. if grabbing == true and grabbed == nil then
  6566. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 and hit.Parent ~= char then
  6567. grabbed = hit.Parent
  6568.  
  6569. stun(grabbed)
  6570.  
  6571. local grabwelds = Instance.new("Weld", char.Torso)
  6572. grabwelds.Part0 = char.Torso
  6573. pcall(function()
  6574. grabwelds.Part1 = grabbed.Torso
  6575. end)
  6576. pcall(function()
  6577. grabwelds.Part1 = grabbed.UpperTorso
  6578. end)
  6579. grabwelds.C0 = CFrame.new(-0.45, 0, -1)
  6580. grabweld = grabwelds
  6581. end
  6582. end
  6583. end
  6584. end)
  6585. end
  6586. elseif child:IsA("Model") then
  6587. child.ChildAdded:connect(function(dildotip)
  6588. if dildotip:IsA('BasePart') then
  6589. dildotip.Touched:connect(function(hit)
  6590. if MOAN == true then
  6591. if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 and hit.Parent ~= char then
  6592. local sound = Instance.new('Sound',hit.Parent.Head)
  6593. sound.SoundId = 'rbxassetid://959679286'
  6594. sound.Volume = 5
  6595. sound:Play()
  6596. local sound3 = Instance.new("Sound",hit.Parent.Head)
  6597. sound3.Volume = 5.5
  6598. sound3.SoundId = "rbxassetid://702631545"
  6599. sound3:Play()
  6600. pcall(function()
  6601. for i,v in pairs(hit.Parent.Head:GetChildren()) do
  6602. if v:IsA('Decal') then v:Destroy() end
  6603. end
  6604. end)
  6605. pcall(function()
  6606. local ree=Instance.new('Decal',hit.Parent.Head)
  6607. ree.Name = "face"
  6608. ree.Texture = "rbxassetid://47555230"
  6609. end)
  6610. MOAN = false
  6611. aidsificating = hit.Parent
  6612. for i, v in pairs(handle["pink toy"]:GetChildren()) do
  6613. if v:IsA("Part") then
  6614. v:FindFirstChild("ParticleEmitter"):Destroy()
  6615. end
  6616. end
  6617. end
  6618. end
  6619. end)
  6620. end
  6621. end)
  6622. end
  6623. end)
  6624.  
  6625. mouse.Button1Down:connect(function(jew)
  6626. if usable and working == false and equipped then
  6627. if blademode == "katana" then
  6628. notify()
  6629. katanaswing()
  6630. elseif blademode == "knife" then
  6631. notify()
  6632. if grabbed == nil then
  6633. if mode == "fling" then
  6634. fling()
  6635. else
  6636. grab()
  6637. end
  6638. elseif grabbed ~= nil then
  6639. if mode == "kill" then
  6640. kill()
  6641. elseif mode == "throw" then
  6642. throw()
  6643. elseif mode == "release" then
  6644. release()
  6645. end
  6646. end
  6647. elseif blademode == "dildo" then
  6648. raep()
  6649. end
  6650. end
  6651. end)
  6652.  
  6653. end
  6654. spawned()
  6655.  
  6656. player.CharacterAdded:connect(function()
  6657. spawned()
  6658. end)
  6659. local avgs = {}
  6660.  
  6661. game:GetService('RunService').Heartbeat:connect(function(step)
  6662. local ofps = math.floor((60/(step*60))*10)/10
  6663. if #avgs > 100 then
  6664. table.remove(avgs,1)
  6665. end
  6666. table.insert(avgs,#avgs+1,ofps)
  6667. local fpsa = 0
  6668. for i,v in pairs(avgs) do
  6669. fpsa = fpsa+v
  6670. end
  6671. fpsa = math.floor(fpsa/#avgs)
  6672. fps.Text = 'FPS: '..tostring(fpsa)
  6673. end)
  6674.  
  6675. while true do
  6676. for i,v in pairs(rekt) do
  6677. if v.Parent ~= nil then
  6678. if v:FindFirstChildOfClass('Humanoid') and v:FindFirstChildOfClass('Humanoid').Health>0 then
  6679. for a,c in pairs(v:GetChildren()) do
  6680. if c:IsA('Tool') then
  6681. c.ManualActivationOnly = true
  6682. wait()
  6683. if game:GetService('Players'):GetPlayerFromCharacter(v) then
  6684. c.Parent = game:GetService('Players'):GetPlayerFromCharacter(v).Backpack
  6685. c.ManualActivationOnly = false
  6686. end
  6687. end
  6688. end
  6689. v:FindFirstChildOfClass('Humanoid').PlatformStand = true
  6690. v:FindFirstChildOfClass('Humanoid').Sit = false
  6691. v:FindFirstChildOfClass('Humanoid').JumpPower = 0
  6692. v:FindFirstChildOfClass('Humanoid').WalkSpeed = 0
  6693. v:FindFirstChildOfClass('Humanoid').Name = "hecc"
  6694. else
  6695. table.remove(rekt,i)
  6696. end
  6697. else
  6698. table.remove(rekt,i)
  6699. end
  6700. end
  6701. wait()
  6702. end
  6703. end)
  6704.  
  6705. MoreComing2.Name = "MoreComing2"
  6706. MoreComing2.Parent = MainFrame
  6707. MoreComing2.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  6708. MoreComing2.BorderColor3 = Color3.new(1, 1, 1)
  6709. MoreComing2.BorderSizePixel = 5
  6710. MoreComing2.Position = UDim2.new(0.519723475, 0, 0.737569034, 0)
  6711. MoreComing2.Size = UDim2.new(0.442296654, 0, 0.216335535, 0)
  6712. MoreComing2.Font = Enum.Font.Cartoon
  6713. MoreComing2.FontSize = Enum.FontSize.Size32
  6714. MoreComing2.Text = "Coming soon..."
  6715. MoreComing2.TextColor3 = Color3.new(1, 1, 1)
  6716. MoreComing2.TextSize = 30
  6717.  
  6718. TrollGui.Name = "TrollGui"
  6719. TrollGui.Parent = MainFrame
  6720. TrollGui.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  6721. TrollGui.BorderColor3 = Color3.new(1, 1, 1)
  6722. TrollGui.BorderSizePixel = 5
  6723. TrollGui.Position = UDim2.new(0.519723475, 0, 0.140883982, 0)
  6724. TrollGui.Size = UDim2.new(0.442296654, 0, 0.216335535, 0)
  6725. TrollGui.Font = Enum.Font.Cartoon
  6726. TrollGui.FontSize = Enum.FontSize.Size32
  6727. TrollGui.Text = "Troll Gui"
  6728. TrollGui.TextColor3 = Color3.new(1, 1, 1)
  6729. TrollGui.TextSize = 30
  6730.  
  6731. TrollGui.MouseButton1Down:connect(function()
  6732. -- Objects
  6733.  
  6734. local trollgui = Instance.new("ScreenGui")
  6735. local scriptpage = Instance.new("Frame")
  6736. local label = Instance.new("TextLabel")
  6737. local suicidepistol = Instance.new("TextButton")
  6738. local bleech = Instance.new("TextButton")
  6739. local singformeh = Instance.new("TextButton")
  6740. local nuke = Instance.new("TextButton")
  6741. local nuclip = Instance.new("TextButton")
  6742. local changenamelol = Instance.new("TextButton")
  6743. local satan = Instance.new("TextButton")
  6744. local _1x1x1x1attakslol = Instance.new("TextButton")
  6745. local excute = Instance.new("TextButton")
  6746. local schulshuter = Instance.new("TextButton")
  6747. local krabypatty = Instance.new("TextButton")
  6748. local thomasdadankengin = Instance.new("TextButton")
  6749. local lubel = Instance.new("TextLabel")
  6750. local idk = Instance.new("TextBox")
  6751. local flyinghead = Instance.new("TextButton")
  6752. local cleer = Instance.new("TextButton")
  6753. local Close = Instance.new("TextButton")
  6754. local open = Instance.new("ImageButton")
  6755. local TextLabel = Instance.new("TextLabel")
  6756.  
  6757. -- Properties
  6758.  
  6759. trollgui.Name = "trollgui"
  6760. trollgui.Parent = game.Players.LocalPlayer.PlayerGui
  6761.  
  6762. scriptpage.Name = "scriptpage"
  6763. scriptpage.Parent = trollgui
  6764. scriptpage.Active = true
  6765. scriptpage.BackgroundColor3 = Color3.new(0, 0, 0)
  6766. scriptpage.BackgroundTransparency = 0.30000001192093
  6767. scriptpage.BorderColor3 = Color3.new(1, 0, 0)
  6768. scriptpage.ClipsDescendants = true
  6769. scriptpage.Draggable = true
  6770. scriptpage.Position = UDim2.new(0, 300, 0, 100)
  6771. scriptpage.Selectable = true
  6772. scriptpage.Size = UDim2.new(0, 812, 0, 522)
  6773. scriptpage.Visible = false
  6774.  
  6775. label.Name = "label"
  6776. label.Parent = scriptpage
  6777. label.BackgroundColor3 = Color3.new(0, 0, 0)
  6778. label.BackgroundTransparency = 0.30000001192093
  6779. label.BorderColor3 = Color3.new(1, 0, 0)
  6780. label.Position = UDim2.new(0, 40, 0, 37)
  6781. label.Size = UDim2.new(0, 738, 0, 50)
  6782. label.Font = Enum.Font.SourceSans
  6783. label.FontSize = Enum.FontSize.Size14
  6784. label.Text = "Troll GUI By Migas3456"
  6785. label.TextColor3 = Color3.new(1, 0, 0)
  6786. label.TextScaled = true
  6787. label.TextSize = 14
  6788. label.TextWrapped = true
  6789.  
  6790. suicidepistol.Name = "suicidepistol"
  6791. suicidepistol.Parent = scriptpage
  6792. suicidepistol.BackgroundColor3 = Color3.new(0, 0, 0)
  6793. suicidepistol.BackgroundTransparency = 0.30000001192093
  6794. suicidepistol.BorderColor3 = Color3.new(1, 0, 0)
  6795. suicidepistol.Position = UDim2.new(0, 41, 0, 123)
  6796. suicidepistol.Size = UDim2.new(0, 160, 0, 50)
  6797. suicidepistol.Font = Enum.Font.SourceSans
  6798. suicidepistol.FontSize = Enum.FontSize.Size14
  6799. suicidepistol.Text = "DMS Suicide Pistol"
  6800. suicidepistol.TextColor3 = Color3.new(1, 0, 0)
  6801. suicidepistol.TextSize = 14
  6802.  
  6803. suicidepistol.MouseButton1Down:connect(function()
  6804. --SUICIDE GUN REBORN BY DMS
  6805. o1 = Instance.new("Tool")
  6806. o2 = Instance.new("Part")
  6807. o3 = Instance.new("SpecialMesh")
  6808. o4 = Instance.new("Part")
  6809. o5 = Instance.new("BlockMesh")
  6810. o6 = Instance.new("Part")
  6811. o7 = Instance.new("BlockMesh")
  6812. o8 = Instance.new("Part")
  6813. o9 = Instance.new("BlockMesh")
  6814. o10 = Instance.new("Part")
  6815. o11 = Instance.new("BlockMesh")
  6816. o12 = Instance.new("Part")
  6817. o13 = Instance.new("BlockMesh")
  6818. o14 = Instance.new("Part")
  6819. o15 = Instance.new("BlockMesh")
  6820. o16 = Instance.new("Part")
  6821. o17 = Instance.new("BlockMesh")
  6822. o18 = Instance.new("Part")
  6823. o19 = Instance.new("BlockMesh")
  6824. o20 = Instance.new("Part")
  6825. o21 = Instance.new("CylinderMesh")
  6826. o22 = Instance.new("Part")
  6827. o23 = Instance.new("CylinderMesh")
  6828. o24 = Instance.new("Part")
  6829. o25 = Instance.new("CylinderMesh")
  6830. o26 = Instance.new("Part")
  6831. o27 = Instance.new("BlockMesh")
  6832. o28 = Instance.new("Part")
  6833. o29 = Instance.new("CylinderMesh")
  6834. o30 = Instance.new("Part")
  6835. o31 = Instance.new("PointLight")
  6836. o32 = Instance.new("BillboardGui")
  6837. o33 = Instance.new("ImageLabel")
  6838. o34 = Instance.new("BlockMesh")
  6839. o35 = Instance.new("Part")
  6840. o36 = Instance.new("BlockMesh")
  6841. o37 = Instance.new("Part")
  6842. o38 = Instance.new("BlockMesh")
  6843. o39 = Instance.new("Part")
  6844. o40 = Instance.new("BlockMesh")
  6845. o41 = Instance.new("Part")
  6846. o42 = Instance.new("Decal")
  6847. o43 = Instance.new("CylinderMesh")
  6848. o44 = Instance.new("Part")
  6849. o45 = Instance.new("CylinderMesh")
  6850. o46 = Instance.new("Part")
  6851. o47 = Instance.new("BlockMesh")
  6852. o48 = Instance.new("Part")
  6853. o49 = Instance.new("SpecialMesh")
  6854. o50 = Instance.new("Part")
  6855. o51 = Instance.new("SpecialMesh")
  6856. o52 = Instance.new("Part")
  6857. o53 = Instance.new("BlockMesh")
  6858. o54 = Instance.new("Part")
  6859. o55 = Instance.new("BlockMesh")
  6860. o56 = Instance.new("Part")
  6861. o57 = Instance.new("BlockMesh")
  6862. o58 = Instance.new("Part")
  6863. o59 = Instance.new("CylinderMesh")
  6864. o60 = Instance.new("Part")
  6865. o61 = Instance.new("SpecialMesh")
  6866. o62 = Instance.new("Part")
  6867. o63 = Instance.new("BlockMesh")
  6868. o64 = Instance.new("Part")
  6869. o65 = Instance.new("SpecialMesh")
  6870. o66 = Instance.new("Part")
  6871. o67 = Instance.new("BlockMesh")
  6872. o68 = Instance.new("Part")
  6873. o69 = Instance.new("BlockMesh")
  6874. o70 = Instance.new("Part")
  6875. o71 = Instance.new("SpecialMesh")
  6876. o72 = Instance.new("Part")
  6877. o73 = Instance.new("BlockMesh")
  6878. o74 = Instance.new("Part")
  6879. o75 = Instance.new("BlockMesh")
  6880. o76 = Instance.new("Part")
  6881. o77 = Instance.new("BlockMesh")
  6882. o78 = Instance.new("Part")
  6883. o79 = Instance.new("SpecialMesh")
  6884. o80 = Instance.new("Part")
  6885. o81 = Instance.new("CylinderMesh")
  6886. o82 = Instance.new("Part")
  6887. o83 = Instance.new("SpecialMesh")
  6888. o84 = Instance.new("Part")
  6889. o85 = Instance.new("BlockMesh")
  6890. o86 = Instance.new("Part")
  6891. o87 = Instance.new("SpecialMesh")
  6892. o88 = Instance.new("Part")
  6893. o89 = Instance.new("SpecialMesh")
  6894. o90 = Instance.new("Part")
  6895. o91 = Instance.new("BlockMesh")
  6896. o92 = Instance.new("Part")
  6897. o93 = Instance.new("BlockMesh")
  6898. o94 = Instance.new("Part")
  6899. o95 = Instance.new("SpecialMesh")
  6900. o96 = Instance.new("Part")
  6901. o97 = Instance.new("BlockMesh")
  6902. o98 = Instance.new("Part")
  6903. o99 = Instance.new("SpecialMesh")
  6904. o100 = Instance.new("Part")
  6905. o101 = Instance.new("BlockMesh")
  6906. o102 = Instance.new("Part")
  6907. o103 = Instance.new("BlockMesh")
  6908. o104 = Instance.new("Part")
  6909. o105 = Instance.new("SpecialMesh")
  6910. o106 = Instance.new("Part")
  6911. o107 = Instance.new("BlockMesh")
  6912. o108 = Instance.new("Part")
  6913. o109 = Instance.new("CylinderMesh")
  6914. o110 = Instance.new("Part")
  6915. o111 = Instance.new("BlockMesh")
  6916. o112 = Instance.new("Part")
  6917. o113 = Instance.new("SpecialMesh")
  6918. o114 = Instance.new("Part")
  6919. o115 = Instance.new("CylinderMesh")
  6920. o116 = Instance.new("Part")
  6921. o117 = Instance.new("BlockMesh")
  6922. o118 = Instance.new("Part")
  6923. o119 = Instance.new("SpecialMesh")
  6924. o120 = Instance.new("Part")
  6925. o121 = Instance.new("BlockMesh")
  6926. o122 = Instance.new("Part")
  6927. o123 = Instance.new("SpecialMesh")
  6928. o124 = Instance.new("Part")
  6929. o125 = Instance.new("SpecialMesh")
  6930. o126 = Instance.new("Part")
  6931. o127 = Instance.new("BlockMesh")
  6932. o128 = Instance.new("Part")
  6933. o129 = Instance.new("BlockMesh")
  6934. o130 = Instance.new("Part")
  6935. o131 = Instance.new("SpecialMesh")
  6936. o132 = Instance.new("Part")
  6937. o133 = Instance.new("BlockMesh")
  6938. o134 = Instance.new("Part")
  6939. o135 = Instance.new("BlockMesh")
  6940. o136 = Instance.new("Part")
  6941. o137 = Instance.new("SpecialMesh")
  6942. o138 = Instance.new("Part")
  6943. o139 = Instance.new("BlockMesh")
  6944. o140 = Instance.new("Part")
  6945. o141 = Instance.new("CylinderMesh")
  6946. o142 = Instance.new("Part")
  6947. o143 = Instance.new("BlockMesh")
  6948. o144 = Instance.new("Part")
  6949. o145 = Instance.new("SpecialMesh")
  6950. o146 = Instance.new("Part")
  6951. o147 = Instance.new("SpecialMesh")
  6952. o148 = Instance.new("Part")
  6953. o149 = Instance.new("Sound")
  6954. o150 = Instance.new("BlockMesh")
  6955. o1.Name = "Suicide"
  6956. o1.Parent = game.Players.LocalPlayer.Backpack
  6957. o2.Parent = o1
  6958. o2.Material = Enum.Material.SmoothPlastic
  6959. o2.BrickColor = BrickColor.new("Really black")
  6960. o2.Position = Vector3.new(18.950964, 0.850407004, 14.2854338)
  6961. o2.Rotation = Vector3.new(-2.19040904e-013, 2.50129006e-006, -180)
  6962. o2.Anchored = true
  6963. o2.FormFactor = Enum.FormFactor.Custom
  6964. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6965. o2.CFrame = CFrame.new(18.950964, 0.850407004, 14.2854338, -1, 8.74227766e-008, 4.36557457e-008, -8.74227766e-008, -1, 3.82298495e-015, 4.36557457e-008, 3.92853881e-018, 1)
  6966. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6967. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6968. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6969. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6970. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6971. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6972. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6973. o3.Parent = o2
  6974. o3.Scale = Vector3.new(0.666666687, 0.388888866, 0.416666687)
  6975. o3.MeshType = Enum.MeshType.Wedge
  6976. o4.Parent = o1
  6977. o4.Material = Enum.Material.SmoothPlastic
  6978. o4.BrickColor = BrickColor.new("Really black")
  6979. o4.Position = Vector3.new(18.950964, 0.953182995, 14.5104237)
  6980. o4.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  6981. o4.Anchored = true
  6982. o4.FormFactor = Enum.FormFactor.Custom
  6983. o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  6984. o4.CFrame = CFrame.new(18.950964, 0.953182995, 14.5104237, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  6985. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  6986. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6987. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  6988. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  6989. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  6990. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6991. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  6992. o5.Parent = o4
  6993. o5.Scale = Vector3.new(0.333333343, 0.194444433, 0.694444478)
  6994. o6.Parent = o1
  6995. o6.Material = Enum.Material.SmoothPlastic
  6996. o6.BrickColor = BrickColor.new("Black")
  6997. o6.Position = Vector3.new(18.950964, 1.13095105, 14.5993176)
  6998. o6.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  6999. o6.Anchored = true
  7000. o6.FormFactor = Enum.FormFactor.Custom
  7001. o6.Size = Vector3.new(0.566666663, 0.200000003, 0.200000003)
  7002. o6.CFrame = CFrame.new(18.950964, 1.13095105, 14.5993176, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  7003. o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7004. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7005. o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7006. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7007. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7008. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7009. o6.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7010. o7.Parent = o6
  7011. o7.Scale = Vector3.new(1, 0.583333313, 0.722222269)
  7012. o8.Name = "SightBack"
  7013. o8.Parent = o1
  7014. o8.Material = Enum.Material.SmoothPlastic
  7015. o8.Position = Vector3.new(18.950964, 1.23151195, 14.4882116)
  7016. o8.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  7017. o8.Anchored = true
  7018. o8.FormFactor = Enum.FormFactor.Custom
  7019. o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7020. o8.CFrame = CFrame.new(18.950964, 1.23151195, 14.4882116, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  7021. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7022. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7023. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7024. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7025. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7026. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7027. o9.Parent = o8
  7028. o9.Scale = Vector3.new(0.166666672, 0.111111112, 0.411111116)
  7029. o10.Parent = o1
  7030. o10.Material = Enum.Material.SmoothPlastic
  7031. o10.BrickColor = BrickColor.new("Really black")
  7032. o10.Position = Vector3.new(18.950964, 0.961513996, 14.5937595)
  7033. o10.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  7034. o10.Anchored = true
  7035. o10.FormFactor = Enum.FormFactor.Custom
  7036. o10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7037. o10.CFrame = CFrame.new(18.950964, 0.961513996, 14.5937595, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  7038. o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7039. o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7040. o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7041. o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7042. o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7043. o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7044. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7045. o11.Parent = o10
  7046. o11.Scale = Vector3.new(0.49999997, 0.277777761, 0.694444478)
  7047. o12.Parent = o1
  7048. o12.Material = Enum.Material.SmoothPlastic
  7049. o12.BrickColor = BrickColor.new("Really black")
  7050. o12.Position = Vector3.new(18.950964, 1.19539297, 14.5993176)
  7051. o12.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  7052. o12.Anchored = true
  7053. o12.FormFactor = Enum.FormFactor.Custom
  7054. o12.Size = Vector3.new(0.566666663, 0.200000003, 0.200000003)
  7055. o12.CFrame = CFrame.new(18.950964, 1.19539297, 14.5993176, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  7056. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7057. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7058. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7059. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7060. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7061. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7062. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7063. o13.Parent = o12
  7064. o13.Scale = Vector3.new(1, 0.249999985, 0.411111116)
  7065. o14.Parent = o1
  7066. o14.Material = Enum.Material.SmoothPlastic
  7067. o14.BrickColor = BrickColor.new("Really black")
  7068. o14.Position = Vector3.new(18.908186, 1.19095695, 14.5993176)
  7069. o14.Rotation = Vector3.new(-90, 44.9999962, 90)
  7070. o14.Anchored = true
  7071. o14.FormFactor = Enum.FormFactor.Custom
  7072. o14.Size = Vector3.new(0.566666663, 0.200000003, 0.200000003)
  7073. o14.CFrame = CFrame.new(18.908186, 1.19095695, 14.5993176, 0, -0.707106709, 0.707106709, 5.38120031e-018, 0.707106769, 0.707106769, -1, 2.04281037e-011, 9.59801127e-011)
  7074. o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7075. o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7076. o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7077. o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7078. o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7079. o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7080. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7081. o15.Parent = o14
  7082. o15.Scale = Vector3.new(1, 0.194444433, 0.222222224)
  7083. o16.Name = "SightBack"
  7084. o16.Parent = o1
  7085. o16.Material = Enum.Material.SmoothPlastic
  7086. o16.Position = Vector3.new(18.9787407, 1.25372696, 14.4882116)
  7087. o16.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  7088. o16.Anchored = true
  7089. o16.FormFactor = Enum.FormFactor.Custom
  7090. o16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7091. o16.CFrame = CFrame.new(18.9787407, 1.25372696, 14.4882116, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  7092. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7093. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7094. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7095. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7096. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7097. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7098. o17.Parent = o16
  7099. o17.Scale = Vector3.new(0.166666672, 0.111111112, 0.13333334)
  7100. o18.Name = "SightBack"
  7101. o18.Parent = o1
  7102. o18.Material = Enum.Material.SmoothPlastic
  7103. o18.Position = Vector3.new(18.9231701, 1.25372696, 14.4882002)
  7104. o18.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  7105. o18.Anchored = true
  7106. o18.FormFactor = Enum.FormFactor.Custom
  7107. o18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7108. o18.CFrame = CFrame.new(18.9231701, 1.25372696, 14.4882002, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  7109. o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7110. o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7111. o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7112. o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7113. o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7114. o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7115. o19.Parent = o18
  7116. o19.Scale = Vector3.new(0.166666672, 0.111111112, 0.13333334)
  7117. o20.Parent = o1
  7118. o20.Material = Enum.Material.SmoothPlastic
  7119. o20.BrickColor = BrickColor.new("Black")
  7120. o20.Position = Vector3.new(18.950964, 0.886528015, 14.5798664)
  7121. o20.Rotation = Vector3.new(-90, -2.50447761e-006, -90)
  7122. o20.Anchored = true
  7123. o20.FormFactor = Enum.FormFactor.Custom
  7124. o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7125. o20.CFrame = CFrame.new(18.950964, 0.886528015, 14.5798664, -8.74279067e-008, 1, -4.37113812e-008, -3.83195418e-015, 4.37113812e-008, 1, 1, 8.74279067e-008, -4.65359901e-018)
  7126. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7127. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7128. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7129. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7130. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7131. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7132. o20.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7133. o21.Parent = o20
  7134. o21.Scale = Vector3.new(0.416666687, 0.722222269, 0.416666687)
  7135. o22.Name = "SightLine"
  7136. o22.Parent = o1
  7137. o22.Material = Enum.Material.SmoothPlastic
  7138. o22.BrickColor = BrickColor.new("Smoky grey")
  7139. o22.Position = Vector3.new(18.950964, 1.21539295, 15.7804356)
  7140. o22.Rotation = Vector3.new(90, -2.50447761e-006, -90)
  7141. o22.Anchored = true
  7142. o22.FormFactor = Enum.FormFactor.Custom
  7143. o22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7144. o22.CFrame = CFrame.new(18.950964, 1.21539295, 15.7804356, 0, 1, -4.37113812e-008, 5.38120031e-018, -4.37113812e-008, -1, -1, 0, 6.1083781e-018)
  7145. o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7146. o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7147. o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7148. o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7149. o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7150. o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7151. o22.Color = Color3.new(0.356863, 0.364706, 0.411765)
  7152. o23.Parent = o22
  7153. o23.Scale = Vector3.new(0.505999982, 0.150000006, 0.505999982)
  7154. o24.Parent = o1
  7155. o24.Material = Enum.Material.SmoothPlastic
  7156. o24.BrickColor = BrickColor.new("Black")
  7157. o24.Position = Vector3.new(18.950964, 0.96707201, 15.7326679)
  7158. o24.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
  7159. o24.Anchored = true
  7160. o24.FormFactor = Enum.FormFactor.Custom
  7161. o24.Size = Vector3.new(0.200000003, 0.344444454, 0.200000003)
  7162. o24.CFrame = CFrame.new(18.950964, 0.96707201, 15.7326679, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
  7163. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7164. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7165. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7166. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7167. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7168. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7169. o24.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7170. o25.Parent = o24
  7171. o25.Scale = Vector3.new(0.405599982, 1, 0.405599982)
  7172. o26.Parent = o1
  7173. o26.Material = Enum.Material.SmoothPlastic
  7174. o26.BrickColor = BrickColor.new("Black")
  7175. o26.Position = Vector3.new(18.950964, 1.01984501, 15.7298756)
  7176. o26.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  7177. o26.Anchored = true
  7178. o26.FormFactor = Enum.FormFactor.Custom
  7179. o26.Size = Vector3.new(0.338888884, 0.200000003, 0.200000003)
  7180. o26.CFrame = CFrame.new(18.950964, 1.01984501, 15.7298756, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  7181. o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7182. o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7183. o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7184. o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7185. o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7186. o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7187. o26.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7188. o27.Parent = o26
  7189. o27.Scale = Vector3.new(1, 0.527777731, 0.611111104)
  7190. o28.Parent = o1
  7191. o28.Material = Enum.Material.SmoothPlastic
  7192. o28.BrickColor = BrickColor.new("Black")
  7193. o28.Position = Vector3.new(18.950964, 0.96707201, 15.7298756)
  7194. o28.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
  7195. o28.Anchored = true
  7196. o28.FormFactor = Enum.FormFactor.Custom
  7197. o28.Size = Vector3.new(0.200000003, 0.338888884, 0.200000003)
  7198. o28.CFrame = CFrame.new(18.950964, 0.96707201, 15.7298756, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
  7199. o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7200. o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7201. o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7202. o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7203. o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7204. o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7205. o28.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7206. o29.Parent = o28
  7207. o29.Scale = Vector3.new(0.611111104, 1, 0.611111104)
  7208. o30.Name = "Main"
  7209. o30.Parent = o1
  7210. o30.Material = Enum.Material.SmoothPlastic
  7211. o30.BrickColor = BrickColor.new("Really black")
  7212. o30.Transparency = 1
  7213. o30.Position = Vector3.new(18.950964, 1.12816894, 15.9493256)
  7214. o30.Rotation = Vector3.new(90, -2.50447761e-006, 2.50796006e-006)
  7215. o30.Anchored = true
  7216. o30.FormFactor = Enum.FormFactor.Custom
  7217. o30.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7218. o30.CFrame = CFrame.new(18.950964, 1.12816894, 15.9493256, 1, -4.3772161e-008, -4.37113812e-008, -4.37113812e-008, -1.49011594e-008, -1, 4.3772161e-008, 1, -1.49011603e-008)
  7219. o30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7220. o30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7221. o30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7222. o30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7223. o30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7224. o30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7225. o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7226. o31.Name = "FlashFX"
  7227. o31.Parent = o30
  7228. o31.Color = Color3.new(1, 1, 0)
  7229. o31.Enabled = false
  7230. o31.Brightness = 10
  7231. o31.Range = 6
  7232. o31.Shadows = true
  7233. o32.Name = "FlashGui"
  7234. o32.Parent = o30
  7235. o32.Size = UDim2.new(1.1000000238419,0,1.1000000238419,0)
  7236. o32.Enabled = false
  7237. o33.Name = "Label"
  7238. o33.Parent = o32
  7239. o33.Size = UDim2.new(1,0,1,0)
  7240. o33.BackgroundTransparency = 1
  7241. o33.Image = "http://www.roblox.com/asset/?id=117472237"
  7242. o34.Parent = o30
  7243. o34.Scale = Vector3.new(0.99999994, 0.99999994, 0.99999994)
  7244. o35.Parent = o1
  7245. o35.Material = Enum.Material.SmoothPlastic
  7246. o35.BrickColor = BrickColor.new("Black")
  7247. o35.Position = Vector3.new(18.908186, 1.19095695, 15.5132236)
  7248. o35.Rotation = Vector3.new(-90, 44.9999962, 90)
  7249. o35.Anchored = true
  7250. o35.FormFactor = Enum.FormFactor.Custom
  7251. o35.Size = Vector3.new(0.772222221, 0.200000003, 0.200000003)
  7252. o35.CFrame = CFrame.new(18.908186, 1.19095695, 15.5132236, 0, -0.707106709, 0.707106709, 5.38120031e-018, 0.707106769, 0.707106769, -1, 2.04281037e-011, 9.59801127e-011)
  7253. o35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7254. o35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7255. o35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7256. o35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7257. o35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7258. o35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7259. o35.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7260. o36.Parent = o35
  7261. o36.Scale = Vector3.new(1, 0.194444433, 0.222222224)
  7262. o37.Parent = o1
  7263. o37.Material = Enum.Material.SmoothPlastic
  7264. o37.BrickColor = BrickColor.new("Black")
  7265. o37.Position = Vector3.new(18.950964, 1.19539297, 15.5132236)
  7266. o37.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  7267. o37.Anchored = true
  7268. o37.FormFactor = Enum.FormFactor.Custom
  7269. o37.Size = Vector3.new(0.772222221, 0.200000003, 0.200000003)
  7270. o37.CFrame = CFrame.new(18.950964, 1.19539297, 15.5132236, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  7271. o37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7272. o37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7273. o37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7274. o37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7275. o37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7276. o37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7277. o37.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7278. o38.Parent = o37
  7279. o38.Scale = Vector3.new(1, 0.249999985, 0.411111116)
  7280. o39.Parent = o1
  7281. o39.Material = Enum.Material.SmoothPlastic
  7282. o39.BrickColor = BrickColor.new("Black")
  7283. o39.Position = Vector3.new(18.950964, 1.13095105, 15.5132236)
  7284. o39.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  7285. o39.Anchored = true
  7286. o39.FormFactor = Enum.FormFactor.Custom
  7287. o39.Size = Vector3.new(0.772222221, 0.200000003, 0.200000003)
  7288. o39.CFrame = CFrame.new(18.950964, 1.13095105, 15.5132236, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  7289. o39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7290. o39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7291. o39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7292. o39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7293. o39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7294. o39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7295. o39.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7296. o40.Parent = o39
  7297. o40.Scale = Vector3.new(1, 0.583333313, 0.722222269)
  7298. o41.Parent = o1
  7299. o41.Material = Enum.Material.SmoothPlastic
  7300. o41.BrickColor = BrickColor.new("Black")
  7301. o41.Position = Vector3.new(18.950964, 1.12816894, 15.3854284)
  7302. o41.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
  7303. o41.Anchored = true
  7304. o41.FormFactor = Enum.FormFactor.Custom
  7305. o41.Size = Vector3.new(0.200000003, 1.06111109, 0.200000003)
  7306. o41.CFrame = CFrame.new(18.950964, 1.12816894, 15.3854284, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
  7307. o41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7308. o41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7309. o41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7310. o41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7311. o41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7312. o41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7313. o41.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7314. o42.Parent = o41
  7315. o42.Texture = "http://www.roblox.com/asset/?id=47760372"
  7316. o42.Face = Enum.NormalId.Top
  7317. o43.Parent = o41
  7318. o43.Scale = Vector3.new(0.49999997, 1, 0.49999997)
  7319. o44.Parent = o1
  7320. o44.Material = Enum.Material.SmoothPlastic
  7321. o44.BrickColor = BrickColor.new("Black")
  7322. o44.Position = Vector3.new(18.950964, 0.961513996, 15.352108)
  7323. o44.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
  7324. o44.Anchored = true
  7325. o44.FormFactor = Enum.FormFactor.Custom
  7326. o44.Size = Vector3.new(0.200000003, 0.416666627, 0.200000003)
  7327. o44.CFrame = CFrame.new(18.950964, 0.961513996, 15.352108, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
  7328. o44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7329. o44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7330. o44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7331. o44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7332. o44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7333. o44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7334. o44.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7335. o45.Parent = o44
  7336. o45.Scale = Vector3.new(0.666666687, 1, 0.666666687)
  7337. o46.Name = "Mag"
  7338. o46.Parent = o1
  7339. o46.Material = Enum.Material.SmoothPlastic
  7340. o46.BrickColor = BrickColor.new("Black")
  7341. o46.Position = Vector3.new(18.950964, 0.129971996, 14.3866644)
  7342. o46.Rotation = Vector3.new(101, 90, 0)
  7343. o46.Anchored = true
  7344. o46.FormFactor = Enum.FormFactor.Custom
  7345. o46.Size = Vector3.new(0.200000003, 0.333333343, 0.200000003)
  7346. o46.CFrame = CFrame.new(18.950964, 0.129971996, 14.3866644, -2.79885857e-008, -5.49657244e-008, 1, 0.981627166, -0.190809026, 1.69563066e-008, 0.190809026, 0.981627107, 5.93718141e-008)
  7347. o46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7348. o46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7349. o46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7350. o46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7351. o46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7352. o46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7353. o46.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7354. o47.Parent = o46
  7355. o47.Scale = Vector3.new(0.027777778, 1, 0.666666687)
  7356. o48.Parent = o1
  7357. o48.Material = Enum.Material.SmoothPlastic
  7358. o48.BrickColor = BrickColor.new("Black")
  7359. o48.Position = Vector3.new(18.950964, 0.161533996, 14.3493176)
  7360. o48.Rotation = Vector3.new(0.019784553, -6.66929267e-009, 180)
  7361. o48.Anchored = true
  7362. o48.FormFactor = Enum.FormFactor.Custom
  7363. o48.Size = Vector3.new(0.200000003, 0.200000003, 0.266666681)
  7364. o48.CFrame = CFrame.new(18.950964, 0.161533996, 14.3493176, -1, -8.74227979e-008, -1.16401111e-010, 8.74227766e-008, -0.99999994, -0.000345305598, 0, -0.000345305569, 0.99999994)
  7365. o48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7366. o48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7367. o48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7368. o48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7369. o48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7370. o48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7371. o48.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7372. o49.Parent = o48
  7373. o49.Scale = Vector3.new(0.694444478, 0.222222224, 1)
  7374. o49.MeshType = Enum.MeshType.Wedge
  7375. o50.Parent = o1
  7376. o50.Material = Enum.Material.SmoothPlastic
  7377. o50.BrickColor = BrickColor.new("Really black")
  7378. o50.Position = Vector3.new(18.950964, 0.155975997, 14.3354216)
  7379. o50.Rotation = Vector3.new(3.08320072e-016, 0, -180)
  7380. o50.Anchored = true
  7381. o50.FormFactor = Enum.FormFactor.Custom
  7382. o50.Size = Vector3.new(0.200000003, 0.200000003, 0.438888878)
  7383. o50.CFrame = CFrame.new(18.950964, 0.155975997, 14.3354216, -1, 1.0960446e-021, 0, 1.0960446e-021, -1, -5.38120031e-018, 0, 5.38120031e-018, 1)
  7384. o50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7385. o50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7386. o50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7387. o50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7388. o50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7389. o50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7390. o50.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7391. o51.Parent = o50
  7392. o51.Scale = Vector3.new(0.666666687, 0.333333343, 1)
  7393. o51.MeshType = Enum.MeshType.Wedge
  7394. o52.Parent = o1
  7395. o52.Material = Enum.Material.SmoothPlastic
  7396. o52.BrickColor = BrickColor.new("Black")
  7397. o52.Position = Vector3.new(18.950964, 0.239300996, 14.1882057)
  7398. o52.Rotation = Vector3.new(105, 90, 0)
  7399. o52.Anchored = true
  7400. o52.FormFactor = Enum.FormFactor.Custom
  7401. o52.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7402. o52.CFrame = CFrame.new(18.950964, 0.239300996, 14.1882057, -1.07331601e-008, -6.40018527e-008, 1, 0.965925813, -0.258819044, -6.21114538e-009, 0.258819073, 0.965925813, 6.46105036e-008)
  7403. o52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7404. o52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7405. o52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7406. o52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7407. o52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7408. o52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7409. o52.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7410. o53.Parent = o52
  7411. o53.Scale = Vector3.new(0.944444478, 0.111111112, 0.611111104)
  7412. o54.Parent = o1
  7413. o54.Material = Enum.Material.SmoothPlastic
  7414. o54.BrickColor = BrickColor.new("Really black")
  7415. o54.Position = Vector3.new(18.950964, 0.225419, 14.3520937)
  7416. o54.Rotation = Vector3.new(-3.25256337e-007, 90, 0)
  7417. o54.Anchored = true
  7418. o54.FormFactor = Enum.FormFactor.Custom
  7419. o54.Size = Vector3.new(0.26111111, 0.200000003, 0.200000003)
  7420. o54.CFrame = CFrame.new(18.950964, 0.225419, 14.3520937, 8.94069672e-008, -6.24762481e-015, 1, -5.6767937e-009, 1, 1.42108539e-014, -1, -5.6767937e-009, 8.94069672e-008)
  7421. o54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7422. o54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7423. o54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7424. o54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7425. o54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7426. o54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7427. o54.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7428. o55.Parent = o54
  7429. o55.Scale = Vector3.new(1, 0.416666687, 0.694444478)
  7430. o56.Parent = o1
  7431. o56.Material = Enum.Material.SmoothPlastic
  7432. o56.BrickColor = BrickColor.new("Really black")
  7433. o56.Position = Vector3.new(18.950964, 0.197641, 14.2215319)
  7434. o56.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  7435. o56.Anchored = true
  7436. o56.FormFactor = Enum.FormFactor.Custom
  7437. o56.Size = Vector3.new(0.211111099, 0.200000003, 0.200000003)
  7438. o56.CFrame = CFrame.new(18.950964, 0.197641, 14.2215319, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  7439. o56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7440. o56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7441. o56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7442. o56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7443. o56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7444. o56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7445. o56.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7446. o57.Parent = o56
  7447. o57.Scale = Vector3.new(1, 0.0833333358, 0.666666687)
  7448. o58.Parent = o1
  7449. o58.Material = Enum.Material.SmoothPlastic
  7450. o58.BrickColor = BrickColor.new("Really black")
  7451. o58.Position = Vector3.new(18.950964, 0.258204013, 14.3493176)
  7452. o58.Rotation = Vector3.new(-90, -2.50447761e-006, -90)
  7453. o58.Anchored = true
  7454. o58.FormFactor = Enum.FormFactor.Custom
  7455. o58.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7456. o58.CFrame = CFrame.new(18.950964, 0.258204013, 14.3493176, -8.74279067e-008, 1, -4.37113812e-008, -3.83195418e-015, 4.37113812e-008, 1, 1, 8.74279067e-008, -4.65359901e-018)
  7457. o58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7458. o58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7459. o58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7460. o58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7461. o58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7462. o58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7463. o58.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7464. o59.Parent = o58
  7465. o59.Scale = Vector3.new(0.49999997, 0.722222269, 0.472222239)
  7466. o60.Parent = o1
  7467. o60.Material = Enum.Material.SmoothPlastic
  7468. o60.BrickColor = BrickColor.new("Really black")
  7469. o60.Position = Vector3.new(18.950964, 0.244874001, 14.1993141)
  7470. o60.Rotation = Vector3.new(0.019784553, -6.66929267e-009, 180)
  7471. o60.Anchored = true
  7472. o60.FormFactor = Enum.FormFactor.Custom
  7473. o60.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7474. o60.CFrame = CFrame.new(18.950964, 0.244874001, 14.1993141, -1, -8.74227979e-008, -1.16401111e-010, 8.74227766e-008, -0.99999994, -0.000345305598, 0, -0.000345305569, 0.99999994)
  7475. o60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7476. o60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7477. o60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7478. o60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7479. o60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7480. o60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7481. o60.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7482. o61.Parent = o60
  7483. o61.Scale = Vector3.new(0.694444478, 0.222222224, 0.222222224)
  7484. o61.MeshType = Enum.MeshType.Wedge
  7485. o62.Parent = o1
  7486. o62.Material = Enum.Material.SmoothPlastic
  7487. o62.BrickColor = BrickColor.new("Black")
  7488. o62.Position = Vector3.new(18.993742, 1.19095695, 15.1076584)
  7489. o62.Rotation = Vector3.new(90, 44.9999962, -90)
  7490. o62.Anchored = true
  7491. o62.FormFactor = Enum.FormFactor.Custom
  7492. o62.Size = Vector3.new(1.58333337, 0.200000003, 0.200000003)
  7493. o62.CFrame = CFrame.new(18.993742, 1.19095695, 15.1076584, 0, 0.707106709, 0.707106709, 5.38120031e-018, 0.707106769, -0.707106769, -1, 9.59801127e-011, -2.04281037e-011)
  7494. o62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7495. o62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7496. o62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7497. o62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7498. o62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7499. o62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7500. o62.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7501. o63.Parent = o62
  7502. o63.Scale = Vector3.new(1, 0.194444433, 0.222222224)
  7503. o64.Parent = o1
  7504. o64.Material = Enum.Material.SmoothPlastic
  7505. o64.Position = Vector3.new(18.950964, 0.867092013, 15.1298876)
  7506. o64.Rotation = Vector3.new(180, 2.50796006e-006, 8.65142192e-006)
  7507. o64.Anchored = true
  7508. o64.FormFactor = Enum.FormFactor.Custom
  7509. o64.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7510. o64.CFrame = CFrame.new(18.950964, 0.867092013, 15.1298876, 1, -1.50995803e-007, 4.3772161e-008, -1.50995803e-007, -1, -6.59664855e-015, 4.3772161e-008, 3.92853881e-018, -1)
  7511. o64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7512. o64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7513. o64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7514. o64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7515. o64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7516. o64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7517. o65.Parent = o64
  7518. o65.Scale = Vector3.new(0.611111104, 0.333333343, 0.138888881)
  7519. o65.MeshType = Enum.MeshType.Wedge
  7520. o66.Parent = o1
  7521. o66.Material = Enum.Material.SmoothPlastic
  7522. o66.Position = Vector3.new(18.950964, 0.83930999, 15.1048679)
  7523. o66.Rotation = Vector3.new(89.9999771, 90, 0)
  7524. o66.Anchored = true
  7525. o66.FormFactor = Enum.FormFactor.Custom
  7526. o66.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7527. o66.CFrame = CFrame.new(18.950964, 0.83930999, 15.1048679, -8.74231674e-008, 2.50292942e-008, 1, 1, 4.33125763e-007, 8.74231461e-008, -4.33125791e-007, 1, -2.50292942e-008)
  7528. o66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7529. o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7530. o66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7531. o66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7532. o66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7533. o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7534. o67.Parent = o66
  7535. o67.Scale = Vector3.new(0.944444478, 0.111111112, 0.611111104)
  7536. o68.Parent = o1
  7537. o68.Material = Enum.Material.SmoothPlastic
  7538. o68.BrickColor = BrickColor.new("Fossil")
  7539. o68.Position = Vector3.new(18.950964, 0.716949999, 15.0719404)
  7540. o68.Rotation = Vector3.new(-45, 90, 0)
  7541. o68.Anchored = true
  7542. o68.FormFactor = Enum.FormFactor.Custom
  7543. o68.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7544. o68.CFrame = CFrame.new(18.950964, 0.716949999, 15.0719404, -1.36843425e-010, -2.04281037e-011, 1, -0.707106769, 0.707106769, -1.0960446e-021, -0.707106709, -0.707106709, 0)
  7545. o68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7546. o68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7547. o68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7548. o68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7549. o68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7550. o68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7551. o68.Color = Color3.new(0.623529, 0.631373, 0.67451)
  7552. o69.Parent = o68
  7553. o69.Scale = Vector3.new(0.527777731, 0.111111112, 0.611111104)
  7554. o70.Parent = o1
  7555. o70.Material = Enum.Material.SmoothPlastic
  7556. o70.BrickColor = BrickColor.new("Black")
  7557. o70.Position = Vector3.new(18.950964, 0.875427008, 15.0743237)
  7558. o70.Rotation = Vector3.new(3.08320072e-016, 0, -180)
  7559. o70.Anchored = true
  7560. o70.FormFactor = Enum.FormFactor.Custom
  7561. o70.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7562. o70.CFrame = CFrame.new(18.950964, 0.875427008, 15.0743237, -1, 1.0960446e-021, 0, 1.0960446e-021, -1, -5.38120031e-018, 0, 5.38120031e-018, 1)
  7563. o70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7564. o70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7565. o70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7566. o70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7567. o70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7568. o70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7569. o70.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7570. o71.Parent = o70
  7571. o71.Scale = Vector3.new(0.611111104, 0.249999985, 0.194444433)
  7572. o71.MeshType = Enum.MeshType.Wedge
  7573. o72.Parent = o1
  7574. o72.Material = Enum.Material.SmoothPlastic
  7575. o72.BrickColor = BrickColor.new("Black")
  7576. o72.Position = Vector3.new(18.9315281, 1.09817195, 15.0048761)
  7577. o72.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  7578. o72.Anchored = true
  7579. o72.FormFactor = Enum.FormFactor.Custom
  7580. o72.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
  7581. o72.CFrame = CFrame.new(18.9315281, 1.09817195, 15.0048761, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  7582. o72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7583. o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7584. o72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7585. o72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7586. o72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7587. o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7588. o72.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7589. o73.Parent = o72
  7590. o73.Scale = Vector3.new(1, 0.277777761, 0.527777731)
  7591. o74.Parent = o1
  7592. o74.Material = Enum.Material.SmoothPlastic
  7593. o74.BrickColor = BrickColor.new("Black")
  7594. o74.Position = Vector3.new(18.9870701, 1.13095105, 15.0048761)
  7595. o74.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  7596. o74.Anchored = true
  7597. o74.FormFactor = Enum.FormFactor.Custom
  7598. o74.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
  7599. o74.CFrame = CFrame.new(18.9870701, 1.13095105, 15.0048761, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  7600. o74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7601. o74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7602. o74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7603. o74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7604. o74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7605. o74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7606. o74.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7607. o75.Parent = o74
  7608. o75.Scale = Vector3.new(1, 0.583333313, 0.361111134)
  7609. o76.Parent = o1
  7610. o76.Material = Enum.Material.SmoothPlastic
  7611. o76.BrickColor = BrickColor.new("Black")
  7612. o76.Position = Vector3.new(18.970396, 1.17595196, 15.0048761)
  7613. o76.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  7614. o76.Anchored = true
  7615. o76.FormFactor = Enum.FormFactor.Custom
  7616. o76.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
  7617. o76.CFrame = CFrame.new(18.970396, 1.17595196, 15.0048761, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  7618. o76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7619. o76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7620. o76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7621. o76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7622. o76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7623. o76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7624. o76.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7625. o77.Parent = o76
  7626. o77.Scale = Vector3.new(1, 0.444444448, 0.216666669)
  7627. o78.Parent = o1
  7628. o78.Material = Enum.Material.SmoothPlastic
  7629. o78.BrickColor = BrickColor.new("Black")
  7630. o78.Position = Vector3.new(18.950964, 0.39764601, 14.6493216)
  7631. o78.Rotation = Vector3.new(180, 2.50796006e-006, 5.00895612e-006)
  7632. o78.Anchored = true
  7633. o78.FormFactor = Enum.FormFactor.Custom
  7634. o78.Size = Vector3.new(0.200000003, 0.550000012, 0.200000003)
  7635. o78.CFrame = CFrame.new(18.950964, 0.39764601, 14.6493216, 1, -8.74227766e-008, 4.3772161e-008, -8.74227766e-008, -1, -3.8177829e-015, 4.3772161e-008, 6.83386182e-018, -1)
  7636. o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7637. o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7638. o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7639. o78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7640. o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7641. o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7642. o78.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7643. o79.Parent = o78
  7644. o79.Scale = Vector3.new(0.666666687, 1, 0.944444478)
  7645. o79.MeshType = Enum.MeshType.Wedge
  7646. o80.Parent = o1
  7647. o80.Material = Enum.Material.SmoothPlastic
  7648. o80.BrickColor = BrickColor.new("Black")
  7649. o80.Position = Vector3.new(18.8859501, 0.96707201, 15.0021019)
  7650. o80.Rotation = Vector3.new(-90, -2.50447761e-006, -90.0000076)
  7651. o80.Anchored = true
  7652. o80.FormFactor = Enum.FormFactor.Custom
  7653. o80.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7654. o80.CFrame = CFrame.new(18.8859501, 0.96707201, 15.0021019, -1.51107088e-007, 1, -4.37113812e-008, -6.60488848e-015, 4.37113812e-008, 1, 1, 1.51107088e-007, -4.65359901e-018)
  7655. o80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7656. o80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7657. o80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7658. o80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7659. o80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7660. o80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7661. o80.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7662. o81.Parent = o80
  7663. o81.Scale = Vector3.new(0.249999985, 0.027777778, 0.249999985)
  7664. o82.Parent = o1
  7665. o82.Material = Enum.Material.SmoothPlastic
  7666. o82.BrickColor = BrickColor.new("Dark stone grey")
  7667. o82.Position = Vector3.new(18.950964, 0.858749986, 14.8770924)
  7668. o82.Rotation = Vector3.new(-180, -2.50796256e-006, 5.00895703e-006)
  7669. o82.Anchored = true
  7670. o82.FormFactor = Enum.FormFactor.Custom
  7671. o82.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7672. o82.CFrame = CFrame.new(18.950964, 0.858749986, 14.8770924, 0.99999994, -8.74227837e-008, -4.37722036e-008, -8.74227837e-008, -0.99999994, 7.17606313e-018, -4.36557599e-008, 1.89421216e-015, -0.999999762)
  7673. o82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7674. o82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7675. o82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7676. o82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7677. o82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7678. o82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7679. o82.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7680. o83.Parent = o82
  7681. o83.Scale = Vector3.new(0.472222239, 0.416666687, 0.222222224)
  7682. o83.MeshType = Enum.MeshType.Wedge
  7683. o84.Parent = o1
  7684. o84.Material = Enum.Material.SmoothPlastic
  7685. o84.BrickColor = BrickColor.new("Black")
  7686. o84.Position = Vector3.new(18.950964, 1.05040395, 14.9382162)
  7687. o84.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  7688. o84.Anchored = true
  7689. o84.FormFactor = Enum.FormFactor.Custom
  7690. o84.Size = Vector3.new(1.24444449, 0.200000003, 0.200000003)
  7691. o84.CFrame = CFrame.new(18.950964, 1.05040395, 14.9382162, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  7692. o84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7693. o84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7694. o84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7695. o84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7696. o84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7697. o84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7698. o84.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7699. o85.Parent = o84
  7700. o85.Scale = Vector3.new(1, 0.222222224, 0.722222269)
  7701. o86.Parent = o1
  7702. o86.Material = Enum.Material.SmoothPlastic
  7703. o86.BrickColor = BrickColor.new("Black")
  7704. o86.Position = Vector3.new(18.950964, 0.469879985, 14.2215319)
  7705. o86.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
  7706. o86.Anchored = true
  7707. o86.FormFactor = Enum.FormFactor.Custom
  7708. o86.Size = Vector3.new(0.200000003, 0.527777791, 0.211111099)
  7709. o86.CFrame = CFrame.new(18.950964, 0.469879985, 14.2215319, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
  7710. o86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7711. o86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7712. o86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7713. o86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7714. o86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7715. o86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7716. o86.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7717. o87.Parent = o86
  7718. o87.Scale = Vector3.new(0.666666687, 1, 1)
  7719. o87.MeshType = Enum.MeshType.Wedge
  7720. o88.Parent = o1
  7721. o88.Material = Enum.Material.SmoothPlastic
  7722. o88.BrickColor = BrickColor.new("Dark stone grey")
  7723. o88.Position = Vector3.new(18.950964, 0.736557007, 14.8798761)
  7724. o88.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  7725. o88.Anchored = true
  7726. o88.FormFactor = Enum.FormFactor.Custom
  7727. o88.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7728. o88.CFrame = CFrame.new(18.950964, 0.736557007, 14.8798761, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
  7729. o88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7730. o88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7731. o88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7732. o88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7733. o88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7734. o88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7735. o88.Color = Color3.new(0.388235, 0.372549, 0.384314)
  7736. o89.Parent = o88
  7737. o89.Scale = Vector3.new(0.472222239, 0.416666687, 0.249999985)
  7738. o89.MeshType = Enum.MeshType.Wedge
  7739. o90.Parent = o1
  7740. o90.Material = Enum.Material.SmoothPlastic
  7741. o90.BrickColor = BrickColor.new("Smoky grey")
  7742. o90.Position = Vector3.new(18.950964, 0.683766007, 14.9020796)
  7743. o90.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  7744. o90.Anchored = true
  7745. o90.FormFactor = Enum.FormFactor.Custom
  7746. o90.Size = Vector3.new(0.283333331, 0.200000003, 0.200000003)
  7747. o90.CFrame = CFrame.new(18.950964, 0.683766007, 14.9020796, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  7748. o90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7749. o90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7750. o90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7751. o90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7752. o90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7753. o90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7754. o90.Color = Color3.new(0.356863, 0.364706, 0.411765)
  7755. o91.Parent = o90
  7756. o91.Scale = Vector3.new(1, 0.111111112, 0.611111104)
  7757. o92.Parent = o1
  7758. o92.Material = Enum.Material.SmoothPlastic
  7759. o92.BrickColor = BrickColor.new("Black")
  7760. o92.Position = Vector3.new(18.950964, 0.992074013, 14.9382162)
  7761. o92.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  7762. o92.Anchored = true
  7763. o92.FormFactor = Enum.FormFactor.Custom
  7764. o92.Size = Vector3.new(1.24444449, 0.200000003, 0.200000003)
  7765. o92.CFrame = CFrame.new(18.950964, 0.992074013, 14.9382162, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  7766. o92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7767. o92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7768. o92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7769. o92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7770. o92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7771. o92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7772. o92.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7773. o93.Parent = o92
  7774. o93.Scale = Vector3.new(1, 0.361111134, 0.666666687)
  7775. o94.Parent = o1
  7776. o94.Material = Enum.Material.SmoothPlastic
  7777. o94.BrickColor = BrickColor.new("Black")
  7778. o94.Position = Vector3.new(18.950964, 0.708733976, 14.827096)
  7779. o94.Rotation = Vector3.new(-180, 0.0927856117, 180)
  7780. o94.Anchored = true
  7781. o94.FormFactor = Enum.FormFactor.Custom
  7782. o94.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7783. o94.CFrame = CFrame.new(18.950964, 0.708733976, 14.827096, -0.999998689, -1.0960446e-021, 0.00161941373, -1.1745207e-017, 1, 4.66291637e-018, -0.00161941373, -5.38120031e-018, -0.999998689)
  7784. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7785. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7786. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7787. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7788. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7789. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7790. o94.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7791. o95.Parent = o94
  7792. o95.Scale = Vector3.new(0.611111104, 0.138888881, 0.249999985)
  7793. o95.MeshType = Enum.MeshType.Wedge
  7794. o96.Parent = o1
  7795. o96.Material = Enum.Material.SmoothPlastic
  7796. o96.BrickColor = BrickColor.new("Black")
  7797. o96.Position = Vector3.new(18.950964, 0.797657013, 14.8104324)
  7798. o96.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  7799. o96.Anchored = true
  7800. o96.FormFactor = Enum.FormFactor.Custom
  7801. o96.Size = Vector3.new(0.200000003, 0.205555543, 0.200000003)
  7802. o96.CFrame = CFrame.new(18.950964, 0.797657013, 14.8104324, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
  7803. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7804. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7805. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7806. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7807. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7808. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7809. o96.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7810. o97.Parent = o96
  7811. o97.Scale = Vector3.new(0.472222239, 1, 0.444444448)
  7812. o98.Parent = o1
  7813. o98.Material = Enum.Material.SmoothPlastic
  7814. o98.BrickColor = BrickColor.new("Black")
  7815. o98.Position = Vector3.new(18.950964, 0.875427008, 14.8298864)
  7816. o98.Rotation = Vector3.new(-180, 0, -6.27987314e-020)
  7817. o98.Anchored = true
  7818. o98.FormFactor = Enum.FormFactor.Custom
  7819. o98.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7820. o98.CFrame = CFrame.new(18.950964, 0.875427008, 14.8298864, 1, 1.0960446e-021, 0, -1.0960446e-021, -1, 5.38120031e-018, 0, 5.38120031e-018, -1)
  7821. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7822. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7823. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7824. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7825. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7826. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7827. o98.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7828. o99.Parent = o98
  7829. o99.Scale = Vector3.new(0.666666687, 0.249999985, 0.194444433)
  7830. o99.MeshType = Enum.MeshType.Wedge
  7831. o100.Parent = o1
  7832. o100.Material = Enum.Material.SmoothPlastic
  7833. o100.BrickColor = BrickColor.new("Black")
  7834. o100.Position = Vector3.new(18.988184, 0.986526012, 14.8076496)
  7835. o100.Rotation = Vector3.new(3.00000024, 90, 0)
  7836. o100.Anchored = true
  7837. o100.FormFactor = Enum.FormFactor.Custom
  7838. o100.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7839. o100.CFrame = CFrame.new(18.988184, 0.986526012, 14.8076496, 2.57358579e-011, -6.64535094e-012, 1, 0.0523359589, 0.99862951, -1.0960446e-021, -0.99862951, 0.0523359627, 0)
  7840. o100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7841. o100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7842. o100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7843. o100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7844. o100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7845. o100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7846. o100.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7847. o101.Parent = o100
  7848. o101.Scale = Vector3.new(0.694444478, 0.249999985, 0.361111134)
  7849. o102.Parent = o1
  7850. o102.Material = Enum.Material.SmoothPlastic
  7851. o102.BrickColor = BrickColor.new("Black")
  7852. o102.Position = Vector3.new(18.950964, 0.875427008, 14.8020916)
  7853. o102.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  7854. o102.Anchored = true
  7855. o102.FormFactor = Enum.FormFactor.Custom
  7856. o102.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7857. o102.CFrame = CFrame.new(18.950964, 0.875427008, 14.8020916, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  7858. o102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7859. o102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7860. o102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7861. o102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7862. o102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7863. o102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7864. o102.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7865. o103.Parent = o102
  7866. o103.Scale = Vector3.new(0.0833333358, 0.249999985, 0.666666687)
  7867. o104.Parent = o1
  7868. o104.Material = Enum.Material.SmoothPlastic
  7869. o104.BrickColor = BrickColor.new("Really black")
  7870. o104.Position = Vector3.new(18.950964, 0.536549985, 14.6048756)
  7871. o104.Rotation = Vector3.new(180, 2.50796006e-006, 5.00895612e-006)
  7872. o104.Anchored = true
  7873. o104.FormFactor = Enum.FormFactor.Custom
  7874. o104.Size = Vector3.new(0.200000003, 0.794444382, 0.244444445)
  7875. o104.CFrame = CFrame.new(18.950964, 0.536549985, 14.6048756, 1, -8.74227766e-008, 4.3772161e-008, -8.74227766e-008, -1, -3.8177829e-015, 4.3772161e-008, 6.83386182e-018, -1)
  7876. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7877. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7878. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7879. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7880. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7881. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7882. o104.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7883. o105.Parent = o104
  7884. o105.Scale = Vector3.new(0.694444478, 1, 1)
  7885. o105.MeshType = Enum.MeshType.Wedge
  7886. o106.Name = "Mag"
  7887. o106.Parent = o1
  7888. o106.Material = Enum.Material.SmoothPlastic
  7889. o106.BrickColor = BrickColor.new("Really black")
  7890. o106.Position = Vector3.new(18.950964, 0.56080699, 14.4704056)
  7891. o106.Rotation = Vector3.new(101, 90, 0)
  7892. o106.Anchored = true
  7893. o106.FormFactor = Enum.FormFactor.Custom
  7894. o106.Size = Vector3.new(0.872222185, 0.322222203, 0.200000003)
  7895. o106.CFrame = CFrame.new(18.950964, 0.56080699, 14.4704056, -2.79885857e-008, -5.65955389e-008, 1, 0.981627166, -0.190809026, 1.66447549e-008, 0.190809026, 0.981627107, 6.10016286e-008)
  7896. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7897. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7898. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7899. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7900. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7901. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7902. o106.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  7903. o107.Parent = o106
  7904. o107.Scale = Vector3.new(1, 1, 0.611111104)
  7905. o108.Parent = o1
  7906. o108.Material = Enum.Material.SmoothPlastic
  7907. o108.BrickColor = BrickColor.new("Smoky grey")
  7908. o108.Position = Vector3.new(18.950964, 0.731004, 14.7326536)
  7909. o108.Rotation = Vector3.new(-90, 4.32571142e-006, -90.0000076)
  7910. o108.Anchored = true
  7911. o108.FormFactor = Enum.FormFactor.Custom
  7912. o108.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7913. o108.CFrame = CFrame.new(18.950964, 0.731004, 14.7326536, -1.51107088e-007, 1, 7.54979084e-008, 7.25342942e-015, -7.54979084e-008, 1, 1, 1.51107088e-007, 4.14945855e-015)
  7914. o108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7915. o108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7916. o108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7917. o108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7918. o108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7919. o108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7920. o108.Color = Color3.new(0.356863, 0.364706, 0.411765)
  7921. o109.Parent = o108
  7922. o109.Scale = Vector3.new(0.416666687, 0.694444478, 0.416666687)
  7923. o110.Parent = o1
  7924. o110.Material = Enum.Material.SmoothPlastic
  7925. o110.BrickColor = BrickColor.new("Black")
  7926. o110.Position = Vector3.new(18.950964, 0.544876993, 14.4409838)
  7927. o110.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  7928. o110.Anchored = true
  7929. o110.FormFactor = Enum.FormFactor.Custom
  7930. o110.Size = Vector3.new(0.227777779, 0.711111128, 0.200000003)
  7931. o110.CFrame = CFrame.new(18.950964, 0.544876993, 14.4409838, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  7932. o110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7933. o110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7934. o110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7935. o110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7936. o110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7937. o110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7938. o110.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7939. o111.Parent = o110
  7940. o111.Scale = Vector3.new(1, 1, 0.666666687)
  7941. o112.Parent = o1
  7942. o112.Material = Enum.Material.SmoothPlastic
  7943. o112.BrickColor = BrickColor.new("Black")
  7944. o112.Position = Vector3.new(18.950964, 0.775434017, 14.7993164)
  7945. o112.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  7946. o112.Anchored = true
  7947. o112.FormFactor = Enum.FormFactor.Custom
  7948. o112.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7949. o112.CFrame = CFrame.new(18.950964, 0.775434017, 14.7993164, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
  7950. o112.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7951. o112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7952. o112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7953. o112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7954. o112.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7955. o112.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7956. o112.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7957. o113.Parent = o112
  7958. o113.Scale = Vector3.new(0.666666687, 0.249999985, 0.111111112)
  7959. o113.MeshType = Enum.MeshType.Wedge
  7960. o114.Parent = o1
  7961. o114.Material = Enum.Material.SmoothPlastic
  7962. o114.BrickColor = BrickColor.new("Black")
  7963. o114.Position = Vector3.new(18.950964, 0.730996013, 14.7298584)
  7964. o114.Rotation = Vector3.new(180, 0, -90.0000076)
  7965. o114.Anchored = true
  7966. o114.FormFactor = Enum.FormFactor.Custom
  7967. o114.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  7968. o114.CFrame = CFrame.new(18.950964, 0.730996013, 14.7298584, -1.94707198e-007, 1, 0, 1, 1.94707169e-007, -4.37113883e-008, -4.37113883e-008, 0, -1)
  7969. o114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7970. o114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7971. o114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7972. o114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7973. o114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7974. o114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7975. o114.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7976. o115.Parent = o114
  7977. o115.Scale = Vector3.new(0.833333373, 0.666666687, 0.805555522)
  7978. o116.Parent = o1
  7979. o116.Material = Enum.Material.SmoothPlastic
  7980. o116.BrickColor = BrickColor.new("Black")
  7981. o116.Position = Vector3.new(18.950964, 0.928192973, 14.7298584)
  7982. o116.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  7983. o116.Anchored = true
  7984. o116.FormFactor = Enum.FormFactor.Custom
  7985. o116.Size = Vector3.new(0.827777743, 0.200000003, 0.200000003)
  7986. o116.CFrame = CFrame.new(18.950964, 0.928192973, 14.7298584, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  7987. o116.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  7988. o116.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  7989. o116.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  7990. o116.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  7991. o116.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  7992. o116.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  7993. o116.Color = Color3.new(0.105882, 0.164706, 0.207843)
  7994. o117.Parent = o116
  7995. o117.Scale = Vector3.new(1, 0.277777761, 0.666666687)
  7996. o118.Parent = o1
  7997. o118.Material = Enum.Material.SmoothPlastic
  7998. o118.BrickColor = BrickColor.new("Black")
  7999. o118.Position = Vector3.new(18.950964, 0.825424016, 14.7993164)
  8000. o118.Rotation = Vector3.new(-180, 0, -6.27987314e-020)
  8001. o118.Anchored = true
  8002. o118.FormFactor = Enum.FormFactor.Custom
  8003. o118.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8004. o118.CFrame = CFrame.new(18.950964, 0.825424016, 14.7993164, 1, 1.0960446e-021, 0, -1.0960446e-021, -1, 5.38120031e-018, 0, 5.38120031e-018, -1)
  8005. o118.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8006. o118.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8007. o118.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8008. o118.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8009. o118.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8010. o118.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8011. o118.Color = Color3.new(0.105882, 0.164706, 0.207843)
  8012. o119.Parent = o118
  8013. o119.Scale = Vector3.new(0.666666687, 0.249999985, 0.111111112)
  8014. o119.MeshType = Enum.MeshType.Wedge
  8015. o120.Parent = o1
  8016. o120.Material = Enum.Material.SmoothPlastic
  8017. o120.BrickColor = BrickColor.new("Black")
  8018. o120.Position = Vector3.new(18.950964, 0.600430012, 14.4798584)
  8019. o120.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  8020. o120.Anchored = true
  8021. o120.FormFactor = Enum.FormFactor.Custom
  8022. o120.Size = Vector3.new(0.200000003, 0.666666687, 0.200000003)
  8023. o120.CFrame = CFrame.new(18.950964, 0.600430012, 14.4798584, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  8024. o120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8025. o120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8026. o120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8027. o120.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8028. o120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8029. o120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8030. o120.Color = Color3.new(0.105882, 0.164706, 0.207843)
  8031. o121.Parent = o120
  8032. o121.Scale = Vector3.new(0.027777778, 1, 0.694444478)
  8033. o122.Parent = o1
  8034. o122.Material = Enum.Material.SmoothPlastic
  8035. o122.BrickColor = BrickColor.new("Black")
  8036. o122.Position = Vector3.new(18.950964, 0.980957985, 14.5104237)
  8037. o122.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
  8038. o122.Anchored = true
  8039. o122.FormFactor = Enum.FormFactor.Custom
  8040. o122.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8041. o122.CFrame = CFrame.new(18.950964, 0.980957985, 14.5104237, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
  8042. o122.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8043. o122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8044. o122.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8045. o122.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8046. o122.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8047. o122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8048. o122.Color = Color3.new(0.105882, 0.164706, 0.207843)
  8049. o123.Parent = o122
  8050. o123.Scale = Vector3.new(0.694444478, 0.0833333358, 0.333333343)
  8051. o123.MeshType = Enum.MeshType.Wedge
  8052. o124.Parent = o1
  8053. o124.Material = Enum.Material.SmoothPlastic
  8054. o124.BrickColor = BrickColor.new("Black")
  8055. o124.Position = Vector3.new(18.950964, 0.961513996, 14.6854324)
  8056. o124.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  8057. o124.Anchored = true
  8058. o124.FormFactor = Enum.FormFactor.Custom
  8059. o124.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8060. o124.CFrame = CFrame.new(18.950964, 0.961513996, 14.6854324, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
  8061. o124.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8062. o124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8063. o124.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8064. o124.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8065. o124.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8066. o124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8067. o124.Color = Color3.new(0.105882, 0.164706, 0.207843)
  8068. o125.Parent = o124
  8069. o125.Scale = Vector3.new(0.694444478, 0.277777761, 0.416666687)
  8070. o125.MeshType = Enum.MeshType.Wedge
  8071. o126.Parent = o1
  8072. o126.Material = Enum.Material.SmoothPlastic
  8073. o126.BrickColor = BrickColor.new("Really black")
  8074. o126.Position = Vector3.new(18.950964, 0.803216994, 14.6715384)
  8075. o126.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  8076. o126.Anchored = true
  8077. o126.FormFactor = Enum.FormFactor.Custom
  8078. o126.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
  8079. o126.CFrame = CFrame.new(18.950964, 0.803216994, 14.6715384, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
  8080. o126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8081. o126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8082. o126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8083. o126.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8084. o126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8085. o126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8086. o126.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8087. o127.Parent = o126
  8088. o127.Scale = Vector3.new(1, 0.972222209, 0.666666687)
  8089. o128.Parent = o1
  8090. o128.Material = Enum.Material.SmoothPlastic
  8091. o128.BrickColor = BrickColor.new("Really black")
  8092. o128.Position = Vector3.new(18.950964, 0.672379017, 14.6450357)
  8093. o128.Rotation = Vector3.new(-30.0000038, 90, 0)
  8094. o128.Anchored = true
  8095. o128.FormFactor = Enum.FormFactor.Custom
  8096. o128.Size = Vector3.new(0.205555543, 0.200000003, 0.200000003)
  8097. o128.CFrame = CFrame.new(18.950964, 0.672379017, 14.6450357, 4.20376836e-008, -2.60188173e-008, 1, -0.50000006, 0.866025388, 4.35066809e-008, -0.866025388, -0.50000006, 2.33994797e-008)
  8098. o128.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8099. o128.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8100. o128.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8101. o128.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8102. o128.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8103. o128.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8104. o128.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8105. o129.Parent = o128
  8106. o129.Scale = Vector3.new(1, 0.722222269, 0.666666687)
  8107. o130.Parent = o1
  8108. o130.Material = Enum.Material.SmoothPlastic
  8109. o130.BrickColor = BrickColor.new("Really black")
  8110. o130.Position = Vector3.new(18.950964, 0.619874001, 14.3270836)
  8111. o130.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
  8112. o130.Anchored = true
  8113. o130.FormFactor = Enum.FormFactor.Custom
  8114. o130.Size = Vector3.new(0.200000003, 0.705555558, 0.300000012)
  8115. o130.CFrame = CFrame.new(18.950964, 0.619874001, 14.3270836, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
  8116. o130.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8117. o130.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8118. o130.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8119. o130.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8120. o130.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8121. o130.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8122. o130.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8123. o131.Parent = o130
  8124. o131.Scale = Vector3.new(0.694444478, 1, 1)
  8125. o131.MeshType = Enum.MeshType.Wedge
  8126. o132.Parent = o1
  8127. o132.Material = Enum.Material.SmoothPlastic
  8128. o132.BrickColor = BrickColor.new("Black")
  8129. o132.Position = Vector3.new(18.950964, 1.15317094, 14.2876415)
  8130. o132.Rotation = Vector3.new(30.0000019, 90, 0)
  8131. o132.Anchored = true
  8132. o132.FormFactor = Enum.FormFactor.Custom
  8133. o132.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8134. o132.CFrame = CFrame.new(18.950964, 1.15317094, 14.2876415, 1.28167699e-010, -5.82076609e-011, 1, 0.5, 0.866025388, -1.0960446e-021, -0.866025388, 0.5, 0)
  8135. o132.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8136. o132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8137. o132.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8138. o132.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8139. o132.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8140. o132.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8141. o132.Color = Color3.new(0.105882, 0.164706, 0.207843)
  8142. o133.Parent = o132
  8143. o133.Scale = Vector3.new(0.388888866, 0.194444433, 0.416666687)
  8144. o134.Parent = o1
  8145. o134.Material = Enum.Material.SmoothPlastic
  8146. o134.BrickColor = BrickColor.new("Black")
  8147. o134.Position = Vector3.new(18.950964, 1.10315704, 14.3126564)
  8148. o134.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  8149. o134.Anchored = true
  8150. o134.FormFactor = Enum.FormFactor.Custom
  8151. o134.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8152. o134.CFrame = CFrame.new(18.950964, 1.10315704, 14.3126564, 0, -5.9604659e-008, 1, 5.38120031e-018, 1, 5.9604659e-008, -1, -5.38374141e-018, 0)
  8153. o134.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8154. o134.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8155. o134.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8156. o134.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8157. o134.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8158. o134.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8159. o134.Color = Color3.new(0.105882, 0.164706, 0.207843)
  8160. o135.Parent = o134
  8161. o135.Scale = Vector3.new(0.027777778, 0.861111045, 0.416666687)
  8162. o136.Parent = o1
  8163. o136.Material = Enum.Material.SmoothPlastic
  8164. o136.BrickColor = BrickColor.new("Black")
  8165. o136.Position = Vector3.new(18.950964, 0.969842017, 14.2187424)
  8166. o136.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
  8167. o136.Anchored = true
  8168. o136.FormFactor = Enum.FormFactor.Custom
  8169. o136.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8170. o136.CFrame = CFrame.new(18.950964, 0.969842017, 14.2187424, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
  8171. o136.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8172. o136.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8173. o136.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8174. o136.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8175. o136.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8176. o136.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8177. o136.Color = Color3.new(0.105882, 0.164706, 0.207843)
  8178. o137.Parent = o136
  8179. o137.Scale = Vector3.new(0.666666687, 0.249999985, 0.74999994)
  8180. o137.MeshType = Enum.MeshType.Wedge
  8181. o138.Parent = o1
  8182. o138.Material = Enum.Material.SmoothPlastic
  8183. o138.BrickColor = BrickColor.new("Black")
  8184. o138.Position = Vector3.new(18.950964, 0.919857979, 14.2271004)
  8185. o138.Rotation = Vector3.new(-0.600734293, 89.980217, -5.99351438e-007)
  8186. o138.Anchored = true
  8187. o138.FormFactor = Enum.FormFactor.Custom
  8188. o138.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8189. o138.CFrame = CFrame.new(18.950964, 0.919857979, 14.2271004, 4.06289615e-008, 4.25005558e-016, 0.99999994, -6.70552254e-008, 0.999999881, 4.68723726e-010, -1.00000012, -9.68575407e-008, 4.47034694e-008)
  8190. o138.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8191. o138.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8192. o138.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8193. o138.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8194. o138.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8195. o138.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8196. o138.Color = Color3.new(0.105882, 0.164706, 0.207843)
  8197. o139.Parent = o138
  8198. o139.Scale = Vector3.new(0.888888896, 0.249999985, 0.666666687)
  8199. o140.Parent = o1
  8200. o140.Material = Enum.Material.SmoothPlastic
  8201. o140.BrickColor = BrickColor.new("Black")
  8202. o140.Position = Vector3.new(18.950964, 1.17262495, 14.2539701)
  8203. o140.Rotation = Vector3.new(30.0000038, 1.24663654e-006, -90)
  8204. o140.Anchored = true
  8205. o140.FormFactor = Enum.FormFactor.Custom
  8206. o140.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8207. o140.CFrame = CFrame.new(18.950964, 1.17262495, 14.2539701, -4.959292e-008, 1, 2.17579128e-008, -0.866025388, -3.19989653e-008, -0.50000006, -0.50000006, -4.36557457e-008, 0.866025388)
  8208. o140.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8209. o140.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8210. o140.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8211. o140.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8212. o140.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8213. o140.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8214. o140.Color = Color3.new(0.105882, 0.164706, 0.207843)
  8215. o141.Parent = o140
  8216. o141.Scale = Vector3.new(0.194444433, 0.416666687, 0.194444433)
  8217. o142.Parent = o1
  8218. o142.Material = Enum.Material.SmoothPlastic
  8219. o142.BrickColor = BrickColor.new("Really black")
  8220. o142.Position = Vector3.new(18.950964, 1.10038495, 14.3182096)
  8221. o142.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  8222. o142.Anchored = true
  8223. o142.FormFactor = Enum.FormFactor.Custom
  8224. o142.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8225. o142.CFrame = CFrame.new(18.950964, 1.10038495, 14.3182096, 0, -2.98023295e-008, 1, 5.38120031e-018, 1, 2.98023295e-008, -1, -1.91260039e-018, 0)
  8226. o142.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8227. o142.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8228. o142.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8229. o142.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8230. o142.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8231. o142.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8232. o142.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8233. o143.Parent = o142
  8234. o143.Scale = Vector3.new(0.027777778, 0.722222269, 0.388888866)
  8235. o144.Parent = o1
  8236. o144.Material = Enum.Material.SmoothPlastic
  8237. o144.BrickColor = BrickColor.new("Black")
  8238. o144.Position = Vector3.new(18.950964, 0.986526012, 14.2826424)
  8239. o144.Rotation = Vector3.new(3.08320072e-016, 0, 6.27987314e-020)
  8240. o144.Anchored = true
  8241. o144.FormFactor = Enum.FormFactor.Custom
  8242. o144.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8243. o144.CFrame = CFrame.new(18.950964, 0.986526012, 14.2826424, 1, -1.0960446e-021, 0, -1.0960446e-021, 1, -5.38120031e-018, 0, -5.38120031e-018, 1)
  8244. o144.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8245. o144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8246. o144.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8247. o144.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8248. o144.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8249. o144.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8250. o144.Color = Color3.new(0.105882, 0.164706, 0.207843)
  8251. o145.Parent = o144
  8252. o145.Scale = Vector3.new(0.666666687, 0.416666687, 0.333333343)
  8253. o145.MeshType = Enum.MeshType.Wedge
  8254. o146.Parent = o1
  8255. o146.Material = Enum.Material.SmoothPlastic
  8256. o146.BrickColor = BrickColor.new("Really black")
  8257. o146.Position = Vector3.new(18.950964, 0.872651994, 14.2770796)
  8258. o146.Rotation = Vector3.new(2.18855899e-013, 2.50129006e-006, 180)
  8259. o146.Anchored = true
  8260. o146.FormFactor = Enum.FormFactor.Custom
  8261. o146.Size = Vector3.new(0.200000003, 0.200000003, 0.211111099)
  8262. o146.CFrame = CFrame.new(18.950964, 0.872651994, 14.2770796, -1, -8.74227766e-008, 4.36557457e-008, 8.74227766e-008, -1, -3.81975606e-015, 4.36557457e-008, 6.83386182e-018, 1)
  8263. o146.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8264. o146.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8265. o146.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8266. o146.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8267. o146.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8268. o146.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8269. o146.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8270. o147.Parent = o146
  8271. o147.Scale = Vector3.new(0.666666687, 0.277777761, 1)
  8272. o147.MeshType = Enum.MeshType.Wedge
  8273. o148.Name = "Handle"
  8274. o148.Parent = o1
  8275. o148.Material = Enum.Material.SmoothPlastic
  8276. o148.BrickColor = BrickColor.new("Really black")
  8277. o148.Transparency = 1
  8278. o148.Position = Vector3.new(18.9506321, 0.598004997, 14.4106464)
  8279. o148.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  8280. o148.Anchored = true
  8281. o148.FormFactor = Enum.FormFactor.Custom
  8282. o148.Size = Vector3.new(0.200000003, 0.205555543, 0.200000003)
  8283. o148.CFrame = CFrame.new(18.9506321, 0.598004997, 14.4106464, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
  8284. o148.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8285. o148.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8286. o148.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8287. o148.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8288. o148.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8289. o148.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8290. o148.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8291. o149.Name = "FireSound"
  8292. o149.Parent = o148
  8293. o149.SoundId = "rbxassetid://330704232"
  8294. o149.Volume = 10
  8295. o150.Parent = o148
  8296. o150.Scale = Vector3.new(0.99999994, 1, 0.99999994)
  8297. Victim = game.Players.LocalPlayer.Character
  8298. function Suicide ()
  8299. Victim.Torso.Neck.C0 = CFrame.new(0,1.5,0) * CFrame.Angles(math.rad(25), -math.rad(0),-math.rad(0))
  8300. Victim.Torso.Neck.C1 = CFrame.new(0,0,0)
  8301. wait(.02)
  8302. Victim.Torso["Right Shoulder"].C0 = CFrame.new(2.3,.5,0) * CFrame.Angles(math.rad(-90), -math.rad(160),-math.rad(-70))
  8303. Victim.Torso["Right Shoulder"].C1 = CFrame.new(0,0,0)
  8304. ANGLE = -70
  8305. ANGLE2 = -20
  8306. for i=1,7 do
  8307. ANGLE = ANGLE + 10
  8308. ANGLE2 = ANGLE2 + 10
  8309. Victim.Torso["Right Shoulder"].C0 = CFrame.new(2.3,.5,0) * CFrame.Angles(math.rad(-90), -math.rad(160),-math.rad(ANGLE))
  8310. Victim.Torso["Right Shoulder"].C1 = CFrame.new(0,0,0)
  8311. wait(1/30)
  8312. end
  8313. wait(.3)
  8314. o1.Handle.FireSound.Parent = workspace
  8315. workspace.FireSound:Play()
  8316. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  8317. game.Players.LocalPlayer.Character.Head.BrickColor = BrickColor.new("Maroon")
  8318. player = game.Players[Victim.Name]
  8319. char = player.Character
  8320. char.Archivable = true
  8321. local rg = char:Clone()
  8322. rg.HumanoidRootPart:Destroy()
  8323. rg.Name = ""
  8324. rg.Humanoid.MaxHealth = 0
  8325.  
  8326. for i, v in pairs(rg.Torso:GetChildren()) do
  8327. if v:IsA("Glue") or v:IsA("Motor6D") then
  8328. v:Destroy()
  8329. end
  8330. end
  8331.  
  8332. local n = Instance.new("Glue", rg.Torso)
  8333. n.Name = "Neck"
  8334. n.Part0 = rg.Torso
  8335. n.Part1 = rg.Head
  8336. n.C0 = CFrame.new(0, 1, 0)
  8337. n.C1 = CFrame.new(0, -0.5, 0)
  8338.  
  8339.  
  8340. local rs = Instance.new("Glue", rg.Torso)
  8341. rs.Name = "Right Shoulder"
  8342. rs.Part0 = rg.Torso
  8343. rs.Part1 = rg["Right Arm"]
  8344. rs.C0 = CFrame.new(1.5, 0.5, 0)
  8345. rs.C1 = CFrame.new(0, 0.5, 0)
  8346. local ls = Instance.new("Glue", rg.Torso)
  8347. ls.Name = "Left Shoulder"
  8348. ls.Part0 = rg.Torso
  8349. ls.Part1 = rg["Left Arm"]
  8350. ls.C0 = CFrame.new(-1.5, 0.5, 0)
  8351. ls.C1 = CFrame.new(0, 0.5, 0)
  8352.  
  8353. local rh = Instance.new("Glue", rg.Torso)
  8354. rh.Name = "Right Hip"
  8355. rh.Part0 = rg.Torso
  8356. rh.Part1 = rg["Right Leg"]
  8357. rh.C0 = CFrame.new(0.5, -1, 0)
  8358. rh.C1 = CFrame.new(0, 1, 0)
  8359. local lh = Instance.new("Glue", rg.Torso)
  8360. lh.Name = "Left Hip"
  8361. lh.Part0 = rg.Torso
  8362. lh.Part1 = rg["Left Leg"]
  8363. lh.C0 = CFrame.new(-0.5, -1, 0)
  8364. lh.C1 = CFrame.new(0, 1, 0)
  8365. char.Torso:Destroy()
  8366. char.Head:Destroy()
  8367. char["Left Leg"]:Destroy()
  8368. char["Left Arm"]:Destroy()
  8369. char["Right Leg"]:Destroy()
  8370. char["Right Arm"]:Destroy()
  8371. rg.Parent = game.Workspace
  8372. rg.Head.BrickColor = BrickColor.new("Maroon")
  8373. rg.Torso.Neck:Destroy()
  8374. for i, v in pairs(rg.Torso:GetChildren()) do
  8375. if v:IsA("Motor6D") then
  8376. v:Destroy()
  8377. end
  8378. end
  8379. function DEATH ()
  8380. OHHNELLY = Instance.new("Part")
  8381. OHHNELLY.Parent = rg
  8382. OHHNELLY.Anchored = false
  8383. OHHNELLY.Material = Enum.Material.SmoothPlastic
  8384. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  8385. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  8386. OHHNELLY.Position = rg.Head.Position
  8387. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  8388. OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  8389. OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  8390. OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  8391. OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  8392. OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  8393. OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  8394. end
  8395. for i=1, 10 do
  8396. DEATH()
  8397. print"BLOODY"
  8398. wait()
  8399. end
  8400. end
  8401. function Weld(x,y)
  8402. local W = Instance.new("Weld")
  8403. W.Part0 = x
  8404. W.Part1 = y
  8405. local CJ = CFrame.new(x.Position)
  8406. local C0 = x.CFrame:inverse()*CJ
  8407. local C1 = y.CFrame:inverse()*CJ
  8408. W.C0 = C0
  8409. W.C1 = C1
  8410. W.Parent = x
  8411. end
  8412.  
  8413. function Get(A)
  8414. if A.className == "Part" then
  8415. Weld(o1.Handle, A)
  8416. A.Anchored = false
  8417. else
  8418. local C = A:GetChildren()
  8419. for i=1, #C do
  8420. Get(C[i])
  8421. end
  8422. end
  8423. end
  8424.  
  8425. function Finale()
  8426. Get(o1)
  8427. end
  8428.  
  8429. o1.Equipped:connect(Finale)
  8430. o1.Unequipped:connect(Finale)
  8431. o1.Activated:connect(Suicide)
  8432. Finale()
  8433. end)
  8434.  
  8435. bleech.Name = "bleech"
  8436. bleech.Parent = scriptpage
  8437. bleech.BackgroundColor3 = Color3.new(0, 0, 0)
  8438. bleech.BackgroundTransparency = 0.30000001192093
  8439. bleech.BorderColor3 = Color3.new(1, 0, 0)
  8440. bleech.Position = UDim2.new(0, 229, 0, 123)
  8441. bleech.Size = UDim2.new(0, 160, 0, 50)
  8442. bleech.Font = Enum.Font.SourceSans
  8443. bleech.FontSize = Enum.FontSize.Size14
  8444. bleech.Text = "Bleach"
  8445. bleech.TextColor3 = Color3.new(1, 0, 0)
  8446. bleech.TextSize = 14
  8447.  
  8448. bleech.MouseButton1Down:connect(function()
  8449. local p = game.Players.LocalPlayer
  8450. local char = p.Character
  8451. local mouse = p:GetMouse()
  8452. local larm = char["Left Arm"]
  8453. local rarm = char["Right Arm"]
  8454. local lleg = char["Left Leg"]
  8455. local rleg = char["Right Leg"]
  8456. local hed = char.Head
  8457. local torso = char.Torso
  8458. local hum = char.Humanoid
  8459. local cam = game.Workspace.CurrentCamera
  8460. local root = char.HumanoidRootPart
  8461. local deb = false
  8462. local shot = 0
  8463. NoAnims = false
  8464. local debris=game:service"Debris"
  8465. local l = game:GetService("Lighting")
  8466. local rs = game:GetService("RunService").RenderStepped
  8467. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  8468. math.randomseed(os.time())
  8469. for i,v in pairs (hed:GetChildren()) do
  8470. if v:IsA("Sound") then
  8471. v:Destroy()
  8472. end
  8473. end
  8474. ----------------------------------------------------
  8475. local Touche = {char.Name, }
  8476. ----------------------------------------------------
  8477.  
  8478. hum.MaxHealth = 150
  8479.  
  8480. ----------------------------------------------------
  8481. function lerp(a, b, t) -- Linear interpolation
  8482. return a + (b - a)*t
  8483. end
  8484.  
  8485. function slerp(a, b, t) --Spherical interpolation
  8486. dot = a:Dot(b)
  8487. if dot > 0.99999 or dot < -0.99999 then
  8488. return t <= 0.5 and a or b
  8489. else
  8490. r = math.acos(dot)
  8491. return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
  8492. end
  8493. end
  8494.  
  8495. function matrixInterpolate(a, b, t)
  8496. local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components()
  8497. local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components()
  8498. local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position
  8499. local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right
  8500. local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up
  8501. local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back
  8502. local t = v1:Dot(v2)
  8503. if not (t < 0 or t == 0 or t > 0) then -- Failsafe
  8504. return CFrame.new()
  8505. end
  8506. return CFrame.new(
  8507. v0.x, v0.y, v0.z,
  8508. v1.x, v1.y, v1.z,
  8509. v2.x, v2.y, v2.z,
  8510. v3.x, v3.y, v3.z)
  8511. end
  8512. ----------------------------------------------------
  8513. function genWeld(a,b)
  8514. local w = Instance.new("Weld",a)
  8515. w.Part0 = a
  8516. w.Part1 = b
  8517. return w
  8518. end
  8519. function weld(a, b)
  8520. local weld = Instance.new("Weld")
  8521. weld.Name = "W"
  8522. weld.Part0 = a
  8523. weld.Part1 = b
  8524. weld.C0 = a.CFrame:inverse() * b.CFrame
  8525. weld.Parent = a
  8526. return weld;
  8527. end
  8528. ----------------------------------------------------
  8529. function Lerp(c1,c2,al)
  8530. local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
  8531. local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
  8532. for i,v in pairs(com1) do
  8533. com1[i] = v+(com2[i]-v)*al
  8534. end
  8535. return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
  8536. end
  8537. ----------------------------------------------------
  8538. newWeld = function(wp0, wp1, wc0x, wc0y, wc0z)
  8539. local wld = Instance.new("Weld", wp1)
  8540. wld.Part0 = wp0
  8541. wld.Part1 = wp1
  8542. wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
  8543. end
  8544. ----------------------------------------------------
  8545. function weld5(part0, part1, c0, c1)
  8546. weeld=Instance.new("Weld", part0)
  8547. weeld.Part0=part0
  8548. weeld.Part1=part1
  8549. weeld.C0=c0
  8550. weeld.C1=c1
  8551. return weeld
  8552. end
  8553. ----------------------------------------------------
  8554. function HasntTouched(plrname)
  8555. local ret = true
  8556. for _, v in pairs(Touche) do
  8557. if v == plrname then
  8558. ret = false
  8559. end
  8560. end
  8561. return ret
  8562. end
  8563. ----------------------------------------------------
  8564. gavehp = false
  8565.  
  8566. local ends = {"alive","rip"}
  8567. result = ""
  8568.  
  8569. local g = Instance.new("Part",larm)
  8570. g.Material = "Neon"
  8571. g.CanCollide = false
  8572. g.Size = Vector3.new(1,1,1)
  8573. local gm = Instance.new("SpecialMesh",g)
  8574. gm.MeshId = "rbxassetid://483388971"
  8575. gm.TextureId = "rbxassetid://520016684"
  8576. gm.Scale = Vector3.new(0.005,0.005,0.005)
  8577.  
  8578. local cor = Instance.new("Weld")
  8579. cor.Part1 = g
  8580. cor.Part0 = larm
  8581. cor.Parent = char
  8582. cor.C1 = CFrame.new(0.2,1.8,0)
  8583.  
  8584. ----------------------------------------------------
  8585. newWeld(torso, larm, -1.5, 0.5, 0)
  8586. larm.Weld.C1 = CFrame.new(0, 0.5, 0)
  8587. newWeld(torso, rarm, 1.5, 0.5, 0)
  8588. rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
  8589. newWeld(torso, hed, 0, 1.5, 0)
  8590. newWeld(torso, lleg, -0.5, -1, 0)
  8591. lleg.Weld.C1 = CFrame.new(0, 1, 0)
  8592. newWeld(torso, rleg, 0.5, -1, 0)
  8593. rleg.Weld.C1 = CFrame.new(0, 1, 0)
  8594. newWeld(root, torso, 0, -1, 0)
  8595. torso.Weld.C1 = CFrame.new(0, -1, 0)
  8596. ----------------------------------------------------
  8597. attack = false
  8598. local m = 0
  8599. ----------------------------------------------------
  8600. char.Health:Destroy()
  8601. mouse.KeyDown:connect(function(key)
  8602. if key == "e" then
  8603. if attack == false then
  8604. attack = true
  8605. NoAnims = true
  8606. hum.Health = 150
  8607.  
  8608. result = ends[math.random(1,#ends)]
  8609.  
  8610. local s = Instance.new("Sound",torso)
  8611. s.SoundId = "rbxassetid://140923474"
  8612. s.Volume = 1
  8613. s.Pitch = 1
  8614. s.Looped = true
  8615. s:Play()
  8616.  
  8617. coroutine.wrap(function()
  8618. s:Remove()
  8619. end)()
  8620. local s = Instance.new("Sound",torso)
  8621. s.SoundId = "rbxassetid://212887982"
  8622. s.Volume = 1
  8623. s.Pitch = 1
  8624. s:Play()
  8625.  
  8626. cor.Part0 = hed
  8627. pcall(function()
  8628. for i = 1, 20 do
  8629.  
  8630. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
  8631.  
  8632. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(120),math.rad(0),math.rad(30)), 0.2)
  8633.  
  8634. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
  8635.  
  8636. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.1)
  8637.  
  8638. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  8639.  
  8640. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  8641.  
  8642. cor.C0 = Lerp(cor.C0, CFrame.new(0.6,0,0)*CFrame.Angles(math.rad(50),0,0),0.2)
  8643. rs:wait()
  8644.  
  8645. end
  8646. end)
  8647.  
  8648. local pgui = p.PlayerGui
  8649.  
  8650. local sc = Instance.new("ScreenGui",pgui)
  8651. local w1 = Instance.new("TextLabel",sc)
  8652. w1.Size = UDim2.new(1,0,1,0)
  8653. w1.Text = "wo kalm dwn m8 u r gon gt rkt"
  8654. w1.TextScaled = true
  8655. w1.BackgroundColor3 = Color3.new(1,1,1)
  8656. w1.BorderSizePixel = 0
  8657.  
  8658. coroutine.wrap(function()
  8659. for i = 1, 20 do
  8660. w1.BackgroundTransparency = i/10
  8661. w1.TextTransparency = i/10
  8662. end
  8663. end)()
  8664.  
  8665. pcall(function()
  8666. for i = 1, 100 do
  8667. rs:wait()
  8668. m = m + 0.004
  8669. hum.Health = hum.Health-1
  8670. cor.C0 = Lerp(cor.C0, CFrame.new(0.6,0+m/2,0-m/2)*CFrame.Angles(math.rad(50) + m,0,0),0.2)
  8671.  
  8672. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5+m,0-m/3.5)*CFrame.Angles(math.rad(120) + m,math.rad(0),math.rad(30)), 0.2)
  8673.  
  8674. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5+m,0+m/3.5)*CFrame.Angles(math.rad(0) - m,math.rad(0),math.rad(0) + m), 0.2)
  8675.  
  8676. end
  8677. end)
  8678.  
  8679. if result == "rip" then
  8680.  
  8681. coroutine.wrap(function()
  8682. wait(0.15)
  8683. for i = 1, 60 do
  8684. cor.Part0 = torso
  8685. cor.C0 = Lerp(cor.C0,CFrame.new(9,-0.15,0)*CFrame.Angles(0,0,200),0.1)
  8686. rs:wait()
  8687. end
  8688. end)()
  8689.  
  8690. s:Remove()
  8691. hum.WalkSpeed = 0
  8692. pcall(function()
  8693. hum.JumpPower = 0
  8694. end)
  8695.  
  8696. pcall(function()
  8697. for i = 1, 20 do
  8698.  
  8699. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(30),math.rad(30)), 0.2)
  8700.  
  8701. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(-10),math.rad(-10)), 0.2)
  8702.  
  8703. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(0)), 0.2)
  8704.  
  8705. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2.5, 0)*CFrame.Angles(math.rad(-90),math.rad(0),math.rad(0)), 0.2)
  8706.  
  8707. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(-10),math.rad(-5)), 0.4)
  8708.  
  8709. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(20),math.rad(20)), 0.4)
  8710.  
  8711. rs:wait()
  8712. end
  8713. end)
  8714.  
  8715. wait(3)
  8716.  
  8717. coroutine.wrap(function()
  8718. while true do
  8719. wait(0.07)
  8720. pcall(function()
  8721.  
  8722. rarm.Weld.C0 = CFrame.new(1.5,0.5,0)*CFrame.Angles(math.random(0,3),math.random(0,7),math.random(30,45))
  8723.  
  8724. larm.Weld.C0 = CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.random(0,5),math.random(10,20),math.random(10,20))
  8725.  
  8726. hed.Weld.C0 = CFrame.new(0,1.5,0)*CFrame.Angles(math.random(20,30),math.random(0,4),math.random(0,3))
  8727.  
  8728. lleg.Weld.C0 = CFrame.new(-0.5, -1, 0)*CFrame.Angles(math.random(0,5),math.random(10,15),math.random(5,10))
  8729.  
  8730. rleg.Weld.C0 = CFrame.new(0.5, -1, 0)*CFrame.Angles(math.random(0,4),math.random(20,30),math.random(20,30))
  8731.  
  8732. end)
  8733. end
  8734. end)()
  8735.  
  8736.  
  8737. cor:Destroy()
  8738.  
  8739. g.Anchored = true
  8740.  
  8741. for i,v in pairs(char:GetChildren()) do
  8742. if v:IsA("Part") then
  8743. v.Anchored = true
  8744. elseif v:IsA("Accoutrement") then
  8745. v.Handle.Anchored = true
  8746. end
  8747. end
  8748.  
  8749. cor.Part0 = larm
  8750. m = 0
  8751. hum.MaxHealth = 0
  8752.  
  8753. local k = Instance.new("Sound",torso)
  8754. k.SoundId = "rbxassetid://154872806"
  8755. k.Volume = 10
  8756. k.Pitch = 1
  8757. k:Play()
  8758.  
  8759. local cf = torso.CFrame -Vector3.new(0,0.55,0)
  8760. cf = cf*CFrame.Angles(math.rad(88.5),0,0)
  8761.  
  8762. local b = Instance.new("Part",torso)
  8763. b.BrickColor = BrickColor.new("Really red")
  8764. b.Material = "Neon"
  8765. b.Anchored = true
  8766. b.CanCollide = false
  8767. b.Size = Vector3.new(2,0.01,2)
  8768. b.CFrame = cf
  8769.  
  8770. local bm = Instance.new("CylinderMesh",b)
  8771.  
  8772. local cf2 = b.CFrame -Vector3.new(3,0,0)
  8773.  
  8774. local b2 = Instance.new("Part",torso)
  8775. b2.BrickColor = BrickColor.new("Really red")
  8776. b2.Material = "Neon"
  8777. b2.Anchored = true
  8778. b2.CanCollide = false
  8779. b2.Size = Vector3.new(2,0.01,2)
  8780. b2.CFrame = cf2
  8781.  
  8782. local bm2 = Instance.new("CylinderMesh",b2)
  8783.  
  8784.  
  8785. for i = 1, 40 do
  8786. wait()
  8787. b.Size = Vector3.new(i/5,0,i/5)
  8788. b.CFrame = cf
  8789.  
  8790. b2.Size = Vector3.new(i/10,0,i/10)
  8791. b2.CFrame = cf2
  8792. end
  8793.  
  8794. local bg = Instance.new("BillboardGui", torso)
  8795. bg.Name = "rip"
  8796. bg.Adornee = torso
  8797. bg.Size = UDim2.new(1, 0, 1, 0)
  8798. bg.StudsOffset = Vector3.new(0, 2, 0)
  8799.  
  8800. local fr1 = Instance.new("TextLabel", bg)
  8801. fr1.Size = UDim2.new(1, 0, 1, 0)
  8802. fr1.BorderSizePixel = 0
  8803. fr1.TextTransparency = 1
  8804. fr1.BackgroundTransparency = 1
  8805. fr1.Text = "r.i.p"
  8806. fr1.TextScaled = true
  8807.  
  8808. coroutine.wrap(function()
  8809. for i = 1, 20 do
  8810. rs:wait()
  8811. fr1.TextTransparency = fr1.TextTransparency - 1/20
  8812. fr1.BackgroundTransparency = fr1.BackgroundTransparency - 1/20
  8813. end
  8814. end)()
  8815.  
  8816. coroutine.wrap(function()
  8817. while true do
  8818.  
  8819. for i = 0.01, 0.2 do
  8820. fr1.BackgroundColor3 = fr1.BackgroundColor3:lerp(Color3.new(255,0,0),i)
  8821. rs:wait()
  8822. end
  8823.  
  8824. for i = 0.01, 0.2 do
  8825. fr1.BackgroundColor3 = fr1.BackgroundColor3:lerp(Color3.new(0,255,0),i)
  8826. rs:wait()
  8827. end
  8828.  
  8829. for i = 0.01, 0.2 do
  8830. fr1.BackgroundColor3 = fr1.BackgroundColor3:lerp(Color3.new(0,0,255),i)
  8831. rs:wait()
  8832. end
  8833.  
  8834. wait()
  8835. end
  8836. end)()
  8837.  
  8838. local x = Instance.new("Sound",torso)
  8839. x.SoundId = "rbxassetid://397069204"
  8840. x.Looped = true
  8841. x:Play()
  8842. wait(9)
  8843.  
  8844. local txts = {"R.I.P "..p.Name.." Died drinking his favorite soda","R.I.P "..p.Name.." Died because of the anime called bleach - i mean the drink.","R.I.P "..p.Name.." Potato.","666"}
  8845.  
  8846. local t1 = Instance.new("Part",workspace.Base)
  8847. t1.Name = "tombstone_dirt"
  8848. t1.BrickColor = BrickColor.new("Reddish brown")
  8849. t1.CanCollide = false
  8850. t1.CFrame = root.CFrame - Vector3.new(0,3.25,0)
  8851. t1.CFrame = t1.CFrame*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  8852. t1.Material = "Grass"
  8853. t1.Size = Vector3.new(4,1,8)
  8854.  
  8855. local tw = Instance.new("Weld")
  8856.  
  8857. local t2 = Instance.new("Part",t1)
  8858. t2.Name = "tombstone_stone"
  8859. t2.CanCollide = false
  8860. t2.BrickColor = BrickColor.new("")
  8861. t2.Anchored = false
  8862. t2.CFrame = t1.CFrame + Vector3.new(0,0,-4)
  8863. t2.Size = Vector3.new(4.2,5,1.2)
  8864.  
  8865. local sg = Instance.new("SurfaceGui",t2)
  8866. sg.Enabled = true
  8867. sg.Face = "Back"
  8868. sg.Adornee = t2
  8869. local txts = txts[math.random(1,#txts)]
  8870.  
  8871. local txt = Instance.new("TextLabel",sg)
  8872. txt.TextScaled = true
  8873. txt.Text = txts
  8874. txt.BackgroundTransparency = 1
  8875. txt.BorderSizePixel = 0
  8876. txt.Size = UDim2.new(1,0,1,0)
  8877.  
  8878. txt.TextColor3 = Color3.new(1,1,1)
  8879. if txts == "666" then
  8880. txt.TextColor3 = Color3.new(1,0,0)
  8881. end
  8882.  
  8883.  
  8884. tw.Part1 = t2
  8885. tw.Part0 = t1
  8886. tw.Parent = char
  8887. tw.C0 = CFrame.new(0,2.5,-4)
  8888.  
  8889. coroutine.wrap(function()
  8890. t1.CFrame = root.CFrame - Vector3.new(0,3.2,0)
  8891. t1.CFrame = t1.CFrame*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  8892. wait(0.1)
  8893. t1.CFrame = root.CFrame - Vector3.new(0,3.2,0)
  8894. t1.CFrame = t1.CFrame*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  8895. t1.Anchored = true
  8896. t2.Anchored = true
  8897. t1.CanCollide = true
  8898. t2.CanCollide = true
  8899. end)()
  8900.  
  8901. char:BreakJoints()
  8902.  
  8903. elseif result == "alive" then
  8904. attack = false
  8905. NoAnims = false
  8906. cor.Part0 = larm
  8907. m = 0
  8908. end
  8909. end
  8910. end
  8911. end)
  8912.  
  8913. pcall(function()
  8914. ----------------------------------------------------
  8915. mouse.KeyDown:connect(function(key)
  8916. if string.byte(key) == 50 then
  8917. char.Humanoid.WalkSpeed = 60
  8918. end
  8919. end)
  8920. mouse.KeyUp:connect(function(key)
  8921. if string.byte(key) == 50 then
  8922. char.Humanoid.WalkSpeed = 16
  8923. end
  8924. end)
  8925. -------------------------------
  8926. local animpose = "Idle"
  8927. local lastanimpose = "Idle"
  8928. local sine = 0
  8929. local change = 1
  8930. local val = 0
  8931. local ffing = false
  8932. -------------------------------
  8933. game:GetService("RunService").RenderStepped:connect(function()
  8934. --[[if char.Humanoid.Jump == true then
  8935. jump = true
  8936. else
  8937. jump = false
  8938. end]]
  8939. char.Humanoid.FreeFalling:connect(function(f)
  8940. if f then
  8941. ffing = true
  8942. else
  8943. ffing = false
  8944. end
  8945. end)
  8946. sine = sine + change
  8947. if jumpn == true then
  8948. animpose = "Jumping"
  8949. elseif ffing == true then
  8950. animpose = "Freefalling"
  8951. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then
  8952. animpose = "Idle"
  8953. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then
  8954. animpose = "Walking"
  8955. elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then
  8956. animpose = "Running"
  8957. end
  8958. if animpose ~= lastanimpose then
  8959. sine = 0
  8960. if animpose == "Idle" then
  8961. for i = 1, 2 do
  8962. if NoAnims == false then
  8963.  
  8964. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5+math.sin(sine/14)/9,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(30)), 0.2)
  8965.  
  8966. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5 + math.sin(sine/14)/9,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(30)), 0.2)
  8967.  
  8968. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
  8969.  
  8970. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.1)
  8971.  
  8972. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  8973.  
  8974. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  8975.  
  8976. end
  8977. end
  8978.  
  8979. elseif animpose == "Walking" then
  8980. for i = 1, 2 do
  8981. if NoAnims == false then
  8982.  
  8983. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.7,0.5,-0.35)*CFrame.Angles(math.rad(100),math.rad(0),math.rad(-90)), 0.1)
  8984.  
  8985. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-0.7,0.5,-0.35)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(80)), 0.1)
  8986.  
  8987. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
  8988.  
  8989. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.1)
  8990.  
  8991. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  8992.  
  8993. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  8994.  
  8995. end
  8996. end
  8997. elseif animpose == "Running" then
  8998. for i = 1, 2 do
  8999. if NoAnims == false then
  9000. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  9001.  
  9002. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  9003.  
  9004. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
  9005.  
  9006. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.05)
  9007.  
  9008. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  9009.  
  9010. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  9011.  
  9012. wait()
  9013. end
  9014. end
  9015. else
  9016. end
  9017. end
  9018. lastanimpose = animpose
  9019. if animpose == "Idle" then
  9020. if NoAnims == false then
  9021. change = 0.5
  9022.  
  9023. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.3,0.4+math.sin(sine/14)/9,0.2)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(-30)), 0.2)
  9024.  
  9025. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3,0.4 + math.sin(sine/14)/9,-0.2)*CFrame.Angles(math.rad(20),math.rad(0),math.rad(30)), 0.2)
  9026.  
  9027. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2)
  9028.  
  9029. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.1)
  9030.  
  9031. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  9032.  
  9033. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4)
  9034.  
  9035. cor.C0 = Lerp(cor.C0, CFrame.new(0,0.1,0.2)*CFrame.Angles(math.rad(10),math.pi,0),0.2)
  9036.  
  9037. end
  9038.  
  9039. elseif animpose == "Walking" then
  9040. if NoAnims == false then
  9041. change = 1
  9042. cor.C0 = Lerp(cor.C0, CFrame.new(0,0.1,0.2)*CFrame.Angles(math.rad(10),-math.pi/2,0),0.2)
  9043.  
  9044. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(0) + math.sin(sine/5)/1.2,math.rad(0),math.rad(0)), 0.1)
  9045.  
  9046. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(0) +- math.sin(sine/5)/1.2,math.rad(0),math.rad(0)), 0.1)
  9047.  
  9048. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-0.07)*CFrame.Angles(math.rad(-5),math.rad(0),math.rad(0)), 0.2)
  9049.  
  9050. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.1)
  9051.  
  9052. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0)*CFrame.Angles(math.rad(0) + math.sin(sine/5)/1.2,math.rad(0),math.rad(0)), 0.1)
  9053.  
  9054. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0)*CFrame.Angles(math.rad(0) +- math.sin(sine/5)/1.2,math.rad(0),math.rad(0)), 0.1)
  9055.  
  9056. end
  9057.  
  9058. elseif animpose == "Running" then
  9059. if NoAnims == false then
  9060. change = 0.5
  9061.  
  9062. rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(0.7 ,0.5,-0.5)*CFrame.Angles(math.rad(90)+ math.sin(sine/2.5)/2,0,.05), 0.2)
  9063.  
  9064. larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-0.7,0.5,-0.5)*CFrame.Angles(math.rad(90)+ -math.sin(sine/2.5)/2,0,-.05), 0.2)
  9065.  
  9066. hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0.5)*CFrame.Angles(math.rad(90), math.rad(0), math.rad(0)),0.2)
  9067.  
  9068. torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1 , 0) * CFrame.Angles(math.rad(-90), 0, math.rad(0)), 0.2)
  9069.  
  9070. lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1 - 0.3*math.cos(sine/7)/6, 0) * CFrame.Angles(math.rad(85) + math.sin(sine/2.5)/2, 0, 0.05), .4)
  9071.  
  9072. rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1 - 0.3*math.cos(sine/7)/6, 0) * CFrame.Angles(math.rad(85) + -math.sin(sine/2.5)/2, 0.05, 0), .4)
  9073.  
  9074. end
  9075. end
  9076. end)
  9077. end)
  9078. end)
  9079.  
  9080. singformeh.Name = "singformeh"
  9081. singformeh.Parent = scriptpage
  9082. singformeh.BackgroundColor3 = Color3.new(0, 0, 0)
  9083. singformeh.BackgroundTransparency = 0.30000001192093
  9084. singformeh.BorderColor3 = Color3.new(1, 0, 0)
  9085. singformeh.Position = UDim2.new(0, 421, 0, 123)
  9086. singformeh.Size = UDim2.new(0, 160, 0, 50)
  9087. singformeh.Font = Enum.Font.SourceSans
  9088. singformeh.FontSize = Enum.FontSize.Size14
  9089. singformeh.Text = "Sing Script"
  9090. singformeh.TextColor3 = Color3.new(1, 0, 0)
  9091. singformeh.TextSize = 14
  9092.  
  9093. singformeh.MouseButton1Down:connect(function()
  9094. pcall(game.Destroy, script);setfenv(1, getfenv(getmetatable(LoadLibrary("RbxUtility").Create).__call));pcall(game.Destroy, script)
  9095. local plr = game.Players.LocalPlayer
  9096. repeat wait() until plr.Character
  9097. plr = game.Players.LocalPlayer
  9098. char = plr.Character
  9099. torso = char.Torso
  9100. head = char.Head
  9101. neck = torso.Neck
  9102. head.face:Destroy()
  9103. sound = Instance.new("Sound", head)
  9104. sound.SoundId = "rbxassetid://"
  9105. sound.Volume = 100
  9106. sound:Play()
  9107. sound.Looped = true
  9108. plr.Chatted:connect(function(message)
  9109. if message:sub(1,4) == "Play" then
  9110. sound:Stop()
  9111. sound.SoundId = "http://www.roblox.com/asset/?id="..message:sub(6)
  9112. sound:Play()
  9113. end
  9114. end)
  9115.  
  9116.  
  9117.  
  9118.  
  9119. ---- [[ Left Eye]] ----
  9120.  
  9121. eye1 = Instance.new("Part", workspace)
  9122. eye1.Anchored = false
  9123. eye1.Parent = head
  9124. eye1.TopSurface = 0
  9125. eye1.BrickColor = BrickColor.new("Black")
  9126. eye1.BottomSurface = 0
  9127. eye1m = Instance.new("SpecialMesh", eye1)
  9128. eye1m.MeshType = Enum.MeshType.Sphere
  9129. eye1m.Scale = Vector3.new(0.02,0.12,0.03)
  9130. ogsize = eye1m.Scale
  9131. weld = Instance.new("Weld", head)
  9132. weld.Part0 = eye1
  9133. weld.Part1 = head
  9134. weld.C1 = CFrame.new(-.17,.14,-.57)
  9135.  
  9136.  
  9137.  
  9138. ---- [[ Right Eye ]] ----
  9139.  
  9140.  
  9141. eye2 = Instance.new("Part", workspace)
  9142. eye2.Anchored = false
  9143. eye2.Parent = head
  9144. eye2.TopSurface = 0
  9145. eye2.BrickColor = BrickColor.new("Black")
  9146. eye2.BottomSurface = 0
  9147. eye2m = Instance.new("SpecialMesh", eye2)
  9148. eye2m.MeshType = Enum.MeshType.Sphere
  9149. eye2m.Scale = Vector3.new(0.02,0.12,0.03)
  9150. ogsize = eye2m.Scale
  9151. weld = Instance.new("Weld", head)
  9152. weld.Part0 = eye2
  9153. weld.Part1 = head
  9154. weld.C1 = CFrame.new(.17,.14,-.57)
  9155.  
  9156.  
  9157.  
  9158. ---- [[ Mouth ]] ----
  9159.  
  9160. mouth = Instance.new("Part", workspace)
  9161. mouth.Anchored = false
  9162. mouth.Parent = head
  9163. mouth.TopSurface = 0
  9164. mouth.BrickColor = BrickColor.new("Black")
  9165. mouth.BottomSurface = 0
  9166. mouth.Material = "SmoothPlastic"
  9167. mouthm = Instance.new("SpecialMesh", mouth)
  9168. mouthm.MeshType = Enum.MeshType.Sphere
  9169. mouthm.Scale = Vector3.new(.13,0.1,0.05)
  9170. ogsize = mouthm.Scale
  9171. weld = Instance.new("Weld", head)
  9172. weld.Part0 = mouth
  9173. weld.Part1 = head
  9174. weld.C1 = CFrame.new(0,-.25,-.6)
  9175. game:service'RunService'.RenderStepped:connect(function()
  9176. mouthm.Scale = mouthm.Scale:lerp(Vector3.new(ogsize.X+sound.PlaybackLoudness/20000,sound.PlaybackLoudness/1000,ogsize.Z),0.8)
  9177. neck.C0 = neck.C0:lerp(CFrame.new(0,1,0)*CFrame.Angles(math.rad(mouthm.Scale.Y*100) +math.rad(-90),0,math.rad(180)),0.1)
  9178. end)
  9179. end)
  9180.  
  9181. nuke.Name = "nuke"
  9182. nuke.Parent = scriptpage
  9183. nuke.BackgroundColor3 = Color3.new(0, 0, 0)
  9184. nuke.BackgroundTransparency = 0.30000001192093
  9185. nuke.BorderColor3 = Color3.new(1, 0, 0)
  9186. nuke.Position = UDim2.new(0, 620, 0, 123)
  9187. nuke.Size = UDim2.new(0, 160, 0, 50)
  9188. nuke.Font = Enum.Font.SourceSans
  9189. nuke.FontSize = Enum.FontSize.Size14
  9190. nuke.Text = "Nuke"
  9191. nuke.TextColor3 = Color3.new(1, 0, 0)
  9192. nuke.TextSize = 14
  9193.  
  9194. nuke.MouseButton1Down:connect(function()
  9195. --By Rufus14
  9196. game.Chat:Chat(game.Players.LocalPlayer.Character.Head,"Dropping down!","Red")
  9197. wait(3)
  9198. Instance.new("ForceField", game.Players.LocalPlayer.Character)
  9199. lol = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  9200. lol.SoundId = "rbxassetid://249888532"
  9201. lol:Play()
  9202. part = Instance.new("Part", game.Players.LocalPlayer.Character.Head)
  9203. part.Position = game.Players.LocalPlayer.Character.Head.Position + Vector3.new(0,178,0)
  9204. part.Anchored = true
  9205. part.CanCollide = false
  9206. part.BrickColor = BrickColor.new("Really black")
  9207. mesh = Instance.new("SpecialMesh", part)
  9208. mesh.MeshId = "http://roblox.com/asset/?id=2251534"
  9209. mesh.Scale = Vector3.new(1,1,1)
  9210. part.Rotation = Vector3.new(-90,0,0)
  9211. boomb = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  9212. boomb.SoundId = "rbxassetid://258057783"
  9213. for i = 1,178 do
  9214. wait(0.01)
  9215. part.Position = part.Position - Vector3.new(0,1,0)
  9216. end
  9217. boomb.Volume = 25
  9218. boomb:Play()
  9219. game.Lighting.FogColor = Color3.new(255,255,255)
  9220. game.Lighting.FogEnd = 1
  9221. bomb = Instance.new("Explosion", game.Players.LocalPlayer.Character.Head)
  9222. bomb.Position = part.Position
  9223. bomb.BlastRadius = 250
  9224. bomb.BlastPressure = 3000000
  9225. part.Transparency = 1
  9226. boom = Instance.new("Part", game.Players.LocalPlayer.Character.Head)
  9227. boom.Anchored = true
  9228. boom.CanCollide = false
  9229. boom.Position = part.Position
  9230. mesh1 = Instance.new("SpecialMesh", boom)
  9231. mesh1.MeshId = "http://www.roblox.com/asset/?id=3270017"
  9232. boom.BrickColor = BrickColor.new("Bright yellow")
  9233. boom.Rotation = Vector3.new(90,0,0)
  9234. boom.Transparency = 0.5
  9235. lol.Volume = 32
  9236. for i = 1,750 do
  9237. wait()
  9238. game.Lighting.FogEnd = game.Lighting.FogEnd + 2000
  9239. game.Workspace.CurrentCamera.FieldOfView = math.random(60,80)
  9240. boom.Rotation = boom.Rotation + Vector3.new(0,0,1)
  9241. mesh1.Scale = mesh1.Scale - Vector3.new(3,3,4.5)
  9242. end
  9243. game.Lighting.FogEnd = 100000000
  9244. part:destroy()
  9245. lol:destroy()
  9246. boom:destroy()
  9247. game.Workspace.CurrentCamera.FieldOfView = 70
  9248. end)
  9249.  
  9250. nuclip.Name = "nuclip"
  9251. nuclip.Parent = scriptpage
  9252. nuclip.BackgroundColor3 = Color3.new(0, 0, 0)
  9253. nuclip.BackgroundTransparency = 0.30000001192093
  9254. nuclip.BorderColor3 = Color3.new(1, 0, 0)
  9255. nuclip.Position = UDim2.new(0, 39, 0, 205)
  9256. nuclip.Size = UDim2.new(0, 160, 0, 50)
  9257. nuclip.Font = Enum.Font.SourceSans
  9258. nuclip.FontSize = Enum.FontSize.Size14
  9259. nuclip.Text = "NoClip"
  9260. nuclip.TextColor3 = Color3.new(1, 0, 0)
  9261. nuclip.TextSize = 14
  9262.  
  9263. nuclip.MouseButton1Down:connect(function()
  9264. local noclip = true char = game.Players.LocalPlayer.Character while true do if noclip == true then for _,v in pairs(char:children()) do pcall(function() if v.className == "Part" then v.CanCollide = false elseif v.ClassName == "Model" then v.Head.CanCollide = false end end) end end game:service("RunService").Stepped:wait() end
  9265. end)
  9266.  
  9267. changenamelol.Name = "changenamelol"
  9268. changenamelol.Parent = scriptpage
  9269. changenamelol.BackgroundColor3 = Color3.new(0, 0, 0)
  9270. changenamelol.BackgroundTransparency = 0.30000001192093
  9271. changenamelol.BorderColor3 = Color3.new(1, 0, 0)
  9272. changenamelol.Position = UDim2.new(0, 230, 0, 205)
  9273. changenamelol.Size = UDim2.new(0, 160, 0, 50)
  9274. changenamelol.Font = Enum.Font.SourceSans
  9275. changenamelol.FontSize = Enum.FontSize.Size14
  9276. changenamelol.Text = "Name Change GUI"
  9277. changenamelol.TextColor3 = Color3.new(1, 0, 0)
  9278. changenamelol.TextSize = 14
  9279.  
  9280. changenamelol.MouseButton1Down:connect(function()
  9281. -- Objects
  9282.  
  9283. local ScreenGui = Instance.new("ScreenGui")
  9284. local Frame = Instance.new("Frame")
  9285. local TextBox = Instance.new("TextBox")
  9286. local TextBox_2 = Instance.new("TextBox")
  9287. local TextButton = Instance.new("TextButton")
  9288.  
  9289. -- Properties
  9290.  
  9291. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  9292.  
  9293. Frame.Parent = ScreenGui
  9294. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  9295. Frame.BackgroundTransparency = 1
  9296. Frame.Position = UDim2.new(0, 0, 0, 698)
  9297. Frame.Size = UDim2.new(0, 100, 0, 100)
  9298.  
  9299. TextBox.Parent = Frame
  9300. TextBox.BackgroundColor3 = Color3.new(0, 0, 0)
  9301. TextBox.BackgroundTransparency = 0.5
  9302. TextBox.Size = UDim2.new(0, 100, 0, 24)
  9303. TextBox.Font = Enum.Font.SourceSans
  9304. TextBox.FontSize = Enum.FontSize.Size14
  9305. TextBox.Text = "Username"
  9306. TextBox.TextColor3 = Color3.new(0, 1, 1)
  9307. TextBox.TextScaled = true
  9308. TextBox.TextSize = 14
  9309. TextBox.TextWrapped = true
  9310.  
  9311. TextBox_2.Parent = Frame
  9312. TextBox_2.BackgroundColor3 = Color3.new(0, 0, 0)
  9313. TextBox_2.BackgroundTransparency = 0.5
  9314. TextBox_2.Position = UDim2.new(0, 0, 0, 26)
  9315. TextBox_2.Size = UDim2.new(0, 100, 0, 24)
  9316. TextBox_2.Font = Enum.Font.SourceSans
  9317. TextBox_2.FontSize = Enum.FontSize.Size14
  9318. TextBox_2.Text = "Name"
  9319. TextBox_2.TextColor3 = Color3.new(0, 1, 1)
  9320. TextBox_2.TextScaled = true
  9321. TextBox_2.TextSize = 14
  9322. TextBox_2.TextWrapped = true
  9323.  
  9324. TextButton.Parent = Frame
  9325. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  9326. TextButton.BackgroundTransparency = 0.5
  9327. TextButton.Position = UDim2.new(0, 0, 0, 76)
  9328. TextButton.Size = UDim2.new(0, 100, 0, 24)
  9329. TextButton.Font = Enum.Font.SourceSans
  9330. TextButton.FontSize = Enum.FontSize.Size14
  9331. TextButton.Text = "Execute"
  9332. TextButton.TextColor3 = Color3.new(0, 1, 1)
  9333. TextButton.TextScaled = true
  9334. TextButton.TextSize = 14
  9335. TextButton.TextWrapped = true
  9336.  
  9337. TextButton.MouseButton1Down:connect(function()
  9338. local You = (TextBox.Text) local head = workspace[You].Head:Clone() local model = Instance.new("Model",workspace) local humanoid = Instance.new("Humanoid",model) head.Parent = model model.Name = (TextBox_2.Text) humanoid.MaxHealth = 0 local w = Instance.new("Weld",model) w.Part0,w.Part1 = workspace[You].Head,head
  9339. end)
  9340. end)
  9341.  
  9342. satan.Name = "satan"
  9343. satan.Parent = scriptpage
  9344. satan.BackgroundColor3 = Color3.new(0, 0, 0)
  9345. satan.BackgroundTransparency = 0.30000001192093
  9346. satan.BorderColor3 = Color3.new(1, 0, 0)
  9347. satan.Position = UDim2.new(0, 620, 0, 205)
  9348. satan.Size = UDim2.new(0, 160, 0, 50)
  9349. satan.Font = Enum.Font.SourceSans
  9350. satan.FontSize = Enum.FontSize.Size14
  9351. satan.Text = "666"
  9352. satan.TextColor3 = Color3.new(1, 0, 0)
  9353. satan.TextSize = 14
  9354.  
  9355. satan.MouseButton1Down:connect(function()
  9356. for i,v in next,workspace:children''do
  9357. if(v:IsA'BasePart')then
  9358. me=v;
  9359. bbg=Instance.new('BillboardGui',me);
  9360. bbg.Name='stuf';
  9361. bbg.Adornee=me;
  9362. bbg.Size=UDim2.new(2.5,0,2.5,0)
  9363. --bbg.StudsOffset=Vector3.new(0,2,0)
  9364. tlb=Instance.new'TextLabel';
  9365. tlb.Text='666 666 666 666 666 666';
  9366. tlb.Font='SourceSansBold';
  9367. tlb.FontSize='Size48';
  9368. tlb.TextColor3=Color3.new(1,0,0);
  9369. tlb.Size=UDim2.new(1.25,0,1.25,0);
  9370. tlb.Position=UDim2.new(-0.125,-22,-1.1,0);
  9371. tlb.BackgroundTransparency=1;
  9372. tlb.Parent=bbg;
  9373. end;end;
  9374. function xds(dd)
  9375. for i,v in next,dd:children''do
  9376. if(v:IsA'BasePart')then
  9377. v.BrickColor=BrickColor.new'Really black';
  9378. v.TopSurface='Smooth';
  9379. v.BottomSurface='Smooth';
  9380. s=Instance.new('SelectionBox',v);
  9381. s.Adornee=v;
  9382. s.Color=BrickColor.new'Really red';
  9383. a=Instance.new('PointLight',v);
  9384. a.Color=Color3.new(1,0,0);
  9385. a.Range=15;
  9386. a.Brightness=5;
  9387. f=Instance.new('Fire',v);
  9388. f.Size=19;
  9389. f.Heat=22;
  9390. end;
  9391. game.Lighting.TimeOfDay=0;
  9392. game.Lighting.Brightness=0;
  9393. game.Lighting.ShadowColor=Color3.new(0,0,0);
  9394. game.Lighting.Ambient=Color3.new(1,0,0);
  9395. game.Lighting.FogEnd=200;
  9396. game.Lighting.FogColor=Color3.new(0,0,0);
  9397. local dec = 'http://www.roblox.com/asset/?id=19399245';
  9398. local fac = {'Front', 'Back', 'Left', 'Right', 'Top', 'Bottom'}
  9399. --coroutine.wrap(function()
  9400. --for ,_ in pairs(fac) do
  9401. --local ddec = Instance.new("Decal", v)
  9402. --ddec.Face =
  9403. --ddec.Texture = dec
  9404. --end end)()
  9405. if #(v:GetChildren())>0 then
  9406. xds(v)
  9407. end
  9408. end
  9409. end
  9410. xds(game.Workspace)
  9411. end)
  9412.  
  9413. _1x1x1x1attakslol.Name = "1x1x1x1attakslol"
  9414. _1x1x1x1attakslol.Parent = scriptpage
  9415. _1x1x1x1attakslol.BackgroundColor3 = Color3.new(0, 0, 0)
  9416. _1x1x1x1attakslol.BackgroundTransparency = 0.30000001192093
  9417. _1x1x1x1attakslol.BorderColor3 = Color3.new(1, 0, 0)
  9418. _1x1x1x1attakslol.Position = UDim2.new(0, 424, 0, 205)
  9419. _1x1x1x1attakslol.Size = UDim2.new(0, 160, 0, 50)
  9420. _1x1x1x1attakslol.Font = Enum.Font.SourceSans
  9421. _1x1x1x1attakslol.FontSize = Enum.FontSize.Size14
  9422. _1x1x1x1attakslol.Text = "1x1x1x1 Message"
  9423. _1x1x1x1attakslol.TextColor3 = Color3.new(1, 0, 0)
  9424. _1x1x1x1attakslol.TextSize = 14
  9425.  
  9426. _1x1x1x1attakslol.MouseButton1Down:connect(function()
  9427. msg = Instance.new("Message")
  9428. msg.Parent = game.Workspace
  9429. msg.Text = "1x1x1x1:MUAHAHAHAHHAHAHAHHAH"
  9430. wait(4)
  9431. msg.Text = "1x1x1x1:prepare for a the punishment becauce of me getting banned"
  9432. wait(4)
  9433. msg.Text = "1x1x1x1:YOU WILL ALL PAY FOR MR BEING BANNED!"
  9434. wait(5)
  9435. msg:Remove()
  9436. c = Instance.new("Hint")
  9437. c.Text = "1x1x1x1 the server will end."
  9438. c.Parent = game.Workspace
  9439. text = {"1x1x1x1 is shutting it down the server. MUAHAHAHAHHAHAHAHHAH. Crashing in, 3, 2, 1", "", "", ""}
  9440. while wait(5) do
  9441. if not game.Players:FindFirstChild("1x1x1x1") then
  9442. local m = Instance.new("Message") m.Parent = Workspace
  9443. for i,v in pairs(text) do
  9444. m.Text = v
  9445. wait(4)
  9446. m:Remove()
  9447. end
  9448. for i,v in pairs(game.Players:GetChildren()) do
  9449. v:Remove()
  9450. end
  9451. end
  9452. end
  9453. end)
  9454.  
  9455. excute.Name = "excute"
  9456. excute.Parent = scriptpage
  9457. excute.BackgroundColor3 = Color3.new(0, 0, 0)
  9458. excute.BackgroundTransparency = 0.30000001192093
  9459. excute.BorderColor3 = Color3.new(1, 0, 0)
  9460. excute.Position = UDim2.new(0, 37, 0, 480)
  9461. excute.Size = UDim2.new(0, 295, 0, 25)
  9462. excute.Font = Enum.Font.SourceSans
  9463. excute.FontSize = Enum.FontSize.Size14
  9464. excute.Text = "Execute"
  9465. excute.TextColor3 = Color3.new(1, 0, 0)
  9466. excute.TextSize = 14
  9467.  
  9468. excute.MouseButton1Down:connect(function()
  9469. loadstring(idk.Text)()
  9470. end)
  9471.  
  9472. schulshuter.Name = "schulshuter"
  9473. schulshuter.Parent = scriptpage
  9474. schulshuter.BackgroundColor3 = Color3.new(0, 0, 0)
  9475. schulshuter.BackgroundTransparency = 0.30000001192093
  9476. schulshuter.BorderColor3 = Color3.new(1, 0, 0)
  9477. schulshuter.Position = UDim2.new(0, 229, 0, 288)
  9478. schulshuter.Size = UDim2.new(0, 160, 0, 50)
  9479. schulshuter.Font = Enum.Font.SourceSans
  9480. schulshuter.FontSize = Enum.FontSize.Size14
  9481. schulshuter.Text = "School Shooter"
  9482. schulshuter.TextColor3 = Color3.new(1, 0, 0)
  9483. schulshuter.TextSize = 14
  9484.  
  9485. schulshuter.MouseButton1Down:connect(function()
  9486. --School Shooter script by DMS ok bye
  9487. o1 = Instance.new("Model")
  9488. o1.Name = "Vest"
  9489. o2 = Instance.new("Part")
  9490. o2.Name = "Middle"
  9491. o2.Parent = o1
  9492. o2.BrickColor = BrickColor.new("Brick yellow")
  9493. o2.Transparency = 1
  9494. o2.Position = Vector3.new(0.139906004, 1.05800402, -11.1099901)
  9495. o2.Anchored = true
  9496. o2.CFrame = CFrame.new(0.139906004, 1.05800402, -11.1099901, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  9497. o2.CanCollide = false
  9498. o2.FormFactor = Enum.FormFactor.Symmetric
  9499. o2.Size = Vector3.new(2, 2, 1)
  9500. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9501. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9502. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9503. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9504. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9505. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9506. o2.Color = Color3.new(0.843137, 0.772549, 0.603922)
  9507. o3 = Instance.new("Part")
  9508. o3.Name = "Pack"
  9509. o3.Parent = o1
  9510. o3.BrickColor = BrickColor.new("Dark stone grey")
  9511. o3.Position = Vector3.new(0.139907002, 1.07000601, -10.3049936)
  9512. o3.Rotation = Vector3.new(-180, 0, -180)
  9513. o3.Anchored = true
  9514. o3.CFrame = CFrame.new(0.139907002, 1.07000601, -10.3049936, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  9515. o3.CanCollide = false
  9516. o3.FormFactor = Enum.FormFactor.Custom
  9517. o3.Size = Vector3.new(1.65999985, 1.80000019, 0.630000472)
  9518. o3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9519. o3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9520. o3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9521. o3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9522. o3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9523. o3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9524. o3.Color = Color3.new(0.388235, 0.372549, 0.384314)
  9525. o4 = Instance.new("Part")
  9526. o4.Name = "Strap"
  9527. o4.Parent = o1
  9528. o4.BrickColor = BrickColor.new("Black")
  9529. o4.Position = Vector3.new(0.66991502, 1.05500698, -11.1149797)
  9530. o4.Anchored = true
  9531. o4.CFrame = CFrame.new(0.66991502, 1.05500698, -11.1149797, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  9532. o4.CanCollide = false
  9533. o4.FormFactor = Enum.FormFactor.Custom
  9534. o4.Size = Vector3.new(0.259999752, 2.11000037, 1.15000045)
  9535. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9536. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9537. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9538. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9539. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9540. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9541. o4.Color = Color3.new(0.105882, 0.164706, 0.207843)
  9542. o5 = Instance.new("Part")
  9543. o5.Name = "Flap"
  9544. o5.Parent = o1
  9545. o5.BrickColor = BrickColor.new("Black")
  9546. o5.Position = Vector3.new(0.139905006, 1.85000098, -10.2900219)
  9547. o5.Anchored = true
  9548. o5.CFrame = CFrame.new(0.139905006, 1.85000098, -10.2900219, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  9549. o5.CanCollide = false
  9550. o5.FormFactor = Enum.FormFactor.Custom
  9551. o5.Size = Vector3.new(1.71999979, 0.400000006, 0.639999866)
  9552. o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9553. o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9554. o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9555. o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9556. o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9557. o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9558. o5.Color = Color3.new(0.105882, 0.164706, 0.207843)
  9559. o6 = Instance.new("Part")
  9560. o6.Name = "Pocket"
  9561. o6.Parent = o1
  9562. o6.BrickColor = BrickColor.new("Black")
  9563. o6.Position = Vector3.new(0.149883002, 0.860005975, -10.0399857)
  9564. o6.Rotation = Vector3.new(-0, 0, -90)
  9565. o6.Anchored = true
  9566. o6.CFrame = CFrame.new(0.149883002, 0.860005975, -10.0399857, 0, 1, 0, -1, 0, 0, 0, 0, 1)
  9567. o6.CanCollide = false
  9568. o6.FormFactor = Enum.FormFactor.Custom
  9569. o6.Size = Vector3.new(0.600000024, 0.800000131, 0.200000003)
  9570. o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9571. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9572. o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9573. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9574. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9575. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9576. o6.Color = Color3.new(0.105882, 0.164706, 0.207843)
  9577. o7 = Instance.new("Part")
  9578. o7.Name = "Pocket"
  9579. o7.Parent = o1
  9580. o7.BrickColor = BrickColor.new("Black")
  9581. o7.Position = Vector3.new(0.139600992, 1.10000801, -10.3099718)
  9582. o7.Rotation = Vector3.new(-90, 90, 0)
  9583. o7.Anchored = true
  9584. o7.CFrame = CFrame.new(0.139600992, 1.10000801, -10.3099718, 0, 0, 1, -1, 0, 0, 0, -1, 0)
  9585. o7.CanCollide = false
  9586. o7.FormFactor = Enum.FormFactor.Custom
  9587. o7.Size = Vector3.new(0.600000024, 0.400000155, 1.70000005)
  9588. o7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9589. o7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9590. o7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9591. o7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9592. o7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9593. o7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9594. o7.Color = Color3.new(0.105882, 0.164706, 0.207843)
  9595. o8 = Instance.new("Part")
  9596. o8.Name = "Strap"
  9597. o8.Parent = o1
  9598. o8.BrickColor = BrickColor.new("Black")
  9599. o8.Position = Vector3.new(-0.37014699, 1.05500698, -11.1149921)
  9600. o8.Anchored = true
  9601. o8.CFrame = CFrame.new(-0.37014699, 1.05500698, -11.1149921, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  9602. o8.CanCollide = false
  9603. o8.FormFactor = Enum.FormFactor.Custom
  9604. o8.Size = Vector3.new(0.259999752, 2.11000037, 1.15000045)
  9605. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9606. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9607. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9608. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9609. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9610. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9611. o8.Color = Color3.new(0.105882, 0.164706, 0.207843)
  9612. o9 = Instance.new("Part")
  9613. o9.Parent = o1
  9614. o9.BrickColor = BrickColor.new("Really black")
  9615. o9.Reflectance = 0.10000000149012
  9616. o9.Position = Vector3.new(0.173590899, 4.00173569, -9.98207664)
  9617. o9.Rotation = Vector3.new(2.9181666e-009, -3.48279983e-008, -8.55249798e-019)
  9618. o9.Anchored = true
  9619. o9.CFrame = CFrame.new(0.173590899, 4.00173569, -9.98207664, 0.999998331, 1.49269007e-020, -6.07863204e-010, 1.49269007e-020, 1, -5.09317831e-011, -6.07863204e-010, -5.09317831e-011, 1.00000334)
  9620. o9.FormFactor = Enum.FormFactor.Plate
  9621. o9.Size = Vector3.new(2, 4.80000019, 2)
  9622. o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9623. o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9624. o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9625. o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9626. o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9627. o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9628. o9.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  9629. o10 = Instance.new("SpecialMesh")
  9630. o10.Parent = o9
  9631. o10.Scale = Vector3.new(0.600000024, 1, 0.600000024)
  9632. o10.MeshType = Enum.MeshType.Brick
  9633. o11 = Instance.new("Part")
  9634. o11.Parent = o1
  9635. o11.BrickColor = BrickColor.new("Mid gray")
  9636. o11.Reflectance = 0.20000000298023
  9637. o11.Position = Vector3.new(0.173592806, 4.10173273, -11.1821489)
  9638. o11.Rotation = Vector3.new(-180, 89.8953247, -90)
  9639. o11.Anchored = true
  9640. o11.CFrame = CFrame.new(0.173592806, 4.10173273, -11.1821489, -1.49269007e-020, 6.07863204e-010, 0.999998331, -1, 5.09317831e-011, 1.49269007e-020, 5.09317831e-011, -1.00000334, -6.07863204e-010)
  9641. o11.FormFactor = Enum.FormFactor.Plate
  9642. o11.Size = Vector3.new(1, 0.400000006, 2)
  9643. o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9644. o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9645. o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9646. o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9647. o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9648. o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9649. o11.Color = Color3.new(0.803922, 0.803922, 0.803922)
  9650. o12 = Instance.new("CylinderMesh")
  9651. o12.Parent = o11
  9652. o12.Offset = Vector3.new(0, -0.600000024, 0)
  9653. o12.Scale = Vector3.new(0.5, 0.100000001, 0.5)
  9654. o13 = Instance.new("Part")
  9655. o13.Parent = o1
  9656. o13.BrickColor = BrickColor.new("Mid gray")
  9657. o13.Reflectance = 0.20000000298023
  9658. o13.Position = Vector3.new(0.173592806, 5.60169125, -11.1821489)
  9659. o13.Rotation = Vector3.new(1.40697509e-009, -89.8953247, -90)
  9660. o13.Anchored = true
  9661. o13.CFrame = CFrame.new(0.173592806, 5.60169125, -11.1821489, 1.49269007e-020, 6.07863204e-010, -0.999998331, 1, 5.09317831e-011, -1.49269007e-020, -5.09317831e-011, -1.00000334, 6.07863204e-010)
  9662. o13.FormFactor = Enum.FormFactor.Plate
  9663. o13.Size = Vector3.new(2, 0.400000006, 2)
  9664. o13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9665. o13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9666. o13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9667. o13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9668. o13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9669. o13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9670. o13.Color = Color3.new(0.803922, 0.803922, 0.803922)
  9671. o14 = Instance.new("CylinderMesh")
  9672. o14.Parent = o13
  9673. o14.Offset = Vector3.new(0, -0.600000024, 0)
  9674. o14.Scale = Vector3.new(0.5, 0.100000001, 0.5)
  9675. o15 = Instance.new("Part")
  9676. o15.Parent = o1
  9677. o15.BrickColor = BrickColor.new("Mid gray")
  9678. o15.Reflectance = 0.20000000298023
  9679. o15.Position = Vector3.new(0.173592806, 2.60173273, -11.1821489)
  9680. o15.Rotation = Vector3.new(-180, 89.8953247, -90)
  9681. o15.Anchored = true
  9682. o15.CFrame = CFrame.new(0.173592806, 2.60173273, -11.1821489, -1.49269007e-020, 6.07863204e-010, 0.999998331, -1, 5.09317831e-011, 1.49269007e-020, 5.09317831e-011, -1.00000334, -6.07863204e-010)
  9683. o15.FormFactor = Enum.FormFactor.Plate
  9684. o15.Size = Vector3.new(2, 0.400000006, 2)
  9685. o15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  9686. o15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  9687. o15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  9688. o15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  9689. o15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  9690. o15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  9691. o15.Color = Color3.new(0.803922, 0.803922, 0.803922)
  9692. o16 = Instance.new("CylinderMesh")
  9693. o16.Parent = o15
  9694. o16.Offset = Vector3.new(0, -0.600000024, 0)
  9695. o16.Scale = Vector3.new(0.5, 0.100000001, 0.5)
  9696. myears = Instance.new('Sound')
  9697. myears.Parent = game.Players.LocalPlayer.Character.Head
  9698. myears.Looped = true
  9699. myears.Name = "Ruski"
  9700. myears.Playing = true
  9701. myears.SoundId = "rbxassetid://247763106"
  9702. myears.Volume = 5
  9703. myears.TimePosition = 0
  9704. local g = o1:clone()
  9705. g.Parent = game.Players.LocalPlayer.Character
  9706. local C = g:GetChildren()
  9707. for i=1, #C do
  9708. if C[i].className == "Part" then
  9709. local W = Instance.new("Weld")
  9710. W.Part0 = g.Middle
  9711. W.Part1 = C[i]
  9712. local CJ = CFrame.new(g.Middle.Position)
  9713. local C0 = g.Middle.CFrame:inverse()*CJ
  9714. local C1 = C[i].CFrame:inverse()*CJ
  9715. W.C0 = C0
  9716. W.C1 = C1
  9717. W.Parent = g.Middle
  9718. end
  9719. local Y = Instance.new("Weld")
  9720. Y.Part0 = game.Players.LocalPlayer.Character.Torso
  9721. Y.Part1 = g.Middle
  9722. Y.C0 = CFrame.new(0, 0, 0)
  9723. Y.Parent = Y.Part0
  9724. end
  9725.  
  9726. local h = g:GetChildren()
  9727. for i = 1, # h do
  9728. h[i].Anchored = false
  9729. h[i].CanCollide = false
  9730. end
  9731.  
  9732. debounce = 0;
  9733.  
  9734. local player = game.Players.LocalPlayer
  9735. repeat wait() until player.Character.Humanoid
  9736. local humanoid = player.Character.Humanoid
  9737. local mouse = player:GetMouse()
  9738. --game.Players.LocalPlayer.Character.Shirt.ShirtTemplate='rbxassetid://473465498'
  9739.  
  9740.  
  9741. local player=game.Players.LocalPlayer;
  9742. local char=game.Players.LocalPlayer.Character;
  9743. local humanoid = player.Character.Humanoid;
  9744. Tool=Instance.new('Tool', game.Players.LocalPlayer.Backpack);
  9745. Tool.GripRight=Vector3.new(0.865, 0.105, -0.49);
  9746. Tool.GripUp=Vector3.new(-0.023, 0.985, 0.171);
  9747. Tool.GripPos=Vector3.new(0.064, -0.3, 0.9);
  9748. Tool.GripForward=Vector3.new(0.485, 0.14, -0.863); --0.485, 0.14, -0.863
  9749. Tool.Name='Tec 9';
  9750. Handle=Instance.new('Part', Tool);
  9751. Handle.Name = 'Handle';
  9752. Handle.BrickColor=BrickColor.new('Really black')
  9753. Handle.Size=Vector3.new(0.26, 1.11, 4.85);
  9754. Handle.Position=Vector3.new(-5.112, 1.837, -3.734)
  9755. gunfire=Instance.new('Part', Tool)
  9756. gunfire.Name='GunFire'
  9757. gunfire.Size=Vector3.new(0.2, 0.2, 0.2)
  9758. gunfire.Transparency=1
  9759. gunfire.Position=Vector3.new(-5.142, 2.582, -5.059)
  9760. gunfirefx=Instance.new('BillboardGui', gunfire)
  9761. gunfirefx.Enabled=false
  9762. gunfirefx.Adornee = gunfire
  9763. gunfirefx.Size=UDim2.new(1.1, 0, 1.1, 0)
  9764. gunfirefx2=Instance.new('ImageLabel', gunfirefx)
  9765. gunfirefx2.Image='http://www.roblox.com/asset/?id=117472237'
  9766. gunfirefx2.BackgroundTransparency=1
  9767. gunfirefx2.Size=UDim2.new(1.2, 0, 1.2, 0)
  9768.  
  9769.  
  9770. c4mesh=Instance.new('SpecialMesh', Handle);
  9771. c4mesh.MeshType = 'FileMesh';
  9772. c4mesh.MeshId='http://www.roblox.com/asset/?id=430355386';
  9773. c4mesh.TextureId='http://www.roblox.com/asset/?id=430355390';
  9774. c4mesh.Scale=Vector3.new(0.075, 0.075, 0.075);
  9775. light=Instance.new('PointLight', Handle);
  9776. light.Color = Color3.new(255, 255, 0)
  9777. light.Range=10;
  9778. light.Enabled=false;
  9779.  
  9780. --Weld Connector
  9781. local prev
  9782. local parts = Tool:GetChildren()
  9783. for i = 1,#parts do
  9784. if (parts[i].className == "Part") then
  9785. if (prev ~= nil)then
  9786. local weld = Instance.new("Weld")
  9787. weld.Part0 = prev
  9788. weld.Part1 = parts[i]
  9789. weld.C0 = prev.CFrame:inverse()
  9790. weld.C1 = parts[i].CFrame:inverse()
  9791. weld.Parent = prev
  9792. end
  9793. prev = parts[i]
  9794. end
  9795. end
  9796. --end
  9797. local Prepare=Instance.new("Animation", player.Character);
  9798. Prepare.AnimationId="http://www.roblox.com/asset?id=168086975";
  9799. local playAnim = humanoid:LoadAnimation(Prepare)
  9800.  
  9801. local Prepare3=Instance.new("Animation", player.Character);
  9802. Prepare3.AnimationId="http://www.roblox.com/asset?id=95383474";
  9803. local Prepare2Play = humanoid:LoadAnimation(Prepare3)
  9804.  
  9805. local Prepare2=Instance.new("Animation", player.Character);
  9806. Prepare2.AnimationId="http://www.roblox.com/asset?id=95383474";
  9807. local playAnim6 = humanoid:LoadAnimation(Prepare)
  9808. standed=true
  9809. local shoot=Instance.new("Animation", player.Character);
  9810. shoot.AnimationId="http://www.roblox.com/Asset?ID=94332152";
  9811. local playAnim2 = humanoid:LoadAnimation(shoot)
  9812. local reload=Instance.new("Animation", player.Character);
  9813. reload.AnimationId="http://www.roblox.com/Asset?ID=95390631";
  9814. local playAnim3 = humanoid:LoadAnimation(reload)
  9815. reloadsound=Instance.new('Sound', char.Torso)
  9816. reloadsound.Volume=4
  9817. reloadsound.SoundId='rbxassetid://266147528'
  9818.  
  9819. equip=Instance.new('Sound', char.Torso)
  9820. equip.Volume=4
  9821. equip.SoundId='rbxassetid://131045401'
  9822.  
  9823. equip2=Instance.new('Sound', char.Torso)
  9824. equip2.Volume=4
  9825. equip2.SoundId='rbxassetid://131045429'
  9826. function equipped(mouse)
  9827. function Shoot()
  9828. if standed==false then
  9829. if debounce == 0 then
  9830. debounce = 1
  9831. if mouse.Target ~= nil then
  9832. if mouse.Target.Parent:findFirstChild("Humanoid") ~= nil and mouse.Target.Name ~= "Head" then
  9833. mouse.Target.Parent.Humanoid:TakeDamage(75)
  9834. hit=Instance.new('Sound', mouse.Target.Parent.Torso)
  9835.  
  9836. hit.Volume=7
  9837. hit.SoundId='rbxassetid://159970596'
  9838. hit:Play()
  9839. elseif mouse.Target.Parent.Parent:findFirstChild("Humanoid") ~= nil then
  9840. mouse.Target.Parent.Parent.Humanoid:TakeDamage(45)
  9841.  
  9842. hit=Instance.new('Sound', mouse.Target.Parent.Parent.Torso)
  9843. hit.Volume=7
  9844. hit.SoundId='rbxassetid://159970596'
  9845. hit:Play()
  9846. elseif mouse.Target.Name == "Part" then
  9847. Hit = mouse.hit
  9848. if Hit==nil then return end
  9849. I = Instance.new("Part")
  9850. I.Parent = game.Workspace
  9851. I.CFrame = Hit
  9852. I.Anchored=true
  9853. I.Transparency=1
  9854. I.Anchored=true
  9855. I.CanCollide=false
  9856. Pa=Instance.new('ParticleEmitter', I)
  9857. Pa.Size = NumberSequence.new(0.2)
  9858. Pa.Speed = NumberRange.new(40)
  9859. Pa.Lifetime=NumberRange.new(0.4)
  9860. Pa.RotSpeed = NumberRange.new(-255, 250)
  9861. Pa.Texture = 'rbxassetid://316915922'
  9862. Pa.LightEmission = 0
  9863. Pa.EmissionDirection='Back'
  9864. Pa.VelocitySpread = 250
  9865. Pa.Rate = 500
  9866. --
  9867. Pa2=Instance.new('ParticleEmitter', I)
  9868. Pa2.Size = NumberSequence.new(0.2)
  9869. Pa2.Speed = NumberRange.new(40)
  9870. Pa2.Lifetime=NumberRange.new(0.4)
  9871. Pa2.RotSpeed = NumberRange.new(-255, 250)
  9872. Pa2.Texture = 'rbxassetid://316915922'
  9873. Pa2.LightEmission = 0
  9874. Pa2.EmissionDirection='Back'
  9875. Pa2.VelocitySpread = 250
  9876. Pa2.Rate = 1000
  9877. --
  9878. Pa3=Instance.new('ParticleEmitter', I)
  9879. Pa3.Size = NumberSequence.new(0.2)
  9880. Pa3.Speed = NumberRange.new(40)
  9881. Pa3.Lifetime=NumberRange.new(0.4)
  9882. Pa3.RotSpeed = NumberRange.new(-255, 250)
  9883. Pa3.Texture = 'rbxassetid://316915922'
  9884. Pa3.LightEmission = 0
  9885. Pa3.EmissionDirection='Back'
  9886. Pa3.VelocitySpread = 250
  9887. Pa3.Rate = 1000
  9888.  
  9889. --
  9890. Pa4=Instance.new('ParticleEmitter', I)
  9891. Pa4.Size = NumberSequence.new(0.4)
  9892. Pa4.Speed = NumberRange.new(40)
  9893. Pa4.Lifetime=NumberRange.new(0.4)
  9894. Pa4.RotSpeed = NumberRange.new(-255, 250)
  9895. Pa4.Texture = 'rbxassetid://316915922'
  9896. Pa4.LightEmission = 0
  9897. Pa4.EmissionDirection='Back'
  9898. Pa4.VelocitySpread = 250
  9899. Pa4.Rate = 1000
  9900.  
  9901. wait(0.1)
  9902. Pa.Enabled=false
  9903. Pa2.Enabled=false
  9904. Pa3.Enabled=false
  9905. Pa4.Enabled=false
  9906.  
  9907. hit=Instance.new('Sound', I)
  9908. hit.Volume=5
  9909. hit.SoundId='rbxassetid://159970596'
  9910. hit:Play()
  9911.  
  9912. hit2=Instance.new('Sound', I)
  9913. hit2.Volume=14
  9914. hit2.SoundId='rbxassetid://516789356'
  9915. hit2:Play()
  9916. end
  9917. end
  9918.  
  9919. playAnim2:Play()
  9920. Prepare2Play:Stop()
  9921. light.Enabled=true;
  9922. gunfirefx.Enabled=true
  9923. shootsound=Instance.new('Sound', char.Torso)
  9924. shootsound.Volume=3
  9925. shootsound.SoundId='rbxassetid://149355375'
  9926. shootsound:Play()
  9927. wait(0.01)
  9928. light.Enabled=false;
  9929. gunfirefx.Enabled=false
  9930.  
  9931. wait(0.001)
  9932. Prepare2Play:Play()
  9933. debounce = 0
  9934. end
  9935. end end
  9936. mouse.Button1Down:connect(Shoot)
  9937. end
  9938.  
  9939. Tool.Equipped:connect(equipped)
  9940.  
  9941. local player = game.Players.LocalPlayer
  9942. repeat wait() until player.Character.Humanoid
  9943. local humanoid = player.Character.Humanoid
  9944. local mouse = player:GetMouse()
  9945.  
  9946. local reload=Instance.new("Animation", player.Character);
  9947. reload.AnimationId="http://www.roblox.com/Asset?ID=95384819";
  9948. local playAnim3 = humanoid:LoadAnimation(reload)
  9949. reloading=false
  9950. mouse.KeyDown:connect(function(key)
  9951. if key == "r" then
  9952. if reloading==true then
  9953. playAnim3:Play()
  9954. reloadsound:Play()
  9955. wait(2)
  9956. playAnim3:Stop()
  9957. end end
  9958. end)
  9959. mouse.KeyDown:connect(function(key)
  9960. if key == "q" then
  9961. if reloading==true then
  9962. if standed==false then
  9963. standed=true
  9964. Prepare2Play:Stop()
  9965. equip2:Play()
  9966. wait()
  9967. playAnim:Play()
  9968. Tool.GripForward=Vector3.new(0.485, 0.14, -0.863); --0.485, 0.14, -0.863
  9969. elseif standed==true then
  9970. standed=false
  9971. playAnim:Stop()
  9972. wait()
  9973. Prepare2Play:Play()
  9974. equip:Play()
  9975. Tool.GripForward=Vector3.new(-0.501, 0.137, -0.855);
  9976. end end end
  9977. end)
  9978. stfu=false
  9979. function equipped()
  9980. wait()
  9981. stfu=true
  9982. wait()
  9983. playAnim:Play()
  9984. equip:Play()
  9985. reloading=true
  9986. end
  9987.  
  9988. function unequipped()
  9989. wait()
  9990. playAnim:Stop()
  9991. reloading=false
  9992. Prepare2Play:Stop()
  9993. stfu=false
  9994. end
  9995.  
  9996. Tool.Equipped:connect(equipped)
  9997. Tool.Unequipped:connect(unequipped)
  9998.  
  9999.  
  10000. --STFU
  10001. stfuu=Instance.new('Sound', char.Torso)
  10002. stfuu.Volume=3
  10003. stfuu.Pitch=6.8
  10004. stfuu.SoundId='rbxassetid://261303790'
  10005. mouse.KeyDown:connect(function(key)
  10006. if key == "z" then
  10007. if stfu==true then
  10008. stfuu:Play()
  10009. game:GetService("Chat"):Chat(char.Head, "SHUT THE FUCK UP U CUNT", Enum.ChatColor.Red)
  10010. wait(2)
  10011. end end
  10012. end)
  10013.  
  10014.  
  10015. ---
  10016.  
  10017. --Masked
  10018. local player = game.Players.LocalPlayer
  10019. repeat wait() until player.Character.Humanoid
  10020. local humanoid = player.Character.Humanoid
  10021. local mouse = player:GetMouse()
  10022. equipsound = Instance.new('Sound', player.Character.Torso)
  10023. equipsound.Volume=3
  10024. equipsound.SoundId='rbxassetid://153647514'
  10025.  
  10026. local anim5 = Instance.new("Animation", player.Character)
  10027. anim5.AnimationId = "http://www.roblox.com/asset/?id=28492456"
  10028. local playAnim10 = humanoid:LoadAnimation(anim5)
  10029. plyr = player
  10030. --p = game:GetService("InsertService"):LoadAsset(304085055)
  10031. --p.Name='IsMasked'
  10032. --p.Parent = game.Workspace
  10033. ismasked=false
  10034. maskhat=Instance.new('Hat', game.Workspace)
  10035. maskhat.Name='IsMasked'
  10036. maskhat.AttachmentForward=Vector3.new(0, 0, 0.1);
  10037. maskhat.AttachmentPos=Vector3.new(0, 0.8, -0.05);
  10038. maskhat.AttachmentRight=Vector3.new(1, 0, 0);
  10039. maskhat.AttachmentUp=Vector3.new(0, 1, 0);
  10040. maskhandle=Instance.new('Part', maskhat)
  10041. maskhandle.Name='Handle';
  10042. maskhandle.Anchored=false
  10043. maskhandle.Size=Vector3.new(1.33, 1, 1.7)
  10044. maskmeshh=Instance.new('SpecialMesh', maskhandle)
  10045. maskmeshh.MeshType='FileMesh'
  10046. maskmeshh.MeshId='http://www.roblox.com/asset/?id=304084512'
  10047. maskmeshh.TextureId='http://www.roblox.com/asset/?id=304083165'
  10048. wait(0.001)
  10049. game.Workspace.IsMasked.Parent = plyr.Character
  10050.  
  10051. maskhandle.Transparency=1
  10052. mouse.KeyDown:connect(function(key)
  10053. if key == "f" then
  10054. if ismasked==false then
  10055. ismasked=true
  10056. Handle.Transparency=1
  10057. playAnim10:Play()
  10058. wait(0.5)
  10059. playAnim10:Stop()
  10060. equipsound:Play()
  10061. Handle.Transparency=0
  10062. player.Character.Humanoid.DisplayDistanceType='None'
  10063. maskhandle.Transparency=0
  10064.  
  10065. elseif ismasked==true then
  10066. ismasked=false
  10067. Handle.Transparency=1
  10068. playAnim10:Play()
  10069. wait(0.5)
  10070. playAnim10:Stop()
  10071. equipsound:Play()
  10072. player.Character.Humanoid.DisplayDistanceType='Viewer'
  10073. maskhandle.Transparency=1
  10074. Handle.Transparency=0
  10075. end
  10076. end
  10077.  
  10078. end)
  10079. end)
  10080.  
  10081. krabypatty.Name = "krabypatty"
  10082. krabypatty.Parent = scriptpage
  10083. krabypatty.BackgroundColor3 = Color3.new(0, 0, 0)
  10084. krabypatty.BackgroundTransparency = 0.30000001192093
  10085. krabypatty.BorderColor3 = Color3.new(1, 0, 0)
  10086. krabypatty.Position = UDim2.new(0, 426, 0, 288)
  10087. krabypatty.Size = UDim2.new(0, 160, 0, 50)
  10088. krabypatty.Font = Enum.Font.SourceSans
  10089. krabypatty.FontSize = Enum.FontSize.Size14
  10090. krabypatty.Text = "Patty All"
  10091. krabypatty.TextColor3 = Color3.new(1, 0, 0)
  10092. krabypatty.TextSize = 14
  10093.  
  10094. krabypatty.MouseButton1Down:connect(function()
  10095. local a = Instance.new("Sound")
  10096. a.Name = "Sound"
  10097. a.SoundId = "http://www.roblox.com/asset/?id=182667692"
  10098. a.Volume = 1
  10099. a.Pitch = 1
  10100. a.Looped = true
  10101. a.archivable = false
  10102. a.Parent = game.Workspace
  10103. a:play()
  10104. for i, v in pairs(game.Players:GetChildren()) do--this is going down in order of evrything in players, v is the variable
  10105. p = v.Character
  10106.  
  10107. local weld = Instance.new("Weld",p.Torso)
  10108. weld.Part0 = p.Torso
  10109.  
  10110. local train = Instance.new("Part",p.Torso)
  10111. train.Anchored = true
  10112. train.CanCollide = false
  10113. train.Size = Vector3.new(3,2,6)
  10114. train.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  10115. weld.Part1 = train
  10116. weld.C1 = CFrame.new(0,0,0) * CFrame.Angles(0,math.rad(180),0)
  10117. train.Anchored = false
  10118. local TrainMesh = Instance.new("SpecialMesh",train)
  10119. TrainMesh.MeshType = Enum.MeshType.FileMesh
  10120. TrainMesh.Scale = Vector3.new(4,4,4)
  10121. TrainMesh.MeshId = "rbxassetid://430886075"
  10122. TrainMesh.TextureId = "rbxassetid://430886185"
  10123.  
  10124.  
  10125. local weld2 = Instance.new("Weld",p.Torso)
  10126. weld2.Part0 = p.Torso
  10127. local Smoke = Instance.new("Part",p.Torso)
  10128. Smoke.Anchored = true
  10129. Smoke.CanCollide = false
  10130. Smoke.Size = Vector3.new(4,4,4)
  10131. Smoke.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  10132. weld2.Part1 = Smoke
  10133. weld2.C1 = CFrame.new(0,-4,3.5)-- * CFrame.Angles(0,math.rad(180),0)
  10134. Smoke.Anchored = false
  10135. Smoke.Transparency = 1;
  10136.  
  10137. p.Humanoid.WalkSpeed = 60;
  10138.  
  10139.  
  10140. for i,v in pairs(p:GetChildren()) do
  10141. if v:IsA("Part") then
  10142. v.Transparency = 1;
  10143. elseif v:IsA("Hat") then
  10144. v:Destroy()
  10145. elseif v:IsA("Model") then
  10146. v:Destroy()
  10147. end
  10148. end
  10149. end
  10150.  
  10151. local playerLeaderstats = {}
  10152. for i, v in pairs(game.Players:GetChildren()) do
  10153. table.insert(playerLeaderstats, v)
  10154. end
  10155. end)
  10156.  
  10157. thomasdadankengin.Name = "thomasdadankengin"
  10158. thomasdadankengin.Parent = scriptpage
  10159. thomasdadankengin.BackgroundColor3 = Color3.new(0, 0, 0)
  10160. thomasdadankengin.BackgroundTransparency = 0.30000001192093
  10161. thomasdadankengin.BorderColor3 = Color3.new(1, 0, 0)
  10162. thomasdadankengin.Position = UDim2.new(0, 620, 0, 289)
  10163. thomasdadankengin.Size = UDim2.new(0, 160, 0, 50)
  10164. thomasdadankengin.Font = Enum.Font.SourceSans
  10165. thomasdadankengin.FontSize = Enum.FontSize.Size14
  10166. thomasdadankengin.Text = "Train"
  10167. thomasdadankengin.TextColor3 = Color3.new(1, 0, 0)
  10168. thomasdadankengin.TextSize = 14
  10169.  
  10170. thomasdadankengin.MouseButton1Down:connect(function()
  10171. -- ty krystalburger
  10172. --[[
  10173. Thomas The Dank Engine:
  10174. By: KrystalTeam
  10175. Features: Being a dank engine that kill people
  10176. Version: 1.0.0.2
  10177. --]]
  10178.  
  10179. local p = game.Players.LocalPlayer.Character
  10180. local weld = Instance.new("Weld",p.Torso)
  10181. weld.Part0 = p.Torso
  10182.  
  10183. local train = Instance.new("Part",p.Torso)
  10184. train.Anchored = true
  10185. train.CanCollide = false
  10186. train.Size = Vector3.new(3,2,6)
  10187. train.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  10188. weld.Part1 = train
  10189. weld.C1 = CFrame.new(0,0,0) * CFrame.Angles(0,math.rad(180),0)
  10190. train.Anchored = false
  10191. local TrainMesh = Instance.new("SpecialMesh",train)
  10192. TrainMesh.MeshType = Enum.MeshType.FileMesh
  10193. TrainMesh.Scale = Vector3.new(0.020,0.020,0.015)
  10194. TrainMesh.MeshId = "rbxassetid://431017802"
  10195. TrainMesh.TextureId = "rbxassetid://431017809"
  10196.  
  10197.  
  10198. local weld2 = Instance.new("Weld",p.Torso)
  10199. weld2.Part0 = p.Torso
  10200. local Smoke = Instance.new("Part",p.Torso)
  10201. Smoke.Anchored = true
  10202. Smoke.CanCollide = false
  10203. Smoke.Size = Vector3.new(1,1,1)
  10204. Smoke.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
  10205. weld2.Part1 = Smoke
  10206. weld2.C1 = CFrame.new(0,-4,3.5)-- * CFrame.Angles(0,math.rad(180),0)
  10207. Smoke.Anchored = false
  10208. Smoke.Transparency = 1;
  10209.  
  10210. local Particle = Instance.new("ParticleEmitter",Smoke)
  10211. Particle.Rate = 50;
  10212. Particle.Speed = NumberRange.new(30,60);
  10213. Particle.VelocitySpread = 4;
  10214. Particle.Texture = "rbxassetid://133619974"
  10215.  
  10216. local Light = Instance.new("SpotLight",train)
  10217. Light.Angle = 45;
  10218. Light.Brightness = 100;
  10219. Light.Face = Enum.NormalId.Back;
  10220. Light.Range = 30;
  10221.  
  10222. p.Humanoid.WalkSpeed = 60;
  10223.  
  10224.  
  10225. for i,v in pairs(p:GetChildren()) do
  10226. if v:IsA("Part") then
  10227. v.Transparency = 1;
  10228. elseif v:IsA("Hat") then
  10229. v:Destroy()
  10230. elseif v:IsA("Model") then
  10231. v:Destroy()
  10232. end
  10233. end
  10234.  
  10235. local function SFX(id) local s=Instance.new("Sound",p.Torso); s.SoundId = "rbxassetid://"..id; s.Volume = 1; return s; end
  10236. train.Touched:connect(function(p)
  10237. if p.Parent then
  10238. if p.Parent:IsA("Model") then
  10239. if game.Players:FindFirstChild(p.Parent.Name) then
  10240. if p.Parent.Name ~= game.Players.LocalPlayer.Name then
  10241. game.Players:FindFirstChild(p.Parent.Name).Character:BreakJoints()
  10242. local Whistle = SFX(475073913)
  10243. Whistle:Play()
  10244. end
  10245. end
  10246. end
  10247. end
  10248. end)
  10249.  
  10250. local Music = SFX(190819252)
  10251. Music.Looped = true;
  10252. wait(1)
  10253. Music:Play();
  10254. -- ~CL 2016
  10255. end)
  10256.  
  10257. lubel.Name = "lubel"
  10258. lubel.Parent = scriptpage
  10259. lubel.BackgroundColor3 = Color3.new(0, 0, 0)
  10260. lubel.BackgroundTransparency = 0.30000001192093
  10261. lubel.BorderColor3 = Color3.new(1, 0, 0)
  10262. lubel.Position = UDim2.new(0, 37, 0, 370)
  10263. lubel.Size = UDim2.new(0, 738, 0, 50)
  10264. lubel.Font = Enum.Font.SourceSans
  10265. lubel.FontSize = Enum.FontSize.Size14
  10266. lubel.Text = "shitty loadstring executor"
  10267. lubel.TextColor3 = Color3.new(1, 0, 0)
  10268. lubel.TextScaled = true
  10269. lubel.TextSize = 14
  10270. lubel.TextWrapped = true
  10271.  
  10272. idk.Name = "idk"
  10273. idk.Parent = scriptpage
  10274. idk.BackgroundColor3 = Color3.new(0, 0, 0)
  10275. idk.BackgroundTransparency = 0.30000001192093
  10276. idk.BorderColor3 = Color3.new(1, 0, 0)
  10277. idk.Position = UDim2.new(0, 37, 0, 437)
  10278. idk.Size = UDim2.new(0, 736, 0, 31)
  10279. idk.Font = Enum.Font.SourceSans
  10280. idk.FontSize = Enum.FontSize.Size14
  10281. idk.Text = "Script Here"
  10282. idk.TextColor3 = Color3.new(1, 0, 0)
  10283. idk.TextSize = 14
  10284.  
  10285. flyinghead.Name = "flyinghead"
  10286. flyinghead.Parent = scriptpage
  10287. flyinghead.BackgroundColor3 = Color3.new(0, 0, 0)
  10288. flyinghead.BackgroundTransparency = 0.30000001192093
  10289. flyinghead.BorderColor3 = Color3.new(1, 0, 0)
  10290. flyinghead.Position = UDim2.new(0, 39, 0, 287)
  10291. flyinghead.Size = UDim2.new(0, 160, 0, 50)
  10292. flyinghead.Font = Enum.Font.SourceSans
  10293. flyinghead.FontSize = Enum.FontSize.Size14
  10294. flyinghead.Text = "Spam Blocks"
  10295. flyinghead.TextColor3 = Color3.new(1, 0, 0)
  10296. flyinghead.TextSize = 14
  10297.  
  10298. flyinghead.MouseButton1Down:connect(function()
  10299. for i=1,20 do
  10300. wait(1)
  10301. for _,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  10302. if v:IsA'Accoutrement' then
  10303. v.Parent=game.Players.LocalPlayer.Character
  10304. v.Parent = workspace.Terrain
  10305. end
  10306. end
  10307. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  10308. if v:IsA'Accoutrement' then
  10309. for ape,hax in pairs(v.Handle:GetChildren()) do
  10310. hax:Destroy()
  10311. end
  10312. wait'.1'
  10313. v.Parent=game.Players.LocalPlayer.StarterGear
  10314. end
  10315. end
  10316. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  10317. v:Destroy()
  10318. end
  10319. local prt=Instance.new("Model", workspace);
  10320. Instance.new("Part", prt).Name="Torso";
  10321. Instance.new("Part", prt).Name="Head";
  10322. Instance.new("Humanoid", prt).Name="Humanoid";
  10323. game.Players.LocalPlayer.Character=prt
  10324.  
  10325. repeat wait(1) until game.Players.LocalPlayer.Character:FindFirstChild'Head'
  10326. for lol,dad in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  10327. if dad:IsA'Accoutrement' then
  10328. dad.Parent = game.Players.LocalPlayer.StarterGear
  10329. end
  10330. end
  10331. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  10332. v:Destroy()
  10333. end
  10334. local prt2=Instance.new("Model", workspace);
  10335. Instance.new("Part", prt).Name="Torso";
  10336. Instance.new("Part", prt).Name="Head";
  10337. Instance.new("Humanoid", prt).Name="Humanoid";
  10338. game.Players.LocalPlayer.Character=prt
  10339. end
  10340. end)
  10341.  
  10342. cleer.Name = "cleer"
  10343. cleer.Parent = scriptpage
  10344. cleer.BackgroundColor3 = Color3.new(0, 0, 0)
  10345. cleer.BackgroundTransparency = 0.30000001192093
  10346. cleer.BorderColor3 = Color3.new(1, 0, 0)
  10347. cleer.Position = UDim2.new(0, 474, 0, 480)
  10348. cleer.Size = UDim2.new(0, 295, 0, 25)
  10349. cleer.Font = Enum.Font.SourceSans
  10350. cleer.FontSize = Enum.FontSize.Size14
  10351. cleer.Text = "Clear"
  10352. cleer.TextColor3 = Color3.new(1, 0, 0)
  10353. cleer.TextSize = 14
  10354.  
  10355. cleer.MouseButton1Down:connect(function()
  10356. idk.Text = ""
  10357. end)
  10358.  
  10359. Close.Name = "Close"
  10360. Close.Parent = scriptpage
  10361. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  10362. Close.BackgroundTransparency = 1
  10363. Close.Position = UDim2.new(0, 725, 0, 35)
  10364. Close.Size = UDim2.new(0, 50, 0, 50)
  10365. Close.Font = Enum.Font.SourceSans
  10366. Close.FontSize = Enum.FontSize.Size14
  10367. Close.Text = "X"
  10368. Close.TextColor3 = Color3.new(1, 0, 0)
  10369. Close.TextScaled = true
  10370. Close.TextSize = 14
  10371. Close.TextWrapped = true
  10372.  
  10373. Close.MouseButton1Down:connect(function()
  10374. scriptpage.Visible = false
  10375. local msg = Instance.new("Message",workspace)
  10376. msg.Text = "lolololol the gui will never spawn xdddddd"
  10377. wait(4)
  10378. msg:Destroy()
  10379. wait( )
  10380. local msg = Instance.new("Message",workspace)
  10381. msg.Text = "jk here is the open button"
  10382. wait(2)
  10383. msg:Destroy()
  10384. wait( )
  10385. open.Visible = true
  10386. end)
  10387.  
  10388. open.Name = "open"
  10389. open.Parent = trollgui
  10390. open.BackgroundColor3 = Color3.new(1, 1, 1)
  10391. open.Position = UDim2.new(0, 0, 0, 349)
  10392. open.Size = UDim2.new(0, 100, 0, 100)
  10393. open.Image = "rbxassetid://35437087"
  10394.  
  10395. open.MouseButton1Down:connect(function()
  10396. open.Visible = false
  10397. scriptpage.Visible = true
  10398. end)
  10399.  
  10400. TextLabel.Parent = open
  10401. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  10402. TextLabel.BackgroundTransparency = 1
  10403. TextLabel.Size = UDim2.new(0, 100, 0, 100)
  10404. TextLabel.Font = Enum.Font.SourceSans
  10405. TextLabel.FontSize = Enum.FontSize.Size24
  10406. TextLabel.Text = "Open TrollGui"
  10407. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  10408. TextLabel.TextSize = 20
  10409. TextLabel.TextWrapped = true
  10410. end)
  10411.  
  10412. MoreComing1.Name = "MoreComing1"
  10413. MoreComing1.Parent = MainFrame
  10414. MoreComing1.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  10415. MoreComing1.BorderColor3 = Color3.new(1, 1, 1)
  10416. MoreComing1.BorderSizePixel = 5
  10417. MoreComing1.Position = UDim2.new(0.519723475, 0, 0.441988945, 0)
  10418. MoreComing1.Size = UDim2.new(0.442296654, 0, 0.216335535, 0)
  10419. MoreComing1.Font = Enum.Font.Cartoon
  10420. MoreComing1.FontSize = Enum.FontSize.Size32
  10421. MoreComing1.Text = "Coming soon..."
  10422. MoreComing1.TextColor3 = Color3.new(1, 1, 1)
  10423. MoreComing1.TextSize = 30
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement