Advertisement
KHSora455

My Treehouse Script

Jul 21st, 2015
769
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 226.46 KB | None | 0 0
  1. --Thanks for using Build2Script Plugin by jarredbcv!
  2. if (script:FindFirstChild("forCustomRun")~=nil) then
  3. local sc = script["forCustomRun"].Value
  4. assert(loadstring(sc))()
  5. return
  6. elseif (script:FindFirstChild("forCustomRunL")~=nil) then
  7. local locsc = workspace:FindFirstChild("_localrun")
  8. local sc = script["forCustomRunL"]
  9. if (locsc~=nil) then
  10. local loc = locsc:clone()
  11. loc["scrun"].Value = sc.Value
  12. loc.Name = script.Name
  13. for i,v in pairs(script:GetChildren()) do
  14. v:clone().Parent = loc
  15. end
  16. loc.Parent = script.Parent
  17. script:remove()
  18. return
  19. else
  20. assert(loadstring(sc.Value))()
  21. return
  22. end
  23. end
  24. local m = Instance.new("Model")
  25. m.Name = "Treehouse"
  26. m1 = Instance.new("Model")
  27. m1.Name = "Chair"
  28. m1.Parent = m
  29. m2 = Instance.new("Model")
  30. m2.Name = "Laptop"
  31. m2.Parent = m
  32. m3 = Instance.new("Model")
  33. m3.Name = "Bed"
  34. m3.Parent = m
  35. m4 = Instance.new("Model")
  36. m4.Name = "Table"
  37. m4.Parent = m
  38. p1 = Instance.new("Part", m1)
  39. p1.BrickColor = BrickColor.new("Really black")
  40. p1.Material = Enum.Material.Metal
  41. p1.Reflectance = 0.050000000745058
  42. p1.Name = "Jaw "
  43. p1.FormFactor = Enum.FormFactor.Plate
  44. p1.Size = Vector3.new(1, 2, 1)
  45. p1.CFrame = CFrame.new(-110, 89.897171, -24, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  46. p1.Anchored = true
  47. p1.CanCollide = false
  48. p1.BottomSurface = Enum.SurfaceType.Smooth
  49. p1.TopSurface = Enum.SurfaceType.Smooth
  50. b1 = Instance.new("SpecialMesh", p1)
  51. b1.MeshType = Enum.MeshType.Wedge
  52. b1.Name = "Mesh"
  53. p2 = Instance.new("Part", m1)
  54. p2.BrickColor = BrickColor.new("Really red")
  55. p2.Material = Enum.Material.Neon
  56. p2.Reflectance = 0.050000000745058
  57. p2.Name = "Jaw "
  58. p2.FormFactor = Enum.FormFactor.Plate
  59. p2.Size = Vector3.new(2, 0.400000006, 1)
  60. p2.CFrame = CFrame.new(-110, 91.0968475, -22.5, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  61. p2.Anchored = true
  62. p2.CanCollide = false
  63. p2.BottomSurface = Enum.SurfaceType.Smooth
  64. p2.TopSurface = Enum.SurfaceType.Smooth
  65. b2 = Instance.new("SpecialMesh", p2)
  66. b2.MeshType = Enum.MeshType.Wedge
  67. b2.Name = "Mesh"
  68. p3 = Instance.new("Part", m1)
  69. p3.BrickColor = BrickColor.new("Really red")
  70. p3.Material = Enum.Material.Neon
  71. p3.Reflectance = 0.050000000745058
  72. p3.Name = "Smooth Block Model"
  73. p3.FormFactor = Enum.FormFactor.Plate
  74. p3.Size = Vector3.new(1, 1.20000005, 2)
  75. p3.CFrame = CFrame.new(-109.5, 88.2973022, -24, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  76. p3.Anchored = true
  77. p3.CanCollide = false
  78. p3.BottomSurface = Enum.SurfaceType.Smooth
  79. p3.TopSurface = Enum.SurfaceType.Smooth
  80. p4 = Instance.new("Part", m1)
  81. p4.BrickColor = BrickColor.new("Really black")
  82. p4.Material = Enum.Material.Metal
  83. p4.Reflectance = 0.050000000745058
  84. p4.Name = "Jaw "
  85. p4.FormFactor = Enum.FormFactor.Plate
  86. p4.Size = Vector3.new(3, 0.400000006, 1)
  87. p4.CFrame = CFrame.new(-109, 86.5972366, -24.6992188, -1, 0, -0, 0, 0, -1, 0, -1, -0)
  88. p4.Anchored = true
  89. p4.BottomSurface = Enum.SurfaceType.Smooth
  90. p4.TopSurface = Enum.SurfaceType.Smooth
  91. b3 = Instance.new("SpecialMesh", p4)
  92. b3.MeshType = Enum.MeshType.Wedge
  93. b3.Name = "Mesh"
  94. p5 = Instance.new("Part", m1)
  95. p5.BrickColor = BrickColor.new("Really red")
  96. p5.Material = Enum.Material.Neon
  97. p5.Reflectance = 0.050000000745058
  98. p5.Name = "Smooth Block Model"
  99. p5.FormFactor = Enum.FormFactor.Plate
  100. p5.Size = Vector3.new(1, 1.60000002, 3)
  101. p5.CFrame = CFrame.new(-109, 86.8972321, -24, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  102. p5.Anchored = true
  103. p5.BottomSurface = Enum.SurfaceType.Smooth
  104. p5.TopSurface = Enum.SurfaceType.Smooth
  105. p6 = Instance.new("Part", m1)
  106. p6.BrickColor = BrickColor.new("Institutional white")
  107. p6.Material = Enum.Material.Neon
  108. p6.Reflectance = 0.050000000745058
  109. p6.Name = "Smooth Block Model"
  110. p6.FormFactor = Enum.FormFactor.Plate
  111. p6.Size = Vector3.new(1, 4.80000019, 2)
  112. p6.CFrame = CFrame.new(-110, 88.4972992, -22.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  113. p6.Anchored = true
  114. p6.BottomSurface = Enum.SurfaceType.Smooth
  115. p6.TopSurface = Enum.SurfaceType.Smooth
  116. p7 = Instance.new("Part", m1)
  117. p7.BrickColor = BrickColor.new("Really black")
  118. p7.Material = Enum.Material.Metal
  119. p7.Reflectance = 0.050000000745058
  120. p7.Name = "Jaw "
  121. p7.FormFactor = Enum.FormFactor.Plate
  122. p7.Size = Vector3.new(4, 0.400000006, 1)
  123. p7.CFrame = CFrame.new(-110.699219, 86.5972366, -22.5, 0, -1, 0, 0, 0, -1, 1, 0, 0)
  124. p7.Anchored = true
  125. p7.BottomSurface = Enum.SurfaceType.Smooth
  126. p7.TopSurface = Enum.SurfaceType.Smooth
  127. b4 = Instance.new("SpecialMesh", p7)
  128. b4.MeshType = Enum.MeshType.Wedge
  129. b4.Name = "Mesh"
  130. p8 = Instance.new("Part", m1)
  131. p8.BrickColor = BrickColor.new("Institutional white")
  132. p8.Material = Enum.Material.Neon
  133. p8.Reflectance = 0.050000000745058
  134. p8.Name = "Smooth Block Model"
  135. p8.FormFactor = Enum.FormFactor.Plate
  136. p8.Size = Vector3.new(2, 0.800000012, 2)
  137. p8.CFrame = CFrame.new(-108.5, 86.8972321, -22.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  138. p8.Anchored = true
  139. p8.CanCollide = false
  140. p8.BottomSurface = Enum.SurfaceType.Smooth
  141. p8.TopSurface = Enum.SurfaceType.Smooth
  142. p9 = Instance.new("Part", m1)
  143. p9.BrickColor = BrickColor.new("Really black")
  144. p9.Material = Enum.Material.Metal
  145. p9.Reflectance = 0.050000000745058
  146. p9.Name = "Jaw "
  147. p9.FormFactor = Enum.FormFactor.Plate
  148. p9.Size = Vector3.new(1, 2, 1)
  149. p9.CFrame = CFrame.new(-110, 89.897171, -21, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  150. p9.Anchored = true
  151. p9.CanCollide = false
  152. p9.BottomSurface = Enum.SurfaceType.Smooth
  153. p9.TopSurface = Enum.SurfaceType.Smooth
  154. b5 = Instance.new("SpecialMesh", p9)
  155. b5.MeshType = Enum.MeshType.Wedge
  156. b5.Name = "Mesh"
  157. p10 = Instance.new("Seat", m1)
  158. p10.BrickColor = BrickColor.new("Bright red")
  159. p10.FormFactor = Enum.FormFactor.Plate
  160. p10.Size = Vector3.new(2, 0.400000006, 1)
  161. p10.CFrame = CFrame.new(-109, 86.2973022, -22.5, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  162. p10.Anchored = true
  163. p10.TopSurface = Enum.SurfaceType.Weld
  164. p11 = Instance.new("Part", m1)
  165. p11.BrickColor = BrickColor.new("Really red")
  166. p11.Material = Enum.Material.Neon
  167. p11.Reflectance = 0.050000000745058
  168. p11.Name = "Smooth Block Model"
  169. p11.FormFactor = Enum.FormFactor.Plate
  170. p11.Size = Vector3.new(1, 1.20000005, 2)
  171. p11.CFrame = CFrame.new(-109.5, 88.2973022, -21, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  172. p11.Anchored = true
  173. p11.CanCollide = false
  174. p11.BottomSurface = Enum.SurfaceType.Smooth
  175. p11.TopSurface = Enum.SurfaceType.Smooth
  176. p12 = Instance.new("Part", m1)
  177. p12.BrickColor = BrickColor.new("Really red")
  178. p12.Material = Enum.Material.Neon
  179. p12.Reflectance = 0.050000000745058
  180. p12.Name = "Smooth Block Model"
  181. p12.FormFactor = Enum.FormFactor.Plate
  182. p12.Size = Vector3.new(1, 1.60000002, 3)
  183. p12.CFrame = CFrame.new(-109, 86.8972321, -21, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  184. p12.Anchored = true
  185. p12.BottomSurface = Enum.SurfaceType.Smooth
  186. p12.TopSurface = Enum.SurfaceType.Smooth
  187. p13 = Instance.new("Part", m1)
  188. p13.BrickColor = BrickColor.new("Really black")
  189. p13.Material = Enum.Material.Metal
  190. p13.Reflectance = 0.050000000745058
  191. p13.Name = "Jaw "
  192. p13.FormFactor = Enum.FormFactor.Plate
  193. p13.Size = Vector3.new(1, 1.20000005, 1)
  194. p13.CFrame = CFrame.new(-108, 88.2973022, -21, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  195. p13.Anchored = true
  196. p13.CanCollide = false
  197. p13.BottomSurface = Enum.SurfaceType.Smooth
  198. p13.TopSurface = Enum.SurfaceType.Smooth
  199. b6 = Instance.new("SpecialMesh", p13)
  200. b6.MeshType = Enum.MeshType.Wedge
  201. b6.Name = "Mesh"
  202. p14 = Instance.new("Part", m1)
  203. p14.BrickColor = BrickColor.new("Really black")
  204. p14.Material = Enum.Material.Metal
  205. p14.Reflectance = 0.050000000745058
  206. p14.Name = "Jaw "
  207. p14.FormFactor = Enum.FormFactor.Plate
  208. p14.Size = Vector3.new(3, 0.400000006, 1)
  209. p14.CFrame = CFrame.new(-109, 86.5972366, -20.3007774, 1, 0, 0, 0, 0, -1, 0, 1, 0)
  210. p14.Anchored = true
  211. p14.BottomSurface = Enum.SurfaceType.Smooth
  212. p14.TopSurface = Enum.SurfaceType.Smooth
  213. b7 = Instance.new("SpecialMesh", p14)
  214. b7.MeshType = Enum.MeshType.Wedge
  215. b7.Name = "Mesh"
  216. p15 = Instance.new("Part", m1)
  217. p15.BrickColor = BrickColor.new("Really black")
  218. p15.Material = Enum.Material.Metal
  219. p15.Reflectance = 0.050000000745058
  220. p15.Name = "Jaw "
  221. p15.FormFactor = Enum.FormFactor.Plate
  222. p15.Size = Vector3.new(1, 1.20000005, 1)
  223. p15.CFrame = CFrame.new(-108, 88.2973022, -24, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  224. p15.Anchored = true
  225. p15.CanCollide = false
  226. p15.BottomSurface = Enum.SurfaceType.Smooth
  227. p15.TopSurface = Enum.SurfaceType.Smooth
  228. b8 = Instance.new("SpecialMesh", p15)
  229. b8.MeshType = Enum.MeshType.Wedge
  230. b8.Name = "Mesh"
  231. p16 = Instance.new("Part", m1)
  232. p16.BrickColor = BrickColor.new("Really black")
  233. p16.Material = Enum.Material.Metal
  234. p16.Reflectance = 0.050000000745058
  235. p16.Name = "Jaw "
  236. p16.FormFactor = Enum.FormFactor.Plate
  237. p16.Size = Vector3.new(4, 0.400000006, 1)
  238. p16.CFrame = CFrame.new(-107.300781, 86.5972366, -22.5, 0, 1, 0, 0, 0, -1, -1, 0, 0)
  239. p16.Anchored = true
  240. p16.CanCollide = false
  241. p16.BottomSurface = Enum.SurfaceType.Smooth
  242. p16.TopSurface = Enum.SurfaceType.Smooth
  243. b9 = Instance.new("SpecialMesh", p16)
  244. b9.MeshType = Enum.MeshType.Wedge
  245. b9.Name = "Mesh"
  246. p17 = Instance.new("Part", m2)
  247. p17.BrickColor = BrickColor.new("Really black")
  248. p17.Material = Enum.Material.Metal
  249. p17.FormFactor = Enum.FormFactor.Symmetric
  250. p17.Size = Vector3.new(4, 1, 4)
  251. p17.CFrame = CFrame.new(-104, 89.5981293, -23, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  252. p17.Anchored = true
  253. p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  254. p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  255. p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  256. p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  257. p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  258. p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  259. d1 = Instance.new("Decal", p17)
  260. d1.Texture = "rbxassetid://12576834"
  261. d1.Face = Enum.NormalId.Top
  262. p18 = Instance.new("Part", m2)
  263. p18.BrickColor = BrickColor.new("Really black")
  264. p18.Material = Enum.Material.Metal
  265. p18.FormFactor = Enum.FormFactor.Symmetric
  266. p18.Size = Vector3.new(4, 1, 3)
  267. p18.CFrame = CFrame.new(-102.5, 91.5979996, -23, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  268. p18.Anchored = true
  269. p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  270. p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  271. p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  272. p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  273. p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  274. p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  275. d2 = Instance.new("Decal", p18)
  276. d2.Texture = "rbxassetid://122485888"
  277. d2.Face = Enum.NormalId.Top
  278. p19 = Instance.new("Part", m3)
  279. p19.BrickColor = BrickColor.new("Really black")
  280. p19.FormFactor = Enum.FormFactor.Plate
  281. p19.Size = Vector3.new(2, 0.400000006, 4)
  282. p19.CFrame = CFrame.new(-76.3000031, 88.1998672, -55.7000122, -0.70710665, 0, -0.707106769, 0, 0.99999994, 0, 0.707106769, 0, -0.70710665)
  283. p19.Anchored = true
  284. b10 = Instance.new("BlockMesh", p19)
  285. b10.Name = "Mesh"
  286. p20 = Instance.new("Part", m3)
  287. p20.BrickColor = BrickColor.new("Really black")
  288. p20.FormFactor = Enum.FormFactor.Plate
  289. p20.Size = Vector3.new(2, 0.800000012, 14)
  290. p20.CFrame = CFrame.new(-73.3000031, 90.3998642, -50.7000122, -0.999999881, 0, -5.96046448e-008, 0, 0.999999821, 0, 5.96046448e-008, 0, -0.999999881)
  291. p20.Anchored = true
  292. b11 = Instance.new("BlockMesh", p20)
  293. b11.Name = "Mesh"
  294. p21 = Instance.new("Part", m3)
  295. p21.BrickColor = BrickColor.new("Really black")
  296. p21.FormFactor = Enum.FormFactor.Plate
  297. p21.Size = Vector3.new(1, 2, 14)
  298. p21.CFrame = CFrame.new(-72.8000031, 88.9998627, -50.7000122, -0.999999881, 0, -5.96046448e-008, 0, 0.999999821, 0, 5.96046448e-008, 0, -0.999999881)
  299. p21.Anchored = true
  300. b12 = Instance.new("BlockMesh", p21)
  301. b12.Name = "Mesh"
  302. p22 = Instance.new("Part", m3)
  303. p22.BrickColor = BrickColor.new("Really black")
  304. p22.FormFactor = Enum.FormFactor.Plate
  305. p22.Size = Vector3.new(2, 0.400000006, 4)
  306. p22.CFrame = CFrame.new(-76.3000031, 88.1998672, -50.7000122, -0.707106769, 0, 0.70710665, 0, 0.99999994, 0, -0.70710665, 0, -0.707106769)
  307. p22.Anchored = true
  308. b13 = Instance.new("BlockMesh", p22)
  309. b13.Name = "Mesh"
  310. p23 = Instance.new("Part", m3)
  311. p23.BrickColor = BrickColor.new("Institutional white")
  312. p23.Material = Enum.Material.Neon
  313. p23.FormFactor = Enum.FormFactor.Plate
  314. p23.Size = Vector3.new(2, 0.400000006, 1)
  315. p23.CFrame = CFrame.new(-78.8000488, 87.3998718, -57.8999405, 0, -5.96046448e-008, 0.999999881, -0.99999994, 0, 0, 0, -0.999999881, -5.96046448e-008)
  316. p23.Anchored = true
  317. b14 = Instance.new("BlockMesh", p23)
  318. b14.Name = "Mesh"
  319. p24 = Instance.new("Part", m3)
  320. p24.BrickColor = BrickColor.new("Really black")
  321. p24.FormFactor = Enum.FormFactor.Plate
  322. p24.Size = Vector3.new(2, 2, 14)
  323. p24.CFrame = CFrame.new(-73.3000031, 86.9998627, -50.7000122, -0.999999881, 0, -5.96046448e-008, 0, 0.999999821, 0, 5.96046448e-008, 0, -0.999999881)
  324. p24.Anchored = true
  325. b15 = Instance.new("BlockMesh", p24)
  326. b15.Name = "Mesh"
  327. p25 = Instance.new("Part", m3)
  328. p25.BrickColor = BrickColor.new("Institutional white")
  329. p25.Material = Enum.Material.Neon
  330. p25.FormFactor = Enum.FormFactor.Plate
  331. p25.Size = Vector3.new(14, 0.400000006, 1)
  332. p25.CFrame = CFrame.new(-78.8000031, 88.1998367, -50.7000122, -5.96046448e-008, 0, 0.999999881, 0, 0.99999994, 0, -0.999999881, 0, -5.96046448e-008)
  333. p25.Anchored = true
  334. b16 = Instance.new("BlockMesh", p25)
  335. b16.Name = "Mesh"
  336. p26 = Instance.new("Part", m3)
  337. p26.BrickColor = BrickColor.new("Really black")
  338. p26.FormFactor = Enum.FormFactor.Plate
  339. p26.Size = Vector3.new(2, 0.400000006, 4)
  340. p26.CFrame = CFrame.new(-76.3000031, 88.1998672, -45.7000122, -0.70710665, 0, -0.707106769, 0, 0.99999994, 0, 0.707106769, 0, -0.70710665)
  341. p26.Anchored = true
  342. b17 = Instance.new("BlockMesh", p26)
  343. b17.Name = "Mesh"
  344. p27 = Instance.new("Part", m3)
  345. p27.BrickColor = BrickColor.new("Institutional white")
  346. p27.Material = Enum.Material.Neon
  347. p27.FormFactor = Enum.FormFactor.Plate
  348. p27.Size = Vector3.new(2, 0.400000006, 1)
  349. p27.CFrame = CFrame.new(-78.8000488, 87.3998718, -43.5000763, 0, 5.96046448e-008, -0.999999881, -0.99999994, 0, 0, 0, 0.999999881, 5.96046448e-008)
  350. p27.Anchored = true
  351. b18 = Instance.new("BlockMesh", p27)
  352. b18.Name = "Mesh"
  353. p28 = Instance.new("Part", m3)
  354. p28.BrickColor = BrickColor.new("Really red")
  355. p28.Material = Enum.Material.Neon
  356. p28.FormFactor = Enum.FormFactor.Plate
  357. p28.Size = Vector3.new(14, 2, 19)
  358. p28.CFrame = CFrame.new(-83.8000031, 86.9998627, -50.7000122, -5.96046448e-008, 0, 0.999999881, 0, 0.99999994, 0, -0.999999881, 0, -5.96046448e-008)
  359. p28.Anchored = true
  360. b19 = Instance.new("BlockMesh", p28)
  361. b19.Name = "Mesh"
  362. p29 = Instance.new("Part", m3)
  363. p29.BrickColor = BrickColor.new("Really black")
  364. p29.FormFactor = Enum.FormFactor.Plate
  365. p29.Size = Vector3.new(2, 0.400000006, 14)
  366. p29.CFrame = CFrame.new(-86.3000031, 87.3998718, -57.8999405, 0, -5.96046448e-008, 0.999999881, -0.99999994, 0, 0, 0, -0.999999881, -5.96046448e-008)
  367. p29.Anchored = true
  368. b20 = Instance.new("BlockMesh", p29)
  369. b20.Name = "Mesh"
  370. p30 = Instance.new("Part", m3)
  371. p30.BrickColor = BrickColor.new("Really black")
  372. p30.FormFactor = Enum.FormFactor.Plate
  373. p30.Size = Vector3.new(14, 0.400000006, 14)
  374. p30.CFrame = CFrame.new(-86.3000031, 88.1998367, -50.7000122, -5.96046448e-008, 0, 0.999999881, 0, 0.99999994, 0, -0.999999881, 0, -5.96046448e-008)
  375. p30.Anchored = true
  376. b21 = Instance.new("BlockMesh", p30)
  377. b21.Name = "Mesh"
  378. p31 = Instance.new("Part", m3)
  379. p31.BrickColor = BrickColor.new("Really black")
  380. p31.FormFactor = Enum.FormFactor.Plate
  381. p31.Size = Vector3.new(2, 0.400000006, 14)
  382. p31.CFrame = CFrame.new(-86.3000031, 87.3998718, -43.5000763, 0, 5.96046448e-008, -0.999999881, -0.99999994, 0, 0, 0, 0.999999881, 5.96046448e-008)
  383. p31.Anchored = true
  384. b22 = Instance.new("BlockMesh", p31)
  385. b22.Name = "Mesh"
  386. p32 = Instance.new("Part", m3)
  387. p32.BrickColor = BrickColor.new("Really black")
  388. p32.FormFactor = Enum.FormFactor.Plate
  389. p32.Size = Vector3.new(1, 0.400000006, 14)
  390. p32.CFrame = CFrame.new(-93.5000153, 87.8998718, -50.7000122, 0, -0.999999881, -5.96046448e-008, -0.99999994, 0, 0, 0, 5.96046448e-008, -0.999999881)
  391. p32.Anchored = true
  392. b23 = Instance.new("BlockMesh", p32)
  393. b23.Name = "Mesh"
  394. p33 = Instance.new("Part", m3)
  395. p33.BrickColor = BrickColor.new("Institutional white")
  396. p33.Material = Enum.Material.Neon
  397. p33.FormFactor = Enum.FormFactor.Plate
  398. p33.Size = Vector3.new(1, 0.400000006, 14)
  399. p33.CFrame = CFrame.new(-93.5000153, 86.8998718, -50.7000122, 0, -0.999999881, -5.96046448e-008, -0.99999994, 0, 0, 0, 5.96046448e-008, -0.999999881)
  400. p33.Anchored = true
  401. b24 = Instance.new("BlockMesh", p33)
  402. b24.Name = "Mesh"
  403. p34 = Instance.new("Part", m4)
  404. p34.BrickColor = BrickColor.new("Really black")
  405. p34.Material = Enum.Material.Metal
  406. p34.Name = "Brick"
  407. p34.FormFactor = Enum.FormFactor.Custom
  408. p34.Size = Vector3.new(4.4000001, 0.400000006, 6.39999914)
  409. p34.CFrame = CFrame.new(-104, 88.8880768, -23, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  410. p34.Anchored = true
  411. p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  412. p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  413. p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  414. p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  415. p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  416. p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  417. p35 = Instance.new("Part", m4)
  418. p35.BrickColor = BrickColor.new("Really black")
  419. p35.Material = Enum.Material.Metal
  420. p35.Name = "Brick"
  421. p35.FormFactor = Enum.FormFactor.Custom
  422. p35.Size = Vector3.new(0.599999845, 2.60000014, 0.599999845)
  423. p35.CFrame = CFrame.new(-101.5, 87.3880768, -19.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  424. p35.Anchored = true
  425. p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  426. p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  427. p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  428. p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  429. p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  430. p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  431. p36 = Instance.new("Part", m4)
  432. p36.BrickColor = BrickColor.new("Institutional white")
  433. p36.Material = Enum.Material.Neon
  434. p36.Name = "Brick"
  435. p36.FormFactor = Enum.FormFactor.Custom
  436. p36.Size = Vector3.new(4.4000001, 0.400000006, 0.200000003)
  437. p36.CFrame = CFrame.new(-104, 88.4881134, -19.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  438. p36.Anchored = true
  439. p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  440. p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  441. p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  442. p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  443. p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  444. p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  445. p37 = Instance.new("Part", m4)
  446. p37.BrickColor = BrickColor.new("Institutional white")
  447. p37.Material = Enum.Material.Neon
  448. p37.Name = "Brick"
  449. p37.FormFactor = Enum.FormFactor.Custom
  450. p37.Size = Vector3.new(4.4000001, 0.400000006, 0.599996984)
  451. p37.CFrame = CFrame.new(-104, 88.8880768, -19.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  452. p37.Anchored = true
  453. p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  454. p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  455. p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  456. p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  457. p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  458. p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  459. p38 = Instance.new("Part", m4)
  460. p38.BrickColor = BrickColor.new("Really black")
  461. p38.Material = Enum.Material.Metal
  462. p38.Name = "Brick"
  463. p38.FormFactor = Enum.FormFactor.Custom
  464. p38.Size = Vector3.new(0.599999845, 2.60000014, 0.599999845)
  465. p38.CFrame = CFrame.new(-106.5, 87.3880768, -26.5000534, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  466. p38.Anchored = true
  467. p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  468. p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  469. p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  470. p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  471. p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  472. p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  473. p39 = Instance.new("Part", m4)
  474. p39.BrickColor = BrickColor.new("Institutional white")
  475. p39.Material = Enum.Material.Neon
  476. p39.Name = "Brick"
  477. p39.FormFactor = Enum.FormFactor.Custom
  478. p39.Size = Vector3.new(0.200000003, 0.400000006, 6.39999771)
  479. p39.CFrame = CFrame.new(-106.5, 88.4881134, -23, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  480. p39.Anchored = true
  481. p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  482. p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  483. p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  484. p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  485. p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  486. p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  487. p40 = Instance.new("Part", m4)
  488. p40.BrickColor = BrickColor.new("Institutional white")
  489. p40.Material = Enum.Material.Neon
  490. p40.Name = "Brick"
  491. p40.FormFactor = Enum.FormFactor.Custom
  492. p40.Size = Vector3.new(0.599999845, 0.400000006, 7.93000269)
  493. p40.CFrame = CFrame.new(-103.943359, 88.897995, -22.9765587, -0.824174285, 2.48974487e-007, -0.566335499, 7.02251441e-007, 1, -5.82347809e-007, 0.566335499, -8.77666594e-007, -0.824174285)
  494. p40.Anchored = true
  495. p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  496. p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  497. p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  498. p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  499. p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  500. p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  501. p41 = Instance.new("Part", m4)
  502. p41.BrickColor = BrickColor.new("Institutional white")
  503. p41.Material = Enum.Material.Neon
  504. p41.Name = "Brick"
  505. p41.FormFactor = Enum.FormFactor.Custom
  506. p41.Size = Vector3.new(4.4000001, 0.400000006, 0.200000003)
  507. p41.CFrame = CFrame.new(-104, 88.4881134, -26.5000534, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  508. p41.Anchored = true
  509. p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  510. p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  511. p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  512. p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  513. p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  514. p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  515. p42 = Instance.new("Part", m4)
  516. p42.BrickColor = BrickColor.new("Institutional white")
  517. p42.Material = Enum.Material.Neon
  518. p42.Name = "Brick"
  519. p42.FormFactor = Enum.FormFactor.Custom
  520. p42.Size = Vector3.new(0.599999845, 0.400000006, 7.59999704)
  521. p42.CFrame = CFrame.new(-101.5, 88.8880768, -23, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  522. p42.Anchored = true
  523. p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  524. p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  525. p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  526. p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  527. p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  528. p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  529. p43 = Instance.new("Part", m4)
  530. p43.BrickColor = BrickColor.new("Institutional white")
  531. p43.Material = Enum.Material.Neon
  532. p43.Name = "Brick"
  533. p43.FormFactor = Enum.FormFactor.Custom
  534. p43.Size = Vector3.new(4.4000001, 0.400000006, 0.599996984)
  535. p43.CFrame = CFrame.new(-104, 88.8880768, -26.5000534, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  536. p43.Anchored = true
  537. p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  538. p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  539. p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  540. p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  541. p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  542. p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  543. p44 = Instance.new("Part", m4)
  544. p44.BrickColor = BrickColor.new("Institutional white")
  545. p44.Material = Enum.Material.Neon
  546. p44.Name = "Brick"
  547. p44.FormFactor = Enum.FormFactor.Custom
  548. p44.Size = Vector3.new(0.200000003, 0.400000006, 6.39999771)
  549. p44.CFrame = CFrame.new(-101.5, 88.4881134, -23, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  550. p44.Anchored = true
  551. p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  552. p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  553. p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  554. p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  555. p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  556. p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  557. p45 = Instance.new("Part", m4)
  558. p45.BrickColor = BrickColor.new("Really black")
  559. p45.Material = Enum.Material.Metal
  560. p45.Name = "Brick"
  561. p45.FormFactor = Enum.FormFactor.Custom
  562. p45.Size = Vector3.new(0.599999845, 2.60000014, 0.599999845)
  563. p45.CFrame = CFrame.new(-106.5, 87.3880768, -19.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  564. p45.Anchored = true
  565. p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  566. p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  567. p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  568. p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  569. p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  570. p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  571. p46 = Instance.new("Part", m4)
  572. p46.BrickColor = BrickColor.new("Really black")
  573. p46.Material = Enum.Material.Metal
  574. p46.Name = "Brick"
  575. p46.FormFactor = Enum.FormFactor.Custom
  576. p46.Size = Vector3.new(0.599999845, 2.60000014, 0.599999845)
  577. p46.CFrame = CFrame.new(-101.5, 87.3880768, -26.5000534, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  578. p46.Anchored = true
  579. p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  580. p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  581. p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  582. p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  583. p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  584. p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  585. p47 = Instance.new("Part", m4)
  586. p47.BrickColor = BrickColor.new("Institutional white")
  587. p47.Material = Enum.Material.Neon
  588. p47.Name = "Brick"
  589. p47.FormFactor = Enum.FormFactor.Custom
  590. p47.Size = Vector3.new(0.599999845, 0.400000006, 7.59999704)
  591. p47.CFrame = CFrame.new(-106.5, 88.8880768, -23, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  592. p47.Anchored = true
  593. p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  594. p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  595. p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  596. p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  597. p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  598. p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  599. p48 = Instance.new("Part", m4)
  600. p48.BrickColor = BrickColor.new("Institutional white")
  601. p48.Material = Enum.Material.Neon
  602. p48.Name = "Brick"
  603. p48.FormFactor = Enum.FormFactor.Custom
  604. p48.Size = Vector3.new(0.599999845, 0.400000006, 7.93000269)
  605. p48.CFrame = CFrame.new(-103.944336, 88.897995, -22.984375, -0.825482845, 3.93342354e-008, 0.564426899, 1.05557958e-010, 1, -6.95332716e-008, -0.564426899, -5.7339939e-008, -0.825482845)
  606. p48.Anchored = true
  607. p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  608. p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  609. p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  610. p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  611. p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  612. p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  613. p49 = Instance.new("Part", m)
  614. p49.BrickColor = BrickColor.new("Institutional white")
  615. p49.FormFactor = Enum.FormFactor.Symmetric
  616. p49.Size = Vector3.new(15, 1, 2)
  617. p49.CFrame = CFrame.new(-119.5, 0.74989301, 10.4999523, 1, -1.86264515e-009, -2.79396772e-009, 1.86264515e-009, -1, 1.49011612e-008, 2.79396772e-009, 1.49011612e-008, -0.999999881)
  618. p49.Anchored = true
  619. p49.Elasticity = 0
  620. p49.BottomSurface = Enum.SurfaceType.Smooth
  621. p49.TopSurface = Enum.SurfaceType.Smooth
  622. p49.BackParamA = -0
  623. p49.BackParamB = 0
  624. p49.BottomParamA = -0
  625. p49.BottomParamB = 0
  626. p49.FrontParamA = -0
  627. p49.FrontParamB = 0
  628. p49.LeftParamA = 0
  629. p49.LeftParamB = 0
  630. p49.RightParamA = 0
  631. p49.RightParamB = 0
  632. p49.TopParamA = 0
  633. p49.TopParamB = 0
  634. p50 = Instance.new("Part", m)
  635. p50.BrickColor = BrickColor.new("Really black")
  636. p50.FormFactor = Enum.FormFactor.Symmetric
  637. p50.Size = Vector3.new(7, 44, 8)
  638. p50.CFrame = CFrame.new(-106.728027, 149.171188, -20.6048279, 0.872949719, -0.296139091, -0.387634575, 0.334651023, 0.941721737, 0.0341891199, 0.354919165, -0.159567699, 0.921178818)
  639. p50.Anchored = true
  640. p50.Elasticity = 0
  641. p50.BottomSurface = Enum.SurfaceType.Smooth
  642. p50.TopSurface = Enum.SurfaceType.Smooth
  643. p50.BackParamA = -0
  644. p50.BackParamB = 0
  645. p50.BottomParamA = -0
  646. p50.BottomParamB = 0
  647. p50.FrontParamA = -0
  648. p50.FrontParamB = 0
  649. p50.LeftParamA = 0
  650. p50.LeftParamB = 0
  651. p50.RightParamA = 0
  652. p50.RightParamB = 0
  653. p50.TopParamA = 0
  654. p50.TopParamB = 0
  655. p51 = Instance.new("Part", m)
  656. p51.BrickColor = BrickColor.new("Really black")
  657. p51.FormFactor = Enum.FormFactor.Symmetric
  658. p51.Size = Vector3.new(5, 46, 6)
  659. p51.CFrame = CFrame.new(-123.99707, 162.908844, 17.9983521, -0.109313108, -0.756177127, -0.645172, -0.877975166, 0.377774179, -0.294014633, 0.466056287, 0.534305692, -0.705201089)
  660. p51.Anchored = true
  661. p51.Elasticity = 0
  662. p51.BottomSurface = Enum.SurfaceType.Smooth
  663. p51.TopSurface = Enum.SurfaceType.Smooth
  664. p51.BackParamA = -0
  665. p51.BackParamB = 0
  666. p51.BottomParamA = -0
  667. p51.BottomParamB = 0
  668. p51.FrontParamA = -0
  669. p51.FrontParamB = 0
  670. p51.LeftParamA = 0
  671. p51.LeftParamB = 0
  672. p51.RightParamA = 0
  673. p51.RightParamB = 0
  674. p51.TopParamA = 0
  675. p51.TopParamB = 0
  676. p52 = Instance.new("Part", m)
  677. p52.BrickColor = BrickColor.new("Really black")
  678. p52.FormFactor = Enum.FormFactor.Symmetric
  679. p52.Size = Vector3.new(5, 47, 6)
  680. p52.CFrame = CFrame.new(-46.1561737, 168.555649, -25.660614, 0.379057705, -0.814160228, 0.439839005, -0.570989847, -0.579820633, -0.581187189, 0.72820729, -0.0308399573, -0.684662759)
  681. p52.Anchored = true
  682. p52.Elasticity = 0
  683. p52.BottomSurface = Enum.SurfaceType.Smooth
  684. p52.TopSurface = Enum.SurfaceType.Smooth
  685. p52.BackParamA = -0
  686. p52.BackParamB = 0
  687. p52.BottomParamA = -0
  688. p52.BottomParamB = 0
  689. p52.FrontParamA = -0
  690. p52.FrontParamB = 0
  691. p52.LeftParamA = 0
  692. p52.LeftParamB = 0
  693. p52.RightParamA = 0
  694. p52.RightParamB = 0
  695. p52.TopParamA = 0
  696. p52.TopParamB = 0
  697. p53 = Instance.new("Part", m)
  698. p53.BrickColor = BrickColor.new("Dark green")
  699. p53.Transparency = 0.20000000298023
  700. p53.FormFactor = Enum.FormFactor.Symmetric
  701. p53.Size = Vector3.new(2, 1, 1)
  702. p53.CFrame = CFrame.new(-108.5, 221.553589, -33.5218811, -0.99999994, 1.86264515e-009, 4.65661287e-009, -3.7252903e-009, 1, 2.98023224e-008, 4.65661287e-009, -2.98023224e-008, -0.999999881)
  703. p53.Anchored = true
  704. p53.CanCollide = false
  705. p53.Elasticity = 0
  706. p53.BottomSurface = Enum.SurfaceType.Smooth
  707. p53.TopSurface = Enum.SurfaceType.Smooth
  708. p53.BackParamA = -0
  709. p53.BackParamB = 0
  710. p53.BottomParamA = -0
  711. p53.BottomParamB = 0
  712. p53.FrontParamA = -0
  713. p53.FrontParamB = 0
  714. p53.LeftParamA = 0
  715. p53.LeftParamB = 0
  716. p53.RightParamA = 0
  717. p53.RightParamB = 0
  718. p53.TopParamA = 0
  719. p53.TopParamB = 0
  720. b25 = Instance.new("SpecialMesh", p53)
  721. b25.MeshId = "http://www.roblox.com/asset/?id=111820358"
  722. b25.TextureId = ""
  723. b25.MeshType = Enum.MeshType.FileMesh
  724. b25.Name = "Mesh"
  725. b25.Scale = Vector3.new(210, 215, 210)
  726. p54 = Instance.new("Part", m)
  727. p54.BrickColor = BrickColor.new("Really black")
  728. p54.FormFactor = Enum.FormFactor.Symmetric
  729. p54.Size = Vector3.new(7, 44, 8)
  730. p54.CFrame = CFrame.new(-73.7145386, 141.644714, -31.7298737, -0.75222677, 0.538950145, -0.379057884, 0.268191606, 0.775912941, 0.570990145, 0.601851046, 0.327854097, -0.728206992)
  731. p54.Anchored = true
  732. p54.Elasticity = 0
  733. p54.BottomSurface = Enum.SurfaceType.Smooth
  734. p54.TopSurface = Enum.SurfaceType.Smooth
  735. p54.BackParamA = -0
  736. p54.BackParamB = 0
  737. p54.BottomParamA = -0
  738. p54.BottomParamB = 0
  739. p54.FrontParamA = -0
  740. p54.FrontParamB = 0
  741. p54.LeftParamA = 0
  742. p54.LeftParamB = 0
  743. p54.RightParamA = 0
  744. p54.RightParamB = 0
  745. p54.TopParamA = 0
  746. p54.TopParamB = 0
  747. p55 = Instance.new("Part", m)
  748. p55.BrickColor = BrickColor.new("Bright green")
  749. p55.FormFactor = Enum.FormFactor.Symmetric
  750. p55.Size = Vector3.new(2, 1, 1)
  751. p55.CFrame = CFrame.new(-120.453827, 192.510727, 8.84683418, -0.994521856, -0.0217334852, 0.102243803, -8.16444185e-007, 0.978147447, 0.207912341, -0.104528189, 0.206773281, -0.97278899)
  752. p55.Anchored = true
  753. p55.CanCollide = false
  754. p55.Elasticity = 0
  755. p55.BottomSurface = Enum.SurfaceType.Smooth
  756. p55.TopSurface = Enum.SurfaceType.Smooth
  757. p55.BackParamA = -0
  758. p55.BackParamB = 0
  759. p55.BottomParamA = -0
  760. p55.BottomParamB = 0
  761. p55.FrontParamA = -0
  762. p55.FrontParamB = 0
  763. p55.LeftParamA = 0
  764. p55.LeftParamB = 0
  765. p55.RightParamA = 0
  766. p55.RightParamB = 0
  767. p55.TopParamA = 0
  768. p55.TopParamB = 0
  769. b26 = Instance.new("SpecialMesh", p55)
  770. b26.MeshId = "http://www.roblox.com/asset/?id=111820358"
  771. b26.TextureId = ""
  772. b26.MeshType = Enum.MeshType.FileMesh
  773. b26.Name = "Mesh"
  774. b26.Scale = Vector3.new(200, 200, 200)
  775. p56 = Instance.new("Part", m)
  776. p56.BrickColor = BrickColor.new("Really black")
  777. p56.FormFactor = Enum.FormFactor.Symmetric
  778. p56.Size = Vector3.new(7, 44, 8)
  779. p56.CFrame = CFrame.new(-104.923889, 147.649323, 0.430797011, 0.921589315, -0.233625636, -0.309987307, -0.00762067735, 0.787547827, -0.616204619, 0.388091475, 0.570248961, 0.724016249)
  780. p56.Anchored = true
  781. p56.Elasticity = 0
  782. p56.BottomSurface = Enum.SurfaceType.Smooth
  783. p56.TopSurface = Enum.SurfaceType.Smooth
  784. p56.BackParamA = -0
  785. p56.BackParamB = 0
  786. p56.BottomParamA = -0
  787. p56.BottomParamB = 0
  788. p56.FrontParamA = -0
  789. p56.FrontParamB = 0
  790. p56.LeftParamA = 0
  791. p56.LeftParamB = 0
  792. p56.RightParamA = 0
  793. p56.RightParamB = 0
  794. p56.TopParamA = 0
  795. p56.TopParamB = 0
  796. p57 = Instance.new("Part", m)
  797. p57.BrickColor = BrickColor.new("Really black")
  798. p57.FormFactor = Enum.FormFactor.Symmetric
  799. p57.Size = Vector3.new(5, 39, 6)
  800. p57.CFrame = CFrame.new(-70.5919724, 164.237839, -14.9532757, 0.379058331, -0.0706625208, -0.92267102, -0.570990145, 0.766775131, -0.293301076, 0.72820729, 0.638014436, 0.250304639)
  801. p57.Anchored = true
  802. p57.Elasticity = 0
  803. p57.BottomSurface = Enum.SurfaceType.Smooth
  804. p57.TopSurface = Enum.SurfaceType.Smooth
  805. p57.BackParamA = -0
  806. p57.BackParamB = 0
  807. p57.BottomParamA = -0
  808. p57.BottomParamB = 0
  809. p57.FrontParamA = -0
  810. p57.FrontParamB = 0
  811. p57.LeftParamA = 0
  812. p57.LeftParamB = 0
  813. p57.RightParamA = 0
  814. p57.RightParamB = 0
  815. p57.TopParamA = 0
  816. p57.TopParamB = 0
  817. p58 = Instance.new("Part", m)
  818. p58.BrickColor = BrickColor.new("Dark green")
  819. p58.Transparency = 0.20000000298023
  820. p58.FormFactor = Enum.FormFactor.Symmetric
  821. p58.Size = Vector3.new(2, 1, 1)
  822. p58.CFrame = CFrame.new(-120.453827, 190.210587, 8.84683418, -0.994521856, -0.0217334852, 0.102243803, -8.16444185e-007, 0.978147447, 0.207912341, -0.104528189, 0.206773281, -0.97278899)
  823. p58.Anchored = true
  824. p58.CanCollide = false
  825. p58.Elasticity = 0
  826. p58.BottomSurface = Enum.SurfaceType.Smooth
  827. p58.TopSurface = Enum.SurfaceType.Smooth
  828. p58.BackParamA = -0
  829. p58.BackParamB = 0
  830. p58.BottomParamA = -0
  831. p58.BottomParamB = 0
  832. p58.FrontParamA = -0
  833. p58.FrontParamB = 0
  834. p58.LeftParamA = 0
  835. p58.LeftParamB = 0
  836. p58.RightParamA = 0
  837. p58.RightParamB = 0
  838. p58.TopParamA = 0
  839. p58.TopParamB = 0
  840. b27 = Instance.new("SpecialMesh", p58)
  841. b27.MeshId = "http://www.roblox.com/asset/?id=111820358"
  842. b27.TextureId = ""
  843. b27.MeshType = Enum.MeshType.FileMesh
  844. b27.Name = "Mesh"
  845. b27.Scale = Vector3.new(210, 215, 210)
  846. p59 = Instance.new("Part", m)
  847. p59.BrickColor = BrickColor.new("Really black")
  848. p59.FormFactor = Enum.FormFactor.Symmetric
  849. p59.Size = Vector3.new(5, 44, 6)
  850. p59.CFrame = CFrame.new(-98.8584595, 167.347031, 19.1015587, 0.309980512, 0.290242821, 0.90535599, 0.616200507, 0.663842022, -0.423796892, -0.72401011, 0.689255178, 0.026924707)
  851. p59.Anchored = true
  852. p59.Elasticity = 0
  853. p59.BottomSurface = Enum.SurfaceType.Smooth
  854. p59.TopSurface = Enum.SurfaceType.Smooth
  855. p59.BackParamA = -0
  856. p59.BackParamB = 0
  857. p59.BottomParamA = -0
  858. p59.BottomParamB = 0
  859. p59.FrontParamA = -0
  860. p59.FrontParamB = 0
  861. p59.LeftParamA = 0
  862. p59.LeftParamB = 0
  863. p59.RightParamA = 0
  864. p59.RightParamB = 0
  865. p59.TopParamA = 0
  866. p59.TopParamB = 0
  867. p60 = Instance.new("Part", m)
  868. p60.BrickColor = BrickColor.new("Really black")
  869. p60.FormFactor = Enum.FormFactor.Symmetric
  870. p60.Size = Vector3.new(7, 44, 8)
  871. p60.CFrame = CFrame.new(-93.4655151, 138.289429, -54.8373108, 0.912707329, -0.408316433, 0.0156921241, 0.268193752, 0.627582192, 0.730899155, -0.3082847, -0.662888527, 0.682304859)
  872. p60.Anchored = true
  873. p60.Elasticity = 0
  874. p60.BottomSurface = Enum.SurfaceType.Smooth
  875. p60.TopSurface = Enum.SurfaceType.Smooth
  876. p60.BackParamA = -0
  877. p60.BackParamB = 0
  878. p60.BottomParamA = -0
  879. p60.BottomParamB = 0
  880. p60.FrontParamA = -0
  881. p60.FrontParamB = 0
  882. p60.LeftParamA = 0
  883. p60.LeftParamB = 0
  884. p60.RightParamA = 0
  885. p60.RightParamB = 0
  886. p60.TopParamA = 0
  887. p60.TopParamB = 0
  888. p61 = Instance.new("Part", m)
  889. p61.BrickColor = BrickColor.new("Really black")
  890. p61.FormFactor = Enum.FormFactor.Symmetric
  891. p61.Size = Vector3.new(56, 1, 14)
  892. p61.CFrame = CFrame.new(-97, 111.76387, -40.8462601, 1, 7.4505806e-009, 3.7252903e-009, 1.86264515e-009, 0.780868709, 0.624694884, 2.79396772e-009, -0.624694884, 0.780868649)
  893. p61.Anchored = true
  894. p61.Elasticity = 0
  895. p61.BottomSurface = Enum.SurfaceType.Smooth
  896. p61.TopSurface = Enum.SurfaceType.Smooth
  897. p61.BackParamA = -0
  898. p61.BackParamB = 0
  899. p61.BottomParamA = -0
  900. p61.BottomParamB = 0
  901. p61.FrontParamA = -0
  902. p61.FrontParamB = 0
  903. p61.LeftParamA = 0
  904. p61.LeftParamB = 0
  905. p61.RightParamA = 0
  906. p61.RightParamB = 0
  907. p61.TopParamA = 0
  908. p61.TopParamB = 0
  909. p62 = Instance.new("Part", m)
  910. p62.BrickColor = BrickColor.new("Bright green")
  911. p62.FormFactor = Enum.FormFactor.Symmetric
  912. p62.Size = Vector3.new(2, 1, 1)
  913. p62.CFrame = CFrame.new(-108.5, 223.801285, -34.0001068, -1, 1.86264515e-009, -2.79396772e-009, -1.86264515e-009, 1, 1.49011612e-008, -2.79396772e-009, -1.49011612e-008, -0.999999881)
  914. p62.Anchored = true
  915. p62.CanCollide = false
  916. p62.Elasticity = 0
  917. p62.BottomSurface = Enum.SurfaceType.Smooth
  918. p62.TopSurface = Enum.SurfaceType.Smooth
  919. p62.BackParamA = -0
  920. p62.BackParamB = 0
  921. p62.BottomParamA = -0
  922. p62.BottomParamB = 0
  923. p62.FrontParamA = -0
  924. p62.FrontParamB = 0
  925. p62.LeftParamA = 0
  926. p62.LeftParamB = 0
  927. p62.RightParamA = 0
  928. p62.RightParamB = 0
  929. p62.TopParamA = 0
  930. p62.TopParamB = 0
  931. b28 = Instance.new("SpecialMesh", p62)
  932. b28.MeshId = "http://www.roblox.com/asset/?id=111820358"
  933. b28.TextureId = ""
  934. b28.MeshType = Enum.MeshType.FileMesh
  935. b28.Name = "Mesh"
  936. b28.Scale = Vector3.new(200, 200, 200)
  937. p63 = Instance.new("Part", m)
  938. p63.BrickColor = BrickColor.new("Really black")
  939. p63.FormFactor = Enum.FormFactor.Symmetric
  940. p63.Size = Vector3.new(34, 1, 7)
  941. p63.CFrame = CFrame.new(-108, 106.014359, -22.906868, -1, 1.86264515e-009, 0, -1.86264515e-009, 0.89442718, 0.44721359, -2.79396772e-009, 0.44721356, -0.89442718)
  942. p63.Anchored = true
  943. p63.Elasticity = 0
  944. p63.BottomSurface = Enum.SurfaceType.Smooth
  945. p63.TopSurface = Enum.SurfaceType.Smooth
  946. p63.BackParamA = -0
  947. p63.BackParamB = 0
  948. p63.BottomParamA = -0
  949. p63.BottomParamB = 0
  950. p63.FrontParamA = -0
  951. p63.FrontParamB = 0
  952. p63.LeftParamA = 0
  953. p63.LeftParamB = 0
  954. p63.RightParamA = 0
  955. p63.RightParamB = 0
  956. p63.TopParamA = 0
  957. p63.TopParamB = 0
  958. p64 = Instance.new("Part", m)
  959. p64.BrickColor = BrickColor.new("Really black")
  960. p64.FormFactor = Enum.FormFactor.Symmetric
  961. p64.Size = Vector3.new(34, 1, 15)
  962. p64.CFrame = CFrame.new(-108, 102.486526, -13.2086916, -1, 0, -1.86264515e-009, -1.86264515e-009, 0.957826197, 0.287347853, -2.79396772e-009, 0.287347853, -0.957826197)
  963. p64.Anchored = true
  964. p64.Elasticity = 0
  965. p64.BottomSurface = Enum.SurfaceType.Smooth
  966. p64.TopSurface = Enum.SurfaceType.Smooth
  967. p64.BackParamA = -0
  968. p64.BackParamB = 0
  969. p64.BottomParamA = -0
  970. p64.BottomParamB = 0
  971. p64.FrontParamA = -0
  972. p64.FrontParamB = 0
  973. p64.LeftParamA = 0
  974. p64.LeftParamB = 0
  975. p64.RightParamA = 0
  976. p64.RightParamB = 0
  977. p64.TopParamA = 0
  978. p64.TopParamB = 0
  979. p65 = Instance.new("Part", m)
  980. p65.BrickColor = BrickColor.new("Really black")
  981. p65.FormFactor = Enum.FormFactor.Symmetric
  982. p65.Size = Vector3.new(56, 1, 7)
  983. p65.CFrame = CFrame.new(-97, 106.013016, -49.0931015, 1, -1.86264515e-009, 1.44354999e-008, 1.86264515e-009, 0.89442718, 0.44721359, 2.79396772e-009, -0.44721359, 0.894427121)
  984. p65.Anchored = true
  985. p65.Elasticity = 0
  986. p65.BottomSurface = Enum.SurfaceType.Smooth
  987. p65.TopSurface = Enum.SurfaceType.Smooth
  988. p65.BackParamA = -0
  989. p65.BackParamB = 0
  990. p65.BottomParamA = -0
  991. p65.BottomParamB = 0
  992. p65.FrontParamA = -0
  993. p65.FrontParamB = 0
  994. p65.LeftParamA = 0
  995. p65.LeftParamB = 0
  996. p65.RightParamA = 0
  997. p65.RightParamB = 0
  998. p65.TopParamA = 0
  999. p65.TopParamB = 0
  1000. p66 = Instance.new("Part", m)
  1001. p66.BrickColor = BrickColor.new("Really red")
  1002. p66.FormFactor = Enum.FormFactor.Symmetric
  1003. p66.Size = Vector3.new(1, 3, 20)
  1004. p66.CFrame = CFrame.new(-123.5, 105.499512, -36, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1005. p66.Anchored = true
  1006. p66.Elasticity = 0
  1007. p66.BottomSurface = Enum.SurfaceType.Smooth
  1008. p66.TopSurface = Enum.SurfaceType.Smooth
  1009. p66.BackParamA = -0
  1010. p66.BackParamB = 0
  1011. p66.BottomParamA = -0
  1012. p66.BottomParamB = 0
  1013. p66.FrontParamA = -0
  1014. p66.FrontParamB = 0
  1015. p66.LeftParamA = 0
  1016. p66.LeftParamB = 0
  1017. p66.RightParamA = 0
  1018. p66.RightParamB = 0
  1019. p66.TopParamA = 0
  1020. p66.TopParamB = 0
  1021. p67 = Instance.new("Part", m)
  1022. p67.BrickColor = BrickColor.new("Really red")
  1023. p67.FormFactor = Enum.FormFactor.Symmetric
  1024. p67.Size = Vector3.new(1, 29, 11)
  1025. p67.CFrame = CFrame.new(-78.5, 100.499512, -36.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  1026. p67.Anchored = true
  1027. p67.Elasticity = 0
  1028. p67.BottomSurface = Enum.SurfaceType.Smooth
  1029. p67.TopSurface = Enum.SurfaceType.Smooth
  1030. p67.BackParamA = -0
  1031. p67.BackParamB = 0
  1032. p67.BottomParamA = -0
  1033. p67.BottomParamB = 0
  1034. p67.FrontParamA = -0
  1035. p67.FrontParamB = 0
  1036. p67.LeftParamA = 0
  1037. p67.LeftParamB = 0
  1038. p67.RightParamA = 0
  1039. p67.RightParamB = 0
  1040. p67.TopParamA = 0
  1041. p67.TopParamB = 0
  1042. p68 = Instance.new("Part", m)
  1043. p68.BrickColor = BrickColor.new("Really black")
  1044. p68.FormFactor = Enum.FormFactor.Symmetric
  1045. p68.Size = Vector3.new(5, 1, 6)
  1046. p68.CFrame = CFrame.new(-123.5, 103.499512, -36, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1047. p68.Anchored = true
  1048. p68.Elasticity = 0
  1049. p68.BottomSurface = Enum.SurfaceType.Smooth
  1050. p68.TopSurface = Enum.SurfaceType.Smooth
  1051. p68.BackParamA = -0
  1052. p68.BackParamB = 0
  1053. p68.BottomParamA = -0
  1054. p68.BottomParamB = 0
  1055. p68.FrontParamA = -0
  1056. p68.FrontParamB = 0
  1057. p68.LeftParamA = 0
  1058. p68.LeftParamB = 0
  1059. p68.RightParamA = 0
  1060. p68.RightParamB = 0
  1061. p68.TopParamA = 0
  1062. p68.TopParamB = 0
  1063. p69 = Instance.new("Part", m)
  1064. p69.BrickColor = BrickColor.new("Really black")
  1065. p69.Shape = Enum.PartType.Ball
  1066. p69.FormFactor = Enum.FormFactor.Symmetric
  1067. p69.Size = Vector3.new(5, 5, 5)
  1068. p69.CFrame = CFrame.new(-123.5, 105.80043, -36, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  1069. p69.Anchored = true
  1070. p69.Elasticity = 0
  1071. p69.BottomSurface = Enum.SurfaceType.Smooth
  1072. p69.TopSurface = Enum.SurfaceType.Smooth
  1073. p69.BackParamA = -0
  1074. p69.BackParamB = 0
  1075. p69.BottomParamA = -0
  1076. p69.BottomParamB = 0
  1077. p69.FrontParamA = -0
  1078. p69.FrontParamB = 0
  1079. p69.LeftParamA = 0
  1080. p69.LeftParamB = 0
  1081. p69.RightParamA = 0
  1082. p69.RightParamB = 0
  1083. p69.TopParamA = 0
  1084. p69.TopParamB = 0
  1085. p70 = Instance.new("Part", m)
  1086. p70.BrickColor = BrickColor.new("Really black")
  1087. p70.FormFactor = Enum.FormFactor.Symmetric
  1088. p70.Size = Vector3.new(5, 1, 6)
  1089. p70.CFrame = CFrame.new(-123.5, 108.099503, -36, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1090. p70.Anchored = true
  1091. p70.Elasticity = 0
  1092. p70.BottomSurface = Enum.SurfaceType.Smooth
  1093. p70.TopSurface = Enum.SurfaceType.Smooth
  1094. p70.BackParamA = -0
  1095. p70.BackParamB = 0
  1096. p70.BottomParamA = -0
  1097. p70.BottomParamB = 0
  1098. p70.FrontParamA = -0
  1099. p70.FrontParamB = 0
  1100. p70.LeftParamA = 0
  1101. p70.LeftParamB = 0
  1102. p70.RightParamA = 0
  1103. p70.RightParamB = 0
  1104. p70.TopParamA = 0
  1105. p70.TopParamB = 0
  1106. p71 = Instance.new("Part", m)
  1107. p71.BrickColor = BrickColor.new("Bright green")
  1108. p71.FormFactor = Enum.FormFactor.Symmetric
  1109. p71.Size = Vector3.new(2, 1, 1)
  1110. p71.CFrame = CFrame.new(-45.5, 178.000809, -31.0000305, -0.898793519, 0.438369364, 3.63215804e-008, 0.43836984, 0.898792505, -1.49011612e-008, -7.4505806e-009, 0, -0.999998808)
  1111. p71.Anchored = true
  1112. p71.CanCollide = false
  1113. p71.Elasticity = 0
  1114. p71.BottomSurface = Enum.SurfaceType.Smooth
  1115. p71.TopSurface = Enum.SurfaceType.Smooth
  1116. p71.BackParamA = -0
  1117. p71.BackParamB = 0
  1118. p71.BottomParamA = -0
  1119. p71.BottomParamB = 0
  1120. p71.FrontParamA = -0
  1121. p71.FrontParamB = 0
  1122. p71.LeftParamA = 0
  1123. p71.LeftParamB = 0
  1124. p71.RightParamA = 0
  1125. p71.RightParamB = 0
  1126. p71.TopParamA = 0
  1127. p71.TopParamB = 0
  1128. b29 = Instance.new("SpecialMesh", p71)
  1129. b29.MeshId = "http://www.roblox.com/asset/?id=111820358"
  1130. b29.TextureId = ""
  1131. b29.MeshType = Enum.MeshType.FileMesh
  1132. b29.Name = "Mesh"
  1133. b29.Scale = Vector3.new(200, 200, 200)
  1134. p72 = Instance.new("Part", m)
  1135. p72.BrickColor = BrickColor.new("Really black")
  1136. p72.FormFactor = Enum.FormFactor.Symmetric
  1137. p72.Size = Vector3.new(34, 1, 14)
  1138. p72.CFrame = CFrame.new(-108, 111.763977, -31.1537132, -1, 9.31322575e-009, -1.86264515e-009, -1.86264515e-009, 0.780868709, 0.624694943, -2.79396772e-009, 0.624694943, -0.780868769)
  1139. p72.Anchored = true
  1140. p72.Elasticity = 0
  1141. p72.BottomSurface = Enum.SurfaceType.Smooth
  1142. p72.TopSurface = Enum.SurfaceType.Smooth
  1143. p72.BackParamA = -0
  1144. p72.BackParamB = 0
  1145. p72.BottomParamA = -0
  1146. p72.BottomParamB = 0
  1147. p72.FrontParamA = -0
  1148. p72.FrontParamB = 0
  1149. p72.LeftParamA = 0
  1150. p72.LeftParamB = 0
  1151. p72.RightParamA = 0
  1152. p72.RightParamB = 0
  1153. p72.TopParamA = 0
  1154. p72.TopParamB = 0
  1155. p73 = Instance.new("Part", m)
  1156. p73.BrickColor = BrickColor.new("Really black")
  1157. p73.FormFactor = Enum.FormFactor.Symmetric
  1158. p73.Size = Vector3.new(4, 15, 1)
  1159. p73.CFrame = CFrame.new(-97, 93.4995422, 4.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1160. p73.Anchored = true
  1161. p73.Elasticity = 0
  1162. p73.BottomSurface = Enum.SurfaceType.Smooth
  1163. p73.TopSurface = Enum.SurfaceType.Smooth
  1164. p73.BackParamA = -0
  1165. p73.BackParamB = 0
  1166. p73.BottomParamA = -0
  1167. p73.BottomParamB = 0
  1168. p73.FrontParamA = -0
  1169. p73.FrontParamB = 0
  1170. p73.LeftParamA = 0
  1171. p73.LeftParamB = 0
  1172. p73.RightParamA = 0
  1173. p73.RightParamB = 0
  1174. p73.TopParamA = 0
  1175. p73.TopParamB = 0
  1176. p74 = Instance.new("Part", m)
  1177. p74.BrickColor = BrickColor.new("Dark green")
  1178. p74.Transparency = 0.20000000298023
  1179. p74.FormFactor = Enum.FormFactor.Symmetric
  1180. p74.Size = Vector3.new(2, 1, 1)
  1181. p74.CFrame = CFrame.new(-45.5, 175.700745, -31.0000305, -0.898793519, 0.438369364, 3.63215804e-008, 0.43836984, 0.898792505, -1.49011612e-008, -7.4505806e-009, 0, -0.999998808)
  1182. p74.Anchored = true
  1183. p74.CanCollide = false
  1184. p74.Elasticity = 0
  1185. p74.BottomSurface = Enum.SurfaceType.Smooth
  1186. p74.TopSurface = Enum.SurfaceType.Smooth
  1187. p74.BackParamA = -0
  1188. p74.BackParamB = 0
  1189. p74.BottomParamA = -0
  1190. p74.BottomParamB = 0
  1191. p74.FrontParamA = -0
  1192. p74.FrontParamB = 0
  1193. p74.LeftParamA = 0
  1194. p74.LeftParamB = 0
  1195. p74.RightParamA = 0
  1196. p74.RightParamB = 0
  1197. p74.TopParamA = 0
  1198. p74.TopParamB = 0
  1199. b30 = Instance.new("SpecialMesh", p74)
  1200. b30.MeshId = "http://www.roblox.com/asset/?id=111820358"
  1201. b30.TextureId = ""
  1202. b30.MeshType = Enum.MeshType.FileMesh
  1203. b30.Name = "Mesh"
  1204. b30.Scale = Vector3.new(210, 215, 210)
  1205. p75 = Instance.new("Part", m)
  1206. p75.BrickColor = BrickColor.new("Bright green")
  1207. p75.FormFactor = Enum.FormFactor.Symmetric
  1208. p75.Size = Vector3.new(2, 1, 1)
  1209. p75.CFrame = CFrame.new(-129.47757, 189.421646, -66.2279358, -0.994521916, 0.0217319895, 0.102244176, -7.41580891e-007, 0.978147447, -0.207912341, -0.104528233, -0.20677346, -0.972789049)
  1210. p75.Anchored = true
  1211. p75.CanCollide = false
  1212. p75.Elasticity = 0
  1213. p75.BottomSurface = Enum.SurfaceType.Smooth
  1214. p75.TopSurface = Enum.SurfaceType.Smooth
  1215. p75.BackParamA = -0
  1216. p75.BackParamB = 0
  1217. p75.BottomParamA = -0
  1218. p75.BottomParamB = 0
  1219. p75.FrontParamA = -0
  1220. p75.FrontParamB = 0
  1221. p75.LeftParamA = 0
  1222. p75.LeftParamB = 0
  1223. p75.RightParamA = 0
  1224. p75.RightParamB = 0
  1225. p75.TopParamA = 0
  1226. p75.TopParamB = 0
  1227. b31 = Instance.new("SpecialMesh", p75)
  1228. b31.MeshId = "http://www.roblox.com/asset/?id=111820358"
  1229. b31.TextureId = ""
  1230. b31.MeshType = Enum.MeshType.FileMesh
  1231. b31.Name = "Mesh"
  1232. b31.Scale = Vector3.new(200, 200, 200)
  1233. p76 = Instance.new("Part", m)
  1234. p76.BrickColor = BrickColor.new("Dark green")
  1235. p76.Transparency = 0.20000000298023
  1236. p76.FormFactor = Enum.FormFactor.Symmetric
  1237. p76.Size = Vector3.new(2, 1, 1)
  1238. p76.CFrame = CFrame.new(-129.47757, 187.121445, -66.2279358, -0.994521856, 0.0217319895, 0.102244161, -7.43445071e-007, 0.978147447, -0.207912326, -0.104528233, -0.20677346, -0.97278899)
  1239. p76.Anchored = true
  1240. p76.CanCollide = false
  1241. p76.Elasticity = 0
  1242. p76.BottomSurface = Enum.SurfaceType.Smooth
  1243. p76.TopSurface = Enum.SurfaceType.Smooth
  1244. p76.BackParamA = -0
  1245. p76.BackParamB = 0
  1246. p76.BottomParamA = -0
  1247. p76.BottomParamB = 0
  1248. p76.FrontParamA = -0
  1249. p76.FrontParamB = 0
  1250. p76.LeftParamA = 0
  1251. p76.LeftParamB = 0
  1252. p76.RightParamA = 0
  1253. p76.RightParamB = 0
  1254. p76.TopParamA = 0
  1255. p76.TopParamB = 0
  1256. b32 = Instance.new("SpecialMesh", p76)
  1257. b32.MeshId = "http://www.roblox.com/asset/?id=111820358"
  1258. b32.TextureId = ""
  1259. b32.MeshType = Enum.MeshType.FileMesh
  1260. b32.Name = "Mesh"
  1261. b32.Scale = Vector3.new(210, 215, 210)
  1262. p77 = Instance.new("Part", m)
  1263. p77.BrickColor = BrickColor.new("Really red")
  1264. p77.FormFactor = Enum.FormFactor.Symmetric
  1265. p77.Size = Vector3.new(1, 11, 7)
  1266. p77.CFrame = CFrame.new(-70.5, 101.499512, -42.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1267. p77.Anchored = true
  1268. p77.Elasticity = 0
  1269. p77.BottomSurface = Enum.SurfaceType.Smooth
  1270. p77.TopSurface = Enum.SurfaceType.Smooth
  1271. p77.BackParamA = -0
  1272. p77.BackParamB = 0
  1273. p77.BottomParamA = -0
  1274. p77.BottomParamB = 0
  1275. p77.FrontParamA = -0
  1276. p77.FrontParamB = 0
  1277. p77.LeftParamA = 0
  1278. p77.LeftParamB = 0
  1279. p77.RightParamA = 0
  1280. p77.RightParamB = 0
  1281. p77.TopParamA = 0
  1282. p77.TopParamB = 0
  1283. p78 = Instance.new("Part", m)
  1284. p78.BrickColor = BrickColor.new("Really red")
  1285. p78.FormFactor = Enum.FormFactor.Symmetric
  1286. p78.Size = Vector3.new(1, 8, 6)
  1287. p78.CFrame = CFrame.new(-70.5, 99.9995117, -49, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1288. p78.Anchored = true
  1289. p78.Elasticity = 0
  1290. p78.BottomSurface = Enum.SurfaceType.Smooth
  1291. p78.TopSurface = Enum.SurfaceType.Smooth
  1292. p78.BackParamA = -0
  1293. p78.BackParamB = 0
  1294. p78.BottomParamA = -0
  1295. p78.BottomParamB = 0
  1296. p78.FrontParamA = -0
  1297. p78.FrontParamB = 0
  1298. p78.LeftParamA = 0
  1299. p78.LeftParamB = 0
  1300. p78.RightParamA = 0
  1301. p78.RightParamB = 0
  1302. p78.TopParamA = 0
  1303. p78.TopParamB = 0
  1304. p79 = Instance.new("Part", m)
  1305. p79.BrickColor = BrickColor.new("Really black")
  1306. p79.FormFactor = Enum.FormFactor.Symmetric
  1307. p79.Size = Vector3.new(52, 1, 1)
  1308. p79.CFrame = CFrame.new(-125, 94.4995117, 4.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1309. p79.Anchored = true
  1310. p79.Elasticity = 0
  1311. p79.BottomSurface = Enum.SurfaceType.Smooth
  1312. p79.TopSurface = Enum.SurfaceType.Smooth
  1313. p79.BackParamA = -0
  1314. p79.BackParamB = 0
  1315. p79.BottomParamA = -0
  1316. p79.BottomParamB = 0
  1317. p79.FrontParamA = -0
  1318. p79.FrontParamB = 0
  1319. p79.LeftParamA = 0
  1320. p79.LeftParamB = 0
  1321. p79.RightParamA = 0
  1322. p79.RightParamB = 0
  1323. p79.TopParamA = 0
  1324. p79.TopParamB = 0
  1325. p80 = Instance.new("Part", m)
  1326. p80.BrickColor = BrickColor.new("Really black")
  1327. p80.FormFactor = Enum.FormFactor.Symmetric
  1328. p80.Size = Vector3.new(4, 21, 4)
  1329. p80.CFrame = CFrame.new(-71, 91.4995422, -61, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1330. p80.Anchored = true
  1331. p80.Elasticity = 0
  1332. p80.BottomSurface = Enum.SurfaceType.Smooth
  1333. p80.TopSurface = Enum.SurfaceType.Smooth
  1334. p80.BackParamA = -0
  1335. p80.BackParamB = 0
  1336. p80.BottomParamA = -0
  1337. p80.BottomParamB = 0
  1338. p80.FrontParamA = -0
  1339. p80.FrontParamB = 0
  1340. p80.LeftParamA = 0
  1341. p80.LeftParamB = 0
  1342. p80.RightParamA = 0
  1343. p80.RightParamB = 0
  1344. p80.TopParamA = 0
  1345. p80.TopParamB = 0
  1346. p81 = Instance.new("Part", m)
  1347. p81.BrickColor = BrickColor.new("Really red")
  1348. p81.FormFactor = Enum.FormFactor.Symmetric
  1349. p81.Size = Vector3.new(1, 6, 16)
  1350. p81.CFrame = CFrame.new(-110, 98.9995117, -10.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  1351. p81.Anchored = true
  1352. p81.Elasticity = 0
  1353. p81.BottomSurface = Enum.SurfaceType.Smooth
  1354. p81.TopSurface = Enum.SurfaceType.Smooth
  1355. p81.BackParamA = -0
  1356. p81.BackParamB = 0
  1357. p81.BottomParamA = -0
  1358. p81.BottomParamB = 0
  1359. p81.FrontParamA = -0
  1360. p81.FrontParamB = 0
  1361. p81.LeftParamA = 0
  1362. p81.LeftParamB = 0
  1363. p81.RightParamA = 0
  1364. p81.RightParamB = 0
  1365. p81.TopParamA = 0
  1366. p81.TopParamB = 0
  1367. p82 = Instance.new("Part", m)
  1368. p82.BrickColor = BrickColor.new("Light blue")
  1369. p82.Reflectance = 0.20000000298023
  1370. p82.Transparency = 0.89999997615814
  1371. p82.FormFactor = Enum.FormFactor.Symmetric
  1372. p82.Size = Vector3.new(1, 5, 7)
  1373. p82.CFrame = CFrame.new(-83.5, 92.5005646, -61.5000305, 1.2496952e-005, -5.58793545e-009, 1, -1.49011612e-008, 1.00000012, 1.86264515e-009, -0.999999881, -2.98023224e-008, 1.25109218e-005)
  1374. p82.Anchored = true
  1375. p82.Elasticity = 0
  1376. p82.BottomSurface = Enum.SurfaceType.Smooth
  1377. p82.TopSurface = Enum.SurfaceType.Smooth
  1378. p82.BackParamA = -0
  1379. p82.BackParamB = 0
  1380. p82.BottomParamA = -0
  1381. p82.BottomParamB = 0
  1382. p82.FrontParamA = -0
  1383. p82.FrontParamB = 0
  1384. p82.LeftParamA = 0
  1385. p82.LeftParamB = 0
  1386. p82.RightParamA = 0
  1387. p82.RightParamB = 0
  1388. p82.TopParamA = 0
  1389. p82.TopParamB = 0
  1390. b33 = Instance.new("BlockMesh", p82)
  1391. b33.Name = "Mesh"
  1392. b33.Scale = Vector3.new(0, 1, 1)
  1393. p83 = Instance.new("Part", m)
  1394. p83.BrickColor = BrickColor.new("Really red")
  1395. p83.FormFactor = Enum.FormFactor.Symmetric
  1396. p83.Size = Vector3.new(1, 16, 7)
  1397. p83.CFrame = CFrame.new(-117.5, 93.9995422, -61.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  1398. p83.Anchored = true
  1399. p83.Elasticity = 0
  1400. p83.BottomSurface = Enum.SurfaceType.Smooth
  1401. p83.TopSurface = Enum.SurfaceType.Smooth
  1402. p83.BackParamA = -0
  1403. p83.BackParamB = 0
  1404. p83.BottomParamA = -0
  1405. p83.BottomParamB = 0
  1406. p83.FrontParamA = -0
  1407. p83.FrontParamB = 0
  1408. p83.LeftParamA = 0
  1409. p83.LeftParamB = 0
  1410. p83.RightParamA = 0
  1411. p83.RightParamB = 0
  1412. p83.TopParamA = 0
  1413. p83.TopParamB = 0
  1414. p84 = Instance.new("Part", m)
  1415. p84.BrickColor = BrickColor.new("Really black")
  1416. p84.FormFactor = Enum.FormFactor.Symmetric
  1417. p84.Size = Vector3.new(2, 1, 16)
  1418. p84.CFrame = CFrame.new(-96, 95.5005646, -61.5, -9.77888703e-009, 9.31322575e-009, 1, 4.47034836e-008, 1, 1.86264515e-008, -0.999999881, 1.49011612e-008, -4.65661287e-010)
  1419. p84.Anchored = true
  1420. p84.Elasticity = 0
  1421. p84.BottomSurface = Enum.SurfaceType.Smooth
  1422. p84.TopSurface = Enum.SurfaceType.Smooth
  1423. p84.BackParamA = -0
  1424. p84.BackParamB = 0
  1425. p84.BottomParamA = -0
  1426. p84.BottomParamB = 0
  1427. p84.FrontParamA = -0
  1428. p84.FrontParamB = 0
  1429. p84.LeftParamA = 0
  1430. p84.LeftParamB = 0
  1431. p84.RightParamA = 0
  1432. p84.RightParamB = 0
  1433. p84.TopParamA = 0
  1434. p84.TopParamB = 0
  1435. p85 = Instance.new("Part", m)
  1436. p85.BrickColor = BrickColor.new("Really black")
  1437. p85.FormFactor = Enum.FormFactor.Symmetric
  1438. p85.Size = Vector3.new(1, 1, 7)
  1439. p85.CFrame = CFrame.new(-83.5, 95.4995117, -61.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  1440. p85.Anchored = true
  1441. p85.Elasticity = 0
  1442. p85.BottomSurface = Enum.SurfaceType.Smooth
  1443. p85.TopSurface = Enum.SurfaceType.Smooth
  1444. p85.BackParamA = -0
  1445. p85.BackParamB = 0
  1446. p85.BottomParamA = -0
  1447. p85.BottomParamB = 0
  1448. p85.FrontParamA = -0
  1449. p85.FrontParamB = 0
  1450. p85.LeftParamA = 0
  1451. p85.LeftParamB = 0
  1452. p85.RightParamA = 0
  1453. p85.RightParamB = 0
  1454. p85.TopParamA = 0
  1455. p85.TopParamB = 0
  1456. p86 = Instance.new("Part", m)
  1457. p86.BrickColor = BrickColor.new("Really red")
  1458. p86.FormFactor = Enum.FormFactor.Symmetric
  1459. p86.Size = Vector3.new(1, 10, 1)
  1460. p86.CFrame = CFrame.new(-87.5, 90.9995422, -61.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  1461. p86.Anchored = true
  1462. p86.Elasticity = 0
  1463. p86.BottomSurface = Enum.SurfaceType.Smooth
  1464. p86.TopSurface = Enum.SurfaceType.Smooth
  1465. p86.BackParamA = -0
  1466. p86.BackParamB = 0
  1467. p86.BottomParamA = -0
  1468. p86.BottomParamB = 0
  1469. p86.FrontParamA = -0
  1470. p86.FrontParamB = 0
  1471. p86.LeftParamA = 0
  1472. p86.LeftParamB = 0
  1473. p86.RightParamA = 0
  1474. p86.RightParamB = 0
  1475. p86.TopParamA = 0
  1476. p86.TopParamB = 0
  1477. p87 = Instance.new("Part", m)
  1478. p87.BrickColor = BrickColor.new("Really black")
  1479. p87.FormFactor = Enum.FormFactor.Symmetric
  1480. p87.Size = Vector3.new(4, 36, 4)
  1481. p87.CFrame = CFrame.new(-71, 98.9995117, -37, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1482. p87.Anchored = true
  1483. p87.Elasticity = 0
  1484. p87.BottomSurface = Enum.SurfaceType.Smooth
  1485. p87.TopSurface = Enum.SurfaceType.Smooth
  1486. p87.BackParamA = -0
  1487. p87.BackParamB = 0
  1488. p87.BottomParamA = -0
  1489. p87.BottomParamB = 0
  1490. p87.FrontParamA = -0
  1491. p87.FrontParamB = 0
  1492. p87.LeftParamA = 0
  1493. p87.LeftParamB = 0
  1494. p87.RightParamA = 0
  1495. p87.RightParamB = 0
  1496. p87.TopParamA = 0
  1497. p87.TopParamB = 0
  1498. p88 = Instance.new("Part", m)
  1499. p88.BrickColor = BrickColor.new("Really red")
  1500. p88.FormFactor = Enum.FormFactor.Symmetric
  1501. p88.Size = Vector3.new(1, 10, 6)
  1502. p88.CFrame = CFrame.new(-70.5, 90.9995422, -42, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1503. p88.Anchored = true
  1504. p88.Elasticity = 0
  1505. p88.BottomSurface = Enum.SurfaceType.Smooth
  1506. p88.TopSurface = Enum.SurfaceType.Smooth
  1507. p88.BackParamA = -0
  1508. p88.BackParamB = 0
  1509. p88.BottomParamA = -0
  1510. p88.BottomParamB = 0
  1511. p88.FrontParamA = -0
  1512. p88.FrontParamB = 0
  1513. p88.LeftParamA = 0
  1514. p88.LeftParamB = 0
  1515. p88.RightParamA = 0
  1516. p88.RightParamB = 0
  1517. p88.TopParamA = 0
  1518. p88.TopParamB = 0
  1519. p89 = Instance.new("Part", m)
  1520. p89.BrickColor = BrickColor.new("Really red")
  1521. p89.FormFactor = Enum.FormFactor.Symmetric
  1522. p89.Size = Vector3.new(1, 6, 34)
  1523. p89.CFrame = CFrame.new(-97, 98.9995117, -61.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  1524. p89.Anchored = true
  1525. p89.Elasticity = 0
  1526. p89.BottomSurface = Enum.SurfaceType.Smooth
  1527. p89.TopSurface = Enum.SurfaceType.Smooth
  1528. p89.BackParamA = -0
  1529. p89.BackParamB = 0
  1530. p89.BottomParamA = -0
  1531. p89.BottomParamB = 0
  1532. p89.FrontParamA = -0
  1533. p89.FrontParamB = 0
  1534. p89.LeftParamA = 0
  1535. p89.LeftParamB = 0
  1536. p89.RightParamA = 0
  1537. p89.RightParamB = 0
  1538. p89.TopParamA = 0
  1539. p89.TopParamB = 0
  1540. p90 = Instance.new("Part", m)
  1541. p90.BrickColor = BrickColor.new("Really black")
  1542. p90.FormFactor = Enum.FormFactor.Symmetric
  1543. p90.Size = Vector3.new(1, 9, 1)
  1544. p90.CFrame = CFrame.new(-88.5, 90.4995422, -61.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  1545. p90.Anchored = true
  1546. p90.Elasticity = 0
  1547. p90.BottomSurface = Enum.SurfaceType.Smooth
  1548. p90.TopSurface = Enum.SurfaceType.Smooth
  1549. p90.BackParamA = -0
  1550. p90.BackParamB = 0
  1551. p90.BottomParamA = -0
  1552. p90.BottomParamB = 0
  1553. p90.FrontParamA = -0
  1554. p90.FrontParamB = 0
  1555. p90.LeftParamA = 0
  1556. p90.LeftParamB = 0
  1557. p90.RightParamA = 0
  1558. p90.RightParamB = 0
  1559. p90.TopParamA = 0
  1560. p90.TopParamB = 0
  1561. p91 = Instance.new("Part", m)
  1562. p91.BrickColor = BrickColor.new("Really red")
  1563. p91.FormFactor = Enum.FormFactor.Symmetric
  1564. p91.Size = Vector3.new(1, 16, 7)
  1565. p91.CFrame = CFrame.new(-76.5, 93.9995422, -61.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  1566. p91.Anchored = true
  1567. p91.Elasticity = 0
  1568. p91.BottomSurface = Enum.SurfaceType.Smooth
  1569. p91.TopSurface = Enum.SurfaceType.Smooth
  1570. p91.BackParamA = -0
  1571. p91.BackParamB = 0
  1572. p91.BottomParamA = -0
  1573. p91.BottomParamB = 0
  1574. p91.FrontParamA = -0
  1575. p91.FrontParamB = 0
  1576. p91.LeftParamA = 0
  1577. p91.LeftParamB = 0
  1578. p91.RightParamA = 0
  1579. p91.RightParamB = 0
  1580. p91.TopParamA = 0
  1581. p91.TopParamB = 0
  1582. p92 = Instance.new("Part", m)
  1583. p92.BrickColor = BrickColor.new("Really black")
  1584. p92.FormFactor = Enum.FormFactor.Symmetric
  1585. p92.Size = Vector3.new(2, 1, 13)
  1586. p92.CFrame = CFrame.new(-111.5, 95.5005646, -10.5, -2.79396772e-009, 1.86264515e-009, 1, 1.49011612e-008, 1, 1.86264515e-009, -0.999999881, -1.49011612e-008, 2.79396772e-009)
  1587. p92.Anchored = true
  1588. p92.Elasticity = 0
  1589. p92.BottomSurface = Enum.SurfaceType.Smooth
  1590. p92.TopSurface = Enum.SurfaceType.Smooth
  1591. p92.BackParamA = -0
  1592. p92.BackParamB = 0
  1593. p92.BottomParamA = -0
  1594. p92.BottomParamB = 0
  1595. p92.FrontParamA = -0
  1596. p92.FrontParamB = 0
  1597. p92.LeftParamA = 0
  1598. p92.LeftParamB = 0
  1599. p92.RightParamA = 0
  1600. p92.RightParamB = 0
  1601. p92.TopParamA = 0
  1602. p92.TopParamB = 0
  1603. p93 = Instance.new("Part", m)
  1604. p93.BrickColor = BrickColor.new("Really red")
  1605. p93.FormFactor = Enum.FormFactor.Symmetric
  1606. p93.Size = Vector3.new(1, 10, 9)
  1607. p93.CFrame = CFrame.new(-100.5, 90.9995422, -10.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  1608. p93.Anchored = true
  1609. p93.Elasticity = 0
  1610. p93.BottomSurface = Enum.SurfaceType.Smooth
  1611. p93.TopSurface = Enum.SurfaceType.Smooth
  1612. p93.BackParamA = -0
  1613. p93.BackParamB = 0
  1614. p93.BottomParamA = -0
  1615. p93.BottomParamB = 0
  1616. p93.FrontParamA = -0
  1617. p93.FrontParamB = 0
  1618. p93.LeftParamA = 0
  1619. p93.LeftParamB = 0
  1620. p93.RightParamA = 0
  1621. p93.RightParamB = 0
  1622. p93.TopParamA = 0
  1623. p93.TopParamB = 0
  1624. p94 = Instance.new("Part", m)
  1625. p94.BrickColor = BrickColor.new("Really black")
  1626. p94.FormFactor = Enum.FormFactor.Symmetric
  1627. p94.Size = Vector3.new(5, 44, 6)
  1628. p94.CFrame = CFrame.new(-116.703979, 155.659332, -73.8608704, 0.151455522, -0.790238082, 0.593788683, -0.620978713, 0.391310453, 0.679162502, -0.769055724, -0.471593022, -0.431454867)
  1629. p94.Anchored = true
  1630. p94.Elasticity = 0
  1631. p94.BottomSurface = Enum.SurfaceType.Smooth
  1632. p94.TopSurface = Enum.SurfaceType.Smooth
  1633. p94.BackParamA = -0
  1634. p94.BackParamB = 0
  1635. p94.BottomParamA = -0
  1636. p94.BottomParamB = 0
  1637. p94.FrontParamA = -0
  1638. p94.FrontParamB = 0
  1639. p94.LeftParamA = 0
  1640. p94.LeftParamB = 0
  1641. p94.RightParamA = 0
  1642. p94.RightParamB = 0
  1643. p94.TopParamA = 0
  1644. p94.TopParamB = 0
  1645. p95 = Instance.new("Part", m)
  1646. p95.BrickColor = BrickColor.new("Really red")
  1647. p95.FormFactor = Enum.FormFactor.Symmetric
  1648. p95.Size = Vector3.new(1, 15, 7)
  1649. p95.CFrame = CFrame.new(-123.5, 93.4995422, -55.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1650. p95.Anchored = true
  1651. p95.Elasticity = 0
  1652. p95.BottomSurface = Enum.SurfaceType.Smooth
  1653. p95.TopSurface = Enum.SurfaceType.Smooth
  1654. p95.BackParamA = -0
  1655. p95.BackParamB = 0
  1656. p95.BottomParamA = -0
  1657. p95.BottomParamB = 0
  1658. p95.FrontParamA = -0
  1659. p95.FrontParamB = 0
  1660. p95.LeftParamA = 0
  1661. p95.LeftParamB = 0
  1662. p95.RightParamA = 0
  1663. p95.RightParamB = 0
  1664. p95.TopParamA = 0
  1665. p95.TopParamB = 0
  1666. p96 = Instance.new("Part", m)
  1667. p96.BrickColor = BrickColor.new("Really black")
  1668. p96.FormFactor = Enum.FormFactor.Symmetric
  1669. p96.Size = Vector3.new(10, 74, 13)
  1670. p96.CFrame = CFrame.new(-87.6066895, 94.4511261, -33.3421631, 0.997564077, 0.0679686144, 0.0156917833, -0.0697564632, 0.971996486, 0.224403098, 3.7252903e-009, -0.224951044, 0.974370062)
  1671. p96.Anchored = true
  1672. p96.Elasticity = 0
  1673. p96.BottomSurface = Enum.SurfaceType.Smooth
  1674. p96.TopSurface = Enum.SurfaceType.Smooth
  1675. p96.BackParamA = -0
  1676. p96.BackParamB = 0
  1677. p96.BottomParamA = -0
  1678. p96.BottomParamB = 0
  1679. p96.FrontParamA = -0
  1680. p96.FrontParamB = 0
  1681. p96.LeftParamA = 0
  1682. p96.LeftParamB = 0
  1683. p96.RightParamA = 0
  1684. p96.RightParamB = 0
  1685. p96.TopParamA = 0
  1686. p96.TopParamB = 0
  1687. p97 = Instance.new("Part", m)
  1688. p97.BrickColor = BrickColor.new("Light blue")
  1689. p97.Reflectance = 0.20000000298023
  1690. p97.Transparency = 0.89999997615814
  1691. p97.FormFactor = Enum.FormFactor.Symmetric
  1692. p97.Size = Vector3.new(1, 5, 7)
  1693. p97.CFrame = CFrame.new(-110.5, 92.4995422, -61.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  1694. p97.Anchored = true
  1695. p97.Elasticity = 0
  1696. p97.BottomSurface = Enum.SurfaceType.Smooth
  1697. p97.TopSurface = Enum.SurfaceType.Smooth
  1698. p97.BackParamA = -0
  1699. p97.BackParamB = 0
  1700. p97.BottomParamA = -0
  1701. p97.BottomParamB = 0
  1702. p97.FrontParamA = -0
  1703. p97.FrontParamB = 0
  1704. p97.LeftParamA = 0
  1705. p97.LeftParamB = 0
  1706. p97.RightParamA = 0
  1707. p97.RightParamB = 0
  1708. p97.TopParamA = 0
  1709. p97.TopParamB = 0
  1710. b34 = Instance.new("BlockMesh", p97)
  1711. b34.Name = "Mesh"
  1712. b34.Scale = Vector3.new(0, 1, 1)
  1713. p98 = Instance.new("Part", m)
  1714. p98.BrickColor = BrickColor.new("Really black")
  1715. p98.FormFactor = Enum.FormFactor.Symmetric
  1716. p98.Size = Vector3.new(2, 1, 7)
  1717. p98.CFrame = CFrame.new(-70.5, 89.5006561, -48.4999924, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  1718. p98.Anchored = true
  1719. p98.Elasticity = 0
  1720. p98.BottomSurface = Enum.SurfaceType.Smooth
  1721. p98.TopSurface = Enum.SurfaceType.Smooth
  1722. p98.BackParamA = -0
  1723. p98.BackParamB = 0
  1724. p98.BottomParamA = -0
  1725. p98.BottomParamB = 0
  1726. p98.FrontParamA = -0
  1727. p98.FrontParamB = 0
  1728. p98.LeftParamA = 0
  1729. p98.LeftParamB = 0
  1730. p98.RightParamA = 0
  1731. p98.RightParamB = 0
  1732. p98.TopParamA = 0
  1733. p98.TopParamB = 0
  1734. p99 = Instance.new("Part", m)
  1735. p99.BrickColor = BrickColor.new("Really red")
  1736. p99.FormFactor = Enum.FormFactor.Symmetric
  1737. p99.Size = Vector3.new(1, 16, 3)
  1738. p99.CFrame = CFrame.new(-119.5, 93.9995422, -10.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  1739. p99.Anchored = true
  1740. p99.Elasticity = 0
  1741. p99.BottomSurface = Enum.SurfaceType.Smooth
  1742. p99.TopSurface = Enum.SurfaceType.Smooth
  1743. p99.BackParamA = -0
  1744. p99.BackParamB = 0
  1745. p99.BottomParamA = -0
  1746. p99.BottomParamB = 0
  1747. p99.FrontParamA = -0
  1748. p99.FrontParamB = 0
  1749. p99.LeftParamA = 0
  1750. p99.LeftParamB = 0
  1751. p99.RightParamA = 0
  1752. p99.RightParamB = 0
  1753. p99.TopParamA = 0
  1754. p99.TopParamB = 0
  1755. p100 = Instance.new("Part", m)
  1756. p100.BrickColor = BrickColor.new("Light blue")
  1757. p100.Reflectance = 0.20000000298023
  1758. p100.Transparency = 0.89999997615814
  1759. p100.FormFactor = Enum.FormFactor.Symmetric
  1760. p100.Size = Vector3.new(1, 5, 7)
  1761. p100.CFrame = CFrame.new(-70.5, 92.4995422, -48.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1762. p100.Anchored = true
  1763. p100.Elasticity = 0
  1764. p100.BottomSurface = Enum.SurfaceType.Smooth
  1765. p100.TopSurface = Enum.SurfaceType.Smooth
  1766. p100.BackParamA = -0
  1767. p100.BackParamB = 0
  1768. p100.BottomParamA = -0
  1769. p100.BottomParamB = 0
  1770. p100.FrontParamA = -0
  1771. p100.FrontParamB = 0
  1772. p100.LeftParamA = 0
  1773. p100.LeftParamB = 0
  1774. p100.RightParamA = 0
  1775. p100.RightParamB = 0
  1776. p100.TopParamA = 0
  1777. p100.TopParamB = 0
  1778. b35 = Instance.new("BlockMesh", p100)
  1779. b35.Name = "Mesh"
  1780. b35.Scale = Vector3.new(0, 1, 1)
  1781. p101 = Instance.new("Part", m)
  1782. p101.BrickColor = BrickColor.new("Really red")
  1783. p101.FormFactor = Enum.FormFactor.Symmetric
  1784. p101.Size = Vector3.new(1, 8, 32)
  1785. p101.CFrame = CFrame.new(-123.5, 99.9995117, -36, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1786. p101.Anchored = true
  1787. p101.Elasticity = 0
  1788. p101.BottomSurface = Enum.SurfaceType.Smooth
  1789. p101.TopSurface = Enum.SurfaceType.Smooth
  1790. p101.BackParamA = -0
  1791. p101.BackParamB = 0
  1792. p101.BottomParamA = -0
  1793. p101.BottomParamB = 0
  1794. p101.FrontParamA = -0
  1795. p101.FrontParamB = 0
  1796. p101.LeftParamA = 0
  1797. p101.LeftParamB = 0
  1798. p101.RightParamA = 0
  1799. p101.RightParamB = 0
  1800. p101.TopParamA = 0
  1801. p101.TopParamB = 0
  1802. p102 = Instance.new("Part", m)
  1803. p102.BrickColor = BrickColor.new("Really black")
  1804. p102.FormFactor = Enum.FormFactor.Symmetric
  1805. p102.Size = Vector3.new(1, 1, 7)
  1806. p102.CFrame = CFrame.new(-70.5, 95.4995117, -48.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1807. p102.Anchored = true
  1808. p102.Elasticity = 0
  1809. p102.BottomSurface = Enum.SurfaceType.Smooth
  1810. p102.TopSurface = Enum.SurfaceType.Smooth
  1811. p102.BackParamA = -0
  1812. p102.BackParamB = 0
  1813. p102.BottomParamA = -0
  1814. p102.BottomParamB = 0
  1815. p102.FrontParamA = -0
  1816. p102.FrontParamB = 0
  1817. p102.LeftParamA = 0
  1818. p102.LeftParamB = 0
  1819. p102.RightParamA = 0
  1820. p102.RightParamB = 0
  1821. p102.TopParamA = 0
  1822. p102.TopParamB = 0
  1823. p103 = Instance.new("Part", m)
  1824. p103.BrickColor = BrickColor.new("Really black")
  1825. p103.FormFactor = Enum.FormFactor.Symmetric
  1826. p103.Size = Vector3.new(52, 5, 1)
  1827. p103.CFrame = CFrame.new(-125, 98.4995117, 4.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1828. p103.Anchored = true
  1829. p103.Elasticity = 0
  1830. p103.BottomSurface = Enum.SurfaceType.Smooth
  1831. p103.TopSurface = Enum.SurfaceType.Smooth
  1832. p103.BackParamA = -0
  1833. p103.BackParamB = 0
  1834. p103.BottomParamA = -0
  1835. p103.BottomParamB = 0
  1836. p103.FrontParamA = -0
  1837. p103.FrontParamB = 0
  1838. p103.LeftParamA = 0
  1839. p103.LeftParamB = 0
  1840. p103.RightParamA = 0
  1841. p103.RightParamB = 0
  1842. p103.TopParamA = 0
  1843. p103.TopParamB = 0
  1844. p104 = Instance.new("Part", m)
  1845. p104.BrickColor = BrickColor.new("Really red")
  1846. p104.FormFactor = Enum.FormFactor.Symmetric
  1847. p104.Size = Vector3.new(1, 15, 7)
  1848. p104.CFrame = CFrame.new(-123.5, 93.4995422, -16.5, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  1849. p104.Anchored = true
  1850. p104.Elasticity = 0
  1851. p104.BottomSurface = Enum.SurfaceType.Smooth
  1852. p104.TopSurface = Enum.SurfaceType.Smooth
  1853. p104.BackParamA = -0
  1854. p104.BackParamB = 0
  1855. p104.BottomParamA = -0
  1856. p104.BottomParamB = 0
  1857. p104.FrontParamA = -0
  1858. p104.FrontParamB = 0
  1859. p104.LeftParamA = 0
  1860. p104.LeftParamB = 0
  1861. p104.RightParamA = 0
  1862. p104.RightParamB = 0
  1863. p104.TopParamA = 0
  1864. p104.TopParamB = 0
  1865. p105 = Instance.new("Part", m)
  1866. p105.BrickColor = BrickColor.new("Really red")
  1867. p105.FormFactor = Enum.FormFactor.Symmetric
  1868. p105.Size = Vector3.new(1, 15, 7)
  1869. p105.CFrame = CFrame.new(-70.5, 93.4995422, -55.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1870. p105.Anchored = true
  1871. p105.Elasticity = 0
  1872. p105.BottomSurface = Enum.SurfaceType.Smooth
  1873. p105.TopSurface = Enum.SurfaceType.Smooth
  1874. p105.BackParamA = -0
  1875. p105.BackParamB = 0
  1876. p105.BottomParamA = -0
  1877. p105.BottomParamB = 0
  1878. p105.FrontParamA = -0
  1879. p105.FrontParamB = 0
  1880. p105.LeftParamA = 0
  1881. p105.LeftParamB = 0
  1882. p105.RightParamA = 0
  1883. p105.RightParamB = 0
  1884. p105.TopParamA = 0
  1885. p105.TopParamB = 0
  1886. p106 = Instance.new("Part", m)
  1887. p106.BrickColor = BrickColor.new("Really black")
  1888. p106.FormFactor = Enum.FormFactor.Symmetric
  1889. p106.Size = Vector3.new(1, 1, 7)
  1890. p106.CFrame = CFrame.new(-110.5, 95.4995117, -61.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  1891. p106.Anchored = true
  1892. p106.Elasticity = 0
  1893. p106.BottomSurface = Enum.SurfaceType.Smooth
  1894. p106.TopSurface = Enum.SurfaceType.Smooth
  1895. p106.BackParamA = -0
  1896. p106.BackParamB = 0
  1897. p106.BottomParamA = -0
  1898. p106.BottomParamB = 0
  1899. p106.FrontParamA = -0
  1900. p106.FrontParamB = 0
  1901. p106.LeftParamA = 0
  1902. p106.LeftParamB = 0
  1903. p106.RightParamA = 0
  1904. p106.RightParamB = 0
  1905. p106.TopParamA = 0
  1906. p106.TopParamB = 0
  1907. p107 = Instance.new("Part", m)
  1908. p107.BrickColor = BrickColor.new("Really black")
  1909. p107.FormFactor = Enum.FormFactor.Symmetric
  1910. p107.Size = Vector3.new(60, 1, 15)
  1911. p107.CFrame = CFrame.new(-125, 97.0761261, 9.4558382, -1, 9.31322575e-009, -1.86264515e-009, -1.86264515e-009, 0.780868709, 0.624694943, -2.79396772e-009, 0.624694943, -0.780868769)
  1912. p107.Anchored = true
  1913. p107.Elasticity = 0
  1914. p107.BottomSurface = Enum.SurfaceType.Smooth
  1915. p107.TopSurface = Enum.SurfaceType.Smooth
  1916. p107.BackParamA = -0
  1917. p107.BackParamB = 0
  1918. p107.BottomParamA = -0
  1919. p107.BottomParamB = 0
  1920. p107.FrontParamA = -0
  1921. p107.FrontParamB = 0
  1922. p107.LeftParamA = 0
  1923. p107.LeftParamB = 0
  1924. p107.RightParamA = 0
  1925. p107.RightParamB = 0
  1926. p107.TopParamA = 0
  1927. p107.TopParamB = 0
  1928. p108 = Instance.new("Part", m)
  1929. p108.BrickColor = BrickColor.new("Really black")
  1930. p108.FormFactor = Enum.FormFactor.Symmetric
  1931. p108.Size = Vector3.new(60, 1, 14)
  1932. p108.CFrame = CFrame.new(-125, 87.628952, 27.3123741, -1, 0, -2.79396772e-009, -1.86264515e-009, 0.957826316, 0.287347823, -2.79396772e-009, 0.287347794, -0.957826257)
  1933. p108.Anchored = true
  1934. p108.Elasticity = 0
  1935. p108.BottomSurface = Enum.SurfaceType.Smooth
  1936. p108.TopSurface = Enum.SurfaceType.Smooth
  1937. p108.BackParamA = -0
  1938. p108.BackParamB = 0
  1939. p108.BottomParamA = -0
  1940. p108.BottomParamB = 0
  1941. p108.FrontParamA = -0
  1942. p108.FrontParamB = 0
  1943. p108.LeftParamA = 0
  1944. p108.LeftParamB = 0
  1945. p108.RightParamA = 0
  1946. p108.RightParamB = 0
  1947. p108.TopParamA = 0
  1948. p108.TopParamB = 0
  1949. p109 = Instance.new("Part", m)
  1950. p109.BrickColor = BrickColor.new("Really red")
  1951. p109.FormFactor = Enum.FormFactor.Symmetric
  1952. p109.Size = Vector3.new(1, 3, 10)
  1953. p109.CFrame = CFrame.new(-96.5, 90.4995422, 10, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1954. p109.Anchored = true
  1955. p109.Elasticity = 0
  1956. p109.BottomSurface = Enum.SurfaceType.Smooth
  1957. p109.TopSurface = Enum.SurfaceType.Smooth
  1958. p109.BackParamA = -0
  1959. p109.BackParamB = 0
  1960. p109.BottomParamA = -0
  1961. p109.BottomParamB = 0
  1962. p109.FrontParamA = -0
  1963. p109.FrontParamB = 0
  1964. p109.LeftParamA = 0
  1965. p109.LeftParamB = 0
  1966. p109.RightParamA = 0
  1967. p109.RightParamB = 0
  1968. p109.TopParamA = 0
  1969. p109.TopParamB = 0
  1970. p110 = Instance.new("Part", m)
  1971. p110.BrickColor = BrickColor.new("Really black")
  1972. p110.FormFactor = Enum.FormFactor.Symmetric
  1973. p110.Size = Vector3.new(1, 1, 7)
  1974. p110.CFrame = CFrame.new(-123.5, 95.4995117, -23.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1975. p110.Anchored = true
  1976. p110.Elasticity = 0
  1977. p110.BottomSurface = Enum.SurfaceType.Smooth
  1978. p110.TopSurface = Enum.SurfaceType.Smooth
  1979. p110.BackParamA = -0
  1980. p110.BackParamB = 0
  1981. p110.BottomParamA = -0
  1982. p110.BottomParamB = 0
  1983. p110.FrontParamA = -0
  1984. p110.FrontParamB = 0
  1985. p110.LeftParamA = 0
  1986. p110.LeftParamB = 0
  1987. p110.RightParamA = 0
  1988. p110.RightParamB = 0
  1989. p110.TopParamA = 0
  1990. p110.TopParamB = 0
  1991. p111 = Instance.new("Part", m)
  1992. p111.BrickColor = BrickColor.new("Really black")
  1993. p111.FormFactor = Enum.FormFactor.Symmetric
  1994. p111.Size = Vector3.new(1, 1, 7)
  1995. p111.CFrame = CFrame.new(-123.5, 95.4995117, -48.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1996. p111.Anchored = true
  1997. p111.Elasticity = 0
  1998. p111.BottomSurface = Enum.SurfaceType.Smooth
  1999. p111.TopSurface = Enum.SurfaceType.Smooth
  2000. p111.BackParamA = -0
  2001. p111.BackParamB = 0
  2002. p111.BottomParamA = -0
  2003. p111.BottomParamB = 0
  2004. p111.FrontParamA = -0
  2005. p111.FrontParamB = 0
  2006. p111.LeftParamA = 0
  2007. p111.LeftParamB = 0
  2008. p111.RightParamA = 0
  2009. p111.RightParamB = 0
  2010. p111.TopParamA = 0
  2011. p111.TopParamB = 0
  2012. p112 = Instance.new("Part", m)
  2013. p112.BrickColor = BrickColor.new("Really black")
  2014. p112.FormFactor = Enum.FormFactor.Symmetric
  2015. p112.Size = Vector3.new(1, 1, 23)
  2016. p112.CFrame = CFrame.new(-134.77301, 93.4553375, -12, -2.79396772e-009, -0.453990519, 0.891006529, 1.49011612e-008, 0.89100647, 0.453990489, -0.999999881, 0, 0)
  2017. p112.Anchored = true
  2018. p112.Elasticity = 0
  2019. p112.BottomSurface = Enum.SurfaceType.Smooth
  2020. p112.TopSurface = Enum.SurfaceType.Smooth
  2021. p112.BackParamA = -0
  2022. p112.BackParamB = 0
  2023. p112.BottomParamA = -0
  2024. p112.BottomParamB = 0
  2025. p112.FrontParamA = -0
  2026. p112.FrontParamB = 0
  2027. p112.LeftParamA = 0
  2028. p112.LeftParamB = 0
  2029. p112.RightParamA = 0
  2030. p112.RightParamB = 0
  2031. p112.TopParamA = 0
  2032. p112.TopParamB = 0
  2033. p113 = Instance.new("Part", m)
  2034. p113.BrickColor = BrickColor.new("Really black")
  2035. p113.FormFactor = Enum.FormFactor.Symmetric
  2036. p113.Size = Vector3.new(2, 1, 10)
  2037. p113.CFrame = CFrame.new(-123.5, 95.5005646, -36, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  2038. p113.Anchored = true
  2039. p113.Elasticity = 0
  2040. p113.BottomSurface = Enum.SurfaceType.Smooth
  2041. p113.TopSurface = Enum.SurfaceType.Smooth
  2042. p113.BackParamA = -0
  2043. p113.BackParamB = 0
  2044. p113.BottomParamA = -0
  2045. p113.BottomParamB = 0
  2046. p113.FrontParamA = -0
  2047. p113.FrontParamB = 0
  2048. p113.LeftParamA = 0
  2049. p113.LeftParamB = 0
  2050. p113.RightParamA = 0
  2051. p113.RightParamB = 0
  2052. p113.TopParamA = 0
  2053. p113.TopParamB = 0
  2054. p114 = Instance.new("Part", m)
  2055. p114.BrickColor = BrickColor.new("Really black")
  2056. p114.FormFactor = Enum.FormFactor.Symmetric
  2057. p114.Size = Vector3.new(56, 1, 15)
  2058. p114.CFrame = CFrame.new(-97, 102.485214, -58.7912521, 1, 0, 8.73114914e-009, 1.86264515e-009, 0.957826257, 0.287347823, 2.79396772e-009, -0.287347853, 0.957826197)
  2059. p114.Anchored = true
  2060. p114.Elasticity = 0
  2061. p114.BottomSurface = Enum.SurfaceType.Smooth
  2062. p114.TopSurface = Enum.SurfaceType.Smooth
  2063. p114.BackParamA = -0
  2064. p114.BackParamB = 0
  2065. p114.BottomParamA = -0
  2066. p114.BottomParamB = 0
  2067. p114.FrontParamA = -0
  2068. p114.FrontParamB = 0
  2069. p114.LeftParamA = 0
  2070. p114.LeftParamB = 0
  2071. p114.RightParamA = 0
  2072. p114.RightParamB = 0
  2073. p114.TopParamA = 0
  2074. p114.TopParamB = 0
  2075. p115 = Instance.new("Part", m)
  2076. p115.BrickColor = BrickColor.new("Really red")
  2077. p115.FormFactor = Enum.FormFactor.Symmetric
  2078. p115.Size = Vector3.new(1, 3, 9)
  2079. p115.CFrame = CFrame.new(-96.5, 84.4995728, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2080. p115.Anchored = true
  2081. p115.Elasticity = 0
  2082. p115.BottomSurface = Enum.SurfaceType.Smooth
  2083. p115.TopSurface = Enum.SurfaceType.Smooth
  2084. p115.BackParamA = -0
  2085. p115.BackParamB = 0
  2086. p115.BottomParamA = -0
  2087. p115.BottomParamB = 0
  2088. p115.FrontParamA = -0
  2089. p115.FrontParamB = 0
  2090. p115.LeftParamA = 0
  2091. p115.LeftParamB = 0
  2092. p115.RightParamA = 0
  2093. p115.RightParamB = 0
  2094. p115.TopParamA = 0
  2095. p115.TopParamB = 0
  2096. p116 = Instance.new("Part", m)
  2097. p116.BrickColor = BrickColor.new("Really black")
  2098. p116.FormFactor = Enum.FormFactor.Symmetric
  2099. p116.Size = Vector3.new(60, 1, 7)
  2100. p116.CFrame = CFrame.new(-125, 91.0130463, 18.0931053, -0.99999994, 6.14672899e-008, -3.63215804e-008, -1.49011612e-008, -0.894427121, -0.447213233, -1.48080289e-007, -0.447213382, 0.894427121)
  2101. p116.Anchored = true
  2102. p116.Elasticity = 0
  2103. p116.BottomSurface = Enum.SurfaceType.Smooth
  2104. p116.TopSurface = Enum.SurfaceType.Smooth
  2105. p116.BackParamA = -0
  2106. p116.BackParamB = 0
  2107. p116.BottomParamA = -0
  2108. p116.BottomParamB = 0
  2109. p116.FrontParamA = -0
  2110. p116.FrontParamB = 0
  2111. p116.LeftParamA = 0
  2112. p116.LeftParamB = 0
  2113. p116.RightParamA = 0
  2114. p116.RightParamB = 0
  2115. p116.TopParamA = 0
  2116. p116.TopParamB = 0
  2117. p117 = Instance.new("Part", m)
  2118. p117.BrickColor = BrickColor.new("Really black")
  2119. p117.FormFactor = Enum.FormFactor.Symmetric
  2120. p117.Size = Vector3.new(1, 4, 1)
  2121. p117.CFrame = CFrame.new(-145, 87.0006866, -12, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  2122. p117.Anchored = true
  2123. p117.Elasticity = 0
  2124. p117.BottomSurface = Enum.SurfaceType.Smooth
  2125. p117.TopSurface = Enum.SurfaceType.Smooth
  2126. p117.BackParamA = -0
  2127. p117.BackParamB = 0
  2128. p117.BottomParamA = -0
  2129. p117.BottomParamB = 0
  2130. p117.FrontParamA = -0
  2131. p117.FrontParamB = 0
  2132. p117.LeftParamA = 0
  2133. p117.LeftParamB = 0
  2134. p117.RightParamA = 0
  2135. p117.RightParamB = 0
  2136. p117.TopParamA = 0
  2137. p117.TopParamB = 0
  2138. p118 = Instance.new("Part", m)
  2139. p118.BrickColor = BrickColor.new("Really black")
  2140. p118.FormFactor = Enum.FormFactor.Symmetric
  2141. p118.Size = Vector3.new(1, 9, 1)
  2142. p118.CFrame = CFrame.new(-103.5, 90.4995422, -61.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  2143. p118.Anchored = true
  2144. p118.Elasticity = 0
  2145. p118.BottomSurface = Enum.SurfaceType.Smooth
  2146. p118.TopSurface = Enum.SurfaceType.Smooth
  2147. p118.BackParamA = -0
  2148. p118.BackParamB = 0
  2149. p118.BottomParamA = -0
  2150. p118.BottomParamB = 0
  2151. p118.FrontParamA = -0
  2152. p118.FrontParamB = 0
  2153. p118.LeftParamA = 0
  2154. p118.LeftParamB = 0
  2155. p118.RightParamA = 0
  2156. p118.RightParamB = 0
  2157. p118.TopParamA = 0
  2158. p118.TopParamB = 0
  2159. p119 = Instance.new("Part", m)
  2160. p119.BrickColor = BrickColor.new("Really black")
  2161. p119.FormFactor = Enum.FormFactor.Symmetric
  2162. p119.Size = Vector3.new(1, 1, 47)
  2163. p119.CFrame = CFrame.new(-145, 88.0006561, -36, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  2164. p119.Anchored = true
  2165. p119.Elasticity = 0
  2166. p119.BottomSurface = Enum.SurfaceType.Smooth
  2167. p119.TopSurface = Enum.SurfaceType.Smooth
  2168. p119.BackParamA = -0
  2169. p119.BackParamB = 0
  2170. p119.BottomParamA = -0
  2171. p119.BottomParamB = 0
  2172. p119.FrontParamA = -0
  2173. p119.FrontParamB = 0
  2174. p119.LeftParamA = 0
  2175. p119.LeftParamB = 0
  2176. p119.RightParamA = 0
  2177. p119.RightParamB = 0
  2178. p119.TopParamA = 0
  2179. p119.TopParamB = 0
  2180. p120 = Instance.new("Part", m)
  2181. p120.BrickColor = BrickColor.new("Really black")
  2182. p120.FormFactor = Enum.FormFactor.Symmetric
  2183. p120.Size = Vector3.new(5, 58, 6)
  2184. p120.CFrame = CFrame.new(-88.7907715, 157.638947, -82.1661072, -0.978395581, -0.203376859, 0.0371485204, 0.141756654, -0.529142439, 0.836608231, -0.150489882, 0.823799908, 0.546540558)
  2185. p120.Anchored = true
  2186. p120.Elasticity = 0
  2187. p120.BottomSurface = Enum.SurfaceType.Smooth
  2188. p120.TopSurface = Enum.SurfaceType.Smooth
  2189. p120.BackParamA = -0
  2190. p120.BackParamB = 0
  2191. p120.BottomParamA = -0
  2192. p120.BottomParamB = 0
  2193. p120.FrontParamA = -0
  2194. p120.FrontParamB = 0
  2195. p120.LeftParamA = 0
  2196. p120.LeftParamB = 0
  2197. p120.RightParamA = 0
  2198. p120.RightParamB = 0
  2199. p120.TopParamA = 0
  2200. p120.TopParamB = 0
  2201. p121 = Instance.new("Part", m)
  2202. p121.BrickColor = BrickColor.new("Really black")
  2203. p121.FormFactor = Enum.FormFactor.Symmetric
  2204. p121.Size = Vector3.new(2, 1, 7)
  2205. p121.CFrame = CFrame.new(-83.5, 89.5008926, -61.4999924, -2.79396772e-009, 1.86264515e-009, 1, 1.49011612e-008, 1, 1.86264515e-009, -0.999999881, -1.49011612e-008, 2.79396772e-009)
  2206. p121.Anchored = true
  2207. p121.Elasticity = 0
  2208. p121.BottomSurface = Enum.SurfaceType.Smooth
  2209. p121.TopSurface = Enum.SurfaceType.Smooth
  2210. p121.BackParamA = -0
  2211. p121.BackParamB = 0
  2212. p121.BottomParamA = -0
  2213. p121.BottomParamB = 0
  2214. p121.FrontParamA = -0
  2215. p121.FrontParamB = 0
  2216. p121.LeftParamA = 0
  2217. p121.LeftParamB = 0
  2218. p121.RightParamA = 0
  2219. p121.RightParamB = 0
  2220. p121.TopParamA = 0
  2221. p121.TopParamB = 0
  2222. p122 = Instance.new("Part", m)
  2223. p122.BrickColor = BrickColor.new("Really red")
  2224. p122.FormFactor = Enum.FormFactor.Symmetric
  2225. p122.Size = Vector3.new(1, 3, 7)
  2226. p122.CFrame = CFrame.new(-110.5, 87.4995728, -61.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  2227. p122.Anchored = true
  2228. p122.Elasticity = 0
  2229. p122.BottomSurface = Enum.SurfaceType.Smooth
  2230. p122.TopSurface = Enum.SurfaceType.Smooth
  2231. p122.BackParamA = -0
  2232. p122.BackParamB = 0
  2233. p122.BottomParamA = -0
  2234. p122.BottomParamB = 0
  2235. p122.FrontParamA = -0
  2236. p122.FrontParamB = 0
  2237. p122.LeftParamA = 0
  2238. p122.LeftParamB = 0
  2239. p122.RightParamA = 0
  2240. p122.RightParamB = 0
  2241. p122.TopParamA = 0
  2242. p122.TopParamB = 0
  2243. p123 = Instance.new("Part", m)
  2244. p123.BrickColor = BrickColor.new("Really black")
  2245. p123.FormFactor = Enum.FormFactor.Symmetric
  2246. p123.Size = Vector3.new(2, 1, 7)
  2247. p123.CFrame = CFrame.new(-110.5, 89.5008926, -61.4999924, -2.79396772e-009, 1.86264515e-009, 1, 1.49011612e-008, 1, 1.86264515e-009, -0.999999881, -1.49011612e-008, 2.79396772e-009)
  2248. p123.Anchored = true
  2249. p123.Elasticity = 0
  2250. p123.BottomSurface = Enum.SurfaceType.Smooth
  2251. p123.TopSurface = Enum.SurfaceType.Smooth
  2252. p123.BackParamA = -0
  2253. p123.BackParamB = 0
  2254. p123.BottomParamA = -0
  2255. p123.BottomParamB = 0
  2256. p123.FrontParamA = -0
  2257. p123.FrontParamB = 0
  2258. p123.LeftParamA = 0
  2259. p123.LeftParamB = 0
  2260. p123.RightParamA = 0
  2261. p123.RightParamB = 0
  2262. p123.TopParamA = 0
  2263. p123.TopParamB = 0
  2264. p124 = Instance.new("Part", m)
  2265. p124.BrickColor = BrickColor.new("Really black")
  2266. p124.FormFactor = Enum.FormFactor.Symmetric
  2267. p124.Size = Vector3.new(1, 1, 48)
  2268. p124.CFrame = CFrame.new(-97, 82.4995728, -61.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  2269. p124.Anchored = true
  2270. p124.Elasticity = 0
  2271. p124.BottomSurface = Enum.SurfaceType.Smooth
  2272. p124.TopSurface = Enum.SurfaceType.Smooth
  2273. p124.BackParamA = -0
  2274. p124.BackParamB = 0
  2275. p124.BottomParamA = -0
  2276. p124.BottomParamB = 0
  2277. p124.FrontParamA = -0
  2278. p124.FrontParamB = 0
  2279. p124.LeftParamA = 0
  2280. p124.LeftParamB = 0
  2281. p124.RightParamA = 0
  2282. p124.RightParamB = 0
  2283. p124.TopParamA = 0
  2284. p124.TopParamB = 0
  2285. p125 = Instance.new("Part", m)
  2286. p125.BrickColor = BrickColor.new("Really black")
  2287. p125.FormFactor = Enum.FormFactor.Symmetric
  2288. p125.Size = Vector3.new(4, 15, 1)
  2289. p125.CFrame = CFrame.new(-153, 93.4995422, 4.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2290. p125.Anchored = true
  2291. p125.Elasticity = 0
  2292. p125.BottomSurface = Enum.SurfaceType.Smooth
  2293. p125.TopSurface = Enum.SurfaceType.Smooth
  2294. p125.BackParamA = -0
  2295. p125.BackParamB = 0
  2296. p125.BottomParamA = -0
  2297. p125.BottomParamB = 0
  2298. p125.FrontParamA = -0
  2299. p125.FrontParamB = 0
  2300. p125.LeftParamA = 0
  2301. p125.LeftParamB = 0
  2302. p125.RightParamA = 0
  2303. p125.RightParamB = 0
  2304. p125.TopParamA = 0
  2305. p125.TopParamB = 0
  2306. p126 = Instance.new("Part", m)
  2307. p126.BrickColor = BrickColor.new("Really red")
  2308. p126.FormFactor = Enum.FormFactor.Symmetric
  2309. p126.Size = Vector3.new(1, 3, 7)
  2310. p126.CFrame = CFrame.new(-83.5, 87.4995728, -61.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  2311. p126.Anchored = true
  2312. p126.Elasticity = 0
  2313. p126.BottomSurface = Enum.SurfaceType.Smooth
  2314. p126.TopSurface = Enum.SurfaceType.Smooth
  2315. p126.BackParamA = -0
  2316. p126.BackParamB = 0
  2317. p126.BottomParamA = -0
  2318. p126.BottomParamB = 0
  2319. p126.FrontParamA = -0
  2320. p126.FrontParamB = 0
  2321. p126.LeftParamA = 0
  2322. p126.LeftParamB = 0
  2323. p126.RightParamA = 0
  2324. p126.RightParamB = 0
  2325. p126.TopParamA = 0
  2326. p126.TopParamB = 0
  2327. p127 = Instance.new("Part", m)
  2328. p127.BrickColor = BrickColor.new("Institutional white")
  2329. p127.FormFactor = Enum.FormFactor.Symmetric
  2330. p127.Size = Vector3.new(10, 1, 4)
  2331. p127.CFrame = CFrame.new(-85, 85.4995728, -84, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  2332. p127.Anchored = true
  2333. p127.Elasticity = 0
  2334. p127.BottomSurface = Enum.SurfaceType.Smooth
  2335. p127.TopSurface = Enum.SurfaceType.Smooth
  2336. p127.BackParamA = -0
  2337. p127.BackParamB = 0
  2338. p127.BottomParamA = -0
  2339. p127.BottomParamB = 0
  2340. p127.FrontParamA = -0
  2341. p127.FrontParamB = 0
  2342. p127.LeftParamA = 0
  2343. p127.LeftParamB = 0
  2344. p127.RightParamA = 0
  2345. p127.RightParamB = 0
  2346. p127.TopParamA = 0
  2347. p127.TopParamB = 0
  2348. p128 = Instance.new("Part", m)
  2349. p128.BrickColor = BrickColor.new("Really black")
  2350. p128.FormFactor = Enum.FormFactor.Symmetric
  2351. p128.Size = Vector3.new(4, 21, 4)
  2352. p128.CFrame = CFrame.new(-123, 91.4995422, -61, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2353. p128.Anchored = true
  2354. p128.Elasticity = 0
  2355. p128.BottomSurface = Enum.SurfaceType.Smooth
  2356. p128.TopSurface = Enum.SurfaceType.Smooth
  2357. p128.BackParamA = -0
  2358. p128.BackParamB = 0
  2359. p128.BottomParamA = -0
  2360. p128.BottomParamB = 0
  2361. p128.FrontParamA = -0
  2362. p128.FrontParamB = 0
  2363. p128.LeftParamA = 0
  2364. p128.LeftParamB = 0
  2365. p128.RightParamA = 0
  2366. p128.RightParamB = 0
  2367. p128.TopParamA = 0
  2368. p128.TopParamB = 0
  2369. p129 = Instance.new("Part", m)
  2370. p129.BrickColor = BrickColor.new("Really black")
  2371. p129.FormFactor = Enum.FormFactor.Symmetric
  2372. p129.Size = Vector3.new(1, 9, 1)
  2373. p129.CFrame = CFrame.new(-123.5, 90.4995422, -40.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2374. p129.Anchored = true
  2375. p129.Elasticity = 0
  2376. p129.BottomSurface = Enum.SurfaceType.Smooth
  2377. p129.TopSurface = Enum.SurfaceType.Smooth
  2378. p129.BackParamA = -0
  2379. p129.BackParamB = 0
  2380. p129.BottomParamA = -0
  2381. p129.BottomParamB = 0
  2382. p129.FrontParamA = -0
  2383. p129.FrontParamB = 0
  2384. p129.LeftParamA = 0
  2385. p129.LeftParamB = 0
  2386. p129.RightParamA = 0
  2387. p129.RightParamB = 0
  2388. p129.TopParamA = 0
  2389. p129.TopParamB = 0
  2390. p130 = Instance.new("Part", m)
  2391. p130.BrickColor = BrickColor.new("Really black")
  2392. p130.FormFactor = Enum.FormFactor.Symmetric
  2393. p130.Size = Vector3.new(1, 9, 1)
  2394. p130.CFrame = CFrame.new(-117.5, 90.4995422, -10.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  2395. p130.Anchored = true
  2396. p130.Elasticity = 0
  2397. p130.BottomSurface = Enum.SurfaceType.Smooth
  2398. p130.TopSurface = Enum.SurfaceType.Smooth
  2399. p130.BackParamA = -0
  2400. p130.BackParamB = 0
  2401. p130.BottomParamA = -0
  2402. p130.BottomParamB = 0
  2403. p130.FrontParamA = -0
  2404. p130.FrontParamB = 0
  2405. p130.LeftParamA = 0
  2406. p130.LeftParamB = 0
  2407. p130.RightParamA = 0
  2408. p130.RightParamB = 0
  2409. p130.TopParamA = 0
  2410. p130.TopParamB = 0
  2411. p131 = Instance.new("Part", m)
  2412. p131.BrickColor = BrickColor.new("Really red")
  2413. p131.FormFactor = Enum.FormFactor.Symmetric
  2414. p131.Size = Vector3.new(1, 10, 3)
  2415. p131.CFrame = CFrame.new(-105.5, 90.9995422, -61.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  2416. p131.Anchored = true
  2417. p131.Elasticity = 0
  2418. p131.BottomSurface = Enum.SurfaceType.Smooth
  2419. p131.TopSurface = Enum.SurfaceType.Smooth
  2420. p131.BackParamA = -0
  2421. p131.BackParamB = 0
  2422. p131.BottomParamA = -0
  2423. p131.BottomParamB = 0
  2424. p131.FrontParamA = -0
  2425. p131.FrontParamB = 0
  2426. p131.LeftParamA = 0
  2427. p131.LeftParamB = 0
  2428. p131.RightParamA = 0
  2429. p131.RightParamB = 0
  2430. p131.TopParamA = 0
  2431. p131.TopParamB = 0
  2432. p132 = Instance.new("Part", m)
  2433. p132.BrickColor = BrickColor.new("Really black")
  2434. p132.FormFactor = Enum.FormFactor.Symmetric
  2435. p132.Size = Vector3.new(1, 9, 1)
  2436. p132.CFrame = CFrame.new(-105.5, 90.4995422, -10.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  2437. p132.Anchored = true
  2438. p132.Elasticity = 0
  2439. p132.BottomSurface = Enum.SurfaceType.Smooth
  2440. p132.TopSurface = Enum.SurfaceType.Smooth
  2441. p132.BackParamA = -0
  2442. p132.BackParamB = 0
  2443. p132.BottomParamA = -0
  2444. p132.BottomParamB = 0
  2445. p132.FrontParamA = -0
  2446. p132.FrontParamB = 0
  2447. p132.LeftParamA = 0
  2448. p132.LeftParamB = 0
  2449. p132.RightParamA = 0
  2450. p132.RightParamB = 0
  2451. p132.TopParamA = 0
  2452. p132.TopParamB = 0
  2453. p133 = Instance.new("Part", m)
  2454. p133.BrickColor = BrickColor.new("Really black")
  2455. p133.FormFactor = Enum.FormFactor.Symmetric
  2456. p133.Size = Vector3.new(52, 2, 1)
  2457. p133.CFrame = CFrame.new(-125, 91.9995422, 4.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2458. p133.Anchored = true
  2459. p133.Elasticity = 0
  2460. p133.BottomSurface = Enum.SurfaceType.Smooth
  2461. p133.TopSurface = Enum.SurfaceType.Smooth
  2462. p133.BackParamA = -0
  2463. p133.BackParamB = 0
  2464. p133.BottomParamA = -0
  2465. p133.BottomParamB = 0
  2466. p133.FrontParamA = -0
  2467. p133.FrontParamB = 0
  2468. p133.LeftParamA = 0
  2469. p133.LeftParamB = 0
  2470. p133.RightParamA = 0
  2471. p133.RightParamB = 0
  2472. p133.TopParamA = 0
  2473. p133.TopParamB = 0
  2474. p134 = Instance.new("Part", m)
  2475. p134.BrickColor = BrickColor.new("Light blue")
  2476. p134.Reflectance = 0.20000000298023
  2477. p134.Transparency = 0.89999997615814
  2478. p134.FormFactor = Enum.FormFactor.Symmetric
  2479. p134.Size = Vector3.new(1, 5, 7)
  2480. p134.CFrame = CFrame.new(-123.5, 92.4995422, -48.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2481. p134.Anchored = true
  2482. p134.Elasticity = 0
  2483. p134.BottomSurface = Enum.SurfaceType.Smooth
  2484. p134.TopSurface = Enum.SurfaceType.Smooth
  2485. p134.BackParamA = -0
  2486. p134.BackParamB = 0
  2487. p134.BottomParamA = -0
  2488. p134.BottomParamB = 0
  2489. p134.FrontParamA = -0
  2490. p134.FrontParamB = 0
  2491. p134.LeftParamA = 0
  2492. p134.LeftParamB = 0
  2493. p134.RightParamA = 0
  2494. p134.RightParamB = 0
  2495. p134.TopParamA = 0
  2496. p134.TopParamB = 0
  2497. b36 = Instance.new("BlockMesh", p134)
  2498. b36.Name = "Mesh"
  2499. b36.Scale = Vector3.new(0, 1, 1)
  2500. p135 = Instance.new("Part", m)
  2501. p135.BrickColor = BrickColor.new("Really black")
  2502. p135.FormFactor = Enum.FormFactor.Symmetric
  2503. p135.Size = Vector3.new(1, 9, 1)
  2504. p135.CFrame = CFrame.new(-123.5, 90.4995422, -31.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2505. p135.Anchored = true
  2506. p135.Elasticity = 0
  2507. p135.BottomSurface = Enum.SurfaceType.Smooth
  2508. p135.TopSurface = Enum.SurfaceType.Smooth
  2509. p135.BackParamA = -0
  2510. p135.BackParamB = 0
  2511. p135.BottomParamA = -0
  2512. p135.BottomParamB = 0
  2513. p135.FrontParamA = -0
  2514. p135.FrontParamB = 0
  2515. p135.LeftParamA = 0
  2516. p135.LeftParamB = 0
  2517. p135.RightParamA = 0
  2518. p135.RightParamB = 0
  2519. p135.TopParamA = 0
  2520. p135.TopParamB = 0
  2521. p136 = Instance.new("Part", m)
  2522. p136.BrickColor = BrickColor.new("Really red")
  2523. p136.FormFactor = Enum.FormFactor.Symmetric
  2524. p136.Size = Vector3.new(1, 3, 16)
  2525. p136.CFrame = CFrame.new(-96.5, 87.4995728, 13, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2526. p136.Anchored = true
  2527. p136.Elasticity = 0
  2528. p136.BottomSurface = Enum.SurfaceType.Smooth
  2529. p136.TopSurface = Enum.SurfaceType.Smooth
  2530. p136.BackParamA = -0
  2531. p136.BackParamB = 0
  2532. p136.BottomParamA = -0
  2533. p136.BottomParamB = 0
  2534. p136.FrontParamA = -0
  2535. p136.FrontParamB = 0
  2536. p136.LeftParamA = 0
  2537. p136.LeftParamB = 0
  2538. p136.RightParamA = 0
  2539. p136.RightParamB = 0
  2540. p136.TopParamA = 0
  2541. p136.TopParamB = 0
  2542. p137 = Instance.new("Part", m)
  2543. p137.BrickColor = BrickColor.new("Really black")
  2544. p137.FormFactor = Enum.FormFactor.Symmetric
  2545. p137.Size = Vector3.new(4, 21, 4)
  2546. p137.CFrame = CFrame.new(-123, 91.4995422, -11, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  2547. p137.Anchored = true
  2548. p137.Elasticity = 0
  2549. p137.BottomSurface = Enum.SurfaceType.Smooth
  2550. p137.TopSurface = Enum.SurfaceType.Smooth
  2551. p137.BackParamA = -0
  2552. p137.BackParamB = 0
  2553. p137.BottomParamA = -0
  2554. p137.BottomParamB = 0
  2555. p137.FrontParamA = -0
  2556. p137.FrontParamB = 0
  2557. p137.LeftParamA = 0
  2558. p137.LeftParamB = 0
  2559. p137.RightParamA = 0
  2560. p137.RightParamB = 0
  2561. p137.TopParamA = 0
  2562. p137.TopParamB = 0
  2563. p138 = Instance.new("Part", m)
  2564. p138.BrickColor = BrickColor.new("Really red")
  2565. p138.FormFactor = Enum.FormFactor.Symmetric
  2566. p138.Size = Vector3.new(1, 3, 7)
  2567. p138.CFrame = CFrame.new(-70.5, 87.4995728, -48.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2568. p138.Anchored = true
  2569. p138.Elasticity = 0
  2570. p138.BottomSurface = Enum.SurfaceType.Smooth
  2571. p138.TopSurface = Enum.SurfaceType.Smooth
  2572. p138.BackParamA = -0
  2573. p138.BackParamB = 0
  2574. p138.BottomParamA = -0
  2575. p138.BottomParamB = 0
  2576. p138.FrontParamA = -0
  2577. p138.FrontParamB = 0
  2578. p138.LeftParamA = 0
  2579. p138.LeftParamB = 0
  2580. p138.RightParamA = 0
  2581. p138.RightParamB = 0
  2582. p138.TopParamA = 0
  2583. p138.TopParamB = 0
  2584. p139 = Instance.new("Part", m)
  2585. p139.BrickColor = BrickColor.new("Really black")
  2586. p139.FormFactor = Enum.FormFactor.Symmetric
  2587. p139.Size = Vector3.new(2, 1, 7)
  2588. p139.CFrame = CFrame.new(-123.5, 89.5006561, -48.4999924, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  2589. p139.Anchored = true
  2590. p139.Elasticity = 0
  2591. p139.BottomSurface = Enum.SurfaceType.Smooth
  2592. p139.TopSurface = Enum.SurfaceType.Smooth
  2593. p139.BackParamA = -0
  2594. p139.BackParamB = 0
  2595. p139.BottomParamA = -0
  2596. p139.BottomParamB = 0
  2597. p139.FrontParamA = -0
  2598. p139.FrontParamB = 0
  2599. p139.LeftParamA = 0
  2600. p139.LeftParamB = 0
  2601. p139.RightParamA = 0
  2602. p139.RightParamB = 0
  2603. p139.TopParamA = 0
  2604. p139.TopParamB = 0
  2605. p140 = Instance.new("Part", m)
  2606. p140.BrickColor = BrickColor.new("Really red")
  2607. p140.FormFactor = Enum.FormFactor.Symmetric
  2608. p140.Size = Vector3.new(1, 10, 4)
  2609. p140.CFrame = CFrame.new(-123.5, 90.9995422, -29, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2610. p140.Anchored = true
  2611. p140.Elasticity = 0
  2612. p140.BottomSurface = Enum.SurfaceType.Smooth
  2613. p140.TopSurface = Enum.SurfaceType.Smooth
  2614. p140.BackParamA = -0
  2615. p140.BackParamB = 0
  2616. p140.BottomParamA = -0
  2617. p140.BottomParamB = 0
  2618. p140.FrontParamA = -0
  2619. p140.FrontParamB = 0
  2620. p140.LeftParamA = 0
  2621. p140.LeftParamB = 0
  2622. p140.RightParamA = 0
  2623. p140.RightParamB = 0
  2624. p140.TopParamA = 0
  2625. p140.TopParamB = 0
  2626. p141 = Instance.new("Part", m)
  2627. p141.BrickColor = BrickColor.new("Really red")
  2628. p141.FormFactor = Enum.FormFactor.Symmetric
  2629. p141.Size = Vector3.new(1, 3, 7)
  2630. p141.CFrame = CFrame.new(-123.5, 87.4995728, -48.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2631. p141.Anchored = true
  2632. p141.Elasticity = 0
  2633. p141.BottomSurface = Enum.SurfaceType.Smooth
  2634. p141.TopSurface = Enum.SurfaceType.Smooth
  2635. p141.BackParamA = -0
  2636. p141.BackParamB = 0
  2637. p141.BottomParamA = -0
  2638. p141.BottomParamB = 0
  2639. p141.FrontParamA = -0
  2640. p141.FrontParamB = 0
  2641. p141.LeftParamA = 0
  2642. p141.LeftParamB = 0
  2643. p141.RightParamA = 0
  2644. p141.RightParamB = 0
  2645. p141.TopParamA = 0
  2646. p141.TopParamB = 0
  2647. p142 = Instance.new("Part", m)
  2648. p142.BrickColor = BrickColor.new("Really red")
  2649. p142.FormFactor = Enum.FormFactor.Symmetric
  2650. p142.Size = Vector3.new(1, 3, 10)
  2651. p142.CFrame = CFrame.new(-153.5, 90.4995422, 10, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2652. p142.Anchored = true
  2653. p142.Elasticity = 0
  2654. p142.BottomSurface = Enum.SurfaceType.Smooth
  2655. p142.TopSurface = Enum.SurfaceType.Smooth
  2656. p142.BackParamA = -0
  2657. p142.BackParamB = 0
  2658. p142.BottomParamA = -0
  2659. p142.BottomParamB = 0
  2660. p142.FrontParamA = -0
  2661. p142.FrontParamB = 0
  2662. p142.LeftParamA = 0
  2663. p142.LeftParamB = 0
  2664. p142.RightParamA = 0
  2665. p142.RightParamB = 0
  2666. p142.TopParamA = 0
  2667. p142.TopParamB = 0
  2668. p143 = Instance.new("Part", m)
  2669. p143.BrickColor = BrickColor.new("Light blue")
  2670. p143.Reflectance = 0.20000000298023
  2671. p143.Transparency = 0.89999997615814
  2672. p143.FormFactor = Enum.FormFactor.Symmetric
  2673. p143.Size = Vector3.new(1, 5, 7)
  2674. p143.CFrame = CFrame.new(-123.5, 92.4995422, -23.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2675. p143.Anchored = true
  2676. p143.Elasticity = 0
  2677. p143.BottomSurface = Enum.SurfaceType.Smooth
  2678. p143.TopSurface = Enum.SurfaceType.Smooth
  2679. p143.BackParamA = -0
  2680. p143.BackParamB = 0
  2681. p143.BottomParamA = -0
  2682. p143.BottomParamB = 0
  2683. p143.FrontParamA = -0
  2684. p143.FrontParamB = 0
  2685. p143.LeftParamA = 0
  2686. p143.LeftParamB = 0
  2687. p143.RightParamA = 0
  2688. p143.RightParamB = 0
  2689. p143.TopParamA = 0
  2690. p143.TopParamB = 0
  2691. b37 = Instance.new("BlockMesh", p143)
  2692. b37.Name = "Mesh"
  2693. b37.Scale = Vector3.new(0, 1, 1)
  2694. p144 = Instance.new("Part", m)
  2695. p144.BrickColor = BrickColor.new("Really red")
  2696. p144.FormFactor = Enum.FormFactor.Symmetric
  2697. p144.Size = Vector3.new(1, 3, 16)
  2698. p144.CFrame = CFrame.new(-153.5, 87.4995728, 13, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2699. p144.Anchored = true
  2700. p144.Elasticity = 0
  2701. p144.BottomSurface = Enum.SurfaceType.Smooth
  2702. p144.TopSurface = Enum.SurfaceType.Smooth
  2703. p144.BackParamA = -0
  2704. p144.BackParamB = 0
  2705. p144.BottomParamA = -0
  2706. p144.BottomParamB = 0
  2707. p144.FrontParamA = -0
  2708. p144.FrontParamB = 0
  2709. p144.LeftParamA = 0
  2710. p144.LeftParamB = 0
  2711. p144.RightParamA = 0
  2712. p144.RightParamB = 0
  2713. p144.TopParamA = 0
  2714. p144.TopParamB = 0
  2715. p145 = Instance.new("Part", m)
  2716. p145.BrickColor = BrickColor.new("Really black")
  2717. p145.FormFactor = Enum.FormFactor.Symmetric
  2718. p145.Size = Vector3.new(54, 2, 26)
  2719. p145.CFrame = CFrame.new(-97, 84.9995728, -49, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2720. p145.Anchored = true
  2721. p145.Elasticity = 0
  2722. p145.BottomSurface = Enum.SurfaceType.Smooth
  2723. p145.TopSurface = Enum.SurfaceType.Smooth
  2724. p145.BackParamA = -0
  2725. p145.BackParamB = 0
  2726. p145.BottomParamA = -0
  2727. p145.BottomParamB = 0
  2728. p145.FrontParamA = -0
  2729. p145.FrontParamB = 0
  2730. p145.LeftParamA = 0
  2731. p145.LeftParamB = 0
  2732. p145.RightParamA = 0
  2733. p145.RightParamB = 0
  2734. p145.TopParamA = 0
  2735. p145.TopParamB = 0
  2736. p146 = Instance.new("Part", m)
  2737. p146.BrickColor = BrickColor.new("Really black")
  2738. p146.FormFactor = Enum.FormFactor.Symmetric
  2739. p146.Size = Vector3.new(1, 1, 15)
  2740. p146.CFrame = CFrame.new(-137, 88.0006561, -12, -2.79396772e-009, 1.86264515e-009, 1, 1.49011612e-008, 1, 1.86264515e-009, -0.999999881, -1.49011612e-008, 2.79396772e-009)
  2741. p146.Anchored = true
  2742. p146.Elasticity = 0
  2743. p146.BottomSurface = Enum.SurfaceType.Smooth
  2744. p146.TopSurface = Enum.SurfaceType.Smooth
  2745. p146.BackParamA = -0
  2746. p146.BackParamB = 0
  2747. p146.BottomParamA = -0
  2748. p146.BottomParamB = 0
  2749. p146.FrontParamA = -0
  2750. p146.FrontParamB = 0
  2751. p146.LeftParamA = 0
  2752. p146.LeftParamB = 0
  2753. p146.RightParamA = 0
  2754. p146.RightParamB = 0
  2755. p146.TopParamA = 0
  2756. p146.TopParamB = 0
  2757. p147 = Instance.new("Part", m)
  2758. p147.BrickColor = BrickColor.new("Institutional white")
  2759. p147.FormFactor = Enum.FormFactor.Symmetric
  2760. p147.Size = Vector3.new(15, 1, 2)
  2761. p147.CFrame = CFrame.new(-111.5, 83.0006866, -7.5, 1, -1.86264515e-009, -2.79396772e-009, 1.86264515e-009, -1, 1.49011612e-008, 2.79396772e-009, 1.49011612e-008, -0.999999881)
  2762. p147.Anchored = true
  2763. p147.Elasticity = 0
  2764. p147.BottomSurface = Enum.SurfaceType.Smooth
  2765. p147.TopSurface = Enum.SurfaceType.Smooth
  2766. p147.BackParamA = -0
  2767. p147.BackParamB = 0
  2768. p147.BottomParamA = -0
  2769. p147.BottomParamB = 0
  2770. p147.FrontParamA = -0
  2771. p147.FrontParamB = 0
  2772. p147.LeftParamA = 0
  2773. p147.LeftParamB = 0
  2774. p147.RightParamA = 0
  2775. p147.RightParamB = 0
  2776. p147.TopParamA = 0
  2777. p147.TopParamB = 0
  2778. p148 = Instance.new("Part", m)
  2779. p148.BrickColor = BrickColor.new("Institutional white")
  2780. p148.FormFactor = Enum.FormFactor.Symmetric
  2781. p148.Size = Vector3.new(15, 1, 2)
  2782. p148.CFrame = CFrame.new(-111.5, 81.4996109, -6, 1, -0, -0, 0, -1, -0, 0, -0, -1)
  2783. p148.Anchored = true
  2784. p148.Elasticity = 0
  2785. p148.BottomSurface = Enum.SurfaceType.Smooth
  2786. p148.TopSurface = Enum.SurfaceType.Smooth
  2787. p148.BackParamA = -0
  2788. p148.BackParamB = 0
  2789. p148.BottomParamA = -0
  2790. p148.BottomParamB = 0
  2791. p148.FrontParamA = -0
  2792. p148.FrontParamB = 0
  2793. p148.LeftParamA = 0
  2794. p148.LeftParamB = 0
  2795. p148.RightParamA = 0
  2796. p148.RightParamB = 0
  2797. p148.TopParamA = 0
  2798. p148.TopParamB = 0
  2799. p149 = Instance.new("Part", m)
  2800. p149.BrickColor = BrickColor.new("Really black")
  2801. p149.FormFactor = Enum.FormFactor.Symmetric
  2802. p149.Size = Vector3.new(1, 1, 15)
  2803. p149.CFrame = CFrame.new(-137, 88.0006561, -60, -2.79396772e-009, 1.86264515e-009, 1, 1.49011612e-008, 1, 1.86264515e-009, -0.999999881, -1.49011612e-008, 2.79396772e-009)
  2804. p149.Anchored = true
  2805. p149.Elasticity = 0
  2806. p149.BottomSurface = Enum.SurfaceType.Smooth
  2807. p149.TopSurface = Enum.SurfaceType.Smooth
  2808. p149.BackParamA = -0
  2809. p149.BackParamB = 0
  2810. p149.BottomParamA = -0
  2811. p149.BottomParamB = 0
  2812. p149.FrontParamA = -0
  2813. p149.FrontParamB = 0
  2814. p149.LeftParamA = 0
  2815. p149.LeftParamB = 0
  2816. p149.RightParamA = 0
  2817. p149.RightParamB = 0
  2818. p149.TopParamA = 0
  2819. p149.TopParamB = 0
  2820. p150 = Instance.new("Part", m)
  2821. p150.BrickColor = BrickColor.new("Institutional white")
  2822. p150.FormFactor = Enum.FormFactor.Symmetric
  2823. p150.Size = Vector3.new(15, 1, 2)
  2824. p150.CFrame = CFrame.new(-111.5, 84.4995728, -9, 1, -0, -0, 0, -1, -0, 0, -0, -1)
  2825. p150.Anchored = true
  2826. p150.Elasticity = 0
  2827. p150.BottomSurface = Enum.SurfaceType.Smooth
  2828. p150.TopSurface = Enum.SurfaceType.Smooth
  2829. p150.BackParamA = -0
  2830. p150.BackParamB = 0
  2831. p150.BottomParamA = -0
  2832. p150.BottomParamB = 0
  2833. p150.FrontParamA = -0
  2834. p150.FrontParamB = 0
  2835. p150.LeftParamA = 0
  2836. p150.LeftParamB = 0
  2837. p150.RightParamA = 0
  2838. p150.RightParamB = 0
  2839. p150.TopParamA = 0
  2840. p150.TopParamB = 0
  2841. p151 = Instance.new("Part", m)
  2842. p151.BrickColor = BrickColor.new("Really red")
  2843. p151.FormFactor = Enum.FormFactor.Symmetric
  2844. p151.Size = Vector3.new(1, 3, 7)
  2845. p151.CFrame = CFrame.new(-123.5, 87.4995728, -23.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2846. p151.Anchored = true
  2847. p151.Elasticity = 0
  2848. p151.BottomSurface = Enum.SurfaceType.Smooth
  2849. p151.TopSurface = Enum.SurfaceType.Smooth
  2850. p151.BackParamA = -0
  2851. p151.BackParamB = 0
  2852. p151.BottomParamA = -0
  2853. p151.BottomParamB = 0
  2854. p151.FrontParamA = -0
  2855. p151.FrontParamB = 0
  2856. p151.LeftParamA = 0
  2857. p151.LeftParamB = 0
  2858. p151.RightParamA = 0
  2859. p151.RightParamB = 0
  2860. p151.TopParamA = 0
  2861. p151.TopParamB = 0
  2862. p152 = Instance.new("Part", m)
  2863. p152.BrickColor = BrickColor.new("Institutional white")
  2864. p152.FormFactor = Enum.FormFactor.Symmetric
  2865. p152.Size = Vector3.new(22, 1, 17)
  2866. p152.CFrame = CFrame.new(-94, 85.4995728, -70.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2867. p152.Anchored = true
  2868. p152.Elasticity = 0
  2869. p152.BottomSurface = Enum.SurfaceType.Smooth
  2870. p152.TopSurface = Enum.SurfaceType.Smooth
  2871. p152.BackParamA = -0
  2872. p152.BackParamB = 0
  2873. p152.BottomParamA = -0
  2874. p152.BottomParamB = 0
  2875. p152.FrontParamA = -0
  2876. p152.FrontParamB = 0
  2877. p152.LeftParamA = 0
  2878. p152.LeftParamB = 0
  2879. p152.RightParamA = 0
  2880. p152.RightParamB = 0
  2881. p152.TopParamA = 0
  2882. p152.TopParamB = 0
  2883. p153 = Instance.new("Part", m)
  2884. p153.BrickColor = BrickColor.new("Really black")
  2885. p153.FormFactor = Enum.FormFactor.Symmetric
  2886. p153.Size = Vector3.new(1, 1, 11)
  2887. p153.CFrame = CFrame.new(-78.5, 82.4995728, -36.5, 0, -0, -1, 1, -0, -0, 0, -1, -0)
  2888. p153.Anchored = true
  2889. p153.Elasticity = 0
  2890. p153.BottomSurface = Enum.SurfaceType.Smooth
  2891. p153.TopSurface = Enum.SurfaceType.Smooth
  2892. p153.BackParamA = -0
  2893. p153.BackParamB = 0
  2894. p153.BottomParamA = -0
  2895. p153.BottomParamB = 0
  2896. p153.FrontParamA = -0
  2897. p153.FrontParamB = 0
  2898. p153.LeftParamA = 0
  2899. p153.LeftParamB = 0
  2900. p153.RightParamA = 0
  2901. p153.RightParamB = 0
  2902. p153.TopParamA = 0
  2903. p153.TopParamB = 0
  2904. p154 = Instance.new("Part", m)
  2905. p154.BrickColor = BrickColor.new("Really black")
  2906. p154.FormFactor = Enum.FormFactor.Symmetric
  2907. p154.Size = Vector3.new(1, 4, 1)
  2908. p154.CFrame = CFrame.new(-145, 87.0006866, -60, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  2909. p154.Anchored = true
  2910. p154.Elasticity = 0
  2911. p154.BottomSurface = Enum.SurfaceType.Smooth
  2912. p154.TopSurface = Enum.SurfaceType.Smooth
  2913. p154.BackParamA = -0
  2914. p154.BackParamB = 0
  2915. p154.BottomParamA = -0
  2916. p154.BottomParamB = 0
  2917. p154.FrontParamA = -0
  2918. p154.FrontParamB = 0
  2919. p154.LeftParamA = 0
  2920. p154.LeftParamB = 0
  2921. p154.RightParamA = 0
  2922. p154.RightParamB = 0
  2923. p154.TopParamA = 0
  2924. p154.TopParamB = 0
  2925. p155 = Instance.new("Part", m)
  2926. p155.BrickColor = BrickColor.new("Really black")
  2927. p155.FormFactor = Enum.FormFactor.Symmetric
  2928. p155.Size = Vector3.new(2, 1, 7)
  2929. p155.CFrame = CFrame.new(-123.5, 89.5006561, -23.5, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  2930. p155.Anchored = true
  2931. p155.Elasticity = 0
  2932. p155.BottomSurface = Enum.SurfaceType.Smooth
  2933. p155.TopSurface = Enum.SurfaceType.Smooth
  2934. p155.BackParamA = -0
  2935. p155.BackParamB = 0
  2936. p155.BottomParamA = -0
  2937. p155.BottomParamB = 0
  2938. p155.FrontParamA = -0
  2939. p155.FrontParamB = 0
  2940. p155.LeftParamA = 0
  2941. p155.LeftParamB = 0
  2942. p155.RightParamA = 0
  2943. p155.RightParamB = 0
  2944. p155.TopParamA = 0
  2945. p155.TopParamB = 0
  2946. p156 = Instance.new("Part", m)
  2947. p156.BrickColor = BrickColor.new("Really black")
  2948. p156.FormFactor = Enum.FormFactor.Symmetric
  2949. p156.Size = Vector3.new(1, 1, 20)
  2950. p156.CFrame = CFrame.new(-70.5, 82.4995728, -49, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  2951. p156.Anchored = true
  2952. p156.Elasticity = 0
  2953. p156.BottomSurface = Enum.SurfaceType.Smooth
  2954. p156.TopSurface = Enum.SurfaceType.Smooth
  2955. p156.BackParamA = -0
  2956. p156.BackParamB = 0
  2957. p156.BottomParamA = -0
  2958. p156.BottomParamB = 0
  2959. p156.FrontParamA = -0
  2960. p156.FrontParamB = 0
  2961. p156.LeftParamA = 0
  2962. p156.LeftParamB = 0
  2963. p156.RightParamA = 0
  2964. p156.RightParamB = 0
  2965. p156.TopParamA = 0
  2966. p156.TopParamB = 0
  2967. p157 = Instance.new("Part", m)
  2968. p157.BrickColor = BrickColor.new("Really red")
  2969. p157.FormFactor = Enum.FormFactor.Symmetric
  2970. p157.Size = Vector3.new(1, 10, 4)
  2971. p157.CFrame = CFrame.new(-123.5, 90.9995422, -43, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2972. p157.Anchored = true
  2973. p157.Elasticity = 0
  2974. p157.BottomSurface = Enum.SurfaceType.Smooth
  2975. p157.TopSurface = Enum.SurfaceType.Smooth
  2976. p157.BackParamA = -0
  2977. p157.BackParamB = 0
  2978. p157.BottomParamA = -0
  2979. p157.BottomParamB = 0
  2980. p157.FrontParamA = -0
  2981. p157.FrontParamB = 0
  2982. p157.LeftParamA = 0
  2983. p157.LeftParamB = 0
  2984. p157.RightParamA = 0
  2985. p157.RightParamB = 0
  2986. p157.TopParamA = 0
  2987. p157.TopParamB = 0
  2988. p158 = Instance.new("Part", m)
  2989. p158.BrickColor = BrickColor.new("Really black")
  2990. p158.FormFactor = Enum.FormFactor.Symmetric
  2991. p158.Size = Vector3.new(34, 2, 26)
  2992. p158.CFrame = CFrame.new(-107, 84.9995728, -23, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2993. p158.Anchored = true
  2994. p158.Elasticity = 0
  2995. p158.BottomSurface = Enum.SurfaceType.Smooth
  2996. p158.TopSurface = Enum.SurfaceType.Smooth
  2997. p158.BackParamA = -0
  2998. p158.BackParamB = 0
  2999. p158.BottomParamA = -0
  3000. p158.BottomParamB = 0
  3001. p158.FrontParamA = -0
  3002. p158.FrontParamB = 0
  3003. p158.LeftParamA = 0
  3004. p158.LeftParamB = 0
  3005. p158.RightParamA = 0
  3006. p158.RightParamB = 0
  3007. p158.TopParamA = 0
  3008. p158.TopParamB = 0
  3009. p159 = Instance.new("Part", m)
  3010. p159.BrickColor = BrickColor.new("Really black")
  3011. p159.FormFactor = Enum.FormFactor.Symmetric
  3012. p159.Size = Vector3.new(1, 1, 23)
  3013. p159.CFrame = CFrame.new(-134.77301, 93.4553375, -60, -2.79396772e-009, -0.453990519, 0.891006529, 1.49011612e-008, 0.89100647, 0.453990489, -0.999999881, 0, 0)
  3014. p159.Anchored = true
  3015. p159.Elasticity = 0
  3016. p159.BottomSurface = Enum.SurfaceType.Smooth
  3017. p159.TopSurface = Enum.SurfaceType.Smooth
  3018. p159.BackParamA = -0
  3019. p159.BackParamB = 0
  3020. p159.BottomParamA = -0
  3021. p159.BottomParamB = 0
  3022. p159.FrontParamA = -0
  3023. p159.FrontParamB = 0
  3024. p159.LeftParamA = 0
  3025. p159.LeftParamB = 0
  3026. p159.RightParamA = 0
  3027. p159.RightParamB = 0
  3028. p159.TopParamA = 0
  3029. p159.TopParamB = 0
  3030. p160 = Instance.new("Part", m)
  3031. p160.BrickColor = BrickColor.new("Really black")
  3032. p160.FormFactor = Enum.FormFactor.Symmetric
  3033. p160.Size = Vector3.new(1, 1, 32)
  3034. p160.CFrame = CFrame.new(-104, 89.0006561, -77.4999847, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  3035. p160.Anchored = true
  3036. p160.Elasticity = 0
  3037. p160.BottomSurface = Enum.SurfaceType.Smooth
  3038. p160.TopSurface = Enum.SurfaceType.Smooth
  3039. p160.BackParamA = -0
  3040. p160.BackParamB = 0
  3041. p160.BottomParamA = -0
  3042. p160.BottomParamB = 0
  3043. p160.FrontParamA = -0
  3044. p160.FrontParamB = 0
  3045. p160.LeftParamA = 0
  3046. p160.LeftParamB = 0
  3047. p160.RightParamA = 0
  3048. p160.RightParamB = 0
  3049. p160.TopParamA = 0
  3050. p160.TopParamB = 0
  3051. p161 = Instance.new("Part", m)
  3052. p161.BrickColor = BrickColor.new("Really black")
  3053. p161.FormFactor = Enum.FormFactor.Symmetric
  3054. p161.Size = Vector3.new(4, 22, 4)
  3055. p161.CFrame = CFrame.new(-97, 75.999649, 29, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3056. p161.Anchored = true
  3057. p161.Elasticity = 0
  3058. p161.BottomSurface = Enum.SurfaceType.Smooth
  3059. p161.TopSurface = Enum.SurfaceType.Smooth
  3060. p161.BackParamA = -0
  3061. p161.BackParamB = 0
  3062. p161.BottomParamA = -0
  3063. p161.BottomParamB = 0
  3064. p161.FrontParamA = -0
  3065. p161.FrontParamB = 0
  3066. p161.LeftParamA = 0
  3067. p161.LeftParamB = 0
  3068. p161.RightParamA = 0
  3069. p161.RightParamB = 0
  3070. p161.TopParamA = 0
  3071. p161.TopParamB = 0
  3072. p162 = Instance.new("Part", m)
  3073. p162.BrickColor = BrickColor.new("Really black")
  3074. p162.FormFactor = Enum.FormFactor.Symmetric
  3075. p162.Size = Vector3.new(4, 21, 4)
  3076. p162.CFrame = CFrame.new(-97, 75.499649, 6, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3077. p162.Anchored = true
  3078. p162.Elasticity = 0
  3079. p162.BottomSurface = Enum.SurfaceType.Smooth
  3080. p162.TopSurface = Enum.SurfaceType.Smooth
  3081. p162.BackParamA = -0
  3082. p162.BackParamB = 0
  3083. p162.BottomParamA = -0
  3084. p162.BottomParamB = 0
  3085. p162.FrontParamA = -0
  3086. p162.FrontParamB = 0
  3087. p162.LeftParamA = 0
  3088. p162.LeftParamB = 0
  3089. p162.RightParamA = 0
  3090. p162.RightParamB = 0
  3091. p162.TopParamA = 0
  3092. p162.TopParamB = 0
  3093. p163 = Instance.new("Part", m)
  3094. p163.BrickColor = BrickColor.new("Really red")
  3095. p163.FormFactor = Enum.FormFactor.Symmetric
  3096. p163.Size = Vector3.new(1, 16, 7)
  3097. p163.CFrame = CFrame.new(-102.5, 77.999649, 29.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  3098. p163.Anchored = true
  3099. p163.Elasticity = 0
  3100. p163.BottomSurface = Enum.SurfaceType.Smooth
  3101. p163.TopSurface = Enum.SurfaceType.Smooth
  3102. p163.BackParamA = -0
  3103. p163.BackParamB = 0
  3104. p163.BottomParamA = -0
  3105. p163.BottomParamB = 0
  3106. p163.FrontParamA = -0
  3107. p163.FrontParamB = 0
  3108. p163.LeftParamA = 0
  3109. p163.LeftParamB = 0
  3110. p163.RightParamA = 0
  3111. p163.RightParamB = 0
  3112. p163.TopParamA = 0
  3113. p163.TopParamB = 0
  3114. p164 = Instance.new("Part", m)
  3115. p164.BrickColor = BrickColor.new("Institutional white")
  3116. p164.FormFactor = Enum.FormFactor.Symmetric
  3117. p164.Size = Vector3.new(16, 1, 8)
  3118. p164.CFrame = CFrame.new(-101, 85.4995728, -87, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  3119. p164.Anchored = true
  3120. p164.Elasticity = 0
  3121. p164.BottomSurface = Enum.SurfaceType.Smooth
  3122. p164.TopSurface = Enum.SurfaceType.Smooth
  3123. p164.BackParamA = -0
  3124. p164.BackParamB = 0
  3125. p164.BottomParamA = -0
  3126. p164.BottomParamB = 0
  3127. p164.FrontParamA = -0
  3128. p164.FrontParamB = 0
  3129. p164.LeftParamA = 0
  3130. p164.LeftParamB = 0
  3131. p164.RightParamA = 0
  3132. p164.RightParamB = 0
  3133. p164.TopParamA = 0
  3134. p164.TopParamB = 0
  3135. p165 = Instance.new("Part", m)
  3136. p165.BrickColor = BrickColor.new("Really black")
  3137. p165.FormFactor = Enum.FormFactor.Symmetric
  3138. p165.Size = Vector3.new(16, 139, 14)
  3139. p165.CFrame = CFrame.new(-90.6834717, 70.2679291, -18.6706543, 0.179553494, -0.13105391, 0.974979401, 0.0991384238, 0.988451362, 0.114607289, -0.978739977, 0.0760798007, 0.190472409)
  3140. p165.Anchored = true
  3141. p165.Elasticity = 0
  3142. p165.BottomSurface = Enum.SurfaceType.Smooth
  3143. p165.TopSurface = Enum.SurfaceType.Smooth
  3144. p165.BackParamA = -0
  3145. p165.BackParamB = 0
  3146. p165.BottomParamA = -0
  3147. p165.BottomParamB = 0
  3148. p165.FrontParamA = -0
  3149. p165.FrontParamB = 0
  3150. p165.LeftParamA = 0
  3151. p165.LeftParamB = 0
  3152. p165.RightParamA = 0
  3153. p165.RightParamB = 0
  3154. p165.TopParamA = 0
  3155. p165.TopParamB = 0
  3156. p166 = Instance.new("Part", m)
  3157. p166.BrickColor = BrickColor.new("Really black")
  3158. p166.FormFactor = Enum.FormFactor.Symmetric
  3159. p166.Size = Vector3.new(1, 1, 27)
  3160. p166.CFrame = CFrame.new(-107.5, 82.4995728, -10.5, 0, -0, -1, 1, -0, -0, 0, -1, -0)
  3161. p166.Anchored = true
  3162. p166.Elasticity = 0
  3163. p166.BottomSurface = Enum.SurfaceType.Smooth
  3164. p166.TopSurface = Enum.SurfaceType.Smooth
  3165. p166.BackParamA = -0
  3166. p166.BackParamB = 0
  3167. p166.BottomParamA = -0
  3168. p166.BottomParamB = 0
  3169. p166.FrontParamA = -0
  3170. p166.FrontParamB = 0
  3171. p166.LeftParamA = 0
  3172. p166.LeftParamB = 0
  3173. p166.RightParamA = 0
  3174. p166.RightParamB = 0
  3175. p166.TopParamA = 0
  3176. p166.TopParamB = 0
  3177. p167 = Instance.new("Part", m)
  3178. p167.BrickColor = BrickColor.new("Really red")
  3179. p167.FormFactor = Enum.FormFactor.Symmetric
  3180. p167.Size = Vector3.new(1, 7, 8)
  3181. p167.CFrame = CFrame.new(-117, 76.499649, 29.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  3182. p167.Anchored = true
  3183. p167.Elasticity = 0
  3184. p167.BottomSurface = Enum.SurfaceType.Smooth
  3185. p167.TopSurface = Enum.SurfaceType.Smooth
  3186. p167.BackParamA = -0
  3187. p167.BackParamB = 0
  3188. p167.BottomParamA = -0
  3189. p167.BottomParamB = 0
  3190. p167.FrontParamA = -0
  3191. p167.FrontParamB = 0
  3192. p167.LeftParamA = 0
  3193. p167.LeftParamB = 0
  3194. p167.RightParamA = 0
  3195. p167.RightParamB = 0
  3196. p167.TopParamA = 0
  3197. p167.TopParamB = 0
  3198. p168 = Instance.new("Part", m)
  3199. p168.BrickColor = BrickColor.new("Really black")
  3200. p168.FormFactor = Enum.FormFactor.Symmetric
  3201. p168.Size = Vector3.new(2, 1, 7)
  3202. p168.CFrame = CFrame.new(-109.5, 73.5054398, 29.5, -2.79396772e-009, 1.86264515e-009, 1, 1.49011612e-008, 1, 1.86264515e-009, -0.999999881, -1.49011612e-008, 2.79396772e-009)
  3203. p168.Anchored = true
  3204. p168.Elasticity = 0
  3205. p168.BottomSurface = Enum.SurfaceType.Smooth
  3206. p168.TopSurface = Enum.SurfaceType.Smooth
  3207. p168.BackParamA = -0
  3208. p168.BackParamB = 0
  3209. p168.BottomParamA = -0
  3210. p168.BottomParamB = 0
  3211. p168.FrontParamA = -0
  3212. p168.FrontParamB = 0
  3213. p168.LeftParamA = 0
  3214. p168.LeftParamB = 0
  3215. p168.RightParamA = 0
  3216. p168.RightParamB = 0
  3217. p168.TopParamA = 0
  3218. p168.TopParamB = 0
  3219. p169 = Instance.new("Part", m)
  3220. p169.BrickColor = BrickColor.new("Really black")
  3221. p169.FormFactor = Enum.FormFactor.Symmetric
  3222. p169.Size = Vector3.new(19, 1, 1)
  3223. p169.CFrame = CFrame.new(-94, 89.0006561, -93.9999924, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  3224. p169.Anchored = true
  3225. p169.Elasticity = 0
  3226. p169.BottomSurface = Enum.SurfaceType.Smooth
  3227. p169.TopSurface = Enum.SurfaceType.Smooth
  3228. p169.BackParamA = -0
  3229. p169.BackParamB = 0
  3230. p169.BottomParamA = -0
  3231. p169.BottomParamB = 0
  3232. p169.FrontParamA = -0
  3233. p169.FrontParamB = 0
  3234. p169.LeftParamA = 0
  3235. p169.LeftParamB = 0
  3236. p169.RightParamA = 0
  3237. p169.RightParamB = 0
  3238. p169.TopParamA = 0
  3239. p169.TopParamB = 0
  3240. p170 = Instance.new("Part", m)
  3241. p170.BrickColor = BrickColor.new("Really black")
  3242. p170.FormFactor = Enum.FormFactor.Symmetric
  3243. p170.Size = Vector3.new(1, 1, 32)
  3244. p170.CFrame = CFrame.new(-84, 89.0006561, -77.4999847, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  3245. p170.Anchored = true
  3246. p170.Elasticity = 0
  3247. p170.BottomSurface = Enum.SurfaceType.Smooth
  3248. p170.TopSurface = Enum.SurfaceType.Smooth
  3249. p170.BackParamA = -0
  3250. p170.BackParamB = 0
  3251. p170.BottomParamA = -0
  3252. p170.BottomParamB = 0
  3253. p170.FrontParamA = -0
  3254. p170.FrontParamB = 0
  3255. p170.LeftParamA = 0
  3256. p170.LeftParamB = 0
  3257. p170.RightParamA = 0
  3258. p170.RightParamB = 0
  3259. p170.TopParamA = 0
  3260. p170.TopParamB = 0
  3261. p171 = Instance.new("Part", m)
  3262. p171.BrickColor = BrickColor.new("Really red")
  3263. p171.FormFactor = Enum.FormFactor.Symmetric
  3264. p171.Size = Vector3.new(1, 6, 38)
  3265. p171.CFrame = CFrame.new(-125, 82.9995728, 29.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  3266. p171.Anchored = true
  3267. p171.Elasticity = 0
  3268. p171.BottomSurface = Enum.SurfaceType.Smooth
  3269. p171.TopSurface = Enum.SurfaceType.Smooth
  3270. p171.BackParamA = -0
  3271. p171.BackParamB = 0
  3272. p171.BottomParamA = -0
  3273. p171.BottomParamB = 0
  3274. p171.FrontParamA = -0
  3275. p171.FrontParamB = 0
  3276. p171.LeftParamA = 0
  3277. p171.LeftParamB = 0
  3278. p171.RightParamA = 0
  3279. p171.RightParamB = 0
  3280. p171.TopParamA = 0
  3281. p171.TopParamB = 0
  3282. p172 = Instance.new("Part", m)
  3283. p172.BrickColor = BrickColor.new("Institutional white")
  3284. p172.FormFactor = Enum.FormFactor.Symmetric
  3285. p172.Size = Vector3.new(15, 1, 2)
  3286. p172.CFrame = CFrame.new(-111.5, 72.499649, 3, 1, -0, -0, 0, -1, -0, 0, -0, -1)
  3287. p172.Anchored = true
  3288. p172.Elasticity = 0
  3289. p172.BottomSurface = Enum.SurfaceType.Smooth
  3290. p172.TopSurface = Enum.SurfaceType.Smooth
  3291. p172.BackParamA = -0
  3292. p172.BackParamB = 0
  3293. p172.BottomParamA = -0
  3294. p172.BottomParamB = 0
  3295. p172.FrontParamA = -0
  3296. p172.FrontParamB = 0
  3297. p172.LeftParamA = 0
  3298. p172.LeftParamB = 0
  3299. p172.RightParamA = 0
  3300. p172.RightParamB = 0
  3301. p172.TopParamA = 0
  3302. p172.TopParamB = 0
  3303. p173 = Instance.new("Part", m)
  3304. p173.BrickColor = BrickColor.new("Really black")
  3305. p173.FormFactor = Enum.FormFactor.Symmetric
  3306. p173.Size = Vector3.new(56, 2, 28)
  3307. p173.CFrame = CFrame.new(-97, 79.9996109, -49, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3308. p173.Anchored = true
  3309. p173.Elasticity = 0
  3310. p173.BottomSurface = Enum.SurfaceType.Smooth
  3311. p173.TopSurface = Enum.SurfaceType.Smooth
  3312. p173.BackParamA = -0
  3313. p173.BackParamB = 0
  3314. p173.BottomParamA = -0
  3315. p173.BottomParamB = 0
  3316. p173.FrontParamA = -0
  3317. p173.FrontParamB = 0
  3318. p173.LeftParamA = 0
  3319. p173.LeftParamB = 0
  3320. p173.RightParamA = 0
  3321. p173.RightParamB = 0
  3322. p173.TopParamA = 0
  3323. p173.TopParamB = 0
  3324. p174 = Instance.new("Part", m)
  3325. p174.BrickColor = BrickColor.new("Really black")
  3326. p174.FormFactor = Enum.FormFactor.Symmetric
  3327. p174.Size = Vector3.new(1, 1, 46)
  3328. p174.CFrame = CFrame.new(-123.5, 82.4995728, -36, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3329. p174.Anchored = true
  3330. p174.Elasticity = 0
  3331. p174.BottomSurface = Enum.SurfaceType.Smooth
  3332. p174.TopSurface = Enum.SurfaceType.Smooth
  3333. p174.BackParamA = -0
  3334. p174.BackParamB = 0
  3335. p174.BottomParamA = -0
  3336. p174.BottomParamB = 0
  3337. p174.FrontParamA = -0
  3338. p174.FrontParamB = 0
  3339. p174.LeftParamA = 0
  3340. p174.LeftParamB = 0
  3341. p174.RightParamA = 0
  3342. p174.RightParamB = 0
  3343. p174.TopParamA = 0
  3344. p174.TopParamB = 0
  3345. p175 = Instance.new("Part", m)
  3346. p175.BrickColor = BrickColor.new("Institutional white")
  3347. p175.FormFactor = Enum.FormFactor.Symmetric
  3348. p175.Size = Vector3.new(15, 1, 2)
  3349. p175.CFrame = CFrame.new(-111.5, 78.499649, -3, 1, -0, -0, 0, -1, -0, 0, -0, -1)
  3350. p175.Anchored = true
  3351. p175.Elasticity = 0
  3352. p175.BottomSurface = Enum.SurfaceType.Smooth
  3353. p175.TopSurface = Enum.SurfaceType.Smooth
  3354. p175.BackParamA = -0
  3355. p175.BackParamB = 0
  3356. p175.BottomParamA = -0
  3357. p175.BottomParamB = 0
  3358. p175.FrontParamA = -0
  3359. p175.FrontParamB = 0
  3360. p175.LeftParamA = 0
  3361. p175.LeftParamB = 0
  3362. p175.RightParamA = 0
  3363. p175.RightParamB = 0
  3364. p175.TopParamA = 0
  3365. p175.TopParamB = 0
  3366. p176 = Instance.new("Part", m)
  3367. p176.BrickColor = BrickColor.new("Institutional white")
  3368. p176.FormFactor = Enum.FormFactor.Symmetric
  3369. p176.Size = Vector3.new(15, 1, 2)
  3370. p176.CFrame = CFrame.new(-111.5, 74.0007935, 1.5, 1, -1.86264515e-009, -2.79396772e-009, 1.86264515e-009, -1, 1.49011612e-008, 2.79396772e-009, 1.49011612e-008, -0.999999881)
  3371. p176.Anchored = true
  3372. p176.Elasticity = 0
  3373. p176.BottomSurface = Enum.SurfaceType.Smooth
  3374. p176.TopSurface = Enum.SurfaceType.Smooth
  3375. p176.BackParamA = -0
  3376. p176.BackParamB = 0
  3377. p176.BottomParamA = -0
  3378. p176.BottomParamB = 0
  3379. p176.FrontParamA = -0
  3380. p176.FrontParamB = 0
  3381. p176.LeftParamA = 0
  3382. p176.LeftParamB = 0
  3383. p176.RightParamA = 0
  3384. p176.RightParamB = 0
  3385. p176.TopParamA = 0
  3386. p176.TopParamB = 0
  3387. p177 = Instance.new("Part", m)
  3388. p177.BrickColor = BrickColor.new("Institutional white")
  3389. p177.FormFactor = Enum.FormFactor.Symmetric
  3390. p177.Size = Vector3.new(15, 1, 2)
  3391. p177.CFrame = CFrame.new(-111.5, 75.499649, 0, 1, -0, -0, 0, -1, -0, 0, -0, -1)
  3392. p177.Anchored = true
  3393. p177.Elasticity = 0
  3394. p177.BottomSurface = Enum.SurfaceType.Smooth
  3395. p177.TopSurface = Enum.SurfaceType.Smooth
  3396. p177.BackParamA = -0
  3397. p177.BackParamB = 0
  3398. p177.BottomParamA = -0
  3399. p177.BottomParamB = 0
  3400. p177.FrontParamA = -0
  3401. p177.FrontParamB = 0
  3402. p177.LeftParamA = 0
  3403. p177.LeftParamB = 0
  3404. p177.RightParamA = 0
  3405. p177.RightParamB = 0
  3406. p177.TopParamA = 0
  3407. p177.TopParamB = 0
  3408. p178 = Instance.new("Part", m)
  3409. p178.BrickColor = BrickColor.new("Really red")
  3410. p178.FormFactor = Enum.FormFactor.Symmetric
  3411. p178.Size = Vector3.new(1, 13, 4)
  3412. p178.CFrame = CFrame.new(-96.5, 76.499649, 25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3413. p178.Anchored = true
  3414. p178.Elasticity = 0
  3415. p178.BottomSurface = Enum.SurfaceType.Smooth
  3416. p178.TopSurface = Enum.SurfaceType.Smooth
  3417. p178.BackParamA = -0
  3418. p178.BackParamB = 0
  3419. p178.BottomParamA = -0
  3420. p178.BottomParamB = 0
  3421. p178.FrontParamA = -0
  3422. p178.FrontParamB = 0
  3423. p178.LeftParamA = 0
  3424. p178.LeftParamB = 0
  3425. p178.RightParamA = 0
  3426. p178.RightParamB = 0
  3427. p178.TopParamA = 0
  3428. p178.TopParamB = 0
  3429. p179 = Instance.new("Part", m)
  3430. p179.BrickColor = BrickColor.new("Institutional white")
  3431. p179.FormFactor = Enum.FormFactor.Symmetric
  3432. p179.Size = Vector3.new(15, 1, 2)
  3433. p179.CFrame = CFrame.new(-111.5, 77.0007629, -1.5, 1, -1.86264515e-009, -2.79396772e-009, 1.86264515e-009, -1, 1.49011612e-008, 2.79396772e-009, 1.49011612e-008, -0.999999881)
  3434. p179.Anchored = true
  3435. p179.Elasticity = 0
  3436. p179.BottomSurface = Enum.SurfaceType.Smooth
  3437. p179.TopSurface = Enum.SurfaceType.Smooth
  3438. p179.BackParamA = -0
  3439. p179.BackParamB = 0
  3440. p179.BottomParamA = -0
  3441. p179.BottomParamB = 0
  3442. p179.FrontParamA = -0
  3443. p179.FrontParamB = 0
  3444. p179.LeftParamA = 0
  3445. p179.LeftParamB = 0
  3446. p179.RightParamA = 0
  3447. p179.RightParamB = 0
  3448. p179.TopParamA = 0
  3449. p179.TopParamB = 0
  3450. p180 = Instance.new("Part", m)
  3451. p180.BrickColor = BrickColor.new("Really red")
  3452. p180.FormFactor = Enum.FormFactor.Symmetric
  3453. p180.Size = Vector3.new(1, 3, 9)
  3454. p180.CFrame = CFrame.new(-153.5, 84.4995728, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3455. p180.Anchored = true
  3456. p180.Elasticity = 0
  3457. p180.BottomSurface = Enum.SurfaceType.Smooth
  3458. p180.TopSurface = Enum.SurfaceType.Smooth
  3459. p180.BackParamA = -0
  3460. p180.BackParamB = 0
  3461. p180.BottomParamA = -0
  3462. p180.BottomParamB = 0
  3463. p180.FrontParamA = -0
  3464. p180.FrontParamB = 0
  3465. p180.LeftParamA = 0
  3466. p180.LeftParamB = 0
  3467. p180.RightParamA = 0
  3468. p180.RightParamB = 0
  3469. p180.TopParamA = 0
  3470. p180.TopParamB = 0
  3471. p181 = Instance.new("Part", m)
  3472. p181.BrickColor = BrickColor.new("Really black")
  3473. p181.FormFactor = Enum.FormFactor.Symmetric
  3474. p181.Size = Vector3.new(28, 2, 36)
  3475. p181.CFrame = CFrame.new(-107, 79.9996109, -23, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  3476. p181.Anchored = true
  3477. p181.Elasticity = 0
  3478. p181.BottomSurface = Enum.SurfaceType.Smooth
  3479. p181.TopSurface = Enum.SurfaceType.Smooth
  3480. p181.BackParamA = -0
  3481. p181.BackParamB = 0
  3482. p181.BottomParamA = -0
  3483. p181.BottomParamB = 0
  3484. p181.FrontParamA = -0
  3485. p181.FrontParamB = 0
  3486. p181.LeftParamA = 0
  3487. p181.LeftParamB = 0
  3488. p181.RightParamA = 0
  3489. p181.RightParamB = 0
  3490. p181.TopParamA = 0
  3491. p181.TopParamB = 0
  3492. p182 = Instance.new("Part", m)
  3493. p182.BrickColor = BrickColor.new("Really black")
  3494. p182.FormFactor = Enum.FormFactor.Symmetric
  3495. p182.Size = Vector3.new(1, 2, 24)
  3496. p182.CFrame = CFrame.new(-119.5, 77.3543167, -2.14643598, 1, -9.31322575e-010, -7.4505806e-009, 1.86264515e-009, -0.707106709, 0.707106709, 2.79396772e-009, -0.707106709, -0.70710665)
  3497. p182.Anchored = true
  3498. p182.Elasticity = 0
  3499. p182.BottomSurface = Enum.SurfaceType.Smooth
  3500. p182.TopSurface = Enum.SurfaceType.Smooth
  3501. p182.BackParamA = -0
  3502. p182.BackParamB = 0
  3503. p182.BottomParamA = -0
  3504. p182.BottomParamB = 0
  3505. p182.FrontParamA = -0
  3506. p182.FrontParamB = 0
  3507. p182.LeftParamA = 0
  3508. p182.LeftParamB = 0
  3509. p182.RightParamA = 0
  3510. p182.RightParamB = 0
  3511. p182.TopParamA = 0
  3512. p182.TopParamB = 0
  3513. p183 = Instance.new("Part", m)
  3514. p183.BrickColor = BrickColor.new("Institutional white")
  3515. p183.FormFactor = Enum.FormFactor.Symmetric
  3516. p183.Size = Vector3.new(15, 1, 2)
  3517. p183.CFrame = CFrame.new(-111.5, 80.0007324, -4.5, 1, -1.86264515e-009, -2.79396772e-009, 1.86264515e-009, -1, 1.49011612e-008, 2.79396772e-009, 1.49011612e-008, -0.999999881)
  3518. p183.Anchored = true
  3519. p183.Elasticity = 0
  3520. p183.BottomSurface = Enum.SurfaceType.Smooth
  3521. p183.TopSurface = Enum.SurfaceType.Smooth
  3522. p183.BackParamA = -0
  3523. p183.BackParamB = 0
  3524. p183.BottomParamA = -0
  3525. p183.BottomParamB = 0
  3526. p183.FrontParamA = -0
  3527. p183.FrontParamB = 0
  3528. p183.LeftParamA = 0
  3529. p183.LeftParamB = 0
  3530. p183.RightParamA = 0
  3531. p183.RightParamB = 0
  3532. p183.TopParamA = 0
  3533. p183.TopParamB = 0
  3534. p184 = Instance.new("Part", m)
  3535. p184.BrickColor = BrickColor.new("Really black")
  3536. p184.FormFactor = Enum.FormFactor.Symmetric
  3537. p184.Size = Vector3.new(1, 2, 24)
  3538. p184.CFrame = CFrame.new(-103.5, 77.3543167, -2.14642096, 0.999999702, -7.4505806e-009, -1.11758709e-008, 1.86264515e-009, -0.70710659, 0.707106471, 4.65661287e-009, -0.707106471, -0.707106531)
  3539. p184.Anchored = true
  3540. p184.Elasticity = 0
  3541. p184.BottomSurface = Enum.SurfaceType.Smooth
  3542. p184.TopSurface = Enum.SurfaceType.Smooth
  3543. p184.BackParamA = -0
  3544. p184.BackParamB = 0
  3545. p184.BottomParamA = -0
  3546. p184.BottomParamB = 0
  3547. p184.FrontParamA = -0
  3548. p184.FrontParamB = 0
  3549. p184.LeftParamA = 0
  3550. p184.LeftParamB = 0
  3551. p184.RightParamA = 0
  3552. p184.RightParamB = 0
  3553. p184.TopParamA = 0
  3554. p184.TopParamB = 0
  3555. p185 = Instance.new("Part", m)
  3556. p185.BrickColor = BrickColor.new("Institutional white")
  3557. p185.FormFactor = Enum.FormFactor.Symmetric
  3558. p185.Size = Vector3.new(22, 1, 50)
  3559. p185.CFrame = CFrame.new(-135, 84.4995728, -36, 1, -0, -0, 0, -1, -0, 0, -0, -1)
  3560. p185.Anchored = true
  3561. p185.Elasticity = 0
  3562. p185.BottomSurface = Enum.SurfaceType.Smooth
  3563. p185.TopSurface = Enum.SurfaceType.Smooth
  3564. p185.BackParamA = -0
  3565. p185.BackParamB = 0
  3566. p185.BottomParamA = -0
  3567. p185.BottomParamB = 0
  3568. p185.FrontParamA = -0
  3569. p185.FrontParamB = 0
  3570. p185.LeftParamA = 0
  3571. p185.LeftParamB = 0
  3572. p185.RightParamA = 0
  3573. p185.RightParamB = 0
  3574. p185.TopParamA = 0
  3575. p185.TopParamB = 0
  3576. p186 = Instance.new("Part", m)
  3577. p186.BrickColor = BrickColor.new("Really black")
  3578. p186.FormFactor = Enum.FormFactor.Symmetric
  3579. p186.Size = Vector3.new(1, 1, 23)
  3580. p186.CFrame = CFrame.new(-164.77301, 77.5054092, 28, -2.79396772e-009, -0.453990519, 0.891006529, 1.49011612e-008, 0.89100647, 0.453990489, -0.999999881, 0, 0)
  3581. p186.Anchored = true
  3582. p186.Elasticity = 0
  3583. p186.BottomSurface = Enum.SurfaceType.Smooth
  3584. p186.TopSurface = Enum.SurfaceType.Smooth
  3585. p186.BackParamA = -0
  3586. p186.BackParamB = 0
  3587. p186.BottomParamA = -0
  3588. p186.BottomParamB = 0
  3589. p186.FrontParamA = -0
  3590. p186.FrontParamB = 0
  3591. p186.LeftParamA = 0
  3592. p186.LeftParamB = 0
  3593. p186.RightParamA = 0
  3594. p186.RightParamB = 0
  3595. p186.TopParamA = 0
  3596. p186.TopParamB = 0
  3597. p187 = Instance.new("Part", m)
  3598. p187.BrickColor = BrickColor.new("Really black")
  3599. p187.FormFactor = Enum.FormFactor.Symmetric
  3600. p187.Size = Vector3.new(2, 1, 8)
  3601. p187.CFrame = CFrame.new(-125, 73.5050125, 29.5, -2.79396772e-009, 1.86264515e-009, 1, 1.49011612e-008, 1, 1.86264515e-009, -0.999999881, -1.49011612e-008, 2.79396772e-009)
  3602. p187.Anchored = true
  3603. p187.Elasticity = 0
  3604. p187.BottomSurface = Enum.SurfaceType.Smooth
  3605. p187.TopSurface = Enum.SurfaceType.Smooth
  3606. p187.BackParamA = -0
  3607. p187.BackParamB = 0
  3608. p187.BottomParamA = -0
  3609. p187.BottomParamB = 0
  3610. p187.FrontParamA = -0
  3611. p187.FrontParamB = 0
  3612. p187.LeftParamA = 0
  3613. p187.LeftParamB = 0
  3614. p187.RightParamA = 0
  3615. p187.RightParamB = 0
  3616. p187.TopParamA = 0
  3617. p187.TopParamB = 0
  3618. p188 = Instance.new("Part", m)
  3619. p188.BrickColor = BrickColor.new("Really red")
  3620. p188.FormFactor = Enum.FormFactor.Symmetric
  3621. p188.Size = Vector3.new(1, 7, 8)
  3622. p188.CFrame = CFrame.new(-133, 76.499649, 29.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  3623. p188.Anchored = true
  3624. p188.Elasticity = 0
  3625. p188.BottomSurface = Enum.SurfaceType.Smooth
  3626. p188.TopSurface = Enum.SurfaceType.Smooth
  3627. p188.BackParamA = -0
  3628. p188.BackParamB = 0
  3629. p188.BottomParamA = -0
  3630. p188.BottomParamB = 0
  3631. p188.FrontParamA = -0
  3632. p188.FrontParamB = 0
  3633. p188.LeftParamA = 0
  3634. p188.LeftParamB = 0
  3635. p188.RightParamA = 0
  3636. p188.RightParamB = 0
  3637. p188.TopParamA = 0
  3638. p188.TopParamB = 0
  3639. p189 = Instance.new("Part", m)
  3640. p189.BrickColor = BrickColor.new("Really black")
  3641. p189.FormFactor = Enum.FormFactor.Symmetric
  3642. p189.Size = Vector3.new(1, 1, 7)
  3643. p189.CFrame = CFrame.new(-109.5, 79.499649, 29.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  3644. p189.Anchored = true
  3645. p189.Elasticity = 0
  3646. p189.BottomSurface = Enum.SurfaceType.Smooth
  3647. p189.TopSurface = Enum.SurfaceType.Smooth
  3648. p189.BackParamA = -0
  3649. p189.BackParamB = 0
  3650. p189.BottomParamA = -0
  3651. p189.BottomParamB = 0
  3652. p189.FrontParamA = -0
  3653. p189.FrontParamB = 0
  3654. p189.LeftParamA = 0
  3655. p189.LeftParamB = 0
  3656. p189.RightParamA = 0
  3657. p189.RightParamB = 0
  3658. p189.TopParamA = 0
  3659. p189.TopParamB = 0
  3660. p190 = Instance.new("Part", m)
  3661. p190.BrickColor = BrickColor.new("Light blue")
  3662. p190.Reflectance = 0.20000000298023
  3663. p190.Transparency = 0.89999997615814
  3664. p190.FormFactor = Enum.FormFactor.Symmetric
  3665. p190.Size = Vector3.new(1, 5, 7)
  3666. p190.CFrame = CFrame.new(-109.5, 76.499649, 29.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  3667. p190.Anchored = true
  3668. p190.Elasticity = 0
  3669. p190.BottomSurface = Enum.SurfaceType.Smooth
  3670. p190.TopSurface = Enum.SurfaceType.Smooth
  3671. p190.BackParamA = -0
  3672. p190.BackParamB = 0
  3673. p190.BottomParamA = -0
  3674. p190.BottomParamB = 0
  3675. p190.FrontParamA = -0
  3676. p190.FrontParamB = 0
  3677. p190.LeftParamA = 0
  3678. p190.LeftParamB = 0
  3679. p190.RightParamA = 0
  3680. p190.RightParamB = 0
  3681. p190.TopParamA = 0
  3682. p190.TopParamB = 0
  3683. b38 = Instance.new("BlockMesh", p190)
  3684. b38.Name = "Mesh"
  3685. b38.Scale = Vector3.new(0, 1, 1)
  3686. p191 = Instance.new("Part", m)
  3687. p191.BrickColor = BrickColor.new("Institutional white")
  3688. p191.FormFactor = Enum.FormFactor.Symmetric
  3689. p191.Size = Vector3.new(14, 1, 6)
  3690. p191.CFrame = CFrame.new(-90, 85.4995728, -92, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3691. p191.Anchored = true
  3692. p191.Elasticity = 0
  3693. p191.BottomSurface = Enum.SurfaceType.Smooth
  3694. p191.TopSurface = Enum.SurfaceType.Smooth
  3695. p191.BackParamA = -0
  3696. p191.BackParamB = 0
  3697. p191.BottomParamA = -0
  3698. p191.BottomParamB = 0
  3699. p191.FrontParamA = -0
  3700. p191.FrontParamB = 0
  3701. p191.LeftParamA = 0
  3702. p191.LeftParamB = 0
  3703. p191.RightParamA = 0
  3704. p191.RightParamB = 0
  3705. p191.TopParamA = 0
  3706. p191.TopParamB = 0
  3707. p192 = Instance.new("Part", m)
  3708. p192.BrickColor = BrickColor.new("Really black")
  3709. p192.FormFactor = Enum.FormFactor.Symmetric
  3710. p192.Size = Vector3.new(4, 22, 4)
  3711. p192.CFrame = CFrame.new(-153, 75.999649, 29, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3712. p192.Anchored = true
  3713. p192.Elasticity = 0
  3714. p192.BottomSurface = Enum.SurfaceType.Smooth
  3715. p192.TopSurface = Enum.SurfaceType.Smooth
  3716. p192.BackParamA = -0
  3717. p192.BackParamB = 0
  3718. p192.BottomParamA = -0
  3719. p192.BottomParamB = 0
  3720. p192.FrontParamA = -0
  3721. p192.FrontParamB = 0
  3722. p192.LeftParamA = 0
  3723. p192.LeftParamB = 0
  3724. p192.RightParamA = 0
  3725. p192.RightParamB = 0
  3726. p192.TopParamA = 0
  3727. p192.TopParamB = 0
  3728. p193 = Instance.new("Part", m)
  3729. p193.BrickColor = BrickColor.new("Really red")
  3730. p193.FormFactor = Enum.FormFactor.Symmetric
  3731. p193.Size = Vector3.new(1, 16, 7)
  3732. p193.CFrame = CFrame.new(-147.5, 77.999649, 29.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  3733. p193.Anchored = true
  3734. p193.Elasticity = 0
  3735. p193.BottomSurface = Enum.SurfaceType.Smooth
  3736. p193.TopSurface = Enum.SurfaceType.Smooth
  3737. p193.BackParamA = -0
  3738. p193.BackParamB = 0
  3739. p193.BottomParamA = -0
  3740. p193.BottomParamB = 0
  3741. p193.FrontParamA = -0
  3742. p193.FrontParamB = 0
  3743. p193.LeftParamA = 0
  3744. p193.LeftParamB = 0
  3745. p193.RightParamA = 0
  3746. p193.RightParamB = 0
  3747. p193.TopParamA = 0
  3748. p193.TopParamB = 0
  3749. p194 = Instance.new("Part", m)
  3750. p194.BrickColor = BrickColor.new("Really red")
  3751. p194.FormFactor = Enum.FormFactor.Symmetric
  3752. p194.Size = Vector3.new(1, 13, 4)
  3753. p194.CFrame = CFrame.new(-153.5, 76.499649, 25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3754. p194.Anchored = true
  3755. p194.Elasticity = 0
  3756. p194.BottomSurface = Enum.SurfaceType.Smooth
  3757. p194.TopSurface = Enum.SurfaceType.Smooth
  3758. p194.BackParamA = -0
  3759. p194.BackParamB = 0
  3760. p194.BottomParamA = -0
  3761. p194.BottomParamB = 0
  3762. p194.FrontParamA = -0
  3763. p194.FrontParamB = 0
  3764. p194.LeftParamA = 0
  3765. p194.LeftParamB = 0
  3766. p194.RightParamA = 0
  3767. p194.RightParamB = 0
  3768. p194.TopParamA = 0
  3769. p194.TopParamB = 0
  3770. p195 = Instance.new("Part", m)
  3771. p195.BrickColor = BrickColor.new("Really black")
  3772. p195.FormFactor = Enum.FormFactor.Symmetric
  3773. p195.Size = Vector3.new(1, 1, 8)
  3774. p195.CFrame = CFrame.new(-125, 79.499649, 29.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  3775. p195.Anchored = true
  3776. p195.Elasticity = 0
  3777. p195.BottomSurface = Enum.SurfaceType.Smooth
  3778. p195.TopSurface = Enum.SurfaceType.Smooth
  3779. p195.BackParamA = -0
  3780. p195.BackParamB = 0
  3781. p195.BottomParamA = -0
  3782. p195.BottomParamB = 0
  3783. p195.FrontParamA = -0
  3784. p195.FrontParamB = 0
  3785. p195.LeftParamA = 0
  3786. p195.LeftParamB = 0
  3787. p195.RightParamA = 0
  3788. p195.RightParamB = 0
  3789. p195.TopParamA = 0
  3790. p195.TopParamB = 0
  3791. p196 = Instance.new("Part", m)
  3792. p196.BrickColor = BrickColor.new("Light blue")
  3793. p196.Reflectance = 0.20000000298023
  3794. p196.Transparency = 0.89999997615814
  3795. p196.FormFactor = Enum.FormFactor.Symmetric
  3796. p196.Size = Vector3.new(1, 5, 7)
  3797. p196.CFrame = CFrame.new(-140.5, 76.499649, 29.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  3798. p196.Anchored = true
  3799. p196.Elasticity = 0
  3800. p196.BottomSurface = Enum.SurfaceType.Smooth
  3801. p196.TopSurface = Enum.SurfaceType.Smooth
  3802. p196.BackParamA = -0
  3803. p196.BackParamB = 0
  3804. p196.BottomParamA = -0
  3805. p196.BottomParamB = 0
  3806. p196.FrontParamA = -0
  3807. p196.FrontParamB = 0
  3808. p196.LeftParamA = 0
  3809. p196.LeftParamB = 0
  3810. p196.RightParamA = 0
  3811. p196.RightParamB = 0
  3812. p196.TopParamA = 0
  3813. p196.TopParamB = 0
  3814. b39 = Instance.new("BlockMesh", p196)
  3815. b39.Name = "Mesh"
  3816. b39.Scale = Vector3.new(0, 1, 1)
  3817. p197 = Instance.new("Part", m)
  3818. p197.BrickColor = BrickColor.new("Light blue")
  3819. p197.Reflectance = 0.20000000298023
  3820. p197.Transparency = 0.89999997615814
  3821. p197.FormFactor = Enum.FormFactor.Symmetric
  3822. p197.Size = Vector3.new(1, 5, 8)
  3823. p197.CFrame = CFrame.new(-125, 76.499649, 29.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  3824. p197.Anchored = true
  3825. p197.Elasticity = 0
  3826. p197.BottomSurface = Enum.SurfaceType.Smooth
  3827. p197.TopSurface = Enum.SurfaceType.Smooth
  3828. p197.BackParamA = -0
  3829. p197.BackParamB = 0
  3830. p197.BottomParamA = -0
  3831. p197.BottomParamB = 0
  3832. p197.FrontParamA = -0
  3833. p197.FrontParamB = 0
  3834. p197.LeftParamA = 0
  3835. p197.LeftParamB = 0
  3836. p197.RightParamA = 0
  3837. p197.RightParamB = 0
  3838. p197.TopParamA = 0
  3839. p197.TopParamB = 0
  3840. b40 = Instance.new("BlockMesh", p197)
  3841. b40.Name = "Mesh"
  3842. b40.Scale = Vector3.new(0, 1, 1)
  3843. p198 = Instance.new("Part", m)
  3844. p198.BrickColor = BrickColor.new("Really black")
  3845. p198.FormFactor = Enum.FormFactor.Symmetric
  3846. p198.Size = Vector3.new(1, 1, 7)
  3847. p198.CFrame = CFrame.new(-140.5, 79.499649, 29.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  3848. p198.Anchored = true
  3849. p198.Elasticity = 0
  3850. p198.BottomSurface = Enum.SurfaceType.Smooth
  3851. p198.TopSurface = Enum.SurfaceType.Smooth
  3852. p198.BackParamA = -0
  3853. p198.BackParamB = 0
  3854. p198.BottomParamA = -0
  3855. p198.BottomParamB = 0
  3856. p198.FrontParamA = -0
  3857. p198.FrontParamB = 0
  3858. p198.LeftParamA = 0
  3859. p198.LeftParamB = 0
  3860. p198.RightParamA = 0
  3861. p198.RightParamB = 0
  3862. p198.TopParamA = 0
  3863. p198.TopParamB = 0
  3864. p199 = Instance.new("Part", m)
  3865. p199.BrickColor = BrickColor.new("Really black")
  3866. p199.FormFactor = Enum.FormFactor.Symmetric
  3867. p199.Size = Vector3.new(1, 4, 1)
  3868. p199.CFrame = CFrame.new(-175, 71.0510254, 7, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  3869. p199.Anchored = true
  3870. p199.Elasticity = 0
  3871. p199.BottomSurface = Enum.SurfaceType.Smooth
  3872. p199.TopSurface = Enum.SurfaceType.Smooth
  3873. p199.BackParamA = -0
  3874. p199.BackParamB = 0
  3875. p199.BottomParamA = -0
  3876. p199.BottomParamB = 0
  3877. p199.FrontParamA = -0
  3878. p199.FrontParamB = 0
  3879. p199.LeftParamA = 0
  3880. p199.LeftParamB = 0
  3881. p199.RightParamA = 0
  3882. p199.RightParamB = 0
  3883. p199.TopParamA = 0
  3884. p199.TopParamB = 0
  3885. p200 = Instance.new("Part", m)
  3886. p200.BrickColor = BrickColor.new("Really black")
  3887. p200.FormFactor = Enum.FormFactor.Symmetric
  3888. p200.Size = Vector3.new(1, 1, 15)
  3889. p200.CFrame = CFrame.new(-167, 72.0510254, 7, -2.79396772e-009, 1.86264515e-009, 1, 1.49011612e-008, 1, 1.86264515e-009, -0.999999881, -1.49011612e-008, 2.79396772e-009)
  3890. p200.Anchored = true
  3891. p200.Elasticity = 0
  3892. p200.BottomSurface = Enum.SurfaceType.Smooth
  3893. p200.TopSurface = Enum.SurfaceType.Smooth
  3894. p200.BackParamA = -0
  3895. p200.BackParamB = 0
  3896. p200.BottomParamA = -0
  3897. p200.BottomParamB = 0
  3898. p200.FrontParamA = -0
  3899. p200.FrontParamB = 0
  3900. p200.LeftParamA = 0
  3901. p200.LeftParamB = 0
  3902. p200.RightParamA = 0
  3903. p200.RightParamB = 0
  3904. p200.TopParamA = 0
  3905. p200.TopParamB = 0
  3906. p201 = Instance.new("Part", m)
  3907. p201.BrickColor = BrickColor.new("Really black")
  3908. p201.FormFactor = Enum.FormFactor.Symmetric
  3909. p201.Size = Vector3.new(4, 21, 4)
  3910. p201.CFrame = CFrame.new(-153, 75.499649, 6, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3911. p201.Anchored = true
  3912. p201.Elasticity = 0
  3913. p201.BottomSurface = Enum.SurfaceType.Smooth
  3914. p201.TopSurface = Enum.SurfaceType.Smooth
  3915. p201.BackParamA = -0
  3916. p201.BackParamB = 0
  3917. p201.BottomParamA = -0
  3918. p201.BottomParamB = 0
  3919. p201.FrontParamA = -0
  3920. p201.FrontParamB = 0
  3921. p201.LeftParamA = 0
  3922. p201.LeftParamB = 0
  3923. p201.RightParamA = 0
  3924. p201.RightParamB = 0
  3925. p201.TopParamA = 0
  3926. p201.TopParamB = 0
  3927. p202 = Instance.new("Part", m)
  3928. p202.BrickColor = BrickColor.new("Really black")
  3929. p202.FormFactor = Enum.FormFactor.Symmetric
  3930. p202.Size = Vector3.new(1, 1, 19)
  3931. p202.CFrame = CFrame.new(-96.5, 66.4996567, 17.5, -1, -0, 0, -0, -1, 0, -0, -0, 1)
  3932. p202.Anchored = true
  3933. p202.Elasticity = 0
  3934. p202.BottomSurface = Enum.SurfaceType.Smooth
  3935. p202.TopSurface = Enum.SurfaceType.Smooth
  3936. p202.BackParamA = -0
  3937. p202.BackParamB = 0
  3938. p202.BottomParamA = -0
  3939. p202.BottomParamB = 0
  3940. p202.FrontParamA = -0
  3941. p202.FrontParamB = 0
  3942. p202.LeftParamA = 0
  3943. p202.LeftParamB = 0
  3944. p202.RightParamA = 0
  3945. p202.RightParamB = 0
  3946. p202.TopParamA = 0
  3947. p202.TopParamB = 0
  3948. p203 = Instance.new("Part", m)
  3949. p203.BrickColor = BrickColor.new("Really black")
  3950. p203.FormFactor = Enum.FormFactor.Symmetric
  3951. p203.Size = Vector3.new(1, 1, 20)
  3952. p203.CFrame = CFrame.new(-175, 72.0510254, 17.5, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  3953. p203.Anchored = true
  3954. p203.Elasticity = 0
  3955. p203.BottomSurface = Enum.SurfaceType.Smooth
  3956. p203.TopSurface = Enum.SurfaceType.Smooth
  3957. p203.BackParamA = -0
  3958. p203.BackParamB = 0
  3959. p203.BottomParamA = -0
  3960. p203.BottomParamB = 0
  3961. p203.FrontParamA = -0
  3962. p203.FrontParamB = 0
  3963. p203.LeftParamA = 0
  3964. p203.LeftParamB = 0
  3965. p203.RightParamA = 0
  3966. p203.RightParamB = 0
  3967. p203.TopParamA = 0
  3968. p203.TopParamB = 0
  3969. p204 = Instance.new("Part", m)
  3970. p204.BrickColor = BrickColor.new("Really black")
  3971. p204.FormFactor = Enum.FormFactor.Symmetric
  3972. p204.Size = Vector3.new(60, 2, 27)
  3973. p204.CFrame = CFrame.new(-125, 63.999649, 17.5, 1, -0, -0, 0, -1, -0, 0, -0, -1)
  3974. p204.Anchored = true
  3975. p204.Elasticity = 0
  3976. p204.BottomSurface = Enum.SurfaceType.Smooth
  3977. p204.TopSurface = Enum.SurfaceType.Smooth
  3978. p204.BackParamA = -0
  3979. p204.BackParamB = 0
  3980. p204.BottomParamA = -0
  3981. p204.BottomParamB = 0
  3982. p204.FrontParamA = -0
  3983. p204.FrontParamB = 0
  3984. p204.LeftParamA = 0
  3985. p204.LeftParamB = 0
  3986. p204.RightParamA = 0
  3987. p204.RightParamB = 0
  3988. p204.TopParamA = 0
  3989. p204.TopParamB = 0
  3990. p205 = Instance.new("Part", m)
  3991. p205.BrickColor = BrickColor.new("Really black")
  3992. p205.FormFactor = Enum.FormFactor.Symmetric
  3993. p205.Size = Vector3.new(1, 1, 25)
  3994. p205.CFrame = CFrame.new(-153.5, 66.4996567, 17.5, 1, -0, -0, 0, -1, -0, 0, -0, -1)
  3995. p205.Anchored = true
  3996. p205.Elasticity = 0
  3997. p205.BottomSurface = Enum.SurfaceType.Smooth
  3998. p205.TopSurface = Enum.SurfaceType.Smooth
  3999. p205.BackParamA = -0
  4000. p205.BackParamB = 0
  4001. p205.BottomParamA = -0
  4002. p205.BottomParamB = 0
  4003. p205.FrontParamA = -0
  4004. p205.FrontParamB = 0
  4005. p205.LeftParamA = 0
  4006. p205.LeftParamB = 0
  4007. p205.RightParamA = 0
  4008. p205.RightParamB = 0
  4009. p205.TopParamA = 0
  4010. p205.TopParamB = 0
  4011. p206 = Instance.new("Part", m)
  4012. p206.BrickColor = BrickColor.new("Really black")
  4013. p206.FormFactor = Enum.FormFactor.Symmetric
  4014. p206.Size = Vector3.new(1, 1, 23)
  4015. p206.CFrame = CFrame.new(-164.77301, 77.5054092, 7, -2.79396772e-009, -0.453990519, 0.891006529, 1.49011612e-008, 0.89100647, 0.453990489, -0.999999881, 0, 0)
  4016. p206.Anchored = true
  4017. p206.Elasticity = 0
  4018. p206.BottomSurface = Enum.SurfaceType.Smooth
  4019. p206.TopSurface = Enum.SurfaceType.Smooth
  4020. p206.BackParamA = -0
  4021. p206.BackParamB = 0
  4022. p206.BottomParamA = -0
  4023. p206.BottomParamB = 0
  4024. p206.FrontParamA = -0
  4025. p206.FrontParamB = 0
  4026. p206.LeftParamA = 0
  4027. p206.LeftParamB = 0
  4028. p206.RightParamA = 0
  4029. p206.RightParamB = 0
  4030. p206.TopParamA = 0
  4031. p206.TopParamB = 0
  4032. p207 = Instance.new("Part", m)
  4033. p207.BrickColor = BrickColor.new("Really black")
  4034. p207.FormFactor = Enum.FormFactor.Symmetric
  4035. p207.Size = Vector3.new(1, 1, 52)
  4036. p207.CFrame = CFrame.new(-125, 66.4996567, 5.5, -0, -0, -1, -0, -1, -0, -1, -0, -0)
  4037. p207.Anchored = true
  4038. p207.Elasticity = 0
  4039. p207.BottomSurface = Enum.SurfaceType.Smooth
  4040. p207.TopSurface = Enum.SurfaceType.Smooth
  4041. p207.BackParamA = -0
  4042. p207.BackParamB = 0
  4043. p207.BottomParamA = -0
  4044. p207.BottomParamB = 0
  4045. p207.FrontParamA = -0
  4046. p207.FrontParamB = 0
  4047. p207.LeftParamA = 0
  4048. p207.LeftParamB = 0
  4049. p207.RightParamA = 0
  4050. p207.RightParamB = 0
  4051. p207.TopParamA = 0
  4052. p207.TopParamB = 0
  4053. p208 = Instance.new("Part", m)
  4054. p208.BrickColor = BrickColor.new("Institutional white")
  4055. p208.FormFactor = Enum.FormFactor.Symmetric
  4056. p208.Size = Vector3.new(22, 1, 23)
  4057. p208.CFrame = CFrame.new(-165, 68.5507431, 17.5, 1, -1.86264515e-009, -2.79396772e-009, 1.86264515e-009, -1, 1.49011612e-008, 2.79396772e-009, 1.49011612e-008, -0.999999881)
  4058. p208.Anchored = true
  4059. p208.Elasticity = 0
  4060. p208.BottomSurface = Enum.SurfaceType.Smooth
  4061. p208.TopSurface = Enum.SurfaceType.Smooth
  4062. p208.BackParamA = -0
  4063. p208.BackParamB = 0
  4064. p208.BottomParamA = -0
  4065. p208.BottomParamB = 0
  4066. p208.FrontParamA = -0
  4067. p208.FrontParamB = 0
  4068. p208.LeftParamA = 0
  4069. p208.LeftParamB = 0
  4070. p208.RightParamA = 0
  4071. p208.RightParamB = 0
  4072. p208.TopParamA = 0
  4073. p208.TopParamB = 0
  4074. p209 = Instance.new("Part", m)
  4075. p209.BrickColor = BrickColor.new("Institutional white")
  4076. p209.FormFactor = Enum.FormFactor.Symmetric
  4077. p209.Size = Vector3.new(15, 1, 2)
  4078. p209.CFrame = CFrame.new(-111.5, 71.0008621, 4.5, 1, -1.86264515e-009, -2.79396772e-009, 1.86264515e-009, -1, 1.49011612e-008, 2.79396772e-009, 1.49011612e-008, -0.999999881)
  4079. p209.Anchored = true
  4080. p209.Elasticity = 0
  4081. p209.BottomSurface = Enum.SurfaceType.Smooth
  4082. p209.TopSurface = Enum.SurfaceType.Smooth
  4083. p209.BackParamA = -0
  4084. p209.BackParamB = 0
  4085. p209.BottomParamA = -0
  4086. p209.BottomParamB = 0
  4087. p209.FrontParamA = -0
  4088. p209.FrontParamB = 0
  4089. p209.LeftParamA = 0
  4090. p209.LeftParamB = 0
  4091. p209.RightParamA = 0
  4092. p209.RightParamB = 0
  4093. p209.TopParamA = 0
  4094. p209.TopParamB = 0
  4095. p210 = Instance.new("Part", m)
  4096. p210.BrickColor = BrickColor.new("Really black")
  4097. p210.FormFactor = Enum.FormFactor.Symmetric
  4098. p210.Size = Vector3.new(58, 2, 25)
  4099. p210.CFrame = CFrame.new(-125, 68.999649, 17.5, 1, -0, -0, 0, -1, -0, 0, -0, -1)
  4100. p210.Anchored = true
  4101. p210.Elasticity = 0
  4102. p210.BottomSurface = Enum.SurfaceType.Smooth
  4103. p210.TopSurface = Enum.SurfaceType.Smooth
  4104. p210.BackParamA = -0
  4105. p210.BackParamB = 0
  4106. p210.BottomParamA = -0
  4107. p210.BottomParamB = 0
  4108. p210.FrontParamA = -0
  4109. p210.FrontParamB = 0
  4110. p210.LeftParamA = 0
  4111. p210.LeftParamB = 0
  4112. p210.RightParamA = 0
  4113. p210.RightParamB = 0
  4114. p210.TopParamA = 0
  4115. p210.TopParamB = 0
  4116. p211 = Instance.new("Part", m)
  4117. p211.BrickColor = BrickColor.new("Institutional white")
  4118. p211.FormFactor = Enum.FormFactor.Symmetric
  4119. p211.Size = Vector3.new(15, 1, 2)
  4120. p211.CFrame = CFrame.new(-135.5, 63.9030304, 0, -1, -1.86264515e-009, 2.79396772e-009, -1.86264515e-009, -1, -1.49011612e-008, -2.79396772e-009, 1.49011612e-008, 0.999999881)
  4121. p211.Anchored = true
  4122. p211.Elasticity = 0
  4123. p211.BottomSurface = Enum.SurfaceType.Smooth
  4124. p211.TopSurface = Enum.SurfaceType.Smooth
  4125. p211.BackParamA = -0
  4126. p211.BackParamB = 0
  4127. p211.BottomParamA = -0
  4128. p211.BottomParamB = 0
  4129. p211.FrontParamA = -0
  4130. p211.FrontParamB = 0
  4131. p211.LeftParamA = 0
  4132. p211.LeftParamB = 0
  4133. p211.RightParamA = 0
  4134. p211.RightParamB = 0
  4135. p211.TopParamA = 0
  4136. p211.TopParamB = 0
  4137. p212 = Instance.new("Part", m)
  4138. p212.BrickColor = BrickColor.new("Really black")
  4139. p212.FormFactor = Enum.FormFactor.Symmetric
  4140. p212.Size = Vector3.new(1, 2, 24)
  4141. p212.CFrame = CFrame.new(-143.5, 61.2558365, -2.35354996, -0.999999702, 7.4505806e-009, 4.65661287e-009, -1.86264515e-009, -0.70710659, 0.707106471, -4.65661287e-009, 0.707106471, 0.707106531)
  4142. p212.Anchored = true
  4143. p212.Elasticity = 0
  4144. p212.BottomSurface = Enum.SurfaceType.Smooth
  4145. p212.TopSurface = Enum.SurfaceType.Smooth
  4146. p212.BackParamA = -0
  4147. p212.BackParamB = 0
  4148. p212.BottomParamA = -0
  4149. p212.BottomParamB = 0
  4150. p212.FrontParamA = -0
  4151. p212.FrontParamB = 0
  4152. p212.LeftParamA = 0
  4153. p212.LeftParamB = 0
  4154. p212.RightParamA = 0
  4155. p212.RightParamB = 0
  4156. p212.TopParamA = 0
  4157. p212.TopParamB = 0
  4158. p213 = Instance.new("Part", m)
  4159. p213.BrickColor = BrickColor.new("Institutional white")
  4160. p213.FormFactor = Enum.FormFactor.Symmetric
  4161. p213.Size = Vector3.new(15, 1, 2)
  4162. p213.CFrame = CFrame.new(-135.5, 65.4011078, 1.5, -1, -1.86264515e-009, 2.79396772e-009, -1.86264515e-009, -1, -1.49011612e-008, -2.79396772e-009, 1.49011612e-008, 0.999999881)
  4163. p213.Anchored = true
  4164. p213.Elasticity = 0
  4165. p213.BottomSurface = Enum.SurfaceType.Smooth
  4166. p213.TopSurface = Enum.SurfaceType.Smooth
  4167. p213.BackParamA = -0
  4168. p213.BackParamB = 0
  4169. p213.BottomParamA = -0
  4170. p213.BottomParamB = 0
  4171. p213.FrontParamA = -0
  4172. p213.FrontParamB = 0
  4173. p213.LeftParamA = 0
  4174. p213.LeftParamB = 0
  4175. p213.RightParamA = 0
  4176. p213.RightParamB = 0
  4177. p213.TopParamA = 0
  4178. p213.TopParamB = 0
  4179. p214 = Instance.new("Part", m)
  4180. p214.BrickColor = BrickColor.new("Institutional white")
  4181. p214.FormFactor = Enum.FormFactor.Symmetric
  4182. p214.Size = Vector3.new(15, 1, 2)
  4183. p214.CFrame = CFrame.new(-135.5, 59.4010925, -4.5, -1, -1.86264515e-009, 2.79396772e-009, -1.86264515e-009, -1, -1.49011612e-008, -2.79396772e-009, 1.49011612e-008, 0.999999881)
  4184. p214.Anchored = true
  4185. p214.Elasticity = 0
  4186. p214.BottomSurface = Enum.SurfaceType.Smooth
  4187. p214.TopSurface = Enum.SurfaceType.Smooth
  4188. p214.BackParamA = -0
  4189. p214.BackParamB = 0
  4190. p214.BottomParamA = -0
  4191. p214.BottomParamB = 0
  4192. p214.FrontParamA = -0
  4193. p214.FrontParamB = 0
  4194. p214.LeftParamA = 0
  4195. p214.LeftParamB = 0
  4196. p214.RightParamA = 0
  4197. p214.RightParamB = 0
  4198. p214.TopParamA = 0
  4199. p214.TopParamB = 0
  4200. p215 = Instance.new("Part", m)
  4201. p215.BrickColor = BrickColor.new("Institutional white")
  4202. p215.FormFactor = Enum.FormFactor.Symmetric
  4203. p215.Size = Vector3.new(15, 1, 2)
  4204. p215.CFrame = CFrame.new(-135.5, 66.9029694, 3, -1, -1.86264515e-009, 2.79396772e-009, -1.86264515e-009, -1, -1.49011612e-008, -2.79396772e-009, 1.49011612e-008, 0.999999881)
  4205. p215.Anchored = true
  4206. p215.Elasticity = 0
  4207. p215.BottomSurface = Enum.SurfaceType.Smooth
  4208. p215.TopSurface = Enum.SurfaceType.Smooth
  4209. p215.BackParamA = -0
  4210. p215.BackParamB = 0
  4211. p215.BottomParamA = -0
  4212. p215.BottomParamB = 0
  4213. p215.FrontParamA = -0
  4214. p215.FrontParamB = 0
  4215. p215.LeftParamA = 0
  4216. p215.LeftParamB = 0
  4217. p215.RightParamA = 0
  4218. p215.RightParamB = 0
  4219. p215.TopParamA = 0
  4220. p215.TopParamB = 0
  4221. p216 = Instance.new("Part", m)
  4222. p216.BrickColor = BrickColor.new("Institutional white")
  4223. p216.FormFactor = Enum.FormFactor.Symmetric
  4224. p216.Size = Vector3.new(15, 1, 2)
  4225. p216.CFrame = CFrame.new(-135.5, 68.4010925, 4.5, -1, -1.86264515e-009, 2.79396772e-009, -1.86264515e-009, -1, -1.49011612e-008, -2.79396772e-009, 1.49011612e-008, 0.999999881)
  4226. p216.Anchored = true
  4227. p216.Elasticity = 0
  4228. p216.BottomSurface = Enum.SurfaceType.Smooth
  4229. p216.TopSurface = Enum.SurfaceType.Smooth
  4230. p216.BackParamA = -0
  4231. p216.BackParamB = 0
  4232. p216.BottomParamA = -0
  4233. p216.BottomParamB = 0
  4234. p216.FrontParamA = -0
  4235. p216.FrontParamB = 0
  4236. p216.LeftParamA = 0
  4237. p216.LeftParamB = 0
  4238. p216.RightParamA = 0
  4239. p216.RightParamB = 0
  4240. p216.TopParamA = 0
  4241. p216.TopParamB = 0
  4242. p217 = Instance.new("Part", m)
  4243. p217.BrickColor = BrickColor.new("Institutional white")
  4244. p217.FormFactor = Enum.FormFactor.Symmetric
  4245. p217.Size = Vector3.new(15, 1, 2)
  4246. p217.CFrame = CFrame.new(-135.5, 62.4010925, -1.5, -1, -1.86264515e-009, 2.79396772e-009, -1.86264515e-009, -1, -1.49011612e-008, -2.79396772e-009, 1.49011612e-008, 0.999999881)
  4247. p217.Anchored = true
  4248. p217.Elasticity = 0
  4249. p217.BottomSurface = Enum.SurfaceType.Smooth
  4250. p217.TopSurface = Enum.SurfaceType.Smooth
  4251. p217.BackParamA = -0
  4252. p217.BackParamB = 0
  4253. p217.BottomParamA = -0
  4254. p217.BottomParamB = 0
  4255. p217.FrontParamA = -0
  4256. p217.FrontParamB = 0
  4257. p217.LeftParamA = 0
  4258. p217.LeftParamB = 0
  4259. p217.RightParamA = 0
  4260. p217.RightParamB = 0
  4261. p217.TopParamA = 0
  4262. p217.TopParamB = 0
  4263. p218 = Instance.new("Part", m)
  4264. p218.BrickColor = BrickColor.new("Really black")
  4265. p218.FormFactor = Enum.FormFactor.Symmetric
  4266. p218.Size = Vector3.new(1, 2, 24)
  4267. p218.CFrame = CFrame.new(-127.5, 61.2558937, -2.35355806, -1, 7.4505806e-009, 9.31322575e-010, -1.86264515e-009, -0.707106709, 0.707106709, -2.79396772e-009, 0.70710665, 0.707106709)
  4268. p218.Anchored = true
  4269. p218.Elasticity = 0
  4270. p218.BottomSurface = Enum.SurfaceType.Smooth
  4271. p218.TopSurface = Enum.SurfaceType.Smooth
  4272. p218.BackParamA = -0
  4273. p218.BackParamB = 0
  4274. p218.BottomParamA = -0
  4275. p218.BottomParamB = 0
  4276. p218.FrontParamA = -0
  4277. p218.FrontParamB = 0
  4278. p218.LeftParamA = 0
  4279. p218.LeftParamB = 0
  4280. p218.RightParamA = 0
  4281. p218.RightParamB = 0
  4282. p218.TopParamA = 0
  4283. p218.TopParamB = 0
  4284. p219 = Instance.new("Part", m)
  4285. p219.BrickColor = BrickColor.new("Really black")
  4286. p219.FormFactor = Enum.FormFactor.Symmetric
  4287. p219.Size = Vector3.new(1, 1, 14)
  4288. p219.CFrame = CFrame.new(-110.5, 56.9030037, -18, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  4289. p219.Anchored = true
  4290. p219.Elasticity = 0
  4291. p219.BottomSurface = Enum.SurfaceType.Smooth
  4292. p219.TopSurface = Enum.SurfaceType.Smooth
  4293. p219.BackParamA = -0
  4294. p219.BackParamB = 0
  4295. p219.BottomParamA = -0
  4296. p219.BottomParamB = 0
  4297. p219.FrontParamA = -0
  4298. p219.FrontParamB = 0
  4299. p219.LeftParamA = 0
  4300. p219.LeftParamB = 0
  4301. p219.RightParamA = 0
  4302. p219.RightParamB = 0
  4303. p219.TopParamA = 0
  4304. p219.TopParamB = 0
  4305. p220 = Instance.new("Part", m)
  4306. p220.BrickColor = BrickColor.new("Institutional white")
  4307. p220.FormFactor = Enum.FormFactor.Symmetric
  4308. p220.Size = Vector3.new(15, 1, 2)
  4309. p220.CFrame = CFrame.new(-135.5, 60.9030037, -3, -1, -1.86264515e-009, 2.79396772e-009, -1.86264515e-009, -1, -1.49011612e-008, -2.79396772e-009, 1.49011612e-008, 0.999999881)
  4310. p220.Anchored = true
  4311. p220.Elasticity = 0
  4312. p220.BottomSurface = Enum.SurfaceType.Smooth
  4313. p220.TopSurface = Enum.SurfaceType.Smooth
  4314. p220.BackParamA = -0
  4315. p220.BackParamB = 0
  4316. p220.BottomParamA = -0
  4317. p220.BottomParamB = 0
  4318. p220.FrontParamA = -0
  4319. p220.FrontParamB = 0
  4320. p220.LeftParamA = 0
  4321. p220.LeftParamB = 0
  4322. p220.RightParamA = 0
  4323. p220.RightParamB = 0
  4324. p220.TopParamA = 0
  4325. p220.TopParamB = 0
  4326. p221 = Instance.new("Part", m)
  4327. p221.BrickColor = BrickColor.new("Really black")
  4328. p221.FormFactor = Enum.FormFactor.Symmetric
  4329. p221.Size = Vector3.new(1, 47, 1)
  4330. p221.CFrame = CFrame.new(-104, 66.5008087, -94, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  4331. p221.Anchored = true
  4332. p221.Elasticity = 0
  4333. p221.BottomSurface = Enum.SurfaceType.Smooth
  4334. p221.TopSurface = Enum.SurfaceType.Smooth
  4335. p221.BackParamA = -0
  4336. p221.BackParamB = 0
  4337. p221.BottomParamA = -0
  4338. p221.BottomParamB = 0
  4339. p221.FrontParamA = -0
  4340. p221.FrontParamB = 0
  4341. p221.LeftParamA = 0
  4342. p221.LeftParamB = 0
  4343. p221.RightParamA = 0
  4344. p221.RightParamB = 0
  4345. p221.TopParamA = 0
  4346. p221.TopParamB = 0
  4347. p222 = Instance.new("Part", m)
  4348. p222.BrickColor = BrickColor.new("Really black")
  4349. p222.FormFactor = Enum.FormFactor.Symmetric
  4350. p222.Size = Vector3.new(1, 47, 1)
  4351. p222.CFrame = CFrame.new(-84, 66.5008087, -93.9999924, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  4352. p222.Anchored = true
  4353. p222.Elasticity = 0
  4354. p222.BottomSurface = Enum.SurfaceType.Smooth
  4355. p222.TopSurface = Enum.SurfaceType.Smooth
  4356. p222.BackParamA = -0
  4357. p222.BackParamB = 0
  4358. p222.BottomParamA = -0
  4359. p222.BottomParamB = 0
  4360. p222.FrontParamA = -0
  4361. p222.FrontParamB = 0
  4362. p222.LeftParamA = 0
  4363. p222.LeftParamB = 0
  4364. p222.RightParamA = 0
  4365. p222.RightParamB = 0
  4366. p222.TopParamA = 0
  4367. p222.TopParamB = 0
  4368. p223 = Instance.new("Part", m)
  4369. p223.BrickColor = BrickColor.new("Really black")
  4370. p223.FormFactor = Enum.FormFactor.Symmetric
  4371. p223.Size = Vector3.new(1, 1, 14)
  4372. p223.CFrame = CFrame.new(-144.5, 56.9030037, -18, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  4373. p223.Anchored = true
  4374. p223.Elasticity = 0
  4375. p223.BottomSurface = Enum.SurfaceType.Smooth
  4376. p223.TopSurface = Enum.SurfaceType.Smooth
  4377. p223.BackParamA = -0
  4378. p223.BackParamB = 0
  4379. p223.BottomParamA = -0
  4380. p223.BottomParamB = 0
  4381. p223.FrontParamA = -0
  4382. p223.FrontParamB = 0
  4383. p223.LeftParamA = 0
  4384. p223.LeftParamB = 0
  4385. p223.RightParamA = 0
  4386. p223.RightParamB = 0
  4387. p223.TopParamA = 0
  4388. p223.TopParamB = 0
  4389. p224 = Instance.new("Part", m)
  4390. p224.BrickColor = BrickColor.new("Really black")
  4391. p224.FormFactor = Enum.FormFactor.Symmetric
  4392. p224.Size = Vector3.new(2, 27, 2)
  4393. p224.CFrame = CFrame.new(-145, 49.5014572, 21.4999847, -1, 1.86264515e-009, -9.22009349e-008, -1.86264515e-009, 1, 1.49011612e-008, 7.54371285e-008, -1.49011612e-008, -0.99999994)
  4394. p224.Anchored = true
  4395. p224.Elasticity = 0
  4396. p224.BottomSurface = Enum.SurfaceType.Smooth
  4397. p224.TopSurface = Enum.SurfaceType.Smooth
  4398. p224.BackParamA = -0
  4399. p224.BackParamB = 0
  4400. p224.BottomParamA = -0
  4401. p224.BottomParamB = 0
  4402. p224.FrontParamA = -0
  4403. p224.FrontParamB = 0
  4404. p224.LeftParamA = 0
  4405. p224.LeftParamB = 0
  4406. p224.RightParamA = 0
  4407. p224.RightParamB = 0
  4408. p224.TopParamA = 0
  4409. p224.TopParamB = 0
  4410. p225 = Instance.new("Part", m)
  4411. p225.BrickColor = BrickColor.new("Really black")
  4412. p225.FormFactor = Enum.FormFactor.Symmetric
  4413. p225.Size = Vector3.new(12, 97, 14)
  4414. p225.CFrame = CFrame.new(-87.4157715, 50.1722412, -27.4789581, 0.920140207, -0.100942656, 0.378357083, 0.140108183, 0.987112403, -0.0773831308, -0.365667552, 0.124214202, 0.922424614)
  4415. p225.Anchored = true
  4416. p225.Elasticity = 0
  4417. p225.BottomSurface = Enum.SurfaceType.Smooth
  4418. p225.TopSurface = Enum.SurfaceType.Smooth
  4419. p225.BackParamA = -0
  4420. p225.BackParamB = 0
  4421. p225.BottomParamA = -0
  4422. p225.BottomParamB = 0
  4423. p225.FrontParamA = -0
  4424. p225.FrontParamB = 0
  4425. p225.LeftParamA = 0
  4426. p225.LeftParamB = 0
  4427. p225.RightParamA = 0
  4428. p225.RightParamB = 0
  4429. p225.TopParamA = 0
  4430. p225.TopParamB = 0
  4431. p226 = Instance.new("Part", m)
  4432. p226.BrickColor = BrickColor.new("Institutional white")
  4433. p226.FormFactor = Enum.FormFactor.Symmetric
  4434. p226.Size = Vector3.new(15, 1, 2)
  4435. p226.CFrame = CFrame.new(-119.5, 52.2996483, -9, 1, -0, -0, 0, -1, -0, 0, -0, -1)
  4436. p226.Anchored = true
  4437. p226.Elasticity = 0
  4438. p226.BottomSurface = Enum.SurfaceType.Smooth
  4439. p226.TopSurface = Enum.SurfaceType.Smooth
  4440. p226.BackParamA = -0
  4441. p226.BackParamB = 0
  4442. p226.BottomParamA = -0
  4443. p226.BottomParamB = 0
  4444. p226.FrontParamA = -0
  4445. p226.FrontParamB = 0
  4446. p226.LeftParamA = 0
  4447. p226.LeftParamB = 0
  4448. p226.RightParamA = 0
  4449. p226.RightParamB = 0
  4450. p226.TopParamA = 0
  4451. p226.TopParamB = 0
  4452. p227 = Instance.new("Part", m)
  4453. p227.BrickColor = BrickColor.new("Institutional white")
  4454. p227.FormFactor = Enum.FormFactor.Symmetric
  4455. p227.Size = Vector3.new(15, 1, 2)
  4456. p227.CFrame = CFrame.new(-135.5, 56.4010925, -7.5, -1, -1.86264515e-009, 2.79396772e-009, -1.86264515e-009, -1, -1.49011612e-008, -2.79396772e-009, 1.49011612e-008, 0.999999881)
  4457. p227.Anchored = true
  4458. p227.Elasticity = 0
  4459. p227.BottomSurface = Enum.SurfaceType.Smooth
  4460. p227.TopSurface = Enum.SurfaceType.Smooth
  4461. p227.BackParamA = -0
  4462. p227.BackParamB = 0
  4463. p227.BottomParamA = -0
  4464. p227.BottomParamB = 0
  4465. p227.FrontParamA = -0
  4466. p227.FrontParamB = 0
  4467. p227.LeftParamA = 0
  4468. p227.LeftParamB = 0
  4469. p227.RightParamA = 0
  4470. p227.RightParamB = 0
  4471. p227.TopParamA = 0
  4472. p227.TopParamB = 0
  4473. p228 = Instance.new("Part", m)
  4474. p228.BrickColor = BrickColor.new("Institutional white")
  4475. p228.FormFactor = Enum.FormFactor.Symmetric
  4476. p228.Size = Vector3.new(15, 1, 2)
  4477. p228.CFrame = CFrame.new(-135.5, 57.9030037, -6, -1, -1.86264515e-009, 2.79396772e-009, -1.86264515e-009, -1, -1.49011612e-008, -2.79396772e-009, 1.49011612e-008, 0.999999881)
  4478. p228.Anchored = true
  4479. p228.Elasticity = 0
  4480. p228.BottomSurface = Enum.SurfaceType.Smooth
  4481. p228.TopSurface = Enum.SurfaceType.Smooth
  4482. p228.BackParamA = -0
  4483. p228.BackParamB = 0
  4484. p228.BottomParamA = -0
  4485. p228.BottomParamB = 0
  4486. p228.FrontParamA = -0
  4487. p228.FrontParamB = 0
  4488. p228.LeftParamA = 0
  4489. p228.LeftParamB = 0
  4490. p228.RightParamA = 0
  4491. p228.RightParamB = 0
  4492. p228.TopParamA = 0
  4493. p228.TopParamB = 0
  4494. p229 = Instance.new("Part", m)
  4495. p229.BrickColor = BrickColor.new("Really red")
  4496. p229.FormFactor = Enum.FormFactor.Symmetric
  4497. p229.Size = Vector3.new(1, 3, 38)
  4498. p229.CFrame = CFrame.new(-125, 71.499649, 29.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  4499. p229.Anchored = true
  4500. p229.Elasticity = 0
  4501. p229.BottomSurface = Enum.SurfaceType.Smooth
  4502. p229.TopSurface = Enum.SurfaceType.Smooth
  4503. p229.BackParamA = -0
  4504. p229.BackParamB = 0
  4505. p229.BottomParamA = -0
  4506. p229.BottomParamB = 0
  4507. p229.FrontParamA = -0
  4508. p229.FrontParamB = 0
  4509. p229.LeftParamA = 0
  4510. p229.LeftParamB = 0
  4511. p229.RightParamA = 0
  4512. p229.RightParamB = 0
  4513. p229.TopParamA = 0
  4514. p229.TopParamB = 0
  4515. p230 = Instance.new("Part", m)
  4516. p230.BrickColor = BrickColor.new("Really black")
  4517. p230.FormFactor = Enum.FormFactor.Symmetric
  4518. p230.Size = Vector3.new(2, 1, 7)
  4519. p230.CFrame = CFrame.new(-140.5, 73.5049133, 29.5, -2.79396772e-009, 1.86264515e-009, 1, 1.49011612e-008, 1, 1.86264515e-009, -0.999999881, -1.49011612e-008, 2.79396772e-009)
  4520. p230.Anchored = true
  4521. p230.Elasticity = 0
  4522. p230.BottomSurface = Enum.SurfaceType.Smooth
  4523. p230.TopSurface = Enum.SurfaceType.Smooth
  4524. p230.BackParamA = -0
  4525. p230.BackParamB = 0
  4526. p230.BottomParamA = -0
  4527. p230.BottomParamB = 0
  4528. p230.FrontParamA = -0
  4529. p230.FrontParamB = 0
  4530. p230.LeftParamA = 0
  4531. p230.LeftParamB = 0
  4532. p230.RightParamA = 0
  4533. p230.RightParamB = 0
  4534. p230.TopParamA = 0
  4535. p230.TopParamB = 0
  4536. p231 = Instance.new("Part", m)
  4537. p231.BrickColor = BrickColor.new("Really black")
  4538. p231.FormFactor = Enum.FormFactor.Symmetric
  4539. p231.Size = Vector3.new(1, 4, 1)
  4540. p231.CFrame = CFrame.new(-175, 71.0510941, 28, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  4541. p231.Anchored = true
  4542. p231.Elasticity = 0
  4543. p231.BottomSurface = Enum.SurfaceType.Smooth
  4544. p231.TopSurface = Enum.SurfaceType.Smooth
  4545. p231.BackParamA = -0
  4546. p231.BackParamB = 0
  4547. p231.BottomParamA = -0
  4548. p231.BottomParamB = 0
  4549. p231.FrontParamA = -0
  4550. p231.FrontParamB = 0
  4551. p231.LeftParamA = 0
  4552. p231.LeftParamB = 0
  4553. p231.RightParamA = 0
  4554. p231.RightParamB = 0
  4555. p231.TopParamA = 0
  4556. p231.TopParamB = 0
  4557. p232 = Instance.new("Part", m)
  4558. p232.BrickColor = BrickColor.new("Really black")
  4559. p232.FormFactor = Enum.FormFactor.Symmetric
  4560. p232.Size = Vector3.new(1, 1, 15)
  4561. p232.CFrame = CFrame.new(-167, 72.0510941, 28, -2.79396772e-009, 1.86264515e-009, 1, 1.49011612e-008, 1, 1.86264515e-009, -0.999999881, -1.49011612e-008, 2.79396772e-009)
  4562. p232.Anchored = true
  4563. p232.Elasticity = 0
  4564. p232.BottomSurface = Enum.SurfaceType.Smooth
  4565. p232.TopSurface = Enum.SurfaceType.Smooth
  4566. p232.BackParamA = -0
  4567. p232.BackParamB = 0
  4568. p232.BottomParamA = -0
  4569. p232.BottomParamB = 0
  4570. p232.FrontParamA = -0
  4571. p232.FrontParamB = 0
  4572. p232.LeftParamA = 0
  4573. p232.LeftParamB = 0
  4574. p232.RightParamA = 0
  4575. p232.RightParamB = 0
  4576. p232.TopParamA = 0
  4577. p232.TopParamB = 0
  4578. p233 = Instance.new("Part", m)
  4579. p233.BrickColor = BrickColor.new("Really black")
  4580. p233.FormFactor = Enum.FormFactor.Symmetric
  4581. p233.Size = Vector3.new(1, 1, 33)
  4582. p233.CFrame = CFrame.new(-127.5, 56.9030037, -25.5, -4.14438546e-008, -1.09896064e-007, 0.999999762, 0, 0.999999404, 1.41561031e-007, -0.999999702, -2.98023224e-008, 5.58793545e-009)
  4583. p233.Anchored = true
  4584. p233.Elasticity = 0
  4585. p233.BottomSurface = Enum.SurfaceType.Smooth
  4586. p233.TopSurface = Enum.SurfaceType.Smooth
  4587. p233.BackParamA = -0
  4588. p233.BackParamB = 0
  4589. p233.BottomParamA = -0
  4590. p233.BottomParamB = 0
  4591. p233.FrontParamA = -0
  4592. p233.FrontParamB = 0
  4593. p233.LeftParamA = 0
  4594. p233.LeftParamB = 0
  4595. p233.RightParamA = 0
  4596. p233.RightParamB = 0
  4597. p233.TopParamA = 0
  4598. p233.TopParamB = 0
  4599. p234 = Instance.new("Part", m)
  4600. p234.BrickColor = BrickColor.new("Really black")
  4601. p234.FormFactor = Enum.FormFactor.Symmetric
  4602. p234.Size = Vector3.new(1, 1, 52)
  4603. p234.CFrame = CFrame.new(-125, 66.4996567, 29.5, -0, -0, -1, -0, -1, -0, -1, -0, -0)
  4604. p234.Anchored = true
  4605. p234.Elasticity = 0
  4606. p234.BottomSurface = Enum.SurfaceType.Smooth
  4607. p234.TopSurface = Enum.SurfaceType.Smooth
  4608. p234.BackParamA = -0
  4609. p234.BackParamB = 0
  4610. p234.BottomParamA = -0
  4611. p234.BottomParamB = 0
  4612. p234.FrontParamA = -0
  4613. p234.FrontParamB = 0
  4614. p234.LeftParamA = 0
  4615. p234.LeftParamB = 0
  4616. p234.RightParamA = 0
  4617. p234.RightParamB = 0
  4618. p234.TopParamA = 0
  4619. p234.TopParamB = 0
  4620. p235 = Instance.new("Part", m)
  4621. p235.BrickColor = BrickColor.new("Really black")
  4622. p235.FormFactor = Enum.FormFactor.Symmetric
  4623. p235.Size = Vector3.new(2, 27, 2)
  4624. p235.CFrame = CFrame.new(-110, 49.5014572, 21.4999847, -1, 1.86264515e-009, -9.22009349e-008, -1.86264515e-009, 1, 1.49011612e-008, 7.54371285e-008, -1.49011612e-008, -0.99999994)
  4625. p235.Anchored = true
  4626. p235.Elasticity = 0
  4627. p235.BottomSurface = Enum.SurfaceType.Smooth
  4628. p235.TopSurface = Enum.SurfaceType.Smooth
  4629. p235.BackParamA = -0
  4630. p235.BackParamB = 0
  4631. p235.BottomParamA = -0
  4632. p235.BottomParamB = 0
  4633. p235.FrontParamA = -0
  4634. p235.FrontParamB = 0
  4635. p235.LeftParamA = 0
  4636. p235.LeftParamB = 0
  4637. p235.RightParamA = 0
  4638. p235.RightParamB = 0
  4639. p235.TopParamA = 0
  4640. p235.TopParamB = 0
  4641. p236 = Instance.new("Part", m)
  4642. p236.BrickColor = BrickColor.new("Institutional white")
  4643. p236.FormFactor = Enum.FormFactor.Symmetric
  4644. p236.Size = Vector3.new(15, 1, 2)
  4645. p236.CFrame = CFrame.new(-135.5, 54.9030762, -9, -1, -1.86264515e-009, 2.79396772e-009, -1.86264515e-009, -1, -1.49011612e-008, -2.79396772e-009, 1.49011612e-008, 0.999999881)
  4646. p236.Anchored = true
  4647. p236.Elasticity = 0
  4648. p236.BottomSurface = Enum.SurfaceType.Smooth
  4649. p236.TopSurface = Enum.SurfaceType.Smooth
  4650. p236.BackParamA = -0
  4651. p236.BackParamB = 0
  4652. p236.BottomParamA = -0
  4653. p236.BottomParamB = 0
  4654. p236.FrontParamA = -0
  4655. p236.FrontParamB = 0
  4656. p236.LeftParamA = 0
  4657. p236.LeftParamB = 0
  4658. p236.RightParamA = 0
  4659. p236.RightParamB = 0
  4660. p236.TopParamA = 0
  4661. p236.TopParamB = 0
  4662. p237 = Instance.new("Part", m)
  4663. p237.BrickColor = BrickColor.new("Institutional white")
  4664. p237.FormFactor = Enum.FormFactor.Symmetric
  4665. p237.Size = Vector3.new(15, 1, 2)
  4666. p237.CFrame = CFrame.new(-119.5, 44.7995796, -1.50001299, 1, -1.86264515e-009, -2.79396772e-009, 1.86264515e-009, -1, 1.49011612e-008, 2.79396772e-009, 1.49011612e-008, -0.999999881)
  4667. p237.Anchored = true
  4668. p237.Elasticity = 0
  4669. p237.BottomSurface = Enum.SurfaceType.Smooth
  4670. p237.TopSurface = Enum.SurfaceType.Smooth
  4671. p237.BackParamA = -0
  4672. p237.BackParamB = 0
  4673. p237.BottomParamA = -0
  4674. p237.BottomParamB = 0
  4675. p237.FrontParamA = -0
  4676. p237.FrontParamB = 0
  4677. p237.LeftParamA = 0
  4678. p237.LeftParamB = 0
  4679. p237.RightParamA = 0
  4680. p237.RightParamB = 0
  4681. p237.TopParamA = 0
  4682. p237.TopParamB = 0
  4683. p238 = Instance.new("Part", m)
  4684. p238.BrickColor = BrickColor.new("Institutional white")
  4685. p238.FormFactor = Enum.FormFactor.Symmetric
  4686. p238.Size = Vector3.new(15, 1, 2)
  4687. p238.CFrame = CFrame.new(-119.5, 46.2996483, -3, 1, -0, -0, 0, -1, -0, 0, -0, -1)
  4688. p238.Anchored = true
  4689. p238.Elasticity = 0
  4690. p238.BottomSurface = Enum.SurfaceType.Smooth
  4691. p238.TopSurface = Enum.SurfaceType.Smooth
  4692. p238.BackParamA = -0
  4693. p238.BackParamB = 0
  4694. p238.BottomParamA = -0
  4695. p238.BottomParamB = 0
  4696. p238.FrontParamA = -0
  4697. p238.FrontParamB = 0
  4698. p238.LeftParamA = 0
  4699. p238.LeftParamB = 0
  4700. p238.RightParamA = 0
  4701. p238.RightParamB = 0
  4702. p238.TopParamA = 0
  4703. p238.TopParamB = 0
  4704. p239 = Instance.new("Part", m)
  4705. p239.BrickColor = BrickColor.new("Institutional white")
  4706. p239.FormFactor = Enum.FormFactor.Symmetric
  4707. p239.Size = Vector3.new(35, 1, 16)
  4708. p239.CFrame = CFrame.new(-127.5, 53.4022942, -18, 0.999999881, 1.37835741e-007, 3.25962901e-009, 1.41561031e-007, -0.999999821, -1.49011612e-008, -1.81607902e-008, 2.98023224e-008, -0.999999762)
  4709. p239.Anchored = true
  4710. p239.Elasticity = 0
  4711. p239.BottomSurface = Enum.SurfaceType.Smooth
  4712. p239.TopSurface = Enum.SurfaceType.Smooth
  4713. p239.BackParamA = -0
  4714. p239.BackParamB = 0
  4715. p239.BottomParamA = -0
  4716. p239.BottomParamB = 0
  4717. p239.FrontParamA = -0
  4718. p239.FrontParamB = 0
  4719. p239.LeftParamA = 0
  4720. p239.LeftParamB = 0
  4721. p239.RightParamA = 0
  4722. p239.RightParamB = 0
  4723. p239.TopParamA = 0
  4724. p239.TopParamB = 0
  4725. p240 = Instance.new("Part", m)
  4726. p240.BrickColor = BrickColor.new("Institutional white")
  4727. p240.FormFactor = Enum.FormFactor.Symmetric
  4728. p240.Size = Vector3.new(15, 1, 2)
  4729. p240.CFrame = CFrame.new(-119.5, 49.2996483, -6, 1, -0, -0, 0, -1, -0, 0, -0, -1)
  4730. p240.Anchored = true
  4731. p240.Elasticity = 0
  4732. p240.BottomSurface = Enum.SurfaceType.Smooth
  4733. p240.TopSurface = Enum.SurfaceType.Smooth
  4734. p240.BackParamA = -0
  4735. p240.BackParamB = 0
  4736. p240.BottomParamA = -0
  4737. p240.BottomParamB = 0
  4738. p240.FrontParamA = -0
  4739. p240.FrontParamB = 0
  4740. p240.LeftParamA = 0
  4741. p240.LeftParamB = 0
  4742. p240.RightParamA = 0
  4743. p240.RightParamB = 0
  4744. p240.TopParamA = 0
  4745. p240.TopParamB = 0
  4746. p241 = Instance.new("Part", m)
  4747. p241.BrickColor = BrickColor.new("Institutional white")
  4748. p241.FormFactor = Enum.FormFactor.Symmetric
  4749. p241.Size = Vector3.new(15, 1, 2)
  4750. p241.CFrame = CFrame.new(-119.5, 50.7995796, -7.50001097, 1, -1.86264515e-009, -2.79396772e-009, 1.86264515e-009, -1, 1.49011612e-008, 2.79396772e-009, 1.49011612e-008, -0.999999881)
  4751. p241.Anchored = true
  4752. p241.Elasticity = 0
  4753. p241.BottomSurface = Enum.SurfaceType.Smooth
  4754. p241.TopSurface = Enum.SurfaceType.Smooth
  4755. p241.BackParamA = -0
  4756. p241.BackParamB = 0
  4757. p241.BottomParamA = -0
  4758. p241.BottomParamB = 0
  4759. p241.FrontParamA = -0
  4760. p241.FrontParamB = 0
  4761. p241.LeftParamA = 0
  4762. p241.LeftParamB = 0
  4763. p241.RightParamA = 0
  4764. p241.RightParamB = 0
  4765. p241.TopParamA = 0
  4766. p241.TopParamB = 0
  4767. p242 = Instance.new("Part", m)
  4768. p242.BrickColor = BrickColor.new("Institutional white")
  4769. p242.FormFactor = Enum.FormFactor.Symmetric
  4770. p242.Size = Vector3.new(16, 1, 8)
  4771. p242.CFrame = CFrame.new(-87, 42.4996452, -62, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  4772. p242.Anchored = true
  4773. p242.Elasticity = 0
  4774. p242.BottomSurface = Enum.SurfaceType.Smooth
  4775. p242.TopSurface = Enum.SurfaceType.Smooth
  4776. p242.BackParamA = -0
  4777. p242.BackParamB = 0
  4778. p242.BottomParamA = -0
  4779. p242.BottomParamB = 0
  4780. p242.FrontParamA = -0
  4781. p242.FrontParamB = 0
  4782. p242.LeftParamA = 0
  4783. p242.LeftParamB = 0
  4784. p242.RightParamA = 0
  4785. p242.RightParamB = 0
  4786. p242.TopParamA = 0
  4787. p242.TopParamB = 0
  4788. p243 = Instance.new("Part", m)
  4789. p243.BrickColor = BrickColor.new("Really black")
  4790. p243.FormFactor = Enum.FormFactor.Symmetric
  4791. p243.Size = Vector3.new(19, 1, 1)
  4792. p243.CFrame = CFrame.new(-94, 45.9995575, -55, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  4793. p243.Anchored = true
  4794. p243.Elasticity = 0
  4795. p243.BottomSurface = Enum.SurfaceType.Smooth
  4796. p243.TopSurface = Enum.SurfaceType.Smooth
  4797. p243.BackParamA = -0
  4798. p243.BackParamB = 0
  4799. p243.BottomParamA = -0
  4800. p243.BottomParamB = 0
  4801. p243.FrontParamA = -0
  4802. p243.FrontParamB = 0
  4803. p243.LeftParamA = 0
  4804. p243.LeftParamB = 0
  4805. p243.RightParamA = 0
  4806. p243.RightParamB = 0
  4807. p243.TopParamA = 0
  4808. p243.TopParamB = 0
  4809. p244 = Instance.new("Part", m)
  4810. p244.BrickColor = BrickColor.new("Institutional white")
  4811. p244.FormFactor = Enum.FormFactor.Symmetric
  4812. p244.Size = Vector3.new(15, 1, 2)
  4813. p244.CFrame = CFrame.new(-119.5, 47.7995796, -4.50000811, 1, -1.86264515e-009, -2.79396772e-009, 1.86264515e-009, -1, 1.49011612e-008, 2.79396772e-009, 1.49011612e-008, -0.999999881)
  4814. p244.Anchored = true
  4815. p244.Elasticity = 0
  4816. p244.BottomSurface = Enum.SurfaceType.Smooth
  4817. p244.TopSurface = Enum.SurfaceType.Smooth
  4818. p244.BackParamA = -0
  4819. p244.BackParamB = 0
  4820. p244.BottomParamA = -0
  4821. p244.BottomParamB = 0
  4822. p244.FrontParamA = -0
  4823. p244.FrontParamB = 0
  4824. p244.LeftParamA = 0
  4825. p244.LeftParamB = 0
  4826. p244.RightParamA = 0
  4827. p244.RightParamB = 0
  4828. p244.TopParamA = 0
  4829. p244.TopParamB = 0
  4830. p245 = Instance.new("Part", m)
  4831. p245.BrickColor = BrickColor.new("Really black")
  4832. p245.FormFactor = Enum.FormFactor.Symmetric
  4833. p245.Size = Vector3.new(2, 27, 2)
  4834. p245.CFrame = CFrame.new(-110, 49.5014381, 5.5, -1, 1.86264515e-009, -9.22009349e-008, -1.86264515e-009, 1, 1.49011612e-008, 7.54371285e-008, -1.49011612e-008, -0.99999994)
  4835. p245.Anchored = true
  4836. p245.Elasticity = 0
  4837. p245.BottomSurface = Enum.SurfaceType.Smooth
  4838. p245.TopSurface = Enum.SurfaceType.Smooth
  4839. p245.BackParamA = -0
  4840. p245.BackParamB = 0
  4841. p245.BottomParamA = -0
  4842. p245.BottomParamB = 0
  4843. p245.FrontParamA = -0
  4844. p245.FrontParamB = 0
  4845. p245.LeftParamA = 0
  4846. p245.LeftParamB = 0
  4847. p245.RightParamA = 0
  4848. p245.RightParamB = 0
  4849. p245.TopParamA = 0
  4850. p245.TopParamB = 0
  4851. p246 = Instance.new("Part", m)
  4852. p246.BrickColor = BrickColor.new("Institutional white")
  4853. p246.FormFactor = Enum.FormFactor.Symmetric
  4854. p246.Size = Vector3.new(15, 1, 2)
  4855. p246.CFrame = CFrame.new(-119.5, 38.7995911, 4.4999671, 1, -1.86264515e-009, -2.79396772e-009, 1.86264515e-009, -1, 1.49011612e-008, 2.79396772e-009, 1.49011612e-008, -0.999999881)
  4856. p246.Anchored = true
  4857. p246.Elasticity = 0
  4858. p246.BottomSurface = Enum.SurfaceType.Smooth
  4859. p246.TopSurface = Enum.SurfaceType.Smooth
  4860. p246.BackParamA = -0
  4861. p246.BackParamB = 0
  4862. p246.BottomParamA = -0
  4863. p246.BottomParamB = 0
  4864. p246.FrontParamA = -0
  4865. p246.FrontParamB = 0
  4866. p246.LeftParamA = 0
  4867. p246.LeftParamB = 0
  4868. p246.RightParamA = 0
  4869. p246.RightParamB = 0
  4870. p246.TopParamA = 0
  4871. p246.TopParamB = 0
  4872. p247 = Instance.new("Part", m)
  4873. p247.BrickColor = BrickColor.new("Institutional white")
  4874. p247.FormFactor = Enum.FormFactor.Symmetric
  4875. p247.Size = Vector3.new(15, 1, 2)
  4876. p247.CFrame = CFrame.new(-119.5, 40.2996674, 3, 1, -0, -0, 0, -1, -0, 0, -0, -1)
  4877. p247.Anchored = true
  4878. p247.Elasticity = 0
  4879. p247.BottomSurface = Enum.SurfaceType.Smooth
  4880. p247.TopSurface = Enum.SurfaceType.Smooth
  4881. p247.BackParamA = -0
  4882. p247.BackParamB = 0
  4883. p247.BottomParamA = -0
  4884. p247.BottomParamB = 0
  4885. p247.FrontParamA = -0
  4886. p247.FrontParamB = 0
  4887. p247.LeftParamA = 0
  4888. p247.LeftParamB = 0
  4889. p247.RightParamA = 0
  4890. p247.RightParamB = 0
  4891. p247.TopParamA = 0
  4892. p247.TopParamB = 0
  4893. p248 = Instance.new("Part", m)
  4894. p248.BrickColor = BrickColor.new("Really black")
  4895. p248.FormFactor = Enum.FormFactor.Symmetric
  4896. p248.Size = Vector3.new(1, 1, 38)
  4897. p248.CFrame = CFrame.new(-84, 45.9995575, -74.5, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  4898. p248.Anchored = true
  4899. p248.Elasticity = 0
  4900. p248.BottomSurface = Enum.SurfaceType.Smooth
  4901. p248.TopSurface = Enum.SurfaceType.Smooth
  4902. p248.BackParamA = -0
  4903. p248.BackParamB = 0
  4904. p248.BottomParamA = -0
  4905. p248.BottomParamB = 0
  4906. p248.FrontParamA = -0
  4907. p248.FrontParamB = 0
  4908. p248.LeftParamA = 0
  4909. p248.LeftParamB = 0
  4910. p248.RightParamA = 0
  4911. p248.RightParamB = 0
  4912. p248.TopParamA = 0
  4913. p248.TopParamB = 0
  4914. p249 = Instance.new("Part", m)
  4915. p249.BrickColor = BrickColor.new("Really black")
  4916. p249.FormFactor = Enum.FormFactor.Symmetric
  4917. p249.Size = Vector3.new(19, 1, 1)
  4918. p249.CFrame = CFrame.new(-94, 45.9995117, -94, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  4919. p249.Anchored = true
  4920. p249.Elasticity = 0
  4921. p249.BottomSurface = Enum.SurfaceType.Smooth
  4922. p249.TopSurface = Enum.SurfaceType.Smooth
  4923. p249.BackParamA = -0
  4924. p249.BackParamB = 0
  4925. p249.BottomParamA = -0
  4926. p249.BottomParamB = 0
  4927. p249.FrontParamA = -0
  4928. p249.FrontParamB = 0
  4929. p249.LeftParamA = 0
  4930. p249.LeftParamB = 0
  4931. p249.RightParamA = 0
  4932. p249.RightParamB = 0
  4933. p249.TopParamA = 0
  4934. p249.TopParamB = 0
  4935. p250 = Instance.new("Part", m)
  4936. p250.BrickColor = BrickColor.new("Institutional white")
  4937. p250.FormFactor = Enum.FormFactor.Symmetric
  4938. p250.Size = Vector3.new(15, 1, 2)
  4939. p250.CFrame = CFrame.new(-119.5, 41.7995796, 1.49998701, 1, -1.86264515e-009, -2.79396772e-009, 1.86264515e-009, -1, 1.49011612e-008, 2.79396772e-009, 1.49011612e-008, -0.999999881)
  4940. p250.Anchored = true
  4941. p250.Elasticity = 0
  4942. p250.BottomSurface = Enum.SurfaceType.Smooth
  4943. p250.TopSurface = Enum.SurfaceType.Smooth
  4944. p250.BackParamA = -0
  4945. p250.BackParamB = 0
  4946. p250.BottomParamA = -0
  4947. p250.BottomParamB = 0
  4948. p250.FrontParamA = -0
  4949. p250.FrontParamB = 0
  4950. p250.LeftParamA = 0
  4951. p250.LeftParamB = 0
  4952. p250.RightParamA = 0
  4953. p250.RightParamB = 0
  4954. p250.TopParamA = 0
  4955. p250.TopParamB = 0
  4956. p251 = Instance.new("Part", m)
  4957. p251.BrickColor = BrickColor.new("Really black")
  4958. p251.FormFactor = Enum.FormFactor.Symmetric
  4959. p251.Size = Vector3.new(1, 2, 24)
  4960. p251.CFrame = CFrame.new(-111.5, 45.1547775, -2.14646792, 0.999999702, -7.4505806e-009, -1.11758709e-008, 1.86264515e-009, -0.70710659, 0.707106471, 4.65661287e-009, -0.707106471, -0.707106531)
  4961. p251.Anchored = true
  4962. p251.Elasticity = 0
  4963. p251.BottomSurface = Enum.SurfaceType.Smooth
  4964. p251.TopSurface = Enum.SurfaceType.Smooth
  4965. p251.BackParamA = -0
  4966. p251.BackParamB = 0
  4967. p251.BottomParamA = -0
  4968. p251.BottomParamB = 0
  4969. p251.FrontParamA = -0
  4970. p251.FrontParamB = 0
  4971. p251.LeftParamA = 0
  4972. p251.LeftParamB = 0
  4973. p251.RightParamA = 0
  4974. p251.RightParamB = 0
  4975. p251.TopParamA = 0
  4976. p251.TopParamB = 0
  4977. p252 = Instance.new("Part", m)
  4978. p252.BrickColor = BrickColor.new("Institutional white")
  4979. p252.FormFactor = Enum.FormFactor.Symmetric
  4980. p252.Size = Vector3.new(15, 1, 2)
  4981. p252.CFrame = CFrame.new(-119.5, 43.2996674, 0, 1, -0, -0, 0, -1, -0, 0, -0, -1)
  4982. p252.Anchored = true
  4983. p252.Elasticity = 0
  4984. p252.BottomSurface = Enum.SurfaceType.Smooth
  4985. p252.TopSurface = Enum.SurfaceType.Smooth
  4986. p252.BackParamA = -0
  4987. p252.BackParamB = 0
  4988. p252.BottomParamA = -0
  4989. p252.BottomParamB = 0
  4990. p252.FrontParamA = -0
  4991. p252.FrontParamB = 0
  4992. p252.LeftParamA = 0
  4993. p252.LeftParamB = 0
  4994. p252.RightParamA = 0
  4995. p252.RightParamB = 0
  4996. p252.TopParamA = 0
  4997. p252.TopParamB = 0
  4998. p253 = Instance.new("Part", m)
  4999. p253.BrickColor = BrickColor.new("Really black")
  5000. p253.FormFactor = Enum.FormFactor.Symmetric
  5001. p253.Size = Vector3.new(1, 1, 38)
  5002. p253.CFrame = CFrame.new(-104, 45.9995575, -74.5, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  5003. p253.Anchored = true
  5004. p253.Elasticity = 0
  5005. p253.BottomSurface = Enum.SurfaceType.Smooth
  5006. p253.TopSurface = Enum.SurfaceType.Smooth
  5007. p253.BackParamA = -0
  5008. p253.BackParamB = 0
  5009. p253.BottomParamA = -0
  5010. p253.BottomParamB = 0
  5011. p253.FrontParamA = -0
  5012. p253.FrontParamB = 0
  5013. p253.LeftParamA = 0
  5014. p253.LeftParamB = 0
  5015. p253.RightParamA = 0
  5016. p253.RightParamB = 0
  5017. p253.TopParamA = 0
  5018. p253.TopParamB = 0
  5019. p254 = Instance.new("Part", m)
  5020. p254.BrickColor = BrickColor.new("Really black")
  5021. p254.FormFactor = Enum.FormFactor.Symmetric
  5022. p254.Size = Vector3.new(2, 79, 2)
  5023. p254.CFrame = CFrame.new(-110, 39.5012321, -10.0000038, 0.999998748, -5.21540642e-008, 2.00234354e-008, 1.00582838e-007, 0.999999225, -1.04308128e-007, 2.70083547e-008, 7.4505806e-008, 0.999999106)
  5024. p254.Anchored = true
  5025. p254.Elasticity = 0
  5026. p254.BottomSurface = Enum.SurfaceType.Smooth
  5027. p254.TopSurface = Enum.SurfaceType.Smooth
  5028. p254.BackParamA = -0
  5029. p254.BackParamB = 0
  5030. p254.BottomParamA = -0
  5031. p254.BottomParamB = 0
  5032. p254.FrontParamA = -0
  5033. p254.FrontParamB = 0
  5034. p254.LeftParamA = 0
  5035. p254.LeftParamB = 0
  5036. p254.RightParamA = 0
  5037. p254.RightParamB = 0
  5038. p254.TopParamA = 0
  5039. p254.TopParamB = 0
  5040. p255 = Instance.new("Part", m)
  5041. p255.BrickColor = BrickColor.new("Institutional white")
  5042. p255.FormFactor = Enum.FormFactor.Symmetric
  5043. p255.Size = Vector3.new(35, 1, 16)
  5044. p255.CFrame = CFrame.new(-127.5, 37.4016495, 13.4999676, -0.999999821, -1.37835741e-007, 8.47503543e-008, 1.34110451e-007, -0.999999821, -4.47034836e-008, 1.00117177e-007, -2.98023224e-008, 0.999999821)
  5045. p255.Anchored = true
  5046. p255.Elasticity = 0
  5047. p255.BottomSurface = Enum.SurfaceType.Smooth
  5048. p255.TopSurface = Enum.SurfaceType.Smooth
  5049. p255.BackParamA = -0
  5050. p255.BackParamB = 0
  5051. p255.BottomParamA = -0
  5052. p255.BottomParamB = 0
  5053. p255.FrontParamA = -0
  5054. p255.FrontParamB = 0
  5055. p255.LeftParamA = 0
  5056. p255.LeftParamB = 0
  5057. p255.RightParamA = 0
  5058. p255.RightParamB = 0
  5059. p255.TopParamA = 0
  5060. p255.TopParamB = 0
  5061. p256 = Instance.new("Part", m)
  5062. p256.BrickColor = BrickColor.new("Institutional white")
  5063. p256.FormFactor = Enum.FormFactor.Symmetric
  5064. p256.Size = Vector3.new(22, 1, 25)
  5065. p256.CFrame = CFrame.new(-94, 42.4996452, -82.5, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  5066. p256.Anchored = true
  5067. p256.Elasticity = 0
  5068. p256.BottomSurface = Enum.SurfaceType.Smooth
  5069. p256.TopSurface = Enum.SurfaceType.Smooth
  5070. p256.BackParamA = -0
  5071. p256.BackParamB = 0
  5072. p256.BottomParamA = -0
  5073. p256.BottomParamB = 0
  5074. p256.FrontParamA = -0
  5075. p256.FrontParamB = 0
  5076. p256.LeftParamA = 0
  5077. p256.LeftParamB = 0
  5078. p256.RightParamA = 0
  5079. p256.RightParamB = 0
  5080. p256.TopParamA = 0
  5081. p256.TopParamB = 0
  5082. p257 = Instance.new("Part", m)
  5083. p257.BrickColor = BrickColor.new("Really black")
  5084. p257.FormFactor = Enum.FormFactor.Symmetric
  5085. p257.Size = Vector3.new(1, 1, 14)
  5086. p257.CFrame = CFrame.new(-144.5, 40.9016266, 13.4999838, -1, 1.86264515e-009, -9.22009349e-008, -1.86264515e-009, 1, 1.49011612e-008, 7.54371285e-008, -1.49011612e-008, -0.99999994)
  5087. p257.Anchored = true
  5088. p257.Elasticity = 0
  5089. p257.BottomSurface = Enum.SurfaceType.Smooth
  5090. p257.TopSurface = Enum.SurfaceType.Smooth
  5091. p257.BackParamA = -0
  5092. p257.BackParamB = 0
  5093. p257.BottomParamA = -0
  5094. p257.BottomParamB = 0
  5095. p257.FrontParamA = -0
  5096. p257.FrontParamB = 0
  5097. p257.LeftParamA = 0
  5098. p257.LeftParamB = 0
  5099. p257.RightParamA = 0
  5100. p257.RightParamB = 0
  5101. p257.TopParamA = 0
  5102. p257.TopParamB = 0
  5103. p258 = Instance.new("Part", m)
  5104. p258.BrickColor = BrickColor.new("Really black")
  5105. p258.FormFactor = Enum.FormFactor.Symmetric
  5106. p258.Size = Vector3.new(2, 79, 2)
  5107. p258.CFrame = CFrame.new(-110, 39.5012512, -26.0000381, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  5108. p258.Anchored = true
  5109. p258.Elasticity = 0
  5110. p258.BottomSurface = Enum.SurfaceType.Smooth
  5111. p258.TopSurface = Enum.SurfaceType.Smooth
  5112. p258.BackParamA = -0
  5113. p258.BackParamB = 0
  5114. p258.BottomParamA = -0
  5115. p258.BottomParamB = 0
  5116. p258.FrontParamA = -0
  5117. p258.FrontParamB = 0
  5118. p258.LeftParamA = 0
  5119. p258.LeftParamB = 0
  5120. p258.RightParamA = 0
  5121. p258.RightParamB = 0
  5122. p258.TopParamA = 0
  5123. p258.TopParamB = 0
  5124. p259 = Instance.new("Part", m)
  5125. p259.BrickColor = BrickColor.new("Really black")
  5126. p259.FormFactor = Enum.FormFactor.Symmetric
  5127. p259.Size = Vector3.new(1, 2, 24)
  5128. p259.CFrame = CFrame.new(-127.5, 45.1547775, -2.14649606, 1, -9.31322575e-010, -7.4505806e-009, 1.86264515e-009, -0.707106709, 0.707106709, 2.79396772e-009, -0.707106709, -0.70710665)
  5129. p259.Anchored = true
  5130. p259.Elasticity = 0
  5131. p259.BottomSurface = Enum.SurfaceType.Smooth
  5132. p259.TopSurface = Enum.SurfaceType.Smooth
  5133. p259.BackParamA = -0
  5134. p259.BackParamB = 0
  5135. p259.BottomParamA = -0
  5136. p259.BottomParamB = 0
  5137. p259.FrontParamA = -0
  5138. p259.FrontParamB = 0
  5139. p259.LeftParamA = 0
  5140. p259.LeftParamB = 0
  5141. p259.RightParamA = 0
  5142. p259.RightParamB = 0
  5143. p259.TopParamA = 0
  5144. p259.TopParamB = 0
  5145. p260 = Instance.new("Part", m)
  5146. p260.BrickColor = BrickColor.new("Really black")
  5147. p260.FormFactor = Enum.FormFactor.Symmetric
  5148. p260.Size = Vector3.new(2, 79, 2)
  5149. p260.CFrame = CFrame.new(-92, 39.4996452, -61, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  5150. p260.Anchored = true
  5151. p260.Elasticity = 0
  5152. p260.BottomSurface = Enum.SurfaceType.Smooth
  5153. p260.TopSurface = Enum.SurfaceType.Smooth
  5154. p260.BackParamA = -0
  5155. p260.BackParamB = 0
  5156. p260.BottomParamA = -0
  5157. p260.BottomParamB = 0
  5158. p260.FrontParamA = -0
  5159. p260.FrontParamB = 0
  5160. p260.LeftParamA = 0
  5161. p260.LeftParamB = 0
  5162. p260.RightParamA = 0
  5163. p260.RightParamB = 0
  5164. p260.TopParamA = 0
  5165. p260.TopParamB = 0
  5166. p261 = Instance.new("Part", m)
  5167. p261.BrickColor = BrickColor.new("Institutional white")
  5168. p261.FormFactor = Enum.FormFactor.Symmetric
  5169. p261.Size = Vector3.new(10, 1, 4)
  5170. p261.CFrame = CFrame.new(-103, 42.4996452, -65, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  5171. p261.Anchored = true
  5172. p261.Elasticity = 0
  5173. p261.BottomSurface = Enum.SurfaceType.Smooth
  5174. p261.TopSurface = Enum.SurfaceType.Smooth
  5175. p261.BackParamA = -0
  5176. p261.BackParamB = 0
  5177. p261.BottomParamA = -0
  5178. p261.BottomParamB = 0
  5179. p261.FrontParamA = -0
  5180. p261.FrontParamB = 0
  5181. p261.LeftParamA = 0
  5182. p261.LeftParamB = 0
  5183. p261.RightParamA = 0
  5184. p261.RightParamB = 0
  5185. p261.TopParamA = 0
  5186. p261.TopParamB = 0
  5187. p262 = Instance.new("Part", m)
  5188. p262.BrickColor = BrickColor.new("Really black")
  5189. p262.FormFactor = Enum.FormFactor.Symmetric
  5190. p262.Size = Vector3.new(1, 1, 14)
  5191. p262.CFrame = CFrame.new(-110.5, 40.9016495, 13.4999676, -1, 1.86264515e-009, -9.22009349e-008, -1.86264515e-009, 1, 1.49011612e-008, 7.54371285e-008, -1.49011612e-008, -0.99999994)
  5192. p262.Anchored = true
  5193. p262.Elasticity = 0
  5194. p262.BottomSurface = Enum.SurfaceType.Smooth
  5195. p262.TopSurface = Enum.SurfaceType.Smooth
  5196. p262.BackParamA = -0
  5197. p262.BackParamB = 0
  5198. p262.BottomParamA = -0
  5199. p262.BottomParamB = 0
  5200. p262.FrontParamA = -0
  5201. p262.FrontParamB = 0
  5202. p262.LeftParamA = 0
  5203. p262.LeftParamB = 0
  5204. p262.RightParamA = 0
  5205. p262.RightParamB = 0
  5206. p262.TopParamA = 0
  5207. p262.TopParamB = 0
  5208. p263 = Instance.new("Part", m)
  5209. p263.BrickColor = BrickColor.new("Really black")
  5210. p263.FormFactor = Enum.FormFactor.Symmetric
  5211. p263.Size = Vector3.new(1, 1, 33)
  5212. p263.CFrame = CFrame.new(-127.5, 40.9016495, 20.9999695, 1.3038516e-007, 1.11758709e-007, -0.999999702, -2.98023224e-008, 0.999999404, 1.35973096e-007, 0.999999762, 2.98023224e-008, 7.59027898e-008)
  5213. p263.Anchored = true
  5214. p263.Elasticity = 0
  5215. p263.BottomSurface = Enum.SurfaceType.Smooth
  5216. p263.TopSurface = Enum.SurfaceType.Smooth
  5217. p263.BackParamA = -0
  5218. p263.BackParamB = 0
  5219. p263.BottomParamA = -0
  5220. p263.BottomParamB = 0
  5221. p263.FrontParamA = -0
  5222. p263.FrontParamB = 0
  5223. p263.LeftParamA = 0
  5224. p263.LeftParamB = 0
  5225. p263.RightParamA = 0
  5226. p263.RightParamB = 0
  5227. p263.TopParamA = 0
  5228. p263.TopParamB = 0
  5229. p264 = Instance.new("Part", m)
  5230. p264.BrickColor = BrickColor.new("Really black")
  5231. p264.FormFactor = Enum.FormFactor.Symmetric
  5232. p264.Size = Vector3.new(2, 27, 2)
  5233. p264.CFrame = CFrame.new(-145, 49.5014381, 5.49998379, -0.999998689, 5.40167093e-008, -1.05705112e-007, 9.31322575e-008, 0.999999166, -7.4505806e-008, 6.42612576e-008, -7.4505806e-008, -0.999999046)
  5234. p264.Anchored = true
  5235. p264.Elasticity = 0
  5236. p264.BottomSurface = Enum.SurfaceType.Smooth
  5237. p264.TopSurface = Enum.SurfaceType.Smooth
  5238. p264.BackParamA = -0
  5239. p264.BackParamB = 0
  5240. p264.BottomParamA = -0
  5241. p264.BottomParamB = 0
  5242. p264.FrontParamA = -0
  5243. p264.FrontParamB = 0
  5244. p264.LeftParamA = 0
  5245. p264.LeftParamB = 0
  5246. p264.RightParamA = 0
  5247. p264.RightParamB = 0
  5248. p264.TopParamA = 0
  5249. p264.TopParamB = 0
  5250. p265 = Instance.new("Part", m)
  5251. p265.BrickColor = BrickColor.new("Institutional white")
  5252. p265.FormFactor = Enum.FormFactor.Symmetric
  5253. p265.Size = Vector3.new(14, 1, 6)
  5254. p265.CFrame = CFrame.new(-98, 42.4996452, -57, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  5255. p265.Anchored = true
  5256. p265.Elasticity = 0
  5257. p265.BottomSurface = Enum.SurfaceType.Smooth
  5258. p265.TopSurface = Enum.SurfaceType.Smooth
  5259. p265.BackParamA = -0
  5260. p265.BackParamB = 0
  5261. p265.BottomParamA = -0
  5262. p265.BottomParamB = 0
  5263. p265.FrontParamA = -0
  5264. p265.FrontParamB = 0
  5265. p265.LeftParamA = 0
  5266. p265.LeftParamB = 0
  5267. p265.RightParamA = 0
  5268. p265.RightParamB = 0
  5269. p265.TopParamA = 0
  5270. p265.TopParamB = 0
  5271. p266 = Instance.new("Part", m)
  5272. p266.BrickColor = BrickColor.new("Really black")
  5273. p266.FormFactor = Enum.FormFactor.Symmetric
  5274. p266.Size = Vector3.new(2, 86, 2)
  5275. p266.CFrame = CFrame.new(-88, 42.9996452, -88, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  5276. p266.Anchored = true
  5277. p266.Elasticity = 0
  5278. p266.BottomSurface = Enum.SurfaceType.Smooth
  5279. p266.TopSurface = Enum.SurfaceType.Smooth
  5280. p266.BackParamA = -0
  5281. p266.BackParamB = 0
  5282. p266.BottomParamA = -0
  5283. p266.BottomParamB = 0
  5284. p266.FrontParamA = -0
  5285. p266.FrontParamB = 0
  5286. p266.LeftParamA = 0
  5287. p266.LeftParamB = 0
  5288. p266.RightParamA = 0
  5289. p266.RightParamB = 0
  5290. p266.TopParamA = 0
  5291. p266.TopParamB = 0
  5292. p267 = Instance.new("Part", m)
  5293. p267.BrickColor = BrickColor.new("Institutional white")
  5294. p267.FormFactor = Enum.FormFactor.Symmetric
  5295. p267.Size = Vector3.new(15, 1, 2)
  5296. p267.CFrame = CFrame.new(-119.5, 18.7497826, -7.50003004, 1, -1.86264515e-009, -2.79396772e-009, 1.86264515e-009, -1, 1.49011612e-008, 2.79396772e-009, 1.49011612e-008, -0.999999881)
  5297. p267.Anchored = true
  5298. p267.Elasticity = 0
  5299. p267.BottomSurface = Enum.SurfaceType.Smooth
  5300. p267.TopSurface = Enum.SurfaceType.Smooth
  5301. p267.BackParamA = -0
  5302. p267.BackParamB = 0
  5303. p267.BottomParamA = -0
  5304. p267.BottomParamB = 0
  5305. p267.FrontParamA = -0
  5306. p267.FrontParamB = 0
  5307. p267.LeftParamA = 0
  5308. p267.LeftParamB = 0
  5309. p267.RightParamA = 0
  5310. p267.RightParamB = 0
  5311. p267.TopParamA = 0
  5312. p267.TopParamB = 0
  5313. p268 = Instance.new("Part", m)
  5314. p268.BrickColor = BrickColor.new("Institutional white")
  5315. p268.FormFactor = Enum.FormFactor.Symmetric
  5316. p268.Size = Vector3.new(15, 1, 2)
  5317. p268.CFrame = CFrame.new(-135.5, 33.3496437, 1.49998701, -1, -1.86264515e-009, 2.79396772e-009, -1.86264515e-009, -1, -1.49011612e-008, -2.79396772e-009, 1.49011612e-008, 0.999999881)
  5318. p268.Anchored = true
  5319. p268.Elasticity = 0
  5320. p268.BottomSurface = Enum.SurfaceType.Smooth
  5321. p268.TopSurface = Enum.SurfaceType.Smooth
  5322. p268.BackParamA = -0
  5323. p268.BackParamB = 0
  5324. p268.BottomParamA = -0
  5325. p268.BottomParamB = 0
  5326. p268.FrontParamA = -0
  5327. p268.FrontParamB = 0
  5328. p268.LeftParamA = 0
  5329. p268.LeftParamB = 0
  5330. p268.RightParamA = 0
  5331. p268.RightParamB = 0
  5332. p268.TopParamA = 0
  5333. p268.TopParamB = 0
  5334. p269 = Instance.new("Part", m)
  5335. p269.BrickColor = BrickColor.new("Institutional white")
  5336. p269.FormFactor = Enum.FormFactor.Symmetric
  5337. p269.Size = Vector3.new(15, 1, 2)
  5338. p269.CFrame = CFrame.new(-135.5, 36.3496132, 4.4999671, -1, -1.86264515e-009, 2.79396772e-009, -1.86264515e-009, -1, -1.49011612e-008, -2.79396772e-009, 1.49011612e-008, 0.999999881)
  5339. p269.Anchored = true
  5340. p269.Elasticity = 0
  5341. p269.BottomSurface = Enum.SurfaceType.Smooth
  5342. p269.TopSurface = Enum.SurfaceType.Smooth
  5343. p269.BackParamA = -0
  5344. p269.BackParamB = 0
  5345. p269.BottomParamA = -0
  5346. p269.BottomParamB = 0
  5347. p269.FrontParamA = -0
  5348. p269.FrontParamB = 0
  5349. p269.LeftParamA = 0
  5350. p269.LeftParamB = 0
  5351. p269.RightParamA = 0
  5352. p269.RightParamB = 0
  5353. p269.TopParamA = 0
  5354. p269.TopParamB = 0
  5355. p270 = Instance.new("Part", m)
  5356. p270.BrickColor = BrickColor.new("Institutional white")
  5357. p270.FormFactor = Enum.FormFactor.Symmetric
  5358. p270.Size = Vector3.new(15, 1, 2)
  5359. p270.CFrame = CFrame.new(-119.5, 17.2500877, -6.0000329, 1, -1.86264515e-009, -2.79396772e-009, 1.86264515e-009, -1, 1.49011612e-008, 2.79396772e-009, 1.49011612e-008, -0.999999881)
  5360. p270.Anchored = true
  5361. p270.Elasticity = 0
  5362. p270.BottomSurface = Enum.SurfaceType.Smooth
  5363. p270.TopSurface = Enum.SurfaceType.Smooth
  5364. p270.BackParamA = -0
  5365. p270.BackParamB = 0
  5366. p270.BottomParamA = -0
  5367. p270.BottomParamB = 0
  5368. p270.FrontParamA = -0
  5369. p270.FrontParamB = 0
  5370. p270.LeftParamA = 0
  5371. p270.LeftParamB = 0
  5372. p270.RightParamA = 0
  5373. p270.RightParamB = 0
  5374. p270.TopParamA = 0
  5375. p270.TopParamB = 0
  5376. p271 = Instance.new("Part", m)
  5377. p271.BrickColor = BrickColor.new("Institutional white")
  5378. p271.FormFactor = Enum.FormFactor.Symmetric
  5379. p271.Size = Vector3.new(15, 1, 2)
  5380. p271.CFrame = CFrame.new(-119.5, 20.2501183, -9.00002766, 1, -1.86264515e-009, -2.79396772e-009, 1.86264515e-009, -1, 1.49011612e-008, 2.79396772e-009, 1.49011612e-008, -0.999999881)
  5381. p271.Anchored = true
  5382. p271.Elasticity = 0
  5383. p271.BottomSurface = Enum.SurfaceType.Smooth
  5384. p271.TopSurface = Enum.SurfaceType.Smooth
  5385. p271.BackParamA = -0
  5386. p271.BackParamB = 0
  5387. p271.BottomParamA = -0
  5388. p271.BottomParamB = 0
  5389. p271.FrontParamA = -0
  5390. p271.FrontParamB = 0
  5391. p271.LeftParamA = 0
  5392. p271.LeftParamB = 0
  5393. p271.RightParamA = 0
  5394. p271.RightParamB = 0
  5395. p271.TopParamA = 0
  5396. p271.TopParamB = 0
  5397. p272 = Instance.new("Part", m)
  5398. p272.BrickColor = BrickColor.new("Institutional white")
  5399. p272.FormFactor = Enum.FormFactor.Symmetric
  5400. p272.Size = Vector3.new(15, 1, 2)
  5401. p272.CFrame = CFrame.new(-135.5, 28.8516197, -3.0000329, -1, -1.86264515e-009, 2.79396772e-009, -1.86264515e-009, -1, -1.49011612e-008, -2.79396772e-009, 1.49011612e-008, 0.999999881)
  5402. p272.Anchored = true
  5403. p272.Elasticity = 0
  5404. p272.BottomSurface = Enum.SurfaceType.Smooth
  5405. p272.TopSurface = Enum.SurfaceType.Smooth
  5406. p272.BackParamA = -0
  5407. p272.BackParamB = 0
  5408. p272.BottomParamA = -0
  5409. p272.BottomParamB = 0
  5410. p272.FrontParamA = -0
  5411. p272.FrontParamB = 0
  5412. p272.LeftParamA = 0
  5413. p272.LeftParamB = 0
  5414. p272.RightParamA = 0
  5415. p272.RightParamB = 0
  5416. p272.TopParamA = 0
  5417. p272.TopParamB = 0
  5418. p273 = Instance.new("Part", m)
  5419. p273.BrickColor = BrickColor.new("Institutional white")
  5420. p273.FormFactor = Enum.FormFactor.Symmetric
  5421. p273.Size = Vector3.new(15, 1, 2)
  5422. p273.CFrame = CFrame.new(-135.5, 30.3497581, -1.50003302, -1, -1.86264515e-009, 2.79396772e-009, -1.86264515e-009, -1, -1.49011612e-008, -2.79396772e-009, 1.49011612e-008, 0.999999881)
  5423. p273.Anchored = true
  5424. p273.Elasticity = 0
  5425. p273.BottomSurface = Enum.SurfaceType.Smooth
  5426. p273.TopSurface = Enum.SurfaceType.Smooth
  5427. p273.BackParamA = -0
  5428. p273.BackParamB = 0
  5429. p273.BottomParamA = -0
  5430. p273.BottomParamB = 0
  5431. p273.FrontParamA = -0
  5432. p273.FrontParamB = 0
  5433. p273.LeftParamA = 0
  5434. p273.LeftParamB = 0
  5435. p273.RightParamA = 0
  5436. p273.RightParamB = 0
  5437. p273.TopParamA = 0
  5438. p273.TopParamB = 0
  5439. p274 = Instance.new("Part", m)
  5440. p274.BrickColor = BrickColor.new("Institutional white")
  5441. p274.FormFactor = Enum.FormFactor.Symmetric
  5442. p274.Size = Vector3.new(15, 1, 2)
  5443. p274.CFrame = CFrame.new(-135.5, 34.8515205, 2.9999671, -1, -1.86264515e-009, 2.79396772e-009, -1.86264515e-009, -1, -1.49011612e-008, -2.79396772e-009, 1.49011612e-008, 0.999999881)
  5444. p274.Anchored = true
  5445. p274.Elasticity = 0
  5446. p274.BottomSurface = Enum.SurfaceType.Smooth
  5447. p274.TopSurface = Enum.SurfaceType.Smooth
  5448. p274.BackParamA = -0
  5449. p274.BackParamB = 0
  5450. p274.BottomParamA = -0
  5451. p274.BottomParamB = 0
  5452. p274.FrontParamA = -0
  5453. p274.FrontParamB = 0
  5454. p274.LeftParamA = 0
  5455. p274.LeftParamB = 0
  5456. p274.RightParamA = 0
  5457. p274.RightParamB = 0
  5458. p274.TopParamA = 0
  5459. p274.TopParamB = 0
  5460. p275 = Instance.new("Part", m)
  5461. p275.BrickColor = BrickColor.new("Really black")
  5462. p275.FormFactor = Enum.FormFactor.Symmetric
  5463. p275.Size = Vector3.new(1, 47, 1)
  5464. p275.CFrame = CFrame.new(-84, 23.4997501, -55.0000305, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  5465. p275.Anchored = true
  5466. p275.Elasticity = 0
  5467. p275.BottomSurface = Enum.SurfaceType.Smooth
  5468. p275.TopSurface = Enum.SurfaceType.Smooth
  5469. p275.BackParamA = -0
  5470. p275.BackParamB = 0
  5471. p275.BottomParamA = -0
  5472. p275.BottomParamB = 0
  5473. p275.FrontParamA = -0
  5474. p275.FrontParamB = 0
  5475. p275.LeftParamA = 0
  5476. p275.LeftParamB = 0
  5477. p275.RightParamA = 0
  5478. p275.RightParamB = 0
  5479. p275.TopParamA = 0
  5480. p275.TopParamB = 0
  5481. p276 = Instance.new("Part", m)
  5482. p276.BrickColor = BrickColor.new("Really black")
  5483. p276.FormFactor = Enum.FormFactor.Symmetric
  5484. p276.Size = Vector3.new(1, 1, 14)
  5485. p276.CFrame = CFrame.new(-110.5, 24.8516197, -18.0000267, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  5486. p276.Anchored = true
  5487. p276.Elasticity = 0
  5488. p276.BottomSurface = Enum.SurfaceType.Smooth
  5489. p276.TopSurface = Enum.SurfaceType.Smooth
  5490. p276.BackParamA = -0
  5491. p276.BackParamB = 0
  5492. p276.BottomParamA = -0
  5493. p276.BottomParamB = 0
  5494. p276.FrontParamA = -0
  5495. p276.FrontParamB = 0
  5496. p276.LeftParamA = 0
  5497. p276.LeftParamB = 0
  5498. p276.RightParamA = 0
  5499. p276.RightParamB = 0
  5500. p276.TopParamA = 0
  5501. p276.TopParamB = 0
  5502. p277 = Instance.new("Part", m)
  5503. p277.BrickColor = BrickColor.new("Really black")
  5504. p277.FormFactor = Enum.FormFactor.Symmetric
  5505. p277.Size = Vector3.new(1, 2, 24)
  5506. p277.CFrame = CFrame.new(-127.5, 29.2044601, -2.35359192, -1, 7.4505806e-009, 9.31322575e-010, -1.86264515e-009, -0.707106709, 0.707106709, -2.79396772e-009, 0.70710665, 0.707106709)
  5507. p277.Anchored = true
  5508. p277.Elasticity = 0
  5509. p277.BottomSurface = Enum.SurfaceType.Smooth
  5510. p277.TopSurface = Enum.SurfaceType.Smooth
  5511. p277.BackParamA = -0
  5512. p277.BackParamB = 0
  5513. p277.BottomParamA = -0
  5514. p277.BottomParamB = 0
  5515. p277.FrontParamA = -0
  5516. p277.FrontParamB = 0
  5517. p277.LeftParamA = 0
  5518. p277.LeftParamB = 0
  5519. p277.RightParamA = 0
  5520. p277.RightParamB = 0
  5521. p277.TopParamA = 0
  5522. p277.TopParamB = 0
  5523. p278 = Instance.new("Part", m)
  5524. p278.BrickColor = BrickColor.new("Institutional white")
  5525. p278.FormFactor = Enum.FormFactor.Symmetric
  5526. p278.Size = Vector3.new(15, 1, 2)
  5527. p278.CFrame = CFrame.new(-135.5, 31.8516388, -2.99999992e-005, -1, -1.86264515e-009, 2.79396772e-009, -1.86264515e-009, -1, -1.49011612e-008, -2.79396772e-009, 1.49011612e-008, 0.999999881)
  5528. p278.Anchored = true
  5529. p278.Elasticity = 0
  5530. p278.BottomSurface = Enum.SurfaceType.Smooth
  5531. p278.TopSurface = Enum.SurfaceType.Smooth
  5532. p278.BackParamA = -0
  5533. p278.BackParamB = 0
  5534. p278.BottomParamA = -0
  5535. p278.BottomParamB = 0
  5536. p278.FrontParamA = -0
  5537. p278.FrontParamB = 0
  5538. p278.LeftParamA = 0
  5539. p278.LeftParamB = 0
  5540. p278.RightParamA = 0
  5541. p278.RightParamB = 0
  5542. p278.TopParamA = 0
  5543. p278.TopParamB = 0
  5544. p279 = Instance.new("Part", m)
  5545. p279.BrickColor = BrickColor.new("Really black")
  5546. p279.FormFactor = Enum.FormFactor.Symmetric
  5547. p279.Size = Vector3.new(1, 1, 33)
  5548. p279.CFrame = CFrame.new(-127.5, 24.8516197, -25.5000381, -4.14438546e-008, -1.09896064e-007, 0.999999762, 0, 0.999999404, 1.41561031e-007, -0.999999702, -2.98023224e-008, 5.58793545e-009)
  5549. p279.Anchored = true
  5550. p279.Elasticity = 0
  5551. p279.BottomSurface = Enum.SurfaceType.Smooth
  5552. p279.TopSurface = Enum.SurfaceType.Smooth
  5553. p279.BackParamA = -0
  5554. p279.BackParamB = 0
  5555. p279.BottomParamA = -0
  5556. p279.BottomParamB = 0
  5557. p279.FrontParamA = -0
  5558. p279.FrontParamB = 0
  5559. p279.LeftParamA = 0
  5560. p279.LeftParamB = 0
  5561. p279.RightParamA = 0
  5562. p279.RightParamB = 0
  5563. p279.TopParamA = 0
  5564. p279.TopParamB = 0
  5565. p280 = Instance.new("Part", m)
  5566. p280.BrickColor = BrickColor.new("Institutional white")
  5567. p280.FormFactor = Enum.FormFactor.Symmetric
  5568. p280.Size = Vector3.new(15, 1, 2)
  5569. p280.CFrame = CFrame.new(-135.5, 25.8516197, -6.0000329, -1, -1.86264515e-009, 2.79396772e-009, -1.86264515e-009, -1, -1.49011612e-008, -2.79396772e-009, 1.49011612e-008, 0.999999881)
  5570. p280.Anchored = true
  5571. p280.Elasticity = 0
  5572. p280.BottomSurface = Enum.SurfaceType.Smooth
  5573. p280.TopSurface = Enum.SurfaceType.Smooth
  5574. p280.BackParamA = -0
  5575. p280.BackParamB = 0
  5576. p280.BottomParamA = -0
  5577. p280.BottomParamB = 0
  5578. p280.FrontParamA = -0
  5579. p280.FrontParamB = 0
  5580. p280.LeftParamA = 0
  5581. p280.LeftParamB = 0
  5582. p280.RightParamA = 0
  5583. p280.RightParamB = 0
  5584. p280.TopParamA = 0
  5585. p280.TopParamB = 0
  5586. p281 = Instance.new("Part", m)
  5587. p281.BrickColor = BrickColor.new("Really black")
  5588. p281.FormFactor = Enum.FormFactor.Symmetric
  5589. p281.Size = Vector3.new(2, 58, 2)
  5590. p281.CFrame = CFrame.new(-145, 29.0014305, -10.0000277, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  5591. p281.Anchored = true
  5592. p281.Elasticity = 0
  5593. p281.BottomSurface = Enum.SurfaceType.Smooth
  5594. p281.TopSurface = Enum.SurfaceType.Smooth
  5595. p281.BackParamA = -0
  5596. p281.BackParamB = 0
  5597. p281.BottomParamA = -0
  5598. p281.BottomParamB = 0
  5599. p281.FrontParamA = -0
  5600. p281.FrontParamB = 0
  5601. p281.LeftParamA = 0
  5602. p281.LeftParamB = 0
  5603. p281.RightParamA = 0
  5604. p281.RightParamB = 0
  5605. p281.TopParamA = 0
  5606. p281.TopParamB = 0
  5607. p282 = Instance.new("Part", m)
  5608. p282.BrickColor = BrickColor.new("Really black")
  5609. p282.FormFactor = Enum.FormFactor.Symmetric
  5610. p282.Size = Vector3.new(2, 58, 2)
  5611. p282.CFrame = CFrame.new(-145, 29.0014305, -26.0000381, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  5612. p282.Anchored = true
  5613. p282.Elasticity = 0
  5614. p282.BottomSurface = Enum.SurfaceType.Smooth
  5615. p282.TopSurface = Enum.SurfaceType.Smooth
  5616. p282.BackParamA = -0
  5617. p282.BackParamB = 0
  5618. p282.BottomParamA = -0
  5619. p282.BottomParamB = 0
  5620. p282.FrontParamA = -0
  5621. p282.FrontParamB = 0
  5622. p282.LeftParamA = 0
  5623. p282.LeftParamB = 0
  5624. p282.RightParamA = 0
  5625. p282.RightParamB = 0
  5626. p282.TopParamA = 0
  5627. p282.TopParamB = 0
  5628. p283 = Instance.new("Part", m)
  5629. p283.BrickColor = BrickColor.new("Institutional white")
  5630. p283.FormFactor = Enum.FormFactor.Symmetric
  5631. p283.Size = Vector3.new(35, 1, 16)
  5632. p283.CFrame = CFrame.new(-127.5, 21.3516502, -18.0000267, 0.999999881, 1.37835741e-007, 3.25962901e-009, 1.41561031e-007, -0.999999821, -1.49011612e-008, -1.81607902e-008, 2.98023224e-008, -0.999999762)
  5633. p283.Anchored = true
  5634. p283.Elasticity = 0
  5635. p283.BottomSurface = Enum.SurfaceType.Smooth
  5636. p283.TopSurface = Enum.SurfaceType.Smooth
  5637. p283.BackParamA = -0
  5638. p283.BackParamB = 0
  5639. p283.BottomParamA = -0
  5640. p283.BottomParamB = 0
  5641. p283.FrontParamA = -0
  5642. p283.FrontParamB = 0
  5643. p283.LeftParamA = 0
  5644. p283.LeftParamB = 0
  5645. p283.RightParamA = 0
  5646. p283.RightParamB = 0
  5647. p283.TopParamA = 0
  5648. p283.TopParamB = 0
  5649. p284 = Instance.new("Part", m)
  5650. p284.BrickColor = BrickColor.new("Really black")
  5651. p284.FormFactor = Enum.FormFactor.Symmetric
  5652. p284.Size = Vector3.new(1, 1, 14)
  5653. p284.CFrame = CFrame.new(-144.5, 24.8516197, -18.0000267, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  5654. p284.Anchored = true
  5655. p284.Elasticity = 0
  5656. p284.BottomSurface = Enum.SurfaceType.Smooth
  5657. p284.TopSurface = Enum.SurfaceType.Smooth
  5658. p284.BackParamA = -0
  5659. p284.BackParamB = 0
  5660. p284.BottomParamA = -0
  5661. p284.BottomParamB = 0
  5662. p284.FrontParamA = -0
  5663. p284.FrontParamB = 0
  5664. p284.LeftParamA = 0
  5665. p284.LeftParamB = 0
  5666. p284.RightParamA = 0
  5667. p284.RightParamB = 0
  5668. p284.TopParamA = 0
  5669. p284.TopParamB = 0
  5670. p285 = Instance.new("Part", m)
  5671. p285.BrickColor = BrickColor.new("Really black")
  5672. p285.FormFactor = Enum.FormFactor.Symmetric
  5673. p285.Size = Vector3.new(1, 2, 24)
  5674. p285.CFrame = CFrame.new(-143.5, 29.2044601, -2.35359192, -0.999999702, 7.4505806e-009, 4.65661287e-009, -1.86264515e-009, -0.70710659, 0.707106471, -4.65661287e-009, 0.707106471, 0.707106531)
  5675. p285.Anchored = true
  5676. p285.Elasticity = 0
  5677. p285.BottomSurface = Enum.SurfaceType.Smooth
  5678. p285.TopSurface = Enum.SurfaceType.Smooth
  5679. p285.BackParamA = -0
  5680. p285.BackParamB = 0
  5681. p285.BottomParamA = -0
  5682. p285.BottomParamB = 0
  5683. p285.FrontParamA = -0
  5684. p285.FrontParamB = 0
  5685. p285.LeftParamA = 0
  5686. p285.LeftParamB = 0
  5687. p285.RightParamA = 0
  5688. p285.RightParamB = 0
  5689. p285.TopParamA = 0
  5690. p285.TopParamB = 0
  5691. p286 = Instance.new("Part", m)
  5692. p286.BrickColor = BrickColor.new("Institutional white")
  5693. p286.FormFactor = Enum.FormFactor.Symmetric
  5694. p286.Size = Vector3.new(15, 1, 2)
  5695. p286.CFrame = CFrame.new(-135.5, 22.8516502, -9.00002766, -1, -1.86264515e-009, 2.79396772e-009, -1.86264515e-009, -1, -1.49011612e-008, -2.79396772e-009, 1.49011612e-008, 0.999999881)
  5696. p286.Anchored = true
  5697. p286.Elasticity = 0
  5698. p286.BottomSurface = Enum.SurfaceType.Smooth
  5699. p286.TopSurface = Enum.SurfaceType.Smooth
  5700. p286.BackParamA = -0
  5701. p286.BackParamB = 0
  5702. p286.BottomParamA = -0
  5703. p286.BottomParamB = 0
  5704. p286.FrontParamA = -0
  5705. p286.FrontParamB = 0
  5706. p286.LeftParamA = 0
  5707. p286.LeftParamB = 0
  5708. p286.RightParamA = 0
  5709. p286.RightParamB = 0
  5710. p286.TopParamA = 0
  5711. p286.TopParamB = 0
  5712. p287 = Instance.new("Part", m)
  5713. p287.BrickColor = BrickColor.new("Institutional white")
  5714. p287.FormFactor = Enum.FormFactor.Symmetric
  5715. p287.Size = Vector3.new(15, 1, 2)
  5716. p287.CFrame = CFrame.new(-135.5, 24.349802, -7.50003004, -1, -1.86264515e-009, 2.79396772e-009, -1.86264515e-009, -1, -1.49011612e-008, -2.79396772e-009, 1.49011612e-008, 0.999999881)
  5717. p287.Anchored = true
  5718. p287.Elasticity = 0
  5719. p287.BottomSurface = Enum.SurfaceType.Smooth
  5720. p287.TopSurface = Enum.SurfaceType.Smooth
  5721. p287.BackParamA = -0
  5722. p287.BackParamB = 0
  5723. p287.BottomParamA = -0
  5724. p287.BottomParamB = 0
  5725. p287.FrontParamA = -0
  5726. p287.FrontParamB = 0
  5727. p287.LeftParamA = 0
  5728. p287.LeftParamB = 0
  5729. p287.RightParamA = 0
  5730. p287.RightParamB = 0
  5731. p287.TopParamA = 0
  5732. p287.TopParamB = 0
  5733. p288 = Instance.new("Part", m)
  5734. p288.BrickColor = BrickColor.new("Institutional white")
  5735. p288.FormFactor = Enum.FormFactor.Symmetric
  5736. p288.Size = Vector3.new(15, 1, 2)
  5737. p288.CFrame = CFrame.new(-135.5, 27.3497581, -4.5000329, -1, -1.86264515e-009, 2.79396772e-009, -1.86264515e-009, -1, -1.49011612e-008, -2.79396772e-009, 1.49011612e-008, 0.999999881)
  5738. p288.Anchored = true
  5739. p288.Elasticity = 0
  5740. p288.BottomSurface = Enum.SurfaceType.Smooth
  5741. p288.TopSurface = Enum.SurfaceType.Smooth
  5742. p288.BackParamA = -0
  5743. p288.BackParamB = 0
  5744. p288.BottomParamA = -0
  5745. p288.BottomParamB = 0
  5746. p288.FrontParamA = -0
  5747. p288.FrontParamB = 0
  5748. p288.LeftParamA = 0
  5749. p288.LeftParamB = 0
  5750. p288.RightParamA = 0
  5751. p288.RightParamB = 0
  5752. p288.TopParamA = 0
  5753. p288.TopParamB = 0
  5754. p289 = Instance.new("Part", m)
  5755. p289.BrickColor = BrickColor.new("Really black")
  5756. p289.FormFactor = Enum.FormFactor.Symmetric
  5757. p289.Size = Vector3.new(1, 2, 28)
  5758. p289.CFrame = CFrame.new(-127.5, 11.6907158, -0.732270002, 1, -9.31322575e-010, -7.4505806e-009, 1.86264515e-009, -0.707106709, 0.707106709, 2.79396772e-009, -0.707106709, -0.70710665)
  5759. p289.Anchored = true
  5760. p289.Elasticity = 0
  5761. p289.BottomSurface = Enum.SurfaceType.Smooth
  5762. p289.TopSurface = Enum.SurfaceType.Smooth
  5763. p289.BackParamA = -0
  5764. p289.BackParamB = 0
  5765. p289.BottomParamA = -0
  5766. p289.BottomParamB = 0
  5767. p289.FrontParamA = -0
  5768. p289.FrontParamB = 0
  5769. p289.LeftParamA = 0
  5770. p289.LeftParamB = 0
  5771. p289.RightParamA = 0
  5772. p289.RightParamB = 0
  5773. p289.TopParamA = 0
  5774. p289.TopParamB = 0
  5775. p290 = Instance.new("Part", m)
  5776. p290.BrickColor = BrickColor.new("Institutional white")
  5777. p290.FormFactor = Enum.FormFactor.Symmetric
  5778. p290.Size = Vector3.new(15, 1, 2)
  5779. p290.CFrame = CFrame.new(-119.5, 8.25012779, 2.9999671, 1, -1.86264515e-009, -2.79396772e-009, 1.86264515e-009, -1, 1.49011612e-008, 2.79396772e-009, 1.49011612e-008, -0.999999881)
  5780. p290.Anchored = true
  5781. p290.Elasticity = 0
  5782. p290.BottomSurface = Enum.SurfaceType.Smooth
  5783. p290.TopSurface = Enum.SurfaceType.Smooth
  5784. p290.BackParamA = -0
  5785. p290.BackParamB = 0
  5786. p290.BottomParamA = -0
  5787. p290.BottomParamB = 0
  5788. p290.FrontParamA = -0
  5789. p290.FrontParamB = 0
  5790. p290.LeftParamA = 0
  5791. p290.LeftParamB = 0
  5792. p290.RightParamA = 0
  5793. p290.RightParamB = 0
  5794. p290.TopParamA = 0
  5795. p290.TopParamB = 0
  5796. p291 = Instance.new("Part", m)
  5797. p291.BrickColor = BrickColor.new("Institutional white")
  5798. p291.FormFactor = Enum.FormFactor.Symmetric
  5799. p291.Size = Vector3.new(15, 1, 2)
  5800. p291.CFrame = CFrame.new(-119.5, 15.7497702, -4.5000329, 1, -1.86264515e-009, -2.79396772e-009, 1.86264515e-009, -1, 1.49011612e-008, 2.79396772e-009, 1.49011612e-008, -0.999999881)
  5801. p291.Anchored = true
  5802. p291.Elasticity = 0
  5803. p291.BottomSurface = Enum.SurfaceType.Smooth
  5804. p291.TopSurface = Enum.SurfaceType.Smooth
  5805. p291.BackParamA = -0
  5806. p291.BackParamB = 0
  5807. p291.BottomParamA = -0
  5808. p291.BottomParamB = 0
  5809. p291.FrontParamA = -0
  5810. p291.FrontParamB = 0
  5811. p291.LeftParamA = 0
  5812. p291.LeftParamB = 0
  5813. p291.RightParamA = 0
  5814. p291.RightParamB = 0
  5815. p291.TopParamA = 0
  5816. p291.TopParamB = 0
  5817. p292 = Instance.new("Part", m)
  5818. p292.BrickColor = BrickColor.new("Really black")
  5819. p292.FormFactor = Enum.FormFactor.Symmetric
  5820. p292.Size = Vector3.new(1, 47, 1)
  5821. p292.CFrame = CFrame.new(-104, 23.4997501, -55, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  5822. p292.Anchored = true
  5823. p292.Elasticity = 0
  5824. p292.BottomSurface = Enum.SurfaceType.Smooth
  5825. p292.TopSurface = Enum.SurfaceType.Smooth
  5826. p292.BackParamA = -0
  5827. p292.BackParamB = 0
  5828. p292.BottomParamA = -0
  5829. p292.BottomParamB = 0
  5830. p292.FrontParamA = -0
  5831. p292.FrontParamB = 0
  5832. p292.LeftParamA = 0
  5833. p292.LeftParamB = 0
  5834. p292.RightParamA = 0
  5835. p292.RightParamB = 0
  5836. p292.TopParamA = 0
  5837. p292.TopParamB = 0
  5838. p293 = Instance.new("Part", m)
  5839. p293.BrickColor = BrickColor.new("Institutional white")
  5840. p293.FormFactor = Enum.FormFactor.Symmetric
  5841. p293.Size = Vector3.new(15, 1, 2)
  5842. p293.CFrame = CFrame.new(-119.5, 12.7497702, -1.50003302, 1, -1.86264515e-009, -2.79396772e-009, 1.86264515e-009, -1, 1.49011612e-008, 2.79396772e-009, 1.49011612e-008, -0.999999881)
  5843. p293.Anchored = true
  5844. p293.Elasticity = 0
  5845. p293.BottomSurface = Enum.SurfaceType.Smooth
  5846. p293.TopSurface = Enum.SurfaceType.Smooth
  5847. p293.BackParamA = -0
  5848. p293.BackParamB = 0
  5849. p293.BottomParamA = -0
  5850. p293.BottomParamB = 0
  5851. p293.FrontParamA = -0
  5852. p293.FrontParamB = 0
  5853. p293.LeftParamA = 0
  5854. p293.LeftParamB = 0
  5855. p293.RightParamA = 0
  5856. p293.RightParamB = 0
  5857. p293.TopParamA = 0
  5858. p293.TopParamB = 0
  5859. p294 = Instance.new("Part", m)
  5860. p294.BrickColor = BrickColor.new("Institutional white")
  5861. p294.FormFactor = Enum.FormFactor.Symmetric
  5862. p294.Size = Vector3.new(15, 1, 2)
  5863. p294.CFrame = CFrame.new(-119.5, 14.2500877, -3.0000329, 1, -1.86264515e-009, -2.79396772e-009, 1.86264515e-009, -1, 1.49011612e-008, 2.79396772e-009, 1.49011612e-008, -0.999999881)
  5864. p294.Anchored = true
  5865. p294.Elasticity = 0
  5866. p294.BottomSurface = Enum.SurfaceType.Smooth
  5867. p294.TopSurface = Enum.SurfaceType.Smooth
  5868. p294.BackParamA = -0
  5869. p294.BackParamB = 0
  5870. p294.BottomParamA = -0
  5871. p294.BottomParamB = 0
  5872. p294.FrontParamA = -0
  5873. p294.FrontParamB = 0
  5874. p294.LeftParamA = 0
  5875. p294.LeftParamB = 0
  5876. p294.RightParamA = 0
  5877. p294.RightParamB = 0
  5878. p294.TopParamA = 0
  5879. p294.TopParamB = 0
  5880. p295 = Instance.new("Part", m)
  5881. p295.BrickColor = BrickColor.new("Institutional white")
  5882. p295.FormFactor = Enum.FormFactor.Symmetric
  5883. p295.Size = Vector3.new(15, 1, 2)
  5884. p295.CFrame = CFrame.new(-119.5, 5.24985409, 5.9999671, 1, -1.86264515e-009, -2.79396772e-009, 1.86264515e-009, -1, 1.49011612e-008, 2.79396772e-009, 1.49011612e-008, -0.999999881)
  5885. p295.Anchored = true
  5886. p295.Elasticity = 0
  5887. p295.BottomSurface = Enum.SurfaceType.Smooth
  5888. p295.TopSurface = Enum.SurfaceType.Smooth
  5889. p295.BackParamA = -0
  5890. p295.BackParamB = 0
  5891. p295.BottomParamA = -0
  5892. p295.BottomParamB = 0
  5893. p295.FrontParamA = -0
  5894. p295.FrontParamB = 0
  5895. p295.LeftParamA = 0
  5896. p295.LeftParamB = 0
  5897. p295.RightParamA = 0
  5898. p295.RightParamB = 0
  5899. p295.TopParamA = 0
  5900. p295.TopParamB = 0
  5901. p296 = Instance.new("Part", m)
  5902. p296.BrickColor = BrickColor.new("Institutional white")
  5903. p296.FormFactor = Enum.FormFactor.Symmetric
  5904. p296.Size = Vector3.new(15, 1, 2)
  5905. p296.CFrame = CFrame.new(-119.5, 6.74982309, 4.4999671, 1, -1.86264515e-009, -2.79396772e-009, 1.86264515e-009, -1, 1.49011612e-008, 2.79396772e-009, 1.49011612e-008, -0.999999881)
  5906. p296.Anchored = true
  5907. p296.Elasticity = 0
  5908. p296.BottomSurface = Enum.SurfaceType.Smooth
  5909. p296.TopSurface = Enum.SurfaceType.Smooth
  5910. p296.BackParamA = -0
  5911. p296.BackParamB = 0
  5912. p296.BottomParamA = -0
  5913. p296.BottomParamB = 0
  5914. p296.FrontParamA = -0
  5915. p296.FrontParamB = 0
  5916. p296.LeftParamA = 0
  5917. p296.LeftParamB = 0
  5918. p296.RightParamA = 0
  5919. p296.RightParamB = 0
  5920. p296.TopParamA = 0
  5921. p296.TopParamB = 0
  5922. p297 = Instance.new("Part", m)
  5923. p297.BrickColor = BrickColor.new("Really black")
  5924. p297.FormFactor = Enum.FormFactor.Symmetric
  5925. p297.Size = Vector3.new(1, 2, 28)
  5926. p297.CFrame = CFrame.new(-111.5, 11.6907158, -0.732270002, 0.999999702, -7.4505806e-009, -1.11758709e-008, 1.86264515e-009, -0.70710659, 0.707106471, 4.65661287e-009, -0.707106471, -0.707106531)
  5927. p297.Anchored = true
  5928. p297.Elasticity = 0
  5929. p297.BottomSurface = Enum.SurfaceType.Smooth
  5930. p297.TopSurface = Enum.SurfaceType.Smooth
  5931. p297.BackParamA = -0
  5932. p297.BackParamB = 0
  5933. p297.BottomParamA = -0
  5934. p297.BottomParamB = 0
  5935. p297.FrontParamA = -0
  5936. p297.FrontParamB = 0
  5937. p297.LeftParamA = 0
  5938. p297.LeftParamB = 0
  5939. p297.RightParamA = 0
  5940. p297.RightParamB = 0
  5941. p297.TopParamA = 0
  5942. p297.TopParamB = 0
  5943. p298 = Instance.new("Part", m)
  5944. p298.BrickColor = BrickColor.new("Institutional white")
  5945. p298.FormFactor = Enum.FormFactor.Symmetric
  5946. p298.Size = Vector3.new(15, 1, 2)
  5947. p298.CFrame = CFrame.new(-119.5, 9.7498064, 1.49996698, 1, -1.86264515e-009, -2.79396772e-009, 1.86264515e-009, -1, 1.49011612e-008, 2.79396772e-009, 1.49011612e-008, -0.999999881)
  5948. p298.Anchored = true
  5949. p298.Elasticity = 0
  5950. p298.BottomSurface = Enum.SurfaceType.Smooth
  5951. p298.TopSurface = Enum.SurfaceType.Smooth
  5952. p298.BackParamA = -0
  5953. p298.BackParamB = 0
  5954. p298.BottomParamA = -0
  5955. p298.BottomParamB = 0
  5956. p298.FrontParamA = -0
  5957. p298.FrontParamB = 0
  5958. p298.LeftParamA = 0
  5959. p298.LeftParamB = 0
  5960. p298.RightParamA = 0
  5961. p298.RightParamB = 0
  5962. p298.TopParamA = 0
  5963. p298.TopParamB = 0
  5964. p299 = Instance.new("Part", m)
  5965. p299.BrickColor = BrickColor.new("Institutional white")
  5966. p299.FormFactor = Enum.FormFactor.Symmetric
  5967. p299.Size = Vector3.new(15, 1, 2)
  5968. p299.CFrame = CFrame.new(-119.5, 11.2501078, -2.99999992e-005, 1, -1.86264515e-009, -2.79396772e-009, 1.86264515e-009, -1, 1.49011612e-008, 2.79396772e-009, 1.49011612e-008, -0.999999881)
  5969. p299.Anchored = true
  5970. p299.Elasticity = 0
  5971. p299.BottomSurface = Enum.SurfaceType.Smooth
  5972. p299.TopSurface = Enum.SurfaceType.Smooth
  5973. p299.BackParamA = -0
  5974. p299.BackParamB = 0
  5975. p299.BottomParamA = -0
  5976. p299.BottomParamB = 0
  5977. p299.FrontParamA = -0
  5978. p299.FrontParamB = 0
  5979. p299.LeftParamA = 0
  5980. p299.LeftParamB = 0
  5981. p299.RightParamA = 0
  5982. p299.RightParamB = 0
  5983. p299.TopParamA = 0
  5984. p299.TopParamB = 0
  5985. p300 = Instance.new("Part", m)
  5986. p300.BrickColor = BrickColor.new("Institutional white")
  5987. p300.FormFactor = Enum.FormFactor.Symmetric
  5988. p300.Size = Vector3.new(15, 1, 2)
  5989. p300.CFrame = CFrame.new(-119.5, 3.74986291, 7.49995279, 1, -1.86264515e-009, -2.79396772e-009, 1.86264515e-009, -1, 1.49011612e-008, 2.79396772e-009, 1.49011612e-008, -0.999999881)
  5990. p300.Anchored = true
  5991. p300.Elasticity = 0
  5992. p300.BottomSurface = Enum.SurfaceType.Smooth
  5993. p300.TopSurface = Enum.SurfaceType.Smooth
  5994. p300.BackParamA = -0
  5995. p300.BackParamB = 0
  5996. p300.BottomParamA = -0
  5997. p300.BottomParamB = 0
  5998. p300.FrontParamA = -0
  5999. p300.FrontParamB = 0
  6000. p300.LeftParamA = 0
  6001. p300.LeftParamB = 0
  6002. p300.RightParamA = 0
  6003. p300.RightParamB = 0
  6004. p300.TopParamA = 0
  6005. p300.TopParamB = 0
  6006. p301 = Instance.new("Part", m)
  6007. p301.BrickColor = BrickColor.new("Institutional white")
  6008. p301.FormFactor = Enum.FormFactor.Symmetric
  6009. p301.Size = Vector3.new(15, 1, 2)
  6010. p301.CFrame = CFrame.new(-119.5, 2.24987006, 8.99995232, 1, -1.86264515e-009, -2.79396772e-009, 1.86264515e-009, -1, 1.49011612e-008, 2.79396772e-009, 1.49011612e-008, -0.999999881)
  6011. p301.Anchored = true
  6012. p301.Elasticity = 0
  6013. p301.BottomSurface = Enum.SurfaceType.Smooth
  6014. p301.TopSurface = Enum.SurfaceType.Smooth
  6015. p301.BackParamA = -0
  6016. p301.BackParamB = 0
  6017. p301.BottomParamA = -0
  6018. p301.BottomParamB = 0
  6019. p301.FrontParamA = -0
  6020. p301.FrontParamB = 0
  6021. p301.LeftParamA = 0
  6022. p301.LeftParamB = 0
  6023. p301.RightParamA = 0
  6024. p301.RightParamB = 0
  6025. p301.TopParamA = 0
  6026. p301.TopParamB = 0
  6027. p302 = Instance.new("Part", m)
  6028. p302.BrickColor = BrickColor.new("Institutional white")
  6029. p302.Material = Enum.Material.Neon
  6030. p302.FormFactor = Enum.FormFactor.Symmetric
  6031. p302.Size = Vector3.new(9, 1, 14)
  6032. p302.CFrame = CFrame.new(-96, 90.4995728, -61.5, 0, 0, -1, -1, 0, 0, 0, 1, 0)
  6033. p302.Anchored = true
  6034. p302.CanCollide = false
  6035. p302.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6036. p302.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6037. p303 = Instance.new("Part", m)
  6038. p303.BrickColor = BrickColor.new("Institutional white")
  6039. p303.Material = Enum.Material.Neon
  6040. p303.FormFactor = Enum.FormFactor.Symmetric
  6041. p303.Size = Vector3.new(9, 1, 8)
  6042. p303.CFrame = CFrame.new(-123.5, 90.4995422, -36, 0, -1, 0, 1, 0, 0, 0, 0, 1)
  6043. p303.Anchored = true
  6044. p303.CanCollide = false
  6045. p303.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  6046. p303.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  6047. p304 = Instance.new("Part", m)
  6048. p304.BrickColor = BrickColor.new("Really black")
  6049. p304.Name = "Trunk"
  6050. p304.FormFactor = Enum.FormFactor.Symmetric
  6051. p304.Size = Vector3.new(17, 112, 17)
  6052. p304.CFrame = CFrame.new(-92.5, 55.9996796, -23.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6053. p304.Anchored = true
  6054. p304.Elasticity = 0
  6055. p304.BottomSurface = Enum.SurfaceType.Smooth
  6056. p304.TopSurface = Enum.SurfaceType.Smooth
  6057. p304.BackParamA = -0
  6058. p304.BackParamB = 0
  6059. p304.BottomParamA = -0
  6060. p304.BottomParamB = 0
  6061. p304.FrontParamA = -0
  6062. p304.FrontParamB = 0
  6063. p304.LeftParamA = 0
  6064. p304.LeftParamB = 0
  6065. p304.RightParamA = 0
  6066. p304.RightParamB = 0
  6067. p304.TopParamA = 0
  6068. p304.TopParamB = 0
  6069. p305 = Instance.new("TrussPart", m)
  6070. p305.BrickColor = BrickColor.new("Really black")
  6071. p305.Name = "Truss"
  6072. p305.Size = Vector3.new(2, 42, 2)
  6073. p305.CFrame = CFrame.new(-88, 63.999649, -82, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  6074. p305.Anchored = true
  6075. p305.Elasticity = 0
  6076. p305.BottomSurface = Enum.SurfaceType.Smooth
  6077. p305.TopSurface = Enum.SurfaceType.Smooth
  6078. p305.BackParamA = -0
  6079. p305.BackParamB = 0
  6080. p305.BottomParamA = -0
  6081. p305.BottomParamB = 0
  6082. p305.FrontParamA = -0
  6083. p305.FrontParamB = 0
  6084. p305.LeftParamA = 0
  6085. p305.LeftParamB = 0
  6086. p305.RightParamA = 0
  6087. p305.RightParamB = 0
  6088. p305.TopParamA = 0
  6089. p305.TopParamB = 0
  6090. p306 = Instance.new("TrussPart", m)
  6091. p306.BrickColor = BrickColor.new("Really black")
  6092. p306.Name = "Truss"
  6093. p306.Size = Vector3.new(2, 42, 2)
  6094. p306.CFrame = CFrame.new(-92, 63.999649, -88, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  6095. p306.Anchored = true
  6096. p306.Elasticity = 0
  6097. p306.BottomSurface = Enum.SurfaceType.Smooth
  6098. p306.TopSurface = Enum.SurfaceType.Smooth
  6099. p306.BackParamA = -0
  6100. p306.BackParamB = 0
  6101. p306.BottomParamA = -0
  6102. p306.BottomParamB = 0
  6103. p306.FrontParamA = -0
  6104. p306.FrontParamB = 0
  6105. p306.LeftParamA = 0
  6106. p306.LeftParamB = 0
  6107. p306.RightParamA = 0
  6108. p306.RightParamB = 0
  6109. p306.TopParamA = 0
  6110. p306.TopParamB = 0
  6111. p307 = Instance.new("TrussPart", m)
  6112. p307.BrickColor = BrickColor.new("Really black")
  6113. p307.Name = "Truss"
  6114. p307.Size = Vector3.new(2, 42, 2)
  6115. p307.CFrame = CFrame.new(-88, 63.999649, -86, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  6116. p307.Anchored = true
  6117. p307.Elasticity = 0
  6118. p307.BottomSurface = Enum.SurfaceType.Smooth
  6119. p307.TopSurface = Enum.SurfaceType.Smooth
  6120. p307.BackParamA = -0
  6121. p307.BackParamB = 0
  6122. p307.BottomParamA = -0
  6123. p307.BottomParamB = 0
  6124. p307.FrontParamA = -0
  6125. p307.FrontParamB = 0
  6126. p307.LeftParamA = 0
  6127. p307.LeftParamB = 0
  6128. p307.RightParamA = 0
  6129. p307.RightParamB = 0
  6130. p307.TopParamA = 0
  6131. p307.TopParamB = 0
  6132. p308 = Instance.new("TrussPart", m)
  6133. p308.BrickColor = BrickColor.new("Really black")
  6134. p308.Name = "Truss"
  6135. p308.Size = Vector3.new(2, 42, 2)
  6136. p308.CFrame = CFrame.new(-90, 63.999649, -88, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  6137. p308.Anchored = true
  6138. p308.Elasticity = 0
  6139. p308.BottomSurface = Enum.SurfaceType.Smooth
  6140. p308.TopSurface = Enum.SurfaceType.Smooth
  6141. p308.BackParamA = -0
  6142. p308.BackParamB = 0
  6143. p308.BottomParamA = -0
  6144. p308.BottomParamB = 0
  6145. p308.FrontParamA = -0
  6146. p308.FrontParamB = 0
  6147. p308.LeftParamA = 0
  6148. p308.LeftParamB = 0
  6149. p308.RightParamA = 0
  6150. p308.RightParamB = 0
  6151. p308.TopParamA = 0
  6152. p308.TopParamB = 0
  6153. p309 = Instance.new("TrussPart", m)
  6154. p309.BrickColor = BrickColor.new("Really black")
  6155. p309.Name = "Truss"
  6156. p309.Size = Vector3.new(2, 42, 2)
  6157. p309.CFrame = CFrame.new(-88, 63.999649, -84, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  6158. p309.Anchored = true
  6159. p309.Elasticity = 0
  6160. p309.BottomSurface = Enum.SurfaceType.Smooth
  6161. p309.TopSurface = Enum.SurfaceType.Smooth
  6162. p309.BackParamA = -0
  6163. p309.BackParamB = 0
  6164. p309.BottomParamA = -0
  6165. p309.BottomParamB = 0
  6166. p309.FrontParamA = -0
  6167. p309.FrontParamB = 0
  6168. p309.LeftParamA = 0
  6169. p309.LeftParamB = 0
  6170. p309.RightParamA = 0
  6171. p309.RightParamB = 0
  6172. p309.TopParamA = 0
  6173. p309.TopParamB = 0
  6174. p310 = Instance.new("TrussPart", m)
  6175. p310.BrickColor = BrickColor.new("Really black")
  6176. p310.Name = "Truss"
  6177. p310.Size = Vector3.new(2, 42, 2)
  6178. p310.CFrame = CFrame.new(-94, 63.999649, -88, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  6179. p310.Anchored = true
  6180. p310.Elasticity = 0
  6181. p310.BottomSurface = Enum.SurfaceType.Smooth
  6182. p310.TopSurface = Enum.SurfaceType.Smooth
  6183. p310.BackParamA = -0
  6184. p310.BackParamB = 0
  6185. p310.BottomParamA = -0
  6186. p310.BottomParamB = 0
  6187. p310.FrontParamA = -0
  6188. p310.FrontParamB = 0
  6189. p310.LeftParamA = 0
  6190. p310.LeftParamB = 0
  6191. p310.RightParamA = 0
  6192. p310.RightParamB = 0
  6193. p310.TopParamA = 0
  6194. p310.TopParamB = 0
  6195. p311 = Instance.new("TrussPart", m)
  6196. p311.BrickColor = BrickColor.new("Really black")
  6197. p311.Name = "Truss"
  6198. p311.Size = Vector3.new(2, 42, 2)
  6199. p311.CFrame = CFrame.new(-96, 63.999649, -88, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  6200. p311.Anchored = true
  6201. p311.Elasticity = 0
  6202. p311.BottomSurface = Enum.SurfaceType.Smooth
  6203. p311.TopSurface = Enum.SurfaceType.Smooth
  6204. p311.BackParamA = -0
  6205. p311.BackParamB = 0
  6206. p311.BottomParamA = -0
  6207. p311.BottomParamB = 0
  6208. p311.FrontParamA = -0
  6209. p311.FrontParamB = 0
  6210. p311.LeftParamA = 0
  6211. p311.LeftParamB = 0
  6212. p311.RightParamA = 0
  6213. p311.RightParamB = 0
  6214. p311.TopParamA = 0
  6215. p311.TopParamB = 0
  6216. p312 = Instance.new("TrussPart", m)
  6217. p312.BrickColor = BrickColor.new("Really black")
  6218. p312.Name = "Truss"
  6219. p312.Size = Vector3.new(2, 42, 2)
  6220. p312.CFrame = CFrame.new(-88, 63.999649, -80, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  6221. p312.Anchored = true
  6222. p312.Elasticity = 0
  6223. p312.BottomSurface = Enum.SurfaceType.Smooth
  6224. p312.TopSurface = Enum.SurfaceType.Smooth
  6225. p312.BackParamA = -0
  6226. p312.BackParamB = 0
  6227. p312.BottomParamA = -0
  6228. p312.BottomParamB = 0
  6229. p312.FrontParamA = -0
  6230. p312.FrontParamB = 0
  6231. p312.LeftParamA = 0
  6232. p312.LeftParamB = 0
  6233. p312.RightParamA = 0
  6234. p312.RightParamB = 0
  6235. p312.TopParamA = 0
  6236. p312.TopParamB = 0
  6237. p313 = Instance.new("TrussPart", m)
  6238. p313.BrickColor = BrickColor.new("Really black")
  6239. p313.Name = "Truss"
  6240. p313.Size = Vector3.new(2, 42, 2)
  6241. p313.CFrame = CFrame.new(-92, 20.9996758, -65, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  6242. p313.Anchored = true
  6243. p313.Elasticity = 0
  6244. p313.BottomSurface = Enum.SurfaceType.Smooth
  6245. p313.TopSurface = Enum.SurfaceType.Smooth
  6246. p313.BackParamA = -0
  6247. p313.BackParamB = 0
  6248. p313.BottomParamA = -0
  6249. p313.BottomParamB = 0
  6250. p313.FrontParamA = -0
  6251. p313.FrontParamB = 0
  6252. p313.LeftParamA = 0
  6253. p313.LeftParamB = 0
  6254. p313.RightParamA = 0
  6255. p313.RightParamB = 0
  6256. p313.TopParamA = 0
  6257. p313.TopParamB = 0
  6258. p314 = Instance.new("TrussPart", m)
  6259. p314.BrickColor = BrickColor.new("Really black")
  6260. p314.Name = "Truss"
  6261. p314.Size = Vector3.new(2, 42, 2)
  6262. p314.CFrame = CFrame.new(-94, 20.9996758, -61, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  6263. p314.Anchored = true
  6264. p314.Elasticity = 0
  6265. p314.BottomSurface = Enum.SurfaceType.Smooth
  6266. p314.TopSurface = Enum.SurfaceType.Smooth
  6267. p314.BackParamA = -0
  6268. p314.BackParamB = 0
  6269. p314.BottomParamA = -0
  6270. p314.BottomParamB = 0
  6271. p314.FrontParamA = -0
  6272. p314.FrontParamB = 0
  6273. p314.LeftParamA = 0
  6274. p314.LeftParamB = 0
  6275. p314.RightParamA = 0
  6276. p314.RightParamB = 0
  6277. p314.TopParamA = 0
  6278. p314.TopParamB = 0
  6279. p315 = Instance.new("TrussPart", m)
  6280. p315.BrickColor = BrickColor.new("Really black")
  6281. p315.Name = "Truss"
  6282. p315.Size = Vector3.new(2, 42, 2)
  6283. p315.CFrame = CFrame.new(-92, 20.9996758, -63, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  6284. p315.Anchored = true
  6285. p315.Elasticity = 0
  6286. p315.BottomSurface = Enum.SurfaceType.Smooth
  6287. p315.TopSurface = Enum.SurfaceType.Smooth
  6288. p315.BackParamA = -0
  6289. p315.BackParamB = 0
  6290. p315.BottomParamA = -0
  6291. p315.BottomParamB = 0
  6292. p315.FrontParamA = -0
  6293. p315.FrontParamB = 0
  6294. p315.LeftParamA = 0
  6295. p315.LeftParamB = 0
  6296. p315.RightParamA = 0
  6297. p315.RightParamB = 0
  6298. p315.TopParamA = 0
  6299. p315.TopParamB = 0
  6300. p316 = Instance.new("TrussPart", m)
  6301. p316.BrickColor = BrickColor.new("Really black")
  6302. p316.Name = "Truss"
  6303. p316.Size = Vector3.new(2, 42, 2)
  6304. p316.CFrame = CFrame.new(-100, 20.9996758, -61, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  6305. p316.Anchored = true
  6306. p316.Elasticity = 0
  6307. p316.BottomSurface = Enum.SurfaceType.Smooth
  6308. p316.TopSurface = Enum.SurfaceType.Smooth
  6309. p316.BackParamA = -0
  6310. p316.BackParamB = 0
  6311. p316.BottomParamA = -0
  6312. p316.BottomParamB = 0
  6313. p316.FrontParamA = -0
  6314. p316.FrontParamB = 0
  6315. p316.LeftParamA = 0
  6316. p316.LeftParamB = 0
  6317. p316.RightParamA = 0
  6318. p316.RightParamB = 0
  6319. p316.TopParamA = 0
  6320. p316.TopParamB = 0
  6321. p317 = Instance.new("TrussPart", m)
  6322. p317.BrickColor = BrickColor.new("Really black")
  6323. p317.Name = "Truss"
  6324. p317.Size = Vector3.new(2, 42, 2)
  6325. p317.CFrame = CFrame.new(-92, 20.9996758, -69, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  6326. p317.Anchored = true
  6327. p317.Elasticity = 0
  6328. p317.BottomSurface = Enum.SurfaceType.Smooth
  6329. p317.TopSurface = Enum.SurfaceType.Smooth
  6330. p317.BackParamA = -0
  6331. p317.BackParamB = 0
  6332. p317.BottomParamA = -0
  6333. p317.BottomParamB = 0
  6334. p317.FrontParamA = -0
  6335. p317.FrontParamB = 0
  6336. p317.LeftParamA = 0
  6337. p317.LeftParamB = 0
  6338. p317.RightParamA = 0
  6339. p317.RightParamB = 0
  6340. p317.TopParamA = 0
  6341. p317.TopParamB = 0
  6342. p318 = Instance.new("TrussPart", m)
  6343. p318.BrickColor = BrickColor.new("Really black")
  6344. p318.Name = "Truss"
  6345. p318.Size = Vector3.new(2, 42, 2)
  6346. p318.CFrame = CFrame.new(-98, 20.9996758, -61, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  6347. p318.Anchored = true
  6348. p318.Elasticity = 0
  6349. p318.BottomSurface = Enum.SurfaceType.Smooth
  6350. p318.TopSurface = Enum.SurfaceType.Smooth
  6351. p318.BackParamA = -0
  6352. p318.BackParamB = 0
  6353. p318.BottomParamA = -0
  6354. p318.BottomParamB = 0
  6355. p318.FrontParamA = -0
  6356. p318.FrontParamB = 0
  6357. p318.LeftParamA = 0
  6358. p318.LeftParamB = 0
  6359. p318.RightParamA = 0
  6360. p318.RightParamB = 0
  6361. p318.TopParamA = 0
  6362. p318.TopParamB = 0
  6363. p319 = Instance.new("TrussPart", m)
  6364. p319.BrickColor = BrickColor.new("Really black")
  6365. p319.Name = "Truss"
  6366. p319.Size = Vector3.new(2, 42, 2)
  6367. p319.CFrame = CFrame.new(-96, 20.9996758, -61, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  6368. p319.Anchored = true
  6369. p319.Elasticity = 0
  6370. p319.BottomSurface = Enum.SurfaceType.Smooth
  6371. p319.TopSurface = Enum.SurfaceType.Smooth
  6372. p319.BackParamA = -0
  6373. p319.BackParamB = 0
  6374. p319.BottomParamA = -0
  6375. p319.BottomParamB = 0
  6376. p319.FrontParamA = -0
  6377. p319.FrontParamB = 0
  6378. p319.LeftParamA = 0
  6379. p319.LeftParamB = 0
  6380. p319.RightParamA = 0
  6381. p319.RightParamB = 0
  6382. p319.TopParamA = 0
  6383. p319.TopParamB = 0
  6384. p320 = Instance.new("TrussPart", m)
  6385. p320.BrickColor = BrickColor.new("Really black")
  6386. p320.Name = "Truss"
  6387. p320.Size = Vector3.new(2, 42, 2)
  6388. p320.CFrame = CFrame.new(-92, 20.9996758, -67, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  6389. p320.Anchored = true
  6390. p320.Elasticity = 0
  6391. p320.BottomSurface = Enum.SurfaceType.Smooth
  6392. p320.TopSurface = Enum.SurfaceType.Smooth
  6393. p320.BackParamA = -0
  6394. p320.BackParamB = 0
  6395. p320.BottomParamA = -0
  6396. p320.BottomParamB = 0
  6397. p320.FrontParamA = -0
  6398. p320.FrontParamB = 0
  6399. p320.LeftParamA = 0
  6400. p320.LeftParamB = 0
  6401. p320.RightParamA = 0
  6402. p320.RightParamB = 0
  6403. p320.TopParamA = 0
  6404. p320.TopParamB = 0
  6405. p321 = Instance.new("WedgePart", m)
  6406. p321.BrickColor = BrickColor.new("Really black")
  6407. p321.Name = "Wedge"
  6408. p321.FormFactor = Enum.FormFactor.Symmetric
  6409. p321.Size = Vector3.new(1, 4, 7)
  6410. p321.CFrame = CFrame.new(-111.5, 1.99984002, 3.9999671, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  6411. p321.Anchored = true
  6412. p321.Elasticity = 0
  6413. p321.BottomSurface = Enum.SurfaceType.Smooth
  6414. p321.TopSurface = Enum.SurfaceType.Smooth
  6415. p322 = Instance.new("WedgePart", m)
  6416. p322.BrickColor = BrickColor.new("Really red")
  6417. p322.Name = "Wedge"
  6418. p322.FormFactor = Enum.FormFactor.Symmetric
  6419. p322.Size = Vector3.new(1, 3, 6)
  6420. p322.CFrame = CFrame.new(-123.5, 105.499512, -23, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  6421. p322.Anchored = true
  6422. p322.Elasticity = 0
  6423. p322.BottomSurface = Enum.SurfaceType.Smooth
  6424. p322.TopSurface = Enum.SurfaceType.Smooth
  6425. p323 = Instance.new("WedgePart", m)
  6426. p323.BrickColor = BrickColor.new("Really red")
  6427. p323.Name = "Wedge"
  6428. p323.FormFactor = Enum.FormFactor.Symmetric
  6429. p323.Size = Vector3.new(1, 3, 6)
  6430. p323.CFrame = CFrame.new(-123.5, 105.499512, -49, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6431. p323.Anchored = true
  6432. p323.Elasticity = 0
  6433. p323.BottomSurface = Enum.SurfaceType.Smooth
  6434. p323.TopSurface = Enum.SurfaceType.Smooth
  6435. p324 = Instance.new("WedgePart", m)
  6436. p324.BrickColor = BrickColor.new("Really red")
  6437. p324.Name = "Wedge"
  6438. p324.FormFactor = Enum.FormFactor.Symmetric
  6439. p324.Size = Vector3.new(1, 8, 10)
  6440. p324.CFrame = CFrame.new(-123.5, 110.999481, -41, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6441. p324.Anchored = true
  6442. p324.Elasticity = 0
  6443. p324.BottomSurface = Enum.SurfaceType.Smooth
  6444. p324.TopSurface = Enum.SurfaceType.Smooth
  6445. p325 = Instance.new("WedgePart", m)
  6446. p325.BrickColor = BrickColor.new("Really red")
  6447. p325.Name = "Wedge"
  6448. p325.FormFactor = Enum.FormFactor.Symmetric
  6449. p325.Size = Vector3.new(1, 8, 10)
  6450. p325.CFrame = CFrame.new(-123.5, 110.999481, -31, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  6451. p325.Anchored = true
  6452. p325.Elasticity = 0
  6453. p325.BottomSurface = Enum.SurfaceType.Smooth
  6454. p325.TopSurface = Enum.SurfaceType.Smooth
  6455. p326 = Instance.new("WedgePart", m)
  6456. p326.BrickColor = BrickColor.new("Really red")
  6457. p326.Name = "Wedge"
  6458. p326.FormFactor = Enum.FormFactor.Symmetric
  6459. p326.Size = Vector3.new(1, 3, 10)
  6460. p326.CFrame = CFrame.new(-123.5, 102.499512, -57, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6461. p326.Anchored = true
  6462. p326.Elasticity = 0
  6463. p326.BottomSurface = Enum.SurfaceType.Smooth
  6464. p326.TopSurface = Enum.SurfaceType.Smooth
  6465. p327 = Instance.new("WedgePart", m)
  6466. p327.BrickColor = BrickColor.new("Really red")
  6467. p327.Name = "Wedge"
  6468. p327.FormFactor = Enum.FormFactor.Symmetric
  6469. p327.Size = Vector3.new(1, 8, 10)
  6470. p327.CFrame = CFrame.new(-70.5, 110.999481, -41, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6471. p327.Anchored = true
  6472. p327.Elasticity = 0
  6473. p327.BottomSurface = Enum.SurfaceType.Smooth
  6474. p327.TopSurface = Enum.SurfaceType.Smooth
  6475. p328 = Instance.new("WedgePart", m)
  6476. p328.BrickColor = BrickColor.new("Really red")
  6477. p328.Name = "Wedge"
  6478. p328.FormFactor = Enum.FormFactor.Symmetric
  6479. p328.Size = Vector3.new(1, 3, 6)
  6480. p328.CFrame = CFrame.new(-70.5, 105.499512, -49, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6481. p328.Anchored = true
  6482. p328.Elasticity = 0
  6483. p328.BottomSurface = Enum.SurfaceType.Smooth
  6484. p328.TopSurface = Enum.SurfaceType.Smooth
  6485. p329 = Instance.new("WedgePart", m)
  6486. p329.BrickColor = BrickColor.new("Really red")
  6487. p329.Name = "Wedge"
  6488. p329.FormFactor = Enum.FormFactor.Symmetric
  6489. p329.Size = Vector3.new(1, 3, 10)
  6490. p329.CFrame = CFrame.new(-123.5, 102.499512, -15, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  6491. p329.Anchored = true
  6492. p329.Elasticity = 0
  6493. p329.BottomSurface = Enum.SurfaceType.Smooth
  6494. p329.TopSurface = Enum.SurfaceType.Smooth
  6495. p330 = Instance.new("WedgePart", m)
  6496. p330.BrickColor = BrickColor.new("Really red")
  6497. p330.Name = "Wedge"
  6498. p330.FormFactor = Enum.FormFactor.Symmetric
  6499. p330.Size = Vector3.new(1, 3, 10)
  6500. p330.CFrame = CFrame.new(-70.5, 102.499512, -57, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6501. p330.Anchored = true
  6502. p330.Elasticity = 0
  6503. p330.BottomSurface = Enum.SurfaceType.Smooth
  6504. p330.TopSurface = Enum.SurfaceType.Smooth
  6505. p331 = Instance.new("WedgePart", m)
  6506. p331.BrickColor = BrickColor.new("Really red")
  6507. p331.Name = "Wedge"
  6508. p331.FormFactor = Enum.FormFactor.Symmetric
  6509. p331.Size = Vector3.new(1, 8, 10)
  6510. p331.CFrame = CFrame.new(-153.5, 95.9995117, 10, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  6511. p331.Anchored = true
  6512. p331.Elasticity = 0
  6513. p331.BottomSurface = Enum.SurfaceType.Smooth
  6514. p331.TopSurface = Enum.SurfaceType.Smooth
  6515. p332 = Instance.new("WedgePart", m)
  6516. p332.BrickColor = BrickColor.new("Really black")
  6517. p332.Name = "Wedge"
  6518. p332.FormFactor = Enum.FormFactor.Symmetric
  6519. p332.Size = Vector3.new(2, 17, 6)
  6520. p332.CFrame = CFrame.new(-128, 93.4995422, -12, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  6521. p332.Anchored = true
  6522. p332.Elasticity = 0
  6523. p332.BottomSurface = Enum.SurfaceType.Smooth
  6524. p332.TopSurface = Enum.SurfaceType.Smooth
  6525. p333 = Instance.new("WedgePart", m)
  6526. p333.BrickColor = BrickColor.new("Really red")
  6527. p333.Name = "Wedge"
  6528. p333.FormFactor = Enum.FormFactor.Symmetric
  6529. p333.Size = Vector3.new(1, 3, 9)
  6530. p333.CFrame = CFrame.new(-96.5, 84.4995728, 13.5, -1, -0, 0, -0, -1, 0, -0, -0, 1)
  6531. p333.Anchored = true
  6532. p333.Elasticity = 0
  6533. p333.BottomSurface = Enum.SurfaceType.Smooth
  6534. p333.TopSurface = Enum.SurfaceType.Smooth
  6535. p334 = Instance.new("WedgePart", m)
  6536. p334.BrickColor = BrickColor.new("Really red")
  6537. p334.Name = "Wedge"
  6538. p334.FormFactor = Enum.FormFactor.Symmetric
  6539. p334.Size = Vector3.new(1, 8, 10)
  6540. p334.CFrame = CFrame.new(-96.5, 95.9995117, 10, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  6541. p334.Anchored = true
  6542. p334.Elasticity = 0
  6543. p334.BottomSurface = Enum.SurfaceType.Smooth
  6544. p334.TopSurface = Enum.SurfaceType.Smooth
  6545. p335 = Instance.new("WedgePart", m)
  6546. p335.BrickColor = BrickColor.new("Really red")
  6547. p335.Name = "Wedge"
  6548. p335.FormFactor = Enum.FormFactor.Symmetric
  6549. p335.Size = Vector3.new(1, 3, 6)
  6550. p335.CFrame = CFrame.new(-96.5, 90.4995422, 18, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  6551. p335.Anchored = true
  6552. p335.Elasticity = 0
  6553. p335.BottomSurface = Enum.SurfaceType.Smooth
  6554. p335.TopSurface = Enum.SurfaceType.Smooth
  6555. p336 = Instance.new("WedgePart", m)
  6556. p336.BrickColor = BrickColor.new("Really red")
  6557. p336.Name = "Wedge"
  6558. p336.FormFactor = Enum.FormFactor.Symmetric
  6559. p336.Size = Vector3.new(1, 5, 5)
  6560. p336.CFrame = CFrame.new(-96.5, 80.4996109, 20.5, -1, -0, 0, -0, -1, 0, -0, -0, 1)
  6561. p336.Anchored = true
  6562. p336.Elasticity = 0
  6563. p336.BottomSurface = Enum.SurfaceType.Smooth
  6564. p336.TopSurface = Enum.SurfaceType.Smooth
  6565. p337 = Instance.new("WedgePart", m)
  6566. p337.BrickColor = BrickColor.new("Really red")
  6567. p337.Name = "Wedge"
  6568. p337.FormFactor = Enum.FormFactor.Symmetric
  6569. p337.Size = Vector3.new(1, 3, 10)
  6570. p337.CFrame = CFrame.new(-96.5, 87.4995728, 26, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  6571. p337.Anchored = true
  6572. p337.Elasticity = 0
  6573. p337.BottomSurface = Enum.SurfaceType.Smooth
  6574. p337.TopSurface = Enum.SurfaceType.Smooth
  6575. p338 = Instance.new("WedgePart", m)
  6576. p338.BrickColor = BrickColor.new("Really red")
  6577. p338.Name = "Wedge"
  6578. p338.FormFactor = Enum.FormFactor.Symmetric
  6579. p338.Size = Vector3.new(1, 3, 6)
  6580. p338.CFrame = CFrame.new(-153.5, 90.4995422, 18, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  6581. p338.Anchored = true
  6582. p338.Elasticity = 0
  6583. p338.BottomSurface = Enum.SurfaceType.Smooth
  6584. p338.TopSurface = Enum.SurfaceType.Smooth
  6585. p339 = Instance.new("WedgePart", m)
  6586. p339.BrickColor = BrickColor.new("Really black")
  6587. p339.Name = "Wedge"
  6588. p339.FormFactor = Enum.FormFactor.Symmetric
  6589. p339.Size = Vector3.new(2, 17, 6)
  6590. p339.CFrame = CFrame.new(-128, 93.4995422, -60, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  6591. p339.Anchored = true
  6592. p339.Elasticity = 0
  6593. p339.BottomSurface = Enum.SurfaceType.Smooth
  6594. p339.TopSurface = Enum.SurfaceType.Smooth
  6595. p340 = Instance.new("WedgePart", m)
  6596. p340.BrickColor = BrickColor.new("Really black")
  6597. p340.Name = "Wedge"
  6598. p340.FormFactor = Enum.FormFactor.Symmetric
  6599. p340.Size = Vector3.new(4, 2, 3)
  6600. p340.CFrame = CFrame.new(-97, 86.9995728, 6.5, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  6601. p340.Anchored = true
  6602. p340.Elasticity = 0
  6603. p340.BottomSurface = Enum.SurfaceType.Smooth
  6604. p340.TopSurface = Enum.SurfaceType.Smooth
  6605. p341 = Instance.new("WedgePart", m)
  6606. p341.BrickColor = BrickColor.new("Really black")
  6607. p341.Name = "Wedge"
  6608. p341.FormFactor = Enum.FormFactor.Symmetric
  6609. p341.Size = Vector3.new(2, 17, 6)
  6610. p341.CFrame = CFrame.new(-158, 77.5506287, 7, -2.79396772e-009, 1.86264515e-009, 1, 1.49011612e-008, 1, 1.86264515e-009, -0.999999881, -1.49011612e-008, 2.79396772e-009)
  6611. p341.Anchored = true
  6612. p341.Elasticity = 0
  6613. p341.BottomSurface = Enum.SurfaceType.Smooth
  6614. p341.TopSurface = Enum.SurfaceType.Smooth
  6615. p342 = Instance.new("WedgePart", m)
  6616. p342.BrickColor = BrickColor.new("Really black")
  6617. p342.Name = "Wedge"
  6618. p342.FormFactor = Enum.FormFactor.Symmetric
  6619. p342.Size = Vector3.new(4, 2, 3)
  6620. p342.CFrame = CFrame.new(-153, 86.9995728, 6.5, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  6621. p342.Anchored = true
  6622. p342.Elasticity = 0
  6623. p342.BottomSurface = Enum.SurfaceType.Smooth
  6624. p342.TopSurface = Enum.SurfaceType.Smooth
  6625. p343 = Instance.new("WedgePart", m)
  6626. p343.BrickColor = BrickColor.new("Really red")
  6627. p343.Name = "Wedge"
  6628. p343.FormFactor = Enum.FormFactor.Symmetric
  6629. p343.Size = Vector3.new(1, 3, 10)
  6630. p343.CFrame = CFrame.new(-153.5, 87.4995728, 26, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  6631. p343.Anchored = true
  6632. p343.Elasticity = 0
  6633. p343.BottomSurface = Enum.SurfaceType.Smooth
  6634. p343.TopSurface = Enum.SurfaceType.Smooth
  6635. p344 = Instance.new("WedgePart", m)
  6636. p344.BrickColor = BrickColor.new("Really red")
  6637. p344.Name = "Wedge"
  6638. p344.FormFactor = Enum.FormFactor.Symmetric
  6639. p344.Size = Vector3.new(1, 3, 9)
  6640. p344.CFrame = CFrame.new(-153.5, 84.4995728, 13.5, -1, -0, 0, -0, -1, 0, -0, -0, 1)
  6641. p344.Anchored = true
  6642. p344.Elasticity = 0
  6643. p344.BottomSurface = Enum.SurfaceType.Smooth
  6644. p344.TopSurface = Enum.SurfaceType.Smooth
  6645. p345 = Instance.new("WedgePart", m)
  6646. p345.BrickColor = BrickColor.new("Really red")
  6647. p345.Name = "Wedge"
  6648. p345.FormFactor = Enum.FormFactor.Symmetric
  6649. p345.Size = Vector3.new(1, 5, 5)
  6650. p345.CFrame = CFrame.new(-153.5, 80.4996109, 20.5, -1, -0, 0, -0, -1, 0, -0, -0, 1)
  6651. p345.Anchored = true
  6652. p345.Elasticity = 0
  6653. p345.BottomSurface = Enum.SurfaceType.Smooth
  6654. p345.TopSurface = Enum.SurfaceType.Smooth
  6655. p346 = Instance.new("WedgePart", m)
  6656. p346.BrickColor = BrickColor.new("Really black")
  6657. p346.Name = "Wedge"
  6658. p346.FormFactor = Enum.FormFactor.Symmetric
  6659. p346.Size = Vector3.new(2, 17, 6)
  6660. p346.CFrame = CFrame.new(-158, 77.5506287, 28, -2.79396772e-009, 3.16649675e-008, 0.99999851, 1.49011612e-008, 0.999996781, -2.98023224e-008, -0.999998331, -1.49011612e-008, 9.31322575e-010)
  6661. p346.Anchored = true
  6662. p346.Elasticity = 0
  6663. p346.BottomSurface = Enum.SurfaceType.Smooth
  6664. p346.TopSurface = Enum.SurfaceType.Smooth
  6665. p347 = Instance.new("WedgePart", m)
  6666. p347.BrickColor = BrickColor.new("Really black")
  6667. p347.Name = "Wedge"
  6668. p347.FormFactor = Enum.FormFactor.Symmetric
  6669. p347.Size = Vector3.new(13, 69, 21)
  6670. p347.CFrame = CFrame.new(-102.719116, 34.4993172, -15.4073458, -0.669129848, -1.71363354e-007, 0.743143678, 1.49011612e-008, 0.999995172, -1.49011612e-007, -0.743143678, 8.94069672e-008, -0.669129848)
  6671. p347.Anchored = true
  6672. p347.Elasticity = 0
  6673. p347.BottomSurface = Enum.SurfaceType.Smooth
  6674. p347.TopSurface = Enum.SurfaceType.Smooth
  6675. p348 = Instance.new("WedgePart", m)
  6676. p348.BrickColor = BrickColor.new("Really black")
  6677. p348.Name = "Wedge"
  6678. p348.FormFactor = Enum.FormFactor.Symmetric
  6679. p348.Size = Vector3.new(15, 48, 23)
  6680. p348.CFrame = CFrame.new(-84.5604858, 23.9995365, -38.5917892, 0.898793936, 0, -0.438371152, 0, 0.999999821, -1.49011612e-008, 0.438371032, 0, 0.898793995)
  6681. p348.Anchored = true
  6682. p348.Elasticity = 0
  6683. p348.BottomSurface = Enum.SurfaceType.Smooth
  6684. p348.TopSurface = Enum.SurfaceType.Smooth
  6685. p349 = Instance.new("WedgePart", m)
  6686. p349.BrickColor = BrickColor.new("Really black")
  6687. p349.Name = "Wedge"
  6688. p349.FormFactor = Enum.FormFactor.Symmetric
  6689. p349.Size = Vector3.new(11, 39, 21)
  6690. p349.CFrame = CFrame.new(-99.5394287, 19.4995842, -34.310524, 0.809017122, 1.3038516e-007, 0.587785423, -1.49011612e-008, 1, 0, -0.587785065, -4.47034836e-008, 0.809017181)
  6691. p349.Anchored = true
  6692. p349.Elasticity = 0
  6693. p349.BottomSurface = Enum.SurfaceType.Smooth
  6694. p349.TopSurface = Enum.SurfaceType.Smooth
  6695. p350 = Instance.new("WedgePart", m)
  6696. p350.BrickColor = BrickColor.new("Really black")
  6697. p350.Name = "Wedge"
  6698. p350.FormFactor = Enum.FormFactor.Symmetric
  6699. p350.Size = Vector3.new(18, 20, 26)
  6700. p350.CFrame = CFrame.new(-70.1300659, 9.99923611, -21.6495056, -0.190809011, 1.86264515e-009, -0.981627166, 1.49011612e-008, 1, 1.86264515e-009, 0.981627107, -1.49011612e-008, -0.190809011)
  6701. p350.Anchored = true
  6702. p350.Elasticity = 0
  6703. p350.BottomSurface = Enum.SurfaceType.Smooth
  6704. p350.TopSurface = Enum.SurfaceType.Smooth
  6705. p351 = Instance.new("WedgePart", m)
  6706. p351.BrickColor = BrickColor.new("Really black")
  6707. p351.Name = "Wedge"
  6708. p351.FormFactor = Enum.FormFactor.Symmetric
  6709. p351.Size = Vector3.new(10, 10, 27)
  6710. p351.CFrame = CFrame.new(-59.5614624, 4.9996171, -23.6648102, 0.0348995402, 1.86264515e-009, -0.999390841, -1.49011612e-008, 1, -1.86264515e-009, 0.999390781, -1.49011612e-008, 0.0348995216)
  6711. p351.Anchored = true
  6712. p351.Elasticity = 0
  6713. p351.BottomSurface = Enum.SurfaceType.Smooth
  6714. p351.TopSurface = Enum.SurfaceType.Smooth
  6715. p352 = Instance.new("WedgePart", m)
  6716. p352.BrickColor = BrickColor.new("Really black")
  6717. p352.Name = "Wedge"
  6718. p352.FormFactor = Enum.FormFactor.Symmetric
  6719. p352.Size = Vector3.new(11, 25, 30)
  6720. p352.CFrame = CFrame.new(-99.7971802, 12.4995556, -5.34223175, -0.939692616, 1.86264515e-009, 0.342020154, 0, 1, 0, -0.342020124, -1.49011612e-008, -0.939692616)
  6721. p352.Anchored = true
  6722. p352.Elasticity = 0
  6723. p352.BottomSurface = Enum.SurfaceType.Smooth
  6724. p352.TopSurface = Enum.SurfaceType.Smooth
  6725. p353 = Instance.new("WedgePart", m)
  6726. p353.BrickColor = BrickColor.new("Really black")
  6727. p353.Name = "Wedge"
  6728. p353.FormFactor = Enum.FormFactor.Symmetric
  6729. p353.Size = Vector3.new(10, 13, 25)
  6730. p353.CFrame = CFrame.new(-100, 6.49970102, -46.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  6731. p353.Anchored = true
  6732. p353.Elasticity = 0
  6733. p353.BottomSurface = Enum.SurfaceType.Smooth
  6734. p353.TopSurface = Enum.SurfaceType.Smooth
  6735. p354 = Instance.new("WedgePart", m)
  6736. p354.BrickColor = BrickColor.new("Really black")
  6737. p354.Name = "Wedge"
  6738. p354.FormFactor = Enum.FormFactor.Symmetric
  6739. p354.Size = Vector3.new(10, 8, 23)
  6740. p354.CFrame = CFrame.new(-99.0091553, 3.99961901, 7.94415188, -0.974371254, -2.55182385e-007, -0.224947229, -3.94880772e-007, 1, 5.96046448e-007, 0.224947289, 6.55651093e-007, -0.974370897)
  6741. p354.Anchored = true
  6742. p354.Elasticity = 0
  6743. p354.BottomSurface = Enum.SurfaceType.Smooth
  6744. p354.TopSurface = Enum.SurfaceType.Smooth
  6745. p355 = Instance.new("WedgePart", m)
  6746. p355.BrickColor = BrickColor.new("Really black")
  6747. p355.Name = "Wedge"
  6748. p355.FormFactor = Enum.FormFactor.Symmetric
  6749. p355.Size = Vector3.new(1, 4, 7)
  6750. p355.CFrame = CFrame.new(-127.5, 1.99986994, 3.9999671, 1, 1.86264515e-009, 2.79396772e-009, 1.86264515e-009, 1, -1.49011612e-008, 2.79396772e-009, -1.49011612e-008, 0.999999881)
  6751. p355.Anchored = true
  6752. p355.Elasticity = 0
  6753. p355.BottomSurface = Enum.SurfaceType.Smooth
  6754. p355.TopSurface = Enum.SurfaceType.Smooth
  6755. p356 = Instance.new("WedgePart", m)
  6756. p356.BrickColor = BrickColor.new("Really black")
  6757. p356.Name = "Wedge"
  6758. p356.FormFactor = Enum.FormFactor.Symmetric
  6759. p356.Size = Vector3.new(1, 4, 7)
  6760. p356.CFrame = CFrame.new(-127.5, 1.99965596, 10.9999676, -1, 1.86264515e-009, -2.79396772e-009, -1.86264515e-009, 1, 1.49011612e-008, -2.79396772e-009, -1.49011612e-008, -0.999999881)
  6761. p356.Anchored = true
  6762. p356.Elasticity = 0
  6763. p356.BottomSurface = Enum.SurfaceType.Smooth
  6764. p356.TopSurface = Enum.SurfaceType.Smooth
  6765. p357 = Instance.new("WedgePart", m)
  6766. p357.BrickColor = BrickColor.new("Really black")
  6767. p357.Name = "Wedge"
  6768. p357.FormFactor = Enum.FormFactor.Symmetric
  6769. p357.Size = Vector3.new(1, 4, 7)
  6770. p357.CFrame = CFrame.new(-111.5, 1.99965596, 10.9999523, -0.999999881, 1.86264515e-009, -4.19095159e-009, -1.86264515e-009, 0.999999881, -1.49011612e-008, -3.25962901e-009, -4.47034836e-008, -0.999999821)
  6771. p357.Anchored = true
  6772. p357.Elasticity = 0
  6773. p357.BottomSurface = Enum.SurfaceType.Smooth
  6774. p357.TopSurface = Enum.SurfaceType.Smooth
  6775. m.Parent = game:service("Workspace")
  6776. m:MakeJoints()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement