Guest User

PearGUI

a guest
Dec 24th, 2017
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 265.04 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Opener = Instance.new("Frame")
  5. local Open = Instance.new("TextButton")
  6. local Frame = Instance.new("Frame")
  7. local SucideGun = Instance.new("TextButton")
  8. local Close = Instance.new("TextButton")
  9. local God = Instance.new("TextButton")
  10. local VanButton = Instance.new("TextButton")
  11. local van = Instance.new("TextBox")
  12. local Hacker = Instance.new("TextButton")
  13. local BombVest = Instance.new("TextButton")
  14. local Frame2 = Instance.new("Frame")
  15. local TextLabel = Instance.new("TextLabel")
  16.  
  17. -- Properties
  18.  
  19. ScreenGui.Parent = game.CoreGui
  20.  
  21. Opener.Name = "Opener"
  22. Opener.Parent = ScreenGui
  23. Opener.BackgroundColor3 = Color3.new(1, 1, 1)
  24. Opener.Position = UDim2.new(0, 445, 0, 37)
  25. Opener.Size = UDim2.new(0, 100, 0, 20)
  26.  
  27. Open.Name = "Open"
  28. Open.Parent = Opener
  29. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  30. Open.Size = UDim2.new(0, 100, 0, 20)
  31. Open.Font = Enum.Font.SourceSans
  32. Open.FontSize = Enum.FontSize.Size14
  33. Open.Text = "OPEN!"
  34. Open.TextColor3 = Color3.new(1, 1, 1)
  35. Open.TextScaled = true
  36. Open.TextSize = 14
  37. Open.TextWrapped = true
  38.  
  39. Frame.Parent = ScreenGui
  40. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  41. Frame.Position = UDim2.new(0, 36, 0, 194)
  42. Frame.Size = UDim2.new(0, 515, 0, 462)
  43. Frame.Visible = false
  44.  
  45. SucideGun.Name = "SucideGun"
  46. SucideGun.Parent = Frame
  47. SucideGun.BackgroundColor3 = Color3.new(0, 0, 0)
  48. SucideGun.Size = UDim2.new(0, 104, 0, 47)
  49. SucideGun.Font = Enum.Font.SourceSans
  50. SucideGun.FontSize = Enum.FontSize.Size14
  51. SucideGun.Text = "SucideGun"
  52. SucideGun.TextColor3 = Color3.new(1, 1, 1)
  53. SucideGun.TextScaled = true
  54. SucideGun.TextSize = 14
  55. SucideGun.TextWrapped = true
  56.  
  57. Close.Name = "Close"
  58. Close.Parent = Frame
  59. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  60. Close.Position = UDim2.new(0, 478, 0, 0)
  61. Close.Size = UDim2.new(0, 37, 0, 31)
  62. Close.Font = Enum.Font.SourceSans
  63. Close.FontSize = Enum.FontSize.Size14
  64. Close.Text = "X"
  65. Close.TextScaled = true
  66. Close.TextSize = 14
  67. Close.TextWrapped = true
  68.  
  69. God.Name = "God"
  70. God.Parent = Frame
  71. God.BackgroundColor3 = Color3.new(0, 0, 0)
  72. God.Position = UDim2.new(0, 0, 0, 60)
  73. God.Size = UDim2.new(0, 104, 0, 47)
  74. God.Font = Enum.Font.SourceSans
  75. God.FontSize = Enum.FontSize.Size32
  76. God.Text = "God"
  77. God.TextColor3 = Color3.new(1, 1, 1)
  78. God.TextSize = 30
  79. God.TextWrapped = true
  80.  
  81. VanButton.Name = "VanButton"
  82. VanButton.Parent = Frame
  83. VanButton.BackgroundColor3 = Color3.new(0, 0, 0)
  84. VanButton.Position = UDim2.new(0, 169, 0, 278)
  85. VanButton.Size = UDim2.new(0, 143, 0, 49)
  86. VanButton.Font = Enum.Font.SourceSans
  87. VanButton.FontSize = Enum.FontSize.Size14
  88. VanButton.Text = "VAN PLAYER"
  89. VanButton.TextColor3 = Color3.new(1, 1, 1)
  90. VanButton.TextScaled = true
  91. VanButton.TextSize = 14
  92. VanButton.TextWrapped = true
  93.  
  94. van.Name = "van"
  95. van.Parent = Frame
  96. van.BackgroundColor3 = Color3.new(0, 0, 0)
  97. van.Position = UDim2.new(0, 139, 0, 346)
  98. van.Size = UDim2.new(0, 200, 0, 50)
  99. van.Font = Enum.Font.SourceSans
  100. van.FontSize = Enum.FontSize.Size14
  101. van.Text = "Username"
  102. van.TextColor3 = Color3.new(1, 1, 1)
  103. van.TextScaled = true
  104. van.TextSize = 14
  105. van.TextWrapped = true
  106.  
  107. Hacker.Name = "Hacker"
  108. Hacker.Parent = Frame
  109. Hacker.BackgroundColor3 = Color3.new(0, 0, 0)
  110. Hacker.Position = UDim2.new(0, 0, 0, 126)
  111. Hacker.Size = UDim2.new(0, 104, 0, 47)
  112. Hacker.Font = Enum.Font.SourceSans
  113. Hacker.FontSize = Enum.FontSize.Size32
  114. Hacker.Text = "Mr.Hacker:)"
  115. Hacker.TextColor3 = Color3.new(1, 1, 1)
  116. Hacker.TextScaled = true
  117. Hacker.TextSize = 30
  118. Hacker.TextWrapped = true
  119.  
  120. BombVest.Name = "BombVest"
  121. BombVest.Parent = Frame
  122. BombVest.BackgroundColor3 = Color3.new(0, 0, 0)
  123. BombVest.Position = UDim2.new(0, 154, 0, 126)
  124. BombVest.Size = UDim2.new(0, 104, 0, 47)
  125. BombVest.Font = Enum.Font.SourceSans
  126. BombVest.FontSize = Enum.FontSize.Size32
  127. BombVest.Text = "Bomb Vest"
  128. BombVest.TextColor3 = Color3.new(1, 1, 1)
  129. BombVest.TextScaled = true
  130. BombVest.TextSize = 30
  131. BombVest.TextWrapped = true
  132.  
  133. Frame2.Name = "Frame2"
  134. Frame2.Parent = Frame
  135. Frame2.BackgroundColor3 = Color3.new(0, 0, 0)
  136. Frame2.BorderColor3 = Color3.new(0, 0, 0)
  137. Frame2.Position = UDim2.new(0, 515, 0, 0)
  138. Frame2.Size = UDim2.new(0, 194, 0, 361)
  139.  
  140. TextLabel.Parent = Frame
  141. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  142. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  143. TextLabel.Position = UDim2.new(0, 515, 0, 0)
  144. TextLabel.Size = UDim2.new(0, 195, 0, 363)
  145. TextLabel.Font = Enum.Font.SourceSans
  146. TextLabel.FontSize = Enum.FontSize.Size14
  147. TextLabel.Text = "PearGUI Created By your boi Turbo LDL...Its was just made and this is an info box kinda like change log!"
  148. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  149. TextLabel.TextScaled = true
  150. TextLabel.TextSize = 14
  151. TextLabel.TextWrapped = true
  152.  
  153. Open.MouseButton1Down:connect(function()
  154. game.CoreGui.ScreenGui.Opener.Visible=false
  155. game.CoreGui.ScreenGui.Frame.Visible=true
  156. end)
  157.  
  158. Close.MouseButton1Down:connect(function()
  159. game.CoreGui.ScreenGui.Opener.Visible=true
  160. game.CoreGui.ScreenGui.Frame.Visible=false
  161. end)
  162.  
  163.  
  164. VanButton.MouseButton1Down:connect(function()
  165. --CLOWN VAN BY DMS
  166. --its bad
  167. --first the victim gets kidnapped in a van
  168. --then they get r3ped
  169. --then the get killed
  170. --then the body is dumped on the street
  171. Victim = van.Text
  172. o1 = Instance.new("Model")
  173. o2 = Instance.new("Part")
  174. o3 = Instance.new("CylinderMesh")
  175. o4 = Instance.new("Part")
  176. o5 = Instance.new("SpecialMesh")
  177. o6 = Instance.new("Part")
  178. o7 = Instance.new("SpecialMesh")
  179. o8 = Instance.new("Part")
  180. o9 = Instance.new("BlockMesh")
  181. o10 = Instance.new("Part")
  182. o11 = Instance.new("BlockMesh")
  183. o12 = Instance.new("Part")
  184. o13 = Instance.new("Part")
  185. o14 = Instance.new("BlockMesh")
  186. o15 = Instance.new("Part")
  187. o16 = Instance.new("SpecialMesh")
  188. o17 = Instance.new("Part")
  189. o18 = Instance.new("SpecialMesh")
  190. o19 = Instance.new("Part")
  191. o20 = Instance.new("SpecialMesh")
  192. o21 = Instance.new("Sound")
  193. o22 = Instance.new("Part")
  194. o23 = Instance.new("BlockMesh")
  195. o24 = Instance.new("Part")
  196. o25 = Instance.new("SpecialMesh")
  197. o26 = Instance.new("Part")
  198. o27 = Instance.new("BlockMesh")
  199. o28 = Instance.new("Part")
  200. o29 = Instance.new("SpecialMesh")
  201. o30 = Instance.new("Part")
  202. o31 = Instance.new("BlockMesh")
  203. o32 = Instance.new("Part")
  204. o33 = Instance.new("BlockMesh")
  205. o34 = Instance.new("Part")
  206. o35 = Instance.new("BlockMesh")
  207. o36 = Instance.new("Part")
  208. o37 = Instance.new("BlockMesh")
  209. o38 = Instance.new("Part")
  210. o39 = Instance.new("Part")
  211. o40 = Instance.new("BlockMesh")
  212. o41 = Instance.new("Part")
  213. o42 = Instance.new("BlockMesh")
  214. o43 = Instance.new("Part")
  215. o44 = Instance.new("BlockMesh")
  216. o45 = Instance.new("Part")
  217. o46 = Instance.new("SpecialMesh")
  218. o47 = Instance.new("Part")
  219. o48 = Instance.new("BlockMesh")
  220. o49 = Instance.new("Part")
  221. o50 = Instance.new("BlockMesh")
  222. o51 = Instance.new("Part")
  223. o52 = Instance.new("BlockMesh")
  224. o53 = Instance.new("Part")
  225. o54 = Instance.new("SpecialMesh")
  226. o55 = Instance.new("Part")
  227. o56 = Instance.new("SpecialMesh")
  228. o57 = Instance.new("Part")
  229. o58 = Instance.new("BlockMesh")
  230. o59 = Instance.new("Part")
  231. o60 = Instance.new("BlockMesh")
  232. o61 = Instance.new("Part")
  233. o62 = Instance.new("BlockMesh")
  234. o63 = Instance.new("Part")
  235. o64 = Instance.new("Part")
  236. o65 = Instance.new("Part")
  237. o66 = Instance.new("BlockMesh")
  238. o67 = Instance.new("Part")
  239. o68 = Instance.new("BlockMesh")
  240. o69 = Instance.new("Part")
  241. o70 = Instance.new("BlockMesh")
  242. o71 = Instance.new("Part")
  243. o72 = Instance.new("BlockMesh")
  244. o73 = Instance.new("Part")
  245. o74 = Instance.new("SpecialMesh")
  246. o75 = Instance.new("Decal")
  247. o76 = Instance.new("Part")
  248. o77 = Instance.new("Part")
  249. o78 = Instance.new("BlockMesh")
  250. o79 = Instance.new("Part")
  251. o80 = Instance.new("SpecialMesh")
  252. o81 = Instance.new("Decal")
  253. o82 = Instance.new("Part")
  254. o83 = Instance.new("SpecialMesh")
  255. o84 = Instance.new("Humanoid")
  256. o85 = Instance.new("Part")
  257. o86 = Instance.new("Part")
  258. o87 = Instance.new("Part")
  259. o88 = Instance.new("Decal")
  260. o89 = Instance.new("Motor6D")
  261. o90 = Instance.new("Motor6D")
  262. o91 = Instance.new("Motor6D")
  263. o92 = Instance.new("Motor6D")
  264. o93 = Instance.new("Motor6D")
  265. o94 = Instance.new("Part")
  266. o95 = Instance.new("Part")
  267. o96 = Instance.new("Part")
  268. o97 = Instance.new("Part")
  269. o98 = Instance.new("Part")
  270. o99 = Instance.new("Decal")
  271. o100 = Instance.new("Motor6D")
  272. o101 = Instance.new("Motor6D")
  273. o102 = Instance.new("Motor6D")
  274. o103 = Instance.new("Part")
  275. o104 = Instance.new("Part")
  276. o105 = Instance.new("Part")
  277. o106 = Instance.new("Part")
  278. o107 = Instance.new("Part")
  279. o108 = Instance.new("CylinderMesh")
  280. o109 = Instance.new("Part")
  281. o110 = Instance.new("CylinderMesh")
  282. o111 = Instance.new("Part")
  283. o112 = Instance.new("CylinderMesh")
  284. o113 = Instance.new("Part")
  285. o114 = Instance.new("CylinderMesh")
  286. o115 = Instance.new("Part")
  287. o116 = Instance.new("CylinderMesh")
  288. o117 = Instance.new("Part")
  289. o118 = Instance.new("CylinderMesh")
  290. o119 = Instance.new("Part")
  291. o120 = Instance.new("CylinderMesh")
  292. o121 = Instance.new("Part")
  293. o122 = Instance.new("SpecialMesh")
  294. o123 = Instance.new("Part")
  295. o1.Name = " "
  296. o1.Parent = workspace
  297. o2.Parent = o1
  298. o2.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  299. o2.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  300. o2.Anchored = true
  301. o2.FormFactor = Enum.FormFactor.Symmetric
  302. o2.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  303. 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)
  304. o3.Parent = o2
  305. o4.Parent = o1
  306. o4.BrickColor = BrickColor.new("Institutional white")
  307. o4.Position = Vector3.new(96.3181839, 7.00000668, 9.31151104)
  308. o4.Rotation = Vector3.new(90, 89.9314728, -90)
  309. o4.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  310. o4.Velocity = Vector3.new(-0.000346515269, 0.00201798417, -0.00195027643)
  311. o4.Anchored = true
  312. o4.FormFactor = Enum.FormFactor.Plate
  313. o4.Size = Vector3.new(1, 2.4000001, 2)
  314. o4.CFrame = CFrame.new(96.3181839, 7.00000668, 9.31151104, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  315. o4.BackSurface = Enum.SurfaceType.Weld
  316. o4.BottomSurface = Enum.SurfaceType.Weld
  317. o4.LeftSurface = Enum.SurfaceType.Weld
  318. o4.TopSurface = Enum.SurfaceType.Weld
  319. o4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  320. o5.Parent = o4
  321. o5.MeshType = Enum.MeshType.Wedge
  322. o6.Parent = o1
  323. o6.Material = Enum.Material.SmoothPlastic
  324. o6.BrickColor = BrickColor.new("Really black")
  325. o6.Transparency = 0.5
  326. o6.Position = Vector3.new(96.3181839, 7.00000668, 13.8115101)
  327. o6.Rotation = Vector3.new(90, 89.9440536, -90)
  328. o6.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  329. o6.Velocity = Vector3.new(0.000965324172, 0.00135755131, -0.00195027643)
  330. o6.Anchored = true
  331. o6.FormFactor = Enum.FormFactor.Plate
  332. o6.Size = Vector3.new(8, 2.4000001, 1.99999976)
  333. o6.CFrame = CFrame.new(96.3181839, 7.00000668, 13.8115101, 0, 3.96315798e-008, 0.999999523, 0, 1, -3.97370599e-008, -1, 0, 0)
  334. o6.BackSurface = Enum.SurfaceType.Weld
  335. o6.BottomSurface = Enum.SurfaceType.Weld
  336. o6.LeftSurface = Enum.SurfaceType.Weld
  337. o6.RightSurface = Enum.SurfaceType.Weld
  338. o6.TopSurface = Enum.SurfaceType.Weld
  339. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  340. o7.Parent = o6
  341. o7.MeshType = Enum.MeshType.Wedge
  342. o8.Parent = o1
  343. o8.BrickColor = BrickColor.new("Br. yellowish orange")
  344. o8.Position = Vector3.new(92.2182083, 4.00000715, 9.61151409)
  345. o8.Rotation = Vector3.new(-0, 0, -2.26619136e-006)
  346. o8.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  347. o8.Velocity = Vector3.new(-0.000475873821, 0.00227026758, -0.00119533995)
  348. o8.Anchored = true
  349. o8.FormFactor = Enum.FormFactor.Custom
  350. o8.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  351. o8.CFrame = CFrame.new(92.2182083, 4.00000715, 9.61151409, 0.999998808, 3.95524538e-008, 0, -3.98161575e-008, 1, 0, 0, 0, 1)
  352. o8.BackSurface = Enum.SurfaceType.Weld
  353. o8.BottomSurface = Enum.SurfaceType.Weld
  354. o8.FrontSurface = Enum.SurfaceType.Weld
  355. o8.LeftSurface = Enum.SurfaceType.Weld
  356. o8.RightSurface = Enum.SurfaceType.Weld
  357. o8.TopSurface = Enum.SurfaceType.Weld
  358. o8.Color = Color3.new(0.886275, 0.607843, 0.25098)
  359. o9.Parent = o8
  360. o10.Parent = o1
  361. o10.BrickColor = BrickColor.new("Institutional white")
  362. o10.Position = Vector3.new(105.317894, 8.40004158, 9.31151295)
  363. o10.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  364. o10.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  365. o10.Velocity = Vector3.new(-0.000245332019, 0.00136755884, -0.00436839834)
  366. o10.Anchored = true
  367. o10.CanCollide = false
  368. game.Players[Victim].Character.Humanoid.WalkSpeed = 0
  369. game.Players[Victim].Character.Humanoid.JumpPower = 0
  370. o10.FormFactor = Enum.FormFactor.Plate
  371. o10.Size = Vector3.new(14, 0.400000006, 1)
  372. o10.CFrame = CFrame.new(105.317894, 8.40004158, 9.31151295, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  373. o10.BackSurface = Enum.SurfaceType.Weld
  374. o10.BottomSurface = Enum.SurfaceType.Weld
  375. o10.FrontSurface = Enum.SurfaceType.Weld
  376. o10.LeftSurface = Enum.SurfaceType.Weld
  377. o10.RightSurface = Enum.SurfaceType.Weld
  378. o10.TopSurface = Enum.SurfaceType.Weld
  379. o10.Color = Color3.new(0.972549, 0.972549, 0.972549)
  380. o11.Parent = o10
  381. o12.Name = "DOOR"
  382. o12.Parent = o1
  383. o12.BrickColor = BrickColor.new("Institutional white")
  384. o12.Position = Vector3.new(103.708466, 5.81500626, 9.31151104)
  385. o12.Rotation = Vector3.new(-0, 0, -4.43210411e-006)
  386. o12.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  387. o12.Velocity = Vector3.new(-0.000432157307, 0.00148387556, -0.00427860441)
  388. o12.Anchored = true
  389. o12.CanCollide = false
  390. o12.FormFactor = Enum.FormFactor.Plate
  391. o12.Size = Vector3.new(5.22000027, 4.82999992, 1)
  392. o12.CFrame = CFrame.new(103.708466, 5.81500626, 9.31151104, 1, 7.73548052e-008, 0, -7.73548052e-008, 1, 0, 0, 0, 1)
  393. o12.BottomSurface = Enum.SurfaceType.Weld
  394. o12.LeftSurface = Enum.SurfaceType.Weld
  395. o12.RightSurface = Enum.SurfaceType.Weld
  396. o12.TopSurface = Enum.SurfaceType.Weld
  397. o12.Color = Color3.new(0.972549, 0.972549, 0.972549)
  398. o13.Parent = o1
  399. o13.BrickColor = BrickColor.new("White")
  400. o13.Position = Vector3.new(109.818169, 5.80000877, 9.31151104)
  401. o13.Rotation = Vector3.new(-0, 0, -2.25410599e-006)
  402. o13.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  403. o13.Velocity = Vector3.new(-0.00043324125, 0.00104231632, -0.006061906)
  404. o13.Anchored = true
  405. o13.FormFactor = Enum.FormFactor.Plate
  406. o13.Size = Vector3.new(7, 4.80000019, 1)
  407. o13.CFrame = CFrame.new(109.818169, 5.80000877, 9.31151104, 0.999996901, 3.9341451e-008, 0, -4.00270856e-008, 1, 0, 0, 0, 1)
  408. o13.BackSurface = Enum.SurfaceType.Weld
  409. o13.BottomSurface = Enum.SurfaceType.Weld
  410. o13.FrontSurface = Enum.SurfaceType.Weld
  411. o13.LeftSurface = Enum.SurfaceType.Weld
  412. o13.RightSurface = Enum.SurfaceType.Weld
  413. o13.TopSurface = Enum.SurfaceType.Weld
  414. o13.Color = Color3.new(0.94902, 0.952941, 0.952941)
  415. o14.Parent = o13
  416. o15.Parent = o1
  417. o15.BrickColor = BrickColor.new("Institutional white")
  418. o15.Position = Vector3.new(97.817894, 8.40000725, 13.8115139)
  419. o15.Rotation = Vector3.new(90, 89.960434, -90)
  420. o15.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  421. o15.Velocity = Vector3.new(0.00106650498, 0.00124916411, -0.00218200427)
  422. o15.Anchored = true
  423. o15.CanCollide = false
  424. o15.FormFactor = Enum.FormFactor.Plate
  425. o15.Size = Vector3.new(10, 0.400000006, 1)
  426. o15.CFrame = CFrame.new(97.817894, 8.40000725, 13.8115139, 0, 3.86294303e-008, 0.999999762, 0, 1, -3.86821704e-008, -1, 0, 0)
  427. o15.BackSurface = Enum.SurfaceType.Weld
  428. o15.BottomSurface = Enum.SurfaceType.Weld
  429. o15.TopSurface = Enum.SurfaceType.Weld
  430. o15.Color = Color3.new(0.972549, 0.972549, 0.972549)
  431. o16.Parent = o15
  432. o16.MeshType = Enum.MeshType.Wedge
  433. o17.Parent = o1
  434. o17.BrickColor = BrickColor.new("Institutional white")
  435. o17.Position = Vector3.new(96.3181839, 7.00000668, 18.3115101)
  436. o17.Rotation = Vector3.new(90, 89.9314728, -90)
  437. o17.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  438. o17.Velocity = Vector3.new(0.00227716356, 0.000697118347, -0.00195027643)
  439. o17.Anchored = true
  440. o17.FormFactor = Enum.FormFactor.Plate
  441. o17.Size = Vector3.new(1, 2.4000001, 2)
  442. o17.CFrame = CFrame.new(96.3181839, 7.00000668, 18.3115101, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  443. o17.BackSurface = Enum.SurfaceType.Weld
  444. o17.BottomSurface = Enum.SurfaceType.Weld
  445. o17.RightSurface = Enum.SurfaceType.Weld
  446. o17.TopSurface = Enum.SurfaceType.Weld
  447. o17.Color = Color3.new(0.972549, 0.972549, 0.972549)
  448. o18.Parent = o17
  449. o18.MeshType = Enum.MeshType.Wedge
  450. o19.Parent = o1
  451. o19.BrickColor = BrickColor.new("Institutional white")
  452. o19.Position = Vector3.new(93.8181839, 5.20000744, 13.8115101)
  453. o19.Rotation = Vector3.new(90, 89.8573456, -90)
  454. o19.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  455. o19.Velocity = Vector3.new(0.000835234998, 0.00153823046, -0.00148565089)
  456. o19.Anchored = true
  457. o19.FormFactor = Enum.FormFactor.Plate
  458. o19.Size = Vector3.new(10, 1.20000005, 3)
  459. o19.CFrame = CFrame.new(93.8181839, 5.20000744, 13.8115101, 0, 3.77325726e-008, 0.999996901, 0, 1, -3.84182002e-008, -1, 0, 0)
  460. o19.BackSurface = Enum.SurfaceType.Weld
  461. o19.BottomSurface = Enum.SurfaceType.Weld
  462. o19.TopSurface = Enum.SurfaceType.Weld
  463. o19.Color = Color3.new(0.972549, 0.972549, 0.972549)
  464. o20.Parent = o19
  465. o20.MeshType = Enum.MeshType.Wedge
  466. o21.Parent = o19
  467. o21.SoundId = "rbxassetid://532147820"
  468. o21.Looped = true
  469. o22.Parent = o1
  470. o22.BrickColor = BrickColor.new("Institutional white")
  471. o22.Position = Vector3.new(96.3182907, 4.60000753, 9.31151104)
  472. o22.Rotation = Vector3.new(-0, 0, -2.23446773e-006)
  473. o22.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  474. o22.Velocity = Vector3.new(-0.000519967522, 0.00201797695, -0.00230253674)
  475. o22.Anchored = true
  476. o22.FormFactor = Enum.FormFactor.Plate
  477. o22.Size = Vector3.new(2, 2.4000001, 1)
  478. o22.CFrame = CFrame.new(96.3182907, 4.60000753, 9.31151104, 0.999993801, 3.8998575e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  479. o22.BackSurface = Enum.SurfaceType.Weld
  480. o22.BottomSurface = Enum.SurfaceType.Weld
  481. o22.FrontSurface = Enum.SurfaceType.Weld
  482. o22.LeftSurface = Enum.SurfaceType.Weld
  483. o22.RightSurface = Enum.SurfaceType.Weld
  484. o22.TopSurface = Enum.SurfaceType.Weld
  485. o22.Color = Color3.new(0.972549, 0.972549, 0.972549)
  486. o23.Parent = o22
  487. o24.Parent = o1
  488. o24.BrickColor = BrickColor.new("Institutional white")
  489. o24.Position = Vector3.new(113.817245, 6.80000734, 18.3115101)
  490. o24.Rotation = Vector3.new(-0, -90, 0)
  491. o24.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  492. o24.Velocity = Vector3.new(0.00226270943, -0.000567569688, -0.00708095264)
  493. o24.Anchored = true
  494. o24.FormFactor = Enum.FormFactor.Plate
  495. o24.Size = Vector3.new(1, 2.79999995, 1)
  496. o24.CFrame = CFrame.new(113.817245, 6.80000734, 18.3115101, 0, 5.54578605e-008, -1, 0, 1, 5.54578605e-008, 1, 0, 0)
  497. o24.BackSurface = Enum.SurfaceType.Weld
  498. o24.BottomSurface = Enum.SurfaceType.Weld
  499. o24.TopSurface = Enum.SurfaceType.Weld
  500. o24.Color = Color3.new(0.972549, 0.972549, 0.972549)
  501. o25.Parent = o24
  502. o25.MeshType = Enum.MeshType.Wedge
  503. o26.Parent = o1
  504. o26.BrickColor = BrickColor.new("Institutional white")
  505. o26.Position = Vector3.new(93.0181885, 2.60000825, 13.8115101)
  506. o26.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  507. o26.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  508. o26.Velocity = Vector3.new(0.000647328445, 0.00159604801, -0.00163401756)
  509. o26.Anchored = true
  510. o26.FormFactor = Enum.FormFactor.Plate
  511. o26.Size = Vector3.new(1.39999998, 1.60000002, 10)
  512. o26.CFrame = CFrame.new(93.0181885, 2.60000825, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  513. o26.BackSurface = Enum.SurfaceType.Weld
  514. o26.BottomSurface = Enum.SurfaceType.Weld
  515. o26.FrontSurface = Enum.SurfaceType.Weld
  516. o26.LeftSurface = Enum.SurfaceType.Weld
  517. o26.RightSurface = Enum.SurfaceType.Weld
  518. o26.TopSurface = Enum.SurfaceType.Weld
  519. o26.Color = Color3.new(0.972549, 0.972549, 0.972549)
  520. o27.Parent = o26
  521. o28.Parent = o1
  522. o28.BrickColor = BrickColor.new("Institutional white")
  523. o28.Position = Vector3.new(113.818176, 6.80000877, 9.31151104)
  524. o28.Rotation = Vector3.new(-90, -89.7982635, -90)
  525. o28.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  526. o28.Velocity = Vector3.new(-0.000360969483, 0.000753228669, -0.00708122458)
  527. o28.Anchored = true
  528. o28.FormFactor = Enum.FormFactor.Plate
  529. o28.Size = Vector3.new(1, 2.79999995, 1)
  530. o28.CFrame = CFrame.new(113.818176, 6.80000877, 9.31151104, 0, 3.89985715e-008, -0.999993801, 0, 1, 4.03698408e-008, 1, 0, 0)
  531. o28.BackSurface = Enum.SurfaceType.Weld
  532. o28.BottomSurface = Enum.SurfaceType.Weld
  533. o28.TopSurface = Enum.SurfaceType.Weld
  534. o28.Color = Color3.new(0.972549, 0.972549, 0.972549)
  535. o29.Parent = o28
  536. o29.MeshType = Enum.MeshType.Wedge
  537. o30.Parent = o1
  538. o30.BrickColor = BrickColor.new("Institutional white")
  539. o30.Position = Vector3.new(96.3181992, 4.60000753, 18.3115101)
  540. o30.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  541. o30.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  542. o30.Velocity = Vector3.new(0.00210371148, 0.000697117415, -0.0023025109)
  543. o30.Anchored = true
  544. o30.FormFactor = Enum.FormFactor.Plate
  545. o30.Size = Vector3.new(2, 2.4000001, 1)
  546. o30.CFrame = CFrame.new(96.3181992, 4.60000753, 18.3115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  547. o30.BackSurface = Enum.SurfaceType.Weld
  548. o30.BottomSurface = Enum.SurfaceType.Weld
  549. o30.FrontSurface = Enum.SurfaceType.Weld
  550. o30.LeftSurface = Enum.SurfaceType.Weld
  551. o30.RightSurface = Enum.SurfaceType.Weld
  552. o30.TopSurface = Enum.SurfaceType.Weld
  553. o30.Color = Color3.new(0.972549, 0.972549, 0.972549)
  554. o31.Parent = o30
  555. o32.Parent = o1
  556. o32.BrickColor = BrickColor.new("Dark stone grey")
  557. o32.Position = Vector3.new(95.8181839, 4.60000753, 13.8115101)
  558. o32.Rotation = Vector3.new(90, 89.960434, -90)
  559. o32.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  560. o32.Velocity = Vector3.new(0.000791871978, 0.00139368721, -0.00215674727)
  561. o32.Anchored = true
  562. o32.FormFactor = Enum.FormFactor.Plate
  563. o32.Size = Vector3.new(8, 2.4000001, 1)
  564. o32.CFrame = CFrame.new(95.8181839, 4.60000753, 13.8115101, 0, 3.96579551e-008, 0.999999762, 0, 1, -3.97106952e-008, -1, 0, 0)
  565. o32.BottomSurface = Enum.SurfaceType.Weld
  566. o32.TopSurface = Enum.SurfaceType.Weld
  567. o32.Color = Color3.new(0.388235, 0.372549, 0.384314)
  568. o33.Parent = o32
  569. o33.Offset = Vector3.new(0, 0, 0.5)
  570. o33.Scale = Vector3.new(1, 1, 2)
  571. o34.Parent = o1
  572. o34.BrickColor = BrickColor.new("Institutional white")
  573. o34.Position = Vector3.new(93.8181992, 4.00000715, 13.8115101)
  574. o34.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  575. o34.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  576. o34.Velocity = Vector3.new(0.000748508843, 0.00153822941, -0.00166177051)
  577. o34.Anchored = true
  578. o34.FormFactor = Enum.FormFactor.Plate
  579. o34.Size = Vector3.new(3, 1.20000005, 10)
  580. o34.CFrame = CFrame.new(93.8181992, 4.00000715, 13.8115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  581. o34.BackSurface = Enum.SurfaceType.Weld
  582. o34.BottomSurface = Enum.SurfaceType.Weld
  583. o34.FrontSurface = Enum.SurfaceType.Weld
  584. o34.LeftSurface = Enum.SurfaceType.Weld
  585. o34.RightSurface = Enum.SurfaceType.Weld
  586. o34.TopSurface = Enum.SurfaceType.Weld
  587. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  588. o35.Parent = o34
  589. o36.Parent = o1
  590. o36.BrickColor = BrickColor.new("Br. yellowish orange")
  591. o36.Position = Vector3.new(92.2181854, 4.00000715, 18.211504)
  592. o36.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  593. o36.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  594. o36.Velocity = Vector3.new(0.00203119451, 0.00100810977, -0.00119533355)
  595. o36.Anchored = true
  596. o36.FormFactor = Enum.FormFactor.Custom
  597. o36.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  598. o36.CFrame = CFrame.new(92.2181854, 4.00000715, 18.211504, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  599. o36.BackSurface = Enum.SurfaceType.Weld
  600. o36.BottomSurface = Enum.SurfaceType.Weld
  601. o36.FrontSurface = Enum.SurfaceType.Weld
  602. o36.LeftSurface = Enum.SurfaceType.Weld
  603. o36.RightSurface = Enum.SurfaceType.Weld
  604. o36.TopSurface = Enum.SurfaceType.Weld
  605. o36.Color = Color3.new(0.886275, 0.607843, 0.25098)
  606. o37.Parent = o36
  607. o38.Parent = o1
  608. o38.BrickColor = BrickColor.new("Institutional white")
  609. o38.Position = Vector3.new(99.0602112, 4.60000706, 18.3115101)
  610. o38.Rotation = Vector3.new(-0, 0, -4.84935117e-006)
  611. o38.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  612. o38.Velocity = Vector3.new(0.00210371148, 0.000498947338, -0.0031018618)
  613. o38.Anchored = true
  614. o38.CanCollide = false
  615. o38.FormFactor = Enum.FormFactor.Plate
  616. o38.Size = Vector3.new(3.48000026, 2.4000001, 1)
  617. o38.CFrame = CFrame.new(99.0602112, 4.60000706, 18.3115101, 1, 8.46371435e-008, 0, -8.46371435e-008, 1, 0, 0, 0, 1)
  618. o38.BottomSurface = Enum.SurfaceType.Weld
  619. o38.LeftSurface = Enum.SurfaceType.Weld
  620. o38.RightSurface = Enum.SurfaceType.Weld
  621. o38.TopSurface = Enum.SurfaceType.Weld
  622. o38.Color = Color3.new(0.972549, 0.972549, 0.972549)
  623. o39.Parent = o1
  624. o39.BrickColor = BrickColor.new("Really red")
  625. o39.Position = Vector3.new(113.818176, 4.80000877, 9.31151104)
  626. o39.Rotation = Vector3.new(-0, 0, -2.2344675e-006)
  627. o39.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  628. o39.Velocity = Vector3.new(-0.000505513046, 0.000753228669, -0.00737475045)
  629. o39.Anchored = true
  630. o39.FormFactor = Enum.FormFactor.Plate
  631. o39.Size = Vector3.new(1, 1.20000005, 1)
  632. o39.CFrame = CFrame.new(113.818176, 4.80000877, 9.31151104, 0.999993801, 3.89985715e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  633. o39.BackSurface = Enum.SurfaceType.Weld
  634. o39.BottomSurface = Enum.SurfaceType.Weld
  635. o39.FrontSurface = Enum.SurfaceType.Weld
  636. o39.LeftSurface = Enum.SurfaceType.Weld
  637. o39.RightSurface = Enum.SurfaceType.Weld
  638. o39.TopSurface = Enum.SurfaceType.Weld
  639. o39.Color = Color3.new(1, 0, 0)
  640. o40.Parent = o39
  641. o41.Parent = o1
  642. o41.BrickColor = BrickColor.new("Institutional white")
  643. o41.Position = Vector3.new(113.818054, 3.80000734, 9.31151104)
  644. o41.Rotation = Vector3.new(-0, 0, -2.23295706e-006)
  645. o41.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  646. o41.Velocity = Vector3.new(-0.000577784958, 0.000753237749, -0.00752147706)
  647. o41.Anchored = true
  648. o41.FormFactor = Enum.FormFactor.Plate
  649. o41.Size = Vector3.new(1, 0.800000012, 1)
  650. o41.CFrame = CFrame.new(113.818054, 3.80000734, 9.31151104, 0.999993563, 3.89721997e-008, 0, -4.03962055e-008, 1, 0, 0, 0, 1)
  651. o41.BackSurface = Enum.SurfaceType.Weld
  652. o41.BottomSurface = Enum.SurfaceType.Weld
  653. o41.FrontSurface = Enum.SurfaceType.Weld
  654. o41.LeftSurface = Enum.SurfaceType.Weld
  655. o41.RightSurface = Enum.SurfaceType.Weld
  656. o41.TopSurface = Enum.SurfaceType.Weld
  657. o41.Color = Color3.new(0.972549, 0.972549, 0.972549)
  658. o42.Parent = o41
  659. o43.Parent = o1
  660. o43.BrickColor = BrickColor.new("Institutional white")
  661. o43.Position = Vector3.new(105.317894, 8.40000725, 13.8115139)
  662. o43.Rotation = Vector3.new(-0, 0, -2.21481446e-006)
  663. o43.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  664. o43.Velocity = Vector3.new(0.00106650498, 0.000707125873, -0.00436840346)
  665. o43.Anchored = true
  666. o43.CanCollide = false
  667. o43.FormFactor = Enum.FormFactor.Plate
  668. o43.Size = Vector3.new(14, 0.400000006, 8)
  669. o43.CFrame = CFrame.new(105.317894, 8.40000725, 13.8115139, 1, 3.86558057e-008, 0, -3.86558057e-008, 1, 0, 0, 0, 1)
  670. o43.BackSurface = Enum.SurfaceType.Weld
  671. o43.BottomSurface = Enum.SurfaceType.Weld
  672. o43.FrontSurface = Enum.SurfaceType.Weld
  673. o43.LeftSurface = Enum.SurfaceType.Weld
  674. o43.RightSurface = Enum.SurfaceType.Weld
  675. o43.TopSurface = Enum.SurfaceType.Weld
  676. o43.Color = Color3.new(0.972549, 0.972549, 0.972549)
  677. o44.Parent = o43
  678. o45.Parent = o1
  679. o45.BrickColor = BrickColor.new("Really black")
  680. o45.Position = Vector3.new(113.818176, 6.80000782, 11.311511)
  681. o45.Rotation = Vector3.new(-90, -89.9314728, -90)
  682. o45.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  683. o45.Velocity = Vector3.new(0.000222070201, 0.000459702482, -0.00708122645)
  684. o45.Anchored = true
  685. o45.CanCollide = false
  686. o45.FormFactor = Enum.FormFactor.Plate
  687. o45.Size = Vector3.new(3, 2.79999995, 1)
  688. o45.CFrame = CFrame.new(113.818176, 6.80000782, 11.311511, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  689. o45.BackSurface = Enum.SurfaceType.Weld
  690. o45.BottomSurface = Enum.SurfaceType.Weld
  691. o45.TopSurface = Enum.SurfaceType.Weld
  692. o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  693. o46.Parent = o45
  694. o46.MeshType = Enum.MeshType.Wedge
  695. o47.Parent = o1
  696. o47.BrickColor = BrickColor.new("Institutional white")
  697. o47.Position = Vector3.new(103.118179, 2.40000772, 13.8115101)
  698. o47.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  699. o47.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  700. o47.Velocity = Vector3.new(0.000632874086, 0.000866103393, -0.0046077203)
  701. o47.Anchored = true
  702. o47.FormFactor = Enum.FormFactor.Plate
  703. o47.Size = Vector3.new(12.3999996, 1.20000005, 10)
  704. o47.CFrame = CFrame.new(103.118179, 2.40000772, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  705. o47.BackSurface = Enum.SurfaceType.Weld
  706. o47.BottomSurface = Enum.SurfaceType.Weld
  707. o47.FrontSurface = Enum.SurfaceType.Weld
  708. o47.LeftSurface = Enum.SurfaceType.Weld
  709. o47.RightSurface = Enum.SurfaceType.Weld
  710. o47.TopSurface = Enum.SurfaceType.Weld
  711. o47.Color = Color3.new(0.972549, 0.972549, 0.972549)
  712. o48.Parent = o47
  713. o49.Parent = o1
  714. o49.BrickColor = BrickColor.new("White")
  715. o49.Position = Vector3.new(104.018181, 3.20000815, 13.8115101)
  716. o49.Rotation = Vector3.new(-0, 0, -2.27374471e-006)
  717. o49.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  718. o49.Velocity = Vector3.new(0.000690691522, 0.000801058719, -0.00475267787)
  719. o49.Anchored = true
  720. o49.FormFactor = Enum.FormFactor.Plate
  721. o49.Size = Vector3.new(20.6000004, 0.400000006, 10)
  722. o49.CFrame = CFrame.new(104.018181, 3.20000815, 13.8115101, 1, 3.96843305e-008, 0, -3.96843305e-008, 1, 0, 0, 0, 1)
  723. o49.BackSurface = Enum.SurfaceType.Weld
  724. o49.BottomSurface = Enum.SurfaceType.Weld
  725. o49.FrontSurface = Enum.SurfaceType.Weld
  726. o49.LeftSurface = Enum.SurfaceType.Weld
  727. o49.RightSurface = Enum.SurfaceType.Weld
  728. o49.TopSurface = Enum.SurfaceType.Weld
  729. o49.Color = Color3.new(0.94902, 0.952941, 0.952941)
  730. o50.Parent = o49
  731. o51.Parent = o1
  732. o51.BrickColor = BrickColor.new("Institutional white")
  733. o51.Position = Vector3.new(107.167747, 5.80000782, 18.3115101)
  734. o51.Rotation = Vector3.new(-0, 0, -3.14727777e-006)
  735. o51.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  736. o51.Velocity = Vector3.new(0.00219043763, -8.69987416e-005, -0.00528925471)
  737. o51.Anchored = true
  738. o51.FormFactor = Enum.FormFactor.Plate
  739. o51.Size = Vector3.new(12.3000002, 4.80000019, 1)
  740. o51.CFrame = CFrame.new(107.167747, 5.80000782, 18.3115101, 1, 5.49303607e-008, 0, -5.49303607e-008, 1, 0, 0, 0, 1)
  741. o51.BackSurface = Enum.SurfaceType.Weld
  742. o51.BottomSurface = Enum.SurfaceType.Weld
  743. o51.FrontSurface = Enum.SurfaceType.Weld
  744. o51.LeftSurface = Enum.SurfaceType.Weld
  745. o51.RightSurface = Enum.SurfaceType.Weld
  746. o51.TopSurface = Enum.SurfaceType.Weld
  747. o51.Color = Color3.new(0.972549, 0.972549, 0.972549)
  748. o52.Parent = o51
  749. o53.Parent = o1
  750. o53.BrickColor = BrickColor.new("Institutional white")
  751. o53.Position = Vector3.new(113.818176, 6.80000782, 13.8115101)
  752. o53.Rotation = Vector3.new(-90, -89.9314728, -90)
  753. o53.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  754. o53.Velocity = Vector3.new(0.000950869871, 9.27953006e-005, -0.00708122645)
  755. o53.Anchored = true
  756. o53.CanCollide = false
  757. o53.FormFactor = Enum.FormFactor.Plate
  758. o53.Size = Vector3.new(2, 2.79999995, 1)
  759. o53.CFrame = CFrame.new(113.818176, 6.80000782, 13.8115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  760. o53.BackSurface = Enum.SurfaceType.Weld
  761. o53.BottomSurface = Enum.SurfaceType.Weld
  762. o53.TopSurface = Enum.SurfaceType.Weld
  763. o53.Color = Color3.new(0.972549, 0.972549, 0.972549)
  764. o54.Parent = o53
  765. o54.MeshType = Enum.MeshType.Wedge
  766. o55.Parent = o1
  767. o55.BrickColor = BrickColor.new("Really black")
  768. o55.Position = Vector3.new(113.818176, 6.80000782, 16.3115101)
  769. o55.Rotation = Vector3.new(-90, -89.9314728, -90)
  770. o55.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  771. o55.Velocity = Vector3.new(0.0016796696, -0.000274111895, -0.00708122645)
  772. o55.Anchored = true
  773. o55.CanCollide = false
  774. o55.FormFactor = Enum.FormFactor.Plate
  775. o55.Size = Vector3.new(3, 2.79999995, 1)
  776. o55.CFrame = CFrame.new(113.818176, 6.80000782, 16.3115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  777. o55.BackSurface = Enum.SurfaceType.Weld
  778. o55.BottomSurface = Enum.SurfaceType.Weld
  779. o55.TopSurface = Enum.SurfaceType.Weld
  780. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  781. o56.Parent = o55
  782. o56.MeshType = Enum.MeshType.Wedge
  783. o57.Parent = o1
  784. o57.BrickColor = BrickColor.new("Institutional white")
  785. o57.Position = Vector3.new(113.818176, 4.40000582, 13.8115101)
  786. o57.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  787. o57.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  788. o57.Velocity = Vector3.new(0.000777417503, 9.27956426e-005, -0.00743345637)
  789. o57.Anchored = true
  790. o57.CanCollide = false
  791. o57.FormFactor = Enum.FormFactor.Plate
  792. o57.Size = Vector3.new(1, 2, 8)
  793. o57.CFrame = CFrame.new(113.818176, 4.40000582, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  794. o57.BackSurface = Enum.SurfaceType.Weld
  795. o57.BottomSurface = Enum.SurfaceType.Weld
  796. o57.FrontSurface = Enum.SurfaceType.Weld
  797. o57.LeftSurface = Enum.SurfaceType.Weld
  798. o57.RightSurface = Enum.SurfaceType.Weld
  799. o57.TopSurface = Enum.SurfaceType.Weld
  800. o57.Color = Color3.new(0.972549, 0.972549, 0.972549)
  801. o58.Parent = o57
  802. o59.Parent = o1
  803. o59.BrickColor = BrickColor.new("Institutional white")
  804. o59.Position = Vector3.new(113.818176, 3.80000734, 18.3115101)
  805. o59.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  806. o59.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  807. o59.Velocity = Vector3.new(0.00204589404, -0.000567637384, -0.00752151385)
  808. o59.Anchored = true
  809. o59.FormFactor = Enum.FormFactor.Plate
  810. o59.Size = Vector3.new(1, 0.800000012, 1)
  811. o59.CFrame = CFrame.new(113.818176, 3.80000734, 18.3115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  812. o59.BackSurface = Enum.SurfaceType.Weld
  813. o59.BottomSurface = Enum.SurfaceType.Weld
  814. o59.FrontSurface = Enum.SurfaceType.Weld
  815. o59.LeftSurface = Enum.SurfaceType.Weld
  816. o59.RightSurface = Enum.SurfaceType.Weld
  817. o59.TopSurface = Enum.SurfaceType.Weld
  818. o59.Color = Color3.new(0.972549, 0.972549, 0.972549)
  819. o60.Parent = o59
  820. o61.Parent = o1
  821. o61.BrickColor = BrickColor.new("Institutional white")
  822. o61.Position = Vector3.new(105.317894, 8.40000725, 18.3115101)
  823. o61.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  824. o61.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  825. o61.Velocity = Vector3.new(0.00237834454, 4.6692905e-005, -0.00436840346)
  826. o61.Anchored = true
  827. o61.CanCollide = false
  828. o61.FormFactor = Enum.FormFactor.Plate
  829. o61.Size = Vector3.new(14, 0.400000006, 1)
  830. o61.CFrame = CFrame.new(105.317894, 8.40000725, 18.3115101, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  831. o61.BackSurface = Enum.SurfaceType.Weld
  832. o61.BottomSurface = Enum.SurfaceType.Weld
  833. o61.FrontSurface = Enum.SurfaceType.Weld
  834. o61.LeftSurface = Enum.SurfaceType.Weld
  835. o61.RightSurface = Enum.SurfaceType.Weld
  836. o61.TopSurface = Enum.SurfaceType.Weld
  837. o61.Color = Color3.new(0.972549, 0.972549, 0.972549)
  838. o62.Parent = o61
  839. o63.Parent = o1
  840. o63.BrickColor = BrickColor.new("Institutional white")
  841. o63.Position = Vector3.new(97.8181839, 5.79500866, 9.31151104)
  842. o63.Rotation = Vector3.new(-0, 0, -2.36894834e-006)
  843. o63.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  844. o63.Velocity = Vector3.new(-0.000433602603, 0.00190957636, -0.00256440602)
  845. o63.Anchored = true
  846. o63.CanCollide = false
  847. o63.FormFactor = Enum.FormFactor.Plate
  848. o63.Size = Vector3.new(1, 4.80999994, 1)
  849. o63.CFrame = CFrame.new(97.8181839, 5.79500866, 9.31151104, 1, 4.13459489e-008, 0, -4.13459489e-008, 1, 0, 0, 0, 1)
  850. o63.BottomSurface = Enum.SurfaceType.Weld
  851. o63.LeftSurface = Enum.SurfaceType.Weld
  852. o63.RightSurface = Enum.SurfaceType.Weld
  853. o63.TopSurface = Enum.SurfaceType.Weld
  854. o63.Color = Color3.new(0.972549, 0.972549, 0.972549)
  855. o64.Parent = o1
  856. o64.BrickColor = BrickColor.new("Institutional white")
  857. o64.Position = Vector3.new(97.8178101, 7.00000858, 18.3115101)
  858. o64.Rotation = Vector3.new(-0, 0, -2.14529973e-006)
  859. o64.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  860. o64.Velocity = Vector3.new(0.00227716402, 0.00058873737, -0.00238744705)
  861. o64.Anchored = true
  862. o64.CanCollide = false
  863. o64.FormFactor = Enum.FormFactor.Plate
  864. o64.Size = Vector3.new(1, 2.4000001, 1)
  865. o64.CFrame = CFrame.new(97.8178101, 7.00000858, 18.3115101, 0.999999762, 3.74425326e-008, 0, -3.74952727e-008, 1, 0, 0, 0, 1)
  866. o64.BottomSurface = Enum.SurfaceType.Weld
  867. o64.LeftSurface = Enum.SurfaceType.Weld
  868. o64.RightSurface = Enum.SurfaceType.Weld
  869. o64.TopSurface = Enum.SurfaceType.Weld
  870. o64.Color = Color3.new(0.972549, 0.972549, 0.972549)
  871. o65.Parent = o1
  872. o65.BrickColor = BrickColor.new("Institutional white")
  873. o65.Position = Vector3.new(113.418167, 2.40000749, 13.8115101)
  874. o65.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  875. o65.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  876. o65.Velocity = Vector3.new(0.000632874086, 0.000121704477, -0.0076103732)
  877. o65.Anchored = true
  878. o65.FormFactor = Enum.FormFactor.Plate
  879. o65.Size = Vector3.new(1.80000007, 1.20000005, 10)
  880. o65.CFrame = CFrame.new(113.418167, 2.40000749, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  881. o65.BackSurface = Enum.SurfaceType.Weld
  882. o65.BottomSurface = Enum.SurfaceType.Weld
  883. o65.FrontSurface = Enum.SurfaceType.Weld
  884. o65.LeftSurface = Enum.SurfaceType.Weld
  885. o65.RightSurface = Enum.SurfaceType.Weld
  886. o65.TopSurface = Enum.SurfaceType.Weld
  887. o65.Color = Color3.new(0.972549, 0.972549, 0.972549)
  888. o66.Parent = o65
  889. o67.Parent = o1
  890. o67.BrickColor = BrickColor.new("Really red")
  891. o67.Position = Vector3.new(113.817245, 4.80000687, 18.3115101)
  892. o67.Rotation = Vector3.new(-0, 0, -3.17145691e-006)
  893. o67.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  894. o67.Velocity = Vector3.new(0.00211816584, -0.000567570096, -0.0073744799)
  895. o67.Anchored = true
  896. o67.FormFactor = Enum.FormFactor.Plate
  897. o67.Size = Vector3.new(1, 1.20000005, 1)
  898. o67.CFrame = CFrame.new(113.817245, 4.80000687, 18.3115101, 1, 5.53523627e-008, 0, -5.53523627e-008, 1, 0, 0, 0, 1)
  899. o67.BackSurface = Enum.SurfaceType.Weld
  900. o67.BottomSurface = Enum.SurfaceType.Weld
  901. o67.FrontSurface = Enum.SurfaceType.Weld
  902. o67.LeftSurface = Enum.SurfaceType.Weld
  903. o67.RightSurface = Enum.SurfaceType.Weld
  904. o67.TopSurface = Enum.SurfaceType.Weld
  905. o67.Color = Color3.new(1, 0, 0)
  906. o68.Parent = o67
  907. o69.Parent = o1
  908. o69.BrickColor = BrickColor.new("Institutional white")
  909. o69.Position = Vector3.new(112.817894, 8.40000725, 13.8115139)
  910. o69.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  911. o69.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  912. o69.Velocity = Vector3.new(0.00106650498, 0.000165087578, -0.00655480288)
  913. o69.Anchored = true
  914. o69.CanCollide = false
  915. o69.FormFactor = Enum.FormFactor.Plate
  916. o69.Size = Vector3.new(1, 0.400000006, 10)
  917. o69.CFrame = CFrame.new(112.817894, 8.40000725, 13.8115139, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  918. o69.BackSurface = Enum.SurfaceType.Weld
  919. o69.BottomSurface = Enum.SurfaceType.Weld
  920. o69.FrontSurface = Enum.SurfaceType.Weld
  921. o69.LeftSurface = Enum.SurfaceType.Weld
  922. o69.RightSurface = Enum.SurfaceType.Weld
  923. o69.TopSurface = Enum.SurfaceType.Weld
  924. o69.Color = Color3.new(0.972549, 0.972549, 0.972549)
  925. o70.Parent = o69
  926. o71.Parent = o1
  927. o71.BrickColor = BrickColor.new("Really black")
  928. o71.Position = Vector3.new(92.2181854, 3.8000083, 13.8115101)
  929. o71.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  930. o71.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  931. o71.Velocity = Vector3.new(0.0007340546, 0.00165386556, -0.00122468593)
  932. o71.Anchored = true
  933. o71.FormFactor = Enum.FormFactor.Custom
  934. o71.Size = Vector3.new(0.200000003, 0.800000012, 6)
  935. o71.CFrame = CFrame.new(92.2181854, 3.8000083, 13.8115101, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  936. o71.BackSurface = Enum.SurfaceType.Weld
  937. o71.BottomSurface = Enum.SurfaceType.Weld
  938. o71.FrontSurface = Enum.SurfaceType.Weld
  939. o71.LeftSurface = Enum.SurfaceType.Weld
  940. o71.RightSurface = Enum.SurfaceType.Weld
  941. o71.TopSurface = Enum.SurfaceType.Weld
  942. o71.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  943. o72.Parent = o71
  944. o73.Name = "Head"
  945. o73.Parent = o1
  946. o73.Material = Enum.Material.SmoothPlastic
  947. o73.BrickColor = BrickColor.new("Institutional white")
  948. o73.Position = Vector3.new(99.207077, 7.026577, 15.2047167)
  949. o73.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  950. o73.Anchored = true
  951. o73.FormFactor = Enum.FormFactor.Symmetric
  952. o73.Size = Vector3.new(2, 1, 1)
  953. 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)
  954. o73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  955. o73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  956. o73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  957. o73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  958. o73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  959. o73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  960. o73.Color = Color3.new(0.972549, 0.972549, 0.972549)
  961. o74.Parent = o73
  962. o74.Scale = Vector3.new(1.25, 1.25, 1.25)
  963. o75.Name = "face"
  964. o75.Parent = o73
  965. o75.Texture = "rbxasset://textures/face.png"
  966. o76.Parent = o1
  967. o76.BrickColor = BrickColor.new("Institutional white")
  968. o76.Position = Vector3.new(99.6954269, 5.81500673, 9.31151104)
  969. o76.Rotation = Vector3.new(-0, 0, -8.82515178e-006)
  970. o76.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  971. o76.Velocity = Vector3.new(-0.000432157307, 0.00177390513, -0.00310872309)
  972. o76.Anchored = true
  973. o76.CanCollide = false
  974. o76.FormFactor = Enum.FormFactor.Plate
  975. o76.Size = Vector3.new(2.76000023, 4.82999992, 1)
  976. o76.CFrame = CFrame.new(99.6954269, 5.81500673, 9.31151104, 1, 1.54027958e-007, 0, -1.54027958e-007, 1, 0, 0, 0, 1)
  977. o76.BottomSurface = Enum.SurfaceType.Weld
  978. o76.LeftSurface = Enum.SurfaceType.Weld
  979. o76.RightSurface = Enum.SurfaceType.Weld
  980. o76.TopSurface = Enum.SurfaceType.Weld
  981. o76.Color = Color3.new(0.972549, 0.972549, 0.972549)
  982. o77.Parent = o1
  983. o77.BrickColor = BrickColor.new("Institutional white")
  984. o77.Position = Vector3.new(100.909996, 5.80000877, 14.2915134)
  985. o77.Rotation = Vector3.new(-0, 0, -7.89941078e-006)
  986. o77.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  987. o77.Velocity = Vector3.new(0.0010185279, 0.000955246738, -0.00346499542)
  988. o77.Anchored = true
  989. o77.FormFactor = Enum.FormFactor.Plate
  990. o77.Size = Vector3.new(0.200000003, 4.80000019, 9.0199995)
  991. o77.CFrame = CFrame.new(100.909996, 5.80000877, 14.2915134, 1, 1.37870728e-007, 0, -1.37870728e-007, 1, 0, 0, 0, 1)
  992. o77.BackSurface = Enum.SurfaceType.Weld
  993. o77.BottomSurface = Enum.SurfaceType.Weld
  994. o77.FrontSurface = Enum.SurfaceType.Weld
  995. o77.LeftSurface = Enum.SurfaceType.Weld
  996. o77.RightSurface = Enum.SurfaceType.Weld
  997. o77.TopSurface = Enum.SurfaceType.Weld
  998. o77.Color = Color3.new(0.972549, 0.972549, 0.972549)
  999. o78.Parent = o77
  1000. o79.Name = "Head"
  1001. o79.Parent = o1
  1002. o79.Material = Enum.Material.SmoothPlastic
  1003. o79.BrickColor = BrickColor.new("Institutional white")
  1004. o79.Position = Vector3.new(103.10894, 7.49666739, 15.2047167)
  1005. o79.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1006. o79.Anchored = true
  1007. o79.FormFactor = Enum.FormFactor.Symmetric
  1008. o79.Size = Vector3.new(2, 1, 1)
  1009. 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)
  1010. o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1011. o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1012. o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1013. o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1014. o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1015. o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1016. o79.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1017. o80.Parent = o79
  1018. o80.Scale = Vector3.new(1.25, 1.25, 1.25)
  1019. o81.Name = "face"
  1020. o81.Parent = o79
  1021. o81.Texture = "rbxasset://textures/face.png"
  1022. o82.Name = "Handle"
  1023. o82.Parent = o1
  1024. o82.Material = Enum.Material.SmoothPlastic
  1025. o82.Position = Vector3.new(103.10894, 7.34666729, 15.2047167)
  1026. o82.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1027. o82.Anchored = true
  1028. o82.CanCollide = false
  1029. o82.FormFactor = Enum.FormFactor.Symmetric
  1030. o82.Size = Vector3.new(2, 2, 2)
  1031. 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)
  1032. o82.BottomSurface = Enum.SurfaceType.Smooth
  1033. o82.TopSurface = Enum.SurfaceType.Smooth
  1034. o83.Parent = o82
  1035. o83.MeshId = "http://www.roblox.com/asset/?id=15393031"
  1036. o83.TextureId = "http://www.roblox.com/asset/?id=15393013"
  1037. o83.MeshType = Enum.MeshType.FileMesh
  1038. o84.Parent = o1
  1039. o84.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  1040. o84.RightLeg = o94
  1041. o84.LeftLeg = o96
  1042. o84.Torso = o87
  1043. o84.Health = 0
  1044. o84.MaxHealth = 0
  1045. o85.Name = "TPPART"
  1046. o85.Parent = o1
  1047. o85.Transparency = 1
  1048. o85.Position = Vector3.new(104.155182, 4.24109221, 12.6003485)
  1049. o85.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  1050. o85.Anchored = true
  1051. o85.CanCollide = false
  1052. o85.Size = Vector3.new(4, 1, 2)
  1053. o85.CFrame = CFrame.new(104.155182, 4.24109221, 12.6003485, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  1054. o86.Name = "TPPART2"
  1055. o86.Parent = o1
  1056. o86.Transparency = 1
  1057. o86.Position = Vector3.new(104.155182, 5.40188599, 6.32408237)
  1058. o86.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  1059. o86.Anchored = true
  1060. o86.CanCollide = false
  1061. o86.Size = Vector3.new(4, 1, 2)
  1062. o86.CFrame = CFrame.new(104.155182, 5.40188599, 6.32408237, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  1063. o87.Name = "Torso"
  1064. o87.Parent = o1
  1065. o87.Material = Enum.Material.SmoothPlastic
  1066. o87.BrickColor = BrickColor.new("Navy blue")
  1067. o87.Position = Vector3.new(99.207077, 5.526577, 15.2047167)
  1068. o87.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1069. o87.Anchored = true
  1070. o87.FormFactor = Enum.FormFactor.Symmetric
  1071. o87.Size = Vector3.new(2, 2, 1)
  1072. 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)
  1073. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1074. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1075. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1076. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1077. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1078. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1079. o87.Color = Color3.new(0, 0.12549, 0.376471)
  1080. o88.Name = "roblox"
  1081. o88.Parent = o87
  1082. o89.Name = "Right Shoulder"
  1083. o89.Parent = o87
  1084. o89.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1085. o89.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1086. o89.Part0 = o87
  1087. o89.Part1 = o95
  1088. o89.DesiredAngle = -0.062025275081396
  1089. o89.MaxVelocity = 0.15000000596046
  1090. o90.Name = "Left Shoulder"
  1091. o90.Parent = o87
  1092. o90.C0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1093. o90.C1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1094. o90.Part0 = o87
  1095. o90.Part1 = o97
  1096. o90.DesiredAngle = -0.062025275081396
  1097. o90.MaxVelocity = 0.15000000596046
  1098. o91.Name = "Right Hip"
  1099. o91.Parent = o87
  1100. o91.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1101. o91.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1102. o91.Part0 = o87
  1103. o91.Part1 = o94
  1104. o91.DesiredAngle = 0.062025275081396
  1105. o91.MaxVelocity = 0.10000000149012
  1106. o92.Name = "Left Hip"
  1107. o92.Parent = o87
  1108. o92.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1109. o92.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1110. o92.Part0 = o87
  1111. o92.Part1 = o96
  1112. o92.DesiredAngle = 0.062025275081396
  1113. o92.MaxVelocity = 0.10000000149012
  1114. o93.Name = "Neck"
  1115. o93.Parent = o87
  1116. o93.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1117. o93.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1118. o93.Part0 = o87
  1119. o93.Part1 = o73
  1120. o93.MaxVelocity = 0.10000000149012
  1121. o94.Name = "Right Leg"
  1122. o94.Parent = o1
  1123. o94.Material = Enum.Material.SmoothPlastic
  1124. o94.BrickColor = BrickColor.new("Navy blue")
  1125. o94.Position = Vector3.new(99.215416, 3.526577, 14.7047863)
  1126. o94.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1127. o94.Anchored = true
  1128. o94.CanCollide = false
  1129. o94.FormFactor = Enum.FormFactor.Symmetric
  1130. o94.Size = Vector3.new(1, 2, 1)
  1131. 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)
  1132. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1133. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1134. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1135. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1136. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1137. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1138. o94.Color = Color3.new(0, 0.12549, 0.376471)
  1139. o95.Name = "Right Arm"
  1140. o95.Parent = o1
  1141. o95.Material = Enum.Material.SmoothPlastic
  1142. o95.BrickColor = BrickColor.new("Maroon")
  1143. o95.Position = Vector3.new(99.2321014, 5.526577, 13.7049236)
  1144. o95.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1145. o95.Anchored = true
  1146. o95.CanCollide = false
  1147. o95.FormFactor = Enum.FormFactor.Symmetric
  1148. o95.Size = Vector3.new(1, 2, 1)
  1149. 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)
  1150. o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1151. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1152. o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1153. o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1154. o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1155. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1156. o95.Color = Color3.new(0.458824, 0, 0)
  1157. o96.Name = "Left Leg"
  1158. o96.Parent = o1
  1159. o96.Material = Enum.Material.SmoothPlastic
  1160. o96.BrickColor = BrickColor.new("Navy blue")
  1161. o96.Position = Vector3.new(99.1987381, 3.526577, 15.7046452)
  1162. o96.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1163. o96.Anchored = true
  1164. o96.CanCollide = false
  1165. o96.FormFactor = Enum.FormFactor.Symmetric
  1166. o96.Size = Vector3.new(1, 2, 1)
  1167. 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)
  1168. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1169. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1170. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1171. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1172. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1173. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1174. o96.Color = Color3.new(0, 0.12549, 0.376471)
  1175. o97.Name = "Left Arm"
  1176. o97.Parent = o1
  1177. o97.Material = Enum.Material.SmoothPlastic
  1178. o97.BrickColor = BrickColor.new("Maroon")
  1179. o97.Position = Vector3.new(99.1820602, 5.526577, 16.7045078)
  1180. o97.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1181. o97.Anchored = true
  1182. o97.CanCollide = false
  1183. o97.FormFactor = Enum.FormFactor.Symmetric
  1184. o97.Size = Vector3.new(1, 2, 1)
  1185. 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)
  1186. o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1187. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1188. o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1189. o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1190. o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1191. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1192. o97.Color = Color3.new(0.458824, 0, 0)
  1193. o98.Name = "Torso"
  1194. o98.Parent = o1
  1195. o98.Material = Enum.Material.SmoothPlastic
  1196. o98.BrickColor = BrickColor.new("Navy blue")
  1197. o98.Position = Vector3.new(103.10894, 5.99666739, 15.2047167)
  1198. o98.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1199. o98.Anchored = true
  1200. o98.FormFactor = Enum.FormFactor.Symmetric
  1201. o98.Size = Vector3.new(2, 2, 1)
  1202. 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)
  1203. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1204. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1205. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1206. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1207. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1208. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1209. o98.Color = Color3.new(0, 0.12549, 0.376471)
  1210. o99.Name = "roblox"
  1211. o99.Parent = o98
  1212. o100.Name = "Right Hip"
  1213. o100.Parent = o98
  1214. o100.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1215. o100.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1216. o100.Part0 = o98
  1217. o100.Part1 = o103
  1218. o100.DesiredAngle = 0.062025275081396
  1219. o100.MaxVelocity = 0.10000000149012
  1220. o101.Name = "Left Hip"
  1221. o101.Parent = o98
  1222. o101.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1223. o101.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1224. o101.Part0 = o98
  1225. o101.Part1 = o105
  1226. o101.DesiredAngle = 0.062025275081396
  1227. o101.MaxVelocity = 0.10000000149012
  1228. o102.Name = "Neck"
  1229. o102.Parent = o98
  1230. o102.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1231. o102.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1232. o102.Part0 = o98
  1233. o102.Part1 = o79
  1234. o102.MaxVelocity = 0.10000000149012
  1235. o103.Name = "Right Leg"
  1236. o103.Parent = o1
  1237. o103.Material = Enum.Material.SmoothPlastic
  1238. o103.BrickColor = BrickColor.new("Really black")
  1239. o103.Position = Vector3.new(103.608864, 3.99666739, 15.2130556)
  1240. o103.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1241. o103.Anchored = true
  1242. o103.CanCollide = false
  1243. o103.FormFactor = Enum.FormFactor.Symmetric
  1244. o103.Size = Vector3.new(1, 2, 1)
  1245. 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)
  1246. o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1247. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1248. o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1249. o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1250. o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1251. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1252. o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1253. o104.Name = "Right Arm"
  1254. o104.Parent = o1
  1255. o104.Material = Enum.Material.SmoothPlastic
  1256. o104.BrickColor = BrickColor.new("Maroon")
  1257. o104.Position = Vector3.new(104.615349, 5.89646101, 14.8330393)
  1258. o104.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  1259. o104.Anchored = true
  1260. o104.CanCollide = false
  1261. o104.FormFactor = Enum.FormFactor.Symmetric
  1262. o104.Size = Vector3.new(1, 2, 1)
  1263. 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)
  1264. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1265. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1266. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1267. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1268. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1269. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1270. o104.Color = Color3.new(0.458824, 0, 0)
  1271. o105.Name = "Left Leg"
  1272. o105.Parent = o1
  1273. o105.Material = Enum.Material.SmoothPlastic
  1274. o105.BrickColor = BrickColor.new("Really black")
  1275. o105.Position = Vector3.new(102.609009, 3.99666739, 15.1963739)
  1276. o105.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1277. o105.Anchored = true
  1278. o105.CanCollide = false
  1279. o105.FormFactor = Enum.FormFactor.Symmetric
  1280. o105.Size = Vector3.new(1, 2, 1)
  1281. 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)
  1282. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1283. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1284. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1285. o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1286. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1287. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1288. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1289. o106.Name = "Left Arm"
  1290. o106.Parent = o1
  1291. o106.Material = Enum.Material.SmoothPlastic
  1292. o106.BrickColor = BrickColor.new("Maroon")
  1293. o106.Position = Vector3.new(101.617271, 5.96075201, 14.6924496)
  1294. o106.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  1295. o106.Anchored = true
  1296. o106.CanCollide = false
  1297. o106.FormFactor = Enum.FormFactor.Symmetric
  1298. o106.Size = Vector3.new(1, 2, 1)
  1299. 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)
  1300. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1301. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1302. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1303. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1304. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1305. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1306. o106.Color = Color3.new(0.458824, 0, 0)
  1307. o107.Parent = o1
  1308. o107.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  1309. o107.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1310. o107.Anchored = true
  1311. o107.FormFactor = Enum.FormFactor.Symmetric
  1312. o107.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1313. 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)
  1314. o108.Parent = o107
  1315. o109.Parent = o1
  1316. o109.BrickColor = BrickColor.new("Really black")
  1317. o109.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  1318. o109.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1319. o109.Anchored = true
  1320. o109.FormFactor = Enum.FormFactor.Symmetric
  1321. o109.Size = Vector3.new(3, 1.20000005, 3)
  1322. 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)
  1323. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1324. o110.Parent = o109
  1325. o111.Parent = o1
  1326. o111.BrickColor = BrickColor.new("Really black")
  1327. o111.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  1328. o111.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1329. o111.Anchored = true
  1330. o111.FormFactor = Enum.FormFactor.Symmetric
  1331. o111.Size = Vector3.new(3, 1.20000005, 3)
  1332. 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)
  1333. o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1334. o112.Parent = o111
  1335. o113.Parent = o1
  1336. o113.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  1337. o113.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1338. o113.Anchored = true
  1339. o113.FormFactor = Enum.FormFactor.Symmetric
  1340. o113.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1341. 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)
  1342. o114.Parent = o113
  1343. o115.Parent = o1
  1344. o115.BrickColor = BrickColor.new("Really black")
  1345. o115.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  1346. o115.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1347. o115.Anchored = true
  1348. o115.FormFactor = Enum.FormFactor.Symmetric
  1349. o115.Size = Vector3.new(3, 1.20000005, 3)
  1350. 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)
  1351. o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1352. o116.Parent = o115
  1353. o117.Parent = o1
  1354. o117.BrickColor = BrickColor.new("Really black")
  1355. o117.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  1356. o117.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1357. o117.Anchored = true
  1358. o117.FormFactor = Enum.FormFactor.Symmetric
  1359. o117.Size = Vector3.new(3, 1.20000005, 3)
  1360. 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)
  1361. o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1362. o118.Parent = o117
  1363. o119.Parent = o1
  1364. o119.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  1365. o119.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1366. o119.Anchored = true
  1367. o119.FormFactor = Enum.FormFactor.Symmetric
  1368. o119.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1369. 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)
  1370. o120.Parent = o119
  1371. o121.Name = "Handle"
  1372. o121.Parent = o1
  1373. o121.Material = Enum.Material.SmoothPlastic
  1374. o121.Position = Vector3.new(99.207077, 6.8765769, 15.2047167)
  1375. o121.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1376. o121.Anchored = true
  1377. o121.CanCollide = false
  1378. o121.FormFactor = Enum.FormFactor.Symmetric
  1379. o121.Size = Vector3.new(2, 2, 2)
  1380. 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)
  1381. o121.BottomSurface = Enum.SurfaceType.Smooth
  1382. o121.TopSurface = Enum.SurfaceType.Smooth
  1383. o122.Parent = o121
  1384. o122.MeshId = "http://www.roblox.com/asset/?id=15393031"
  1385. o122.TextureId = "http://www.roblox.com/asset/?id=15393013"
  1386. o122.MeshType = Enum.MeshType.FileMesh
  1387. o123.Name = "RPPART"
  1388. o123.Parent = o1
  1389. o123.Transparency = 1
  1390. o123.Position = Vector3.new(103.454132, 5.33460093, 13.0707426)
  1391. o123.Rotation = Vector3.new(-90, 0, -0)
  1392. o123.Anchored = true
  1393. o123.CanCollide = false
  1394. o123.Size = Vector3.new(4, 1, 2)
  1395. o123.CFrame = CFrame.new(103.454132, 5.33460093, 13.0707426, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  1396. function MoveY(model, Position)
  1397. for _,part in pairs (model:GetChildren()) do
  1398. if part.ClassName == "Part" then
  1399. part.CFrame = part.CFrame + Vector3.new(0,Position,0)
  1400. end
  1401. end
  1402. end
  1403. function MoveX(model, Position)
  1404. for _,part in pairs (model:GetChildren()) do
  1405. if part.ClassName == "Part" then
  1406. part.CFrame = part.CFrame + Vector3.new(Position,0,0)
  1407. end
  1408. end
  1409. end
  1410. function MoveSpawn(model, PLAYERPOS)
  1411. for _,part in pairs (model:GetChildren()) do
  1412. if part.ClassName == "Part" then
  1413. part.CFrame = part.CFrame + PLAYERPOS + Vector3.new(50,-2.7,-5)
  1414. end
  1415. end
  1416. end
  1417. function MoveZ(model, Position)
  1418. for _,part in pairs (model:GetChildren()) do
  1419. if part.ClassName == "Part" then
  1420. part.CFrame = part.CFrame + Vector3.new(0,0,Position)
  1421. end
  1422. end
  1423. end
  1424. function MoveZPart(Part, Position)
  1425. Part.CFrame = Part.CFrame + Vector3.new(0,0,Position)
  1426. end
  1427. function MoveXPart(Part, Position)
  1428. Part.CFrame = Part.CFrame + Vector3.new(Position,0,0)
  1429. end
  1430. game.Players[Victim].Character.HumanoidRootPart.Anchored = true
  1431. OMGCREEPY = Instance.new("Sound")
  1432. OMGCREEPY.Parent = o1
  1433. OMGCREEPY.Volume = .5
  1434. OMGCREEPY.SoundId = "rbxassetid://177775134"
  1435. for i,v in pairs (o1:GetChildren()) do
  1436. if v:IsA("Part") then
  1437. v.Material = "SmoothPlastic"
  1438. v.BackSurface = "SmoothNoOutlines"
  1439. v.FrontSurface = "SmoothNoOutlines"
  1440. v.BottomSurface = "SmoothNoOutlines"
  1441. v.LeftSurface = "SmoothNoOutlines"
  1442. v.RightSurface = "SmoothNoOutlines"
  1443. v.TopSurface = "SmoothNoOutlines"
  1444. end
  1445. end
  1446. OMGCREEPY:Play()
  1447. o21:Play()
  1448. MoveSpawn(o1,game.Players[Victim].Character.HumanoidRootPart.Position)
  1449. for i=1,51 do
  1450. MoveX(o1,-3)
  1451. wait(.05)
  1452. end
  1453. wait(.5)
  1454. MoveZPart(o12,-1)
  1455. wait(.2)
  1456. for i=1,6 do
  1457. MoveXPart(o12,1)
  1458. wait(.1)
  1459. end
  1460. wait(.5)
  1461. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  1462. wait(.5)
  1463. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  1464. wait(.5)
  1465. MoveZPart(o12,1)
  1466. wait(.2)
  1467.  
  1468. for i=1,6 do
  1469. MoveXPart(o12,-1)
  1470. wait(.1)
  1471. end
  1472. for i=1,50 do
  1473. MoveX(o1,-3)
  1474. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  1475. wait(.05)
  1476. end
  1477. game.Players[Victim].Character.Head.face.Texture = "rbxassetid://629925029"
  1478. game.Players[Victim].Character.HumanoidRootPart.CFrame = o123.CFrame
  1479. SCREAM = Instance.new("Sound")
  1480. SCREAM.Parent = game.Players[Victim].Character.Head
  1481. SCREAM.SoundId = "rbxassetid://138167455"
  1482. SCREAM:Play()
  1483. wait(2.5)
  1484. game.Players[Victim].Character.Head.BrickColor = BrickColor.new("Maroon")
  1485. MoveZPart(o12,-1)
  1486. wait(.2)
  1487. for i=1,6 do
  1488. MoveXPart(o12,1)
  1489. wait(.1)
  1490. end
  1491. wait(.5)
  1492. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  1493. wait(.5)
  1494. MoveZPart(o12,1)
  1495. wait(.2)
  1496. for i=1,6 do
  1497. MoveXPart(o12,-1)
  1498. wait(.1)
  1499. end
  1500. game.Players[Victim].Character.Humanoid.Health = 0
  1501. player = game.Players[Victim]
  1502. char = player.Character
  1503. char.Archivable = true
  1504. local rg = char:Clone()
  1505. rg.HumanoidRootPart:Destroy()
  1506. rg.Name = ""
  1507. rg.Humanoid.MaxHealth = 0
  1508. for i, v in pairs(rg.Torso:GetChildren()) do
  1509. if v:IsA("Motor6D") then
  1510. v:Destroy()
  1511. end
  1512. end
  1513.  
  1514. local n = Instance.new("Glue", rg.Torso)
  1515. n.Name = "Neck"
  1516. n.Part0 = rg.Torso
  1517. n.Part1 = rg.Head
  1518. n.C0 = CFrame.new(0, 1, 0)
  1519. n.C1 = CFrame.new(0, -0.5, 0)
  1520.  
  1521. local rs = Instance.new("Glue", rg.Torso)
  1522. rs.Name = "Right Shoulder"
  1523. rs.Part0 = rg.Torso
  1524. rs.Part1 = rg["Right Arm"]
  1525. rs.C0 = CFrame.new(1.5, 0.5, 0)
  1526. rs.C1 = CFrame.new(0, 0.5, 0)
  1527. local ls = Instance.new("Glue", rg.Torso)
  1528. ls.Name = "Left Shoulder"
  1529. ls.Part0 = rg.Torso
  1530. ls.Part1 = rg["Left Arm"]
  1531. ls.C0 = CFrame.new(-1.5, 0.5, 0)
  1532. ls.C1 = CFrame.new(0, 0.5, 0)
  1533.  
  1534. local rh = Instance.new("Glue", rg.Torso)
  1535. rh.Name = "Right Hip"
  1536. rh.Part0 = rg.Torso
  1537. rh.Part1 = rg["Right Leg"]
  1538. rh.C0 = CFrame.new(0.5, -1, 0)
  1539. rh.C1 = CFrame.new(0, 1, 0)
  1540. local lh = Instance.new("Glue", rg.Torso)
  1541. lh.Name = "Left Hip"
  1542. lh.Part0 = rg.Torso
  1543. lh.Part1 = rg["Left Leg"]
  1544. lh.C0 = CFrame.new(-0.5, -1, 0)
  1545. lh.C1 = CFrame.new(0, 1, 0)
  1546. char.Torso:Destroy()
  1547. char.Head:Destroy()
  1548. char["Left Leg"]:Destroy()
  1549. char["Left Arm"]:Destroy()
  1550. char["Right Leg"]:Destroy()
  1551. char["Right Arm"]:Destroy()
  1552. rg.Parent = game.Workspace
  1553. rg.Head.BrickColor = BrickColor.new("Maroon")
  1554. function DEATH ()
  1555. OHHNELLY = Instance.new("Part")
  1556. OHHNELLY.Parent = workspace
  1557. OHHNELLY.Anchored = false
  1558. OHHNELLY.Material = Enum.Material.SmoothPlastic
  1559. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  1560. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1561. OHHNELLY.Position = rg.Head.Position
  1562. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  1563. OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1564. OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1565. OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1566. OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1567. OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1568. OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1569. end
  1570. for i=1,20 do
  1571. DEATH()
  1572. MoveX(o1,-3)
  1573. wait(.05)
  1574. end
  1575. o1:Destroy()
  1576. end)
  1577.  
  1578. SucideGun.MouseButton1Down:connect(function()
  1579. --SUICIDE GUN REBORN BY DMS
  1580. o1 = Instance.new("Tool")
  1581. o2 = Instance.new("Part")
  1582. o3 = Instance.new("SpecialMesh")
  1583. o4 = Instance.new("Part")
  1584. o5 = Instance.new("BlockMesh")
  1585. o6 = Instance.new("Part")
  1586. o7 = Instance.new("BlockMesh")
  1587. o8 = Instance.new("Part")
  1588. o9 = Instance.new("BlockMesh")
  1589. o10 = Instance.new("Part")
  1590. o11 = Instance.new("BlockMesh")
  1591. o12 = Instance.new("Part")
  1592. o13 = Instance.new("BlockMesh")
  1593. o14 = Instance.new("Part")
  1594. o15 = Instance.new("BlockMesh")
  1595. o16 = Instance.new("Part")
  1596. o17 = Instance.new("BlockMesh")
  1597. o18 = Instance.new("Part")
  1598. o19 = Instance.new("BlockMesh")
  1599. o20 = Instance.new("Part")
  1600. o21 = Instance.new("CylinderMesh")
  1601. o22 = Instance.new("Part")
  1602. o23 = Instance.new("CylinderMesh")
  1603. o24 = Instance.new("Part")
  1604. o25 = Instance.new("CylinderMesh")
  1605. o26 = Instance.new("Part")
  1606. o27 = Instance.new("BlockMesh")
  1607. o28 = Instance.new("Part")
  1608. o29 = Instance.new("CylinderMesh")
  1609. o30 = Instance.new("Part")
  1610. o31 = Instance.new("PointLight")
  1611. o32 = Instance.new("BillboardGui")
  1612. o33 = Instance.new("ImageLabel")
  1613. o34 = Instance.new("BlockMesh")
  1614. o35 = Instance.new("Part")
  1615. o36 = Instance.new("BlockMesh")
  1616. o37 = Instance.new("Part")
  1617. o38 = Instance.new("BlockMesh")
  1618. o39 = Instance.new("Part")
  1619. o40 = Instance.new("BlockMesh")
  1620. o41 = Instance.new("Part")
  1621. o42 = Instance.new("Decal")
  1622. o43 = Instance.new("CylinderMesh")
  1623. o44 = Instance.new("Part")
  1624. o45 = Instance.new("CylinderMesh")
  1625. o46 = Instance.new("Part")
  1626. o47 = Instance.new("BlockMesh")
  1627. o48 = Instance.new("Part")
  1628. o49 = Instance.new("SpecialMesh")
  1629. o50 = Instance.new("Part")
  1630. o51 = Instance.new("SpecialMesh")
  1631. o52 = Instance.new("Part")
  1632. o53 = Instance.new("BlockMesh")
  1633. o54 = Instance.new("Part")
  1634. o55 = Instance.new("BlockMesh")
  1635. o56 = Instance.new("Part")
  1636. o57 = Instance.new("BlockMesh")
  1637. o58 = Instance.new("Part")
  1638. o59 = Instance.new("CylinderMesh")
  1639. o60 = Instance.new("Part")
  1640. o61 = Instance.new("SpecialMesh")
  1641. o62 = Instance.new("Part")
  1642. o63 = Instance.new("BlockMesh")
  1643. o64 = Instance.new("Part")
  1644. o65 = Instance.new("SpecialMesh")
  1645. o66 = Instance.new("Part")
  1646. o67 = Instance.new("BlockMesh")
  1647. o68 = Instance.new("Part")
  1648. o69 = Instance.new("BlockMesh")
  1649. o70 = Instance.new("Part")
  1650. o71 = Instance.new("SpecialMesh")
  1651. o72 = Instance.new("Part")
  1652. o73 = Instance.new("BlockMesh")
  1653. o74 = Instance.new("Part")
  1654. o75 = Instance.new("BlockMesh")
  1655. o76 = Instance.new("Part")
  1656. o77 = Instance.new("BlockMesh")
  1657. o78 = Instance.new("Part")
  1658. o79 = Instance.new("SpecialMesh")
  1659. o80 = Instance.new("Part")
  1660. o81 = Instance.new("CylinderMesh")
  1661. o82 = Instance.new("Part")
  1662. o83 = Instance.new("SpecialMesh")
  1663. o84 = Instance.new("Part")
  1664. o85 = Instance.new("BlockMesh")
  1665. o86 = Instance.new("Part")
  1666. o87 = Instance.new("SpecialMesh")
  1667. o88 = Instance.new("Part")
  1668. o89 = Instance.new("SpecialMesh")
  1669. o90 = Instance.new("Part")
  1670. o91 = Instance.new("BlockMesh")
  1671. o92 = Instance.new("Part")
  1672. o93 = Instance.new("BlockMesh")
  1673. o94 = Instance.new("Part")
  1674. o95 = Instance.new("SpecialMesh")
  1675. o96 = Instance.new("Part")
  1676. o97 = Instance.new("BlockMesh")
  1677. o98 = Instance.new("Part")
  1678. o99 = Instance.new("SpecialMesh")
  1679. o100 = Instance.new("Part")
  1680. o101 = Instance.new("BlockMesh")
  1681. o102 = Instance.new("Part")
  1682. o103 = Instance.new("BlockMesh")
  1683. o104 = Instance.new("Part")
  1684. o105 = Instance.new("SpecialMesh")
  1685. o106 = Instance.new("Part")
  1686. o107 = Instance.new("BlockMesh")
  1687. o108 = Instance.new("Part")
  1688. o109 = Instance.new("CylinderMesh")
  1689. o110 = Instance.new("Part")
  1690. o111 = Instance.new("BlockMesh")
  1691. o112 = Instance.new("Part")
  1692. o113 = Instance.new("SpecialMesh")
  1693. o114 = Instance.new("Part")
  1694. o115 = Instance.new("CylinderMesh")
  1695. o116 = Instance.new("Part")
  1696. o117 = Instance.new("BlockMesh")
  1697. o118 = Instance.new("Part")
  1698. o119 = Instance.new("SpecialMesh")
  1699. o120 = Instance.new("Part")
  1700. o121 = Instance.new("BlockMesh")
  1701. o122 = Instance.new("Part")
  1702. o123 = Instance.new("SpecialMesh")
  1703. o124 = Instance.new("Part")
  1704. o125 = Instance.new("SpecialMesh")
  1705. o126 = Instance.new("Part")
  1706. o127 = Instance.new("BlockMesh")
  1707. o128 = Instance.new("Part")
  1708. o129 = Instance.new("BlockMesh")
  1709. o130 = Instance.new("Part")
  1710. o131 = Instance.new("SpecialMesh")
  1711. o132 = Instance.new("Part")
  1712. o133 = Instance.new("BlockMesh")
  1713. o134 = Instance.new("Part")
  1714. o135 = Instance.new("BlockMesh")
  1715. o136 = Instance.new("Part")
  1716. o137 = Instance.new("SpecialMesh")
  1717. o138 = Instance.new("Part")
  1718. o139 = Instance.new("BlockMesh")
  1719. o140 = Instance.new("Part")
  1720. o141 = Instance.new("CylinderMesh")
  1721. o142 = Instance.new("Part")
  1722. o143 = Instance.new("BlockMesh")
  1723. o144 = Instance.new("Part")
  1724. o145 = Instance.new("SpecialMesh")
  1725. o146 = Instance.new("Part")
  1726. o147 = Instance.new("SpecialMesh")
  1727. o148 = Instance.new("Part")
  1728. o149 = Instance.new("Sound")
  1729. o150 = Instance.new("BlockMesh")
  1730. o1.Name = "Suicide"
  1731. o1.Parent = game.Players.LocalPlayer.Backpack
  1732. o2.Parent = o1
  1733. o2.Material = Enum.Material.SmoothPlastic
  1734. o2.BrickColor = BrickColor.new("Really black")
  1735. o2.Position = Vector3.new(18.950964, 0.850407004, 14.2854338)
  1736. o2.Rotation = Vector3.new(-2.19040904e-013, 2.50129006e-006, -180)
  1737. o2.Anchored = true
  1738. o2.FormFactor = Enum.FormFactor.Custom
  1739. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1740. 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)
  1741. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1742. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1743. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1744. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1745. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1746. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1747. o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1748. o3.Parent = o2
  1749. o3.Scale = Vector3.new(0.666666687, 0.388888866, 0.416666687)
  1750. o3.MeshType = Enum.MeshType.Wedge
  1751. o4.Parent = o1
  1752. o4.Material = Enum.Material.SmoothPlastic
  1753. o4.BrickColor = BrickColor.new("Really black")
  1754. o4.Position = Vector3.new(18.950964, 0.953182995, 14.5104237)
  1755. o4.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1756. o4.Anchored = true
  1757. o4.FormFactor = Enum.FormFactor.Custom
  1758. o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1759. 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)
  1760. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1761. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1762. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1763. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1764. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1765. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1766. o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1767. o5.Parent = o4
  1768. o5.Scale = Vector3.new(0.333333343, 0.194444433, 0.694444478)
  1769. o6.Parent = o1
  1770. o6.Material = Enum.Material.SmoothPlastic
  1771. o6.BrickColor = BrickColor.new("Black")
  1772. o6.Position = Vector3.new(18.950964, 1.13095105, 14.5993176)
  1773. o6.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1774. o6.Anchored = true
  1775. o6.FormFactor = Enum.FormFactor.Custom
  1776. o6.Size = Vector3.new(0.566666663, 0.200000003, 0.200000003)
  1777. 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)
  1778. o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1779. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1780. o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1781. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1782. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1783. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1784. o6.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1785. o7.Parent = o6
  1786. o7.Scale = Vector3.new(1, 0.583333313, 0.722222269)
  1787. o8.Name = "SightBack"
  1788. o8.Parent = o1
  1789. o8.Material = Enum.Material.SmoothPlastic
  1790. o8.Position = Vector3.new(18.950964, 1.23151195, 14.4882116)
  1791. o8.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1792. o8.Anchored = true
  1793. o8.FormFactor = Enum.FormFactor.Custom
  1794. o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1795. 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)
  1796. o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1797. o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1798. o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1799. o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1800. o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1801. o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1802. o9.Parent = o8
  1803. o9.Scale = Vector3.new(0.166666672, 0.111111112, 0.411111116)
  1804. o10.Parent = o1
  1805. o10.Material = Enum.Material.SmoothPlastic
  1806. o10.BrickColor = BrickColor.new("Really black")
  1807. o10.Position = Vector3.new(18.950964, 0.961513996, 14.5937595)
  1808. o10.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1809. o10.Anchored = true
  1810. o10.FormFactor = Enum.FormFactor.Custom
  1811. o10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1812. 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)
  1813. o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1814. o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1815. o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1816. o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1817. o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1818. o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1819. o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1820. o11.Parent = o10
  1821. o11.Scale = Vector3.new(0.49999997, 0.277777761, 0.694444478)
  1822. o12.Parent = o1
  1823. o12.Material = Enum.Material.SmoothPlastic
  1824. o12.BrickColor = BrickColor.new("Really black")
  1825. o12.Position = Vector3.new(18.950964, 1.19539297, 14.5993176)
  1826. o12.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1827. o12.Anchored = true
  1828. o12.FormFactor = Enum.FormFactor.Custom
  1829. o12.Size = Vector3.new(0.566666663, 0.200000003, 0.200000003)
  1830. 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)
  1831. o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1832. o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1833. o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1834. o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1835. o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1836. o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1837. o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1838. o13.Parent = o12
  1839. o13.Scale = Vector3.new(1, 0.249999985, 0.411111116)
  1840. o14.Parent = o1
  1841. o14.Material = Enum.Material.SmoothPlastic
  1842. o14.BrickColor = BrickColor.new("Really black")
  1843. o14.Position = Vector3.new(18.908186, 1.19095695, 14.5993176)
  1844. o14.Rotation = Vector3.new(-90, 44.9999962, 90)
  1845. o14.Anchored = true
  1846. o14.FormFactor = Enum.FormFactor.Custom
  1847. o14.Size = Vector3.new(0.566666663, 0.200000003, 0.200000003)
  1848. 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)
  1849. o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1850. o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1851. o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1852. o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1853. o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1854. o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1855. o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1856. o15.Parent = o14
  1857. o15.Scale = Vector3.new(1, 0.194444433, 0.222222224)
  1858. o16.Name = "SightBack"
  1859. o16.Parent = o1
  1860. o16.Material = Enum.Material.SmoothPlastic
  1861. o16.Position = Vector3.new(18.9787407, 1.25372696, 14.4882116)
  1862. o16.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1863. o16.Anchored = true
  1864. o16.FormFactor = Enum.FormFactor.Custom
  1865. o16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1866. 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)
  1867. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1868. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1869. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1870. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1871. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1872. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1873. o17.Parent = o16
  1874. o17.Scale = Vector3.new(0.166666672, 0.111111112, 0.13333334)
  1875. o18.Name = "SightBack"
  1876. o18.Parent = o1
  1877. o18.Material = Enum.Material.SmoothPlastic
  1878. o18.Position = Vector3.new(18.9231701, 1.25372696, 14.4882002)
  1879. o18.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1880. o18.Anchored = true
  1881. o18.FormFactor = Enum.FormFactor.Custom
  1882. o18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1883. 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)
  1884. o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1885. o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1886. o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1887. o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1888. o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1889. o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1890. o19.Parent = o18
  1891. o19.Scale = Vector3.new(0.166666672, 0.111111112, 0.13333334)
  1892. o20.Parent = o1
  1893. o20.Material = Enum.Material.SmoothPlastic
  1894. o20.BrickColor = BrickColor.new("Black")
  1895. o20.Position = Vector3.new(18.950964, 0.886528015, 14.5798664)
  1896. o20.Rotation = Vector3.new(-90, -2.50447761e-006, -90)
  1897. o20.Anchored = true
  1898. o20.FormFactor = Enum.FormFactor.Custom
  1899. o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1900. 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)
  1901. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1902. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1903. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1904. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1905. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1906. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1907. o20.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1908. o21.Parent = o20
  1909. o21.Scale = Vector3.new(0.416666687, 0.722222269, 0.416666687)
  1910. o22.Name = "SightLine"
  1911. o22.Parent = o1
  1912. o22.Material = Enum.Material.SmoothPlastic
  1913. o22.BrickColor = BrickColor.new("Smoky grey")
  1914. o22.Position = Vector3.new(18.950964, 1.21539295, 15.7804356)
  1915. o22.Rotation = Vector3.new(90, -2.50447761e-006, -90)
  1916. o22.Anchored = true
  1917. o22.FormFactor = Enum.FormFactor.Custom
  1918. o22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1919. 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)
  1920. o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1921. o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1922. o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1923. o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1924. o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1925. o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1926. o22.Color = Color3.new(0.356863, 0.364706, 0.411765)
  1927. o23.Parent = o22
  1928. o23.Scale = Vector3.new(0.505999982, 0.150000006, 0.505999982)
  1929. o24.Parent = o1
  1930. o24.Material = Enum.Material.SmoothPlastic
  1931. o24.BrickColor = BrickColor.new("Black")
  1932. o24.Position = Vector3.new(18.950964, 0.96707201, 15.7326679)
  1933. o24.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
  1934. o24.Anchored = true
  1935. o24.FormFactor = Enum.FormFactor.Custom
  1936. o24.Size = Vector3.new(0.200000003, 0.344444454, 0.200000003)
  1937. 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)
  1938. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1939. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1940. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1941. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1942. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1943. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1944. o24.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1945. o25.Parent = o24
  1946. o25.Scale = Vector3.new(0.405599982, 1, 0.405599982)
  1947. o26.Parent = o1
  1948. o26.Material = Enum.Material.SmoothPlastic
  1949. o26.BrickColor = BrickColor.new("Black")
  1950. o26.Position = Vector3.new(18.950964, 1.01984501, 15.7298756)
  1951. o26.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  1952. o26.Anchored = true
  1953. o26.FormFactor = Enum.FormFactor.Custom
  1954. o26.Size = Vector3.new(0.338888884, 0.200000003, 0.200000003)
  1955. 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)
  1956. o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1957. o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1958. o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1959. o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1960. o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1961. o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1962. o26.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1963. o27.Parent = o26
  1964. o27.Scale = Vector3.new(1, 0.527777731, 0.611111104)
  1965. o28.Parent = o1
  1966. o28.Material = Enum.Material.SmoothPlastic
  1967. o28.BrickColor = BrickColor.new("Black")
  1968. o28.Position = Vector3.new(18.950964, 0.96707201, 15.7298756)
  1969. o28.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
  1970. o28.Anchored = true
  1971. o28.FormFactor = Enum.FormFactor.Custom
  1972. o28.Size = Vector3.new(0.200000003, 0.338888884, 0.200000003)
  1973. 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)
  1974. o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1975. o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1976. o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1977. o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1978. o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1979. o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1980. o28.Color = Color3.new(0.105882, 0.164706, 0.207843)
  1981. o29.Parent = o28
  1982. o29.Scale = Vector3.new(0.611111104, 1, 0.611111104)
  1983. o30.Name = "Main"
  1984. o30.Parent = o1
  1985. o30.Material = Enum.Material.SmoothPlastic
  1986. o30.BrickColor = BrickColor.new("Really black")
  1987. o30.Transparency = 1
  1988. o30.Position = Vector3.new(18.950964, 1.12816894, 15.9493256)
  1989. o30.Rotation = Vector3.new(90, -2.50447761e-006, 2.50796006e-006)
  1990. o30.Anchored = true
  1991. o30.FormFactor = Enum.FormFactor.Custom
  1992. o30.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1993. 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)
  1994. o30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1995. o30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1996. o30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1997. o30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1998. o30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1999. o30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2000. o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2001. o31.Name = "FlashFX"
  2002. o31.Parent = o30
  2003. o31.Color = Color3.new(1, 1, 0)
  2004. o31.Enabled = false
  2005. o31.Brightness = 10
  2006. o31.Range = 6
  2007. o31.Shadows = true
  2008. o32.Name = "FlashGui"
  2009. o32.Parent = o30
  2010. o32.Size = UDim2.new(1.1000000238419,0,1.1000000238419,0)
  2011. o32.Enabled = false
  2012. o33.Name = "Label"
  2013. o33.Parent = o32
  2014. o33.Size = UDim2.new(1,0,1,0)
  2015. o33.BackgroundTransparency = 1
  2016. o33.Image = "http://www.roblox.com/asset/?id=117472237"
  2017. o34.Parent = o30
  2018. o34.Scale = Vector3.new(0.99999994, 0.99999994, 0.99999994)
  2019. o35.Parent = o1
  2020. o35.Material = Enum.Material.SmoothPlastic
  2021. o35.BrickColor = BrickColor.new("Black")
  2022. o35.Position = Vector3.new(18.908186, 1.19095695, 15.5132236)
  2023. o35.Rotation = Vector3.new(-90, 44.9999962, 90)
  2024. o35.Anchored = true
  2025. o35.FormFactor = Enum.FormFactor.Custom
  2026. o35.Size = Vector3.new(0.772222221, 0.200000003, 0.200000003)
  2027. 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)
  2028. o35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2029. o35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2030. o35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2031. o35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2032. o35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2033. o35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2034. o35.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2035. o36.Parent = o35
  2036. o36.Scale = Vector3.new(1, 0.194444433, 0.222222224)
  2037. o37.Parent = o1
  2038. o37.Material = Enum.Material.SmoothPlastic
  2039. o37.BrickColor = BrickColor.new("Black")
  2040. o37.Position = Vector3.new(18.950964, 1.19539297, 15.5132236)
  2041. o37.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2042. o37.Anchored = true
  2043. o37.FormFactor = Enum.FormFactor.Custom
  2044. o37.Size = Vector3.new(0.772222221, 0.200000003, 0.200000003)
  2045. 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)
  2046. o37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2047. o37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2048. o37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2049. o37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2050. o37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2051. o37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2052. o37.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2053. o38.Parent = o37
  2054. o38.Scale = Vector3.new(1, 0.249999985, 0.411111116)
  2055. o39.Parent = o1
  2056. o39.Material = Enum.Material.SmoothPlastic
  2057. o39.BrickColor = BrickColor.new("Black")
  2058. o39.Position = Vector3.new(18.950964, 1.13095105, 15.5132236)
  2059. o39.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2060. o39.Anchored = true
  2061. o39.FormFactor = Enum.FormFactor.Custom
  2062. o39.Size = Vector3.new(0.772222221, 0.200000003, 0.200000003)
  2063. 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)
  2064. o39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2065. o39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2066. o39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2067. o39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2068. o39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2069. o39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2070. o39.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2071. o40.Parent = o39
  2072. o40.Scale = Vector3.new(1, 0.583333313, 0.722222269)
  2073. o41.Parent = o1
  2074. o41.Material = Enum.Material.SmoothPlastic
  2075. o41.BrickColor = BrickColor.new("Black")
  2076. o41.Position = Vector3.new(18.950964, 1.12816894, 15.3854284)
  2077. o41.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
  2078. o41.Anchored = true
  2079. o41.FormFactor = Enum.FormFactor.Custom
  2080. o41.Size = Vector3.new(0.200000003, 1.06111109, 0.200000003)
  2081. 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)
  2082. o41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2083. o41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2084. o41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2085. o41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2086. o41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2087. o41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2088. o41.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2089. o42.Parent = o41
  2090. o42.Texture = "http://www.roblox.com/asset/?id=47760372"
  2091. o42.Face = Enum.NormalId.Top
  2092. o43.Parent = o41
  2093. o43.Scale = Vector3.new(0.49999997, 1, 0.49999997)
  2094. o44.Parent = o1
  2095. o44.Material = Enum.Material.SmoothPlastic
  2096. o44.BrickColor = BrickColor.new("Black")
  2097. o44.Position = Vector3.new(18.950964, 0.961513996, 15.352108)
  2098. o44.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
  2099. o44.Anchored = true
  2100. o44.FormFactor = Enum.FormFactor.Custom
  2101. o44.Size = Vector3.new(0.200000003, 0.416666627, 0.200000003)
  2102. 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)
  2103. o44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2104. o44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2105. o44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2106. o44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2107. o44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2108. o44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2109. o44.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2110. o45.Parent = o44
  2111. o45.Scale = Vector3.new(0.666666687, 1, 0.666666687)
  2112. o46.Name = "Mag"
  2113. o46.Parent = o1
  2114. o46.Material = Enum.Material.SmoothPlastic
  2115. o46.BrickColor = BrickColor.new("Black")
  2116. o46.Position = Vector3.new(18.950964, 0.129971996, 14.3866644)
  2117. o46.Rotation = Vector3.new(101, 90, 0)
  2118. o46.Anchored = true
  2119. o46.FormFactor = Enum.FormFactor.Custom
  2120. o46.Size = Vector3.new(0.200000003, 0.333333343, 0.200000003)
  2121. 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)
  2122. o46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2123. o46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2124. o46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2125. o46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2126. o46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2127. o46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2128. o46.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2129. o47.Parent = o46
  2130. o47.Scale = Vector3.new(0.027777778, 1, 0.666666687)
  2131. o48.Parent = o1
  2132. o48.Material = Enum.Material.SmoothPlastic
  2133. o48.BrickColor = BrickColor.new("Black")
  2134. o48.Position = Vector3.new(18.950964, 0.161533996, 14.3493176)
  2135. o48.Rotation = Vector3.new(0.019784553, -6.66929267e-009, 180)
  2136. o48.Anchored = true
  2137. o48.FormFactor = Enum.FormFactor.Custom
  2138. o48.Size = Vector3.new(0.200000003, 0.200000003, 0.266666681)
  2139. 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)
  2140. o48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2141. o48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2142. o48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2143. o48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2144. o48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2145. o48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2146. o48.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2147. o49.Parent = o48
  2148. o49.Scale = Vector3.new(0.694444478, 0.222222224, 1)
  2149. o49.MeshType = Enum.MeshType.Wedge
  2150. o50.Parent = o1
  2151. o50.Material = Enum.Material.SmoothPlastic
  2152. o50.BrickColor = BrickColor.new("Really black")
  2153. o50.Position = Vector3.new(18.950964, 0.155975997, 14.3354216)
  2154. o50.Rotation = Vector3.new(3.08320072e-016, 0, -180)
  2155. o50.Anchored = true
  2156. o50.FormFactor = Enum.FormFactor.Custom
  2157. o50.Size = Vector3.new(0.200000003, 0.200000003, 0.438888878)
  2158. 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)
  2159. o50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2160. o50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2161. o50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2162. o50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2163. o50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2164. o50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2165. o50.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2166. o51.Parent = o50
  2167. o51.Scale = Vector3.new(0.666666687, 0.333333343, 1)
  2168. o51.MeshType = Enum.MeshType.Wedge
  2169. o52.Parent = o1
  2170. o52.Material = Enum.Material.SmoothPlastic
  2171. o52.BrickColor = BrickColor.new("Black")
  2172. o52.Position = Vector3.new(18.950964, 0.239300996, 14.1882057)
  2173. o52.Rotation = Vector3.new(105, 90, 0)
  2174. o52.Anchored = true
  2175. o52.FormFactor = Enum.FormFactor.Custom
  2176. o52.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2177. 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)
  2178. o52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2179. o52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2180. o52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2181. o52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2182. o52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2183. o52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2184. o52.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2185. o53.Parent = o52
  2186. o53.Scale = Vector3.new(0.944444478, 0.111111112, 0.611111104)
  2187. o54.Parent = o1
  2188. o54.Material = Enum.Material.SmoothPlastic
  2189. o54.BrickColor = BrickColor.new("Really black")
  2190. o54.Position = Vector3.new(18.950964, 0.225419, 14.3520937)
  2191. o54.Rotation = Vector3.new(-3.25256337e-007, 90, 0)
  2192. o54.Anchored = true
  2193. o54.FormFactor = Enum.FormFactor.Custom
  2194. o54.Size = Vector3.new(0.26111111, 0.200000003, 0.200000003)
  2195. 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)
  2196. o54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2197. o54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2198. o54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2199. o54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2200. o54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2201. o54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2202. o54.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2203. o55.Parent = o54
  2204. o55.Scale = Vector3.new(1, 0.416666687, 0.694444478)
  2205. o56.Parent = o1
  2206. o56.Material = Enum.Material.SmoothPlastic
  2207. o56.BrickColor = BrickColor.new("Really black")
  2208. o56.Position = Vector3.new(18.950964, 0.197641, 14.2215319)
  2209. o56.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2210. o56.Anchored = true
  2211. o56.FormFactor = Enum.FormFactor.Custom
  2212. o56.Size = Vector3.new(0.211111099, 0.200000003, 0.200000003)
  2213. 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)
  2214. o56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2215. o56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2216. o56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2217. o56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2218. o56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2219. o56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2220. o56.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2221. o57.Parent = o56
  2222. o57.Scale = Vector3.new(1, 0.0833333358, 0.666666687)
  2223. o58.Parent = o1
  2224. o58.Material = Enum.Material.SmoothPlastic
  2225. o58.BrickColor = BrickColor.new("Really black")
  2226. o58.Position = Vector3.new(18.950964, 0.258204013, 14.3493176)
  2227. o58.Rotation = Vector3.new(-90, -2.50447761e-006, -90)
  2228. o58.Anchored = true
  2229. o58.FormFactor = Enum.FormFactor.Custom
  2230. o58.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2231. 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)
  2232. o58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2233. o58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2234. o58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2235. o58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2236. o58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2237. o58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2238. o58.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2239. o59.Parent = o58
  2240. o59.Scale = Vector3.new(0.49999997, 0.722222269, 0.472222239)
  2241. o60.Parent = o1
  2242. o60.Material = Enum.Material.SmoothPlastic
  2243. o60.BrickColor = BrickColor.new("Really black")
  2244. o60.Position = Vector3.new(18.950964, 0.244874001, 14.1993141)
  2245. o60.Rotation = Vector3.new(0.019784553, -6.66929267e-009, 180)
  2246. o60.Anchored = true
  2247. o60.FormFactor = Enum.FormFactor.Custom
  2248. o60.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2249. 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)
  2250. o60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2251. o60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2252. o60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2253. o60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2254. o60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2255. o60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2256. o60.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2257. o61.Parent = o60
  2258. o61.Scale = Vector3.new(0.694444478, 0.222222224, 0.222222224)
  2259. o61.MeshType = Enum.MeshType.Wedge
  2260. o62.Parent = o1
  2261. o62.Material = Enum.Material.SmoothPlastic
  2262. o62.BrickColor = BrickColor.new("Black")
  2263. o62.Position = Vector3.new(18.993742, 1.19095695, 15.1076584)
  2264. o62.Rotation = Vector3.new(90, 44.9999962, -90)
  2265. o62.Anchored = true
  2266. o62.FormFactor = Enum.FormFactor.Custom
  2267. o62.Size = Vector3.new(1.58333337, 0.200000003, 0.200000003)
  2268. 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)
  2269. o62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2270. o62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2271. o62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2272. o62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2273. o62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2274. o62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2275. o62.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2276. o63.Parent = o62
  2277. o63.Scale = Vector3.new(1, 0.194444433, 0.222222224)
  2278. o64.Parent = o1
  2279. o64.Material = Enum.Material.SmoothPlastic
  2280. o64.Position = Vector3.new(18.950964, 0.867092013, 15.1298876)
  2281. o64.Rotation = Vector3.new(180, 2.50796006e-006, 8.65142192e-006)
  2282. o64.Anchored = true
  2283. o64.FormFactor = Enum.FormFactor.Custom
  2284. o64.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2285. 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)
  2286. o64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2287. o64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2288. o64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2289. o64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2290. o64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2291. o64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2292. o65.Parent = o64
  2293. o65.Scale = Vector3.new(0.611111104, 0.333333343, 0.138888881)
  2294. o65.MeshType = Enum.MeshType.Wedge
  2295. o66.Parent = o1
  2296. o66.Material = Enum.Material.SmoothPlastic
  2297. o66.Position = Vector3.new(18.950964, 0.83930999, 15.1048679)
  2298. o66.Rotation = Vector3.new(89.9999771, 90, 0)
  2299. o66.Anchored = true
  2300. o66.FormFactor = Enum.FormFactor.Custom
  2301. o66.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2302. 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)
  2303. o66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2304. o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2305. o66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2306. o66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2307. o66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2308. o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2309. o67.Parent = o66
  2310. o67.Scale = Vector3.new(0.944444478, 0.111111112, 0.611111104)
  2311. o68.Parent = o1
  2312. o68.Material = Enum.Material.SmoothPlastic
  2313. o68.BrickColor = BrickColor.new("Fossil")
  2314. o68.Position = Vector3.new(18.950964, 0.716949999, 15.0719404)
  2315. o68.Rotation = Vector3.new(-45, 90, 0)
  2316. o68.Anchored = true
  2317. o68.FormFactor = Enum.FormFactor.Custom
  2318. o68.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2319. 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)
  2320. o68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2321. o68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2322. o68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2323. o68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2324. o68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2325. o68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2326. o68.Color = Color3.new(0.623529, 0.631373, 0.67451)
  2327. o69.Parent = o68
  2328. o69.Scale = Vector3.new(0.527777731, 0.111111112, 0.611111104)
  2329. o70.Parent = o1
  2330. o70.Material = Enum.Material.SmoothPlastic
  2331. o70.BrickColor = BrickColor.new("Black")
  2332. o70.Position = Vector3.new(18.950964, 0.875427008, 15.0743237)
  2333. o70.Rotation = Vector3.new(3.08320072e-016, 0, -180)
  2334. o70.Anchored = true
  2335. o70.FormFactor = Enum.FormFactor.Custom
  2336. o70.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2337. 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)
  2338. o70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2339. o70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2340. o70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2341. o70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2342. o70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2343. o70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2344. o70.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2345. o71.Parent = o70
  2346. o71.Scale = Vector3.new(0.611111104, 0.249999985, 0.194444433)
  2347. o71.MeshType = Enum.MeshType.Wedge
  2348. o72.Parent = o1
  2349. o72.Material = Enum.Material.SmoothPlastic
  2350. o72.BrickColor = BrickColor.new("Black")
  2351. o72.Position = Vector3.new(18.9315281, 1.09817195, 15.0048761)
  2352. o72.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2353. o72.Anchored = true
  2354. o72.FormFactor = Enum.FormFactor.Custom
  2355. o72.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
  2356. 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)
  2357. o72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2358. o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2359. o72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2360. o72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2361. o72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2362. o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2363. o72.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2364. o73.Parent = o72
  2365. o73.Scale = Vector3.new(1, 0.277777761, 0.527777731)
  2366. o74.Parent = o1
  2367. o74.Material = Enum.Material.SmoothPlastic
  2368. o74.BrickColor = BrickColor.new("Black")
  2369. o74.Position = Vector3.new(18.9870701, 1.13095105, 15.0048761)
  2370. o74.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2371. o74.Anchored = true
  2372. o74.FormFactor = Enum.FormFactor.Custom
  2373. o74.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
  2374. 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)
  2375. o74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2376. o74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2377. o74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2378. o74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2379. o74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2380. o74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2381. o74.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2382. o75.Parent = o74
  2383. o75.Scale = Vector3.new(1, 0.583333313, 0.361111134)
  2384. o76.Parent = o1
  2385. o76.Material = Enum.Material.SmoothPlastic
  2386. o76.BrickColor = BrickColor.new("Black")
  2387. o76.Position = Vector3.new(18.970396, 1.17595196, 15.0048761)
  2388. o76.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2389. o76.Anchored = true
  2390. o76.FormFactor = Enum.FormFactor.Custom
  2391. o76.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
  2392. 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)
  2393. o76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2394. o76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2395. o76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2396. o76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2397. o76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2398. o76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2399. o76.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2400. o77.Parent = o76
  2401. o77.Scale = Vector3.new(1, 0.444444448, 0.216666669)
  2402. o78.Parent = o1
  2403. o78.Material = Enum.Material.SmoothPlastic
  2404. o78.BrickColor = BrickColor.new("Black")
  2405. o78.Position = Vector3.new(18.950964, 0.39764601, 14.6493216)
  2406. o78.Rotation = Vector3.new(180, 2.50796006e-006, 5.00895612e-006)
  2407. o78.Anchored = true
  2408. o78.FormFactor = Enum.FormFactor.Custom
  2409. o78.Size = Vector3.new(0.200000003, 0.550000012, 0.200000003)
  2410. 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)
  2411. o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2412. o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2413. o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2414. o78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2415. o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2416. o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2417. o78.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2418. o79.Parent = o78
  2419. o79.Scale = Vector3.new(0.666666687, 1, 0.944444478)
  2420. o79.MeshType = Enum.MeshType.Wedge
  2421. o80.Parent = o1
  2422. o80.Material = Enum.Material.SmoothPlastic
  2423. o80.BrickColor = BrickColor.new("Black")
  2424. o80.Position = Vector3.new(18.8859501, 0.96707201, 15.0021019)
  2425. o80.Rotation = Vector3.new(-90, -2.50447761e-006, -90.0000076)
  2426. o80.Anchored = true
  2427. o80.FormFactor = Enum.FormFactor.Custom
  2428. o80.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2429. 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)
  2430. o80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2431. o80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2432. o80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2433. o80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2434. o80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2435. o80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2436. o80.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2437. o81.Parent = o80
  2438. o81.Scale = Vector3.new(0.249999985, 0.027777778, 0.249999985)
  2439. o82.Parent = o1
  2440. o82.Material = Enum.Material.SmoothPlastic
  2441. o82.BrickColor = BrickColor.new("Dark stone grey")
  2442. o82.Position = Vector3.new(18.950964, 0.858749986, 14.8770924)
  2443. o82.Rotation = Vector3.new(-180, -2.50796256e-006, 5.00895703e-006)
  2444. o82.Anchored = true
  2445. o82.FormFactor = Enum.FormFactor.Custom
  2446. o82.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2447. 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)
  2448. o82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2449. o82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2450. o82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2451. o82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2452. o82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2453. o82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2454. o82.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2455. o83.Parent = o82
  2456. o83.Scale = Vector3.new(0.472222239, 0.416666687, 0.222222224)
  2457. o83.MeshType = Enum.MeshType.Wedge
  2458. o84.Parent = o1
  2459. o84.Material = Enum.Material.SmoothPlastic
  2460. o84.BrickColor = BrickColor.new("Black")
  2461. o84.Position = Vector3.new(18.950964, 1.05040395, 14.9382162)
  2462. o84.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2463. o84.Anchored = true
  2464. o84.FormFactor = Enum.FormFactor.Custom
  2465. o84.Size = Vector3.new(1.24444449, 0.200000003, 0.200000003)
  2466. 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)
  2467. o84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2468. o84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2469. o84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2470. o84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2471. o84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2472. o84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2473. o84.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2474. o85.Parent = o84
  2475. o85.Scale = Vector3.new(1, 0.222222224, 0.722222269)
  2476. o86.Parent = o1
  2477. o86.Material = Enum.Material.SmoothPlastic
  2478. o86.BrickColor = BrickColor.new("Black")
  2479. o86.Position = Vector3.new(18.950964, 0.469879985, 14.2215319)
  2480. o86.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
  2481. o86.Anchored = true
  2482. o86.FormFactor = Enum.FormFactor.Custom
  2483. o86.Size = Vector3.new(0.200000003, 0.527777791, 0.211111099)
  2484. 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)
  2485. o86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2486. o86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2487. o86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2488. o86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2489. o86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2490. o86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2491. o86.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2492. o87.Parent = o86
  2493. o87.Scale = Vector3.new(0.666666687, 1, 1)
  2494. o87.MeshType = Enum.MeshType.Wedge
  2495. o88.Parent = o1
  2496. o88.Material = Enum.Material.SmoothPlastic
  2497. o88.BrickColor = BrickColor.new("Dark stone grey")
  2498. o88.Position = Vector3.new(18.950964, 0.736557007, 14.8798761)
  2499. o88.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  2500. o88.Anchored = true
  2501. o88.FormFactor = Enum.FormFactor.Custom
  2502. o88.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2503. 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)
  2504. o88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2505. o88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2506. o88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2507. o88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2508. o88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2509. o88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2510. o88.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2511. o89.Parent = o88
  2512. o89.Scale = Vector3.new(0.472222239, 0.416666687, 0.249999985)
  2513. o89.MeshType = Enum.MeshType.Wedge
  2514. o90.Parent = o1
  2515. o90.Material = Enum.Material.SmoothPlastic
  2516. o90.BrickColor = BrickColor.new("Smoky grey")
  2517. o90.Position = Vector3.new(18.950964, 0.683766007, 14.9020796)
  2518. o90.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2519. o90.Anchored = true
  2520. o90.FormFactor = Enum.FormFactor.Custom
  2521. o90.Size = Vector3.new(0.283333331, 0.200000003, 0.200000003)
  2522. 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)
  2523. o90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2524. o90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2525. o90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2526. o90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2527. o90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2528. o90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2529. o90.Color = Color3.new(0.356863, 0.364706, 0.411765)
  2530. o91.Parent = o90
  2531. o91.Scale = Vector3.new(1, 0.111111112, 0.611111104)
  2532. o92.Parent = o1
  2533. o92.Material = Enum.Material.SmoothPlastic
  2534. o92.BrickColor = BrickColor.new("Black")
  2535. o92.Position = Vector3.new(18.950964, 0.992074013, 14.9382162)
  2536. o92.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2537. o92.Anchored = true
  2538. o92.FormFactor = Enum.FormFactor.Custom
  2539. o92.Size = Vector3.new(1.24444449, 0.200000003, 0.200000003)
  2540. 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)
  2541. o92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2542. o92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2543. o92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2544. o92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2545. o92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2546. o92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2547. o92.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2548. o93.Parent = o92
  2549. o93.Scale = Vector3.new(1, 0.361111134, 0.666666687)
  2550. o94.Parent = o1
  2551. o94.Material = Enum.Material.SmoothPlastic
  2552. o94.BrickColor = BrickColor.new("Black")
  2553. o94.Position = Vector3.new(18.950964, 0.708733976, 14.827096)
  2554. o94.Rotation = Vector3.new(-180, 0.0927856117, 180)
  2555. o94.Anchored = true
  2556. o94.FormFactor = Enum.FormFactor.Custom
  2557. o94.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2558. 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)
  2559. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2560. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2561. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2562. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2563. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2564. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2565. o94.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2566. o95.Parent = o94
  2567. o95.Scale = Vector3.new(0.611111104, 0.138888881, 0.249999985)
  2568. o95.MeshType = Enum.MeshType.Wedge
  2569. o96.Parent = o1
  2570. o96.Material = Enum.Material.SmoothPlastic
  2571. o96.BrickColor = BrickColor.new("Black")
  2572. o96.Position = Vector3.new(18.950964, 0.797657013, 14.8104324)
  2573. o96.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  2574. o96.Anchored = true
  2575. o96.FormFactor = Enum.FormFactor.Custom
  2576. o96.Size = Vector3.new(0.200000003, 0.205555543, 0.200000003)
  2577. 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)
  2578. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2579. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2580. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2581. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2582. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2583. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2584. o96.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2585. o97.Parent = o96
  2586. o97.Scale = Vector3.new(0.472222239, 1, 0.444444448)
  2587. o98.Parent = o1
  2588. o98.Material = Enum.Material.SmoothPlastic
  2589. o98.BrickColor = BrickColor.new("Black")
  2590. o98.Position = Vector3.new(18.950964, 0.875427008, 14.8298864)
  2591. o98.Rotation = Vector3.new(-180, 0, -6.27987314e-020)
  2592. o98.Anchored = true
  2593. o98.FormFactor = Enum.FormFactor.Custom
  2594. o98.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2595. 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)
  2596. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2597. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2598. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2599. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2600. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2601. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2602. o98.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2603. o99.Parent = o98
  2604. o99.Scale = Vector3.new(0.666666687, 0.249999985, 0.194444433)
  2605. o99.MeshType = Enum.MeshType.Wedge
  2606. o100.Parent = o1
  2607. o100.Material = Enum.Material.SmoothPlastic
  2608. o100.BrickColor = BrickColor.new("Black")
  2609. o100.Position = Vector3.new(18.988184, 0.986526012, 14.8076496)
  2610. o100.Rotation = Vector3.new(3.00000024, 90, 0)
  2611. o100.Anchored = true
  2612. o100.FormFactor = Enum.FormFactor.Custom
  2613. o100.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2614. 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)
  2615. o100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2616. o100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2617. o100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2618. o100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2619. o100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2620. o100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2621. o100.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2622. o101.Parent = o100
  2623. o101.Scale = Vector3.new(0.694444478, 0.249999985, 0.361111134)
  2624. o102.Parent = o1
  2625. o102.Material = Enum.Material.SmoothPlastic
  2626. o102.BrickColor = BrickColor.new("Black")
  2627. o102.Position = Vector3.new(18.950964, 0.875427008, 14.8020916)
  2628. o102.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2629. o102.Anchored = true
  2630. o102.FormFactor = Enum.FormFactor.Custom
  2631. o102.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2632. 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)
  2633. o102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2634. o102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2635. o102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2636. o102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2637. o102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2638. o102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2639. o102.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2640. o103.Parent = o102
  2641. o103.Scale = Vector3.new(0.0833333358, 0.249999985, 0.666666687)
  2642. o104.Parent = o1
  2643. o104.Material = Enum.Material.SmoothPlastic
  2644. o104.BrickColor = BrickColor.new("Really black")
  2645. o104.Position = Vector3.new(18.950964, 0.536549985, 14.6048756)
  2646. o104.Rotation = Vector3.new(180, 2.50796006e-006, 5.00895612e-006)
  2647. o104.Anchored = true
  2648. o104.FormFactor = Enum.FormFactor.Custom
  2649. o104.Size = Vector3.new(0.200000003, 0.794444382, 0.244444445)
  2650. 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)
  2651. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2652. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2653. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2654. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2655. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2656. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2657. o104.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2658. o105.Parent = o104
  2659. o105.Scale = Vector3.new(0.694444478, 1, 1)
  2660. o105.MeshType = Enum.MeshType.Wedge
  2661. o106.Name = "Mag"
  2662. o106.Parent = o1
  2663. o106.Material = Enum.Material.SmoothPlastic
  2664. o106.BrickColor = BrickColor.new("Really black")
  2665. o106.Position = Vector3.new(18.950964, 0.56080699, 14.4704056)
  2666. o106.Rotation = Vector3.new(101, 90, 0)
  2667. o106.Anchored = true
  2668. o106.FormFactor = Enum.FormFactor.Custom
  2669. o106.Size = Vector3.new(0.872222185, 0.322222203, 0.200000003)
  2670. 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)
  2671. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2672. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2673. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2674. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2675. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2676. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2677. o106.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2678. o107.Parent = o106
  2679. o107.Scale = Vector3.new(1, 1, 0.611111104)
  2680. o108.Parent = o1
  2681. o108.Material = Enum.Material.SmoothPlastic
  2682. o108.BrickColor = BrickColor.new("Smoky grey")
  2683. o108.Position = Vector3.new(18.950964, 0.731004, 14.7326536)
  2684. o108.Rotation = Vector3.new(-90, 4.32571142e-006, -90.0000076)
  2685. o108.Anchored = true
  2686. o108.FormFactor = Enum.FormFactor.Custom
  2687. o108.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2688. 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)
  2689. o108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2690. o108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2691. o108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2692. o108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2693. o108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2694. o108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2695. o108.Color = Color3.new(0.356863, 0.364706, 0.411765)
  2696. o109.Parent = o108
  2697. o109.Scale = Vector3.new(0.416666687, 0.694444478, 0.416666687)
  2698. o110.Parent = o1
  2699. o110.Material = Enum.Material.SmoothPlastic
  2700. o110.BrickColor = BrickColor.new("Black")
  2701. o110.Position = Vector3.new(18.950964, 0.544876993, 14.4409838)
  2702. o110.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2703. o110.Anchored = true
  2704. o110.FormFactor = Enum.FormFactor.Custom
  2705. o110.Size = Vector3.new(0.227777779, 0.711111128, 0.200000003)
  2706. 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)
  2707. o110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2708. o110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2709. o110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2710. o110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2711. o110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2712. o110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2713. o110.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2714. o111.Parent = o110
  2715. o111.Scale = Vector3.new(1, 1, 0.666666687)
  2716. o112.Parent = o1
  2717. o112.Material = Enum.Material.SmoothPlastic
  2718. o112.BrickColor = BrickColor.new("Black")
  2719. o112.Position = Vector3.new(18.950964, 0.775434017, 14.7993164)
  2720. o112.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  2721. o112.Anchored = true
  2722. o112.FormFactor = Enum.FormFactor.Custom
  2723. o112.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2724. 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)
  2725. o112.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2726. o112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2727. o112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2728. o112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2729. o112.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2730. o112.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2731. o112.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2732. o113.Parent = o112
  2733. o113.Scale = Vector3.new(0.666666687, 0.249999985, 0.111111112)
  2734. o113.MeshType = Enum.MeshType.Wedge
  2735. o114.Parent = o1
  2736. o114.Material = Enum.Material.SmoothPlastic
  2737. o114.BrickColor = BrickColor.new("Black")
  2738. o114.Position = Vector3.new(18.950964, 0.730996013, 14.7298584)
  2739. o114.Rotation = Vector3.new(180, 0, -90.0000076)
  2740. o114.Anchored = true
  2741. o114.FormFactor = Enum.FormFactor.Custom
  2742. o114.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2743. 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)
  2744. o114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2745. o114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2746. o114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2747. o114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2748. o114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2749. o114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2750. o114.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2751. o115.Parent = o114
  2752. o115.Scale = Vector3.new(0.833333373, 0.666666687, 0.805555522)
  2753. o116.Parent = o1
  2754. o116.Material = Enum.Material.SmoothPlastic
  2755. o116.BrickColor = BrickColor.new("Black")
  2756. o116.Position = Vector3.new(18.950964, 0.928192973, 14.7298584)
  2757. o116.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2758. o116.Anchored = true
  2759. o116.FormFactor = Enum.FormFactor.Custom
  2760. o116.Size = Vector3.new(0.827777743, 0.200000003, 0.200000003)
  2761. 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)
  2762. o116.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2763. o116.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2764. o116.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2765. o116.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2766. o116.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2767. o116.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2768. o116.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2769. o117.Parent = o116
  2770. o117.Scale = Vector3.new(1, 0.277777761, 0.666666687)
  2771. o118.Parent = o1
  2772. o118.Material = Enum.Material.SmoothPlastic
  2773. o118.BrickColor = BrickColor.new("Black")
  2774. o118.Position = Vector3.new(18.950964, 0.825424016, 14.7993164)
  2775. o118.Rotation = Vector3.new(-180, 0, -6.27987314e-020)
  2776. o118.Anchored = true
  2777. o118.FormFactor = Enum.FormFactor.Custom
  2778. o118.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2779. 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)
  2780. o118.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2781. o118.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2782. o118.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2783. o118.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2784. o118.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2785. o118.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2786. o118.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2787. o119.Parent = o118
  2788. o119.Scale = Vector3.new(0.666666687, 0.249999985, 0.111111112)
  2789. o119.MeshType = Enum.MeshType.Wedge
  2790. o120.Parent = o1
  2791. o120.Material = Enum.Material.SmoothPlastic
  2792. o120.BrickColor = BrickColor.new("Black")
  2793. o120.Position = Vector3.new(18.950964, 0.600430012, 14.4798584)
  2794. o120.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2795. o120.Anchored = true
  2796. o120.FormFactor = Enum.FormFactor.Custom
  2797. o120.Size = Vector3.new(0.200000003, 0.666666687, 0.200000003)
  2798. 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)
  2799. o120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2800. o120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2801. o120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2802. o120.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2803. o120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2804. o120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2805. o120.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2806. o121.Parent = o120
  2807. o121.Scale = Vector3.new(0.027777778, 1, 0.694444478)
  2808. o122.Parent = o1
  2809. o122.Material = Enum.Material.SmoothPlastic
  2810. o122.BrickColor = BrickColor.new("Black")
  2811. o122.Position = Vector3.new(18.950964, 0.980957985, 14.5104237)
  2812. o122.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
  2813. o122.Anchored = true
  2814. o122.FormFactor = Enum.FormFactor.Custom
  2815. o122.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2816. 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)
  2817. o122.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2818. o122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2819. o122.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2820. o122.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2821. o122.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2822. o122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2823. o122.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2824. o123.Parent = o122
  2825. o123.Scale = Vector3.new(0.694444478, 0.0833333358, 0.333333343)
  2826. o123.MeshType = Enum.MeshType.Wedge
  2827. o124.Parent = o1
  2828. o124.Material = Enum.Material.SmoothPlastic
  2829. o124.BrickColor = BrickColor.new("Black")
  2830. o124.Position = Vector3.new(18.950964, 0.961513996, 14.6854324)
  2831. o124.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  2832. o124.Anchored = true
  2833. o124.FormFactor = Enum.FormFactor.Custom
  2834. o124.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2835. 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)
  2836. o124.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2837. o124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2838. o124.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2839. o124.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2840. o124.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2841. o124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2842. o124.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2843. o125.Parent = o124
  2844. o125.Scale = Vector3.new(0.694444478, 0.277777761, 0.416666687)
  2845. o125.MeshType = Enum.MeshType.Wedge
  2846. o126.Parent = o1
  2847. o126.Material = Enum.Material.SmoothPlastic
  2848. o126.BrickColor = BrickColor.new("Really black")
  2849. o126.Position = Vector3.new(18.950964, 0.803216994, 14.6715384)
  2850. o126.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2851. o126.Anchored = true
  2852. o126.FormFactor = Enum.FormFactor.Custom
  2853. o126.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
  2854. 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)
  2855. o126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2856. o126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2857. o126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2858. o126.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2859. o126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2860. o126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2861. o126.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2862. o127.Parent = o126
  2863. o127.Scale = Vector3.new(1, 0.972222209, 0.666666687)
  2864. o128.Parent = o1
  2865. o128.Material = Enum.Material.SmoothPlastic
  2866. o128.BrickColor = BrickColor.new("Really black")
  2867. o128.Position = Vector3.new(18.950964, 0.672379017, 14.6450357)
  2868. o128.Rotation = Vector3.new(-30.0000038, 90, 0)
  2869. o128.Anchored = true
  2870. o128.FormFactor = Enum.FormFactor.Custom
  2871. o128.Size = Vector3.new(0.205555543, 0.200000003, 0.200000003)
  2872. 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)
  2873. o128.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2874. o128.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2875. o128.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2876. o128.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2877. o128.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2878. o128.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2879. o128.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2880. o129.Parent = o128
  2881. o129.Scale = Vector3.new(1, 0.722222269, 0.666666687)
  2882. o130.Parent = o1
  2883. o130.Material = Enum.Material.SmoothPlastic
  2884. o130.BrickColor = BrickColor.new("Really black")
  2885. o130.Position = Vector3.new(18.950964, 0.619874001, 14.3270836)
  2886. o130.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
  2887. o130.Anchored = true
  2888. o130.FormFactor = Enum.FormFactor.Custom
  2889. o130.Size = Vector3.new(0.200000003, 0.705555558, 0.300000012)
  2890. 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)
  2891. o130.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2892. o130.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2893. o130.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2894. o130.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2895. o130.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2896. o130.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2897. o130.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2898. o131.Parent = o130
  2899. o131.Scale = Vector3.new(0.694444478, 1, 1)
  2900. o131.MeshType = Enum.MeshType.Wedge
  2901. o132.Parent = o1
  2902. o132.Material = Enum.Material.SmoothPlastic
  2903. o132.BrickColor = BrickColor.new("Black")
  2904. o132.Position = Vector3.new(18.950964, 1.15317094, 14.2876415)
  2905. o132.Rotation = Vector3.new(30.0000019, 90, 0)
  2906. o132.Anchored = true
  2907. o132.FormFactor = Enum.FormFactor.Custom
  2908. o132.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2909. 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)
  2910. o132.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2911. o132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2912. o132.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2913. o132.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2914. o132.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2915. o132.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2916. o132.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2917. o133.Parent = o132
  2918. o133.Scale = Vector3.new(0.388888866, 0.194444433, 0.416666687)
  2919. o134.Parent = o1
  2920. o134.Material = Enum.Material.SmoothPlastic
  2921. o134.BrickColor = BrickColor.new("Black")
  2922. o134.Position = Vector3.new(18.950964, 1.10315704, 14.3126564)
  2923. o134.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2924. o134.Anchored = true
  2925. o134.FormFactor = Enum.FormFactor.Custom
  2926. o134.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2927. 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)
  2928. o134.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2929. o134.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2930. o134.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2931. o134.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2932. o134.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2933. o134.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2934. o134.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2935. o135.Parent = o134
  2936. o135.Scale = Vector3.new(0.027777778, 0.861111045, 0.416666687)
  2937. o136.Parent = o1
  2938. o136.Material = Enum.Material.SmoothPlastic
  2939. o136.BrickColor = BrickColor.new("Black")
  2940. o136.Position = Vector3.new(18.950964, 0.969842017, 14.2187424)
  2941. o136.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
  2942. o136.Anchored = true
  2943. o136.FormFactor = Enum.FormFactor.Custom
  2944. o136.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2945. 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)
  2946. o136.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2947. o136.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2948. o136.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2949. o136.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2950. o136.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2951. o136.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2952. o136.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2953. o137.Parent = o136
  2954. o137.Scale = Vector3.new(0.666666687, 0.249999985, 0.74999994)
  2955. o137.MeshType = Enum.MeshType.Wedge
  2956. o138.Parent = o1
  2957. o138.Material = Enum.Material.SmoothPlastic
  2958. o138.BrickColor = BrickColor.new("Black")
  2959. o138.Position = Vector3.new(18.950964, 0.919857979, 14.2271004)
  2960. o138.Rotation = Vector3.new(-0.600734293, 89.980217, -5.99351438e-007)
  2961. o138.Anchored = true
  2962. o138.FormFactor = Enum.FormFactor.Custom
  2963. o138.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2964. 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)
  2965. o138.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2966. o138.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2967. o138.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2968. o138.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2969. o138.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2970. o138.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2971. o138.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2972. o139.Parent = o138
  2973. o139.Scale = Vector3.new(0.888888896, 0.249999985, 0.666666687)
  2974. o140.Parent = o1
  2975. o140.Material = Enum.Material.SmoothPlastic
  2976. o140.BrickColor = BrickColor.new("Black")
  2977. o140.Position = Vector3.new(18.950964, 1.17262495, 14.2539701)
  2978. o140.Rotation = Vector3.new(30.0000038, 1.24663654e-006, -90)
  2979. o140.Anchored = true
  2980. o140.FormFactor = Enum.FormFactor.Custom
  2981. o140.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2982. 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)
  2983. o140.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2984. o140.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2985. o140.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2986. o140.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2987. o140.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2988. o140.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2989. o140.Color = Color3.new(0.105882, 0.164706, 0.207843)
  2990. o141.Parent = o140
  2991. o141.Scale = Vector3.new(0.194444433, 0.416666687, 0.194444433)
  2992. o142.Parent = o1
  2993. o142.Material = Enum.Material.SmoothPlastic
  2994. o142.BrickColor = BrickColor.new("Really black")
  2995. o142.Position = Vector3.new(18.950964, 1.10038495, 14.3182096)
  2996. o142.Rotation = Vector3.new(3.08320072e-016, 90, 0)
  2997. o142.Anchored = true
  2998. o142.FormFactor = Enum.FormFactor.Custom
  2999. o142.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3000. 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)
  3001. o142.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3002. o142.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3003. o142.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3004. o142.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3005. o142.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3006. o142.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3007. o142.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3008. o143.Parent = o142
  3009. o143.Scale = Vector3.new(0.027777778, 0.722222269, 0.388888866)
  3010. o144.Parent = o1
  3011. o144.Material = Enum.Material.SmoothPlastic
  3012. o144.BrickColor = BrickColor.new("Black")
  3013. o144.Position = Vector3.new(18.950964, 0.986526012, 14.2826424)
  3014. o144.Rotation = Vector3.new(3.08320072e-016, 0, 6.27987314e-020)
  3015. o144.Anchored = true
  3016. o144.FormFactor = Enum.FormFactor.Custom
  3017. o144.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3018. 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)
  3019. o144.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3020. o144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3021. o144.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3022. o144.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3023. o144.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3024. o144.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3025. o144.Color = Color3.new(0.105882, 0.164706, 0.207843)
  3026. o145.Parent = o144
  3027. o145.Scale = Vector3.new(0.666666687, 0.416666687, 0.333333343)
  3028. o145.MeshType = Enum.MeshType.Wedge
  3029. o146.Parent = o1
  3030. o146.Material = Enum.Material.SmoothPlastic
  3031. o146.BrickColor = BrickColor.new("Really black")
  3032. o146.Position = Vector3.new(18.950964, 0.872651994, 14.2770796)
  3033. o146.Rotation = Vector3.new(2.18855899e-013, 2.50129006e-006, 180)
  3034. o146.Anchored = true
  3035. o146.FormFactor = Enum.FormFactor.Custom
  3036. o146.Size = Vector3.new(0.200000003, 0.200000003, 0.211111099)
  3037. 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)
  3038. o146.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3039. o146.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3040. o146.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3041. o146.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3042. o146.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3043. o146.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3044. o146.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3045. o147.Parent = o146
  3046. o147.Scale = Vector3.new(0.666666687, 0.277777761, 1)
  3047. o147.MeshType = Enum.MeshType.Wedge
  3048. o148.Name = "Handle"
  3049. o148.Parent = o1
  3050. o148.Material = Enum.Material.SmoothPlastic
  3051. o148.BrickColor = BrickColor.new("Really black")
  3052. o148.Transparency = 1
  3053. o148.Position = Vector3.new(18.9506321, 0.598004997, 14.4106464)
  3054. o148.Rotation = Vector3.new(180, -2.50129006e-006, 180)
  3055. o148.Anchored = true
  3056. o148.FormFactor = Enum.FormFactor.Custom
  3057. o148.Size = Vector3.new(0.200000003, 0.205555543, 0.200000003)
  3058. 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)
  3059. o148.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3060. o148.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3061. o148.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3062. o148.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3063. o148.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3064. o148.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3065. o148.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3066. o149.Name = "FireSound"
  3067. o149.Parent = o148
  3068. o149.SoundId = "rbxassetid://330704232"
  3069. o149.Volume = 10
  3070. o150.Parent = o148
  3071. o150.Scale = Vector3.new(0.99999994, 1, 0.99999994)
  3072. Victim = game.Players.LocalPlayer.Character
  3073. function Suicide ()
  3074. Victim.Torso.Neck.C0 = CFrame.new(0,1.5,0) * CFrame.Angles(math.rad(25), -math.rad(0),-math.rad(0))
  3075. Victim.Torso.Neck.C1 = CFrame.new(0,0,0)
  3076. wait(.02)
  3077. Victim.Torso["Right Shoulder"].C0 = CFrame.new(2.3,.5,0) * CFrame.Angles(math.rad(-90), -math.rad(160),-math.rad(-70))
  3078. Victim.Torso["Right Shoulder"].C1 = CFrame.new(0,0,0)
  3079. ANGLE = -70
  3080. ANGLE2 = -20
  3081. for i=1,7 do
  3082. ANGLE = ANGLE + 10
  3083. ANGLE2 = ANGLE2 + 10
  3084. Victim.Torso["Right Shoulder"].C0 = CFrame.new(2.3,.5,0) * CFrame.Angles(math.rad(-90), -math.rad(160),-math.rad(ANGLE))
  3085. Victim.Torso["Right Shoulder"].C1 = CFrame.new(0,0,0)
  3086. wait(1/30)
  3087. end
  3088. wait(.3)
  3089. o1.Handle.FireSound.Parent = workspace
  3090. workspace.FireSound:Play()
  3091. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  3092. game.Players.LocalPlayer.Character.Head.BrickColor = BrickColor.new("Maroon")
  3093. player = game.Players[Victim.Name]
  3094. char = player.Character
  3095. char.Archivable = true
  3096. local rg = char:Clone()
  3097. rg.HumanoidRootPart:Destroy()
  3098. rg.Name = ""
  3099. rg.Humanoid.MaxHealth = 0
  3100.  
  3101. for i, v in pairs(rg.Torso:GetChildren()) do
  3102. if v:IsA("Glue") or v:IsA("Motor6D") then
  3103. v:Destroy()
  3104. end
  3105. end
  3106.  
  3107. local n = Instance.new("Glue", rg.Torso)
  3108. n.Name = "Neck"
  3109. n.Part0 = rg.Torso
  3110. n.Part1 = rg.Head
  3111. n.C0 = CFrame.new(0, 1, 0)
  3112. n.C1 = CFrame.new(0, -0.5, 0)
  3113.  
  3114.  
  3115. local rs = Instance.new("Glue", rg.Torso)
  3116. rs.Name = "Right Shoulder"
  3117. rs.Part0 = rg.Torso
  3118. rs.Part1 = rg["Right Arm"]
  3119. rs.C0 = CFrame.new(1.5, 0.5, 0)
  3120. rs.C1 = CFrame.new(0, 0.5, 0)
  3121. local ls = Instance.new("Glue", rg.Torso)
  3122. ls.Name = "Left Shoulder"
  3123. ls.Part0 = rg.Torso
  3124. ls.Part1 = rg["Left Arm"]
  3125. ls.C0 = CFrame.new(-1.5, 0.5, 0)
  3126. ls.C1 = CFrame.new(0, 0.5, 0)
  3127.  
  3128. local rh = Instance.new("Glue", rg.Torso)
  3129. rh.Name = "Right Hip"
  3130. rh.Part0 = rg.Torso
  3131. rh.Part1 = rg["Right Leg"]
  3132. rh.C0 = CFrame.new(0.5, -1, 0)
  3133. rh.C1 = CFrame.new(0, 1, 0)
  3134. local lh = Instance.new("Glue", rg.Torso)
  3135. lh.Name = "Left Hip"
  3136. lh.Part0 = rg.Torso
  3137. lh.Part1 = rg["Left Leg"]
  3138. lh.C0 = CFrame.new(-0.5, -1, 0)
  3139. lh.C1 = CFrame.new(0, 1, 0)
  3140. char.Torso:Destroy()
  3141. char.Head:Destroy()
  3142. char["Left Leg"]:Destroy()
  3143. char["Left Arm"]:Destroy()
  3144. char["Right Leg"]:Destroy()
  3145. char["Right Arm"]:Destroy()
  3146. rg.Parent = game.Workspace
  3147. rg.Head.BrickColor = BrickColor.new("Maroon")
  3148. rg.Torso.Neck:Destroy()
  3149. for i, v in pairs(rg.Torso:GetChildren()) do
  3150. if v:IsA("Motor6D") then
  3151. v:Destroy()
  3152. end
  3153. end
  3154. function DEATH ()
  3155. OHHNELLY = Instance.new("Part")
  3156. OHHNELLY.Parent = rg
  3157. OHHNELLY.Anchored = false
  3158. OHHNELLY.Material = Enum.Material.SmoothPlastic
  3159. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  3160. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3161. OHHNELLY.Position = rg.Head.Position
  3162. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  3163. OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3164. OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3165. OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3166. OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3167. OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3168. OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3169. end
  3170. for i=1, 10 do
  3171. DEATH()
  3172. print"BLOODY"
  3173. wait()
  3174. end
  3175. end
  3176. function Weld(x,y)
  3177. local W = Instance.new("Weld")
  3178. W.Part0 = x
  3179. W.Part1 = y
  3180. local CJ = CFrame.new(x.Position)
  3181. local C0 = x.CFrame:inverse()*CJ
  3182. local C1 = y.CFrame:inverse()*CJ
  3183. W.C0 = C0
  3184. W.C1 = C1
  3185. W.Parent = x
  3186. end
  3187.  
  3188. function Get(A)
  3189. if A.className == "Part" then
  3190. Weld(o1.Handle, A)
  3191. A.Anchored = false
  3192. else
  3193. local C = A:GetChildren()
  3194. for i=1, #C do
  3195. Get(C[i])
  3196. end
  3197. end
  3198. end
  3199.  
  3200. function Finale()
  3201. Get(o1)
  3202. end
  3203.  
  3204. o1.Equipped:connect(Finale)
  3205. o1.Unequipped:connect(Finale)
  3206. o1.Activated:connect(Suicide)
  3207. Finale()
  3208. end)
  3209.  
  3210. God.MouseButton1Down:connect(function()
  3211. -------------
  3212. --Archangel--
  3213. -------------
  3214. --By --
  3215. --CKBackup --
  3216. -------------
  3217.  
  3218. player = game.Players.LocalPlayer
  3219. chara = player.Character
  3220. debby = game:GetService("Debris")
  3221.  
  3222. --Outfit--
  3223.  
  3224. New = function(Object, Parent, Name, Data)
  3225. local Object = Instance.new(Object)
  3226. for Index, Value in pairs(Data or {}) do
  3227. Object[Index] = Value
  3228. end
  3229. Object.Parent = Parent
  3230. Object.Name = Name
  3231. return Object
  3232. end
  3233.  
  3234. Chest = New("Model",chara,"Chest",{})
  3235. MainPart = New("Part",Chest,"MainPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(2, 2.00000024, 1),CFrame = CFrame.new(-2, 24.0000038, -9.49999332, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  3236. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara.Torso,C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),C1 = CFrame.new(0, 1.90734863e-006, 6.67572021e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  3237. Part = New("WedgePart",Chest,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 4.4000001, 0.800000012),CFrame = CFrame.new(-0.600000024, 23.3807621, -7.38075256, 0, 0, -0.99999994, 0.707106948, 0.707107484, 0, 0.707107484, -0.707106948, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  3238. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0.707106471, 0.707107008, 0, 0.707107008, -0.707106471, -0.99999994, 0, 0),C1 = CFrame.new(1.39999998, -0.619241714, 2.11924028, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3239. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 1.79999995),CFrame = CFrame.new(-0.299993277, 21.6071854, -9.09998989, 0.866024911, -0.500000834, 0, 0.500001192, 0.866025507, 0, 0, 0, 1.00000072),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3240. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3241. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.866024911, 0.500000834, 0, -0.500000834, 0.866024911, 0, 0, 0, 1),C1 = CFrame.new(1.70000672, -2.39281845, 0.400003433, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3242. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 1.79999995),CFrame = CFrame.new(-3.6999929, 21.6071854, -9.09998989, 0.499998927, -0.866026044, 0, 0.86602664, 0.499999285, 0, 0, 0, 1.00000072),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3243. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3244. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.499998927, 0.866026044, 0, -0.866026044, 0.499998927, 0, 0, 0, 1),C1 = CFrame.new(-1.6999929, -2.39281845, 0.400003433, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3245. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 0.200000003, 2),CFrame = CFrame.new(-2, 24.9000034, -8.89999294, 0, 0, -1, 0, 1.00000072, -0, 1.00000072, 0, -0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  3246. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0),C1 = CFrame.new(0, 0.899999619, 0.600000381, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3247. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 3.5999999),CFrame = CFrame.new(-1.99999106, 21.6071815, -8.29999733, 4.27941371e-009, -1.59710094e-008, 1, 0.866026163, 0.500000119, 4.27942259e-009, -0.500000119, 0.866026163, 1.59710236e-008),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3248. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3249. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 4.27941371e-009, 0.866025567, -0.499999762, -1.59710094e-008, 0.499999762, 0.866025567, 1, 4.27941993e-009, 1.5971013e-008),C1 = CFrame.new(8.94069672e-006, -2.39282227, 1.19999504, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3250. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-1.49999988, 24.9000092, -9.8999939, 0, 0, -1, 0, -1.00000072, -0, -1.00000072, 0, -0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3251. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3252. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, -1, 0, -1, -0, -0),C1 = CFrame.new(0.500000119, 0.900005341, -0.400000572, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3253. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(1.20000005, 0.200000003, 0.200000003),CFrame = CFrame.new(-1.99999988, 24.9000092, -9.09999371, 1, 0, 0, 0, 1.00000072, 0, 0, 0, 1.00000072),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3254. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3255. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(1.1920929e-007, 0.900005341, 0.399999619, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3256. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-1.69999993, 24.9000034, -9.8999939, 0, 0, 1, 0, 1.00000072, 0, -1.00000072, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3257. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3258. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(0.300000072, 0.899999619, -0.400000572, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3259. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-2.09999895, 24.7000008, -9.8999939, 0, 0, -1, 0, 1.00000072, 0, 1.00000072, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3260. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3261. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0),C1 = CFrame.new(-0.099998951, 0.699996948, -0.400000572, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3262. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-1.70000005, 24.7000027, -9.8999939, 0, 0, -1, 0, -1.00000072, 0, -1.00000072, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3263. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3264. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0),C1 = CFrame.new(0.299999952, 0.699998856, -0.400000572, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3265. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 0.600000024),CFrame = CFrame.new(-2.5, 24.9000092, -9.49999619, 1, 0, 0, 0, 1.00000072, 0, 0, 0, 1.00000072),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3266. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3267. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(-0.5, 0.900005341, -2.86102295e-006, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3268. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000033, 1.60000002, 0.200000003),CFrame = CFrame.new(-3.24999404, 22.3866081, -9.89999008, -0.866026044, -0.499998868, 0, 0.499999225, -0.86602664, 0, 0, 0, 1.00000072),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3269. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3270. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.866026044, 0.499998868, 0, -0.499998868, -0.866026044, 0, 0, 0, 1),C1 = CFrame.new(-1.24999404, -1.61339569, -0.399996758, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3271. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-1.89999998, 24.6999969, -9.8999939, 0, 0, 1, 0, 1.00000072, 0, -1.00000072, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3272. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3273. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(0.100000024, 0.699993134, -0.400000572, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3274. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000033, 1.60000002, 0.200000003),CFrame = CFrame.new(-0.74999404, 22.3866081, -9.89999008, 0.866024911, -0.500000834, 0, 0.500001192, 0.866025507, 0, 0, 0, 1.00000072),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3275. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3276. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.866024911, 0.500000834, 0, -0.500000834, 0.866024911, 0, 0, 0, 1),C1 = CFrame.new(1.25000596, -1.61339569, -0.399996758, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3277. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 1.60000002, 0.200000003),CFrame = CFrame.new(-0.477270842, 22.5081749, -6.50816822, -6.16093132e-008, -0.178884313, 0.983862221, -0.707101703, 0.695696652, 0.126490459, -0.707103908, -0.695697606, -0.126490712),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3278. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3279. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -6.16093132e-008, -0.707101226, -0.707103431, -0.178884313, 0.695696175, -0.695697129, 0.983862221, 0.126490369, -0.126490623),C1 = CFrame.new(1.52272916, -1.49182892, 2.99182415, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3280. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 3, 0.400000006),CFrame = CFrame.new(-2.79999995, 23.0272083, -7.02719975, 0, 0, 1, -0.707107842, 0.707106829, 0, -0.707106829, -0.707107842, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3281. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3282. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, -0.707107365, -0.707106352, 0, 0.707106352, -0.707107365, 1, 0, 0),C1 = CFrame.new(-0.799999952, -0.972795486, 2.47279263, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3283. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 3, 0.400000006),CFrame = CFrame.new(-1.19999993, 23.0272083, -7.02719975, 1.98725871e-008, 2.98023224e-008, -0.99999994, 0.707106948, 0.707107544, 0, 0.707107544, -0.707106948, 2.23517578e-008),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3284. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3285. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1.98725871e-008, 0.707106471, 0.707107067, 2.98023224e-008, 0.707107067, -0.707106471, -0.99999994, 0, 2.23517418e-008),C1 = CFrame.new(0.800000072, -0.972795486, 2.47279263, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3286. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 1.60000002, 0.200000003),CFrame = CFrame.new(-3.52272773, 22.5081806, -6.50817204, 9.39882394e-009, 0.178885445, -0.983869851, 0.707106948, 0.695701838, 0.126491234, 0.707107544, -0.695701241, -0.126491114),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3287. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3288. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 9.39882394e-009, 0.707106471, 0.707107067, 0.178885445, 0.695701361, -0.695700765, -0.983869851, 0.126491144, -0.126491025),C1 = CFrame.new(-1.52272773, -1.4918232, 2.99182034, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3289. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.799999952, 0.400000006),CFrame = CFrame.new(-1.60000002, 22.2493916, -6.24938107, 0, 0, 1, -0.707107842, 0.707106829, 0, -0.707106829, -0.707107842, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3290. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3291. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, -0.707107365, -0.707106352, 0, 0.707106352, -0.707107365, 1, 0, 0),C1 = CFrame.new(0.399999976, -1.75061226, 3.25061083, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3292. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 3.60000014, 0.200000003),CFrame = CFrame.new(-2, 21.8958378, -5.89583111, 5.96046412e-008, -0.99999994, 0, 0.707107663, 4.21469011e-008, 0.707106769, -0.707106769, -4.21468478e-008, 0.707107663),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3293. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3294. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 5.96046412e-008, 0.707107186, -0.707106292, -0.99999994, 4.21468727e-008, -4.21468194e-008, 0, 0.707106292, 0.707107186),C1 = CFrame.new(0, -2.10416603, 3.60416079, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3295. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 1.4000001, 0.200000003),CFrame = CFrame.new(-2, 23.9000015, -9.8999939, 1, 0, 0, 0, 1.00000072, 0, 0, 0, 1.00000072),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3296. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3297. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(0, -0.100002289, -0.400000572, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3298. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 4.4000001, 2),CFrame = CFrame.new(-2, 23.380764, -7.38075399, 0, 0, -1, 0.707106769, 0.707107067, 0, 0.707107067, -0.707106769, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  3299. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0.707106769, 0.707107067, 0, 0.707107067, -0.707106769, -1, 0, 0),C1 = CFrame.new(0, -0.619239807, 2.11923838, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  3300. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 8.60000038),CFrame = CFrame.new(2.34100294, 20.6883812, -6.12814236, -0.707106769, -0.353553057, 0.612372756, -0.183013052, -0.745010674, -0.641456723, 0.68301326, -0.565650463, 0.462097287),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3301. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3302. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106769, -0.183012933, 0.683012784, -0.353553057, -0.745010197, -0.565650105, 0.612372756, -0.641456246, 0.46209693),C1 = CFrame.new(4.34100294, -3.31162071, 3.37184954, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3303. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 2.80000019),CFrame = CFrame.new(-9.58220959, 19.8679085, -3.07410526, -0.707106769, -0.183013007, 0.683012724, 0.183013052, 0.885645866, 0.426777512, -0.68301326, 0.426777482, -0.592752457),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3304. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3305. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106769, 0.183012933, -0.683012784, -0.183013007, 0.88564527, 0.426777184, 0.683012724, 0.426777214, -0.59275198),C1 = CFrame.new(-7.58220959, -4.13209343, 6.42588568, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3306. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 5.80000019),CFrame = CFrame.new(1.554389, 22.8945351, -6.3513689, -0.707106769, 1.79124072e-007, 0.707106888, -0.183013052, -0.965926528, -0.183012769, 0.68301326, -0.258819342, 0.683013201),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3307. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3308. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106769, -0.183012933, 0.683012784, 1.79124072e-007, -0.965925813, -0.258819163, 0.707106888, -0.183012649, 0.683012724),C1 = CFrame.new(3.554389, -1.10546875, 3.14862299, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3309. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.799999893, 1.80000019, 0.200000003),CFrame = CFrame.new(-3.29999399, 22.3000069, -9.59999084, 0, 0.499999017, -0.866026223, 0, 0.866026819, 0.499999374, 1.00000072, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  3310. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0.499999017, 0.866026223, 0, -0.866026223, 0.499999017, 0),C1 = CFrame.new(-1.29999399, -1.69999695, -0.0999975204, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3311. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.799999893, 1.80000019, 0.200000003),CFrame = CFrame.new(-0.699993968, 22.3000069, -9.59999084, 0, -0.500000894, -0.866024911, 0, 0.866025507, -0.500001252, 1.00000072, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  3312. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, -0.500000894, 0.866024911, 0, -0.866024911, -0.500000894, 0),C1 = CFrame.new(1.30000603, -1.69999695, -0.0999975204, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3313. Part = New("WedgePart",Chest,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 4.4000001, 0.800000012),CFrame = CFrame.new(-3.4000001, 23.3807621, -7.38075256, 0, 0, 1, -0.707106948, 0.707107663, 0, -0.707107663, -0.707106948, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  3314. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, -0.707106471, -0.707107186, 0, 0.707107186, -0.707106471, 1, 0, 0),C1 = CFrame.new(-1.4000001, -0.619241714, 2.11924028, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3315. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.80000007, 2),CFrame = CFrame.new(-1.99999094, 22.3000011, -8.69999981, -1.59710094e-008, -7.10542736e-015, -1, 0.500000119, 0.866026103, -7.98551447e-009, 0.866026103, -0.500000119, -1.38313112e-008),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  3316. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1.59710094e-008, 0.499999791, 0.866025507, -7.10542736e-015, 0.866025507, -0.499999791, -1, -7.98550914e-009, -1.38313005e-008),C1 = CFrame.new(9.05990601e-006, -1.70000267, 0.799993515, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3317. Part = New("WedgePart",Chest,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.79999995, 0.800000012),CFrame = CFrame.new(-0.599990845, 22.3000011, -8.69999981, 0, 0, -1.00000024, 0.500000358, 0.866026521, 0, 0.866026282, -0.500000477, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  3318. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0.5, 0.866025686, 0, 0.866025925, -0.500000119, -1.00000024, 0, 0),C1 = CFrame.new(1.40000916, -1.70000267, 0.799993515, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3319. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 8.60000038),CFrame = CFrame.new(-6.47564888, 20.6739483, -6.07427692, -0.707106769, 0.353553057, -0.612372756, 0.183013052, -0.745010674, -0.641456723, -0.68301326, -0.565650463, 0.462097287),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3320. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3321. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106769, 0.183012933, -0.683012784, 0.353553057, -0.745010197, -0.565650105, -0.612372756, -0.641456246, 0.46209693),C1 = CFrame.new(-4.47564888, -3.32605362, 3.42571497, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3322. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 2.80000019),CFrame = CFrame.new(5.44756413, 19.8823414, -3.12796831, -0.707106769, 0.183013007, -0.683012724, -0.183012992, 0.885645568, 0.426777363, 0.683013022, 0.426777333, -0.592752218),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3323. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3324. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106769, -0.183012933, 0.683012784, 0.183013007, 0.88564527, 0.426777184, -0.683012724, 0.426777214, -0.59275198),C1 = CFrame.new(7.44756413, -4.11766052, 6.37202263, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  3325. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 7.20000029),CFrame = CFrame.new(-6.16714716, 22.0017948, -6.03786945, 0.707106769, -0.183013007, -0.683012724, -0.183013052, 0.885645866, -0.426777512, 0.68301326, 0.426777482, 0.592752457),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3326. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3327. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707106769, -0.183012933, 0.683012784, -0.183013007, 0.88564527, 0.426777184, -0.683012724, -0.426777214, 0.59275198),C1 = CFrame.new(-4.16714716, -1.998209, 3.46212244, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3328. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 7.20000029),CFrame = CFrame.new(2.03250122, 22.0162277, -6.09173298, 0.707106769, 0.183013007, 0.683012724, 0.183013052, 0.885645866, -0.426777512, -0.68301326, 0.426777482, 0.592752457),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3329. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3330. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707106769, 0.183012933, -0.683012784, 0.183013007, 0.88564527, 0.426777184, 0.683012724, -0.426777214, 0.59275198),C1 = CFrame.new(4.03250122, -1.98377609, 3.40825891, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3331. Part = New("WedgePart",Chest,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.79999995, 1),CFrame = CFrame.new(-0.699994087, 22.300005, -8.69998837, -0.866026938, -0.500001907, 0, -0.500002265, 0.866027534, 0, 0, 0, -1.00000072),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  3332. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.866026938, -0.500001907, 0, -0.500001907, 0.866026938, 0, 0, 0, -1),C1 = CFrame.new(1.30000591, -1.69999886, 0.800004959, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3333. Part = New("WedgePart",Chest,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.79999995, 1),CFrame = CFrame.new(-3.29999399, 22.300005, -8.69998837, -0.866025984, 0.499998987, 0, 0.499999344, 0.86602658, 0, 0, 0, -1.00000072),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  3334. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.866025984, 0.499998987, 0, 0.499998987, 0.866025984, 0, 0, 0, -1),C1 = CFrame.new(-1.29999399, -1.69999886, 0.800004959, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3335. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 2.80000019),CFrame = CFrame.new(-9.96617031, 17.0176449, -3.44032335, -0.707106769, -0.353553057, 0.612372756, 0.183013052, 0.745010674, 0.641456723, -0.68301326, 0.565650463, -0.462097287),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3336. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3337. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106769, 0.183012933, -0.683012784, -0.353553057, 0.745010197, 0.565650105, 0.612372756, 0.641456246, -0.46209693),C1 = CFrame.new(-7.96617031, -6.98235703, 6.05966759, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3338. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 5.80000019),CFrame = CFrame.new(-5.6890378, 22.8801022, -6.29750156, -0.707106769, -1.79124072e-007, -0.707106888, 0.183013052, -0.965926528, -0.183012769, -0.68301326, -0.258819342, 0.683013201),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3339. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3340. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106769, 0.183012933, -0.683012784, -1.79124072e-007, -0.965925813, -0.258819163, -0.707106888, -0.183012649, 0.683012724),C1 = CFrame.new(-3.6890378, -1.11990166, 3.20249033, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3341. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.799999952, 0.400000006),CFrame = CFrame.new(-2.4000001, 22.2493916, -6.24938679, 0, 0, -1, 0.707106829, 0.707107842, 0, 0.707107842, -0.707106829, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3342. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3343. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0.707106352, 0.707107365, 0, 0.707107365, -0.707106352, -1, 0, 0),C1 = CFrame.new(-0.400000095, -1.75061226, 3.25060511, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3344. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 2.80000019),CFrame = CFrame.new(4.59495115, 22.1075802, -3.4144063, -0.707106769, -1.79124072e-007, -0.707106888, -0.183013052, 0.965926528, 0.183012769, 0.68301326, 0.258819342, -0.683013201),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3345. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3346. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106769, -0.183012933, 0.683012784, -1.79124072e-007, 0.965925813, 0.258819163, -0.707106888, 0.183012649, -0.683012724),C1 = CFrame.new(6.59495115, -1.89242363, 6.08558464, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3347. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 2.80000019),CFrame = CFrame.new(5.83152485, 17.0320778, -3.49418688, -0.707106769, 0.353553057, -0.612372756, -0.183013052, 0.745010674, 0.641456723, 0.68301326, 0.565650463, -0.462097287),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3348. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3349. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106769, -0.183012933, 0.683012784, 0.353553057, 0.745010197, 0.565650105, -0.612372756, 0.641456246, -0.46209693),C1 = CFrame.new(7.83152485, -6.96792412, 6.00580406, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3350. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 2.80000019),CFrame = CFrame.new(-8.72959423, 22.0931454, -3.36054277, -0.707106769, 1.79124072e-007, 0.707106888, 0.183013052, 0.965926528, 0.183012769, -0.68301326, 0.258819342, -0.683013201),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3351. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3352. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106769, 0.183012933, -0.683012784, 1.79124072e-007, 0.965925813, 0.258819163, 0.707106888, 0.183012649, -0.683012724),C1 = CFrame.new(-6.72959423, -1.90685844, 6.13944817, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3353. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 8.60000038),CFrame = CFrame.new(-6.47564602, 27.0732079, -5.44610357, 0.707106829, 0.353553236, -0.612372577, 0, 0.866026163, 0.500000119, 0.707107306, -0.353553474, 0.612373054),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3354. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3355. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707106829, 0, 0.707106829, 0.353553236, 0.866025567, -0.353553236, -0.612372577, 0.499999791, 0.612372577),C1 = CFrame.new(-4.47564602, 3.07320213, 4.05388832, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3356. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 2.80000019),CFrame = CFrame.new(-9.96616936, 29.9232082, -1.95558119, 0.707106829, -0.353553236, 0.612372577, 0, -0.866026163, -0.500000119, 0.707107306, 0.353553474, -0.612373054),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3357. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3358. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707106829, 0, 0.707106829, -0.353553236, -0.866025567, 0.353553236, 0.612372577, -0.499999791, -0.612372577),C1 = CFrame.new(-7.96616936, 5.92320251, 7.54440928, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3359. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 2.80000019),CFrame = CFrame.new(-8.72959423, 25.0000019, -3.19215298, 0.707106829, 0, 0.707106829, 0, -1.00000072, 0, 0.707107306, 0, -0.707107306),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3360. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3361. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707106829, 0, 0.707106829, 0, -1, 0, 0.707106829, 0, -0.707106829),C1 = CFrame.new(-6.72959423, 0.999998093, 6.30783796, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3362. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 2.80000019),CFrame = CFrame.new(-9.58220863, 27.0752773, -2.33954096, 0.707106829, -0.183012947, 0.683012664, 0, -0.965926468, -0.25881958, 0.707107306, 0.183013067, -0.683013141),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3363. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3364. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707106829, 0, 0.707106829, -0.183012947, -0.965925753, 0.183012947, 0.683012664, -0.258819401, -0.683012664),C1 = CFrame.new(-7.58220863, 3.07527161, 7.16044998, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3365. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 7.20000029),CFrame = CFrame.new(-6.1671443, 25.7811813, -5.75460577, -0.707106829, -0.183012947, -0.683012664, 0, -0.965926468, 0.25881958, -0.707107306, 0.183013067, 0.683013141),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3366. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3367. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106829, 0, -0.707106829, -0.183012947, -0.965925753, 0.183012947, -0.683012664, 0.258819401, 0.683012664),C1 = CFrame.new(-4.1671443, 1.78117752, 3.74538612, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3368. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 7.20000029),CFrame = CFrame.new(2.03250408, 25.7811813, -5.69884253, -0.707106829, 0.183012947, 0.683012664, 0, -0.965926468, 0.25881958, 0.707107306, 0.183013067, 0.683013141),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3369. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3370. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106829, 0, 0.707106829, 0.183012947, -0.965925753, 0.183012947, 0.683012664, 0.258819401, 0.683012664),C1 = CFrame.new(4.03250408, 1.78117752, 3.80114937, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3371. Part = New("WedgePart",Chest,"Part",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.200000003, 1.79999995, 0.800000012),CFrame = CFrame.new(-3.39999104, 22.3000011, -8.69999981, 0, 0, 1, -0.500000238, 0.866026103, 0, -0.866026103, -0.500000238, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  3372. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, -0.499999911, -0.866025507, 0, 0.866025507, -0.499999911, 1, 0, 0),C1 = CFrame.new(-1.39999104, -1.70000267, 0.799993515, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3373. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 2.80000019),CFrame = CFrame.new(5.83152771, 29.9232082, -1.89981794, 0.707106829, 0.353553236, -0.612372577, 0, -0.866026163, -0.500000119, -0.707107306, 0.353553474, -0.612373054),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3374. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3375. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707106829, 0, -0.707106829, 0.353553236, -0.866025567, 0.353553236, -0.612372577, -0.499999791, -0.612372577),C1 = CFrame.new(7.83152771, 5.92320251, 7.60017252, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3376. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 5.80000019),CFrame = CFrame.new(1.5543952, 25.0000019, -6.17695141, 0.707106829, 0, 0.707106829, 0, 1.00000072, 0, -0.707107306, 0, 0.707107306),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3377. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3378. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, 0.707106829),C1 = CFrame.new(3.5543952, 0.999998093, 3.32304049, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3379. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 2.80000019),CFrame = CFrame.new(4.59495401, 25.0000019, -3.13638973, 0.707106829, 0, -0.707106829, 0, -1.00000072, 0, -0.707107306, 0, -0.707107306),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3380. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3381. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707106829, 0, -0.707106829, 0, -1, 0, -0.707106829, 0, -0.707106829),C1 = CFrame.new(6.59495401, 0.999998093, 6.36360121, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3382. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 8.60000038),CFrame = CFrame.new(2.34100628, 27.0732079, -5.39034224, 0.707106829, -0.353553236, 0.612372577, 0, 0.866026163, 0.500000119, -0.707107306, -0.353553474, 0.612373054),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3383. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3384. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707106829, 0, -0.707106829, -0.353553236, 0.866025567, -0.353553236, 0.612372577, 0.499999791, 0.612372577),C1 = CFrame.new(4.34100628, 3.07320213, 4.10964966, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3385. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 2.80000019),CFrame = CFrame.new(5.44756699, 27.0752773, -2.28377771, 0.707106829, 0.183012947, -0.683012664, 0, -0.965926468, -0.25881958, -0.707107306, 0.183013067, -0.683013141),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3386. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3387. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707106829, 0, -0.707106829, 0.183012947, -0.965925753, 0.183012947, -0.683012664, -0.258819401, -0.683012664),C1 = CFrame.new(7.44756699, 3.07527161, 7.21621323, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3388. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.800000012, 5.80000019),CFrame = CFrame.new(-5.68903446, 25.0000019, -6.23271656, 0.707106829, 0, -0.707106829, 0, 1.00000072, 0, 0.707107306, 0, 0.707107306),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3389. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3390. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.707106829, 0, 0.707106829, 0, 1, 0, -0.707106829, 0, 0.707106829),C1 = CFrame.new(-3.68903446, 0.999998093, 3.26727533, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3391. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-2.49999905, 24.9000072, -9.8999939, 0, 0, 1, 0, -1.00000072, 0, 1.00000072, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3392. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3393. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, -1, 0, 1, 0, 0),C1 = CFrame.new(-0.499999046, 0.900003433, -0.400000572, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3394. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-2.30000019, 24.9000015, -9.8999939, 0, 0, -1, 0, 1.00000072, 0, 1.00000072, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3395. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3396. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0),C1 = CFrame.new(-0.300000191, 0.899997711, -0.400000572, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3397. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 0.600000024),CFrame = CFrame.new(-1.49999988, 24.9000092, -9.49999619, 1, 0, 0, 0, 1.00000072, 0, 0, 0, 1.00000072),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3398. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3399. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(0.500000119, 0.900005341, -2.86102295e-006, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3400. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(-2.30000019, 24.7000008, -9.8999939, 0, 0, 1, 0, -1.00000072, 0, 1.00000072, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3401. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3402. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, -1, 0, 1, 0, 0),C1 = CFrame.new(-0.300000191, 0.699996948, -0.400000572, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3403. Part = New("Part",Chest,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(2, 0.200000003, 1),CFrame = CFrame.new(-1.99999988, 23.1000004, -9.49999619, 1, 0, 0, 0, 1.00000072, 0, 0, 0, 1.00000072),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3404. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3405. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(1.1920929e-007, -0.900003433, -2.86102295e-006, 1, 0, 0, 0, 1.00000036, 0, 0, 0, 1.00000036),})
  3406. FakeHead = New("Model",chara,"FakeHead",{})
  3407. MainPart = New("Part",FakeHead,"MainPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(2, 1.00000024, 1),CFrame = CFrame.new(-2, 25.5000057, -9.49999237, 1, 0, 0, 0, 1.00000072, 0, 0, 0, 1.00000072),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  3408. Mesh = New("SpecialMesh",MainPart,"Mesh",{Scale = Vector3.new(1.25, 1.25, 1.25),})
  3409. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara.Head,C1 = CFrame.new(0, 1.90734863e-006, 7.62939453e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  3410. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-1.22218204, 26.900013, -10.2778091, -0.707106829, 0, 0.707106829, 0, 1.00000072, 0, -0.707107306, 0, -0.707107306),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3411. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3412. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, -0.707106829),C1 = CFrame.new(0.777817965, 1.40000534, -0.777815819, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  3413. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(-2.10000014, 25.7000046, -9.99999237, -1, 0, 0, 0, 1.00000072, 0, 0, 0, -1.00000072),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3414. Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0.0799999982, 0.0299999993, 0.0399999991),Scale = Vector3.new(0.400000006, 1.5, 0.200000003),MeshType = Enum.MeshType.Sphere,})
  3415. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(-0.100000143, 0.199998856, -0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  3416. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 0.400000006),CFrame = CFrame.new(-1.9000001, 25.7000046, -9.99999237, 1, 0, 0, 0, 1.00000072, 0, 0, 0, 1.00000072),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3417. Mesh = New("SpecialMesh",Part,"Mesh",{Offset = Vector3.new(0.0799999982, 0.0299999993, -0.0399999991),Scale = Vector3.new(0.400000006, 1.5, 0.200000003),MeshType = Enum.MeshType.Sphere,})
  3418. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(0.0999999046, 0.199998856, -0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  3419. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(0.400000006, 0.200000003, 0.400000006),CFrame = CFrame.new(-2, 25.5000267, -9.99999237, 1, 0, 0, 0, 1.00000072, 0, 0, 0, 1.00000072),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  3420. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.5, 0.5, 0.699999988),MeshType = Enum.MeshType.Sphere,})
  3421. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(0, 2.0980835e-005, -0.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  3422. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("Institutional white"),FormFactor = Enum.FormFactor.Custom,Size = Vector3.new(0.800000012, 0.600000024, 1),CFrame = CFrame.new(-2.0000093, 26.3000069, -9.49998474, 1, 1.14938619e-008, 1.83980446e-005, -6.50001564e-009, 1.00000072, 5.2449689e-008, -1.83980574e-005, -5.14992635e-008, 1.00000072),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,TopSurface = Enum.SurfaceType.Smooth,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  3423. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(0.600000024, 0.600000024, 0.600000024),MeshId = "http://www.roblox.com/asset/?id=361948302",MeshType = Enum.MeshType.FileMesh,})
  3424. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, -6.5000112e-009, -1.83980446e-005, 1.14938619e-008, 1, -5.1499228e-008, 1.83980446e-005, 5.244965e-008, 1),C1 = CFrame.new(-9.29832458e-006, 0.800001144, 7.62939453e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  3425. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-2, 26.900013, -10.5999908, -1, 0, 0, 0, 1.00000072, 0, 0, 0, -1.00000072),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3426. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3427. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1.40000534, -1.09999752, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  3428. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-2.77781606, 26.900013, -10.2778091, -0.707106829, 0, -0.707106829, 0, 1.00000072, 0, 0.707107306, 0, -0.707107306),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3429. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3430. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106829, 0, 0.707106829, 0, 1, 0, -0.707106829, 0, -0.707106829),C1 = CFrame.new(-0.777816057, 1.40000534, -0.777815819, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  3431. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-3.0999999, 26.9000092, -9.49999237, 0, 0, 1, 0, 1.00000072, 0, -1.00000072, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3432. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3433. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-1.0999999, 1.40000153, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  3434. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-2.77781701, 26.9000092, -8.72217464, -0.707106829, 0, 0.707106829, 0, 1.00000072, 0, -0.707107306, 0, -0.707107306),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3435. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3436. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106829, 0, -0.707106829, 0, 1, 0, 0.707106829, 0, -0.707106829),C1 = CFrame.new(-0.777817011, 1.40000153, 0.777816772, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  3437. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-2, 26.9000092, -8.39999294, -1, 0, 0, 0, 1.00000072, 0, 0, 0, -1.00000072),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3438. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3439. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, 1.40000153, 1.09999847, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  3440. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-1.22218394, 26.9000092, -8.72217464, -0.707106829, 0, -0.707106829, 0, 1.00000072, 0, 0.707107306, 0, -0.707107306),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3441. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3442. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.707106829, 0, 0.707106829, 0, 1, 0, -0.707106829, 0, -0.707106829),C1 = CFrame.new(0.777816057, 1.40000153, 0.777816772, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  3443. Part = New("Part",FakeHead,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-0.899999976, 26.900013, -9.49999237, 0, 0, 1, 0, 1.00000072, 0, -1.00000072, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3444. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3445. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(1.10000002, 1.40000534, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  3446. LeftArm = New("Model",chara,"LeftArm",{})
  3447. MainPart = New("Part",LeftArm,"MainPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(1, 2.00000024, 1),CFrame = CFrame.new(-3.50000024, 24.0000095, -9.49999237, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  3448. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Left Arm"],C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(-2.38418579e-007, 7.62939453e-006, 7.62939453e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  3449. Part = New("Part",LeftArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 1),CFrame = CFrame.new(-3.10000014, 24.9000015, -9.49999237, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3450. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3451. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(-0.400000095, 0.899991989, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  3452. Part = New("Part",LeftArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-3.89999938, 23.7000122, -9.49999237, 0, 0, -1, 0, 1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3453. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3454. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0),C1 = CFrame.new(0.399999142, -0.29999733, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  3455. Part = New("Part",LeftArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 1),CFrame = CFrame.new(-3.50000024, 23.5000076, -9.49999237, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3456. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3457. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, -0.500001907, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  3458. Part = New("Part",LeftArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.400000006, 1),CFrame = CFrame.new(-3.69999933, 25, -9.49999237, -1, 0, 0, 0, 1, 0, 0, 0, -1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3459. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3460. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0.199999094, 0.999990463, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  3461. Part = New("Part",LeftArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-3.10000014, 25.0999985, -9.49999237, 0, 0, -1, 0, 1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3462. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  3463. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3464. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0),C1 = CFrame.new(-0.400000095, 1.09998894, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  3465. Part = New("Part",LeftArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.400000006, 0.400000006),CFrame = CFrame.new(-4.4000001, 25, -9.49999237, 0, 0, 1, 0, 1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3466. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  3467. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3468. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(0.899999857, 0.999990463, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  3469. EnamatePart2 = New("Part",LeftArm,"EnamatePart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Transparency = 1,Transparency = 1,Size = Vector3.new(1, 0.400000036, 1),CFrame = CFrame.new(-3.5, 23, -9.50000095, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  3470. Weld = New("ManualWeld",EnamatePart2,"Weld",{Part0 = EnamatePart2,Part1 = MainPart,C1 = CFrame.new(-2.38418579e-007, -1.00000954, 8.58306885e-006, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  3471. LeftLeg = New("Model",chara,"LeftLeg",{})
  3472. MainPart = New("Part",LeftLeg,"MainPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(1, 2.00000024, 1),CFrame = CFrame.new(-2.50000024, 21.9999981, -9.49999237, -1, 0, 0, 0, 1.00000143, 0, 0, 0, -1.00000143),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  3473. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Left Leg"],C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(-2.38418579e-007, -1.90734863e-006, 7.62939453e-006, 1, 0, 0, 0, 1.00000072, 0, 0, 0, 1.00000072),})
  3474. Part = New("Part",LeftLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 1),CFrame = CFrame.new(-2.50000024, 21.4999981, -9.49999237, -1, 0, 0, 0, 1.00000143, 0, 0, 0, -1.00000143),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3475. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3476. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),C1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  3477. Part = New("Part",LeftLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-2.89999819, 21.6999989, -9.49999237, 0, 0, -1, 0, 1.00000143, 0, 1.00000143, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3478. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3479. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0),C1 = CFrame.new(0.39999795, -0.299999237, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1),})
  3480. RightArm = New("Model",chara,"RightArm",{})
  3481. MainPart = New("Part",RightArm,"MainPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(1, 2.00000024, 1),CFrame = CFrame.new(-0.49999994, 24.0000038, -9.49999237, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  3482. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Right Arm"],C1 = CFrame.new(5.96046448e-008, 3.81469727e-006, 7.62939453e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  3483. Part = New("Part",RightArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-0.099999994, 23.7000027, -9.49999237, 0, 0, 1, 0, 1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3484. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3485. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(0.399999946, -0.300001144, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  3486. Part = New("Part",RightArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 1),CFrame = CFrame.new(-0.5, 23.5000038, -9.49999237, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3487. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3488. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(-5.96046448e-008, -0.5, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  3489. Part = New("Part",RightArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.400000006, 1),CFrame = CFrame.new(-0.299999952, 25.0000038, -9.49999237, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3490. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3491. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(0.199999988, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  3492. Part = New("Part",RightArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.400000006, 0.400000006),CFrame = CFrame.new(0.400000036, 25.0000038, -9.49999237, 0, 0, -1, 0, 1, 0, 1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3493. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  3494. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3495. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0),C1 = CFrame.new(0.899999976, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  3496. Part = New("Part",RightArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-0.900000036, 25.1000042, -9.49999237, 0, 0, 1, 0, 1, 0, -1, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3497. Mesh = New("SpecialMesh",Part,"Mesh",{MeshType = Enum.MeshType.Wedge,})
  3498. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3499. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(-0.400000095, 1.10000038, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  3500. Part = New("Part",RightArm,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(0.200000003, 0.200000003, 1),CFrame = CFrame.new(-0.899999976, 24.9000034, -9.49999237, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3501. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3502. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(-0.400000036, 0.899999619, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  3503. EnamatePart = New("Part",RightArm,"EnamatePart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Transparency = 1,Transparency = 1,Size = Vector3.new(1, 0.400000036, 1),CFrame = CFrame.new(-0.5, 23.0000019, -9.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  3504. Weld = New("ManualWeld",EnamatePart,"Weld",{Part0 = EnamatePart,Part1 = MainPart,C1 = CFrame.new(-5.96046448e-008, -1.00000191, -7.62939453e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  3505. RightLeg = New("Model",chara,"RightLeg",{})
  3506. MainPart = New("Part",RightLeg,"MainPart",{BrickColor = BrickColor.new("Institutional white"),Material = Enum.Material.SmoothPlastic,Size = Vector3.new(1, 2.00000024, 1),CFrame = CFrame.new(-1.50000012, 21.9999981, -9.49999237, 1, 0, 0, 0, 1.00000143, 0, 0, 0, 1.00000143),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.972549, 0.972549, 0.972549),})
  3507. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Right Leg"],C1 = CFrame.new(-1.1920929e-007, -1.90734863e-006, 7.62939453e-006, 1, 0, 0, 0, 1.00000072, 0, 0, 0, 1.00000072),})
  3508. Part = New("Part",RightLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 0.200000003),CFrame = CFrame.new(-1.10000002, 21.6999989, -9.49999237, 0, 0, 1, 0, 1.00000143, 0, -1.00000143, 0, 0),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3509. Mesh = New("SpecialMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),MeshType = Enum.MeshType.Wedge,})
  3510. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0),C1 = CFrame.new(0.400000095, -0.299999237, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  3511. Part = New("Part",RightLeg,"Part",{BrickColor = BrickColor.new("New Yeller"),Material = Enum.Material.Neon,Size = Vector3.new(1, 0.200000003, 1),CFrame = CFrame.new(-1.50000012, 21.4999981, -9.49999237, 1, 0, 0, 0, 1.00000143, 0, 0, 0, 1.00000143),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(1, 1, 0),})
  3512. Mesh = New("BlockMesh",Part,"Mesh",{Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999),})
  3513. Weld = New("ManualWeld",Part,"Weld",{Part0 = Part,Part1 = MainPart,C1 = CFrame.new(0, -0.5, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),})
  3514. lap = LeftArm:GetChildren()
  3515. rap = RightArm:GetChildren()
  3516. llp = LeftLeg:GetChildren()
  3517. rlp = RightLeg:GetChildren()
  3518. chp = Chest:GetChildren()
  3519. hdp = FakeHead:GetChildren()
  3520.  
  3521. ch = chara:GetChildren()
  3522. for i = 1, #ch do
  3523. if ch[i].ClassName == "Part" then
  3524. ch[i].Transparency = 1
  3525. if ch[i].Name == "Torso" then
  3526. ch[i].roblox.Transparency = 1
  3527. end
  3528. if ch[i].Name == "Head" then
  3529. ch[i].face.Transparency = 1
  3530. end
  3531. elseif ch[i].ClassName == "Accessory" then
  3532. ch[i]:Destroy()
  3533. end
  3534. end
  3535.  
  3536. --Animations--
  3537. function loada(anim)
  3538. local loaded = chara.Humanoid:LoadAnimation(anim)
  3539. return loaded
  3540. end
  3541.  
  3542. IdleA = New("Animation",chara,"Idle",{AnimationId = "rbxassetid://169638954"})
  3543. IdleAnim = loada(IdleA)
  3544. IdleAnim:Play()
  3545.  
  3546. --Sounds--
  3547. Music = New("Sound",chara,"Music",{SoundId = "rbxassetid://242463565",Volume = 1,Looped = true})
  3548. SpellCastSnd = New("Sound",chara,"SpellCast",{SoundId = "rbxassetid://161006131",Volume = 1})
  3549. ExplodeSnd = New("Sound",chara,"Explode",{SoundId = "rbxassetid://221920694",Volume = 1})
  3550. MeteorSnd = New("Sound",chara,"Meteor",{SoundId = "rbxassetid://231917888",Volume = 1})
  3551. LasChgSnd = New("Sound",chara,"LasChg",{SoundId = "rbxassetid://137463716",Volume = 1})
  3552. LaserSnd = New("Sound",chara,"Laser",{SoundId = "rbxassetid://162246701",Volume = 1})
  3553. LasLoopSnd = New("Sound",chara,"LasLoop",{SoundId = "rbxassetid://162246683",Volume = 1,Looped = true})
  3554. deathmus = New("Sound",chara.Torso,"DeathMus",{SoundId = "rbxassetid://19094700",PlaybackSpeed = .5,Volume = 5,Looped = true})
  3555. deathex = New("Sound",chara.Torso,"DeathEx",{SoundId = "rbxassetid://11984351",PlaybackSpeed = 1,Volume = 5})
  3556. Snd = New("Sound",chara,"",{SoundId = "",Volume = 1})
  3557. Music:Play()
  3558.  
  3559. --Fly--
  3560. local truflyposy = chara.Torso.Position.Y+10
  3561. local flyposy = truflyposy
  3562. local bodfly = Instance.new("BodyPosition", chara.Torso)
  3563. bodfly.Name = "Fly"
  3564. bodfly.maxForce = Vector3.new(0,10000,0)
  3565. bodfly.Position = Vector3.new(0,flyposy,0)
  3566.  
  3567. --Enamate--
  3568. function Enamate(part)
  3569. local trace = Instance.new("Part",chara)
  3570. trace.Size = Vector3.new(1,1,1)
  3571. trace.TopSurface = 0
  3572. trace.BottomSurface = 0
  3573. trace.BrickColor = BrickColor.new("New Yeller")
  3574. trace.CanCollide = false
  3575. trace.Anchored = true
  3576. trace.CFrame = part.CFrame * CFrame.fromEulerAnglesXYZ(math.rad(math.random(0,359)),math.rad(math.random(0,359)),math.rad(math.random(0,359)))
  3577. local tracedisp = coroutine.wrap(function()
  3578. for i = 1, 9 do
  3579. wait(.01)
  3580. trace.Transparency = trace.Transparency + .1
  3581. end
  3582. wait(.01)
  3583. trace:Destroy()
  3584. end)
  3585. tracedisp()
  3586. end
  3587. function Enamate2(part,name)
  3588. if chara:FindFirstChild(name)== nil then
  3589. local angl = CFrame.fromEulerAnglesXYZ(math.rad(math.random(0,359)),math.rad(math.random(0,359)),math.rad(math.random(0,359)))
  3590. local trace = Instance.new("Part",chara)
  3591. trace.Size = Vector3.new(1,1,1)
  3592. trace.Name = name
  3593. trace.TopSurface = 0
  3594. trace.BottomSurface = 0
  3595. trace.BrickColor = BrickColor.new("New Yeller")
  3596. trace.CanCollide = false
  3597. trace.Anchored = true
  3598. trace.CFrame = part.CFrame * angl
  3599. local tracem = Instance.new("SpecialMesh",trace)
  3600. tracem.MeshId = "rbxassetid://3270017"
  3601. local tracedisp = coroutine.wrap(function()
  3602. for i = 1, 9 do
  3603. wait(.01)
  3604. trace.Transparency = trace.Transparency + .1
  3605. trace.CFrame = part.CFrame * angl
  3606. tracem.Scale = tracem.Scale + Vector3.new(.5,.5,0)
  3607. end
  3608. wait(.01)
  3609. trace:Destroy()
  3610. end)
  3611. tracedisp()
  3612. end
  3613. end
  3614. function Enamate3()
  3615. if chara:FindFirstChild("Ring")== nil then
  3616. local trace = Instance.new("Part",chara)
  3617. trace.Size = Vector3.new(1,1,1)
  3618. trace.Name = "Ring"
  3619. trace.TopSurface = 0
  3620. trace.BottomSurface = 0
  3621. trace.BrickColor = BrickColor.new("New Yeller")
  3622. trace.CanCollide = false
  3623. trace.Anchored = true
  3624. trace.CFrame = chara.Torso.CFrame
  3625. local tracem = Instance.new("SpecialMesh",trace)
  3626. tracem.MeshId = "rbxassetid://3270017"
  3627. local tracedisp = coroutine.wrap(function()
  3628. for i = 1, 99 do
  3629. wait(.01)
  3630. trace.Transparency = trace.Transparency + .01
  3631. trace.CFrame = chara.Torso.CFrame
  3632. tracem.Scale = tracem.Scale + Vector3.new(.2,.2,0)
  3633. end
  3634. wait(.01)
  3635. trace:Destroy()
  3636. end)
  3637. tracedisp()
  3638. end
  3639. end
  3640.  
  3641. --Play Sound in Part--
  3642. function PlaySnd(snd,part)
  3643. local sound = snd:Clone()
  3644. sound.PlayOnRemove = true
  3645. sound.Parent = Part
  3646. sound:Destroy()
  3647. end
  3648.  
  3649. --Explosion--
  3650. function Expld(rad,pos)
  3651. local ex = Instance.new("Explosion",game.Workspace)
  3652. ex.BlastRadius = rad
  3653. ex.BlastPressure = 0
  3654. ex.Position = pos
  3655. ex.Visible = false
  3656. ex.Hit:connect(function(hit)
  3657. if hit.Parent ~= chara and hit.Parent:FindFirstChild("Humanoid")~= nil then
  3658. hit.Parent:FindFirstChild("Humanoid").Health = hit.Parent:FindFirstChild("Humanoid").Health - rad
  3659. end
  3660. end)
  3661. end
  3662.  
  3663. --Cross Explosion--
  3664. function CrossExplosion()
  3665. local cirpos = Mouse.Hit.p
  3666. local spellcircle = Instance.new("Part",chara)
  3667. spellcircle.Anchored = true
  3668. spellcircle.Size = Vector3.new(1,1,1)
  3669. spellcircle.CFrame = CFrame.new(cirpos.x,cirpos.y,cirpos.z)
  3670. spellcircle.Transparency = 1
  3671. spellcircle.CanCollide = false
  3672. local blkm = Instance.new("BlockMesh",spellcircle)
  3673. blkm.Scale = Vector3.new(0,1,0)
  3674. local dec = Instance.new("Decal",spellcircle)
  3675. dec.Texture = "rbxassetid://685910499"
  3676. dec.Transparency = 1
  3677. dec.Face = "Top"
  3678. local ptl = Instance.new("PointLight",spellcircle)
  3679. ptl.Range = 0
  3680. ptl.Color = Color3.new(1,1,1)
  3681. spellc = coroutine.wrap(function()
  3682. while spellc ~= nil do
  3683. wait(.01)
  3684. spellcircle.CFrame = spellcircle.CFrame * CFrame.fromEulerAnglesXYZ(0,math.rad(10),0)
  3685. end
  3686. end)
  3687. spellc()
  3688. PlaySnd(SpellCastSnd,spellcircle)
  3689. for i = 1, 10 do
  3690. wait(.01)
  3691. ptl.Range = ptl.Range + 1
  3692. dec.Transparency = dec.Transparency - .1
  3693. blkm.Scale = blkm.Scale + Vector3.new(1,0,1)
  3694. end
  3695. wait(.5)
  3696. PlaySnd(ExplodeSnd,spellcircle)
  3697. local pemit = Instance.new("ParticleEmitter",spellcircle)
  3698. pemit.Color = ColorSequence.new(Color3.new(1,1,0))
  3699. pemit.LightEmission = 1
  3700. pemit.Size = NumberSequence.new(5)
  3701. pemit.Texture = "rbxasset://textures/particles/smoke_main.dds"
  3702. pemit.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(0.9,0),NumberSequenceKeypoint.new(1,1)})
  3703. pemit.Lifetime = NumberRange.new(1)
  3704. pemit.Rate = 10000
  3705. pemit.Speed = NumberRange.new(100)
  3706. Expld(12,spellcircle.Position)
  3707. wait(.5)
  3708. local pt1 = Instance.new("Part",chara)
  3709. pt1.Size = Vector3.new(0,0,0)
  3710. pt1.Anchored = true
  3711. pt1.CFrame = spellcircle.CFrame + Vector3.new(0,60,0)
  3712. pt1.Transparency = 1
  3713. local pemit2 = pemit:clone()
  3714. pemit2.Lifetime = NumberRange.new(.25)
  3715. pemit2.EmissionDirection = "Left"
  3716. pemit2.Parent = pt1
  3717. local pemit3 = pemit2:clone()
  3718. pemit3.EmissionDirection = "Right"
  3719. pemit3.Parent = pt1
  3720. for i = 1, 10 do
  3721. Expld(12,spellcircle.Position)
  3722. wait(.5)
  3723. end
  3724. pemit.Enabled = false
  3725. pemit2.Enabled = false
  3726. pemit3.Enabled = false
  3727. for i = 1, 10 do
  3728. wait(.01)
  3729. ptl.Range = ptl.Range - 1
  3730. dec.Transparency = dec.Transparency + .1
  3731. blkm.Scale = blkm.Scale - Vector3.new(1,0,1)
  3732. end
  3733. wait(.01)
  3734. spellcircle:Destroy()
  3735. pt1:Destroy()
  3736. end
  3737.  
  3738. --Meteor--
  3739. function Meteor()
  3740. local meteor = Instance.new("Part",game.Workspace)
  3741. meteor.Size = Vector3.new(5,5,5)
  3742. meteor.BrickColor = BrickColor.new("Institutional white")
  3743. meteor.Material = "Neon"
  3744. meteor.TopSurface = 0
  3745. meteor.BottomSurface = 0
  3746. meteor.Shape = 0
  3747. meteor.CFrame = chara.Torso.CFrame + Vector3.new(0,100,0)
  3748. meteor.Velocity = (Mouse.Hit.p - (chara.Torso.CFrame.p + Vector3.new(0,100,0))).unit*100
  3749. debby:AddItem(meteor,15)
  3750. local bfo = Instance.new("BodyForce",meteor)
  3751. bfo.Force = Vector3.new(0,game.Workspace.Gravity*meteor:GetMass(),0)
  3752. local eff = Instance.new("ParticleEmitter",meteor)
  3753. eff.Color = ColorSequence.new(Color3.new(1,1,0))
  3754. eff.LightEmission = 1
  3755. eff.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,10),NumberSequenceKeypoint.new(1,0)})
  3756. eff.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  3757. eff.Texture = "rbxasset://textures/particles/smoke_main.dds"
  3758. eff.Rate = 100000
  3759. eff.Speed = NumberRange.new(0)
  3760. eff.Lifetime = NumberRange.new(1)
  3761. local mehs = Instance.new("SpecialMesh",meteor)
  3762. mehs.MeshType = "Sphere"
  3763. mehs.Scale = Vector3.new(2,2,2)
  3764. --
  3765. meteor.Touched:connect(function(hit)
  3766. if meteor.Anchored == false then
  3767. meteor.Anchored = true
  3768. meteor.CanCollide = false
  3769. eff.Speed = NumberRange.new(50)
  3770. eff.VelocitySpread = 10000
  3771. PlaySnd(MeteorSnd,meteor)
  3772. Expld(15,meteor.Position)
  3773. for i = 1, 10 do
  3774. wait(.01)
  3775. mehs.Scale = mehs.Scale + Vector3.new(.5,.5,.5)
  3776. meteor.Transparency = meteor.Transparency + .1
  3777. end
  3778. eff.Enabled = false
  3779. end
  3780. end)
  3781. end
  3782.  
  3783. --Beam--
  3784. lasactive = false
  3785. function Beam()
  3786. lasactive = true
  3787. LasChgSnd:Play()
  3788. local StartPart = Instance.new("Part",chara)
  3789. StartPart.Size = Vector3.new(0,0,0)
  3790. StartPart.Anchored = true
  3791. StartPart.BrickColor = BrickColor.new("Institutional white")
  3792. StartPart.Material = "Neon"
  3793. StartPart.Transparency = 1
  3794. local mehs = Instance.new("SpecialMesh",StartPart)
  3795. mehs.MeshType = "Sphere"
  3796. mehs.Scale = Vector3.new(0,0,0)
  3797. for i = 1, 20 do
  3798. wait(.01)
  3799. StartPart.CFrame = chara.Torso.CFrame + Vector3.new(0,10,0)
  3800. mehs.Scale = mehs.Scale + Vector3.new(2.5,2.5,2.5)
  3801. StartPart.Transparency = StartPart.Transparency - .05
  3802. end
  3803. local EffectPart = Instance.new("Part",chara)
  3804. EffectPart.Size = Vector3.new(0,0,0)
  3805. EffectPart.Anchored = true
  3806. EffectPart.Transparency = 1
  3807. LaserSnd:Play()
  3808. LasLoopSnd:Play()
  3809. local P = Instance.new("Part",chara)
  3810. P.BrickColor = BrickColor.new("New Yeller")
  3811. P.Material = "Neon"
  3812. P.Anchored = true
  3813. P.CanCollide = false
  3814. P.Locked = true
  3815. P.BottomSurface = "Smooth"
  3816. P.TopSurface = "Smooth"
  3817. for i = 1, 20 do
  3818. wait(.1)
  3819. StartPart.CFrame = chara.Torso.CFrame + Vector3.new(0,10,0)
  3820. local Place0 = StartPart.CFrame
  3821. local Place1 = Mouse.Hit
  3822. EffectPart.Position = Mouse.Hit.p
  3823. local meshla = Instance.new("BlockMesh", P)
  3824. meshla.Scale = Vector3.new(1,1,1)
  3825. local trace = Instance.new("Part",game.Workspace)
  3826. trace.Size = Vector3.new(0,0,0)
  3827. trace.BrickColor = BrickColor.new("Institutional white")
  3828. trace.Material = "Neon"
  3829. trace.CanCollide = false
  3830. trace.Anchored = true
  3831. trace.CFrame = EffectPart.CFrame * CFrame.fromEulerAnglesXYZ(math.rad(math.random(0,359)),math.rad(math.random(0,359)),math.rad(math.random(0,359)))
  3832. tracem = Instance.new("BlockMesh",trace)
  3833. tracem.Scale = Vector3.new(10,10,10)
  3834. local tracedisp = coroutine.wrap(function()
  3835. for i = 1, 9 do
  3836. wait(.01)
  3837. tracem.Scale = tracem.Scale + Vector3.new(10,10,10)
  3838. trace.Transparency = trace.Transparency + .1
  3839. end
  3840. wait(.01)
  3841. trace:Destroy()
  3842. end)
  3843. tracedisp()
  3844. P.Size = Vector3.new(1,1,(Place0.p - Place1.p).magnitude)
  3845. P.CFrame = CFrame.new((Place0.p + Place1.p)/2,Place0.p)
  3846. Expld(15,EffectPart.Position)
  3847. P:Destroy()
  3848. end
  3849. ----
  3850. LasLoopSnd:Stop()
  3851. for i = 1, 20 do
  3852. wait(.01)
  3853. StartPart.CFrame = chara.Torso.CFrame + Vector3.new(0,10,0)
  3854. mehs.Scale = mehs.Scale - Vector3.new(2.5,2.5,2.5)
  3855. StartPart.Transparency = StartPart.Transparency + .05
  3856. end
  3857. StartPart:Destroy()
  3858. EffectPart:Destroy()
  3859. lasactive = false
  3860. end
  3861.  
  3862. --Sword Stab--
  3863. function SwordStab()
  3864. local cirpos = Mouse.Hit.p
  3865. local spellcircle = Instance.new("Part",chara)
  3866. spellcircle.Anchored = true
  3867. spellcircle.Size = Vector3.new(1,1,1)
  3868. spellcircle.CFrame = CFrame.new(cirpos.x,cirpos.y,cirpos.z)
  3869. spellcircle.Transparency = 1
  3870. spellcircle.CanCollide = false
  3871. local blkm = Instance.new("BlockMesh",spellcircle)
  3872. blkm.Scale = Vector3.new(0,1,0)
  3873. local dec = Instance.new("Decal",spellcircle)
  3874. dec.Texture = "rbxassetid://685910499"
  3875. dec.Transparency = 1
  3876. dec.Face = "Top"
  3877. local ptl = Instance.new("PointLight",spellcircle)
  3878. ptl.Range = 0
  3879. ptl.Color = Color3.new(1,1,1)
  3880. spellc = coroutine.wrap(function()
  3881. while spellc ~= nil do
  3882. wait(.01)
  3883. spellcircle.CFrame = spellcircle.CFrame * CFrame.fromEulerAnglesXYZ(0,math.rad(10),0)
  3884. end
  3885. end)
  3886. spellc()
  3887. PlaySnd(SpellCastSnd,spellcircle)
  3888. for i = 1, 40 do
  3889. wait(.01)
  3890. ptl.Range = ptl.Range + 1
  3891. dec.Transparency = dec.Transparency - .1
  3892. blkm.Scale = blkm.Scale + Vector3.new(1,0,1)
  3893. end
  3894. wait(.5)
  3895. local sword = Instance.new("Part",game.Workspace)
  3896. sword.Size = Vector3.new(2,50,2)
  3897. sword.BottomSurface = 0
  3898. sword.TopSurface = 0
  3899. sword.Position = spellcircle.Position + Vector3.new(0,250,0)
  3900. sword.CFrame = sword.CFrame * CFrame.fromEulerAnglesXYZ(math.rad(-180),0,0)
  3901. local mehs = Instance.new("SpecialMesh",sword)
  3902. mehs.MeshId = "http://www.roblox.com/asset/?id=79109302"
  3903. mehs.Scale = Vector3.new(40,40,40)
  3904. mehs.TextureId = "http://www.roblox.com/asset/?id=79109351"
  3905. mehs.VertexColor = Vector3.new(1,1,0)
  3906. local bodf = Instance.new("BodyPosition",sword)
  3907. bodf.Position = spellcircle.Position
  3908. sword.Touched:connect(function(hit)
  3909. if sword.Anchored == false then
  3910. sword.Anchored = true
  3911. PlaySnd(ExplodeSnd,spellcircle)
  3912. local pt = Instance.new("Part",game.Workspace)
  3913. pt.Shape = 0
  3914. pt.Size = Vector3.new(1,1,1)
  3915. pt.Material = "Neon"
  3916. pt.CFrame = spellcircle.CFrame
  3917. pt.BrickColor = BrickColor.new("New yeller")
  3918. local mh = Instance.new("SpecialMesh",pt)
  3919. mh.MeshType = "Sphere"
  3920. mh.Scale = Vector3.new(0,0,0)
  3921. for i = 1, 10 do
  3922. wait(.01)
  3923. mh.Scale = mh.Scale + Vector3.new(10,10,10)
  3924. pt.Transparency = pt.Transparency + .1
  3925. Expld(mh.Scale.x,spellcircle.Position)
  3926. end
  3927. wait(1)
  3928. for i = 1, 9 do
  3929. wait(.01)
  3930. sword.Transparency = sword.Transparency +.1
  3931. end
  3932. sword:Destroy()
  3933. wait(.5)
  3934. for i = 1, 40 do
  3935. wait(.01)
  3936. ptl.Range = ptl.Range - 1
  3937. dec.Transparency = dec.Transparency + .1
  3938. blkm.Scale = blkm.Scale - Vector3.new(1,0,1)
  3939. end
  3940. spellcircle:Destroy()
  3941. end
  3942. end)
  3943. end
  3944.  
  3945. --KeyDown--
  3946. mus = true
  3947. function onKeyDown(key)
  3948. if key == "e" then
  3949. flyposy = flyposy - 10
  3950. elseif key == "q" then
  3951. flyposy = flyposy + 10
  3952. elseif key == "z" and lasactive == false then
  3953. CrossExplosion()
  3954. elseif key == "x" and lasactive == false then
  3955. Meteor()
  3956. elseif key == "c" and lasactive == false then
  3957. Beam()
  3958. elseif key == "v" and lasactive == false then
  3959. SwordStab()
  3960. elseif key == "m" then
  3961. if mus == true then
  3962. Music:Stop()
  3963. mus = false
  3964. elseif mus == false then
  3965. Music:Play()
  3966. mus = true
  3967. end
  3968. end
  3969. end
  3970.  
  3971. --Mouse Function--
  3972. Mouse = player:GetMouse()
  3973. if Mouse then
  3974. Mouse.KeyDown:connect(onKeyDown)
  3975. end
  3976.  
  3977. --Loop Function--
  3978. cter = 0
  3979. while chara.Humanoid.Health > 0 do
  3980. wait(.1)
  3981. chara.Humanoid.MaxHealth = math.huge
  3982. chara.Humanoid.Health = math.huge
  3983. bodfly.Position = Vector3.new(0,flyposy,0)
  3984. Enamate(EnamatePart)
  3985. Enamate2(EnamatePart,"EnamateRing")
  3986. Enamate(EnamatePart2)
  3987. Enamate2(EnamatePart2,"EnamateRing2")
  3988. Enamate3()
  3989. for i = 1, #lap do
  3990. lap[i].Anchored = false
  3991. end
  3992. for i = 1, #rap do
  3993. rap[i].Anchored = false
  3994. end
  3995. for i = 1, #llp do
  3996. llp[i].Anchored = false
  3997. end
  3998. for i = 1, #rlp do
  3999. rlp[i].Anchored = false
  4000. end
  4001. for i = 1, #chp do
  4002. chp[i].Anchored = false
  4003. end
  4004. for i = 1, #hdp do
  4005. hdp[i].Anchored = false
  4006. end
  4007. for i = 1, #ch do
  4008. if ch[i].ClassName == "Part" then
  4009. ch[i].Anchored = false
  4010. end
  4011. end
  4012. end
  4013. end)
  4014.  
  4015. Hacker.MouseButton1Down:connect(function()
  4016. -- RBX.Lua LocalScript | Hackerman | xDarkScripter | Edit By Skips2267, triggerednolie.
  4017.  
  4018.  
  4019. local Players = game:GetService("Players")
  4020. local UserInputService = game:GetService("UserInputService")
  4021. local RunService = game:GetService("RunService")
  4022.  
  4023. local Player = Players.LocalPlayer
  4024. local Camera = workspace.CurrentCamera
  4025. local Mouse = Player:GetMouse()
  4026.  
  4027. local Character = Player.Character
  4028. local Torso = Character.Torso
  4029.  
  4030. local Typing = false
  4031. local TypingSub = 1
  4032. local TypingSub2 = 1
  4033.  
  4034. local Neck = Torso.Neck
  4035.  
  4036. Neck.C1 = CFrame.new(0, -0.5, 0)
  4037.  
  4038. local RightArm = Character["Right Arm"]
  4039. local LeftArm = Character["Left Arm"]
  4040.  
  4041. local RightShoulder = Instance.new("Weld", Torso)
  4042. RightShoulder.Part0 = Torso
  4043. RightShoulder.Part1 = RightArm
  4044.  
  4045. local LeftShoulder = Instance.new("Weld", Torso)
  4046. LeftShoulder.Part0 = Torso
  4047. LeftShoulder.Part1 = LeftArm
  4048.  
  4049. RightShoulder.C1 = CFrame.new(-0.5, 0.5, 0)
  4050. LeftShoulder.C1 = CFrame.new(0.5, 0.5, 0)
  4051.  
  4052.  
  4053. local Code = [[
  4054. -- I failed at downloading ssf2
  4055.  
  4056. Server Proxy Connection Initializing...
  4057.  
  4058. USERNAME: Zneakyblox
  4059. PASSWORD: ???
  4060.  
  4061.  
  4062. ROBLOX Server Database Connecting...
  4063.  
  4064.  
  4065. local Proxy = Server:GetMemeData(1011101)
  4066. local Tracker = {}
  4067.  
  4068. __INIT__ setmetatable(getmetatable(Meme), {
  4069. __metatable = {};
  4070. __call = function(Self, ...)
  4071. Proxy:GetArgumentData(MEME.Key, select(...))
  4072. end;
  4073. })
  4074.  
  4075. Proxy:TransferData("Lifetime_OBC_Charged",
  4076. "ACCVERSION_89_MEME:GetAccount()
  4077. {
  4078. __newindex = function(Self, Key, Value)
  4079. Tracker[Key] = Value
  4080. rawset(Self, Key, Value)
  4081. end
  4082. })
  4083.  
  4084. Proxy:GetTransferredData().breakAssymetricEncryption(
  4085. "NEW_MEME_KEY", true, 102, false
  4086. )
  4087.  
  4088.  
  4089. ROBLOX Server Log:
  4090. > 420 Robux Transferred to Snoop Dog???
  4091.  
  4092. Spicy Memes
  4093.  
  4094. ERROR<Tried to Give 69000 Robux to Dumbassbird1, Failed To Give 69000 Robux , deleting Sammy>
  4095. Deleting Sammyclassicsonicfan..50%
  4096. Deleting Sammyclassicsonicfan..100%
  4097. Successfully deleted Sammyclassicsonicfan.
  4098. Message<WHY SONIC WHY SONIC WHY SONIC!!!
  4099. NASA FOUND
  4100. <div role="log" aria-live="assertive" aria-relevant="additions" class="ui-helper-hidden-accessible"></div>
  4101.  
  4102.  
  4103.  
  4104.  
  4105.  
  4106. ]]
  4107.  
  4108.  
  4109. local Argument = [[
  4110.  
  4111. You> 11000011001101
  4112.  
  4113. You> 00110000011110
  4114.  
  4115. You> 1100011
  4116.  
  4117. You> 000111100
  4118.  
  4119. You> End(Server)
  4120.  
  4121. Server> Server ended.
  4122.  
  4123. Discord> Joining VoidSB Discord..
  4124.  
  4125. Server> Joined VoidSB Discord!
  4126.  
  4127. You > afk 99 years
  4128.  
  4129. Server> You got banned for 9999 years because of afk for 99 years!
  4130.  
  4131. You> 11000011001101
  4132.  
  4133. You> 00110000011110
  4134.  
  4135. You> 1100011
  4136.  
  4137. You> 000111100
  4138.  
  4139. You> Delete(VoidSB)
  4140.  
  4141. Server> Server deleted.
  4142.  
  4143. Discord> Finding Dark Eccentric Party..
  4144. Discord> Founded Dark's Party!
  4145.  
  4146. Google> Searching NASA
  4147. Google> Success!
  4148. IP : 15.90.138.102
  4149. Money : 139.1B
  4150. Phone : 202-555-0179
  4151.  
  4152. You> Damn, NASA got some money.
  4153.  
  4154. You> GET NASA MONEY
  4155.  
  4156. You> =GETTING NASA MONEY=
  4157.  
  4158. NEWS> we heard that nasa got no money
  4159.  
  4160. You> Now it's time for ROBLOX
  4161.  
  4162. You> <div class="navbar navbar-default navbar-static-top"
  4163.  
  4164. You> This should be happening now.
  4165.  
  4166. ROBLOX> Roblox is currently under going maintence.. We'll be back up soon!
  4167.  
  4168. You> I'm going to hack minecraft now.
  4169.  
  4170. You> <li class="item item-fandom" data-flag=""destroy:="
  4171.  
  4172. Notch> Peoples are getting premium accounts out of no where!
  4173.  
  4174. You> =Uses w33b hacks=
  4175.  
  4176. You> I added a new version of minecraft
  4177.  
  4178. You> 1337.666
  4179.  
  4180. Update : "Added Premium Mode"
  4181. ]]
  4182.  
  4183.  
  4184.  
  4185. game.Lighting.GlobalShadows = false
  4186. game.Lighting.Brightness = 0.25
  4187.  
  4188.  
  4189. local function Smooth(Part)
  4190. Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4191. Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4192. Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4193. Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4194. Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4195. Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4196. end
  4197.  
  4198.  
  4199. local function SetLine(Line, Alpha, Beta)
  4200. local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
  4201. local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
  4202. local Magnitude = math.sqrt(dx^2 + dy^2)
  4203.  
  4204. Line.Size = UDim2.new(Magnitude, 0, 0, 8)
  4205. Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
  4206. Line.Rotation = math.deg(math.atan2(dy, dx))
  4207. end
  4208.  
  4209.  
  4210. local Keyboard = Instance.new("Part")
  4211. Keyboard.BrickColor = BrickColor.new("Lsvender")
  4212. Keyboard.Material = Enum.Material.Neon
  4213. Keyboard.Transparency = 0.6
  4214. Keyboard.Size = Vector3.new(5, 0, 2)
  4215. Keyboard.CanCollide = false
  4216. Keyboard.Locked = true
  4217.  
  4218. Smooth(Keyboard)
  4219.  
  4220. local KeyboardWeld = Instance.new("Weld")
  4221. KeyboardWeld.Part0 = Torso
  4222. KeyboardWeld.Part1 = Keyboard
  4223. KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
  4224.  
  4225. KeyboardWeld.Parent = Keyboard
  4226. Keyboard.Parent = Character
  4227.  
  4228.  
  4229. local Light = Instance.new("PointLight")
  4230. Light.Brightness = 1.5
  4231. Light.Range = 12
  4232. Light.Parent = Keyboard
  4233.  
  4234.  
  4235. local Screen = Instance.new("Part")
  4236. Screen.BrickColor = BrickColor.new("Really black")
  4237. Screen.Material = Enum.Material.Neon
  4238. Screen.Transparency = 0.6
  4239. Screen.Size = Vector3.new(6, 4, 0)
  4240. Screen.CanCollide = false
  4241. Screen.Locked = true
  4242.  
  4243. Smooth(Screen)
  4244.  
  4245. local ScreenWeld = Instance.new("Weld")
  4246. ScreenWeld.Part0 = Torso
  4247. ScreenWeld.Part1 = Screen
  4248. ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
  4249.  
  4250. local animeh = Instance.new("Part")
  4251. animeh.BrickColor = BrickColor.new("Really black")
  4252. animeh.Material = Enum.Material.Neon
  4253. animeh.Transparency = 0.6
  4254. animeh.Size = Vector3.new(6, 4, 0)
  4255. animeh.CanCollide = false
  4256. animeh.Locked = true
  4257.  
  4258. local dekal = Instance.new("Decal",animeh)
  4259. dekal.Texture = "http://www.roblox.com/asset/?id=626650325"
  4260. dekal.Transparency = 0.15
  4261. dekal.Face = "Back"
  4262.  
  4263. Smooth(animeh)
  4264.  
  4265. local animehw = Instance.new("Weld")
  4266. animehw.Part0 = Torso
  4267. animehw.Part1 = animeh
  4268. animehw.C0 = CFrame.new(0, 8, -4) * CFrame.Angles(.5,0,0)
  4269.  
  4270. animehw.Parent = animeh
  4271. animeh.Parent = Character
  4272.  
  4273. local Gui = Instance.new("SurfaceGui")
  4274. Gui.Face = "Back"
  4275. Gui.Adornee = Screen
  4276. Gui.Parent = Screen
  4277.  
  4278. local Text = Instance.new("TextBox")
  4279. Text.BackgroundTransparency = 1
  4280. Text.Position = UDim2.new(0, 0, 0, 0)
  4281. Text.Size = UDim2.new(1, 0, 1, 0)
  4282. Text.TextColor3 = Color3.new(1, 1, 1)
  4283. Text.Font = Enum.Font.Code
  4284. Text.Active = false
  4285. Text.MultiLine = true
  4286. Text.TextWrapped = true
  4287. Text.FontSize = Enum.FontSize.Size32
  4288. Text.TextXAlignment = Enum.TextXAlignment.Left
  4289. Text.TextYAlignment = Enum.TextYAlignment.Top
  4290. Text.Text = ""
  4291.  
  4292. Text.Parent = Gui
  4293.  
  4294. ScreenWeld.Parent = Screen
  4295. Screen.Parent = Character
  4296.  
  4297.  
  4298.  
  4299. local Screen2 = Instance.new("Part")
  4300. Screen2.BrickColor = BrickColor.new("Really black")
  4301. Screen2.Material = Enum.Material.Neon
  4302. Screen2.Transparency = 0.6
  4303. Screen2.Size = Vector3.new(6, 4, 0)
  4304. Screen2.CanCollide = false
  4305. Screen2.Locked = true
  4306.  
  4307. Smooth(Screen2)
  4308.  
  4309. local Screen2Weld = Instance.new("Weld")
  4310. Screen2Weld.Part0 = Torso
  4311. Screen2Weld.Part1 = Screen2
  4312. Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
  4313.  
  4314. local Gui2 = Instance.new("SurfaceGui")
  4315. Gui2.Face = "Back"
  4316. Gui2.Adornee = Screen2
  4317. Gui2.Parent = Screen2
  4318.  
  4319. local Text2 = Instance.new("TextBox")
  4320. Text2.BackgroundTransparency = 1
  4321. Text2.Position = UDim2.new(0, 0, 0, 0)
  4322. Text2.Size = UDim2.new(1, 0, 1, 0)
  4323. Text2.TextColor3 = Color3.new(0, 1, 0)
  4324. Text2.Font = Enum.Font.Code
  4325. Text2.Active = false
  4326. Text2.MultiLine = true
  4327. Text2.TextWrapped = true
  4328. Text2.FontSize = Enum.FontSize.Size32
  4329. Text2.TextXAlignment = Enum.TextXAlignment.Left
  4330. Text2.TextYAlignment = Enum.TextYAlignment.Top
  4331. Text2.Text = ""
  4332.  
  4333. Text2.Parent = Gui2
  4334.  
  4335. local ImageKey = Instance.new("ImageLabel")
  4336. ImageKey.BackgroundTransparency = 1
  4337. ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
  4338. ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
  4339. ImageKey.Image = "http://www.roblox.com/asset/?id=0"
  4340. ImageKey.ImageTransparency = 1
  4341. ImageKey.Parent = Gui2
  4342.  
  4343. Screen2Weld.Parent = Screen2
  4344. Screen2.Parent = Character
  4345.  
  4346.  
  4347.  
  4348. local Screen3 = Instance.new("Part")
  4349. Screen3.BrickColor = BrickColor.new("Really black")
  4350. Screen3.Material = Enum.Material.Neon
  4351. Screen3.Transparency = 0.6
  4352. Screen3.Size = Vector3.new(6, 4, 0)
  4353. Screen3.CanCollide = false
  4354. Screen3.Locked = true
  4355.  
  4356. local dekal = Instance.new("Decal",Screen3)
  4357. dekal.Texture = "http://www.roblox.com/asset/?id=0"
  4358. dekal.Transparency = 0.15
  4359. dekal.Face = "Back"
  4360.  
  4361. Smooth(Screen3)
  4362.  
  4363. local Screen3Weld = Instance.new("Weld")
  4364. Screen3Weld.Part0 = Torso
  4365. Screen3Weld.Part1 = Screen3
  4366. Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
  4367.  
  4368. local Gui3 = Instance.new("SurfaceGui")
  4369. Gui3.Face = "Back"
  4370. Gui3.Adornee = Screen3
  4371. Gui3.Parent = Screen3
  4372.  
  4373. local Map = Instance.new("ImageLabel")
  4374. Map.BackgroundTransparency = 1
  4375. Map.Position = UDim2.new(0, 0, 0, 0)
  4376. Map.Size = UDim2.new(1, 0, 1, 0)
  4377. Map.Image = "http://www.roblox.com/asset/?id=121661614"
  4378.  
  4379. Map.Parent = Gui3
  4380.  
  4381. Screen3Weld.Parent = Screen3
  4382. Screen3.Parent = Character
  4383.  
  4384. UserInputService.InputBegan:Connect(function(Input, Processed)
  4385. if Processed then return end
  4386.  
  4387. if Input.UserInputType == Enum.UserInputType.Keyboard then
  4388. local KeyCode = Input.KeyCode
  4389.  
  4390. if KeyCode == Enum.KeyCode.E then
  4391. Typing = not Typing
  4392. end
  4393. end
  4394. end)
  4395.  
  4396.  
  4397.  
  4398. RunService.Heartbeat:Connect(function()
  4399. local Sine = math.sin(tick() * 8) / 8
  4400.  
  4401. ImageKey.ImageTransparency = math.abs(math.sin(tick()))
  4402.  
  4403. if Typing then
  4404. if math.random(5) == 1 then
  4405. local PressSound = Instance.new("Sound")
  4406. PressSound.SoundId = "rbxassetid://265970978"
  4407. PressSound.Pitch = 0.5 + math.random() / 5
  4408. PressSound.Volume = 3
  4409. PressSound.Parent = Keyboard
  4410. PressSound:Play()
  4411.  
  4412. game:GetService("Debris"):AddItem(PressSound, 1 / 2)
  4413. end
  4414.  
  4415. Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
  4416.  
  4417. RightShoulder.C0 = CFrame.new(1, 0.6 + math.random() / 4, -math.random() * 0.7)
  4418. * CFrame.Angles(1.5 + Sine * math.random(), -Sine / 4, -(0.5 + 2 * Sine * math.random()))
  4419.  
  4420. LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
  4421. * CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
  4422.  
  4423. if math.random(2) == 1 then
  4424. if TypingSub < #Argument then
  4425. TypingSub = TypingSub + 1
  4426. Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
  4427.  
  4428. local nl = Text.Text:find("\n")
  4429.  
  4430. if nl and #Text.Text > 400 then
  4431. Text.Text = Text.Text:sub(nl + 1)
  4432. end
  4433.  
  4434. else
  4435. TypingSub = 1
  4436. end
  4437. end
  4438.  
  4439. if math.random(3) == 1 then
  4440. if TypingSub2 < #Code then
  4441. TypingSub2 = TypingSub2 + 1
  4442. Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
  4443.  
  4444. local nl = Text2.Text:find("\n")
  4445.  
  4446. if nl and #Text2.Text > 400 then
  4447. Text2.Text = Text2.Text:sub(nl + 1)
  4448. end
  4449.  
  4450. else
  4451. TypingSub2 = 1
  4452. end
  4453. end
  4454.  
  4455. else
  4456. Neck.C0 = CFrame.new(0, 1, 0)
  4457.  
  4458. RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  4459. LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  4460. end
  4461. end)
  4462. end)
  4463.  
  4464. BombVest.MouseButton1Down:connect(function()
  4465. local Me = game:GetService("Players").LocalPlayer
  4466. local Char = Me.Character
  4467. local Torso = Char.Torso
  4468. local TickWait = 1
  4469. local Color = "Medium stone gray"
  4470. local Dead = false
  4471.  
  4472. local Tool = Instance.new("HopperBin", Me.Backpack)
  4473. Tool.Name = "Bomb Vest"
  4474.  
  4475. local Position = Vector3.new(0,100,0)
  4476. function NewPart(Parent)
  4477. local Part = Instance.new("Part", Parent)
  4478. Part.CanCollide = false
  4479. Part.FormFactor = "Custom"
  4480. Part.Position = Position
  4481. Part.TopSurface = "Smooth"
  4482. Part.BottomSurface = "Smooth"
  4483. Part.BrickColor = BrickColor.new(Color)
  4484. Position = Position + Vector3.new(0,Part.Size.Y + 10,0)
  4485. return Part
  4486. end
  4487.  
  4488. local Model = Char:FindFirstChild("Bomb")
  4489. if Model then Model:Destroy() end
  4490.  
  4491. Model = Instance.new("Model", Char)
  4492. Model.Name = "Bomb"
  4493.  
  4494. local Belt = NewPart(Model)
  4495. Belt.Size = Vector3.new(2.2,0.5,1.2)
  4496. local Weld = Instance.new("Weld", Belt)
  4497. Weld.Part0 = Belt
  4498. Weld.Part1 = Torso
  4499. Weld.C0 = CFrame.new(0,1.1,0)
  4500. local Light = Instance.new("PointLight", Belt)
  4501. Light.Range = 15
  4502. Light.Brightness = 5
  4503. Light.Color = Color3.new(1,0,0)
  4504. local Beep = Instance.new("Sound", Belt)
  4505. Beep.SoundId = "http://www.roblox.com/asset/?id=188588790"
  4506. local ExplodeSound = Instance.new("Sound", Belt)
  4507. ExplodeSound.SoundId = "http://www.roblox.com/asset/?id="..(tonumber((math.ceil(1776.66^2)+17).."."..string.rep("36",3))*77)+0.00003 --144507765
  4508. ExplodeSound.Pitch = 2.8
  4509. ExplodeSound.Volume = 3
  4510.  
  4511. local Back = NewPart(Model)
  4512. Back.Size = Vector3.new(1.5,1.5,0.5)
  4513. local Weld = Instance.new("Weld", Back)
  4514. Weld.Part0 = Back
  4515. Weld.Part1 = Torso
  4516. Weld.C0 = CFrame.new(0,0.1,-0.75)
  4517.  
  4518. local StrapLeft = NewPart(Model)
  4519. StrapLeft.Size = Vector3.new(0.2,0.5,1.6)
  4520. local Weld = Instance.new("Weld", StrapLeft)
  4521. Weld.Part0 = StrapLeft
  4522. Weld.Part1 = Torso
  4523. Weld.C0 = CFrame.new(0.65,-0.9,-0.2)
  4524.  
  4525. local BuckleLeft = NewPart(Model)
  4526. BuckleLeft.Size = Vector3.new(0.2,1.5,0.2)
  4527. local Weld = Instance.new("Weld", BuckleLeft)
  4528. Weld.Part0 = BuckleLeft
  4529. Weld.Part1 = Torso
  4530. Weld.C0 = CFrame.new(0.65,0.1,0.5)
  4531.  
  4532. local StrapRight = NewPart(Model)
  4533. StrapRight.Size = Vector3.new(0.2,0.5,1.6)
  4534. local Weld = Instance.new("Weld", StrapRight)
  4535. Weld.Part0 = StrapRight
  4536. Weld.Part1 = Torso
  4537. Weld.C0 = CFrame.new(-0.65,-0.9,-0.2)
  4538.  
  4539. local BuckleRight = NewPart(Model)
  4540. BuckleRight.Size = Vector3.new(0.2,1.5,0.2)
  4541. local Weld = Instance.new("Weld", BuckleRight)
  4542. Weld.Part0 = BuckleRight
  4543. Weld.Part1 = Torso
  4544. Weld.C0 = CFrame.new(-0.65,0.1,0.5)
  4545.  
  4546. Tool.Selected:connect(function(Mouse)
  4547. TickWait = 0.3
  4548. Mouse.Icon = "http://www.roblox.com/asset/?id=9109985"
  4549.  
  4550. Mouse.Button1Down:connect(function()
  4551. if Dead == false then
  4552. Dead = true
  4553. ExplodeSound:Play()
  4554. wait(1.4)
  4555. local Explosion = Instance.new("Explosion", Workspace)
  4556. Explosion.Position = Belt.Position
  4557. Explosion.BlastPressure = 100000
  4558. Explosion.DestroyJointRadiusPercent = 0.7
  4559. Explosion.ExplosionType = "CratersAndDebris"
  4560. Explosion.BlastRadius = 50
  4561. Explosion.Hit:connect(function(Part, Distance)
  4562. Part.Anchored = false
  4563. if Distance <= 10 then
  4564. Part:BreakJoints()
  4565. end
  4566. end)
  4567. end
  4568. end)
  4569. end)
  4570.  
  4571. Tool.Deselected:connect(function()
  4572. TickWait = 1
  4573. end)
  4574.  
  4575. coroutine.wrap(function()
  4576. repeat
  4577. wait(TickWait)
  4578. Light.Enabled = not Light.Enabled
  4579. Beep:Play()
  4580. until Dead == true
  4581. end)()
  4582. end)
Add Comment
Please, Sign In to add comment