Advertisement
sneakydodge123

beach

Sep 3rd, 2018
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 164.81 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,game,owner = owner,game
  3. local RealPlayer = Player
  4. do
  5. print("FE Compatibility code by Mokiros")
  6. local rp = RealPlayer
  7. script.Parent = rp.Character
  8.  
  9. --RemoteEvent for communicating
  10. local Event = Instance.new("RemoteEvent")
  11. Event.Name = "UserInput_Event"
  12.  
  13. --Fake event to make stuff like Mouse.KeyDown work
  14. local function fakeEvent()
  15. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  16. t.connect = t.Connect
  17. return t
  18. end
  19.  
  20. --Creating fake input objects with fake variables
  21. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  22. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  23. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  24. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  25. end}
  26. --Merged 2 functions into one by checking amount of arguments
  27. CAS.UnbindAction = CAS.BindAction
  28.  
  29. --This function will trigger the events that have been :Connect()'ed
  30. local function te(self,ev,...)
  31. local t = m[ev]
  32. if t and t._fakeEvent then
  33. for _,f in pairs(t.Functions) do
  34. f(...)
  35. end
  36. end
  37. end
  38. m.TrigEvent = te
  39. UIS.TrigEvent = te
  40.  
  41. Event.OnServerEvent:Connect(function(plr,io)
  42. if plr~=rp then return end
  43. m.Target = io.Target
  44. m.Hit = io.Hit
  45. if not io.isMouse then
  46. local b = io.UserInputState == Enum.UserInputState.Begin
  47. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49. end
  50. for _,t in pairs(CAS.Actions) do
  51. for _,k in pairs(t.Keys) do
  52. if k==io.KeyCode then
  53. t.Function(t.Name,io.UserInputState,io)
  54. end
  55. end
  56. end
  57. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  58. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  59. end
  60. end)
  61. Event.Parent = NLS([==[
  62. local Player = game:GetService("Players").LocalPlayer
  63. local Event = script:WaitForChild("UserInput_Event")
  64.  
  65. local Mouse = Player:GetMouse()
  66. local UIS = game:GetService("UserInputService")
  67. local input = function(io,a)
  68. if a then return end
  69. --Since InputObject is a client-side instance, we create and pass table instead
  70. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  71. end
  72. UIS.InputBegan:Connect(input)
  73. UIS.InputEnded:Connect(input)
  74.  
  75. local h,t
  76. --Give the server mouse data 30 times every second, but only if the values changed
  77. --If player is not moving their mouse, client won't fire events
  78. while wait(1/30) do
  79. if h~=Mouse.Hit or t~=Mouse.Target then
  80. h,t=Mouse.Hit,Mouse.Target
  81. Event:FireServer({isMouse=true,Target=t,Hit=h})
  82. end
  83. end]==],Player.Character)
  84.  
  85. ----Sandboxed game object that allows the usage of client-side methods and services
  86. --Real game object
  87. local _rg = game
  88.  
  89. --Metatable for fake service
  90. local fsmt = {
  91. __index = function(self,k)
  92. local s = rawget(self,"_RealService")
  93. if s then return s[k] end
  94. end,
  95. __newindex = function(self,k,v)
  96. local s = rawget(self,"_RealService")
  97. if s then s[k]=v end
  98. end,
  99. __call = function(self,...)
  100. local s = rawget(self,"_RealService")
  101. if s then return s(...) end
  102. end
  103. }
  104. local function FakeService(t,RealService)
  105. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  106. return setmetatable(t,fsmt)
  107. end
  108.  
  109. --Fake game object
  110. local g = {
  111. GetService = function(self,s)
  112. return self[s]
  113. end,
  114. Players = FakeService({
  115. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  116. },"Players"),
  117. UserInputService = FakeService(UIS,"UserInputService"),
  118. ContextActionService = FakeService(CAS,"ContextActionService"),
  119. }
  120. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  121. g.service = g.GetService
  122.  
  123. g.RunService = FakeService({
  124. RenderStepped = _rg:GetService("RunService").Heartbeat,
  125. BindToRenderStep = function(self,name,_,fun)
  126. self._btrs[name] = self.Heartbeat:Connect(fun)
  127. end,
  128. UnbindFromRenderStep = function(self,name)
  129. self._btrs[name]:Disconnect()
  130. end,
  131. },"RunService")
  132.  
  133. setmetatable(g,{
  134. __index=function(self,s)
  135. return _rg:GetService(s) or typeof(_rg[s])=="function"
  136. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  137. end,
  138. __newindex = fsmt.__newindex,
  139. __call = fsmt.__call
  140. })
  141. --Changing owner to fake player object to support owner:GetMouse()
  142. game,owner = g,g.Players.LocalPlayer
  143. end
  144.  
  145.  
  146.  
  147.  
  148. --this is actually not a script he made but I deleted all parts from his cube world model to show this beach. plus I change the size of it to
  149.  
  150. function sandbox(var,func)
  151. local env = getfenv(func)
  152. local newenv = setmetatable({},{
  153. __index = function(self,k)
  154. if k=="script" then
  155. return var
  156. else
  157. return env[k]
  158. end
  159. end,
  160. })
  161. setfenv(func,newenv)
  162. return func
  163. end
  164. cors = {}
  165. mas = Instance.new("Model",game:GetService("Lighting"))
  166. Model0 = Instance.new("Model")
  167. Part1 = Instance.new("Part")
  168. SpecialMesh2 = Instance.new("SpecialMesh")
  169. Part3 = Instance.new("Part")
  170. SpecialMesh4 = Instance.new("SpecialMesh")
  171. Part5 = Instance.new("Part")
  172. Part6 = Instance.new("Part")
  173. Part7 = Instance.new("Part")
  174. SpecialMesh8 = Instance.new("SpecialMesh")
  175. Part9 = Instance.new("Part")
  176. SpecialMesh10 = Instance.new("SpecialMesh")
  177. Part11 = Instance.new("Part")
  178. SpecialMesh12 = Instance.new("SpecialMesh")
  179. Part13 = Instance.new("Part")
  180. SpecialMesh14 = Instance.new("SpecialMesh")
  181. Part15 = Instance.new("Part")
  182. SpecialMesh16 = Instance.new("SpecialMesh")
  183. Part17 = Instance.new("Part")
  184. Part18 = Instance.new("Part")
  185. SpecialMesh19 = Instance.new("SpecialMesh")
  186. Part20 = Instance.new("Part")
  187. Part21 = Instance.new("Part")
  188. Part22 = Instance.new("Part")
  189. SpecialMesh23 = Instance.new("SpecialMesh")
  190. Part24 = Instance.new("Part")
  191. Part25 = Instance.new("Part")
  192. SpecialMesh26 = Instance.new("SpecialMesh")
  193. Part27 = Instance.new("Part")
  194. SpecialMesh28 = Instance.new("SpecialMesh")
  195. Part29 = Instance.new("Part")
  196. SpecialMesh30 = Instance.new("SpecialMesh")
  197. Part31 = Instance.new("Part")
  198. SpecialMesh32 = Instance.new("SpecialMesh")
  199. Part33 = Instance.new("Part")
  200. SpecialMesh34 = Instance.new("SpecialMesh")
  201. Part35 = Instance.new("Part")
  202. SpecialMesh36 = Instance.new("SpecialMesh")
  203. Part37 = Instance.new("Part")
  204. Part38 = Instance.new("Part")
  205. SpecialMesh39 = Instance.new("SpecialMesh")
  206. Part40 = Instance.new("Part")
  207. Part41 = Instance.new("Part")
  208. SpecialMesh42 = Instance.new("SpecialMesh")
  209. Part43 = Instance.new("Part")
  210. SpecialMesh44 = Instance.new("SpecialMesh")
  211. Part45 = Instance.new("Part")
  212. SpecialMesh46 = Instance.new("SpecialMesh")
  213. Part47 = Instance.new("Part")
  214. SpecialMesh48 = Instance.new("SpecialMesh")
  215. Part49 = Instance.new("Part")
  216. Part50 = Instance.new("Part")
  217. SpecialMesh51 = Instance.new("SpecialMesh")
  218. Part52 = Instance.new("Part")
  219. SpecialMesh53 = Instance.new("SpecialMesh")
  220. Part54 = Instance.new("Part")
  221. SpecialMesh55 = Instance.new("SpecialMesh")
  222. Part56 = Instance.new("Part")
  223. Part57 = Instance.new("Part")
  224. SpecialMesh58 = Instance.new("SpecialMesh")
  225. Part59 = Instance.new("Part")
  226. SpecialMesh60 = Instance.new("SpecialMesh")
  227. Part61 = Instance.new("Part")
  228. Part62 = Instance.new("Part")
  229. SpecialMesh63 = Instance.new("SpecialMesh")
  230. Part64 = Instance.new("Part")
  231. Part65 = Instance.new("Part")
  232. SpecialMesh66 = Instance.new("SpecialMesh")
  233. Part67 = Instance.new("Part")
  234. Part68 = Instance.new("Part")
  235. SpecialMesh69 = Instance.new("SpecialMesh")
  236. Part70 = Instance.new("Part")
  237. SpecialMesh71 = Instance.new("SpecialMesh")
  238. Part72 = Instance.new("Part")
  239. SpecialMesh73 = Instance.new("SpecialMesh")
  240. Part74 = Instance.new("Part")
  241. Part75 = Instance.new("Part")
  242. Part76 = Instance.new("Part")
  243. SpecialMesh77 = Instance.new("SpecialMesh")
  244. Part78 = Instance.new("Part")
  245. SpecialMesh79 = Instance.new("SpecialMesh")
  246. Part80 = Instance.new("Part")
  247. Part81 = Instance.new("Part")
  248. SpecialMesh82 = Instance.new("SpecialMesh")
  249. Part83 = Instance.new("Part")
  250. SpecialMesh84 = Instance.new("SpecialMesh")
  251. Part85 = Instance.new("Part")
  252. SpecialMesh86 = Instance.new("SpecialMesh")
  253. Part87 = Instance.new("Part")
  254. SpecialMesh88 = Instance.new("SpecialMesh")
  255. Part89 = Instance.new("Part")
  256. Part90 = Instance.new("Part")
  257. Part91 = Instance.new("Part")
  258. Part92 = Instance.new("Part")
  259. SpecialMesh93 = Instance.new("SpecialMesh")
  260. Part94 = Instance.new("Part")
  261. SpecialMesh95 = Instance.new("SpecialMesh")
  262. Part96 = Instance.new("Part")
  263. Part97 = Instance.new("Part")
  264. SpecialMesh98 = Instance.new("SpecialMesh")
  265. Part99 = Instance.new("Part")
  266. SpecialMesh100 = Instance.new("SpecialMesh")
  267. Part101 = Instance.new("Part")
  268. SpecialMesh102 = Instance.new("SpecialMesh")
  269. Part103 = Instance.new("Part")
  270. SpecialMesh104 = Instance.new("SpecialMesh")
  271. Part105 = Instance.new("Part")
  272. SpecialMesh106 = Instance.new("SpecialMesh")
  273. Part107 = Instance.new("Part")
  274. SpecialMesh108 = Instance.new("SpecialMesh")
  275. Part109 = Instance.new("Part")
  276. SpecialMesh110 = Instance.new("SpecialMesh")
  277. Part111 = Instance.new("Part")
  278. SpecialMesh112 = Instance.new("SpecialMesh")
  279. Part113 = Instance.new("Part")
  280. SpecialMesh114 = Instance.new("SpecialMesh")
  281. Part115 = Instance.new("Part")
  282. Part116 = Instance.new("Part")
  283. SpecialMesh117 = Instance.new("SpecialMesh")
  284. Part118 = Instance.new("Part")
  285. SpecialMesh119 = Instance.new("SpecialMesh")
  286. Part120 = Instance.new("Part")
  287. SpecialMesh121 = Instance.new("SpecialMesh")
  288. Part122 = Instance.new("Part")
  289. Part123 = Instance.new("Part")
  290. Part124 = Instance.new("Part")
  291. SpecialMesh125 = Instance.new("SpecialMesh")
  292. Part126 = Instance.new("Part")
  293. SpecialMesh127 = Instance.new("SpecialMesh")
  294. Part128 = Instance.new("Part")
  295. SpecialMesh129 = Instance.new("SpecialMesh")
  296. Part130 = Instance.new("Part")
  297. SpecialMesh131 = Instance.new("SpecialMesh")
  298. Part132 = Instance.new("Part")
  299. SpecialMesh133 = Instance.new("SpecialMesh")
  300. Part134 = Instance.new("Part")
  301. SpecialMesh135 = Instance.new("SpecialMesh")
  302. Part136 = Instance.new("Part")
  303. SpecialMesh137 = Instance.new("SpecialMesh")
  304. Part138 = Instance.new("Part")
  305. SpecialMesh139 = Instance.new("SpecialMesh")
  306. Part140 = Instance.new("Part")
  307. SpecialMesh141 = Instance.new("SpecialMesh")
  308. Part142 = Instance.new("Part")
  309. Part143 = Instance.new("Part")
  310. Part144 = Instance.new("Part")
  311. SpecialMesh145 = Instance.new("SpecialMesh")
  312. Part146 = Instance.new("Part")
  313. SpecialMesh147 = Instance.new("SpecialMesh")
  314. Part148 = Instance.new("Part")
  315. SpecialMesh149 = Instance.new("SpecialMesh")
  316. Part150 = Instance.new("Part")
  317. SpecialMesh151 = Instance.new("SpecialMesh")
  318. Part152 = Instance.new("Part")
  319. Part153 = Instance.new("Part")
  320. SpecialMesh154 = Instance.new("SpecialMesh")
  321. Part155 = Instance.new("Part")
  322. Part156 = Instance.new("Part")
  323. Part157 = Instance.new("Part")
  324. Part158 = Instance.new("Part")
  325. SpecialMesh159 = Instance.new("SpecialMesh")
  326. Part160 = Instance.new("Part")
  327. SpecialMesh161 = Instance.new("SpecialMesh")
  328. Part162 = Instance.new("Part")
  329. SpecialMesh163 = Instance.new("SpecialMesh")
  330. Part164 = Instance.new("Part")
  331. SpecialMesh165 = Instance.new("SpecialMesh")
  332. Part166 = Instance.new("Part")
  333. SpecialMesh167 = Instance.new("SpecialMesh")
  334. Part168 = Instance.new("Part")
  335. SpecialMesh169 = Instance.new("SpecialMesh")
  336. Part170 = Instance.new("Part")
  337. SpecialMesh171 = Instance.new("SpecialMesh")
  338. Part172 = Instance.new("Part")
  339. SpecialMesh173 = Instance.new("SpecialMesh")
  340. Part174 = Instance.new("Part")
  341. SpecialMesh175 = Instance.new("SpecialMesh")
  342. Part176 = Instance.new("Part")
  343. SpecialMesh177 = Instance.new("SpecialMesh")
  344. Part178 = Instance.new("Part")
  345. Part179 = Instance.new("Part")
  346. SpecialMesh180 = Instance.new("SpecialMesh")
  347. Part181 = Instance.new("Part")
  348. SpecialMesh182 = Instance.new("SpecialMesh")
  349. Part183 = Instance.new("Part")
  350. SpecialMesh184 = Instance.new("SpecialMesh")
  351. Part185 = Instance.new("Part")
  352. SpecialMesh186 = Instance.new("SpecialMesh")
  353. Part187 = Instance.new("Part")
  354. SpecialMesh188 = Instance.new("SpecialMesh")
  355. Part189 = Instance.new("Part")
  356. Part190 = Instance.new("Part")
  357. SpecialMesh191 = Instance.new("SpecialMesh")
  358. Part192 = Instance.new("Part")
  359. SpecialMesh193 = Instance.new("SpecialMesh")
  360. Part194 = Instance.new("Part")
  361. Part195 = Instance.new("Part")
  362. Part196 = Instance.new("Part")
  363. Part197 = Instance.new("Part")
  364. SpecialMesh198 = Instance.new("SpecialMesh")
  365. Part199 = Instance.new("Part")
  366. SpecialMesh200 = Instance.new("SpecialMesh")
  367. Part201 = Instance.new("Part")
  368. Part202 = Instance.new("Part")
  369. SpecialMesh203 = Instance.new("SpecialMesh")
  370. Part204 = Instance.new("Part")
  371. Part205 = Instance.new("Part")
  372. SpecialMesh206 = Instance.new("SpecialMesh")
  373. Part207 = Instance.new("Part")
  374. Part208 = Instance.new("Part")
  375. Part209 = Instance.new("Part")
  376. SpecialMesh210 = Instance.new("SpecialMesh")
  377. Part211 = Instance.new("Part")
  378. SpecialMesh212 = Instance.new("SpecialMesh")
  379. Part213 = Instance.new("Part")
  380. Part214 = Instance.new("Part")
  381. Part215 = Instance.new("Part")
  382. SpecialMesh216 = Instance.new("SpecialMesh")
  383. Part217 = Instance.new("Part")
  384. Part218 = Instance.new("Part")
  385. Part219 = Instance.new("Part")
  386. SpecialMesh220 = Instance.new("SpecialMesh")
  387. Part221 = Instance.new("Part")
  388. Part222 = Instance.new("Part")
  389. SpecialMesh223 = Instance.new("SpecialMesh")
  390. Part224 = Instance.new("Part")
  391. Part225 = Instance.new("Part")
  392. Part226 = Instance.new("Part")
  393. SpecialMesh227 = Instance.new("SpecialMesh")
  394. Part228 = Instance.new("Part")
  395. SpecialMesh229 = Instance.new("SpecialMesh")
  396. Part230 = Instance.new("Part")
  397. SpecialMesh231 = Instance.new("SpecialMesh")
  398. Part232 = Instance.new("Part")
  399. SpecialMesh233 = Instance.new("SpecialMesh")
  400. Part234 = Instance.new("Part")
  401. SpecialMesh235 = Instance.new("SpecialMesh")
  402. Part236 = Instance.new("Part")
  403. SpecialMesh237 = Instance.new("SpecialMesh")
  404. Part238 = Instance.new("Part")
  405. SpecialMesh239 = Instance.new("SpecialMesh")
  406. Part240 = Instance.new("Part")
  407. SpecialMesh241 = Instance.new("SpecialMesh")
  408. Part242 = Instance.new("Part")
  409. SpecialMesh243 = Instance.new("SpecialMesh")
  410. Part244 = Instance.new("Part")
  411. SpecialMesh245 = Instance.new("SpecialMesh")
  412. Part246 = Instance.new("Part")
  413. SpecialMesh247 = Instance.new("SpecialMesh")
  414. Part248 = Instance.new("Part")
  415. Part249 = Instance.new("Part")
  416. Part250 = Instance.new("Part")
  417. SpecialMesh251 = Instance.new("SpecialMesh")
  418. Part252 = Instance.new("Part")
  419. SpecialMesh253 = Instance.new("SpecialMesh")
  420. Part254 = Instance.new("Part")
  421. SpecialMesh255 = Instance.new("SpecialMesh")
  422. Part256 = Instance.new("Part")
  423. SpecialMesh257 = Instance.new("SpecialMesh")
  424. Part258 = Instance.new("Part")
  425. Part259 = Instance.new("Part")
  426. SpecialMesh260 = Instance.new("SpecialMesh")
  427. Part261 = Instance.new("Part")
  428. Part262 = Instance.new("Part")
  429. SpecialMesh263 = Instance.new("SpecialMesh")
  430. Part264 = Instance.new("Part")
  431. SpecialMesh265 = Instance.new("SpecialMesh")
  432. Part266 = Instance.new("Part")
  433. Part267 = Instance.new("Part")
  434. SpecialMesh268 = Instance.new("SpecialMesh")
  435. Part269 = Instance.new("Part")
  436. SpecialMesh270 = Instance.new("SpecialMesh")
  437. Part271 = Instance.new("Part")
  438. Part272 = Instance.new("Part")
  439. Part273 = Instance.new("Part")
  440. Part274 = Instance.new("Part")
  441. SpecialMesh275 = Instance.new("SpecialMesh")
  442. Part276 = Instance.new("Part")
  443. Part277 = Instance.new("Part")
  444. Part278 = Instance.new("Part")
  445. SpecialMesh279 = Instance.new("SpecialMesh")
  446. Part280 = Instance.new("Part")
  447. SpecialMesh281 = Instance.new("SpecialMesh")
  448. Part282 = Instance.new("Part")
  449. Part283 = Instance.new("Part")
  450. SpecialMesh284 = Instance.new("SpecialMesh")
  451. Part285 = Instance.new("Part")
  452. SpecialMesh286 = Instance.new("SpecialMesh")
  453. Part287 = Instance.new("Part")
  454. SpecialMesh288 = Instance.new("SpecialMesh")
  455. Part289 = Instance.new("Part")
  456. Part290 = Instance.new("Part")
  457. Part291 = Instance.new("Part")
  458. SpecialMesh292 = Instance.new("SpecialMesh")
  459. Part293 = Instance.new("Part")
  460. Part294 = Instance.new("Part")
  461. SpecialMesh295 = Instance.new("SpecialMesh")
  462. Part296 = Instance.new("Part")
  463. Part297 = Instance.new("Part")
  464. SpecialMesh298 = Instance.new("SpecialMesh")
  465. Part299 = Instance.new("Part")
  466. Part300 = Instance.new("Part")
  467. Part301 = Instance.new("Part")
  468. Part302 = Instance.new("Part")
  469. SpecialMesh303 = Instance.new("SpecialMesh")
  470. Part304 = Instance.new("Part")
  471. SpecialMesh305 = Instance.new("SpecialMesh")
  472. Part306 = Instance.new("Part")
  473. SpecialMesh307 = Instance.new("SpecialMesh")
  474. Part308 = Instance.new("Part")
  475. Part309 = Instance.new("Part")
  476. SpecialMesh310 = Instance.new("SpecialMesh")
  477. Part311 = Instance.new("Part")
  478. Part312 = Instance.new("Part")
  479. Part313 = Instance.new("Part")
  480. Part314 = Instance.new("Part")
  481. Part315 = Instance.new("Part")
  482. Part316 = Instance.new("Part")
  483. Part317 = Instance.new("Part")
  484. SpecialMesh318 = Instance.new("SpecialMesh")
  485. Part319 = Instance.new("Part")
  486. SpecialMesh320 = Instance.new("SpecialMesh")
  487. Part321 = Instance.new("Part")
  488. Part322 = Instance.new("Part")
  489. Part323 = Instance.new("Part")
  490. Part324 = Instance.new("Part")
  491. SpecialMesh325 = Instance.new("SpecialMesh")
  492. Part326 = Instance.new("Part")
  493. Part327 = Instance.new("Part")
  494. Part328 = Instance.new("Part")
  495. SpecialMesh329 = Instance.new("SpecialMesh")
  496. Part330 = Instance.new("Part")
  497. Part331 = Instance.new("Part")
  498. SpecialMesh332 = Instance.new("SpecialMesh")
  499. Part333 = Instance.new("Part")
  500. SpecialMesh334 = Instance.new("SpecialMesh")
  501. Part335 = Instance.new("Part")
  502. SpecialMesh336 = Instance.new("SpecialMesh")
  503. Part337 = Instance.new("Part")
  504. SpecialMesh338 = Instance.new("SpecialMesh")
  505. Part339 = Instance.new("Part")
  506. Model0.Name = "Beach"
  507. Model0.Parent = mas
  508. Part1.Parent = Model0
  509. Part1.Material = Enum.Material.SmoothPlastic
  510. Part1.BrickColor = BrickColor.new("CGA brown")
  511. Part1.Rotation = Vector3.new(0, -90, 0)
  512. Part1.FormFactor = Enum.FormFactor.Symmetric
  513. Part1.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  514. Part1.CFrame = CFrame.new(-234.750259, 67.4477768, -190.171341, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  515. Part1.Color = Color3.new(0.666667, 0.333333, 0)
  516. Part1.Position = Vector3.new(-234.750259, 67.4477768, -190.171341)
  517. Part1.Orientation = Vector3.new(0, -90, 0)
  518. Part1.Color = Color3.new(0.666667, 0.333333, 0)
  519. SpecialMesh2.Parent = Part1
  520. SpecialMesh2.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  521. SpecialMesh2.MeshType = Enum.MeshType.Sphere
  522. SpecialMesh2.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  523. Part3.Parent = Model0
  524. Part3.Material = Enum.Material.SmoothPlastic
  525. Part3.BrickColor = BrickColor.new("CGA brown")
  526. Part3.Rotation = Vector3.new(0, -90, 0)
  527. Part3.FormFactor = Enum.FormFactor.Symmetric
  528. Part3.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  529. Part3.CFrame = CFrame.new(-186.244812, 67.4477768, -98.0109482, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  530. Part3.Color = Color3.new(0.666667, 0.333333, 0)
  531. Part3.Position = Vector3.new(-186.244812, 67.4477768, -98.0109482)
  532. Part3.Orientation = Vector3.new(0, -90, 0)
  533. Part3.Color = Color3.new(0.666667, 0.333333, 0)
  534. SpecialMesh4.Parent = Part3
  535. SpecialMesh4.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  536. SpecialMesh4.MeshType = Enum.MeshType.Sphere
  537. SpecialMesh4.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  538. Part5.Parent = Model0
  539. Part5.Material = Enum.Material.SmoothPlastic
  540. Part5.BrickColor = BrickColor.new("Bright green")
  541. Part5.Rotation = Vector3.new(0, -90, 0)
  542. Part5.FormFactor = Enum.FormFactor.Symmetric
  543. Part5.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  544. Part5.CFrame = CFrame.new(-227.474442, 74.7236023, -192.596634, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  545. Part5.BackSurface = Enum.SurfaceType.Weld
  546. Part5.FrontSurface = Enum.SurfaceType.Weld
  547. Part5.LeftSurface = Enum.SurfaceType.Weld
  548. Part5.RightSurface = Enum.SurfaceType.Weld
  549. Part5.Color = Color3.new(0.294118, 0.592157, 0.294118)
  550. Part5.Position = Vector3.new(-227.474442, 74.7236023, -192.596634)
  551. Part5.Orientation = Vector3.new(0, -90, 0)
  552. Part5.Color = Color3.new(0.294118, 0.592157, 0.294118)
  553. Part6.Parent = Model0
  554. Part6.Material = Enum.Material.SmoothPlastic
  555. Part6.BrickColor = BrickColor.new("Bright green")
  556. Part6.Rotation = Vector3.new(0, -90, 0)
  557. Part6.FormFactor = Enum.FormFactor.Symmetric
  558. Part6.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  559. Part6.CFrame = CFrame.new(-193.52066, 72.2983246, -78.6087494, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  560. Part6.Color = Color3.new(0.294118, 0.592157, 0.294118)
  561. Part6.Position = Vector3.new(-193.52066, 72.2983246, -78.6087494)
  562. Part6.Orientation = Vector3.new(0, -90, 0)
  563. Part6.Color = Color3.new(0.294118, 0.592157, 0.294118)
  564. Part7.Parent = Model0
  565. Part7.Material = Enum.Material.SmoothPlastic
  566. Part7.BrickColor = BrickColor.new("CGA brown")
  567. Part7.Rotation = Vector3.new(0, -90, 0)
  568. Part7.FormFactor = Enum.FormFactor.Symmetric
  569. Part7.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  570. Part7.CFrame = CFrame.new(-229.899689, 67.4477768, -199.872437, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  571. Part7.Color = Color3.new(0.666667, 0.333333, 0)
  572. Part7.Position = Vector3.new(-229.899689, 67.4477768, -199.872437)
  573. Part7.Orientation = Vector3.new(0, -90, 0)
  574. Part7.Color = Color3.new(0.666667, 0.333333, 0)
  575. SpecialMesh8.Parent = Part7
  576. SpecialMesh8.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  577. SpecialMesh8.MeshType = Enum.MeshType.Sphere
  578. SpecialMesh8.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  579. Part9.Parent = Model0
  580. Part9.Material = Enum.Material.SmoothPlastic
  581. Part9.BrickColor = BrickColor.new("CGA brown")
  582. Part9.Rotation = Vector3.new(0, -90, 0)
  583. Part9.FormFactor = Enum.FormFactor.Symmetric
  584. Part9.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  585. Part9.CFrame = CFrame.new(-45.5788231, 67.4477463, -224.125198, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  586. Part9.Color = Color3.new(0.666667, 0.333333, 0)
  587. Part9.Position = Vector3.new(-45.5788231, 67.4477463, -224.125198)
  588. Part9.Orientation = Vector3.new(0, -90, 0)
  589. Part9.Color = Color3.new(0.666667, 0.333333, 0)
  590. SpecialMesh10.Parent = Part9
  591. SpecialMesh10.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  592. SpecialMesh10.MeshType = Enum.MeshType.Sphere
  593. SpecialMesh10.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  594. Part11.Parent = Model0
  595. Part11.Material = Enum.Material.SmoothPlastic
  596. Part11.BrickColor = BrickColor.new("CGA brown")
  597. Part11.Rotation = Vector3.new(0, -90, 0)
  598. Part11.FormFactor = Enum.FormFactor.Symmetric
  599. Part11.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  600. Part11.CFrame = CFrame.new(-55.2799072, 67.4477463, -228.975754, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  601. Part11.Color = Color3.new(0.666667, 0.333333, 0)
  602. Part11.Position = Vector3.new(-55.2799072, 67.4477463, -228.975754)
  603. Part11.Orientation = Vector3.new(0, -90, 0)
  604. Part11.Color = Color3.new(0.666667, 0.333333, 0)
  605. SpecialMesh12.Parent = Part11
  606. SpecialMesh12.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  607. SpecialMesh12.MeshType = Enum.MeshType.Sphere
  608. SpecialMesh12.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  609. Part13.Parent = Model0
  610. Part13.Material = Enum.Material.Wood
  611. Part13.BrickColor = BrickColor.new("Reddish brown")
  612. Part13.Rotation = Vector3.new(0, -90, 0)
  613. Part13.FormFactor = Enum.FormFactor.Symmetric
  614. Part13.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  615. Part13.CFrame = CFrame.new(-52.8546753, 65.0224686, -221.699905, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  616. Part13.BackSurface = Enum.SurfaceType.Weld
  617. Part13.FrontSurface = Enum.SurfaceType.Weld
  618. Part13.LeftSurface = Enum.SurfaceType.Weld
  619. Part13.RightSurface = Enum.SurfaceType.Weld
  620. Part13.Color = Color3.new(0.411765, 0.25098, 0.156863)
  621. Part13.Position = Vector3.new(-52.8546753, 65.0224686, -221.699905)
  622. Part13.Orientation = Vector3.new(0, -90, 0)
  623. Part13.Color = Color3.new(0.411765, 0.25098, 0.156863)
  624. SpecialMesh14.Parent = Part13
  625. SpecialMesh14.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  626. SpecialMesh14.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  627. Part15.Parent = Model0
  628. Part15.Material = Enum.Material.SmoothPlastic
  629. Part15.BrickColor = BrickColor.new("CGA brown")
  630. Part15.Rotation = Vector3.new(0, -90, 0)
  631. Part15.FormFactor = Enum.FormFactor.Symmetric
  632. Part15.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  633. Part15.CFrame = CFrame.new(-50.4293365, 67.4477463, -214.424103, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  634. Part15.Color = Color3.new(0.666667, 0.333333, 0)
  635. Part15.Position = Vector3.new(-50.4293365, 67.4477463, -214.424103)
  636. Part15.Orientation = Vector3.new(0, -90, 0)
  637. Part15.Color = Color3.new(0.666667, 0.333333, 0)
  638. SpecialMesh16.Parent = Part15
  639. SpecialMesh16.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  640. SpecialMesh16.MeshType = Enum.MeshType.Sphere
  641. SpecialMesh16.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  642. Part17.Parent = Model0
  643. Part17.Material = Enum.Material.SmoothPlastic
  644. Part17.BrickColor = BrickColor.new("Bright green")
  645. Part17.FormFactor = Enum.FormFactor.Symmetric
  646. Part17.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  647. Part17.CFrame = CFrame.new(-69.831543, 72.2982864, -221.699936, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  648. Part17.Color = Color3.new(0.294118, 0.592157, 0.294118)
  649. Part17.Position = Vector3.new(-69.831543, 72.2982864, -221.699936)
  650. Part17.Color = Color3.new(0.294118, 0.592157, 0.294118)
  651. Part18.Parent = Model0
  652. Part18.Material = Enum.Material.Wood
  653. Part18.BrickColor = BrickColor.new("Reddish brown")
  654. Part18.Rotation = Vector3.new(0, -90, 0)
  655. Part18.FormFactor = Enum.FormFactor.Symmetric
  656. Part18.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  657. Part18.CFrame = CFrame.new(-52.8546753, 55.3213806, -221.699905, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  658. Part18.Color = Color3.new(0.411765, 0.25098, 0.156863)
  659. Part18.Position = Vector3.new(-52.8546753, 55.3213806, -221.699905)
  660. Part18.Orientation = Vector3.new(0, -90, 0)
  661. Part18.Color = Color3.new(0.411765, 0.25098, 0.156863)
  662. SpecialMesh19.Parent = Part18
  663. SpecialMesh19.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  664. SpecialMesh19.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  665. Part20.Parent = Model0
  666. Part20.Material = Enum.Material.SmoothPlastic
  667. Part20.BrickColor = BrickColor.new("Bright green")
  668. Part20.Rotation = Vector3.new(-180, 0, -180)
  669. Part20.FormFactor = Enum.FormFactor.Symmetric
  670. Part20.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  671. Part20.CFrame = CFrame.new(-35.8777046, 72.2982864, -221.699936, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  672. Part20.Color = Color3.new(0.294118, 0.592157, 0.294118)
  673. Part20.Position = Vector3.new(-35.8777046, 72.2982864, -221.699936)
  674. Part20.Orientation = Vector3.new(0, 180, 0)
  675. Part20.Color = Color3.new(0.294118, 0.592157, 0.294118)
  676. Part21.Parent = Model0
  677. Part21.Material = Enum.Material.SmoothPlastic
  678. Part21.BrickColor = BrickColor.new("Bright green")
  679. Part21.Rotation = Vector3.new(0, -90, 0)
  680. Part21.FormFactor = Enum.FormFactor.Symmetric
  681. Part21.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  682. Part21.CFrame = CFrame.new(-52.8546715, 72.2982864, -204.722992, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  683. Part21.Color = Color3.new(0.294118, 0.592157, 0.294118)
  684. Part21.Position = Vector3.new(-52.8546715, 72.2982864, -204.722992)
  685. Part21.Orientation = Vector3.new(0, -90, 0)
  686. Part21.Color = Color3.new(0.294118, 0.592157, 0.294118)
  687. Part22.Parent = Model0
  688. Part22.Material = Enum.Material.SmoothPlastic
  689. Part22.BrickColor = BrickColor.new("CGA brown")
  690. Part22.Rotation = Vector3.new(0, -90, 0)
  691. Part22.FormFactor = Enum.FormFactor.Symmetric
  692. Part22.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  693. Part22.CFrame = CFrame.new(-60.1304779, 67.4477463, -219.274689, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  694. Part22.Color = Color3.new(0.666667, 0.333333, 0)
  695. Part22.Position = Vector3.new(-60.1304779, 67.4477463, -219.274689)
  696. Part22.Orientation = Vector3.new(0, -90, 0)
  697. Part22.Color = Color3.new(0.666667, 0.333333, 0)
  698. SpecialMesh23.Parent = Part22
  699. SpecialMesh23.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  700. SpecialMesh23.MeshType = Enum.MeshType.Sphere
  701. SpecialMesh23.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  702. Part24.Parent = Model0
  703. Part24.Material = Enum.Material.SmoothPlastic
  704. Part24.BrickColor = BrickColor.new("Bright green")
  705. Part24.Rotation = Vector3.new(0, 90, 0)
  706. Part24.FormFactor = Enum.FormFactor.Symmetric
  707. Part24.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  708. Part24.CFrame = CFrame.new(-52.8546715, 72.2982864, -238.67688, -0, 0, 1, 0, 1, 0, -1, 0, 0)
  709. Part24.Color = Color3.new(0.294118, 0.592157, 0.294118)
  710. Part24.Position = Vector3.new(-52.8546715, 72.2982864, -238.67688)
  711. Part24.Orientation = Vector3.new(0, 90, 0)
  712. Part24.Color = Color3.new(0.294118, 0.592157, 0.294118)
  713. Part25.Parent = Model0
  714. Part25.Material = Enum.Material.SmoothPlastic
  715. Part25.BrickColor = BrickColor.new("CGA brown")
  716. Part25.Rotation = Vector3.new(0, -90, 0)
  717. Part25.FormFactor = Enum.FormFactor.Symmetric
  718. Part25.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  719. Part25.CFrame = CFrame.new(-55.2799072, 67.4477463, -214.424103, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  720. Part25.Color = Color3.new(0.666667, 0.333333, 0)
  721. Part25.Position = Vector3.new(-55.2799072, 67.4477463, -214.424103)
  722. Part25.Orientation = Vector3.new(0, -90, 0)
  723. Part25.Color = Color3.new(0.666667, 0.333333, 0)
  724. SpecialMesh26.Parent = Part25
  725. SpecialMesh26.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  726. SpecialMesh26.MeshType = Enum.MeshType.Sphere
  727. SpecialMesh26.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  728. Part27.Parent = Model0
  729. Part27.Material = Enum.Material.SmoothPlastic
  730. Part27.BrickColor = BrickColor.new("CGA brown")
  731. Part27.Rotation = Vector3.new(0, -90, 0)
  732. Part27.FormFactor = Enum.FormFactor.Symmetric
  733. Part27.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  734. Part27.CFrame = CFrame.new(-60.1304779, 67.4477463, -224.125198, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  735. Part27.Color = Color3.new(0.666667, 0.333333, 0)
  736. Part27.Position = Vector3.new(-60.1304779, 67.4477463, -224.125198)
  737. Part27.Orientation = Vector3.new(0, -90, 0)
  738. Part27.Color = Color3.new(0.666667, 0.333333, 0)
  739. SpecialMesh28.Parent = Part27
  740. SpecialMesh28.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  741. SpecialMesh28.MeshType = Enum.MeshType.Sphere
  742. SpecialMesh28.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  743. Part29.Parent = Model0
  744. Part29.Material = Enum.Material.SmoothPlastic
  745. Part29.BrickColor = BrickColor.new("CGA brown")
  746. Part29.Rotation = Vector3.new(0, -90, 0)
  747. Part29.FormFactor = Enum.FormFactor.Symmetric
  748. Part29.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  749. Part29.CFrame = CFrame.new(-50.4293365, 67.4477463, -228.975677, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  750. Part29.Color = Color3.new(0.666667, 0.333333, 0)
  751. Part29.Position = Vector3.new(-50.4293365, 67.4477463, -228.975677)
  752. Part29.Orientation = Vector3.new(0, -90, 0)
  753. Part29.Color = Color3.new(0.666667, 0.333333, 0)
  754. SpecialMesh30.Parent = Part29
  755. SpecialMesh30.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  756. SpecialMesh30.MeshType = Enum.MeshType.Sphere
  757. SpecialMesh30.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  758. Part31.Parent = Model0
  759. Part31.Material = Enum.Material.SmoothPlastic
  760. Part31.BrickColor = BrickColor.new("CGA brown")
  761. Part31.Rotation = Vector3.new(0, -90, 0)
  762. Part31.FormFactor = Enum.FormFactor.Symmetric
  763. Part31.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  764. Part31.CFrame = CFrame.new(-45.5788574, 67.4477463, -219.274689, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  765. Part31.Color = Color3.new(0.666667, 0.333333, 0)
  766. Part31.Position = Vector3.new(-45.5788574, 67.4477463, -219.274689)
  767. Part31.Orientation = Vector3.new(0, -90, 0)
  768. Part31.Color = Color3.new(0.666667, 0.333333, 0)
  769. SpecialMesh32.Parent = Part31
  770. SpecialMesh32.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  771. SpecialMesh32.MeshType = Enum.MeshType.Sphere
  772. SpecialMesh32.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  773. Part33.Parent = Model0
  774. Part33.Material = Enum.Material.SmoothPlastic
  775. Part33.BrickColor = BrickColor.new("CGA brown")
  776. Part33.Rotation = Vector3.new(0, -90, 0)
  777. Part33.FormFactor = Enum.FormFactor.Symmetric
  778. Part33.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  779. Part33.CFrame = CFrame.new(-225.049103, 67.4477768, -185.320831, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  780. Part33.Color = Color3.new(0.666667, 0.333333, 0)
  781. Part33.Position = Vector3.new(-225.049103, 67.4477768, -185.320831)
  782. Part33.Orientation = Vector3.new(0, -90, 0)
  783. Part33.Color = Color3.new(0.666667, 0.333333, 0)
  784. SpecialMesh34.Parent = Part33
  785. SpecialMesh34.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  786. SpecialMesh34.MeshType = Enum.MeshType.Sphere
  787. SpecialMesh34.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  788. Part35.Parent = Model0
  789. Part35.Material = Enum.Material.SmoothPlastic
  790. Part35.BrickColor = BrickColor.new("CGA brown")
  791. Part35.Rotation = Vector3.new(0, -90, 0)
  792. Part35.FormFactor = Enum.FormFactor.Symmetric
  793. Part35.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  794. Part35.CFrame = CFrame.new(-195.945953, 67.4477768, -102.861519, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  795. Part35.Color = Color3.new(0.666667, 0.333333, 0)
  796. Part35.Position = Vector3.new(-195.945953, 67.4477768, -102.861519)
  797. Part35.Orientation = Vector3.new(0, -90, 0)
  798. Part35.Color = Color3.new(0.666667, 0.333333, 0)
  799. SpecialMesh36.Parent = Part35
  800. SpecialMesh36.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  801. SpecialMesh36.MeshType = Enum.MeshType.Sphere
  802. SpecialMesh36.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  803. Part37.Parent = Model0
  804. Part37.Material = Enum.Material.SmoothPlastic
  805. Part37.BrickColor = BrickColor.new("Bright green")
  806. Part37.Rotation = Vector3.new(0, -90, 0)
  807. Part37.FormFactor = Enum.FormFactor.Symmetric
  808. Part37.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  809. Part37.CFrame = CFrame.new(-193.52066, 74.7236023, -95.5856705, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  810. Part37.BackSurface = Enum.SurfaceType.Weld
  811. Part37.FrontSurface = Enum.SurfaceType.Weld
  812. Part37.LeftSurface = Enum.SurfaceType.Weld
  813. Part37.RightSurface = Enum.SurfaceType.Weld
  814. Part37.Color = Color3.new(0.294118, 0.592157, 0.294118)
  815. Part37.Position = Vector3.new(-193.52066, 74.7236023, -95.5856705)
  816. Part37.Orientation = Vector3.new(0, -90, 0)
  817. Part37.Color = Color3.new(0.294118, 0.592157, 0.294118)
  818. Part38.Parent = Model0
  819. Part38.Material = Enum.Material.SmoothPlastic
  820. Part38.BrickColor = BrickColor.new("CGA brown")
  821. Part38.Rotation = Vector3.new(0, -90, 0)
  822. Part38.FormFactor = Enum.FormFactor.Symmetric
  823. Part38.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  824. Part38.CFrame = CFrame.new(-220.198593, 67.4477768, -190.171341, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  825. Part38.Color = Color3.new(0.666667, 0.333333, 0)
  826. Part38.Position = Vector3.new(-220.198593, 67.4477768, -190.171341)
  827. Part38.Orientation = Vector3.new(0, -90, 0)
  828. Part38.Color = Color3.new(0.666667, 0.333333, 0)
  829. SpecialMesh39.Parent = Part38
  830. SpecialMesh39.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  831. SpecialMesh39.MeshType = Enum.MeshType.Sphere
  832. SpecialMesh39.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  833. Part40.Parent = Model0
  834. Part40.Material = Enum.Material.SmoothPlastic
  835. Part40.BrickColor = BrickColor.new("Bright green")
  836. Part40.Rotation = Vector3.new(-180, 0, -180)
  837. Part40.FormFactor = Enum.FormFactor.Symmetric
  838. Part40.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  839. Part40.CFrame = CFrame.new(-210.497452, 72.2983246, -192.596634, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  840. Part40.Color = Color3.new(0.294118, 0.592157, 0.294118)
  841. Part40.Position = Vector3.new(-210.497452, 72.2983246, -192.596634)
  842. Part40.Orientation = Vector3.new(0, 180, 0)
  843. Part40.Color = Color3.new(0.294118, 0.592157, 0.294118)
  844. Part41.Parent = Model0
  845. Part41.Material = Enum.Material.Wood
  846. Part41.BrickColor = BrickColor.new("Reddish brown")
  847. Part41.Rotation = Vector3.new(0, -90, 0)
  848. Part41.FormFactor = Enum.FormFactor.Symmetric
  849. Part41.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  850. Part41.CFrame = CFrame.new(-227.474442, 65.0224991, -192.596634, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  851. Part41.BackSurface = Enum.SurfaceType.Weld
  852. Part41.FrontSurface = Enum.SurfaceType.Weld
  853. Part41.LeftSurface = Enum.SurfaceType.Weld
  854. Part41.RightSurface = Enum.SurfaceType.Weld
  855. Part41.Color = Color3.new(0.411765, 0.25098, 0.156863)
  856. Part41.Position = Vector3.new(-227.474442, 65.0224991, -192.596634)
  857. Part41.Orientation = Vector3.new(0, -90, 0)
  858. Part41.Color = Color3.new(0.411765, 0.25098, 0.156863)
  859. SpecialMesh42.Parent = Part41
  860. SpecialMesh42.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  861. SpecialMesh42.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  862. Part43.Parent = Model0
  863. Part43.Material = Enum.Material.SmoothPlastic
  864. Part43.BrickColor = BrickColor.new("CGA brown")
  865. Part43.Rotation = Vector3.new(0, -90, 0)
  866. Part43.FormFactor = Enum.FormFactor.Symmetric
  867. Part43.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  868. Part43.CFrame = CFrame.new(-191.095367, 67.4477768, -102.861519, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  869. Part43.Color = Color3.new(0.666667, 0.333333, 0)
  870. Part43.Position = Vector3.new(-191.095367, 67.4477768, -102.861519)
  871. Part43.Orientation = Vector3.new(0, -90, 0)
  872. Part43.Color = Color3.new(0.666667, 0.333333, 0)
  873. SpecialMesh44.Parent = Part43
  874. SpecialMesh44.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  875. SpecialMesh44.MeshType = Enum.MeshType.Sphere
  876. SpecialMesh44.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  877. Part45.Parent = Model0
  878. Part45.Material = Enum.Material.SmoothPlastic
  879. Part45.BrickColor = BrickColor.new("CGA brown")
  880. Part45.Rotation = Vector3.new(0, -90, 0)
  881. Part45.FormFactor = Enum.FormFactor.Symmetric
  882. Part45.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  883. Part45.CFrame = CFrame.new(-234.750244, 67.4477768, -195.021896, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  884. Part45.Color = Color3.new(0.666667, 0.333333, 0)
  885. Part45.Position = Vector3.new(-234.750244, 67.4477768, -195.021896)
  886. Part45.Orientation = Vector3.new(0, -90, 0)
  887. Part45.Color = Color3.new(0.666667, 0.333333, 0)
  888. SpecialMesh46.Parent = Part45
  889. SpecialMesh46.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  890. SpecialMesh46.MeshType = Enum.MeshType.Sphere
  891. SpecialMesh46.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  892. Part47.Parent = Model0
  893. Part47.Material = Enum.Material.SmoothPlastic
  894. Part47.BrickColor = BrickColor.new("CGA brown")
  895. Part47.Rotation = Vector3.new(0, -90, 0)
  896. Part47.FormFactor = Enum.FormFactor.Symmetric
  897. Part47.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  898. Part47.CFrame = CFrame.new(-200.796463, 67.4477768, -93.1604156, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  899. Part47.Color = Color3.new(0.666667, 0.333333, 0)
  900. Part47.Position = Vector3.new(-200.796463, 67.4477768, -93.1604156)
  901. Part47.Orientation = Vector3.new(0, -90, 0)
  902. Part47.Color = Color3.new(0.666667, 0.333333, 0)
  903. SpecialMesh48.Parent = Part47
  904. SpecialMesh48.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  905. SpecialMesh48.MeshType = Enum.MeshType.Sphere
  906. SpecialMesh48.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  907. Part49.Parent = Model0
  908. Part49.Material = Enum.Material.SmoothPlastic
  909. Part49.BrickColor = BrickColor.new("Bright green")
  910. Part49.Rotation = Vector3.new(-180, 0, -180)
  911. Part49.FormFactor = Enum.FormFactor.Symmetric
  912. Part49.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  913. Part49.CFrame = CFrame.new(-176.543671, 72.2983246, -95.5856705, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  914. Part49.Color = Color3.new(0.294118, 0.592157, 0.294118)
  915. Part49.Position = Vector3.new(-176.543671, 72.2983246, -95.5856705)
  916. Part49.Orientation = Vector3.new(0, 180, 0)
  917. Part49.Color = Color3.new(0.294118, 0.592157, 0.294118)
  918. Part50.Parent = Model0
  919. Part50.Material = Enum.Material.SmoothPlastic
  920. Part50.BrickColor = BrickColor.new("CGA brown")
  921. Part50.Rotation = Vector3.new(0, -90, 0)
  922. Part50.FormFactor = Enum.FormFactor.Symmetric
  923. Part50.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  924. Part50.CFrame = CFrame.new(-225.049103, 67.4477768, -199.872437, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  925. Part50.Color = Color3.new(0.666667, 0.333333, 0)
  926. Part50.Position = Vector3.new(-225.049103, 67.4477768, -199.872437)
  927. Part50.Orientation = Vector3.new(0, -90, 0)
  928. Part50.Color = Color3.new(0.666667, 0.333333, 0)
  929. SpecialMesh51.Parent = Part50
  930. SpecialMesh51.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  931. SpecialMesh51.MeshType = Enum.MeshType.Sphere
  932. SpecialMesh51.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  933. Part52.Parent = Model0
  934. Part52.Material = Enum.Material.SmoothPlastic
  935. Part52.BrickColor = BrickColor.new("CGA brown")
  936. Part52.Rotation = Vector3.new(0, -90, 0)
  937. Part52.FormFactor = Enum.FormFactor.Symmetric
  938. Part52.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  939. Part52.CFrame = CFrame.new(-229.899689, 67.4477768, -185.320831, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  940. Part52.Color = Color3.new(0.666667, 0.333333, 0)
  941. Part52.Position = Vector3.new(-229.899689, 67.4477768, -185.320831)
  942. Part52.Orientation = Vector3.new(0, -90, 0)
  943. Part52.Color = Color3.new(0.666667, 0.333333, 0)
  944. SpecialMesh53.Parent = Part52
  945. SpecialMesh53.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  946. SpecialMesh53.MeshType = Enum.MeshType.Sphere
  947. SpecialMesh53.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  948. Part54.Parent = Model0
  949. Part54.Material = Enum.Material.SmoothPlastic
  950. Part54.BrickColor = BrickColor.new("CGA brown")
  951. Part54.Rotation = Vector3.new(0, -90, 0)
  952. Part54.FormFactor = Enum.FormFactor.Symmetric
  953. Part54.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  954. Part54.CFrame = CFrame.new(-191.095367, 67.4477768, -88.309845, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  955. Part54.Color = Color3.new(0.666667, 0.333333, 0)
  956. Part54.Position = Vector3.new(-191.095367, 67.4477768, -88.309845)
  957. Part54.Orientation = Vector3.new(0, -90, 0)
  958. Part54.Color = Color3.new(0.666667, 0.333333, 0)
  959. SpecialMesh55.Parent = Part54
  960. SpecialMesh55.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  961. SpecialMesh55.MeshType = Enum.MeshType.Sphere
  962. SpecialMesh55.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  963. Part56.Parent = Model0
  964. Part56.Material = Enum.Material.SmoothPlastic
  965. Part56.BrickColor = BrickColor.new("Bright green")
  966. Part56.Rotation = Vector3.new(0, 90, 0)
  967. Part56.FormFactor = Enum.FormFactor.Symmetric
  968. Part56.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  969. Part56.CFrame = CFrame.new(-193.52066, 72.2983246, -112.562561, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  970. Part56.Color = Color3.new(0.294118, 0.592157, 0.294118)
  971. Part56.Position = Vector3.new(-193.52066, 72.2983246, -112.562561)
  972. Part56.Orientation = Vector3.new(0, 90, 0)
  973. Part56.Color = Color3.new(0.294118, 0.592157, 0.294118)
  974. Part57.Parent = Model0
  975. Part57.Material = Enum.Material.Wood
  976. Part57.BrickColor = BrickColor.new("Reddish brown")
  977. Part57.Rotation = Vector3.new(0, -90, 0)
  978. Part57.FormFactor = Enum.FormFactor.Symmetric
  979. Part57.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  980. Part57.CFrame = CFrame.new(-227.474442, 55.3214111, -192.596634, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  981. Part57.Color = Color3.new(0.411765, 0.25098, 0.156863)
  982. Part57.Position = Vector3.new(-227.474442, 55.3214111, -192.596634)
  983. Part57.Orientation = Vector3.new(0, -90, 0)
  984. Part57.Color = Color3.new(0.411765, 0.25098, 0.156863)
  985. SpecialMesh58.Parent = Part57
  986. SpecialMesh58.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  987. SpecialMesh58.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  988. Part59.Parent = Model0
  989. Part59.Material = Enum.Material.Wood
  990. Part59.BrickColor = BrickColor.new("Reddish brown")
  991. Part59.Rotation = Vector3.new(0, -90, 0)
  992. Part59.FormFactor = Enum.FormFactor.Symmetric
  993. Part59.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  994. Part59.CFrame = CFrame.new(-193.52066, 55.3214111, -95.5856705, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  995. Part59.Color = Color3.new(0.411765, 0.25098, 0.156863)
  996. Part59.Position = Vector3.new(-193.52066, 55.3214111, -95.5856705)
  997. Part59.Orientation = Vector3.new(0, -90, 0)
  998. Part59.Color = Color3.new(0.411765, 0.25098, 0.156863)
  999. SpecialMesh60.Parent = Part59
  1000. SpecialMesh60.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1001. SpecialMesh60.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1002. Part61.Parent = Model0
  1003. Part61.Material = Enum.Material.SmoothPlastic
  1004. Part61.BrickColor = BrickColor.new("Bright green")
  1005. Part61.FormFactor = Enum.FormFactor.Symmetric
  1006. Part61.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  1007. Part61.CFrame = CFrame.new(-210.497528, 72.2983246, -95.5856705, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1008. Part61.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1009. Part61.Position = Vector3.new(-210.497528, 72.2983246, -95.5856705)
  1010. Part61.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1011. Part62.Parent = Model0
  1012. Part62.Material = Enum.Material.SmoothPlastic
  1013. Part62.BrickColor = BrickColor.new("CGA brown")
  1014. Part62.Rotation = Vector3.new(0, -90, 0)
  1015. Part62.FormFactor = Enum.FormFactor.Symmetric
  1016. Part62.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  1017. Part62.CFrame = CFrame.new(-186.244812, 67.4477768, -93.1604156, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1018. Part62.Color = Color3.new(0.666667, 0.333333, 0)
  1019. Part62.Position = Vector3.new(-186.244812, 67.4477768, -93.1604156)
  1020. Part62.Orientation = Vector3.new(0, -90, 0)
  1021. Part62.Color = Color3.new(0.666667, 0.333333, 0)
  1022. SpecialMesh63.Parent = Part62
  1023. SpecialMesh63.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1024. SpecialMesh63.MeshType = Enum.MeshType.Sphere
  1025. SpecialMesh63.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1026. Part64.Parent = Model0
  1027. Part64.Material = Enum.Material.SmoothPlastic
  1028. Part64.BrickColor = BrickColor.new("Bright green")
  1029. Part64.FormFactor = Enum.FormFactor.Symmetric
  1030. Part64.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  1031. Part64.CFrame = CFrame.new(-244.451385, 72.2983246, -192.596634, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1032. Part64.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1033. Part64.Position = Vector3.new(-244.451385, 72.2983246, -192.596634)
  1034. Part64.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1035. Part65.Parent = Model0
  1036. Part65.Material = Enum.Material.SmoothPlastic
  1037. Part65.BrickColor = BrickColor.new("CGA brown")
  1038. Part65.Rotation = Vector3.new(0, -90, 0)
  1039. Part65.FormFactor = Enum.FormFactor.Symmetric
  1040. Part65.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  1041. Part65.CFrame = CFrame.new(-195.945953, 67.4477768, -88.309845, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1042. Part65.Color = Color3.new(0.666667, 0.333333, 0)
  1043. Part65.Position = Vector3.new(-195.945953, 67.4477768, -88.309845)
  1044. Part65.Orientation = Vector3.new(0, -90, 0)
  1045. Part65.Color = Color3.new(0.666667, 0.333333, 0)
  1046. SpecialMesh66.Parent = Part65
  1047. SpecialMesh66.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1048. SpecialMesh66.MeshType = Enum.MeshType.Sphere
  1049. SpecialMesh66.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1050. Part67.Parent = Model0
  1051. Part67.Material = Enum.Material.SmoothPlastic
  1052. Part67.BrickColor = BrickColor.new("Bright green")
  1053. Part67.Rotation = Vector3.new(0, -90, 0)
  1054. Part67.FormFactor = Enum.FormFactor.Symmetric
  1055. Part67.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  1056. Part67.CFrame = CFrame.new(-227.474442, 72.2983246, -175.619659, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1057. Part67.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1058. Part67.Position = Vector3.new(-227.474442, 72.2983246, -175.619659)
  1059. Part67.Orientation = Vector3.new(0, -90, 0)
  1060. Part67.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1061. Part68.Parent = Model0
  1062. Part68.Material = Enum.Material.Wood
  1063. Part68.BrickColor = BrickColor.new("Reddish brown")
  1064. Part68.Rotation = Vector3.new(0, -90, 0)
  1065. Part68.FormFactor = Enum.FormFactor.Symmetric
  1066. Part68.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  1067. Part68.CFrame = CFrame.new(-193.52066, 65.0224991, -95.5856705, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1068. Part68.BackSurface = Enum.SurfaceType.Weld
  1069. Part68.FrontSurface = Enum.SurfaceType.Weld
  1070. Part68.LeftSurface = Enum.SurfaceType.Weld
  1071. Part68.RightSurface = Enum.SurfaceType.Weld
  1072. Part68.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1073. Part68.Position = Vector3.new(-193.52066, 65.0224991, -95.5856705)
  1074. Part68.Orientation = Vector3.new(0, -90, 0)
  1075. Part68.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1076. SpecialMesh69.Parent = Part68
  1077. SpecialMesh69.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1078. SpecialMesh69.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1079. Part70.Parent = Model0
  1080. Part70.Material = Enum.Material.SmoothPlastic
  1081. Part70.BrickColor = BrickColor.new("CGA brown")
  1082. Part70.Rotation = Vector3.new(0, -90, 0)
  1083. Part70.FormFactor = Enum.FormFactor.Symmetric
  1084. Part70.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  1085. Part70.CFrame = CFrame.new(-220.198593, 67.4477768, -195.021896, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1086. Part70.Color = Color3.new(0.666667, 0.333333, 0)
  1087. Part70.Position = Vector3.new(-220.198593, 67.4477768, -195.021896)
  1088. Part70.Orientation = Vector3.new(0, -90, 0)
  1089. Part70.Color = Color3.new(0.666667, 0.333333, 0)
  1090. SpecialMesh71.Parent = Part70
  1091. SpecialMesh71.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1092. SpecialMesh71.MeshType = Enum.MeshType.Sphere
  1093. SpecialMesh71.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1094. Part72.Parent = Model0
  1095. Part72.Material = Enum.Material.SmoothPlastic
  1096. Part72.BrickColor = BrickColor.new("CGA brown")
  1097. Part72.Rotation = Vector3.new(0, -90, 0)
  1098. Part72.FormFactor = Enum.FormFactor.Symmetric
  1099. Part72.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  1100. Part72.CFrame = CFrame.new(-200.796463, 67.4477768, -98.0109482, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1101. Part72.Color = Color3.new(0.666667, 0.333333, 0)
  1102. Part72.Position = Vector3.new(-200.796463, 67.4477768, -98.0109482)
  1103. Part72.Orientation = Vector3.new(0, -90, 0)
  1104. Part72.Color = Color3.new(0.666667, 0.333333, 0)
  1105. SpecialMesh73.Parent = Part72
  1106. SpecialMesh73.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1107. SpecialMesh73.MeshType = Enum.MeshType.Sphere
  1108. SpecialMesh73.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1109. Part74.Parent = Model0
  1110. Part74.Material = Enum.Material.SmoothPlastic
  1111. Part74.BrickColor = BrickColor.new("Bright green")
  1112. Part74.Rotation = Vector3.new(0, 90, 0)
  1113. Part74.FormFactor = Enum.FormFactor.Symmetric
  1114. Part74.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  1115. Part74.CFrame = CFrame.new(-227.474442, 72.2983246, -209.573547, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1116. Part74.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1117. Part74.Position = Vector3.new(-227.474442, 72.2983246, -209.573547)
  1118. Part74.Orientation = Vector3.new(0, 90, 0)
  1119. Part74.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1120. Part75.Parent = Model0
  1121. Part75.Material = Enum.Material.SmoothPlastic
  1122. Part75.BrickColor = BrickColor.new("Bright red")
  1123. Part75.Rotation = Vector3.new(0, -90, 0)
  1124. Part75.FormFactor = Enum.FormFactor.Symmetric
  1125. Part75.Size = Vector3.new(63.0571022, 4.85054636, 63.0571022)
  1126. Part75.CFrame = CFrame.new(-50.4293365, 52.8961411, -98.0109329, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1127. Part75.Color = Color3.new(0.768627, 0.156863, 0.109804)
  1128. Part75.Position = Vector3.new(-50.4293365, 52.8961411, -98.0109329)
  1129. Part75.Orientation = Vector3.new(0, -90, 0)
  1130. Part75.Color = Color3.new(0.768627, 0.156863, 0.109804)
  1131. Part76.Parent = Model0
  1132. Part76.Material = Enum.Material.Wood
  1133. Part76.BrickColor = BrickColor.new("Reddish brown")
  1134. Part76.Rotation = Vector3.new(0, -90, 0)
  1135. Part76.FormFactor = Enum.FormFactor.Symmetric
  1136. Part76.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  1137. Part76.CFrame = CFrame.new(-91.6590729, 55.3213806, 30.5285358, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1138. Part76.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1139. Part76.Position = Vector3.new(-91.6590729, 55.3213806, 30.5285358)
  1140. Part76.Orientation = Vector3.new(0, -90, 0)
  1141. Part76.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1142. SpecialMesh77.Parent = Part76
  1143. SpecialMesh77.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1144. SpecialMesh77.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1145. Part78.Parent = Model0
  1146. Part78.Material = Enum.Material.SmoothPlastic
  1147. Part78.BrickColor = BrickColor.new("CGA brown")
  1148. Part78.Rotation = Vector3.new(0, -90, 0)
  1149. Part78.FormFactor = Enum.FormFactor.Symmetric
  1150. Part78.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  1151. Part78.CFrame = CFrame.new(-89.2338028, 67.4477463, 23.2527161, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1152. Part78.Color = Color3.new(0.666667, 0.333333, 0)
  1153. Part78.Position = Vector3.new(-89.2338028, 67.4477463, 23.2527161)
  1154. Part78.Orientation = Vector3.new(0, -90, 0)
  1155. Part78.Color = Color3.new(0.666667, 0.333333, 0)
  1156. SpecialMesh79.Parent = Part78
  1157. SpecialMesh79.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1158. SpecialMesh79.MeshType = Enum.MeshType.Sphere
  1159. SpecialMesh79.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1160. Part80.Parent = Model0
  1161. Part80.Material = Enum.Material.SmoothPlastic
  1162. Part80.BrickColor = BrickColor.new("Bright green")
  1163. Part80.FormFactor = Enum.FormFactor.Symmetric
  1164. Part80.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  1165. Part80.CFrame = CFrame.new(-108.635986, 72.2982864, 30.5285378, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1166. Part80.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1167. Part80.Position = Vector3.new(-108.635986, 72.2982864, 30.5285378)
  1168. Part80.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1169. Part81.Parent = Model0
  1170. Part81.Material = Enum.Material.SmoothPlastic
  1171. Part81.BrickColor = BrickColor.new("CGA brown")
  1172. Part81.Rotation = Vector3.new(0, -90, 0)
  1173. Part81.FormFactor = Enum.FormFactor.Symmetric
  1174. Part81.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  1175. Part81.CFrame = CFrame.new(-94.0842743, 67.4477463, 23.2527161, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1176. Part81.Color = Color3.new(0.666667, 0.333333, 0)
  1177. Part81.Position = Vector3.new(-94.0842743, 67.4477463, 23.2527161)
  1178. Part81.Orientation = Vector3.new(0, -90, 0)
  1179. Part81.Color = Color3.new(0.666667, 0.333333, 0)
  1180. SpecialMesh82.Parent = Part81
  1181. SpecialMesh82.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1182. SpecialMesh82.MeshType = Enum.MeshType.Sphere
  1183. SpecialMesh82.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1184. Part83.Parent = Model0
  1185. Part83.Material = Enum.Material.SmoothPlastic
  1186. Part83.BrickColor = BrickColor.new("CGA brown")
  1187. Part83.Rotation = Vector3.new(0, -90, 0)
  1188. Part83.FormFactor = Enum.FormFactor.Symmetric
  1189. Part83.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  1190. Part83.CFrame = CFrame.new(-89.2338028, 67.4477463, 37.8043365, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1191. Part83.Color = Color3.new(0.666667, 0.333333, 0)
  1192. Part83.Position = Vector3.new(-89.2338028, 67.4477463, 37.8043365)
  1193. Part83.Orientation = Vector3.new(0, -90, 0)
  1194. Part83.Color = Color3.new(0.666667, 0.333333, 0)
  1195. SpecialMesh84.Parent = Part83
  1196. SpecialMesh84.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1197. SpecialMesh84.MeshType = Enum.MeshType.Sphere
  1198. SpecialMesh84.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1199. Part85.Parent = Model0
  1200. Part85.Material = Enum.Material.Wood
  1201. Part85.BrickColor = BrickColor.new("Reddish brown")
  1202. Part85.Rotation = Vector3.new(0, -90, 0)
  1203. Part85.FormFactor = Enum.FormFactor.Symmetric
  1204. Part85.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  1205. Part85.CFrame = CFrame.new(-91.6590729, 45.6203003, 30.5285358, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1206. Part85.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1207. Part85.Position = Vector3.new(-91.6590729, 45.6203003, 30.5285358)
  1208. Part85.Orientation = Vector3.new(0, -90, 0)
  1209. Part85.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1210. SpecialMesh86.Parent = Part85
  1211. SpecialMesh86.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1212. SpecialMesh86.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1213. Part87.Parent = Model0
  1214. Part87.Material = Enum.Material.SmoothPlastic
  1215. Part87.BrickColor = BrickColor.new("CGA brown")
  1216. Part87.Rotation = Vector3.new(0, -90, 0)
  1217. Part87.FormFactor = Enum.FormFactor.Symmetric
  1218. Part87.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  1219. Part87.CFrame = CFrame.new(-84.3832703, 67.4477463, 28.1032467, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1220. Part87.Color = Color3.new(0.666667, 0.333333, 0)
  1221. Part87.Position = Vector3.new(-84.3832703, 67.4477463, 28.1032467)
  1222. Part87.Orientation = Vector3.new(0, -90, 0)
  1223. Part87.Color = Color3.new(0.666667, 0.333333, 0)
  1224. SpecialMesh88.Parent = Part87
  1225. SpecialMesh88.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1226. SpecialMesh88.MeshType = Enum.MeshType.Sphere
  1227. SpecialMesh88.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1228. Part89.Parent = Model0
  1229. Part89.Material = Enum.Material.SmoothPlastic
  1230. Part89.BrickColor = BrickColor.new("Bright green")
  1231. Part89.Rotation = Vector3.new(0, -90, 0)
  1232. Part89.FormFactor = Enum.FormFactor.Symmetric
  1233. Part89.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  1234. Part89.CFrame = CFrame.new(-91.6590958, 74.7235641, 30.5285378, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1235. Part89.BackSurface = Enum.SurfaceType.Weld
  1236. Part89.FrontSurface = Enum.SurfaceType.Weld
  1237. Part89.LeftSurface = Enum.SurfaceType.Weld
  1238. Part89.RightSurface = Enum.SurfaceType.Weld
  1239. Part89.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1240. Part89.Position = Vector3.new(-91.6590958, 74.7235641, 30.5285378)
  1241. Part89.Orientation = Vector3.new(0, -90, 0)
  1242. Part89.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1243. Part90.Parent = Model0
  1244. Part90.Material = Enum.Material.SmoothPlastic
  1245. Part90.BrickColor = BrickColor.new("Bright green")
  1246. Part90.Rotation = Vector3.new(0, 90, 0)
  1247. Part90.FormFactor = Enum.FormFactor.Symmetric
  1248. Part90.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  1249. Part90.CFrame = CFrame.new(-91.6590958, 72.2982864, 13.5516148, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  1250. Part90.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1251. Part90.Position = Vector3.new(-91.6590958, 72.2982864, 13.5516148)
  1252. Part90.Orientation = Vector3.new(0, 90, 0)
  1253. Part90.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1254. Part91.Parent = Model0
  1255. Part91.Material = Enum.Material.SmoothPlastic
  1256. Part91.BrickColor = BrickColor.new("Bright green")
  1257. Part91.Rotation = Vector3.new(0, -90, 0)
  1258. Part91.FormFactor = Enum.FormFactor.Symmetric
  1259. Part91.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  1260. Part91.CFrame = CFrame.new(-91.6590958, 72.2982864, 47.505455, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1261. Part91.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1262. Part91.Position = Vector3.new(-91.6590958, 72.2982864, 47.505455)
  1263. Part91.Orientation = Vector3.new(0, -90, 0)
  1264. Part91.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1265. Part92.Parent = Model0
  1266. Part92.Material = Enum.Material.SmoothPlastic
  1267. Part92.BrickColor = BrickColor.new("CGA brown")
  1268. Part92.Rotation = Vector3.new(0, -90, 0)
  1269. Part92.FormFactor = Enum.FormFactor.Symmetric
  1270. Part92.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  1271. Part92.CFrame = CFrame.new(-98.9348297, 67.4477463, 28.1032467, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1272. Part92.Color = Color3.new(0.666667, 0.333333, 0)
  1273. Part92.Position = Vector3.new(-98.9348297, 67.4477463, 28.1032467)
  1274. Part92.Orientation = Vector3.new(0, -90, 0)
  1275. Part92.Color = Color3.new(0.666667, 0.333333, 0)
  1276. SpecialMesh93.Parent = Part92
  1277. SpecialMesh93.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1278. SpecialMesh93.MeshType = Enum.MeshType.Sphere
  1279. SpecialMesh93.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1280. Part94.Parent = Model0
  1281. Part94.Material = Enum.Material.Wood
  1282. Part94.BrickColor = BrickColor.new("Reddish brown")
  1283. Part94.Rotation = Vector3.new(0, -90, 0)
  1284. Part94.FormFactor = Enum.FormFactor.Symmetric
  1285. Part94.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  1286. Part94.CFrame = CFrame.new(-91.6590729, 35.9192085, 30.5285358, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1287. Part94.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1288. Part94.Position = Vector3.new(-91.6590729, 35.9192085, 30.5285358)
  1289. Part94.Orientation = Vector3.new(0, -90, 0)
  1290. Part94.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1291. SpecialMesh95.Parent = Part94
  1292. SpecialMesh95.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1293. SpecialMesh95.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1294. Part96.Parent = Model0
  1295. Part96.Material = Enum.Material.SmoothPlastic
  1296. Part96.BrickColor = BrickColor.new("Bright green")
  1297. Part96.Rotation = Vector3.new(-180, 0, -180)
  1298. Part96.FormFactor = Enum.FormFactor.Symmetric
  1299. Part96.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  1300. Part96.CFrame = CFrame.new(-74.6821136, 72.2982864, 30.5285378, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  1301. Part96.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1302. Part96.Position = Vector3.new(-74.6821136, 72.2982864, 30.5285378)
  1303. Part96.Orientation = Vector3.new(0, 180, 0)
  1304. Part96.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1305. Part97.Parent = Model0
  1306. Part97.Material = Enum.Material.Wood
  1307. Part97.BrickColor = BrickColor.new("Reddish brown")
  1308. Part97.Rotation = Vector3.new(0, -90, 0)
  1309. Part97.FormFactor = Enum.FormFactor.Symmetric
  1310. Part97.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  1311. Part97.CFrame = CFrame.new(-91.6590729, 26.2181168, 30.5285358, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1312. Part97.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1313. Part97.Position = Vector3.new(-91.6590729, 26.2181168, 30.5285358)
  1314. Part97.Orientation = Vector3.new(0, -90, 0)
  1315. Part97.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1316. SpecialMesh98.Parent = Part97
  1317. SpecialMesh98.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1318. SpecialMesh98.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1319. Part99.Parent = Model0
  1320. Part99.Material = Enum.Material.Wood
  1321. Part99.BrickColor = BrickColor.new("Reddish brown")
  1322. Part99.Rotation = Vector3.new(0, -90, 0)
  1323. Part99.FormFactor = Enum.FormFactor.Symmetric
  1324. Part99.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  1325. Part99.CFrame = CFrame.new(-91.6590729, 65.0224686, 30.5285358, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1326. Part99.BackSurface = Enum.SurfaceType.Weld
  1327. Part99.FrontSurface = Enum.SurfaceType.Weld
  1328. Part99.LeftSurface = Enum.SurfaceType.Weld
  1329. Part99.RightSurface = Enum.SurfaceType.Weld
  1330. Part99.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1331. Part99.Position = Vector3.new(-91.6590729, 65.0224686, 30.5285358)
  1332. Part99.Orientation = Vector3.new(0, -90, 0)
  1333. Part99.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1334. SpecialMesh100.Parent = Part99
  1335. SpecialMesh100.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1336. SpecialMesh100.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1337. Part101.Parent = Model0
  1338. Part101.Material = Enum.Material.SmoothPlastic
  1339. Part101.BrickColor = BrickColor.new("CGA brown")
  1340. Part101.Rotation = Vector3.new(0, -90, 0)
  1341. Part101.FormFactor = Enum.FormFactor.Symmetric
  1342. Part101.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  1343. Part101.CFrame = CFrame.new(-94.0842743, 67.4477463, 37.804348, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1344. Part101.Color = Color3.new(0.666667, 0.333333, 0)
  1345. Part101.Position = Vector3.new(-94.0842743, 67.4477463, 37.804348)
  1346. Part101.Orientation = Vector3.new(0, -90, 0)
  1347. Part101.Color = Color3.new(0.666667, 0.333333, 0)
  1348. SpecialMesh102.Parent = Part101
  1349. SpecialMesh102.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1350. SpecialMesh102.MeshType = Enum.MeshType.Sphere
  1351. SpecialMesh102.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1352. Part103.Parent = Model0
  1353. Part103.Material = Enum.Material.Wood
  1354. Part103.BrickColor = BrickColor.new("Reddish brown")
  1355. Part103.Rotation = Vector3.new(0, -90, 0)
  1356. Part103.FormFactor = Enum.FormFactor.Symmetric
  1357. Part103.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  1358. Part103.CFrame = CFrame.new(-52.8546753, 26.2181168, -221.699905, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1359. Part103.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1360. Part103.Position = Vector3.new(-52.8546753, 26.2181168, -221.699905)
  1361. Part103.Orientation = Vector3.new(0, -90, 0)
  1362. Part103.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1363. SpecialMesh104.Parent = Part103
  1364. SpecialMesh104.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1365. SpecialMesh104.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1366. Part105.Parent = Model0
  1367. Part105.Material = Enum.Material.SmoothPlastic
  1368. Part105.BrickColor = BrickColor.new("CGA brown")
  1369. Part105.Rotation = Vector3.new(0, -90, 0)
  1370. Part105.FormFactor = Enum.FormFactor.Symmetric
  1371. Part105.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  1372. Part105.CFrame = CFrame.new(-84.3832321, 67.4477463, 32.953804, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1373. Part105.Color = Color3.new(0.666667, 0.333333, 0)
  1374. Part105.Position = Vector3.new(-84.3832321, 67.4477463, 32.953804)
  1375. Part105.Orientation = Vector3.new(0, -90, 0)
  1376. Part105.Color = Color3.new(0.666667, 0.333333, 0)
  1377. SpecialMesh106.Parent = Part105
  1378. SpecialMesh106.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1379. SpecialMesh106.MeshType = Enum.MeshType.Sphere
  1380. SpecialMesh106.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1381. Part107.Parent = Model0
  1382. Part107.Material = Enum.Material.SmoothPlastic
  1383. Part107.BrickColor = BrickColor.new("CGA brown")
  1384. Part107.Rotation = Vector3.new(0, -90, 0)
  1385. Part107.FormFactor = Enum.FormFactor.Symmetric
  1386. Part107.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  1387. Part107.CFrame = CFrame.new(-98.9348602, 67.4477463, 32.953804, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1388. Part107.Color = Color3.new(0.666667, 0.333333, 0)
  1389. Part107.Position = Vector3.new(-98.9348602, 67.4477463, 32.953804)
  1390. Part107.Orientation = Vector3.new(0, -90, 0)
  1391. Part107.Color = Color3.new(0.666667, 0.333333, 0)
  1392. SpecialMesh108.Parent = Part107
  1393. SpecialMesh108.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1394. SpecialMesh108.MeshType = Enum.MeshType.Sphere
  1395. SpecialMesh108.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1396. Part109.Parent = Model0
  1397. Part109.Material = Enum.Material.Wood
  1398. Part109.BrickColor = BrickColor.new("Reddish brown")
  1399. Part109.Rotation = Vector3.new(0, -90, 0)
  1400. Part109.FormFactor = Enum.FormFactor.Symmetric
  1401. Part109.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  1402. Part109.CFrame = CFrame.new(-52.8546753, 35.9192085, -221.699905, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1403. Part109.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1404. Part109.Position = Vector3.new(-52.8546753, 35.9192085, -221.699905)
  1405. Part109.Orientation = Vector3.new(0, -90, 0)
  1406. Part109.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1407. SpecialMesh110.Parent = Part109
  1408. SpecialMesh110.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1409. SpecialMesh110.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1410. Part111.Parent = Model0
  1411. Part111.Material = Enum.Material.Wood
  1412. Part111.BrickColor = BrickColor.new("Reddish brown")
  1413. Part111.Rotation = Vector3.new(0, -90, 0)
  1414. Part111.FormFactor = Enum.FormFactor.Symmetric
  1415. Part111.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  1416. Part111.CFrame = CFrame.new(-52.8546753, 45.6203003, -221.699905, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1417. Part111.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1418. Part111.Position = Vector3.new(-52.8546753, 45.6203003, -221.699905)
  1419. Part111.Orientation = Vector3.new(0, -90, 0)
  1420. Part111.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1421. SpecialMesh112.Parent = Part111
  1422. SpecialMesh112.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1423. SpecialMesh112.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1424. Part113.Parent = Model0
  1425. Part113.Material = Enum.Material.Wood
  1426. Part113.BrickColor = BrickColor.new("Reddish brown")
  1427. Part113.Rotation = Vector3.new(0, -90, 0)
  1428. Part113.FormFactor = Enum.FormFactor.Symmetric
  1429. Part113.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  1430. Part113.CFrame = CFrame.new(-193.52066, 26.2181301, -95.5856705, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1431. Part113.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1432. Part113.Position = Vector3.new(-193.52066, 26.2181301, -95.5856705)
  1433. Part113.Orientation = Vector3.new(0, -90, 0)
  1434. Part113.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1435. SpecialMesh114.Parent = Part113
  1436. SpecialMesh114.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1437. SpecialMesh114.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1438. Part115.Parent = Model0
  1439. Part115.Material = Enum.Material.SmoothPlastic
  1440. Part115.BrickColor = BrickColor.new("Bright green")
  1441. Part115.Rotation = Vector3.new(180, 0, -180)
  1442. Part115.FormFactor = Enum.FormFactor.Symmetric
  1443. Part115.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  1444. Part115.CFrame = CFrame.new(-195.945953, 72.2983246, 79.033989, -1, 0, 0, 0, 1, -0, 0, 0, -1)
  1445. Part115.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1446. Part115.Position = Vector3.new(-195.945953, 72.2983246, 79.033989)
  1447. Part115.Orientation = Vector3.new(0, 180, 0)
  1448. Part115.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1449. Part116.Parent = Model0
  1450. Part116.Material = Enum.Material.SmoothPlastic
  1451. Part116.BrickColor = BrickColor.new("CGA brown")
  1452. Part116.Rotation = Vector3.new(0, -90, 0)
  1453. Part116.FormFactor = Enum.FormFactor.Symmetric
  1454. Part116.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  1455. Part116.CFrame = CFrame.new(-220.198669, 67.4477768, 76.6087189, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1456. Part116.Color = Color3.new(0.666667, 0.333333, 0)
  1457. Part116.Position = Vector3.new(-220.198669, 67.4477768, 76.6087189)
  1458. Part116.Orientation = Vector3.new(0, -90, 0)
  1459. Part116.Color = Color3.new(0.666667, 0.333333, 0)
  1460. SpecialMesh117.Parent = Part116
  1461. SpecialMesh117.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1462. SpecialMesh117.MeshType = Enum.MeshType.Sphere
  1463. SpecialMesh117.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1464. Part118.Parent = Model0
  1465. Part118.Material = Enum.Material.Wood
  1466. Part118.BrickColor = BrickColor.new("Reddish brown")
  1467. Part118.Rotation = Vector3.new(0, -90, 0)
  1468. Part118.FormFactor = Enum.FormFactor.Symmetric
  1469. Part118.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  1470. Part118.CFrame = CFrame.new(-193.52066, 45.6203232, -95.5856705, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1471. Part118.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1472. Part118.Position = Vector3.new(-193.52066, 45.6203232, -95.5856705)
  1473. Part118.Orientation = Vector3.new(0, -90, 0)
  1474. Part118.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1475. SpecialMesh119.Parent = Part118
  1476. SpecialMesh119.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1477. SpecialMesh119.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1478. Part120.Parent = Model0
  1479. Part120.Material = Enum.Material.Wood
  1480. Part120.BrickColor = BrickColor.new("Reddish brown")
  1481. Part120.Rotation = Vector3.new(0, -90, 0)
  1482. Part120.FormFactor = Enum.FormFactor.Symmetric
  1483. Part120.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  1484. Part120.CFrame = CFrame.new(-227.474442, 45.6203232, -192.596634, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1485. Part120.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1486. Part120.Position = Vector3.new(-227.474442, 45.6203232, -192.596634)
  1487. Part120.Orientation = Vector3.new(0, -90, 0)
  1488. Part120.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1489. SpecialMesh121.Parent = Part120
  1490. SpecialMesh121.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1491. SpecialMesh121.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1492. Part122.Parent = Model0
  1493. Part122.Material = Enum.Material.SmoothPlastic
  1494. Part122.BrickColor = BrickColor.new("Bright green")
  1495. Part122.Rotation = Vector3.new(0, 90, 0)
  1496. Part122.FormFactor = Enum.FormFactor.Symmetric
  1497. Part122.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  1498. Part122.CFrame = CFrame.new(-212.922791, 72.2983246, 62.0570908, -0, 0, 1, 0, 1, 0, -1, 0, 0)
  1499. Part122.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1500. Part122.Position = Vector3.new(-212.922791, 72.2983246, 62.0570908)
  1501. Part122.Orientation = Vector3.new(0, 90, 0)
  1502. Part122.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1503. Part123.Parent = Model0
  1504. Part123.Material = Enum.Material.SmoothPlastic
  1505. Part123.BrickColor = BrickColor.new("Bright green")
  1506. Part123.Rotation = Vector3.new(0, -90, 0)
  1507. Part123.FormFactor = Enum.FormFactor.Symmetric
  1508. Part123.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  1509. Part123.CFrame = CFrame.new(-212.922791, 72.2983246, 96.01091, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1510. Part123.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1511. Part123.Position = Vector3.new(-212.922791, 72.2983246, 96.01091)
  1512. Part123.Orientation = Vector3.new(0, -90, 0)
  1513. Part123.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1514. Part124.Parent = Model0
  1515. Part124.Material = Enum.Material.Wood
  1516. Part124.BrickColor = BrickColor.new("Reddish brown")
  1517. Part124.Rotation = Vector3.new(0, -90, 0)
  1518. Part124.FormFactor = Enum.FormFactor.Symmetric
  1519. Part124.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  1520. Part124.CFrame = CFrame.new(-212.922791, 45.6203232, 79.033989, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1521. Part124.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1522. Part124.Position = Vector3.new(-212.922791, 45.6203232, 79.033989)
  1523. Part124.Orientation = Vector3.new(0, -90, 0)
  1524. Part124.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1525. SpecialMesh125.Parent = Part124
  1526. SpecialMesh125.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1527. SpecialMesh125.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1528. Part126.Parent = Model0
  1529. Part126.Material = Enum.Material.Wood
  1530. Part126.BrickColor = BrickColor.new("Reddish brown")
  1531. Part126.Rotation = Vector3.new(0, -90, 0)
  1532. Part126.FormFactor = Enum.FormFactor.Symmetric
  1533. Part126.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  1534. Part126.CFrame = CFrame.new(-212.922791, 26.2181301, 79.033989, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1535. Part126.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1536. Part126.Position = Vector3.new(-212.922791, 26.2181301, 79.033989)
  1537. Part126.Orientation = Vector3.new(0, -90, 0)
  1538. Part126.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1539. SpecialMesh127.Parent = Part126
  1540. SpecialMesh127.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1541. SpecialMesh127.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1542. Part128.Parent = Model0
  1543. Part128.Material = Enum.Material.SmoothPlastic
  1544. Part128.BrickColor = BrickColor.new("CGA brown")
  1545. Part128.Rotation = Vector3.new(0, -90, 0)
  1546. Part128.FormFactor = Enum.FormFactor.Symmetric
  1547. Part128.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  1548. Part128.CFrame = CFrame.new(-210.497528, 67.4477768, 71.7581635, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1549. Part128.Color = Color3.new(0.666667, 0.333333, 0)
  1550. Part128.Position = Vector3.new(-210.497528, 67.4477768, 71.7581635)
  1551. Part128.Orientation = Vector3.new(0, -90, 0)
  1552. Part128.Color = Color3.new(0.666667, 0.333333, 0)
  1553. SpecialMesh129.Parent = Part128
  1554. SpecialMesh129.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1555. SpecialMesh129.MeshType = Enum.MeshType.Sphere
  1556. SpecialMesh129.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1557. Part130.Parent = Model0
  1558. Part130.Material = Enum.Material.Wood
  1559. Part130.BrickColor = BrickColor.new("Reddish brown")
  1560. Part130.Rotation = Vector3.new(0, -90, 0)
  1561. Part130.FormFactor = Enum.FormFactor.Symmetric
  1562. Part130.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  1563. Part130.CFrame = CFrame.new(-212.922791, 65.0224991, 79.033989, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1564. Part130.BackSurface = Enum.SurfaceType.Weld
  1565. Part130.FrontSurface = Enum.SurfaceType.Weld
  1566. Part130.LeftSurface = Enum.SurfaceType.Weld
  1567. Part130.RightSurface = Enum.SurfaceType.Weld
  1568. Part130.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1569. Part130.Position = Vector3.new(-212.922791, 65.0224991, 79.033989)
  1570. Part130.Orientation = Vector3.new(0, -90, 0)
  1571. Part130.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1572. SpecialMesh131.Parent = Part130
  1573. SpecialMesh131.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1574. SpecialMesh131.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1575. Part132.Parent = Model0
  1576. Part132.Material = Enum.Material.SmoothPlastic
  1577. Part132.BrickColor = BrickColor.new("CGA brown")
  1578. Part132.Rotation = Vector3.new(0, -90, 0)
  1579. Part132.FormFactor = Enum.FormFactor.Symmetric
  1580. Part132.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  1581. Part132.CFrame = CFrame.new(-220.198669, 67.4477768, 81.4592667, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1582. Part132.Color = Color3.new(0.666667, 0.333333, 0)
  1583. Part132.Position = Vector3.new(-220.198669, 67.4477768, 81.4592667)
  1584. Part132.Orientation = Vector3.new(0, -90, 0)
  1585. Part132.Color = Color3.new(0.666667, 0.333333, 0)
  1586. SpecialMesh133.Parent = Part132
  1587. SpecialMesh133.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1588. SpecialMesh133.MeshType = Enum.MeshType.Sphere
  1589. SpecialMesh133.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1590. Part134.Parent = Model0
  1591. Part134.Material = Enum.Material.SmoothPlastic
  1592. Part134.BrickColor = BrickColor.new("CGA brown")
  1593. Part134.Rotation = Vector3.new(0, -90, 0)
  1594. Part134.FormFactor = Enum.FormFactor.Symmetric
  1595. Part134.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  1596. Part134.CFrame = CFrame.new(-215.348083, 67.4477768, 86.3097992, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1597. Part134.Color = Color3.new(0.666667, 0.333333, 0)
  1598. Part134.Position = Vector3.new(-215.348083, 67.4477768, 86.3097992)
  1599. Part134.Orientation = Vector3.new(0, -90, 0)
  1600. Part134.Color = Color3.new(0.666667, 0.333333, 0)
  1601. SpecialMesh135.Parent = Part134
  1602. SpecialMesh135.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1603. SpecialMesh135.MeshType = Enum.MeshType.Sphere
  1604. SpecialMesh135.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1605. Part136.Parent = Model0
  1606. Part136.Material = Enum.Material.Wood
  1607. Part136.BrickColor = BrickColor.new("Reddish brown")
  1608. Part136.Rotation = Vector3.new(0, -90, 0)
  1609. Part136.FormFactor = Enum.FormFactor.Symmetric
  1610. Part136.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  1611. Part136.CFrame = CFrame.new(-193.52066, 35.91922, -95.5856705, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1612. Part136.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1613. Part136.Position = Vector3.new(-193.52066, 35.91922, -95.5856705)
  1614. Part136.Orientation = Vector3.new(0, -90, 0)
  1615. Part136.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1616. SpecialMesh137.Parent = Part136
  1617. SpecialMesh137.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1618. SpecialMesh137.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1619. Part138.Parent = Model0
  1620. Part138.Material = Enum.Material.SmoothPlastic
  1621. Part138.BrickColor = BrickColor.new("CGA brown")
  1622. Part138.Rotation = Vector3.new(0, -90, 0)
  1623. Part138.FormFactor = Enum.FormFactor.Symmetric
  1624. Part138.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  1625. Part138.CFrame = CFrame.new(-215.348083, 67.4477768, 71.7581635, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1626. Part138.Color = Color3.new(0.666667, 0.333333, 0)
  1627. Part138.Position = Vector3.new(-215.348083, 67.4477768, 71.7581635)
  1628. Part138.Orientation = Vector3.new(0, -90, 0)
  1629. Part138.Color = Color3.new(0.666667, 0.333333, 0)
  1630. SpecialMesh139.Parent = Part138
  1631. SpecialMesh139.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1632. SpecialMesh139.MeshType = Enum.MeshType.Sphere
  1633. SpecialMesh139.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1634. Part140.Parent = Model0
  1635. Part140.Material = Enum.Material.SmoothPlastic
  1636. Part140.BrickColor = BrickColor.new("CGA brown")
  1637. Part140.Rotation = Vector3.new(0, -90, 0)
  1638. Part140.FormFactor = Enum.FormFactor.Symmetric
  1639. Part140.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  1640. Part140.CFrame = CFrame.new(-210.497528, 67.4477768, 86.3097992, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1641. Part140.Color = Color3.new(0.666667, 0.333333, 0)
  1642. Part140.Position = Vector3.new(-210.497528, 67.4477768, 86.3097992)
  1643. Part140.Orientation = Vector3.new(0, -90, 0)
  1644. Part140.Color = Color3.new(0.666667, 0.333333, 0)
  1645. SpecialMesh141.Parent = Part140
  1646. SpecialMesh141.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1647. SpecialMesh141.MeshType = Enum.MeshType.Sphere
  1648. SpecialMesh141.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1649. Part142.Parent = Model0
  1650. Part142.Material = Enum.Material.SmoothPlastic
  1651. Part142.BrickColor = BrickColor.new("Bright red")
  1652. Part142.Rotation = Vector3.new(0, -90, 0)
  1653. Part142.FormFactor = Enum.FormFactor.Symmetric
  1654. Part142.Size = Vector3.new(72.758194, 4.85054636, 72.758194)
  1655. Part142.CFrame = CFrame.new(-50.4293365, 48.045578, -98.0109329, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1656. Part142.Color = Color3.new(0.768627, 0.156863, 0.109804)
  1657. Part142.Position = Vector3.new(-50.4293365, 48.045578, -98.0109329)
  1658. Part142.Orientation = Vector3.new(0, -90, 0)
  1659. Part142.Color = Color3.new(0.768627, 0.156863, 0.109804)
  1660. Part143.Parent = Model0
  1661. Part143.Material = Enum.Material.SmoothPlastic
  1662. Part143.BrickColor = BrickColor.new("Bright green")
  1663. Part143.Rotation = Vector3.new(0, -90, 0)
  1664. Part143.FormFactor = Enum.FormFactor.Symmetric
  1665. Part143.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  1666. Part143.CFrame = CFrame.new(-212.922791, 74.7235947, 79.033989, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1667. Part143.BackSurface = Enum.SurfaceType.Weld
  1668. Part143.FrontSurface = Enum.SurfaceType.Weld
  1669. Part143.LeftSurface = Enum.SurfaceType.Weld
  1670. Part143.RightSurface = Enum.SurfaceType.Weld
  1671. Part143.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1672. Part143.Position = Vector3.new(-212.922791, 74.7235947, 79.033989)
  1673. Part143.Orientation = Vector3.new(0, -90, 0)
  1674. Part143.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1675. Part144.Parent = Model0
  1676. Part144.Material = Enum.Material.Wood
  1677. Part144.BrickColor = BrickColor.new("Reddish brown")
  1678. Part144.Rotation = Vector3.new(0, -90, 0)
  1679. Part144.FormFactor = Enum.FormFactor.Symmetric
  1680. Part144.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  1681. Part144.CFrame = CFrame.new(-212.922791, 55.3214188, 79.033989, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1682. Part144.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1683. Part144.Position = Vector3.new(-212.922791, 55.3214188, 79.033989)
  1684. Part144.Orientation = Vector3.new(0, -90, 0)
  1685. Part144.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1686. SpecialMesh145.Parent = Part144
  1687. SpecialMesh145.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1688. SpecialMesh145.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1689. Part146.Parent = Model0
  1690. Part146.Material = Enum.Material.SmoothPlastic
  1691. Part146.BrickColor = BrickColor.new("CGA brown")
  1692. Part146.Rotation = Vector3.new(0, -90, 0)
  1693. Part146.FormFactor = Enum.FormFactor.Symmetric
  1694. Part146.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  1695. Part146.CFrame = CFrame.new(-205.646973, 67.4477768, 76.6087189, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1696. Part146.Color = Color3.new(0.666667, 0.333333, 0)
  1697. Part146.Position = Vector3.new(-205.646973, 67.4477768, 76.6087189)
  1698. Part146.Orientation = Vector3.new(0, -90, 0)
  1699. Part146.Color = Color3.new(0.666667, 0.333333, 0)
  1700. SpecialMesh147.Parent = Part146
  1701. SpecialMesh147.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1702. SpecialMesh147.MeshType = Enum.MeshType.Sphere
  1703. SpecialMesh147.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1704. Part148.Parent = Model0
  1705. Part148.Material = Enum.Material.SmoothPlastic
  1706. Part148.BrickColor = BrickColor.new("CGA brown")
  1707. Part148.Rotation = Vector3.new(0, -90, 0)
  1708. Part148.FormFactor = Enum.FormFactor.Symmetric
  1709. Part148.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  1710. Part148.CFrame = CFrame.new(-205.646973, 67.4477768, 81.4592667, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1711. Part148.Color = Color3.new(0.666667, 0.333333, 0)
  1712. Part148.Position = Vector3.new(-205.646973, 67.4477768, 81.4592667)
  1713. Part148.Orientation = Vector3.new(0, -90, 0)
  1714. Part148.Color = Color3.new(0.666667, 0.333333, 0)
  1715. SpecialMesh149.Parent = Part148
  1716. SpecialMesh149.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1717. SpecialMesh149.MeshType = Enum.MeshType.Sphere
  1718. SpecialMesh149.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1719. Part150.Parent = Model0
  1720. Part150.Material = Enum.Material.Wood
  1721. Part150.BrickColor = BrickColor.new("Reddish brown")
  1722. Part150.Rotation = Vector3.new(0, -90, 0)
  1723. Part150.FormFactor = Enum.FormFactor.Symmetric
  1724. Part150.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  1725. Part150.CFrame = CFrame.new(-227.474442, 35.91922, -192.596634, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1726. Part150.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1727. Part150.Position = Vector3.new(-227.474442, 35.91922, -192.596634)
  1728. Part150.Orientation = Vector3.new(0, -90, 0)
  1729. Part150.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1730. SpecialMesh151.Parent = Part150
  1731. SpecialMesh151.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1732. SpecialMesh151.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1733. Part152.Parent = Model0
  1734. Part152.Material = Enum.Material.SmoothPlastic
  1735. Part152.BrickColor = BrickColor.new("Bright green")
  1736. Part152.FormFactor = Enum.FormFactor.Symmetric
  1737. Part152.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  1738. Part152.CFrame = CFrame.new(-229.899689, 72.2983246, 79.033989, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1739. Part152.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1740. Part152.Position = Vector3.new(-229.899689, 72.2983246, 79.033989)
  1741. Part152.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1742. Part153.Parent = Model0
  1743. Part153.Material = Enum.Material.Wood
  1744. Part153.BrickColor = BrickColor.new("Reddish brown")
  1745. Part153.Rotation = Vector3.new(0, -90, 0)
  1746. Part153.FormFactor = Enum.FormFactor.Symmetric
  1747. Part153.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  1748. Part153.CFrame = CFrame.new(-212.922791, 35.91922, 79.033989, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1749. Part153.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1750. Part153.Position = Vector3.new(-212.922791, 35.91922, 79.033989)
  1751. Part153.Orientation = Vector3.new(0, -90, 0)
  1752. Part153.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1753. SpecialMesh154.Parent = Part153
  1754. SpecialMesh154.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1755. SpecialMesh154.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1756. Part155.Parent = Model0
  1757. Part155.Material = Enum.Material.Metal
  1758. Part155.BrickColor = BrickColor.new("Dark stone grey")
  1759. Part155.Rotation = Vector3.new(0, -90, 0)
  1760. Part155.FormFactor = Enum.FormFactor.Symmetric
  1761. Part155.Size = Vector3.new(4.85054636, 43.6549072, 4.85054636)
  1762. Part155.CFrame = CFrame.new(-50.4293365, 23.7928486, -98.0109329, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1763. Part155.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1764. Part155.Position = Vector3.new(-50.4293365, 23.7928486, -98.0109329)
  1765. Part155.Orientation = Vector3.new(0, -90, 0)
  1766. Part155.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1767. Part156.Parent = Model0
  1768. Part156.Material = Enum.Material.Wood
  1769. Part156.BrickColor = BrickColor.new("Reddish brown")
  1770. Part156.Rotation = Vector3.new(0, -90, 0)
  1771. Part156.FormFactor = Enum.FormFactor.Symmetric
  1772. Part156.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  1773. Part156.CFrame = CFrame.new(-33.4524155, 6.81593275, 112.987846, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1774. Part156.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1775. Part156.Position = Vector3.new(-33.4524155, 6.81593275, 112.987846)
  1776. Part156.Orientation = Vector3.new(0, -90, 0)
  1777. Part156.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1778. Part157.Parent = Model0
  1779. Part157.Material = Enum.Material.Wood
  1780. Part157.BrickColor = BrickColor.new("Reddish brown")
  1781. Part157.Rotation = Vector3.new(0, -90, 0)
  1782. Part157.FormFactor = Enum.FormFactor.Symmetric
  1783. Part157.Size = Vector3.new(72.758194, 14.5516386, 9.70109272)
  1784. Part157.CFrame = CFrame.new(-18.9008179, 9.24120712, 168.769104, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1785. Part157.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1786. Part157.Position = Vector3.new(-18.9008179, 9.24120712, 168.769104)
  1787. Part157.Orientation = Vector3.new(0, -90, 0)
  1788. Part157.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1789. Part158.Name = "Handle"
  1790. Part158.Parent = Model0
  1791. Part158.Rotation = Vector3.new(0, -90, 0)
  1792. Part158.FormFactor = Enum.FormFactor.Symmetric
  1793. Part158.Size = Vector3.new(14.5516386, 9.70109272, 4.85054636)
  1794. Part158.CFrame = CFrame.new(-60.1304626, 6.81593275, -59.2065659, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1795. Part158.TopSurface = Enum.SurfaceType.Smooth
  1796. Part158.Position = Vector3.new(-60.1304626, 6.81593275, -59.2065659)
  1797. Part158.Orientation = Vector3.new(0, -90, 0)
  1798. SpecialMesh159.Parent = Part158
  1799. SpecialMesh159.MeshId = "http://www.roblox.com/asset/?id=151760030"
  1800. SpecialMesh159.Scale = Vector3.new(4.85054588, 4.85054588, 4.85054588)
  1801. SpecialMesh159.TextureId = "http://www.roblox.com/asset/?id=151760072"
  1802. SpecialMesh159.MeshType = Enum.MeshType.FileMesh
  1803. SpecialMesh159.Scale = Vector3.new(4.85054588, 4.85054588, 4.85054588)
  1804. Part160.Parent = Model0
  1805. Part160.Material = Enum.Material.SmoothPlastic
  1806. Part160.BrickColor = BrickColor.new("CGA brown")
  1807. Part160.Rotation = Vector3.new(0, -90, 0)
  1808. Part160.FormFactor = Enum.FormFactor.Symmetric
  1809. Part160.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  1810. Part160.CFrame = CFrame.new(-157.14151, 67.4477539, 231.826187, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1811. Part160.Color = Color3.new(0.666667, 0.333333, 0)
  1812. Part160.Position = Vector3.new(-157.14151, 67.4477539, 231.826187)
  1813. Part160.Orientation = Vector3.new(0, -90, 0)
  1814. Part160.Color = Color3.new(0.666667, 0.333333, 0)
  1815. SpecialMesh161.Parent = Part160
  1816. SpecialMesh161.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1817. SpecialMesh161.MeshType = Enum.MeshType.Sphere
  1818. SpecialMesh161.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1819. Part162.Parent = Model0
  1820. Part162.Material = Enum.Material.SmoothPlastic
  1821. Part162.BrickColor = BrickColor.new("CGA brown")
  1822. Part162.Rotation = Vector3.new(0, -90, 0)
  1823. Part162.FormFactor = Enum.FormFactor.Symmetric
  1824. Part162.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  1825. Part162.CFrame = CFrame.new(-157.14151, 67.4477539, 226.975632, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1826. Part162.Color = Color3.new(0.666667, 0.333333, 0)
  1827. Part162.Position = Vector3.new(-157.14151, 67.4477539, 226.975632)
  1828. Part162.Orientation = Vector3.new(0, -90, 0)
  1829. Part162.Color = Color3.new(0.666667, 0.333333, 0)
  1830. SpecialMesh163.Parent = Part162
  1831. SpecialMesh163.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1832. SpecialMesh163.MeshType = Enum.MeshType.Sphere
  1833. SpecialMesh163.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  1834. Part164.Parent = Model0
  1835. Part164.Material = Enum.Material.Wood
  1836. Part164.BrickColor = BrickColor.new("Reddish brown")
  1837. Part164.Rotation = Vector3.new(0, -90, 0)
  1838. Part164.FormFactor = Enum.FormFactor.Symmetric
  1839. Part164.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  1840. Part164.CFrame = CFrame.new(-149.865662, 6.81593275, 229.40097, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1841. Part164.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1842. Part164.Position = Vector3.new(-149.865662, 6.81593275, 229.40097)
  1843. Part164.Orientation = Vector3.new(0, -90, 0)
  1844. Part164.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1845. SpecialMesh165.Parent = Part164
  1846. SpecialMesh165.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1847. SpecialMesh165.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1848. Part166.Parent = Model0
  1849. Part166.BrickColor = BrickColor.new("Bright red")
  1850. Part166.Transparency = 0.19999998807907
  1851. Part166.Rotation = Vector3.new(0, -90, 0)
  1852. Part166.FormFactor = Enum.FormFactor.Symmetric
  1853. Part166.Size = Vector3.new(4.85054636, 9.70109272, 4.85054636)
  1854. Part166.CFrame = CFrame.new(-31.0271568, 35.9192123, 202.722916, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1855. Part166.Color = Color3.new(0.768627, 0.156863, 0.109804)
  1856. Part166.Position = Vector3.new(-31.0271568, 35.9192123, 202.722916)
  1857. Part166.Orientation = Vector3.new(0, -90, 0)
  1858. Part166.Color = Color3.new(0.768627, 0.156863, 0.109804)
  1859. SpecialMesh167.Parent = Part166
  1860. Part168.Parent = Model0
  1861. Part168.Material = Enum.Material.Wood
  1862. Part168.BrickColor = BrickColor.new("Reddish brown")
  1863. Part168.Rotation = Vector3.new(0, -90, 0)
  1864. Part168.FormFactor = Enum.FormFactor.Symmetric
  1865. Part168.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  1866. Part168.CFrame = CFrame.new(-52.8546753, 6.81593275, -221.699905, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1867. Part168.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1868. Part168.Position = Vector3.new(-52.8546753, 6.81593275, -221.699905)
  1869. Part168.Orientation = Vector3.new(0, -90, 0)
  1870. Part168.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1871. SpecialMesh169.Parent = Part168
  1872. SpecialMesh169.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1873. SpecialMesh169.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1874. Part170.Parent = Model0
  1875. Part170.BrickColor = BrickColor.new("Bright blue")
  1876. Part170.Transparency = 0.19999998807907
  1877. Part170.Rotation = Vector3.new(0, -90, 0)
  1878. Part170.FormFactor = Enum.FormFactor.Symmetric
  1879. Part170.Size = Vector3.new(4.85054636, 9.70109272, 4.85054636)
  1880. Part170.CFrame = CFrame.new(-98.9348984, 35.9192123, 202.722916, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1881. Part170.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  1882. Part170.Position = Vector3.new(-98.9348984, 35.9192123, 202.722916)
  1883. Part170.Orientation = Vector3.new(0, -90, 0)
  1884. Part170.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  1885. SpecialMesh171.Parent = Part170
  1886. Part172.Parent = Model0
  1887. Part172.Material = Enum.Material.Wood
  1888. Part172.BrickColor = BrickColor.new("Reddish brown")
  1889. Part172.Rotation = Vector3.new(0, -90, 0)
  1890. Part172.FormFactor = Enum.FormFactor.Symmetric
  1891. Part172.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  1892. Part172.CFrame = CFrame.new(-149.865662, 26.2181168, 229.40097, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1893. Part172.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1894. Part172.Position = Vector3.new(-149.865662, 26.2181168, 229.40097)
  1895. Part172.Orientation = Vector3.new(0, -90, 0)
  1896. Part172.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1897. SpecialMesh173.Parent = Part172
  1898. SpecialMesh173.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1899. SpecialMesh173.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1900. Part174.Parent = Model0
  1901. Part174.BrickColor = BrickColor.new("Bright red")
  1902. Part174.Transparency = 0.19999998807907
  1903. Part174.Rotation = Vector3.new(0, -90, 0)
  1904. Part174.FormFactor = Enum.FormFactor.Symmetric
  1905. Part174.Size = Vector3.new(4.85054636, 9.70109272, 4.85054636)
  1906. Part174.CFrame = CFrame.new(-74.6821518, 35.9192123, 202.722916, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1907. Part174.Color = Color3.new(0.768627, 0.156863, 0.109804)
  1908. Part174.Position = Vector3.new(-74.6821518, 35.9192123, 202.722916)
  1909. Part174.Orientation = Vector3.new(0, -90, 0)
  1910. Part174.Color = Color3.new(0.768627, 0.156863, 0.109804)
  1911. SpecialMesh175.Parent = Part174
  1912. Part176.Parent = Model0
  1913. Part176.BrickColor = BrickColor.new("Bright red")
  1914. Part176.Transparency = 0.19999998807907
  1915. Part176.Rotation = Vector3.new(0, -90, 0)
  1916. Part176.FormFactor = Enum.FormFactor.Symmetric
  1917. Part176.Size = Vector3.new(4.85054636, 9.70109272, 4.85054636)
  1918. Part176.CFrame = CFrame.new(-118.337097, 35.9192123, 202.722916, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1919. Part176.Color = Color3.new(0.768627, 0.156863, 0.109804)
  1920. Part176.Position = Vector3.new(-118.337097, 35.9192123, 202.722916)
  1921. Part176.Orientation = Vector3.new(0, -90, 0)
  1922. Part176.Color = Color3.new(0.768627, 0.156863, 0.109804)
  1923. SpecialMesh177.Parent = Part176
  1924. Part178.Parent = Model0
  1925. Part178.Material = Enum.Material.Wood
  1926. Part178.BrickColor = BrickColor.new("Reddish brown")
  1927. Part178.Rotation = Vector3.new(0, -90, 0)
  1928. Part178.FormFactor = Enum.FormFactor.Symmetric
  1929. Part178.Size = Vector3.new(4.85054636, 38.8043709, 116.413109)
  1930. Part178.CFrame = CFrame.new(-72.2568512, 21.3675747, 207.573441, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1931. Part178.LeftSurface = Enum.SurfaceType.Weld
  1932. Part178.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1933. Part178.Position = Vector3.new(-72.2568512, 21.3675747, 207.573441)
  1934. Part178.Orientation = Vector3.new(0, -90, 0)
  1935. Part178.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1936. Part179.Parent = Model0
  1937. Part179.BrickColor = BrickColor.new("Bright green")
  1938. Part179.Transparency = 0.19999998807907
  1939. Part179.Rotation = Vector3.new(0, -90, 0)
  1940. Part179.FormFactor = Enum.FormFactor.Symmetric
  1941. Part179.Size = Vector3.new(4.85054636, 9.70109272, 4.85054636)
  1942. Part179.CFrame = CFrame.new(-123.187653, 35.9192123, 202.722916, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1943. Part179.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1944. Part179.Position = Vector3.new(-123.187653, 35.9192123, 202.722916)
  1945. Part179.Orientation = Vector3.new(0, -90, 0)
  1946. Part179.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1947. SpecialMesh180.Parent = Part179
  1948. Part181.Parent = Model0
  1949. Part181.BrickColor = BrickColor.new("Bright blue")
  1950. Part181.Transparency = 0.19999998807907
  1951. Part181.Rotation = Vector3.new(0, -90, 0)
  1952. Part181.FormFactor = Enum.FormFactor.Symmetric
  1953. Part181.Size = Vector3.new(4.85054636, 9.70109272, 4.85054636)
  1954. Part181.CFrame = CFrame.new(-113.486542, 35.9192123, 202.722916, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1955. Part181.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  1956. Part181.Position = Vector3.new(-113.486542, 35.9192123, 202.722916)
  1957. Part181.Orientation = Vector3.new(0, -90, 0)
  1958. Part181.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  1959. SpecialMesh182.Parent = Part181
  1960. Part183.Parent = Model0
  1961. Part183.BrickColor = BrickColor.new("Bright green")
  1962. Part183.Transparency = 0.19999998807907
  1963. Part183.Rotation = Vector3.new(0, -90, 0)
  1964. Part183.FormFactor = Enum.FormFactor.Symmetric
  1965. Part183.Size = Vector3.new(4.85054636, 9.70109272, 4.85054636)
  1966. Part183.CFrame = CFrame.new(-21.3261299, 35.9192123, 202.722916, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1967. Part183.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1968. Part183.Position = Vector3.new(-21.3261299, 35.9192123, 202.722916)
  1969. Part183.Orientation = Vector3.new(0, -90, 0)
  1970. Part183.Color = Color3.new(0.294118, 0.592157, 0.294118)
  1971. SpecialMesh184.Parent = Part183
  1972. Part185.Parent = Model0
  1973. Part185.Material = Enum.Material.Wood
  1974. Part185.BrickColor = BrickColor.new("Reddish brown")
  1975. Part185.Rotation = Vector3.new(0, -90, 0)
  1976. Part185.FormFactor = Enum.FormFactor.Symmetric
  1977. Part185.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  1978. Part185.CFrame = CFrame.new(-149.865662, 65.0224838, 229.40097, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1979. Part185.BackSurface = Enum.SurfaceType.Weld
  1980. Part185.FrontSurface = Enum.SurfaceType.Weld
  1981. Part185.LeftSurface = Enum.SurfaceType.Weld
  1982. Part185.RightSurface = Enum.SurfaceType.Weld
  1983. Part185.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1984. Part185.Position = Vector3.new(-149.865662, 65.0224838, 229.40097)
  1985. Part185.Orientation = Vector3.new(0, -90, 0)
  1986. Part185.Color = Color3.new(0.411765, 0.25098, 0.156863)
  1987. SpecialMesh186.Parent = Part185
  1988. SpecialMesh186.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1989. SpecialMesh186.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  1990. Part187.Parent = Model0
  1991. Part187.Material = Enum.Material.SmoothPlastic
  1992. Part187.BrickColor = BrickColor.new("CGA brown")
  1993. Part187.Rotation = Vector3.new(0, -90, 0)
  1994. Part187.FormFactor = Enum.FormFactor.Symmetric
  1995. Part187.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  1996. Part187.CFrame = CFrame.new(-152.290955, 67.4477539, 236.676743, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  1997. Part187.Color = Color3.new(0.666667, 0.333333, 0)
  1998. Part187.Position = Vector3.new(-152.290955, 67.4477539, 236.676743)
  1999. Part187.Orientation = Vector3.new(0, -90, 0)
  2000. Part187.Color = Color3.new(0.666667, 0.333333, 0)
  2001. SpecialMesh188.Parent = Part187
  2002. SpecialMesh188.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  2003. SpecialMesh188.MeshType = Enum.MeshType.Sphere
  2004. SpecialMesh188.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  2005. Part189.Parent = Model0
  2006. Part189.Material = Enum.Material.Wood
  2007. Part189.BrickColor = BrickColor.new("Reddish brown")
  2008. Part189.Rotation = Vector3.new(0, -90, 0)
  2009. Part189.FormFactor = Enum.FormFactor.Symmetric
  2010. Part189.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  2011. Part189.CFrame = CFrame.new(-72.2568207, 6.81593275, 112.987846, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2012. Part189.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2013. Part189.Position = Vector3.new(-72.2568207, 6.81593275, 112.987846)
  2014. Part189.Orientation = Vector3.new(0, -90, 0)
  2015. Part189.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2016. Part190.Parent = Model0
  2017. Part190.Material = Enum.Material.Wood
  2018. Part190.BrickColor = BrickColor.new("Reddish brown")
  2019. Part190.Rotation = Vector3.new(0, -90, 0)
  2020. Part190.FormFactor = Enum.FormFactor.Symmetric
  2021. Part190.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  2022. Part190.CFrame = CFrame.new(-149.865662, 45.6203003, 229.40097, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2023. Part190.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2024. Part190.Position = Vector3.new(-149.865662, 45.6203003, 229.40097)
  2025. Part190.Orientation = Vector3.new(0, -90, 0)
  2026. Part190.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2027. SpecialMesh191.Parent = Part190
  2028. SpecialMesh191.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2029. SpecialMesh191.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2030. Part192.Parent = Model0
  2031. Part192.Material = Enum.Material.SmoothPlastic
  2032. Part192.BrickColor = BrickColor.new("CGA brown")
  2033. Part192.Rotation = Vector3.new(0, -90, 0)
  2034. Part192.FormFactor = Enum.FormFactor.Symmetric
  2035. Part192.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  2036. Part192.CFrame = CFrame.new(-147.440369, 67.4477539, 236.676743, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2037. Part192.Color = Color3.new(0.666667, 0.333333, 0)
  2038. Part192.Position = Vector3.new(-147.440369, 67.4477539, 236.676743)
  2039. Part192.Orientation = Vector3.new(0, -90, 0)
  2040. Part192.Color = Color3.new(0.666667, 0.333333, 0)
  2041. SpecialMesh193.Parent = Part192
  2042. SpecialMesh193.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  2043. SpecialMesh193.MeshType = Enum.MeshType.Sphere
  2044. SpecialMesh193.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  2045. Part194.Parent = Model0
  2046. Part194.Material = Enum.Material.SmoothPlastic
  2047. Part194.BrickColor = BrickColor.new("Bright green")
  2048. Part194.FormFactor = Enum.FormFactor.Symmetric
  2049. Part194.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  2050. Part194.CFrame = CFrame.new(-166.84259, 72.2983017, 229.40097, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2051. Part194.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2052. Part194.Position = Vector3.new(-166.84259, 72.2983017, 229.40097)
  2053. Part194.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2054. Part195.Parent = Model0
  2055. Part195.Material = Enum.Material.Wood
  2056. Part195.BrickColor = BrickColor.new("Reddish brown")
  2057. Part195.Rotation = Vector3.new(0, -90, 0)
  2058. Part195.FormFactor = Enum.FormFactor.Symmetric
  2059. Part195.Size = Vector3.new(72.758194, 14.5516386, 9.70109272)
  2060. Part195.CFrame = CFrame.new(-125.612915, 9.24120522, 168.769119, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2061. Part195.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2062. Part195.Position = Vector3.new(-125.612915, 9.24120522, 168.769119)
  2063. Part195.Orientation = Vector3.new(0, -90, 0)
  2064. Part195.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2065. Part196.Parent = Model0
  2066. Part196.Material = Enum.Material.SmoothPlastic
  2067. Part196.BrickColor = BrickColor.new("White")
  2068. Part196.Rotation = Vector3.new(0, -90, 0)
  2069. Part196.FormFactor = Enum.FormFactor.Symmetric
  2070. Part196.Size = Vector3.new(19.4021854, 4.85054636, 4.85054636)
  2071. Part196.CFrame = CFrame.new(-69.8315048, 9.24121475, -81.0340195, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2072. Part196.Color = Color3.new(0.94902, 0.952941, 0.952941)
  2073. Part196.Position = Vector3.new(-69.8315048, 9.24121475, -81.0340195)
  2074. Part196.Orientation = Vector3.new(0, -90, 0)
  2075. Part196.Color = Color3.new(0.94902, 0.952941, 0.952941)
  2076. Part197.Parent = Model0
  2077. Part197.BrickColor = BrickColor.new("Bright green")
  2078. Part197.Transparency = 0.19999998807907
  2079. Part197.Rotation = Vector3.new(0, -90, 0)
  2080. Part197.FormFactor = Enum.FormFactor.Symmetric
  2081. Part197.Size = Vector3.new(4.85054636, 9.70109272, 4.85054636)
  2082. Part197.CFrame = CFrame.new(-35.8777237, 35.9192123, 202.722916, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2083. Part197.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2084. Part197.Position = Vector3.new(-35.8777237, 35.9192123, 202.722916)
  2085. Part197.Orientation = Vector3.new(0, -90, 0)
  2086. Part197.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2087. SpecialMesh198.Parent = Part197
  2088. Part199.Parent = Model0
  2089. Part199.BrickColor = BrickColor.new("Bright blue")
  2090. Part199.Transparency = 0.19999998807907
  2091. Part199.Rotation = Vector3.new(0, -90, 0)
  2092. Part199.FormFactor = Enum.FormFactor.Symmetric
  2093. Part199.Size = Vector3.new(4.85054636, 9.70109272, 4.85054636)
  2094. Part199.CFrame = CFrame.new(-84.3832474, 35.9192123, 202.722916, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2095. Part199.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2096. Part199.Position = Vector3.new(-84.3832474, 35.9192123, 202.722916)
  2097. Part199.Orientation = Vector3.new(0, -90, 0)
  2098. Part199.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2099. SpecialMesh200.Parent = Part199
  2100. Part201.Parent = Model0
  2101. Part201.Material = Enum.Material.SmoothPlastic
  2102. Part201.BrickColor = BrickColor.new("White")
  2103. Part201.Rotation = Vector3.new(0, -90, 0)
  2104. Part201.FormFactor = Enum.FormFactor.Plate
  2105. Part201.Size = Vector3.new(19.4021854, 1.94021881, 4.85054636)
  2106. Part201.CFrame = CFrame.new(-1.92388916, 2.93552732, 49.9307251, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2107. Part201.Color = Color3.new(0.94902, 0.952941, 0.952941)
  2108. Part201.Position = Vector3.new(-1.92388916, 2.93552732, 49.9307251)
  2109. Part201.Orientation = Vector3.new(0, -90, 0)
  2110. Part201.Color = Color3.new(0.94902, 0.952941, 0.952941)
  2111. Part202.Parent = Model0
  2112. Part202.BrickColor = BrickColor.new("Bright red")
  2113. Part202.Transparency = 0.19999998807907
  2114. Part202.Rotation = Vector3.new(0, -90, 0)
  2115. Part202.FormFactor = Enum.FormFactor.Symmetric
  2116. Part202.Size = Vector3.new(4.85054636, 9.70109272, 4.85054636)
  2117. Part202.CFrame = CFrame.new(-103.785461, 35.9192123, 202.722916, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2118. Part202.Color = Color3.new(0.768627, 0.156863, 0.109804)
  2119. Part202.Position = Vector3.new(-103.785461, 35.9192123, 202.722916)
  2120. Part202.Orientation = Vector3.new(0, -90, 0)
  2121. Part202.Color = Color3.new(0.768627, 0.156863, 0.109804)
  2122. SpecialMesh203.Parent = Part202
  2123. Part204.Parent = Model0
  2124. Part204.Material = Enum.Material.SmoothPlastic
  2125. Part204.BrickColor = BrickColor.new("Br. yellowish green")
  2126. Part204.Rotation = Vector3.new(0, -90, 0)
  2127. Part204.FormFactor = Enum.FormFactor.Plate
  2128. Part204.Size = Vector3.new(19.4021854, 1.94021881, 4.85054636)
  2129. Part204.CFrame = CFrame.new(-6.77442169, 2.93552732, 49.9307251, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2130. Part204.Color = Color3.new(0.643137, 0.741176, 0.278431)
  2131. Part204.Position = Vector3.new(-6.77442169, 2.93552732, 49.9307251)
  2132. Part204.Orientation = Vector3.new(0, -90, 0)
  2133. Part204.Color = Color3.new(0.643137, 0.741176, 0.278431)
  2134. Part205.Parent = Model0
  2135. Part205.BrickColor = BrickColor.new("Bright red")
  2136. Part205.Transparency = 0.19999998807907
  2137. Part205.Rotation = Vector3.new(0, -90, 0)
  2138. Part205.FormFactor = Enum.FormFactor.Symmetric
  2139. Part205.Size = Vector3.new(4.85054636, 9.70109272, 4.85054636)
  2140. Part205.CFrame = CFrame.new(-89.2338333, 35.9192123, 202.722916, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2141. Part205.Color = Color3.new(0.768627, 0.156863, 0.109804)
  2142. Part205.Position = Vector3.new(-89.2338333, 35.9192123, 202.722916)
  2143. Part205.Orientation = Vector3.new(0, -90, 0)
  2144. Part205.Color = Color3.new(0.768627, 0.156863, 0.109804)
  2145. SpecialMesh206.Parent = Part205
  2146. Part207.Parent = Model0
  2147. Part207.Material = Enum.Material.Granite
  2148. Part207.BrickColor = BrickColor.new("Bright blue")
  2149. Part207.Rotation = Vector3.new(0, -90, 0)
  2150. Part207.FormFactor = Enum.FormFactor.Plate
  2151. Part207.Size = Vector3.new(509.307373, 1.94021881, 179.470245)
  2152. Part207.CFrame = CFrame.new(162.994202, 0.995257974, -5.85056877, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2153. Part207.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2154. Part207.Position = Vector3.new(162.994202, 0.995257974, -5.85056877)
  2155. Part207.Orientation = Vector3.new(0, -90, 0)
  2156. Part207.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2157. Part208.Parent = Model0
  2158. Part208.Material = Enum.Material.SmoothPlastic
  2159. Part208.BrickColor = BrickColor.new("White")
  2160. Part208.Rotation = Vector3.new(0, -90, 0)
  2161. Part208.FormFactor = Enum.FormFactor.Plate
  2162. Part208.Size = Vector3.new(19.4021854, 1.94021881, 4.85054636)
  2163. Part208.CFrame = CFrame.new(7.77716064, 2.93552732, 49.9307251, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2164. Part208.Color = Color3.new(0.94902, 0.952941, 0.952941)
  2165. Part208.Position = Vector3.new(7.77716064, 2.93552732, 49.9307251)
  2166. Part208.Orientation = Vector3.new(0, -90, 0)
  2167. Part208.Color = Color3.new(0.94902, 0.952941, 0.952941)
  2168. Part209.Parent = Model0
  2169. Part209.BrickColor = BrickColor.new("Bright red")
  2170. Part209.Transparency = 0.19999998807907
  2171. Part209.Rotation = Vector3.new(0, -90, 0)
  2172. Part209.FormFactor = Enum.FormFactor.Symmetric
  2173. Part209.Size = Vector3.new(4.85054636, 9.70109272, 4.85054636)
  2174. Part209.CFrame = CFrame.new(-60.1304932, 35.9192123, 202.722916, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2175. Part209.Color = Color3.new(0.768627, 0.156863, 0.109804)
  2176. Part209.Position = Vector3.new(-60.1304932, 35.9192123, 202.722916)
  2177. Part209.Orientation = Vector3.new(0, -90, 0)
  2178. Part209.Color = Color3.new(0.768627, 0.156863, 0.109804)
  2179. SpecialMesh210.Parent = Part209
  2180. Part211.Parent = Model0
  2181. Part211.BrickColor = BrickColor.new("Bright blue")
  2182. Part211.Transparency = 0.19999998807907
  2183. Part211.Rotation = Vector3.new(0, -90, 0)
  2184. Part211.FormFactor = Enum.FormFactor.Symmetric
  2185. Part211.Size = Vector3.new(4.85054636, 9.70109272, 4.85054636)
  2186. Part211.CFrame = CFrame.new(-40.7282944, 35.9192123, 202.722916, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2187. Part211.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2188. Part211.Position = Vector3.new(-40.7282944, 35.9192123, 202.722916)
  2189. Part211.Orientation = Vector3.new(0, -90, 0)
  2190. Part211.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2191. SpecialMesh212.Parent = Part211
  2192. Part213.Parent = Model0
  2193. Part213.Material = Enum.Material.SmoothPlastic
  2194. Part213.BrickColor = BrickColor.new("Br. yellowish green")
  2195. Part213.Rotation = Vector3.new(0, -90, 0)
  2196. Part213.FormFactor = Enum.FormFactor.Plate
  2197. Part213.Size = Vector3.new(19.4021854, 1.94021881, 4.85054636)
  2198. Part213.CFrame = CFrame.new(12.6277237, 2.93552732, 49.9307251, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2199. Part213.Color = Color3.new(0.643137, 0.741176, 0.278431)
  2200. Part213.Position = Vector3.new(12.6277237, 2.93552732, 49.9307251)
  2201. Part213.Orientation = Vector3.new(0, -90, 0)
  2202. Part213.Color = Color3.new(0.643137, 0.741176, 0.278431)
  2203. Part214.Parent = Model0
  2204. Part214.Material = Enum.Material.Wood
  2205. Part214.BrickColor = BrickColor.new("Reddish brown")
  2206. Part214.Rotation = Vector3.new(0, -90, 0)
  2207. Part214.FormFactor = Enum.FormFactor.Symmetric
  2208. Part214.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  2209. Part214.CFrame = CFrame.new(-111.061249, 6.81593275, 112.987846, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2210. Part214.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2211. Part214.Position = Vector3.new(-111.061249, 6.81593275, 112.987846)
  2212. Part214.Orientation = Vector3.new(0, -90, 0)
  2213. Part214.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2214. Part215.Parent = Model0
  2215. Part215.BrickColor = BrickColor.new("Bright red")
  2216. Part215.Transparency = 0.19999998807907
  2217. Part215.Rotation = Vector3.new(0, -90, 0)
  2218. Part215.FormFactor = Enum.FormFactor.Symmetric
  2219. Part215.Size = Vector3.new(4.85054636, 9.70109272, 4.85054636)
  2220. Part215.CFrame = CFrame.new(-16.4755592, 35.9192123, 202.722916, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2221. Part215.Color = Color3.new(0.768627, 0.156863, 0.109804)
  2222. Part215.Position = Vector3.new(-16.4755592, 35.9192123, 202.722916)
  2223. Part215.Orientation = Vector3.new(0, -90, 0)
  2224. Part215.Color = Color3.new(0.768627, 0.156863, 0.109804)
  2225. SpecialMesh216.Parent = Part215
  2226. Part217.Parent = Model0
  2227. Part217.Material = Enum.Material.Wood
  2228. Part217.BrickColor = BrickColor.new("Reddish brown")
  2229. Part217.Rotation = Vector3.new(0, -90, 0)
  2230. Part217.FormFactor = Enum.FormFactor.Symmetric
  2231. Part217.Size = Vector3.new(4.85054636, 4.85054636, 116.413109)
  2232. Part217.CFrame = CFrame.new(-72.2568512, 28.6433945, 202.722916, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2233. Part217.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2234. Part217.Position = Vector3.new(-72.2568512, 28.6433945, 202.722916)
  2235. Part217.Orientation = Vector3.new(0, -90, 0)
  2236. Part217.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2237. Part218.Parent = Model0
  2238. Part218.Material = Enum.Material.Wood
  2239. Part218.BrickColor = BrickColor.new("Reddish brown")
  2240. Part218.Rotation = Vector3.new(0, -90, 0)
  2241. Part218.FormFactor = Enum.FormFactor.Symmetric
  2242. Part218.Size = Vector3.new(9.70109272, 14.5516386, 116.413109)
  2243. Part218.CFrame = CFrame.new(-72.2568207, 9.24120522, 127.53949, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2244. Part218.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2245. Part218.Position = Vector3.new(-72.2568207, 9.24120522, 127.53949)
  2246. Part218.Orientation = Vector3.new(0, -90, 0)
  2247. Part218.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2248. Part219.Parent = Model0
  2249. Part219.BrickColor = BrickColor.new("Bright green")
  2250. Part219.Transparency = 0.19999998807907
  2251. Part219.Rotation = Vector3.new(0, -90, 0)
  2252. Part219.FormFactor = Enum.FormFactor.Symmetric
  2253. Part219.Size = Vector3.new(4.85054636, 9.70109272, 4.85054636)
  2254. Part219.CFrame = CFrame.new(-64.9810333, 35.9192123, 202.722916, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2255. Part219.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2256. Part219.Position = Vector3.new(-64.9810333, 35.9192123, 202.722916)
  2257. Part219.Orientation = Vector3.new(0, -90, 0)
  2258. Part219.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2259. SpecialMesh220.Parent = Part219
  2260. Part221.Parent = Model0
  2261. Part221.Material = Enum.Material.SmoothPlastic
  2262. Part221.BrickColor = BrickColor.new("Bright green")
  2263. Part221.Rotation = Vector3.new(0, -90, 0)
  2264. Part221.FormFactor = Enum.FormFactor.Symmetric
  2265. Part221.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  2266. Part221.CFrame = CFrame.new(-149.865662, 72.2983017, 246.37793, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2267. Part221.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2268. Part221.Position = Vector3.new(-149.865662, 72.2983017, 246.37793)
  2269. Part221.Orientation = Vector3.new(0, -90, 0)
  2270. Part221.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2271. Part222.Parent = Model0
  2272. Part222.Material = Enum.Material.SmoothPlastic
  2273. Part222.BrickColor = BrickColor.new("CGA brown")
  2274. Part222.Rotation = Vector3.new(0, -90, 0)
  2275. Part222.FormFactor = Enum.FormFactor.Symmetric
  2276. Part222.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  2277. Part222.CFrame = CFrame.new(-147.440369, 67.4477539, 222.125092, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2278. Part222.Color = Color3.new(0.666667, 0.333333, 0)
  2279. Part222.Position = Vector3.new(-147.440369, 67.4477539, 222.125092)
  2280. Part222.Orientation = Vector3.new(0, -90, 0)
  2281. Part222.Color = Color3.new(0.666667, 0.333333, 0)
  2282. SpecialMesh223.Parent = Part222
  2283. SpecialMesh223.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  2284. SpecialMesh223.MeshType = Enum.MeshType.Sphere
  2285. SpecialMesh223.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  2286. Part224.Parent = Model0
  2287. Part224.Material = Enum.Material.SmoothPlastic
  2288. Part224.BrickColor = BrickColor.new("Bright green")
  2289. Part224.Rotation = Vector3.new(-180, 0, -180)
  2290. Part224.FormFactor = Enum.FormFactor.Symmetric
  2291. Part224.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  2292. Part224.CFrame = CFrame.new(-132.888718, 72.2983017, 229.40097, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2293. Part224.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2294. Part224.Position = Vector3.new(-132.888718, 72.2983017, 229.40097)
  2295. Part224.Orientation = Vector3.new(0, 180, 0)
  2296. Part224.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2297. Part225.Parent = Model0
  2298. Part225.Material = Enum.Material.Wood
  2299. Part225.BrickColor = BrickColor.new("Reddish brown")
  2300. Part225.Rotation = Vector3.new(0, -90, 0)
  2301. Part225.FormFactor = Enum.FormFactor.Symmetric
  2302. Part225.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  2303. Part225.CFrame = CFrame.new(-52.8546753, 6.81593275, 112.987846, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2304. Part225.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2305. Part225.Position = Vector3.new(-52.8546753, 6.81593275, 112.987846)
  2306. Part225.Orientation = Vector3.new(0, -90, 0)
  2307. Part225.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2308. Part226.Parent = Model0
  2309. Part226.BrickColor = BrickColor.new("Bright green")
  2310. Part226.Transparency = 0.19999998807907
  2311. Part226.Rotation = Vector3.new(0, -90, 0)
  2312. Part226.FormFactor = Enum.FormFactor.Symmetric
  2313. Part226.Size = Vector3.new(4.85054636, 9.70109272, 4.85054636)
  2314. Part226.CFrame = CFrame.new(-108.636002, 35.9192123, 202.722916, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2315. Part226.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2316. Part226.Position = Vector3.new(-108.636002, 35.9192123, 202.722916)
  2317. Part226.Orientation = Vector3.new(0, -90, 0)
  2318. Part226.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2319. SpecialMesh227.Parent = Part226
  2320. Part228.Parent = Model0
  2321. Part228.Material = Enum.Material.Wood
  2322. Part228.BrickColor = BrickColor.new("Reddish brown")
  2323. Part228.Rotation = Vector3.new(0, -90, 0)
  2324. Part228.FormFactor = Enum.FormFactor.Symmetric
  2325. Part228.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  2326. Part228.CFrame = CFrame.new(-91.6590729, 6.81593275, 30.5285358, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2327. Part228.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2328. Part228.Position = Vector3.new(-91.6590729, 6.81593275, 30.5285358)
  2329. Part228.Orientation = Vector3.new(0, -90, 0)
  2330. Part228.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2331. SpecialMesh229.Parent = Part228
  2332. SpecialMesh229.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2333. SpecialMesh229.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2334. Part230.Parent = Model0
  2335. Part230.Material = Enum.Material.Wood
  2336. Part230.BrickColor = BrickColor.new("Reddish brown")
  2337. Part230.Rotation = Vector3.new(0, -90, 0)
  2338. Part230.FormFactor = Enum.FormFactor.Symmetric
  2339. Part230.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  2340. Part230.CFrame = CFrame.new(-91.6590729, 16.517025, 30.5285358, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2341. Part230.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2342. Part230.Position = Vector3.new(-91.6590729, 16.517025, 30.5285358)
  2343. Part230.Orientation = Vector3.new(0, -90, 0)
  2344. Part230.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2345. SpecialMesh231.Parent = Part230
  2346. SpecialMesh231.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2347. SpecialMesh231.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2348. Part232.Parent = Model0
  2349. Part232.Material = Enum.Material.Wood
  2350. Part232.BrickColor = BrickColor.new("Reddish brown")
  2351. Part232.Rotation = Vector3.new(0, -90, 0)
  2352. Part232.FormFactor = Enum.FormFactor.Symmetric
  2353. Part232.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  2354. Part232.CFrame = CFrame.new(-149.865662, 35.9192085, 229.40097, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2355. Part232.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2356. Part232.Position = Vector3.new(-149.865662, 35.9192085, 229.40097)
  2357. Part232.Orientation = Vector3.new(0, -90, 0)
  2358. Part232.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2359. SpecialMesh233.Parent = Part232
  2360. SpecialMesh233.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2361. SpecialMesh233.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2362. Part234.Parent = Model0
  2363. Part234.BrickColor = BrickColor.new("Bright red")
  2364. Part234.Transparency = 0.19999998807907
  2365. Part234.Rotation = Vector3.new(0, -90, 0)
  2366. Part234.FormFactor = Enum.FormFactor.Symmetric
  2367. Part234.Size = Vector3.new(4.85054636, 9.70109272, 4.85054636)
  2368. Part234.CFrame = CFrame.new(-45.5788422, 35.9192123, 202.722916, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2369. Part234.Color = Color3.new(0.768627, 0.156863, 0.109804)
  2370. Part234.Position = Vector3.new(-45.5788422, 35.9192123, 202.722916)
  2371. Part234.Orientation = Vector3.new(0, -90, 0)
  2372. Part234.Color = Color3.new(0.768627, 0.156863, 0.109804)
  2373. SpecialMesh235.Parent = Part234
  2374. Part236.Parent = Model0
  2375. Part236.Material = Enum.Material.Wood
  2376. Part236.BrickColor = BrickColor.new("Reddish brown")
  2377. Part236.Rotation = Vector3.new(0, -90, 0)
  2378. Part236.FormFactor = Enum.FormFactor.Symmetric
  2379. Part236.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  2380. Part236.CFrame = CFrame.new(-52.8546753, 16.517025, -221.699905, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2381. Part236.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2382. Part236.Position = Vector3.new(-52.8546753, 16.517025, -221.699905)
  2383. Part236.Orientation = Vector3.new(0, -90, 0)
  2384. Part236.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2385. SpecialMesh237.Parent = Part236
  2386. SpecialMesh237.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2387. SpecialMesh237.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2388. Part238.Parent = Model0
  2389. Part238.BrickColor = BrickColor.new("Bright green")
  2390. Part238.Transparency = 0.19999998807907
  2391. Part238.Rotation = Vector3.new(0, -90, 0)
  2392. Part238.FormFactor = Enum.FormFactor.Symmetric
  2393. Part238.Size = Vector3.new(4.85054636, 9.70109272, 4.85054636)
  2394. Part238.CFrame = CFrame.new(-94.0843506, 35.9192123, 202.722916, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2395. Part238.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2396. Part238.Position = Vector3.new(-94.0843506, 35.9192123, 202.722916)
  2397. Part238.Orientation = Vector3.new(0, -90, 0)
  2398. Part238.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2399. SpecialMesh239.Parent = Part238
  2400. Part240.Parent = Model0
  2401. Part240.Material = Enum.Material.Wood
  2402. Part240.BrickColor = BrickColor.new("Reddish brown")
  2403. Part240.Rotation = Vector3.new(0, -90, 0)
  2404. Part240.FormFactor = Enum.FormFactor.Symmetric
  2405. Part240.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  2406. Part240.CFrame = CFrame.new(-149.865662, 55.3213806, 229.40097, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2407. Part240.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2408. Part240.Position = Vector3.new(-149.865662, 55.3213806, 229.40097)
  2409. Part240.Orientation = Vector3.new(0, -90, 0)
  2410. Part240.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2411. SpecialMesh241.Parent = Part240
  2412. SpecialMesh241.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2413. SpecialMesh241.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2414. Part242.Parent = Model0
  2415. Part242.BrickColor = BrickColor.new("Bright green")
  2416. Part242.Transparency = 0.19999998807907
  2417. Part242.Rotation = Vector3.new(0, -90, 0)
  2418. Part242.FormFactor = Enum.FormFactor.Symmetric
  2419. Part242.Size = Vector3.new(4.85054636, 9.70109272, 4.85054636)
  2420. Part242.CFrame = CFrame.new(-79.5326767, 35.9192123, 202.722916, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2421. Part242.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2422. Part242.Position = Vector3.new(-79.5326767, 35.9192123, 202.722916)
  2423. Part242.Orientation = Vector3.new(0, -90, 0)
  2424. Part242.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2425. SpecialMesh243.Parent = Part242
  2426. Part244.Parent = Model0
  2427. Part244.BrickColor = BrickColor.new("Bright blue")
  2428. Part244.Transparency = 0.19999998807907
  2429. Part244.Rotation = Vector3.new(0, -90, 0)
  2430. Part244.FormFactor = Enum.FormFactor.Symmetric
  2431. Part244.Size = Vector3.new(4.85054636, 9.70109272, 4.85054636)
  2432. Part244.CFrame = CFrame.new(-26.1766434, 35.9192123, 202.722916, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2433. Part244.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2434. Part244.Position = Vector3.new(-26.1766434, 35.9192123, 202.722916)
  2435. Part244.Orientation = Vector3.new(0, -90, 0)
  2436. Part244.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2437. SpecialMesh245.Parent = Part244
  2438. Part246.Parent = Model0
  2439. Part246.Material = Enum.Material.SmoothPlastic
  2440. Part246.BrickColor = BrickColor.new("CGA brown")
  2441. Part246.Rotation = Vector3.new(0, -90, 0)
  2442. Part246.FormFactor = Enum.FormFactor.Symmetric
  2443. Part246.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  2444. Part246.CFrame = CFrame.new(-142.589935, 67.4477539, 231.826187, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2445. Part246.Color = Color3.new(0.666667, 0.333333, 0)
  2446. Part246.Position = Vector3.new(-142.589935, 67.4477539, 231.826187)
  2447. Part246.Orientation = Vector3.new(0, -90, 0)
  2448. Part246.Color = Color3.new(0.666667, 0.333333, 0)
  2449. SpecialMesh247.Parent = Part246
  2450. SpecialMesh247.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  2451. SpecialMesh247.MeshType = Enum.MeshType.Sphere
  2452. SpecialMesh247.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  2453. Part248.Parent = Model0
  2454. Part248.Material = Enum.Material.Wood
  2455. Part248.BrickColor = BrickColor.new("Reddish brown")
  2456. Part248.Rotation = Vector3.new(0, -90, 0)
  2457. Part248.FormFactor = Enum.FormFactor.Symmetric
  2458. Part248.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  2459. Part248.CFrame = CFrame.new(-91.6590729, 6.81593275, 112.987846, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2460. Part248.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2461. Part248.Position = Vector3.new(-91.6590729, 6.81593275, 112.987846)
  2462. Part248.Orientation = Vector3.new(0, -90, 0)
  2463. Part248.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2464. Part249.Parent = Model0
  2465. Part249.Material = Enum.Material.SmoothPlastic
  2466. Part249.BrickColor = BrickColor.new("Bright green")
  2467. Part249.Rotation = Vector3.new(0, 90, 0)
  2468. Part249.FormFactor = Enum.FormFactor.Symmetric
  2469. Part249.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  2470. Part249.CFrame = CFrame.new(-149.865662, 72.2983017, 212.424011, -0, 0, 1, 0, 1, 0, -1, 0, 0)
  2471. Part249.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2472. Part249.Position = Vector3.new(-149.865662, 72.2983017, 212.424011)
  2473. Part249.Orientation = Vector3.new(0, 90, 0)
  2474. Part249.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2475. Part250.Parent = Model0
  2476. Part250.BrickColor = BrickColor.new("Bright blue")
  2477. Part250.Transparency = 0.19999998807907
  2478. Part250.Rotation = Vector3.new(0, -90, 0)
  2479. Part250.FormFactor = Enum.FormFactor.Symmetric
  2480. Part250.Size = Vector3.new(4.85054636, 9.70109272, 4.85054636)
  2481. Part250.CFrame = CFrame.new(-128.038177, 35.9192123, 202.722916, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2482. Part250.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2483. Part250.Position = Vector3.new(-128.038177, 35.9192123, 202.722916)
  2484. Part250.Orientation = Vector3.new(0, -90, 0)
  2485. Part250.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2486. SpecialMesh251.Parent = Part250
  2487. Part252.Parent = Model0
  2488. Part252.Material = Enum.Material.SmoothPlastic
  2489. Part252.BrickColor = BrickColor.new("CGA brown")
  2490. Part252.Rotation = Vector3.new(0, -90, 0)
  2491. Part252.FormFactor = Enum.FormFactor.Symmetric
  2492. Part252.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  2493. Part252.CFrame = CFrame.new(-152.290955, 67.4477539, 222.125092, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2494. Part252.Color = Color3.new(0.666667, 0.333333, 0)
  2495. Part252.Position = Vector3.new(-152.290955, 67.4477539, 222.125092)
  2496. Part252.Orientation = Vector3.new(0, -90, 0)
  2497. Part252.Color = Color3.new(0.666667, 0.333333, 0)
  2498. SpecialMesh253.Parent = Part252
  2499. SpecialMesh253.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  2500. SpecialMesh253.MeshType = Enum.MeshType.Sphere
  2501. SpecialMesh253.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  2502. Part254.Parent = Model0
  2503. Part254.BrickColor = BrickColor.new("Bright blue")
  2504. Part254.Transparency = 0.19999998807907
  2505. Part254.Rotation = Vector3.new(0, -90, 0)
  2506. Part254.FormFactor = Enum.FormFactor.Symmetric
  2507. Part254.Size = Vector3.new(4.85054636, 9.70109272, 4.85054636)
  2508. Part254.CFrame = CFrame.new(-69.8315582, 35.9192123, 202.722916, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2509. Part254.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2510. Part254.Position = Vector3.new(-69.8315582, 35.9192123, 202.722916)
  2511. Part254.Orientation = Vector3.new(0, -90, 0)
  2512. Part254.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2513. SpecialMesh255.Parent = Part254
  2514. Part256.Parent = Model0
  2515. Part256.Material = Enum.Material.Wood
  2516. Part256.BrickColor = BrickColor.new("Reddish brown")
  2517. Part256.Rotation = Vector3.new(0, -90, 0)
  2518. Part256.FormFactor = Enum.FormFactor.Symmetric
  2519. Part256.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  2520. Part256.CFrame = CFrame.new(-149.865662, 16.517025, 229.40097, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2521. Part256.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2522. Part256.Position = Vector3.new(-149.865662, 16.517025, 229.40097)
  2523. Part256.Orientation = Vector3.new(0, -90, 0)
  2524. Part256.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2525. SpecialMesh257.Parent = Part256
  2526. SpecialMesh257.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2527. SpecialMesh257.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2528. Part258.Parent = Model0
  2529. Part258.Material = Enum.Material.SmoothPlastic
  2530. Part258.BrickColor = BrickColor.new("Br. yellowish green")
  2531. Part258.Rotation = Vector3.new(0, -90, 0)
  2532. Part258.FormFactor = Enum.FormFactor.Plate
  2533. Part258.Size = Vector3.new(19.4021854, 1.94021881, 4.85054636)
  2534. Part258.CFrame = CFrame.new(2.92660522, 2.93552732, 49.9307251, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2535. Part258.Color = Color3.new(0.643137, 0.741176, 0.278431)
  2536. Part258.Position = Vector3.new(2.92660522, 2.93552732, 49.9307251)
  2537. Part258.Orientation = Vector3.new(0, -90, 0)
  2538. Part258.Color = Color3.new(0.643137, 0.741176, 0.278431)
  2539. Part259.Parent = Model0
  2540. Part259.Material = Enum.Material.SmoothPlastic
  2541. Part259.BrickColor = BrickColor.new("CGA brown")
  2542. Part259.Rotation = Vector3.new(0, -90, 0)
  2543. Part259.FormFactor = Enum.FormFactor.Symmetric
  2544. Part259.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  2545. Part259.CFrame = CFrame.new(-142.589935, 67.4477539, 226.975632, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2546. Part259.Color = Color3.new(0.666667, 0.333333, 0)
  2547. Part259.Position = Vector3.new(-142.589935, 67.4477539, 226.975632)
  2548. Part259.Orientation = Vector3.new(0, -90, 0)
  2549. Part259.Color = Color3.new(0.666667, 0.333333, 0)
  2550. SpecialMesh260.Parent = Part259
  2551. SpecialMesh260.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  2552. SpecialMesh260.MeshType = Enum.MeshType.Sphere
  2553. SpecialMesh260.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  2554. Part261.Parent = Model0
  2555. Part261.Material = Enum.Material.SmoothPlastic
  2556. Part261.BrickColor = BrickColor.new("Bright green")
  2557. Part261.Rotation = Vector3.new(0, -90, 0)
  2558. Part261.FormFactor = Enum.FormFactor.Symmetric
  2559. Part261.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  2560. Part261.CFrame = CFrame.new(-149.865662, 74.7235718, 229.40097, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2561. Part261.BackSurface = Enum.SurfaceType.Weld
  2562. Part261.FrontSurface = Enum.SurfaceType.Weld
  2563. Part261.LeftSurface = Enum.SurfaceType.Weld
  2564. Part261.RightSurface = Enum.SurfaceType.Weld
  2565. Part261.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2566. Part261.Position = Vector3.new(-149.865662, 74.7235718, 229.40097)
  2567. Part261.Orientation = Vector3.new(0, -90, 0)
  2568. Part261.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2569. Part262.Parent = Model0
  2570. Part262.BrickColor = BrickColor.new("Bright blue")
  2571. Part262.Transparency = 0.19999998807907
  2572. Part262.Rotation = Vector3.new(0, -90, 0)
  2573. Part262.FormFactor = Enum.FormFactor.Symmetric
  2574. Part262.Size = Vector3.new(4.85054636, 9.70109272, 4.85054636)
  2575. Part262.CFrame = CFrame.new(-55.2799454, 35.9192123, 202.722916, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2576. Part262.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2577. Part262.Position = Vector3.new(-55.2799454, 35.9192123, 202.722916)
  2578. Part262.Orientation = Vector3.new(0, -90, 0)
  2579. Part262.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2580. SpecialMesh263.Parent = Part262
  2581. Part264.Parent = Model0
  2582. Part264.BrickColor = BrickColor.new("Bright green")
  2583. Part264.Transparency = 0.19999998807907
  2584. Part264.Rotation = Vector3.new(0, -90, 0)
  2585. Part264.FormFactor = Enum.FormFactor.Symmetric
  2586. Part264.Size = Vector3.new(4.85054636, 9.70109272, 4.85054636)
  2587. Part264.CFrame = CFrame.new(-50.4294281, 35.9192123, 202.722916, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2588. Part264.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2589. Part264.Position = Vector3.new(-50.4294281, 35.9192123, 202.722916)
  2590. Part264.Orientation = Vector3.new(0, -90, 0)
  2591. Part264.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2592. SpecialMesh265.Parent = Part264
  2593. Part266.Parent = Model0
  2594. Part266.Material = Enum.Material.SmoothPlastic
  2595. Part266.BrickColor = BrickColor.new("Bright green")
  2596. Part266.FormFactor = Enum.FormFactor.Symmetric
  2597. Part266.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  2598. Part266.CFrame = CFrame.new(-259.002991, 72.2983246, 214.849274, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2599. Part266.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2600. Part266.Position = Vector3.new(-259.002991, 72.2983246, 214.849274)
  2601. Part266.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2602. Part267.Parent = Model0
  2603. Part267.Material = Enum.Material.Wood
  2604. Part267.BrickColor = BrickColor.new("Reddish brown")
  2605. Part267.Rotation = Vector3.new(0, -90, 0)
  2606. Part267.FormFactor = Enum.FormFactor.Symmetric
  2607. Part267.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  2608. Part267.CFrame = CFrame.new(-242.026001, 65.0224991, 214.849274, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2609. Part267.BackSurface = Enum.SurfaceType.Weld
  2610. Part267.FrontSurface = Enum.SurfaceType.Weld
  2611. Part267.LeftSurface = Enum.SurfaceType.Weld
  2612. Part267.RightSurface = Enum.SurfaceType.Weld
  2613. Part267.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2614. Part267.Position = Vector3.new(-242.026001, 65.0224991, 214.849274)
  2615. Part267.Orientation = Vector3.new(0, -90, 0)
  2616. Part267.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2617. SpecialMesh268.Parent = Part267
  2618. SpecialMesh268.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2619. SpecialMesh268.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2620. Part269.Parent = Model0
  2621. Part269.Material = Enum.Material.Wood
  2622. Part269.BrickColor = BrickColor.new("Reddish brown")
  2623. Part269.Rotation = Vector3.new(0, -90, 0)
  2624. Part269.FormFactor = Enum.FormFactor.Symmetric
  2625. Part269.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  2626. Part269.CFrame = CFrame.new(-193.52066, 16.5170383, -95.5856705, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2627. Part269.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2628. Part269.Position = Vector3.new(-193.52066, 16.5170383, -95.5856705)
  2629. Part269.Orientation = Vector3.new(0, -90, 0)
  2630. Part269.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2631. SpecialMesh270.Parent = Part269
  2632. SpecialMesh270.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2633. SpecialMesh270.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2634. Part271.Parent = Model0
  2635. Part271.Material = Enum.Material.SmoothPlastic
  2636. Part271.BrickColor = BrickColor.new("Bright red")
  2637. Part271.Rotation = Vector3.new(0, -90, 0)
  2638. Part271.FormFactor = Enum.FormFactor.Plate
  2639. Part271.Size = Vector3.new(19.4021854, 1.94021881, 4.85054636)
  2640. Part271.CFrame = CFrame.new(-35.8776474, 7.78607893, -81.0340195, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2641. Part271.BackSurface = Enum.SurfaceType.Weld
  2642. Part271.BottomSurface = Enum.SurfaceType.Weld
  2643. Part271.FrontSurface = Enum.SurfaceType.Weld
  2644. Part271.LeftSurface = Enum.SurfaceType.Weld
  2645. Part271.RightSurface = Enum.SurfaceType.Weld
  2646. Part271.TopSurface = Enum.SurfaceType.Smooth
  2647. Part271.Color = Color3.new(0.768627, 0.156863, 0.109804)
  2648. Part271.Position = Vector3.new(-35.8776474, 7.78607893, -81.0340195)
  2649. Part271.Orientation = Vector3.new(0, -90, 0)
  2650. Part271.Color = Color3.new(0.768627, 0.156863, 0.109804)
  2651. Part272.Parent = Model0
  2652. Part272.Material = Enum.Material.SmoothPlastic
  2653. Part272.BrickColor = BrickColor.new("Bright green")
  2654. Part272.Rotation = Vector3.new(0, -90, 0)
  2655. Part272.FormFactor = Enum.FormFactor.Symmetric
  2656. Part272.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  2657. Part272.CFrame = CFrame.new(-242.026001, 74.7235947, 214.849274, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2658. Part272.BackSurface = Enum.SurfaceType.Weld
  2659. Part272.FrontSurface = Enum.SurfaceType.Weld
  2660. Part272.LeftSurface = Enum.SurfaceType.Weld
  2661. Part272.RightSurface = Enum.SurfaceType.Weld
  2662. Part272.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2663. Part272.Position = Vector3.new(-242.026001, 74.7235947, 214.849274)
  2664. Part272.Orientation = Vector3.new(0, -90, 0)
  2665. Part272.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2666. Part273.Parent = Model0
  2667. Part273.Material = Enum.Material.SmoothPlastic
  2668. Part273.BrickColor = BrickColor.new("Bright green")
  2669. Part273.Rotation = Vector3.new(0, -90, 0)
  2670. Part273.FormFactor = Enum.FormFactor.Symmetric
  2671. Part273.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  2672. Part273.CFrame = CFrame.new(-242.026001, 72.2983246, 231.826157, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2673. Part273.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2674. Part273.Position = Vector3.new(-242.026001, 72.2983246, 231.826157)
  2675. Part273.Orientation = Vector3.new(0, -90, 0)
  2676. Part273.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2677. Part274.Parent = Model0
  2678. Part274.Material = Enum.Material.SmoothPlastic
  2679. Part274.BrickColor = BrickColor.new("CGA brown")
  2680. Part274.Rotation = Vector3.new(0, -90, 0)
  2681. Part274.FormFactor = Enum.FormFactor.Symmetric
  2682. Part274.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  2683. Part274.CFrame = CFrame.new(-239.60083, 67.4477768, 222.125046, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2684. Part274.Color = Color3.new(0.666667, 0.333333, 0)
  2685. Part274.Position = Vector3.new(-239.60083, 67.4477768, 222.125046)
  2686. Part274.Orientation = Vector3.new(0, -90, 0)
  2687. Part274.Color = Color3.new(0.666667, 0.333333, 0)
  2688. SpecialMesh275.Parent = Part274
  2689. SpecialMesh275.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  2690. SpecialMesh275.MeshType = Enum.MeshType.Sphere
  2691. SpecialMesh275.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  2692. Part276.Parent = Model0
  2693. Part276.Material = Enum.Material.Metal
  2694. Part276.BrickColor = BrickColor.new("Dark stone grey")
  2695. Part276.Rotation = Vector3.new(0, -90, 0)
  2696. Part276.FormFactor = Enum.FormFactor.Symmetric
  2697. Part276.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  2698. Part276.CFrame = CFrame.new(-35.8776474, 4.39065504, -73.7582169, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2699. Part276.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2700. Part276.Position = Vector3.new(-35.8776474, 4.39065504, -73.7582169)
  2701. Part276.Orientation = Vector3.new(0, -90, 0)
  2702. Part276.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2703. Part277.Parent = Model0
  2704. Part277.Material = Enum.Material.SmoothPlastic
  2705. Part277.BrickColor = BrickColor.new("Bright green")
  2706. Part277.Rotation = Vector3.new(0, 90, 0)
  2707. Part277.FormFactor = Enum.FormFactor.Symmetric
  2708. Part277.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  2709. Part277.CFrame = CFrame.new(-242.026001, 72.2983246, 197.872406, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  2710. Part277.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2711. Part277.Position = Vector3.new(-242.026001, 72.2983246, 197.872406)
  2712. Part277.Orientation = Vector3.new(0, 90, 0)
  2713. Part277.Color = Color3.new(0.294118, 0.592157, 0.294118)
  2714. Part278.Parent = Model0
  2715. Part278.Material = Enum.Material.SmoothPlastic
  2716. Part278.BrickColor = BrickColor.new("CGA brown")
  2717. Part278.Rotation = Vector3.new(0, -90, 0)
  2718. Part278.FormFactor = Enum.FormFactor.Symmetric
  2719. Part278.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  2720. Part278.CFrame = CFrame.new(-249.301865, 67.4477768, 212.424026, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2721. Part278.Color = Color3.new(0.666667, 0.333333, 0)
  2722. Part278.Position = Vector3.new(-249.301865, 67.4477768, 212.424026)
  2723. Part278.Orientation = Vector3.new(0, -90, 0)
  2724. Part278.Color = Color3.new(0.666667, 0.333333, 0)
  2725. SpecialMesh279.Parent = Part278
  2726. SpecialMesh279.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  2727. SpecialMesh279.MeshType = Enum.MeshType.Sphere
  2728. SpecialMesh279.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  2729. Part280.Parent = Model0
  2730. Part280.Material = Enum.Material.Wood
  2731. Part280.BrickColor = BrickColor.new("Reddish brown")
  2732. Part280.Rotation = Vector3.new(0, -90, 0)
  2733. Part280.FormFactor = Enum.FormFactor.Symmetric
  2734. Part280.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  2735. Part280.CFrame = CFrame.new(-242.026001, 26.2181301, 214.849274, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2736. Part280.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2737. Part280.Position = Vector3.new(-242.026001, 26.2181301, 214.849274)
  2738. Part280.Orientation = Vector3.new(0, -90, 0)
  2739. Part280.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2740. SpecialMesh281.Parent = Part280
  2741. SpecialMesh281.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2742. SpecialMesh281.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2743. Part282.Parent = Model0
  2744. Part282.Material = Enum.Material.SmoothPlastic
  2745. Part282.BrickColor = BrickColor.new("Br. yellowish green")
  2746. Part282.Rotation = Vector3.new(0, -90, 0)
  2747. Part282.FormFactor = Enum.FormFactor.Plate
  2748. Part282.Size = Vector3.new(19.4021854, 1.94021881, 4.85054636)
  2749. Part282.CFrame = CFrame.new(-16.4755249, 2.93552732, 49.9307251, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2750. Part282.Color = Color3.new(0.643137, 0.741176, 0.278431)
  2751. Part282.Position = Vector3.new(-16.4755249, 2.93552732, 49.9307251)
  2752. Part282.Orientation = Vector3.new(0, -90, 0)
  2753. Part282.Color = Color3.new(0.643137, 0.741176, 0.278431)
  2754. Part283.Parent = Model0
  2755. Part283.Material = Enum.Material.SmoothPlastic
  2756. Part283.BrickColor = BrickColor.new("CGA brown")
  2757. Part283.Rotation = Vector3.new(0, -90, 0)
  2758. Part283.FormFactor = Enum.FormFactor.Symmetric
  2759. Part283.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  2760. Part283.CFrame = CFrame.new(-239.60083, 67.4477768, 207.573395, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2761. Part283.Color = Color3.new(0.666667, 0.333333, 0)
  2762. Part283.Position = Vector3.new(-239.60083, 67.4477768, 207.573395)
  2763. Part283.Orientation = Vector3.new(0, -90, 0)
  2764. Part283.Color = Color3.new(0.666667, 0.333333, 0)
  2765. SpecialMesh284.Parent = Part283
  2766. SpecialMesh284.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  2767. SpecialMesh284.MeshType = Enum.MeshType.Sphere
  2768. SpecialMesh284.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  2769. Part285.Parent = Model0
  2770. Part285.Material = Enum.Material.Wood
  2771. Part285.BrickColor = BrickColor.new("Reddish brown")
  2772. Part285.Rotation = Vector3.new(0, -90, 0)
  2773. Part285.FormFactor = Enum.FormFactor.Symmetric
  2774. Part285.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  2775. Part285.CFrame = CFrame.new(-212.922791, 16.5170383, 79.033989, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2776. Part285.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2777. Part285.Position = Vector3.new(-212.922791, 16.5170383, 79.033989)
  2778. Part285.Orientation = Vector3.new(0, -90, 0)
  2779. Part285.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2780. SpecialMesh286.Parent = Part285
  2781. SpecialMesh286.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2782. SpecialMesh286.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2783. Part287.Parent = Model0
  2784. Part287.Material = Enum.Material.SmoothPlastic
  2785. Part287.BrickColor = BrickColor.new("CGA brown")
  2786. Part287.Rotation = Vector3.new(0, -90, 0)
  2787. Part287.FormFactor = Enum.FormFactor.Symmetric
  2788. Part287.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  2789. Part287.CFrame = CFrame.new(-234.750259, 67.4477768, 212.424026, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2790. Part287.Color = Color3.new(0.666667, 0.333333, 0)
  2791. Part287.Position = Vector3.new(-234.750259, 67.4477768, 212.424026)
  2792. Part287.Orientation = Vector3.new(0, -90, 0)
  2793. Part287.Color = Color3.new(0.666667, 0.333333, 0)
  2794. SpecialMesh288.Parent = Part287
  2795. SpecialMesh288.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  2796. SpecialMesh288.MeshType = Enum.MeshType.Sphere
  2797. SpecialMesh288.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  2798. Part289.Parent = Model0
  2799. Part289.Material = Enum.Material.SmoothPlastic
  2800. Part289.BrickColor = BrickColor.new("Bright red")
  2801. Part289.Rotation = Vector3.new(0, -90, 0)
  2802. Part289.FormFactor = Enum.FormFactor.Plate
  2803. Part289.Size = Vector3.new(19.4021854, 1.94021881, 4.85054636)
  2804. Part289.CFrame = CFrame.new(-55.2798691, 7.78607893, -81.0340195, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2805. Part289.BackSurface = Enum.SurfaceType.Weld
  2806. Part289.BottomSurface = Enum.SurfaceType.Weld
  2807. Part289.FrontSurface = Enum.SurfaceType.Weld
  2808. Part289.LeftSurface = Enum.SurfaceType.Weld
  2809. Part289.RightSurface = Enum.SurfaceType.Weld
  2810. Part289.TopSurface = Enum.SurfaceType.Smooth
  2811. Part289.Color = Color3.new(0.768627, 0.156863, 0.109804)
  2812. Part289.Position = Vector3.new(-55.2798691, 7.78607893, -81.0340195)
  2813. Part289.Orientation = Vector3.new(0, -90, 0)
  2814. Part289.Color = Color3.new(0.768627, 0.156863, 0.109804)
  2815. Part290.Parent = Model0
  2816. Part290.Material = Enum.Material.SmoothPlastic
  2817. Part290.BrickColor = BrickColor.new("Bright red")
  2818. Part290.Rotation = Vector3.new(0, -90, 0)
  2819. Part290.FormFactor = Enum.FormFactor.Plate
  2820. Part290.Size = Vector3.new(19.4021854, 1.94021881, 4.85054636)
  2821. Part290.CFrame = CFrame.new(-64.9809875, 7.78607893, -81.0340195, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2822. Part290.BackSurface = Enum.SurfaceType.Weld
  2823. Part290.BottomSurface = Enum.SurfaceType.Weld
  2824. Part290.FrontSurface = Enum.SurfaceType.Weld
  2825. Part290.LeftSurface = Enum.SurfaceType.Weld
  2826. Part290.RightSurface = Enum.SurfaceType.Weld
  2827. Part290.TopSurface = Enum.SurfaceType.Smooth
  2828. Part290.Color = Color3.new(0.768627, 0.156863, 0.109804)
  2829. Part290.Position = Vector3.new(-64.9809875, 7.78607893, -81.0340195)
  2830. Part290.Orientation = Vector3.new(0, -90, 0)
  2831. Part290.Color = Color3.new(0.768627, 0.156863, 0.109804)
  2832. Part291.Parent = Model0
  2833. Part291.Material = Enum.Material.Wood
  2834. Part291.BrickColor = BrickColor.new("Reddish brown")
  2835. Part291.Rotation = Vector3.new(0, -90, 0)
  2836. Part291.FormFactor = Enum.FormFactor.Symmetric
  2837. Part291.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  2838. Part291.CFrame = CFrame.new(-227.474442, 16.5170383, -192.596634, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2839. Part291.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2840. Part291.Position = Vector3.new(-227.474442, 16.5170383, -192.596634)
  2841. Part291.Orientation = Vector3.new(0, -90, 0)
  2842. Part291.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2843. SpecialMesh292.Parent = Part291
  2844. SpecialMesh292.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2845. SpecialMesh292.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2846. Part293.Parent = Model0
  2847. Part293.Material = Enum.Material.SmoothPlastic
  2848. Part293.BrickColor = BrickColor.new("White")
  2849. Part293.Rotation = Vector3.new(0, -90, 0)
  2850. Part293.FormFactor = Enum.FormFactor.Plate
  2851. Part293.Size = Vector3.new(19.4021854, 1.94021881, 4.85054636)
  2852. Part293.CFrame = CFrame.new(-40.7282372, 7.78607893, -81.0340195, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2853. Part293.BackSurface = Enum.SurfaceType.Weld
  2854. Part293.BottomSurface = Enum.SurfaceType.Weld
  2855. Part293.FrontSurface = Enum.SurfaceType.Weld
  2856. Part293.LeftSurface = Enum.SurfaceType.Weld
  2857. Part293.RightSurface = Enum.SurfaceType.Weld
  2858. Part293.TopSurface = Enum.SurfaceType.Smooth
  2859. Part293.Color = Color3.new(0.94902, 0.952941, 0.952941)
  2860. Part293.Position = Vector3.new(-40.7282372, 7.78607893, -81.0340195)
  2861. Part293.Orientation = Vector3.new(0, -90, 0)
  2862. Part293.Color = Color3.new(0.94902, 0.952941, 0.952941)
  2863. Part294.Parent = Model0
  2864. Part294.Material = Enum.Material.Wood
  2865. Part294.BrickColor = BrickColor.new("Reddish brown")
  2866. Part294.Rotation = Vector3.new(0, -90, 0)
  2867. Part294.FormFactor = Enum.FormFactor.Symmetric
  2868. Part294.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  2869. Part294.CFrame = CFrame.new(-242.026001, 16.5170383, 214.849274, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2870. Part294.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2871. Part294.Position = Vector3.new(-242.026001, 16.5170383, 214.849274)
  2872. Part294.Orientation = Vector3.new(0, -90, 0)
  2873. Part294.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2874. SpecialMesh295.Parent = Part294
  2875. SpecialMesh295.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2876. SpecialMesh295.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2877. Part296.Parent = Model0
  2878. Part296.Material = Enum.Material.SmoothPlastic
  2879. Part296.BrickColor = BrickColor.new("White")
  2880. Part296.Rotation = Vector3.new(0, -90, 0)
  2881. Part296.FormFactor = Enum.FormFactor.Plate
  2882. Part296.Size = Vector3.new(19.4021854, 1.94021881, 4.85054636)
  2883. Part296.CFrame = CFrame.new(-50.429348, 7.78607893, -81.0340195, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2884. Part296.BackSurface = Enum.SurfaceType.Weld
  2885. Part296.BottomSurface = Enum.SurfaceType.Weld
  2886. Part296.FrontSurface = Enum.SurfaceType.Weld
  2887. Part296.LeftSurface = Enum.SurfaceType.Weld
  2888. Part296.RightSurface = Enum.SurfaceType.Weld
  2889. Part296.TopSurface = Enum.SurfaceType.Smooth
  2890. Part296.Color = Color3.new(0.94902, 0.952941, 0.952941)
  2891. Part296.Position = Vector3.new(-50.429348, 7.78607893, -81.0340195)
  2892. Part296.Orientation = Vector3.new(0, -90, 0)
  2893. Part296.Color = Color3.new(0.94902, 0.952941, 0.952941)
  2894. Part297.Parent = Model0
  2895. Part297.Material = Enum.Material.Wood
  2896. Part297.BrickColor = BrickColor.new("Reddish brown")
  2897. Part297.Rotation = Vector3.new(0, -90, 0)
  2898. Part297.FormFactor = Enum.FormFactor.Symmetric
  2899. Part297.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  2900. Part297.CFrame = CFrame.new(-242.026001, 45.6203232, 214.849274, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2901. Part297.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2902. Part297.Position = Vector3.new(-242.026001, 45.6203232, 214.849274)
  2903. Part297.Orientation = Vector3.new(0, -90, 0)
  2904. Part297.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2905. SpecialMesh298.Parent = Part297
  2906. SpecialMesh298.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2907. SpecialMesh298.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2908. Part299.Parent = Model0
  2909. Part299.Material = Enum.Material.SmoothPlastic
  2910. Part299.BrickColor = BrickColor.new("Bright blue")
  2911. Part299.Rotation = Vector3.new(0, -90, 0)
  2912. Part299.FormFactor = Enum.FormFactor.Plate
  2913. Part299.Size = Vector3.new(19.4021854, 1.94021881, 4.85054636)
  2914. Part299.CFrame = CFrame.new(-16.4755249, 2.93552732, -173.194427, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2915. Part299.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2916. Part299.Position = Vector3.new(-16.4755249, 2.93552732, -173.194427)
  2917. Part299.Orientation = Vector3.new(0, -90, 0)
  2918. Part299.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2919. Part300.Parent = Model0
  2920. Part300.Material = Enum.Material.SmoothPlastic
  2921. Part300.BrickColor = BrickColor.new("Bright blue")
  2922. Part300.Rotation = Vector3.new(0, -90, 0)
  2923. Part300.FormFactor = Enum.FormFactor.Plate
  2924. Part300.Size = Vector3.new(19.4021854, 1.94021881, 4.85054636)
  2925. Part300.CFrame = CFrame.new(-6.77442169, 2.93552732, -173.194427, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2926. Part300.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2927. Part300.Position = Vector3.new(-6.77442169, 2.93552732, -173.194427)
  2928. Part300.Orientation = Vector3.new(0, -90, 0)
  2929. Part300.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2930. Part301.Parent = Model0
  2931. Part301.Material = Enum.Material.SmoothPlastic
  2932. Part301.BrickColor = BrickColor.new("Bright blue")
  2933. Part301.Rotation = Vector3.new(0, -90, 0)
  2934. Part301.FormFactor = Enum.FormFactor.Plate
  2935. Part301.Size = Vector3.new(19.4021854, 1.94021881, 4.85054636)
  2936. Part301.CFrame = CFrame.new(2.92660522, 2.93552732, -173.194427, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2937. Part301.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2938. Part301.Position = Vector3.new(2.92660522, 2.93552732, -173.194427)
  2939. Part301.Orientation = Vector3.new(0, -90, 0)
  2940. Part301.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  2941. Part302.Parent = Model0
  2942. Part302.Material = Enum.Material.Wood
  2943. Part302.BrickColor = BrickColor.new("Reddish brown")
  2944. Part302.Rotation = Vector3.new(0, -90, 0)
  2945. Part302.FormFactor = Enum.FormFactor.Symmetric
  2946. Part302.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  2947. Part302.CFrame = CFrame.new(-242.026001, 55.3214188, 214.849274, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2948. Part302.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2949. Part302.Position = Vector3.new(-242.026001, 55.3214188, 214.849274)
  2950. Part302.Orientation = Vector3.new(0, -90, 0)
  2951. Part302.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2952. SpecialMesh303.Parent = Part302
  2953. SpecialMesh303.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2954. SpecialMesh303.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2955. Part304.Parent = Model0
  2956. Part304.Material = Enum.Material.Wood
  2957. Part304.BrickColor = BrickColor.new("Reddish brown")
  2958. Part304.Rotation = Vector3.new(0, -90, 0)
  2959. Part304.FormFactor = Enum.FormFactor.Symmetric
  2960. Part304.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  2961. Part304.CFrame = CFrame.new(-227.474442, 26.2181301, -192.596634, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2962. Part304.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2963. Part304.Position = Vector3.new(-227.474442, 26.2181301, -192.596634)
  2964. Part304.Orientation = Vector3.new(0, -90, 0)
  2965. Part304.Color = Color3.new(0.411765, 0.25098, 0.156863)
  2966. SpecialMesh305.Parent = Part304
  2967. SpecialMesh305.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2968. SpecialMesh305.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  2969. Part306.Parent = Model0
  2970. Part306.Material = Enum.Material.SmoothPlastic
  2971. Part306.BrickColor = BrickColor.new("CGA brown")
  2972. Part306.Rotation = Vector3.new(0, -90, 0)
  2973. Part306.FormFactor = Enum.FormFactor.Symmetric
  2974. Part306.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  2975. Part306.CFrame = CFrame.new(-234.750259, 67.4477768, 217.274567, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2976. Part306.Color = Color3.new(0.666667, 0.333333, 0)
  2977. Part306.Position = Vector3.new(-234.750259, 67.4477768, 217.274567)
  2978. Part306.Orientation = Vector3.new(0, -90, 0)
  2979. Part306.Color = Color3.new(0.666667, 0.333333, 0)
  2980. SpecialMesh307.Parent = Part306
  2981. SpecialMesh307.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  2982. SpecialMesh307.MeshType = Enum.MeshType.Sphere
  2983. SpecialMesh307.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  2984. Part308.Parent = Model0
  2985. Part308.Material = Enum.Material.SmoothPlastic
  2986. Part308.BrickColor = BrickColor.new("White")
  2987. Part308.Rotation = Vector3.new(0, -90, 0)
  2988. Part308.FormFactor = Enum.FormFactor.Plate
  2989. Part308.Size = Vector3.new(19.4021854, 1.94021881, 4.85054636)
  2990. Part308.CFrame = CFrame.new(-21.3260956, 2.93552732, -173.194427, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  2991. Part308.Color = Color3.new(0.94902, 0.952941, 0.952941)
  2992. Part308.Position = Vector3.new(-21.3260956, 2.93552732, -173.194427)
  2993. Part308.Orientation = Vector3.new(0, -90, 0)
  2994. Part308.Color = Color3.new(0.94902, 0.952941, 0.952941)
  2995. Part309.Parent = Model0
  2996. Part309.Material = Enum.Material.SmoothPlastic
  2997. Part309.BrickColor = BrickColor.new("CGA brown")
  2998. Part309.Rotation = Vector3.new(0, -90, 0)
  2999. Part309.FormFactor = Enum.FormFactor.Symmetric
  3000. Part309.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  3001. Part309.CFrame = CFrame.new(-249.301865, 67.4477768, 217.274567, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3002. Part309.Color = Color3.new(0.666667, 0.333333, 0)
  3003. Part309.Position = Vector3.new(-249.301865, 67.4477768, 217.274567)
  3004. Part309.Orientation = Vector3.new(0, -90, 0)
  3005. Part309.Color = Color3.new(0.666667, 0.333333, 0)
  3006. SpecialMesh310.Parent = Part309
  3007. SpecialMesh310.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  3008. SpecialMesh310.MeshType = Enum.MeshType.Sphere
  3009. SpecialMesh310.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  3010. Part311.Parent = Model0
  3011. Part311.Material = Enum.Material.SmoothPlastic
  3012. Part311.BrickColor = BrickColor.new("White")
  3013. Part311.Rotation = Vector3.new(0, -90, 0)
  3014. Part311.FormFactor = Enum.FormFactor.Plate
  3015. Part311.Size = Vector3.new(19.4021854, 1.94021881, 4.85054636)
  3016. Part311.CFrame = CFrame.new(-11.6249542, 2.93552732, -173.194427, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3017. Part311.Color = Color3.new(0.94902, 0.952941, 0.952941)
  3018. Part311.Position = Vector3.new(-11.6249542, 2.93552732, -173.194427)
  3019. Part311.Orientation = Vector3.new(0, -90, 0)
  3020. Part311.Color = Color3.new(0.94902, 0.952941, 0.952941)
  3021. Part312.Parent = Model0
  3022. Part312.Material = Enum.Material.SmoothPlastic
  3023. Part312.BrickColor = BrickColor.new("Bright blue")
  3024. Part312.Rotation = Vector3.new(0, -90, 0)
  3025. Part312.FormFactor = Enum.FormFactor.Plate
  3026. Part312.Size = Vector3.new(19.4021854, 1.94021881, 4.85054636)
  3027. Part312.CFrame = CFrame.new(-26.1766205, 2.93552732, -173.194427, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3028. Part312.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  3029. Part312.Position = Vector3.new(-26.1766205, 2.93552732, -173.194427)
  3030. Part312.Orientation = Vector3.new(0, -90, 0)
  3031. Part312.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  3032. Part313.Parent = Model0
  3033. Part313.Material = Enum.Material.SmoothPlastic
  3034. Part313.BrickColor = BrickColor.new("White")
  3035. Part313.Rotation = Vector3.new(0, -90, 0)
  3036. Part313.FormFactor = Enum.FormFactor.Plate
  3037. Part313.Size = Vector3.new(19.4021854, 1.94021881, 4.85054636)
  3038. Part313.CFrame = CFrame.new(-60.1304359, 7.78607893, -81.0340195, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3039. Part313.BackSurface = Enum.SurfaceType.Weld
  3040. Part313.BottomSurface = Enum.SurfaceType.Weld
  3041. Part313.FrontSurface = Enum.SurfaceType.Weld
  3042. Part313.LeftSurface = Enum.SurfaceType.Weld
  3043. Part313.RightSurface = Enum.SurfaceType.Weld
  3044. Part313.TopSurface = Enum.SurfaceType.Smooth
  3045. Part313.Color = Color3.new(0.94902, 0.952941, 0.952941)
  3046. Part313.Position = Vector3.new(-60.1304359, 7.78607893, -81.0340195)
  3047. Part313.Orientation = Vector3.new(0, -90, 0)
  3048. Part313.Color = Color3.new(0.94902, 0.952941, 0.952941)
  3049. Part314.Parent = Model0
  3050. Part314.Material = Enum.Material.SmoothPlastic
  3051. Part314.BrickColor = BrickColor.new("White")
  3052. Part314.Rotation = Vector3.new(0, -90, 0)
  3053. Part314.FormFactor = Enum.FormFactor.Plate
  3054. Part314.Size = Vector3.new(19.4021854, 1.94021881, 4.85054636)
  3055. Part314.CFrame = CFrame.new(-1.92388916, 2.93552732, -173.194427, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3056. Part314.Color = Color3.new(0.94902, 0.952941, 0.952941)
  3057. Part314.Position = Vector3.new(-1.92388916, 2.93552732, -173.194427)
  3058. Part314.Orientation = Vector3.new(0, -90, 0)
  3059. Part314.Color = Color3.new(0.94902, 0.952941, 0.952941)
  3060. Part315.Parent = Model0
  3061. Part315.Material = Enum.Material.Metal
  3062. Part315.BrickColor = BrickColor.new("Dark stone grey")
  3063. Part315.Rotation = Vector3.new(0, -90, 0)
  3064. Part315.FormFactor = Enum.FormFactor.Symmetric
  3065. Part315.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  3066. Part315.CFrame = CFrame.new(-35.8776474, 4.39065504, -88.309845, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3067. Part315.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3068. Part315.Position = Vector3.new(-35.8776474, 4.39065504, -88.309845)
  3069. Part315.Orientation = Vector3.new(0, -90, 0)
  3070. Part315.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3071. Part316.Parent = Model0
  3072. Part316.Material = Enum.Material.SmoothPlastic
  3073. Part316.BrickColor = BrickColor.new("Bright green")
  3074. Part316.Rotation = Vector3.new(-180, 0, -180)
  3075. Part316.FormFactor = Enum.FormFactor.Symmetric
  3076. Part316.Size = Vector3.new(24.2527313, 4.85054636, 9.70109272)
  3077. Part316.CFrame = CFrame.new(-225.049118, 72.2983246, 214.849274, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  3078. Part316.Color = Color3.new(0.294118, 0.592157, 0.294118)
  3079. Part316.Position = Vector3.new(-225.049118, 72.2983246, 214.849274)
  3080. Part316.Orientation = Vector3.new(0, 180, 0)
  3081. Part316.Color = Color3.new(0.294118, 0.592157, 0.294118)
  3082. Part317.Parent = Model0
  3083. Part317.Material = Enum.Material.SmoothPlastic
  3084. Part317.BrickColor = BrickColor.new("CGA brown")
  3085. Part317.Rotation = Vector3.new(0, -90, 0)
  3086. Part317.FormFactor = Enum.FormFactor.Symmetric
  3087. Part317.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  3088. Part317.CFrame = CFrame.new(-244.451385, 67.4477768, 207.573395, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3089. Part317.Color = Color3.new(0.666667, 0.333333, 0)
  3090. Part317.Position = Vector3.new(-244.451385, 67.4477768, 207.573395)
  3091. Part317.Orientation = Vector3.new(0, -90, 0)
  3092. Part317.Color = Color3.new(0.666667, 0.333333, 0)
  3093. SpecialMesh318.Parent = Part317
  3094. SpecialMesh318.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  3095. SpecialMesh318.MeshType = Enum.MeshType.Sphere
  3096. SpecialMesh318.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  3097. Part319.Parent = Model0
  3098. Part319.Material = Enum.Material.SmoothPlastic
  3099. Part319.BrickColor = BrickColor.new("CGA brown")
  3100. Part319.Rotation = Vector3.new(0, -90, 0)
  3101. Part319.FormFactor = Enum.FormFactor.Symmetric
  3102. Part319.Size = Vector3.new(4.85054636, 4.85054636, 4.85054636)
  3103. Part319.CFrame = CFrame.new(-244.451385, 67.4477768, 222.125046, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3104. Part319.Color = Color3.new(0.666667, 0.333333, 0)
  3105. Part319.Position = Vector3.new(-244.451385, 67.4477768, 222.125046)
  3106. Part319.Orientation = Vector3.new(0, -90, 0)
  3107. Part319.Color = Color3.new(0.666667, 0.333333, 0)
  3108. SpecialMesh320.Parent = Part319
  3109. SpecialMesh320.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  3110. SpecialMesh320.MeshType = Enum.MeshType.Sphere
  3111. SpecialMesh320.Scale = Vector3.new(1.29999995, 1.29999995, 1.29999995)
  3112. Part321.Parent = Model0
  3113. Part321.Material = Enum.Material.Metal
  3114. Part321.BrickColor = BrickColor.new("Dark stone grey")
  3115. Part321.Rotation = Vector3.new(0, -90, 0)
  3116. Part321.FormFactor = Enum.FormFactor.Symmetric
  3117. Part321.Size = Vector3.new(4.85054636, 4.85054636, 9.70109272)
  3118. Part321.CFrame = CFrame.new(-67.40625, 4.39065504, -73.7582169, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3119. Part321.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3120. Part321.Position = Vector3.new(-67.40625, 4.39065504, -73.7582169)
  3121. Part321.Orientation = Vector3.new(0, -90, 0)
  3122. Part321.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3123. Part322.Parent = Model0
  3124. Part322.Material = Enum.Material.SmoothPlastic
  3125. Part322.BrickColor = BrickColor.new("White")
  3126. Part322.Rotation = Vector3.new(0, -90, 0)
  3127. Part322.FormFactor = Enum.FormFactor.Plate
  3128. Part322.Size = Vector3.new(19.4021854, 1.94021881, 4.85054636)
  3129. Part322.CFrame = CFrame.new(-11.6249542, 2.93552732, 49.9307251, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3130. Part322.Color = Color3.new(0.94902, 0.952941, 0.952941)
  3131. Part322.Position = Vector3.new(-11.6249542, 2.93552732, 49.9307251)
  3132. Part322.Orientation = Vector3.new(0, -90, 0)
  3133. Part322.Color = Color3.new(0.94902, 0.952941, 0.952941)
  3134. Part323.Parent = Model0
  3135. Part323.Material = Enum.Material.SmoothPlastic
  3136. Part323.BrickColor = BrickColor.new("Bright red")
  3137. Part323.Rotation = Vector3.new(0, -90, 0)
  3138. Part323.FormFactor = Enum.FormFactor.Plate
  3139. Part323.Size = Vector3.new(19.4021854, 1.94021881, 4.85054636)
  3140. Part323.CFrame = CFrame.new(-45.5787964, 7.78607893, -81.0340195, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3141. Part323.BackSurface = Enum.SurfaceType.Weld
  3142. Part323.BottomSurface = Enum.SurfaceType.Weld
  3143. Part323.FrontSurface = Enum.SurfaceType.Weld
  3144. Part323.LeftSurface = Enum.SurfaceType.Weld
  3145. Part323.RightSurface = Enum.SurfaceType.Weld
  3146. Part323.TopSurface = Enum.SurfaceType.Smooth
  3147. Part323.Color = Color3.new(0.768627, 0.156863, 0.109804)
  3148. Part323.Position = Vector3.new(-45.5787964, 7.78607893, -81.0340195)
  3149. Part323.Orientation = Vector3.new(0, -90, 0)
  3150. Part323.Color = Color3.new(0.768627, 0.156863, 0.109804)
  3151. Part324.Parent = Model0
  3152. Part324.Material = Enum.Material.Wood
  3153. Part324.BrickColor = BrickColor.new("Reddish brown")
  3154. Part324.Rotation = Vector3.new(0, -90, 0)
  3155. Part324.FormFactor = Enum.FormFactor.Symmetric
  3156. Part324.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  3157. Part324.CFrame = CFrame.new(-242.026001, 35.91922, 214.849274, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3158. Part324.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3159. Part324.Position = Vector3.new(-242.026001, 35.91922, 214.849274)
  3160. Part324.Orientation = Vector3.new(0, -90, 0)
  3161. Part324.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3162. SpecialMesh325.Parent = Part324
  3163. SpecialMesh325.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  3164. SpecialMesh325.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  3165. Part326.Parent = Model0
  3166. Part326.Material = Enum.Material.SmoothPlastic
  3167. Part326.BrickColor = BrickColor.new("Bright red")
  3168. Part326.Rotation = Vector3.new(0, -90, 0)
  3169. Part326.FormFactor = Enum.FormFactor.Symmetric
  3170. Part326.Size = Vector3.new(19.4021854, 4.85054636, 4.85054636)
  3171. Part326.CFrame = CFrame.new(-69.8315048, 14.0917664, -81.0340195, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3172. Part326.Color = Color3.new(0.768627, 0.156863, 0.109804)
  3173. Part326.Position = Vector3.new(-69.8315048, 14.0917664, -81.0340195)
  3174. Part326.Orientation = Vector3.new(0, -90, 0)
  3175. Part326.Color = Color3.new(0.768627, 0.156863, 0.109804)
  3176. Part327.Parent = Model0
  3177. Part327.Material = Enum.Material.Metal
  3178. Part327.BrickColor = BrickColor.new("Dark stone grey")
  3179. Part327.Rotation = Vector3.new(0, -90, 0)
  3180. Part327.FormFactor = Enum.FormFactor.Symmetric
  3181. Part327.Size = Vector3.new(4.85054636, 4.85054636, 9.70109272)
  3182. Part327.CFrame = CFrame.new(-67.40625, 4.39065504, -88.309845, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3183. Part327.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3184. Part327.Position = Vector3.new(-67.40625, 4.39065504, -88.309845)
  3185. Part327.Orientation = Vector3.new(0, -90, 0)
  3186. Part327.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3187. Part328.Parent = Model0
  3188. Part328.BrickColor = BrickColor.new("Dark stone grey")
  3189. Part328.Rotation = Vector3.new(-90, 0, -90)
  3190. Part328.FormFactor = Enum.FormFactor.Symmetric
  3191. Part328.Size = Vector3.new(4.85054636, 9.70109272, 4.85054636)
  3192. Part328.CFrame = CFrame.new(-38.3029785, 4.39065504, -98.0109329, 0, 1, 0, 0, 0, 1, 1, 0, 0)
  3193. Part328.BackSurface = Enum.SurfaceType.Weld
  3194. Part328.BottomSurface = Enum.SurfaceType.Weld
  3195. Part328.FrontSurface = Enum.SurfaceType.Weld
  3196. Part328.LeftSurface = Enum.SurfaceType.Weld
  3197. Part328.RightSurface = Enum.SurfaceType.Weld
  3198. Part328.TopSurface = Enum.SurfaceType.Weld
  3199. Part328.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3200. Part328.Position = Vector3.new(-38.3029785, 4.39065504, -98.0109329)
  3201. Part328.Orientation = Vector3.new(-90, -90, 0)
  3202. Part328.Color = Color3.new(0.388235, 0.372549, 0.384314)
  3203. SpecialMesh329.Parent = Part328
  3204. SpecialMesh329.MeshId = "http://www.roblox.com/asset/?id=52603618 "
  3205. SpecialMesh329.Scale = Vector3.new(4.85054588, 4.85054588, 4.85054588)
  3206. SpecialMesh329.TextureId = "http://www.roblox.com/asset/?id=52603659 "
  3207. SpecialMesh329.MeshType = Enum.MeshType.FileMesh
  3208. SpecialMesh329.Scale = Vector3.new(4.85054588, 4.85054588, 4.85054588)
  3209. Part330.Parent = Model0
  3210. Part330.Material = Enum.Material.Sand
  3211. Part330.BrickColor = BrickColor.new("Cool yellow")
  3212. Part330.Rotation = Vector3.new(0, -90, 0)
  3213. Part330.FormFactor = Enum.FormFactor.Plate
  3214. Part330.Size = Vector3.new(509.307373, 1.94021881, 329.837158)
  3215. Part330.CFrame = CFrame.new(-91.6590729, 0.995257974, -5.85056877, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3216. Part330.Color = Color3.new(0.992157, 0.917647, 0.552941)
  3217. Part330.Position = Vector3.new(-91.6590729, 0.995257974, -5.85056877)
  3218. Part330.Orientation = Vector3.new(0, -90, 0)
  3219. Part330.Color = Color3.new(0.992157, 0.917647, 0.552941)
  3220. Part331.Parent = Model0
  3221. Part331.Material = Enum.Material.Wood
  3222. Part331.BrickColor = BrickColor.new("Reddish brown")
  3223. Part331.Rotation = Vector3.new(0, -90, 0)
  3224. Part331.FormFactor = Enum.FormFactor.Symmetric
  3225. Part331.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  3226. Part331.CFrame = CFrame.new(-227.474442, 6.81594419, -192.596634, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3227. Part331.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3228. Part331.Position = Vector3.new(-227.474442, 6.81594419, -192.596634)
  3229. Part331.Orientation = Vector3.new(0, -90, 0)
  3230. Part331.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3231. SpecialMesh332.Parent = Part331
  3232. SpecialMesh332.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  3233. SpecialMesh332.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  3234. Part333.Parent = Model0
  3235. Part333.Material = Enum.Material.Wood
  3236. Part333.BrickColor = BrickColor.new("Reddish brown")
  3237. Part333.Rotation = Vector3.new(0, -90, 0)
  3238. Part333.FormFactor = Enum.FormFactor.Symmetric
  3239. Part333.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  3240. Part333.CFrame = CFrame.new(-193.52066, 6.81594419, -95.5856705, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3241. Part333.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3242. Part333.Position = Vector3.new(-193.52066, 6.81594419, -95.5856705)
  3243. Part333.Orientation = Vector3.new(0, -90, 0)
  3244. Part333.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3245. SpecialMesh334.Parent = Part333
  3246. SpecialMesh334.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  3247. SpecialMesh334.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  3248. Part335.Parent = Model0
  3249. Part335.Material = Enum.Material.Wood
  3250. Part335.BrickColor = BrickColor.new("Reddish brown")
  3251. Part335.Rotation = Vector3.new(0, -90, 0)
  3252. Part335.FormFactor = Enum.FormFactor.Symmetric
  3253. Part335.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  3254. Part335.CFrame = CFrame.new(-242.026001, 6.81594419, 214.849274, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3255. Part335.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3256. Part335.Position = Vector3.new(-242.026001, 6.81594419, 214.849274)
  3257. Part335.Orientation = Vector3.new(0, -90, 0)
  3258. Part335.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3259. SpecialMesh336.Parent = Part335
  3260. SpecialMesh336.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  3261. SpecialMesh336.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  3262. Part337.Parent = Model0
  3263. Part337.Material = Enum.Material.Wood
  3264. Part337.BrickColor = BrickColor.new("Reddish brown")
  3265. Part337.Rotation = Vector3.new(0, -90, 0)
  3266. Part337.FormFactor = Enum.FormFactor.Symmetric
  3267. Part337.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  3268. Part337.CFrame = CFrame.new(-212.922791, 6.81594419, 79.033989, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3269. Part337.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3270. Part337.Position = Vector3.new(-212.922791, 6.81594419, 79.033989)
  3271. Part337.Orientation = Vector3.new(0, -90, 0)
  3272. Part337.Color = Color3.new(0.411765, 0.25098, 0.156863)
  3273. SpecialMesh338.Parent = Part337
  3274. SpecialMesh338.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  3275. SpecialMesh338.Scale = Vector3.new(1.20000005, 1.20000005, 1.20000005)
  3276. Part339.Parent = Model0
  3277. Part339.Material = Enum.Material.SmoothPlastic
  3278. Part339.BrickColor = BrickColor.new("Bright green")
  3279. Part339.Rotation = Vector3.new(0, -90, 0)
  3280. Part339.FormFactor = Enum.FormFactor.Symmetric
  3281. Part339.Size = Vector3.new(9.70109272, 9.70109272, 9.70109272)
  3282. Part339.CFrame = CFrame.new(-52.8546715, 74.7235641, -221.699936, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  3283. Part339.BackSurface = Enum.SurfaceType.Weld
  3284. Part339.FrontSurface = Enum.SurfaceType.Weld
  3285. Part339.LeftSurface = Enum.SurfaceType.Weld
  3286. Part339.RightSurface = Enum.SurfaceType.Weld
  3287. Part339.Color = Color3.new(0.294118, 0.592157, 0.294118)
  3288. Part339.Position = Vector3.new(-52.8546715, 74.7235641, -221.699936)
  3289. Part339.Orientation = Vector3.new(0, -90, 0)
  3290. Part339.Color = Color3.new(0.294118, 0.592157, 0.294118)
  3291. for i,v in pairs(mas:GetChildren()) do
  3292. v.Parent = workspace
  3293. pcall(function() v:MakeJoints() end)
  3294. end
  3295. mas:Destroy()
  3296. for i,v in pairs(cors) do
  3297. spawn(function()
  3298. pcall(v)
  3299. end)
  3300. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement