Advertisement
rcubed1003

eluna mape fe ver

Sep 23rd, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 282.31 KB | None | 0 0
  1. -- This script has convert to FE by who i don't know?
  2.  
  3. -----------------------------------------------------
  4. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  5. local Player,game,owner = owner,game
  6. local RealPlayer = Player
  7. do
  8. print("FE Compatibility code by Mokiros | Showcase by Bacon Hair!")
  9. local rp = RealPlayer
  10. script.Parent = rp.Character
  11.  
  12. --RemoteEvent for communicating
  13. local Event = Instance.new("RemoteEvent")
  14. Event.Name = "UserInput_Event"
  15.  
  16. --Fake event to make stuff like Mouse.KeyDown work
  17. local function fakeEvent()
  18. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  19. t.connect = t.Connect
  20. return t
  21. end
  22.  
  23. --Creating fake input objects with fake variables
  24. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  25. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  26. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  27. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  28. end}
  29. --Merged 2 functions into one by checking amount of arguments
  30. CAS.UnbindAction = CAS.BindAction
  31.  
  32. --This function will trigger the events that have been :Connect()'ed
  33. local function te(self,ev,...)
  34. local t = m[ev]
  35. if t and t._fakeEvent then
  36. for _,f in pairs(t.Functions) do
  37. f(...)
  38. end
  39. end
  40. end
  41. m.TrigEvent = te
  42. UIS.TrigEvent = te
  43.  
  44. Event.OnServerEvent:Connect(function(plr,io)
  45. if plr~=rp then return end
  46. m.Target = io.Target
  47. m.Hit = io.Hit
  48. if not io.isMouse then
  49. local b = io.UserInputState == Enum.UserInputState.Begin
  50. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  51. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  52. end
  53. for _,t in pairs(CAS.Actions) do
  54. for _,k in pairs(t.Keys) do
  55. if k==io.KeyCode then
  56. t.Function(t.Name,io.UserInputState,io)
  57. end
  58. end
  59. end
  60. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  61. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  62. end
  63. end)
  64. Event.Parent = NLS([==[
  65. local Player = game:GetService("Players").LocalPlayer
  66. local Event = script:WaitForChild("UserInput_Event")
  67.  
  68. local Mouse = Player:GetMouse()
  69. local UIS = game:GetService("UserInputService")
  70. local input = function(io,a)
  71. if a then return end
  72. --Since InputObject is a client-side instance, we create and pass table instead
  73. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  74. end
  75. UIS.InputBegan:Connect(input)
  76. UIS.InputEnded:Connect(input)
  77.  
  78. local h,t
  79. --Give the server mouse data 30 times every second, but only if the values changed
  80. --If player is not moving their mouse, client won't fire events
  81. while wait(1/30) do
  82. if h~=Mouse.Hit or t~=Mouse.Target then
  83. h,t=Mouse.Hit,Mouse.Target
  84. Event:FireServer({isMouse=true,Target=t,Hit=h})
  85. end
  86. end]==],Player.Character)
  87.  
  88. ----Sandboxed game object that allows the usage of client-side methods and services
  89. --Real game object
  90. local _rg = game
  91.  
  92. --Metatable for fake service
  93. local fsmt = {
  94. __index = function(self,k)
  95. local s = rawget(self,"_RealService")
  96. if s then return s[k] end
  97. end,
  98. __newindex = function(self,k,v)
  99. local s = rawget(self,"_RealService")
  100. if s then s[k]=v end
  101. end,
  102. __call = function(self,...)
  103. local s = rawget(self,"_RealService")
  104. if s then return s(...) 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 self[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. }
  123. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  124. g.service = g.GetService
  125.  
  126. g.RunService = FakeService({
  127. RenderStepped = _rg:GetService("RunService").Heartbeat,
  128. BindToRenderStep = function(self,name,_,fun)
  129.  
  130. end,
  131. UnbindFromRenderStep = function(self,name)
  132. self._btrs[name]:Disconnect()
  133. end,
  134. },"RunService")
  135.  
  136. setmetatable(g,{
  137. __index=function(self,s)
  138. return _rg:GetService(s) or typeof(_rg[s])=="function"
  139. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  140. end,
  141. __newindex = fsmt.__newindex,
  142. __call = fsmt.__call
  143. })
  144. --Changing owner to fake player object to support owner:GetMouse()
  145. game,owner = g,g.Players.LocalPlayer
  146. end
  147. --Converted with ttyyuu12345's model to script plugin v4
  148. function sandbox(var,func)
  149. local env = getfenv(func)
  150. local newenv = setmetatable({},{
  151. __index = function(self,k)
  152. if k=="script" then
  153. return var
  154. else
  155. return env[k]
  156. end
  157. end,
  158. })
  159. setfenv(func,newenv)
  160. return func
  161. end
  162. cors = {}
  163. mas = Instance.new("Model",game:GetService("Lighting"))
  164. Model0 = Instance.new("Model")
  165. Part1 = Instance.new("Part")
  166. Part2 = Instance.new("Part")
  167. Part3 = Instance.new("Part")
  168. Part4 = Instance.new("Part")
  169. Part5 = Instance.new("Part")
  170. Part6 = Instance.new("Part")
  171. Part7 = Instance.new("Part")
  172. Part8 = Instance.new("Part")
  173. Part9 = Instance.new("Part")
  174. Part10 = Instance.new("Part")
  175. Part11 = Instance.new("Part")
  176. Part12 = Instance.new("Part")
  177. Part13 = Instance.new("Part")
  178. Part14 = Instance.new("Part")
  179. Part15 = Instance.new("Part")
  180. Part16 = Instance.new("Part")
  181. Part17 = Instance.new("Part")
  182. Part18 = Instance.new("Part")
  183. Part19 = Instance.new("Part")
  184. Part20 = Instance.new("Part")
  185. Part21 = Instance.new("Part")
  186. Part22 = Instance.new("Part")
  187. Part23 = Instance.new("Part")
  188. Part24 = Instance.new("Part")
  189. Part25 = Instance.new("Part")
  190. Part26 = Instance.new("Part")
  191. Part27 = Instance.new("Part")
  192. Part28 = Instance.new("Part")
  193. Part29 = Instance.new("Part")
  194. Part30 = Instance.new("Part")
  195. Part31 = Instance.new("Part")
  196. Part32 = Instance.new("Part")
  197. Part33 = Instance.new("Part")
  198. Part34 = Instance.new("Part")
  199. Part35 = Instance.new("Part")
  200. Part36 = Instance.new("Part")
  201. Part37 = Instance.new("Part")
  202. Part38 = Instance.new("Part")
  203. Part39 = Instance.new("Part")
  204. Part40 = Instance.new("Part")
  205. Part41 = Instance.new("Part")
  206. Part42 = Instance.new("Part")
  207. Part43 = Instance.new("Part")
  208. Part44 = Instance.new("Part")
  209. Part45 = Instance.new("Part")
  210. Part46 = Instance.new("Part")
  211. Part47 = Instance.new("Part")
  212. Part48 = Instance.new("Part")
  213. Part49 = Instance.new("Part")
  214. Part50 = Instance.new("Part")
  215. Part51 = Instance.new("Part")
  216. Part52 = Instance.new("Part")
  217. Part53 = Instance.new("Part")
  218. Part54 = Instance.new("Part")
  219. Part55 = Instance.new("Part")
  220. Part56 = Instance.new("Part")
  221. Part57 = Instance.new("Part")
  222. Part58 = Instance.new("Part")
  223. Part59 = Instance.new("Part")
  224. Part60 = Instance.new("Part")
  225. Part61 = Instance.new("Part")
  226. Part62 = Instance.new("Part")
  227. Part63 = Instance.new("Part")
  228. Part64 = Instance.new("Part")
  229. Part65 = Instance.new("Part")
  230. Part66 = Instance.new("Part")
  231. Part67 = Instance.new("Part")
  232. Part68 = Instance.new("Part")
  233. Part69 = Instance.new("Part")
  234. Part70 = Instance.new("Part")
  235. Part71 = Instance.new("Part")
  236. Part72 = Instance.new("Part")
  237. Part73 = Instance.new("Part")
  238. Part74 = Instance.new("Part")
  239. Part75 = Instance.new("Part")
  240. Part76 = Instance.new("Part")
  241. Part77 = Instance.new("Part")
  242. Part78 = Instance.new("Part")
  243. Part79 = Instance.new("Part")
  244. Part80 = Instance.new("Part")
  245. Part81 = Instance.new("Part")
  246. Model82 = Instance.new("Model")
  247. Part83 = Instance.new("Part")
  248. Part84 = Instance.new("Part")
  249. Part85 = Instance.new("Part")
  250. Model86 = Instance.new("Model")
  251. Part87 = Instance.new("Part")
  252. Part88 = Instance.new("Part")
  253. CylinderMesh89 = Instance.new("CylinderMesh")
  254. Part90 = Instance.new("Part")
  255. Model91 = Instance.new("Model")
  256. Part92 = Instance.new("Part")
  257. Part93 = Instance.new("Part")
  258. Part94 = Instance.new("Part")
  259. Part95 = Instance.new("Part")
  260. Part96 = Instance.new("Part")
  261. Part97 = Instance.new("Part")
  262. Model98 = Instance.new("Model")
  263. Part99 = Instance.new("Part")
  264. Part100 = Instance.new("Part")
  265. CylinderMesh101 = Instance.new("CylinderMesh")
  266. Part102 = Instance.new("Part")
  267. Model103 = Instance.new("Model")
  268. Part104 = Instance.new("Part")
  269. Part105 = Instance.new("Part")
  270. Part106 = Instance.new("Part")
  271. Part107 = Instance.new("Part")
  272. Part108 = Instance.new("Part")
  273. Part109 = Instance.new("Part")
  274. Part110 = Instance.new("Part")
  275. Part111 = Instance.new("Part")
  276. Part112 = Instance.new("Part")
  277. Part113 = Instance.new("Part")
  278. Part114 = Instance.new("Part")
  279. Part115 = Instance.new("Part")
  280. Part116 = Instance.new("Part")
  281. Part117 = Instance.new("Part")
  282. Part118 = Instance.new("Part")
  283. Part119 = Instance.new("Part")
  284. Part120 = Instance.new("Part")
  285. Part121 = Instance.new("Part")
  286. Part122 = Instance.new("Part")
  287. Part123 = Instance.new("Part")
  288. Part124 = Instance.new("Part")
  289. Part125 = Instance.new("Part")
  290. Part126 = Instance.new("Part")
  291. Part127 = Instance.new("Part")
  292. Part128 = Instance.new("Part")
  293. Part129 = Instance.new("Part")
  294. Part130 = Instance.new("Part")
  295. Part131 = Instance.new("Part")
  296. Part132 = Instance.new("Part")
  297. Part133 = Instance.new("Part")
  298. Part134 = Instance.new("Part")
  299. Part135 = Instance.new("Part")
  300. Part136 = Instance.new("Part")
  301. Part137 = Instance.new("Part")
  302. Part138 = Instance.new("Part")
  303. Part139 = Instance.new("Part")
  304. Part140 = Instance.new("Part")
  305. Part141 = Instance.new("Part")
  306. Part142 = Instance.new("Part")
  307. Part143 = Instance.new("Part")
  308. Part144 = Instance.new("Part")
  309. Part145 = Instance.new("Part")
  310. Part146 = Instance.new("Part")
  311. Part147 = Instance.new("Part")
  312. Part148 = Instance.new("Part")
  313. Part149 = Instance.new("Part")
  314. Part150 = Instance.new("Part")
  315. Part151 = Instance.new("Part")
  316. Part152 = Instance.new("Part")
  317. Part153 = Instance.new("Part")
  318. Part154 = Instance.new("Part")
  319. Part155 = Instance.new("Part")
  320. Part156 = Instance.new("Part")
  321. Part157 = Instance.new("Part")
  322. Part158 = Instance.new("Part")
  323. Part159 = Instance.new("Part")
  324. Part160 = Instance.new("Part")
  325. Part161 = Instance.new("Part")
  326. Part162 = Instance.new("Part")
  327. Part163 = Instance.new("Part")
  328. Part164 = Instance.new("Part")
  329. Part165 = Instance.new("Part")
  330. Part166 = Instance.new("Part")
  331. Part167 = Instance.new("Part")
  332. Part168 = Instance.new("Part")
  333. Part169 = Instance.new("Part")
  334. Part170 = Instance.new("Part")
  335. Part171 = Instance.new("Part")
  336. Part172 = Instance.new("Part")
  337. Part173 = Instance.new("Part")
  338. Part174 = Instance.new("Part")
  339. Part175 = Instance.new("Part")
  340. Part176 = Instance.new("Part")
  341. Part177 = Instance.new("Part")
  342. Part178 = Instance.new("Part")
  343. Part179 = Instance.new("Part")
  344. Part180 = Instance.new("Part")
  345. Part181 = Instance.new("Part")
  346. Part182 = Instance.new("Part")
  347. Part183 = Instance.new("Part")
  348. Part184 = Instance.new("Part")
  349. Part185 = Instance.new("Part")
  350. Part186 = Instance.new("Part")
  351. Part187 = Instance.new("Part")
  352. Part188 = Instance.new("Part")
  353. Part189 = Instance.new("Part")
  354. Part190 = Instance.new("Part")
  355. Part191 = Instance.new("Part")
  356. Part192 = Instance.new("Part")
  357. Part193 = Instance.new("Part")
  358. Part194 = Instance.new("Part")
  359. Part195 = Instance.new("Part")
  360. Part196 = Instance.new("Part")
  361. Part197 = Instance.new("Part")
  362. Part198 = Instance.new("Part")
  363. Part199 = Instance.new("Part")
  364. Part200 = Instance.new("Part")
  365. Part201 = Instance.new("Part")
  366. Part202 = Instance.new("Part")
  367. Part203 = Instance.new("Part")
  368. Part204 = Instance.new("Part")
  369. Part205 = Instance.new("Part")
  370. Part206 = Instance.new("Part")
  371. Part207 = Instance.new("Part")
  372. Part208 = Instance.new("Part")
  373. Part209 = Instance.new("Part")
  374. Part210 = Instance.new("Part")
  375. Part211 = Instance.new("Part")
  376. Part212 = Instance.new("Part")
  377. Part213 = Instance.new("Part")
  378. Part214 = Instance.new("Part")
  379. Part215 = Instance.new("Part")
  380. Part216 = Instance.new("Part")
  381. Part217 = Instance.new("Part")
  382. Part218 = Instance.new("Part")
  383. Part219 = Instance.new("Part")
  384. Part220 = Instance.new("Part")
  385. Part221 = Instance.new("Part")
  386. Part222 = Instance.new("Part")
  387. Part223 = Instance.new("Part")
  388. Part224 = Instance.new("Part")
  389. Part225 = Instance.new("Part")
  390. Part226 = Instance.new("Part")
  391. Part227 = Instance.new("Part")
  392. Part228 = Instance.new("Part")
  393. Part229 = Instance.new("Part")
  394. Part230 = Instance.new("Part")
  395. Part231 = Instance.new("Part")
  396. Part232 = Instance.new("Part")
  397. Part233 = Instance.new("Part")
  398. Part234 = Instance.new("Part")
  399. Part235 = Instance.new("Part")
  400. Part236 = Instance.new("Part")
  401. Part237 = Instance.new("Part")
  402. Part238 = Instance.new("Part")
  403. Part239 = Instance.new("Part")
  404. Part240 = Instance.new("Part")
  405. Part241 = Instance.new("Part")
  406. Part242 = Instance.new("Part")
  407. Part243 = Instance.new("Part")
  408. Part244 = Instance.new("Part")
  409. Part245 = Instance.new("Part")
  410. Part246 = Instance.new("Part")
  411. Part247 = Instance.new("Part")
  412. Part248 = Instance.new("Part")
  413. Part249 = Instance.new("Part")
  414. Part250 = Instance.new("Part")
  415. Part251 = Instance.new("Part")
  416. Part252 = Instance.new("Part")
  417. Part253 = Instance.new("Part")
  418. Part254 = Instance.new("Part")
  419. Part255 = Instance.new("Part")
  420. Part256 = Instance.new("Part")
  421. Part257 = Instance.new("Part")
  422. Part258 = Instance.new("Part")
  423. Part259 = Instance.new("Part")
  424. Part260 = Instance.new("Part")
  425. Part261 = Instance.new("Part")
  426. Part262 = Instance.new("Part")
  427. Part263 = Instance.new("Part")
  428. Part264 = Instance.new("Part")
  429. Part265 = Instance.new("Part")
  430. Part266 = Instance.new("Part")
  431. Part267 = Instance.new("Part")
  432. Part268 = Instance.new("Part")
  433. Part269 = Instance.new("Part")
  434. Part270 = Instance.new("Part")
  435. Part271 = Instance.new("Part")
  436. Part272 = Instance.new("Part")
  437. Part273 = Instance.new("Part")
  438. Part274 = Instance.new("Part")
  439. Part275 = Instance.new("Part")
  440. Part276 = Instance.new("Part")
  441. Part277 = Instance.new("Part")
  442. Part278 = Instance.new("Part")
  443. Part279 = Instance.new("Part")
  444. Part280 = Instance.new("Part")
  445. Part281 = Instance.new("Part")
  446. Part282 = Instance.new("Part")
  447. Part283 = Instance.new("Part")
  448. Part284 = Instance.new("Part")
  449. Part285 = Instance.new("Part")
  450. Part286 = Instance.new("Part")
  451. Part287 = Instance.new("Part")
  452. Part288 = Instance.new("Part")
  453. Part289 = Instance.new("Part")
  454. Part290 = Instance.new("Part")
  455. Part291 = Instance.new("Part")
  456. Part292 = Instance.new("Part")
  457. Part293 = Instance.new("Part")
  458. Part294 = Instance.new("Part")
  459. Part295 = Instance.new("Part")
  460. Part296 = Instance.new("Part")
  461. Part297 = Instance.new("Part")
  462. Part298 = Instance.new("Part")
  463. Part299 = Instance.new("Part")
  464. Part300 = Instance.new("Part")
  465. Part301 = Instance.new("Part")
  466. Part302 = Instance.new("Part")
  467. Part303 = Instance.new("Part")
  468. Part304 = Instance.new("Part")
  469. Part305 = Instance.new("Part")
  470. Part306 = Instance.new("Part")
  471. Part307 = Instance.new("Part")
  472. Part308 = Instance.new("Part")
  473. Part309 = Instance.new("Part")
  474. Part310 = Instance.new("Part")
  475. Part311 = Instance.new("Part")
  476. Part312 = Instance.new("Part")
  477. Part313 = Instance.new("Part")
  478. Part314 = Instance.new("Part")
  479. Part315 = Instance.new("Part")
  480. Part316 = Instance.new("Part")
  481. Part317 = Instance.new("Part")
  482. Model318 = Instance.new("Model")
  483. Part319 = Instance.new("Part")
  484. Part320 = Instance.new("Part")
  485. Part321 = Instance.new("Part")
  486. Part322 = Instance.new("Part")
  487. Part323 = Instance.new("Part")
  488. Part324 = Instance.new("Part")
  489. Part325 = Instance.new("Part")
  490. Part326 = Instance.new("Part")
  491. Part327 = Instance.new("Part")
  492. Part328 = Instance.new("Part")
  493. Part329 = Instance.new("Part")
  494. Part330 = Instance.new("Part")
  495. Part331 = Instance.new("Part")
  496. Part332 = Instance.new("Part")
  497. Part333 = Instance.new("Part")
  498. Part334 = Instance.new("Part")
  499. Part335 = Instance.new("Part")
  500. Part336 = Instance.new("Part")
  501. Part337 = Instance.new("Part")
  502. Part338 = Instance.new("Part")
  503. Part339 = Instance.new("Part")
  504. Part340 = Instance.new("Part")
  505. Part341 = Instance.new("Part")
  506. Part342 = Instance.new("Part")
  507. Part343 = Instance.new("Part")
  508. Part344 = Instance.new("Part")
  509. Part345 = Instance.new("Part")
  510. ParticleEmitter346 = Instance.new("ParticleEmitter")
  511. Part347 = Instance.new("Part")
  512. ParticleEmitter348 = Instance.new("ParticleEmitter")
  513. Part349 = Instance.new("Part")
  514. ParticleEmitter350 = Instance.new("ParticleEmitter")
  515. Part351 = Instance.new("Part")
  516. ParticleEmitter352 = Instance.new("ParticleEmitter")
  517. Part353 = Instance.new("Part")
  518. ParticleEmitter354 = Instance.new("ParticleEmitter")
  519. Part355 = Instance.new("Part")
  520. ParticleEmitter356 = Instance.new("ParticleEmitter")
  521. Part357 = Instance.new("Part")
  522. ParticleEmitter358 = Instance.new("ParticleEmitter")
  523. Part359 = Instance.new("Part")
  524. Part360 = Instance.new("Part")
  525. Part361 = Instance.new("Part")
  526. Part362 = Instance.new("Part")
  527. Part363 = Instance.new("Part")
  528. Part364 = Instance.new("Part")
  529. Part365 = Instance.new("Part")
  530. Part366 = Instance.new("Part")
  531. Part367 = Instance.new("Part")
  532. Part368 = Instance.new("Part")
  533. Part369 = Instance.new("Part")
  534. CylinderMesh370 = Instance.new("CylinderMesh")
  535. StringValue371 = Instance.new("StringValue")
  536. Script372 = Instance.new("Script")
  537. LocalScript373 = Instance.new("LocalScript")
  538. IntValue374 = Instance.new("IntValue")
  539. IntValue375 = Instance.new("IntValue")
  540. IntValue376 = Instance.new("IntValue")
  541. IntValue377 = Instance.new("IntValue")
  542. IntValue378 = Instance.new("IntValue")
  543. IntValue379 = Instance.new("IntValue")
  544. IntValue380 = Instance.new("IntValue")
  545. StringValue381 = Instance.new("StringValue")
  546. StringValue382 = Instance.new("StringValue")
  547. IntValue383 = Instance.new("IntValue")
  548. Script384 = Instance.new("Script")
  549. StringValue385 = Instance.new("StringValue")
  550. Model0.Name = "Eluna"
  551. Model0.Parent = mas
  552. Part1.Parent = Model0
  553. Part1.Material = Enum.Material.Grass
  554. Part1.BrickColor = BrickColor.new("Medium blue")
  555. Part1.Rotation = Vector3.new(168.069992, -89.9799957, 168.069992)
  556. Part1.Anchored = true
  557. Part1.Size = Vector3.new(212.030014, 1.2099942, 92.4400177)
  558. Part1.CFrame = CFrame.new(337.895966, 157.229584, 286.071075, -0.00033784128, -7.14087946e-05, -0.99999994, -1.49011612e-08, 1, -7.14087946e-05, 0.99999994, -1.49011612e-08, -0.00033784128)
  559. Part1.BottomSurface = Enum.SurfaceType.Smooth
  560. Part1.TopSurface = Enum.SurfaceType.Smooth
  561. Part1.Color = Color3.new(0.431373, 0.6, 0.792157)
  562. Part1.Position = Vector3.new(337.895966, 157.229584, 286.071075)
  563. Part1.Orientation = Vector3.new(0, -90.0199966, 0)
  564. Part1.Color = Color3.new(0.431373, 0.6, 0.792157)
  565. Part2.Parent = Model0
  566. Part2.Material = Enum.Material.Grass
  567. Part2.BrickColor = BrickColor.new("Medium blue")
  568. Part2.Anchored = true
  569. Part2.Size = Vector3.new(118.030014, 1.2099942, 60.6800232)
  570. Part2.CFrame = CFrame.new(46.8765869, 44.9495811, 58.5503845, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  571. Part2.BottomSurface = Enum.SurfaceType.Smooth
  572. Part2.TopSurface = Enum.SurfaceType.Smooth
  573. Part2.Color = Color3.new(0.431373, 0.6, 0.792157)
  574. Part2.Position = Vector3.new(46.8765869, 44.9495811, 58.5503845)
  575. Part2.Color = Color3.new(0.431373, 0.6, 0.792157)
  576. Part3.Parent = Model0
  577. Part3.Material = Enum.Material.Grass
  578. Part3.BrickColor = BrickColor.new("Medium blue")
  579. Part3.Rotation = Vector3.new(0, -30, 0)
  580. Part3.Anchored = true
  581. Part3.Size = Vector3.new(118.030014, 1.2099942, 60.6800232)
  582. Part3.CFrame = CFrame.new(-62.9734039, 25.9595833, 59.7203903, 0.866025388, 0, -0.500000238, 0, 1, 0, 0.500000238, 0, 0.866025388)
  583. Part3.BottomSurface = Enum.SurfaceType.Smooth
  584. Part3.TopSurface = Enum.SurfaceType.Smooth
  585. Part3.Color = Color3.new(0.431373, 0.6, 0.792157)
  586. Part3.Position = Vector3.new(-62.9734039, 25.9595833, 59.7203903)
  587. Part3.Orientation = Vector3.new(0, -30, 0)
  588. Part3.Color = Color3.new(0.431373, 0.6, 0.792157)
  589. Part4.Parent = Model0
  590. Part4.Material = Enum.Material.Slate
  591. Part4.BrickColor = BrickColor.new("Linen")
  592. Part4.Rotation = Vector3.new(0, -30, 0)
  593. Part4.Anchored = true
  594. Part4.Size = Vector3.new(117.580017, 51.5699959, 60.0900269)
  595. Part4.CFrame = CFrame.new(-62.9734039, 0.0895850658, 59.7203903, 0.866025388, 0, -0.500000238, 0, 1, 0, 0.500000238, 0, 0.866025388)
  596. Part4.BottomSurface = Enum.SurfaceType.Smooth
  597. Part4.TopSurface = Enum.SurfaceType.Smooth
  598. Part4.Color = Color3.new(0.686275, 0.580392, 0.513726)
  599. Part4.Position = Vector3.new(-62.9734039, 0.0895850658, 59.7203903)
  600. Part4.Orientation = Vector3.new(0, -30, 0)
  601. Part4.Color = Color3.new(0.686275, 0.580392, 0.513726)
  602. Part5.Parent = Model0
  603. Part5.Material = Enum.Material.Grass
  604. Part5.BrickColor = BrickColor.new("Medium blue")
  605. Part5.Rotation = Vector3.new(0, -30, 0)
  606. Part5.Anchored = true
  607. Part5.Size = Vector3.new(118.030014, 1.2099942, 60.6800232)
  608. Part5.CFrame = CFrame.new(-62.9734039, 32.7395897, 41.2003822, 0.866025388, 0, -0.500000238, 0, 1, 0, 0.500000238, 0, 0.866025388)
  609. Part5.BottomSurface = Enum.SurfaceType.Smooth
  610. Part5.TopSurface = Enum.SurfaceType.Smooth
  611. Part5.Color = Color3.new(0.431373, 0.6, 0.792157)
  612. Part5.Position = Vector3.new(-62.9734039, 32.7395897, 41.2003822)
  613. Part5.Orientation = Vector3.new(0, -30, 0)
  614. Part5.Color = Color3.new(0.431373, 0.6, 0.792157)
  615. Part6.Parent = Model0
  616. Part6.Material = Enum.Material.Slate
  617. Part6.BrickColor = BrickColor.new("Linen")
  618. Part6.Rotation = Vector3.new(0, -30, 0)
  619. Part6.Anchored = true
  620. Part6.Size = Vector3.new(117.580017, 51.5699959, 60.0900269)
  621. Part6.CFrame = CFrame.new(-62.9734039, 6.86958504, 41.2003822, 0.866025388, 0, -0.500000238, 0, 1, 0, 0.500000238, 0, 0.866025388)
  622. Part6.BottomSurface = Enum.SurfaceType.Smooth
  623. Part6.TopSurface = Enum.SurfaceType.Smooth
  624. Part6.Color = Color3.new(0.686275, 0.580392, 0.513726)
  625. Part6.Position = Vector3.new(-62.9734039, 6.86958504, 41.2003822)
  626. Part6.Orientation = Vector3.new(0, -30, 0)
  627. Part6.Color = Color3.new(0.686275, 0.580392, 0.513726)
  628. Part7.Parent = Model0
  629. Part7.Material = Enum.Material.Grass
  630. Part7.BrickColor = BrickColor.new("Medium blue")
  631. Part7.Rotation = Vector3.new(0, -30, 0)
  632. Part7.Anchored = true
  633. Part7.Size = Vector3.new(118.030014, 1.2099942, 60.6800232)
  634. Part7.CFrame = CFrame.new(-62.9734039, 40.9095802, 34.0503769, 0.866025388, 0, -0.500000238, 0, 1, 0, 0.500000238, 0, 0.866025388)
  635. Part7.BottomSurface = Enum.SurfaceType.Smooth
  636. Part7.TopSurface = Enum.SurfaceType.Smooth
  637. Part7.Color = Color3.new(0.431373, 0.6, 0.792157)
  638. Part7.Position = Vector3.new(-62.9734039, 40.9095802, 34.0503769)
  639. Part7.Orientation = Vector3.new(0, -30, 0)
  640. Part7.Color = Color3.new(0.431373, 0.6, 0.792157)
  641. Part8.Parent = Model0
  642. Part8.Material = Enum.Material.Slate
  643. Part8.BrickColor = BrickColor.new("Linen")
  644. Part8.Rotation = Vector3.new(0, -30, 0)
  645. Part8.Anchored = true
  646. Part8.Size = Vector3.new(117.580017, 51.5699959, 60.0900269)
  647. Part8.CFrame = CFrame.new(-62.9734039, 15.0395851, 34.0503769, 0.866025388, 0, -0.500000238, 0, 1, 0, 0.500000238, 0, 0.866025388)
  648. Part8.BottomSurface = Enum.SurfaceType.Smooth
  649. Part8.TopSurface = Enum.SurfaceType.Smooth
  650. Part8.Color = Color3.new(0.686275, 0.580392, 0.513726)
  651. Part8.Position = Vector3.new(-62.9734039, 15.0395851, 34.0503769)
  652. Part8.Orientation = Vector3.new(0, -30, 0)
  653. Part8.Color = Color3.new(0.686275, 0.580392, 0.513726)
  654. Part9.Parent = Model0
  655. Part9.Material = Enum.Material.Grass
  656. Part9.BrickColor = BrickColor.new("Medium blue")
  657. Part9.Rotation = Vector3.new(0, -15, 0)
  658. Part9.Anchored = true
  659. Part9.Size = Vector3.new(133.030014, 1.2099942, 114.680023)
  660. Part9.CFrame = CFrame.new(-83.0503769, 44.2295799, 194.835892, 0.965925813, 0, -0.258819014, 1.99637684e-09, 1, 7.4505806e-09, 0.258819014, -7.71340858e-09, 0.965925813)
  661. Part9.BottomSurface = Enum.SurfaceType.Smooth
  662. Part9.TopSurface = Enum.SurfaceType.Smooth
  663. Part9.Color = Color3.new(0.431373, 0.6, 0.792157)
  664. Part9.Position = Vector3.new(-83.0503769, 44.2295799, 194.835892)
  665. Part9.Orientation = Vector3.new(0, -15, 0)
  666. Part9.Color = Color3.new(0.431373, 0.6, 0.792157)
  667. Part10.Parent = Model0
  668. Part10.Material = Enum.Material.Slate
  669. Part10.BrickColor = BrickColor.new("Linen")
  670. Part10.Rotation = Vector3.new(0, -15, 0)
  671. Part10.Anchored = true
  672. Part10.Size = Vector3.new(132.580017, 51.5699959, 114.090027)
  673. Part10.CFrame = CFrame.new(-83.0503693, 18.3595848, 194.835892, 0.965925813, 0, -0.258819014, 1.99637684e-09, 1, 7.4505806e-09, 0.258819014, -7.71340858e-09, 0.965925813)
  674. Part10.BottomSurface = Enum.SurfaceType.Smooth
  675. Part10.TopSurface = Enum.SurfaceType.Smooth
  676. Part10.Color = Color3.new(0.686275, 0.580392, 0.513726)
  677. Part10.Position = Vector3.new(-83.0503693, 18.3595848, 194.835892)
  678. Part10.Orientation = Vector3.new(0, -15, 0)
  679. Part10.Color = Color3.new(0.686275, 0.580392, 0.513726)
  680. Part11.Parent = Model0
  681. Part11.Material = Enum.Material.Grass
  682. Part11.BrickColor = BrickColor.new("Medium blue")
  683. Part11.Rotation = Vector3.new(0, -15, 0)
  684. Part11.Anchored = true
  685. Part11.Size = Vector3.new(149.030014, 1.2099942, 115.680023)
  686. Part11.CFrame = CFrame.new(-10.9634914, 67.2295761, 355.271698, 0.965925753, 1.55431223e-15, -0.258819222, 1.99637729e-09, 1, 7.45058149e-09, 0.258819222, -7.71341035e-09, 0.965925753)
  687. Part11.BottomSurface = Enum.SurfaceType.Smooth
  688. Part11.TopSurface = Enum.SurfaceType.Smooth
  689. Part11.Color = Color3.new(0.431373, 0.6, 0.792157)
  690. Part11.Position = Vector3.new(-10.9634914, 67.2295761, 355.271698)
  691. Part11.Orientation = Vector3.new(0, -15, 0)
  692. Part11.Color = Color3.new(0.431373, 0.6, 0.792157)
  693. Part12.Parent = Model0
  694. Part12.Material = Enum.Material.Slate
  695. Part12.BrickColor = BrickColor.new("Linen")
  696. Part12.Rotation = Vector3.new(0, -15, 0)
  697. Part12.Anchored = true
  698. Part12.Size = Vector3.new(148.580017, 83.5699921, 115.090027)
  699. Part12.CFrame = CFrame.new(-10.9634838, 25.3595848, 355.271698, 0.965925753, 1.55431223e-15, -0.258819222, 1.99637729e-09, 1, 7.45058149e-09, 0.258819222, -7.71341035e-09, 0.965925753)
  700. Part12.BottomSurface = Enum.SurfaceType.Smooth
  701. Part12.TopSurface = Enum.SurfaceType.Smooth
  702. Part12.Color = Color3.new(0.686275, 0.580392, 0.513726)
  703. Part12.Position = Vector3.new(-10.9634838, 25.3595848, 355.271698)
  704. Part12.Orientation = Vector3.new(0, -15, 0)
  705. Part12.Color = Color3.new(0.686275, 0.580392, 0.513726)
  706. Part13.Parent = Model0
  707. Part13.Material = Enum.Material.Slate
  708. Part13.BrickColor = BrickColor.new("Linen")
  709. Part13.Anchored = true
  710. Part13.Size = Vector3.new(117.580017, 83.5699921, 115.090027)
  711. Part13.CFrame = CFrame.new(-75.9353333, 21.3595848, 317.26001, 1, -1.99637573e-09, -1.93715096e-07, 1.99637729e-09, 1, 7.45058149e-09, 1.93715096e-07, -7.45058149e-09, 1)
  712. Part13.BottomSurface = Enum.SurfaceType.Smooth
  713. Part13.TopSurface = Enum.SurfaceType.Smooth
  714. Part13.Color = Color3.new(0.686275, 0.580392, 0.513726)
  715. Part13.Position = Vector3.new(-75.9353333, 21.3595848, 317.26001)
  716. Part13.Color = Color3.new(0.686275, 0.580392, 0.513726)
  717. Part14.Parent = Model0
  718. Part14.Material = Enum.Material.Grass
  719. Part14.BrickColor = BrickColor.new("Medium blue")
  720. Part14.Anchored = true
  721. Part14.Size = Vector3.new(118.030014, 1.2099942, 115.680023)
  722. Part14.CFrame = CFrame.new(-75.9353409, 63.2295761, 317.26001, 1, -1.99637573e-09, -1.93715096e-07, 1.99637729e-09, 1, 7.45058149e-09, 1.93715096e-07, -7.45058149e-09, 1)
  723. Part14.BottomSurface = Enum.SurfaceType.Smooth
  724. Part14.TopSurface = Enum.SurfaceType.Smooth
  725. Part14.Color = Color3.new(0.431373, 0.6, 0.792157)
  726. Part14.Position = Vector3.new(-75.9353409, 63.2295761, 317.26001)
  727. Part14.Color = Color3.new(0.431373, 0.6, 0.792157)
  728. Part15.Parent = Model0
  729. Part15.Material = Enum.Material.Slate
  730. Part15.BrickColor = BrickColor.new("Linen")
  731. Part15.Rotation = Vector3.new(0, -15, 0)
  732. Part15.Anchored = true
  733. Part15.Size = Vector3.new(117.580017, 51.5699959, 115.090027)
  734. Part15.CFrame = CFrame.new(-75.9353333, 26.3595848, 225.259995, 0.965925813, 0, -0.258819014, 1.99637684e-09, 1, 7.4505806e-09, 0.258819014, -7.71340858e-09, 0.965925813)
  735. Part15.BottomSurface = Enum.SurfaceType.Smooth
  736. Part15.TopSurface = Enum.SurfaceType.Smooth
  737. Part15.Color = Color3.new(0.686275, 0.580392, 0.513726)
  738. Part15.Position = Vector3.new(-75.9353333, 26.3595848, 225.259995)
  739. Part15.Orientation = Vector3.new(0, -15, 0)
  740. Part15.Color = Color3.new(0.686275, 0.580392, 0.513726)
  741. Part16.Parent = Model0
  742. Part16.Material = Enum.Material.Grass
  743. Part16.BrickColor = BrickColor.new("Medium blue")
  744. Part16.Rotation = Vector3.new(0, -15, 0)
  745. Part16.Anchored = true
  746. Part16.Size = Vector3.new(118.030014, 1.2099942, 115.680023)
  747. Part16.CFrame = CFrame.new(-75.9353409, 52.2295799, 225.259995, 0.965925813, 0, -0.258819014, 1.99637684e-09, 1, 7.4505806e-09, 0.258819014, -7.71340858e-09, 0.965925813)
  748. Part16.BottomSurface = Enum.SurfaceType.Smooth
  749. Part16.TopSurface = Enum.SurfaceType.Smooth
  750. Part16.Color = Color3.new(0.431373, 0.6, 0.792157)
  751. Part16.Position = Vector3.new(-75.9353409, 52.2295799, 225.259995)
  752. Part16.Orientation = Vector3.new(0, -15, 0)
  753. Part16.Color = Color3.new(0.431373, 0.6, 0.792157)
  754. Part17.Parent = Model0
  755. Part17.Material = Enum.Material.Slate
  756. Part17.BrickColor = BrickColor.new("Linen")
  757. Part17.Rotation = Vector3.new(0, -15, 0)
  758. Part17.Anchored = true
  759. Part17.Size = Vector3.new(117.580017, 51.5699959, 189.150024)
  760. Part17.CFrame = CFrame.new(19.0490322, 9.3595829, 283.174744, 0.965925813, 0, -0.258819044, -1.49011612e-08, 0.99999994, 0, 0.258819044, 0, 0.965925813)
  761. Part17.BottomSurface = Enum.SurfaceType.Smooth
  762. Part17.TopSurface = Enum.SurfaceType.Smooth
  763. Part17.Color = Color3.new(0.686275, 0.580392, 0.513726)
  764. Part17.Position = Vector3.new(19.0490322, 9.3595829, 283.174744)
  765. Part17.Orientation = Vector3.new(0, -15, 0)
  766. Part17.Color = Color3.new(0.686275, 0.580392, 0.513726)
  767. Part18.Parent = Model0
  768. Part18.Material = Enum.Material.Grass
  769. Part18.BrickColor = BrickColor.new("Medium blue")
  770. Part18.Rotation = Vector3.new(0, -15, 0)
  771. Part18.Anchored = true
  772. Part18.Size = Vector3.new(118.030014, 1.2099942, 189.440018)
  773. Part18.CFrame = CFrame.new(19.01021, 35.2295837, 283.319641, 0.965925813, 0, -0.258819044, -1.49011612e-08, 0.99999994, 0, 0.258819044, 0, 0.965925813)
  774. Part18.BottomSurface = Enum.SurfaceType.Smooth
  775. Part18.TopSurface = Enum.SurfaceType.Smooth
  776. Part18.Color = Color3.new(0.431373, 0.6, 0.792157)
  777. Part18.Position = Vector3.new(19.01021, 35.2295837, 283.319641)
  778. Part18.Orientation = Vector3.new(0, -15, 0)
  779. Part18.Color = Color3.new(0.431373, 0.6, 0.792157)
  780. Part19.Parent = Model0
  781. Part19.Material = Enum.Material.Slate
  782. Part19.BrickColor = BrickColor.new("Linen")
  783. Part19.Rotation = Vector3.new(0, 65, 0)
  784. Part19.Anchored = true
  785. Part19.Size = Vector3.new(94.9000244, 35.4299965, 70.8400269)
  786. Part19.CFrame = CFrame.new(186.277634, 9.52500153, 196.167191, 0.422617137, 0, 0.906308293, 0, 1, 0, -0.906308293, 0, 0.422617137)
  787. Part19.BottomSurface = Enum.SurfaceType.Smooth
  788. Part19.TopSurface = Enum.SurfaceType.Smooth
  789. Part19.Color = Color3.new(0.686275, 0.580392, 0.513726)
  790. Part19.Position = Vector3.new(186.277634, 9.52500153, 196.167191)
  791. Part19.Orientation = Vector3.new(0, 65, 0)
  792. Part19.Color = Color3.new(0.686275, 0.580392, 0.513726)
  793. Part20.Parent = Model0
  794. Part20.Material = Enum.Material.Slate
  795. Part20.BrickColor = BrickColor.new("Linen")
  796. Part20.Anchored = true
  797. Part20.Size = Vector3.new(148.580017, 51.5699959, 142.090027)
  798. Part20.CFrame = CFrame.new(219.549988, 17.3949966, 239.76001, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  799. Part20.BottomSurface = Enum.SurfaceType.Smooth
  800. Part20.TopSurface = Enum.SurfaceType.Smooth
  801. Part20.Color = Color3.new(0.686275, 0.580392, 0.513726)
  802. Part20.Position = Vector3.new(219.549988, 17.3949966, 239.76001)
  803. Part20.Color = Color3.new(0.686275, 0.580392, 0.513726)
  804. Part21.Parent = Model0
  805. Part21.Material = Enum.Material.Grass
  806. Part21.BrickColor = BrickColor.new("Medium blue")
  807. Part21.Anchored = true
  808. Part21.Size = Vector3.new(149.030014, 1.2099942, 142.680023)
  809. Part21.CFrame = CFrame.new(219.5, 43.2999992, 239.699997, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  810. Part21.BottomSurface = Enum.SurfaceType.Smooth
  811. Part21.TopSurface = Enum.SurfaceType.Smooth
  812. Part21.Color = Color3.new(0.431373, 0.6, 0.792157)
  813. Part21.Position = Vector3.new(219.5, 43.2999992, 239.699997)
  814. Part21.Color = Color3.new(0.431373, 0.6, 0.792157)
  815. Part22.Parent = Model0
  816. Part22.Material = Enum.Material.Slate
  817. Part22.BrickColor = BrickColor.new("Linen")
  818. Part22.Rotation = Vector3.new(0, 65, 0)
  819. Part22.Anchored = true
  820. Part22.Size = Vector3.new(117.550018, 25.8899975, 78.850029)
  821. Part22.CFrame = CFrame.new(182.582367, 4.75500202, 194.615082, 0.422617137, 0, 0.906308293, 0, 1, 0, -0.906308293, 0, 0.422617137)
  822. Part22.BottomSurface = Enum.SurfaceType.Smooth
  823. Part22.TopSurface = Enum.SurfaceType.Smooth
  824. Part22.Color = Color3.new(0.686275, 0.580392, 0.513726)
  825. Part22.Position = Vector3.new(182.582367, 4.75500202, 194.615082)
  826. Part22.Orientation = Vector3.new(0, 65, 0)
  827. Part22.Color = Color3.new(0.686275, 0.580392, 0.513726)
  828. Part23.Parent = Model0
  829. Part23.Material = Enum.Material.Slate
  830. Part23.BrickColor = BrickColor.new("Linen")
  831. Part23.Anchored = true
  832. Part23.Size = Vector3.new(172.580017, 70.5699921, 192.090027)
  833. Part23.CFrame = CFrame.new(245.549988, 28.1649971, 274.710022, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  834. Part23.BottomSurface = Enum.SurfaceType.Smooth
  835. Part23.TopSurface = Enum.SurfaceType.Smooth
  836. Part23.Color = Color3.new(0.686275, 0.580392, 0.513726)
  837. Part23.Position = Vector3.new(245.549988, 28.1649971, 274.710022)
  838. Part23.Color = Color3.new(0.686275, 0.580392, 0.513726)
  839. Part24.Parent = Model0
  840. Part24.Material = Enum.Material.Grass
  841. Part24.BrickColor = BrickColor.new("Medium blue")
  842. Part24.Anchored = true
  843. Part24.Size = Vector3.new(173.030014, 1.2099942, 205.680023)
  844. Part24.CFrame = CFrame.new(245.549988, 63.534996, 281.210022, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  845. Part24.BottomSurface = Enum.SurfaceType.Smooth
  846. Part24.TopSurface = Enum.SurfaceType.Smooth
  847. Part24.Color = Color3.new(0.431373, 0.6, 0.792157)
  848. Part24.Position = Vector3.new(245.549988, 63.534996, 281.210022)
  849. Part24.Color = Color3.new(0.431373, 0.6, 0.792157)
  850. Part25.Parent = Model0
  851. Part25.Material = Enum.Material.Grass
  852. Part25.BrickColor = BrickColor.new("Medium blue")
  853. Part25.Rotation = Vector3.new(112.5, -88.3199997, 118.299995)
  854. Part25.Anchored = true
  855. Part25.Size = Vector3.new(18.030014, 1.2099942, 26.4400177)
  856. Part25.CFrame = CFrame.new(238.472092, 145.360458, 8.85111809, -0.0139200389, -0.0258537531, -0.99956888, 0.100919053, 0.994524658, -0.027128689, 0.99479723, -0.101253167, -0.0112346662)
  857. Part25.BottomSurface = Enum.SurfaceType.Smooth
  858. Part25.TopSurface = Enum.SurfaceType.Smooth
  859. Part25.Color = Color3.new(0.431373, 0.6, 0.792157)
  860. Part25.Position = Vector3.new(238.472092, 145.360458, 8.85111809)
  861. Part25.Orientation = Vector3.new(1.54999995, -90.6399994, 5.78999996)
  862. Part25.Color = Color3.new(0.431373, 0.6, 0.792157)
  863. Part26.Parent = Model0
  864. Part26.Material = Enum.Material.Neon
  865. Part26.BrickColor = BrickColor.new("Steel blue")
  866. Part26.Transparency = 0.89999997615814
  867. Part26.Anchored = true
  868. Part26.Size = Vector3.new(632.059998, 20, 723.280029)
  869. Part26.CFrame = CFrame.new(64, -2.9000001, 17.3999996, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  870. Part26.BottomSurface = Enum.SurfaceType.Smooth
  871. Part26.TopSurface = Enum.SurfaceType.Smooth
  872. Part26.Color = Color3.new(0.321569, 0.486275, 0.682353)
  873. Part26.Position = Vector3.new(64, -2.9000001, 17.3999996)
  874. Part26.Color = Color3.new(0.321569, 0.486275, 0.682353)
  875. Part27.Parent = Model0
  876. Part27.Material = Enum.Material.Slate
  877. Part27.BrickColor = BrickColor.new("Linen")
  878. Part27.Anchored = true
  879. Part27.Size = Vector3.new(117.580017, 51.5699959, 60.0900269)
  880. Part27.CFrame = CFrame.new(46.8765869, 19.0795803, 58.5503845, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  881. Part27.BottomSurface = Enum.SurfaceType.Smooth
  882. Part27.TopSurface = Enum.SurfaceType.Smooth
  883. Part27.Color = Color3.new(0.686275, 0.580392, 0.513726)
  884. Part27.Position = Vector3.new(46.8765869, 19.0795803, 58.5503845)
  885. Part27.Color = Color3.new(0.686275, 0.580392, 0.513726)
  886. Part28.Parent = Model0
  887. Part28.Material = Enum.Material.Grass
  888. Part28.BrickColor = BrickColor.new("Medium blue")
  889. Part28.Rotation = Vector3.new(0, 45, 0)
  890. Part28.Anchored = true
  891. Part28.Size = Vector3.new(95.030014, 1.2099942, 56.6800232)
  892. Part28.CFrame = CFrame.new(112.167297, 45.2295837, 33.841095, 0.707106829, 0, 0.707106769, 0, 1, 0, -0.707106769, 0, 0.707106829)
  893. Part28.BottomSurface = Enum.SurfaceType.Smooth
  894. Part28.TopSurface = Enum.SurfaceType.Smooth
  895. Part28.Color = Color3.new(0.431373, 0.6, 0.792157)
  896. Part28.Position = Vector3.new(112.167297, 45.2295837, 33.841095)
  897. Part28.Orientation = Vector3.new(0, 45, 0)
  898. Part28.Color = Color3.new(0.431373, 0.6, 0.792157)
  899. Part29.Parent = Model0
  900. Part29.Material = Enum.Material.Slate
  901. Part29.BrickColor = BrickColor.new("Linen")
  902. Part29.Rotation = Vector3.new(0, 45, 0)
  903. Part29.Anchored = true
  904. Part29.Size = Vector3.new(94.5800171, 51.5699959, 56.0900269)
  905. Part29.CFrame = CFrame.new(112.167297, 19.3595829, 33.841095, 0.707106829, 0, 0.707106769, 0, 1, 0, -0.707106769, 0, 0.707106829)
  906. Part29.BottomSurface = Enum.SurfaceType.Smooth
  907. Part29.TopSurface = Enum.SurfaceType.Smooth
  908. Part29.Color = Color3.new(0.686275, 0.580392, 0.513726)
  909. Part29.Position = Vector3.new(112.167297, 19.3595829, 33.841095)
  910. Part29.Orientation = Vector3.new(0, 45, 0)
  911. Part29.Color = Color3.new(0.686275, 0.580392, 0.513726)
  912. Part30.Parent = Model0
  913. Part30.Material = Enum.Material.Grass
  914. Part30.BrickColor = BrickColor.new("Medium blue")
  915. Part30.Rotation = Vector3.new(0, -28, 0)
  916. Part30.Anchored = true
  917. Part30.Size = Vector3.new(73.030014, 1.2099942, 44.6800232)
  918. Part30.CFrame = CFrame.new(-61.1846771, 25.2295837, 70.837532, 0.882947862, 0, -0.469470948, 0, 1, 0, 0.469470948, 0, 0.882947862)
  919. Part30.BottomSurface = Enum.SurfaceType.Smooth
  920. Part30.TopSurface = Enum.SurfaceType.Smooth
  921. Part30.Color = Color3.new(0.431373, 0.6, 0.792157)
  922. Part30.Position = Vector3.new(-61.1846771, 25.2295837, 70.837532)
  923. Part30.Orientation = Vector3.new(0, -28, 0)
  924. Part30.Color = Color3.new(0.431373, 0.6, 0.792157)
  925. Part31.Parent = Model0
  926. Part31.Material = Enum.Material.Slate
  927. Part31.BrickColor = BrickColor.new("Linen")
  928. Part31.Rotation = Vector3.new(0, -28, 0)
  929. Part31.Anchored = true
  930. Part31.Size = Vector3.new(72.5800171, 51.5699959, 44.0900269)
  931. Part31.CFrame = CFrame.new(-61.1846771, -0.64041698, 70.837532, 0.882947862, 0, -0.469470948, 0, 1, 0, 0.469470948, 0, 0.882947862)
  932. Part31.BottomSurface = Enum.SurfaceType.Smooth
  933. Part31.TopSurface = Enum.SurfaceType.Smooth
  934. Part31.Color = Color3.new(0.686275, 0.580392, 0.513726)
  935. Part31.Position = Vector3.new(-61.1846771, -0.64041698, 70.837532)
  936. Part31.Orientation = Vector3.new(0, -28, 0)
  937. Part31.Color = Color3.new(0.686275, 0.580392, 0.513726)
  938. Part32.Parent = Model0
  939. Part32.Material = Enum.Material.Slate
  940. Part32.BrickColor = BrickColor.new("Linen")
  941. Part32.Rotation = Vector3.new(0, -13, 0)
  942. Part32.Anchored = true
  943. Part32.Size = Vector3.new(72.5800171, 51.5699959, 44.0900269)
  944. Part32.CFrame = CFrame.new(-41.4381294, -9.64041615, 89.2514954, 0.974369645, 0, -0.224952936, 0, 1, 0, 0.224952921, 0, 0.974369645)
  945. Part32.BottomSurface = Enum.SurfaceType.Smooth
  946. Part32.TopSurface = Enum.SurfaceType.Smooth
  947. Part32.Color = Color3.new(0.686275, 0.580392, 0.513726)
  948. Part32.Position = Vector3.new(-41.4381294, -9.64041615, 89.2514954)
  949. Part32.Orientation = Vector3.new(0, -13, 0)
  950. Part32.Color = Color3.new(0.686275, 0.580392, 0.513726)
  951. Part33.Parent = Model0
  952. Part33.Material = Enum.Material.Grass
  953. Part33.BrickColor = BrickColor.new("Medium blue")
  954. Part33.Rotation = Vector3.new(0, -13, 0)
  955. Part33.Anchored = true
  956. Part33.Size = Vector3.new(73.030014, 1.2099942, 44.6800232)
  957. Part33.CFrame = CFrame.new(-41.4381294, 16.2295837, 89.2514954, 0.974369645, 0, -0.224952936, 0, 1, 0, 0.224952921, 0, 0.974369645)
  958. Part33.BottomSurface = Enum.SurfaceType.Smooth
  959. Part33.TopSurface = Enum.SurfaceType.Smooth
  960. Part33.Color = Color3.new(0.431373, 0.6, 0.792157)
  961. Part33.Position = Vector3.new(-41.4381294, 16.2295837, 89.2514954)
  962. Part33.Orientation = Vector3.new(0, -13, 0)
  963. Part33.Color = Color3.new(0.431373, 0.6, 0.792157)
  964. Part34.Parent = Model0
  965. Part34.Material = Enum.Material.Concrete
  966. Part34.BrickColor = BrickColor.new("Sand blue")
  967. Part34.Rotation = Vector3.new(0, 33, 0)
  968. Part34.Anchored = true
  969. Part34.Size = Vector3.new(66.1500168, 1.2099942, 23.2700233)
  970. Part34.CFrame = CFrame.new(127.734146, 45.5095749, 61.4174271, 0.838670611, 0, 0.544638932, 0, 1, 0, -0.544638932, 0, 0.838670611)
  971. Part34.BottomSurface = Enum.SurfaceType.Smooth
  972. Part34.TopSurface = Enum.SurfaceType.Smooth
  973. Part34.Color = Color3.new(0.454902, 0.52549, 0.615686)
  974. Part34.Position = Vector3.new(127.734146, 45.5095749, 61.4174271)
  975. Part34.Orientation = Vector3.new(0, 33, 0)
  976. Part34.Color = Color3.new(0.454902, 0.52549, 0.615686)
  977. Part35.Parent = Model0
  978. Part35.Material = Enum.Material.Concrete
  979. Part35.BrickColor = BrickColor.new("Sand blue")
  980. Part35.Rotation = Vector3.new(-16.5599995, 31.8999996, 8.92999935)
  981. Part35.Anchored = true
  982. Part35.Size = Vector3.new(66.1100159, 1.2099942, 30.4500237)
  983. Part35.CFrame = CFrame.new(142.026199, 49.0477982, 83.2882462, 0.838670552, -0.131759912, 0.52846092, -1.49011612e-08, 0.970295787, 0.241921559, -0.544638932, -0.202892512, 0.813758492)
  984. Part35.BottomSurface = Enum.SurfaceType.Smooth
  985. Part35.TopSurface = Enum.SurfaceType.Smooth
  986. Part35.Color = Color3.new(0.454902, 0.52549, 0.615686)
  987. Part35.Position = Vector3.new(142.026199, 49.0477982, 83.2882462)
  988. Part35.Orientation = Vector3.new(-14, 33, 0)
  989. Part35.Color = Color3.new(0.454902, 0.52549, 0.615686)
  990. Part36.Parent = Model0
  991. Part36.Material = Enum.Material.Concrete
  992. Part36.BrickColor = BrickColor.new("Sand blue")
  993. Part36.Rotation = Vector3.new(-11.8699999, 32.4399986, 6.42999983)
  994. Part36.Anchored = true
  995. Part36.Size = Vector3.new(64.8800125, 1.2099942, 68.6800232)
  996. Part36.CFrame = CFrame.new(168.067154, 58.5971298, 124.057968, 0.838670671, -0.0945752785, 0.536364675, -7.4505806e-09, 0.984807849, 0.173647672, -0.544638872, -0.145633206, 0.825929403)
  997. Part36.BottomSurface = Enum.SurfaceType.Smooth
  998. Part36.TopSurface = Enum.SurfaceType.Smooth
  999. Part36.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1000. Part36.Position = Vector3.new(168.067154, 58.5971298, 124.057968)
  1001. Part36.Orientation = Vector3.new(-10, 33, 0)
  1002. Part36.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1003. Part37.Parent = Model0
  1004. Part37.Material = Enum.Material.Concrete
  1005. Part37.BrickColor = BrickColor.new("Sand blue")
  1006. Part37.Rotation = Vector3.new(0, 33, 0)
  1007. Part37.Anchored = true
  1008. Part37.Size = Vector3.new(66.7500076, 1.2099942, 52.6800232)
  1009. Part37.CFrame = CFrame.new(200.747482, 64.4295731, 173.619308, 0.838670611, 1.78546557e-07, 0.544638932, 0, 1, -3.27825546e-07, -0.544638932, 2.74937662e-07, 0.838670611)
  1010. Part37.BottomSurface = Enum.SurfaceType.Smooth
  1011. Part37.TopSurface = Enum.SurfaceType.Smooth
  1012. Part37.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1013. Part37.Position = Vector3.new(200.747482, 64.4295731, 173.619308)
  1014. Part37.Orientation = Vector3.new(0, 33, 0)
  1015. Part37.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1016. Part38.Parent = Model0
  1017. Part38.Material = Enum.Material.Concrete
  1018. Part38.BrickColor = BrickColor.new("Sand blue")
  1019. Part38.Rotation = Vector3.new(0, 33, 0)
  1020. Part38.Anchored = true
  1021. Part38.Size = Vector3.new(2.03001404, 5.20999432, 27.6800232)
  1022. Part38.CFrame = CFrame.new(156.061523, 48.2295837, 45.2609291, 0.838670611, 0, 0.544638932, 0, 1, 0, -0.544638932, 0, 0.838670611)
  1023. Part38.BottomSurface = Enum.SurfaceType.Smooth
  1024. Part38.TopSurface = Enum.SurfaceType.Smooth
  1025. Part38.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1026. Part38.Position = Vector3.new(156.061523, 48.2295837, 45.2609291)
  1027. Part38.Orientation = Vector3.new(0, 33, 0)
  1028. Part38.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1029. Part39.Parent = Model0
  1030. Part39.Material = Enum.Material.Concrete
  1031. Part39.BrickColor = BrickColor.new("Sand blue")
  1032. Part39.Rotation = Vector3.new(0, 33, 0)
  1033. Part39.Anchored = true
  1034. Part39.Size = Vector3.new(2.03001404, 5.20999432, 53.880024)
  1035. Part39.CFrame = CFrame.new(228.314285, 66.4295731, 156.432648, 0.838670611, 1.78546557e-07, 0.544638932, 0, 1, -3.27825546e-07, -0.544638932, 2.74937662e-07, 0.838670611)
  1036. Part39.BottomSurface = Enum.SurfaceType.Smooth
  1037. Part39.TopSurface = Enum.SurfaceType.Smooth
  1038. Part39.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1039. Part39.Position = Vector3.new(228.314285, 66.4295731, 156.432648)
  1040. Part39.Orientation = Vector3.new(0, 33, 0)
  1041. Part39.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1042. Part40.Parent = Model0
  1043. Part40.Material = Enum.Material.Concrete
  1044. Part40.BrickColor = BrickColor.new("Sand blue")
  1045. Part40.Rotation = Vector3.new(-11.8699999, 32.4399986, 6.42999983)
  1046. Part40.Anchored = true
  1047. Part40.Size = Vector3.new(2.03001404, 5.20999432, 68.6800232)
  1048. Part40.CFrame = CFrame.new(195.46608, 60.5667458, 105.850807, 0.838670671, -0.0945752785, 0.536364675, -7.4505806e-09, 0.984807849, 0.173647672, -0.544638872, -0.145633206, 0.825929403)
  1049. Part40.BottomSurface = Enum.SurfaceType.Smooth
  1050. Part40.TopSurface = Enum.SurfaceType.Smooth
  1051. Part40.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1052. Part40.Position = Vector3.new(195.46608, 60.5667458, 105.850807)
  1053. Part40.Orientation = Vector3.new(-10, 33, 0)
  1054. Part40.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1055. Part41.Parent = Model0
  1056. Part41.Material = Enum.Material.Concrete
  1057. Part41.BrickColor = BrickColor.new("Sand blue")
  1058. Part41.Rotation = Vector3.new(-16.5599995, 31.8999996, 8.92999935)
  1059. Part41.Anchored = true
  1060. Part41.Size = Vector3.new(2.03001404, 5.20999432, 26.6800232)
  1061. Part41.CFrame = CFrame.new(170.040787, 51.4444084, 66.6992874, 0.838670552, -0.131759912, 0.52846092, -1.49011612e-08, 0.970295787, 0.241921559, -0.544638932, -0.202892512, 0.813758492)
  1062. Part41.BottomSurface = Enum.SurfaceType.Smooth
  1063. Part41.TopSurface = Enum.SurfaceType.Smooth
  1064. Part41.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1065. Part41.Position = Vector3.new(170.040787, 51.4444084, 66.6992874)
  1066. Part41.Orientation = Vector3.new(-14, 33, 0)
  1067. Part41.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1068. Part42.Parent = Model0
  1069. Part42.Material = Enum.Material.Concrete
  1070. Part42.BrickColor = BrickColor.new("Sand blue")
  1071. Part42.Rotation = Vector3.new(0, 33, 0)
  1072. Part42.Anchored = true
  1073. Part42.Size = Vector3.new(4.03001547, 5.20999432, 27.6800232)
  1074. Part42.CFrame = CFrame.new(102.651138, 48.2295837, 80.3356781, 0.838670611, 0, 0.544638932, 0, 1, 0, -0.544638932, 0, 0.838670611)
  1075. Part42.BottomSurface = Enum.SurfaceType.Smooth
  1076. Part42.TopSurface = Enum.SurfaceType.Smooth
  1077. Part42.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1078. Part42.Position = Vector3.new(102.651138, 48.2295837, 80.3356781)
  1079. Part42.Orientation = Vector3.new(0, 33, 0)
  1080. Part42.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1081. Part43.Parent = Model0
  1082. Part43.Material = Enum.Material.Concrete
  1083. Part43.BrickColor = BrickColor.new("Sand blue")
  1084. Part43.Rotation = Vector3.new(-11.8699999, 32.4399986, 6.42999983)
  1085. Part43.Anchored = true
  1086. Part43.Size = Vector3.new(4.03001404, 5.20999432, 68.6800232)
  1087. Part43.CFrame = CFrame.new(141.791168, 60.5667458, 140.707703, 0.838670671, -0.0945752785, 0.536364675, -7.4505806e-09, 0.984807849, 0.173647672, -0.544638872, -0.145633206, 0.825929403)
  1088. Part43.BottomSurface = Enum.SurfaceType.Smooth
  1089. Part43.TopSurface = Enum.SurfaceType.Smooth
  1090. Part43.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1091. Part43.Position = Vector3.new(141.791168, 60.5667458, 140.707703)
  1092. Part43.Orientation = Vector3.new(-10, 33, 0)
  1093. Part43.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1094. Part44.Parent = Model0
  1095. Part44.Material = Enum.Material.Concrete
  1096. Part44.BrickColor = BrickColor.new("Sand blue")
  1097. Part44.Rotation = Vector3.new(-16.5599995, 31.8999996, 8.92999935)
  1098. Part44.Anchored = true
  1099. Part44.Size = Vector3.new(4.03001404, 5.20999432, 26.6800232)
  1100. Part44.CFrame = CFrame.new(116.365875, 51.4444122, 101.556183, 0.838670552, -0.131759912, 0.52846092, -1.49011612e-08, 0.970295787, 0.241921559, -0.544638932, -0.202892512, 0.813758492)
  1101. Part44.BottomSurface = Enum.SurfaceType.Smooth
  1102. Part44.TopSurface = Enum.SurfaceType.Smooth
  1103. Part44.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1104. Part44.Position = Vector3.new(116.365875, 51.4444122, 101.556183)
  1105. Part44.Orientation = Vector3.new(-14, 33, 0)
  1106. Part44.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1107. Part45.Parent = Model0
  1108. Part45.Material = Enum.Material.Concrete
  1109. Part45.BrickColor = BrickColor.new("Sand blue")
  1110. Part45.Rotation = Vector3.new(0, 33, 0)
  1111. Part45.Anchored = true
  1112. Part45.Size = Vector3.new(4.03001404, 5.20999432, 52.6800232)
  1113. Part45.CFrame = CFrame.new(174.312592, 66.4295731, 190.786331, 0.838670611, 1.78546557e-07, 0.544638932, 0, 1, -3.27825546e-07, -0.544638932, 2.74937662e-07, 0.838670611)
  1114. Part45.BottomSurface = Enum.SurfaceType.Smooth
  1115. Part45.TopSurface = Enum.SurfaceType.Smooth
  1116. Part45.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1117. Part45.Position = Vector3.new(174.312592, 66.4295731, 190.786331)
  1118. Part45.Orientation = Vector3.new(0, 33, 0)
  1119. Part45.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1120. Part46.Parent = Model0
  1121. Part46.Material = Enum.Material.Grass
  1122. Part46.BrickColor = BrickColor.new("Medium blue")
  1123. Part46.Rotation = Vector3.new(-180, -40, -180)
  1124. Part46.Anchored = true
  1125. Part46.Size = Vector3.new(118.030014, 1.2099942, 71.9500198)
  1126. Part46.CFrame = CFrame.new(-48.4813042, 31.5695763, -107.402985, -0.766044974, 0, -0.64278698, 0, 1, 0, 0.64278698, 0, -0.766044974)
  1127. Part46.BottomSurface = Enum.SurfaceType.Smooth
  1128. Part46.TopSurface = Enum.SurfaceType.Smooth
  1129. Part46.Color = Color3.new(0.431373, 0.6, 0.792157)
  1130. Part46.Position = Vector3.new(-48.4813042, 31.5695763, -107.402985)
  1131. Part46.Orientation = Vector3.new(0, -140, 0)
  1132. Part46.Color = Color3.new(0.431373, 0.6, 0.792157)
  1133. Part47.Parent = Model0
  1134. Part47.Material = Enum.Material.Slate
  1135. Part47.BrickColor = BrickColor.new("Linen")
  1136. Part47.Rotation = Vector3.new(180, 66, -180)
  1137. Part47.Anchored = true
  1138. Part47.Size = Vector3.new(125.580017, 51.5699959, 93.0900116)
  1139. Part47.CFrame = CFrame.new(126.286385, 8.98960972, -44.2591591, -0.406735778, 3.96205238e-08, 0.913545847, -2.12411464e-07, 1, -1.3794147e-07, -0.913545847, -2.50153334e-07, -0.406735778)
  1140. Part47.BottomSurface = Enum.SurfaceType.Smooth
  1141. Part47.TopSurface = Enum.SurfaceType.Smooth
  1142. Part47.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1143. Part47.Position = Vector3.new(126.286385, 8.98960972, -44.2591591)
  1144. Part47.Orientation = Vector3.new(0, 114, 0)
  1145. Part47.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1146. Part48.Parent = Model0
  1147. Part48.Material = Enum.Material.Grass
  1148. Part48.BrickColor = BrickColor.new("Medium blue")
  1149. Part48.Rotation = Vector3.new(180, 66, -180)
  1150. Part48.Anchored = true
  1151. Part48.Size = Vector3.new(126.030014, 1.2099942, 93.6800079)
  1152. Part48.CFrame = CFrame.new(126.286385, 34.8596115, -44.2591553, -0.406735778, 3.96205238e-08, 0.913545847, -2.12411464e-07, 1, -1.3794147e-07, -0.913545847, -2.50153334e-07, -0.406735778)
  1153. Part48.BottomSurface = Enum.SurfaceType.Smooth
  1154. Part48.TopSurface = Enum.SurfaceType.Smooth
  1155. Part48.Color = Color3.new(0.431373, 0.6, 0.792157)
  1156. Part48.Position = Vector3.new(126.286385, 34.8596115, -44.2591553)
  1157. Part48.Orientation = Vector3.new(0, 114, 0)
  1158. Part48.Color = Color3.new(0.431373, 0.6, 0.792157)
  1159. Part49.Parent = Model0
  1160. Part49.Material = Enum.Material.Grass
  1161. Part49.BrickColor = BrickColor.new("Medium blue")
  1162. Part49.Rotation = Vector3.new(0, -30, 0)
  1163. Part49.Anchored = true
  1164. Part49.Size = Vector3.new(118.030014, 1.2099942, 60.6800232)
  1165. Part49.CFrame = CFrame.new(-23.6834106, 45.3695946, 34.0503769, 0.866025388, 0, -0.500000238, 0, 1, 0, 0.500000238, 0, 0.866025388)
  1166. Part49.BottomSurface = Enum.SurfaceType.Smooth
  1167. Part49.TopSurface = Enum.SurfaceType.Smooth
  1168. Part49.Color = Color3.new(0.431373, 0.6, 0.792157)
  1169. Part49.Position = Vector3.new(-23.6834106, 45.3695946, 34.0503769)
  1170. Part49.Orientation = Vector3.new(0, -30, 0)
  1171. Part49.Color = Color3.new(0.431373, 0.6, 0.792157)
  1172. Part50.Parent = Model0
  1173. Part50.Material = Enum.Material.Slate
  1174. Part50.BrickColor = BrickColor.new("Linen")
  1175. Part50.Rotation = Vector3.new(0, -30, 0)
  1176. Part50.Anchored = true
  1177. Part50.Size = Vector3.new(117.580017, 51.5699959, 60.0900269)
  1178. Part50.CFrame = CFrame.new(-23.6834106, 19.4995804, 34.0503769, 0.866025388, 0, -0.500000238, 0, 1, 0, 0.500000238, 0, 0.866025388)
  1179. Part50.BottomSurface = Enum.SurfaceType.Smooth
  1180. Part50.TopSurface = Enum.SurfaceType.Smooth
  1181. Part50.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1182. Part50.Position = Vector3.new(-23.6834106, 19.4995804, 34.0503769)
  1183. Part50.Orientation = Vector3.new(0, -30, 0)
  1184. Part50.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1185. Part51.Parent = Model0
  1186. Part51.Material = Enum.Material.Grass
  1187. Part51.BrickColor = BrickColor.new("Medium blue")
  1188. Part51.Rotation = Vector3.new(0, -80, 0)
  1189. Part51.Anchored = true
  1190. Part51.Size = Vector3.new(118.030014, 1.2099942, 114.410019)
  1191. Part51.CFrame = CFrame.new(-41.9465408, 45.0095787, -33.7746506, 0.173647001, 0, -0.984807968, 0, 1, 0, 0.984807968, 0, 0.173647001)
  1192. Part51.BottomSurface = Enum.SurfaceType.Smooth
  1193. Part51.TopSurface = Enum.SurfaceType.Smooth
  1194. Part51.Color = Color3.new(0.431373, 0.6, 0.792157)
  1195. Part51.Position = Vector3.new(-41.9465408, 45.0095787, -33.7746506)
  1196. Part51.Orientation = Vector3.new(0, -80, 0)
  1197. Part51.Color = Color3.new(0.431373, 0.6, 0.792157)
  1198. Part52.Parent = Model0
  1199. Part52.Material = Enum.Material.Concrete
  1200. Part52.BrickColor = BrickColor.new("Smoky grey")
  1201. Part52.Rotation = Vector3.new(5.75, 57.2199974, -39.8799973)
  1202. Part52.Anchored = true
  1203. Part52.Size = Vector3.new(86.5800171, 5.1599884, 3.09002686)
  1204. Part52.CFrame = CFrame.new(-64.2769394, 205.220001, 493.32193, 0.415465921, 0.347177118, 0.840747356, -0.573384881, 0.817489564, -0.0542276837, -0.706128836, -0.459542096, 0.538705111)
  1205. Part52.BottomSurface = Enum.SurfaceType.Smooth
  1206. Part52.TopSurface = Enum.SurfaceType.Smooth
  1207. Part52.Color = Color3.new(0.356863, 0.364706, 0.411765)
  1208. Part52.Position = Vector3.new(-64.2769394, 205.220001, 493.32193)
  1209. Part52.Orientation = Vector3.new(3.1099999, 57.3499985, -35.0499992)
  1210. Part52.Color = Color3.new(0.356863, 0.364706, 0.411765)
  1211. Part53.Parent = Model0
  1212. Part53.Material = Enum.Material.Slate
  1213. Part53.BrickColor = BrickColor.new("Linen")
  1214. Part53.Rotation = Vector3.new(-180, -40, -180)
  1215. Part53.Anchored = true
  1216. Part53.Size = Vector3.new(117.580017, 51.5699959, 60.0900269)
  1217. Part53.CFrame = CFrame.new(-52.1034088, 5.69958019, -111.71965, -0.766044974, 0, -0.64278698, 0, 1, 0, 0.64278698, 0, -0.766044974)
  1218. Part53.BottomSurface = Enum.SurfaceType.Smooth
  1219. Part53.TopSurface = Enum.SurfaceType.Smooth
  1220. Part53.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1221. Part53.Position = Vector3.new(-52.1034088, 5.69958019, -111.71965)
  1222. Part53.Orientation = Vector3.new(0, -140, 0)
  1223. Part53.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1224. Part54.Parent = Model0
  1225. Part54.Material = Enum.Material.Concrete
  1226. Part54.BrickColor = BrickColor.new("Sand blue")
  1227. Part54.Rotation = Vector3.new(-11.8699999, 32.4399986, 6.42999983)
  1228. Part54.Anchored = true
  1229. Part54.Size = Vector3.new(20.6300144, 74.4299927, 47.8600273)
  1230. Part54.CFrame = CFrame.new(179.684586, 21.1150665, 121.851364, 0.838670671, -0.0945752785, 0.536364675, -7.4505806e-09, 0.984807849, 0.173647672, -0.544638872, -0.145633206, 0.825929403)
  1231. Part54.BottomSurface = Enum.SurfaceType.Smooth
  1232. Part54.TopSurface = Enum.SurfaceType.Smooth
  1233. Part54.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1234. Part54.Position = Vector3.new(179.684586, 21.1150665, 121.851364)
  1235. Part54.Orientation = Vector3.new(-10, 33, 0)
  1236. Part54.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1237. Part55.Parent = Model0
  1238. Part55.Material = Enum.Material.Slate
  1239. Part55.BrickColor = BrickColor.new("Linen")
  1240. Part55.Rotation = Vector3.new(-180, -10, -180)
  1241. Part55.Anchored = true
  1242. Part55.Size = Vector3.new(96.4800186, 51.5699959, 64.2900238)
  1243. Part55.CFrame = CFrame.new(12.2815237, 8.48958015, -150.70961, -0.984807968, 0, -0.173647001, 0, 1, 0, 0.173647001, 0, -0.984807968)
  1244. Part55.BottomSurface = Enum.SurfaceType.Smooth
  1245. Part55.TopSurface = Enum.SurfaceType.Smooth
  1246. Part55.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1247. Part55.Position = Vector3.new(12.2815237, 8.48958015, -150.70961)
  1248. Part55.Orientation = Vector3.new(0, -170, 0)
  1249. Part55.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1250. Part56.Parent = Model0
  1251. Part56.Material = Enum.Material.Grass
  1252. Part56.BrickColor = BrickColor.new("Medium blue")
  1253. Part56.Rotation = Vector3.new(-180, -10, -180)
  1254. Part56.Anchored = true
  1255. Part56.Size = Vector3.new(96.9300156, 1.2099942, 64.8800201)
  1256. Part56.CFrame = CFrame.new(12.2815237, 34.3595772, -150.70961, -0.984807968, 0, -0.173647001, 0, 1, 0, 0.173647001, 0, -0.984807968)
  1257. Part56.BottomSurface = Enum.SurfaceType.Smooth
  1258. Part56.TopSurface = Enum.SurfaceType.Smooth
  1259. Part56.Color = Color3.new(0.431373, 0.6, 0.792157)
  1260. Part56.Position = Vector3.new(12.2815237, 34.3595772, -150.70961)
  1261. Part56.Orientation = Vector3.new(0, -170, 0)
  1262. Part56.Color = Color3.new(0.431373, 0.6, 0.792157)
  1263. Part57.Parent = Model0
  1264. Part57.Material = Enum.Material.Grass
  1265. Part57.BrickColor = BrickColor.new("Medium blue")
  1266. Part57.Rotation = Vector3.new(180, 24, 180)
  1267. Part57.Anchored = true
  1268. Part57.Size = Vector3.new(133.230011, 1.2099942, 131.480011)
  1269. Part57.CFrame = CFrame.new(77.8180084, 34.7395897, -112.906281, -0.913545072, -1.3794147e-07, 0.406737536, -2.12411464e-07, 1, -1.3794147e-07, -0.406737536, -2.12411464e-07, -0.913545072)
  1270. Part57.BottomSurface = Enum.SurfaceType.Smooth
  1271. Part57.TopSurface = Enum.SurfaceType.Smooth
  1272. Part57.Color = Color3.new(0.431373, 0.6, 0.792157)
  1273. Part57.Position = Vector3.new(77.8180084, 34.7395897, -112.906281)
  1274. Part57.Orientation = Vector3.new(0, 156, 0)
  1275. Part57.Color = Color3.new(0.431373, 0.6, 0.792157)
  1276. Part58.Parent = Model0
  1277. Part58.Material = Enum.Material.Slate
  1278. Part58.BrickColor = BrickColor.new("Linen")
  1279. Part58.Rotation = Vector3.new(180, 24, 180)
  1280. Part58.Anchored = true
  1281. Part58.Size = Vector3.new(132.780014, 51.5699959, 130.890015)
  1282. Part58.CFrame = CFrame.new(77.8180084, 8.86958981, -112.906281, -0.913545072, -1.3794147e-07, 0.406737536, -2.12411464e-07, 1, -1.3794147e-07, -0.406737536, -2.12411464e-07, -0.913545072)
  1283. Part58.BottomSurface = Enum.SurfaceType.Smooth
  1284. Part58.TopSurface = Enum.SurfaceType.Smooth
  1285. Part58.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1286. Part58.Position = Vector3.new(77.8180084, 8.86958981, -112.906281)
  1287. Part58.Orientation = Vector3.new(0, 156, 0)
  1288. Part58.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1289. Part59.Parent = Model0
  1290. Part59.Material = Enum.Material.Slate
  1291. Part59.BrickColor = BrickColor.new("Linen")
  1292. Part59.Rotation = Vector3.new(180, -59, 180)
  1293. Part59.Anchored = true
  1294. Part59.Size = Vector3.new(97.5800171, 24.5699959, 42.1500244)
  1295. Part59.CFrame = CFrame.new(193.720444, 143.759583, 170.48407, -0.51503855, -7.77686608e-08, -0.857167006, -2.15671889e-08, 1, -7.77686608e-08, 0.857167006, -2.15671889e-08, -0.51503855)
  1296. Part59.BottomSurface = Enum.SurfaceType.Smooth
  1297. Part59.TopSurface = Enum.SurfaceType.Smooth
  1298. Part59.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1299. Part59.Position = Vector3.new(193.720444, 143.759583, 170.48407)
  1300. Part59.Orientation = Vector3.new(0, -121, 0)
  1301. Part59.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1302. Part60.Parent = Model0
  1303. Part60.Material = Enum.Material.Concrete
  1304. Part60.BrickColor = BrickColor.new("Smoky grey")
  1305. Part60.Rotation = Vector3.new(5.75, 57.2199974, -39.8799973)
  1306. Part60.Anchored = true
  1307. Part60.Size = Vector3.new(86.5800171, 5.1599884, 3.09002686)
  1308. Part60.CFrame = CFrame.new(-80.2511215, 206.25032, 483.086456, 0.415465921, 0.347177118, 0.840747356, -0.573384881, 0.817489564, -0.0542276837, -0.706128836, -0.459542096, 0.538705111)
  1309. Part60.BottomSurface = Enum.SurfaceType.Smooth
  1310. Part60.TopSurface = Enum.SurfaceType.Smooth
  1311. Part60.Color = Color3.new(0.356863, 0.364706, 0.411765)
  1312. Part60.Position = Vector3.new(-80.2511215, 206.25032, 483.086456)
  1313. Part60.Orientation = Vector3.new(3.1099999, 57.3499985, -35.0499992)
  1314. Part60.Color = Color3.new(0.356863, 0.364706, 0.411765)
  1315. Part61.Parent = Model0
  1316. Part61.Material = Enum.Material.Slate
  1317. Part61.BrickColor = BrickColor.new("Linen")
  1318. Part61.Rotation = Vector3.new(180, -45, 180)
  1319. Part61.Anchored = true
  1320. Part61.Size = Vector3.new(50.5800171, 29.5699959, 42.1500244)
  1321. Part61.CFrame = CFrame.new(158.898514, 141.259583, 222.02594, -0.707107246, -1.06770223e-07, -0.707106352, -4.42257146e-08, 1, -1.06770223e-07, 0.707106352, -4.42257146e-08, -0.707107246)
  1322. Part61.BottomSurface = Enum.SurfaceType.Smooth
  1323. Part61.TopSurface = Enum.SurfaceType.Smooth
  1324. Part61.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1325. Part61.Position = Vector3.new(158.898514, 141.259583, 222.02594)
  1326. Part61.Orientation = Vector3.new(0, -135, 0)
  1327. Part61.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1328. Part62.Parent = Model0
  1329. Part62.Material = Enum.Material.Grass
  1330. Part62.BrickColor = BrickColor.new("Medium blue")
  1331. Part62.Rotation = Vector3.new(180, -59, 180)
  1332. Part62.Anchored = true
  1333. Part62.Size = Vector3.new(98.030014, 1.2099942, 42.4400177)
  1334. Part62.CFrame = CFrame.new(193.591888, 156.129578, 170.406845, -0.51503855, -7.77686608e-08, -0.857167006, -2.15671889e-08, 1, -7.77686608e-08, 0.857167006, -2.15671889e-08, -0.51503855)
  1335. Part62.BottomSurface = Enum.SurfaceType.Smooth
  1336. Part62.TopSurface = Enum.SurfaceType.Smooth
  1337. Part62.Color = Color3.new(0.431373, 0.6, 0.792157)
  1338. Part62.Position = Vector3.new(193.591888, 156.129578, 170.406845)
  1339. Part62.Orientation = Vector3.new(0, -121, 0)
  1340. Part62.Color = Color3.new(0.431373, 0.6, 0.792157)
  1341. Part63.Parent = Model0
  1342. Part63.Material = Enum.Material.Slate
  1343. Part63.BrickColor = BrickColor.new("Linen")
  1344. Part63.Rotation = Vector3.new(180, -75, 180)
  1345. Part63.Anchored = true
  1346. Part63.Size = Vector3.new(61.5800171, 35.5699959, 174.150024)
  1347. Part63.CFrame = CFrame.new(294.585907, 136.359589, 189.987167, -0.25881964, -1.14578583e-07, -0.965925694, -4.42257146e-08, 1, -1.06770223e-07, 0.965925694, 1.50845203e-08, -0.25881964)
  1348. Part63.BottomSurface = Enum.SurfaceType.Smooth
  1349. Part63.TopSurface = Enum.SurfaceType.Smooth
  1350. Part63.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1351. Part63.Position = Vector3.new(294.585907, 136.359589, 189.987167)
  1352. Part63.Orientation = Vector3.new(0, -105, 0)
  1353. Part63.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1354. Part64.Parent = Model0
  1355. Part64.Material = Enum.Material.Concrete
  1356. Part64.BrickColor = BrickColor.new("Smoky grey")
  1357. Part64.Rotation = Vector3.new(5.75, 57.2199974, -39.8799973)
  1358. Part64.Anchored = true
  1359. Part64.Size = Vector3.new(86.5800171, 2.1599884, 18.0900269)
  1360. Part64.CFrame = CFrame.new(-72.7848358, 204.508926, 488.893433, 0.415465921, 0.347177118, 0.840747356, -0.573384881, 0.817489564, -0.0542276837, -0.706128836, -0.459542096, 0.538705111)
  1361. Part64.BottomSurface = Enum.SurfaceType.Smooth
  1362. Part64.TopSurface = Enum.SurfaceType.Smooth
  1363. Part64.Color = Color3.new(0.356863, 0.364706, 0.411765)
  1364. Part64.Position = Vector3.new(-72.7848358, 204.508926, 488.893433)
  1365. Part64.Orientation = Vector3.new(3.1099999, 57.3499985, -35.0499992)
  1366. Part64.Color = Color3.new(0.356863, 0.364706, 0.411765)
  1367. Part65.Parent = Model0
  1368. Part65.Material = Enum.Material.Grass
  1369. Part65.BrickColor = BrickColor.new("Medium blue")
  1370. Part65.Rotation = Vector3.new(180, -45, 180)
  1371. Part65.Anchored = true
  1372. Part65.Size = Vector3.new(51.030014, 1.2099942, 42.4400177)
  1373. Part65.CFrame = CFrame.new(158.79245, 156.129578, 221.919891, -0.707107246, -1.06770223e-07, -0.707106352, -4.42257146e-08, 1, -1.06770223e-07, 0.707106352, -4.42257146e-08, -0.707107246)
  1374. Part65.BottomSurface = Enum.SurfaceType.Smooth
  1375. Part65.TopSurface = Enum.SurfaceType.Smooth
  1376. Part65.Color = Color3.new(0.431373, 0.6, 0.792157)
  1377. Part65.Position = Vector3.new(158.79245, 156.129578, 221.919891)
  1378. Part65.Orientation = Vector3.new(0, -135, 0)
  1379. Part65.Color = Color3.new(0.431373, 0.6, 0.792157)
  1380. Part66.Parent = Model0
  1381. Part66.Material = Enum.Material.Grass
  1382. Part66.BrickColor = BrickColor.new("Medium blue")
  1383. Part66.Rotation = Vector3.new(180, -75, 180)
  1384. Part66.Anchored = true
  1385. Part66.Size = Vector3.new(62.030014, 1.2099942, 174.440018)
  1386. Part66.CFrame = CFrame.new(294.441071, 154.229584, 189.948364, -0.25881964, -1.14578583e-07, -0.965925694, -4.42257146e-08, 1, -1.06770223e-07, 0.965925694, 1.50845203e-08, -0.25881964)
  1387. Part66.BottomSurface = Enum.SurfaceType.Smooth
  1388. Part66.TopSurface = Enum.SurfaceType.Smooth
  1389. Part66.Color = Color3.new(0.431373, 0.6, 0.792157)
  1390. Part66.Position = Vector3.new(294.441071, 154.229584, 189.948364)
  1391. Part66.Orientation = Vector3.new(0, -105, 0)
  1392. Part66.Color = Color3.new(0.431373, 0.6, 0.792157)
  1393. Part67.Parent = Model0
  1394. Part67.Material = Enum.Material.Slate
  1395. Part67.BrickColor = BrickColor.new("Linen")
  1396. Part67.Rotation = Vector3.new(0, -80, 0)
  1397. Part67.Anchored = true
  1398. Part67.Size = Vector3.new(117.580017, 51.5699959, 114.470024)
  1399. Part67.CFrame = CFrame.new(-41.6264763, 19.1395741, -33.8310852, 0.173647001, 0, -0.984807968, 0, 1, 0, 0.984807968, 0, 0.173647001)
  1400. Part67.BottomSurface = Enum.SurfaceType.Smooth
  1401. Part67.TopSurface = Enum.SurfaceType.Smooth
  1402. Part67.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1403. Part67.Position = Vector3.new(-41.6264763, 19.1395741, -33.8310852)
  1404. Part67.Orientation = Vector3.new(0, -80, 0)
  1405. Part67.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1406. Part68.Parent = Model0
  1407. Part68.Material = Enum.Material.Slate
  1408. Part68.BrickColor = BrickColor.new("Linen")
  1409. Part68.Rotation = Vector3.new(-180, -49, -180)
  1410. Part68.Anchored = true
  1411. Part68.Size = Vector3.new(72.5800171, 51.5699959, 44.0900269)
  1412. Part68.CFrame = CFrame.new(-97.6324463, -2.07041717, 101.396202, -0.656060994, 0, -0.754707992, 0, 1, 0, 0.754707992, 0, -0.656060994)
  1413. Part68.BottomSurface = Enum.SurfaceType.Smooth
  1414. Part68.TopSurface = Enum.SurfaceType.Smooth
  1415. Part68.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1416. Part68.Position = Vector3.new(-97.6324463, -2.07041717, 101.396202)
  1417. Part68.Orientation = Vector3.new(0, -131, 0)
  1418. Part68.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1419. Part69.Parent = Model0
  1420. Part69.Material = Enum.Material.Slate
  1421. Part69.BrickColor = BrickColor.new("Linen")
  1422. Part69.Rotation = Vector3.new(-180, -64, -180)
  1423. Part69.Anchored = true
  1424. Part69.Size = Vector3.new(72.5800171, 51.5699959, 44.0900269)
  1425. Part69.CFrame = CFrame.new(-120.016495, -11.0704136, 116.494438, -0.438371867, 0, -0.898793757, 0, 1, 0, 0.898793757, 0, -0.438371867)
  1426. Part69.BottomSurface = Enum.SurfaceType.Smooth
  1427. Part69.TopSurface = Enum.SurfaceType.Smooth
  1428. Part69.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1429. Part69.Position = Vector3.new(-120.016495, -11.0704136, 116.494438)
  1430. Part69.Orientation = Vector3.new(0, -116, 0)
  1431. Part69.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1432. Part70.Parent = Model0
  1433. Part70.Material = Enum.Material.Grass
  1434. Part70.BrickColor = BrickColor.new("Medium blue")
  1435. Part70.Rotation = Vector3.new(-180, -49, -180)
  1436. Part70.Anchored = true
  1437. Part70.Size = Vector3.new(73.030014, 1.2099942, 44.6800232)
  1438. Part70.CFrame = CFrame.new(-97.6324463, 23.7995796, 101.396202, -0.656060994, 0, -0.754707992, 0, 1, 0, 0.754707992, 0, -0.656060994)
  1439. Part70.BottomSurface = Enum.SurfaceType.Smooth
  1440. Part70.TopSurface = Enum.SurfaceType.Smooth
  1441. Part70.Color = Color3.new(0.431373, 0.6, 0.792157)
  1442. Part70.Position = Vector3.new(-97.6324463, 23.7995796, 101.396202)
  1443. Part70.Orientation = Vector3.new(0, -131, 0)
  1444. Part70.Color = Color3.new(0.431373, 0.6, 0.792157)
  1445. Part71.Parent = Model0
  1446. Part71.Material = Enum.Material.Grass
  1447. Part71.BrickColor = BrickColor.new("Medium blue")
  1448. Part71.Rotation = Vector3.new(-180, -64, -180)
  1449. Part71.Anchored = true
  1450. Part71.Size = Vector3.new(73.030014, 1.2099942, 44.6800232)
  1451. Part71.CFrame = CFrame.new(-120.016495, 14.7995872, 116.494438, -0.438371867, 0, -0.898793757, 0, 1, 0, 0.898793757, 0, -0.438371867)
  1452. Part71.BottomSurface = Enum.SurfaceType.Smooth
  1453. Part71.TopSurface = Enum.SurfaceType.Smooth
  1454. Part71.Color = Color3.new(0.431373, 0.6, 0.792157)
  1455. Part71.Position = Vector3.new(-120.016495, 14.7995872, 116.494438)
  1456. Part71.Orientation = Vector3.new(0, -116, 0)
  1457. Part71.Color = Color3.new(0.431373, 0.6, 0.792157)
  1458. Part72.Parent = Model0
  1459. Part72.Material = Enum.Material.Grass
  1460. Part72.BrickColor = BrickColor.new("Medium blue")
  1461. Part72.Rotation = Vector3.new(-180, -77, -180)
  1462. Part72.Anchored = true
  1463. Part72.Size = Vector3.new(73.030014, 1.2099942, 44.6800232)
  1464. Part72.CFrame = CFrame.new(-102.697227, 25.4595814, 24.0308151, -0.224954098, 0, -0.974369466, 0, 1, 0, 0.974369466, 0, -0.224954098)
  1465. Part72.BottomSurface = Enum.SurfaceType.Smooth
  1466. Part72.TopSurface = Enum.SurfaceType.Smooth
  1467. Part72.Color = Color3.new(0.431373, 0.6, 0.792157)
  1468. Part72.Position = Vector3.new(-102.697227, 25.4595814, 24.0308151)
  1469. Part72.Orientation = Vector3.new(0, -103, 0)
  1470. Part72.Color = Color3.new(0.431373, 0.6, 0.792157)
  1471. Part73.Parent = Model0
  1472. Part73.Material = Enum.Material.Grass
  1473. Part73.BrickColor = BrickColor.new("Medium blue")
  1474. Part73.Rotation = Vector3.new(0, -88, 0)
  1475. Part73.Anchored = true
  1476. Part73.Size = Vector3.new(73.030014, 1.2099942, 44.6800232)
  1477. Part73.CFrame = CFrame.new(-115.372955, 16.4595852, 47.8704033, 0.0348989964, 0, -0.9993909, 0, 1, 0, 0.9993909, 0, 0.0348989964)
  1478. Part73.BottomSurface = Enum.SurfaceType.Smooth
  1479. Part73.TopSurface = Enum.SurfaceType.Smooth
  1480. Part73.Color = Color3.new(0.431373, 0.6, 0.792157)
  1481. Part73.Position = Vector3.new(-115.372955, 16.4595852, 47.8704033)
  1482. Part73.Orientation = Vector3.new(0, -88, 0)
  1483. Part73.Color = Color3.new(0.431373, 0.6, 0.792157)
  1484. Part74.Parent = Model0
  1485. Part74.Material = Enum.Material.Slate
  1486. Part74.BrickColor = BrickColor.new("Linen")
  1487. Part74.Rotation = Vector3.new(-180, -77, -180)
  1488. Part74.Anchored = true
  1489. Part74.Size = Vector3.new(72.5800171, 51.5699959, 44.0900269)
  1490. Part74.CFrame = CFrame.new(-102.697227, -0.410416991, 24.0308151, -0.224954098, 0, -0.974369466, 0, 1, 0, 0.974369466, 0, -0.224954098)
  1491. Part74.BottomSurface = Enum.SurfaceType.Smooth
  1492. Part74.TopSurface = Enum.SurfaceType.Smooth
  1493. Part74.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1494. Part74.Position = Vector3.new(-102.697227, -0.410416991, 24.0308151)
  1495. Part74.Orientation = Vector3.new(0, -103, 0)
  1496. Part74.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1497. Part75.Parent = Model0
  1498. Part75.Material = Enum.Material.Slate
  1499. Part75.BrickColor = BrickColor.new("Linen")
  1500. Part75.Rotation = Vector3.new(0, -88, 0)
  1501. Part75.Anchored = true
  1502. Part75.Size = Vector3.new(72.5800171, 51.5699959, 44.0900269)
  1503. Part75.CFrame = CFrame.new(-115.372955, -9.41041279, 47.8704033, 0.0348989964, 0, -0.9993909, 0, 1, 0, 0.9993909, 0, 0.0348989964)
  1504. Part75.BottomSurface = Enum.SurfaceType.Smooth
  1505. Part75.TopSurface = Enum.SurfaceType.Smooth
  1506. Part75.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1507. Part75.Position = Vector3.new(-115.372955, -9.41041279, 47.8704033)
  1508. Part75.Orientation = Vector3.new(0, -88, 0)
  1509. Part75.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1510. Part76.Parent = Model0
  1511. Part76.Material = Enum.Material.Grass
  1512. Part76.BrickColor = BrickColor.new("Medium blue")
  1513. Part76.Rotation = Vector3.new(180, -64, 180)
  1514. Part76.Anchored = true
  1515. Part76.Size = Vector3.new(197.030014, 1.2099942, 235.680023)
  1516. Part76.CFrame = CFrame.new(-197.078583, 15.7995834, 228.890045, -0.438371688, -6.61922854e-08, -0.898793757, -1.52817137e-08, 1, -6.61922854e-08, 0.898793757, -1.52817137e-08, -0.438371688)
  1517. Part76.BottomSurface = Enum.SurfaceType.Smooth
  1518. Part76.TopSurface = Enum.SurfaceType.Smooth
  1519. Part76.Color = Color3.new(0.431373, 0.6, 0.792157)
  1520. Part76.Position = Vector3.new(-197.078583, 15.7995834, 228.890045)
  1521. Part76.Orientation = Vector3.new(0, -116, 0)
  1522. Part76.Color = Color3.new(0.431373, 0.6, 0.792157)
  1523. Part77.Parent = Model0
  1524. Part77.Material = Enum.Material.Slate
  1525. Part77.BrickColor = BrickColor.new("Linen")
  1526. Part77.Rotation = Vector3.new(180, -64, 180)
  1527. Part77.Anchored = true
  1528. Part77.Size = Vector3.new(196.580017, 51.5699959, 235.090027)
  1529. Part77.CFrame = CFrame.new(-197.078583, -10.0704174, 228.890045, -0.438371688, -6.61922854e-08, -0.898793757, -1.52817137e-08, 1, -6.61922854e-08, 0.898793757, -1.52817137e-08, -0.438371688)
  1530. Part77.BottomSurface = Enum.SurfaceType.Smooth
  1531. Part77.TopSurface = Enum.SurfaceType.Smooth
  1532. Part77.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1533. Part77.Position = Vector3.new(-197.078583, -10.0704174, 228.890045)
  1534. Part77.Orientation = Vector3.new(0, -116, 0)
  1535. Part77.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1536. Part78.Parent = Model0
  1537. Part78.Material = Enum.Material.Grass
  1538. Part78.BrickColor = BrickColor.new("Medium blue")
  1539. Part78.Rotation = Vector3.new(0, -86, 0)
  1540. Part78.Anchored = true
  1541. Part78.Size = Vector3.new(324.030029, 1.2099942, 234.680023)
  1542. Part78.CFrame = CFrame.new(-297.240265, 12.7995796, 171.533829, 0.0697569847, -6.49661089e-08, -0.997564018, -1.5281671e-08, 1, -6.61933584e-08, 0.997564018, 1.98618864e-08, 0.0697569847)
  1543. Part78.BottomSurface = Enum.SurfaceType.Smooth
  1544. Part78.TopSurface = Enum.SurfaceType.Smooth
  1545. Part78.Color = Color3.new(0.431373, 0.6, 0.792157)
  1546. Part78.Position = Vector3.new(-297.240265, 12.7995796, 171.533829)
  1547. Part78.Orientation = Vector3.new(0, -86, 0)
  1548. Part78.Color = Color3.new(0.431373, 0.6, 0.792157)
  1549. Part79.Parent = Model0
  1550. Part79.Material = Enum.Material.Slate
  1551. Part79.BrickColor = BrickColor.new("Linen")
  1552. Part79.Rotation = Vector3.new(0, -86, 0)
  1553. Part79.Anchored = true
  1554. Part79.Size = Vector3.new(323.580017, 51.5699959, 234.090027)
  1555. Part79.CFrame = CFrame.new(-297.240265, -13.0704212, 171.533829, 0.0697569847, -6.49661089e-08, -0.997564018, -1.5281671e-08, 1, -6.61933584e-08, 0.997564018, 1.98618864e-08, 0.0697569847)
  1556. Part79.BottomSurface = Enum.SurfaceType.Smooth
  1557. Part79.TopSurface = Enum.SurfaceType.Smooth
  1558. Part79.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1559. Part79.Position = Vector3.new(-297.240265, -13.0704212, 171.533829)
  1560. Part79.Orientation = Vector3.new(0, -86, 0)
  1561. Part79.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1562. Part80.Parent = Model0
  1563. Part80.Material = Enum.Material.Grass
  1564. Part80.BrickColor = BrickColor.new("Medium blue")
  1565. Part80.Rotation = Vector3.new(180, -64, 180)
  1566. Part80.Anchored = true
  1567. Part80.Size = Vector3.new(217.030014, 1.2099942, 235.680023)
  1568. Part80.CFrame = CFrame.new(-253.462296, 80.7995834, 352.877991, -0.438371688, -6.61922854e-08, -0.898793757, -1.52817137e-08, 1, -6.61922854e-08, 0.898793757, -1.52817137e-08, -0.438371688)
  1569. Part80.BottomSurface = Enum.SurfaceType.Smooth
  1570. Part80.TopSurface = Enum.SurfaceType.Smooth
  1571. Part80.Color = Color3.new(0.431373, 0.6, 0.792157)
  1572. Part80.Position = Vector3.new(-253.462296, 80.7995834, 352.877991)
  1573. Part80.Orientation = Vector3.new(0, -116, 0)
  1574. Part80.Color = Color3.new(0.431373, 0.6, 0.792157)
  1575. Part81.Parent = Model0
  1576. Part81.Material = Enum.Material.Slate
  1577. Part81.BrickColor = BrickColor.new("Linen")
  1578. Part81.Rotation = Vector3.new(180, -64, 180)
  1579. Part81.Anchored = true
  1580. Part81.Size = Vector3.new(216.580017, 76.5699921, 235.090027)
  1581. Part81.CFrame = CFrame.new(-253.462296, 42.4295807, 352.877991, -0.438371688, -6.61922854e-08, -0.898793757, -1.52817137e-08, 1, -6.61922854e-08, 0.898793757, -1.52817137e-08, -0.438371688)
  1582. Part81.BottomSurface = Enum.SurfaceType.Smooth
  1583. Part81.TopSurface = Enum.SurfaceType.Smooth
  1584. Part81.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1585. Part81.Position = Vector3.new(-253.462296, 42.4295807, 352.877991)
  1586. Part81.Orientation = Vector3.new(0, -116, 0)
  1587. Part81.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1588. Model82.Parent = Model0
  1589. Part83.Parent = Model0
  1590. Part83.Material = Enum.Material.Slate
  1591. Part83.BrickColor = BrickColor.new("Linen")
  1592. Part83.Rotation = Vector3.new(112.5, -88.3199997, 118.299995)
  1593. Part83.Anchored = true
  1594. Part83.Size = Vector3.new(17.5800171, 16.5699959, 26.1500244)
  1595. Part83.CFrame = CFrame.new(238.838364, 137.040329, 9.70035553, -0.0139200389, -0.0258537531, -0.99956888, 0.100919053, 0.994524658, -0.027128689, 0.99479723, -0.101253167, -0.0112346662)
  1596. Part83.BottomSurface = Enum.SurfaceType.Smooth
  1597. Part83.TopSurface = Enum.SurfaceType.Smooth
  1598. Part83.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1599. Part83.Position = Vector3.new(238.838364, 137.040329, 9.70035553)
  1600. Part83.Orientation = Vector3.new(1.54999995, -90.6399994, 5.78999996)
  1601. Part83.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1602. Part84.Parent = Model0
  1603. Part84.Material = Enum.Material.Grass
  1604. Part84.BrickColor = BrickColor.new("Medium blue")
  1605. Part84.Rotation = Vector3.new(115.5, -88.3199997, 118.299995)
  1606. Part84.Anchored = true
  1607. Part84.Size = Vector3.new(38.030014, 1.2099942, 29.4400177)
  1608. Part84.CFrame = CFrame.new(238.665634, 147.306717, 31.1842556, -0.0139200389, -0.0258537531, -0.99956888, 0.0487170815, 0.998460948, -0.026503535, 0.99871558, -0.0490649976, -0.0126390755)
  1609. Part84.BottomSurface = Enum.SurfaceType.Smooth
  1610. Part84.TopSurface = Enum.SurfaceType.Smooth
  1611. Part84.Color = Color3.new(0.431373, 0.6, 0.792157)
  1612. Part84.Position = Vector3.new(238.665634, 147.306717, 31.1842556)
  1613. Part84.Orientation = Vector3.new(1.51999998, -90.7200012, 2.78999996)
  1614. Part84.Color = Color3.new(0.431373, 0.6, 0.792157)
  1615. Part85.Parent = Model0
  1616. Part85.Material = Enum.Material.Slate
  1617. Part85.BrickColor = BrickColor.new("Linen")
  1618. Part85.Rotation = Vector3.new(115.5, -88.3199997, 118.299995)
  1619. Part85.Anchored = true
  1620. Part85.Size = Vector3.new(37.5800171, 16.5699959, 29.1500244)
  1621. Part85.CFrame = CFrame.new(239.031891, 138.953568, 31.5968876, -0.0139200389, -0.0258537531, -0.99956888, 0.0487170815, 0.998460948, -0.026503535, 0.99871558, -0.0490649976, -0.0126390755)
  1622. Part85.BottomSurface = Enum.SurfaceType.Smooth
  1623. Part85.TopSurface = Enum.SurfaceType.Smooth
  1624. Part85.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1625. Part85.Position = Vector3.new(239.031891, 138.953568, 31.5968876)
  1626. Part85.Orientation = Vector3.new(1.51999998, -90.7200012, 2.78999996)
  1627. Part85.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1628. Model86.Parent = Model0
  1629. Part87.Parent = Model86
  1630. Part87.Material = Enum.Material.Concrete
  1631. Part87.BrickColor = BrickColor.new("Sand blue")
  1632. Part87.Rotation = Vector3.new(-180, -64, -180)
  1633. Part87.Anchored = true
  1634. Part87.Size = Vector3.new(27.3130665, 47.9908981, 11.1765003)
  1635. Part87.CFrame = CFrame.new(183.553268, 64.1200714, 234.119858, -0.438369066, 0, -0.898795128, 0, 1, 0, 0.898795128, 0, -0.438369066)
  1636. Part87.BottomSurface = Enum.SurfaceType.Smooth
  1637. Part87.TopSurface = Enum.SurfaceType.Smooth
  1638. Part87.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1639. Part87.Position = Vector3.new(183.553268, 64.1200714, 234.119858)
  1640. Part87.Orientation = Vector3.new(0, -116, 0)
  1641. Part87.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1642. Part88.Parent = Model86
  1643. Part88.Material = Enum.Material.Concrete
  1644. Part88.BrickColor = BrickColor.new("Sand blue")
  1645. Part88.Rotation = Vector3.new(0, -68, 0)
  1646. Part88.Anchored = true
  1647. Part88.Size = Vector3.new(115.552383, 1.37728, 119.525932)
  1648. Part88.CFrame = CFrame.new(234.813263, 63.8133469, 260.657135, 0.374608994, 0, -0.927182972, 0, 1, 0, 0.927182972, 0, 0.374608994)
  1649. Part88.BottomSurface = Enum.SurfaceType.Smooth
  1650. Part88.TopSurface = Enum.SurfaceType.Smooth
  1651. Part88.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1652. Part88.Position = Vector3.new(234.813263, 63.8133469, 260.657135)
  1653. Part88.Orientation = Vector3.new(0, -68, 0)
  1654. Part88.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1655. CylinderMesh89.Parent = Part88
  1656. Part90.Parent = Model86
  1657. Part90.Material = Enum.Material.Concrete
  1658. Part90.BrickColor = BrickColor.new("Sand blue")
  1659. Part90.Rotation = Vector3.new(-180, -6, -180)
  1660. Part90.Anchored = true
  1661. Part90.Size = Vector3.new(27.3130665, 47.9908981, 11.1765003)
  1662. Part90.CFrame = CFrame.new(230.355652, 64.1200714, 201.348404, -0.994521976, 0, -0.104528002, 0, 1, 0, 0.104528002, 0, -0.994521976)
  1663. Part90.BottomSurface = Enum.SurfaceType.Smooth
  1664. Part90.TopSurface = Enum.SurfaceType.Smooth
  1665. Part90.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1666. Part90.Position = Vector3.new(230.355652, 64.1200714, 201.348404)
  1667. Part90.Orientation = Vector3.new(0, -174, 0)
  1668. Part90.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1669. Model91.Parent = Model86
  1670. Part92.Parent = Model86
  1671. Part92.Material = Enum.Material.Concrete
  1672. Part92.BrickColor = BrickColor.new("Sand blue")
  1673. Part92.Rotation = Vector3.new(-180, -88, -180)
  1674. Part92.Anchored = true
  1675. Part92.Size = Vector3.new(27.3130665, 47.9908981, 11.1765003)
  1676. Part92.CFrame = CFrame.new(177.625519, 64.1200714, 257.894653, -0.0348949991, 0, -0.999391019, 0, 1, 0, 0.999391019, 0, -0.0348949991)
  1677. Part92.BottomSurface = Enum.SurfaceType.Smooth
  1678. Part92.TopSurface = Enum.SurfaceType.Smooth
  1679. Part92.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1680. Part92.Position = Vector3.new(177.625519, 64.1200714, 257.894653)
  1681. Part92.Orientation = Vector3.new(0, -92, 0)
  1682. Part92.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1683. Part93.Parent = Model86
  1684. Part93.Material = Enum.Material.Concrete
  1685. Part93.BrickColor = BrickColor.new("Sand blue")
  1686. Part93.Rotation = Vector3.new(0, -68, 0)
  1687. Part93.Anchored = true
  1688. Part93.Size = Vector3.new(27.3130665, 47.9908981, 11.1765003)
  1689. Part93.CFrame = CFrame.new(181.88031, 64.1200714, 282.025024, 0.374608994, 0, -0.927182972, 0, 1, 0, 0.927182972, 0, 0.374608994)
  1690. Part93.BottomSurface = Enum.SurfaceType.Smooth
  1691. Part93.TopSurface = Enum.SurfaceType.Smooth
  1692. Part93.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1693. Part93.Position = Vector3.new(181.88031, 64.1200714, 282.025024)
  1694. Part93.Orientation = Vector3.new(0, -68, 0)
  1695. Part93.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1696. Part94.Parent = Model86
  1697. Part94.Material = Enum.Material.Concrete
  1698. Part94.BrickColor = BrickColor.new("Sand blue")
  1699. Part94.Rotation = Vector3.new(-180, -6, -180)
  1700. Part94.Anchored = true
  1701. Part94.Size = Vector3.new(27.3130665, 47.9908981, 11.1765003)
  1702. Part94.CFrame = CFrame.new(242.674469, 64.1200714, 318.553955, -0.994521976, 0, -0.104528002, 0, 1, 0, 0.104528002, 0, -0.994521976)
  1703. Part94.BottomSurface = Enum.SurfaceType.Smooth
  1704. Part94.TopSurface = Enum.SurfaceType.Smooth
  1705. Part94.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1706. Part94.Position = Vector3.new(242.674469, 64.1200714, 318.553955)
  1707. Part94.Orientation = Vector3.new(0, -174, 0)
  1708. Part94.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1709. Part95.Parent = Model86
  1710. Part95.Material = Enum.Material.Concrete
  1711. Part95.BrickColor = BrickColor.new("Sand blue")
  1712. Part95.Rotation = Vector3.new(-180, -64, -180)
  1713. Part95.Anchored = true
  1714. Part95.Size = Vector3.new(27.3130665, 47.9908981, 11.1765003)
  1715. Part95.CFrame = CFrame.new(289.476929, 64.1200714, 285.78241, -0.438369066, 0, -0.898795128, 0, 1, 0, 0.898795128, 0, -0.438369066)
  1716. Part95.BottomSurface = Enum.SurfaceType.Smooth
  1717. Part95.TopSurface = Enum.SurfaceType.Smooth
  1718. Part95.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1719. Part95.Position = Vector3.new(289.476929, 64.1200714, 285.78241)
  1720. Part95.Orientation = Vector3.new(0, -116, 0)
  1721. Part95.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1722. Part96.Parent = Model86
  1723. Part96.Material = Enum.Material.Concrete
  1724. Part96.BrickColor = BrickColor.new("Sand blue")
  1725. Part96.Rotation = Vector3.new(-180, -88, -180)
  1726. Part96.Anchored = true
  1727. Part96.Size = Vector3.new(27.3130665, 47.9908981, 11.1765003)
  1728. Part96.CFrame = CFrame.new(295.404602, 64.1200714, 262.007599, -0.0348949991, 0, -0.999391019, 0, 1, 0, 0.999391019, 0, -0.0348949991)
  1729. Part96.BottomSurface = Enum.SurfaceType.Smooth
  1730. Part96.TopSurface = Enum.SurfaceType.Smooth
  1731. Part96.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1732. Part96.Position = Vector3.new(295.404602, 64.1200714, 262.007599)
  1733. Part96.Orientation = Vector3.new(0, -92, 0)
  1734. Part96.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1735. Part97.Parent = Model86
  1736. Part97.Material = Enum.Material.Concrete
  1737. Part97.BrickColor = BrickColor.new("Sand blue")
  1738. Part97.Rotation = Vector3.new(0, -68, 0)
  1739. Part97.Anchored = true
  1740. Part97.Size = Vector3.new(27.3130665, 47.9908981, 11.1765003)
  1741. Part97.CFrame = CFrame.new(291.14978, 64.1200714, 237.877274, 0.374608994, 0, -0.927182972, 0, 1, 0, 0.927182972, 0, 0.374608994)
  1742. Part97.BottomSurface = Enum.SurfaceType.Smooth
  1743. Part97.TopSurface = Enum.SurfaceType.Smooth
  1744. Part97.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1745. Part97.Position = Vector3.new(291.14978, 64.1200714, 237.877274)
  1746. Part97.Orientation = Vector3.new(0, -68, 0)
  1747. Part97.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1748. Model98.Parent = Model0
  1749. Part99.Parent = Model98
  1750. Part99.Material = Enum.Material.Concrete
  1751. Part99.BrickColor = BrickColor.new("Sand blue")
  1752. Part99.Rotation = Vector3.new(-180, -64, -180)
  1753. Part99.Anchored = true
  1754. Part99.Size = Vector3.new(36.7572327, 64.5848923, 15.0410242)
  1755. Part99.CFrame = CFrame.new(-342.516022, 81.6970444, 303.206848, -0.438369066, 0, -0.898795128, 0, 1, 0, 0.898795128, 0, -0.438369066)
  1756. Part99.BottomSurface = Enum.SurfaceType.Smooth
  1757. Part99.TopSurface = Enum.SurfaceType.Smooth
  1758. Part99.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1759. Part99.Position = Vector3.new(-342.516022, 81.6970444, 303.206848)
  1760. Part99.Orientation = Vector3.new(0, -116, 0)
  1761. Part99.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1762. Part100.Parent = Model98
  1763. Part100.Material = Enum.Material.Concrete
  1764. Part100.BrickColor = BrickColor.new("Sand blue")
  1765. Part100.Rotation = Vector3.new(0, -68, 0)
  1766. Part100.Anchored = true
  1767. Part100.Size = Vector3.new(155.507477, 1.85350716, 160.854675)
  1768. Part100.CFrame = CFrame.new(-273.531647, 81.284256, 338.920074, 0.374608994, 0, -0.927182972, 0, 1, 0, 0.927182972, 0, 0.374608994)
  1769. Part100.BottomSurface = Enum.SurfaceType.Smooth
  1770. Part100.TopSurface = Enum.SurfaceType.Smooth
  1771. Part100.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1772. Part100.Position = Vector3.new(-273.531647, 81.284256, 338.920074)
  1773. Part100.Orientation = Vector3.new(0, -68, 0)
  1774. Part100.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1775. CylinderMesh101.Parent = Part100
  1776. Part102.Parent = Model98
  1777. Part102.Material = Enum.Material.Concrete
  1778. Part102.BrickColor = BrickColor.new("Sand blue")
  1779. Part102.Rotation = Vector3.new(-180, -6, -180)
  1780. Part102.Anchored = true
  1781. Part102.Size = Vector3.new(36.7572327, 64.5848923, 15.0410242)
  1782. Part102.CFrame = CFrame.new(-279.530579, 81.6970444, 259.103912, -0.994521976, 0, -0.104528002, 0, 1, 0, 0.104528002, 0, -0.994521976)
  1783. Part102.BottomSurface = Enum.SurfaceType.Smooth
  1784. Part102.TopSurface = Enum.SurfaceType.Smooth
  1785. Part102.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1786. Part102.Position = Vector3.new(-279.530579, 81.6970444, 259.103912)
  1787. Part102.Orientation = Vector3.new(0, -174, 0)
  1788. Part102.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1789. Model103.Parent = Model98
  1790. Part104.Parent = Model98
  1791. Part104.Material = Enum.Material.Concrete
  1792. Part104.BrickColor = BrickColor.new("Sand blue")
  1793. Part104.Rotation = Vector3.new(-180, -88, -180)
  1794. Part104.Anchored = true
  1795. Part104.Size = Vector3.new(36.7572327, 64.5848923, 15.0410242)
  1796. Part104.CFrame = CFrame.new(-350.4935, 81.6970444, 335.202393, -0.0348949991, 0, -0.999391019, 0, 1, 0, 0.999391019, 0, -0.0348949991)
  1797. Part104.BottomSurface = Enum.SurfaceType.Smooth
  1798. Part104.TopSurface = Enum.SurfaceType.Smooth
  1799. Part104.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1800. Part104.Position = Vector3.new(-350.4935, 81.6970444, 335.202393)
  1801. Part104.Orientation = Vector3.new(0, -92, 0)
  1802. Part104.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1803. Part105.Parent = Model98
  1804. Part105.Material = Enum.Material.Concrete
  1805. Part105.BrickColor = BrickColor.new("Sand blue")
  1806. Part105.Rotation = Vector3.new(0, -68, 0)
  1807. Part105.Anchored = true
  1808. Part105.Size = Vector3.new(36.7572327, 64.5848923, 15.0410242)
  1809. Part105.CFrame = CFrame.new(-344.767487, 81.6970444, 367.676361, 0.374608994, 0, -0.927182972, 0, 1, 0, 0.927182972, 0, 0.374608994)
  1810. Part105.BottomSurface = Enum.SurfaceType.Smooth
  1811. Part105.TopSurface = Enum.SurfaceType.Smooth
  1812. Part105.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1813. Part105.Position = Vector3.new(-344.767487, 81.6970444, 367.676361)
  1814. Part105.Orientation = Vector3.new(0, -68, 0)
  1815. Part105.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1816. Part106.Parent = Model98
  1817. Part106.Material = Enum.Material.Concrete
  1818. Part106.BrickColor = BrickColor.new("Sand blue")
  1819. Part106.Rotation = Vector3.new(-180, -6, -180)
  1820. Part106.Anchored = true
  1821. Part106.Size = Vector3.new(36.7572327, 64.5848923, 15.0410242)
  1822. Part106.CFrame = CFrame.new(-262.95224, 81.6970444, 416.835968, -0.994521976, 0, -0.104528002, 0, 1, 0, 0.104528002, 0, -0.994521976)
  1823. Part106.BottomSurface = Enum.SurfaceType.Smooth
  1824. Part106.TopSurface = Enum.SurfaceType.Smooth
  1825. Part106.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1826. Part106.Position = Vector3.new(-262.95224, 81.6970444, 416.835968)
  1827. Part106.Orientation = Vector3.new(0, -174, 0)
  1828. Part106.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1829. Part107.Parent = Model98
  1830. Part107.Material = Enum.Material.Concrete
  1831. Part107.BrickColor = BrickColor.new("Sand blue")
  1832. Part107.Rotation = Vector3.new(-180, -64, -180)
  1833. Part107.Anchored = true
  1834. Part107.Size = Vector3.new(36.7572327, 64.5848923, 15.0410242)
  1835. Part107.CFrame = CFrame.new(-199.966766, 81.6970444, 372.732971, -0.438369066, 0, -0.898795128, 0, 1, 0, 0.898795128, 0, -0.438369066)
  1836. Part107.BottomSurface = Enum.SurfaceType.Smooth
  1837. Part107.TopSurface = Enum.SurfaceType.Smooth
  1838. Part107.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1839. Part107.Position = Vector3.new(-199.966766, 81.6970444, 372.732971)
  1840. Part107.Orientation = Vector3.new(0, -116, 0)
  1841. Part107.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1842. Part108.Parent = Model98
  1843. Part108.Material = Enum.Material.Concrete
  1844. Part108.BrickColor = BrickColor.new("Sand blue")
  1845. Part108.Rotation = Vector3.new(-180, -88, -180)
  1846. Part108.Anchored = true
  1847. Part108.Size = Vector3.new(36.7572327, 64.5848923, 15.0410242)
  1848. Part108.CFrame = CFrame.new(-191.989456, 81.6970444, 340.737457, -0.0348949991, 0, -0.999391019, 0, 1, 0, 0.999391019, 0, -0.0348949991)
  1849. Part108.BottomSurface = Enum.SurfaceType.Smooth
  1850. Part108.TopSurface = Enum.SurfaceType.Smooth
  1851. Part108.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1852. Part108.Position = Vector3.new(-191.989456, 81.6970444, 340.737457)
  1853. Part108.Orientation = Vector3.new(0, -92, 0)
  1854. Part108.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1855. Part109.Parent = Model98
  1856. Part109.Material = Enum.Material.Concrete
  1857. Part109.BrickColor = BrickColor.new("Sand blue")
  1858. Part109.Rotation = Vector3.new(0, -68, 0)
  1859. Part109.Anchored = true
  1860. Part109.Size = Vector3.new(36.7572327, 64.5848923, 15.0410242)
  1861. Part109.CFrame = CFrame.new(-197.715469, 81.6970444, 308.263458, 0.374608994, 0, -0.927182972, 0, 1, 0, 0.927182972, 0, 0.374608994)
  1862. Part109.BottomSurface = Enum.SurfaceType.Smooth
  1863. Part109.TopSurface = Enum.SurfaceType.Smooth
  1864. Part109.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1865. Part109.Position = Vector3.new(-197.715469, 81.6970444, 308.263458)
  1866. Part109.Orientation = Vector3.new(0, -68, 0)
  1867. Part109.Color = Color3.new(0.454902, 0.52549, 0.615686)
  1868. Part110.Parent = Model0
  1869. Part110.Material = Enum.Material.Grass
  1870. Part110.BrickColor = BrickColor.new("Medium blue")
  1871. Part110.Rotation = Vector3.new(165, -64, 180)
  1872. Part110.Anchored = true
  1873. Part110.Size = Vector3.new(315.030029, 1.2099942, 185.680023)
  1874. Part110.CFrame = CFrame.new(-321.994476, 11.9298344, 1.14747286, -0.438370883, -6.61932376e-08, -0.898794174, 0.232625037, 0.965925813, -0.113458797, 0.868168473, -0.258819044, -0.423433721)
  1875. Part110.BottomSurface = Enum.SurfaceType.Smooth
  1876. Part110.TopSurface = Enum.SurfaceType.Smooth
  1877. Part110.Color = Color3.new(0.431373, 0.6, 0.792157)
  1878. Part110.Position = Vector3.new(-321.994476, 11.9298344, 1.14747286)
  1879. Part110.Orientation = Vector3.new(6.50999975, -115.229996, 13.54)
  1880. Part110.Color = Color3.new(0.431373, 0.6, 0.792157)
  1881. Part111.Parent = Model0
  1882. Part111.Material = Enum.Material.Slate
  1883. Part111.BrickColor = BrickColor.new("Linen")
  1884. Part111.Rotation = Vector3.new(165, -64, 180)
  1885. Part111.Anchored = true
  1886. Part111.Size = Vector3.new(314.580017, 51.5699959, 185.090027)
  1887. Part111.CFrame = CFrame.new(-321.994476, -13.0586672, 7.84312248, -0.438370883, -6.61932376e-08, -0.898794174, 0.232625037, 0.965925813, -0.113458797, 0.868168473, -0.258819044, -0.423433721)
  1888. Part111.BottomSurface = Enum.SurfaceType.Smooth
  1889. Part111.TopSurface = Enum.SurfaceType.Smooth
  1890. Part111.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1891. Part111.Position = Vector3.new(-321.994476, -13.0586672, 7.84312248)
  1892. Part111.Orientation = Vector3.new(6.50999975, -115.229996, 13.54)
  1893. Part111.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1894. Part112.Parent = Model0
  1895. Part112.Material = Enum.Material.Slate
  1896. Part112.BrickColor = BrickColor.new("Linen")
  1897. Part112.Anchored = true
  1898. Part112.Size = Vector3.new(63.5400124, 14.2899933, 28.9100285)
  1899. Part112.CFrame = CFrame.new(-76.0603256, 47.8995857, 249.779999, 1, -1.99637573e-09, -1.93715096e-07, 1.99637729e-09, 1, 7.45058149e-09, 1.93715096e-07, -7.45058149e-09, 1)
  1900. Part112.BottomSurface = Enum.SurfaceType.Smooth
  1901. Part112.TopSurface = Enum.SurfaceType.Smooth
  1902. Part112.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1903. Part112.Position = Vector3.new(-76.0603256, 47.8995857, 249.779999)
  1904. Part112.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1905. Part113.Parent = Model0
  1906. Part113.Material = Enum.Material.Slate
  1907. Part113.BrickColor = BrickColor.new("Linen")
  1908. Part113.Rotation = Vector3.new(0, -90, 0)
  1909. Part113.Anchored = true
  1910. Part113.Size = Vector3.new(207.580017, 51.5699959, 199.090027)
  1911. Part113.CFrame = CFrame.new(-292.5, -13.1000004, -37.7999992, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1912. Part113.BottomSurface = Enum.SurfaceType.Smooth
  1913. Part113.TopSurface = Enum.SurfaceType.Smooth
  1914. Part113.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1915. Part113.Position = Vector3.new(-292.5, -13.1000004, -37.7999992)
  1916. Part113.Orientation = Vector3.new(0, -90, 0)
  1917. Part113.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1918. Part114.Parent = Model0
  1919. Part114.Material = Enum.Material.Grass
  1920. Part114.BrickColor = BrickColor.new("Medium blue")
  1921. Part114.Rotation = Vector3.new(180, -79, 180)
  1922. Part114.Anchored = true
  1923. Part114.Size = Vector3.new(351.030029, 1.2099942, 199.680023)
  1924. Part114.CFrame = CFrame.new(-278.607239, 19.759594, -197.465973, -0.190808818, -7.43036921e-08, -0.981627226, -7.15462534e-09, 1, -7.43036921e-08, 0.981627226, -7.15462534e-09, -0.190808818)
  1925. Part114.BottomSurface = Enum.SurfaceType.Smooth
  1926. Part114.TopSurface = Enum.SurfaceType.Smooth
  1927. Part114.Color = Color3.new(0.431373, 0.6, 0.792157)
  1928. Part114.Position = Vector3.new(-278.607239, 19.759594, -197.465973)
  1929. Part114.Orientation = Vector3.new(0, -101, 0)
  1930. Part114.Color = Color3.new(0.431373, 0.6, 0.792157)
  1931. Part115.Parent = Model0
  1932. Part115.Material = Enum.Material.Slate
  1933. Part115.BrickColor = BrickColor.new("Linen")
  1934. Part115.Rotation = Vector3.new(180, -79, 180)
  1935. Part115.Anchored = true
  1936. Part115.Size = Vector3.new(350.580017, 51.5699959, 199.090027)
  1937. Part115.CFrame = CFrame.new(-278.607208, -6.11040354, -197.465973, -0.190808818, -7.43036921e-08, -0.981627226, -7.15462534e-09, 1, -7.43036921e-08, 0.981627226, -7.15462534e-09, -0.190808818)
  1938. Part115.BottomSurface = Enum.SurfaceType.Smooth
  1939. Part115.TopSurface = Enum.SurfaceType.Smooth
  1940. Part115.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1941. Part115.Position = Vector3.new(-278.607208, -6.11040354, -197.465973)
  1942. Part115.Orientation = Vector3.new(0, -101, 0)
  1943. Part115.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1944. Part116.Parent = Model0
  1945. Part116.Material = Enum.Material.Grass
  1946. Part116.BrickColor = BrickColor.new("Medium blue")
  1947. Part116.Rotation = Vector3.new(180, -79, 180)
  1948. Part116.Anchored = true
  1949. Part116.Size = Vector3.new(239.030029, 1.2099942, 135.680023)
  1950. Part116.CFrame = CFrame.new(-271.710541, 33.7595901, -227.705612, -0.190808818, -7.43036921e-08, -0.981627226, -7.15462534e-09, 1, -7.43036921e-08, 0.981627226, -7.15462534e-09, -0.190808818)
  1951. Part116.BottomSurface = Enum.SurfaceType.Smooth
  1952. Part116.TopSurface = Enum.SurfaceType.Smooth
  1953. Part116.Color = Color3.new(0.431373, 0.6, 0.792157)
  1954. Part116.Position = Vector3.new(-271.710541, 33.7595901, -227.705612)
  1955. Part116.Orientation = Vector3.new(0, -101, 0)
  1956. Part116.Color = Color3.new(0.431373, 0.6, 0.792157)
  1957. Part117.Parent = Model0
  1958. Part117.Material = Enum.Material.Slate
  1959. Part117.BrickColor = BrickColor.new("Linen")
  1960. Part117.Rotation = Vector3.new(180, -79, 180)
  1961. Part117.Anchored = true
  1962. Part117.Size = Vector3.new(238.580017, 51.5699959, 135.090027)
  1963. Part117.CFrame = CFrame.new(-271.71051, 7.88959742, -227.705612, -0.190808818, -7.43036921e-08, -0.981627226, -7.15462534e-09, 1, -7.43036921e-08, 0.981627226, -7.15462534e-09, -0.190808818)
  1964. Part117.BottomSurface = Enum.SurfaceType.Smooth
  1965. Part117.TopSurface = Enum.SurfaceType.Smooth
  1966. Part117.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1967. Part117.Position = Vector3.new(-271.71051, 7.88959742, -227.705612)
  1968. Part117.Orientation = Vector3.new(0, -101, 0)
  1969. Part117.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1970. Part118.Parent = Model0
  1971. Part118.Material = Enum.Material.Grass
  1972. Part118.BrickColor = BrickColor.new("Medium blue")
  1973. Part118.Rotation = Vector3.new(180, -79, 180)
  1974. Part118.Anchored = true
  1975. Part118.Size = Vector3.new(200.030029, 1.2099942, 104.680023)
  1976. Part118.CFrame = CFrame.new(-303.44165, 57.7595901, -232.190765, -0.190808818, -7.43036921e-08, -0.981627226, -7.15462534e-09, 1, -7.43036921e-08, 0.981627226, -7.15462534e-09, -0.190808818)
  1977. Part118.BottomSurface = Enum.SurfaceType.Smooth
  1978. Part118.TopSurface = Enum.SurfaceType.Smooth
  1979. Part118.Color = Color3.new(0.431373, 0.6, 0.792157)
  1980. Part118.Position = Vector3.new(-303.44165, 57.7595901, -232.190765)
  1981. Part118.Orientation = Vector3.new(0, -101, 0)
  1982. Part118.Color = Color3.new(0.431373, 0.6, 0.792157)
  1983. Part119.Parent = Model0
  1984. Part119.Material = Enum.Material.Slate
  1985. Part119.BrickColor = BrickColor.new("Linen")
  1986. Part119.Rotation = Vector3.new(180, -79, 180)
  1987. Part119.Anchored = true
  1988. Part119.Size = Vector3.new(199.580017, 51.5699959, 104.090027)
  1989. Part119.CFrame = CFrame.new(-303.44162, 31.8895969, -232.190765, -0.190808818, -7.43036921e-08, -0.981627226, -7.15462534e-09, 1, -7.43036921e-08, 0.981627226, -7.15462534e-09, -0.190808818)
  1990. Part119.BottomSurface = Enum.SurfaceType.Smooth
  1991. Part119.TopSurface = Enum.SurfaceType.Smooth
  1992. Part119.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1993. Part119.Position = Vector3.new(-303.44162, 31.8895969, -232.190765)
  1994. Part119.Orientation = Vector3.new(0, -101, 0)
  1995. Part119.Color = Color3.new(0.686275, 0.580392, 0.513726)
  1996. Part120.Parent = Model0
  1997. Part120.Material = Enum.Material.Grass
  1998. Part120.BrickColor = BrickColor.new("Medium blue")
  1999. Part120.Rotation = Vector3.new(180, -79, 180)
  2000. Part120.Anchored = true
  2001. Part120.Size = Vector3.new(482.030029, 1.2099942, 104.680023)
  2002. Part120.CFrame = CFrame.new(-375.345703, 106.75959, -103.781326, -0.190808818, -7.43036921e-08, -0.981627226, -7.15462534e-09, 1, -7.43036921e-08, 0.981627226, -7.15462534e-09, -0.190808818)
  2003. Part120.BottomSurface = Enum.SurfaceType.Smooth
  2004. Part120.TopSurface = Enum.SurfaceType.Smooth
  2005. Part120.Color = Color3.new(0.431373, 0.6, 0.792157)
  2006. Part120.Position = Vector3.new(-375.345703, 106.75959, -103.781326)
  2007. Part120.Orientation = Vector3.new(0, -101, 0)
  2008. Part120.Color = Color3.new(0.431373, 0.6, 0.792157)
  2009. Part121.Parent = Model0
  2010. Part121.Material = Enum.Material.Slate
  2011. Part121.BrickColor = BrickColor.new("Linen")
  2012. Part121.Rotation = Vector3.new(180, -79, 180)
  2013. Part121.Anchored = true
  2014. Part121.Size = Vector3.new(481.580017, 91.5699921, 104.090027)
  2015. Part121.CFrame = CFrame.new(-375.345673, 60.889595, -103.781326, -0.190808818, -7.43036921e-08, -0.981627226, -7.15462534e-09, 1, -7.43036921e-08, 0.981627226, -7.15462534e-09, -0.190808818)
  2016. Part121.BottomSurface = Enum.SurfaceType.Smooth
  2017. Part121.TopSurface = Enum.SurfaceType.Smooth
  2018. Part121.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2019. Part121.Position = Vector3.new(-375.345673, 60.889595, -103.781326)
  2020. Part121.Orientation = Vector3.new(0, -101, 0)
  2021. Part121.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2022. Part122.Parent = Model0
  2023. Part122.Material = Enum.Material.Grass
  2024. Part122.BrickColor = BrickColor.new("Medium blue")
  2025. Part122.Rotation = Vector3.new(180, -19, 180)
  2026. Part122.Anchored = true
  2027. Part122.Size = Vector3.new(337.030029, 1.2099942, 104.680023)
  2028. Part122.CFrame = CFrame.new(-153.795624, 99.7596054, -351.38501, -0.945518553, -1.42769338e-07, -0.325568229, -1.01836363e-07, 1, -1.42769338e-07, 0.325568229, -1.01836363e-07, -0.945518553)
  2029. Part122.BottomSurface = Enum.SurfaceType.Smooth
  2030. Part122.TopSurface = Enum.SurfaceType.Smooth
  2031. Part122.Color = Color3.new(0.431373, 0.6, 0.792157)
  2032. Part122.Position = Vector3.new(-153.795624, 99.7596054, -351.38501)
  2033. Part122.Orientation = Vector3.new(0, -161, 0)
  2034. Part122.Color = Color3.new(0.431373, 0.6, 0.792157)
  2035. Part123.Parent = Model0
  2036. Part123.Material = Enum.Material.Slate
  2037. Part123.BrickColor = BrickColor.new("Linen")
  2038. Part123.Rotation = Vector3.new(180, -19, 180)
  2039. Part123.Anchored = true
  2040. Part123.Size = Vector3.new(336.580017, 91.5699921, 104.090027)
  2041. Part123.CFrame = CFrame.new(-153.795593, 53.8896027, -351.38501, -0.945518553, -1.42769338e-07, -0.325568229, -1.01836363e-07, 1, -1.42769338e-07, 0.325568229, -1.01836363e-07, -0.945518553)
  2042. Part123.BottomSurface = Enum.SurfaceType.Smooth
  2043. Part123.TopSurface = Enum.SurfaceType.Smooth
  2044. Part123.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2045. Part123.Position = Vector3.new(-153.795593, 53.8896027, -351.38501)
  2046. Part123.Orientation = Vector3.new(0, -161, 0)
  2047. Part123.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2048. Part124.Parent = Model0
  2049. Part124.Material = Enum.Material.Grass
  2050. Part124.BrickColor = BrickColor.new("Medium blue")
  2051. Part124.Rotation = Vector3.new(180, -4, 180)
  2052. Part124.Anchored = true
  2053. Part124.Size = Vector3.new(278.030029, 1.2099942, 104.680023)
  2054. Part124.CFrame = CFrame.new(-50.5477371, 92.7596207, -358.604828, -0.997564018, -1.50627983e-07, -0.0697565526, -1.40462859e-07, 1, -1.50627983e-07, 0.0697565526, -1.40462859e-07, -0.997564018)
  2055. Part124.BottomSurface = Enum.SurfaceType.Smooth
  2056. Part124.TopSurface = Enum.SurfaceType.Smooth
  2057. Part124.Color = Color3.new(0.431373, 0.6, 0.792157)
  2058. Part124.Position = Vector3.new(-50.5477371, 92.7596207, -358.604828)
  2059. Part124.Orientation = Vector3.new(0, -176, 0)
  2060. Part124.Color = Color3.new(0.431373, 0.6, 0.792157)
  2061. Part125.Parent = Model0
  2062. Part125.Material = Enum.Material.Slate
  2063. Part125.BrickColor = BrickColor.new("Linen")
  2064. Part125.Rotation = Vector3.new(180, -4, 180)
  2065. Part125.Anchored = true
  2066. Part125.Size = Vector3.new(277.580017, 95.8899918, 104.090027)
  2067. Part125.CFrame = CFrame.new(-50.5477219, 44.7296143, -358.604828, -0.997564018, -1.50627983e-07, -0.0697565526, -1.40462859e-07, 1, -1.50627983e-07, 0.0697565526, -1.40462859e-07, -0.997564018)
  2068. Part125.BottomSurface = Enum.SurfaceType.Smooth
  2069. Part125.TopSurface = Enum.SurfaceType.Smooth
  2070. Part125.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2071. Part125.Position = Vector3.new(-50.5477219, 44.7296143, -358.604828)
  2072. Part125.Orientation = Vector3.new(0, -176, 0)
  2073. Part125.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2074. Part126.Parent = Model0
  2075. Part126.Material = Enum.Material.Grass
  2076. Part126.BrickColor = BrickColor.new("Medium blue")
  2077. Part126.Rotation = Vector3.new(180, 15, 180)
  2078. Part126.Anchored = true
  2079. Part126.Size = Vector3.new(278.030029, 1.2099942, 104.680023)
  2080. Part126.CFrame = CFrame.new(176.690018, 82.6548462, -342.554993, -0.965925813, -1.45850748e-07, 0.258819044, -1.90076392e-07, 1, -1.45850748e-07, -0.258819044, -1.90076392e-07, -0.965925813)
  2081. Part126.BottomSurface = Enum.SurfaceType.Smooth
  2082. Part126.TopSurface = Enum.SurfaceType.Smooth
  2083. Part126.Color = Color3.new(0.431373, 0.6, 0.792157)
  2084. Part126.Position = Vector3.new(176.690018, 82.6548462, -342.554993)
  2085. Part126.Orientation = Vector3.new(0, 165, 0)
  2086. Part126.Color = Color3.new(0.431373, 0.6, 0.792157)
  2087. Part127.Parent = Model0
  2088. Part127.Material = Enum.Material.Slate
  2089. Part127.BrickColor = BrickColor.new("Linen")
  2090. Part127.Rotation = Vector3.new(180, 15, 180)
  2091. Part127.Anchored = true
  2092. Part127.Size = Vector3.new(277.580017, 91.5699921, 104.090027)
  2093. Part127.CFrame = CFrame.new(176.690018, 36.7849998, -342.554993, -0.965925813, -1.45850748e-07, 0.258819044, -1.90076392e-07, 1, -1.45850748e-07, -0.258819044, -1.90076392e-07, -0.965925813)
  2094. Part127.BottomSurface = Enum.SurfaceType.Smooth
  2095. Part127.TopSurface = Enum.SurfaceType.Smooth
  2096. Part127.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2097. Part127.Position = Vector3.new(176.690018, 36.7849998, -342.554993)
  2098. Part127.Orientation = Vector3.new(0, 165, 0)
  2099. Part127.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2100. Part128.Parent = Model0
  2101. Part128.Material = Enum.Material.Grass
  2102. Part128.BrickColor = BrickColor.new("Medium blue")
  2103. Part128.Rotation = Vector3.new(0, -71, 0)
  2104. Part128.Anchored = true
  2105. Part128.Size = Vector3.new(386.030029, 1.2099942, 92.6800232)
  2106. Part128.CFrame = CFrame.new(322.338074, 106.759583, -159.258835, 0.325568378, -6.79261589e-08, -0.945518494, -7.15462534e-09, 1, -7.43036566e-08, 0.945518494, 3.09557606e-08, 0.325568378)
  2107. Part128.BottomSurface = Enum.SurfaceType.Smooth
  2108. Part128.TopSurface = Enum.SurfaceType.Smooth
  2109. Part128.Color = Color3.new(0.431373, 0.6, 0.792157)
  2110. Part128.Position = Vector3.new(322.338074, 106.759583, -159.258835)
  2111. Part128.Orientation = Vector3.new(0, -71, 0)
  2112. Part128.Color = Color3.new(0.431373, 0.6, 0.792157)
  2113. Part129.Parent = Model0
  2114. Part129.Material = Enum.Material.Slate
  2115. Part129.BrickColor = BrickColor.new("Linen")
  2116. Part129.Rotation = Vector3.new(0, -71, 0)
  2117. Part129.Anchored = true
  2118. Part129.Size = Vector3.new(385.580017, 112.169991, 92.0900269)
  2119. Part129.CFrame = CFrame.new(322.338104, 50.5895958, -159.25885, 0.325568378, -6.79261589e-08, -0.945518494, -7.15462534e-09, 1, -7.43036566e-08, 0.945518494, 3.09557606e-08, 0.325568378)
  2120. Part129.BottomSurface = Enum.SurfaceType.Smooth
  2121. Part129.TopSurface = Enum.SurfaceType.Smooth
  2122. Part129.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2123. Part129.Position = Vector3.new(322.338104, 50.5895958, -159.25885)
  2124. Part129.Orientation = Vector3.new(0, -71, 0)
  2125. Part129.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2126. Part130.Parent = Model0
  2127. Part130.Material = Enum.Material.Grass
  2128. Part130.BrickColor = BrickColor.new("Medium blue")
  2129. Part130.Rotation = Vector3.new(180, -79, 180)
  2130. Part130.Anchored = true
  2131. Part130.Size = Vector3.new(360.030029, 1.2099942, 92.6800232)
  2132. Part130.CFrame = CFrame.new(371.357849, 94.7595825, 169.937271, -0.190807536, -7.43031947e-08, -0.981627464, -7.15454007e-09, 1, -7.43031947e-08, 0.981627464, -7.15454007e-09, -0.190807536)
  2133. Part130.BottomSurface = Enum.SurfaceType.Smooth
  2134. Part130.TopSurface = Enum.SurfaceType.Smooth
  2135. Part130.Color = Color3.new(0.431373, 0.6, 0.792157)
  2136. Part130.Position = Vector3.new(371.357849, 94.7595825, 169.937271)
  2137. Part130.Orientation = Vector3.new(0, -101, 0)
  2138. Part130.Color = Color3.new(0.431373, 0.6, 0.792157)
  2139. Part131.Parent = Model0
  2140. Part131.Material = Enum.Material.Slate
  2141. Part131.BrickColor = BrickColor.new("Linen")
  2142. Part131.Rotation = Vector3.new(180, -79, 180)
  2143. Part131.Anchored = true
  2144. Part131.Size = Vector3.new(359.580017, 97.1599884, 92.0900269)
  2145. Part131.CFrame = CFrame.new(371.35788, 46.0945969, 169.937256, -0.190807536, -7.43031947e-08, -0.981627464, -7.15454007e-09, 1, -7.43031947e-08, 0.981627464, -7.15454007e-09, -0.190807536)
  2146. Part131.BottomSurface = Enum.SurfaceType.Smooth
  2147. Part131.TopSurface = Enum.SurfaceType.Smooth
  2148. Part131.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2149. Part131.Position = Vector3.new(371.35788, 46.0945969, 169.937256)
  2150. Part131.Orientation = Vector3.new(0, -101, 0)
  2151. Part131.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2152. Part132.Parent = Model0
  2153. Part132.Material = Enum.Material.Slate
  2154. Part132.BrickColor = BrickColor.new("Linen")
  2155. Part132.Anchored = true
  2156. Part132.Size = Vector3.new(167.920013, 51.5699959, 165.820038)
  2157. Part132.CFrame = CFrame.new(144.810013, 5.46499634, 294.875, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2158. Part132.BottomSurface = Enum.SurfaceType.Smooth
  2159. Part132.TopSurface = Enum.SurfaceType.Smooth
  2160. Part132.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2161. Part132.Position = Vector3.new(144.810013, 5.46499634, 294.875)
  2162. Part132.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2163. Part133.Parent = Model0
  2164. Part133.Material = Enum.Material.Slate
  2165. Part133.BrickColor = BrickColor.new("Linen")
  2166. Part133.Anchored = true
  2167. Part133.Size = Vector3.new(103.920013, 212.569992, 470.670044)
  2168. Part133.CFrame = CFrame.new(110, 86, 603.700012, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2169. Part133.BottomSurface = Enum.SurfaceType.Smooth
  2170. Part133.TopSurface = Enum.SurfaceType.Smooth
  2171. Part133.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2172. Part133.Position = Vector3.new(110, 86, 603.700012)
  2173. Part133.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2174. Part134.Parent = Model0
  2175. Part134.Material = Enum.Material.Slate
  2176. Part134.BrickColor = BrickColor.new("Linen")
  2177. Part134.Anchored = true
  2178. Part134.Size = Vector3.new(57.9200134, 215.569992, 99.6700287)
  2179. Part134.CFrame = CFrame.new(175.810013, 87.4649963, 410.790009, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2180. Part134.BottomSurface = Enum.SurfaceType.Smooth
  2181. Part134.TopSurface = Enum.SurfaceType.Smooth
  2182. Part134.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2183. Part134.Position = Vector3.new(175.810013, 87.4649963, 410.790009)
  2184. Part134.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2185. Part135.Parent = Model0
  2186. Part135.Material = Enum.Material.Slate
  2187. Part135.BrickColor = BrickColor.new("Linen")
  2188. Part135.Anchored = true
  2189. Part135.Size = Vector3.new(30.9200134, 215.569992, 90.6700287)
  2190. Part135.CFrame = CFrame.new(57.3100128, 87.4649963, 406.290009, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2191. Part135.BottomSurface = Enum.SurfaceType.Smooth
  2192. Part135.TopSurface = Enum.SurfaceType.Smooth
  2193. Part135.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2194. Part135.Position = Vector3.new(57.3100128, 87.4649963, 406.290009)
  2195. Part135.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2196. Part136.Parent = Model0
  2197. Part136.Material = Enum.Material.Neon
  2198. Part136.BrickColor = BrickColor.new("Steel blue")
  2199. Part136.Transparency = 0.80000001192093
  2200. Part136.Anchored = true
  2201. Part136.Size = Vector3.new(167.920013, 51.5699959, 167.820038)
  2202. Part136.CFrame = CFrame.new(144.810013, 7.46499634, 293.875, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2203. Part136.BottomSurface = Enum.SurfaceType.Smooth
  2204. Part136.TopSurface = Enum.SurfaceType.Smooth
  2205. Part136.Color = Color3.new(0.321569, 0.486275, 0.682353)
  2206. Part136.Position = Vector3.new(144.810013, 7.46499634, 293.875)
  2207. Part136.Color = Color3.new(0.321569, 0.486275, 0.682353)
  2208. Part137.Parent = Model0
  2209. Part137.Material = Enum.Material.Neon
  2210. Part137.BrickColor = BrickColor.new("Steel blue")
  2211. Part137.Transparency = 0.80000001192093
  2212. Part137.Anchored = true
  2213. Part137.Size = Vector3.new(101.920013, 211.569992, 467.820038)
  2214. Part137.CFrame = CFrame.new(112, 87.5, 601.099976, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2215. Part137.BottomSurface = Enum.SurfaceType.Smooth
  2216. Part137.TopSurface = Enum.SurfaceType.Smooth
  2217. Part137.Color = Color3.new(0.321569, 0.486275, 0.682353)
  2218. Part137.Position = Vector3.new(112, 87.5, 601.099976)
  2219. Part137.Color = Color3.new(0.321569, 0.486275, 0.682353)
  2220. Part138.Parent = Model0
  2221. Part138.Material = Enum.Material.Grass
  2222. Part138.BrickColor = BrickColor.new("Medium blue")
  2223. Part138.Rotation = Vector3.new(180, -79, 180)
  2224. Part138.Anchored = true
  2225. Part138.Size = Vector3.new(90.0300293, 1.2099942, 92.6800232)
  2226. Part138.CFrame = CFrame.new(345.598816, 122.759583, 369.45697, -0.190807536, -7.43031947e-08, -0.981627464, -7.15454007e-09, 1, -7.43031947e-08, 0.981627464, -7.15454007e-09, -0.190807536)
  2227. Part138.BottomSurface = Enum.SurfaceType.Smooth
  2228. Part138.TopSurface = Enum.SurfaceType.Smooth
  2229. Part138.Color = Color3.new(0.431373, 0.6, 0.792157)
  2230. Part138.Position = Vector3.new(345.598816, 122.759583, 369.45697)
  2231. Part138.Orientation = Vector3.new(0, -101, 0)
  2232. Part138.Color = Color3.new(0.431373, 0.6, 0.792157)
  2233. Part139.Parent = Model0
  2234. Part139.Material = Enum.Material.Slate
  2235. Part139.BrickColor = BrickColor.new("Linen")
  2236. Part139.Rotation = Vector3.new(180, -79, 180)
  2237. Part139.Anchored = true
  2238. Part139.Size = Vector3.new(89.5800171, 97.1599884, 92.0900269)
  2239. Part139.CFrame = CFrame.new(345.598877, 74.0945969, 369.45697, -0.190807536, -7.43031947e-08, -0.981627464, -7.15454007e-09, 1, -7.43031947e-08, 0.981627464, -7.15454007e-09, -0.190807536)
  2240. Part139.BottomSurface = Enum.SurfaceType.Smooth
  2241. Part139.TopSurface = Enum.SurfaceType.Smooth
  2242. Part139.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2243. Part139.Position = Vector3.new(345.598877, 74.0945969, 369.45697)
  2244. Part139.Orientation = Vector3.new(0, -101, 0)
  2245. Part139.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2246. Part140.Parent = Model0
  2247. Part140.Material = Enum.Material.Grass
  2248. Part140.BrickColor = BrickColor.new("Medium blue")
  2249. Part140.Rotation = Vector3.new(180, -34, 180)
  2250. Part140.Anchored = true
  2251. Part140.Size = Vector3.new(135.030029, 1.2099942, 80.6800232)
  2252. Part140.CFrame = CFrame.new(298.036072, 119.759583, 395.960144, -0.829036832, -1.25181089e-07, -0.559193969, -6.65598634e-08, 1, -1.25181089e-07, 0.559193969, -6.65598634e-08, -0.829036832)
  2253. Part140.BottomSurface = Enum.SurfaceType.Smooth
  2254. Part140.TopSurface = Enum.SurfaceType.Smooth
  2255. Part140.Color = Color3.new(0.431373, 0.6, 0.792157)
  2256. Part140.Position = Vector3.new(298.036072, 119.759583, 395.960144)
  2257. Part140.Orientation = Vector3.new(0, -146, 0)
  2258. Part140.Color = Color3.new(0.431373, 0.6, 0.792157)
  2259. Part141.Parent = Model0
  2260. Part141.Material = Enum.Material.Slate
  2261. Part141.BrickColor = BrickColor.new("Linen")
  2262. Part141.Rotation = Vector3.new(180, -34, 180)
  2263. Part141.Anchored = true
  2264. Part141.Size = Vector3.new(134.580017, 97.1599884, 80.0900269)
  2265. Part141.CFrame = CFrame.new(298.036133, 71.0945969, 395.960175, -0.829036832, -1.25181089e-07, -0.559193969, -6.65598634e-08, 1, -1.25181089e-07, 0.559193969, -6.65598634e-08, -0.829036832)
  2266. Part141.BottomSurface = Enum.SurfaceType.Smooth
  2267. Part141.TopSurface = Enum.SurfaceType.Smooth
  2268. Part141.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2269. Part141.Position = Vector3.new(298.036133, 71.0945969, 395.960175)
  2270. Part141.Orientation = Vector3.new(0, -146, 0)
  2271. Part141.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2272. Part142.Parent = Model0
  2273. Part142.Material = Enum.Material.Grass
  2274. Part142.BrickColor = BrickColor.new("Medium blue")
  2275. Part142.Rotation = Vector3.new(180, -19, 180)
  2276. Part142.Anchored = true
  2277. Part142.Size = Vector3.new(175.030029, 1.2099942, 80.6800232)
  2278. Part142.CFrame = CFrame.new(279.125702, 135.759583, 402.471527, -0.945518076, -1.42769267e-07, -0.32556957, -1.01836164e-07, 1, -1.42769267e-07, 0.32556957, -1.01836164e-07, -0.945518076)
  2279. Part142.BottomSurface = Enum.SurfaceType.Smooth
  2280. Part142.TopSurface = Enum.SurfaceType.Smooth
  2281. Part142.Color = Color3.new(0.431373, 0.6, 0.792157)
  2282. Part142.Position = Vector3.new(279.125702, 135.759583, 402.471527)
  2283. Part142.Orientation = Vector3.new(0, -161, 0)
  2284. Part142.Color = Color3.new(0.431373, 0.6, 0.792157)
  2285. Part143.Parent = Model0
  2286. Part143.Material = Enum.Material.Slate
  2287. Part143.BrickColor = BrickColor.new("Linen")
  2288. Part143.Rotation = Vector3.new(180, -19, 180)
  2289. Part143.Anchored = true
  2290. Part143.Size = Vector3.new(174.580017, 97.1599884, 80.0900269)
  2291. Part143.CFrame = CFrame.new(279.125732, 87.0945969, 402.471588, -0.945518076, -1.42769267e-07, -0.32556957, -1.01836164e-07, 1, -1.42769267e-07, 0.32556957, -1.01836164e-07, -0.945518076)
  2292. Part143.BottomSurface = Enum.SurfaceType.Smooth
  2293. Part143.TopSurface = Enum.SurfaceType.Smooth
  2294. Part143.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2295. Part143.Position = Vector3.new(279.125732, 87.0945969, 402.471588)
  2296. Part143.Orientation = Vector3.new(0, -161, 0)
  2297. Part143.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2298. Part144.Parent = Model0
  2299. Part144.Material = Enum.Material.Grass
  2300. Part144.BrickColor = BrickColor.new("Medium blue")
  2301. Part144.Rotation = Vector3.new(180, 11, 180)
  2302. Part144.Anchored = true
  2303. Part144.Size = Vector3.new(175.030029, 1.2099942, 80.6800232)
  2304. Part144.CFrame = CFrame.new(-36.8742981, 135.759583, 402.471558, -0.981627464, -1.48221631e-07, 0.190807521, -1.79806932e-07, 1, -1.48221631e-07, -0.190807521, -1.79806932e-07, -0.981627464)
  2305. Part144.BottomSurface = Enum.SurfaceType.Smooth
  2306. Part144.TopSurface = Enum.SurfaceType.Smooth
  2307. Part144.Color = Color3.new(0.431373, 0.6, 0.792157)
  2308. Part144.Position = Vector3.new(-36.8742981, 135.759583, 402.471558)
  2309. Part144.Orientation = Vector3.new(0, 169, 0)
  2310. Part144.Color = Color3.new(0.431373, 0.6, 0.792157)
  2311. Part145.Parent = Model0
  2312. Part145.Material = Enum.Material.Slate
  2313. Part145.BrickColor = BrickColor.new("Linen")
  2314. Part145.Rotation = Vector3.new(180, 11, 180)
  2315. Part145.Anchored = true
  2316. Part145.Size = Vector3.new(174.580017, 97.1599884, 80.0900269)
  2317. Part145.CFrame = CFrame.new(-36.8742981, 87.0945969, 402.471619, -0.981627464, -1.48221631e-07, 0.190807521, -1.79806932e-07, 1, -1.48221631e-07, -0.190807521, -1.79806932e-07, -0.981627464)
  2318. Part145.BottomSurface = Enum.SurfaceType.Smooth
  2319. Part145.TopSurface = Enum.SurfaceType.Smooth
  2320. Part145.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2321. Part145.Position = Vector3.new(-36.8742981, 87.0945969, 402.471619)
  2322. Part145.Orientation = Vector3.new(0, 169, 0)
  2323. Part145.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2324. Part146.Parent = Model0
  2325. Part146.Material = Enum.Material.Grass
  2326. Part146.BrickColor = BrickColor.new("Medium blue")
  2327. Part146.Rotation = Vector3.new(180, -4, 180)
  2328. Part146.Anchored = true
  2329. Part146.Size = Vector3.new(120.030029, 1.2099942, 80.6800232)
  2330. Part146.CFrame = CFrame.new(-99.4412918, 140.759567, 400.553223, -0.997563958, -1.50627969e-07, -0.0697579682, -1.40462646e-07, 1, -1.50627969e-07, 0.0697579682, -1.40462646e-07, -0.997563958)
  2331. Part146.BottomSurface = Enum.SurfaceType.Smooth
  2332. Part146.TopSurface = Enum.SurfaceType.Smooth
  2333. Part146.Color = Color3.new(0.431373, 0.6, 0.792157)
  2334. Part146.Position = Vector3.new(-99.4412918, 140.759567, 400.553223)
  2335. Part146.Orientation = Vector3.new(0, -176, 0)
  2336. Part146.Color = Color3.new(0.431373, 0.6, 0.792157)
  2337. Part147.Parent = Model0
  2338. Part147.Material = Enum.Material.Slate
  2339. Part147.BrickColor = BrickColor.new("Linen")
  2340. Part147.Rotation = Vector3.new(180, -4, 180)
  2341. Part147.Anchored = true
  2342. Part147.Size = Vector3.new(119.580017, 97.1599884, 80.0900269)
  2343. Part147.CFrame = CFrame.new(-99.4412766, 92.0946045, 400.553284, -0.997563958, -1.50627969e-07, -0.0697579682, -1.40462646e-07, 1, -1.50627969e-07, 0.0697579682, -1.40462646e-07, -0.997563958)
  2344. Part147.BottomSurface = Enum.SurfaceType.Smooth
  2345. Part147.TopSurface = Enum.SurfaceType.Smooth
  2346. Part147.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2347. Part147.Position = Vector3.new(-99.4412766, 92.0946045, 400.553284)
  2348. Part147.Orientation = Vector3.new(0, -176, 0)
  2349. Part147.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2350. Part148.Parent = Model0
  2351. Part148.Material = Enum.Material.Grass
  2352. Part148.BrickColor = BrickColor.new("Medium blue")
  2353. Part148.Rotation = Vector3.new(180, 41, -180)
  2354. Part148.Anchored = true
  2355. Part148.Size = Vector3.new(42.0300293, 1.2099942, 151.680023)
  2356. Part148.CFrame = CFrame.new(-174.636353, 148.759552, 430.065979, -0.754710376, 1.13958102e-07, 0.656058073, 5.19337888e-08, 1, -1.13958102e-07, -0.656058073, -5.19337888e-08, -0.754710376)
  2357. Part148.BottomSurface = Enum.SurfaceType.Smooth
  2358. Part148.TopSurface = Enum.SurfaceType.Smooth
  2359. Part148.Color = Color3.new(0.431373, 0.6, 0.792157)
  2360. Part148.Position = Vector3.new(-174.636353, 148.759552, 430.065979)
  2361. Part148.Orientation = Vector3.new(0, 139, 0)
  2362. Part148.Color = Color3.new(0.431373, 0.6, 0.792157)
  2363. Part149.Parent = Model0
  2364. Part149.Material = Enum.Material.Slate
  2365. Part149.BrickColor = BrickColor.new("Linen")
  2366. Part149.Rotation = Vector3.new(180, 41, -180)
  2367. Part149.Anchored = true
  2368. Part149.Size = Vector3.new(41.5800171, 97.1599884, 151.090027)
  2369. Part149.CFrame = CFrame.new(-174.636383, 100.094604, 430.066071, -0.754710376, 1.13958102e-07, 0.656058073, 5.19337888e-08, 1, -1.13958102e-07, -0.656058073, -5.19337888e-08, -0.754710376)
  2370. Part149.BottomSurface = Enum.SurfaceType.Smooth
  2371. Part149.TopSurface = Enum.SurfaceType.Smooth
  2372. Part149.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2373. Part149.Position = Vector3.new(-174.636383, 100.094604, 430.066071)
  2374. Part149.Orientation = Vector3.new(0, 139, 0)
  2375. Part149.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2376. Part150.Parent = Model0
  2377. Part150.Material = Enum.Material.Grass
  2378. Part150.BrickColor = BrickColor.new("Medium blue")
  2379. Part150.Rotation = Vector3.new(180, 86, -180)
  2380. Part150.Anchored = true
  2381. Part150.Size = Vector3.new(42.0300293, 1.2099942, 118.680023)
  2382. Part150.CFrame = CFrame.new(-226.237396, 140.759552, 461.437866, -0.0697576255, 1.27952404e-07, 0.997563958, 2.12159819e-08, 1, -1.26781259e-07, -0.997563958, 1.23203137e-08, -0.0697576255)
  2383. Part150.BottomSurface = Enum.SurfaceType.Smooth
  2384. Part150.TopSurface = Enum.SurfaceType.Smooth
  2385. Part150.Color = Color3.new(0.431373, 0.6, 0.792157)
  2386. Part150.Position = Vector3.new(-226.237396, 140.759552, 461.437866)
  2387. Part150.Orientation = Vector3.new(0, 94, 0)
  2388. Part150.Color = Color3.new(0.431373, 0.6, 0.792157)
  2389. Part151.Parent = Model0
  2390. Part151.Material = Enum.Material.Slate
  2391. Part151.BrickColor = BrickColor.new("Linen")
  2392. Part151.Rotation = Vector3.new(180, 86, -180)
  2393. Part151.Anchored = true
  2394. Part151.Size = Vector3.new(41.5800171, 97.1599884, 118.090027)
  2395. Part151.CFrame = CFrame.new(-226.237518, 92.0946045, 461.437897, -0.0697576255, 1.27952404e-07, 0.997563958, 2.12159819e-08, 1, -1.26781259e-07, -0.997563958, 1.23203137e-08, -0.0697576255)
  2396. Part151.BottomSurface = Enum.SurfaceType.Smooth
  2397. Part151.TopSurface = Enum.SurfaceType.Smooth
  2398. Part151.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2399. Part151.Position = Vector3.new(-226.237518, 92.0946045, 461.437897)
  2400. Part151.Orientation = Vector3.new(0, 94, 0)
  2401. Part151.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2402. Part152.Parent = Model0
  2403. Part152.Material = Enum.Material.Grass
  2404. Part152.BrickColor = BrickColor.new("Medium blue")
  2405. Part152.Rotation = Vector3.new(0, 64, 0)
  2406. Part152.Anchored = true
  2407. Part152.Size = Vector3.new(42.0300293, 1.2099942, 118.680023)
  2408. Part152.CFrame = CFrame.new(-300.237396, 143.759552, 461.437866, 0.438370198, 1.0464985e-07, 0.898794532, 2.1215925e-08, 1, -1.26781231e-07, -0.898794532, 7.46458539e-08, 0.438370198)
  2409. Part152.BottomSurface = Enum.SurfaceType.Smooth
  2410. Part152.TopSurface = Enum.SurfaceType.Smooth
  2411. Part152.Color = Color3.new(0.431373, 0.6, 0.792157)
  2412. Part152.Position = Vector3.new(-300.237396, 143.759552, 461.437866)
  2413. Part152.Orientation = Vector3.new(0, 64, 0)
  2414. Part152.Color = Color3.new(0.431373, 0.6, 0.792157)
  2415. Part153.Parent = Model0
  2416. Part153.Material = Enum.Material.Slate
  2417. Part153.BrickColor = BrickColor.new("Linen")
  2418. Part153.Rotation = Vector3.new(0, 64, 0)
  2419. Part153.Anchored = true
  2420. Part153.Size = Vector3.new(41.5800171, 97.1599884, 118.090027)
  2421. Part153.CFrame = CFrame.new(-300.237549, 95.0946045, 461.437836, 0.438370198, 1.0464985e-07, 0.898794532, 2.1215925e-08, 1, -1.26781231e-07, -0.898794532, 7.46458539e-08, 0.438370198)
  2422. Part153.BottomSurface = Enum.SurfaceType.Smooth
  2423. Part153.TopSurface = Enum.SurfaceType.Smooth
  2424. Part153.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2425. Part153.Position = Vector3.new(-300.237549, 95.0946045, 461.437836)
  2426. Part153.Orientation = Vector3.new(0, 64, 0)
  2427. Part153.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2428. Part154.Parent = Model0
  2429. Part154.Material = Enum.Material.Grass
  2430. Part154.BrickColor = BrickColor.new("Medium blue")
  2431. Part154.Rotation = Vector3.new(0, 34, 0)
  2432. Part154.Anchored = true
  2433. Part154.Size = Vector3.new(42.0300293, 1.2099942, 118.680023)
  2434. Part154.CFrame = CFrame.new(-378.237396, 140.759552, 387.437836, 0.82903707, 5.33064863e-08, 0.559193611, 2.12159037e-08, 1, -1.26781231e-07, -0.559193611, 1.16970142e-07, 0.82903707)
  2435. Part154.BottomSurface = Enum.SurfaceType.Smooth
  2436. Part154.TopSurface = Enum.SurfaceType.Smooth
  2437. Part154.Color = Color3.new(0.431373, 0.6, 0.792157)
  2438. Part154.Position = Vector3.new(-378.237396, 140.759552, 387.437836)
  2439. Part154.Orientation = Vector3.new(0, 34, 0)
  2440. Part154.Color = Color3.new(0.431373, 0.6, 0.792157)
  2441. Part155.Parent = Model0
  2442. Part155.Material = Enum.Material.Slate
  2443. Part155.BrickColor = BrickColor.new("Linen")
  2444. Part155.Rotation = Vector3.new(0, 34, 0)
  2445. Part155.Anchored = true
  2446. Part155.Size = Vector3.new(41.5800171, 158.159988, 118.090027)
  2447. Part155.CFrame = CFrame.new(-378.237488, 61.5946045, 387.437744, 0.82903707, 5.33064863e-08, 0.559193611, 2.12159037e-08, 1, -1.26781231e-07, -0.559193611, 1.16970142e-07, 0.82903707)
  2448. Part155.BottomSurface = Enum.SurfaceType.Smooth
  2449. Part155.TopSurface = Enum.SurfaceType.Smooth
  2450. Part155.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2451. Part155.Position = Vector3.new(-378.237488, 61.5946045, 387.437744)
  2452. Part155.Orientation = Vector3.new(0, 34, 0)
  2453. Part155.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2454. Part156.Parent = Model0
  2455. Part156.Material = Enum.Material.Grass
  2456. Part156.BrickColor = BrickColor.new("Medium blue")
  2457. Part156.Rotation = Vector3.new(180, 11, 180)
  2458. Part156.Anchored = true
  2459. Part156.Size = Vector3.new(175.030029, 1.2099942, 57.6800232)
  2460. Part156.CFrame = CFrame.new(-39.0685844, 215.759583, 413.760284, -0.981627464, -1.48221631e-07, 0.190807521, -1.79806932e-07, 1, -1.48221631e-07, -0.190807521, -1.79806932e-07, -0.981627464)
  2461. Part156.BottomSurface = Enum.SurfaceType.Smooth
  2462. Part156.TopSurface = Enum.SurfaceType.Smooth
  2463. Part156.Color = Color3.new(0.431373, 0.6, 0.792157)
  2464. Part156.Position = Vector3.new(-39.0685844, 215.759583, 413.760284)
  2465. Part156.Orientation = Vector3.new(0, 169, 0)
  2466. Part156.Color = Color3.new(0.431373, 0.6, 0.792157)
  2467. Part157.Parent = Model0
  2468. Part157.Material = Enum.Material.Slate
  2469. Part157.BrickColor = BrickColor.new("Linen")
  2470. Part157.Rotation = Vector3.new(180, 11, -180)
  2471. Part157.Anchored = true
  2472. Part157.Size = Vector3.new(174.580017, 97.1599884, 57.0900269)
  2473. Part157.CFrame = CFrame.new(-38.7000008, 167.100006, 413.5, -0.981627166, 0, 0.19080916, -0, 1, -0, -0.19080916, 0, -0.981627166)
  2474. Part157.BottomSurface = Enum.SurfaceType.Smooth
  2475. Part157.TopSurface = Enum.SurfaceType.Smooth
  2476. Part157.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2477. Part157.Position = Vector3.new(-38.7000008, 167.100006, 413.5)
  2478. Part157.Orientation = Vector3.new(0, 169, 0)
  2479. Part157.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2480. Part158.Parent = Model0
  2481. Part158.Material = Enum.Material.Grass
  2482. Part158.BrickColor = BrickColor.new("Medium blue")
  2483. Part158.Rotation = Vector3.new(180, 41, -180)
  2484. Part158.Anchored = true
  2485. Part158.Size = Vector3.new(27.0300293, 1.2099942, 151.680023)
  2486. Part158.CFrame = CFrame.new(-162.938339, 213.759552, 440.234894, -0.754710376, 1.13958102e-07, 0.656058073, 5.19337888e-08, 1, -1.13958102e-07, -0.656058073, -5.19337888e-08, -0.754710376)
  2487. Part158.BottomSurface = Enum.SurfaceType.Smooth
  2488. Part158.TopSurface = Enum.SurfaceType.Smooth
  2489. Part158.Color = Color3.new(0.431373, 0.6, 0.792157)
  2490. Part158.Position = Vector3.new(-162.938339, 213.759552, 440.234894)
  2491. Part158.Orientation = Vector3.new(0, 139, 0)
  2492. Part158.Color = Color3.new(0.431373, 0.6, 0.792157)
  2493. Part159.Parent = Model0
  2494. Part159.Material = Enum.Material.Slate
  2495. Part159.BrickColor = BrickColor.new("Linen")
  2496. Part159.Rotation = Vector3.new(180, 41, -180)
  2497. Part159.Anchored = true
  2498. Part159.Size = Vector3.new(26.5800171, 97.1599884, 151.090027)
  2499. Part159.CFrame = CFrame.new(-162.93837, 165.094604, 440.234985, -0.754710376, 1.13958102e-07, 0.656058073, 5.19337888e-08, 1, -1.13958102e-07, -0.656058073, -5.19337888e-08, -0.754710376)
  2500. Part159.BottomSurface = Enum.SurfaceType.Smooth
  2501. Part159.TopSurface = Enum.SurfaceType.Smooth
  2502. Part159.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2503. Part159.Position = Vector3.new(-162.93837, 165.094604, 440.234985)
  2504. Part159.Orientation = Vector3.new(0, 139, 0)
  2505. Part159.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2506. Part160.Parent = Model0
  2507. Part160.Material = Enum.Material.Grass
  2508. Part160.BrickColor = BrickColor.new("Medium blue")
  2509. Part160.Rotation = Vector3.new(180, 86, -180)
  2510. Part160.Anchored = true
  2511. Part160.Size = Vector3.new(19.0300293, 1.2099942, 118.680023)
  2512. Part160.CFrame = CFrame.new(-225.435181, 211.759552, 472.909851, -0.0697578192, 1.26954063e-07, 0.997563958, 4.43344561e-09, 1, -1.26954063e-07, -0.997563958, -4.43344561e-09, -0.0697578192)
  2513. Part160.BottomSurface = Enum.SurfaceType.Smooth
  2514. Part160.TopSurface = Enum.SurfaceType.Smooth
  2515. Part160.Color = Color3.new(0.431373, 0.6, 0.792157)
  2516. Part160.Position = Vector3.new(-225.435181, 211.759552, 472.909851)
  2517. Part160.Orientation = Vector3.new(0, 94, 0)
  2518. Part160.Color = Color3.new(0.431373, 0.6, 0.792157)
  2519. Part161.Parent = Model0
  2520. Part161.Material = Enum.Material.Slate
  2521. Part161.BrickColor = BrickColor.new("Linen")
  2522. Part161.Rotation = Vector3.new(180, 86, -180)
  2523. Part161.Anchored = true
  2524. Part161.Size = Vector3.new(18.5800171, 97.1599884, 118.090027)
  2525. Part161.CFrame = CFrame.new(-225.435303, 163.094604, 472.909882, -0.0697578192, 1.26954063e-07, 0.997563958, 4.43344561e-09, 1, -1.26954063e-07, -0.997563958, -4.43344561e-09, -0.0697578192)
  2526. Part161.BottomSurface = Enum.SurfaceType.Smooth
  2527. Part161.TopSurface = Enum.SurfaceType.Smooth
  2528. Part161.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2529. Part161.Position = Vector3.new(-225.435303, 163.094604, 472.909882)
  2530. Part161.Orientation = Vector3.new(0, 94, 0)
  2531. Part161.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2532. Part162.Parent = Model0
  2533. Part162.Material = Enum.Material.Grass
  2534. Part162.BrickColor = BrickColor.new("Medium blue")
  2535. Part162.Rotation = Vector3.new(0, 64, 0)
  2536. Part162.Anchored = true
  2537. Part162.Size = Vector3.new(64.0300293, 1.2099942, 118.680023)
  2538. Part162.CFrame = CFrame.new(-312.511749, 213.759552, 486.604095, 0.438370198, 1.0464985e-07, 0.898794532, 2.1215925e-08, 1, -1.26781231e-07, -0.898794532, 7.46458539e-08, 0.438370198)
  2539. Part162.BottomSurface = Enum.SurfaceType.Smooth
  2540. Part162.TopSurface = Enum.SurfaceType.Smooth
  2541. Part162.Color = Color3.new(0.431373, 0.6, 0.792157)
  2542. Part162.Position = Vector3.new(-312.511749, 213.759552, 486.604095)
  2543. Part162.Orientation = Vector3.new(0, 64, 0)
  2544. Part162.Color = Color3.new(0.431373, 0.6, 0.792157)
  2545. Part163.Parent = Model0
  2546. Part163.Material = Enum.Material.Slate
  2547. Part163.BrickColor = BrickColor.new("Linen")
  2548. Part163.Rotation = Vector3.new(0, 64, 0)
  2549. Part163.Anchored = true
  2550. Part163.Size = Vector3.new(63.5800171, 97.1599884, 118.090027)
  2551. Part163.CFrame = CFrame.new(-312.511902, 165.094604, 486.604065, 0.438370198, 1.0464985e-07, 0.898794532, 2.1215925e-08, 1, -1.26781231e-07, -0.898794532, 7.46458539e-08, 0.438370198)
  2552. Part163.BottomSurface = Enum.SurfaceType.Smooth
  2553. Part163.TopSurface = Enum.SurfaceType.Smooth
  2554. Part163.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2555. Part163.Position = Vector3.new(-312.511902, 165.094604, 486.604065)
  2556. Part163.Orientation = Vector3.new(0, 64, 0)
  2557. Part163.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2558. Part164.Parent = Model0
  2559. Part164.Material = Enum.Material.Grass
  2560. Part164.BrickColor = BrickColor.new("Medium blue")
  2561. Part164.Rotation = Vector3.new(0, 34, 0)
  2562. Part164.Anchored = true
  2563. Part164.Size = Vector3.new(18.0300293, 1.2099942, 118.680023)
  2564. Part164.CFrame = CFrame.new(-388.185852, 293.759552, 394.148163, 0.82903707, 5.33064863e-08, 0.559193611, 2.12159037e-08, 1, -1.26781231e-07, -0.559193611, 1.16970142e-07, 0.82903707)
  2565. Part164.BottomSurface = Enum.SurfaceType.Smooth
  2566. Part164.TopSurface = Enum.SurfaceType.Smooth
  2567. Part164.Color = Color3.new(0.431373, 0.6, 0.792157)
  2568. Part164.Position = Vector3.new(-388.185852, 293.759552, 394.148163)
  2569. Part164.Orientation = Vector3.new(0, 34, 0)
  2570. Part164.Color = Color3.new(0.431373, 0.6, 0.792157)
  2571. Part165.Parent = Model0
  2572. Part165.Material = Enum.Material.Slate
  2573. Part165.BrickColor = BrickColor.new("Linen")
  2574. Part165.Rotation = Vector3.new(0, 34, 0)
  2575. Part165.Anchored = true
  2576. Part165.Size = Vector3.new(17.5800171, 158.159988, 118.090027)
  2577. Part165.CFrame = CFrame.new(-388.185944, 214.594604, 394.148071, 0.82903707, 5.33064863e-08, 0.559193611, 2.12159037e-08, 1, -1.26781231e-07, -0.559193611, 1.16970142e-07, 0.82903707)
  2578. Part165.BottomSurface = Enum.SurfaceType.Smooth
  2579. Part165.TopSurface = Enum.SurfaceType.Smooth
  2580. Part165.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2581. Part165.Position = Vector3.new(-388.185944, 214.594604, 394.148071)
  2582. Part165.Orientation = Vector3.new(0, 34, 0)
  2583. Part165.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2584. Part166.Parent = Model0
  2585. Part166.Material = Enum.Material.Grass
  2586. Part166.BrickColor = BrickColor.new("Medium blue")
  2587. Part166.Rotation = Vector3.new(0, -86, 0)
  2588. Part166.Anchored = true
  2589. Part166.Size = Vector3.new(233.030029, 1.2099942, 57.6800232)
  2590. Part166.CFrame = CFrame.new(-413.218201, 136.759598, 222.776108, 0.0697569847, -7.36239514e-08, -0.997564018, -7.15465376e-09, 1, -7.43040403e-08, 0.997564018, 1.232047e-08, 0.0697569847)
  2591. Part166.BottomSurface = Enum.SurfaceType.Smooth
  2592. Part166.TopSurface = Enum.SurfaceType.Smooth
  2593. Part166.Color = Color3.new(0.431373, 0.6, 0.792157)
  2594. Part166.Position = Vector3.new(-413.218201, 136.759598, 222.776108)
  2595. Part166.Orientation = Vector3.new(0, -86, 0)
  2596. Part166.Color = Color3.new(0.431373, 0.6, 0.792157)
  2597. Part167.Parent = Model0
  2598. Part167.Material = Enum.Material.Slate
  2599. Part167.BrickColor = BrickColor.new("Linen")
  2600. Part167.Rotation = Vector3.new(0, -86, 0)
  2601. Part167.Anchored = true
  2602. Part167.Size = Vector3.new(232.580017, 132.569992, 57.0900269)
  2603. Part167.CFrame = CFrame.new(-413.21817, 70.389595, 222.776108, 0.0697569847, -7.36239514e-08, -0.997564018, -7.15465376e-09, 1, -7.43040403e-08, 0.997564018, 1.232047e-08, 0.0697569847)
  2604. Part167.BottomSurface = Enum.SurfaceType.Smooth
  2605. Part167.TopSurface = Enum.SurfaceType.Smooth
  2606. Part167.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2607. Part167.Position = Vector3.new(-413.21817, 70.389595, 222.776108)
  2608. Part167.Orientation = Vector3.new(0, -86, 0)
  2609. Part167.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2610. Part168.Parent = Model0
  2611. Part168.Material = Enum.Material.Slate
  2612. Part168.BrickColor = BrickColor.new("Linen")
  2613. Part168.Rotation = Vector3.new(0, -86, 0)
  2614. Part168.Anchored = true
  2615. Part168.Size = Vector3.new(239.580017, 132.569992, 20.0900269)
  2616. Part168.CFrame = CFrame.new(-431.428955, 196.389587, 227.558075, 0.0697569847, -7.36239514e-08, -0.997564018, -7.15465376e-09, 1, -7.43040403e-08, 0.997564018, 1.232047e-08, 0.0697569847)
  2617. Part168.BottomSurface = Enum.SurfaceType.Smooth
  2618. Part168.TopSurface = Enum.SurfaceType.Smooth
  2619. Part168.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2620. Part168.Position = Vector3.new(-431.428955, 196.389587, 227.558075)
  2621. Part168.Orientation = Vector3.new(0, -86, 0)
  2622. Part168.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2623. Part169.Parent = Model0
  2624. Part169.Material = Enum.Material.Grass
  2625. Part169.BrickColor = BrickColor.new("Medium blue")
  2626. Part169.Rotation = Vector3.new(0, -86, 0)
  2627. Part169.Anchored = true
  2628. Part169.Size = Vector3.new(240.030029, 1.2099942, 20.6800232)
  2629. Part169.CFrame = CFrame.new(-431.428986, 262.759583, 227.558075, 0.0697569847, -7.36239514e-08, -0.997564018, -7.15465376e-09, 1, -7.43040403e-08, 0.997564018, 1.232047e-08, 0.0697569847)
  2630. Part169.BottomSurface = Enum.SurfaceType.Smooth
  2631. Part169.TopSurface = Enum.SurfaceType.Smooth
  2632. Part169.Color = Color3.new(0.431373, 0.6, 0.792157)
  2633. Part169.Position = Vector3.new(-431.428986, 262.759583, 227.558075)
  2634. Part169.Orientation = Vector3.new(0, -86, 0)
  2635. Part169.Color = Color3.new(0.431373, 0.6, 0.792157)
  2636. Part170.Parent = Model0
  2637. Part170.Material = Enum.Material.Grass
  2638. Part170.BrickColor = BrickColor.new("Medium blue")
  2639. Part170.Rotation = Vector3.new(180, -79, 180)
  2640. Part170.Anchored = true
  2641. Part170.Size = Vector3.new(445.030029, 1.2099942, 43.6800232)
  2642. Part170.CFrame = CFrame.new(-408.815308, 244.759583, -91.4408951, -0.190808818, -7.43036921e-08, -0.981627226, -7.15462534e-09, 1, -7.43036921e-08, 0.981627226, -7.15462534e-09, -0.190808818)
  2643. Part170.BottomSurface = Enum.SurfaceType.Smooth
  2644. Part170.TopSurface = Enum.SurfaceType.Smooth
  2645. Part170.Color = Color3.new(0.431373, 0.6, 0.792157)
  2646. Part170.Position = Vector3.new(-408.815308, 244.759583, -91.4408951)
  2647. Part170.Orientation = Vector3.new(0, -101, 0)
  2648. Part170.Color = Color3.new(0.431373, 0.6, 0.792157)
  2649. Part171.Parent = Model0
  2650. Part171.Material = Enum.Material.Slate
  2651. Part171.BrickColor = BrickColor.new("Linen")
  2652. Part171.Rotation = Vector3.new(180, -79, 180)
  2653. Part171.Anchored = true
  2654. Part171.Size = Vector3.new(444.580017, 164.569992, 43.0900269)
  2655. Part171.CFrame = CFrame.new(-408.815277, 162.389587, -91.4408951, -0.190808818, -7.43036921e-08, -0.981627226, -7.15462534e-09, 1, -7.43036921e-08, 0.981627226, -7.15462534e-09, -0.190808818)
  2656. Part171.BottomSurface = Enum.SurfaceType.Smooth
  2657. Part171.TopSurface = Enum.SurfaceType.Smooth
  2658. Part171.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2659. Part171.Position = Vector3.new(-408.815277, 162.389587, -91.4408951)
  2660. Part171.Orientation = Vector3.new(0, -101, 0)
  2661. Part171.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2662. Part172.Parent = Model0
  2663. Part172.Material = Enum.Material.Grass
  2664. Part172.BrickColor = BrickColor.new("Medium blue")
  2665. Part172.Rotation = Vector3.new(180, -19, 180)
  2666. Part172.Anchored = true
  2667. Part172.Size = Vector3.new(383.030029, 1.2099942, 59.6800232)
  2668. Part172.CFrame = CFrame.new(-182.867844, 185.759613, -365.171112, -0.945518553, -1.42769338e-07, -0.325568229, -1.01836363e-07, 1, -1.42769338e-07, 0.325568229, -1.01836363e-07, -0.945518553)
  2669. Part172.BottomSurface = Enum.SurfaceType.Smooth
  2670. Part172.TopSurface = Enum.SurfaceType.Smooth
  2671. Part172.Color = Color3.new(0.431373, 0.6, 0.792157)
  2672. Part172.Position = Vector3.new(-182.867844, 185.759613, -365.171112)
  2673. Part172.Orientation = Vector3.new(0, -161, 0)
  2674. Part172.Color = Color3.new(0.431373, 0.6, 0.792157)
  2675. Part173.Parent = Model0
  2676. Part173.Material = Enum.Material.Slate
  2677. Part173.BrickColor = BrickColor.new("Linen")
  2678. Part173.Rotation = Vector3.new(180, -19, 180)
  2679. Part173.Anchored = true
  2680. Part173.Size = Vector3.new(382.580017, 91.5699921, 59.0900269)
  2681. Part173.CFrame = CFrame.new(-182.867813, 139.889603, -365.171112, -0.945518553, -1.42769338e-07, -0.325568229, -1.01836363e-07, 1, -1.42769338e-07, 0.325568229, -1.01836363e-07, -0.945518553)
  2682. Part173.BottomSurface = Enum.SurfaceType.Smooth
  2683. Part173.TopSurface = Enum.SurfaceType.Smooth
  2684. Part173.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2685. Part173.Position = Vector3.new(-182.867813, 139.889603, -365.171112)
  2686. Part173.Orientation = Vector3.new(0, -161, 0)
  2687. Part173.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2688. Part174.Parent = Model0
  2689. Part174.Material = Enum.Material.Slate
  2690. Part174.BrickColor = BrickColor.new("Linen")
  2691. Part174.Rotation = Vector3.new(180, -19, 180)
  2692. Part174.Anchored = true
  2693. Part174.Size = Vector3.new(350.580017, 51.5699959, 199.090027)
  2694. Part174.CFrame = CFrame.new(-112.607231, -6.11040354, -333.465942, -0.945518553, -1.42769338e-07, -0.325568289, -1.01836356e-07, 1, -1.42769338e-07, 0.325568289, -1.01836356e-07, -0.945518553)
  2695. Part174.BottomSurface = Enum.SurfaceType.Smooth
  2696. Part174.TopSurface = Enum.SurfaceType.Smooth
  2697. Part174.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2698. Part174.Position = Vector3.new(-112.607231, -6.11040354, -333.465942)
  2699. Part174.Orientation = Vector3.new(0, -161, 0)
  2700. Part174.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2701. Part175.Parent = Model0
  2702. Part175.Material = Enum.Material.Grass
  2703. Part175.BrickColor = BrickColor.new("Medium blue")
  2704. Part175.Rotation = Vector3.new(180, -19, 180)
  2705. Part175.Anchored = true
  2706. Part175.Size = Vector3.new(351.030029, 1.2099942, 199.680023)
  2707. Part175.CFrame = CFrame.new(-112.607239, 19.759594, -333.465973, -0.945518553, -1.42769338e-07, -0.325568289, -1.01836356e-07, 1, -1.42769338e-07, 0.325568289, -1.01836356e-07, -0.945518553)
  2708. Part175.BottomSurface = Enum.SurfaceType.Smooth
  2709. Part175.TopSurface = Enum.SurfaceType.Smooth
  2710. Part175.Color = Color3.new(0.431373, 0.6, 0.792157)
  2711. Part175.Position = Vector3.new(-112.607239, 19.759594, -333.465973)
  2712. Part175.Orientation = Vector3.new(0, -161, 0)
  2713. Part175.Color = Color3.new(0.431373, 0.6, 0.792157)
  2714. Part176.Parent = Model0
  2715. Part176.Material = Enum.Material.Slate
  2716. Part176.BrickColor = BrickColor.new("Linen")
  2717. Part176.Rotation = Vector3.new(180, 11, 180)
  2718. Part176.Anchored = true
  2719. Part176.Size = Vector3.new(350.580017, 51.5699959, 199.090027)
  2720. Part176.CFrame = CFrame.new(94.3927383, -4.11040354, -333.465942, -0.981627226, -1.48221588e-07, 0.190808654, -1.79807103e-07, 1, -1.48221588e-07, -0.190808654, -1.79807103e-07, -0.981627226)
  2721. Part176.BottomSurface = Enum.SurfaceType.Smooth
  2722. Part176.TopSurface = Enum.SurfaceType.Smooth
  2723. Part176.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2724. Part176.Position = Vector3.new(94.3927383, -4.11040354, -333.465942)
  2725. Part176.Orientation = Vector3.new(0, 169, 0)
  2726. Part176.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2727. Part177.Parent = Model0
  2728. Part177.Material = Enum.Material.Grass
  2729. Part177.BrickColor = BrickColor.new("Medium blue")
  2730. Part177.Rotation = Vector3.new(180, 11, 180)
  2731. Part177.Anchored = true
  2732. Part177.Size = Vector3.new(351.030029, 1.2099942, 199.680023)
  2733. Part177.CFrame = CFrame.new(94.3927536, 21.7595978, -333.465942, -0.981627226, -1.48221588e-07, 0.190808654, -1.79807103e-07, 1, -1.48221588e-07, -0.190808654, -1.79807103e-07, -0.981627226)
  2734. Part177.BottomSurface = Enum.SurfaceType.Smooth
  2735. Part177.TopSurface = Enum.SurfaceType.Smooth
  2736. Part177.Color = Color3.new(0.431373, 0.6, 0.792157)
  2737. Part177.Position = Vector3.new(94.3927536, 21.7595978, -333.465942)
  2738. Part177.Orientation = Vector3.new(0, 169, 0)
  2739. Part177.Color = Color3.new(0.431373, 0.6, 0.792157)
  2740. Part178.Parent = Model0
  2741. Part178.Material = Enum.Material.Slate
  2742. Part178.BrickColor = BrickColor.new("Linen")
  2743. Part178.Rotation = Vector3.new(180, 56, -180)
  2744. Part178.Anchored = true
  2745. Part178.Size = Vector3.new(557.580017, 51.5699959, 173.090027)
  2746. Part178.CFrame = CFrame.new(261.749481, -4.11037779, -206.839478, -0.559193075, 8.44358041e-08, 0.829037488, -1.19138889e-07, 1, -1.82208225e-07, -0.829037488, -2.00660182e-07, -0.559193075)
  2747. Part178.BottomSurface = Enum.SurfaceType.Smooth
  2748. Part178.TopSurface = Enum.SurfaceType.Smooth
  2749. Part178.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2750. Part178.Position = Vector3.new(261.749481, -4.11037779, -206.839478)
  2751. Part178.Orientation = Vector3.new(0, 124, 0)
  2752. Part178.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2753. Part179.Parent = Model0
  2754. Part179.Material = Enum.Material.Grass
  2755. Part179.BrickColor = BrickColor.new("Medium blue")
  2756. Part179.Rotation = Vector3.new(180, 56, -180)
  2757. Part179.Anchored = true
  2758. Part179.Size = Vector3.new(558.030029, 1.2099942, 173.680023)
  2759. Part179.CFrame = CFrame.new(261.749512, 21.7596245, -206.839478, -0.559193075, 8.44358041e-08, 0.829037488, -1.19138889e-07, 1, -1.82208225e-07, -0.829037488, -2.00660182e-07, -0.559193075)
  2760. Part179.BottomSurface = Enum.SurfaceType.Smooth
  2761. Part179.TopSurface = Enum.SurfaceType.Smooth
  2762. Part179.Color = Color3.new(0.431373, 0.6, 0.792157)
  2763. Part179.Position = Vector3.new(261.749512, 21.7596245, -206.839478)
  2764. Part179.Orientation = Vector3.new(0, 124, 0)
  2765. Part179.Color = Color3.new(0.431373, 0.6, 0.792157)
  2766. Part180.Parent = Model0
  2767. Part180.Material = Enum.Material.Grass
  2768. Part180.BrickColor = BrickColor.new("Medium blue")
  2769. Part180.Rotation = Vector3.new(180, 15, 180)
  2770. Part180.Anchored = true
  2771. Part180.Size = Vector3.new(373.030029, 1.2099942, 48.6800232)
  2772. Part180.CFrame = CFrame.new(138.055481, 194.654831, -381.894836, -0.965925813, -1.45850748e-07, 0.258819044, -1.90076392e-07, 1, -1.45850748e-07, -0.258819044, -1.90076392e-07, -0.965925813)
  2773. Part180.BottomSurface = Enum.SurfaceType.Smooth
  2774. Part180.TopSurface = Enum.SurfaceType.Smooth
  2775. Part180.Color = Color3.new(0.431373, 0.6, 0.792157)
  2776. Part180.Position = Vector3.new(138.055481, 194.654831, -381.894836)
  2777. Part180.Orientation = Vector3.new(0, 165, 0)
  2778. Part180.Color = Color3.new(0.431373, 0.6, 0.792157)
  2779. Part181.Parent = Model0
  2780. Part181.Material = Enum.Material.Slate
  2781. Part181.BrickColor = BrickColor.new("Linen")
  2782. Part181.Rotation = Vector3.new(180, 15, 180)
  2783. Part181.Anchored = true
  2784. Part181.Size = Vector3.new(372.580017, 123.569992, 48.0900269)
  2785. Part181.CFrame = CFrame.new(138.055481, 132.784988, -381.894836, -0.965925813, -1.45850748e-07, 0.258819044, -1.90076392e-07, 1, -1.45850748e-07, -0.258819044, -1.90076392e-07, -0.965925813)
  2786. Part181.BottomSurface = Enum.SurfaceType.Smooth
  2787. Part181.TopSurface = Enum.SurfaceType.Smooth
  2788. Part181.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2789. Part181.Position = Vector3.new(138.055481, 132.784988, -381.894836)
  2790. Part181.Orientation = Vector3.new(0, 165, 0)
  2791. Part181.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2792. Part182.Parent = Model0
  2793. Part182.Material = Enum.Material.Grass
  2794. Part182.BrickColor = BrickColor.new("Medium blue")
  2795. Part182.Rotation = Vector3.new(180, -19, 180)
  2796. Part182.Anchored = true
  2797. Part182.Size = Vector3.new(175.030029, 1.2099942, 96.6800232)
  2798. Part182.CFrame = CFrame.new(289.869476, 210.459579, 433.673615, -0.945518076, -1.42769267e-07, -0.32556957, -1.01836164e-07, 1, -1.42769267e-07, 0.32556957, -1.01836164e-07, -0.945518076)
  2799. Part182.BottomSurface = Enum.SurfaceType.Smooth
  2800. Part182.TopSurface = Enum.SurfaceType.Smooth
  2801. Part182.Color = Color3.new(0.431373, 0.6, 0.792157)
  2802. Part182.Position = Vector3.new(289.869476, 210.459579, 433.673615)
  2803. Part182.Orientation = Vector3.new(0, -161, 0)
  2804. Part182.Color = Color3.new(0.431373, 0.6, 0.792157)
  2805. Part183.Parent = Model0
  2806. Part183.Material = Enum.Material.Slate
  2807. Part183.BrickColor = BrickColor.new("Linen")
  2808. Part183.Rotation = Vector3.new(180, -79, 180)
  2809. Part183.Anchored = true
  2810. Part183.Size = Vector3.new(408.580017, 191.159988, 92.0900269)
  2811. Part183.CFrame = CFrame.new(410.983124, 172.094604, 193.987122, -0.190807536, -7.43031947e-08, -0.981627464, -7.15454007e-09, 1, -7.43031947e-08, 0.981627464, -7.15454007e-09, -0.190807536)
  2812. Part183.BottomSurface = Enum.SurfaceType.Smooth
  2813. Part183.TopSurface = Enum.SurfaceType.Smooth
  2814. Part183.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2815. Part183.Position = Vector3.new(410.983124, 172.094604, 193.987122)
  2816. Part183.Orientation = Vector3.new(0, -101, 0)
  2817. Part183.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2818. Part184.Parent = Model0
  2819. Part184.Material = Enum.Material.Slate
  2820. Part184.BrickColor = BrickColor.new("Linen")
  2821. Part184.Rotation = Vector3.new(180, -19, 180)
  2822. Part184.Anchored = true
  2823. Part184.Size = Vector3.new(174.580017, 97.1599884, 96.0900269)
  2824. Part184.CFrame = CFrame.new(289.869507, 161.794586, 433.673676, -0.945518076, -1.42769267e-07, -0.32556957, -1.01836164e-07, 1, -1.42769267e-07, 0.32556957, -1.01836164e-07, -0.945518076)
  2825. Part184.BottomSurface = Enum.SurfaceType.Smooth
  2826. Part184.TopSurface = Enum.SurfaceType.Smooth
  2827. Part184.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2828. Part184.Position = Vector3.new(289.869507, 161.794586, 433.673676)
  2829. Part184.Orientation = Vector3.new(0, -161, 0)
  2830. Part184.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2831. Part185.Parent = Model0
  2832. Part185.Material = Enum.Material.Grass
  2833. Part185.BrickColor = BrickColor.new("Medium blue")
  2834. Part185.Rotation = Vector3.new(0, -71, 0)
  2835. Part185.Anchored = true
  2836. Part185.Size = Vector3.new(386.030029, 1.2099942, 92.6800232)
  2837. Part185.CFrame = CFrame.new(379.638062, 190.059586, -159.258835, 0.325568378, -6.79261589e-08, -0.945518494, -7.15463955e-09, 1, -7.43036566e-08, 0.945518494, 3.09557606e-08, 0.325568378)
  2838. Part185.BottomSurface = Enum.SurfaceType.Smooth
  2839. Part185.TopSurface = Enum.SurfaceType.Smooth
  2840. Part185.Color = Color3.new(0.431373, 0.6, 0.792157)
  2841. Part185.Position = Vector3.new(379.638062, 190.059586, -159.258835)
  2842. Part185.Orientation = Vector3.new(0, -71, 0)
  2843. Part185.Color = Color3.new(0.431373, 0.6, 0.792157)
  2844. Part186.Parent = Model0
  2845. Part186.Material = Enum.Material.Slate
  2846. Part186.BrickColor = BrickColor.new("Linen")
  2847. Part186.Rotation = Vector3.new(0, -71, 0)
  2848. Part186.Anchored = true
  2849. Part186.Size = Vector3.new(385.580017, 112.169991, 92.0900269)
  2850. Part186.CFrame = CFrame.new(379.638092, 133.889603, -159.25885, 0.325568378, -6.79261589e-08, -0.945518494, -7.15463955e-09, 1, -7.43036566e-08, 0.945518494, 3.09557606e-08, 0.325568378)
  2851. Part186.BottomSurface = Enum.SurfaceType.Smooth
  2852. Part186.TopSurface = Enum.SurfaceType.Smooth
  2853. Part186.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2854. Part186.Position = Vector3.new(379.638092, 133.889603, -159.25885)
  2855. Part186.Orientation = Vector3.new(0, -71, 0)
  2856. Part186.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2857. Part187.Parent = Model0
  2858. Part187.Material = Enum.Material.Grass
  2859. Part187.BrickColor = BrickColor.new("Medium blue")
  2860. Part187.Rotation = Vector3.new(180, -79, 180)
  2861. Part187.Anchored = true
  2862. Part187.Size = Vector3.new(409.030029, 1.2099942, 92.6800232)
  2863. Part187.CFrame = CFrame.new(410.983093, 267.759583, 193.987152, -0.190807536, -7.43031947e-08, -0.981627464, -7.15454007e-09, 1, -7.43031947e-08, 0.981627464, -7.15454007e-09, -0.190807536)
  2864. Part187.BottomSurface = Enum.SurfaceType.Smooth
  2865. Part187.TopSurface = Enum.SurfaceType.Smooth
  2866. Part187.Color = Color3.new(0.431373, 0.6, 0.792157)
  2867. Part187.Position = Vector3.new(410.983093, 267.759583, 193.987152)
  2868. Part187.Orientation = Vector3.new(0, -101, 0)
  2869. Part187.Color = Color3.new(0.431373, 0.6, 0.792157)
  2870. Part188.Parent = Model0
  2871. Part188.Material = Enum.Material.Grass
  2872. Part188.BrickColor = BrickColor.new("Medium blue")
  2873. Part188.Anchored = true
  2874. Part188.Size = Vector3.new(30.9200134, 1.30000305, 90.6700287)
  2875. Part188.CFrame = CFrame.new(57.3100128, 195.169983, 406.290009, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2876. Part188.BottomSurface = Enum.SurfaceType.Smooth
  2877. Part188.TopSurface = Enum.SurfaceType.Smooth
  2878. Part188.Color = Color3.new(0.431373, 0.6, 0.792157)
  2879. Part188.Position = Vector3.new(57.3100128, 195.169983, 406.290009)
  2880. Part188.Color = Color3.new(0.431373, 0.6, 0.792157)
  2881. Part189.Parent = Model0
  2882. Part189.Material = Enum.Material.Grass
  2883. Part189.BrickColor = BrickColor.new("Medium blue")
  2884. Part189.Anchored = true
  2885. Part189.Size = Vector3.new(57.9200134, 1.02999997, 99.6700287)
  2886. Part189.CFrame = CFrame.new(175.810013, 195.564987, 410.790009, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2887. Part189.BottomSurface = Enum.SurfaceType.Smooth
  2888. Part189.TopSurface = Enum.SurfaceType.Smooth
  2889. Part189.Color = Color3.new(0.431373, 0.6, 0.792157)
  2890. Part189.Position = Vector3.new(175.810013, 195.564987, 410.790009)
  2891. Part189.Color = Color3.new(0.431373, 0.6, 0.792157)
  2892. Part190.Parent = Model0
  2893. Part190.Material = Enum.Material.Grass
  2894. Part190.BrickColor = BrickColor.new("Medium blue")
  2895. Part190.Anchored = true
  2896. Part190.Size = Vector3.new(30.9200134, 1.30000305, 416.670044)
  2897. Part190.CFrame = CFrame.new(57.3100128, 200.669983, 621.890015, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2898. Part190.BottomSurface = Enum.SurfaceType.Smooth
  2899. Part190.TopSurface = Enum.SurfaceType.Smooth
  2900. Part190.Color = Color3.new(0.431373, 0.6, 0.792157)
  2901. Part190.Position = Vector3.new(57.3100128, 200.669983, 621.890015)
  2902. Part190.Color = Color3.new(0.431373, 0.6, 0.792157)
  2903. Part191.Parent = Model0
  2904. Part191.Material = Enum.Material.Slate
  2905. Part191.BrickColor = BrickColor.new("Linen")
  2906. Part191.Anchored = true
  2907. Part191.Size = Vector3.new(30.9200134, 26.5699921, 416.670044)
  2908. Part191.CFrame = CFrame.new(57.3100128, 187.464996, 621.890015, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2909. Part191.BottomSurface = Enum.SurfaceType.Smooth
  2910. Part191.TopSurface = Enum.SurfaceType.Smooth
  2911. Part191.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2912. Part191.Position = Vector3.new(57.3100128, 187.464996, 621.890015)
  2913. Part191.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2914. Part192.Parent = Model0
  2915. Part192.Material = Enum.Material.Slate
  2916. Part192.BrickColor = BrickColor.new("Linen")
  2917. Part192.Anchored = true
  2918. Part192.Size = Vector3.new(190.920013, 26.5699921, 212.670029)
  2919. Part192.CFrame = CFrame.new(-34.8899879, 191.86499, 519.890015, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2920. Part192.BottomSurface = Enum.SurfaceType.Smooth
  2921. Part192.TopSurface = Enum.SurfaceType.Smooth
  2922. Part192.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2923. Part192.Position = Vector3.new(-34.8899879, 191.86499, 519.890015)
  2924. Part192.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2925. Part193.Parent = Model0
  2926. Part193.Material = Enum.Material.Grass
  2927. Part193.BrickColor = BrickColor.new("Medium blue")
  2928. Part193.Anchored = true
  2929. Part193.Size = Vector3.new(190.920013, 1.30000305, 212.670029)
  2930. Part193.CFrame = CFrame.new(-34.5, 205.199997, 519.700012, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2931. Part193.BottomSurface = Enum.SurfaceType.Smooth
  2932. Part193.TopSurface = Enum.SurfaceType.Smooth
  2933. Part193.Color = Color3.new(0.431373, 0.6, 0.792157)
  2934. Part193.Position = Vector3.new(-34.5, 205.199997, 519.700012)
  2935. Part193.Color = Color3.new(0.431373, 0.6, 0.792157)
  2936. Part194.Parent = Model0
  2937. Part194.Material = Enum.Material.Slate
  2938. Part194.BrickColor = BrickColor.new("Linen")
  2939. Part194.Rotation = Vector3.new(0, -30, 0)
  2940. Part194.Anchored = true
  2941. Part194.Size = Vector3.new(97.9200134, 26.5699921, 174.670029)
  2942. Part194.CFrame = CFrame.new(-133.289993, 199.664993, 495.263062, 0.866025329, -8.74228121e-08, -0.500000179, 0, 1, -1.74845567e-07, 0.500000179, 1.51420679e-07, 0.866025329)
  2943. Part194.BottomSurface = Enum.SurfaceType.Smooth
  2944. Part194.TopSurface = Enum.SurfaceType.Smooth
  2945. Part194.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2946. Part194.Position = Vector3.new(-133.289993, 199.664993, 495.263062)
  2947. Part194.Orientation = Vector3.new(0, -30, 0)
  2948. Part194.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2949. Part195.Parent = Model0
  2950. Part195.Material = Enum.Material.Grass
  2951. Part195.BrickColor = BrickColor.new("Medium blue")
  2952. Part195.Rotation = Vector3.new(0, -30, 0)
  2953. Part195.Anchored = true
  2954. Part195.Size = Vector3.new(97.9200134, 1.30000305, 174.670029)
  2955. Part195.CFrame = CFrame.new(-133.289993, 212.86998, 495.263062, 0.866025329, -8.74228121e-08, -0.500000179, 0, 1, -1.74845567e-07, 0.500000179, 1.51420679e-07, 0.866025329)
  2956. Part195.BottomSurface = Enum.SurfaceType.Smooth
  2957. Part195.TopSurface = Enum.SurfaceType.Smooth
  2958. Part195.Color = Color3.new(0.431373, 0.6, 0.792157)
  2959. Part195.Position = Vector3.new(-133.289993, 212.86998, 495.263062)
  2960. Part195.Orientation = Vector3.new(0, -30, 0)
  2961. Part195.Color = Color3.new(0.431373, 0.6, 0.792157)
  2962. Part196.Parent = Model0
  2963. Part196.Material = Enum.Material.Grass
  2964. Part196.BrickColor = BrickColor.new("Medium blue")
  2965. Part196.Anchored = true
  2966. Part196.Size = Vector3.new(71.9200134, 1.30000305, 333.670044)
  2967. Part196.CFrame = CFrame.new(178.110016, 200.669983, 580.390015, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2968. Part196.BottomSurface = Enum.SurfaceType.Smooth
  2969. Part196.TopSurface = Enum.SurfaceType.Smooth
  2970. Part196.Color = Color3.new(0.431373, 0.6, 0.792157)
  2971. Part196.Position = Vector3.new(178.110016, 200.669983, 580.390015)
  2972. Part196.Color = Color3.new(0.431373, 0.6, 0.792157)
  2973. Part197.Parent = Model0
  2974. Part197.Material = Enum.Material.Slate
  2975. Part197.BrickColor = BrickColor.new("Linen")
  2976. Part197.Anchored = true
  2977. Part197.Size = Vector3.new(71.9200134, 26.5699921, 333.670044)
  2978. Part197.CFrame = CFrame.new(178.110016, 187.464996, 580.390015, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2979. Part197.BottomSurface = Enum.SurfaceType.Smooth
  2980. Part197.TopSurface = Enum.SurfaceType.Smooth
  2981. Part197.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2982. Part197.Position = Vector3.new(178.110016, 187.464996, 580.390015)
  2983. Part197.Color = Color3.new(0.686275, 0.580392, 0.513726)
  2984. Part198.Parent = Model0
  2985. Part198.Material = Enum.Material.Slate
  2986. Part198.BrickColor = BrickColor.new("Dark stone grey")
  2987. Part198.Rotation = Vector3.new(180, 11, 180)
  2988. Part198.Anchored = true
  2989. Part198.Size = Vector3.new(1.58001709, 4.1599884, 30.0900269)
  2990. Part198.CFrame = CFrame.new(-116.655243, 136.006592, 343.729218, -0.981627464, -1.48221631e-07, 0.190807477, -1.79806932e-07, 1, -1.48221631e-07, -0.190807477, -1.79806932e-07, -0.981627464)
  2991. Part198.BottomSurface = Enum.SurfaceType.Smooth
  2992. Part198.TopSurface = Enum.SurfaceType.Smooth
  2993. Part198.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2994. Part198.Position = Vector3.new(-116.655243, 136.006592, 343.729218)
  2995. Part198.Orientation = Vector3.new(0, 169, 0)
  2996. Part198.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2997. Part199.Parent = Model0
  2998. Part199.Material = Enum.Material.Slate
  2999. Part199.BrickColor = BrickColor.new("Linen")
  3000. Part199.Rotation = Vector3.new(0, -30, 0)
  3001. Part199.Anchored = true
  3002. Part199.Size = Vector3.new(310.920013, 26.5699921, 212.670029)
  3003. Part199.CFrame = CFrame.new(-121.351501, 198.86499, 636.690002, 0.866025388, 0, -0.5, 0, 1, 0, 0.5, 0, 0.866025388)
  3004. Part199.BottomSurface = Enum.SurfaceType.Smooth
  3005. Part199.TopSurface = Enum.SurfaceType.Smooth
  3006. Part199.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3007. Part199.Position = Vector3.new(-121.351501, 198.86499, 636.690002)
  3008. Part199.Orientation = Vector3.new(0, -30, 0)
  3009. Part199.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3010. Part200.Parent = Model0
  3011. Part200.Material = Enum.Material.Grass
  3012. Part200.BrickColor = BrickColor.new("Medium blue")
  3013. Part200.Anchored = true
  3014. Part200.Size = Vector3.new(210.920013, 1.30000305, 265.670044)
  3015. Part200.CFrame = CFrame.new(-57.1993484, 199, 692.776978, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3016. Part200.BottomSurface = Enum.SurfaceType.Smooth
  3017. Part200.TopSurface = Enum.SurfaceType.Smooth
  3018. Part200.Color = Color3.new(0.431373, 0.6, 0.792157)
  3019. Part200.Position = Vector3.new(-57.1993484, 199, 692.776978)
  3020. Part200.Color = Color3.new(0.431373, 0.6, 0.792157)
  3021. Part201.Parent = Model0
  3022. Part201.Material = Enum.Material.Slate
  3023. Part201.BrickColor = BrickColor.new("Linen")
  3024. Part201.Anchored = true
  3025. Part201.Size = Vector3.new(210.920013, 26.5699921, 265.670044)
  3026. Part201.CFrame = CFrame.new(-59.279335, 185.064987, 693.776978, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3027. Part201.BottomSurface = Enum.SurfaceType.Smooth
  3028. Part201.TopSurface = Enum.SurfaceType.Smooth
  3029. Part201.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3030. Part201.Position = Vector3.new(-59.279335, 185.064987, 693.776978)
  3031. Part201.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3032. Part202.Parent = Model0
  3033. Part202.Material = Enum.Material.Slate
  3034. Part202.BrickColor = BrickColor.new("Dark stone grey")
  3035. Part202.Rotation = Vector3.new(-174.449997, 9.51000023, 149.539993)
  3036. Part202.Anchored = true
  3037. Part202.Size = Vector3.new(174.580017, 5.1599884, 3.09002686)
  3038. Part202.CFrame = CFrame.new(-28.7636852, 155.215698, 367.936096, -0.850114226, -0.500000179, 0.165244147, -0.490813911, 0.866025329, 0.095403783, -0.190807521, 0, -0.981627464)
  3039. Part202.BottomSurface = Enum.SurfaceType.Smooth
  3040. Part202.TopSurface = Enum.SurfaceType.Smooth
  3041. Part202.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3042. Part202.Position = Vector3.new(-28.7636852, 155.215698, 367.936096)
  3043. Part202.Orientation = Vector3.new(-5.46999979, 170.440002, -29.539999)
  3044. Part202.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3045. Part203.Parent = Model0
  3046. Part203.Material = Enum.Material.Slate
  3047. Part203.BrickColor = BrickColor.new("Dark stone grey")
  3048. Part203.Rotation = Vector3.new(-174.449997, 9.51000023, 149.539993)
  3049. Part203.Anchored = true
  3050. Part203.Size = Vector3.new(174.580017, 2.1599884, 18.0900269)
  3051. Part203.CFrame = CFrame.new(-29.5835094, 153.01033, 377.261597, -0.850114226, -0.500000179, 0.165244147, -0.490813911, 0.866025329, 0.095403783, -0.190807521, 0, -0.981627464)
  3052. Part203.BottomSurface = Enum.SurfaceType.Smooth
  3053. Part203.TopSurface = Enum.SurfaceType.Smooth
  3054. Part203.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3055. Part203.Position = Vector3.new(-29.5835094, 153.01033, 377.261597)
  3056. Part203.Orientation = Vector3.new(-5.46999979, 170.440002, -29.539999)
  3057. Part203.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3058. Part204.Parent = Model0
  3059. Part204.Material = Enum.Material.Grass
  3060. Part204.BrickColor = BrickColor.new("Medium blue")
  3061. Part204.Rotation = Vector3.new(0, -30, 0)
  3062. Part204.Anchored = true
  3063. Part204.Size = Vector3.new(136.920013, 1.30000305, 212.670029)
  3064. Part204.CFrame = CFrame.new(223.046646, 212.800003, 613.364014, 0.866025388, 0, -0.5, 0, 1, 0, 0.5, 0, 0.866025388)
  3065. Part204.BottomSurface = Enum.SurfaceType.Smooth
  3066. Part204.TopSurface = Enum.SurfaceType.Smooth
  3067. Part204.Color = Color3.new(0.431373, 0.6, 0.792157)
  3068. Part204.Position = Vector3.new(223.046646, 212.800003, 613.364014)
  3069. Part204.Orientation = Vector3.new(0, -30, 0)
  3070. Part204.Color = Color3.new(0.431373, 0.6, 0.792157)
  3071. Part205.Parent = Model0
  3072. Part205.Material = Enum.Material.Slate
  3073. Part205.BrickColor = BrickColor.new("Linen")
  3074. Part205.Rotation = Vector3.new(0, -30, 0)
  3075. Part205.Anchored = true
  3076. Part205.Size = Vector3.new(136.920013, 26.5699921, 212.670029)
  3077. Part205.CFrame = CFrame.new(223.045303, 198.86499, 613.190002, 0.866025388, 0, -0.5, 0, 1, 0, 0.5, 0, 0.866025388)
  3078. Part205.BottomSurface = Enum.SurfaceType.Smooth
  3079. Part205.TopSurface = Enum.SurfaceType.Smooth
  3080. Part205.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3081. Part205.Position = Vector3.new(223.045303, 198.86499, 613.190002)
  3082. Part205.Orientation = Vector3.new(0, -30, 0)
  3083. Part205.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3084. Part206.Parent = Model0
  3085. Part206.Material = Enum.Material.Grass
  3086. Part206.BrickColor = BrickColor.new("Medium blue")
  3087. Part206.Anchored = true
  3088. Part206.Size = Vector3.new(224.920013, 1.30000305, 212.670029)
  3089. Part206.CFrame = CFrame.new(267.090027, 197.199997, 555.152039, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3090. Part206.BottomSurface = Enum.SurfaceType.Smooth
  3091. Part206.TopSurface = Enum.SurfaceType.Smooth
  3092. Part206.Color = Color3.new(0.431373, 0.6, 0.792157)
  3093. Part206.Position = Vector3.new(267.090027, 197.199997, 555.152039)
  3094. Part206.Color = Color3.new(0.431373, 0.6, 0.792157)
  3095. Part207.Parent = Model0
  3096. Part207.Material = Enum.Material.Slate
  3097. Part207.BrickColor = BrickColor.new("Linen")
  3098. Part207.Anchored = true
  3099. Part207.Size = Vector3.new(224.920013, 26.5699921, 212.670029)
  3100. Part207.CFrame = CFrame.new(267.001892, 183.264984, 555.002014, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3101. Part207.BottomSurface = Enum.SurfaceType.Smooth
  3102. Part207.TopSurface = Enum.SurfaceType.Smooth
  3103. Part207.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3104. Part207.Position = Vector3.new(267.001892, 183.264984, 555.002014)
  3105. Part207.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3106. Part208.Parent = Model0
  3107. Part208.Material = Enum.Material.Slate
  3108. Part208.BrickColor = BrickColor.new("Dark stone grey")
  3109. Part208.Rotation = Vector3.new(174.449997, 9.51000023, -149.539993)
  3110. Part208.Anchored = true
  3111. Part208.Size = Vector3.new(174.580017, 2.1599884, 18.0900269)
  3112. Part208.CFrame = CFrame.new(-30.3812256, 92.5066071, 358.461609, -0.850114405, 0.49999994, 0.165244088, 0.490813673, 0.866025448, -0.0954037905, -0.190807462, -8.19563866e-08, -0.981627524)
  3113. Part208.BottomSurface = Enum.SurfaceType.Smooth
  3114. Part208.TopSurface = Enum.SurfaceType.Smooth
  3115. Part208.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3116. Part208.Position = Vector3.new(-30.3812256, 92.5066071, 358.461609)
  3117. Part208.Orientation = Vector3.new(5.46999979, 170.440002, 29.539999)
  3118. Part208.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3119. Part209.Parent = Model0
  3120. Part209.Material = Enum.Material.Slate
  3121. Part209.BrickColor = BrickColor.new("Dark stone grey")
  3122. Part209.Rotation = Vector3.new(174.449997, 9.51000023, -149.539993)
  3123. Part209.Anchored = true
  3124. Part209.Size = Vector3.new(174.580017, 5.1599884, 3.09002686)
  3125. Part209.CFrame = CFrame.new(-28.0614071, 92.8993073, 349.136139, -0.850114405, 0.49999994, 0.165244088, 0.490813673, 0.866025448, -0.0954037905, -0.190807462, -8.19563866e-08, -0.981627524)
  3126. Part209.BottomSurface = Enum.SurfaceType.Smooth
  3127. Part209.TopSurface = Enum.SurfaceType.Smooth
  3128. Part209.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3129. Part209.Position = Vector3.new(-28.0614071, 92.8993073, 349.136139)
  3130. Part209.Orientation = Vector3.new(5.46999979, 170.440002, 29.539999)
  3131. Part209.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3132. Part210.Parent = Model0
  3133. Part210.Material = Enum.Material.Slate
  3134. Part210.BrickColor = BrickColor.new("Dark stone grey")
  3135. Part210.Rotation = Vector3.new(180, 11, 180)
  3136. Part210.Anchored = true
  3137. Part210.Size = Vector3.new(12.5800171, 2.1599884, 30.0900269)
  3138. Part210.CFrame = CFrame.new(-110.847084, 135.006592, 347.914337, -0.981627464, -1.48221631e-07, 0.190807477, -1.79806932e-07, 1, -1.48221631e-07, -0.190807477, -1.79806932e-07, -0.981627464)
  3139. Part210.BottomSurface = Enum.SurfaceType.Smooth
  3140. Part210.TopSurface = Enum.SurfaceType.Smooth
  3141. Part210.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3142. Part210.Position = Vector3.new(-110.847084, 135.006592, 347.914337)
  3143. Part210.Orientation = Vector3.new(0, 169, 0)
  3144. Part210.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3145. Part211.Parent = Model0
  3146. Part211.Material = Enum.Material.Slate
  3147. Part211.BrickColor = BrickColor.new("Dark stone grey")
  3148. Part211.Rotation = Vector3.new(180, 11, 180)
  3149. Part211.Anchored = true
  3150. Part211.Size = Vector3.new(12.5800171, 4.1599884, 3.09002686)
  3151. Part211.CFrame = CFrame.new(-107.698769, 136.006592, 331.717468, -0.981627464, -1.48221631e-07, 0.190807477, -1.79806932e-07, 1, -1.48221631e-07, -0.190807477, -1.79806932e-07, -0.981627464)
  3152. Part211.BottomSurface = Enum.SurfaceType.Smooth
  3153. Part211.TopSurface = Enum.SurfaceType.Smooth
  3154. Part211.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3155. Part211.Position = Vector3.new(-107.698769, 136.006592, 331.717468)
  3156. Part211.Orientation = Vector3.new(0, 169, 0)
  3157. Part211.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3158. Part212.Parent = Model0
  3159. Part212.Material = Enum.Material.Grass
  3160. Part212.BrickColor = BrickColor.new("Medium blue")
  3161. Part212.Rotation = Vector3.new(180, -19, 180)
  3162. Part212.Anchored = true
  3163. Part212.Size = Vector3.new(223.030029, 1.2099942, 149.680023)
  3164. Part212.CFrame = CFrame.new(-242.521835, 216.659561, 555.864868, -0.945518136, -1.42769267e-07, -0.325569361, -1.01836193e-07, 1, -1.42769267e-07, 0.325569361, -1.01836193e-07, -0.945518136)
  3165. Part212.BottomSurface = Enum.SurfaceType.Smooth
  3166. Part212.TopSurface = Enum.SurfaceType.Smooth
  3167. Part212.Color = Color3.new(0.431373, 0.6, 0.792157)
  3168. Part212.Position = Vector3.new(-242.521835, 216.659561, 555.864868)
  3169. Part212.Orientation = Vector3.new(0, -161, 0)
  3170. Part212.Color = Color3.new(0.431373, 0.6, 0.792157)
  3171. Part213.Parent = Model0
  3172. Part213.Material = Enum.Material.Slate
  3173. Part213.BrickColor = BrickColor.new("Linen")
  3174. Part213.Rotation = Vector3.new(180, -19, 180)
  3175. Part213.Anchored = true
  3176. Part213.Size = Vector3.new(222.580017, 97.1599884, 149.090027)
  3177. Part213.CFrame = CFrame.new(-242.521774, 167.994614, 555.864868, -0.945518136, -1.42769267e-07, -0.325569361, -1.01836193e-07, 1, -1.42769267e-07, 0.325569361, -1.01836193e-07, -0.945518136)
  3178. Part213.BottomSurface = Enum.SurfaceType.Smooth
  3179. Part213.TopSurface = Enum.SurfaceType.Smooth
  3180. Part213.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3181. Part213.Position = Vector3.new(-242.521774, 167.994614, 555.864868)
  3182. Part213.Orientation = Vector3.new(0, -161, 0)
  3183. Part213.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3184. Part214.Parent = Model0
  3185. Part214.Material = Enum.Material.Grass
  3186. Part214.BrickColor = BrickColor.new("Medium blue")
  3187. Part214.Rotation = Vector3.new(0, -30, 0)
  3188. Part214.Anchored = true
  3189. Part214.Size = Vector3.new(308.920013, 1.30000305, 212.670029)
  3190. Part214.CFrame = CFrame.new(-119.916214, 212.800003, 636.364014, 0.866025388, 0, -0.5, 0, 1, 0, 0.5, 0, 0.866025388)
  3191. Part214.BottomSurface = Enum.SurfaceType.Smooth
  3192. Part214.TopSurface = Enum.SurfaceType.Smooth
  3193. Part214.Color = Color3.new(0.431373, 0.6, 0.792157)
  3194. Part214.Position = Vector3.new(-119.916214, 212.800003, 636.364014)
  3195. Part214.Orientation = Vector3.new(0, -30, 0)
  3196. Part214.Color = Color3.new(0.431373, 0.6, 0.792157)
  3197. Part215.Parent = Model0
  3198. Part215.Material = Enum.Material.Grass
  3199. Part215.BrickColor = BrickColor.new("Medium blue")
  3200. Part215.Rotation = Vector3.new(180, -19, 180)
  3201. Part215.Anchored = true
  3202. Part215.Size = Vector3.new(45.0300293, 1.2099942, 249.680023)
  3203. Part215.CFrame = CFrame.new(-342.951447, 308.659546, 537.564636, -0.945518136, -1.42769267e-07, -0.325569361, -1.01836193e-07, 1, -1.42769267e-07, 0.325569361, -1.01836193e-07, -0.945518136)
  3204. Part215.BottomSurface = Enum.SurfaceType.Smooth
  3205. Part215.TopSurface = Enum.SurfaceType.Smooth
  3206. Part215.Color = Color3.new(0.431373, 0.6, 0.792157)
  3207. Part215.Position = Vector3.new(-342.951447, 308.659546, 537.564636)
  3208. Part215.Orientation = Vector3.new(0, -161, 0)
  3209. Part215.Color = Color3.new(0.431373, 0.6, 0.792157)
  3210. Part216.Parent = Model0
  3211. Part216.Material = Enum.Material.Slate
  3212. Part216.BrickColor = BrickColor.new("Linen")
  3213. Part216.Rotation = Vector3.new(180, -19, 180)
  3214. Part216.Anchored = true
  3215. Part216.Size = Vector3.new(44.5800171, 97.1599884, 249.090027)
  3216. Part216.CFrame = CFrame.new(-342.951385, 259.994598, 537.564636, -0.945518136, -1.42769267e-07, -0.325569361, -1.01836193e-07, 1, -1.42769267e-07, 0.325569361, -1.01836193e-07, -0.945518136)
  3217. Part216.BottomSurface = Enum.SurfaceType.Smooth
  3218. Part216.TopSurface = Enum.SurfaceType.Smooth
  3219. Part216.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3220. Part216.Position = Vector3.new(-342.951385, 259.994598, 537.564636)
  3221. Part216.Orientation = Vector3.new(0, -161, 0)
  3222. Part216.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3223. Part217.Parent = Model0
  3224. Part217.Material = Enum.Material.Slate
  3225. Part217.BrickColor = BrickColor.new("Linen")
  3226. Part217.Rotation = Vector3.new(0, -30, 0)
  3227. Part217.Anchored = true
  3228. Part217.Size = Vector3.new(310.920013, 100.569992, 36.6700287)
  3229. Part217.CFrame = CFrame.new(-165.351501, 253.86499, 712.900269, 0.866025388, 0, -0.5, 0, 1, 0, 0.5, 0, 0.866025388)
  3230. Part217.BottomSurface = Enum.SurfaceType.Smooth
  3231. Part217.TopSurface = Enum.SurfaceType.Smooth
  3232. Part217.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3233. Part217.Position = Vector3.new(-165.351501, 253.86499, 712.900269)
  3234. Part217.Orientation = Vector3.new(0, -30, 0)
  3235. Part217.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3236. Part218.Parent = Model0
  3237. Part218.Material = Enum.Material.Grass
  3238. Part218.BrickColor = BrickColor.new("Medium blue")
  3239. Part218.Rotation = Vector3.new(0, -30, 0)
  3240. Part218.Anchored = true
  3241. Part218.Size = Vector3.new(308.920013, 1.30000305, 36.6700287)
  3242. Part218.CFrame = CFrame.new(-163.916214, 304.799988, 712.574219, 0.866025388, 0, -0.5, 0, 1, 0, 0.5, 0, 0.866025388)
  3243. Part218.BottomSurface = Enum.SurfaceType.Smooth
  3244. Part218.TopSurface = Enum.SurfaceType.Smooth
  3245. Part218.Color = Color3.new(0.431373, 0.6, 0.792157)
  3246. Part218.Position = Vector3.new(-163.916214, 304.799988, 712.574219)
  3247. Part218.Orientation = Vector3.new(0, -30, 0)
  3248. Part218.Color = Color3.new(0.431373, 0.6, 0.792157)
  3249. Part219.Parent = Model0
  3250. Part219.Material = Enum.Material.Grass
  3251. Part219.BrickColor = BrickColor.new("Medium blue")
  3252. Part219.Anchored = true
  3253. Part219.Size = Vector3.new(210.920013, 1.30000305, 98.6700439)
  3254. Part219.CFrame = CFrame.new(-57.1993484, 293, 776.276978, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3255. Part219.BottomSurface = Enum.SurfaceType.Smooth
  3256. Part219.TopSurface = Enum.SurfaceType.Smooth
  3257. Part219.Color = Color3.new(0.431373, 0.6, 0.792157)
  3258. Part219.Position = Vector3.new(-57.1993484, 293, 776.276978)
  3259. Part219.Color = Color3.new(0.431373, 0.6, 0.792157)
  3260. Part220.Parent = Model0
  3261. Part220.Material = Enum.Material.Slate
  3262. Part220.BrickColor = BrickColor.new("Linen")
  3263. Part220.Anchored = true
  3264. Part220.Size = Vector3.new(210.920013, 104.569992, 98.6700439)
  3265. Part220.CFrame = CFrame.new(-59.279335, 240.065002, 777.276978, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3266. Part220.BottomSurface = Enum.SurfaceType.Smooth
  3267. Part220.TopSurface = Enum.SurfaceType.Smooth
  3268. Part220.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3269. Part220.Position = Vector3.new(-59.279335, 240.065002, 777.276978)
  3270. Part220.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3271. Part221.Parent = Model0
  3272. Part221.Material = Enum.Material.Grass
  3273. Part221.BrickColor = BrickColor.new("Medium blue")
  3274. Part221.Anchored = true
  3275. Part221.Size = Vector3.new(71.9200134, 1.30000305, 72.6700439)
  3276. Part221.CFrame = CFrame.new(180.110016, 281.669983, 767.890015, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3277. Part221.BottomSurface = Enum.SurfaceType.Smooth
  3278. Part221.TopSurface = Enum.SurfaceType.Smooth
  3279. Part221.Color = Color3.new(0.431373, 0.6, 0.792157)
  3280. Part221.Position = Vector3.new(180.110016, 281.669983, 767.890015)
  3281. Part221.Color = Color3.new(0.431373, 0.6, 0.792157)
  3282. Part222.Parent = Model0
  3283. Part222.Material = Enum.Material.Slate
  3284. Part222.BrickColor = BrickColor.new("Linen")
  3285. Part222.Anchored = true
  3286. Part222.Size = Vector3.new(71.9200134, 90.5699921, 110.670044)
  3287. Part222.CFrame = CFrame.new(180.110016, 236.464996, 786.890015, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3288. Part222.BottomSurface = Enum.SurfaceType.Smooth
  3289. Part222.TopSurface = Enum.SurfaceType.Smooth
  3290. Part222.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3291. Part222.Position = Vector3.new(180.110016, 236.464996, 786.890015)
  3292. Part222.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3293. Part223.Parent = Model0
  3294. Part223.Material = Enum.Material.Grass
  3295. Part223.BrickColor = BrickColor.new("Medium blue")
  3296. Part223.Anchored = true
  3297. Part223.Size = Vector3.new(210.920013, 1.30000305, 98.6700439)
  3298. Part223.CFrame = CFrame.new(87.8006516, 377, 797.276978, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3299. Part223.BottomSurface = Enum.SurfaceType.Smooth
  3300. Part223.TopSurface = Enum.SurfaceType.Smooth
  3301. Part223.Color = Color3.new(0.431373, 0.6, 0.792157)
  3302. Part223.Position = Vector3.new(87.8006516, 377, 797.276978)
  3303. Part223.Color = Color3.new(0.431373, 0.6, 0.792157)
  3304. Part224.Parent = Model0
  3305. Part224.Material = Enum.Material.Slate
  3306. Part224.BrickColor = BrickColor.new("Linen")
  3307. Part224.Anchored = true
  3308. Part224.Size = Vector3.new(210.920013, 104.569992, 98.6700439)
  3309. Part224.CFrame = CFrame.new(85.720665, 324.065002, 798.276978, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3310. Part224.BottomSurface = Enum.SurfaceType.Smooth
  3311. Part224.TopSurface = Enum.SurfaceType.Smooth
  3312. Part224.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3313. Part224.Position = Vector3.new(85.720665, 324.065002, 798.276978)
  3314. Part224.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3315. Part225.Parent = Model0
  3316. Part225.Material = Enum.Material.Grass
  3317. Part225.BrickColor = BrickColor.new("Medium blue")
  3318. Part225.Rotation = Vector3.new(0, -30, 0)
  3319. Part225.Anchored = true
  3320. Part225.Size = Vector3.new(35.9200134, 1.30000305, 212.670029)
  3321. Part225.CFrame = CFrame.new(266.780945, 284.799988, 672.614014, 0.866025388, 0, -0.5, 0, 1, 0, 0.5, 0, 0.866025388)
  3322. Part225.BottomSurface = Enum.SurfaceType.Smooth
  3323. Part225.TopSurface = Enum.SurfaceType.Smooth
  3324. Part225.Color = Color3.new(0.431373, 0.6, 0.792157)
  3325. Part225.Position = Vector3.new(266.780945, 284.799988, 672.614014)
  3326. Part225.Orientation = Vector3.new(0, -30, 0)
  3327. Part225.Color = Color3.new(0.431373, 0.6, 0.792157)
  3328. Part226.Parent = Model0
  3329. Part226.Material = Enum.Material.Slate
  3330. Part226.BrickColor = BrickColor.new("Linen")
  3331. Part226.Rotation = Vector3.new(0, -30, 0)
  3332. Part226.Anchored = true
  3333. Part226.Size = Vector3.new(35.9200134, 89.5699921, 212.670029)
  3334. Part226.CFrame = CFrame.new(266.779602, 239.36499, 672.440002, 0.866025388, 0, -0.5, 0, 1, 0, 0.5, 0, 0.866025388)
  3335. Part226.BottomSurface = Enum.SurfaceType.Smooth
  3336. Part226.TopSurface = Enum.SurfaceType.Smooth
  3337. Part226.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3338. Part226.Position = Vector3.new(266.779602, 239.36499, 672.440002)
  3339. Part226.Orientation = Vector3.new(0, -30, 0)
  3340. Part226.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3341. Part227.Parent = Model0
  3342. Part227.Material = Enum.Material.Slate
  3343. Part227.BrickColor = BrickColor.new("Linen")
  3344. Part227.Anchored = true
  3345. Part227.Size = Vector3.new(62.9200134, 91.5699921, 143.670029)
  3346. Part227.CFrame = CFrame.new(339.001892, 231.764984, 520.502014, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3347. Part227.BottomSurface = Enum.SurfaceType.Smooth
  3348. Part227.TopSurface = Enum.SurfaceType.Smooth
  3349. Part227.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3350. Part227.Position = Vector3.new(339.001892, 231.764984, 520.502014)
  3351. Part227.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3352. Part228.Parent = Model0
  3353. Part228.Material = Enum.Material.Grass
  3354. Part228.BrickColor = BrickColor.new("Medium blue")
  3355. Part228.Anchored = true
  3356. Part228.Size = Vector3.new(62.9200134, 1.30000305, 143.670029)
  3357. Part228.CFrame = CFrame.new(339.090027, 278.200012, 520.652039, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  3358. Part228.BottomSurface = Enum.SurfaceType.Smooth
  3359. Part228.TopSurface = Enum.SurfaceType.Smooth
  3360. Part228.Color = Color3.new(0.431373, 0.6, 0.792157)
  3361. Part228.Position = Vector3.new(339.090027, 278.200012, 520.652039)
  3362. Part228.Color = Color3.new(0.431373, 0.6, 0.792157)
  3363. Part229.Parent = Model0
  3364. Part229.Material = Enum.Material.Slate
  3365. Part229.BrickColor = BrickColor.new("Linen")
  3366. Part229.Rotation = Vector3.new(180, 11, 180)
  3367. Part229.Anchored = true
  3368. Part229.Size = Vector3.new(40.5800171, 126.159988, 96.0900269)
  3369. Part229.CFrame = CFrame.new(344.219238, 217.294586, 411.860504, -0.981627464, -1.87302206e-07, 0.190807655, -2.17187818e-07, 1, -1.35714217e-07, -0.190807655, -1.74661892e-07, -0.981627464)
  3370. Part229.BottomSurface = Enum.SurfaceType.Smooth
  3371. Part229.TopSurface = Enum.SurfaceType.Smooth
  3372. Part229.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3373. Part229.Position = Vector3.new(344.219238, 217.294586, 411.860504)
  3374. Part229.Orientation = Vector3.new(0, 169, 0)
  3375. Part229.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3376. Part230.Parent = Model0
  3377. Part230.Material = Enum.Material.Grass
  3378. Part230.BrickColor = BrickColor.new("Medium blue")
  3379. Part230.Rotation = Vector3.new(180, 11, 180)
  3380. Part230.Anchored = true
  3381. Part230.Size = Vector3.new(41.0300293, 0.209994197, 96.6800232)
  3382. Part230.CFrame = CFrame.new(344.219177, 280.959595, 411.860443, -0.981627464, -1.87302206e-07, 0.190807655, -2.17187818e-07, 1, -1.35714217e-07, -0.190807655, -1.74661892e-07, -0.981627464)
  3383. Part230.BottomSurface = Enum.SurfaceType.Smooth
  3384. Part230.TopSurface = Enum.SurfaceType.Smooth
  3385. Part230.Color = Color3.new(0.431373, 0.6, 0.792157)
  3386. Part230.Position = Vector3.new(344.219177, 280.959595, 411.860443)
  3387. Part230.Orientation = Vector3.new(0, 169, 0)
  3388. Part230.Color = Color3.new(0.431373, 0.6, 0.792157)
  3389. Part231.Parent = Model0
  3390. Part231.Material = Enum.Material.Grass
  3391. Part231.BrickColor = BrickColor.new("Medium blue")
  3392. Part231.Rotation = Vector3.new(0, -75, 0)
  3393. Part231.Anchored = true
  3394. Part231.Size = Vector3.new(71.9200134, 1.30000305, 72.6700439)
  3395. Part231.CFrame = CFrame.new(243.462601, 360.669983, 781.972473, 0.258819014, 0, -0.965925813, 0, 1, 0, 0.965925813, 0, 0.258819014)
  3396. Part231.BottomSurface = Enum.SurfaceType.Smooth
  3397. Part231.TopSurface = Enum.SurfaceType.Smooth
  3398. Part231.Color = Color3.new(0.431373, 0.6, 0.792157)
  3399. Part231.Position = Vector3.new(243.462601, 360.669983, 781.972473)
  3400. Part231.Orientation = Vector3.new(0, -75, 0)
  3401. Part231.Color = Color3.new(0.431373, 0.6, 0.792157)
  3402. Part232.Parent = Model0
  3403. Part232.Material = Enum.Material.Slate
  3404. Part232.BrickColor = BrickColor.new("Linen")
  3405. Part232.Rotation = Vector3.new(0, -75, 0)
  3406. Part232.Anchored = true
  3407. Part232.Size = Vector3.new(71.9200134, 90.5699921, 110.670044)
  3408. Part232.CFrame = CFrame.new(225.110016, 315.464996, 786.890015, 0.258819014, 0, -0.965925813, 0, 1, 0, 0.965925813, 0, 0.258819014)
  3409. Part232.BottomSurface = Enum.SurfaceType.Smooth
  3410. Part232.TopSurface = Enum.SurfaceType.Smooth
  3411. Part232.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3412. Part232.Position = Vector3.new(225.110016, 315.464996, 786.890015)
  3413. Part232.Orientation = Vector3.new(0, -75, 0)
  3414. Part232.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3415. Part233.Parent = Model0
  3416. Part233.Material = Enum.Material.Grass
  3417. Part233.BrickColor = BrickColor.new("Medium blue")
  3418. Part233.Rotation = Vector3.new(180, -77, 180)
  3419. Part233.Anchored = true
  3420. Part233.Size = Vector3.new(73.030014, 1.2099942, 44.6800232)
  3421. Part233.CFrame = CFrame.new(-102.697227, 25.4595814, -105.969185, -0.224953592, -1.96660679e-08, -0.974369466, -2.24068941e-09, 1, -1.96660679e-08, 0.974369466, -2.24068941e-09, -0.224953592)
  3422. Part233.BottomSurface = Enum.SurfaceType.Smooth
  3423. Part233.TopSurface = Enum.SurfaceType.Smooth
  3424. Part233.Color = Color3.new(0.431373, 0.6, 0.792157)
  3425. Part233.Position = Vector3.new(-102.697227, 25.4595814, -105.969185)
  3426. Part233.Orientation = Vector3.new(0, -103, 0)
  3427. Part233.Color = Color3.new(0.431373, 0.6, 0.792157)
  3428. Part234.Parent = Model0
  3429. Part234.Material = Enum.Material.Slate
  3430. Part234.BrickColor = BrickColor.new("Linen")
  3431. Part234.Rotation = Vector3.new(180, -77, 180)
  3432. Part234.Anchored = true
  3433. Part234.Size = Vector3.new(72.5800171, 51.5699959, 44.0900269)
  3434. Part234.CFrame = CFrame.new(-102.697227, -0.410416991, -105.969185, -0.224953592, -1.96660679e-08, -0.974369466, -2.24068941e-09, 1, -1.96660679e-08, 0.974369466, -2.24068941e-09, -0.224953592)
  3435. Part234.BottomSurface = Enum.SurfaceType.Smooth
  3436. Part234.TopSurface = Enum.SurfaceType.Smooth
  3437. Part234.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3438. Part234.Position = Vector3.new(-102.697227, -0.410416991, -105.969185)
  3439. Part234.Orientation = Vector3.new(0, -103, 0)
  3440. Part234.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3441. Part235.Parent = Model0
  3442. Part235.Material = Enum.Material.Slate
  3443. Part235.BrickColor = BrickColor.new("Linen")
  3444. Part235.Rotation = Vector3.new(180, -77, 180)
  3445. Part235.Anchored = true
  3446. Part235.Size = Vector3.new(54.5800171, 51.5699959, 89.0900269)
  3447. Part235.CFrame = CFrame.new(-150.945694, -4.41041803, -113.953743, -0.224953592, -3.39670478e-08, -0.974369466, -3.87009891e-09, 1, -3.39670478e-08, 0.974369466, -3.87009891e-09, -0.224953592)
  3448. Part235.BottomSurface = Enum.SurfaceType.Smooth
  3449. Part235.TopSurface = Enum.SurfaceType.Smooth
  3450. Part235.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3451. Part235.Position = Vector3.new(-150.945694, -4.41041803, -113.953743)
  3452. Part235.Orientation = Vector3.new(0, -103, 0)
  3453. Part235.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3454. Part236.Parent = Model0
  3455. Part236.Material = Enum.Material.Grass
  3456. Part236.BrickColor = BrickColor.new("Medium blue")
  3457. Part236.Rotation = Vector3.new(180, -77, 180)
  3458. Part236.Anchored = true
  3459. Part236.Size = Vector3.new(55.030014, 1.2099942, 89.6800232)
  3460. Part236.CFrame = CFrame.new(-150.945694, 21.4595814, -113.953743, -0.224953592, -3.39670478e-08, -0.974369466, -3.87009891e-09, 1, -3.39670478e-08, 0.974369466, -3.87009891e-09, -0.224953592)
  3461. Part236.BottomSurface = Enum.SurfaceType.Smooth
  3462. Part236.TopSurface = Enum.SurfaceType.Smooth
  3463. Part236.Color = Color3.new(0.431373, 0.6, 0.792157)
  3464. Part236.Position = Vector3.new(-150.945694, 21.4595814, -113.953743)
  3465. Part236.Orientation = Vector3.new(0, -103, 0)
  3466. Part236.Color = Color3.new(0.431373, 0.6, 0.792157)
  3467. Part237.Parent = Model0
  3468. Part237.Material = Enum.Material.Grass
  3469. Part237.BrickColor = BrickColor.new("Medium blue")
  3470. Part237.Rotation = Vector3.new(180, 71, -180)
  3471. Part237.Anchored = true
  3472. Part237.Size = Vector3.new(404.030029, 1.2099942, 173.680023)
  3473. Part237.CFrame = CFrame.new(332.397827, 16.7596512, -1.66197205, -0.325568378, 1.26781003e-07, 0.945518494, -2.04213279e-07, 1, -2.04402554e-07, -0.945518494, -2.59634447e-07, -0.325568378)
  3474. Part237.BottomSurface = Enum.SurfaceType.Smooth
  3475. Part237.TopSurface = Enum.SurfaceType.Smooth
  3476. Part237.Color = Color3.new(0.431373, 0.6, 0.792157)
  3477. Part237.Position = Vector3.new(332.397827, 16.7596512, -1.66197205)
  3478. Part237.Orientation = Vector3.new(0, 109, 0)
  3479. Part237.Color = Color3.new(0.431373, 0.6, 0.792157)
  3480. Part238.Parent = Model0
  3481. Part238.Material = Enum.Material.Slate
  3482. Part238.BrickColor = BrickColor.new("Linen")
  3483. Part238.Rotation = Vector3.new(180, 71, -180)
  3484. Part238.Anchored = true
  3485. Part238.Size = Vector3.new(403.580017, 51.5699959, 173.090027)
  3486. Part238.CFrame = CFrame.new(332.397797, -9.11035252, -1.66197205, -0.325568378, 1.26781003e-07, 0.945518494, -2.04213279e-07, 1, -2.04402554e-07, -0.945518494, -2.59634447e-07, -0.325568378)
  3487. Part238.BottomSurface = Enum.SurfaceType.Smooth
  3488. Part238.TopSurface = Enum.SurfaceType.Smooth
  3489. Part238.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3490. Part238.Position = Vector3.new(332.397797, -9.11035252, -1.66197205)
  3491. Part238.Orientation = Vector3.new(0, 109, 0)
  3492. Part238.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3493. Part239.Parent = Model0
  3494. Part239.Material = Enum.Material.Slate
  3495. Part239.BrickColor = BrickColor.new("Linen")
  3496. Part239.Rotation = Vector3.new(0, -45, 0)
  3497. Part239.Anchored = true
  3498. Part239.Size = Vector3.new(60.5800171, 35.5699959, 41.1500244)
  3499. Part239.CFrame = CFrame.new(43.2854843, 141.359589, 332.491394, 0.70710665, 0, -0.707106948, 0, 1, 0, 0.707106948, 0, 0.70710665)
  3500. Part239.BottomSurface = Enum.SurfaceType.Smooth
  3501. Part239.TopSurface = Enum.SurfaceType.Smooth
  3502. Part239.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3503. Part239.Position = Vector3.new(43.2854843, 141.359589, 332.491394)
  3504. Part239.Orientation = Vector3.new(0, -45, 0)
  3505. Part239.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3506. Part240.Parent = Model0
  3507. Part240.Material = Enum.Material.Grass
  3508. Part240.BrickColor = BrickColor.new("Medium blue")
  3509. Part240.Rotation = Vector3.new(0, -45, 0)
  3510. Part240.Anchored = true
  3511. Part240.Size = Vector3.new(61.030014, 1.2099942, 41.4400177)
  3512. Part240.CFrame = CFrame.new(43.1794281, 159.229584, 332.597443, 0.70710665, 0, -0.707106948, 0, 1, 0, 0.707106948, 0, 0.70710665)
  3513. Part240.BottomSurface = Enum.SurfaceType.Smooth
  3514. Part240.TopSurface = Enum.SurfaceType.Smooth
  3515. Part240.Color = Color3.new(0.431373, 0.6, 0.792157)
  3516. Part240.Position = Vector3.new(43.1794281, 159.229584, 332.597443)
  3517. Part240.Orientation = Vector3.new(0, -45, 0)
  3518. Part240.Color = Color3.new(0.431373, 0.6, 0.792157)
  3519. Part241.Parent = Model0
  3520. Part241.Material = Enum.Material.Slate
  3521. Part241.BrickColor = BrickColor.new("Linen")
  3522. Part241.Rotation = Vector3.new(0, -75, 0)
  3523. Part241.Anchored = true
  3524. Part241.Size = Vector3.new(114.580017, 35.5699959, 59.1500244)
  3525. Part241.CFrame = CFrame.new(54.5543404, 140.359589, 288.64328, 0.258818597, 0, -0.965925932, 0, 1, 0, 0.965925932, 0, 0.258818597)
  3526. Part241.BottomSurface = Enum.SurfaceType.Smooth
  3527. Part241.TopSurface = Enum.SurfaceType.Smooth
  3528. Part241.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3529. Part241.Position = Vector3.new(54.5543404, 140.359589, 288.64328)
  3530. Part241.Orientation = Vector3.new(0, -75, 0)
  3531. Part241.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3532. Part242.Parent = Model0
  3533. Part242.Material = Enum.Material.Grass
  3534. Part242.BrickColor = BrickColor.new("Medium blue")
  3535. Part242.Rotation = Vector3.new(0, -75, 0)
  3536. Part242.Anchored = true
  3537. Part242.Size = Vector3.new(115.030014, 1.2099942, 59.4400177)
  3538. Part242.CFrame = CFrame.new(54.4094734, 158.229584, 288.682098, 0.258818597, 0, -0.965925932, 0, 1, 0, 0.965925932, 0, 0.258818597)
  3539. Part242.BottomSurface = Enum.SurfaceType.Smooth
  3540. Part242.TopSurface = Enum.SurfaceType.Smooth
  3541. Part242.Color = Color3.new(0.431373, 0.6, 0.792157)
  3542. Part242.Position = Vector3.new(54.4094734, 158.229584, 288.682098)
  3543. Part242.Orientation = Vector3.new(0, -75, 0)
  3544. Part242.Color = Color3.new(0.431373, 0.6, 0.792157)
  3545. Part243.Parent = Model0
  3546. Part243.Material = Enum.Material.Slate
  3547. Part243.BrickColor = BrickColor.new("Linen")
  3548. Part243.Rotation = Vector3.new(0, -90, 0)
  3549. Part243.Anchored = true
  3550. Part243.Size = Vector3.new(115.580017, 35.5699959, 97.1500244)
  3551. Part243.CFrame = CFrame.new(110.599998, 140.400009, 280.200012, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3552. Part243.BottomSurface = Enum.SurfaceType.Smooth
  3553. Part243.TopSurface = Enum.SurfaceType.Smooth
  3554. Part243.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3555. Part243.Position = Vector3.new(110.599998, 140.400009, 280.200012)
  3556. Part243.Orientation = Vector3.new(0, -90, 0)
  3557. Part243.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3558. Part244.Parent = Model0
  3559. Part244.Material = Enum.Material.Grass
  3560. Part244.BrickColor = BrickColor.new("Medium blue")
  3561. Part244.Rotation = Vector3.new(0, -90, 0)
  3562. Part244.Anchored = true
  3563. Part244.Size = Vector3.new(116.030014, 1.72999418, 97.4400177)
  3564. Part244.CFrame = CFrame.new(110.029236, 158.489578, 280.175049, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08)
  3565. Part244.BottomSurface = Enum.SurfaceType.Smooth
  3566. Part244.TopSurface = Enum.SurfaceType.Smooth
  3567. Part244.Color = Color3.new(0.431373, 0.6, 0.792157)
  3568. Part244.Position = Vector3.new(110.029236, 158.489578, 280.175049)
  3569. Part244.Orientation = Vector3.new(0, -90, 0)
  3570. Part244.Color = Color3.new(0.431373, 0.6, 0.792157)
  3571. Part245.Parent = Model0
  3572. Part245.Material = Enum.Material.Slate
  3573. Part245.BrickColor = BrickColor.new("Linen")
  3574. Part245.Rotation = Vector3.new(90, -75, 90)
  3575. Part245.Anchored = true
  3576. Part245.Size = Vector3.new(23.5800171, 132.569992, 24.1500244)
  3577. Part245.CFrame = CFrame.new(115.091026, 91.5188446, 317.175049, -4.22219593e-08, -0.258819044, -0.965925813, -1.13133396e-08, 0.965925813, -0.258819044, 1, 0, -4.37113883e-08)
  3578. Part245.BottomSurface = Enum.SurfaceType.Smooth
  3579. Part245.TopSurface = Enum.SurfaceType.Smooth
  3580. Part245.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3581. Part245.Position = Vector3.new(115.091026, 91.5188446, 317.175049)
  3582. Part245.Orientation = Vector3.new(15, -90, 0)
  3583. Part245.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3584. Part246.Parent = Model0
  3585. Part246.Material = Enum.Material.Slate
  3586. Part246.BrickColor = BrickColor.new("Linen")
  3587. Part246.Rotation = Vector3.new(90, -75, 90)
  3588. Part246.Anchored = true
  3589. Part246.Size = Vector3.new(28.5800171, 51.5699921, 32.1500244)
  3590. Part246.CFrame = CFrame.new(106.161766, 124.843292, 316.675049, -4.22219593e-08, -0.258819044, -0.965925813, -1.13133396e-08, 0.965925813, -0.258819044, 1, 0, -4.37113883e-08)
  3591. Part246.BottomSurface = Enum.SurfaceType.Smooth
  3592. Part246.TopSurface = Enum.SurfaceType.Smooth
  3593. Part246.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3594. Part246.Position = Vector3.new(106.161766, 124.843292, 316.675049)
  3595. Part246.Orientation = Vector3.new(15, -90, 0)
  3596. Part246.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3597. Part247.Parent = Model0
  3598. Part247.Material = Enum.Material.Slate
  3599. Part247.BrickColor = BrickColor.new("Linen")
  3600. Part247.Rotation = Vector3.new(90, -75, 90)
  3601. Part247.Anchored = true
  3602. Part247.Size = Vector3.new(28.5800171, 39.5699921, 32.1500244)
  3603. Part247.CFrame = CFrame.new(132.30249, 27.2847786, 316.675049, -4.22219593e-08, -0.258819044, -0.965925813, -1.13133396e-08, 0.965925813, -0.258819044, 1, 0, -4.37113883e-08)
  3604. Part247.BottomSurface = Enum.SurfaceType.Smooth
  3605. Part247.TopSurface = Enum.SurfaceType.Smooth
  3606. Part247.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3607. Part247.Position = Vector3.new(132.30249, 27.2847786, 316.675049)
  3608. Part247.Orientation = Vector3.new(15, -90, 0)
  3609. Part247.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3610. Part248.Parent = Model0
  3611. Part248.Material = Enum.Material.Grass
  3612. Part248.BrickColor = BrickColor.new("Medium blue")
  3613. Part248.Rotation = Vector3.new(180, -45, 180)
  3614. Part248.Anchored = true
  3615. Part248.Size = Vector3.new(51.030014, 1.2099942, 138.440018)
  3616. Part248.CFrame = CFrame.new(189.18251, 158.229584, 364.604004, -0.707106948, -1.0677018e-07, -0.70710659, -4.4225672e-08, 1, -1.0677018e-07, 0.70710659, -4.4225672e-08, -0.707106948)
  3617. Part248.BottomSurface = Enum.SurfaceType.Smooth
  3618. Part248.TopSurface = Enum.SurfaceType.Smooth
  3619. Part248.Color = Color3.new(0.431373, 0.6, 0.792157)
  3620. Part248.Position = Vector3.new(189.18251, 158.229584, 364.604004)
  3621. Part248.Orientation = Vector3.new(0, -135, 0)
  3622. Part248.Color = Color3.new(0.431373, 0.6, 0.792157)
  3623. Part249.Parent = Model0
  3624. Part249.Material = Enum.Material.Slate
  3625. Part249.BrickColor = BrickColor.new("Linen")
  3626. Part249.Rotation = Vector3.new(180, -45, 180)
  3627. Part249.Anchored = true
  3628. Part249.Size = Vector3.new(50.5800171, 35.5699959, 138.150024)
  3629. Part249.CFrame = CFrame.new(189.288559, 140.359589, 364.710052, -0.707106948, -1.0677018e-07, -0.70710659, -4.4225672e-08, 1, -1.0677018e-07, 0.70710659, -4.4225672e-08, -0.707106948)
  3630. Part249.BottomSurface = Enum.SurfaceType.Smooth
  3631. Part249.TopSurface = Enum.SurfaceType.Smooth
  3632. Part249.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3633. Part249.Position = Vector3.new(189.288559, 140.359589, 364.710052)
  3634. Part249.Orientation = Vector3.new(0, -135, 0)
  3635. Part249.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3636. Part250.Parent = Model0
  3637. Part250.Material = Enum.Material.Slate
  3638. Part250.BrickColor = BrickColor.new("Linen")
  3639. Part250.Rotation = Vector3.new(3.24000001, -35.0900002, 9.09999943)
  3640. Part250.Anchored = true
  3641. Part250.Size = Vector3.new(62.5800171, 35.5699959, 63.1500244)
  3642. Part250.CFrame = CFrame.new(22.0137329, 135.206329, 292.78537, 0.807957709, -0.129357651, -0.574865937, 0.125740066, 0.990983665, -0.0462693162, 0.575667977, -0.0349000283, 0.8169384)
  3643. Part250.BottomSurface = Enum.SurfaceType.Smooth
  3644. Part250.TopSurface = Enum.SurfaceType.Smooth
  3645. Part250.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3646. Part250.Position = Vector3.new(22.0137329, 135.206329, 292.78537)
  3647. Part250.Orientation = Vector3.new(2.64999986, -35.1300011, 7.23000002)
  3648. Part250.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3649. Part251.Parent = Model0
  3650. Part251.Material = Enum.Material.Grass
  3651. Part251.BrickColor = BrickColor.new("Medium blue")
  3652. Part251.Rotation = Vector3.new(3.24000001, -35.0900002, 9.09999943)
  3653. Part251.Anchored = true
  3654. Part251.Size = Vector3.new(63.030014, 1.2099942, 63.4400177)
  3655. Part251.CFrame = CFrame.new(19.6158657, 152.908249, 292.28418, 0.807957709, -0.129357651, -0.574865937, 0.125740066, 0.990983665, -0.0462693162, 0.575667977, -0.0349000283, 0.8169384)
  3656. Part251.BottomSurface = Enum.SurfaceType.Smooth
  3657. Part251.TopSurface = Enum.SurfaceType.Smooth
  3658. Part251.Color = Color3.new(0.431373, 0.6, 0.792157)
  3659. Part251.Position = Vector3.new(19.6158657, 152.908249, 292.28418)
  3660. Part251.Orientation = Vector3.new(2.64999986, -35.1300011, 7.23000002)
  3661. Part251.Color = Color3.new(0.431373, 0.6, 0.792157)
  3662. Part252.Parent = Model0
  3663. Part252.Material = Enum.Material.Slate
  3664. Part252.BrickColor = BrickColor.new("Linen")
  3665. Part252.Rotation = Vector3.new(12.71, -51.3400002, 7.50999975)
  3666. Part252.Anchored = true
  3667. Part252.Size = Vector3.new(142.580017, 19.5699959, 62.1500244)
  3668. Part252.CFrame = CFrame.new(-50.5305023, 134.538239, 213.679428, 0.619368911, -0.0816109478, -0.780846834, -0.0428777486, 0.989581883, -0.137437791, 0.783928216, 0.118605673, 0.609416962)
  3669. Part252.BottomSurface = Enum.SurfaceType.Smooth
  3670. Part252.TopSurface = Enum.SurfaceType.Smooth
  3671. Part252.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3672. Part252.Position = Vector3.new(-50.5305023, 134.538239, 213.679428)
  3673. Part252.Orientation = Vector3.new(7.89999962, -52.0299988, -2.48000002)
  3674. Part252.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3675. Part253.Parent = Model0
  3676. Part253.Material = Enum.Material.Grass
  3677. Part253.BrickColor = BrickColor.new("Medium blue")
  3678. Part253.Rotation = Vector3.new(12.71, -51.3400002, 7.50999975)
  3679. Part253.Anchored = true
  3680. Part253.Size = Vector3.new(143.030014, 1.2099942, 62.4400177)
  3681. Part253.CFrame = CFrame.new(-51.4531326, 144.284775, 214.941422, 0.619368911, -0.0816109478, -0.780846834, -0.0428777486, 0.989581883, -0.137437791, 0.783928216, 0.118605673, 0.609416962)
  3682. Part253.BottomSurface = Enum.SurfaceType.Smooth
  3683. Part253.TopSurface = Enum.SurfaceType.Smooth
  3684. Part253.Color = Color3.new(0.431373, 0.6, 0.792157)
  3685. Part253.Position = Vector3.new(-51.4531326, 144.284775, 214.941422)
  3686. Part253.Orientation = Vector3.new(7.89999962, -52.0299988, -2.48000002)
  3687. Part253.Color = Color3.new(0.431373, 0.6, 0.792157)
  3688. Part254.Parent = Model0
  3689. Part254.Material = Enum.Material.Slate
  3690. Part254.BrickColor = BrickColor.new("Linen")
  3691. Part254.Rotation = Vector3.new(3.24000001, -35.0900002, 9.09999943)
  3692. Part254.Anchored = true
  3693. Part254.Size = Vector3.new(62.5800171, 22.5699959, 68.1500244)
  3694. Part254.CFrame = CFrame.new(2.33798218, 134.304855, 268.48407, 0.807957709, -0.129357651, -0.574865937, 0.125740066, 0.990983665, -0.0462693162, 0.575667977, -0.0349000283, 0.8169384)
  3695. Part254.BottomSurface = Enum.SurfaceType.Smooth
  3696. Part254.TopSurface = Enum.SurfaceType.Smooth
  3697. Part254.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3698. Part254.Position = Vector3.new(2.33798218, 134.304855, 268.48407)
  3699. Part254.Orientation = Vector3.new(2.64999986, -35.1300011, 7.23000002)
  3700. Part254.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3701. Part255.Parent = Model0
  3702. Part255.Material = Enum.Material.Slate
  3703. Part255.BrickColor = BrickColor.new("Linen")
  3704. Part255.Rotation = Vector3.new(13.4799995, -61.0200005, 12.0299997)
  3705. Part255.Anchored = true
  3706. Part255.Size = Vector3.new(22.5800171, 103.569992, 31.1500244)
  3707. Part255.CFrame = CFrame.new(-72.3726959, 85.8136292, 167.504944, 0.473831594, -0.100966752, -0.874808192, 0.00321418792, 0.99359709, -0.11293593, 0.880609572, 0.050700821, 0.471122175)
  3708. Part255.BottomSurface = Enum.SurfaceType.Smooth
  3709. Part255.TopSurface = Enum.SurfaceType.Smooth
  3710. Part255.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3711. Part255.Position = Vector3.new(-72.3726959, 85.8136292, 167.504944)
  3712. Part255.Orientation = Vector3.new(6.48000002, -61.6999969, 0.189999998)
  3713. Part255.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3714. Part256.Parent = Model0
  3715. Part256.Material = Enum.Material.Slate
  3716. Part256.BrickColor = BrickColor.new("Linen")
  3717. Part256.Rotation = Vector3.new(13.4799995, -61.0200005, 12.0299997)
  3718. Part256.Anchored = true
  3719. Part256.Size = Vector3.new(31.5800171, 41.5699921, 33.1500244)
  3720. Part256.CFrame = CFrame.new(-69.4796524, 55.0105057, 165.492889, 0.473831594, -0.100966752, -0.874808192, 0.00321418792, 0.99359709, -0.11293593, 0.880609572, 0.050700821, 0.471122175)
  3721. Part256.BottomSurface = Enum.SurfaceType.Smooth
  3722. Part256.TopSurface = Enum.SurfaceType.Smooth
  3723. Part256.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3724. Part256.Position = Vector3.new(-69.4796524, 55.0105057, 165.492889)
  3725. Part256.Orientation = Vector3.new(6.48000002, -61.6999969, 0.189999998)
  3726. Part256.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3727. Part257.Parent = Model0
  3728. Part257.Material = Enum.Material.Slate
  3729. Part257.BrickColor = BrickColor.new("Linen")
  3730. Part257.Rotation = Vector3.new(13.4799995, -61.0200005, 12.0299997)
  3731. Part257.Anchored = true
  3732. Part257.Size = Vector3.new(31.5800171, 19.5699921, 35.1500244)
  3733. Part257.CFrame = CFrame.new(-76.9511871, 128.536713, 169.244766, 0.473831594, -0.100966752, -0.874808192, 0.00321418792, 0.99359709, -0.11293593, 0.880609572, 0.050700821, 0.471122175)
  3734. Part257.BottomSurface = Enum.SurfaceType.Smooth
  3735. Part257.TopSurface = Enum.SurfaceType.Smooth
  3736. Part257.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3737. Part257.Position = Vector3.new(-76.9511871, 128.536713, 169.244766)
  3738. Part257.Orientation = Vector3.new(6.48000002, -61.6999969, 0.189999998)
  3739. Part257.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3740. Part258.Parent = Model0
  3741. Part258.Material = Enum.Material.Grass
  3742. Part258.BrickColor = BrickColor.new("Medium blue")
  3743. Part258.Rotation = Vector3.new(0, -10, 0)
  3744. Part258.Anchored = true
  3745. Part258.Size = Vector3.new(48.030014, 1.2099942, 62.4400177)
  3746. Part258.CFrame = CFrame.new(36.6913528, 159.229584, 372.261108, 0.98480773, 0, -0.173648387, 0, 1, 0, 0.173648387, 0, 0.98480773)
  3747. Part258.BottomSurface = Enum.SurfaceType.Smooth
  3748. Part258.TopSurface = Enum.SurfaceType.Smooth
  3749. Part258.Color = Color3.new(0.431373, 0.6, 0.792157)
  3750. Part258.Position = Vector3.new(36.6913528, 159.229584, 372.261108)
  3751. Part258.Orientation = Vector3.new(0, -10, 0)
  3752. Part258.Color = Color3.new(0.431373, 0.6, 0.792157)
  3753. Part259.Parent = Model0
  3754. Part259.Material = Enum.Material.Slate
  3755. Part259.BrickColor = BrickColor.new("Linen")
  3756. Part259.Rotation = Vector3.new(0, -10, 0)
  3757. Part259.Anchored = true
  3758. Part259.Size = Vector3.new(47.5800171, 35.5699959, 62.1500244)
  3759. Part259.CFrame = CFrame.new(36.7174301, 141.359589, 372.113403, 0.98480773, 0, -0.173648387, 0, 1, 0, 0.173648387, 0, 0.98480773)
  3760. Part259.BottomSurface = Enum.SurfaceType.Smooth
  3761. Part259.TopSurface = Enum.SurfaceType.Smooth
  3762. Part259.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3763. Part259.Position = Vector3.new(36.7174301, 141.359589, 372.113403)
  3764. Part259.Orientation = Vector3.new(0, -10, 0)
  3765. Part259.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3766. Part260.Parent = Model0
  3767. Part260.Material = Enum.Material.Grass
  3768. Part260.BrickColor = BrickColor.new("Steel blue")
  3769. Part260.Rotation = Vector3.new(3.24000001, -35.0900002, 9.09999943)
  3770. Part260.Anchored = true
  3771. Part260.Size = Vector3.new(62.5800171, 1.56999588, 68.1500244)
  3772. Part260.CFrame = CFrame.new(0.8503685, 145.701172, 268.082703, 0.807957709, -0.129357651, -0.574865937, 0.125740066, 0.990983665, -0.0462693162, 0.575667977, -0.0349000283, 0.8169384)
  3773. Part260.BottomSurface = Enum.SurfaceType.Smooth
  3774. Part260.TopSurface = Enum.SurfaceType.Smooth
  3775. Part260.Color = Color3.new(0.321569, 0.486275, 0.682353)
  3776. Part260.Position = Vector3.new(0.8503685, 145.701172, 268.082703)
  3777. Part260.Orientation = Vector3.new(2.64999986, -35.1300011, 7.23000002)
  3778. Part260.Color = Color3.new(0.321569, 0.486275, 0.682353)
  3779. Part261.Parent = Model0
  3780. Part261.Material = Enum.Material.Slate
  3781. Part261.BrickColor = BrickColor.new("Linen")
  3782. Part261.Rotation = Vector3.new(3.24000001, -35.0900002, 9.09999943)
  3783. Part261.Anchored = true
  3784. Part261.Size = Vector3.new(23.5800171, 219.569992, 25.1500244)
  3785. Part261.CFrame = CFrame.new(1.84992981, 35.4763336, 286.412903, 0.807957709, -0.129357651, -0.574865937, 0.125740066, 0.990983665, -0.0462693162, 0.575667977, -0.0349000283, 0.8169384)
  3786. Part261.BottomSurface = Enum.SurfaceType.Smooth
  3787. Part261.TopSurface = Enum.SurfaceType.Smooth
  3788. Part261.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3789. Part261.Position = Vector3.new(1.84992981, 35.4763336, 286.412903)
  3790. Part261.Orientation = Vector3.new(2.64999986, -35.1300011, 7.23000002)
  3791. Part261.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3792. Part262.Parent = Model0
  3793. Part262.Material = Enum.Material.Slate
  3794. Part262.BrickColor = BrickColor.new("Linen")
  3795. Part262.Rotation = Vector3.new(3.24000001, -35.0900002, 9.09999943)
  3796. Part262.Anchored = true
  3797. Part262.Size = Vector3.new(33.5800171, 84.5699921, 32.1500244)
  3798. Part262.CFrame = CFrame.new(3.21127987, 29.1375465, 287.623871, 0.807957709, -0.129357651, -0.574865937, 0.125740066, 0.990983665, -0.0462693162, 0.575667977, -0.0349000283, 0.8169384)
  3799. Part262.BottomSurface = Enum.SurfaceType.Smooth
  3800. Part262.TopSurface = Enum.SurfaceType.Smooth
  3801. Part262.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3802. Part262.Position = Vector3.new(3.21127987, 29.1375465, 287.623871)
  3803. Part262.Orientation = Vector3.new(2.64999986, -35.1300011, 7.23000002)
  3804. Part262.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3805. Part263.Parent = Model0
  3806. Part263.Material = Enum.Material.Slate
  3807. Part263.BrickColor = BrickColor.new("Linen")
  3808. Part263.Rotation = Vector3.new(-2.42999983, -72.8199997, -0.159999996)
  3809. Part263.Anchored = true
  3810. Part263.Size = Vector3.new(86.5800171, 19.5699959, 52.1500244)
  3811. Part263.CFrame = CFrame.new(-104.691261, 137.415909, 129.456757, 0.295353264, 0.000825375202, -0.955387771, 0.0377422944, 0.999208868, 0.0125310719, 0.954642296, -0.0397596173, 0.29508847)
  3812. Part263.BottomSurface = Enum.SurfaceType.Smooth
  3813. Part263.TopSurface = Enum.SurfaceType.Smooth
  3814. Part263.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3815. Part263.Position = Vector3.new(-104.691261, 137.415909, 129.456757)
  3816. Part263.Orientation = Vector3.new(-0.719999969, -72.8399963, 2.15999985)
  3817. Part263.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3818. Part264.Parent = Model0
  3819. Part264.Material = Enum.Material.Grass
  3820. Part264.BrickColor = BrickColor.new("Medium blue")
  3821. Part264.Rotation = Vector3.new(-2.42999983, -72.8199997, -0.159999996)
  3822. Part264.Anchored = true
  3823. Part264.Size = Vector3.new(87.030014, 1.2099942, 52.4400177)
  3824. Part264.CFrame = CFrame.new(-104.826393, 147.279968, 129.108536, 0.295353264, 0.000825375202, -0.955387771, 0.0377422944, 0.999208868, 0.0125310719, 0.954642296, -0.0397596173, 0.29508847)
  3825. Part264.BottomSurface = Enum.SurfaceType.Smooth
  3826. Part264.TopSurface = Enum.SurfaceType.Smooth
  3827. Part264.Color = Color3.new(0.431373, 0.6, 0.792157)
  3828. Part264.Position = Vector3.new(-104.826393, 147.279968, 129.108536)
  3829. Part264.Orientation = Vector3.new(-0.719999969, -72.8399963, 2.15999985)
  3830. Part264.Color = Color3.new(0.431373, 0.6, 0.792157)
  3831. Part265.Parent = Model0
  3832. Part265.Material = Enum.Material.Slate
  3833. Part265.BrickColor = BrickColor.new("Linen")
  3834. Part265.Rotation = Vector3.new(140.619995, -87.6999969, 141.429993)
  3835. Part265.Anchored = true
  3836. Part265.Size = Vector3.new(63.5800171, 19.5699959, 41.1500244)
  3837. Part265.CFrame = CFrame.new(-117.558258, 134.991104, 60.4952965, -0.0313479751, -0.024993537, -0.999195993, 0.0138463676, 0.999580503, -0.0254375599, 0.999412656, -0.0146326423, -0.0309887528)
  3838. Part265.BottomSurface = Enum.SurfaceType.Smooth
  3839. Part265.TopSurface = Enum.SurfaceType.Smooth
  3840. Part265.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3841. Part265.Position = Vector3.new(-117.558258, 134.991104, 60.4952965)
  3842. Part265.Orientation = Vector3.new(1.45999992, -91.7799988, 0.789999962)
  3843. Part265.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3844. Part266.Parent = Model0
  3845. Part266.Material = Enum.Material.Grass
  3846. Part266.BrickColor = BrickColor.new("Medium blue")
  3847. Part266.Rotation = Vector3.new(140.619995, -87.6999969, 141.429993)
  3848. Part266.Anchored = true
  3849. Part266.Size = Vector3.new(64.030014, 1.2099942, 41.4400177)
  3850. Part266.CFrame = CFrame.new(-117.954781, 144.853165, 60.3461723, -0.0313479751, -0.024993537, -0.999195993, 0.0138463676, 0.999580503, -0.0254375599, 0.999412656, -0.0146326423, -0.0309887528)
  3851. Part266.BottomSurface = Enum.SurfaceType.Smooth
  3852. Part266.TopSurface = Enum.SurfaceType.Smooth
  3853. Part266.Color = Color3.new(0.431373, 0.6, 0.792157)
  3854. Part266.Position = Vector3.new(-117.954781, 144.853165, 60.3461723)
  3855. Part266.Orientation = Vector3.new(1.45999992, -91.7799988, 0.789999962)
  3856. Part266.Color = Color3.new(0.431373, 0.6, 0.792157)
  3857. Part267.Parent = Model0
  3858. Part267.Material = Enum.Material.Slate
  3859. Part267.BrickColor = BrickColor.new("Linen")
  3860. Part267.Rotation = Vector3.new(-111.379997, -85.1199951, -110.470001)
  3861. Part267.Anchored = true
  3862. Part267.Size = Vector3.new(25.5800171, 154.569992, 23.1500244)
  3863. Part267.CFrame = CFrame.new(-126.964355, 61.3137741, 55.6147499, -0.0297301263, 0.0796270296, -0.996381283, 0.0170473456, 0.996717334, 0.0791452229, 0.999412596, -0.0146326423, -0.0309899598)
  3864. Part267.BottomSurface = Enum.SurfaceType.Smooth
  3865. Part267.TopSurface = Enum.SurfaceType.Smooth
  3866. Part267.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3867. Part267.Position = Vector3.new(-126.964355, 61.3137741, 55.6147499)
  3868. Part267.Orientation = Vector3.new(-4.53999996, -91.7799988, 0.979999959)
  3869. Part267.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3870. Part268.Parent = Model0
  3871. Part268.Material = Enum.Material.Slate
  3872. Part268.BrickColor = BrickColor.new("Linen")
  3873. Part268.Rotation = Vector3.new(-111.379997, -85.1199951, -110.470001)
  3874. Part268.Anchored = true
  3875. Part268.Size = Vector3.new(33.5800171, 42.5699921, 28.1500244)
  3876. Part268.CFrame = CFrame.new(-131.891922, 5.5201292, 55.4192734, -0.0297301263, 0.0796270296, -0.996381283, 0.0170473456, 0.996717334, 0.0791452229, 0.999412596, -0.0146326423, -0.0309899598)
  3877. Part268.BottomSurface = Enum.SurfaceType.Smooth
  3878. Part268.TopSurface = Enum.SurfaceType.Smooth
  3879. Part268.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3880. Part268.Position = Vector3.new(-131.891922, 5.5201292, 55.4192734)
  3881. Part268.Orientation = Vector3.new(-4.53999996, -91.7799988, 0.979999959)
  3882. Part268.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3883. Part269.Parent = Model0
  3884. Part269.Material = Enum.Material.Slate
  3885. Part269.BrickColor = BrickColor.new("Linen")
  3886. Part269.Rotation = Vector3.new(-111.379997, -85.1199951, -110.470001)
  3887. Part269.Anchored = true
  3888. Part269.Size = Vector3.new(33.5800171, 15.5699921, 28.1500244)
  3889. Part269.CFrame = CFrame.new(-122.376495, 124.627853, 53.6706696, -0.0297301263, 0.0796270296, -0.996381283, 0.0170473456, 0.996717334, 0.0791452229, 0.999412596, -0.0146326423, -0.0309899598)
  3890. Part269.BottomSurface = Enum.SurfaceType.Smooth
  3891. Part269.TopSurface = Enum.SurfaceType.Smooth
  3892. Part269.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3893. Part269.Position = Vector3.new(-122.376495, 124.627853, 53.6706696)
  3894. Part269.Orientation = Vector3.new(-4.53999996, -91.7799988, 0.979999959)
  3895. Part269.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3896. Part270.Parent = Model0
  3897. Part270.Material = Enum.Material.Grass
  3898. Part270.BrickColor = BrickColor.new("Medium blue")
  3899. Part270.Rotation = Vector3.new(180, -30, 180)
  3900. Part270.Anchored = true
  3901. Part270.Size = Vector3.new(42.030014, 1.2099942, 222.440018)
  3902. Part270.CFrame = CFrame.new(194.991165, 156.129578, 325.664886, -0.866025448, -1.3076621e-07, -0.49999997, -7.54979084e-08, 1, -1.3076621e-07, 0.49999997, -7.54979084e-08, -0.866025448)
  3903. Part270.BottomSurface = Enum.SurfaceType.Smooth
  3904. Part270.TopSurface = Enum.SurfaceType.Smooth
  3905. Part270.Color = Color3.new(0.431373, 0.6, 0.792157)
  3906. Part270.Position = Vector3.new(194.991165, 156.129578, 325.664886)
  3907. Part270.Orientation = Vector3.new(0, -150, 0)
  3908. Part270.Color = Color3.new(0.431373, 0.6, 0.792157)
  3909. Part271.Parent = Model0
  3910. Part271.Material = Enum.Material.Slate
  3911. Part271.BrickColor = BrickColor.new("Linen")
  3912. Part271.Rotation = Vector3.new(180, -30, 180)
  3913. Part271.Anchored = true
  3914. Part271.Size = Vector3.new(41.5800171, 35.5699959, 222.150024)
  3915. Part271.CFrame = CFrame.new(195.066162, 138.259583, 325.794769, -0.866025448, -1.3076621e-07, -0.49999997, -7.54979084e-08, 1, -1.3076621e-07, 0.49999997, -7.54979084e-08, -0.866025448)
  3916. Part271.BottomSurface = Enum.SurfaceType.Smooth
  3917. Part271.TopSurface = Enum.SurfaceType.Smooth
  3918. Part271.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3919. Part271.Position = Vector3.new(195.066162, 138.259583, 325.794769)
  3920. Part271.Orientation = Vector3.new(0, -150, 0)
  3921. Part271.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3922. Part272.Parent = Model0
  3923. Part272.Material = Enum.Material.Slate
  3924. Part272.BrickColor = BrickColor.new("Linen")
  3925. Part272.Rotation = Vector3.new(-90, -65, -90)
  3926. Part272.Anchored = true
  3927. Part272.Size = Vector3.new(23.5800171, 132.569992, 24.1500244)
  3928. Part272.CFrame = CFrame.new(65.019783, 91.3006592, 238.675049, -1.84732354e-08, 0.422618359, -0.906307757, 1.23304716e-07, 0.906307757, 0.422618359, 1, -1.03944892e-07, -6.88532751e-08)
  3929. Part272.BottomSurface = Enum.SurfaceType.Smooth
  3930. Part272.TopSurface = Enum.SurfaceType.Smooth
  3931. Part272.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3932. Part272.Position = Vector3.new(65.019783, 91.3006592, 238.675049)
  3933. Part272.Orientation = Vector3.new(-25, -90, 0)
  3934. Part272.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3935. Part273.Parent = Model0
  3936. Part273.Material = Enum.Material.Slate
  3937. Part273.BrickColor = BrickColor.new("Linen")
  3938. Part273.Rotation = Vector3.new(-90, -65, -90)
  3939. Part273.Anchored = true
  3940. Part273.Size = Vector3.new(28.5800171, 51.5699921, 32.1500244)
  3941. Part273.CFrame = CFrame.new(79.60009, 122.568283, 238.175049, -1.84732354e-08, 0.422618359, -0.906307757, 1.23304716e-07, 0.906307757, 0.422618359, 1, -1.03944892e-07, -6.88532751e-08)
  3942. Part273.BottomSurface = Enum.SurfaceType.Smooth
  3943. Part273.TopSurface = Enum.SurfaceType.Smooth
  3944. Part273.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3945. Part273.Position = Vector3.new(79.60009, 122.568283, 238.175049)
  3946. Part273.Orientation = Vector3.new(-25, -90, 0)
  3947. Part273.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3948. Part274.Parent = Model0
  3949. Part274.Material = Enum.Material.Slate
  3950. Part274.BrickColor = BrickColor.new("Linen")
  3951. Part274.Rotation = Vector3.new(-90, -65, -90)
  3952. Part274.Anchored = true
  3953. Part274.Size = Vector3.new(28.5800171, 39.5699921, 32.1500244)
  3954. Part274.CFrame = CFrame.new(36.915657, 31.0312004, 238.175049, -1.84732354e-08, 0.422618359, -0.906307757, 1.23304716e-07, 0.906307757, 0.422618359, 1, -1.03944892e-07, -6.88532751e-08)
  3955. Part274.BottomSurface = Enum.SurfaceType.Smooth
  3956. Part274.TopSurface = Enum.SurfaceType.Smooth
  3957. Part274.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3958. Part274.Position = Vector3.new(36.915657, 31.0312004, 238.175049)
  3959. Part274.Orientation = Vector3.new(-25, -90, 0)
  3960. Part274.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3961. Part275.Parent = Model0
  3962. Part275.Material = Enum.Material.Slate
  3963. Part275.BrickColor = BrickColor.new("Linen")
  3964. Part275.Rotation = Vector3.new(90, -82, 90)
  3965. Part275.Anchored = true
  3966. Part275.Size = Vector3.new(23.5800171, 132.569992, 24.1500244)
  3967. Part275.CFrame = CFrame.new(143.736969, 88.6944427, 238.675049, -8.90368597e-08, -0.139172748, -0.990268111, 1.1298323e-07, 0.990268111, -0.139172748, 1, -1.24275232e-07, -7.244617e-08)
  3968. Part275.BottomSurface = Enum.SurfaceType.Smooth
  3969. Part275.TopSurface = Enum.SurfaceType.Smooth
  3970. Part275.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3971. Part275.Position = Vector3.new(143.736969, 88.6944427, 238.675049)
  3972. Part275.Orientation = Vector3.new(8, -90, 0)
  3973. Part275.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3974. Part276.Parent = Model0
  3975. Part276.Material = Enum.Material.Slate
  3976. Part276.BrickColor = BrickColor.new("Linen")
  3977. Part276.Rotation = Vector3.new(90, -82, 90)
  3978. Part276.Anchored = true
  3979. Part276.Size = Vector3.new(28.5800171, 51.5699921, 32.1500244)
  3980. Part276.CFrame = CFrame.new(138.935486, 122.858681, 238.175049, -8.90368597e-08, -0.139172748, -0.990268111, 1.1298323e-07, 0.990268111, -0.139172748, 1, -1.24275232e-07, -7.244617e-08)
  3981. Part276.BottomSurface = Enum.SurfaceType.Smooth
  3982. Part276.TopSurface = Enum.SurfaceType.Smooth
  3983. Part276.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3984. Part276.Position = Vector3.new(138.935486, 122.858681, 238.175049)
  3985. Part276.Orientation = Vector3.new(8, -90, 0)
  3986. Part276.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3987. Part277.Parent = Model0
  3988. Part277.Material = Enum.Material.Slate
  3989. Part277.BrickColor = BrickColor.new("Linen")
  3990. Part277.Rotation = Vector3.new(90, -82, 90)
  3991. Part277.Anchored = true
  3992. Part277.Size = Vector3.new(28.5800171, 39.5699921, 32.1500244)
  3993. Part277.CFrame = CFrame.new(152.991974, 22.84161, 238.175034, -8.90368597e-08, -0.139172748, -0.990268111, 1.1298323e-07, 0.990268111, -0.139172748, 1, -1.24275232e-07, -7.244617e-08)
  3994. Part277.BottomSurface = Enum.SurfaceType.Smooth
  3995. Part277.TopSurface = Enum.SurfaceType.Smooth
  3996. Part277.Color = Color3.new(0.686275, 0.580392, 0.513726)
  3997. Part277.Position = Vector3.new(152.991974, 22.84161, 238.175034)
  3998. Part277.Orientation = Vector3.new(8, -90, 0)
  3999. Part277.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4000. Part278.Parent = Model0
  4001. Part278.Material = Enum.Material.Slate
  4002. Part278.BrickColor = BrickColor.new("Dark stone grey")
  4003. Part278.Rotation = Vector3.new(-74.1899948, 84.3099976, 44.5699997)
  4004. Part278.Anchored = true
  4005. Part278.Size = Vector3.new(86.5800171, 5.1599884, 3.09002686)
  4006. Part278.CFrame = CFrame.new(177.629135, 176.811508, 324.691101, 0.0706374347, -0.0695865154, 0.995071888, -0.490813851, 0.866025329, 0.0954036713, -0.868396282, -0.495134115, 0.0270197876)
  4007. Part278.BottomSurface = Enum.SurfaceType.Smooth
  4008. Part278.TopSurface = Enum.SurfaceType.Smooth
  4009. Part278.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4010. Part278.Position = Vector3.new(177.629135, 176.811508, 324.691101)
  4011. Part278.Orientation = Vector3.new(-5.46999979, 88.4399948, -29.539999)
  4012. Part278.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4013. Part279.Parent = Model0
  4014. Part279.Material = Enum.Material.Slate
  4015. Part279.BrickColor = BrickColor.new("Dark stone grey")
  4016. Part279.Rotation = Vector3.new(-74.1899948, 84.3099976, 44.5699997)
  4017. Part279.Anchored = true
  4018. Part279.Size = Vector3.new(86.5800171, 2.1599884, 18.0900269)
  4019. Part279.CFrame = CFrame.new(168.280289, 174.606125, 325.177124, 0.0706374347, -0.0695865154, 0.995071888, -0.490813851, 0.866025329, 0.0954036713, -0.868396282, -0.495134115, 0.0270197876)
  4020. Part279.BottomSurface = Enum.SurfaceType.Smooth
  4021. Part279.TopSurface = Enum.SurfaceType.Smooth
  4022. Part279.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4023. Part279.Position = Vector3.new(168.280289, 174.606125, 325.177124)
  4024. Part279.Orientation = Vector3.new(-5.46999979, 88.4399948, -29.539999)
  4025. Part279.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4026. Part280.Parent = Model0
  4027. Part280.Material = Enum.Material.Slate
  4028. Part280.BrickColor = BrickColor.new("Dark stone grey")
  4029. Part280.Rotation = Vector3.new(-74.1899948, 84.3099976, 44.5699997)
  4030. Part280.Anchored = true
  4031. Part280.Size = Vector3.new(86.5800171, 5.1599884, 3.09002686)
  4032. Part280.CFrame = CFrame.new(158.722778, 174.99884, 324.177734, 0.0706374347, -0.0695865154, 0.995071888, -0.490813851, 0.866025329, 0.0954036713, -0.868396282, -0.495134115, 0.0270197876)
  4033. Part280.BottomSurface = Enum.SurfaceType.Smooth
  4034. Part280.TopSurface = Enum.SurfaceType.Smooth
  4035. Part280.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4036. Part280.Position = Vector3.new(158.722778, 174.99884, 324.177734)
  4037. Part280.Orientation = Vector3.new(-5.46999979, 88.4399948, -29.539999)
  4038. Part280.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4039. Part281.Parent = Model0
  4040. Part281.Material = Enum.Material.Slate
  4041. Part281.BrickColor = BrickColor.new("Linen")
  4042. Part281.Rotation = Vector3.new(135.619995, -87.6999969, 141.429993)
  4043. Part281.Anchored = true
  4044. Part281.Size = Vector3.new(13.5800171, 19.5699959, 37.1500244)
  4045. Part281.CFrame = CFrame.new(-116.461082, 132.447922, 25.5956764, -0.0313479751, -0.024993537, -0.999195993, 0.100898221, 0.994501531, -0.0280416086, 0.994402766, -0.101696141, -0.0286538042)
  4046. Part281.BottomSurface = Enum.SurfaceType.Smooth
  4047. Part281.TopSurface = Enum.SurfaceType.Smooth
  4048. Part281.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4049. Part281.Position = Vector3.new(-116.461082, 132.447922, 25.5956764)
  4050. Part281.Orientation = Vector3.new(1.61000001, -91.6399994, 5.78999996)
  4051. Part281.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4052. Part282.Parent = Model0
  4053. Part282.Material = Enum.Material.Grass
  4054. Part282.BrickColor = BrickColor.new("Medium blue")
  4055. Part282.Rotation = Vector3.new(135.619995, -87.6999969, 141.429993)
  4056. Part282.Anchored = true
  4057. Part282.Size = Vector3.new(14.030014, 1.2099942, 37.4400177)
  4058. Part282.CFrame = CFrame.new(-116.857613, 142.259445, 24.5875854, -0.0313479751, -0.024993537, -0.999195993, 0.100898221, 0.994501531, -0.0280416086, 0.994402766, -0.101696141, -0.0286538042)
  4059. Part282.BottomSurface = Enum.SurfaceType.Smooth
  4060. Part282.TopSurface = Enum.SurfaceType.Smooth
  4061. Part282.Color = Color3.new(0.431373, 0.6, 0.792157)
  4062. Part282.Position = Vector3.new(-116.857613, 142.259445, 24.5875854)
  4063. Part282.Orientation = Vector3.new(1.61000001, -91.6399994, 5.78999996)
  4064. Part282.Color = Color3.new(0.431373, 0.6, 0.792157)
  4065. Part283.Parent = Model0
  4066. Part283.Material = Enum.Material.Slate
  4067. Part283.BrickColor = BrickColor.new("Linen")
  4068. Part283.Rotation = Vector3.new(132.619995, -87.6999969, 141.429993)
  4069. Part283.Anchored = true
  4070. Part283.Size = Vector3.new(12.5800171, 16.5699959, 35.1500244)
  4071. Part283.CFrame = CFrame.new(-116.357506, 132.254227, 14.9254036, -0.0313479751, -0.024993537, -0.999195993, 0.152802914, 0.987816215, -0.0295028035, 0.987759411, -0.153604895, -0.0271469522)
  4072. Part283.BottomSurface = Enum.SurfaceType.Smooth
  4073. Part283.TopSurface = Enum.SurfaceType.Smooth
  4074. Part283.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4075. Part283.Position = Vector3.new(-116.357506, 132.254227, 14.9254036)
  4076. Part283.Orientation = Vector3.new(1.68999994, -91.5599976, 8.78999996)
  4077. Part283.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4078. Part284.Parent = Model0
  4079. Part284.Material = Enum.Material.Grass
  4080. Part284.BrickColor = BrickColor.new("Medium blue")
  4081. Part284.Rotation = Vector3.new(132.619995, -87.6999969, 141.429993)
  4082. Part284.Anchored = true
  4083. Part284.Size = Vector3.new(13.030014, 1.2099942, 35.4400177)
  4084. Part284.CFrame = CFrame.new(-116.716545, 140.517822, 13.6356049, -0.0313479751, -0.024993537, -0.999195993, 0.152802914, 0.987816215, -0.0295028035, 0.987759411, -0.153604895, -0.0271469522)
  4085. Part284.BottomSurface = Enum.SurfaceType.Smooth
  4086. Part284.TopSurface = Enum.SurfaceType.Smooth
  4087. Part284.Color = Color3.new(0.431373, 0.6, 0.792157)
  4088. Part284.Position = Vector3.new(-116.716545, 140.517822, 13.6356049)
  4089. Part284.Orientation = Vector3.new(1.68999994, -91.5599976, 8.78999996)
  4090. Part284.Color = Color3.new(0.431373, 0.6, 0.792157)
  4091. Part285.Parent = Model0
  4092. Part285.Material = Enum.Material.Slate
  4093. Part285.BrickColor = BrickColor.new("Really black")
  4094. Part285.Anchored = true
  4095. Part285.Size = Vector3.new(206.920013, 90.5699921, 77.6700439)
  4096. Part285.CFrame = CFrame.new(112.610016, 236.464996, 803.390015, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4097. Part285.BottomSurface = Enum.SurfaceType.Smooth
  4098. Part285.TopSurface = Enum.SurfaceType.Smooth
  4099. Part285.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4100. Part285.Position = Vector3.new(112.610016, 236.464996, 803.390015)
  4101. Part285.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4102. Part286.Parent = Model0
  4103. Part286.Material = Enum.Material.Slate
  4104. Part286.BrickColor = BrickColor.new("Linen")
  4105. Part286.Rotation = Vector3.new(173.139999, -77.1899948, 176.099991)
  4106. Part286.Anchored = true
  4107. Part286.Size = Vector3.new(112.580017, 19.5699959, 35.1500244)
  4108. Part286.CFrame = CFrame.new(228.219925, 141.697281, 82.1328278, -0.221260503, -0.0150876008, -0.975098014, 0.0487170815, 0.998460948, -0.026503535, 0.973997116, -0.0533681065, -0.220184937)
  4109. Part286.BottomSurface = Enum.SurfaceType.Smooth
  4110. Part286.TopSurface = Enum.SurfaceType.Smooth
  4111. Part286.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4112. Part286.Position = Vector3.new(228.219925, 141.697281, 82.1328278)
  4113. Part286.Orientation = Vector3.new(1.51999998, -102.720001, 2.78999996)
  4114. Part286.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4115. Part287.Parent = Model0
  4116. Part287.Material = Enum.Material.Slate
  4117. Part287.BrickColor = BrickColor.new("Linen")
  4118. Part287.Rotation = Vector3.new(-113.379997, -85.1199951, -110.470001)
  4119. Part287.Anchored = true
  4120. Part287.Size = Vector3.new(25.5800171, 154.569992, 23.1500244)
  4121. Part287.CFrame = CFrame.new(228.935593, 61.5804596, 56.0002899, -0.0297301263, 0.0796270296, -0.996381283, 0.051916182, 0.995599508, 0.0780154765, 0.99820894, -0.0494088829, -0.0337332264)
  4122. Part287.BottomSurface = Enum.SurfaceType.Smooth
  4123. Part287.TopSurface = Enum.SurfaceType.Smooth
  4124. Part287.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4125. Part287.Position = Vector3.new(228.935593, 61.5804596, 56.0002899)
  4126. Part287.Orientation = Vector3.new(-4.46999979, -91.9399948, 2.99000001)
  4127. Part287.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4128. Part288.Parent = Model0
  4129. Part288.Material = Enum.Material.Slate
  4130. Part288.BrickColor = BrickColor.new("Linen")
  4131. Part288.Rotation = Vector3.new(-113.379997, -85.1199951, -110.470001)
  4132. Part288.Anchored = true
  4133. Part288.Size = Vector3.new(33.5800171, 42.5699921, 28.1500244)
  4134. Part288.CFrame = CFrame.new(224.008041, 5.81397247, 57.7521133, -0.0297301263, 0.0796270296, -0.996381283, 0.051916182, 0.995599508, 0.0780154765, 0.99820894, -0.0494088829, -0.0337332264)
  4135. Part288.BottomSurface = Enum.SurfaceType.Smooth
  4136. Part288.TopSurface = Enum.SurfaceType.Smooth
  4137. Part288.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4138. Part288.Position = Vector3.new(224.008041, 5.81397247, 57.7521133)
  4139. Part288.Orientation = Vector3.new(-4.46999979, -91.9399948, 2.99000001)
  4140. Part288.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4141. Part289.Parent = Model0
  4142. Part289.Material = Enum.Material.Grass
  4143. Part289.BrickColor = BrickColor.new("Medium blue")
  4144. Part289.Rotation = Vector3.new(173.139999, -77.1899948, 176.099991)
  4145. Part289.Anchored = true
  4146. Part289.Size = Vector3.new(113.030014, 1.2099942, 35.4400177)
  4147. Part289.CFrame = CFrame.new(227.924835, 151.548141, 81.5730133, -0.221260503, -0.0150876008, -0.975098014, 0.0487170815, 0.998460948, -0.026503535, 0.973997116, -0.0533681065, -0.220184937)
  4148. Part289.BottomSurface = Enum.SurfaceType.Smooth
  4149. Part289.TopSurface = Enum.SurfaceType.Smooth
  4150. Part289.Color = Color3.new(0.431373, 0.6, 0.792157)
  4151. Part289.Position = Vector3.new(227.924835, 151.548141, 81.5730133)
  4152. Part289.Orientation = Vector3.new(1.51999998, -102.720001, 2.78999996)
  4153. Part289.Color = Color3.new(0.431373, 0.6, 0.792157)
  4154. Part290.Parent = Model0
  4155. Part290.Material = Enum.Material.Grass
  4156. Part290.BrickColor = BrickColor.new("Medium blue")
  4157. Part290.Rotation = Vector3.new(93.9799957, -59.8099976, 84.2799988)
  4158. Part290.Anchored = true
  4159. Part290.Size = Vector3.new(41.030014, 1.2099942, 32.4400177)
  4160. Part290.CFrame = CFrame.new(195.51062, 135.068512, -109.159393, 0.0501083508, -0.500335693, -0.8643803, -0.155058205, 0.851076186, -0.501623571, 0.986633778, 0.159164786, -0.0349351279)
  4161. Part290.BottomSurface = Enum.SurfaceType.Smooth
  4162. Part290.TopSurface = Enum.SurfaceType.Smooth
  4163. Part290.Color = Color3.new(0.431373, 0.6, 0.792157)
  4164. Part290.Position = Vector3.new(195.51062, 135.068512, -109.159393)
  4165. Part290.Orientation = Vector3.new(30.1099987, -92.3099976, -10.3299999)
  4166. Part290.Color = Color3.new(0.431373, 0.6, 0.792157)
  4167. Part291.Parent = Model0
  4168. Part291.Material = Enum.Material.Slate
  4169. Part291.BrickColor = BrickColor.new("Linen")
  4170. Part291.Rotation = Vector3.new(93.9799957, -59.8099976, 84.2799988)
  4171. Part291.Anchored = true
  4172. Part291.Size = Vector3.new(40.5800171, 19.5699959, 32.1500244)
  4173. Part291.CFrame = CFrame.new(200.578552, 126.743568, -110.725067, 0.0501083508, -0.500335693, -0.8643803, -0.155058205, 0.851076186, -0.501623571, 0.986633778, 0.159164786, -0.0349351279)
  4174. Part291.BottomSurface = Enum.SurfaceType.Smooth
  4175. Part291.TopSurface = Enum.SurfaceType.Smooth
  4176. Part291.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4177. Part291.Position = Vector3.new(200.578552, 126.743568, -110.725067)
  4178. Part291.Orientation = Vector3.new(30.1099987, -92.3099976, -10.3299999)
  4179. Part291.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4180. Part292.Parent = Model0
  4181. Part292.Material = Enum.Material.Slate
  4182. Part292.BrickColor = BrickColor.new("Linen")
  4183. Part292.Rotation = Vector3.new(92.3399963, -65.7600021, 83)
  4184. Part292.Anchored = true
  4185. Part292.Size = Vector3.new(17.5800171, 154.569992, 14.1500244)
  4186. Part292.CFrame = CFrame.new(227.280136, 58.7054634, -120.845024, 0.0499950126, -0.407465488, -0.911851048, -0.151516616, 0.899331093, -0.410178274, 0.987189531, 0.15866746, -0.0167757235)
  4187. Part292.BottomSurface = Enum.SurfaceType.Smooth
  4188. Part292.TopSurface = Enum.SurfaceType.Smooth
  4189. Part292.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4190. Part292.Position = Vector3.new(227.280136, 58.7054634, -120.845024)
  4191. Part292.Orientation = Vector3.new(24.2199993, -91.0499954, -9.55999947)
  4192. Part292.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4193. Part293.Parent = Model0
  4194. Part293.Material = Enum.Material.Slate
  4195. Part293.BrickColor = BrickColor.new("Linen")
  4196. Part293.Rotation = Vector3.new(92.3399963, -65.7600021, 83)
  4197. Part293.Anchored = true
  4198. Part293.Size = Vector3.new(25.5800171, 42.5699921, 19.1500244)
  4199. Part293.CFrame = CFrame.new(249.592316, 8.28935337, -130.725983, 0.0499950126, -0.407465488, -0.911851048, -0.151516616, 0.899331093, -0.410178274, 0.987189531, 0.15866746, -0.0167757235)
  4200. Part293.BottomSurface = Enum.SurfaceType.Smooth
  4201. Part293.TopSurface = Enum.SurfaceType.Smooth
  4202. Part293.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4203. Part293.Position = Vector3.new(249.592316, 8.28935337, -130.725983)
  4204. Part293.Orientation = Vector3.new(24.2199993, -91.0499954, -9.55999947)
  4205. Part293.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4206. Part294.Parent = Model0
  4207. Part294.Material = Enum.Material.Grass
  4208. Part294.BrickColor = BrickColor.new("Medium blue")
  4209. Part294.Rotation = Vector3.new(150.619995, -87.6999969, 141.429993)
  4210. Part294.Anchored = true
  4211. Part294.Size = Vector3.new(41.030014, 1.2099942, 32.4400177)
  4212. Part294.CFrame = CFrame.new(-99.0045471, 158.157043, -109.159393, -0.0313490666, -0.0249944571, -0.999195933, -0.159909844, 0.986935616, -0.01967071, 0.986633718, 0.159164608, -0.0349363722)
  4213. Part294.BottomSurface = Enum.SurfaceType.Smooth
  4214. Part294.TopSurface = Enum.SurfaceType.Smooth
  4215. Part294.Color = Color3.new(0.431373, 0.6, 0.792157)
  4216. Part294.Position = Vector3.new(-99.0045471, 158.157043, -109.159393)
  4217. Part294.Orientation = Vector3.new(1.13, -92, -9.19999981)
  4218. Part294.Color = Color3.new(0.431373, 0.6, 0.792157)
  4219. Part295.Parent = Model0
  4220. Part295.Material = Enum.Material.Slate
  4221. Part295.BrickColor = BrickColor.new("Linen")
  4222. Part295.Rotation = Vector3.new(150.619995, -87.6999969, 141.429993)
  4223. Part295.Anchored = true
  4224. Part295.Size = Vector3.new(40.5800171, 19.5699959, 32.1500244)
  4225. Part295.CFrame = CFrame.new(-98.6080627, 148.418915, -110.72506, -0.0313490666, -0.0249944571, -0.999195933, -0.159909844, 0.986935616, -0.01967071, 0.986633718, 0.159164608, -0.0349363722)
  4226. Part295.BottomSurface = Enum.SurfaceType.Smooth
  4227. Part295.TopSurface = Enum.SurfaceType.Smooth
  4228. Part295.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4229. Part295.Position = Vector3.new(-98.6080627, 148.418915, -110.72506)
  4230. Part295.Orientation = Vector3.new(1.13, -92, -9.19999981)
  4231. Part295.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4232. Part296.Parent = Model0
  4233. Part296.Material = Enum.Material.Slate
  4234. Part296.BrickColor = BrickColor.new("Linen")
  4235. Part296.Rotation = Vector3.new(-101.379997, -85.1199951, -110.470001)
  4236. Part296.Anchored = true
  4237. Part296.Size = Vector3.new(17.5800171, 154.569992, 14.1500244)
  4238. Part296.CFrame = CFrame.new(-108.239853, 75.9662704, -120.845032, -0.0297301076, 0.079627037, -0.996381283, -0.156757548, 0.984115899, 0.0833241791, 0.987189531, 0.158667505, -0.0167757329)
  4239. Part296.BottomSurface = Enum.SurfaceType.Smooth
  4240. Part296.TopSurface = Enum.SurfaceType.Smooth
  4241. Part296.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4242. Part296.Position = Vector3.new(-108.239853, 75.9662704, -120.845032)
  4243. Part296.Orientation = Vector3.new(-4.77999973, -90.9599991, -9.05000019)
  4244. Part296.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4245. Part297.Parent = Model0
  4246. Part297.Material = Enum.Material.Slate
  4247. Part297.BrickColor = BrickColor.new("Linen")
  4248. Part297.Rotation = Vector3.new(-101.379997, -85.1199951, -110.470001)
  4249. Part297.Anchored = true
  4250. Part297.Size = Vector3.new(25.5800171, 53.8199921, 19.1500244)
  4251. Part297.CFrame = CFrame.new(-113.615288, 15.5185375, -131.618484, -0.0297301076, 0.079627037, -0.996381283, -0.156757548, 0.984115899, 0.0833241791, 0.987189531, 0.158667505, -0.0167757329)
  4252. Part297.BottomSurface = Enum.SurfaceType.Smooth
  4253. Part297.TopSurface = Enum.SurfaceType.Smooth
  4254. Part297.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4255. Part297.Position = Vector3.new(-113.615288, 15.5185375, -131.618484)
  4256. Part297.Orientation = Vector3.new(-4.77999973, -90.9599991, -9.05000019)
  4257. Part297.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4258. Part298.Parent = Model0
  4259. Part298.Material = Enum.Material.Grass
  4260. Part298.BrickColor = BrickColor.new("Medium blue")
  4261. Part298.Rotation = Vector3.new(118.619995, -87.6999969, 141.429993)
  4262. Part298.Anchored = true
  4263. Part298.Size = Vector3.new(41.030014, 1.2099942, 32.4400177)
  4264. Part298.CFrame = CFrame.new(23.1954422, 150.713394, -270.7453, -0.0313490666, -0.0249944571, -0.999195933, 0.387224853, 0.921313286, -0.0351951644, 0.921452165, -0.38801682, -0.019203838)
  4265. Part298.BottomSurface = Enum.SurfaceType.Smooth
  4266. Part298.TopSurface = Enum.SurfaceType.Smooth
  4267. Part298.Color = Color3.new(0.431373, 0.6, 0.792157)
  4268. Part298.Position = Vector3.new(23.1954422, 150.713394, -270.7453)
  4269. Part298.Orientation = Vector3.new(2.01999998, -91.0999985, 22.7999992)
  4270. Part298.Color = Color3.new(0.431373, 0.6, 0.792157)
  4271. Part299.Parent = Model0
  4272. Part299.Material = Enum.Material.Slate
  4273. Part299.BrickColor = BrickColor.new("Linen")
  4274. Part299.Rotation = Vector3.new(118.619995, -87.6999969, 141.429993)
  4275. Part299.Anchored = true
  4276. Part299.Size = Vector3.new(40.5800171, 19.5699959, 32.1500244)
  4277. Part299.CFrame = CFrame.new(23.5919266, 141.625336, -266.912659, -0.0313490666, -0.0249944571, -0.999195933, 0.387224853, 0.921313286, -0.0351951644, 0.921452165, -0.38801682, -0.019203838)
  4278. Part299.BottomSurface = Enum.SurfaceType.Smooth
  4279. Part299.TopSurface = Enum.SurfaceType.Smooth
  4280. Part299.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4281. Part299.Position = Vector3.new(23.5919266, 141.625336, -266.912659)
  4282. Part299.Orientation = Vector3.new(2.01999998, -91.0999985, 22.7999992)
  4283. Part299.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4284. Part300.Parent = Model0
  4285. Part300.Material = Enum.Material.Slate
  4286. Part300.BrickColor = BrickColor.new("Linen")
  4287. Part300.Rotation = Vector3.new(-133.37999, -85.1199951, -110.470001)
  4288. Part300.Anchored = true
  4289. Part300.Size = Vector3.new(17.5800171, 154.569992, 14.1500244)
  4290. Part300.CFrame = CFrame.new(13.9601517, 74.8192291, -237.100815, -0.0297301076, 0.079627037, -0.996381283, 0.390192837, 0.918658614, 0.0617731251, 0.920253038, -0.386944354, -0.0583817177)
  4291. Part300.BottomSurface = Enum.SurfaceType.Smooth
  4292. Part300.TopSurface = Enum.SurfaceType.Smooth
  4293. Part300.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4294. Part300.Position = Vector3.new(13.9601517, 74.8192291, -237.100815)
  4295. Part300.Orientation = Vector3.new(-3.53999996, -93.3499985, 23.0100002)
  4296. Part300.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4297. Part301.Parent = Model0
  4298. Part301.Material = Enum.Material.Slate
  4299. Part301.BrickColor = BrickColor.new("Linen")
  4300. Part301.Rotation = Vector3.new(-133.37999, -85.1199951, -110.470001)
  4301. Part301.Anchored = true
  4302. Part301.Size = Vector3.new(25.5800171, 51.0099907, 19.1500244)
  4303. Part301.CFrame = CFrame.new(8.69658947, 19.1383057, -214.748459, -0.0297301076, 0.079627037, -0.996381283, 0.390192837, 0.918658614, 0.0617731251, 0.920253038, -0.386944354, -0.0583817177)
  4304. Part301.BottomSurface = Enum.SurfaceType.Smooth
  4305. Part301.TopSurface = Enum.SurfaceType.Smooth
  4306. Part301.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4307. Part301.Position = Vector3.new(8.69658947, 19.1383057, -214.748459)
  4308. Part301.Orientation = Vector3.new(-3.53999996, -93.3499985, 23.0100002)
  4309. Part301.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4310. Part302.Parent = Model0
  4311. Part302.Material = Enum.Material.Grass
  4312. Part302.BrickColor = BrickColor.new("Medium blue")
  4313. Part302.Rotation = Vector3.new(137.619995, -87.6999969, 141.429993)
  4314. Part302.Anchored = true
  4315. Part302.Size = Vector3.new(41.030014, 1.2099942, 32.4400177)
  4316. Part302.CFrame = CFrame.new(156.895447, 152.935532, -195.423416, -0.0313490666, -0.0249944571, -0.999195933, 0.0661328435, 0.997444749, -0.0270255245, 0.997318268, -0.0669268668, -0.0296160094)
  4317. Part302.BottomSurface = Enum.SurfaceType.Smooth
  4318. Part302.TopSurface = Enum.SurfaceType.Smooth
  4319. Part302.Color = Color3.new(0.431373, 0.6, 0.792157)
  4320. Part302.Position = Vector3.new(156.895447, 152.935532, -195.423416)
  4321. Part302.Orientation = Vector3.new(1.54999995, -91.6999969, 3.78999996)
  4322. Part302.Color = Color3.new(0.431373, 0.6, 0.792157)
  4323. Part303.Parent = Model0
  4324. Part303.Material = Enum.Material.Slate
  4325. Part303.BrickColor = BrickColor.new("Linen")
  4326. Part303.Rotation = Vector3.new(137.619995, -87.6999969, 141.429993)
  4327. Part303.Anchored = true
  4328. Part303.Size = Vector3.new(40.5800171, 19.5699959, 32.1500244)
  4329. Part303.CFrame = CFrame.new(157.291916, 143.094849, -194.758377, -0.0313490666, -0.0249944571, -0.999195933, 0.0661328435, 0.997444749, -0.0270255245, 0.997318268, -0.0669268668, -0.0296160094)
  4330. Part303.BottomSurface = Enum.SurfaceType.Smooth
  4331. Part303.TopSurface = Enum.SurfaceType.Smooth
  4332. Part303.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4333. Part303.Position = Vector3.new(157.291916, 143.094849, -194.758377)
  4334. Part303.Orientation = Vector3.new(1.54999995, -91.6999969, 3.78999996)
  4335. Part303.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4336. Part304.Parent = Model0
  4337. Part304.Material = Enum.Material.Slate
  4338. Part304.BrickColor = BrickColor.new("Linen")
  4339. Part304.Rotation = Vector3.new(-114.379997, -85.1199951, -110.470001)
  4340. Part304.Anchored = true
  4341. Part304.Size = Vector3.new(17.5800171, 154.569992, 14.1500244)
  4342. Part304.CFrame = CFrame.new(147.660141, 70.2226486, -188.320679, -0.0297301076, 0.079627037, -0.996381283, 0.0693295598, 0.994585514, 0.0774148703, 0.997150779, -0.0667771399, -0.0350896418)
  4343. Part304.BottomSurface = Enum.SurfaceType.Smooth
  4344. Part304.TopSurface = Enum.SurfaceType.Smooth
  4345. Part304.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4346. Part304.Position = Vector3.new(147.660141, 70.2226486, -188.320679)
  4347. Part304.Orientation = Vector3.new(-4.44000006, -92.0199966, 3.99000001)
  4348. Part304.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4349. Part305.Parent = Model0
  4350. Part305.Material = Enum.Material.Slate
  4351. Part305.BrickColor = BrickColor.new("Linen")
  4352. Part305.Rotation = Vector3.new(-114.379997, -85.1199951, -110.470001)
  4353. Part305.Anchored = true
  4354. Part305.Size = Vector3.new(25.5800171, 42.5699921, 19.1500244)
  4355. Part305.CFrame = CFrame.new(142.732605, 14.495224, -185.59584, -0.0297301076, 0.079627037, -0.996381283, 0.0693295598, 0.994585514, 0.0774148703, 0.997150779, -0.0667771399, -0.0350896418)
  4356. Part305.BottomSurface = Enum.SurfaceType.Smooth
  4357. Part305.TopSurface = Enum.SurfaceType.Smooth
  4358. Part305.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4359. Part305.Position = Vector3.new(142.732605, 14.495224, -185.59584)
  4360. Part305.Orientation = Vector3.new(-4.44000006, -92.0199966, 3.99000001)
  4361. Part305.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4362. Part306.Parent = Model0
  4363. Part306.Material = Enum.Material.Grass
  4364. Part306.BrickColor = BrickColor.new("Medium blue")
  4365. Part306.Rotation = Vector3.new(137.619995, -87.6999969, 141.429993)
  4366. Part306.Anchored = true
  4367. Part306.Size = Vector3.new(41.030014, 1.2099942, 32.4400177)
  4368. Part306.CFrame = CFrame.new(-233.104553, 152.935532, -195.423416, -0.0313490666, -0.0249944571, -0.999195933, 0.0661327541, 0.997444749, -0.0270255208, 0.997318208, -0.0669268072, -0.0296160113)
  4369. Part306.BottomSurface = Enum.SurfaceType.Smooth
  4370. Part306.TopSurface = Enum.SurfaceType.Smooth
  4371. Part306.Color = Color3.new(0.431373, 0.6, 0.792157)
  4372. Part306.Position = Vector3.new(-233.104553, 152.935532, -195.423416)
  4373. Part306.Orientation = Vector3.new(1.54999995, -91.6999969, 3.78999996)
  4374. Part306.Color = Color3.new(0.431373, 0.6, 0.792157)
  4375. Part307.Parent = Model0
  4376. Part307.Material = Enum.Material.Slate
  4377. Part307.BrickColor = BrickColor.new("Linen")
  4378. Part307.Rotation = Vector3.new(137.619995, -87.6999969, 141.429993)
  4379. Part307.Anchored = true
  4380. Part307.Size = Vector3.new(40.5800171, 19.5699959, 32.1500244)
  4381. Part307.CFrame = CFrame.new(-232.708084, 143.094849, -194.758377, -0.0313490666, -0.0249944571, -0.999195933, 0.0661327541, 0.997444749, -0.0270255208, 0.997318208, -0.0669268072, -0.0296160113)
  4382. Part307.BottomSurface = Enum.SurfaceType.Smooth
  4383. Part307.TopSurface = Enum.SurfaceType.Smooth
  4384. Part307.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4385. Part307.Position = Vector3.new(-232.708084, 143.094849, -194.758377)
  4386. Part307.Orientation = Vector3.new(1.54999995, -91.6999969, 3.78999996)
  4387. Part307.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4388. Part308.Parent = Model0
  4389. Part308.Material = Enum.Material.Slate
  4390. Part308.BrickColor = BrickColor.new("Linen")
  4391. Part308.Rotation = Vector3.new(-114.379997, -85.1199951, -110.470001)
  4392. Part308.Anchored = true
  4393. Part308.Size = Vector3.new(17.5800171, 154.569992, 14.1500244)
  4394. Part308.CFrame = CFrame.new(-242.339859, 70.2226486, -188.320679, -0.0297301076, 0.079627037, -0.996381283, 0.0693295002, 0.994585454, 0.0774148628, 0.99715066, -0.0667770505, -0.0350896344)
  4395. Part308.BottomSurface = Enum.SurfaceType.Smooth
  4396. Part308.TopSurface = Enum.SurfaceType.Smooth
  4397. Part308.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4398. Part308.Position = Vector3.new(-242.339859, 70.2226486, -188.320679)
  4399. Part308.Orientation = Vector3.new(-4.44000006, -92.0199966, 3.99000001)
  4400. Part308.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4401. Part309.Parent = Model0
  4402. Part309.Material = Enum.Material.Slate
  4403. Part309.BrickColor = BrickColor.new("Linen")
  4404. Part309.Rotation = Vector3.new(-114.379997, -85.1199951, -110.470001)
  4405. Part309.Anchored = true
  4406. Part309.Size = Vector3.new(25.5800171, 42.5699921, 19.1500244)
  4407. Part309.CFrame = CFrame.new(-247.267395, 14.495224, -185.59584, -0.0297301076, 0.079627037, -0.996381283, 0.0693295002, 0.994585454, 0.0774148628, 0.99715066, -0.0667770505, -0.0350896344)
  4408. Part309.BottomSurface = Enum.SurfaceType.Smooth
  4409. Part309.TopSurface = Enum.SurfaceType.Smooth
  4410. Part309.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4411. Part309.Position = Vector3.new(-247.267395, 14.495224, -185.59584)
  4412. Part309.Orientation = Vector3.new(-4.44000006, -92.0199966, 3.99000001)
  4413. Part309.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4414. Part310.Parent = Model0
  4415. Part310.Material = Enum.Material.Grass
  4416. Part310.BrickColor = BrickColor.new("Medium blue")
  4417. Part310.Rotation = Vector3.new(164.619995, -87.6999969, 141.429993)
  4418. Part310.Anchored = true
  4419. Part310.Size = Vector3.new(41.030014, 1.2099942, 32.4400177)
  4420. Part310.CFrame = CFrame.new(-233.104538, 145.041458, 133.615356, -0.0313490666, -0.0249944571, -0.999195933, -0.3938483, 0.919113934, -0.0106345266, 0.918640673, 0.393198252, -0.0386573896)
  4421. Part310.BottomSurface = Enum.SurfaceType.Smooth
  4422. Part310.TopSurface = Enum.SurfaceType.Smooth
  4423. Part310.Color = Color3.new(0.431373, 0.6, 0.792157)
  4424. Part310.Position = Vector3.new(-233.104538, 145.041458, 133.615356)
  4425. Part310.Orientation = Vector3.new(0.610000014, -92.2200012, -23.1999989)
  4426. Part310.Color = Color3.new(0.431373, 0.6, 0.792157)
  4427. Part311.Parent = Model0
  4428. Part311.Material = Enum.Material.Slate
  4429. Part311.BrickColor = BrickColor.new("Linen")
  4430. Part311.Rotation = Vector3.new(164.619995, -87.6999969, 141.429993)
  4431. Part311.Anchored = true
  4432. Part311.Size = Vector3.new(40.5800171, 19.5699959, 32.1500244)
  4433. Part311.CFrame = CFrame.new(-232.708084, 135.97142, 129.740341, -0.0313490666, -0.0249944571, -0.999195933, -0.3938483, 0.919113934, -0.0106345266, 0.918640673, 0.393198252, -0.0386573896)
  4434. Part311.BottomSurface = Enum.SurfaceType.Smooth
  4435. Part311.TopSurface = Enum.SurfaceType.Smooth
  4436. Part311.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4437. Part311.Position = Vector3.new(-232.708084, 135.97142, 129.740341)
  4438. Part311.Orientation = Vector3.new(0.610000014, -92.2200012, -23.1999989)
  4439. Part311.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4440. Part312.Parent = Model0
  4441. Part312.Material = Enum.Material.Slate
  4442. Part312.BrickColor = BrickColor.new("Linen")
  4443. Part312.Rotation = Vector3.new(-87.3799973, -85.1199951, -110.470001)
  4444. Part312.Anchored = true
  4445. Part312.Size = Vector3.new(17.5800171, 154.569992, 14.1500244)
  4446. Part312.CFrame = CFrame.new(-242.339874, 68.1191635, 102.393082, -0.0297301076, 0.079627037, -0.996381283, -0.390923917, 0.916498303, 0.0849075094, 0.919942677, 0.392033577, 0.00388051942)
  4447. Part312.BottomSurface = Enum.SurfaceType.Smooth
  4448. Part312.TopSurface = Enum.SurfaceType.Smooth
  4449. Part312.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4450. Part312.Position = Vector3.new(-242.339874, 68.1191635, 102.393082)
  4451. Part312.Orientation = Vector3.new(-4.86999989, -89.7799988, -23.1000004)
  4452. Part312.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4453. Part313.Parent = Model0
  4454. Part313.Material = Enum.Material.Slate
  4455. Part313.BrickColor = BrickColor.new("Linen")
  4456. Part313.Rotation = Vector3.new(-87.3799973, -85.1199951, -110.470001)
  4457. Part313.Anchored = true
  4458. Part313.Size = Vector3.new(25.5800171, 42.5699921, 19.1500244)
  4459. Part313.CFrame = CFrame.new(-247.26741, 17.2286263, 79.5212173, -0.0297301076, 0.079627037, -0.996381283, -0.390923917, 0.916498303, 0.0849075094, 0.919942677, 0.392033577, 0.00388051942)
  4460. Part313.BottomSurface = Enum.SurfaceType.Smooth
  4461. Part313.TopSurface = Enum.SurfaceType.Smooth
  4462. Part313.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4463. Part313.Position = Vector3.new(-247.26741, 17.2286263, 79.5212173)
  4464. Part313.Orientation = Vector3.new(-4.86999989, -89.7799988, -23.1000004)
  4465. Part313.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4466. Part314.Parent = Model0
  4467. Part314.Material = Enum.Material.Concrete
  4468. Part314.BrickColor = BrickColor.new("Sand blue")
  4469. Part314.Rotation = Vector3.new(0, -68, 0)
  4470. Part314.Anchored = true
  4471. Part314.Size = Vector3.new(36.7572327, 64.5848923, 15.0410242)
  4472. Part314.CFrame = CFrame.new(-53.635479, 230.427017, 555.383423, 0.374608994, 0, -0.927182972, 0, 1, 0, 0.927182972, 0, 0.374608994)
  4473. Part314.BottomSurface = Enum.SurfaceType.Smooth
  4474. Part314.TopSurface = Enum.SurfaceType.Smooth
  4475. Part314.Color = Color3.new(0.454902, 0.52549, 0.615686)
  4476. Part314.Position = Vector3.new(-53.635479, 230.427017, 555.383423)
  4477. Part314.Orientation = Vector3.new(0, -68, 0)
  4478. Part314.Color = Color3.new(0.454902, 0.52549, 0.615686)
  4479. Part315.Parent = Model0
  4480. Part315.Material = Enum.Material.Concrete
  4481. Part315.BrickColor = BrickColor.new("Sand blue")
  4482. Part315.Rotation = Vector3.new(-180, -64, -180)
  4483. Part315.Anchored = true
  4484. Part315.Size = Vector3.new(36.7572327, 64.5848923, 15.0410242)
  4485. Part315.CFrame = CFrame.new(-198.435928, 230.427017, 550.326843, -0.438369066, 0, -0.898795128, 0, 1, 0, 0.898795128, 0, -0.438369066)
  4486. Part315.BottomSurface = Enum.SurfaceType.Smooth
  4487. Part315.TopSurface = Enum.SurfaceType.Smooth
  4488. Part315.Color = Color3.new(0.454902, 0.52549, 0.615686)
  4489. Part315.Position = Vector3.new(-198.435928, 230.427017, 550.326843)
  4490. Part315.Orientation = Vector3.new(0, -116, 0)
  4491. Part315.Color = Color3.new(0.454902, 0.52549, 0.615686)
  4492. Part316.Parent = Model0
  4493. Part316.Material = Enum.Material.Concrete
  4494. Part316.BrickColor = BrickColor.new("Sand blue")
  4495. Part316.Rotation = Vector3.new(-180, -88, -180)
  4496. Part316.Anchored = true
  4497. Part316.Size = Vector3.new(36.7572327, 64.5848923, 15.0410242)
  4498. Part316.CFrame = CFrame.new(-47.9094658, 230.427017, 587.857483, -0.0348949991, 0, -0.999391019, 0, 1, 0, 0.999391019, 0, -0.0348949991)
  4499. Part316.BottomSurface = Enum.SurfaceType.Smooth
  4500. Part316.TopSurface = Enum.SurfaceType.Smooth
  4501. Part316.Color = Color3.new(0.454902, 0.52549, 0.615686)
  4502. Part316.Position = Vector3.new(-47.9094658, 230.427017, 587.857483)
  4503. Part316.Orientation = Vector3.new(0, -92, 0)
  4504. Part316.Color = Color3.new(0.454902, 0.52549, 0.615686)
  4505. Part317.Parent = Model0
  4506. Part317.Material = Enum.Material.Concrete
  4507. Part317.BrickColor = BrickColor.new("Sand blue")
  4508. Part317.Rotation = Vector3.new(-180, -6, -180)
  4509. Part317.Anchored = true
  4510. Part317.Size = Vector3.new(36.7572327, 64.5848923, 15.0410242)
  4511. Part317.CFrame = CFrame.new(-135.450592, 230.427017, 506.223938, -0.994521976, 0, -0.104528002, 0, 1, 0, 0.104528002, 0, -0.994521976)
  4512. Part317.BottomSurface = Enum.SurfaceType.Smooth
  4513. Part317.TopSurface = Enum.SurfaceType.Smooth
  4514. Part317.Color = Color3.new(0.454902, 0.52549, 0.615686)
  4515. Part317.Position = Vector3.new(-135.450592, 230.427017, 506.223938)
  4516. Part317.Orientation = Vector3.new(0, -174, 0)
  4517. Part317.Color = Color3.new(0.454902, 0.52549, 0.615686)
  4518. Model318.Parent = Model0
  4519. Part319.Parent = Model0
  4520. Part319.Material = Enum.Material.Concrete
  4521. Part319.BrickColor = BrickColor.new("Sand blue")
  4522. Part319.Rotation = Vector3.new(-180, -88, -180)
  4523. Part319.Anchored = true
  4524. Part319.Size = Vector3.new(36.7572327, 64.5848923, 15.0410242)
  4525. Part319.CFrame = CFrame.new(-206.413406, 230.427017, 582.322388, -0.0348949991, 0, -0.999391019, 0, 1, 0, 0.999391019, 0, -0.0348949991)
  4526. Part319.BottomSurface = Enum.SurfaceType.Smooth
  4527. Part319.TopSurface = Enum.SurfaceType.Smooth
  4528. Part319.Color = Color3.new(0.454902, 0.52549, 0.615686)
  4529. Part319.Position = Vector3.new(-206.413406, 230.427017, 582.322388)
  4530. Part319.Orientation = Vector3.new(0, -92, 0)
  4531. Part319.Color = Color3.new(0.454902, 0.52549, 0.615686)
  4532. Part320.Parent = Model0
  4533. Part320.Material = Enum.Material.Concrete
  4534. Part320.BrickColor = BrickColor.new("Sand blue")
  4535. Part320.Rotation = Vector3.new(0, -68, 0)
  4536. Part320.Anchored = true
  4537. Part320.Size = Vector3.new(36.7572327, 64.5848923, 15.0410242)
  4538. Part320.CFrame = CFrame.new(-200.687393, 230.427017, 614.796326, 0.374608994, 0, -0.927182972, 0, 1, 0, 0.927182972, 0, 0.374608994)
  4539. Part320.BottomSurface = Enum.SurfaceType.Smooth
  4540. Part320.TopSurface = Enum.SurfaceType.Smooth
  4541. Part320.Color = Color3.new(0.454902, 0.52549, 0.615686)
  4542. Part320.Position = Vector3.new(-200.687393, 230.427017, 614.796326)
  4543. Part320.Orientation = Vector3.new(0, -68, 0)
  4544. Part320.Color = Color3.new(0.454902, 0.52549, 0.615686)
  4545. Part321.Parent = Model0
  4546. Part321.Material = Enum.Material.Concrete
  4547. Part321.BrickColor = BrickColor.new("Sand blue")
  4548. Part321.Rotation = Vector3.new(-180, -6, -180)
  4549. Part321.Anchored = true
  4550. Part321.Size = Vector3.new(36.7572327, 64.5848923, 15.0410242)
  4551. Part321.CFrame = CFrame.new(-118.872269, 230.427017, 663.955933, -0.994521976, 0, -0.104528002, 0, 1, 0, 0.104528002, 0, -0.994521976)
  4552. Part321.BottomSurface = Enum.SurfaceType.Smooth
  4553. Part321.TopSurface = Enum.SurfaceType.Smooth
  4554. Part321.Color = Color3.new(0.454902, 0.52549, 0.615686)
  4555. Part321.Position = Vector3.new(-118.872269, 230.427017, 663.955933)
  4556. Part321.Orientation = Vector3.new(0, -174, 0)
  4557. Part321.Color = Color3.new(0.454902, 0.52549, 0.615686)
  4558. Part322.Parent = Model0
  4559. Part322.Material = Enum.Material.Concrete
  4560. Part322.BrickColor = BrickColor.new("Sand blue")
  4561. Part322.Rotation = Vector3.new(-180, -64, -180)
  4562. Part322.Anchored = true
  4563. Part322.Size = Vector3.new(36.7572327, 64.5848923, 15.0410242)
  4564. Part322.CFrame = CFrame.new(-55.886776, 230.427017, 619.852966, -0.438369066, 0, -0.898795128, 0, 1, 0, 0.898795128, 0, -0.438369066)
  4565. Part322.BottomSurface = Enum.SurfaceType.Smooth
  4566. Part322.TopSurface = Enum.SurfaceType.Smooth
  4567. Part322.Color = Color3.new(0.454902, 0.52549, 0.615686)
  4568. Part322.Position = Vector3.new(-55.886776, 230.427017, 619.852966)
  4569. Part322.Orientation = Vector3.new(0, -116, 0)
  4570. Part322.Color = Color3.new(0.454902, 0.52549, 0.615686)
  4571. Part323.Parent = Model0
  4572. Part323.Material = Enum.Material.Concrete
  4573. Part323.BrickColor = BrickColor.new("Medium blue")
  4574. Part323.Rotation = Vector3.new(0, 2.83999991, 0)
  4575. Part323.Anchored = true
  4576. Part323.Size = Vector3.new(18.5600147, 35.8799934, 18.9100227)
  4577. Part323.CFrame = CFrame.new(49.8927498, 79.1699448, -29.4250774, 0.998770356, 0, 0.049576018, 0, 1, 0, -0.049576018, 0, 0.998770356)
  4578. Part323.BottomSurface = Enum.SurfaceType.Smooth
  4579. Part323.TopSurface = Enum.SurfaceType.Smooth
  4580. Part323.Color = Color3.new(0.431373, 0.6, 0.792157)
  4581. Part323.Position = Vector3.new(49.8927498, 79.1699448, -29.4250774)
  4582. Part323.Orientation = Vector3.new(0, 2.83999991, 0)
  4583. Part323.Color = Color3.new(0.431373, 0.6, 0.792157)
  4584. Part324.Parent = Model0
  4585. Part324.Material = Enum.Material.Concrete
  4586. Part324.BrickColor = BrickColor.new("Medium blue")
  4587. Part324.Rotation = Vector3.new(0, 2.83999991, 0)
  4588. Part324.Anchored = true
  4589. Part324.Size = Vector3.new(18.5600147, 35.8499947, 18.9100227)
  4590. Part324.CFrame = CFrame.new(31.8827553, 79.1549454, -28.6050797, 0.998770356, 0, 0.049576018, 0, 1, 0, -0.049576018, 0, 0.998770356)
  4591. Part324.BottomSurface = Enum.SurfaceType.Smooth
  4592. Part324.TopSurface = Enum.SurfaceType.Smooth
  4593. Part324.Color = Color3.new(0.431373, 0.6, 0.792157)
  4594. Part324.Position = Vector3.new(31.8827553, 79.1549454, -28.6050797)
  4595. Part324.Orientation = Vector3.new(0, 2.83999991, 0)
  4596. Part324.Color = Color3.new(0.431373, 0.6, 0.792157)
  4597. Part325.Parent = Model0
  4598. Part325.Material = Enum.Material.Concrete
  4599. Part325.BrickColor = BrickColor.new("Medium blue")
  4600. Part325.Rotation = Vector3.new(-3.12999988, 2.83999991, 0.159999996)
  4601. Part325.Anchored = true
  4602. Part325.Size = Vector3.new(36.320015, 37.6899948, 18.9100227)
  4603. Part325.CFrame = CFrame.new(40.7518349, 116.084961, -29.0453148, 0.998770356, -0.00270725368, 0.0495020486, 0, 0.998507857, 0.0546081327, -0.049576018, -0.0545409806, 0.997280121)
  4604. Part325.BottomSurface = Enum.SurfaceType.Smooth
  4605. Part325.TopSurface = Enum.SurfaceType.Smooth
  4606. Part325.Color = Color3.new(0.431373, 0.6, 0.792157)
  4607. Part325.Position = Vector3.new(40.7518349, 116.084961, -29.0453148)
  4608. Part325.Orientation = Vector3.new(-3.12999988, 2.83999991, 0)
  4609. Part325.Color = Color3.new(0.431373, 0.6, 0.792157)
  4610. Part326.Parent = Model0
  4611. Part326.Material = Enum.Material.Concrete
  4612. Part326.BrickColor = BrickColor.new("Medium blue")
  4613. Part326.Rotation = Vector3.new(64.3699951, 12.0699997, -52.9699974)
  4614. Part326.Anchored = true
  4615. Part326.Size = Vector3.new(18.5600147, 35.8799934, 18.9100227)
  4616. Part326.CFrame = CFrame.new(53.2427711, 118.679939, -50.885067, 0.588902891, 0.780666947, 0.209171087, -0.231751934, 0.411055177, -0.881660283, -0.774263799, 0.470736444, 0.422992676)
  4617. Part326.BottomSurface = Enum.SurfaceType.Smooth
  4618. Part326.TopSurface = Enum.SurfaceType.Smooth
  4619. Part326.Color = Color3.new(0.431373, 0.6, 0.792157)
  4620. Part326.Position = Vector3.new(53.2427711, 118.679939, -50.885067)
  4621. Part326.Orientation = Vector3.new(61.8400002, 26.3099995, -29.4099998)
  4622. Part326.Color = Color3.new(0.431373, 0.6, 0.792157)
  4623. Part327.Parent = Model0
  4624. Part327.Material = Enum.Material.Concrete
  4625. Part327.BrickColor = BrickColor.new("Medium blue")
  4626. Part327.Rotation = Vector3.new(58.0399971, 5.78999996, 45.5900002)
  4627. Part327.Anchored = true
  4628. Part327.Size = Vector3.new(18.5600147, 35.8799934, 18.9100227)
  4629. Part327.CFrame = CFrame.new(27.7827721, 117.009903, -47.885067, 0.696207345, -0.710714102, 0.10090068, 0.438024193, 0.309246093, -0.84409821, 0.568709314, 0.63186425, 0.526609361)
  4630. Part327.BottomSurface = Enum.SurfaceType.Smooth
  4631. Part327.TopSurface = Enum.SurfaceType.Smooth
  4632. Part327.Color = Color3.new(0.431373, 0.6, 0.792157)
  4633. Part327.Position = Vector3.new(27.7827721, 117.009903, -47.885067)
  4634. Part327.Orientation = Vector3.new(57.579998, 10.8499994, 54.7799988)
  4635. Part327.Color = Color3.new(0.431373, 0.6, 0.792157)
  4636. Part328.Parent = Model0
  4637. Part328.Material = Enum.Material.Concrete
  4638. Part328.BrickColor = BrickColor.new("Medium blue")
  4639. Part328.Rotation = Vector3.new(-14.8599997, 2.75, 0.729999959)
  4640. Part328.Anchored = true
  4641. Part328.Size = Vector3.new(16.3900146, 17.0399971, 18.9100227)
  4642. Part328.CFrame = CFrame.new(40.7429161, 143.274994, -33.6350212, 0.998770356, -0.0126969079, 0.0479225442, 0, 0.966647744, 0.256109864, -0.049576018, -0.255794942, 0.965459049)
  4643. Part328.BottomSurface = Enum.SurfaceType.Smooth
  4644. Part328.TopSurface = Enum.SurfaceType.Smooth
  4645. Part328.Color = Color3.new(0.431373, 0.6, 0.792157)
  4646. Part328.Position = Vector3.new(40.7429161, 143.274994, -33.6350212)
  4647. Part328.Orientation = Vector3.new(-14.8399992, 2.83999991, 0)
  4648. Part328.Color = Color3.new(0.431373, 0.6, 0.792157)
  4649. Part329.Parent = Model0
  4650. Part329.Material = Enum.Material.Grass
  4651. Part329.BrickColor = BrickColor.new("Medium blue")
  4652. Part329.Rotation = Vector3.new(2.33999991, -6.78999996, 19.0799999)
  4653. Part329.Anchored = true
  4654. Part329.Size = Vector3.new(99.8400116, 1.2099942, 44.6800232)
  4655. Part329.CFrame = CFrame.new(-195.356812, 28.4509869, 184.070404, 0.938441515, -0.324569464, -0.11824701, 0.322023183, 0.945861936, -0.0405760184, 0.12501508, -5.96118426e-08, 0.992154896)
  4656. Part329.BottomSurface = Enum.SurfaceType.Smooth
  4657. Part329.TopSurface = Enum.SurfaceType.Smooth
  4658. Part329.Color = Color3.new(0.431373, 0.6, 0.792157)
  4659. Part329.Position = Vector3.new(-195.356812, 28.4509869, 184.070404)
  4660. Part329.Orientation = Vector3.new(2.32999992, -6.79999971, 18.7999992)
  4661. Part329.Color = Color3.new(0.431373, 0.6, 0.792157)
  4662. Part330.Parent = Model0
  4663. Part330.Material = Enum.Material.Slate
  4664. Part330.BrickColor = BrickColor.new("Linen")
  4665. Part330.Rotation = Vector3.new(2.33999991, -6.78999996, 19.0799999)
  4666. Part330.Anchored = true
  4667. Part330.Size = Vector3.new(97.320015, 51.5699959, 44.0900269)
  4668. Part330.CFrame = CFrame.new(-185.988953, 4.31483746, 184.199799, 0.938441515, -0.324569464, -0.11824701, 0.322023183, 0.945861936, -0.0405760184, 0.12501508, -5.96118426e-08, 0.992154896)
  4669. Part330.BottomSurface = Enum.SurfaceType.Smooth
  4670. Part330.TopSurface = Enum.SurfaceType.Smooth
  4671. Part330.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4672. Part330.Position = Vector3.new(-185.988953, 4.31483746, 184.199799)
  4673. Part330.Orientation = Vector3.new(2.32999992, -6.79999971, 18.7999992)
  4674. Part330.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4675. Part331.Parent = Model0
  4676. Part331.Material = Enum.Material.Slate
  4677. Part331.BrickColor = BrickColor.new("Linen")
  4678. Part331.Anchored = true
  4679. Part331.Size = Vector3.new(78.1700134, 19.859993, 13.600029)
  4680. Part331.CFrame = CFrame.new(-77.1403275, 50.6845856, 257.434998, 1, -1.99637573e-09, -1.93715096e-07, 1.99637729e-09, 1, 7.45058149e-09, 1.93715096e-07, -7.45058149e-09, 1)
  4681. Part331.BottomSurface = Enum.SurfaceType.Smooth
  4682. Part331.TopSurface = Enum.SurfaceType.Smooth
  4683. Part331.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4684. Part331.Position = Vector3.new(-77.1403275, 50.6845856, 257.434998)
  4685. Part331.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4686. Part332.Parent = Model0
  4687. Part332.Material = Enum.Material.Slate
  4688. Part332.BrickColor = BrickColor.new("Linen")
  4689. Part332.Anchored = true
  4690. Part332.Size = Vector3.new(76.0100098, 17.7999935, 20.0700283)
  4691. Part332.CFrame = CFrame.new(-76.0603256, 49.6545868, 254.199997, 1, -1.99637573e-09, -1.93715096e-07, 1.99637729e-09, 1, 7.45058149e-09, 1.93715096e-07, -7.45058149e-09, 1)
  4692. Part332.BottomSurface = Enum.SurfaceType.Smooth
  4693. Part332.TopSurface = Enum.SurfaceType.Smooth
  4694. Part332.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4695. Part332.Position = Vector3.new(-76.0603256, 49.6545868, 254.199997)
  4696. Part332.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4697. Part333.Parent = Model0
  4698. Part333.Material = Enum.Material.Slate
  4699. Part333.BrickColor = BrickColor.new("Linen")
  4700. Part333.Anchored = true
  4701. Part333.Size = Vector3.new(70.4200134, 16.4799938, 25.0300293)
  4702. Part333.CFrame = CFrame.new(-76.0603256, 48.9945869, 251.720001, 1, -1.99637573e-09, -1.93715096e-07, 1.99637729e-09, 1, 7.45058149e-09, 1.93715096e-07, -7.45058149e-09, 1)
  4703. Part333.BottomSurface = Enum.SurfaceType.Smooth
  4704. Part333.TopSurface = Enum.SurfaceType.Smooth
  4705. Part333.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4706. Part333.Position = Vector3.new(-76.0603256, 48.9945869, 251.720001)
  4707. Part333.Color = Color3.new(0.686275, 0.580392, 0.513726)
  4708. Part334.Parent = Model0
  4709. Part334.Material = Enum.Material.Grass
  4710. Part334.BrickColor = BrickColor.new("Medium blue")
  4711. Part334.Rotation = Vector3.new(-180, -89.9399948, -180)
  4712. Part334.Anchored = true
  4713. Part334.Size = Vector3.new(208.030029, 1.2099942, 199.680023)
  4714. Part334.CFrame = CFrame.new(-292.250061, 12.7595959, -37.2796288, -0.0010600005, 0, -0.999999464, 0, 1, 0, 0.999999464, 0, -0.0010600005)
  4715. Part334.BottomSurface = Enum.SurfaceType.Smooth
  4716. Part334.TopSurface = Enum.SurfaceType.Smooth
  4717. Part334.Color = Color3.new(0.431373, 0.6, 0.792157)
  4718. Part334.Position = Vector3.new(-292.250061, 12.7595959, -37.2796288)
  4719. Part334.Orientation = Vector3.new(0, -90.0599976, 0)
  4720. Part334.Color = Color3.new(0.431373, 0.6, 0.792157)
  4721. Part335.Name = "SpawnPoint4"
  4722. Part335.Parent = Model0
  4723. Part335.Material = Enum.Material.Grass
  4724. Part335.BrickColor = BrickColor.new("Medium blue")
  4725. Part335.Transparency = 1
  4726. Part335.Rotation = Vector3.new(0, -90, 0)
  4727. Part335.Anchored = true
  4728. Part335.Size = Vector3.new(6.07001495, 24.8799973, 7.78002167)
  4729. Part335.CFrame = CFrame.new(105.249237, 171.794571, 279.63504, -4.37113883e-08, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-08)
  4730. Part335.BottomSurface = Enum.SurfaceType.Smooth
  4731. Part335.TopSurface = Enum.SurfaceType.Smooth
  4732. Part335.Color = Color3.new(0.431373, 0.6, 0.792157)
  4733. Part335.Position = Vector3.new(105.249237, 171.794571, 279.63504)
  4734. Part335.Orientation = Vector3.new(0, -90, 0)
  4735. Part335.Color = Color3.new(0.431373, 0.6, 0.792157)
  4736. Part336.Name = "SpawnPoint5"
  4737. Part336.Parent = Model0
  4738. Part336.Material = Enum.Material.Grass
  4739. Part336.BrickColor = BrickColor.new("Medium blue")
  4740. Part336.Transparency = 1
  4741. Part336.Rotation = Vector3.new(-180, -60, -180)
  4742. Part336.Anchored = true
  4743. Part336.Size = Vector3.new(6.07001495, 24.8799973, 7.78002167)
  4744. Part336.CFrame = CFrame.new(-54.5555344, 58.4145889, 34.3724632, -0.500000119, 0, -0.866025329, 0, 1, 0, 0.866025329, 0, -0.500000119)
  4745. Part336.BottomSurface = Enum.SurfaceType.Smooth
  4746. Part336.TopSurface = Enum.SurfaceType.Smooth
  4747. Part336.Color = Color3.new(0.431373, 0.6, 0.792157)
  4748. Part336.Position = Vector3.new(-54.5555344, 58.4145889, 34.3724632)
  4749. Part336.Orientation = Vector3.new(0, -120, 0)
  4750. Part336.Color = Color3.new(0.431373, 0.6, 0.792157)
  4751. Part337.Name = "SpawnPoint6"
  4752. Part337.Parent = Model0
  4753. Part337.Material = Enum.Material.Grass
  4754. Part337.BrickColor = BrickColor.new("Medium blue")
  4755. Part337.Transparency = 1
  4756. Part337.Rotation = Vector3.new(-180, -66, -180)
  4757. Part337.Anchored = true
  4758. Part337.Size = Vector3.new(6.07001495, 24.8799973, 7.78002167)
  4759. Part337.CFrame = CFrame.new(119.960732, 47.7845879, -128.750061, -0.406737417, 1.29356561e-08, -0.913545132, -7.59808994e-10, 1, 1.44981334e-08, 0.913545132, 6.59105481e-09, -0.406737417)
  4760. Part337.BottomSurface = Enum.SurfaceType.Smooth
  4761. Part337.TopSurface = Enum.SurfaceType.Smooth
  4762. Part337.Color = Color3.new(0.431373, 0.6, 0.792157)
  4763. Part337.Position = Vector3.new(119.960732, 47.7845879, -128.750061)
  4764. Part337.Orientation = Vector3.new(0, -114, 0)
  4765. Part337.Color = Color3.new(0.431373, 0.6, 0.792157)
  4766. Part338.Name = "SpawnPoint2"
  4767. Part338.Parent = Model0
  4768. Part338.Material = Enum.Material.Grass
  4769. Part338.BrickColor = BrickColor.new("Medium blue")
  4770. Part338.Transparency = 1
  4771. Part338.Rotation = Vector3.new(0, -90, 0)
  4772. Part338.Anchored = true
  4773. Part338.Size = Vector3.new(6.07001495, 24.8799973, 7.78002167)
  4774. Part338.CFrame = CFrame.new(171.420029, 213.759979, 478.670013, -1.56462193e-07, -2.76392953e-09, -1, 9.64862124e-07, 1, 2.42051101e-10, 1, -9.63560183e-07, -1.00582838e-07)
  4775. Part338.BottomSurface = Enum.SurfaceType.Smooth
  4776. Part338.TopSurface = Enum.SurfaceType.Smooth
  4777. Part338.Color = Color3.new(0.431373, 0.6, 0.792157)
  4778. Part338.Position = Vector3.new(171.420029, 213.759979, 478.670013)
  4779. Part338.Orientation = Vector3.new(0, -90, 0)
  4780. Part338.Color = Color3.new(0.431373, 0.6, 0.792157)
  4781. Part339.Name = "SpawnPoint7"
  4782. Part339.Parent = Model0
  4783. Part339.Material = Enum.Material.Grass
  4784. Part339.BrickColor = BrickColor.new("Medium blue")
  4785. Part339.Transparency = 1
  4786. Part339.Rotation = Vector3.new(-2.42999983, -72.8199997, -0.159999996)
  4787. Part339.Anchored = true
  4788. Part339.Size = Vector3.new(6.07001495, 24.8799973, 7.78002167)
  4789. Part339.CFrame = CFrame.new(-110.270889, 159.967529, 119.753387, 0.295352995, 0.000825490395, -0.955387771, 0.0377419107, 0.999208927, 0.0125310654, 0.954642415, -0.0397592448, 0.295088291)
  4790. Part339.BottomSurface = Enum.SurfaceType.Smooth
  4791. Part339.TopSurface = Enum.SurfaceType.Smooth
  4792. Part339.Color = Color3.new(0.431373, 0.6, 0.792157)
  4793. Part339.Position = Vector3.new(-110.270889, 159.967529, 119.753387)
  4794. Part339.Orientation = Vector3.new(-0.719999969, -72.8399963, 2.15999985)
  4795. Part339.Color = Color3.new(0.431373, 0.6, 0.792157)
  4796. Part340.Name = "SpawnPoint3"
  4797. Part340.Parent = Model0
  4798. Part340.Material = Enum.Material.Grass
  4799. Part340.BrickColor = BrickColor.new("Medium blue")
  4800. Part340.Transparency = 1
  4801. Part340.Rotation = Vector3.new(173.139999, -77.1899948, 176.099991)
  4802. Part340.Anchored = true
  4803. Part340.Size = Vector3.new(6.07001495, 24.8799973, 7.78002167)
  4804. Part340.CFrame = CFrame.new(226.299698, 164.771774, 84.9982758, -0.221260339, -0.015087815, -0.975097954, 0.0487161018, 0.998460948, -0.0265035238, 0.973997176, -0.0533671528, -0.220184743)
  4805. Part340.BottomSurface = Enum.SurfaceType.Smooth
  4806. Part340.TopSurface = Enum.SurfaceType.Smooth
  4807. Part340.Color = Color3.new(0.431373, 0.6, 0.792157)
  4808. Part340.Position = Vector3.new(226.299698, 164.771774, 84.9982758)
  4809. Part340.Orientation = Vector3.new(1.51999998, -102.720001, 2.78999996)
  4810. Part340.Color = Color3.new(0.431373, 0.6, 0.792157)
  4811. Part341.Name = "SpawnPoint1"
  4812. Part341.Parent = Model0
  4813. Part341.Material = Enum.Material.Grass
  4814. Part341.BrickColor = BrickColor.new("Medium blue")
  4815. Part341.Transparency = 1
  4816. Part341.Rotation = Vector3.new(180, -64, 180)
  4817. Part341.Anchored = true
  4818. Part341.Size = Vector3.new(6.07001495, 24.8799973, 7.78002167)
  4819. Part341.CFrame = CFrame.new(-299.691986, 93.844574, 236.882751, -0.438371599, -2.10234361e-07, -0.898793697, -3.35209478e-07, 1, -6.6192186e-08, 0.898793697, 2.71877809e-07, -0.438371539)
  4820. Part341.BottomSurface = Enum.SurfaceType.Smooth
  4821. Part341.TopSurface = Enum.SurfaceType.Smooth
  4822. Part341.Color = Color3.new(0.431373, 0.6, 0.792157)
  4823. Part341.Position = Vector3.new(-299.691986, 93.844574, 236.882751)
  4824. Part341.Orientation = Vector3.new(0, -116, 0)
  4825. Part341.Color = Color3.new(0.431373, 0.6, 0.792157)
  4826. Part342.Name = "SpawnPoint8"
  4827. Part342.Parent = Model0
  4828. Part342.Material = Enum.Material.Grass
  4829. Part342.BrickColor = BrickColor.new("Medium blue")
  4830. Part342.Transparency = 1
  4831. Part342.Rotation = Vector3.new(180, -79, 180)
  4832. Part342.Anchored = true
  4833. Part342.Size = Vector3.new(6.07001495, 24.8799973, 7.78002167)
  4834. Part342.CFrame = CFrame.new(-278.852112, 32.8045921, -78.8636703, -0.190808997, -1.37165088e-07, -0.981627107, -3.167128e-07, 1, -7.4303685e-08, 0.981627047, 2.96326448e-07, -0.190808967)
  4835. Part342.BottomSurface = Enum.SurfaceType.Smooth
  4836. Part342.TopSurface = Enum.SurfaceType.Smooth
  4837. Part342.Color = Color3.new(0.431373, 0.6, 0.792157)
  4838. Part342.Position = Vector3.new(-278.852112, 32.8045921, -78.8636703)
  4839. Part342.Orientation = Vector3.new(0, -101, 0)
  4840. Part342.Color = Color3.new(0.431373, 0.6, 0.792157)
  4841. Part343.Name = "SpawnPoint9"
  4842. Part343.Parent = Model0
  4843. Part343.Material = Enum.Material.Grass
  4844. Part343.BrickColor = BrickColor.new("Medium blue")
  4845. Part343.Transparency = 1
  4846. Part343.Rotation = Vector3.new(180, -79, 180)
  4847. Part343.Anchored = true
  4848. Part343.Size = Vector3.new(6.07001495, 24.8799973, 7.78002167)
  4849. Part343.CFrame = CFrame.new(80.7223816, 34.8046036, -283.603302, -0.190808997, -1.37165088e-07, -0.981627107, -3.167128e-07, 1, -7.4303685e-08, 0.981627047, 2.96326448e-07, -0.190808967)
  4850. Part343.BottomSurface = Enum.SurfaceType.Smooth
  4851. Part343.TopSurface = Enum.SurfaceType.Smooth
  4852. Part343.Color = Color3.new(0.431373, 0.6, 0.792157)
  4853. Part343.Position = Vector3.new(80.7223816, 34.8046036, -283.603302)
  4854. Part343.Orientation = Vector3.new(0, -101, 0)
  4855. Part343.Color = Color3.new(0.431373, 0.6, 0.792157)
  4856. Part344.Parent = Model0
  4857. Part344.Material = Enum.Material.Slate
  4858. Part344.BrickColor = BrickColor.new("Sand blue")
  4859. Part344.Anchored = true
  4860. Part344.Size = Vector3.new(719.959961, 20, 840.940002)
  4861. Part344.CFrame = CFrame.new(11.5, -10, 33, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  4862. Part344.BottomSurface = Enum.SurfaceType.Smooth
  4863. Part344.TopSurface = Enum.SurfaceType.Smooth
  4864. Part344.Color = Color3.new(0.454902, 0.52549, 0.615686)
  4865. Part344.Position = Vector3.new(11.5, -10, 33)
  4866. Part344.Color = Color3.new(0.454902, 0.52549, 0.615686)
  4867. Part345.Name = "EmitterSmoke"
  4868. Part345.Parent = Model0
  4869. Part345.Transparency = 1
  4870. Part345.Rotation = Vector3.new(90, 0, 0)
  4871. Part345.Anchored = true
  4872. Part345.CanCollide = false
  4873. Part345.FormFactor = Enum.FormFactor.Custom
  4874. Part345.Size = Vector3.new(757.580017, 412.829987, 9.6000061)
  4875. Part345.CFrame = CFrame.new(13.0204878, 233.766876, 607.016113, 1, 2.30753994e-09, -4.31572225e-05, -4.31572189e-05, 5.34682295e-05, -1, 0, 1, 5.34682331e-05)
  4876. Part345.BottomSurface = Enum.SurfaceType.Smooth
  4877. Part345.TopSurface = Enum.SurfaceType.Smooth
  4878. Part345.Position = Vector3.new(13.0204878, 233.766876, 607.016113)
  4879. Part345.Orientation = Vector3.new(90, 0, 0)
  4880. ParticleEmitter346.Name = "Smoke"
  4881. ParticleEmitter346.Parent = Part345
  4882. ParticleEmitter346.Transparency = NumberSequence.new(1,0.90625,1)
  4883. ParticleEmitter346.Size = NumberSequence.new(20,20)
  4884. ParticleEmitter346.Color = ColorSequence.new(Color3.new(0.670588, 0.984314, 1),Color3.new(0.670588, 0.984314, 1))
  4885. ParticleEmitter346.Texture = "http://www.roblox.com/asset/?id=248294226"
  4886. ParticleEmitter346.ZOffset = 1
  4887. ParticleEmitter346.Acceleration = Vector3.new(0.100000001, 0, 0)
  4888. ParticleEmitter346.Lifetime = NumberRange.new(20, 20)
  4889. ParticleEmitter346.Rate = 5
  4890. ParticleEmitter346.RotSpeed = NumberRange.new(5, 5)
  4891. ParticleEmitter346.Speed = NumberRange.new(2, 2)
  4892. ParticleEmitter346.VelocitySpread = 10
  4893. ParticleEmitter346.Color = ColorSequence.new(Color3.new(0.670588, 0.984314, 1),Color3.new(0.670588, 0.984314, 1))
  4894. Part347.Name = "EmitterSmoke"
  4895. Part347.Parent = Model0
  4896. Part347.Transparency = 1
  4897. Part347.Rotation = Vector3.new(90, 0, 0)
  4898. Part347.Anchored = true
  4899. Part347.CanCollide = false
  4900. Part347.FormFactor = Enum.FormFactor.Custom
  4901. Part347.Size = Vector3.new(757.580017, 418.129974, 9.6000061)
  4902. Part347.CFrame = CFrame.new(13.0204878, 217.95697, 608.476196, 1, 2.30753994e-09, -4.31572225e-05, -4.31572189e-05, 5.34682295e-05, -1, 0, 1, 5.34682331e-05)
  4903. Part347.BottomSurface = Enum.SurfaceType.Smooth
  4904. Part347.TopSurface = Enum.SurfaceType.Smooth
  4905. Part347.Position = Vector3.new(13.0204878, 217.95697, 608.476196)
  4906. Part347.Orientation = Vector3.new(90, 0, 0)
  4907. ParticleEmitter348.Name = "Smoke"
  4908. ParticleEmitter348.Parent = Part347
  4909. ParticleEmitter348.Transparency = NumberSequence.new(1,0.90625,1)
  4910. ParticleEmitter348.Size = NumberSequence.new(20,20)
  4911. ParticleEmitter348.Color = ColorSequence.new(Color3.new(0.670588, 0.984314, 1),Color3.new(0.670588, 0.984314, 1))
  4912. ParticleEmitter348.Texture = "http://www.roblox.com/asset/?id=248294226"
  4913. ParticleEmitter348.ZOffset = 1
  4914. ParticleEmitter348.Acceleration = Vector3.new(0.100000001, 0, 0)
  4915. ParticleEmitter348.Lifetime = NumberRange.new(20, 20)
  4916. ParticleEmitter348.Rate = 5
  4917. ParticleEmitter348.RotSpeed = NumberRange.new(5, 5)
  4918. ParticleEmitter348.Speed = NumberRange.new(2, 2)
  4919. ParticleEmitter348.VelocitySpread = 10
  4920. ParticleEmitter348.Color = ColorSequence.new(Color3.new(0.670588, 0.984314, 1),Color3.new(0.670588, 0.984314, 1))
  4921. Part349.Name = "EmitterSmoke"
  4922. Part349.Parent = Model0
  4923. Part349.Transparency = 1
  4924. Part349.Rotation = Vector3.new(90, 0, 0)
  4925. Part349.Anchored = true
  4926. Part349.CanCollide = false
  4927. Part349.FormFactor = Enum.FormFactor.Custom
  4928. Part349.Size = Vector3.new(757.580017, 451.73999, 9.6000061)
  4929. Part349.CFrame = CFrame.new(13.0204878, 217.957657, 621.25116, 1, 2.30753994e-09, -4.31572225e-05, -4.31572189e-05, 5.34682295e-05, -1, 0, 1, 5.34682331e-05)
  4930. Part349.BottomSurface = Enum.SurfaceType.Smooth
  4931. Part349.TopSurface = Enum.SurfaceType.Smooth
  4932. Part349.Position = Vector3.new(13.0204878, 217.957657, 621.25116)
  4933. Part349.Orientation = Vector3.new(90, 0, 0)
  4934. ParticleEmitter350.Name = "Smoke"
  4935. ParticleEmitter350.Parent = Part349
  4936. ParticleEmitter350.Transparency = NumberSequence.new(1,0.90625,1)
  4937. ParticleEmitter350.Size = NumberSequence.new(20,20)
  4938. ParticleEmitter350.Color = ColorSequence.new(Color3.new(0.670588, 0.984314, 1),Color3.new(0.670588, 0.984314, 1))
  4939. ParticleEmitter350.Texture = "http://www.roblox.com/asset/?id=248294226"
  4940. ParticleEmitter350.ZOffset = 1
  4941. ParticleEmitter350.Acceleration = Vector3.new(0.100000001, 0, 0)
  4942. ParticleEmitter350.Lifetime = NumberRange.new(20, 20)
  4943. ParticleEmitter350.Rate = 5
  4944. ParticleEmitter350.RotSpeed = NumberRange.new(5, 5)
  4945. ParticleEmitter350.Speed = NumberRange.new(2, 2)
  4946. ParticleEmitter350.VelocitySpread = 10
  4947. ParticleEmitter350.Color = ColorSequence.new(Color3.new(0.670588, 0.984314, 1),Color3.new(0.670588, 0.984314, 1))
  4948. Part351.Name = "EmitterSmoke"
  4949. Part351.Parent = Model0
  4950. Part351.Transparency = 1
  4951. Part351.Rotation = Vector3.new(90, 0, 0)
  4952. Part351.Anchored = true
  4953. Part351.CanCollide = false
  4954. Part351.FormFactor = Enum.FormFactor.Custom
  4955. Part351.Size = Vector3.new(757.580017, 809.089966, 9.6000061)
  4956. Part351.CFrame = CFrame.new(13.0204878, 50.5180511, -21.9439716, 1, 2.30753994e-09, -4.31572225e-05, -4.31572189e-05, 5.34682295e-05, -1, 0, 1, 5.34682331e-05)
  4957. Part351.BottomSurface = Enum.SurfaceType.Smooth
  4958. Part351.TopSurface = Enum.SurfaceType.Smooth
  4959. Part351.Position = Vector3.new(13.0204878, 50.5180511, -21.9439716)
  4960. Part351.Orientation = Vector3.new(90, 0, 0)
  4961. ParticleEmitter352.Name = "Smoke"
  4962. ParticleEmitter352.Parent = Part351
  4963. ParticleEmitter352.Transparency = NumberSequence.new(1,0.90625,1)
  4964. ParticleEmitter352.Size = NumberSequence.new(20,20)
  4965. ParticleEmitter352.Color = ColorSequence.new(Color3.new(0.670588, 0.984314, 1),Color3.new(0.670588, 0.984314, 1))
  4966. ParticleEmitter352.Texture = "http://www.roblox.com/asset/?id=248294226"
  4967. ParticleEmitter352.ZOffset = 1
  4968. ParticleEmitter352.Acceleration = Vector3.new(0.100000001, 0, 0)
  4969. ParticleEmitter352.Lifetime = NumberRange.new(20, 20)
  4970. ParticleEmitter352.Rate = 5
  4971. ParticleEmitter352.RotSpeed = NumberRange.new(5, 5)
  4972. ParticleEmitter352.Speed = NumberRange.new(2, 2)
  4973. ParticleEmitter352.VelocitySpread = 10
  4974. ParticleEmitter352.Color = ColorSequence.new(Color3.new(0.670588, 0.984314, 1),Color3.new(0.670588, 0.984314, 1))
  4975. Part353.Name = "EmitterSmoke"
  4976. Part353.Parent = Model0
  4977. Part353.Transparency = 1
  4978. Part353.Rotation = Vector3.new(90, 0, 0)
  4979. Part353.Anchored = true
  4980. Part353.CanCollide = false
  4981. Part353.FormFactor = Enum.FormFactor.Custom
  4982. Part353.Size = Vector3.new(757.580017, 809.089966, 9.6000061)
  4983. Part353.CFrame = CFrame.new(13.0204878, 50.5180511, -21.9439716, 1, 2.30753994e-09, -4.31572225e-05, -4.31572189e-05, 5.34682295e-05, -1, 0, 1, 5.34682331e-05)
  4984. Part353.BottomSurface = Enum.SurfaceType.Smooth
  4985. Part353.TopSurface = Enum.SurfaceType.Smooth
  4986. Part353.Position = Vector3.new(13.0204878, 50.5180511, -21.9439716)
  4987. Part353.Orientation = Vector3.new(90, 0, 0)
  4988. ParticleEmitter354.Name = "Smoke"
  4989. ParticleEmitter354.Parent = Part353
  4990. ParticleEmitter354.Transparency = NumberSequence.new(1,0.90625,1)
  4991. ParticleEmitter354.Size = NumberSequence.new(20,20)
  4992. ParticleEmitter354.Color = ColorSequence.new(Color3.new(0.670588, 0.984314, 1),Color3.new(0.670588, 0.984314, 1))
  4993. ParticleEmitter354.Texture = "http://www.roblox.com/asset/?id=248294226"
  4994. ParticleEmitter354.ZOffset = 1
  4995. ParticleEmitter354.Acceleration = Vector3.new(0.100000001, 0, 0)
  4996. ParticleEmitter354.Lifetime = NumberRange.new(20, 20)
  4997. ParticleEmitter354.Rate = 5
  4998. ParticleEmitter354.RotSpeed = NumberRange.new(5, 5)
  4999. ParticleEmitter354.Speed = NumberRange.new(2, 2)
  5000. ParticleEmitter354.VelocitySpread = 10
  5001. ParticleEmitter354.Color = ColorSequence.new(Color3.new(0.670588, 0.984314, 1),Color3.new(0.670588, 0.984314, 1))
  5002. Part355.Name = "EmitterSmoke"
  5003. Part355.Parent = Model0
  5004. Part355.Transparency = 1
  5005. Part355.Rotation = Vector3.new(90, 0, 0)
  5006. Part355.Anchored = true
  5007. Part355.CanCollide = false
  5008. Part355.FormFactor = Enum.FormFactor.Custom
  5009. Part355.Size = Vector3.new(757.580017, 809.089966, 9.6000061)
  5010. Part355.CFrame = CFrame.new(13.0204878, 50.5180511, -21.9439716, 1, 2.30753994e-09, -4.31572225e-05, -4.31572189e-05, 5.34682295e-05, -1, 0, 1, 5.34682331e-05)
  5011. Part355.BottomSurface = Enum.SurfaceType.Smooth
  5012. Part355.TopSurface = Enum.SurfaceType.Smooth
  5013. Part355.Position = Vector3.new(13.0204878, 50.5180511, -21.9439716)
  5014. Part355.Orientation = Vector3.new(90, 0, 0)
  5015. ParticleEmitter356.Name = "Smoke"
  5016. ParticleEmitter356.Parent = Part355
  5017. ParticleEmitter356.Transparency = NumberSequence.new(1,0.90625,1)
  5018. ParticleEmitter356.Size = NumberSequence.new(20,20)
  5019. ParticleEmitter356.Color = ColorSequence.new(Color3.new(0.670588, 0.984314, 1),Color3.new(0.670588, 0.984314, 1))
  5020. ParticleEmitter356.Texture = "http://www.roblox.com/asset/?id=248294226"
  5021. ParticleEmitter356.ZOffset = 1
  5022. ParticleEmitter356.Acceleration = Vector3.new(0.100000001, 0, 0)
  5023. ParticleEmitter356.Lifetime = NumberRange.new(20, 20)
  5024. ParticleEmitter356.Rate = 5
  5025. ParticleEmitter356.RotSpeed = NumberRange.new(5, 5)
  5026. ParticleEmitter356.Speed = NumberRange.new(2, 2)
  5027. ParticleEmitter356.VelocitySpread = 10
  5028. ParticleEmitter356.Color = ColorSequence.new(Color3.new(0.670588, 0.984314, 1),Color3.new(0.670588, 0.984314, 1))
  5029. Part357.Name = "EmitterSmoke"
  5030. Part357.Parent = Model0
  5031. Part357.Transparency = 1
  5032. Part357.Rotation = Vector3.new(90, 0, 0)
  5033. Part357.Anchored = true
  5034. Part357.CanCollide = false
  5035. Part357.FormFactor = Enum.FormFactor.Custom
  5036. Part357.Size = Vector3.new(757.580017, 809.089966, 9.6000061)
  5037. Part357.CFrame = CFrame.new(13.0204878, 50.5180511, -21.9439716, 1, 2.30753994e-09, -4.31572225e-05, -4.31572189e-05, 5.34682295e-05, -1, 0, 1, 5.34682331e-05)
  5038. Part357.BottomSurface = Enum.SurfaceType.Smooth
  5039. Part357.TopSurface = Enum.SurfaceType.Smooth
  5040. Part357.Position = Vector3.new(13.0204878, 50.5180511, -21.9439716)
  5041. Part357.Orientation = Vector3.new(90, 0, 0)
  5042. ParticleEmitter358.Name = "Smoke"
  5043. ParticleEmitter358.Parent = Part357
  5044. ParticleEmitter358.Transparency = NumberSequence.new(1,0.90625,1)
  5045. ParticleEmitter358.Size = NumberSequence.new(20,20)
  5046. ParticleEmitter358.Color = ColorSequence.new(Color3.new(0.670588, 0.984314, 1),Color3.new(0.670588, 0.984314, 1))
  5047. ParticleEmitter358.Texture = "http://www.roblox.com/asset/?id=248294226"
  5048. ParticleEmitter358.ZOffset = 1
  5049. ParticleEmitter358.Acceleration = Vector3.new(0.100000001, 0, 0)
  5050. ParticleEmitter358.Lifetime = NumberRange.new(20, 20)
  5051. ParticleEmitter358.Rate = 5
  5052. ParticleEmitter358.RotSpeed = NumberRange.new(5, 5)
  5053. ParticleEmitter358.Speed = NumberRange.new(2, 2)
  5054. ParticleEmitter358.VelocitySpread = 10
  5055. ParticleEmitter358.Color = ColorSequence.new(Color3.new(0.670588, 0.984314, 1),Color3.new(0.670588, 0.984314, 1))
  5056. Part359.Parent = Model0
  5057. Part359.Material = Enum.Material.Slate
  5058. Part359.BrickColor = BrickColor.new("Linen")
  5059. Part359.Rotation = Vector3.new(4.48000002, -61.0200005, 12.0299997)
  5060. Part359.Anchored = true
  5061. Part359.Size = Vector3.new(31.5800171, 19.5699921, 35.1500244)
  5062. Part359.CFrame = CFrame.new(-151.951202, 121.317749, 259.624054, 0.473831594, -0.100966752, -0.874808192, 0.140932336, 0.989295661, -0.0378457531, 0.86926502, -0.105356239, 0.482988954)
  5063. Part359.BottomSurface = Enum.SurfaceType.Smooth
  5064. Part359.TopSurface = Enum.SurfaceType.Smooth
  5065. Part359.Color = Color3.new(0.686275, 0.580392, 0.513726)
  5066. Part359.Position = Vector3.new(-151.951202, 121.317749, 259.624054)
  5067. Part359.Orientation = Vector3.new(2.16999984, -61.0999985, 8.10999966)
  5068. Part359.Color = Color3.new(0.686275, 0.580392, 0.513726)
  5069. Part360.Parent = Model0
  5070. Part360.Material = Enum.Material.Slate
  5071. Part360.BrickColor = BrickColor.new("Linen")
  5072. Part360.Rotation = Vector3.new(4.48000002, -61.0200005, 12.0299997)
  5073. Part360.Anchored = true
  5074. Part360.Size = Vector3.new(31.5800171, 50.5699921, 33.1500244)
  5075. Part360.CFrame = CFrame.new(-142.409821, 27.8292789, 269.580231, 0.473831594, -0.100966752, -0.874808192, 0.140932336, 0.989295661, -0.0378457531, 0.86926502, -0.105356239, 0.482988954)
  5076. Part360.BottomSurface = Enum.SurfaceType.Smooth
  5077. Part360.TopSurface = Enum.SurfaceType.Smooth
  5078. Part360.Color = Color3.new(0.686275, 0.580392, 0.513726)
  5079. Part360.Position = Vector3.new(-142.409821, 27.8292789, 269.580231)
  5080. Part360.Orientation = Vector3.new(2.16999984, -61.0999985, 8.10999966)
  5081. Part360.Color = Color3.new(0.686275, 0.580392, 0.513726)
  5082. Part361.Parent = Model0
  5083. Part361.Material = Enum.Material.Slate
  5084. Part361.BrickColor = BrickColor.new("Linen")
  5085. Part361.Rotation = Vector3.new(4.48000002, -61.0200005, 12.0299997)
  5086. Part361.Anchored = true
  5087. Part361.Size = Vector3.new(22.5800171, 103.569992, 31.1500244)
  5088. Part361.CFrame = CFrame.new(-147.372681, 78.8484879, 264.58902, 0.473831594, -0.100966752, -0.874808192, 0.140932336, 0.989295661, -0.0378457531, 0.86926502, -0.105356239, 0.482988954)
  5089. Part361.BottomSurface = Enum.SurfaceType.Smooth
  5090. Part361.TopSurface = Enum.SurfaceType.Smooth
  5091. Part361.Color = Color3.new(0.686275, 0.580392, 0.513726)
  5092. Part361.Position = Vector3.new(-147.372681, 78.8484879, 264.58902)
  5093. Part361.Orientation = Vector3.new(2.16999984, -61.0999985, 8.10999966)
  5094. Part361.Color = Color3.new(0.686275, 0.580392, 0.513726)
  5095. Part362.Parent = Model0
  5096. Part362.Material = Enum.Material.Slate
  5097. Part362.BrickColor = BrickColor.new("Linen")
  5098. Part362.Rotation = Vector3.new(133.330002, -79.9599991, 132.080002)
  5099. Part362.Anchored = true
  5100. Part362.Size = Vector3.new(162.580017, 19.5699959, 55.1500244)
  5101. Part362.CFrame = CFrame.new(-151.609909, 127.578178, 343.419617, -0.116805904, -0.129349515, -0.984695435, -0.0291899145, 0.991501093, -0.126780957, 0.99272567, 0.0139344931, -0.119588897)
  5102. Part362.BottomSurface = Enum.SurfaceType.Smooth
  5103. Part362.TopSurface = Enum.SurfaceType.Smooth
  5104. Part362.Color = Color3.new(0.686275, 0.580392, 0.513726)
  5105. Part362.Position = Vector3.new(-151.609909, 127.578178, 343.419617)
  5106. Part362.Orientation = Vector3.new(7.27999973, -96.9199982, -1.68999994)
  5107. Part362.Color = Color3.new(0.686275, 0.580392, 0.513726)
  5108. Part363.Parent = Model0
  5109. Part363.Material = Enum.Material.Grass
  5110. Part363.BrickColor = BrickColor.new("Medium blue")
  5111. Part363.Rotation = Vector3.new(133.330002, -79.9599991, 132.080002)
  5112. Part363.Anchored = true
  5113. Part363.Size = Vector3.new(163.030014, 1.2099942, 55.4400177)
  5114. Part363.CFrame = CFrame.new(-153.034256, 137.345261, 343.539124, -0.116805904, -0.129349515, -0.984695435, -0.0291899145, 0.991501093, -0.126780957, 0.99272567, 0.0139344931, -0.119588897)
  5115. Part363.BottomSurface = Enum.SurfaceType.Smooth
  5116. Part363.TopSurface = Enum.SurfaceType.Smooth
  5117. Part363.Color = Color3.new(0.431373, 0.6, 0.792157)
  5118. Part363.Position = Vector3.new(-153.034256, 137.345261, 343.539124)
  5119. Part363.Orientation = Vector3.new(7.27999973, -96.9199982, -1.68999994)
  5120. Part363.Color = Color3.new(0.431373, 0.6, 0.792157)
  5121. Part364.Parent = Model0
  5122. Part364.Material = Enum.Material.Slate
  5123. Part364.BrickColor = BrickColor.new("Linen")
  5124. Part364.Rotation = Vector3.new(7.71000004, -51.3400002, 7.50999975)
  5125. Part364.Anchored = true
  5126. Part364.Size = Vector3.new(85.5800171, 19.5699959, 121.150024)
  5127. Part364.CFrame = CFrame.new(-126.355637, 129.454498, 237.490707, 0.619368911, -0.0816109478, -0.780846834, 0.0256094337, 0.996153414, -0.0838004798, 0.784682155, 0.0319063812, 0.61907649)
  5128. Part364.BottomSurface = Enum.SurfaceType.Smooth
  5129. Part364.TopSurface = Enum.SurfaceType.Smooth
  5130. Part364.Color = Color3.new(0.686275, 0.580392, 0.513726)
  5131. Part364.Position = Vector3.new(-126.355637, 129.454498, 237.490707)
  5132. Part364.Orientation = Vector3.new(4.80999994, -51.5900002, 1.46999991)
  5133. Part364.Color = Color3.new(0.686275, 0.580392, 0.513726)
  5134. Part365.Parent = Model0
  5135. Part365.Material = Enum.Material.Grass
  5136. Part365.BrickColor = BrickColor.new("Medium blue")
  5137. Part365.Rotation = Vector3.new(7.71000004, -51.3400002, 7.50999975)
  5138. Part365.Anchored = true
  5139. Part365.Size = Vector3.new(86.030014, 1.2099942, 121.440018)
  5140. Part365.CFrame = CFrame.new(-127.278259, 139.273956, 237.898422, 0.619368911, -0.0816109478, -0.780846834, 0.0256094337, 0.996153414, -0.0838004798, 0.784682155, 0.0319063812, 0.61907649)
  5141. Part365.BottomSurface = Enum.SurfaceType.Smooth
  5142. Part365.TopSurface = Enum.SurfaceType.Smooth
  5143. Part365.Color = Color3.new(0.431373, 0.6, 0.792157)
  5144. Part365.Position = Vector3.new(-127.278259, 139.273956, 237.898422)
  5145. Part365.Orientation = Vector3.new(4.80999994, -51.5900002, 1.46999991)
  5146. Part365.Color = Color3.new(0.431373, 0.6, 0.792157)
  5147. Part366.Parent = Model0
  5148. Part366.Material = Enum.Material.Slate
  5149. Part366.BrickColor = BrickColor.new("Linen")
  5150. Part366.Rotation = Vector3.new(168.069992, -89.9799957, 168.069992)
  5151. Part366.Anchored = true
  5152. Part366.Size = Vector3.new(74.5800171, 35.5699959, 187.150024)
  5153. Part366.CFrame = CFrame.new(290.522797, 137.356201, 354.554993, -0.00033784128, -7.14087946e-05, -0.99999994, -1.49011612e-08, 1, -7.14087946e-05, 0.99999994, -1.49011612e-08, -0.00033784128)
  5154. Part366.BottomSurface = Enum.SurfaceType.Smooth
  5155. Part366.TopSurface = Enum.SurfaceType.Smooth
  5156. Part366.Color = Color3.new(0.686275, 0.580392, 0.513726)
  5157. Part366.Position = Vector3.new(290.522797, 137.356201, 354.554993)
  5158. Part366.Orientation = Vector3.new(0, -90.0199966, 0)
  5159. Part366.Color = Color3.new(0.686275, 0.580392, 0.513726)
  5160. Part367.Parent = Model0
  5161. Part367.Material = Enum.Material.Grass
  5162. Part367.BrickColor = BrickColor.new("Medium blue")
  5163. Part367.Rotation = Vector3.new(168.069992, -89.9799957, 168.069992)
  5164. Part367.Anchored = true
  5165. Part367.Size = Vector3.new(75.030014, 1.2099942, 187.440018)
  5166. Part367.CFrame = CFrame.new(290.372833, 155.226196, 354.555023, -0.00033784128, -7.14087946e-05, -0.99999994, -1.49011612e-08, 1, -7.14087946e-05, 0.99999994, -1.49011612e-08, -0.00033784128)
  5167. Part367.BottomSurface = Enum.SurfaceType.Smooth
  5168. Part367.TopSurface = Enum.SurfaceType.Smooth
  5169. Part367.Color = Color3.new(0.431373, 0.6, 0.792157)
  5170. Part367.Position = Vector3.new(290.372833, 155.226196, 354.555023)
  5171. Part367.Orientation = Vector3.new(0, -90.0199966, 0)
  5172. Part367.Color = Color3.new(0.431373, 0.6, 0.792157)
  5173. Part368.Parent = Model0
  5174. Part368.Material = Enum.Material.Slate
  5175. Part368.BrickColor = BrickColor.new("Linen")
  5176. Part368.Rotation = Vector3.new(168.069992, -89.9799957, 168.069992)
  5177. Part368.Anchored = true
  5178. Part368.Size = Vector3.new(211.580017, 35.5699959, 92.1500244)
  5179. Part368.CFrame = CFrame.new(338.045929, 139.359589, 286.071045, -0.00033784128, -7.14087946e-05, -0.99999994, -1.49011612e-08, 1, -7.14087946e-05, 0.99999994, -1.49011612e-08, -0.00033784128)
  5180. Part368.BottomSurface = Enum.SurfaceType.Smooth
  5181. Part368.TopSurface = Enum.SurfaceType.Smooth
  5182. Part368.Color = Color3.new(0.686275, 0.580392, 0.513726)
  5183. Part368.Position = Vector3.new(338.045929, 139.359589, 286.071045)
  5184. Part368.Orientation = Vector3.new(0, -90.0199966, 0)
  5185. Part368.Color = Color3.new(0.686275, 0.580392, 0.513726)
  5186. Part369.Parent = Model0
  5187. Part369.Material = Enum.Material.Neon
  5188. Part369.BrickColor = BrickColor.new("Toothpaste")
  5189. Part369.Rotation = Vector3.new(-90, 74.3899994, -180)
  5190. Part369.Anchored = true
  5191. Part369.Size = Vector3.new(10.8835106, 2.14159322, 15.2300053)
  5192. Part369.CFrame = CFrame.new(38.9799652, 136.499817, -69.7149277, -0.269150078, 0, 0.963098347, 0.963098347, 0, 0.269150048, 0, 1, 0)
  5193. Part369.BottomSurface = Enum.SurfaceType.Smooth
  5194. Part369.TopSurface = Enum.SurfaceType.Smooth
  5195. Part369.Color = Color3.new(0, 1, 1)
  5196. Part369.Position = Vector3.new(38.9799652, 136.499817, -69.7149277)
  5197. Part369.Orientation = Vector3.new(-15.6099997, 90, 90)
  5198. Part369.Color = Color3.new(0, 1, 1)
  5199. CylinderMesh370.Parent = Part369
  5200. StringValue371.Name = "Creator"
  5201. StringValue371.Parent = Model0
  5202. StringValue371.Value = "By Qaeo"
  5203. Script372.Name = "MusicHandler"
  5204. Script372.Parent = Model0
  5205. table.insert(cors,sandbox(Script372,function()
  5206. onSpawn=function(new)
  5207. if game.Players:GetPlayerFromCharacter(new)~=nil then
  5208. while game.Players:GetPlayerFromCharacter(new).PlayerGui==nil do
  5209. wait()
  5210. end
  5211. if game.Players:GetPlayerFromCharacter(new).PlayerGui:FindFirstChild("MusicScript")==nil then
  5212. s=script.MusicScript:clone()
  5213. s.Disabled=false
  5214. s.Parent=game.Players:GetPlayerFromCharacter(new).PlayerGui
  5215. end
  5216. end
  5217. end
  5218. workspace.ChildAdded:connect(onSpawn)
  5219.  
  5220.  
  5221. end))
  5222. LocalScript373.Name = "MusicScript"
  5223. LocalScript373.Parent = Script372
  5224. table.insert(cors,sandbox(LocalScript373,function()
  5225. wait(1)
  5226. --Saz
  5227. --For black magic
  5228.  
  5229. --Setup vars
  5230. vPlayer=game.Workspace.CurrentCamera
  5231. if vPlayer:FindFirstChild("MusicStartTime")==nil then
  5232.  
  5233. wait(8)
  5234.  
  5235. v=Instance.new("IntValue")
  5236. v.Name="MusicStartTime"
  5237. v.Parent=vPlayer
  5238. v=Instance.new("IntValue")
  5239. v.Name="MusicAt"
  5240. v.Parent=vPlayer
  5241. v=Instance.new("IntValue")
  5242. v.Name="MusicNext"
  5243. v.Parent=vPlayer
  5244.  
  5245. v=Instance.new("IntValue")
  5246. v.Name="Volume"
  5247. v.Parent=vPlayer
  5248. v.Value=80
  5249.  
  5250. v=Instance.new("IntValue")
  5251. v.Name="OtherVar"
  5252. v.Parent=vPlayer
  5253.  
  5254. v=Instance.new("Sound")
  5255. v.SoundId=""
  5256. v.Volume=.8
  5257. v.Pitch=1
  5258. v.Name="Music"
  5259. v.Parent=vPlayer
  5260. end
  5261.  
  5262. MusicAt=vPlayer.MusicAt
  5263. MusicStartTime=vPlayer.MusicStartTime
  5264. MusicNext=vPlayer.MusicNext
  5265. Other=vPlayer.OtherVar
  5266. Music=vPlayer.Music
  5267. Music.Pitch=1
  5268. prefix="http://www.roblox.com/asset/?id="
  5269.  
  5270. Song=vPlayer:FindFirstChild("Song")
  5271. NewSong=false
  5272. if Song~=nil then
  5273. DoesMatch=true
  5274. if #Song.IDs:children() ~= #script.Song.IDs:children() then
  5275. DoesMatch=false
  5276. else
  5277. for _,v in pairs(Song.IDs:children()) do
  5278. if v.Value~=script.Song.IDs[v.Name].Value then
  5279. DoesMatch=false --New song.
  5280. break
  5281. end
  5282. end
  5283. end
  5284. print(":>")
  5285. if DoesMatch==false then
  5286. print(":)")
  5287. Song:Remove()
  5288. NewSong=true
  5289. end
  5290. end
  5291.  
  5292. if Song==nil then
  5293. NewSong=true
  5294. else
  5295. if Song.Value~=1 then
  5296. NewSong=true
  5297. end
  5298. end
  5299.  
  5300. if NewSong==true then
  5301. Song=script.Song:clone()
  5302. Song.Parent=vPlayer
  5303. end
  5304.  
  5305. RTime=function(Num)
  5306. return MusicStartTime.Value + Song.Times[MusicAt.Value].Value*.01
  5307. end
  5308.  
  5309. if NewSong==true then
  5310. Music:Stop()
  5311. MusicAt.Value=1
  5312. if string.len(Song["IDs"][MusicAt.Value].Value) <= 7 then
  5313. Music.SoundId=""
  5314. else
  5315. Music.SoundId=prefix..Song["IDs"][MusicAt.Value].Value
  5316. end
  5317. MusicStartTime.Value=tick()
  5318. Music:Play()
  5319. Song.Value=1
  5320. end
  5321.  
  5322. while true do
  5323. if vPlayer:FindFirstChild("MusicLock")==nil then
  5324. if tick()>=RTime(MusicAt.Value) then
  5325. --new id
  5326. check=MusicAt.Value+1
  5327. nextat=MusicAt.Value
  5328. if Song["IDs"]:FindFirstChild(check)~=nil or MusicAt.Value==Song.LoopEnd.Value then --nowhere to go.
  5329. --try the loop
  5330. nextat=Song.LoopStart.Value
  5331. else
  5332. nextat=MusicAt.Value+1
  5333. end
  5334. MusicAt.Value=nextat
  5335. Music:Stop()
  5336. if string.len(Song["IDs"][MusicAt.Value].Value) <= 7 then
  5337. Music.SoundId=""
  5338. else
  5339. Music.SoundId=prefix..Song["IDs"][MusicAt.Value].Value
  5340. end
  5341. MusicStartTime.Value=tick()
  5342. Music:Play()
  5343. end
  5344. else
  5345. Music:Stop()
  5346. end
  5347. Music.Volume=vPlayer.Volume.Value / 100
  5348. wait()
  5349. end
  5350. end))
  5351. IntValue374.Name = "Song"
  5352. IntValue374.Parent = LocalScript373
  5353. IntValue375.Name = "IDs"
  5354. IntValue375.Parent = IntValue374
  5355. IntValue376.Name = "1"
  5356. IntValue376.Parent = IntValue375
  5357. IntValue376.Value = 620125423
  5358. IntValue377.Name = "Times"
  5359. IntValue377.Parent = IntValue374
  5360. IntValue378.Name = "1"
  5361. IntValue378.Parent = IntValue377
  5362. IntValue378.Value = 15000
  5363. IntValue379.Name = "LoopStart"
  5364. IntValue379.Parent = IntValue374
  5365. IntValue379.Value = 1
  5366. IntValue380.Name = "LoopEnd"
  5367. IntValue380.Parent = IntValue374
  5368. IntValue380.Value = 1
  5369. StringValue381.Name = "Te"
  5370. StringValue381.Parent = LocalScript373
  5371. StringValue382.Name = "NOLIGHTINGFIX"
  5372. StringValue382.Parent = Model0
  5373. IntValue383.Name = "Photo"
  5374. IntValue383.Parent = Model0
  5375. IntValue383.Value = 198646956
  5376. Script384.Parent = Model0
  5377. table.insert(cors,sandbox(Script384,function()
  5378. wait(2)
  5379. game.Lighting.OutdoorAmbient=Color3.new(80/255,80/255,80/255)
  5380. game.Lighting.GlobalShadows=true
  5381. game.Lighting.Brightness=1
  5382. game.Lighting.Ambient=Color3.new(10/255,10/255,10/255)
  5383. game.Lighting.TimeOfDay="01:45:00"
  5384. game.Lighting.GeographicLatitude=40
  5385. game.Lighting.FogEnd=600
  5386. game.Lighting.FogStart=100
  5387. game.Lighting.FogColor=Color3.new(50/255,50/255,50/255)
  5388. wait(2)
  5389. while true do
  5390. game.Lighting.OutdoorAmbient=Color3.new(109/255,137/255,173/255)
  5391. game.Lighting.GlobalShadows=true
  5392. game.Lighting.Brightness=.7
  5393. game.Lighting.Ambient=Color3.new(0/255,0/255,0/255)
  5394. game.Lighting.TimeOfDay="14:00:00"
  5395. game.Lighting.GeographicLatitude=41.733
  5396. game.Lighting.FogEnd=1000
  5397. game.Lighting.FogStart=-1
  5398. game.Lighting.FogColor=Color3.new(166/255,171/255,191/255)
  5399. wait(50)
  5400. p:Remove()
  5401. wait(.5)
  5402. end
  5403. end))
  5404. StringValue385.Name = "Skytype"
  5405. StringValue385.Parent = Model0
  5406. StringValue385.Value = "MountainNightSky"
  5407. for i,v in pairs(mas:GetChildren()) do
  5408. v.Parent = game:GetService("Players").LocalPlayer.Character
  5409. pcall(function() v:MakeJoints() end)
  5410. end
  5411. mas:Destroy()
  5412. for i,v in pairs(cors) do
  5413. spawn(function()
  5414. pcall(v)
  5415. end)
  5416. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement