yougotoof

Untitled

Jan 1st, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 160.84 KB | None | 0 0
  1. --https://github.com/Mokiros/roblox-FE-compatibility
  2. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  3. local Player,game,owner = owner,game
  4. local RealPlayer = Player
  5. do
  6. print("FE Compatibility code by Mokiros")
  7. local rp = RealPlayer
  8. script.Parent = rp.Character
  9.  
  10. --RemoteEvent for communicating
  11. local Event = Instance.new("RemoteEvent")
  12. Event.Name = "UserInput_Event"
  13.  
  14. --Fake event to make stuff like Mouse.KeyDown work
  15. local function fakeEvent()
  16. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  17. t.connect = t.Connect
  18. return t
  19. end
  20.  
  21. --Creating fake input objects with fake variables
  22. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
  23. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  24. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  25. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  26. end}
  27. --Merged 2 functions into one by checking amount of arguments
  28. CAS.UnbindAction = CAS.BindAction
  29.  
  30. --This function will trigger the events that have been :Connect()'ed
  31. local function te(self,ev,...)
  32. local t = m[ev]
  33. if t and t._fakeEvent then
  34. for _,f in pairs(t.Functions) do
  35. f(...)
  36. end
  37. end
  38. end
  39. m.TrigEvent = te
  40. UIS.TrigEvent = te
  41.  
  42. Event.OnServerEvent:Connect(function(plr,io)
  43. if plr~=rp then return end
  44. m.Target = io.Target
  45. m.Hit = io.Hit
  46. if not io.isMouse then
  47. local b = io.UserInputState == Enum.UserInputState.Begin
  48. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  49. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  50. end
  51. if io.UserInputType == Enum.UserInputType.MouseButton2 then
  52. return m:TrigEvent(b and "Button2Down" or "Button2Up")
  53. end
  54. for _,t in pairs(CAS.Actions) do
  55. for _,k in pairs(t.Keys) do
  56. if k==io.KeyCode then
  57. t.Function(t.Name,io.UserInputState,io)
  58. end
  59. end
  60. end
  61. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  62. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  63. end
  64. end)
  65. Event.Parent = NLS([==[
  66. local Player = game:GetService("Players").LocalPlayer
  67. local Event = script:WaitForChild("UserInput_Event")
  68.  
  69. local Mouse = Player:GetMouse()
  70. local UIS = game:GetService("UserInputService")
  71. local input = function(io,a)
  72. if a then return end
  73. --Since InputObject is a client-side instance, we create and pass table instead
  74. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  75. end
  76. UIS.InputBegan:Connect(input)
  77. UIS.InputEnded:Connect(input)
  78.  
  79. local h,t
  80. --Give the server mouse data 30 times every second, but only if the values changed
  81. --If player is not moving their mouse, client won't fire events
  82. while wait(1/30) do
  83. if h~=Mouse.Hit or t~=Mouse.Target then
  84. h,t=Mouse.Hit,Mouse.Target
  85. Event:FireServer({isMouse=true,Target=t,Hit=h})
  86. end
  87. end]==],Player.Character)
  88.  
  89. ----Sandboxed game object that allows the usage of client-side methods and services
  90. --Real game object
  91. local _rg = game
  92.  
  93. --Metatable for fake service
  94. local fsmt = {
  95. __index = function(self,k)
  96. local s = rawget(self,"_RealService")
  97. if s then
  98. return typeof(s[k])=="function"
  99. and function(_,...)return s[k](s,...)end or s[k]
  100. end
  101. end,
  102. __newindex = function(self,k,v)
  103. local s = rawget(self,"_RealService")
  104. if s then s[k]=v end
  105. end
  106. }
  107. local function FakeService(t,RealService)
  108. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  109. return setmetatable(t,fsmt)
  110. end
  111.  
  112. --Fake game object
  113. local g = {
  114. GetService = function(self,s)
  115. return rawget(self,s) or _rg:GetService(s)
  116. end,
  117. Players = FakeService({
  118. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  119. },"Players"),
  120. UserInputService = FakeService(UIS,"UserInputService"),
  121. ContextActionService = FakeService(CAS,"ContextActionService"),
  122. RunService = FakeService({
  123. _btrs = {},
  124. RenderStepped = _rg:GetService("RunService").Heartbeat,
  125. BindToRenderStep = function(self,name,_,fun)
  126. self._btrs[name] = self.Heartbeat:Connect(fun)
  127. end,
  128. UnbindFromRenderStep = function(self,name)
  129. self._btrs[name]:Disconnect()
  130. end,
  131. },"RunService")
  132. }
  133. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  134. g.service = g.GetService
  135. FakeService(g,game)
  136. --Changing owner to fake player object to support owner:GetMouse()
  137. game,owner = g,g.Players.LocalPlayer
  138. end
  139.  
  140. for _,i in pairs(workspace:GetChildren()) do if i:IsA("PVInstance") and not i:IsA("Terrain") then i:Remove() end end
  141. for _,i in pairs(workspace:GetChildren()) do if i:IsA("Sound") then i:Remove() end end
  142. for _,i in pairs(game:GetService("SoundService"):GetChildren()) do if i:IsA("Sound") then i:Remove() end end
  143. sound2 = Instance.new("Sound")
  144. sound2.Name = "spooky"
  145. sound2.Parent = game:GetService("SoundService")
  146. sound2.SoundId = "rbxassetid://13061809"
  147. sound2.Looped = false
  148. sound2.Volume = 1
  149. sound2:Play()
  150. --Converted with ttyyuu12345's model to script plugin v4
  151. function sandbox(var,func)
  152. local env = getfenv(func)
  153. local newenv = setmetatable({},{
  154. __index = function(self,k)
  155. if k=="script" then
  156. return var
  157. else
  158. return env[k]
  159. end
  160. end,
  161. })
  162. setfenv(func,newenv)
  163. return func
  164. end
  165. cors = {}
  166. mas = Instance.new("Model",game:GetService("Lighting"))
  167. Model0 = Instance.new("Model")
  168. Model1 = Instance.new("Model")
  169. Part2 = Instance.new("Part")
  170. Part3 = Instance.new("Part")
  171. Part4 = Instance.new("Part")
  172. Part5 = Instance.new("Part")
  173. Part6 = Instance.new("Part")
  174. Part7 = Instance.new("Part")
  175. Part8 = Instance.new("Part")
  176. Part9 = Instance.new("Part")
  177. Part10 = Instance.new("Part")
  178. Part11 = Instance.new("Part")
  179. Part12 = Instance.new("Part")
  180. Part13 = Instance.new("Part")
  181. Part14 = Instance.new("Part")
  182. Part15 = Instance.new("Part")
  183. Part16 = Instance.new("Part")
  184. Part17 = Instance.new("Part")
  185. Part18 = Instance.new("Part")
  186. Part19 = Instance.new("Part")
  187. Part20 = Instance.new("Part")
  188. Part21 = Instance.new("Part")
  189. Part22 = Instance.new("Part")
  190. Part23 = Instance.new("Part")
  191. Part24 = Instance.new("Part")
  192. Part25 = Instance.new("Part")
  193. Part26 = Instance.new("Part")
  194. Part27 = Instance.new("Part")
  195. Part28 = Instance.new("Part")
  196. Part29 = Instance.new("Part")
  197. Part30 = Instance.new("Part")
  198. Part31 = Instance.new("Part")
  199. Part32 = Instance.new("Part")
  200. Part33 = Instance.new("Part")
  201. Part34 = Instance.new("Part")
  202. Part35 = Instance.new("Part")
  203. Part36 = Instance.new("Part")
  204. Part37 = Instance.new("Part")
  205. Part38 = Instance.new("Part")
  206. Part39 = Instance.new("Part")
  207. Part40 = Instance.new("Part")
  208. Part41 = Instance.new("Part")
  209. Part42 = Instance.new("Part")
  210. Part43 = Instance.new("Part")
  211. Part44 = Instance.new("Part")
  212. Part45 = Instance.new("Part")
  213. Part46 = Instance.new("Part")
  214. Part47 = Instance.new("Part")
  215. Part48 = Instance.new("Part")
  216. Part49 = Instance.new("Part")
  217. Part50 = Instance.new("Part")
  218. Part51 = Instance.new("Part")
  219. Part52 = Instance.new("Part")
  220. Part53 = Instance.new("Part")
  221. Part54 = Instance.new("Part")
  222. Part55 = Instance.new("Part")
  223. Part56 = Instance.new("Part")
  224. Part57 = Instance.new("Part")
  225. Part58 = Instance.new("Part")
  226. Part59 = Instance.new("Part")
  227. Part60 = Instance.new("Part")
  228. Part61 = Instance.new("Part")
  229. Part62 = Instance.new("Part")
  230. Part63 = Instance.new("Part")
  231. Part64 = Instance.new("Part")
  232. Part65 = Instance.new("Part")
  233. Part66 = Instance.new("Part")
  234. Part67 = Instance.new("Part")
  235. Part68 = Instance.new("Part")
  236. Part69 = Instance.new("Part")
  237. Part70 = Instance.new("Part")
  238. Part71 = Instance.new("Part")
  239. Part72 = Instance.new("Part")
  240. Part73 = Instance.new("Part")
  241. Part74 = Instance.new("Part")
  242. Part75 = Instance.new("Part")
  243. Part76 = Instance.new("Part")
  244. Part77 = Instance.new("Part")
  245. Part78 = Instance.new("Part")
  246. Part79 = Instance.new("Part")
  247. Part80 = Instance.new("Part")
  248. Part81 = Instance.new("Part")
  249. Part82 = Instance.new("Part")
  250. Part83 = Instance.new("Part")
  251. Part84 = Instance.new("Part")
  252. Part85 = Instance.new("Part")
  253. Part86 = Instance.new("Part")
  254. Part87 = Instance.new("Part")
  255. Part88 = Instance.new("Part")
  256. Part89 = Instance.new("Part")
  257. Part90 = Instance.new("Part")
  258. Part91 = Instance.new("Part")
  259. Part92 = Instance.new("Part")
  260. Part93 = Instance.new("Part")
  261. Part94 = Instance.new("Part")
  262. Part95 = Instance.new("Part")
  263. Part96 = Instance.new("Part")
  264. Part97 = Instance.new("Part")
  265. Part98 = Instance.new("Part")
  266. Part99 = Instance.new("Part")
  267. Part100 = Instance.new("Part")
  268. Part101 = Instance.new("Part")
  269. Part102 = Instance.new("Part")
  270. Part103 = Instance.new("Part")
  271. Part104 = Instance.new("Part")
  272. Part105 = Instance.new("Part")
  273. Part106 = Instance.new("Part")
  274. Part107 = Instance.new("Part")
  275. Part108 = Instance.new("Part")
  276. Part109 = Instance.new("Part")
  277. Part110 = Instance.new("Part")
  278. Part111 = Instance.new("Part")
  279. Part112 = Instance.new("Part")
  280. Part113 = Instance.new("Part")
  281. Part114 = Instance.new("Part")
  282. Part115 = Instance.new("Part")
  283. Part116 = Instance.new("Part")
  284. Part117 = Instance.new("Part")
  285. Part118 = Instance.new("Part")
  286. Part119 = Instance.new("Part")
  287. Part120 = Instance.new("Part")
  288. Part121 = Instance.new("Part")
  289. Part122 = Instance.new("Part")
  290. Part123 = Instance.new("Part")
  291. Part124 = Instance.new("Part")
  292. Part125 = Instance.new("Part")
  293. Part126 = Instance.new("Part")
  294. Part127 = Instance.new("Part")
  295. Part128 = Instance.new("Part")
  296. Part129 = Instance.new("Part")
  297. Part130 = Instance.new("Part")
  298. Part131 = Instance.new("Part")
  299. Part132 = Instance.new("Part")
  300. Part133 = Instance.new("Part")
  301. Part134 = Instance.new("Part")
  302. Part135 = Instance.new("Part")
  303. Part136 = Instance.new("Part")
  304. Part137 = Instance.new("Part")
  305. Part138 = Instance.new("Part")
  306. Part139 = Instance.new("Part")
  307. Part140 = Instance.new("Part")
  308. Part141 = Instance.new("Part")
  309. Part142 = Instance.new("Part")
  310. Part143 = Instance.new("Part")
  311. Part144 = Instance.new("Part")
  312. Part145 = Instance.new("Part")
  313. Part146 = Instance.new("Part")
  314. Part147 = Instance.new("Part")
  315. Part148 = Instance.new("Part")
  316. Part149 = Instance.new("Part")
  317. Part150 = Instance.new("Part")
  318. Part151 = Instance.new("Part")
  319. Part152 = Instance.new("Part")
  320. Part153 = Instance.new("Part")
  321. Part154 = Instance.new("Part")
  322. Part155 = Instance.new("Part")
  323. Part156 = Instance.new("Part")
  324. Part157 = Instance.new("Part")
  325. Part158 = Instance.new("Part")
  326. Part159 = Instance.new("Part")
  327. Part160 = Instance.new("Part")
  328. Part161 = Instance.new("Part")
  329. Part162 = Instance.new("Part")
  330. Part163 = Instance.new("Part")
  331. Part164 = Instance.new("Part")
  332. Part165 = Instance.new("Part")
  333. Part166 = Instance.new("Part")
  334. Part167 = Instance.new("Part")
  335. Part168 = Instance.new("Part")
  336. Part169 = Instance.new("Part")
  337. Part170 = Instance.new("Part")
  338. Part171 = Instance.new("Part")
  339. Part172 = Instance.new("Part")
  340. Part173 = Instance.new("Part")
  341. Part174 = Instance.new("Part")
  342. Part175 = Instance.new("Part")
  343. Part176 = Instance.new("Part")
  344. Part177 = Instance.new("Part")
  345. Part178 = Instance.new("Part")
  346. Part179 = Instance.new("Part")
  347. Part180 = Instance.new("Part")
  348. Part181 = Instance.new("Part")
  349. Part182 = Instance.new("Part")
  350. Part183 = Instance.new("Part")
  351. Part184 = Instance.new("Part")
  352. Part185 = Instance.new("Part")
  353. Part186 = Instance.new("Part")
  354. Part187 = Instance.new("Part")
  355. Part188 = Instance.new("Part")
  356. Part189 = Instance.new("Part")
  357. Part190 = Instance.new("Part")
  358. Part191 = Instance.new("Part")
  359. Part192 = Instance.new("Part")
  360. Part193 = Instance.new("Part")
  361. Part194 = Instance.new("Part")
  362. Part195 = Instance.new("Part")
  363. Part196 = Instance.new("Part")
  364. Part197 = Instance.new("Part")
  365. Part198 = Instance.new("Part")
  366. Part199 = Instance.new("Part")
  367. Part200 = Instance.new("Part")
  368. Part201 = Instance.new("Part")
  369. Part202 = Instance.new("Part")
  370. Part203 = Instance.new("Part")
  371. Part204 = Instance.new("Part")
  372. Part205 = Instance.new("Part")
  373. Part206 = Instance.new("Part")
  374. Part207 = Instance.new("Part")
  375. Part208 = Instance.new("Part")
  376. Part209 = Instance.new("Part")
  377. Part210 = Instance.new("Part")
  378. Part211 = Instance.new("Part")
  379. Part212 = Instance.new("Part")
  380. Part213 = Instance.new("Part")
  381. Part214 = Instance.new("Part")
  382. Part215 = Instance.new("Part")
  383. Part216 = Instance.new("Part")
  384. Part217 = Instance.new("Part")
  385. Part218 = Instance.new("Part")
  386. Part219 = Instance.new("Part")
  387. Part220 = Instance.new("Part")
  388. Part221 = Instance.new("Part")
  389. Part222 = Instance.new("Part")
  390. Part223 = Instance.new("Part")
  391. Part224 = Instance.new("Part")
  392. Part225 = Instance.new("Part")
  393. Part226 = Instance.new("Part")
  394. Part227 = Instance.new("Part")
  395. Part228 = Instance.new("Part")
  396. Part229 = Instance.new("Part")
  397. Part230 = Instance.new("Part")
  398. Part231 = Instance.new("Part")
  399. Part232 = Instance.new("Part")
  400. Part233 = Instance.new("Part")
  401. Part234 = Instance.new("Part")
  402. Part235 = Instance.new("Part")
  403. Part236 = Instance.new("Part")
  404. Part237 = Instance.new("Part")
  405. Part238 = Instance.new("Part")
  406. Part239 = Instance.new("Part")
  407. Part240 = Instance.new("Part")
  408. Part241 = Instance.new("Part")
  409. Part242 = Instance.new("Part")
  410. Part243 = Instance.new("Part")
  411. Part244 = Instance.new("Part")
  412. Part245 = Instance.new("Part")
  413. Part246 = Instance.new("Part")
  414. Part247 = Instance.new("Part")
  415. Part248 = Instance.new("Part")
  416. Part249 = Instance.new("Part")
  417. Part250 = Instance.new("Part")
  418. Part251 = Instance.new("Part")
  419. Part252 = Instance.new("Part")
  420. Part253 = Instance.new("Part")
  421. Part254 = Instance.new("Part")
  422. Part255 = Instance.new("Part")
  423. Part256 = Instance.new("Part")
  424. Part257 = Instance.new("Part")
  425. Part258 = Instance.new("Part")
  426. Part259 = Instance.new("Part")
  427. Part260 = Instance.new("Part")
  428. Part261 = Instance.new("Part")
  429. Part262 = Instance.new("Part")
  430. Part263 = Instance.new("Part")
  431. Part264 = Instance.new("Part")
  432. Part265 = Instance.new("Part")
  433. Part266 = Instance.new("Part")
  434. Part267 = Instance.new("Part")
  435. Part268 = Instance.new("Part")
  436. Part269 = Instance.new("Part")
  437. Part270 = Instance.new("Part")
  438. Part271 = Instance.new("Part")
  439. Part272 = Instance.new("Part")
  440. Part273 = Instance.new("Part")
  441. Part274 = Instance.new("Part")
  442. Part275 = Instance.new("Part")
  443. Part276 = Instance.new("Part")
  444. Part277 = Instance.new("Part")
  445. Part278 = Instance.new("Part")
  446. Part279 = Instance.new("Part")
  447. Part280 = Instance.new("Part")
  448. Part281 = Instance.new("Part")
  449. Part282 = Instance.new("Part")
  450. Part283 = Instance.new("Part")
  451. Part284 = Instance.new("Part")
  452. Part285 = Instance.new("Part")
  453. Part286 = Instance.new("Part")
  454. Part287 = Instance.new("Part")
  455. Part288 = Instance.new("Part")
  456. Part289 = Instance.new("Part")
  457. Part290 = Instance.new("Part")
  458. Part291 = Instance.new("Part")
  459. Part292 = Instance.new("Part")
  460. Part293 = Instance.new("Part")
  461. Part294 = Instance.new("Part")
  462. Part295 = Instance.new("Part")
  463. Model296 = Instance.new("Model")
  464. Part297 = Instance.new("Part")
  465. Part298 = Instance.new("Part")
  466. Part299 = Instance.new("Part")
  467. Part300 = Instance.new("Part")
  468. Part301 = Instance.new("Part")
  469. Part302 = Instance.new("Part")
  470. Part303 = Instance.new("Part")
  471. Part304 = Instance.new("Part")
  472. Model305 = Instance.new("Model")
  473. Part306 = Instance.new("Part")
  474. Part307 = Instance.new("Part")
  475. Part308 = Instance.new("Part")
  476. Part309 = Instance.new("Part")
  477. Part310 = Instance.new("Part")
  478. Part311 = Instance.new("Part")
  479. Part312 = Instance.new("Part")
  480. Part313 = Instance.new("Part")
  481. Part314 = Instance.new("Part")
  482. Part315 = Instance.new("Part")
  483. Part316 = Instance.new("Part")
  484. Part317 = Instance.new("Part")
  485. Part318 = Instance.new("Part")
  486. Part319 = Instance.new("Part")
  487. Part320 = Instance.new("Part")
  488. Part321 = Instance.new("Part")
  489. Part322 = Instance.new("Part")
  490. Part323 = Instance.new("Part")
  491. Part324 = Instance.new("Part")
  492. Part325 = Instance.new("Part")
  493. Part326 = Instance.new("Part")
  494. Part327 = Instance.new("Part")
  495. Part328 = Instance.new("Part")
  496. Part329 = Instance.new("Part")
  497. Part330 = Instance.new("Part")
  498. Part331 = Instance.new("Part")
  499. Part332 = Instance.new("Part")
  500. Part333 = Instance.new("Part")
  501. Part334 = Instance.new("Part")
  502. Part335 = Instance.new("Part")
  503. Part336 = Instance.new("Part")
  504. Part337 = Instance.new("Part")
  505. Part338 = Instance.new("Part")
  506. Part339 = Instance.new("Part")
  507. Part340 = Instance.new("Part")
  508. Part341 = Instance.new("Part")
  509. Part342 = Instance.new("Part")
  510. Part343 = Instance.new("Part")
  511. Part344 = Instance.new("Part")
  512. Part345 = Instance.new("Part")
  513. Part346 = Instance.new("Part")
  514. Part347 = Instance.new("Part")
  515. Decal348 = Instance.new("Decal")
  516. Part349 = Instance.new("Part")
  517. Part350 = Instance.new("Part")
  518. Part351 = Instance.new("Part")
  519. Part352 = Instance.new("Part")
  520. Part353 = Instance.new("Part")
  521. SurfaceLight354 = Instance.new("SurfaceLight")
  522. SpawnLocation355 = Instance.new("SpawnLocation")
  523. Decal356 = Instance.new("Decal")
  524. SpawnLocation357 = Instance.new("SpawnLocation")
  525. Decal358 = Instance.new("Decal")
  526. SpawnLocation359 = Instance.new("SpawnLocation")
  527. Decal360 = Instance.new("Decal")
  528. Model0.Name = "Mc"
  529. Model0.Parent = mas
  530. Model1.Parent = Model0
  531. Part2.Parent = Model1
  532. Part2.BrickColor = BrickColor.new("Bright red")
  533. Part2.Anchored = true
  534. Part2.Size = Vector3.new(1, 3, 40)
  535. Part2.CFrame = CFrame.new(-34.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  536. Part2.Color = Color3.new(0.768628, 0.156863, 0.109804)
  537. Part2.Position = Vector3.new(-34.5, 24.6000004, 20)
  538. Part2.Color = Color3.new(0.768628, 0.156863, 0.109804)
  539. Part3.Parent = Model1
  540. Part3.BrickColor = BrickColor.new("Bright red")
  541. Part3.Anchored = true
  542. Part3.Size = Vector3.new(1, 3, 40)
  543. Part3.CFrame = CFrame.new(-26.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  544. Part3.Color = Color3.new(0.768628, 0.156863, 0.109804)
  545. Part3.Position = Vector3.new(-26.5, 24.6000004, 20)
  546. Part3.Color = Color3.new(0.768628, 0.156863, 0.109804)
  547. Part4.Parent = Model1
  548. Part4.BrickColor = BrickColor.new("Bright red")
  549. Part4.Anchored = true
  550. Part4.Size = Vector3.new(1, 3, 40)
  551. Part4.CFrame = CFrame.new(-32.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  552. Part4.Color = Color3.new(0.768628, 0.156863, 0.109804)
  553. Part4.Position = Vector3.new(-32.5, 24.6000004, 20)
  554. Part4.Color = Color3.new(0.768628, 0.156863, 0.109804)
  555. Part5.Parent = Model1
  556. Part5.BrickColor = BrickColor.new("Bright red")
  557. Part5.Anchored = true
  558. Part5.Size = Vector3.new(1, 3, 40)
  559. Part5.CFrame = CFrame.new(-16.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  560. Part5.Color = Color3.new(0.768628, 0.156863, 0.109804)
  561. Part5.Position = Vector3.new(-16.5, 24.6000004, 20)
  562. Part5.Color = Color3.new(0.768628, 0.156863, 0.109804)
  563. Part6.Parent = Model1
  564. Part6.BrickColor = BrickColor.new("Bright red")
  565. Part6.Anchored = true
  566. Part6.Size = Vector3.new(1, 3, 40)
  567. Part6.CFrame = CFrame.new(-30.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  568. Part6.Color = Color3.new(0.768628, 0.156863, 0.109804)
  569. Part6.Position = Vector3.new(-30.5, 24.6000004, 20)
  570. Part6.Color = Color3.new(0.768628, 0.156863, 0.109804)
  571. Part7.Parent = Model1
  572. Part7.BrickColor = BrickColor.new("Bright red")
  573. Part7.Anchored = true
  574. Part7.Size = Vector3.new(1, 3, 40)
  575. Part7.CFrame = CFrame.new(-40.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  576. Part7.Color = Color3.new(0.768628, 0.156863, 0.109804)
  577. Part7.Position = Vector3.new(-40.5, 24.6000004, 20)
  578. Part7.Color = Color3.new(0.768628, 0.156863, 0.109804)
  579. Part8.Parent = Model1
  580. Part8.BrickColor = BrickColor.new("Bright red")
  581. Part8.Anchored = true
  582. Part8.Size = Vector3.new(1, 3, 40)
  583. Part8.CFrame = CFrame.new(-18.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  584. Part8.Color = Color3.new(0.768628, 0.156863, 0.109804)
  585. Part8.Position = Vector3.new(-18.5, 24.6000004, 20)
  586. Part8.Color = Color3.new(0.768628, 0.156863, 0.109804)
  587. Part9.Parent = Model1
  588. Part9.BrickColor = BrickColor.new("Bright red")
  589. Part9.Anchored = true
  590. Part9.Size = Vector3.new(1, 3, 40)
  591. Part9.CFrame = CFrame.new(-42.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  592. Part9.Color = Color3.new(0.768628, 0.156863, 0.109804)
  593. Part9.Position = Vector3.new(-42.5, 24.6000004, 20)
  594. Part9.Color = Color3.new(0.768628, 0.156863, 0.109804)
  595. Part10.Parent = Model1
  596. Part10.BrickColor = BrickColor.new("Bright yellow")
  597. Part10.Anchored = true
  598. Part10.Size = Vector3.new(1, 3, 40)
  599. Part10.CFrame = CFrame.new(-37.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  600. Part10.Color = Color3.new(0.960784, 0.803922, 0.188235)
  601. Part10.Position = Vector3.new(-37.5, 24.6000004, 20)
  602. Part10.Color = Color3.new(0.960784, 0.803922, 0.188235)
  603. Part11.Parent = Model1
  604. Part11.BrickColor = BrickColor.new("Bright red")
  605. Part11.Anchored = true
  606. Part11.Size = Vector3.new(1, 3, 40)
  607. Part11.CFrame = CFrame.new(-24.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  608. Part11.Color = Color3.new(0.768628, 0.156863, 0.109804)
  609. Part11.Position = Vector3.new(-24.5, 24.6000004, 20)
  610. Part11.Color = Color3.new(0.768628, 0.156863, 0.109804)
  611. Part12.Parent = Model1
  612. Part12.BrickColor = BrickColor.new("Bright yellow")
  613. Part12.Anchored = true
  614. Part12.Size = Vector3.new(1, 3, 40)
  615. Part12.CFrame = CFrame.new(-21.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  616. Part12.Color = Color3.new(0.960784, 0.803922, 0.188235)
  617. Part12.Position = Vector3.new(-21.5, 24.6000004, 20)
  618. Part12.Color = Color3.new(0.960784, 0.803922, 0.188235)
  619. Part13.Parent = Model1
  620. Part13.BrickColor = BrickColor.new("Bright yellow")
  621. Part13.Anchored = true
  622. Part13.Size = Vector3.new(1, 3, 40)
  623. Part13.CFrame = CFrame.new(-25.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  624. Part13.Color = Color3.new(0.960784, 0.803922, 0.188235)
  625. Part13.Position = Vector3.new(-25.5, 24.6000004, 20)
  626. Part13.Color = Color3.new(0.960784, 0.803922, 0.188235)
  627. Part14.Parent = Model1
  628. Part14.BrickColor = BrickColor.new("Bright yellow")
  629. Part14.Anchored = true
  630. Part14.Size = Vector3.new(1, 3, 40)
  631. Part14.CFrame = CFrame.new(-23.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  632. Part14.Color = Color3.new(0.960784, 0.803922, 0.188235)
  633. Part14.Position = Vector3.new(-23.5, 24.6000004, 20)
  634. Part14.Color = Color3.new(0.960784, 0.803922, 0.188235)
  635. Part15.Parent = Model1
  636. Part15.BrickColor = BrickColor.new("Bright yellow")
  637. Part15.Anchored = true
  638. Part15.Size = Vector3.new(1, 3, 40)
  639. Part15.CFrame = CFrame.new(-49.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  640. Part15.Color = Color3.new(0.960784, 0.803922, 0.188235)
  641. Part15.Position = Vector3.new(-49.5, 24.6000004, 20)
  642. Part15.Color = Color3.new(0.960784, 0.803922, 0.188235)
  643. Part16.Parent = Model1
  644. Part16.BrickColor = BrickColor.new("Bright yellow")
  645. Part16.Anchored = true
  646. Part16.Size = Vector3.new(1, 3, 40)
  647. Part16.CFrame = CFrame.new(-51.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  648. Part16.Color = Color3.new(0.960784, 0.803922, 0.188235)
  649. Part16.Position = Vector3.new(-51.5, 24.6000004, 20)
  650. Part16.Color = Color3.new(0.960784, 0.803922, 0.188235)
  651. Part17.Parent = Model1
  652. Part17.BrickColor = BrickColor.new("Bright red")
  653. Part17.Anchored = true
  654. Part17.Size = Vector3.new(1, 3, 40)
  655. Part17.CFrame = CFrame.new(-50.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  656. Part17.Color = Color3.new(0.768628, 0.156863, 0.109804)
  657. Part17.Position = Vector3.new(-50.5, 24.6000004, 20)
  658. Part17.Color = Color3.new(0.768628, 0.156863, 0.109804)
  659. Part18.Parent = Model1
  660. Part18.BrickColor = BrickColor.new("Bright red")
  661. Part18.Anchored = true
  662. Part18.Size = Vector3.new(1, 3, 40)
  663. Part18.CFrame = CFrame.new(-48.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  664. Part18.Color = Color3.new(0.768628, 0.156863, 0.109804)
  665. Part18.Position = Vector3.new(-48.5, 24.6000004, 20)
  666. Part18.Color = Color3.new(0.768628, 0.156863, 0.109804)
  667. Part19.Parent = Model1
  668. Part19.BrickColor = BrickColor.new("Bright red")
  669. Part19.Anchored = true
  670. Part19.Size = Vector3.new(1, 3, 40)
  671. Part19.CFrame = CFrame.new(-46.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  672. Part19.Color = Color3.new(0.768628, 0.156863, 0.109804)
  673. Part19.Position = Vector3.new(-46.5, 24.6000004, 20)
  674. Part19.Color = Color3.new(0.768628, 0.156863, 0.109804)
  675. Part20.Parent = Model1
  676. Part20.BrickColor = BrickColor.new("Bright yellow")
  677. Part20.Anchored = true
  678. Part20.Size = Vector3.new(1, 3, 40)
  679. Part20.CFrame = CFrame.new(-47.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  680. Part20.Color = Color3.new(0.960784, 0.803922, 0.188235)
  681. Part20.Position = Vector3.new(-47.5, 24.6000004, 20)
  682. Part20.Color = Color3.new(0.960784, 0.803922, 0.188235)
  683. Part21.Parent = Model1
  684. Part21.BrickColor = BrickColor.new("Bright yellow")
  685. Part21.Anchored = true
  686. Part21.Size = Vector3.new(1, 3, 40)
  687. Part21.CFrame = CFrame.new(-45.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  688. Part21.Color = Color3.new(0.960784, 0.803922, 0.188235)
  689. Part21.Position = Vector3.new(-45.5, 24.6000004, 20)
  690. Part21.Color = Color3.new(0.960784, 0.803922, 0.188235)
  691. Part22.Parent = Model1
  692. Part22.BrickColor = BrickColor.new("Bright yellow")
  693. Part22.Anchored = true
  694. Part22.Size = Vector3.new(1, 3, 40)
  695. Part22.CFrame = CFrame.new(-27.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  696. Part22.Color = Color3.new(0.960784, 0.803922, 0.188235)
  697. Part22.Position = Vector3.new(-27.5, 24.6000004, 20)
  698. Part22.Color = Color3.new(0.960784, 0.803922, 0.188235)
  699. Part23.Parent = Model1
  700. Part23.BrickColor = BrickColor.new("Bright red")
  701. Part23.Anchored = true
  702. Part23.Size = Vector3.new(1, 3, 40)
  703. Part23.CFrame = CFrame.new(-28.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  704. Part23.Color = Color3.new(0.768628, 0.156863, 0.109804)
  705. Part23.Position = Vector3.new(-28.5, 24.6000004, 20)
  706. Part23.Color = Color3.new(0.768628, 0.156863, 0.109804)
  707. Part24.Parent = Model1
  708. Part24.BrickColor = BrickColor.new("Bright red")
  709. Part24.Anchored = true
  710. Part24.Size = Vector3.new(1, 3, 40)
  711. Part24.CFrame = CFrame.new(-38.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  712. Part24.Color = Color3.new(0.768628, 0.156863, 0.109804)
  713. Part24.Position = Vector3.new(-38.5, 24.6000004, 20)
  714. Part24.Color = Color3.new(0.768628, 0.156863, 0.109804)
  715. Part25.Parent = Model1
  716. Part25.BrickColor = BrickColor.new("Bright yellow")
  717. Part25.Anchored = true
  718. Part25.Size = Vector3.new(1, 3, 40)
  719. Part25.CFrame = CFrame.new(-17.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  720. Part25.Color = Color3.new(0.960784, 0.803922, 0.188235)
  721. Part25.Position = Vector3.new(-17.5, 24.6000004, 20)
  722. Part25.Color = Color3.new(0.960784, 0.803922, 0.188235)
  723. Part26.Parent = Model1
  724. Part26.BrickColor = BrickColor.new("Bright yellow")
  725. Part26.Anchored = true
  726. Part26.FormFactor = Enum.FormFactor.Plate
  727. Part26.Size = Vector3.new(63, 1.20000005, 40)
  728. Part26.CFrame = CFrame.new(-20.5, 27.9000015, 21, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  729. Part26.Color = Color3.new(0.960784, 0.803922, 0.188235)
  730. Part26.Position = Vector3.new(-20.5, 27.9000015, 21)
  731. Part26.Color = Color3.new(0.960784, 0.803922, 0.188235)
  732. Part27.Parent = Model1
  733. Part27.BrickColor = BrickColor.new("Bright yellow")
  734. Part27.Anchored = true
  735. Part27.FormFactor = Enum.FormFactor.Plate
  736. Part27.Size = Vector3.new(63, 1.20000005, 40)
  737. Part27.CFrame = CFrame.new(-20.5, 26.7000008, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  738. Part27.Color = Color3.new(0.960784, 0.803922, 0.188235)
  739. Part27.Position = Vector3.new(-20.5, 26.7000008, 20)
  740. Part27.Color = Color3.new(0.960784, 0.803922, 0.188235)
  741. Part28.Parent = Model1
  742. Part28.BrickColor = BrickColor.new("Bright red")
  743. Part28.Anchored = true
  744. Part28.Size = Vector3.new(1, 3, 40)
  745. Part28.CFrame = CFrame.new(-20.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  746. Part28.Color = Color3.new(0.768628, 0.156863, 0.109804)
  747. Part28.Position = Vector3.new(-20.5, 24.6000004, 20)
  748. Part28.Color = Color3.new(0.768628, 0.156863, 0.109804)
  749. Part29.Parent = Model1
  750. Part29.BrickColor = BrickColor.new("Bright yellow")
  751. Part29.Anchored = true
  752. Part29.Size = Vector3.new(1, 3, 40)
  753. Part29.CFrame = CFrame.new(-39.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  754. Part29.Color = Color3.new(0.960784, 0.803922, 0.188235)
  755. Part29.Position = Vector3.new(-39.5, 24.6000004, 20)
  756. Part29.Color = Color3.new(0.960784, 0.803922, 0.188235)
  757. Part30.Parent = Model1
  758. Part30.BrickColor = BrickColor.new("Bright red")
  759. Part30.Anchored = true
  760. Part30.Size = Vector3.new(1, 3, 40)
  761. Part30.CFrame = CFrame.new(-44.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  762. Part30.Color = Color3.new(0.768628, 0.156863, 0.109804)
  763. Part30.Position = Vector3.new(-44.5, 24.6000004, 20)
  764. Part30.Color = Color3.new(0.768628, 0.156863, 0.109804)
  765. Part31.Parent = Model1
  766. Part31.BrickColor = BrickColor.new("Bright yellow")
  767. Part31.Anchored = true
  768. Part31.Size = Vector3.new(1, 3, 40)
  769. Part31.CFrame = CFrame.new(-41.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  770. Part31.Color = Color3.new(0.960784, 0.803922, 0.188235)
  771. Part31.Position = Vector3.new(-41.5, 24.6000004, 20)
  772. Part31.Color = Color3.new(0.960784, 0.803922, 0.188235)
  773. Part32.Parent = Model1
  774. Part32.BrickColor = BrickColor.new("Bright yellow")
  775. Part32.Anchored = true
  776. Part32.Size = Vector3.new(1, 3, 40)
  777. Part32.CFrame = CFrame.new(-35.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  778. Part32.Color = Color3.new(0.960784, 0.803922, 0.188235)
  779. Part32.Position = Vector3.new(-35.5, 24.6000004, 20)
  780. Part32.Color = Color3.new(0.960784, 0.803922, 0.188235)
  781. Part33.Parent = Model1
  782. Part33.BrickColor = BrickColor.new("Bright red")
  783. Part33.Anchored = true
  784. Part33.Size = Vector3.new(1, 3, 40)
  785. Part33.CFrame = CFrame.new(-36.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  786. Part33.Color = Color3.new(0.768628, 0.156863, 0.109804)
  787. Part33.Position = Vector3.new(-36.5, 24.6000004, 20)
  788. Part33.Color = Color3.new(0.768628, 0.156863, 0.109804)
  789. Part34.Parent = Model1
  790. Part34.BrickColor = BrickColor.new("Bright yellow")
  791. Part34.Anchored = true
  792. Part34.Size = Vector3.new(1, 3, 40)
  793. Part34.CFrame = CFrame.new(-19.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  794. Part34.Color = Color3.new(0.960784, 0.803922, 0.188235)
  795. Part34.Position = Vector3.new(-19.5, 24.6000004, 20)
  796. Part34.Color = Color3.new(0.960784, 0.803922, 0.188235)
  797. Part35.Parent = Model1
  798. Part35.BrickColor = BrickColor.new("Bright red")
  799. Part35.Anchored = true
  800. Part35.Size = Vector3.new(1, 3, 40)
  801. Part35.CFrame = CFrame.new(-22.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  802. Part35.Color = Color3.new(0.768628, 0.156863, 0.109804)
  803. Part35.Position = Vector3.new(-22.5, 24.6000004, 20)
  804. Part35.Color = Color3.new(0.768628, 0.156863, 0.109804)
  805. Part36.Parent = Model1
  806. Part36.BrickColor = BrickColor.new("Bright yellow")
  807. Part36.Anchored = true
  808. Part36.Size = Vector3.new(1, 3, 40)
  809. Part36.CFrame = CFrame.new(-29.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  810. Part36.Color = Color3.new(0.960784, 0.803922, 0.188235)
  811. Part36.Position = Vector3.new(-29.5, 24.6000004, 20)
  812. Part36.Color = Color3.new(0.960784, 0.803922, 0.188235)
  813. Part37.Parent = Model1
  814. Part37.BrickColor = BrickColor.new("Bright yellow")
  815. Part37.Anchored = true
  816. Part37.Size = Vector3.new(1, 3, 40)
  817. Part37.CFrame = CFrame.new(-43.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  818. Part37.Color = Color3.new(0.960784, 0.803922, 0.188235)
  819. Part37.Position = Vector3.new(-43.5, 24.6000004, 20)
  820. Part37.Color = Color3.new(0.960784, 0.803922, 0.188235)
  821. Part38.Parent = Model1
  822. Part38.BrickColor = BrickColor.new("Bright yellow")
  823. Part38.Anchored = true
  824. Part38.Size = Vector3.new(1, 3, 40)
  825. Part38.CFrame = CFrame.new(-31.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  826. Part38.Color = Color3.new(0.960784, 0.803922, 0.188235)
  827. Part38.Position = Vector3.new(-31.5, 24.6000004, 20)
  828. Part38.Color = Color3.new(0.960784, 0.803922, 0.188235)
  829. Part39.Parent = Model1
  830. Part39.BrickColor = BrickColor.new("Bright yellow")
  831. Part39.Anchored = true
  832. Part39.Size = Vector3.new(1, 3, 40)
  833. Part39.CFrame = CFrame.new(-33.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  834. Part39.Color = Color3.new(0.960784, 0.803922, 0.188235)
  835. Part39.Position = Vector3.new(-33.5, 24.6000004, 20)
  836. Part39.Color = Color3.new(0.960784, 0.803922, 0.188235)
  837. Part40.Parent = Model1
  838. Part40.BrickColor = BrickColor.new("Bright red")
  839. Part40.Anchored = true
  840. Part40.Size = Vector3.new(1, 1.60000014, 44)
  841. Part40.CFrame = CFrame.new(-50.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  842. Part40.Color = Color3.new(0.768628, 0.156863, 0.109804)
  843. Part40.Position = Vector3.new(-50.5, 19.3000011, 18)
  844. Part40.Color = Color3.new(0.768628, 0.156863, 0.109804)
  845. Part41.Parent = Model1
  846. Part41.BrickColor = BrickColor.new("Bright yellow")
  847. Part41.Anchored = true
  848. Part41.Size = Vector3.new(1, 1.60000014, 44)
  849. Part41.CFrame = CFrame.new(-49.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  850. Part41.Color = Color3.new(0.960784, 0.803922, 0.188235)
  851. Part41.Position = Vector3.new(-49.5, 19.3000011, 18)
  852. Part41.Color = Color3.new(0.960784, 0.803922, 0.188235)
  853. Part42.Parent = Model1
  854. Part42.BrickColor = BrickColor.new("Bright red")
  855. Part42.Anchored = true
  856. Part42.Size = Vector3.new(1, 1.60000014, 44)
  857. Part42.CFrame = CFrame.new(-30.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  858. Part42.Color = Color3.new(0.768628, 0.156863, 0.109804)
  859. Part42.Position = Vector3.new(-30.5, 17.6999989, 18)
  860. Part42.Color = Color3.new(0.768628, 0.156863, 0.109804)
  861. Part43.Parent = Model1
  862. Part43.BrickColor = BrickColor.new("Bright yellow")
  863. Part43.Anchored = true
  864. Part43.Size = Vector3.new(1, 3, 42)
  865. Part43.CFrame = CFrame.new(-11.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  866. Part43.Color = Color3.new(0.960784, 0.803922, 0.188235)
  867. Part43.Position = Vector3.new(-11.5, 21.6000004, 19)
  868. Part43.Color = Color3.new(0.960784, 0.803922, 0.188235)
  869. Part44.Parent = Model1
  870. Part44.BrickColor = BrickColor.new("Bright yellow")
  871. Part44.Anchored = true
  872. Part44.Size = Vector3.new(1, 1.60000014, 44)
  873. Part44.CFrame = CFrame.new(-17.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  874. Part44.Color = Color3.new(0.960784, 0.803922, 0.188235)
  875. Part44.Position = Vector3.new(-17.5, 19.3000011, 18)
  876. Part44.Color = Color3.new(0.960784, 0.803922, 0.188235)
  877. Part45.Parent = Model1
  878. Part45.BrickColor = BrickColor.new("Bright yellow")
  879. Part45.Anchored = true
  880. Part45.Size = Vector3.new(1, 1.60000014, 44)
  881. Part45.CFrame = CFrame.new(-51.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  882. Part45.Color = Color3.new(0.960784, 0.803922, 0.188235)
  883. Part45.Position = Vector3.new(-51.5, 19.3000011, 18)
  884. Part45.Color = Color3.new(0.960784, 0.803922, 0.188235)
  885. Part46.Parent = Model1
  886. Part46.BrickColor = BrickColor.new("Bright red")
  887. Part46.Anchored = true
  888. Part46.Size = Vector3.new(1, 3, 42)
  889. Part46.CFrame = CFrame.new(-20.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  890. Part46.Color = Color3.new(0.768628, 0.156863, 0.109804)
  891. Part46.Position = Vector3.new(-20.5, 21.6000004, 19)
  892. Part46.Color = Color3.new(0.768628, 0.156863, 0.109804)
  893. Part47.Parent = Model1
  894. Part47.BrickColor = BrickColor.new("Bright red")
  895. Part47.Anchored = true
  896. Part47.Size = Vector3.new(1, 1.60000014, 44)
  897. Part47.CFrame = CFrame.new(-34.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  898. Part47.Color = Color3.new(0.768628, 0.156863, 0.109804)
  899. Part47.Position = Vector3.new(-34.5, 19.3000011, 18)
  900. Part47.Color = Color3.new(0.768628, 0.156863, 0.109804)
  901. Part48.Parent = Model1
  902. Part48.BrickColor = BrickColor.new("Bright yellow")
  903. Part48.Anchored = true
  904. Part48.Size = Vector3.new(1, 1.60000014, 44)
  905. Part48.CFrame = CFrame.new(-47.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  906. Part48.Color = Color3.new(0.960784, 0.803922, 0.188235)
  907. Part48.Position = Vector3.new(-47.5, 19.3000011, 18)
  908. Part48.Color = Color3.new(0.960784, 0.803922, 0.188235)
  909. Part49.Parent = Model1
  910. Part49.BrickColor = BrickColor.new("Bright red")
  911. Part49.Anchored = true
  912. Part49.Size = Vector3.new(1, 3, 40)
  913. Part49.CFrame = CFrame.new(5.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  914. Part49.Color = Color3.new(0.768628, 0.156863, 0.109804)
  915. Part49.Position = Vector3.new(5.5, 24.6000004, 20)
  916. Part49.Color = Color3.new(0.768628, 0.156863, 0.109804)
  917. Part50.Parent = Model1
  918. Part50.BrickColor = BrickColor.new("Bright red")
  919. Part50.Anchored = true
  920. Part50.Size = Vector3.new(1, 1.60000014, 44)
  921. Part50.CFrame = CFrame.new(3.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  922. Part50.Color = Color3.new(0.768628, 0.156863, 0.109804)
  923. Part50.Position = Vector3.new(3.5, 19.3000011, 18)
  924. Part50.Color = Color3.new(0.768628, 0.156863, 0.109804)
  925. Part51.Parent = Model1
  926. Part51.BrickColor = BrickColor.new("Bright red")
  927. Part51.Anchored = true
  928. Part51.Size = Vector3.new(1, 3, 40)
  929. Part51.CFrame = CFrame.new(1.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  930. Part51.Color = Color3.new(0.768628, 0.156863, 0.109804)
  931. Part51.Position = Vector3.new(1.5, 24.6000004, 20)
  932. Part51.Color = Color3.new(0.768628, 0.156863, 0.109804)
  933. Part52.Parent = Model1
  934. Part52.BrickColor = BrickColor.new("Bright yellow")
  935. Part52.Anchored = true
  936. Part52.Size = Vector3.new(1, 1.60000014, 44)
  937. Part52.CFrame = CFrame.new(-37.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  938. Part52.Color = Color3.new(0.960784, 0.803922, 0.188235)
  939. Part52.Position = Vector3.new(-37.5, 19.3000011, 18)
  940. Part52.Color = Color3.new(0.960784, 0.803922, 0.188235)
  941. Part53.Parent = Model1
  942. Part53.BrickColor = BrickColor.new("Bright red")
  943. Part53.Anchored = true
  944. Part53.Size = Vector3.new(1, 1.60000014, 44)
  945. Part53.CFrame = CFrame.new(-16.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  946. Part53.Color = Color3.new(0.768628, 0.156863, 0.109804)
  947. Part53.Position = Vector3.new(-16.5, 17.6999989, 18)
  948. Part53.Color = Color3.new(0.768628, 0.156863, 0.109804)
  949. Part54.Parent = Model1
  950. Part54.BrickColor = BrickColor.new("Bright yellow")
  951. Part54.Anchored = true
  952. Part54.Size = Vector3.new(1, 3, 42)
  953. Part54.CFrame = CFrame.new(2.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  954. Part54.Color = Color3.new(0.960784, 0.803922, 0.188235)
  955. Part54.Position = Vector3.new(2.5, 21.6000004, 19)
  956. Part54.Color = Color3.new(0.960784, 0.803922, 0.188235)
  957. Part55.Parent = Model1
  958. Part55.BrickColor = BrickColor.new("Bright yellow")
  959. Part55.Anchored = true
  960. Part55.Size = Vector3.new(1, 3, 40)
  961. Part55.CFrame = CFrame.new(4.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  962. Part55.Color = Color3.new(0.960784, 0.803922, 0.188235)
  963. Part55.Position = Vector3.new(4.5, 24.6000004, 20)
  964. Part55.Color = Color3.new(0.960784, 0.803922, 0.188235)
  965. Part56.Parent = Model1
  966. Part56.BrickColor = BrickColor.new("Bright yellow")
  967. Part56.Anchored = true
  968. Part56.Size = Vector3.new(1, 3, 40)
  969. Part56.CFrame = CFrame.new(2.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  970. Part56.Color = Color3.new(0.960784, 0.803922, 0.188235)
  971. Part56.Position = Vector3.new(2.5, 24.6000004, 20)
  972. Part56.Color = Color3.new(0.960784, 0.803922, 0.188235)
  973. Part57.Parent = Model1
  974. Part57.BrickColor = BrickColor.new("Bright red")
  975. Part57.Anchored = true
  976. Part57.Size = Vector3.new(1, 3, 40)
  977. Part57.CFrame = CFrame.new(7.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  978. Part57.Color = Color3.new(0.768628, 0.156863, 0.109804)
  979. Part57.Position = Vector3.new(7.5, 24.6000004, 20)
  980. Part57.Color = Color3.new(0.768628, 0.156863, 0.109804)
  981. Part58.Parent = Model1
  982. Part58.BrickColor = BrickColor.new("Bright red")
  983. Part58.Anchored = true
  984. Part58.Size = Vector3.new(1, 3, 42)
  985. Part58.CFrame = CFrame.new(-34.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  986. Part58.Color = Color3.new(0.768628, 0.156863, 0.109804)
  987. Part58.Position = Vector3.new(-34.5, 21.6000004, 19)
  988. Part58.Color = Color3.new(0.768628, 0.156863, 0.109804)
  989. Part59.Parent = Model1
  990. Part59.BrickColor = BrickColor.new("Bright yellow")
  991. Part59.Anchored = true
  992. Part59.Size = Vector3.new(1, 3, 40)
  993. Part59.CFrame = CFrame.new(6.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  994. Part59.Color = Color3.new(0.960784, 0.803922, 0.188235)
  995. Part59.Position = Vector3.new(6.5, 24.6000004, 20)
  996. Part59.Color = Color3.new(0.960784, 0.803922, 0.188235)
  997. Part60.Parent = Model1
  998. Part60.BrickColor = BrickColor.new("Bright red")
  999. Part60.Anchored = true
  1000. Part60.Size = Vector3.new(1, 1.60000014, 44)
  1001. Part60.CFrame = CFrame.new(-34.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1002. Part60.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1003. Part60.Position = Vector3.new(-34.5, 17.6999989, 18)
  1004. Part60.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1005. Part61.Parent = Model1
  1006. Part61.BrickColor = BrickColor.new("Bright red")
  1007. Part61.Anchored = true
  1008. Part61.Size = Vector3.new(1, 1.60000014, 44)
  1009. Part61.CFrame = CFrame.new(-46.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1010. Part61.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1011. Part61.Position = Vector3.new(-46.5, 19.3000011, 18)
  1012. Part61.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1013. Part62.Parent = Model1
  1014. Part62.BrickColor = BrickColor.new("Bright red")
  1015. Part62.Anchored = true
  1016. Part62.Size = Vector3.new(1, 1.60000014, 44)
  1017. Part62.CFrame = CFrame.new(7.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1018. Part62.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1019. Part62.Position = Vector3.new(7.5, 19.3000011, 18)
  1020. Part62.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1021. Part63.Parent = Model1
  1022. Part63.BrickColor = BrickColor.new("Bright red")
  1023. Part63.Anchored = true
  1024. Part63.Size = Vector3.new(1, 3, 40)
  1025. Part63.CFrame = CFrame.new(3.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1026. Part63.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1027. Part63.Position = Vector3.new(3.5, 24.6000004, 20)
  1028. Part63.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1029. Part64.Parent = Model1
  1030. Part64.BrickColor = BrickColor.new("Bright yellow")
  1031. Part64.Anchored = true
  1032. Part64.Size = Vector3.new(1, 1.60000014, 44)
  1033. Part64.CFrame = CFrame.new(-49.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1034. Part64.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1035. Part64.Position = Vector3.new(-49.5, 17.6999989, 18)
  1036. Part64.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1037. Part65.Parent = Model1
  1038. Part65.BrickColor = BrickColor.new("Bright red")
  1039. Part65.Anchored = true
  1040. Part65.Size = Vector3.new(1, 1.60000014, 44)
  1041. Part65.CFrame = CFrame.new(-6.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1042. Part65.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1043. Part65.Position = Vector3.new(-6.5, 19.3000011, 18)
  1044. Part65.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1045. Part66.Parent = Model1
  1046. Part66.BrickColor = BrickColor.new("Bright yellow")
  1047. Part66.Anchored = true
  1048. Part66.Size = Vector3.new(1, 1.60000014, 44)
  1049. Part66.CFrame = CFrame.new(-29.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1050. Part66.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1051. Part66.Position = Vector3.new(-29.5, 17.6999989, 18)
  1052. Part66.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1053. Part67.Parent = Model1
  1054. Part67.BrickColor = BrickColor.new("Bright yellow")
  1055. Part67.Anchored = true
  1056. Part67.Size = Vector3.new(1, 3, 42)
  1057. Part67.CFrame = CFrame.new(-13.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1058. Part67.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1059. Part67.Position = Vector3.new(-13.5, 21.6000004, 19)
  1060. Part67.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1061. Part68.Parent = Model1
  1062. Part68.BrickColor = BrickColor.new("Bright yellow")
  1063. Part68.Anchored = true
  1064. Part68.Size = Vector3.new(1, 1.60000014, 44)
  1065. Part68.CFrame = CFrame.new(-47.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1066. Part68.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1067. Part68.Position = Vector3.new(-47.5, 17.6999989, 18)
  1068. Part68.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1069. Part69.Parent = Model1
  1070. Part69.BrickColor = BrickColor.new("Bright red")
  1071. Part69.Anchored = true
  1072. Part69.Size = Vector3.new(1, 1.60000014, 44)
  1073. Part69.CFrame = CFrame.new(9.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1074. Part69.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1075. Part69.Position = Vector3.new(9.5, 19.3000011, 18)
  1076. Part69.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1077. Part70.Parent = Model1
  1078. Part70.BrickColor = BrickColor.new("Bright yellow")
  1079. Part70.Anchored = true
  1080. Part70.Size = Vector3.new(1, 3, 42)
  1081. Part70.CFrame = CFrame.new(8.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1082. Part70.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1083. Part70.Position = Vector3.new(8.5, 21.6000004, 19)
  1084. Part70.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1085. Part71.Parent = Model1
  1086. Part71.BrickColor = BrickColor.new("Bright red")
  1087. Part71.Anchored = true
  1088. Part71.Size = Vector3.new(1, 3, 42)
  1089. Part71.CFrame = CFrame.new(9.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1090. Part71.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1091. Part71.Position = Vector3.new(9.5, 21.6000004, 19)
  1092. Part71.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1093. Part72.Parent = Model1
  1094. Part72.BrickColor = BrickColor.new("Bright red")
  1095. Part72.Anchored = true
  1096. Part72.Size = Vector3.new(1, 4.80000067, 39)
  1097. Part72.CFrame = CFrame.new(10.5, 14.499999, 20.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1098. Part72.TopSurface = Enum.SurfaceType.Smooth
  1099. Part72.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1100. Part72.Position = Vector3.new(10.5, 14.499999, 20.5)
  1101. Part72.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1102. Part73.Parent = Model1
  1103. Part73.BrickColor = BrickColor.new("Bright yellow")
  1104. Part73.Anchored = true
  1105. Part73.Size = Vector3.new(1, 1.60000014, 44)
  1106. Part73.CFrame = CFrame.new(10.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1107. Part73.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1108. Part73.Position = Vector3.new(10.5, 17.6999989, 18)
  1109. Part73.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1110. Part74.Parent = Model1
  1111. Part74.BrickColor = BrickColor.new("Bright yellow")
  1112. Part74.Anchored = true
  1113. Part74.Size = Vector3.new(1, 1.60000014, 44)
  1114. Part74.CFrame = CFrame.new(10.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1115. Part74.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1116. Part74.Position = Vector3.new(10.5, 19.3000011, 18)
  1117. Part74.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1118. Part75.Parent = Model1
  1119. Part75.BrickColor = BrickColor.new("Bright red")
  1120. Part75.Anchored = true
  1121. Part75.Size = Vector3.new(1, 3, 40)
  1122. Part75.CFrame = CFrame.new(9.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1123. Part75.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1124. Part75.Position = Vector3.new(9.5, 24.6000004, 20)
  1125. Part75.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1126. Part76.Parent = Model1
  1127. Part76.BrickColor = BrickColor.new("Bright yellow")
  1128. Part76.Anchored = true
  1129. Part76.Size = Vector3.new(1, 3, 40)
  1130. Part76.CFrame = CFrame.new(10.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1131. Part76.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1132. Part76.Position = Vector3.new(10.5, 24.6000004, 20)
  1133. Part76.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1134. Part77.Parent = Model1
  1135. Part77.BrickColor = BrickColor.new("Bright yellow")
  1136. Part77.Anchored = true
  1137. Part77.Size = Vector3.new(1, 3, 42)
  1138. Part77.CFrame = CFrame.new(10.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1139. Part77.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1140. Part77.Position = Vector3.new(10.5, 21.6000004, 19)
  1141. Part77.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1142. Part78.Parent = Model1
  1143. Part78.BrickColor = BrickColor.new("Bright yellow")
  1144. Part78.Anchored = true
  1145. Part78.Size = Vector3.new(1, 1.60000014, 44)
  1146. Part78.CFrame = CFrame.new(8.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1147. Part78.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1148. Part78.Position = Vector3.new(8.5, 19.3000011, 18)
  1149. Part78.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1150. Part79.Parent = Model1
  1151. Part79.BrickColor = BrickColor.new("Bright yellow")
  1152. Part79.Anchored = true
  1153. Part79.Size = Vector3.new(1, 3, 40)
  1154. Part79.CFrame = CFrame.new(8.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1155. Part79.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1156. Part79.Position = Vector3.new(8.5, 24.6000004, 20)
  1157. Part79.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1158. Part80.Parent = Model1
  1159. Part80.BrickColor = BrickColor.new("Bright red")
  1160. Part80.Anchored = true
  1161. Part80.Size = Vector3.new(1, 3, 42)
  1162. Part80.CFrame = CFrame.new(-0.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1163. Part80.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1164. Part80.Position = Vector3.new(-0.5, 21.6000004, 19)
  1165. Part80.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1166. Part81.Parent = Model1
  1167. Part81.BrickColor = BrickColor.new("Bright red")
  1168. Part81.Anchored = true
  1169. Part81.Size = Vector3.new(1, 1.60000014, 44)
  1170. Part81.CFrame = CFrame.new(-46.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1171. Part81.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1172. Part81.Position = Vector3.new(-46.5, 17.6999989, 18)
  1173. Part81.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1174. Part82.Parent = Model1
  1175. Part82.BrickColor = BrickColor.new("Bright red")
  1176. Part82.Anchored = true
  1177. Part82.Size = Vector3.new(1, 1.60000014, 44)
  1178. Part82.CFrame = CFrame.new(-20.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1179. Part82.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1180. Part82.Position = Vector3.new(-20.5, 19.3000011, 18)
  1181. Part82.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1182. Part83.Parent = Model1
  1183. Part83.BrickColor = BrickColor.new("Bright yellow")
  1184. Part83.Anchored = true
  1185. Part83.Size = Vector3.new(1, 1.60000014, 44)
  1186. Part83.CFrame = CFrame.new(4.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1187. Part83.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1188. Part83.Position = Vector3.new(4.5, 19.3000011, 18)
  1189. Part83.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1190. Part84.Parent = Model1
  1191. Part84.BrickColor = BrickColor.new("Bright yellow")
  1192. Part84.Anchored = true
  1193. Part84.Size = Vector3.new(1, 1.60000014, 44)
  1194. Part84.CFrame = CFrame.new(-45.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1195. Part84.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1196. Part84.Position = Vector3.new(-45.5, 17.6999989, 18)
  1197. Part84.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1198. Part85.Parent = Model1
  1199. Part85.BrickColor = BrickColor.new("Bright red")
  1200. Part85.Anchored = true
  1201. Part85.Size = Vector3.new(1, 1.60000014, 44)
  1202. Part85.CFrame = CFrame.new(1.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1203. Part85.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1204. Part85.Position = Vector3.new(1.5, 17.6999989, 18)
  1205. Part85.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1206. Part86.Parent = Model1
  1207. Part86.BrickColor = BrickColor.new("Bright red")
  1208. Part86.Anchored = true
  1209. Part86.Size = Vector3.new(1, 1.60000014, 44)
  1210. Part86.CFrame = CFrame.new(5.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1211. Part86.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1212. Part86.Position = Vector3.new(5.5, 19.3000011, 18)
  1213. Part86.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1214. Part87.Parent = Model1
  1215. Part87.BrickColor = BrickColor.new("Bright red")
  1216. Part87.Anchored = true
  1217. Part87.Size = Vector3.new(1, 1.60000014, 44)
  1218. Part87.CFrame = CFrame.new(1.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1219. Part87.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1220. Part87.Position = Vector3.new(1.5, 19.3000011, 18)
  1221. Part87.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1222. Part88.Parent = Model1
  1223. Part88.BrickColor = BrickColor.new("Bright yellow")
  1224. Part88.Anchored = true
  1225. Part88.Size = Vector3.new(1, 1.60000014, 44)
  1226. Part88.CFrame = CFrame.new(2.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1227. Part88.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1228. Part88.Position = Vector3.new(2.5, 19.3000011, 18)
  1229. Part88.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1230. Part89.Parent = Model1
  1231. Part89.BrickColor = BrickColor.new("Bright yellow")
  1232. Part89.Anchored = true
  1233. Part89.Size = Vector3.new(1, 3, 42)
  1234. Part89.CFrame = CFrame.new(-43.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1235. Part89.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1236. Part89.Position = Vector3.new(-43.5, 21.6000004, 19)
  1237. Part89.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1238. Part90.Parent = Model1
  1239. Part90.BrickColor = BrickColor.new("Bright yellow")
  1240. Part90.Anchored = true
  1241. Part90.Size = Vector3.new(1, 1.60000014, 44)
  1242. Part90.CFrame = CFrame.new(6.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1243. Part90.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1244. Part90.Position = Vector3.new(6.5, 19.3000011, 18)
  1245. Part90.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1246. Part91.Parent = Model1
  1247. Part91.BrickColor = BrickColor.new("Bright yellow")
  1248. Part91.Anchored = true
  1249. Part91.Size = Vector3.new(1, 3, 42)
  1250. Part91.CFrame = CFrame.new(-27.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1251. Part91.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1252. Part91.Position = Vector3.new(-27.5, 21.6000004, 19)
  1253. Part91.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1254. Part92.Parent = Model1
  1255. Part92.BrickColor = BrickColor.new("Bright yellow")
  1256. Part92.Anchored = true
  1257. Part92.Size = Vector3.new(1, 1.60000014, 44)
  1258. Part92.CFrame = CFrame.new(-51.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1259. Part92.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1260. Part92.Position = Vector3.new(-51.5, 17.6999989, 18)
  1261. Part92.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1262. Part93.Parent = Model1
  1263. Part93.BrickColor = BrickColor.new("Bright yellow")
  1264. Part93.Anchored = true
  1265. Part93.Size = Vector3.new(1, 1.60000014, 44)
  1266. Part93.CFrame = CFrame.new(4.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1267. Part93.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1268. Part93.Position = Vector3.new(4.5, 17.6999989, 18)
  1269. Part93.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1270. Part94.Parent = Model1
  1271. Part94.BrickColor = BrickColor.new("Bright red")
  1272. Part94.Anchored = true
  1273. Part94.Size = Vector3.new(1, 3, 40)
  1274. Part94.CFrame = CFrame.new(-4.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1275. Part94.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1276. Part94.Position = Vector3.new(-4.5, 24.6000004, 20)
  1277. Part94.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1278. Part95.Parent = Model1
  1279. Part95.BrickColor = BrickColor.new("Bright red")
  1280. Part95.Anchored = true
  1281. Part95.Size = Vector3.new(1, 1.60000014, 44)
  1282. Part95.CFrame = CFrame.new(7.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1283. Part95.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1284. Part95.Position = Vector3.new(7.5, 17.6999989, 18)
  1285. Part95.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1286. Part96.Parent = Model1
  1287. Part96.BrickColor = BrickColor.new("Bright yellow")
  1288. Part96.Anchored = true
  1289. Part96.Size = Vector3.new(1, 3, 42)
  1290. Part96.CFrame = CFrame.new(-23.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1291. Part96.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1292. Part96.Position = Vector3.new(-23.5, 21.6000004, 19)
  1293. Part96.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1294. Part97.Parent = Model1
  1295. Part97.BrickColor = BrickColor.new("Bright yellow")
  1296. Part97.Anchored = true
  1297. Part97.Size = Vector3.new(1, 1.60000014, 44)
  1298. Part97.CFrame = CFrame.new(6.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1299. Part97.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1300. Part97.Position = Vector3.new(6.5, 17.6999989, 18)
  1301. Part97.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1302. Part98.Parent = Model1
  1303. Part98.BrickColor = BrickColor.new("Bright red")
  1304. Part98.Anchored = true
  1305. Part98.Size = Vector3.new(1, 1.60000014, 44)
  1306. Part98.CFrame = CFrame.new(-48.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1307. Part98.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1308. Part98.Position = Vector3.new(-48.5, 17.6999989, 18)
  1309. Part98.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1310. Part99.Parent = Model1
  1311. Part99.BrickColor = BrickColor.new("Bright yellow")
  1312. Part99.Anchored = true
  1313. Part99.Size = Vector3.new(1, 1.60000014, 44)
  1314. Part99.CFrame = CFrame.new(-15.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1315. Part99.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1316. Part99.Position = Vector3.new(-15.5, 19.3000011, 18)
  1317. Part99.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1318. Part100.Parent = Model1
  1319. Part100.BrickColor = BrickColor.new("Bright red")
  1320. Part100.Anchored = true
  1321. Part100.Size = Vector3.new(1, 1.60000014, 44)
  1322. Part100.CFrame = CFrame.new(-14.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1323. Part100.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1324. Part100.Position = Vector3.new(-14.5, 17.6999989, 18)
  1325. Part100.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1326. Part101.Parent = Model1
  1327. Part101.BrickColor = BrickColor.new("Bright yellow")
  1328. Part101.Anchored = true
  1329. Part101.Size = Vector3.new(1, 1.60000014, 44)
  1330. Part101.CFrame = CFrame.new(-15.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1331. Part101.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1332. Part101.Position = Vector3.new(-15.5, 17.6999989, 18)
  1333. Part101.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1334. Part102.Parent = Model1
  1335. Part102.BrickColor = BrickColor.new("Bright yellow")
  1336. Part102.Anchored = true
  1337. Part102.Size = Vector3.new(1, 1.60000014, 44)
  1338. Part102.CFrame = CFrame.new(-9.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1339. Part102.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1340. Part102.Position = Vector3.new(-9.5, 17.6999989, 18)
  1341. Part102.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1342. Part103.Parent = Model1
  1343. Part103.BrickColor = BrickColor.new("Bright yellow")
  1344. Part103.Anchored = true
  1345. Part103.Size = Vector3.new(1, 3, 40)
  1346. Part103.CFrame = CFrame.new(-1.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1347. Part103.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1348. Part103.Position = Vector3.new(-1.5, 24.6000004, 20)
  1349. Part103.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1350. Part104.Parent = Model1
  1351. Part104.BrickColor = BrickColor.new("Bright yellow")
  1352. Part104.Anchored = true
  1353. Part104.Size = Vector3.new(1, 3, 40)
  1354. Part104.CFrame = CFrame.new(-5.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1355. Part104.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1356. Part104.Position = Vector3.new(-5.5, 24.6000004, 20)
  1357. Part104.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1358. Part105.Parent = Model1
  1359. Part105.BrickColor = BrickColor.new("Bright yellow")
  1360. Part105.Anchored = true
  1361. Part105.Size = Vector3.new(1, 3, 40)
  1362. Part105.CFrame = CFrame.new(-13.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1363. Part105.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1364. Part105.Position = Vector3.new(-13.5, 24.6000004, 20)
  1365. Part105.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1366. Part106.Parent = Model1
  1367. Part106.BrickColor = BrickColor.new("Bright red")
  1368. Part106.Anchored = true
  1369. Part106.Size = Vector3.new(1, 1.60000014, 44)
  1370. Part106.CFrame = CFrame.new(-12.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1371. Part106.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1372. Part106.Position = Vector3.new(-12.5, 17.6999989, 18)
  1373. Part106.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1374. Part107.Parent = Model1
  1375. Part107.BrickColor = BrickColor.new("Bright yellow")
  1376. Part107.Anchored = true
  1377. Part107.Size = Vector3.new(1, 3, 42)
  1378. Part107.CFrame = CFrame.new(-15.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1379. Part107.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1380. Part107.Position = Vector3.new(-15.5, 21.6000004, 19)
  1381. Part107.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1382. Part108.Parent = Model1
  1383. Part108.BrickColor = BrickColor.new("Bright red")
  1384. Part108.Anchored = true
  1385. Part108.Size = Vector3.new(1, 1.60000014, 44)
  1386. Part108.CFrame = CFrame.new(-10.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1387. Part108.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1388. Part108.Position = Vector3.new(-10.5, 19.3000011, 18)
  1389. Part108.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1390. Part109.Parent = Model1
  1391. Part109.BrickColor = BrickColor.new("Bright yellow")
  1392. Part109.Anchored = true
  1393. Part109.Size = Vector3.new(1, 1.60000014, 44)
  1394. Part109.CFrame = CFrame.new(-7.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1395. Part109.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1396. Part109.Position = Vector3.new(-7.5, 17.6999989, 18)
  1397. Part109.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1398. Part110.Parent = Model1
  1399. Part110.BrickColor = BrickColor.new("Bright yellow")
  1400. Part110.Anchored = true
  1401. Part110.Size = Vector3.new(1, 3, 42)
  1402. Part110.CFrame = CFrame.new(-1.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1403. Part110.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1404. Part110.Position = Vector3.new(-1.5, 21.6000004, 19)
  1405. Part110.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1406. Part111.Parent = Model1
  1407. Part111.BrickColor = BrickColor.new("Bright red")
  1408. Part111.Anchored = true
  1409. Part111.Size = Vector3.new(1, 1.60000014, 44)
  1410. Part111.CFrame = CFrame.new(-50.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1411. Part111.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1412. Part111.Position = Vector3.new(-50.5, 17.6999989, 18)
  1413. Part111.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1414. Part112.Parent = Model1
  1415. Part112.BrickColor = BrickColor.new("Bright red")
  1416. Part112.Anchored = true
  1417. Part112.Size = Vector3.new(1, 1.60000014, 44)
  1418. Part112.CFrame = CFrame.new(-24.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1419. Part112.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1420. Part112.Position = Vector3.new(-24.5, 17.6999989, 18)
  1421. Part112.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1422. Part113.Parent = Model1
  1423. Part113.BrickColor = BrickColor.new("Bright yellow")
  1424. Part113.Anchored = true
  1425. Part113.Size = Vector3.new(1, 3, 42)
  1426. Part113.CFrame = CFrame.new(-17.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1427. Part113.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1428. Part113.Position = Vector3.new(-17.5, 21.6000004, 19)
  1429. Part113.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1430. Part114.Parent = Model1
  1431. Part114.BrickColor = BrickColor.new("Bright yellow")
  1432. Part114.Anchored = true
  1433. Part114.Size = Vector3.new(1, 1.60000014, 44)
  1434. Part114.CFrame = CFrame.new(-41.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1435. Part114.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1436. Part114.Position = Vector3.new(-41.5, 19.3000011, 18)
  1437. Part114.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1438. Part115.Parent = Model1
  1439. Part115.BrickColor = BrickColor.new("Bright yellow")
  1440. Part115.Anchored = true
  1441. Part115.Size = Vector3.new(1, 1.60000014, 44)
  1442. Part115.CFrame = CFrame.new(-37.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1443. Part115.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1444. Part115.Position = Vector3.new(-37.5, 17.6999989, 18)
  1445. Part115.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1446. Part116.Parent = Model1
  1447. Part116.BrickColor = BrickColor.new("Bright red")
  1448. Part116.Anchored = true
  1449. Part116.Size = Vector3.new(1, 3, 42)
  1450. Part116.CFrame = CFrame.new(1.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1451. Part116.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1452. Part116.Position = Vector3.new(1.5, 21.6000004, 19)
  1453. Part116.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1454. Part117.Parent = Model1
  1455. Part117.BrickColor = BrickColor.new("Bright red")
  1456. Part117.Anchored = true
  1457. Part117.Size = Vector3.new(1, 1.60000014, 44)
  1458. Part117.CFrame = CFrame.new(-40.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1459. Part117.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1460. Part117.Position = Vector3.new(-40.5, 19.3000011, 18)
  1461. Part117.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1462. Part118.Parent = Model1
  1463. Part118.BrickColor = BrickColor.new("Bright yellow")
  1464. Part118.Anchored = true
  1465. Part118.Size = Vector3.new(1, 1.60000014, 44)
  1466. Part118.CFrame = CFrame.new(-35.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1467. Part118.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1468. Part118.Position = Vector3.new(-35.5, 17.6999989, 18)
  1469. Part118.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1470. Part119.Parent = Model1
  1471. Part119.BrickColor = BrickColor.new("Bright yellow")
  1472. Part119.Anchored = true
  1473. Part119.Size = Vector3.new(1, 1.60000014, 44)
  1474. Part119.CFrame = CFrame.new(8.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1475. Part119.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1476. Part119.Position = Vector3.new(8.5, 17.6999989, 18)
  1477. Part119.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1478. Part120.Parent = Model1
  1479. Part120.BrickColor = BrickColor.new("Bright yellow")
  1480. Part120.Anchored = true
  1481. Part120.Size = Vector3.new(1, 1.60000014, 44)
  1482. Part120.CFrame = CFrame.new(-43.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1483. Part120.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1484. Part120.Position = Vector3.new(-43.5, 19.3000011, 18)
  1485. Part120.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1486. Part121.Parent = Model1
  1487. Part121.BrickColor = BrickColor.new("Bright red")
  1488. Part121.Anchored = true
  1489. Part121.Size = Vector3.new(1, 1.60000014, 44)
  1490. Part121.CFrame = CFrame.new(-10.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1491. Part121.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1492. Part121.Position = Vector3.new(-10.5, 17.6999989, 18)
  1493. Part121.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1494. Part122.Parent = Model1
  1495. Part122.BrickColor = BrickColor.new("Bright yellow")
  1496. Part122.Anchored = true
  1497. Part122.Size = Vector3.new(1, 1.60000014, 44)
  1498. Part122.CFrame = CFrame.new(-9.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1499. Part122.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1500. Part122.Position = Vector3.new(-9.5, 19.3000011, 18)
  1501. Part122.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1502. Part123.Parent = Model1
  1503. Part123.BrickColor = BrickColor.new("Bright yellow")
  1504. Part123.Anchored = true
  1505. Part123.Size = Vector3.new(1, 1.60000014, 44)
  1506. Part123.CFrame = CFrame.new(-23.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1507. Part123.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1508. Part123.Position = Vector3.new(-23.5, 19.3000011, 18)
  1509. Part123.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1510. Part124.Parent = Model1
  1511. Part124.BrickColor = BrickColor.new("Bright red")
  1512. Part124.Anchored = true
  1513. Part124.Size = Vector3.new(1, 1.60000014, 44)
  1514. Part124.CFrame = CFrame.new(-6.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1515. Part124.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1516. Part124.Position = Vector3.new(-6.5, 17.6999989, 18)
  1517. Part124.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1518. Part125.Parent = Model1
  1519. Part125.BrickColor = BrickColor.new("Bright red")
  1520. Part125.Anchored = true
  1521. Part125.Size = Vector3.new(1, 3, 42)
  1522. Part125.CFrame = CFrame.new(-2.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1523. Part125.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1524. Part125.Position = Vector3.new(-2.5, 21.6000004, 19)
  1525. Part125.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1526. Part126.Parent = Model1
  1527. Part126.BrickColor = BrickColor.new("Bright red")
  1528. Part126.Anchored = true
  1529. Part126.Size = Vector3.new(1, 1.60000014, 44)
  1530. Part126.CFrame = CFrame.new(-24.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1531. Part126.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1532. Part126.Position = Vector3.new(-24.5, 19.3000011, 18)
  1533. Part126.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1534. Part127.Parent = Model1
  1535. Part127.BrickColor = BrickColor.new("Bright red")
  1536. Part127.Anchored = true
  1537. Part127.Size = Vector3.new(1, 1.60000014, 44)
  1538. Part127.CFrame = CFrame.new(-42.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1539. Part127.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1540. Part127.Position = Vector3.new(-42.5, 19.3000011, 18)
  1541. Part127.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1542. Part128.Parent = Model1
  1543. Part128.BrickColor = BrickColor.new("Bright red")
  1544. Part128.Anchored = true
  1545. Part128.Size = Vector3.new(1, 1.60000014, 44)
  1546. Part128.CFrame = CFrame.new(-38.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1547. Part128.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1548. Part128.Position = Vector3.new(-38.5, 19.3000011, 18)
  1549. Part128.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1550. Part129.Parent = Model1
  1551. Part129.BrickColor = BrickColor.new("Bright yellow")
  1552. Part129.Anchored = true
  1553. Part129.Size = Vector3.new(1, 3, 42)
  1554. Part129.CFrame = CFrame.new(-19.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1555. Part129.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1556. Part129.Position = Vector3.new(-19.5, 21.6000004, 19)
  1557. Part129.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1558. Part130.Parent = Model1
  1559. Part130.BrickColor = BrickColor.new("Bright red")
  1560. Part130.Anchored = true
  1561. Part130.Size = Vector3.new(1, 3, 40)
  1562. Part130.CFrame = CFrame.new(-0.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1563. Part130.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1564. Part130.Position = Vector3.new(-0.5, 24.6000004, 20)
  1565. Part130.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1566. Part131.Parent = Model1
  1567. Part131.BrickColor = BrickColor.new("Bright red")
  1568. Part131.Anchored = true
  1569. Part131.Size = Vector3.new(1, 3, 42)
  1570. Part131.CFrame = CFrame.new(-32.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1571. Part131.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1572. Part131.Position = Vector3.new(-32.5, 21.6000004, 19)
  1573. Part131.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1574. Part132.Parent = Model1
  1575. Part132.BrickColor = BrickColor.new("Bright red")
  1576. Part132.Anchored = true
  1577. Part132.Size = Vector3.new(1, 3, 42)
  1578. Part132.CFrame = CFrame.new(-42.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1579. Part132.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1580. Part132.Position = Vector3.new(-42.5, 21.6000004, 19)
  1581. Part132.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1582. Part133.Parent = Model1
  1583. Part133.BrickColor = BrickColor.new("Bright red")
  1584. Part133.Anchored = true
  1585. Part133.Size = Vector3.new(1, 1.60000014, 44)
  1586. Part133.CFrame = CFrame.new(-0.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1587. Part133.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1588. Part133.Position = Vector3.new(-0.5, 17.6999989, 18)
  1589. Part133.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1590. Part134.Parent = Model1
  1591. Part134.BrickColor = BrickColor.new("Bright red")
  1592. Part134.Anchored = true
  1593. Part134.Size = Vector3.new(1, 3, 42)
  1594. Part134.CFrame = CFrame.new(-14.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1595. Part134.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1596. Part134.Position = Vector3.new(-14.5, 21.6000004, 19)
  1597. Part134.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1598. Part135.Parent = Model1
  1599. Part135.BrickColor = BrickColor.new("Bright red")
  1600. Part135.Anchored = true
  1601. Part135.Size = Vector3.new(1, 3, 42)
  1602. Part135.CFrame = CFrame.new(-36.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1603. Part135.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1604. Part135.Position = Vector3.new(-36.5, 21.6000004, 19)
  1605. Part135.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1606. Part136.Parent = Model1
  1607. Part136.BrickColor = BrickColor.new("Bright yellow")
  1608. Part136.Anchored = true
  1609. Part136.Size = Vector3.new(1, 3, 42)
  1610. Part136.CFrame = CFrame.new(-3.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1611. Part136.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1612. Part136.Position = Vector3.new(-3.5, 21.6000004, 19)
  1613. Part136.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1614. Part137.Parent = Model1
  1615. Part137.BrickColor = BrickColor.new("Bright yellow")
  1616. Part137.Anchored = true
  1617. Part137.Size = Vector3.new(1, 3, 42)
  1618. Part137.CFrame = CFrame.new(-5.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1619. Part137.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1620. Part137.Position = Vector3.new(-5.5, 21.6000004, 19)
  1621. Part137.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1622. Part138.Parent = Model1
  1623. Part138.BrickColor = BrickColor.new("Bright yellow")
  1624. Part138.Anchored = true
  1625. Part138.Size = Vector3.new(1, 1.60000014, 44)
  1626. Part138.CFrame = CFrame.new(-11.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1627. Part138.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1628. Part138.Position = Vector3.new(-11.5, 17.6999989, 18)
  1629. Part138.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1630. Part139.Parent = Model1
  1631. Part139.BrickColor = BrickColor.new("Bright yellow")
  1632. Part139.Anchored = true
  1633. Part139.Size = Vector3.new(1, 3, 40)
  1634. Part139.CFrame = CFrame.new(-3.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1635. Part139.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1636. Part139.Position = Vector3.new(-3.5, 24.6000004, 20)
  1637. Part139.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1638. Part140.Parent = Model1
  1639. Part140.BrickColor = BrickColor.new("Bright yellow")
  1640. Part140.Anchored = true
  1641. Part140.Size = Vector3.new(1, 3, 40)
  1642. Part140.CFrame = CFrame.new(-15.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1643. Part140.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1644. Part140.Position = Vector3.new(-15.5, 24.6000004, 20)
  1645. Part140.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1646. Part141.Parent = Model1
  1647. Part141.BrickColor = BrickColor.new("Bright red")
  1648. Part141.Anchored = true
  1649. Part141.Size = Vector3.new(1, 3, 42)
  1650. Part141.CFrame = CFrame.new(-4.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1651. Part141.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1652. Part141.Position = Vector3.new(-4.5, 21.6000004, 19)
  1653. Part141.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1654. Part142.Parent = Model1
  1655. Part142.BrickColor = BrickColor.new("Bright yellow")
  1656. Part142.Anchored = true
  1657. Part142.Size = Vector3.new(1, 1.60000014, 44)
  1658. Part142.CFrame = CFrame.new(-45.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1659. Part142.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1660. Part142.Position = Vector3.new(-45.5, 19.3000011, 18)
  1661. Part142.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1662. Part143.Parent = Model1
  1663. Part143.BrickColor = BrickColor.new("Bright yellow")
  1664. Part143.Anchored = true
  1665. Part143.Size = Vector3.new(1, 1.60000014, 44)
  1666. Part143.CFrame = CFrame.new(2.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1667. Part143.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1668. Part143.Position = Vector3.new(2.5, 17.6999989, 18)
  1669. Part143.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1670. Part144.Parent = Model1
  1671. Part144.BrickColor = BrickColor.new("Bright red")
  1672. Part144.Anchored = true
  1673. Part144.Size = Vector3.new(1, 1.60000014, 44)
  1674. Part144.CFrame = CFrame.new(3.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1675. Part144.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1676. Part144.Position = Vector3.new(3.5, 17.6999989, 18)
  1677. Part144.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1678. Part145.Parent = Model1
  1679. Part145.BrickColor = BrickColor.new("Bright red")
  1680. Part145.Anchored = true
  1681. Part145.Size = Vector3.new(1, 3, 42)
  1682. Part145.CFrame = CFrame.new(-26.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1683. Part145.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1684. Part145.Position = Vector3.new(-26.5, 21.6000004, 19)
  1685. Part145.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1686. Part146.Parent = Model1
  1687. Part146.BrickColor = BrickColor.new("Bright red")
  1688. Part146.Anchored = true
  1689. Part146.Size = Vector3.new(1, 3, 42)
  1690. Part146.CFrame = CFrame.new(-46.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1691. Part146.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1692. Part146.Position = Vector3.new(-46.5, 21.6000004, 19)
  1693. Part146.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1694. Part147.Parent = Model1
  1695. Part147.BrickColor = BrickColor.new("Bright red")
  1696. Part147.Anchored = true
  1697. Part147.Size = Vector3.new(1, 1.60000014, 44)
  1698. Part147.CFrame = CFrame.new(-48.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1699. Part147.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1700. Part147.Position = Vector3.new(-48.5, 19.3000011, 18)
  1701. Part147.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1702. Part148.Parent = Model1
  1703. Part148.BrickColor = BrickColor.new("Bright yellow")
  1704. Part148.Anchored = true
  1705. Part148.Size = Vector3.new(1, 1.60000014, 44)
  1706. Part148.CFrame = CFrame.new(-33.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1707. Part148.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1708. Part148.Position = Vector3.new(-33.5, 17.6999989, 18)
  1709. Part148.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1710. Part149.Parent = Model1
  1711. Part149.BrickColor = BrickColor.new("Bright yellow")
  1712. Part149.Anchored = true
  1713. Part149.Size = Vector3.new(1, 1.60000014, 44)
  1714. Part149.CFrame = CFrame.new(-27.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1715. Part149.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1716. Part149.Position = Vector3.new(-27.5, 17.6999989, 18)
  1717. Part149.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1718. Part150.Parent = Model1
  1719. Part150.BrickColor = BrickColor.new("Bright yellow")
  1720. Part150.Anchored = true
  1721. Part150.Size = Vector3.new(1, 1.60000014, 44)
  1722. Part150.CFrame = CFrame.new(0.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1723. Part150.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1724. Part150.Position = Vector3.new(0.5, 19.3000011, 18)
  1725. Part150.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1726. Part151.Parent = Model1
  1727. Part151.BrickColor = BrickColor.new("Bright red")
  1728. Part151.Anchored = true
  1729. Part151.Size = Vector3.new(1, 3, 42)
  1730. Part151.CFrame = CFrame.new(-6.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1731. Part151.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1732. Part151.Position = Vector3.new(-6.5, 21.6000004, 19)
  1733. Part151.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1734. Part152.Parent = Model1
  1735. Part152.BrickColor = BrickColor.new("Bright red")
  1736. Part152.Anchored = true
  1737. Part152.Size = Vector3.new(1, 1.60000014, 44)
  1738. Part152.CFrame = CFrame.new(-26.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1739. Part152.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1740. Part152.Position = Vector3.new(-26.5, 17.6999989, 18)
  1741. Part152.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1742. Part153.Parent = Model1
  1743. Part153.BrickColor = BrickColor.new("Bright yellow")
  1744. Part153.Anchored = true
  1745. Part153.Size = Vector3.new(1, 3, 42)
  1746. Part153.CFrame = CFrame.new(-49.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1747. Part153.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1748. Part153.Position = Vector3.new(-49.5, 21.6000004, 19)
  1749. Part153.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1750. Part154.Parent = Model1
  1751. Part154.BrickColor = BrickColor.new("Bright yellow")
  1752. Part154.Anchored = true
  1753. Part154.Size = Vector3.new(1, 1.60000014, 44)
  1754. Part154.CFrame = CFrame.new(-33.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1755. Part154.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1756. Part154.Position = Vector3.new(-33.5, 19.3000011, 18)
  1757. Part154.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1758. Part155.Parent = Model1
  1759. Part155.BrickColor = BrickColor.new("Bright red")
  1760. Part155.Anchored = true
  1761. Part155.Size = Vector3.new(1, 3, 40)
  1762. Part155.CFrame = CFrame.new(-6.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1763. Part155.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1764. Part155.Position = Vector3.new(-6.5, 24.6000004, 20)
  1765. Part155.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1766. Part156.Parent = Model1
  1767. Part156.BrickColor = BrickColor.new("Bright red")
  1768. Part156.Anchored = true
  1769. Part156.Size = Vector3.new(1, 1.60000014, 44)
  1770. Part156.CFrame = CFrame.new(-16.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1771. Part156.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1772. Part156.Position = Vector3.new(-16.5, 19.3000011, 18)
  1773. Part156.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1774. Part157.Parent = Model1
  1775. Part157.BrickColor = BrickColor.new("Bright red")
  1776. Part157.Anchored = true
  1777. Part157.Size = Vector3.new(1, 3, 40)
  1778. Part157.CFrame = CFrame.new(-12.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1779. Part157.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1780. Part157.Position = Vector3.new(-12.5, 24.6000004, 20)
  1781. Part157.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1782. Part158.Parent = Model1
  1783. Part158.BrickColor = BrickColor.new("Bright yellow")
  1784. Part158.Anchored = true
  1785. Part158.Size = Vector3.new(1, 3, 40)
  1786. Part158.CFrame = CFrame.new(0.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1787. Part158.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1788. Part158.Position = Vector3.new(0.5, 24.6000004, 20)
  1789. Part158.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1790. Part159.Parent = Model1
  1791. Part159.BrickColor = BrickColor.new("Bright yellow")
  1792. Part159.Anchored = true
  1793. Part159.Size = Vector3.new(1, 3, 40)
  1794. Part159.CFrame = CFrame.new(-11.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1795. Part159.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1796. Part159.Position = Vector3.new(-11.5, 24.6000004, 20)
  1797. Part159.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1798. Part160.Parent = Model1
  1799. Part160.BrickColor = BrickColor.new("Bright yellow")
  1800. Part160.Anchored = true
  1801. Part160.Size = Vector3.new(1, 3, 42)
  1802. Part160.CFrame = CFrame.new(-35.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1803. Part160.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1804. Part160.Position = Vector3.new(-35.5, 21.6000004, 19)
  1805. Part160.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1806. Part161.Parent = Model1
  1807. Part161.BrickColor = BrickColor.new("Bright red")
  1808. Part161.Anchored = true
  1809. Part161.Size = Vector3.new(1, 3, 42)
  1810. Part161.CFrame = CFrame.new(-8.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1811. Part161.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1812. Part161.Position = Vector3.new(-8.5, 21.6000004, 19)
  1813. Part161.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1814. Part162.Parent = Model1
  1815. Part162.BrickColor = BrickColor.new("Bright red")
  1816. Part162.Anchored = true
  1817. Part162.Size = Vector3.new(1, 1.60000014, 44)
  1818. Part162.CFrame = CFrame.new(-36.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1819. Part162.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1820. Part162.Position = Vector3.new(-36.5, 17.6999989, 18)
  1821. Part162.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1822. Part163.Parent = Model1
  1823. Part163.BrickColor = BrickColor.new("Bright red")
  1824. Part163.Anchored = true
  1825. Part163.Size = Vector3.new(1, 1.60000014, 44)
  1826. Part163.CFrame = CFrame.new(-18.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1827. Part163.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1828. Part163.Position = Vector3.new(-18.5, 17.6999989, 18)
  1829. Part163.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1830. Part164.Parent = Model1
  1831. Part164.BrickColor = BrickColor.new("Bright red")
  1832. Part164.Anchored = true
  1833. Part164.Size = Vector3.new(1, 1.60000014, 44)
  1834. Part164.CFrame = CFrame.new(-36.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1835. Part164.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1836. Part164.Position = Vector3.new(-36.5, 19.3000011, 18)
  1837. Part164.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1838. Part165.Parent = Model1
  1839. Part165.BrickColor = BrickColor.new("Bright yellow")
  1840. Part165.Anchored = true
  1841. Part165.Size = Vector3.new(1, 3, 40)
  1842. Part165.CFrame = CFrame.new(-7.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1843. Part165.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1844. Part165.Position = Vector3.new(-7.5, 24.6000004, 20)
  1845. Part165.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1846. Part166.Parent = Model1
  1847. Part166.BrickColor = BrickColor.new("Bright red")
  1848. Part166.Anchored = true
  1849. Part166.Size = Vector3.new(1, 1.60000014, 44)
  1850. Part166.CFrame = CFrame.new(-28.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1851. Part166.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1852. Part166.Position = Vector3.new(-28.5, 19.3000011, 18)
  1853. Part166.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1854. Part167.Parent = Model1
  1855. Part167.BrickColor = BrickColor.new("Bright yellow")
  1856. Part167.Anchored = true
  1857. Part167.Size = Vector3.new(1, 3, 42)
  1858. Part167.CFrame = CFrame.new(-29.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1859. Part167.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1860. Part167.Position = Vector3.new(-29.5, 21.6000004, 19)
  1861. Part167.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1862. Part168.Parent = Model1
  1863. Part168.BrickColor = BrickColor.new("Bright red")
  1864. Part168.Anchored = true
  1865. Part168.Size = Vector3.new(1, 1.60000014, 44)
  1866. Part168.CFrame = CFrame.new(-8.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1867. Part168.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1868. Part168.Position = Vector3.new(-8.5, 17.6999989, 18)
  1869. Part168.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1870. Part169.Parent = Model1
  1871. Part169.BrickColor = BrickColor.new("Bright yellow")
  1872. Part169.Anchored = true
  1873. Part169.Size = Vector3.new(1, 3, 42)
  1874. Part169.CFrame = CFrame.new(-37.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1875. Part169.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1876. Part169.Position = Vector3.new(-37.5, 21.6000004, 19)
  1877. Part169.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1878. Part170.Parent = Model1
  1879. Part170.BrickColor = BrickColor.new("Bright yellow")
  1880. Part170.Anchored = true
  1881. Part170.Size = Vector3.new(1, 3, 42)
  1882. Part170.CFrame = CFrame.new(-39.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1883. Part170.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1884. Part170.Position = Vector3.new(-39.5, 21.6000004, 19)
  1885. Part170.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1886. Part171.Parent = Model1
  1887. Part171.BrickColor = BrickColor.new("Bright yellow")
  1888. Part171.Anchored = true
  1889. Part171.Size = Vector3.new(1, 1.60000014, 44)
  1890. Part171.CFrame = CFrame.new(-35.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1891. Part171.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1892. Part171.Position = Vector3.new(-35.5, 19.3000011, 18)
  1893. Part171.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1894. Part172.Parent = Model1
  1895. Part172.BrickColor = BrickColor.new("Bright red")
  1896. Part172.Anchored = true
  1897. Part172.Size = Vector3.new(1, 3, 42)
  1898. Part172.CFrame = CFrame.new(-48.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1899. Part172.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1900. Part172.Position = Vector3.new(-48.5, 21.6000004, 19)
  1901. Part172.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1902. Part173.Parent = Model1
  1903. Part173.BrickColor = BrickColor.new("Bright red")
  1904. Part173.Anchored = true
  1905. Part173.Size = Vector3.new(1, 3, 42)
  1906. Part173.CFrame = CFrame.new(-28.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1907. Part173.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1908. Part173.Position = Vector3.new(-28.5, 21.6000004, 19)
  1909. Part173.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1910. Part174.Parent = Model1
  1911. Part174.BrickColor = BrickColor.new("Bright yellow")
  1912. Part174.Anchored = true
  1913. Part174.Size = Vector3.new(1, 3, 42)
  1914. Part174.CFrame = CFrame.new(-33.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1915. Part174.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1916. Part174.Position = Vector3.new(-33.5, 21.6000004, 19)
  1917. Part174.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1918. Part175.Parent = Model1
  1919. Part175.BrickColor = BrickColor.new("Bright red")
  1920. Part175.Anchored = true
  1921. Part175.Size = Vector3.new(1, 3, 42)
  1922. Part175.CFrame = CFrame.new(-30.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1923. Part175.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1924. Part175.Position = Vector3.new(-30.5, 21.6000004, 19)
  1925. Part175.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1926. Part176.Parent = Model1
  1927. Part176.BrickColor = BrickColor.new("Bright yellow")
  1928. Part176.Anchored = true
  1929. Part176.Size = Vector3.new(1, 3, 42)
  1930. Part176.CFrame = CFrame.new(-45.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1931. Part176.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1932. Part176.Position = Vector3.new(-45.5, 21.6000004, 19)
  1933. Part176.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1934. Part177.Parent = Model1
  1935. Part177.BrickColor = BrickColor.new("Bright red")
  1936. Part177.Anchored = true
  1937. Part177.Size = Vector3.new(1, 1.60000014, 44)
  1938. Part177.CFrame = CFrame.new(-14.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1939. Part177.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1940. Part177.Position = Vector3.new(-14.5, 19.3000011, 18)
  1941. Part177.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1942. Part178.Parent = Model1
  1943. Part178.BrickColor = BrickColor.new("Bright red")
  1944. Part178.Anchored = true
  1945. Part178.Size = Vector3.new(1, 3, 40)
  1946. Part178.CFrame = CFrame.new(-14.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1947. Part178.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1948. Part178.Position = Vector3.new(-14.5, 24.6000004, 20)
  1949. Part178.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1950. Part179.Parent = Model1
  1951. Part179.BrickColor = BrickColor.new("Bright red")
  1952. Part179.Anchored = true
  1953. Part179.Size = Vector3.new(1, 3, 42)
  1954. Part179.CFrame = CFrame.new(-40.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1955. Part179.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1956. Part179.Position = Vector3.new(-40.5, 21.6000004, 19)
  1957. Part179.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1958. Part180.Parent = Model1
  1959. Part180.BrickColor = BrickColor.new("Bright red")
  1960. Part180.Anchored = true
  1961. Part180.Size = Vector3.new(1, 1.60000014, 44)
  1962. Part180.CFrame = CFrame.new(-30.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1963. Part180.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1964. Part180.Position = Vector3.new(-30.5, 19.3000011, 18)
  1965. Part180.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1966. Part181.Parent = Model1
  1967. Part181.BrickColor = BrickColor.new("Bright yellow")
  1968. Part181.Anchored = true
  1969. Part181.Size = Vector3.new(1, 1.60000014, 44)
  1970. Part181.CFrame = CFrame.new(-31.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1971. Part181.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1972. Part181.Position = Vector3.new(-31.5, 17.6999989, 18)
  1973. Part181.Color = Color3.new(0.960784, 0.803922, 0.188235)
  1974. Part182.Parent = Model1
  1975. Part182.BrickColor = BrickColor.new("Bright red")
  1976. Part182.Anchored = true
  1977. Part182.Size = Vector3.new(1, 3, 42)
  1978. Part182.CFrame = CFrame.new(-44.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1979. Part182.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1980. Part182.Position = Vector3.new(-44.5, 21.6000004, 19)
  1981. Part182.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1982. Part183.Parent = Model1
  1983. Part183.BrickColor = BrickColor.new("Bright red")
  1984. Part183.Anchored = true
  1985. Part183.Size = Vector3.new(1, 1.60000014, 44)
  1986. Part183.CFrame = CFrame.new(-22.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1987. Part183.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1988. Part183.Position = Vector3.new(-22.5, 19.3000011, 18)
  1989. Part183.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1990. Part184.Parent = Model1
  1991. Part184.BrickColor = BrickColor.new("Bright red")
  1992. Part184.Anchored = true
  1993. Part184.Size = Vector3.new(1, 3, 42)
  1994. Part184.CFrame = CFrame.new(-24.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1995. Part184.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1996. Part184.Position = Vector3.new(-24.5, 21.6000004, 19)
  1997. Part184.Color = Color3.new(0.768628, 0.156863, 0.109804)
  1998. Part185.Parent = Model1
  1999. Part185.BrickColor = BrickColor.new("Bright yellow")
  2000. Part185.Anchored = true
  2001. Part185.Size = Vector3.new(1, 1.60000014, 44)
  2002. Part185.CFrame = CFrame.new(-31.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2003. Part185.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2004. Part185.Position = Vector3.new(-31.5, 19.3000011, 18)
  2005. Part185.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2006. Part186.Parent = Model1
  2007. Part186.BrickColor = BrickColor.new("Bright red")
  2008. Part186.Anchored = true
  2009. Part186.Size = Vector3.new(1, 3, 42)
  2010. Part186.CFrame = CFrame.new(-22.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2011. Part186.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2012. Part186.Position = Vector3.new(-22.5, 21.6000004, 19)
  2013. Part186.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2014. Part187.Parent = Model1
  2015. Part187.BrickColor = BrickColor.new("Bright red")
  2016. Part187.Anchored = true
  2017. Part187.Size = Vector3.new(1, 1.60000014, 44)
  2018. Part187.CFrame = CFrame.new(-26.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2019. Part187.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2020. Part187.Position = Vector3.new(-26.5, 19.3000011, 18)
  2021. Part187.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2022. Part188.Parent = Model1
  2023. Part188.BrickColor = BrickColor.new("Bright red")
  2024. Part188.Anchored = true
  2025. Part188.Size = Vector3.new(1, 1.60000014, 44)
  2026. Part188.CFrame = CFrame.new(-44.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2027. Part188.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2028. Part188.Position = Vector3.new(-44.5, 19.3000011, 18)
  2029. Part188.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2030. Part189.Parent = Model1
  2031. Part189.BrickColor = BrickColor.new("Bright red")
  2032. Part189.Anchored = true
  2033. Part189.Size = Vector3.new(1, 3, 42)
  2034. Part189.CFrame = CFrame.new(-50.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2035. Part189.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2036. Part189.Position = Vector3.new(-50.5, 21.6000004, 19)
  2037. Part189.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2038. Part190.Parent = Model1
  2039. Part190.BrickColor = BrickColor.new("Bright red")
  2040. Part190.Anchored = true
  2041. Part190.Size = Vector3.new(1, 3, 40)
  2042. Part190.CFrame = CFrame.new(-8.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2043. Part190.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2044. Part190.Position = Vector3.new(-8.5, 24.6000004, 20)
  2045. Part190.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2046. Part191.Parent = Model1
  2047. Part191.BrickColor = BrickColor.new("Bright yellow")
  2048. Part191.Rotation = Vector3.new(0, -90, 0)
  2049. Part191.Anchored = true
  2050. Part191.Size = Vector3.new(39, 1.20000005, 60)
  2051. Part191.CFrame = CFrame.new(-20, 16.2999992, 20.5, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  2052. Part191.TopSurface = Enum.SurfaceType.Smooth
  2053. Part191.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2054. Part191.Position = Vector3.new(-20, 16.2999992, 20.5)
  2055. Part191.Orientation = Vector3.new(0, -90, 0)
  2056. Part191.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2057. Part192.Parent = Model1
  2058. Part192.BrickColor = BrickColor.new("Bright yellow")
  2059. Part192.Anchored = true
  2060. Part192.Size = Vector3.new(1, 1.60000014, 44)
  2061. Part192.CFrame = CFrame.new(-19.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2062. Part192.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2063. Part192.Position = Vector3.new(-19.5, 19.3000011, 18)
  2064. Part192.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2065. Part193.Parent = Model1
  2066. Part193.BrickColor = BrickColor.new("Bright red")
  2067. Part193.Anchored = true
  2068. Part193.Size = Vector3.new(1, 1.60000014, 44)
  2069. Part193.CFrame = CFrame.new(-44.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2070. Part193.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2071. Part193.Position = Vector3.new(-44.5, 17.6999989, 18)
  2072. Part193.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2073. Part194.Parent = Model1
  2074. Part194.BrickColor = BrickColor.new("Bright red")
  2075. Part194.Anchored = true
  2076. Part194.Size = Vector3.new(1, 3, 40)
  2077. Part194.CFrame = CFrame.new(-2.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2078. Part194.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2079. Part194.Position = Vector3.new(-2.5, 24.6000004, 20)
  2080. Part194.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2081. Part195.Parent = Model1
  2082. Part195.BrickColor = BrickColor.new("Bright yellow")
  2083. Part195.Anchored = true
  2084. Part195.Size = Vector3.new(1, 3, 42)
  2085. Part195.CFrame = CFrame.new(-21.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2086. Part195.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2087. Part195.Position = Vector3.new(-21.5, 21.6000004, 19)
  2088. Part195.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2089. Part196.Parent = Model1
  2090. Part196.BrickColor = BrickColor.new("Bright red")
  2091. Part196.Anchored = true
  2092. Part196.Size = Vector3.new(1, 1.60000014, 44)
  2093. Part196.CFrame = CFrame.new(-18.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2094. Part196.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2095. Part196.Position = Vector3.new(-18.5, 19.3000011, 18)
  2096. Part196.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2097. Part197.Parent = Model1
  2098. Part197.BrickColor = BrickColor.new("Bright yellow")
  2099. Part197.Anchored = true
  2100. Part197.Size = Vector3.new(1, 1.60000014, 44)
  2101. Part197.CFrame = CFrame.new(-39.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2102. Part197.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2103. Part197.Position = Vector3.new(-39.5, 19.3000011, 18)
  2104. Part197.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2105. Part198.Parent = Model1
  2106. Part198.BrickColor = BrickColor.new("Bright yellow")
  2107. Part198.Anchored = true
  2108. Part198.Size = Vector3.new(1, 1.60000014, 44)
  2109. Part198.CFrame = CFrame.new(-13.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2110. Part198.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2111. Part198.Position = Vector3.new(-13.5, 19.3000011, 18)
  2112. Part198.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2113. Part199.Parent = Model1
  2114. Part199.BrickColor = BrickColor.new("Bright red")
  2115. Part199.Anchored = true
  2116. Part199.Size = Vector3.new(1, 1.60000014, 44)
  2117. Part199.CFrame = CFrame.new(-20.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2118. Part199.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2119. Part199.Position = Vector3.new(-20.5, 17.6999989, 18)
  2120. Part199.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2121. Part200.Parent = Model1
  2122. Part200.BrickColor = BrickColor.new("Bright red")
  2123. Part200.Anchored = true
  2124. Part200.Size = Vector3.new(1, 3, 42)
  2125. Part200.CFrame = CFrame.new(-38.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2126. Part200.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2127. Part200.Position = Vector3.new(-38.5, 21.6000004, 19)
  2128. Part200.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2129. Part201.Parent = Model1
  2130. Part201.BrickColor = BrickColor.new("Bright yellow")
  2131. Part201.Anchored = true
  2132. Part201.Size = Vector3.new(1, 1.60000014, 44)
  2133. Part201.CFrame = CFrame.new(-25.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2134. Part201.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2135. Part201.Position = Vector3.new(-25.5, 19.3000011, 18)
  2136. Part201.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2137. Part202.Parent = Model1
  2138. Part202.BrickColor = BrickColor.new("Bright yellow")
  2139. Part202.Anchored = true
  2140. Part202.Size = Vector3.new(1, 3, 42)
  2141. Part202.CFrame = CFrame.new(-7.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2142. Part202.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2143. Part202.Position = Vector3.new(-7.5, 21.6000004, 19)
  2144. Part202.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2145. Part203.Parent = Model1
  2146. Part203.BrickColor = BrickColor.new("Bright red")
  2147. Part203.Anchored = true
  2148. Part203.Size = Vector3.new(1, 3, 42)
  2149. Part203.CFrame = CFrame.new(-12.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2150. Part203.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2151. Part203.Position = Vector3.new(-12.5, 21.6000004, 19)
  2152. Part203.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2153. Part204.Parent = Model1
  2154. Part204.BrickColor = BrickColor.new("Bright red")
  2155. Part204.Anchored = true
  2156. Part204.Size = Vector3.new(1, 3, 42)
  2157. Part204.CFrame = CFrame.new(-10.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2158. Part204.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2159. Part204.Position = Vector3.new(-10.5, 21.6000004, 19)
  2160. Part204.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2161. Part205.Parent = Model1
  2162. Part205.BrickColor = BrickColor.new("Bright yellow")
  2163. Part205.Anchored = true
  2164. Part205.Size = Vector3.new(1, 1.60000014, 44)
  2165. Part205.CFrame = CFrame.new(-27.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2166. Part205.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2167. Part205.Position = Vector3.new(-27.5, 19.3000011, 18)
  2168. Part205.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2169. Part206.Parent = Model1
  2170. Part206.BrickColor = BrickColor.new("Bright yellow")
  2171. Part206.Anchored = true
  2172. Part206.Size = Vector3.new(1, 3, 42)
  2173. Part206.CFrame = CFrame.new(0.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2174. Part206.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2175. Part206.Position = Vector3.new(0.5, 21.6000004, 19)
  2176. Part206.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2177. Part207.Parent = Model1
  2178. Part207.BrickColor = BrickColor.new("Bright yellow")
  2179. Part207.Anchored = true
  2180. Part207.Size = Vector3.new(1, 3, 42)
  2181. Part207.CFrame = CFrame.new(-47.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2182. Part207.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2183. Part207.Position = Vector3.new(-47.5, 21.6000004, 19)
  2184. Part207.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2185. Part208.Parent = Model1
  2186. Part208.BrickColor = BrickColor.new("Bright red")
  2187. Part208.Anchored = true
  2188. Part208.Size = Vector3.new(1, 1.60000014, 44)
  2189. Part208.CFrame = CFrame.new(-42.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2190. Part208.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2191. Part208.Position = Vector3.new(-42.5, 17.6999989, 18)
  2192. Part208.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2193. Part209.Parent = Model1
  2194. Part209.BrickColor = BrickColor.new("Bright yellow")
  2195. Part209.Anchored = true
  2196. Part209.Size = Vector3.new(1, 1.60000014, 44)
  2197. Part209.CFrame = CFrame.new(-11.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2198. Part209.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2199. Part209.Position = Vector3.new(-11.5, 19.3000011, 18)
  2200. Part209.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2201. Part210.Parent = Model1
  2202. Part210.BrickColor = BrickColor.new("Bright red")
  2203. Part210.Anchored = true
  2204. Part210.Size = Vector3.new(1, 1.60000014, 44)
  2205. Part210.CFrame = CFrame.new(-12.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2206. Part210.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2207. Part210.Position = Vector3.new(-12.5, 19.3000011, 18)
  2208. Part210.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2209. Part211.Parent = Model1
  2210. Part211.BrickColor = BrickColor.new("Bright red")
  2211. Part211.Anchored = true
  2212. Part211.Size = Vector3.new(1, 1.60000014, 44)
  2213. Part211.CFrame = CFrame.new(-22.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2214. Part211.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2215. Part211.Position = Vector3.new(-22.5, 17.6999989, 18)
  2216. Part211.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2217. Part212.Parent = Model1
  2218. Part212.BrickColor = BrickColor.new("Bright red")
  2219. Part212.Anchored = true
  2220. Part212.Size = Vector3.new(1, 1.60000014, 44)
  2221. Part212.CFrame = CFrame.new(5.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2222. Part212.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2223. Part212.Position = Vector3.new(5.5, 17.6999989, 18)
  2224. Part212.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2225. Part213.Parent = Model1
  2226. Part213.BrickColor = BrickColor.new("Bright red")
  2227. Part213.Anchored = true
  2228. Part213.Size = Vector3.new(1, 1.60000014, 44)
  2229. Part213.CFrame = CFrame.new(-4.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2230. Part213.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2231. Part213.Position = Vector3.new(-4.5, 19.3000011, 18)
  2232. Part213.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2233. Part214.Parent = Model1
  2234. Part214.BrickColor = BrickColor.new("Bright red")
  2235. Part214.Anchored = true
  2236. Part214.Size = Vector3.new(1, 1.60000014, 44)
  2237. Part214.CFrame = CFrame.new(-2.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2238. Part214.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2239. Part214.Position = Vector3.new(-2.5, 19.3000011, 18)
  2240. Part214.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2241. Part215.Parent = Model1
  2242. Part215.BrickColor = BrickColor.new("Bright yellow")
  2243. Part215.Anchored = true
  2244. Part215.Size = Vector3.new(1, 1.60000014, 44)
  2245. Part215.CFrame = CFrame.new(-5.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2246. Part215.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2247. Part215.Position = Vector3.new(-5.5, 19.3000011, 18)
  2248. Part215.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2249. Part216.Parent = Model1
  2250. Part216.BrickColor = BrickColor.new("Bright yellow")
  2251. Part216.Anchored = true
  2252. Part216.Size = Vector3.new(1, 1.60000014, 44)
  2253. Part216.CFrame = CFrame.new(-29.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2254. Part216.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2255. Part216.Position = Vector3.new(-29.5, 19.3000011, 18)
  2256. Part216.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2257. Part217.Parent = Model1
  2258. Part217.BrickColor = BrickColor.new("Bright red")
  2259. Part217.Anchored = true
  2260. Part217.Size = Vector3.new(1, 1.60000014, 44)
  2261. Part217.CFrame = CFrame.new(-4.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2262. Part217.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2263. Part217.Position = Vector3.new(-4.5, 17.6999989, 18)
  2264. Part217.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2265. Part218.Parent = Model1
  2266. Part218.BrickColor = BrickColor.new("Bright yellow")
  2267. Part218.Anchored = true
  2268. Part218.Size = Vector3.new(1, 1.60000014, 44)
  2269. Part218.CFrame = CFrame.new(-5.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2270. Part218.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2271. Part218.Position = Vector3.new(-5.5, 17.6999989, 18)
  2272. Part218.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2273. Part219.Parent = Model1
  2274. Part219.BrickColor = BrickColor.new("Bright yellow")
  2275. Part219.Anchored = true
  2276. Part219.Size = Vector3.new(1, 1.60000014, 44)
  2277. Part219.CFrame = CFrame.new(-1.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2278. Part219.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2279. Part219.Position = Vector3.new(-1.5, 17.6999989, 18)
  2280. Part219.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2281. Part220.Parent = Model1
  2282. Part220.BrickColor = BrickColor.new("Bright red")
  2283. Part220.Anchored = true
  2284. Part220.Size = Vector3.new(1, 1.60000014, 44)
  2285. Part220.CFrame = CFrame.new(-2.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2286. Part220.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2287. Part220.Position = Vector3.new(-2.5, 17.6999989, 18)
  2288. Part220.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2289. Part221.Parent = Model1
  2290. Part221.BrickColor = BrickColor.new("Bright red")
  2291. Part221.Anchored = true
  2292. Part221.Size = Vector3.new(1, 1.60000014, 44)
  2293. Part221.CFrame = CFrame.new(-40.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2294. Part221.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2295. Part221.Position = Vector3.new(-40.5, 17.6999989, 18)
  2296. Part221.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2297. Part222.Parent = Model1
  2298. Part222.BrickColor = BrickColor.new("Bright yellow")
  2299. Part222.Anchored = true
  2300. Part222.Size = Vector3.new(1, 3, 42)
  2301. Part222.CFrame = CFrame.new(-51.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2302. Part222.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2303. Part222.Position = Vector3.new(-51.5, 21.6000004, 19)
  2304. Part222.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2305. Part223.Parent = Model1
  2306. Part223.BrickColor = BrickColor.new("Bright yellow")
  2307. Part223.Anchored = true
  2308. Part223.Size = Vector3.new(1, 3, 42)
  2309. Part223.CFrame = CFrame.new(-9.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2310. Part223.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2311. Part223.Position = Vector3.new(-9.5, 21.6000004, 19)
  2312. Part223.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2313. Part224.Parent = Model1
  2314. Part224.BrickColor = BrickColor.new("Bright yellow")
  2315. Part224.Anchored = true
  2316. Part224.Size = Vector3.new(1, 1.60000014, 44)
  2317. Part224.CFrame = CFrame.new(-3.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2318. Part224.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2319. Part224.Position = Vector3.new(-3.5, 17.6999989, 18)
  2320. Part224.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2321. Part225.Parent = Model1
  2322. Part225.BrickColor = BrickColor.new("Bright yellow")
  2323. Part225.Anchored = true
  2324. Part225.Size = Vector3.new(1, 1.60000014, 44)
  2325. Part225.CFrame = CFrame.new(-25.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2326. Part225.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2327. Part225.Position = Vector3.new(-25.5, 17.6999989, 18)
  2328. Part225.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2329. Part226.Parent = Model1
  2330. Part226.BrickColor = BrickColor.new("Bright yellow")
  2331. Part226.Anchored = true
  2332. Part226.Size = Vector3.new(1, 1.60000014, 44)
  2333. Part226.CFrame = CFrame.new(-13.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2334. Part226.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2335. Part226.Position = Vector3.new(-13.5, 17.6999989, 18)
  2336. Part226.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2337. Part227.Parent = Model1
  2338. Part227.BrickColor = BrickColor.new("Bright yellow")
  2339. Part227.Anchored = true
  2340. Part227.Size = Vector3.new(1, 1.60000014, 44)
  2341. Part227.CFrame = CFrame.new(-43.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2342. Part227.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2343. Part227.Position = Vector3.new(-43.5, 17.6999989, 18)
  2344. Part227.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2345. Part228.Parent = Model1
  2346. Part228.BrickColor = BrickColor.new("Bright yellow")
  2347. Part228.Anchored = true
  2348. Part228.Size = Vector3.new(1, 1.60000014, 44)
  2349. Part228.CFrame = CFrame.new(-19.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2350. Part228.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2351. Part228.Position = Vector3.new(-19.5, 17.6999989, 18)
  2352. Part228.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2353. Part229.Parent = Model1
  2354. Part229.BrickColor = BrickColor.new("Bright yellow")
  2355. Part229.Anchored = true
  2356. Part229.Size = Vector3.new(1, 1.60000014, 44)
  2357. Part229.CFrame = CFrame.new(-17.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2358. Part229.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2359. Part229.Position = Vector3.new(-17.5, 17.6999989, 18)
  2360. Part229.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2361. Part230.Parent = Model1
  2362. Part230.BrickColor = BrickColor.new("Bright yellow")
  2363. Part230.Anchored = true
  2364. Part230.Size = Vector3.new(1, 1.60000014, 44)
  2365. Part230.CFrame = CFrame.new(-1.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2366. Part230.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2367. Part230.Position = Vector3.new(-1.5, 19.3000011, 18)
  2368. Part230.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2369. Part231.Parent = Model1
  2370. Part231.BrickColor = BrickColor.new("Bright yellow")
  2371. Part231.Anchored = true
  2372. Part231.Size = Vector3.new(1, 1.60000014, 44)
  2373. Part231.CFrame = CFrame.new(-7.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2374. Part231.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2375. Part231.Position = Vector3.new(-7.5, 19.3000011, 18)
  2376. Part231.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2377. Part232.Parent = Model1
  2378. Part232.BrickColor = BrickColor.new("Bright yellow")
  2379. Part232.Anchored = true
  2380. Part232.Size = Vector3.new(1, 3, 42)
  2381. Part232.CFrame = CFrame.new(-25.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2382. Part232.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2383. Part232.Position = Vector3.new(-25.5, 21.6000004, 19)
  2384. Part232.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2385. Part233.Parent = Model1
  2386. Part233.BrickColor = BrickColor.new("Bright red")
  2387. Part233.Anchored = true
  2388. Part233.Size = Vector3.new(1, 1.60000014, 44)
  2389. Part233.CFrame = CFrame.new(-8.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2390. Part233.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2391. Part233.Position = Vector3.new(-8.5, 19.3000011, 18)
  2392. Part233.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2393. Part234.Parent = Model1
  2394. Part234.BrickColor = BrickColor.new("Bright yellow")
  2395. Part234.Anchored = true
  2396. Part234.Size = Vector3.new(1, 1.60000014, 44)
  2397. Part234.CFrame = CFrame.new(-21.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2398. Part234.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2399. Part234.Position = Vector3.new(-21.5, 19.3000011, 18)
  2400. Part234.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2401. Part235.Parent = Model1
  2402. Part235.BrickColor = BrickColor.new("Bright red")
  2403. Part235.Anchored = true
  2404. Part235.Size = Vector3.new(1, 1.60000014, 44)
  2405. Part235.CFrame = CFrame.new(-28.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2406. Part235.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2407. Part235.Position = Vector3.new(-28.5, 17.6999989, 18)
  2408. Part235.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2409. Part236.Parent = Model1
  2410. Part236.BrickColor = BrickColor.new("Bright yellow")
  2411. Part236.Anchored = true
  2412. Part236.Size = Vector3.new(1, 1.60000014, 44)
  2413. Part236.CFrame = CFrame.new(0.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2414. Part236.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2415. Part236.Position = Vector3.new(0.5, 17.6999989, 18)
  2416. Part236.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2417. Part237.Parent = Model1
  2418. Part237.BrickColor = BrickColor.new("Bright red")
  2419. Part237.Anchored = true
  2420. Part237.Size = Vector3.new(1, 3, 40)
  2421. Part237.CFrame = CFrame.new(-10.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2422. Part237.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2423. Part237.Position = Vector3.new(-10.5, 24.6000004, 20)
  2424. Part237.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2425. Part238.Parent = Model1
  2426. Part238.BrickColor = BrickColor.new("Bright yellow")
  2427. Part238.Anchored = true
  2428. Part238.Size = Vector3.new(1, 1.60000014, 44)
  2429. Part238.CFrame = CFrame.new(-21.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2430. Part238.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2431. Part238.Position = Vector3.new(-21.5, 17.6999989, 18)
  2432. Part238.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2433. Part239.Parent = Model1
  2434. Part239.BrickColor = BrickColor.new("Bright yellow")
  2435. Part239.Anchored = true
  2436. Part239.Size = Vector3.new(1, 3, 42)
  2437. Part239.CFrame = CFrame.new(6.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2438. Part239.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2439. Part239.Position = Vector3.new(6.5, 21.6000004, 19)
  2440. Part239.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2441. Part240.Parent = Model1
  2442. Part240.BrickColor = BrickColor.new("Bright red")
  2443. Part240.Anchored = true
  2444. Part240.Size = Vector3.new(1, 3, 42)
  2445. Part240.CFrame = CFrame.new(3.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2446. Part240.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2447. Part240.Position = Vector3.new(3.5, 21.6000004, 19)
  2448. Part240.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2449. Part241.Parent = Model1
  2450. Part241.BrickColor = BrickColor.new("Bright yellow")
  2451. Part241.Anchored = true
  2452. Part241.Size = Vector3.new(1, 3, 42)
  2453. Part241.CFrame = CFrame.new(4.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2454. Part241.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2455. Part241.Position = Vector3.new(4.5, 21.6000004, 19)
  2456. Part241.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2457. Part242.Parent = Model1
  2458. Part242.BrickColor = BrickColor.new("Bright yellow")
  2459. Part242.Anchored = true
  2460. Part242.Size = Vector3.new(1, 1.60000014, 44)
  2461. Part242.CFrame = CFrame.new(-23.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2462. Part242.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2463. Part242.Position = Vector3.new(-23.5, 17.6999989, 18)
  2464. Part242.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2465. Part243.Parent = Model1
  2466. Part243.BrickColor = BrickColor.new("Bright red")
  2467. Part243.Anchored = true
  2468. Part243.Size = Vector3.new(1, 3, 42)
  2469. Part243.CFrame = CFrame.new(5.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2470. Part243.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2471. Part243.Position = Vector3.new(5.5, 21.6000004, 19)
  2472. Part243.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2473. Part244.Parent = Model1
  2474. Part244.BrickColor = BrickColor.new("Bright yellow")
  2475. Part244.Anchored = true
  2476. Part244.Size = Vector3.new(1, 3, 42)
  2477. Part244.CFrame = CFrame.new(-41.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2478. Part244.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2479. Part244.Position = Vector3.new(-41.5, 21.6000004, 19)
  2480. Part244.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2481. Part245.Parent = Model1
  2482. Part245.BrickColor = BrickColor.new("Bright red")
  2483. Part245.Anchored = true
  2484. Part245.Size = Vector3.new(1, 3, 42)
  2485. Part245.CFrame = CFrame.new(7.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2486. Part245.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2487. Part245.Position = Vector3.new(7.5, 21.6000004, 19)
  2488. Part245.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2489. Part246.Parent = Model1
  2490. Part246.BrickColor = BrickColor.new("Bright red")
  2491. Part246.Anchored = true
  2492. Part246.Size = Vector3.new(1, 3, 42)
  2493. Part246.CFrame = CFrame.new(-18.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2494. Part246.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2495. Part246.Position = Vector3.new(-18.5, 21.6000004, 19)
  2496. Part246.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2497. Part247.Parent = Model1
  2498. Part247.BrickColor = BrickColor.new("Bright yellow")
  2499. Part247.Anchored = true
  2500. Part247.Size = Vector3.new(1, 3, 40)
  2501. Part247.CFrame = CFrame.new(-9.5, 24.6000004, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2502. Part247.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2503. Part247.Position = Vector3.new(-9.5, 24.6000004, 20)
  2504. Part247.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2505. Part248.Parent = Model1
  2506. Part248.BrickColor = BrickColor.new("Bright red")
  2507. Part248.Anchored = true
  2508. Part248.Size = Vector3.new(1, 1.60000014, 44)
  2509. Part248.CFrame = CFrame.new(9.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2510. Part248.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2511. Part248.Position = Vector3.new(9.5, 17.6999989, 18)
  2512. Part248.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2513. Part249.Parent = Model1
  2514. Part249.BrickColor = BrickColor.new("Bright yellow")
  2515. Part249.Anchored = true
  2516. Part249.Size = Vector3.new(1, 1.60000014, 44)
  2517. Part249.CFrame = CFrame.new(-3.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2518. Part249.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2519. Part249.Position = Vector3.new(-3.5, 19.3000011, 18)
  2520. Part249.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2521. Part250.Parent = Model1
  2522. Part250.BrickColor = BrickColor.new("Bright yellow")
  2523. Part250.Anchored = true
  2524. Part250.Size = Vector3.new(1, 3, 42)
  2525. Part250.CFrame = CFrame.new(-31.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2526. Part250.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2527. Part250.Position = Vector3.new(-31.5, 21.6000004, 19)
  2528. Part250.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2529. Part251.Parent = Model1
  2530. Part251.BrickColor = BrickColor.new("Bright red")
  2531. Part251.Anchored = true
  2532. Part251.Size = Vector3.new(1, 1.60000014, 44)
  2533. Part251.CFrame = CFrame.new(-0.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2534. Part251.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2535. Part251.Position = Vector3.new(-0.5, 19.3000011, 18)
  2536. Part251.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2537. Part252.Parent = Model1
  2538. Part252.BrickColor = BrickColor.new("Bright yellow")
  2539. Part252.Anchored = true
  2540. Part252.Size = Vector3.new(1, 1.60000014, 44)
  2541. Part252.CFrame = CFrame.new(-41.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2542. Part252.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2543. Part252.Position = Vector3.new(-41.5, 17.6999989, 18)
  2544. Part252.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2545. Part253.Parent = Model1
  2546. Part253.BrickColor = BrickColor.new("Bright red")
  2547. Part253.Anchored = true
  2548. Part253.Size = Vector3.new(1, 3, 42)
  2549. Part253.CFrame = CFrame.new(-16.5, 21.6000004, 19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2550. Part253.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2551. Part253.Position = Vector3.new(-16.5, 21.6000004, 19)
  2552. Part253.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2553. Part254.Parent = Model1
  2554. Part254.BrickColor = BrickColor.new("Bright red")
  2555. Part254.Anchored = true
  2556. Part254.Size = Vector3.new(1, 1.60000014, 44)
  2557. Part254.CFrame = CFrame.new(-32.5, 19.3000011, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2558. Part254.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2559. Part254.Position = Vector3.new(-32.5, 19.3000011, 18)
  2560. Part254.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2561. Part255.Parent = Model1
  2562. Part255.BrickColor = BrickColor.new("Bright red")
  2563. Part255.Anchored = true
  2564. Part255.Size = Vector3.new(1, 4.80000019, 39)
  2565. Part255.CFrame = CFrame.new(-50.5, 14.499999, 20.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2566. Part255.TopSurface = Enum.SurfaceType.Smooth
  2567. Part255.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2568. Part255.Position = Vector3.new(-50.5, 14.499999, 20.5)
  2569. Part255.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2570. Part256.Parent = Model1
  2571. Part256.BrickColor = BrickColor.new("Bright red")
  2572. Part256.Anchored = true
  2573. Part256.Size = Vector3.new(1, 1.60000014, 44)
  2574. Part256.CFrame = CFrame.new(-32.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2575. Part256.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2576. Part256.Position = Vector3.new(-32.5, 17.6999989, 18)
  2577. Part256.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2578. Part257.Parent = Model1
  2579. Part257.BrickColor = BrickColor.new("Bright yellow")
  2580. Part257.Anchored = true
  2581. Part257.Size = Vector3.new(1, 1.60000014, 44)
  2582. Part257.CFrame = CFrame.new(-39.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2583. Part257.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2584. Part257.Position = Vector3.new(-39.5, 17.6999989, 18)
  2585. Part257.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2586. Part258.Parent = Model1
  2587. Part258.BrickColor = BrickColor.new("Bright red")
  2588. Part258.Anchored = true
  2589. Part258.Size = Vector3.new(1, 1.60000014, 44)
  2590. Part258.CFrame = CFrame.new(-38.5, 17.6999989, 18, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2591. Part258.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2592. Part258.Position = Vector3.new(-38.5, 17.6999989, 18)
  2593. Part258.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2594. Part259.Parent = Model1
  2595. Part259.BrickColor = BrickColor.new("Bright red")
  2596. Part259.Rotation = Vector3.new(0, -90, 0)
  2597. Part259.Anchored = true
  2598. Part259.Size = Vector3.new(1, 9.60000038, 60)
  2599. Part259.CFrame = CFrame.new(-20, 10.8999987, 39.5, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  2600. Part259.TopSurface = Enum.SurfaceType.Smooth
  2601. Part259.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2602. Part259.Position = Vector3.new(-20, 10.8999987, 39.5)
  2603. Part259.Orientation = Vector3.new(0, -90, 0)
  2604. Part259.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2605. Part260.Parent = Model1
  2606. Part260.BrickColor = BrickColor.new("Bright red")
  2607. Part260.Anchored = true
  2608. Part260.Size = Vector3.new(1, 6.00000095, 14)
  2609. Part260.CFrame = CFrame.new(10.5, 9.09999847, 33, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2610. Part260.TopSurface = Enum.SurfaceType.Smooth
  2611. Part260.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2612. Part260.Position = Vector3.new(10.5, 9.09999847, 33)
  2613. Part260.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2614. Part261.Parent = Model1
  2615. Part261.BrickColor = BrickColor.new("Bright yellow")
  2616. Part261.Anchored = true
  2617. Part261.Size = Vector3.new(24, 3.60000014, 2)
  2618. Part261.CFrame = CFrame.new(-2, 13.8999987, 2, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2619. Part261.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2620. Part261.Position = Vector3.new(-2, 13.8999987, 2)
  2621. Part261.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2622. Part262.Parent = Model1
  2623. Part262.BrickColor = BrickColor.new("Bright red")
  2624. Part262.Anchored = true
  2625. Part262.Size = Vector3.new(1, 6.00000095, 5)
  2626. Part262.CFrame = CFrame.new(10.5, 9.09999847, 13.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2627. Part262.TopSurface = Enum.SurfaceType.Smooth
  2628. Part262.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2629. Part262.Position = Vector3.new(10.5, 9.09999847, 13.5)
  2630. Part262.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2631. Part263.Parent = Model1
  2632. Part263.BrickColor = BrickColor.new("Bright red")
  2633. Part263.Anchored = true
  2634. Part263.Size = Vector3.new(1, 6.00000095, 5)
  2635. Part263.CFrame = CFrame.new(10.5, 9.09999847, 23.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2636. Part263.TopSurface = Enum.SurfaceType.Smooth
  2637. Part263.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2638. Part263.Position = Vector3.new(10.5, 9.09999847, 23.5)
  2639. Part263.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2640. Part264.Parent = Model1
  2641. Part264.BrickColor = BrickColor.new("Medium blue")
  2642. Part264.Transparency = 0.40000000596046
  2643. Part264.Anchored = true
  2644. Part264.Size = Vector3.new(1, 6, 5)
  2645. Part264.CFrame = CFrame.new(10.5, 9.09999847, 18.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2646. Part264.TopSurface = Enum.SurfaceType.Smooth
  2647. Part264.Color = Color3.new(0.431373, 0.6, 0.792157)
  2648. Part264.Position = Vector3.new(10.5, 9.09999847, 18.5)
  2649. Part264.Color = Color3.new(0.431373, 0.6, 0.792157)
  2650. Part265.Parent = Model1
  2651. Part265.BrickColor = BrickColor.new("Bright red")
  2652. Part265.Anchored = true
  2653. Part265.Size = Vector3.new(1, 6.00000095, 5)
  2654. Part265.CFrame = CFrame.new(-50.5, 9.09999847, 23.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2655. Part265.TopSurface = Enum.SurfaceType.Smooth
  2656. Part265.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2657. Part265.Position = Vector3.new(-50.5, 9.09999847, 23.5)
  2658. Part265.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2659. Part266.Parent = Model1
  2660. Part266.BrickColor = BrickColor.new("Medium blue")
  2661. Part266.Transparency = 0.40000000596046
  2662. Part266.Anchored = true
  2663. Part266.Size = Vector3.new(34, 2.4000001, 1)
  2664. Part266.CFrame = CFrame.new(-17, 7.69999886, 24.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2665. Part266.Color = Color3.new(0.431373, 0.6, 0.792157)
  2666. Part266.Position = Vector3.new(-17, 7.69999886, 24.5)
  2667. Part266.Color = Color3.new(0.431373, 0.6, 0.792157)
  2668. Part267.Parent = Model1
  2669. Part267.BrickColor = BrickColor.new("Medium blue")
  2670. Part267.Transparency = 0.40000000596046
  2671. Part267.Anchored = true
  2672. Part267.Size = Vector3.new(1, 6, 5)
  2673. Part267.CFrame = CFrame.new(-50.5, 9.09999847, 18.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2674. Part267.TopSurface = Enum.SurfaceType.Smooth
  2675. Part267.Color = Color3.new(0.431373, 0.6, 0.792157)
  2676. Part267.Position = Vector3.new(-50.5, 9.09999847, 18.5)
  2677. Part267.Color = Color3.new(0.431373, 0.6, 0.792157)
  2678. Part268.Parent = Model1
  2679. Part268.BrickColor = BrickColor.new("Medium blue")
  2680. Part268.Transparency = 0.40000000596046
  2681. Part268.Rotation = Vector3.new(0, 90, 0)
  2682. Part268.Anchored = true
  2683. Part268.Size = Vector3.new(21, 2.4000001, 2)
  2684. Part268.CFrame = CFrame.new(1, 7.69999886, 14.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  2685. Part268.Color = Color3.new(0.431373, 0.6, 0.792157)
  2686. Part268.Position = Vector3.new(1, 7.69999886, 14.5)
  2687. Part268.Orientation = Vector3.new(0, 90, 0)
  2688. Part268.Color = Color3.new(0.431373, 0.6, 0.792157)
  2689. Part269.Parent = Model1
  2690. Part269.BrickColor = BrickColor.new("Bright red")
  2691. Part269.Anchored = true
  2692. Part269.Size = Vector3.new(1, 6.00000095, 14)
  2693. Part269.CFrame = CFrame.new(-50.5, 9.09999847, 33, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2694. Part269.TopSurface = Enum.SurfaceType.Smooth
  2695. Part269.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2696. Part269.Position = Vector3.new(-50.5, 9.09999847, 33)
  2697. Part269.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2698. Part270.Parent = Model1
  2699. Part270.BrickColor = BrickColor.new("Bright red")
  2700. Part270.Anchored = true
  2701. Part270.Size = Vector3.new(11, 9.60000038, 2)
  2702. Part270.CFrame = CFrame.new(-44.5, 10.8999987, 25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2703. Part270.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2704. Part270.Position = Vector3.new(-44.5, 10.8999987, 25)
  2705. Part270.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2706. Part271.Parent = Model1
  2707. Part271.BrickColor = BrickColor.new("Bright yellow")
  2708. Part271.Anchored = true
  2709. Part271.Size = Vector3.new(36, 3.60000014, 2)
  2710. Part271.CFrame = CFrame.new(-32, 13.8999987, 2, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2711. Part271.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2712. Part271.Position = Vector3.new(-32, 13.8999987, 2)
  2713. Part271.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2714. Part272.Parent = Model1
  2715. Part272.BrickColor = BrickColor.new("Bright red")
  2716. Part272.Anchored = true
  2717. Part272.FormFactor = Enum.FormFactor.Plate
  2718. Part272.Size = Vector3.new(39, 0.400000006, 3)
  2719. Part272.CFrame = CFrame.new(-19.5, 6.29999924, 24.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2720. Part272.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2721. Part272.Position = Vector3.new(-19.5, 6.29999924, 24.5)
  2722. Part272.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2723. Part273.Parent = Model1
  2724. Part273.BrickColor = BrickColor.new("Bright red")
  2725. Part273.Anchored = true
  2726. Part273.Size = Vector3.new(1, 6.00000095, 5)
  2727. Part273.CFrame = CFrame.new(-50.5, 9.09999847, 13.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2728. Part273.TopSurface = Enum.SurfaceType.Smooth
  2729. Part273.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2730. Part273.Position = Vector3.new(-50.5, 9.09999847, 13.5)
  2731. Part273.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2732. Part274.Parent = Model1
  2733. Part274.BrickColor = BrickColor.new("Really red")
  2734. Part274.Anchored = true
  2735. Part274.Size = Vector3.new(1, 10.8000002, 2)
  2736. Part274.CFrame = CFrame.new(2.5, 29.9000015, -19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2737. Part274.Color = Color3.new(1, 0, 0)
  2738. Part274.Position = Vector3.new(2.5, 29.9000015, -19)
  2739. Part274.Color = Color3.new(1, 0, 0)
  2740. Part275.Parent = Model1
  2741. Part275.BrickColor = BrickColor.new("Really black")
  2742. Part275.Anchored = true
  2743. Part275.FormFactor = Enum.FormFactor.Plate
  2744. Part275.Size = Vector3.new(3, 0.400000006, 3)
  2745. Part275.CFrame = CFrame.new(-36.5, 6.69999886, 24.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2746. Part275.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2747. Part275.Position = Vector3.new(-36.5, 6.69999886, 24.5)
  2748. Part275.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2749. Part276.Parent = Model1
  2750. Part276.BrickColor = BrickColor.new("Medium blue")
  2751. Part276.Transparency = 0.40000000596046
  2752. Part276.Rotation = Vector3.new(90, 0, -90)
  2753. Part276.Anchored = true
  2754. Part276.Size = Vector3.new(5, 1.20000005, 6)
  2755. Part276.CFrame = CFrame.new(10.6000004, 9.09999847, 8.5, -0, 1, -0, -0, 0, -1, -1, 0, -0)
  2756. Part276.BottomSurface = Enum.SurfaceType.Smooth
  2757. Part276.TopSurface = Enum.SurfaceType.Smooth
  2758. Part276.Color = Color3.new(0.431373, 0.6, 0.792157)
  2759. Part276.Position = Vector3.new(10.6000004, 9.09999847, 8.5)
  2760. Part276.Orientation = Vector3.new(90, 90, 0)
  2761. Part276.Color = Color3.new(0.431373, 0.6, 0.792157)
  2762. Part277.Parent = Model1
  2763. Part277.BrickColor = BrickColor.new("Bright red")
  2764. Part277.Anchored = true
  2765. Part277.Size = Vector3.new(1, 6.00000095, 5)
  2766. Part277.CFrame = CFrame.new(10.5, 9.09999847, 3.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2767. Part277.TopSurface = Enum.SurfaceType.Smooth
  2768. Part277.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2769. Part277.Position = Vector3.new(10.5, 9.09999847, 3.5)
  2770. Part277.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2771. Part278.Parent = Model1
  2772. Part278.BrickColor = BrickColor.new("Bright yellow")
  2773. Part278.Rotation = Vector3.new(0, -90, 0)
  2774. Part278.Anchored = true
  2775. Part278.Size = Vector3.new(1, 6, 60)
  2776. Part278.CFrame = CFrame.new(-20, 3.09999895, 39.5, 0, 0, -1, 0, 1, -0, 1, 0, -0)
  2777. Part278.TopSurface = Enum.SurfaceType.Smooth
  2778. Part278.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2779. Part278.Position = Vector3.new(-20, 3.09999895, 39.5)
  2780. Part278.Orientation = Vector3.new(0, -90, 0)
  2781. Part278.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2782. Part279.Parent = Model1
  2783. Part279.BrickColor = BrickColor.new("Medium blue")
  2784. Part279.Transparency = 0.40000000596046
  2785. Part279.Rotation = Vector3.new(0, 90, 0)
  2786. Part279.Anchored = true
  2787. Part279.Size = Vector3.new(1, 6, 5)
  2788. Part279.CFrame = CFrame.new(3.5, 9.09999847, 1.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  2789. Part279.TopSurface = Enum.SurfaceType.Smooth
  2790. Part279.Color = Color3.new(0.431373, 0.6, 0.792157)
  2791. Part279.Position = Vector3.new(3.5, 9.09999847, 1.5)
  2792. Part279.Orientation = Vector3.new(0, 90, 0)
  2793. Part279.Color = Color3.new(0.431373, 0.6, 0.792157)
  2794. Part280.Parent = Model1
  2795. Part280.BrickColor = BrickColor.new("Bright red")
  2796. Part280.Rotation = Vector3.new(0, 90, 0)
  2797. Part280.Anchored = true
  2798. Part280.Size = Vector3.new(1, 6.00000095, 4)
  2799. Part280.CFrame = CFrame.new(8, 9.09999847, 1.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  2800. Part280.TopSurface = Enum.SurfaceType.Smooth
  2801. Part280.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2802. Part280.Position = Vector3.new(8, 9.09999847, 1.5)
  2803. Part280.Orientation = Vector3.new(0, 90, 0)
  2804. Part280.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2805. Part281.Parent = Model1
  2806. Part281.BrickColor = BrickColor.new("Bright yellow")
  2807. Part281.Anchored = true
  2808. Part281.Size = Vector3.new(41, 3.60000014, 2)
  2809. Part281.CFrame = CFrame.new(-18.5, 4.29999924, 25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2810. Part281.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2811. Part281.Position = Vector3.new(-18.5, 4.29999924, 25)
  2812. Part281.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2813. Part282.Parent = Model1
  2814. Part282.BrickColor = BrickColor.new("Bright yellow")
  2815. Part282.Anchored = true
  2816. Part282.Size = Vector3.new(1, 6.00000095, 39)
  2817. Part282.CFrame = CFrame.new(10.5, 3.09999895, 20.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2818. Part282.TopSurface = Enum.SurfaceType.Smooth
  2819. Part282.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2820. Part282.Position = Vector3.new(10.5, 3.09999895, 20.5)
  2821. Part282.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2822. Part283.Parent = Model1
  2823. Part283.BrickColor = BrickColor.new("Bright red")
  2824. Part283.Anchored = true
  2825. Part283.Size = Vector3.new(1, 6.00000095, 5)
  2826. Part283.CFrame = CFrame.new(-50.5, 9.09999847, 3.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2827. Part283.TopSurface = Enum.SurfaceType.Smooth
  2828. Part283.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2829. Part283.Position = Vector3.new(-50.5, 9.09999847, 3.5)
  2830. Part283.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2831. Part284.Parent = Model1
  2832. Part284.BrickColor = BrickColor.new("Medium blue")
  2833. Part284.Transparency = 0.40000000596046
  2834. Part284.Rotation = Vector3.new(0, 90, 0)
  2835. Part284.Anchored = true
  2836. Part284.Size = Vector3.new(1, 6, 5)
  2837. Part284.CFrame = CFrame.new(-42.5, 9.09999847, 1.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  2838. Part284.TopSurface = Enum.SurfaceType.Smooth
  2839. Part284.Color = Color3.new(0.431373, 0.6, 0.792157)
  2840. Part284.Position = Vector3.new(-42.5, 9.09999847, 1.5)
  2841. Part284.Orientation = Vector3.new(0, 90, 0)
  2842. Part284.Color = Color3.new(0.431373, 0.6, 0.792157)
  2843. Part285.Parent = Model1
  2844. Part285.BrickColor = BrickColor.new("Medium blue")
  2845. Part285.Transparency = 0.40000000596046
  2846. Part285.Anchored = true
  2847. Part285.CanCollide = false
  2848. Part285.Size = Vector3.new(7, 9.60000038, 2)
  2849. Part285.CFrame = CFrame.new(-10.5, 7.29999924, 2, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2850. Part285.Color = Color3.new(0.431373, 0.6, 0.792157)
  2851. Part285.Position = Vector3.new(-10.5, 7.29999924, 2)
  2852. Part285.Color = Color3.new(0.431373, 0.6, 0.792157)
  2853. Part286.Parent = Model1
  2854. Part286.BrickColor = BrickColor.new("Bright red")
  2855. Part286.Rotation = Vector3.new(0, 90, 0)
  2856. Part286.Anchored = true
  2857. Part286.Size = Vector3.new(1, 6.00000095, 5)
  2858. Part286.CFrame = CFrame.new(-47.5, 9.09999847, 1.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  2859. Part286.TopSurface = Enum.SurfaceType.Smooth
  2860. Part286.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2861. Part286.Position = Vector3.new(-47.5, 9.09999847, 1.5)
  2862. Part286.Orientation = Vector3.new(0, 90, 0)
  2863. Part286.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2864. Part287.Parent = Model1
  2865. Part287.BrickColor = BrickColor.new("Medium blue")
  2866. Part287.Transparency = 0.40000000596046
  2867. Part287.Rotation = Vector3.new(0, 90, 0)
  2868. Part287.Anchored = true
  2869. Part287.Size = Vector3.new(1, 6, 5)
  2870. Part287.CFrame = CFrame.new(-32.5, 9.09999847, 1.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  2871. Part287.TopSurface = Enum.SurfaceType.Smooth
  2872. Part287.Color = Color3.new(0.431373, 0.6, 0.792157)
  2873. Part287.Position = Vector3.new(-32.5, 9.09999847, 1.5)
  2874. Part287.Orientation = Vector3.new(0, 90, 0)
  2875. Part287.Color = Color3.new(0.431373, 0.6, 0.792157)
  2876. Part288.Parent = Model1
  2877. Part288.BrickColor = BrickColor.new("Bright red")
  2878. Part288.Rotation = Vector3.new(0, 90, 0)
  2879. Part288.Anchored = true
  2880. Part288.FormFactor = Enum.FormFactor.Plate
  2881. Part288.Size = Vector3.new(18, 0.400000006, 3)
  2882. Part288.CFrame = CFrame.new(0.5, 6.29999924, 13, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  2883. Part288.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2884. Part288.Position = Vector3.new(0.5, 6.29999924, 13)
  2885. Part288.Orientation = Vector3.new(0, 90, 0)
  2886. Part288.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2887. Part289.Parent = Model1
  2888. Part289.BrickColor = BrickColor.new("Bright yellow")
  2889. Part289.Anchored = true
  2890. Part289.Size = Vector3.new(11, 3.60000014, 2)
  2891. Part289.CFrame = CFrame.new(-44.5, 4.29999924, 25, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2892. Part289.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2893. Part289.Position = Vector3.new(-44.5, 4.29999924, 25)
  2894. Part289.Color = Color3.new(0.960784, 0.803922, 0.188235)
  2895. Part290.Parent = Model1
  2896. Part290.BrickColor = BrickColor.new("Bright red")
  2897. Part290.Rotation = Vector3.new(0, 90, 0)
  2898. Part290.Anchored = true
  2899. Part290.Size = Vector3.new(1, 6.00000095, 5)
  2900. Part290.CFrame = CFrame.new(-27.5, 9.09999847, 1.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  2901. Part290.TopSurface = Enum.SurfaceType.Smooth
  2902. Part290.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2903. Part290.Position = Vector3.new(-27.5, 9.09999847, 1.5)
  2904. Part290.Orientation = Vector3.new(0, 90, 0)
  2905. Part290.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2906. Part291.Parent = Model1
  2907. Part291.BrickColor = BrickColor.new("Bright red")
  2908. Part291.Rotation = Vector3.new(0, 90, 0)
  2909. Part291.Anchored = true
  2910. Part291.Size = Vector3.new(1, 6.00000095, 5)
  2911. Part291.CFrame = CFrame.new(-37.5, 9.09999847, 1.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  2912. Part291.TopSurface = Enum.SurfaceType.Smooth
  2913. Part291.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2914. Part291.Position = Vector3.new(-37.5, 9.09999847, 1.5)
  2915. Part291.Orientation = Vector3.new(0, 90, 0)
  2916. Part291.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2917. Part292.Parent = Model1
  2918. Part292.BrickColor = BrickColor.new("Medium blue")
  2919. Part292.Transparency = 0.40000000596046
  2920. Part292.Rotation = Vector3.new(0, 90, 0)
  2921. Part292.Anchored = true
  2922. Part292.Size = Vector3.new(1, 6, 5)
  2923. Part292.CFrame = CFrame.new(-22.5, 9.09999847, 1.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  2924. Part292.TopSurface = Enum.SurfaceType.Smooth
  2925. Part292.Color = Color3.new(0.431373, 0.6, 0.792157)
  2926. Part292.Position = Vector3.new(-22.5, 9.09999847, 1.5)
  2927. Part292.Orientation = Vector3.new(0, 90, 0)
  2928. Part292.Color = Color3.new(0.431373, 0.6, 0.792157)
  2929. Part293.Parent = Model1
  2930. Part293.BrickColor = BrickColor.new("Bright red")
  2931. Part293.Rotation = Vector3.new(0, 90, 0)
  2932. Part293.Anchored = true
  2933. Part293.Size = Vector3.new(1, 6.00000095, 6)
  2934. Part293.CFrame = CFrame.new(-17, 9.09999847, 1.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  2935. Part293.TopSurface = Enum.SurfaceType.Smooth
  2936. Part293.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2937. Part293.Position = Vector3.new(-17, 9.09999847, 1.5)
  2938. Part293.Orientation = Vector3.new(0, 90, 0)
  2939. Part293.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2940. Part294.Parent = Model1
  2941. Part294.BrickColor = BrickColor.new("Medium blue")
  2942. Part294.Transparency = 0.40000000596046
  2943. Part294.Anchored = true
  2944. Part294.Size = Vector3.new(1, 6, 5)
  2945. Part294.CFrame = CFrame.new(-50.5, 9.09999847, 8.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2946. Part294.TopSurface = Enum.SurfaceType.Smooth
  2947. Part294.Color = Color3.new(0.431373, 0.6, 0.792157)
  2948. Part294.Position = Vector3.new(-50.5, 9.09999847, 8.5)
  2949. Part294.Color = Color3.new(0.431373, 0.6, 0.792157)
  2950. Part295.Parent = Model1
  2951. Part295.BrickColor = BrickColor.new("Bright red")
  2952. Part295.Rotation = Vector3.new(0, 90, 0)
  2953. Part295.Anchored = true
  2954. Part295.Size = Vector3.new(1, 6.00000095, 8)
  2955. Part295.CFrame = CFrame.new(-3, 9.09999847, 1.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  2956. Part295.TopSurface = Enum.SurfaceType.Smooth
  2957. Part295.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2958. Part295.Position = Vector3.new(-3, 9.09999847, 1.5)
  2959. Part295.Orientation = Vector3.new(0, 90, 0)
  2960. Part295.Color = Color3.new(0.768628, 0.156863, 0.109804)
  2961. Model296.Parent = Model1
  2962. Part297.Parent = Model296
  2963. Part297.BrickColor = BrickColor.new("Reddish brown")
  2964. Part297.Rotation = Vector3.new(180, 0, -180)
  2965. Part297.Anchored = true
  2966. Part297.Size = Vector3.new(1, 2.4000001, 4)
  2967. Part297.CFrame = CFrame.new(-31.5, 6.09999895, 6, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  2968. Part297.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2969. Part297.Position = Vector3.new(-31.5, 6.09999895, 6)
  2970. Part297.Orientation = Vector3.new(0, -180, 0)
  2971. Part297.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2972. Part298.Parent = Model296
  2973. Part298.BrickColor = BrickColor.new("Reddish brown")
  2974. Part298.Rotation = Vector3.new(180, 0, -180)
  2975. Part298.Anchored = true
  2976. Part298.Size = Vector3.new(3, 1.20000005, 4)
  2977. Part298.CFrame = CFrame.new(-30.5, 4.29999924, 6, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  2978. Part298.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2979. Part298.Position = Vector3.new(-30.5, 4.29999924, 6)
  2980. Part298.Orientation = Vector3.new(0, -180, 0)
  2981. Part298.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2982. Part299.Parent = Model296
  2983. Part299.BrickColor = BrickColor.new("Reddish brown")
  2984. Part299.Rotation = Vector3.new(180, 0, -180)
  2985. Part299.Anchored = true
  2986. Part299.Size = Vector3.new(1, 1.20000005, 2)
  2987. Part299.CFrame = CFrame.new(-30.5, 3.09999895, 6, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  2988. Part299.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2989. Part299.Position = Vector3.new(-30.5, 3.09999895, 6)
  2990. Part299.Orientation = Vector3.new(0, -180, 0)
  2991. Part299.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2992. Part300.Parent = Model296
  2993. Part300.BrickColor = BrickColor.new("Reddish brown")
  2994. Part300.Anchored = true
  2995. Part300.Size = Vector3.new(6, 1.20000005, 6)
  2996. Part300.CFrame = CFrame.new(-24, 5.49999905, 7, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2997. Part300.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2998. Part300.Position = Vector3.new(-24, 5.49999905, 7)
  2999. Part300.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3000. Part301.Parent = Model296
  3001. Part301.BrickColor = BrickColor.new("Reddish brown")
  3002. Part301.Anchored = true
  3003. Part301.Size = Vector3.new(2, 2.4000001, 2)
  3004. Part301.CFrame = CFrame.new(-24, 3.69999909, 7, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3005. Part301.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3006. Part301.Position = Vector3.new(-24, 3.69999909, 7)
  3007. Part301.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3008. Part302.Parent = Model296
  3009. Part302.BrickColor = BrickColor.new("Reddish brown")
  3010. Part302.Anchored = true
  3011. Part302.Size = Vector3.new(1, 2.4000001, 4)
  3012. Part302.CFrame = CFrame.new(-17.5, 6.09999895, 6, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3013. Part302.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3014. Part302.Position = Vector3.new(-17.5, 6.09999895, 6)
  3015. Part302.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3016. Part303.Parent = Model296
  3017. Part303.BrickColor = BrickColor.new("Reddish brown")
  3018. Part303.Anchored = true
  3019. Part303.Size = Vector3.new(3, 1.20000005, 4)
  3020. Part303.CFrame = CFrame.new(-18.5, 4.29999924, 6, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3021. Part303.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3022. Part303.Position = Vector3.new(-18.5, 4.29999924, 6)
  3023. Part303.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3024. Part304.Parent = Model296
  3025. Part304.BrickColor = BrickColor.new("Reddish brown")
  3026. Part304.Anchored = true
  3027. Part304.Size = Vector3.new(1, 1.20000005, 2)
  3028. Part304.CFrame = CFrame.new(-18.5, 3.09999895, 6, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3029. Part304.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3030. Part304.Position = Vector3.new(-18.5, 3.09999895, 6)
  3031. Part304.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3032. Model305.Parent = Model1
  3033. Part306.Parent = Model305
  3034. Part306.BrickColor = BrickColor.new("Reddish brown")
  3035. Part306.Rotation = Vector3.new(180, 0, -180)
  3036. Part306.Anchored = true
  3037. Part306.Size = Vector3.new(1, 2.4000001, 4)
  3038. Part306.CFrame = CFrame.new(-47.5, 6.09999895, 6, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  3039. Part306.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3040. Part306.Position = Vector3.new(-47.5, 6.09999895, 6)
  3041. Part306.Orientation = Vector3.new(0, -180, 0)
  3042. Part306.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3043. Part307.Parent = Model305
  3044. Part307.BrickColor = BrickColor.new("Reddish brown")
  3045. Part307.Rotation = Vector3.new(180, 0, -180)
  3046. Part307.Anchored = true
  3047. Part307.Size = Vector3.new(3, 1.20000005, 4)
  3048. Part307.CFrame = CFrame.new(-46.5, 4.29999924, 6, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  3049. Part307.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3050. Part307.Position = Vector3.new(-46.5, 4.29999924, 6)
  3051. Part307.Orientation = Vector3.new(0, -180, 0)
  3052. Part307.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3053. Part308.Parent = Model305
  3054. Part308.BrickColor = BrickColor.new("Reddish brown")
  3055. Part308.Rotation = Vector3.new(180, 0, -180)
  3056. Part308.Anchored = true
  3057. Part308.Size = Vector3.new(1, 1.20000005, 2)
  3058. Part308.CFrame = CFrame.new(-46.5, 3.09999895, 6, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  3059. Part308.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3060. Part308.Position = Vector3.new(-46.5, 3.09999895, 6)
  3061. Part308.Orientation = Vector3.new(0, -180, 0)
  3062. Part308.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3063. Part309.Parent = Model305
  3064. Part309.BrickColor = BrickColor.new("Reddish brown")
  3065. Part309.Anchored = true
  3066. Part309.Size = Vector3.new(6, 1.20000005, 6)
  3067. Part309.CFrame = CFrame.new(-40, 5.49999905, 7, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3068. Part309.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3069. Part309.Position = Vector3.new(-40, 5.49999905, 7)
  3070. Part309.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3071. Part310.Parent = Model305
  3072. Part310.BrickColor = BrickColor.new("Reddish brown")
  3073. Part310.Anchored = true
  3074. Part310.Size = Vector3.new(2, 2.4000001, 2)
  3075. Part310.CFrame = CFrame.new(-40, 3.69999909, 7, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3076. Part310.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3077. Part310.Position = Vector3.new(-40, 3.69999909, 7)
  3078. Part310.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3079. Part311.Parent = Model305
  3080. Part311.BrickColor = BrickColor.new("Reddish brown")
  3081. Part311.Anchored = true
  3082. Part311.Size = Vector3.new(1, 2.4000001, 4)
  3083. Part311.CFrame = CFrame.new(-33.5, 6.09999895, 6, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3084. Part311.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3085. Part311.Position = Vector3.new(-33.5, 6.09999895, 6)
  3086. Part311.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3087. Part312.Parent = Model305
  3088. Part312.BrickColor = BrickColor.new("Reddish brown")
  3089. Part312.Anchored = true
  3090. Part312.Size = Vector3.new(3, 1.20000005, 4)
  3091. Part312.CFrame = CFrame.new(-34.5, 4.29999924, 6, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3092. Part312.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3093. Part312.Position = Vector3.new(-34.5, 4.29999924, 6)
  3094. Part312.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3095. Part313.Parent = Model305
  3096. Part313.BrickColor = BrickColor.new("Reddish brown")
  3097. Part313.Anchored = true
  3098. Part313.Size = Vector3.new(1, 1.20000005, 2)
  3099. Part313.CFrame = CFrame.new(-34.5, 3.09999895, 6, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3100. Part313.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3101. Part313.Position = Vector3.new(-34.5, 3.09999895, 6)
  3102. Part313.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3103. Part314.Parent = Model1
  3104. Part314.BrickColor = BrickColor.new("Bright green")
  3105. Part314.Anchored = true
  3106. Part314.Size = Vector3.new(59, 1.20000005, 58)
  3107. Part314.CFrame = CFrame.new(-19.5, 0.699998975, 10, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3108. Part314.Color = Color3.new(0.294118, 0.592157, 0.294118)
  3109. Part314.Position = Vector3.new(-19.5, 0.699998975, 10)
  3110. Part314.Color = Color3.new(0.294118, 0.592157, 0.294118)
  3111. Part315.Parent = Model1
  3112. Part315.BrickColor = BrickColor.new("Bright yellow")
  3113. Part315.Rotation = Vector3.new(0, 90, 0)
  3114. Part315.Anchored = true
  3115. Part315.Size = Vector3.new(20, 3.60000014, 2)
  3116. Part315.CFrame = CFrame.new(1, 4.29999924, 14, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  3117. Part315.Color = Color3.new(0.960784, 0.803922, 0.188235)
  3118. Part315.Position = Vector3.new(1, 4.29999924, 14)
  3119. Part315.Orientation = Vector3.new(0, 90, 0)
  3120. Part315.Color = Color3.new(0.960784, 0.803922, 0.188235)
  3121. Part316.Parent = Model1
  3122. Part316.BrickColor = BrickColor.new("Bright yellow")
  3123. Part316.Anchored = true
  3124. Part316.Size = Vector3.new(17, 3.60000014, 2)
  3125. Part316.CFrame = CFrame.new(1.5, 4.29999924, 2, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3126. Part316.Color = Color3.new(0.960784, 0.803922, 0.188235)
  3127. Part316.Position = Vector3.new(1.5, 4.29999924, 2)
  3128. Part316.Color = Color3.new(0.960784, 0.803922, 0.188235)
  3129. Part317.Parent = Model1
  3130. Part317.BrickColor = BrickColor.new("Bright yellow")
  3131. Part317.Rotation = Vector3.new(180, 0, -180)
  3132. Part317.Anchored = true
  3133. Part317.Size = Vector3.new(1, 2.4000001, 38)
  3134. Part317.CFrame = CFrame.new(-49.5, 1.299999, 20, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  3135. Part317.TopSurface = Enum.SurfaceType.Smooth
  3136. Part317.Color = Color3.new(0.960784, 0.803922, 0.188235)
  3137. Part317.Position = Vector3.new(-49.5, 1.299999, 20)
  3138. Part317.Orientation = Vector3.new(0, -180, 0)
  3139. Part317.Color = Color3.new(0.960784, 0.803922, 0.188235)
  3140. Part318.Parent = Model1
  3141. Part318.BrickColor = BrickColor.new("Bright yellow")
  3142. Part318.Anchored = true
  3143. Part318.Size = Vector3.new(36, 3.60000014, 2)
  3144. Part318.CFrame = CFrame.new(-32, 4.29999924, 2, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3145. Part318.Color = Color3.new(0.960784, 0.803922, 0.188235)
  3146. Part318.Position = Vector3.new(-32, 4.29999924, 2)
  3147. Part318.Color = Color3.new(0.960784, 0.803922, 0.188235)
  3148. Part319.Parent = Model1
  3149. Part319.BrickColor = BrickColor.new("Really red")
  3150. Part319.Anchored = true
  3151. Part319.Size = Vector3.new(6, 1.20000005, 2)
  3152. Part319.CFrame = CFrame.new(5, 23.9000015, -19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3153. Part319.BottomSurface = Enum.SurfaceType.Smooth
  3154. Part319.Color = Color3.new(1, 0, 0)
  3155. Part319.Position = Vector3.new(5, 23.9000015, -19)
  3156. Part319.Color = Color3.new(1, 0, 0)
  3157. Part320.Parent = Model1
  3158. Part320.BrickColor = BrickColor.new("Bright yellow")
  3159. Part320.Anchored = true
  3160. Part320.Size = Vector3.new(1, 6.00000095, 39)
  3161. Part320.CFrame = CFrame.new(-50.5, 3.09999895, 20.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3162. Part320.TopSurface = Enum.SurfaceType.Smooth
  3163. Part320.Color = Color3.new(0.960784, 0.803922, 0.188235)
  3164. Part320.Position = Vector3.new(-50.5, 3.09999895, 20.5)
  3165. Part320.Color = Color3.new(0.960784, 0.803922, 0.188235)
  3166. Part321.Parent = Model1
  3167. Part321.BrickColor = BrickColor.new("Bright red")
  3168. Part321.Rotation = Vector3.new(-90, 90, 0)
  3169. Part321.Anchored = true
  3170. Part321.FormFactor = Enum.FormFactor.Symmetric
  3171. Part321.Shape = Enum.PartType.Cylinder
  3172. Part321.Size = Vector3.new(2, 2, 2)
  3173. Part321.CFrame = CFrame.new(9, 7.49999905, -19, -0, -0, 1, -1, -0, 0, -0, -1, 0)
  3174. Part321.BottomSurface = Enum.SurfaceType.Smooth
  3175. Part321.TopSurface = Enum.SurfaceType.Smooth
  3176. Part321.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3177. Part321.Position = Vector3.new(9, 7.49999905, -19)
  3178. Part321.Orientation = Vector3.new(0, 90, -90)
  3179. Part321.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3180. Part322.Parent = Model1
  3181. Part322.BrickColor = BrickColor.new("Bright red")
  3182. Part322.Rotation = Vector3.new(-90, 90, 0)
  3183. Part322.Anchored = true
  3184. Part322.FormFactor = Enum.FormFactor.Symmetric
  3185. Part322.Shape = Enum.PartType.Cylinder
  3186. Part322.Size = Vector3.new(2, 2, 2)
  3187. Part322.CFrame = CFrame.new(9, 5.49999905, -19, -0, -0, 1, -1, -0, 0, -0, -1, 0)
  3188. Part322.BottomSurface = Enum.SurfaceType.Smooth
  3189. Part322.TopSurface = Enum.SurfaceType.Smooth
  3190. Part322.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3191. Part322.Position = Vector3.new(9, 5.49999905, -19)
  3192. Part322.Orientation = Vector3.new(0, 90, -90)
  3193. Part322.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3194. Part323.Parent = Model1
  3195. Part323.BrickColor = BrickColor.new("Bright red")
  3196. Part323.Rotation = Vector3.new(-90, 90, 0)
  3197. Part323.Anchored = true
  3198. Part323.FormFactor = Enum.FormFactor.Symmetric
  3199. Part323.Shape = Enum.PartType.Cylinder
  3200. Part323.Size = Vector3.new(2, 2, 2)
  3201. Part323.CFrame = CFrame.new(9, 9.49999905, -19, -0, -0, 1, -1, -0, 0, -0, -1, 0)
  3202. Part323.BottomSurface = Enum.SurfaceType.Smooth
  3203. Part323.TopSurface = Enum.SurfaceType.Smooth
  3204. Part323.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3205. Part323.Position = Vector3.new(9, 9.49999905, -19)
  3206. Part323.Orientation = Vector3.new(0, 90, -90)
  3207. Part323.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3208. Part324.Parent = Model1
  3209. Part324.BrickColor = BrickColor.new("Dark stone grey")
  3210. Part324.Anchored = true
  3211. Part324.Size = Vector3.new(1, 1.20000005, 12)
  3212. Part324.CFrame = CFrame.new(-1.5, 1.89999902, -5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3213. Part324.TopSurface = Enum.SurfaceType.Smooth
  3214. Part324.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3215. Part324.Position = Vector3.new(-1.5, 1.89999902, -5)
  3216. Part324.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3217. Part325.Parent = Model1
  3218. Part325.BrickColor = BrickColor.new("Bright red")
  3219. Part325.Rotation = Vector3.new(-90, 90, 0)
  3220. Part325.Anchored = true
  3221. Part325.FormFactor = Enum.FormFactor.Symmetric
  3222. Part325.Shape = Enum.PartType.Cylinder
  3223. Part325.Size = Vector3.new(2, 2, 2)
  3224. Part325.CFrame = CFrame.new(9, 11.499999, -19, -0, -0, 1, -1, -0, 0, -0, -1, 0)
  3225. Part325.BottomSurface = Enum.SurfaceType.Smooth
  3226. Part325.TopSurface = Enum.SurfaceType.Smooth
  3227. Part325.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3228. Part325.Position = Vector3.new(9, 11.499999, -19)
  3229. Part325.Orientation = Vector3.new(0, 90, -90)
  3230. Part325.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3231. Part326.Parent = Model1
  3232. Part326.BrickColor = BrickColor.new("Dark stone grey")
  3233. Part326.Anchored = true
  3234. Part326.Size = Vector3.new(1, 1.20000005, 12)
  3235. Part326.CFrame = CFrame.new(-13.5, 1.89999902, -5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3236. Part326.TopSurface = Enum.SurfaceType.Smooth
  3237. Part326.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3238. Part326.Position = Vector3.new(-13.5, 1.89999902, -5)
  3239. Part326.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3240. Part327.Parent = Model1
  3241. Part327.BrickColor = BrickColor.new("Bright red")
  3242. Part327.Rotation = Vector3.new(-90, 90, 0)
  3243. Part327.Anchored = true
  3244. Part327.FormFactor = Enum.FormFactor.Symmetric
  3245. Part327.Shape = Enum.PartType.Cylinder
  3246. Part327.Size = Vector3.new(2, 2, 2)
  3247. Part327.CFrame = CFrame.new(9, 17.4999981, -19, -0, -0, 1, -1, -0, 0, -0, -1, 0)
  3248. Part327.BottomSurface = Enum.SurfaceType.Smooth
  3249. Part327.TopSurface = Enum.SurfaceType.Smooth
  3250. Part327.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3251. Part327.Position = Vector3.new(9, 17.4999981, -19)
  3252. Part327.Orientation = Vector3.new(0, 90, -90)
  3253. Part327.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3254. Part328.Parent = Model1
  3255. Part328.BrickColor = BrickColor.new("Bright red")
  3256. Part328.Rotation = Vector3.new(180, 0, -180)
  3257. Part328.Anchored = true
  3258. Part328.Size = Vector3.new(1, 2.4000001, 21)
  3259. Part328.CFrame = CFrame.new(10.5, 1.299999, -9.5, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  3260. Part328.TopSurface = Enum.SurfaceType.Smooth
  3261. Part328.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3262. Part328.Position = Vector3.new(10.5, 1.299999, -9.5)
  3263. Part328.Orientation = Vector3.new(0, -180, 0)
  3264. Part328.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3265. Part329.Parent = Model1
  3266. Part329.BrickColor = BrickColor.new("Bright red")
  3267. Part329.Rotation = Vector3.new(-90, 90, 0)
  3268. Part329.Anchored = true
  3269. Part329.FormFactor = Enum.FormFactor.Symmetric
  3270. Part329.Shape = Enum.PartType.Cylinder
  3271. Part329.Size = Vector3.new(2, 2, 2)
  3272. Part329.CFrame = CFrame.new(9, 3.49999905, -19, -0, -0, 1, -1, -0, 0, -0, -1, 0)
  3273. Part329.BottomSurface = Enum.SurfaceType.Smooth
  3274. Part329.TopSurface = Enum.SurfaceType.Smooth
  3275. Part329.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3276. Part329.Position = Vector3.new(9, 3.49999905, -19)
  3277. Part329.Orientation = Vector3.new(0, 90, -90)
  3278. Part329.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3279. Part330.Parent = Model1
  3280. Part330.BrickColor = BrickColor.new("Bright red")
  3281. Part330.Rotation = Vector3.new(-90, 90, 0)
  3282. Part330.Anchored = true
  3283. Part330.FormFactor = Enum.FormFactor.Symmetric
  3284. Part330.Shape = Enum.PartType.Cylinder
  3285. Part330.Size = Vector3.new(2, 2, 2)
  3286. Part330.CFrame = CFrame.new(9, 13.499999, -19, -0, -0, 1, -1, -0, 0, -0, -1, 0)
  3287. Part330.BottomSurface = Enum.SurfaceType.Smooth
  3288. Part330.TopSurface = Enum.SurfaceType.Smooth
  3289. Part330.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3290. Part330.Position = Vector3.new(9, 13.499999, -19)
  3291. Part330.Orientation = Vector3.new(0, 90, -90)
  3292. Part330.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3293. Part331.Parent = Model1
  3294. Part331.BrickColor = BrickColor.new("Dark stone grey")
  3295. Part331.Anchored = true
  3296. Part331.Size = Vector3.new(11, 1.20000005, 20)
  3297. Part331.CFrame = CFrame.new(-7.5, 1.89999902, -9, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3298. Part331.TopSurface = Enum.SurfaceType.Glue
  3299. Part331.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3300. Part331.Position = Vector3.new(-7.5, 1.89999902, -9)
  3301. Part331.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3302. Part332.Parent = Model1
  3303. Part332.BrickColor = BrickColor.new("Dark stone grey")
  3304. Part332.Anchored = true
  3305. Part332.Size = Vector3.new(11, 1.20000005, 20)
  3306. Part332.CFrame = CFrame.new(-31.5, 1.89999902, -9, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3307. Part332.TopSurface = Enum.SurfaceType.Glue
  3308. Part332.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3309. Part332.Position = Vector3.new(-31.5, 1.89999902, -9)
  3310. Part332.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3311. Part333.Parent = Model1
  3312. Part333.BrickColor = BrickColor.new("Dark stone grey")
  3313. Part333.Anchored = true
  3314. Part333.Size = Vector3.new(1, 1.20000005, 12)
  3315. Part333.CFrame = CFrame.new(-37.5, 1.89999902, -5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3316. Part333.TopSurface = Enum.SurfaceType.Smooth
  3317. Part333.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3318. Part333.Position = Vector3.new(-37.5, 1.89999902, -5)
  3319. Part333.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3320. Part334.Parent = Model1
  3321. Part334.BrickColor = BrickColor.new("Bright red")
  3322. Part334.Rotation = Vector3.new(-90, 90, 0)
  3323. Part334.Anchored = true
  3324. Part334.FormFactor = Enum.FormFactor.Symmetric
  3325. Part334.Shape = Enum.PartType.Cylinder
  3326. Part334.Size = Vector3.new(2, 2, 2)
  3327. Part334.CFrame = CFrame.new(9, 15.499999, -19, -0, -0, 1, -1, -0, 0, -0, -1, 0)
  3328. Part334.BottomSurface = Enum.SurfaceType.Smooth
  3329. Part334.TopSurface = Enum.SurfaceType.Smooth
  3330. Part334.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3331. Part334.Position = Vector3.new(9, 15.499999, -19)
  3332. Part334.Orientation = Vector3.new(0, 90, -90)
  3333. Part334.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3334. Part335.Parent = Model1
  3335. Part335.BrickColor = BrickColor.new("Dark stone grey")
  3336. Part335.Anchored = true
  3337. Part335.Size = Vector3.new(1, 1.20000005, 12)
  3338. Part335.CFrame = CFrame.new(-25.5, 1.89999902, -5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3339. Part335.TopSurface = Enum.SurfaceType.Smooth
  3340. Part335.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3341. Part335.Position = Vector3.new(-25.5, 1.89999902, -5)
  3342. Part335.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3343. Part336.Parent = Model1
  3344. Part336.BrickColor = BrickColor.new("Dark stone grey")
  3345. Part336.Anchored = true
  3346. Part336.Size = Vector3.new(11, 1.20000005, 20)
  3347. Part336.CFrame = CFrame.new(-19.5, 1.89999902, -9, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3348. Part336.TopSurface = Enum.SurfaceType.Glue
  3349. Part336.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3350. Part336.Position = Vector3.new(-19.5, 1.89999902, -9)
  3351. Part336.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3352. Part337.Parent = Model1
  3353. Part337.BrickColor = BrickColor.new("Dark stone grey")
  3354. Part337.Anchored = true
  3355. Part337.Size = Vector3.new(11, 1.20000005, 20)
  3356. Part337.CFrame = CFrame.new(4.5, 1.89999902, -9, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3357. Part337.TopSurface = Enum.SurfaceType.Glue
  3358. Part337.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3359. Part337.Position = Vector3.new(4.5, 1.89999902, -9)
  3360. Part337.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3361. Part338.Parent = Model1
  3362. Part338.BrickColor = BrickColor.new("Bright yellow")
  3363. Part338.Anchored = true
  3364. Part338.Size = Vector3.new(1, 1.20000005, 8)
  3365. Part338.CFrame = CFrame.new(-37.5, 1.89999902, -15, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3366. Part338.TopSurface = Enum.SurfaceType.Smooth
  3367. Part338.Color = Color3.new(0.960784, 0.803922, 0.188235)
  3368. Part338.Position = Vector3.new(-37.5, 1.89999902, -15)
  3369. Part338.Color = Color3.new(0.960784, 0.803922, 0.188235)
  3370. Part339.Parent = Model1
  3371. Part339.BrickColor = BrickColor.new("Bright yellow")
  3372. Part339.Anchored = true
  3373. Part339.Size = Vector3.new(1, 1.20000005, 8)
  3374. Part339.CFrame = CFrame.new(-13.5, 1.89999902, -15, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3375. Part339.TopSurface = Enum.SurfaceType.Smooth
  3376. Part339.Color = Color3.new(0.960784, 0.803922, 0.188235)
  3377. Part339.Position = Vector3.new(-13.5, 1.89999902, -15)
  3378. Part339.Color = Color3.new(0.960784, 0.803922, 0.188235)
  3379. Part340.Parent = Model1
  3380. Part340.BrickColor = BrickColor.new("Bright yellow")
  3381. Part340.Anchored = true
  3382. Part340.Size = Vector3.new(1, 1.20000005, 8)
  3383. Part340.CFrame = CFrame.new(-1.5, 1.89999902, -15, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3384. Part340.TopSurface = Enum.SurfaceType.Smooth
  3385. Part340.Color = Color3.new(0.960784, 0.803922, 0.188235)
  3386. Part340.Position = Vector3.new(-1.5, 1.89999902, -15)
  3387. Part340.Color = Color3.new(0.960784, 0.803922, 0.188235)
  3388. Part341.Parent = Model1
  3389. Part341.BrickColor = BrickColor.new("Dark stone grey")
  3390. Part341.Anchored = true
  3391. Part341.Size = Vector3.new(11, 1.20000005, 20)
  3392. Part341.CFrame = CFrame.new(-43.5, 1.89999902, -9, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3393. Part341.TopSurface = Enum.SurfaceType.Glue
  3394. Part341.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3395. Part341.Position = Vector3.new(-43.5, 1.89999902, -9)
  3396. Part341.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3397. Part342.Parent = Model1
  3398. Part342.BrickColor = BrickColor.new("Really red")
  3399. Part342.Anchored = true
  3400. Part342.Size = Vector3.new(13, 1.20000005, 2)
  3401. Part342.CFrame = CFrame.new(8.5, 35.8999977, -19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3402. Part342.Color = Color3.new(1, 0, 0)
  3403. Part342.Position = Vector3.new(8.5, 35.8999977, -19)
  3404. Part342.Color = Color3.new(1, 0, 0)
  3405. Part343.Parent = Model1
  3406. Part343.BrickColor = BrickColor.new("Bright red")
  3407. Part343.Rotation = Vector3.new(-90, 90, 0)
  3408. Part343.Anchored = true
  3409. Part343.FormFactor = Enum.FormFactor.Symmetric
  3410. Part343.Shape = Enum.PartType.Cylinder
  3411. Part343.Size = Vector3.new(2, 2, 2)
  3412. Part343.CFrame = CFrame.new(9, 23.5, -19, -0, -0, 1, -1, -0, 0, -0, -1, 0)
  3413. Part343.BottomSurface = Enum.SurfaceType.Smooth
  3414. Part343.TopSurface = Enum.SurfaceType.Smooth
  3415. Part343.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3416. Part343.Position = Vector3.new(9, 23.5, -19)
  3417. Part343.Orientation = Vector3.new(0, 90, -90)
  3418. Part343.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3419. Part344.Parent = Model1
  3420. Part344.BrickColor = BrickColor.new("Bright red")
  3421. Part344.Rotation = Vector3.new(180, 0, -180)
  3422. Part344.Anchored = true
  3423. Part344.Size = Vector3.new(1, 2.4000001, 21)
  3424. Part344.CFrame = CFrame.new(-49.5, 1.299999, -9.5, -1, 0, -0, -0, 1, -0, -0, 0, -1)
  3425. Part344.TopSurface = Enum.SurfaceType.Smooth
  3426. Part344.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3427. Part344.Position = Vector3.new(-49.5, 1.299999, -9.5)
  3428. Part344.Orientation = Vector3.new(0, -180, 0)
  3429. Part344.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3430. Part345.Parent = Model1
  3431. Part345.BrickColor = BrickColor.new("Bright red")
  3432. Part345.Rotation = Vector3.new(-90, 90, 0)
  3433. Part345.Anchored = true
  3434. Part345.FormFactor = Enum.FormFactor.Symmetric
  3435. Part345.Shape = Enum.PartType.Cylinder
  3436. Part345.Size = Vector3.new(2, 2, 2)
  3437. Part345.CFrame = CFrame.new(9, 19.5, -19, -0, -0, 1, -1, -0, 0, -0, -1, 0)
  3438. Part345.BottomSurface = Enum.SurfaceType.Smooth
  3439. Part345.TopSurface = Enum.SurfaceType.Smooth
  3440. Part345.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3441. Part345.Position = Vector3.new(9, 19.5, -19)
  3442. Part345.Orientation = Vector3.new(0, 90, -90)
  3443. Part345.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3444. Part346.Parent = Model1
  3445. Part346.BrickColor = BrickColor.new("Bright yellow")
  3446. Part346.Anchored = true
  3447. Part346.Size = Vector3.new(1, 1.20000005, 8)
  3448. Part346.CFrame = CFrame.new(-25.5, 1.89999902, -15, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3449. Part346.TopSurface = Enum.SurfaceType.Smooth
  3450. Part346.Color = Color3.new(0.960784, 0.803922, 0.188235)
  3451. Part346.Position = Vector3.new(-25.5, 1.89999902, -15)
  3452. Part346.Color = Color3.new(0.960784, 0.803922, 0.188235)
  3453. Part347.Parent = Model1
  3454. Part347.BrickColor = BrickColor.new("Really red")
  3455. Part347.Anchored = true
  3456. Part347.Size = Vector3.new(12, 10.8000002, 2)
  3457. Part347.CFrame = CFrame.new(9, 29.9000015, -19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3458. Part347.Color = Color3.new(1, 0, 0)
  3459. Part347.Position = Vector3.new(9, 29.9000015, -19)
  3460. Part347.Color = Color3.new(1, 0, 0)
  3461. Decal348.Parent = Part347
  3462. Decal348.Texture = "http://www.roblox.com/asset/?id=3324762"
  3463. Part349.Parent = Model1
  3464. Part349.BrickColor = BrickColor.new("Bright red")
  3465. Part349.Rotation = Vector3.new(-90, 90, 0)
  3466. Part349.Anchored = true
  3467. Part349.FormFactor = Enum.FormFactor.Symmetric
  3468. Part349.Shape = Enum.PartType.Cylinder
  3469. Part349.Size = Vector3.new(2, 2, 2)
  3470. Part349.CFrame = CFrame.new(9, 21.5, -19, -0, -0, 1, -1, -0, 0, -0, -1, 0)
  3471. Part349.BottomSurface = Enum.SurfaceType.Smooth
  3472. Part349.TopSurface = Enum.SurfaceType.Smooth
  3473. Part349.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3474. Part349.Position = Vector3.new(9, 21.5, -19)
  3475. Part349.Orientation = Vector3.new(0, 90, -90)
  3476. Part349.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3477. Part350.Parent = Model1
  3478. Part350.BrickColor = BrickColor.new("Bright red")
  3479. Part350.Rotation = Vector3.new(0, 90, 0)
  3480. Part350.Anchored = true
  3481. Part350.Size = Vector3.new(1, 2.4000001, 59)
  3482. Part350.CFrame = CFrame.new(-19.5, 1.299999, -19.5, -0, 0, 1, -0, 1, 0, -1, 0, 0)
  3483. Part350.TopSurface = Enum.SurfaceType.Smooth
  3484. Part350.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3485. Part350.Position = Vector3.new(-19.5, 1.299999, -19.5)
  3486. Part350.Orientation = Vector3.new(0, 90, 0)
  3487. Part350.Color = Color3.new(0.768628, 0.156863, 0.109804)
  3488. Part351.Parent = Model1
  3489. Part351.BrickColor = BrickColor.new("Really red")
  3490. Part351.Anchored = true
  3491. Part351.Size = Vector3.new(6, 1.20000005, 2)
  3492. Part351.CFrame = CFrame.new(13, 23.9000015, -19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3493. Part351.BottomSurface = Enum.SurfaceType.Smooth
  3494. Part351.Color = Color3.new(1, 0, 0)
  3495. Part351.Position = Vector3.new(13, 23.9000015, -19)
  3496. Part351.Color = Color3.new(1, 0, 0)
  3497. Part352.Parent = Model1
  3498. Part352.BrickColor = BrickColor.new("Really red")
  3499. Part352.Anchored = true
  3500. Part352.Size = Vector3.new(1, 12, 2)
  3501. Part352.CFrame = CFrame.new(15.5, 30.5, -19, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3502. Part352.Color = Color3.new(1, 0, 0)
  3503. Part352.Position = Vector3.new(15.5, 30.5, -19)
  3504. Part352.Color = Color3.new(1, 0, 0)
  3505. Part353.Parent = Model0
  3506. Part353.BrickColor = BrickColor.new("Dark stone grey")
  3507. Part353.Anchored = true
  3508. Part353.Size = Vector3.new(58, 1.20000005, 38)
  3509. Part353.CFrame = CFrame.new(-19, 1.89999902, 20, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3510. Part353.TopSurface = Enum.SurfaceType.Universal
  3511. Part353.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3512. Part353.Position = Vector3.new(-19, 1.89999902, 20)
  3513. Part353.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3514. SurfaceLight354.Parent = Part353
  3515. SurfaceLight354.Range = 32
  3516. SurfaceLight354.Face = Enum.NormalId.Top
  3517. SpawnLocation355.Parent = Model0
  3518. SpawnLocation355.Anchored = true
  3519. SpawnLocation355.Size = Vector3.new(7, 1, 7)
  3520. SpawnLocation355.CFrame = CFrame.new(-7.5, 3, -15.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3521. SpawnLocation355.TopSurface = Enum.SurfaceType.Smooth
  3522. SpawnLocation355.Position = Vector3.new(-7.5, 3, -15.5)
  3523. Decal356.Parent = SpawnLocation355
  3524. Decal356.Texture = "rbxasset://textures/SpawnLocation.png"
  3525. Decal356.Face = Enum.NormalId.Top
  3526. SpawnLocation357.Parent = Model0
  3527. SpawnLocation357.Anchored = true
  3528. SpawnLocation357.Size = Vector3.new(7, 1, 7)
  3529. SpawnLocation357.CFrame = CFrame.new(-19.5, 2.99999905, -15.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3530. SpawnLocation357.TopSurface = Enum.SurfaceType.Smooth
  3531. SpawnLocation357.Position = Vector3.new(-19.5, 2.99999905, -15.5)
  3532. Decal358.Parent = SpawnLocation357
  3533. Decal358.Texture = "rbxasset://textures/SpawnLocation.png"
  3534. Decal358.Face = Enum.NormalId.Top
  3535. SpawnLocation359.Parent = Model0
  3536. SpawnLocation359.Anchored = true
  3537. SpawnLocation359.Size = Vector3.new(7, 1, 7)
  3538. SpawnLocation359.CFrame = CFrame.new(-31.5, 2.99999905, -15.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3539. SpawnLocation359.TopSurface = Enum.SurfaceType.Smooth
  3540. SpawnLocation359.Position = Vector3.new(-31.5, 2.99999905, -15.5)
  3541. Decal360.Parent = SpawnLocation359
  3542. Decal360.Texture = "rbxasset://textures/SpawnLocation.png"
  3543. Decal360.Face = Enum.NormalId.Top
  3544. for i,v in pairs(mas:GetChildren()) do
  3545. v.Parent = workspace
  3546. pcall(function() v:MakeJoints() end)
  3547. end
  3548. mas:Destroy()
  3549. for i,v in pairs(cors) do
  3550. spawn(function()
  3551. pcall(v)
  3552. end)
  3553. end
  3554. wait(1.5)
  3555. sound = Instance.new("Sound")
  3556. sound.Name = "ROCK AND ROLL MCDONALLDDDSSAJSDHASDUAHDFUAWEHIWFUHISDFUUIAFUHFADSSDFA"
  3557. sound.Parent = game:GetService("SoundService")
  3558. sound.SoundId = "rbxassetid://230072374"
  3559. sound.Looped = true
  3560. sound:Play()
  3561. for _,i in pairs(game:GetService("Lighting"):GetChildren()) do if i:IsA("Sky") then i:Remove() end end
  3562. for _,i in pairs(game:GetService("Players"):GetPlayers()) do
  3563. i.CharacterAppearanceId = 433568118
  3564. i:LoadCharacter()
  3565. wait()
  3566. i.Character.Humanoid.Health = 0
  3567. wait()
  3568. i.Character:Remove()
  3569. wait()
  3570. i:LoadCharacter()
  3571. end
Add Comment
Please, Sign In to add comment