Advertisement
Aaronremmers14

Test

May 28th, 2016
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 119.78 KB | None | 0 0
  1. --Created with ttyyuu12345's compiler
  2. --ttyyuu12345 is not responsible for damages caused to your game
  3. --This plugin does not remove things
  4. --ttyyuu12345 cannot be held resonsible for manual deletion for the purpose of testing
  5. --Keep in mind, any items that cause errors in compilation will be skipped and documented within the last line of the disclaimer comments
  6. --Thank you for using my plugin and enjoy :)
  7. --It is free to use, however I do accept donations
  8. --Errors: UnionOperation
  9. Create = function(itemClass,tabl)
  10. local item = Instance.new(itemClass)
  11. for i,v in pairs(tabl) do
  12. local a,b = ypcall(function() return item[i] end)
  13. if a then
  14. item[i] = tabl[i]
  15. end
  16. end
  17. return item
  18. end
  19. function runDummyScript(f,scri)
  20. local oldenv = getfenv(f)
  21. local newenv = setmetatable({}, {
  22. __index = function(_, k)
  23. if k:lower() == 'script' then
  24. return scri
  25. else
  26. return oldenv[k]
  27. end
  28. end
  29. })
  30. setfenv(f, newenv)
  31. ypcall(function() f() end)
  32. end
  33. cors = {}
  34. mas = Instance.new("Model",game:GetService("Lighting"))
  35. mas.Name = "CompiledModel"
  36. o1 = Create("Part",{
  37. ["Parent"] = mas,
  38. ["Material"] = Enum.Material.Wood,
  39. ["BrickColor"] = BrickColor.new("Brown"),
  40. ["Position"] = Vector3.new(640.617676, 6, -124.614288),
  41. ["Rotation"] = Vector3.new(-0, 82.1409225, -0),
  42. ["Anchored"] = true,
  43. ["CFrame"] = CFrame.new(640.617676, 6, -124.614288, 0.136737213, 0, 0.990607381, 0, 1, 0, -0.990607381, 0, 0.136737213),
  44. ["Size"] = Vector3.new(2, 15.6000004, 2),
  45. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  46. ["TopSurface"] = Enum.SurfaceType.Smooth,
  47. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  48. })
  49. o2 = Create("Part",{
  50. ["Parent"] = mas,
  51. ["Material"] = Enum.Material.Grass,
  52. ["BrickColor"] = BrickColor.new("Bright green"),
  53. ["Position"] = Vector3.new(648.47583, 14, -39.0601196),
  54. ["Rotation"] = Vector3.new(143.443512, 41.3678627, -99.8557739),
  55. ["Anchored"] = true,
  56. ["CFrame"] = CFrame.new(648.47583, 14, -39.0601196, -0.128458977, 0.73940599, 0.660891056, 0.724036813, 0.52532196, -0.446998298, -0.677693844, 0.421088517, -0.60283947),
  57. ["Size"] = Vector3.new(8, 8.40000057, 8),
  58. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  59. ["TopSurface"] = Enum.SurfaceType.Smooth,
  60. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  61. })
  62. o3 = Create("Part",{
  63. ["Parent"] = mas,
  64. ["Material"] = Enum.Material.Wood,
  65. ["BrickColor"] = BrickColor.new("Brown"),
  66. ["Position"] = Vector3.new(655.088562, 6, -21.5990295),
  67. ["Rotation"] = Vector3.new(-0, -40.0561562, -0),
  68. ["Anchored"] = true,
  69. ["CFrame"] = CFrame.new(655.088562, 6, -21.5990295, 0.765414059, 0, -0.643538117, 0, 1, 0, 0.643538117, 0, 0.765414059),
  70. ["Size"] = Vector3.new(2, 15.6000004, 2),
  71. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  72. ["TopSurface"] = Enum.SurfaceType.Smooth,
  73. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  74. })
  75. o4 = Create("Part",{
  76. ["Parent"] = mas,
  77. ["Material"] = Enum.Material.Grass,
  78. ["BrickColor"] = BrickColor.new("Bright green"),
  79. ["Position"] = Vector3.new(648.47583, 14, -39.0601196),
  80. ["Rotation"] = Vector3.new(-0, 60.3386765, -0),
  81. ["Anchored"] = true,
  82. ["CFrame"] = CFrame.new(648.47583, 14, -39.0601196, 0.494872212, 0, 0.868965745, 0, 1, 0, -0.868965745, 0, 0.494872212),
  83. ["Size"] = Vector3.new(8, 8.40000057, 8),
  84. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  85. ["TopSurface"] = Enum.SurfaceType.Smooth,
  86. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  87. })
  88. o5 = Create("Part",{
  89. ["Parent"] = mas,
  90. ["Material"] = Enum.Material.Grass,
  91. ["BrickColor"] = BrickColor.new("Bright green"),
  92. ["Position"] = Vector3.new(655.088562, 14, -21.5990295),
  93. ["Rotation"] = Vector3.new(30.5012417, 28.2747879, 38.4459038),
  94. ["Anchored"] = true,
  95. ["CFrame"] = CFrame.new(655.088562, 14, -21.5990295, 0.689749241, -0.547588825, 0.473700702, 0.724036813, 0.52532196, -0.446998298, -0.00407406688, 0.651293516, 0.758814931),
  96. ["Size"] = Vector3.new(8, 8.40000057, 8),
  97. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  98. ["TopSurface"] = Enum.SurfaceType.Smooth,
  99. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  100. })
  101. o6 = Create("Part",{
  102. ["Parent"] = mas,
  103. ["Material"] = Enum.Material.Grass,
  104. ["BrickColor"] = BrickColor.new("Bright green"),
  105. ["Position"] = Vector3.new(662.87738, 14, -9.81219482),
  106. ["Rotation"] = Vector3.new(143.443512, 41.3678627, -99.8557739),
  107. ["Anchored"] = true,
  108. ["CFrame"] = CFrame.new(662.87738, 14, -9.81219482, -0.128458977, 0.73940599, 0.660891056, 0.724036813, 0.52532196, -0.446998298, -0.677693844, 0.421088517, -0.60283947),
  109. ["Size"] = Vector3.new(8, 8.40000057, 8),
  110. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  111. ["TopSurface"] = Enum.SurfaceType.Smooth,
  112. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  113. })
  114. o7 = Create("Part",{
  115. ["Parent"] = mas,
  116. ["Material"] = Enum.Material.Grass,
  117. ["BrickColor"] = BrickColor.new("Bright green"),
  118. ["Position"] = Vector3.new(662.87738, 14, -9.81219482),
  119. ["Rotation"] = Vector3.new(-0, 60.3386765, -0),
  120. ["Anchored"] = true,
  121. ["CFrame"] = CFrame.new(662.87738, 14, -9.81219482, 0.494872212, 0, 0.868965745, 0, 1, 0, -0.868965745, 0, 0.494872212),
  122. ["Size"] = Vector3.new(8, 8.40000057, 8),
  123. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  124. ["TopSurface"] = Enum.SurfaceType.Smooth,
  125. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  126. })
  127. o8 = Create("Part",{
  128. ["Parent"] = mas,
  129. ["Material"] = Enum.Material.Wood,
  130. ["BrickColor"] = BrickColor.new("Brown"),
  131. ["Position"] = Vector3.new(668.752563, 6, -37.2786102),
  132. ["Rotation"] = Vector3.new(-180, -66.4227448, -180),
  133. ["Anchored"] = true,
  134. ["CFrame"] = CFrame.new(668.752563, 6, -37.2786102, -0.399985313, 0, -0.916521549, 0, 1, 0, 0.916521549, 0, -0.399985313),
  135. ["Size"] = Vector3.new(2, 15.6000004, 2),
  136. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  137. ["TopSurface"] = Enum.SurfaceType.Smooth,
  138. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  139. })
  140. o9 = Create("Part",{
  141. ["Parent"] = mas,
  142. ["Material"] = Enum.Material.Grass,
  143. ["BrickColor"] = BrickColor.new("Bright green"),
  144. ["Position"] = Vector3.new(655.088562, 14, -21.5990295),
  145. ["Rotation"] = Vector3.new(-0, -40.0561562, -0),
  146. ["Anchored"] = true,
  147. ["CFrame"] = CFrame.new(655.088562, 14, -21.5990295, 0.765414059, 0, -0.643538117, 0, 1, 0, 0.643538117, 0, 0.765414059),
  148. ["Size"] = Vector3.new(8, 8.40000057, 8),
  149. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  150. ["TopSurface"] = Enum.SurfaceType.Smooth,
  151. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  152. })
  153. o10 = Create("Part",{
  154. ["Parent"] = mas,
  155. ["Material"] = Enum.Material.Grass,
  156. ["BrickColor"] = BrickColor.new("Bright green"),
  157. ["Position"] = Vector3.new(668.752563, 14, -37.2786102),
  158. ["Rotation"] = Vector3.new(-180, -66.4227448, -180),
  159. ["Anchored"] = true,
  160. ["CFrame"] = CFrame.new(668.752563, 14, -37.2786102, -0.399985313, 0, -0.916521549, 0, 1, 0, 0.916521549, 0, -0.399985313),
  161. ["Size"] = Vector3.new(8, 8.40000057, 8),
  162. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  163. ["TopSurface"] = Enum.SurfaceType.Smooth,
  164. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  165. })
  166. o11 = Create("Part",{
  167. ["Parent"] = mas,
  168. ["Material"] = Enum.Material.Wood,
  169. ["BrickColor"] = BrickColor.new("Brown"),
  170. ["Position"] = Vector3.new(662.87738, 6, -9.81219482),
  171. ["Rotation"] = Vector3.new(-0, 60.3386765, -0),
  172. ["Anchored"] = true,
  173. ["CFrame"] = CFrame.new(662.87738, 6, -9.81219482, 0.494872212, 0, 0.868965745, 0, 1, 0, -0.868965745, 0, 0.494872212),
  174. ["Size"] = Vector3.new(2, 15.6000004, 2),
  175. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  176. ["TopSurface"] = Enum.SurfaceType.Smooth,
  177. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  178. })
  179. o12 = Create("Part",{
  180. ["Parent"] = mas,
  181. ["Material"] = Enum.Material.Grass,
  182. ["BrickColor"] = BrickColor.new("Bright green"),
  183. ["Position"] = Vector3.new(643.455078, 14, -71.2965698),
  184. ["Rotation"] = Vector3.new(-180, -34.986393, -180),
  185. ["Anchored"] = true,
  186. ["CFrame"] = CFrame.new(643.455078, 14, -71.2965698, -0.819288254, 0, -0.573381901, 0, 1, 0, 0.573381901, 0, -0.819288254),
  187. ["Size"] = Vector3.new(8, 8.40000057, 8),
  188. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  189. ["TopSurface"] = Enum.SurfaceType.Smooth,
  190. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  191. })
  192. o13 = Create("Part",{
  193. ["Parent"] = mas,
  194. ["Material"] = Enum.Material.Grass,
  195. ["BrickColor"] = BrickColor.new("Bright green"),
  196. ["Position"] = Vector3.new(643.455078, 14, -71.2965698),
  197. ["Rotation"] = Vector3.new(59.6432152, -58.8003616, 109.637367),
  198. ["Anchored"] = true,
  199. ["CFrame"] = CFrame.new(643.455078, 14, -71.2965698, -0.174089372, -0.487892687, -0.855367541, 0.724036813, 0.52532196, -0.446998298, 0.66743052, -0.69713527, 0.261799335),
  200. ["Size"] = Vector3.new(8, 8.40000057, 8),
  201. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  202. ["TopSurface"] = Enum.SurfaceType.Smooth,
  203. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  204. })
  205. o14 = Create("Part",{
  206. ["Parent"] = mas,
  207. ["Material"] = Enum.Material.Grass,
  208. ["BrickColor"] = BrickColor.new("Bright green"),
  209. ["Position"] = Vector3.new(660.030579, 14, -70.0226746),
  210. ["Rotation"] = Vector3.new(137.983734, -48.1011314, -159.807465),
  211. ["Anchored"] = true,
  212. ["CFrame"] = CFrame.new(660.030579, 14, -70.0226746, -0.626772404, 0.23051469, -0.744324744, 0.724036813, 0.52532196, -0.446998298, 0.287970424, -0.819084764, -0.496158481),
  213. ["Size"] = Vector3.new(8, 8.40000057, 8),
  214. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  215. ["TopSurface"] = Enum.SurfaceType.Smooth,
  216. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  217. })
  218. o15 = Create("Part",{
  219. ["Parent"] = mas,
  220. ["Material"] = Enum.Material.Grass,
  221. ["BrickColor"] = BrickColor.new("Bright green"),
  222. ["Position"] = Vector3.new(655.765442, 14, -56.0269318),
  223. ["Rotation"] = Vector3.new(-0, 1.01429856, -0),
  224. ["Anchored"] = true,
  225. ["CFrame"] = CFrame.new(655.765442, 14, -56.0269318, 0.999843299, 0, 0.0177019257, 0, 1, 0, -0.0177019257, 0, 0.999843299),
  226. ["Size"] = Vector3.new(8, 8.40000057, 8),
  227. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  228. ["TopSurface"] = Enum.SurfaceType.Smooth,
  229. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  230. })
  231. o16 = Create("Part",{
  232. ["Parent"] = mas,
  233. ["Material"] = Enum.Material.Grass,
  234. ["BrickColor"] = BrickColor.new("Bright green"),
  235. ["Position"] = Vector3.new(655.765442, 14, -56.0269318),
  236. ["Rotation"] = Vector3.new(59.7332077, 58.8322029, -1.66776836),
  237. ["Anchored"] = true,
  238. ["CFrame"] = CFrame.new(655.765442, 14, -56.0269318, 0.517326891, 0.0150626311, 0.855655253, 0.724036813, 0.52532196, -0.446998298, -0.456227481, 0.850770175, 0.260857284),
  239. ["Size"] = Vector3.new(8, 8.40000057, 8),
  240. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  241. ["TopSurface"] = Enum.SurfaceType.Smooth,
  242. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  243. })
  244. o17 = Create("Part",{
  245. ["Parent"] = mas,
  246. ["Material"] = Enum.Material.Wood,
  247. ["BrickColor"] = BrickColor.new("Brown"),
  248. ["Position"] = Vector3.new(655.765442, 6, -56.0269318),
  249. ["Rotation"] = Vector3.new(-0, 1.01429856, -0),
  250. ["Anchored"] = true,
  251. ["CFrame"] = CFrame.new(655.765442, 6, -56.0269318, 0.999843299, 0, 0.0177019257, 0, 1, 0, -0.0177019257, 0, 0.999843299),
  252. ["Size"] = Vector3.new(2, 15.6000004, 2),
  253. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  254. ["TopSurface"] = Enum.SurfaceType.Smooth,
  255. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  256. })
  257. o18 = Create("Part",{
  258. ["Parent"] = mas,
  259. ["Material"] = Enum.Material.Grass,
  260. ["BrickColor"] = BrickColor.new("Bright green"),
  261. ["Position"] = Vector3.new(668.752563, 14, -37.2786102),
  262. ["Rotation"] = Vector3.new(33.7298355, -36.3897629, 75.6464996),
  263. ["Anchored"] = true,
  264. ["CFrame"] = CFrame.new(668.752563, 14, -37.2786102, 0.19956252, -0.779871404, -0.59327507, 0.724036813, 0.52532196, -0.446998298, 0.660261631, -0.340348899, 0.669490218),
  265. ["Size"] = Vector3.new(8, 8.40000057, 8),
  266. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  267. ["TopSurface"] = Enum.SurfaceType.Smooth,
  268. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  269. })
  270. o19 = Create("Part",{
  271. ["Parent"] = mas,
  272. ["Material"] = Enum.Material.Wood,
  273. ["BrickColor"] = BrickColor.new("Brown"),
  274. ["Position"] = Vector3.new(660.030579, 6, -70.0226746),
  275. ["Rotation"] = Vector3.new(-180, 15.7181749, -180),
  276. ["Anchored"] = true,
  277. ["CFrame"] = CFrame.new(660.030579, 6, -70.0226746, -0.962605894, 0, 0.270905793, 0, 1, 0, -0.270905793, 0, -0.962605894),
  278. ["Size"] = Vector3.new(2, 15.6000004, 2),
  279. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  280. ["TopSurface"] = Enum.SurfaceType.Smooth,
  281. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  282. })
  283. o20 = Create("Part",{
  284. ["Parent"] = mas,
  285. ["Material"] = Enum.Material.Grass,
  286. ["BrickColor"] = BrickColor.new("Bright green"),
  287. ["Position"] = Vector3.new(660.030579, 14, -70.0226746),
  288. ["Rotation"] = Vector3.new(-180, 15.7181749, -180),
  289. ["Anchored"] = true,
  290. ["CFrame"] = CFrame.new(660.030579, 14, -70.0226746, -0.962605894, 0, 0.270905793, 0, 1, 0, -0.270905793, 0, -0.962605894),
  291. ["Size"] = Vector3.new(8, 8.40000057, 8),
  292. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  293. ["TopSurface"] = Enum.SurfaceType.Smooth,
  294. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  295. })
  296. o21 = Create("Part",{
  297. ["Parent"] = mas,
  298. ["Material"] = Enum.Material.Wood,
  299. ["BrickColor"] = BrickColor.new("Brown"),
  300. ["Position"] = Vector3.new(643.455078, 6, -71.2965698),
  301. ["Rotation"] = Vector3.new(-180, -34.986393, -180),
  302. ["Anchored"] = true,
  303. ["CFrame"] = CFrame.new(643.455078, 6, -71.2965698, -0.819288254, 0, -0.573381901, 0, 1, 0, 0.573381901, 0, -0.819288254),
  304. ["Size"] = Vector3.new(2, 15.6000004, 2),
  305. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  306. ["TopSurface"] = Enum.SurfaceType.Smooth,
  307. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  308. })
  309. o22 = Create("Part",{
  310. ["Parent"] = mas,
  311. ["Material"] = Enum.Material.Wood,
  312. ["BrickColor"] = BrickColor.new("Brown"),
  313. ["Position"] = Vector3.new(669.771606, 6, -57.7640686),
  314. ["Rotation"] = Vector3.new(-0, -81.1266174, -0),
  315. ["Anchored"] = true,
  316. ["CFrame"] = CFrame.new(669.771606, 6, -57.7640686, 0.154251456, 0, -0.988031626, 0, 1, 0, 0.988031626, 0, 0.154251456),
  317. ["Size"] = Vector3.new(2, 15.6000004, 2),
  318. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  319. ["TopSurface"] = Enum.SurfaceType.Smooth,
  320. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  321. })
  322. o23 = Create("Part",{
  323. ["Parent"] = mas,
  324. ["Material"] = Enum.Material.Grass,
  325. ["BrickColor"] = BrickColor.new("Bright green"),
  326. ["Position"] = Vector3.new(669.771606, 14, -57.7640686),
  327. ["Rotation"] = Vector3.new(26.842247, -8.12928391, 58.1305466),
  328. ["Anchored"] = true,
  329. ["CFrame"] = CFrame.new(669.771606, 14, -57.7640686, 0.522680163, -0.840719581, -0.141407207, 0.724036813, 0.52532196, -0.446998298, 0.450084537, 0.131253108, 0.883287311),
  330. ["Size"] = Vector3.new(8, 8.40000057, 8),
  331. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  332. ["TopSurface"] = Enum.SurfaceType.Smooth,
  333. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  334. })
  335. o24 = Create("Part",{
  336. ["Parent"] = mas,
  337. ["Material"] = Enum.Material.Grass,
  338. ["BrickColor"] = BrickColor.new("Bright green"),
  339. ["Position"] = Vector3.new(669.771606, 14, -57.7640686),
  340. ["Rotation"] = Vector3.new(-0, -81.1266174, -0),
  341. ["Anchored"] = true,
  342. ["CFrame"] = CFrame.new(669.771606, 14, -57.7640686, 0.154251456, 0, -0.988031626, 0, 1, 0, 0.988031626, 0, 0.154251456),
  343. ["Size"] = Vector3.new(8, 8.40000057, 8),
  344. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  345. ["TopSurface"] = Enum.SurfaceType.Smooth,
  346. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  347. })
  348. o25 = Create("Part",{
  349. ["Parent"] = mas,
  350. ["Material"] = Enum.Material.Grass,
  351. ["BrickColor"] = BrickColor.new("Bright green"),
  352. ["Position"] = Vector3.new(541.642212, 14, 36.2555885),
  353. ["Rotation"] = Vector3.new(-180, 79.6051636, -180),
  354. ["Anchored"] = true,
  355. ["CFrame"] = CFrame.new(541.642212, 14, 36.2555885, -0.180430442, 0, 0.983587742, 0, 1, 0, -0.983587742, 0, -0.180430442),
  356. ["Size"] = Vector3.new(8, 8.40000057, 8),
  357. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  358. ["TopSurface"] = Enum.SurfaceType.Smooth,
  359. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  360. })
  361. o26 = Create("Part",{
  362. ["Parent"] = mas,
  363. ["Material"] = Enum.Material.Wood,
  364. ["BrickColor"] = BrickColor.new("Brown"),
  365. ["Position"] = Vector3.new(541.642212, 6, 36.2555885),
  366. ["Rotation"] = Vector3.new(-180, 79.6051636, -180),
  367. ["Anchored"] = true,
  368. ["CFrame"] = CFrame.new(541.642212, 6, 36.2555885, -0.180430442, 0, 0.983587742, 0, 1, 0, -0.983587742, 0, -0.180430442),
  369. ["Size"] = Vector3.new(2, 15.6000004, 2),
  370. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  371. ["TopSurface"] = Enum.SurfaceType.Smooth,
  372. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  373. })
  374. o27 = Create("Part",{
  375. ["Parent"] = mas,
  376. ["Material"] = Enum.Material.Grass,
  377. ["BrickColor"] = BrickColor.new("Bright green"),
  378. ["Position"] = Vector3.new(541.642212, 14, 36.2555885),
  379. ["Rotation"] = Vector3.new(153.247452, 6.77121449, -122.561203),
  380. ["Anchored"] = true,
  381. ["CFrame"] = CFrame.new(541.642212, 14, 36.2555885, -0.53444612, 0.836938262, 0.11790508, 0.724036813, 0.52532196, -0.446998298, -0.43604815, -0.153528899, -0.886730433),
  382. ["Size"] = Vector3.new(8, 8.40000057, 8),
  383. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  384. ["TopSurface"] = Enum.SurfaceType.Smooth,
  385. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  386. })
  387. o28 = Create("Part",{
  388. ["Parent"] = mas,
  389. ["Material"] = Enum.Material.Wood,
  390. ["BrickColor"] = BrickColor.new("Brown"),
  391. ["Position"] = Vector3.new(574.998901, 6, 40.9338341),
  392. ["Rotation"] = Vector3.new(-0, 20.2825184, -0),
  393. ["Anchored"] = true,
  394. ["CFrame"] = CFrame.new(574.998901, 6, 40.9338341, 0.937994778, 0, 0.346649468, 0, 1, 0, -0.346649468, 0, 0.937994778),
  395. ["Size"] = Vector3.new(2, 15.6000004, 2),
  396. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  397. ["TopSurface"] = Enum.SurfaceType.Smooth,
  398. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  399. })
  400. o29 = Create("Part",{
  401. ["Parent"] = mas,
  402. ["Material"] = Enum.Material.Wood,
  403. ["BrickColor"] = BrickColor.new("Brown"),
  404. ["Position"] = Vector3.new(555.618103, 6, 72.1312866),
  405. ["Rotation"] = Vector3.new(-0, -79.0980225, -0),
  406. ["Anchored"] = true,
  407. ["CFrame"] = CFrame.new(555.618103, 6, 72.1312866, 0.189129427, 0, -0.98195219, 0, 1, 0, 0.98195219, 0, 0.189129427),
  408. ["Size"] = Vector3.new(2, 15.6000004, 2),
  409. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  410. ["TopSurface"] = Enum.SurfaceType.Smooth,
  411. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  412. })
  413. o30 = Create("Part",{
  414. ["Parent"] = mas,
  415. ["Material"] = Enum.Material.Grass,
  416. ["BrickColor"] = BrickColor.new("Bright green"),
  417. ["Position"] = Vector3.new(548.098267, 14, 19.8236542),
  418. ["Rotation"] = Vector3.new(151.347534, -21.2154617, -137.147507),
  419. ["Anchored"] = true,
  420. ["CFrame"] = CFrame.new(548.098267, 14, 19.8236542, -0.683421493, 0.634019375, -0.36187616, 0.724036813, 0.52532196, -0.446998298, -0.0933041275, -0.567499936, -0.818069696),
  421. ["Size"] = Vector3.new(8, 8.40000057, 8),
  422. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  423. ["TopSurface"] = Enum.SurfaceType.Smooth,
  424. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  425. })
  426. o31 = Create("Part",{
  427. ["Parent"] = mas,
  428. ["Material"] = Enum.Material.Grass,
  429. ["BrickColor"] = BrickColor.new("Bright green"),
  430. ["Position"] = Vector3.new(548.098267, 14, 19.8236542),
  431. ["Rotation"] = Vector3.new(-180, 48.1688156, -180),
  432. ["Anchored"] = true,
  433. ["CFrame"] = CFrame.new(548.098267, 14, 19.8236542, -0.666938066, 0, 0.745113134, 0, 1, 0, -0.745113134, 0, -0.666938066),
  434. ["Size"] = Vector3.new(8, 8.40000057, 8),
  435. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  436. ["TopSurface"] = Enum.SurfaceType.Smooth,
  437. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  438. })
  439. o32 = Create("Part",{
  440. ["Parent"] = mas,
  441. ["Material"] = Enum.Material.Grass,
  442. ["BrickColor"] = BrickColor.new("Bright green"),
  443. ["Position"] = Vector3.new(555.618103, 14, 72.1312866),
  444. ["Rotation"] = Vector3.new(-0, -79.0980225, -0),
  445. ["Anchored"] = true,
  446. ["CFrame"] = CFrame.new(555.618103, 14, 72.1312866, 0.189129427, 0, -0.98195219, 0, 1, 0, 0.98195219, 0, 0.189129427),
  447. ["Size"] = Vector3.new(8, 8.40000057, 8),
  448. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  449. ["TopSurface"] = Enum.SurfaceType.Smooth,
  450. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  451. })
  452. o33 = Create("Part",{
  453. ["Parent"] = mas,
  454. ["Material"] = Enum.Material.Grass,
  455. ["BrickColor"] = BrickColor.new("Bright green"),
  456. ["Position"] = Vector3.new(555.618103, 14, 72.1312866),
  457. ["Rotation"] = Vector3.new(26.7263641, -6.31829834, 57.2091217),
  458. ["Anchored"] = true,
  459. ["CFrame"] = CFrame.new(555.618103, 14, 72.1312866, 0.538284779, -0.835546553, -0.110051736, 0.724036813, 0.52532196, -0.446998298, 0.431300521, 0.160930887, 0.887739301),
  460. ["Size"] = Vector3.new(8, 8.40000057, 8),
  461. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  462. ["TopSurface"] = Enum.SurfaceType.Smooth,
  463. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  464. })
  465. o34 = Create("Part",{
  466. ["Parent"] = mas,
  467. ["Material"] = Enum.Material.Wood,
  468. ["BrickColor"] = BrickColor.new("Brown"),
  469. ["Position"] = Vector3.new(572.304199, 6, -0.2706604),
  470. ["Rotation"] = Vector3.new(-0, -86.7035446, -0),
  471. ["Anchored"] = true,
  472. ["CFrame"] = CFrame.new(572.304199, 6, -0.2706604, 0.0575025268, 0, -0.998345375, 0, 1, 0, 0.998345375, 0, 0.0575025268),
  473. ["Size"] = Vector3.new(2, 15.6000004, 2),
  474. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  475. ["TopSurface"] = Enum.SurfaceType.Smooth,
  476. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  477. })
  478. o35 = Create("Part",{
  479. ["Parent"] = mas,
  480. ["Material"] = Enum.Material.Wood,
  481. ["BrickColor"] = BrickColor.new("Brown"),
  482. ["Position"] = Vector3.new(560.637207, 6, -13.8669434),
  483. ["Rotation"] = Vector3.new(-180, -41.5776062, -180),
  484. ["Anchored"] = true,
  485. ["CFrame"] = CFrame.new(560.637207, 6, -13.8669434, -0.748057544, 0, -0.663633883, 0, 1, 0, 0.663633883, 0, -0.748057544),
  486. ["Size"] = Vector3.new(2, 15.6000004, 2),
  487. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  488. ["TopSurface"] = Enum.SurfaceType.Smooth,
  489. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  490. })
  491. o36 = Create("Part",{
  492. ["Parent"] = mas,
  493. ["Material"] = Enum.Material.Grass,
  494. ["BrickColor"] = BrickColor.new("Bright green"),
  495. ["Position"] = Vector3.new(574.998901, 14, 40.9338341),
  496. ["Rotation"] = Vector3.new(-0, 20.2825184, -0),
  497. ["Anchored"] = true,
  498. ["CFrame"] = CFrame.new(574.998901, 14, 40.9338341, 0.937994778, 0, 0.346649468, 0, 1, 0, -0.346649468, 0, 0.937994778),
  499. ["Size"] = Vector3.new(8, 8.40000057, 8),
  500. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  501. ["TopSurface"] = Enum.SurfaceType.Smooth,
  502. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  503. })
  504. o37 = Create("Part",{
  505. ["Parent"] = mas,
  506. ["Material"] = Enum.Material.Grass,
  507. ["BrickColor"] = BrickColor.new("Bright green"),
  508. ["Position"] = Vector3.new(560.637207, 14, -13.8669434),
  509. ["Rotation"] = Vector3.new(-180, -41.5776062, -180),
  510. ["Anchored"] = true,
  511. ["CFrame"] = CFrame.new(560.637207, 14, -13.8669434, -0.748057544, 0, -0.663633883, 0, 1, 0, 0.663633883, 0, -0.748057544),
  512. ["Size"] = Vector3.new(8, 8.40000057, 8),
  513. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  514. ["TopSurface"] = Enum.SurfaceType.Smooth,
  515. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  516. })
  517. o38 = Create("Part",{
  518. ["Parent"] = mas,
  519. ["Material"] = Enum.Material.Grass,
  520. ["BrickColor"] = BrickColor.new("Bright green"),
  521. ["Position"] = Vector3.new(584.841553, 14, 10.5096436),
  522. ["Rotation"] = Vector3.new(-180, 47.1545219, -180),
  523. ["Anchored"] = true,
  524. ["CFrame"] = CFrame.new(584.841553, 14, 10.5096436, -0.680023491, 0, 0.733190298, 0, 1, 0, -0.733190298, 0, -0.680023491),
  525. ["Size"] = Vector3.new(8, 8.40000057, 8),
  526. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  527. ["TopSurface"] = Enum.SurfaceType.Smooth,
  528. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  529. })
  530. o39 = Create("Part",{
  531. ["Parent"] = mas,
  532. ["Material"] = Enum.Material.Grass,
  533. ["BrickColor"] = BrickColor.new("Bright green"),
  534. ["Position"] = Vector3.new(554.381592, 14, 31.9767876),
  535. ["Rotation"] = Vector3.new(118.132019, 59.5438194, -67.7719879),
  536. ["Anchored"] = true,
  537. ["CFrame"] = CFrame.new(554.381592, 14, 31.9767876, 0.191749081, 0.469210923, 0.862017095, 0.724036813, 0.52532196, -0.446998298, -0.66257298, 0.709843636, -0.238995999),
  538. ["Size"] = Vector3.new(8, 8.40000057, 8),
  539. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  540. ["TopSurface"] = Enum.SurfaceType.Smooth,
  541. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  542. })
  543. o40 = Create("Part",{
  544. ["Parent"] = mas,
  545. ["Material"] = Enum.Material.Wood,
  546. ["BrickColor"] = BrickColor.new("Brown"),
  547. ["Position"] = Vector3.new(554.381592, 6, 31.9767876),
  548. ["Rotation"] = Vector3.new(-0, 33.4649467, -0),
  549. ["Anchored"] = true,
  550. ["CFrame"] = CFrame.new(554.381592, 6, 31.9767876, 0.83422339, 0, 0.551426709, 0, 1, 0, -0.551426709, 0, 0.83422339),
  551. ["Size"] = Vector3.new(2, 15.6000004, 2),
  552. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  553. ["TopSurface"] = Enum.SurfaceType.Smooth,
  554. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  555. })
  556. o41 = Create("Part",{
  557. ["Parent"] = mas,
  558. ["Material"] = Enum.Material.Grass,
  559. ["BrickColor"] = BrickColor.new("Bright green"),
  560. ["Position"] = Vector3.new(574.998901, 14, 40.9338341),
  561. ["Rotation"] = Vector3.new(94.618927, 63.3554077, -41.1275024),
  562. ["Anchored"] = true,
  563. ["CFrame"] = CFrame.new(574.998901, 14, 40.9338341, 0.337797523, 0.294965237, 0.893805504, 0.724036813, 0.52532196, -0.446998298, -0.60138464, 0.798143029, -0.0361132324),
  564. ["Size"] = Vector3.new(8, 8.40000057, 8),
  565. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  566. ["TopSurface"] = Enum.SurfaceType.Smooth,
  567. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  568. })
  569. o42 = Create("Part",{
  570. ["Parent"] = mas,
  571. ["Material"] = Enum.Material.Wood,
  572. ["BrickColor"] = BrickColor.new("Brown"),
  573. ["Position"] = Vector3.new(542.209717, 6, -2.41448212),
  574. ["Rotation"] = Vector3.new(-0, -86.7035446, -0),
  575. ["Anchored"] = true,
  576. ["CFrame"] = CFrame.new(542.209717, 6, -2.41448212, 0.0575025268, 0, -0.998345375, 0, 1, 0, 0.998345375, 0, 0.0575025268),
  577. ["Size"] = Vector3.new(2, 15.6000004, 2),
  578. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  579. ["TopSurface"] = Enum.SurfaceType.Smooth,
  580. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  581. })
  582. o43 = Create("Part",{
  583. ["Parent"] = mas,
  584. ["Material"] = Enum.Material.Grass,
  585. ["BrickColor"] = BrickColor.new("Bright green"),
  586. ["Position"] = Vector3.new(568.148987, 14, 17.8109283),
  587. ["Rotation"] = Vector3.new(-0, 43.0990524, -0),
  588. ["Anchored"] = true,
  589. ["CFrame"] = CFrame.new(568.148987, 14, 17.8109283, 0.730173588, 0, 0.683261693, 0, 1, 0, -0.683261693, 0, 0.730173588),
  590. ["Size"] = Vector3.new(8, 8.40000057, 8),
  591. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  592. ["TopSurface"] = Enum.SurfaceType.Smooth,
  593. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  594. })
  595. o44 = Create("Part",{
  596. ["Parent"] = mas,
  597. ["Material"] = Enum.Material.Grass,
  598. ["BrickColor"] = BrickColor.new("Bright green"),
  599. ["Position"] = Vector3.new(542.209717, 14, -2.41448212),
  600. ["Rotation"] = Vector3.new(-0, -86.7035446, -0),
  601. ["Anchored"] = true,
  602. ["CFrame"] = CFrame.new(542.209717, 14, -2.41448212, 0.0575025268, 0, -0.998345375, 0, 1, 0, 0.998345375, 0, 0.0575025268),
  603. ["Size"] = Vector3.new(8, 8.40000057, 8),
  604. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  605. ["TopSurface"] = Enum.SurfaceType.Smooth,
  606. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  607. })
  608. o45 = Create("Part",{
  609. ["Parent"] = mas,
  610. ["Material"] = Enum.Material.Grass,
  611. ["BrickColor"] = BrickColor.new("Bright green"),
  612. ["Position"] = Vector3.new(542.209717, 14, -2.41448212),
  613. ["Rotation"] = Vector3.new(27.3183231, -13.0956554, 60.7127609),
  614. ["Anchored"] = true,
  615. ["CFrame"] = CFrame.new(542.209717, 14, -2.41448212, 0.47646603, -0.84949559, -0.226577461, 0.724036813, 0.52532196, -0.446998298, 0.498749226, 0.0489291027, 0.865364194),
  616. ["Size"] = Vector3.new(8, 8.40000057, 8),
  617. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  618. ["TopSurface"] = Enum.SurfaceType.Smooth,
  619. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  620. })
  621. o46 = Create("Part",{
  622. ["Parent"] = mas,
  623. ["Material"] = Enum.Material.Grass,
  624. ["BrickColor"] = BrickColor.new("Bright green"),
  625. ["Position"] = Vector3.new(560.637207, 14, -13.8669434),
  626. ["Rotation"] = Vector3.new(51.2891579, -55.0511017, 99.6806717),
  627. ["Anchored"] = true,
  628. ["CFrame"] = CFrame.new(560.637207, 14, -13.8669434, -0.0963278413, -0.564688385, -0.819663286, 0.724036813, 0.52532196, -0.446998298, 0.683001876, -0.636524796, 0.358252048),
  629. ["Size"] = Vector3.new(8, 8.40000057, 8),
  630. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  631. ["TopSurface"] = Enum.SurfaceType.Smooth,
  632. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  633. })
  634. o47 = Create("Part",{
  635. ["Parent"] = mas,
  636. ["Material"] = Enum.Material.Grass,
  637. ["BrickColor"] = BrickColor.new("Bright green"),
  638. ["Position"] = Vector3.new(554.381592, 14, 31.9767876),
  639. ["Rotation"] = Vector3.new(-0, 33.4649467, -0),
  640. ["Anchored"] = true,
  641. ["CFrame"] = CFrame.new(554.381592, 14, 31.9767876, 0.83422339, 0, 0.551426709, 0, 1, 0, -0.551426709, 0, 0.83422339),
  642. ["Size"] = Vector3.new(8, 8.40000057, 8),
  643. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  644. ["TopSurface"] = Enum.SurfaceType.Smooth,
  645. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  646. })
  647. o48 = Create("Part",{
  648. ["Parent"] = mas,
  649. ["Material"] = Enum.Material.Wood,
  650. ["BrickColor"] = BrickColor.new("Brown"),
  651. ["Position"] = Vector3.new(568.148987, 6, 17.8109283),
  652. ["Rotation"] = Vector3.new(-0, 43.0990524, -0),
  653. ["Anchored"] = true,
  654. ["CFrame"] = CFrame.new(568.148987, 6, 17.8109283, 0.730173588, 0, 0.683261693, 0, 1, 0, -0.683261693, 0, 0.730173588),
  655. ["Size"] = Vector3.new(2, 15.6000004, 2),
  656. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  657. ["TopSurface"] = Enum.SurfaceType.Smooth,
  658. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  659. })
  660. o49 = Create("Part",{
  661. ["Parent"] = mas,
  662. ["Material"] = Enum.Material.Grass,
  663. ["BrickColor"] = BrickColor.new("Bright green"),
  664. ["Position"] = Vector3.new(572.304199, 14, -0.2706604),
  665. ["Rotation"] = Vector3.new(-0, -86.7035446, -0),
  666. ["Anchored"] = true,
  667. ["CFrame"] = CFrame.new(572.304199, 14, -0.2706604, 0.0575025268, 0, -0.998345375, 0, 1, 0, 0.998345375, 0, 0.0575025268),
  668. ["Size"] = Vector3.new(8, 8.40000057, 8),
  669. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  670. ["TopSurface"] = Enum.SurfaceType.Smooth,
  671. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  672. })
  673. o50 = Create("Part",{
  674. ["Parent"] = mas,
  675. ["Material"] = Enum.Material.Grass,
  676. ["BrickColor"] = BrickColor.new("Bright green"),
  677. ["Position"] = Vector3.new(572.304199, 14, -0.2706604),
  678. ["Rotation"] = Vector3.new(27.3183231, -13.0956554, 60.7127609),
  679. ["Anchored"] = true,
  680. ["CFrame"] = CFrame.new(572.304199, 14, -0.2706604, 0.47646603, -0.84949559, -0.226577461, 0.724036813, 0.52532196, -0.446998298, 0.498749226, 0.0489291027, 0.865364194),
  681. ["Size"] = Vector3.new(8, 8.40000057, 8),
  682. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  683. ["TopSurface"] = Enum.SurfaceType.Smooth,
  684. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  685. })
  686. o51 = Create("Part",{
  687. ["Parent"] = mas,
  688. ["Material"] = Enum.Material.Wood,
  689. ["BrickColor"] = BrickColor.new("Brown"),
  690. ["Position"] = Vector3.new(584.841553, 6, 10.5096436),
  691. ["Rotation"] = Vector3.new(-180, 47.1545219, -180),
  692. ["Anchored"] = true,
  693. ["CFrame"] = CFrame.new(584.841553, 6, 10.5096436, -0.680023491, 0, 0.733190298, 0, 1, 0, -0.733190298, 0, -0.680023491),
  694. ["Size"] = Vector3.new(2, 15.6000004, 2),
  695. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  696. ["TopSurface"] = Enum.SurfaceType.Smooth,
  697. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  698. })
  699. o52 = Create("Part",{
  700. ["Parent"] = mas,
  701. ["Material"] = Enum.Material.Grass,
  702. ["BrickColor"] = BrickColor.new("Bright green"),
  703. ["Position"] = Vector3.new(568.148987, 14, 17.8109283),
  704. ["Rotation"] = Vector3.new(130.360092, 54.0824852, -82.3433228),
  705. ["Anchored"] = true,
  706. ["CFrame"] = CFrame.new(568.148987, 14, 17.8109283, 0.0781593919, 0.581389785, 0.809862316, 0.724036813, 0.52532196, -0.446998298, -0.685318708, 0.621307254, -0.379888773),
  707. ["Size"] = Vector3.new(8, 8.40000057, 8),
  708. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  709. ["TopSurface"] = Enum.SurfaceType.Smooth,
  710. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  711. })
  712. o53 = Create("Part",{
  713. ["Parent"] = mas,
  714. ["Material"] = Enum.Material.Grass,
  715. ["BrickColor"] = BrickColor.new("Bright green"),
  716. ["Position"] = Vector3.new(607.411743, 14, -9.01179504),
  717. ["Rotation"] = Vector3.new(149.087616, 29.528698, -109.520485),
  718. ["Anchored"] = true,
  719. ["CFrame"] = CFrame.new(607.411743, 14, -9.01179504, -0.290741503, 0.82009685, 0.492859423, 0.724036813, 0.52532196, -0.446998298, -0.625491858, 0.226887405, -0.746513247),
  720. ["Size"] = Vector3.new(8, 8.40000057, 8),
  721. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  722. ["TopSurface"] = Enum.SurfaceType.Smooth,
  723. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  724. })
  725. o54 = Create("Part",{
  726. ["Parent"] = mas,
  727. ["Material"] = Enum.Material.Wood,
  728. ["BrickColor"] = BrickColor.new("Brown"),
  729. ["Position"] = Vector3.new(600.200317, 6, 11.7014847),
  730. ["Rotation"] = Vector3.new(-0, -4.56261683, -0),
  731. ["Anchored"] = true,
  732. ["CFrame"] = CFrame.new(600.200317, 6, 11.7014847, 0.996831, 0, -0.0795485452, 0, 1, 0, 0.0795485452, 0, 0.996831),
  733. ["Size"] = Vector3.new(2, 15.6000004, 2),
  734. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  735. ["TopSurface"] = Enum.SurfaceType.Smooth,
  736. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  737. })
  738. o55 = Create("Part",{
  739. ["Parent"] = mas,
  740. ["Material"] = Enum.Material.Grass,
  741. ["BrickColor"] = BrickColor.new("Bright green"),
  742. ["Position"] = Vector3.new(584.841553, 14, 10.5096436),
  743. ["Rotation"] = Vector3.new(151.153778, -22.1047382, -137.672424),
  744. ["Anchored"] = true,
  745. ["CFrame"] = CFrame.new(584.841553, 14, 10.5096436, -0.684966087, 0.623874187, -0.376300871, 0.724036813, 0.52532196, -0.446998298, -0.0811915994, -0.578634381, -0.811535597),
  746. ["Size"] = Vector3.new(8, 8.40000057, 8),
  747. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  748. ["TopSurface"] = Enum.SurfaceType.Smooth,
  749. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  750. })
  751. o56 = Create("Part",{
  752. ["Parent"] = mas,
  753. ["Material"] = Enum.Material.Grass,
  754. ["BrickColor"] = BrickColor.new("Bright green"),
  755. ["Position"] = Vector3.new(584.468323, 14, 21.2915421),
  756. ["Rotation"] = Vector3.new(-180, -19.7753677, -180),
  757. ["Anchored"] = true,
  758. ["CFrame"] = CFrame.new(584.468323, 14, 21.2915421, -0.94102633, 0, -0.338333398, 0, 1, 0, 0.338333398, 0, -0.94102633),
  759. ["Size"] = Vector3.new(8, 8.40000057, 8),
  760. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  761. ["TopSurface"] = Enum.SurfaceType.Smooth,
  762. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  763. })
  764. o57 = Create("Part",{
  765. ["Parent"] = mas,
  766. ["Material"] = Enum.Material.Wood,
  767. ["BrickColor"] = BrickColor.new("Brown"),
  768. ["Position"] = Vector3.new(600.556946, 6, -29.5770721),
  769. ["Rotation"] = Vector3.new(-0, -73.5211029, -0),
  770. ["Anchored"] = true,
  771. ["CFrame"] = CFrame.new(600.556946, 6, -29.5770721, 0.2836622, 0, -0.958924294, 0, 1, 0, 0.958924294, 0, 0.2836622),
  772. ["Size"] = Vector3.new(2, 15.6000004, 2),
  773. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  774. ["TopSurface"] = Enum.SurfaceType.Smooth,
  775. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  776. })
  777. o58 = Create("Part",{
  778. ["Parent"] = mas,
  779. ["Material"] = Enum.Material.Grass,
  780. ["BrickColor"] = BrickColor.new("Bright green"),
  781. ["Position"] = Vector3.new(577.443848, 14, -16.177948),
  782. ["Rotation"] = Vector3.new(-0, 33.4649467, -0),
  783. ["Anchored"] = true,
  784. ["CFrame"] = CFrame.new(577.443848, 14, -16.177948, 0.83422339, 0, 0.551426709, 0, 1, 0, -0.551426709, 0, 0.83422339),
  785. ["Size"] = Vector3.new(8, 8.40000057, 8),
  786. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  787. ["TopSurface"] = Enum.SurfaceType.Smooth,
  788. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  789. })
  790. o59 = Create("Part",{
  791. ["Parent"] = mas,
  792. ["Material"] = Enum.Material.Grass,
  793. ["BrickColor"] = BrickColor.new("Bright green"),
  794. ["Position"] = Vector3.new(600.556946, 14, -29.5770721),
  795. ["Rotation"] = Vector3.new(26.5590076, -1.33274126, 54.7034988),
  796. ["Anchored"] = true,
  797. ["CFrame"] = CFrame.new(600.556946, 14, -29.5770721, 0.577651501, -0.815952063, -0.0232586265, 0.724036813, 0.52532196, -0.446998298, 0.376947492, 0.241369158, 0.894232392),
  798. ["Size"] = Vector3.new(8, 8.40000057, 8),
  799. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  800. ["TopSurface"] = Enum.SurfaceType.Smooth,
  801. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  802. })
  803. o60 = Create("Part",{
  804. ["Parent"] = mas,
  805. ["Material"] = Enum.Material.Wood,
  806. ["BrickColor"] = BrickColor.new("Brown"),
  807. ["Position"] = Vector3.new(607.411743, 6, -9.01179504),
  808. ["Rotation"] = Vector3.new(-0, 74.5353928, -0),
  809. ["Anchored"] = true,
  810. ["CFrame"] = CFrame.new(607.411743, 6, -9.01179504, 0.266642928, 0, 0.963795364, 0, 1, 0, -0.963795364, 0, 0.266642928),
  811. ["Size"] = Vector3.new(2, 15.6000004, 2),
  812. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  813. ["TopSurface"] = Enum.SurfaceType.Smooth,
  814. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  815. })
  816. o61 = Create("Part",{
  817. ["Parent"] = mas,
  818. ["Material"] = Enum.Material.Grass,
  819. ["BrickColor"] = BrickColor.new("Bright green"),
  820. ["Position"] = Vector3.new(620.422302, 14, 0.81463623),
  821. ["Rotation"] = Vector3.new(146.034042, -36.8633614, -147.967468),
  822. ["Anchored"] = true,
  823. ["CFrame"] = CFrame.new(620.422302, 14, 0.81463623, -0.678255737, 0.424356788, -0.59990871, 0.724036813, 0.52532196, -0.446998298, 0.125458449, -0.737535179, -0.663552582),
  824. ["Size"] = Vector3.new(8, 8.40000057, 8),
  825. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  826. ["TopSurface"] = Enum.SurfaceType.Smooth,
  827. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  828. })
  829. o62 = Create("Part",{
  830. ["Parent"] = mas,
  831. ["Material"] = Enum.Material.Wood,
  832. ["BrickColor"] = BrickColor.new("Brown"),
  833. ["Position"] = Vector3.new(621.977966, 6, -46.7209473),
  834. ["Rotation"] = Vector3.new(-0, -37.0132637, -0),
  835. ["Anchored"] = true,
  836. ["CFrame"] = CFrame.new(621.977966, 6, -46.7209473, 0.798496187, 0, -0.601999879, 0, 1, 0, 0.601999879, 0, 0.798496187),
  837. ["Size"] = Vector3.new(2, 15.6000004, 2),
  838. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  839. ["TopSurface"] = Enum.SurfaceType.Smooth,
  840. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  841. })
  842. o63 = Create("Part",{
  843. ["Parent"] = mas,
  844. ["Material"] = Enum.Material.Grass,
  845. ["BrickColor"] = BrickColor.new("Bright green"),
  846. ["Position"] = Vector3.new(600.200317, 14, 11.7014847),
  847. ["Rotation"] = Vector3.new(-0, -4.56261683, -0),
  848. ["Anchored"] = true,
  849. ["CFrame"] = CFrame.new(600.200317, 14, 11.7014847, 0.996831, 0, -0.0795485452, 0, 1, 0, 0.0795485452, 0, 0.996831),
  850. ["Size"] = Vector3.new(8, 8.40000057, 8),
  851. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  852. ["TopSurface"] = Enum.SurfaceType.Smooth,
  853. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  854. })
  855. o64 = Create("Part",{
  856. ["Parent"] = mas,
  857. ["Material"] = Enum.Material.Grass,
  858. ["BrickColor"] = BrickColor.new("Bright green"),
  859. ["Position"] = Vector3.new(584.468323, 14, 21.2915421),
  860. ["Rotation"] = Vector3.new(86.3900757, -63.3918076, 140.00119),
  861. ["Anchored"] = true,
  862. ["CFrame"] = CFrame.new(584.468323, 14, 21.2915421, -0.343107343, -0.287889063, -0.894090176, 0.724036813, 0.52532196, -0.446998298, 0.598371148, -0.800722599, 0.0282004774),
  863. ["Size"] = Vector3.new(8, 8.40000057, 8),
  864. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  865. ["TopSurface"] = Enum.SurfaceType.Smooth,
  866. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  867. })
  868. o65 = Create("Part",{
  869. ["Parent"] = mas,
  870. ["Material"] = Enum.Material.Grass,
  871. ["BrickColor"] = BrickColor.new("Bright green"),
  872. ["Position"] = Vector3.new(600.200317, 14, 11.7014847),
  873. ["Rotation"] = Vector3.new(52.5175209, 55.715889, 6.90158081),
  874. ["Anchored"] = true,
  875. ["CFrame"] = CFrame.new(600.200317, 14, 11.7014847, 0.559215248, -0.0676881373, 0.826254547, 0.724036813, 0.52532196, -0.446998298, -0.403793156, 0.848206997, 0.342776775),
  876. ["Size"] = Vector3.new(8, 8.40000057, 8),
  877. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  878. ["TopSurface"] = Enum.SurfaceType.Smooth,
  879. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  880. })
  881. o66 = Create("Part",{
  882. ["Parent"] = mas,
  883. ["Material"] = Enum.Material.Grass,
  884. ["BrickColor"] = BrickColor.new("Bright green"),
  885. ["Position"] = Vector3.new(600.556946, 14, -29.5770721),
  886. ["Rotation"] = Vector3.new(-0, -73.5211029, -0),
  887. ["Anchored"] = true,
  888. ["CFrame"] = CFrame.new(600.556946, 14, -29.5770721, 0.2836622, 0, -0.958924294, 0, 1, 0, 0.958924294, 0, 0.2836622),
  889. ["Size"] = Vector3.new(8, 8.40000057, 8),
  890. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  891. ["TopSurface"] = Enum.SurfaceType.Smooth,
  892. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  893. })
  894. o67 = Create("Part",{
  895. ["Parent"] = mas,
  896. ["Material"] = Enum.Material.Grass,
  897. ["BrickColor"] = BrickColor.new("Bright green"),
  898. ["Position"] = Vector3.new(620.422302, 14, 0.81463623),
  899. ["Rotation"] = Vector3.new(-180, 29.9148998, -180),
  900. ["Anchored"] = true,
  901. ["CFrame"] = CFrame.new(620.422302, 14, 0.81463623, -0.866767108, 0, 0.498713166, 0, 1, 0, -0.498713166, 0, -0.866767108),
  902. ["Size"] = Vector3.new(8, 8.40000057, 8),
  903. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  904. ["TopSurface"] = Enum.SurfaceType.Smooth,
  905. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  906. })
  907. o68 = Create("Part",{
  908. ["Parent"] = mas,
  909. ["Material"] = Enum.Material.Wood,
  910. ["BrickColor"] = BrickColor.new("Brown"),
  911. ["Position"] = Vector3.new(584.468323, 6, 21.2915421),
  912. ["Rotation"] = Vector3.new(-180, -19.7753677, -180),
  913. ["Anchored"] = true,
  914. ["CFrame"] = CFrame.new(584.468323, 6, 21.2915421, -0.94102633, 0, -0.338333398, 0, 1, 0, 0.338333398, 0, -0.94102633),
  915. ["Size"] = Vector3.new(2, 15.6000004, 2),
  916. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  917. ["TopSurface"] = Enum.SurfaceType.Smooth,
  918. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  919. })
  920. o69 = Create("Part",{
  921. ["Parent"] = mas,
  922. ["Material"] = Enum.Material.Wood,
  923. ["BrickColor"] = BrickColor.new("Brown"),
  924. ["Position"] = Vector3.new(620.422302, 6, 0.81463623),
  925. ["Rotation"] = Vector3.new(-180, 29.9148998, -180),
  926. ["Anchored"] = true,
  927. ["CFrame"] = CFrame.new(620.422302, 6, 0.81463623, -0.866767108, 0, 0.498713166, 0, 1, 0, -0.498713166, 0, -0.866767108),
  928. ["Size"] = Vector3.new(2, 15.6000004, 2),
  929. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  930. ["TopSurface"] = Enum.SurfaceType.Smooth,
  931. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  932. })
  933. o70 = Create("Part",{
  934. ["Parent"] = mas,
  935. ["Material"] = Enum.Material.Grass,
  936. ["BrickColor"] = BrickColor.new("Bright green"),
  937. ["Position"] = Vector3.new(607.411743, 14, -9.01179504),
  938. ["Rotation"] = Vector3.new(-0, 74.5353928, -0),
  939. ["Anchored"] = true,
  940. ["CFrame"] = CFrame.new(607.411743, 14, -9.01179504, 0.266642928, 0, 0.963795364, 0, 1, 0, -0.963795364, 0, 0.266642928),
  941. ["Size"] = Vector3.new(8, 8.40000057, 8),
  942. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  943. ["TopSurface"] = Enum.SurfaceType.Smooth,
  944. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  945. })
  946. o71 = Create("Part",{
  947. ["Parent"] = mas,
  948. ["Material"] = Enum.Material.Grass,
  949. ["BrickColor"] = BrickColor.new("Bright green"),
  950. ["Position"] = Vector3.new(621.977966, 14, -46.7209473),
  951. ["Rotation"] = Vector3.new(-0, -37.0132637, -0),
  952. ["Anchored"] = true,
  953. ["CFrame"] = CFrame.new(621.977966, 14, -46.7209473, 0.798496187, 0, -0.601999879, 0, 1, 0, 0.601999879, 0, 0.798496187),
  954. ["Size"] = Vector3.new(8, 8.40000057, 8),
  955. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  956. ["TopSurface"] = Enum.SurfaceType.Smooth,
  957. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  958. })
  959. o72 = Create("Part",{
  960. ["Parent"] = mas,
  961. ["Material"] = Enum.Material.Grass,
  962. ["BrickColor"] = BrickColor.new("Bright green"),
  963. ["Position"] = Vector3.new(577.443848, 14, -16.177948),
  964. ["Rotation"] = Vector3.new(118.132019, 59.5438194, -67.7719879),
  965. ["Anchored"] = true,
  966. ["CFrame"] = CFrame.new(577.443848, 14, -16.177948, 0.191749081, 0.469210923, 0.862017095, 0.724036813, 0.52532196, -0.446998298, -0.66257298, 0.709843636, -0.238995999),
  967. ["Size"] = Vector3.new(8, 8.40000057, 8),
  968. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  969. ["TopSurface"] = Enum.SurfaceType.Smooth,
  970. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  971. })
  972. o73 = Create("Part",{
  973. ["Parent"] = mas,
  974. ["Material"] = Enum.Material.Grass,
  975. ["BrickColor"] = BrickColor.new("Bright green"),
  976. ["Position"] = Vector3.new(621.977966, 14, -46.7209473),
  977. ["Rotation"] = Vector3.new(31.389616, 30.8847866, 36.6468277),
  978. ["Anchored"] = true,
  979. ["CFrame"] = CFrame.new(621.977966, 14, -46.7209473, 0.688560486, -0.512243807, 0.513313413, 0.724036813, 0.52532196, -0.446998298, -0.0406826735, 0.679443181, 0.732599318),
  980. ["Size"] = Vector3.new(8, 8.40000057, 8),
  981. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  982. ["TopSurface"] = Enum.SurfaceType.Smooth,
  983. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  984. })
  985. o74 = Create("Part",{
  986. ["Parent"] = mas,
  987. ["Material"] = Enum.Material.Wood,
  988. ["BrickColor"] = BrickColor.new("Brown"),
  989. ["Position"] = Vector3.new(577.443848, 6, -16.177948),
  990. ["Rotation"] = Vector3.new(-0, 33.4649467, -0),
  991. ["Anchored"] = true,
  992. ["CFrame"] = CFrame.new(577.443848, 6, -16.177948, 0.83422339, 0, 0.551426709, 0, 1, 0, -0.551426709, 0, 0.83422339),
  993. ["Size"] = Vector3.new(2, 15.6000004, 2),
  994. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  995. ["TopSurface"] = Enum.SurfaceType.Smooth,
  996. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  997. })
  998. o75 = Create("Part",{
  999. ["Parent"] = mas,
  1000. ["Material"] = Enum.Material.Grass,
  1001. ["BrickColor"] = BrickColor.new("Bright green"),
  1002. ["Position"] = Vector3.new(627.348633, 14, -28.6222153),
  1003. ["Rotation"] = Vector3.new(-0, 67.944191, -0),
  1004. ["Anchored"] = true,
  1005. ["CFrame"] = CFrame.new(627.348633, 14, -28.6222153, 0.37550959, 0, 0.92681849, 0, 1, 0, -0.92681849, 0, 0.37550959),
  1006. ["Size"] = Vector3.new(8, 8.40000057, 8),
  1007. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1008. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1009. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  1010. })
  1011. o76 = Create("Part",{
  1012. ["Parent"] = mas,
  1013. ["Material"] = Enum.Material.Wood,
  1014. ["BrickColor"] = BrickColor.new("Brown"),
  1015. ["Position"] = Vector3.new(627.348633, 6, -28.6222153),
  1016. ["Rotation"] = Vector3.new(-0, 67.944191, -0),
  1017. ["Anchored"] = true,
  1018. ["CFrame"] = CFrame.new(627.348633, 6, -28.6222153, 0.37550959, 0, 0.92681849, 0, 1, 0, -0.92681849, 0, 0.37550959),
  1019. ["Size"] = Vector3.new(2, 15.6000004, 2),
  1020. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1021. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1022. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  1023. })
  1024. o77 = Create("Part",{
  1025. ["Parent"] = mas,
  1026. ["Material"] = Enum.Material.Grass,
  1027. ["BrickColor"] = BrickColor.new("Bright green"),
  1028. ["Position"] = Vector3.new(642.642395, 14, -49.459137),
  1029. ["Rotation"] = Vector3.new(-180, 40.5633087, -180),
  1030. ["Anchored"] = true,
  1031. ["CFrame"] = CFrame.new(642.642395, 14, -49.459137, -0.759687901, 0, 0.650287867, 0, 1, 0, -0.650287867, 0, -0.759687901),
  1032. ["Size"] = Vector3.new(8, 8.40000057, 8),
  1033. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1034. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1035. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  1036. })
  1037. o78 = Create("Part",{
  1038. ["Parent"] = mas,
  1039. ["Material"] = Enum.Material.Wood,
  1040. ["BrickColor"] = BrickColor.new("Brown"),
  1041. ["Position"] = Vector3.new(637.1474, 6, -12.4829407),
  1042. ["Rotation"] = Vector3.new(-180, 62.3655434, -180),
  1043. ["Anchored"] = true,
  1044. ["CFrame"] = CFrame.new(637.1474, 6, -12.4829407, -0.463828862, 0, 0.885924816, 0, 1, 0, -0.885924816, 0, -0.463828862),
  1045. ["Size"] = Vector3.new(2, 15.6000004, 2),
  1046. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1047. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1048. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  1049. })
  1050. o79 = Create("Part",{
  1051. ["Parent"] = mas,
  1052. ["Material"] = Enum.Material.Grass,
  1053. ["BrickColor"] = BrickColor.new("Bright green"),
  1054. ["Position"] = Vector3.new(642.642395, 14, -49.459137),
  1055. ["Rotation"] = Vector3.new(149.635681, -27.8375072, -141.263016),
  1056. ["Anchored"] = true,
  1057. ["CFrame"] = CFrame.new(642.642395, 14, -49.459137, -0.689758301, 0.55333221, -0.466965586, 0.724036813, 0.52532196, -0.446998298, -0.00203129649, -0.646421075, -0.762978077),
  1058. ["Size"] = Vector3.new(8, 8.40000057, 8),
  1059. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1060. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1061. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  1062. })
  1063. o80 = Create("Part",{
  1064. ["Parent"] = mas,
  1065. ["Material"] = Enum.Material.Wood,
  1066. ["BrickColor"] = BrickColor.new("Brown"),
  1067. ["Position"] = Vector3.new(648.47583, 6, -39.0601196),
  1068. ["Rotation"] = Vector3.new(-0, 60.3386765, -0),
  1069. ["Anchored"] = true,
  1070. ["CFrame"] = CFrame.new(648.47583, 6, -39.0601196, 0.494872212, 0, 0.868965745, 0, 1, 0, -0.868965745, 0, 0.494872212),
  1071. ["Size"] = Vector3.new(2, 15.6000004, 2),
  1072. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1073. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1074. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  1075. })
  1076. o81 = Create("Part",{
  1077. ["Parent"] = mas,
  1078. ["Material"] = Enum.Material.Grass,
  1079. ["BrickColor"] = BrickColor.new("Bright green"),
  1080. ["Position"] = Vector3.new(637.1474, 14, -12.4829407),
  1081. ["Rotation"] = Vector3.new(-180, 62.3655434, -180),
  1082. ["Anchored"] = true,
  1083. ["CFrame"] = CFrame.new(637.1474, 14, -12.4829407, -0.463828862, 0, 0.885924816, 0, 1, 0, -0.885924816, 0, -0.463828862),
  1084. ["Size"] = Vector3.new(8, 8.40000057, 8),
  1085. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1086. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1087. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  1088. })
  1089. o82 = Create("Part",{
  1090. ["Parent"] = mas,
  1091. ["Material"] = Enum.Material.Grass,
  1092. ["BrickColor"] = BrickColor.new("Bright green"),
  1093. ["Position"] = Vector3.new(627.348633, 14, -28.6222153),
  1094. ["Rotation"] = Vector3.new(146.873703, 35.119957, -105.386299),
  1095. ["Anchored"] = true,
  1096. ["CFrame"] = CFrame.new(627.348633, 14, -28.6222153, -0.217022851, 0.788633108, 0.575290203, 0.724036813, 0.52532196, -0.446998298, -0.65473026, 0.31952244, -0.68500632),
  1097. ["Size"] = Vector3.new(8, 8.40000057, 8),
  1098. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1099. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1100. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  1101. })
  1102. o83 = Create("Part",{
  1103. ["Parent"] = mas,
  1104. ["Material"] = Enum.Material.Grass,
  1105. ["BrickColor"] = BrickColor.new("Bright green"),
  1106. ["Position"] = Vector3.new(637.1474, 14, -12.4829407),
  1107. ["Rotation"] = Vector3.new(153.119781, -8.63799572, -130.316193),
  1108. ["Anchored"] = true,
  1109. ["CFrame"] = CFrame.new(637.1474, 14, -12.4829407, -0.639666378, 0.753836513, -0.150191009, 0.724036813, 0.52532196, -0.446998298, -0.258065045, -0.394673616, -0.881836176),
  1110. ["Size"] = Vector3.new(8, 8.40000057, 8),
  1111. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1112. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1113. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  1114. })
  1115. o84 = Create("Part",{
  1116. ["Parent"] = mas,
  1117. ["Material"] = Enum.Material.Wood,
  1118. ["BrickColor"] = BrickColor.new("Brown"),
  1119. ["Position"] = Vector3.new(642.642395, 6, -49.459137),
  1120. ["Rotation"] = Vector3.new(-180, 40.5633087, -180),
  1121. ["Anchored"] = true,
  1122. ["CFrame"] = CFrame.new(642.642395, 6, -49.459137, -0.759687901, 0, 0.650287867, 0, 1, 0, -0.650287867, 0, -0.759687901),
  1123. ["Size"] = Vector3.new(2, 15.6000004, 2),
  1124. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1125. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1126. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  1127. })
  1128. o85 = Create("Part",{
  1129. ["Parent"] = mas,
  1130. ["Material"] = Enum.Material.Wood,
  1131. ["BrickColor"] = BrickColor.new("Brown"),
  1132. ["Position"] = Vector3.new(522.801453, 6, 19.4127045),
  1133. ["Rotation"] = Vector3.new(-0, -4.56261683, -0),
  1134. ["Anchored"] = true,
  1135. ["CFrame"] = CFrame.new(522.801453, 6, 19.4127045, 0.996831, 0, -0.0795485452, 0, 1, 0, 0.0795485452, 0, 0.996831),
  1136. ["Size"] = Vector3.new(2, 15.6000004, 2),
  1137. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1138. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1139. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  1140. })
  1141. o86 = Create("Part",{
  1142. ["Parent"] = mas,
  1143. ["Material"] = Enum.Material.Grass,
  1144. ["BrickColor"] = BrickColor.new("Bright green"),
  1145. ["Position"] = Vector3.new(496.845978, 14, 21.782074),
  1146. ["Rotation"] = Vector3.new(26.7805786, -7.22402287, 57.6689148),
  1147. ["Anchored"] = true,
  1148. ["CFrame"] = CFrame.new(496.845978, 14, 21.782074, 0.530565619, -0.838264406, -0.125749201, 0.724036813, 0.52532196, -0.446998298, 0.440761626, 0.146114886, 0.885652065),
  1149. ["Size"] = Vector3.new(8, 8.40000057, 8),
  1150. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1151. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1152. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  1153. })
  1154. o87 = Create("Part",{
  1155. ["Parent"] = mas,
  1156. ["Material"] = Enum.Material.Grass,
  1157. ["BrickColor"] = BrickColor.new("Bright green"),
  1158. ["Position"] = Vector3.new(522.801453, 14, 19.4127045),
  1159. ["Rotation"] = Vector3.new(-0, -4.56261683, -0),
  1160. ["Anchored"] = true,
  1161. ["CFrame"] = CFrame.new(522.801453, 14, 19.4127045, 0.996831, 0, -0.0795485452, 0, 1, 0, 0.0795485452, 0, 0.996831),
  1162. ["Size"] = Vector3.new(8, 8.40000057, 8),
  1163. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1164. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1165. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  1166. })
  1167. o88 = Create("Part",{
  1168. ["Parent"] = mas,
  1169. ["Material"] = Enum.Material.Grass,
  1170. ["BrickColor"] = BrickColor.new("Bright green"),
  1171. ["Position"] = Vector3.new(522.801453, 14, 19.4127045),
  1172. ["Rotation"] = Vector3.new(52.5175209, 55.715889, 6.90158081),
  1173. ["Anchored"] = true,
  1174. ["CFrame"] = CFrame.new(522.801453, 14, 19.4127045, 0.559215248, -0.0676881373, 0.826254547, 0.724036813, 0.52532196, -0.446998298, -0.403793156, 0.848206997, 0.342776775),
  1175. ["Size"] = Vector3.new(8, 8.40000057, 8),
  1176. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1177. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1178. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  1179. })
  1180. o89 = Create("Part",{
  1181. ["Parent"] = mas,
  1182. ["Material"] = Enum.Material.Wood,
  1183. ["BrickColor"] = BrickColor.new("Brown"),
  1184. ["Position"] = Vector3.new(526.716064, 6, 43.0843964),
  1185. ["Rotation"] = Vector3.new(-0, 4.05719423, -0),
  1186. ["Anchored"] = true,
  1187. ["CFrame"] = CFrame.new(526.716064, 6, 43.0843964, 0.997493923, 0, 0.0707522333, 0, 1, 0, -0.0707522333, 0, 0.997493923),
  1188. ["Size"] = Vector3.new(2, 15.6000004, 2),
  1189. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1190. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1191. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  1192. })
  1193. o90 = Create("Part",{
  1194. ["Parent"] = mas,
  1195. ["Material"] = Enum.Material.Grass,
  1196. ["BrickColor"] = BrickColor.new("Bright green"),
  1197. ["Position"] = Vector3.new(526.716064, 14, 43.0843964),
  1198. ["Rotation"] = Vector3.new(-0, 4.05719423, -0),
  1199. ["Anchored"] = true,
  1200. ["CFrame"] = CFrame.new(526.716064, 14, 43.0843964, 0.997493923, 0, 0.0707522333, 0, 1, 0, -0.0707522333, 0, 0.997493923),
  1201. ["Size"] = Vector3.new(8, 8.40000057, 8),
  1202. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1203. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1204. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  1205. })
  1206. o91 = Create("Part",{
  1207. ["Parent"] = mas,
  1208. ["Material"] = Enum.Material.Grass,
  1209. ["BrickColor"] = BrickColor.new("Bright green"),
  1210. ["Position"] = Vector3.new(526.716064, 14, 43.0843964),
  1211. ["Rotation"] = Vector3.new(64.3059845, 60.2612381, -6.97096586),
  1212. ["Anchored"] = true,
  1213. ["CFrame"] = CFrame.new(526.716064, 14, 43.0843964, 0.492379338, 0.060203325, 0.868296087, 0.724036813, 0.52532196, -0.446998298, -0.483045787, 0.848771095, 0.215068236),
  1214. ["Size"] = Vector3.new(8, 8.40000057, 8),
  1215. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1216. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1217. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  1218. })
  1219. o92 = Create("Part",{
  1220. ["Parent"] = mas,
  1221. ["Material"] = Enum.Material.Wood,
  1222. ["BrickColor"] = BrickColor.new("Brown"),
  1223. ["Position"] = Vector3.new(548.098267, 6, 19.8236542),
  1224. ["Rotation"] = Vector3.new(-180, 48.1688156, -180),
  1225. ["Anchored"] = true,
  1226. ["CFrame"] = CFrame.new(548.098267, 6, 19.8236542, -0.666938066, 0, 0.745113134, 0, 1, 0, -0.745113134, 0, -0.666938066),
  1227. ["Size"] = Vector3.new(2, 15.6000004, 2),
  1228. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1229. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1230. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  1231. })
  1232. o93 = Create("Part",{
  1233. ["Parent"] = mas,
  1234. ["Material"] = Enum.Material.Wood,
  1235. ["BrickColor"] = BrickColor.new("Brown"),
  1236. ["Position"] = Vector3.new(515.730286, 6, 35.1061287),
  1237. ["Rotation"] = Vector3.new(-180, 54.7600327, -180),
  1238. ["Anchored"] = true,
  1239. ["CFrame"] = CFrame.new(515.730286, 6, 35.1061287, -0.577002168, 0, 0.816742599, 0, 1, 0, -0.816742599, 0, -0.577002168),
  1240. ["Size"] = Vector3.new(2, 15.6000004, 2),
  1241. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1242. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1243. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  1244. })
  1245. o94 = Create("Part",{
  1246. ["Parent"] = mas,
  1247. ["Material"] = Enum.Material.Grass,
  1248. ["BrickColor"] = BrickColor.new("Bright green"),
  1249. ["Position"] = Vector3.new(496.845978, 14, 21.782074),
  1250. ["Rotation"] = Vector3.new(-0, -80.1123276, -0),
  1251. ["Anchored"] = true,
  1252. ["CFrame"] = CFrame.new(496.845978, 14, 21.782074, 0.171717346, 0, -0.985146284, 0, 1, 0, 0.985146284, 0, 0.171717346),
  1253. ["Size"] = Vector3.new(8, 8.40000057, 8),
  1254. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1255. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1256. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  1257. })
  1258. o95 = Create("Part",{
  1259. ["Parent"] = mas,
  1260. ["Material"] = Enum.Material.Grass,
  1261. ["BrickColor"] = BrickColor.new("Bright green"),
  1262. ["Position"] = Vector3.new(515.730286, 14, 35.1061287),
  1263. ["Rotation"] = Vector3.new(-180, 54.7600327, -180),
  1264. ["Anchored"] = true,
  1265. ["CFrame"] = CFrame.new(515.730286, 14, 35.1061287, -0.577002168, 0, 0.816742599, 0, 1, 0, -0.816742599, 0, -0.577002168),
  1266. ["Size"] = Vector3.new(8, 8.40000057, 8),
  1267. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1268. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1269. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  1270. })
  1271. o96 = Create("Part",{
  1272. ["Parent"] = mas,
  1273. ["Material"] = Enum.Material.Grass,
  1274. ["BrickColor"] = BrickColor.new("Bright green"),
  1275. ["Position"] = Vector3.new(515.730286, 14, 35.1061287),
  1276. ["Rotation"] = Vector3.new(152.377197, -15.4015579, -133.874771),
  1277. ["Anchored"] = true,
  1278. ["CFrame"] = CFrame.new(515.730286, 14, 35.1061287, -0.668194473, 0.694969118, -0.265582323, 0.724036813, 0.52532196, -0.446998298, -0.171133846, -0.490973175, -0.854200482),
  1279. ["Size"] = Vector3.new(8, 8.40000057, 8),
  1280. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1281. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1282. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  1283. })
  1284. o97 = Create("Part",{
  1285. ["Parent"] = mas,
  1286. ["Material"] = Enum.Material.Wood,
  1287. ["BrickColor"] = BrickColor.new("Brown"),
  1288. ["Position"] = Vector3.new(496.845978, 6, 21.782074),
  1289. ["Rotation"] = Vector3.new(-0, -80.1123276, -0),
  1290. ["Anchored"] = true,
  1291. ["CFrame"] = CFrame.new(496.845978, 6, 21.782074, 0.171717346, 0, -0.985146284, 0, 1, 0, 0.985146284, 0, 0.171717346),
  1292. ["Size"] = Vector3.new(2, 15.6000004, 2),
  1293. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1294. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1295. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  1296. })
  1297. o98 = Create("Part",{
  1298. ["Parent"] = mas,
  1299. ["Material"] = Enum.Material.Concrete,
  1300. ["BrickColor"] = BrickColor.new("Really black"),
  1301. ["Position"] = Vector3.new(36.4347534, 7.66081381, 127.847969),
  1302. ["Rotation"] = Vector3.new(52.6302948, -14.7996492, -153.458801),
  1303. ["Anchored"] = true,
  1304. ["CFrame"] = CFrame.new(36.4347534, 7.66081381, 127.847969, -0.864938796, 0.432019383, -0.255439818, -0.089601472, -0.633704424, -0.768372715, -0.49382472, -0.641703963, 0.586821795),
  1305. ["CanCollide"] = false,
  1306. ["FormFactor"] = Enum.FormFactor.Custom,
  1307. ["Size"] = Vector3.new(0.490610242, 1.01882172, 0.490610242),
  1308. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1309. })
  1310. o99 = Create("BlockMesh",{
  1311. ["Parent"] = o98,
  1312. ["Scale"] = Vector3.new(0.418119311, 1, 0.731709003),
  1313. })
  1314. o100 = Create("Part",{
  1315. ["Parent"] = mas,
  1316. ["Material"] = Enum.Material.Concrete,
  1317. ["BrickColor"] = BrickColor.new("Really black"),
  1318. ["Position"] = Vector3.new(36.7153282, 8.97799873, 127.266365),
  1319. ["Rotation"] = Vector3.new(122.254471, 21.4215107, -158.296448),
  1320. ["Anchored"] = true,
  1321. ["CFrame"] = CFrame.new(36.7153282, 8.97799873, 127.266365, -0.864930451, 0.34425959, 0.365226299, -0.0896128714, 0.610069692, -0.787268162, -0.493837625, -0.71365726, -0.496815056),
  1322. ["CanCollide"] = false,
  1323. ["FormFactor"] = Enum.FormFactor.Custom,
  1324. ["Size"] = Vector3.new(0.490610242, 1.01882172, 0.490610242),
  1325. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1326. })
  1327. o101 = Create("BlockMesh",{
  1328. ["Parent"] = o100,
  1329. ["Scale"] = Vector3.new(0.418119311, 1, 0.731709003),
  1330. })
  1331. o102 = Create("Part",{
  1332. ["Parent"] = mas,
  1333. ["Material"] = Enum.Material.Concrete,
  1334. ["BrickColor"] = BrickColor.new("Really black"),
  1335. ["Position"] = Vector3.new(36.6307449, 9.93426323, 127.24102),
  1336. ["Rotation"] = Vector3.new(-138.390884, 27.5414829, 159.265137),
  1337. ["Anchored"] = true,
  1338. ["CFrame"] = CFrame.new(36.6307449, 9.93426323, 127.24102, -0.829250157, -0.313924253, 0.462390691, 0.0224429853, 0.807973862, 0.588795006, -0.558435559, 0.498634428, -0.66296351),
  1339. ["CanCollide"] = false,
  1340. ["FormFactor"] = Enum.FormFactor.Custom,
  1341. ["Size"] = Vector3.new(0.490610242, 1.01882172, 0.490610242),
  1342. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1343. })
  1344. o103 = Create("BlockMesh",{
  1345. ["Parent"] = o102,
  1346. ["Scale"] = Vector3.new(0.418119311, 1, 0.731709003),
  1347. })
  1348. o104 = Create("Part",{
  1349. ["Parent"] = mas,
  1350. ["Material"] = Enum.Material.Concrete,
  1351. ["BrickColor"] = BrickColor.new("Really black"),
  1352. ["Position"] = Vector3.new(36.3151283, 8.08965206, 128.035461),
  1353. ["Rotation"] = Vector3.new(5.41985512, -29.1881485, -172.192398),
  1354. ["Anchored"] = true,
  1355. ["CFrame"] = CFrame.new(36.3151283, 8.08965206, 128.035461, -0.864935219, 0.118598528, -0.487679064, -0.0896049291, -0.992561817, -0.0824602544, -0.493830293, -0.0276242457, 0.869123638),
  1356. ["CanCollide"] = false,
  1357. ["FormFactor"] = Enum.FormFactor.Custom,
  1358. ["Size"] = Vector3.new(0.490610242, 1.01882172, 0.490610242),
  1359. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1360. })
  1361. o105 = Create("BlockMesh",{
  1362. ["Parent"] = o104,
  1363. ["Scale"] = Vector3.new(0.418119311, 1, 0.731709003),
  1364. })
  1365. o106 = Create("Part",{
  1366. ["Parent"] = mas,
  1367. ["Material"] = Enum.Material.Concrete,
  1368. ["BrickColor"] = BrickColor.new("Really black"),
  1369. ["Position"] = Vector3.new(36.3538284, 8.61593628, 127.816399),
  1370. ["Rotation"] = Vector3.new(106.554588, 14.6810379, -153.395538),
  1371. ["Anchored"] = true,
  1372. ["CFrame"] = CFrame.new(36.3538284, 8.61593628, 127.816399, -0.864932418, 0.433209985, 0.253437817, -0.0896109268, 0.363553196, -0.927257001, -0.493834615, -0.824720442, -0.275627255),
  1373. ["CanCollide"] = false,
  1374. ["FormFactor"] = Enum.FormFactor.Custom,
  1375. ["Size"] = Vector3.new(0.490610242, 1.01882172, 0.490610242),
  1376. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1377. })
  1378. o107 = Create("BlockMesh",{
  1379. ["Parent"] = o106,
  1380. ["Scale"] = Vector3.new(0.418119311, 1, 0.731709003),
  1381. })
  1382. o108 = Create("Part",{
  1383. ["Parent"] = mas,
  1384. ["Material"] = Enum.Material.Concrete,
  1385. ["BrickColor"] = BrickColor.new("Really black"),
  1386. ["Position"] = Vector3.new(36.7889137, 9.46006966, 127.049942),
  1387. ["Rotation"] = Vector3.new(-176.681808, 33.9751205, 179.432724),
  1388. ["Anchored"] = true,
  1389. ["CFrame"] = CFrame.new(36.7889137, 9.46006966, 127.049942, -0.829245448, -0.00821058359, 0.558832824, 0.0224596225, 0.998597503, 0.0479998402, -0.558442473, 0.0523549728, -0.827893376),
  1390. ["CanCollide"] = false,
  1391. ["FormFactor"] = Enum.FormFactor.Custom,
  1392. ["Size"] = Vector3.new(0.490610242, 1.01882172, 0.490610242),
  1393. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1394. })
  1395. o109 = Create("BlockMesh",{
  1396. ["Parent"] = o108,
  1397. ["Scale"] = Vector3.new(0.418119311, 1, 0.731709003),
  1398. })
  1399. o110 = Create("Part",{
  1400. ["Parent"] = mas,
  1401. ["Material"] = Enum.Material.Concrete,
  1402. ["BrickColor"] = BrickColor.new("Really black"),
  1403. ["Position"] = Vector3.new(36.3063698, 10.1652222, 127.755569),
  1404. ["Rotation"] = Vector3.new(-87.2062073, -0.334466636, 146.024002),
  1405. ["Anchored"] = true,
  1406. ["CFrame"] = CFrame.new(36.3063698, 10.1652222, 127.755569, -0.829260945, -0.558838189, -0.00583751081, 0.0224034414, -0.0436778404, 0.998796701, -0.558419526, 0.828128934, 0.048740752),
  1407. ["CanCollide"] = false,
  1408. ["FormFactor"] = Enum.FormFactor.Custom,
  1409. ["Size"] = Vector3.new(0.490610242, 1.1658076, 0.490610242),
  1410. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1411. })
  1412. o111 = Create("BlockMesh",{
  1413. ["Parent"] = o110,
  1414. ["Scale"] = Vector3.new(0.418119311, 1, 0.731709003),
  1415. })
  1416. o112 = Create("Part",{
  1417. ["Parent"] = mas,
  1418. ["Material"] = Enum.Material.Concrete,
  1419. ["BrickColor"] = BrickColor.new("Really black"),
  1420. ["Position"] = Vector3.new(36.7216682, 7.44276381, 127.385017),
  1421. ["Rotation"] = Vector3.new(79.7163239, 0.000138334624, -149.875397),
  1422. ["Anchored"] = true,
  1423. ["CFrame"] = CFrame.new(36.7216682, 7.44276381, 127.385017, -0.864940226, 0.50188446, 2.41439466e-006, -0.0895996094, -0.154409692, -0.983938992, -0.493823051, -0.851044178, 0.178522378),
  1424. ["CanCollide"] = false,
  1425. ["FormFactor"] = Enum.FormFactor.Custom,
  1426. ["Size"] = Vector3.new(0.490610242, 1.01882172, 0.490610242),
  1427. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1428. })
  1429. o113 = Create("BlockMesh",{
  1430. ["Parent"] = o112,
  1431. ["Scale"] = Vector3.new(0.418119311, 1, 0.731709003),
  1432. })
  1433. o114 = Create("Part",{
  1434. ["Parent"] = mas,
  1435. ["Material"] = Enum.Material.Concrete,
  1436. ["BrickColor"] = BrickColor.new("Really black"),
  1437. ["Position"] = Vector3.new(35.6284828, 8.54819489, 129.369751),
  1438. ["Rotation"] = Vector3.new(-2.19476478e-005, -26.5276928, -4.93822699e-005),
  1439. ["Anchored"] = true,
  1440. ["CFrame"] = CFrame.new(35.6284828, 8.54819489, 129.369751, 0.894709527, 7.71135092e-007, -0.446630329, -6.99870156e-007, 0.999991953, 3.42726707e-007, 0.446630538, 4.991889e-007, 0.89471066),
  1441. ["FormFactor"] = Enum.FormFactor.Custom,
  1442. ["Size"] = Vector3.new(0.438067913, 2.62488866, 0.468414724),
  1443. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1444. })
  1445. o115 = Create("Part",{
  1446. ["Parent"] = mas,
  1447. ["Material"] = Enum.Material.Slate,
  1448. ["BrickColor"] = BrickColor.new("Sea green"),
  1449. ["Position"] = Vector3.new(35.0881767, 0.795001149, 129.400848),
  1450. ["Rotation"] = Vector3.new(-99.8393173, -85.0519257, -103.128304),
  1451. ["Anchored"] = true,
  1452. ["CFrame"] = CFrame.new(35.0881767, 0.795001149, 129.400848, -0.0195891038, 0.0839911923, -0.996273279, -0.0565525293, 0.994776666, 0.0849769041, 0.998206735, 0.0580065101, -0.0147381136),
  1453. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1454. ["Size"] = Vector3.new(6.1500001, 1.80999994, 2),
  1455. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1456. })
  1457. o116 = Create("Part",{
  1458. ["Parent"] = mas,
  1459. ["Material"] = Enum.Material.Slate,
  1460. ["BrickColor"] = BrickColor.new("Sea green"),
  1461. ["Position"] = Vector3.new(36.41819, 0.905000389, 120.010834),
  1462. ["Rotation"] = Vector3.new(-180, -57.5268784, -180),
  1463. ["Anchored"] = true,
  1464. ["CFrame"] = CFrame.new(36.41819, 0.905000389, 120.010834, -0.536903262, 7.97423354e-008, -0.843643427, 3.12924357e-007, 0.999999821, 2.71272711e-008, 0.843643367, -2.39213136e-007, -0.536903739),
  1465. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1466. ["Size"] = Vector3.new(6.1500001, 1.80999994, 2),
  1467. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1468. })
  1469. o117 = Create("Part",{
  1470. ["Parent"] = mas,
  1471. ["Material"] = Enum.Material.Slate,
  1472. ["BrickColor"] = BrickColor.new("Sea green"),
  1473. ["Position"] = Vector3.new(37.6881866, 0.885001242, 120.460846),
  1474. ["Rotation"] = Vector3.new(179.999878, -54.4902115, 179.999878),
  1475. ["Anchored"] = true,
  1476. ["CFrame"] = CFrame.new(37.6881866, 0.885001242, 120.460846, -0.580841243, -1.28357146e-006, -0.814016283, -4.30344841e-007, 0.999999821, -1.13321494e-006, 0.814016163, -2.97692281e-007, -0.58084172),
  1477. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1478. ["Size"] = Vector3.new(6.1500001, 1.80999994, 2),
  1479. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1480. })
  1481. o118 = Create("Part",{
  1482. ["Parent"] = mas,
  1483. ["Material"] = Enum.Material.Wood,
  1484. ["BrickColor"] = BrickColor.new("Olive"),
  1485. ["Position"] = Vector3.new(311.800415, 33.3770828, 175.930344),
  1486. ["Rotation"] = Vector3.new(5.03803058e-005, -22.226059, -73.9318466),
  1487. ["Anchored"] = true,
  1488. ["CFrame"] = CFrame.new(311.800415, 33.3770828, 175.930344, 0.256215364, 0.889534414, -0.378261834, -0.96093291, 0.276780427, -8.13968768e-007, 0.104694754, 0.363484651, 0.925698519),
  1489. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1490. ["Size"] = Vector3.new(2, 5, 2),
  1491. ["Color"] = Color3.new(0.756863, 0.745098, 0.258824),
  1492. })
  1493. o119 = Create("Part",{
  1494. ["Parent"] = mas,
  1495. ["Material"] = Enum.Material.Slate,
  1496. ["BrickColor"] = BrickColor.new("Sea green"),
  1497. ["Position"] = Vector3.new(36.848175, 0.795001149, 119.450867),
  1498. ["Rotation"] = Vector3.new(-99.8393173, -85.0519257, -103.128304),
  1499. ["Anchored"] = true,
  1500. ["CFrame"] = CFrame.new(36.848175, 0.795001149, 119.450867, -0.0195891038, 0.0839911923, -0.996273279, -0.0565525293, 0.994776666, 0.0849769041, 0.998206735, 0.0580065101, -0.0147381136),
  1501. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1502. ["Size"] = Vector3.new(6.1500001, 1.80999994, 2),
  1503. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1504. })
  1505. o120 = Create("Part",{
  1506. ["Parent"] = mas,
  1507. ["Material"] = Enum.Material.Grass,
  1508. ["BrickColor"] = BrickColor.new("Bright green"),
  1509. ["Position"] = Vector3.new(451.818939, 7.91001034, 112.939964),
  1510. ["Rotation"] = Vector3.new(107.198837, -78.8295135, -77.2728577),
  1511. ["Anchored"] = true,
  1512. ["CFrame"] = CFrame.new(451.818939, 7.91001034, 112.939964, 0.0426793285, 0.188965738, -0.981055081, 0.0819573179, -0.97930479, -0.185064539, -0.995723665, -0.0725059658, -0.0572829135),
  1513. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1514. ["Size"] = Vector3.new(21, 40, 22),
  1515. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  1516. })
  1517. o121 = Create("Part",{
  1518. ["Parent"] = mas,
  1519. ["Material"] = Enum.Material.Grass,
  1520. ["BrickColor"] = BrickColor.new("Bright green"),
  1521. ["Position"] = Vector3.new(451.818939, 7.91001034, 135.84993),
  1522. ["Rotation"] = Vector3.new(-139.219528, 81.1094055, 108.647728),
  1523. ["Anchored"] = true,
  1524. ["CFrame"] = CFrame.new(451.818939, 7.91001034, 135.84993, -0.0494159684, -0.146433011, 0.987985253, -0.511128128, 0.853556752, 0.100944027, -0.85808301, -0.499998748, -0.117025405),
  1525. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1526. ["Size"] = Vector3.new(21, 40, 22),
  1527. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  1528. })
  1529. o122 = Create("Part",{
  1530. ["Parent"] = mas,
  1531. ["Material"] = Enum.Material.Slate,
  1532. ["BrickColor"] = BrickColor.new("Sea green"),
  1533. ["Position"] = Vector3.new(35.098175, 1.37500072, 120.420853),
  1534. ["Rotation"] = Vector3.new(-161.507065, -72.1318741, -153.385071),
  1535. ["Anchored"] = true,
  1536. ["CFrame"] = CFrame.new(35.098175, 1.37500072, 120.420853, -0.274313509, 0.137455419, -0.951765239, 0.154958352, 0.983115792, 0.0973215848, 0.949072838, -0.120787203, -0.290982842),
  1537. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1538. ["Size"] = Vector3.new(6.1500001, 1.80999994, 2),
  1539. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1540. })
  1541. o123 = Create("Part",{
  1542. ["Parent"] = mas,
  1543. ["Material"] = Enum.Material.Grass,
  1544. ["BrickColor"] = BrickColor.new("Bright green"),
  1545. ["Position"] = Vector3.new(489.5784, 10.1686964, 99.0049515),
  1546. ["Rotation"] = Vector3.new(17.1437378, -49.2639427, -163.169983),
  1547. ["Anchored"] = true,
  1548. ["CFrame"] = CFrame.new(489.5784, 10.1686964, 99.0049515, -0.624623299, 0.188942105, -0.757723808, -0.0628833771, -0.97930938, -0.192359969, -0.778391182, -0.0725040436, 0.623581707),
  1549. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1550. ["Size"] = Vector3.new(34, 44, 31),
  1551. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  1552. })
  1553. o124 = Create("Part",{
  1554. ["Parent"] = mas,
  1555. ["Material"] = Enum.Material.Slate,
  1556. ["BrickColor"] = BrickColor.new("Sea green"),
  1557. ["Position"] = Vector3.new(36.3381729, 1.37500072, 119.650864),
  1558. ["Rotation"] = Vector3.new(-161.507919, -72.1314621, -162.174911),
  1559. ["Anchored"] = true,
  1560. ["CFrame"] = CFrame.new(36.3381729, 1.37500072, 119.650864, -0.292103231, 0.0939252079, -0.951763034, 0.00292293704, 0.995249033, 0.0973194614, 0.956382096, 0.0256455485, -0.290990919),
  1561. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1562. ["Size"] = Vector3.new(6.1500001, 1.80999994, 2),
  1563. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1564. })
  1565. o125 = Create("Part",{
  1566. ["Parent"] = mas,
  1567. ["Material"] = Enum.Material.Slate,
  1568. ["BrickColor"] = BrickColor.new("Sea green"),
  1569. ["Position"] = Vector3.new(33.7581787, 1.37500072, 128.760849),
  1570. ["Rotation"] = Vector3.new(-161.50618, -72.132309, -149.22467),
  1571. ["Anchored"] = true,
  1572. ["CFrame"] = CFrame.new(33.7581787, 1.37500072, 128.760849, -0.263612241, 0.156990707, -0.951767564, 0.225858837, 0.969286442, 0.09732382, 0.937814236, -0.189309269, -0.290974557),
  1573. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1574. ["Size"] = Vector3.new(6.1500001, 1.80999994, 2),
  1575. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1576. })
  1577. o126 = Create("Part",{
  1578. ["Parent"] = mas,
  1579. ["Material"] = Enum.Material.Slate,
  1580. ["BrickColor"] = BrickColor.new("Sea green"),
  1581. ["Position"] = Vector3.new(39.4481888, 0.905000389, 118.530861),
  1582. ["Rotation"] = Vector3.new(-180, -57.5268784, -180),
  1583. ["Anchored"] = true,
  1584. ["CFrame"] = CFrame.new(39.4481888, 0.905000389, 118.530861, -0.536903262, 7.97423354e-008, -0.843643427, 3.12924357e-007, 0.999999821, 2.71272711e-008, 0.843643367, -2.39213136e-007, -0.536903739),
  1585. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1586. ["Size"] = Vector3.new(6.1500001, 1.80999994, 2),
  1587. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1588. })
  1589. o127 = Create("Part",{
  1590. ["Parent"] = mas,
  1591. ["Material"] = Enum.Material.Slate,
  1592. ["BrickColor"] = BrickColor.new("Sea green"),
  1593. ["Position"] = Vector3.new(39.1881943, 1.37500072, 118.380875),
  1594. ["Rotation"] = Vector3.new(-171.907013, -46.7101822, 174.807938),
  1595. ["Anchored"] = true,
  1596. ["CFrame"] = CFrame.new(39.1881943, 1.37500072, 118.380875, -0.682875216, -0.0620510243, -0.727894604, -0.191646159, 0.97670579, 0.096531488, 0.704948008, 0.205417216, -0.678860784),
  1597. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1598. ["Size"] = Vector3.new(6.1500001, 1.80999994, 2),
  1599. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1600. })
  1601. o128 = Create("Part",{
  1602. ["Parent"] = mas,
  1603. ["Material"] = Enum.Material.Slate,
  1604. ["Position"] = Vector3.new(386.709015, 84.7356567, 331.664581),
  1605. ["Rotation"] = Vector3.new(153.69696, 0.00150769565, -23.2727566),
  1606. ["Anchored"] = true,
  1607. ["CFrame"] = CFrame.new(386.709015, 84.7356567, 331.664581, 0.918633759, 0.395108491, 2.63142538e-005, 0.35421285, -0.82351774, -0.443119466, -0.175059125, 0.407074481, -0.896464586),
  1608. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1609. ["Size"] = Vector3.new(21, 40, 22),
  1610. })
  1611. o129 = Create("Part",{
  1612. ["Parent"] = mas,
  1613. ["Material"] = Enum.Material.Slate,
  1614. ["Position"] = Vector3.new(329.239075, 98.0356522, 331.664581),
  1615. ["Rotation"] = Vector3.new(153.69751, 0.00102279522, -110.087639),
  1616. ["Anchored"] = true,
  1617. ["CFrame"] = CFrame.new(329.239075, 98.0356522, 331.664581, -0.343456775, 0.939167559, 1.78511436e-005, 0.841931581, 0.307907015, -0.443110853, -0.416161507, -0.15217489, -0.896468699),
  1618. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1619. ["Size"] = Vector3.new(21, 40, 22),
  1620. })
  1621. o130 = Create("Part",{
  1622. ["Parent"] = mas,
  1623. ["Material"] = Enum.Material.Slate,
  1624. ["BrickColor"] = BrickColor.new("Sea green"),
  1625. ["Position"] = Vector3.new(32.6981621, 0.795001149, 131.700897),
  1626. ["Rotation"] = Vector3.new(-161.504791, -72.1329422, -164.111786),
  1627. ["Anchored"] = true,
  1628. ["CFrame"] = CFrame.new(32.6981621, 0.795001149, 131.700897, -0.295086682, 0.0839920416, -0.951770961, -0.0307713617, 0.994776666, 0.0973274484, 0.954973876, 0.0580074377, -0.290961951),
  1629. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1630. ["Size"] = Vector3.new(6.1500001, 1.80999994, 2),
  1631. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1632. })
  1633. o131 = Create("Part",{
  1634. ["Parent"] = mas,
  1635. ["Material"] = Enum.Material.Slate,
  1636. ["Position"] = Vector3.new(407.13736, 15.4351616, 341.067932),
  1637. ["Rotation"] = Vector3.new(-171.185989, -13.8961639, -18.8571453),
  1638. ["Anchored"] = true,
  1639. ["CFrame"] = CFrame.new(407.13736, 15.4351616, 341.067932, 0.918630183, 0.313749969, -0.240163058, 0.354219228, -0.92325902, 0.148743242, -0.175065055, -0.221710429, -0.959271014),
  1640. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1641. ["Size"] = Vector3.new(21, 40, 51.0499992),
  1642. })
  1643. o132 = Create("Part",{
  1644. ["Parent"] = mas,
  1645. ["Material"] = Enum.Material.Slate,
  1646. ["Position"] = Vector3.new(358.449371, 32.6424904, 376.69873),
  1647. ["Rotation"] = Vector3.new(103.401985, -29.4617214, 77.2413177),
  1648. ["Anchored"] = true,
  1649. ["CFrame"] = CFrame.new(358.449371, 32.6424904, 376.69873, 0.192286387, -0.849185586, -0.491841972, -0.331721723, 0.415448636, -0.84697479, 0.923574686, 0.326015919, -0.201808825),
  1650. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1651. ["Size"] = Vector3.new(30.9099998, 53.1599998, 22),
  1652. })
  1653. o133 = Create("Part",{
  1654. ["Parent"] = mas,
  1655. ["Material"] = Enum.Material.Slate,
  1656. ["Position"] = Vector3.new(381.620239, 50.8367729, 316.544861),
  1657. ["Rotation"] = Vector3.new(24.2521572, 73.3625717, -55.2508087),
  1658. ["Anchored"] = true,
  1659. ["CFrame"] = CFrame.new(381.620239, 50.8367729, 316.544861, 0.163192481, 0.235248059, 0.958135724, -0.524815977, 0.843054593, -0.117602728, -0.835427582, -0.483654052, 0.261042118),
  1660. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1661. ["Size"] = Vector3.new(21, 28.3500004, 22),
  1662. })
  1663. o134 = Create("Part",{
  1664. ["Parent"] = mas,
  1665. ["Material"] = Enum.Material.Slate,
  1666. ["BrickColor"] = BrickColor.new("Sea green"),
  1667. ["Position"] = Vector3.new(39.8782005, 0.975001097, 117.450882),
  1668. ["Rotation"] = Vector3.new(-171.908356, -46.710495, -163.170059),
  1669. ["Anchored"] = true,
  1670. ["CFrame"] = CFrame.new(39.8782005, 0.975001097, 117.450882, -0.656315506, 0.198527515, -0.727898359, 0.188580707, 0.977303684, 0.0965149403, 0.730538011, -0.0739230588, -0.678858876),
  1671. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1672. ["Size"] = Vector3.new(6.1500001, 1.80999994, 2),
  1673. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1674. })
  1675. o135 = Create("Part",{
  1676. ["Parent"] = mas,
  1677. ["Material"] = Enum.Material.Slate,
  1678. ["Position"] = Vector3.new(308.488953, 69.9356613, 314.074554),
  1679. ["Rotation"] = Vector3.new(-159.162582, -62.1787796, 43.4579735),
  1680. ["Anchored"] = true,
  1681. ["CFrame"] = CFrame.new(308.488953, 69.9356613, 314.074554, 0.338777274, -0.321015686, -0.884408176, -0.414471477, -0.894792974, 0.166018203, -0.844657183, 0.310319185, -0.436187834),
  1682. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1683. ["Size"] = Vector3.new(21, 40, 22),
  1684. })
  1685. o136 = Create("Part",{
  1686. ["Parent"] = mas,
  1687. ["Material"] = Enum.Material.Slate,
  1688. ["BrickColor"] = BrickColor.new("Sea green"),
  1689. ["Position"] = Vector3.new(32.7481728, 1.37500072, 131.960892),
  1690. ["Rotation"] = Vector3.new(-159.32724, -73.179184, -172.525528),
  1691. ["Anchored"] = true,
  1692. ["CFrame"] = CFrame.new(32.7481728, 1.37500072, 131.960892, -0.286918908, 0.0376435556, -0.957214415, -0.213347718, 0.9716205, 0.10215956, 0.933894992, 0.233531162, -0.270746559),
  1693. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1694. ["Size"] = Vector3.new(6.1500001, 1.80999994, 2),
  1695. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1696. })
  1697. o137 = Create("Part",{
  1698. ["Parent"] = mas,
  1699. ["Material"] = Enum.Material.Slate,
  1700. ["Position"] = Vector3.new(329.239075, 31.5378685, 382.064606),
  1701. ["Rotation"] = Vector3.new(-72.7348557, 0.00102279522, -110.087639),
  1702. ["Anchored"] = true,
  1703. ["CFrame"] = CFrame.new(329.239075, 31.5378685, 382.064606, -0.343456775, 0.939167559, 1.78511436e-005, -0.278733432, -0.10195262, 0.954943299, 0.896853685, 0.327978194, 0.296794564),
  1704. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1705. ["Size"] = Vector3.new(21, 40, 22),
  1706. })
  1707. o138 = Create("Part",{
  1708. ["Parent"] = mas,
  1709. ["Material"] = Enum.Material.Grass,
  1710. ["BrickColor"] = BrickColor.new("Bright green"),
  1711. ["Position"] = Vector3.new(381.79538, 0.21000275, 267.741516),
  1712. ["Rotation"] = Vector3.new(59.2684975, -65.0410919, -118.3237),
  1713. ["Anchored"] = true,
  1714. ["CFrame"] = CFrame.new(381.79538, 0.21000275, 267.741516, -0.200202674, 0.371448606, -0.906610668, -0.0800992697, -0.928454578, -0.362711847, -0.97647655, 3.24659982e-006, 0.215632394),
  1715. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1716. ["Size"] = Vector3.new(34, 44, 31),
  1717. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  1718. })
  1719. o139 = Create("Part",{
  1720. ["Parent"] = mas,
  1721. ["Material"] = Enum.Material.Grass,
  1722. ["BrickColor"] = BrickColor.new("Bright green"),
  1723. ["Position"] = Vector3.new(489.5784, 10.1686964, 147.814941),
  1724. ["Rotation"] = Vector3.new(17.1437378, -49.2639427, -163.169983),
  1725. ["Anchored"] = true,
  1726. ["CFrame"] = CFrame.new(489.5784, 10.1686964, 147.814941, -0.624623299, 0.188942105, -0.757723808, -0.0628833771, -0.97930938, -0.192359969, -0.778391182, -0.0725040436, 0.623581707),
  1727. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1728. ["Size"] = Vector3.new(34, 44, 31),
  1729. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  1730. })
  1731. o140 = Create("Part",{
  1732. ["Parent"] = mas,
  1733. ["Material"] = Enum.Material.Slate,
  1734. ["BrickColor"] = BrickColor.new("Sea green"),
  1735. ["Position"] = Vector3.new(33.7581787, 0.795001149, 128.760849),
  1736. ["Rotation"] = Vector3.new(-161.504791, -72.1329422, -164.111786),
  1737. ["Anchored"] = true,
  1738. ["CFrame"] = CFrame.new(33.7581787, 0.795001149, 128.760849, -0.295086682, 0.0839920416, -0.951770961, -0.0307713617, 0.994776666, 0.0973274484, 0.954973876, 0.0580074377, -0.290961951),
  1739. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1740. ["Size"] = Vector3.new(6.1500001, 1.80999994, 2),
  1741. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1742. })
  1743. o141 = Create("Part",{
  1744. ["Parent"] = mas,
  1745. ["Material"] = Enum.Material.Slate,
  1746. ["BrickColor"] = BrickColor.new("Sea green"),
  1747. ["Position"] = Vector3.new(39.1881943, 1.37500072, 118.380875),
  1748. ["Rotation"] = Vector3.new(-171.907349, -46.7104492, -171.208054),
  1749. ["Anchored"] = true,
  1750. ["CFrame"] = CFrame.new(39.1881943, 1.37500072, 118.380875, -0.677628398, 0.104804985, -0.727897823, 0.0500594862, 0.994070947, 0.0965269506, 0.73369801, 0.0289713852, -0.678857803),
  1751. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1752. ["Size"] = Vector3.new(6.1500001, 1.80999994, 2),
  1753. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1754. })
  1755. o142 = Create("Part",{
  1756. ["Parent"] = mas,
  1757. ["Material"] = Enum.Material.Slate,
  1758. ["Position"] = Vector3.new(40.429409, 5.43996239, 128.173279),
  1759. ["Rotation"] = Vector3.new(-89.9999847, 5.03510419e-005, -116.527878),
  1760. ["Anchored"] = true,
  1761. ["CFrame"] = CFrame.new(40.429409, 5.43996239, 128.173279, -0.446631491, 0.894713998, 8.78791468e-007, 1.43576855e-007, -9.10525216e-007, 0.999993563, 0.894713819, 0.446631312, 2.78210166e-007),
  1762. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1763. ["Size"] = Vector3.new(25.8999996, 7.27999973, 10.8799992),
  1764. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1765. })
  1766. o143 = Create("PointLight",{
  1767. ["Parent"] = o142,
  1768. ["Color"] = Color3.new(0.333333, 0.333333, 1),
  1769. ["Range"] = 25,
  1770. })
  1771. o144 = Create("Part",{
  1772. ["Parent"] = mas,
  1773. ["Material"] = Enum.Material.Grass,
  1774. ["BrickColor"] = BrickColor.new("Bright green"),
  1775. ["Position"] = Vector3.new(528.866272, 10.1686983, 111.916878),
  1776. ["Rotation"] = Vector3.new(22.1986904, 59.3940773, 164.322052),
  1777. ["Anchored"] = true,
  1778. ["CFrame"] = CFrame.new(528.866272, 10.1686983, 111.916878, -0.490191191, -0.137583092, 0.860689402, -0.0628833398, -0.97930938, -0.192359954, 0.869344294, -0.148414358, 0.471394479),
  1779. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1780. ["Size"] = Vector3.new(34, 44, 31),
  1781. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  1782. })
  1783. o145 = Create("Part",{
  1784. ["Parent"] = mas,
  1785. ["Material"] = Enum.Material.Wood,
  1786. ["BrickColor"] = BrickColor.new("Brown"),
  1787. ["Position"] = Vector3.new(676.116211, 1.99952912, -6.66952515),
  1788. ["Rotation"] = Vector3.new(179.999817, -4.48384619, 180),
  1789. ["Anchored"] = true,
  1790. ["CFrame"] = CFrame.new(676.116211, 1.99952912, -6.66952515, -0.99693948, -2.51675687e-007, -0.0781780258, -0, 1, -3.21926336e-006, 0.0781780332, -3.20941081e-006, -0.996939361),
  1791. ["FormFactor"] = Enum.FormFactor.Custom,
  1792. ["Size"] = Vector3.new(0.200000003, 1, 5.33231831),
  1793. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1794. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1795. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1796. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1797. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1798. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1799. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  1800. })
  1801. o146 = Create("Part",{
  1802. ["Parent"] = mas,
  1803. ["Material"] = Enum.Material.Wood,
  1804. ["BrickColor"] = BrickColor.new("Brown"),
  1805. ["Position"] = Vector3.new(676.493347, 3.39929199, 11.3717461),
  1806. ["Rotation"] = Vector3.new(179.999817, -0.145776659, 180),
  1807. ["Anchored"] = true,
  1808. ["CFrame"] = CFrame.new(676.493347, 3.39929199, 11.3717461, -0.999996841, -8.23944291e-009, -0.00254427991, -0, 1, -3.23841823e-006, 0.00254428014, -3.238408e-006, -0.999996722),
  1809. ["FormFactor"] = Enum.FormFactor.Custom,
  1810. ["Size"] = Vector3.new(0.200000003, 1, 4.27007151),
  1811. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1812. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1813. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1814. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1815. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1816. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1817. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  1818. })
  1819. o147 = Create("Part",{
  1820. ["Parent"] = mas,
  1821. ["Material"] = Enum.Material.Wood,
  1822. ["BrickColor"] = BrickColor.new("Brown"),
  1823. ["Position"] = Vector3.new(676.29071, 3.39942455, 6.6639719),
  1824. ["Rotation"] = Vector3.new(-179.996887, -4.38323212, -179.999756),
  1825. ["Anchored"] = true,
  1826. ["CFrame"] = CFrame.new(676.29071, 3.39942455, 6.6639719, -0.9970752, 4.1311896e-006, -0.0764272287, -4.54747351e-013, 1.00000012, 5.4053904e-005, 0.0764272287, 5.38958084e-005, -0.9970752),
  1827. ["FormFactor"] = Enum.FormFactor.Custom,
  1828. ["Size"] = Vector3.new(0.200000003, 1, 5.16058445),
  1829. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1830. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1831. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1832. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1833. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1834. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1835. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  1836. })
  1837. o148 = Create("Part",{
  1838. ["Parent"] = mas,
  1839. ["Material"] = Enum.Material.Wood,
  1840. ["BrickColor"] = BrickColor.new("Brown"),
  1841. ["Position"] = Vector3.new(676.116211, 3.39952922, -6.66952515),
  1842. ["Rotation"] = Vector3.new(179.999817, -4.48384619, 180),
  1843. ["Anchored"] = true,
  1844. ["CFrame"] = CFrame.new(676.116211, 3.39952922, -6.66952515, -0.99693948, -2.51675687e-007, -0.0781780258, -0, 1, -3.21926336e-006, 0.0781780332, -3.20941081e-006, -0.996939361),
  1845. ["FormFactor"] = Enum.FormFactor.Custom,
  1846. ["Size"] = Vector3.new(0.200000003, 1, 5.33231831),
  1847. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1848. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1849. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1850. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1851. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1852. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1853. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  1854. })
  1855. o149 = Create("Part",{
  1856. ["Parent"] = mas,
  1857. ["Material"] = Enum.Material.Wood,
  1858. ["BrickColor"] = BrickColor.new("Brown"),
  1859. ["Position"] = Vector3.new(676.29071, 1.99942458, 6.6639719),
  1860. ["Rotation"] = Vector3.new(-179.996887, -4.38323212, -179.999756),
  1861. ["Anchored"] = true,
  1862. ["CFrame"] = CFrame.new(676.29071, 1.99942458, 6.6639719, -0.9970752, 4.1311896e-006, -0.0764272287, -4.54747351e-013, 1.00000012, 5.4053904e-005, 0.0764272287, 5.38958084e-005, -0.9970752),
  1863. ["FormFactor"] = Enum.FormFactor.Custom,
  1864. ["Size"] = Vector3.new(0.200000003, 1, 5.16058445),
  1865. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1866. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1867. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1868. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1869. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1870. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1871. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  1872. })
  1873. o150 = Create("Part",{
  1874. ["Parent"] = mas,
  1875. ["Material"] = Enum.Material.Wood,
  1876. ["BrickColor"] = BrickColor.new("Brown"),
  1877. ["Position"] = Vector3.new(675.988525, 1.99954343, -2.27089214),
  1878. ["Rotation"] = Vector3.new(179.999817, 10.929431, -179.999969),
  1879. ["Anchored"] = true,
  1880. ["CFrame"] = CFrame.new(675.988525, 1.99954343, -2.27089214, -0.981861472, 6.11972666e-007, 0.189599812, -0, 1, -3.22770711e-006, -0.189599812, -3.16916135e-006, -0.981861472),
  1881. ["FormFactor"] = Enum.FormFactor.Custom,
  1882. ["Size"] = Vector3.new(0.200000003, 1, 3.54557967),
  1883. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1884. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1885. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1886. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1887. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1888. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1889. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  1890. })
  1891. o151 = Create("Part",{
  1892. ["Parent"] = mas,
  1893. ["Material"] = Enum.Material.Grass,
  1894. ["BrickColor"] = BrickColor.new("Bright green"),
  1895. ["Position"] = Vector3.new(510.53949, 7.91001225, 159.939667),
  1896. ["Rotation"] = Vector3.new(11.2313776, 18.1650772, 171.673691),
  1897. ["Anchored"] = true,
  1898. ["CFrame"] = CFrame.new(510.53949, 7.91001225, 159.939667, -0.940148532, -0.137593672, 0.311755836, 0.0819573179, -0.97930479, -0.185064495, 0.33076787, -0.148435563, 0.931964993),
  1899. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1900. ["Size"] = Vector3.new(21, 40, 22),
  1901. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  1902. })
  1903. o152 = Create("Part",{
  1904. ["Parent"] = mas,
  1905. ["Material"] = Enum.Material.Grass,
  1906. ["BrickColor"] = BrickColor.new("Bright green"),
  1907. ["Position"] = Vector3.new(531.80542, 7.91001081, 151.417892),
  1908. ["Rotation"] = Vector3.new(-173.408432, -28.4332256, 152.235123),
  1909. ["Anchored"] = true,
  1910. ["CFrame"] = CFrame.new(531.80542, 7.91001081, 151.417892, -0.778127491, -0.409650743, -0.476134241, -0.511128187, 0.853556752, 0.10094399, 0.365055472, 0.321912587, -0.873559237),
  1911. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1912. ["Size"] = Vector3.new(21, 40, 22),
  1913. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  1914. })
  1915. o153 = Create("Part",{
  1916. ["Name"] = "Pole1",
  1917. ["Parent"] = mas,
  1918. ["Material"] = Enum.Material.Wood,
  1919. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1920. ["Position"] = Vector3.new(676.498779, 0.99929893, 13.5067749),
  1921. ["Anchored"] = true,
  1922. ["CFrame"] = CFrame.new(676.498779, 0.99929893, 13.5067749, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1923. ["FormFactor"] = Enum.FormFactor.Custom,
  1924. ["Size"] = Vector3.new(1.20000005, 6.80000019, 1.20000005),
  1925. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1926. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1927. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1928. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1929. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1930. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1931. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1932. })
  1933. o154 = Create("CylinderMesh",{
  1934. ["Parent"] = o153,
  1935. })
  1936. o155 = Create("Part",{
  1937. ["Name"] = "Pole4",
  1938. ["Parent"] = mas,
  1939. ["Material"] = Enum.Material.Wood,
  1940. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1941. ["Position"] = Vector3.new(675.652405, 0.99954915, -0.530258179),
  1942. ["Anchored"] = true,
  1943. ["CFrame"] = CFrame.new(675.652405, 0.99954915, -0.530258179, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1944. ["FormFactor"] = Enum.FormFactor.Custom,
  1945. ["Size"] = Vector3.new(1.20000005, 6.80000019, 1.20000005),
  1946. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1947. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1948. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1949. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1950. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1951. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1952. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1953. })
  1954. o156 = Create("CylinderMesh",{
  1955. ["Parent"] = o155,
  1956. })
  1957. o157 = Create("Part",{
  1958. ["Name"] = "Pole0",
  1959. ["Parent"] = mas,
  1960. ["Material"] = Enum.Material.Wood,
  1961. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1962. ["Position"] = Vector3.new(676.507507, 0.999314368, 18.2592621),
  1963. ["Anchored"] = true,
  1964. ["CFrame"] = CFrame.new(676.507507, 0.999314368, 18.2592621, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  1965. ["FormFactor"] = Enum.FormFactor.Custom,
  1966. ["Size"] = Vector3.new(1.20000005, 6.80000019, 1.20000005),
  1967. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1968. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1969. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1970. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1971. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1972. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1973. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1974. })
  1975. o158 = Create("CylinderMesh",{
  1976. ["Parent"] = o157,
  1977. })
  1978. o159 = Create("Part",{
  1979. ["Parent"] = mas,
  1980. ["Material"] = Enum.Material.Wood,
  1981. ["BrickColor"] = BrickColor.new("Brown"),
  1982. ["Position"] = Vector3.new(675.872925, 3.39955664, 1.7804842),
  1983. ["Rotation"] = Vector3.new(179.999817, -5.45287228, 179.999985),
  1984. ["Anchored"] = true,
  1985. ["CFrame"] = CFrame.new(675.872925, 3.39955664, 1.7804842, -0.995474756, -3.05011156e-007, -0.0950269699, -0, 1, -3.20973209e-006, 0.0950269848, -3.19520723e-006, -0.995474637),
  1986. ["FormFactor"] = Enum.FormFactor.Custom,
  1987. ["Size"] = Vector3.new(0.200000003, 1, 4.64248753),
  1988. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1989. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1990. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1991. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1992. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1993. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1994. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  1995. })
  1996. o160 = Create("Part",{
  1997. ["Parent"] = mas,
  1998. ["Material"] = Enum.Material.Wood,
  1999. ["BrickColor"] = BrickColor.new("Brown"),
  2000. ["Position"] = Vector3.new(675.988525, 3.39954352, -2.27089214),
  2001. ["Rotation"] = Vector3.new(179.999817, 10.929431, -179.999969),
  2002. ["Anchored"] = true,
  2003. ["CFrame"] = CFrame.new(675.988525, 3.39954352, -2.27089214, -0.981861472, 6.11972666e-007, 0.189599812, -0, 1, -3.22770711e-006, -0.189599812, -3.16916135e-006, -0.981861472),
  2004. ["FormFactor"] = Enum.FormFactor.Custom,
  2005. ["Size"] = Vector3.new(0.200000003, 1, 3.54557967),
  2006. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2007. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2008. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2009. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2010. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2011. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2012. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  2013. })
  2014. o161 = Create("Part",{
  2015. ["Name"] = "Pole7",
  2016. ["Parent"] = mas,
  2017. ["Material"] = Enum.Material.Wood,
  2018. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2019. ["Position"] = Vector3.new(676.169006, 0.999502659, -14.8236322),
  2020. ["Anchored"] = true,
  2021. ["CFrame"] = CFrame.new(676.169006, 0.999502659, -14.8236322, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2022. ["FormFactor"] = Enum.FormFactor.Custom,
  2023. ["Size"] = Vector3.new(1.20000005, 6.80000019, 1.20000005),
  2024. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2025. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2026. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2027. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2028. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2029. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2030. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2031. })
  2032. o162 = Create("CylinderMesh",{
  2033. ["Parent"] = o161,
  2034. })
  2035. o163 = Create("Part",{
  2036. ["Parent"] = mas,
  2037. ["Material"] = Enum.Material.Wood,
  2038. ["BrickColor"] = BrickColor.new("Brown"),
  2039. ["Position"] = Vector3.new(676.038391, 1.9995116, -12.0755787),
  2040. ["Rotation"] = Vector3.new(179.999817, 2.72122478, -180),
  2041. ["Anchored"] = true,
  2042. ["CFrame"] = CFrame.new(676.038391, 1.9995116, -12.0755787, -0.998872459, 1.54288855e-007, 0.0474764779, -0, 1.00000012, -3.24979533e-006, -0.0474764854, -3.24613097e-006, -0.99887234),
  2043. ["FormFactor"] = Enum.FormFactor.Custom,
  2044. ["Size"] = Vector3.new(0.200000003, 1, 5.50231266),
  2045. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2046. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2047. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2048. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2049. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2050. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2051. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  2052. })
  2053. o164 = Create("Part",{
  2054. ["Parent"] = mas,
  2055. ["Material"] = Enum.Material.Wood,
  2056. ["BrickColor"] = BrickColor.new("Brown"),
  2057. ["Position"] = Vector3.new(676.503174, 3.39930677, 15.8830185),
  2058. ["Rotation"] = Vector3.new(179.999817, -0.104488775, 180),
  2059. ["Anchored"] = true,
  2060. ["CFrame"] = CFrame.new(676.503174, 3.39930677, 15.8830185, -0.999998391, -5.90098992e-009, -0.00182367209, -0, 1.00000012, -3.23577365e-006, 0.00182367209, -3.23576842e-006, -0.999998391),
  2061. ["FormFactor"] = Enum.FormFactor.Custom,
  2062. ["Size"] = Vector3.new(0.200000003, 1, 4.75249529),
  2063. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2064. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2065. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2066. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2067. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2068. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2069. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  2070. })
  2071. o165 = Create("Part",{
  2072. ["Parent"] = mas,
  2073. ["Material"] = Enum.Material.Wood,
  2074. ["BrickColor"] = BrickColor.new("Brown"),
  2075. ["Position"] = Vector3.new(676.503174, 1.99930668, 15.8830185),
  2076. ["Rotation"] = Vector3.new(179.999817, -0.104488775, 180),
  2077. ["Anchored"] = true,
  2078. ["CFrame"] = CFrame.new(676.503174, 1.99930668, 15.8830185, -0.999998391, -5.90098992e-009, -0.00182367209, -0, 1.00000012, -3.23577365e-006, 0.00182367209, -3.23576842e-006, -0.999998391),
  2079. ["FormFactor"] = Enum.FormFactor.Custom,
  2080. ["Size"] = Vector3.new(0.200000003, 1, 4.75249529),
  2081. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2082. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2083. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2084. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2085. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2086. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2087. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  2088. })
  2089. o166 = Create("Part",{
  2090. ["Parent"] = mas,
  2091. ["Material"] = Enum.Material.Wood,
  2092. ["BrickColor"] = BrickColor.new("Brown"),
  2093. ["Position"] = Vector3.new(675.872925, 1.99955654, 1.7804842),
  2094. ["Rotation"] = Vector3.new(179.999817, -5.45287228, 179.999985),
  2095. ["Anchored"] = true,
  2096. ["CFrame"] = CFrame.new(675.872925, 1.99955654, 1.7804842, -0.995474756, -3.05011156e-007, -0.0950269699, -0, 1, -3.20973209e-006, 0.0950269848, -3.19520723e-006, -0.995474637),
  2097. ["FormFactor"] = Enum.FormFactor.Custom,
  2098. ["Size"] = Vector3.new(0.200000003, 1, 4.64248753),
  2099. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2100. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2101. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2102. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2103. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2104. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2105. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  2106. })
  2107. o167 = Create("Part",{
  2108. ["Name"] = "Pole5",
  2109. ["Parent"] = mas,
  2110. ["Material"] = Enum.Material.Wood,
  2111. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2112. ["Position"] = Vector3.new(676.324646, 0.999537706, -4.01152611),
  2113. ["Anchored"] = true,
  2114. ["CFrame"] = CFrame.new(676.324646, 0.999537706, -4.01152611, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2115. ["FormFactor"] = Enum.FormFactor.Custom,
  2116. ["Size"] = Vector3.new(1.20000005, 6.80000019, 1.20000005),
  2117. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2118. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2119. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2120. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2121. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2122. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2123. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2124. })
  2125. o168 = Create("CylinderMesh",{
  2126. ["Parent"] = o167,
  2127. })
  2128. o169 = Create("Part",{
  2129. ["Parent"] = mas,
  2130. ["Material"] = Enum.Material.Grass,
  2131. ["BrickColor"] = BrickColor.new("Bright green"),
  2132. ["Position"] = Vector3.new(483.558899, 10.1686964, 130.072952),
  2133. ["Rotation"] = Vector3.new(22.1986904, 59.3940773, 164.322052),
  2134. ["Anchored"] = true,
  2135. ["CFrame"] = CFrame.new(483.558899, 10.1686964, 130.072952, -0.490191191, -0.137583092, 0.860689402, -0.0628833398, -0.97930938, -0.192359954, 0.869344294, -0.148414358, 0.471394479),
  2136. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2137. ["Size"] = Vector3.new(34, 44, 31),
  2138. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  2139. })
  2140. o170 = Create("Part",{
  2141. ["Parent"] = mas,
  2142. ["Material"] = Enum.Material.Wood,
  2143. ["BrickColor"] = BrickColor.new("Brown"),
  2144. ["Position"] = Vector3.new(676.493347, 1.99929202, 11.3717461),
  2145. ["Rotation"] = Vector3.new(179.999817, -0.145776659, 180),
  2146. ["Anchored"] = true,
  2147. ["CFrame"] = CFrame.new(676.493347, 1.99929202, 11.3717461, -0.999996841, -8.23944291e-009, -0.00254427991, -0, 1, -3.23841823e-006, 0.00254428014, -3.238408e-006, -0.999996722),
  2148. ["FormFactor"] = Enum.FormFactor.Custom,
  2149. ["Size"] = Vector3.new(0.200000003, 1, 4.27007151),
  2150. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2151. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2152. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2153. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2154. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2155. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2156. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  2157. })
  2158. o171 = Create("Part",{
  2159. ["Name"] = "Pole3",
  2160. ["Parent"] = mas,
  2161. ["Material"] = Enum.Material.Wood,
  2162. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2163. ["Position"] = Vector3.new(676.093506, 0.999564052, 4.09122658),
  2164. ["Anchored"] = true,
  2165. ["CFrame"] = CFrame.new(676.093506, 0.999564052, 4.09122658, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2166. ["FormFactor"] = Enum.FormFactor.Custom,
  2167. ["Size"] = Vector3.new(1.20000005, 6.80000019, 1.20000005),
  2168. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2169. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2170. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2171. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2172. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2173. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2174. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2175. })
  2176. o172 = Create("CylinderMesh",{
  2177. ["Parent"] = o171,
  2178. })
  2179. o173 = Create("Part",{
  2180. ["Name"] = "Pole2",
  2181. ["Parent"] = mas,
  2182. ["Material"] = Enum.Material.Wood,
  2183. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2184. ["Position"] = Vector3.new(676.487915, 0.999285102, 9.23671722),
  2185. ["Anchored"] = true,
  2186. ["CFrame"] = CFrame.new(676.487915, 0.999285102, 9.23671722, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2187. ["FormFactor"] = Enum.FormFactor.Custom,
  2188. ["Size"] = Vector3.new(1.20000005, 6.80000019, 1.20000005),
  2189. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2190. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2191. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2192. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2193. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2194. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2195. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2196. })
  2197. o174 = Create("CylinderMesh",{
  2198. ["Parent"] = o173,
  2199. })
  2200. o175 = Create("Part",{
  2201. ["Name"] = "Pole6",
  2202. ["Parent"] = mas,
  2203. ["Material"] = Enum.Material.Wood,
  2204. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2205. ["Position"] = Vector3.new(675.907776, 0.99952054, -9.32752419),
  2206. ["Anchored"] = true,
  2207. ["CFrame"] = CFrame.new(675.907776, 0.99952054, -9.32752419, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2208. ["FormFactor"] = Enum.FormFactor.Custom,
  2209. ["Size"] = Vector3.new(1.20000005, 6.80000019, 1.20000005),
  2210. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2211. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2212. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2213. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2214. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2215. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2216. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2217. })
  2218. o176 = Create("CylinderMesh",{
  2219. ["Parent"] = o175,
  2220. })
  2221. o177 = Create("Part",{
  2222. ["Parent"] = mas,
  2223. ["Material"] = Enum.Material.Wood,
  2224. ["BrickColor"] = BrickColor.new("Brown"),
  2225. ["Position"] = Vector3.new(676.038391, 3.39951181, -12.0755787),
  2226. ["Rotation"] = Vector3.new(179.999817, 2.72122478, -180),
  2227. ["Anchored"] = true,
  2228. ["CFrame"] = CFrame.new(676.038391, 3.39951181, -12.0755787, -0.998872459, 1.54288855e-007, 0.0474764779, -0, 1.00000012, -3.24979533e-006, -0.0474764854, -3.24613097e-006, -0.99887234),
  2229. ["FormFactor"] = Enum.FormFactor.Custom,
  2230. ["Size"] = Vector3.new(0.200000003, 1, 5.50231266),
  2231. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2232. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2233. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2234. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2235. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2236. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2237. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  2238. })
  2239. o178 = Create("Part",{
  2240. ["Parent"] = mas,
  2241. ["Material"] = Enum.Material.Wood,
  2242. ["BrickColor"] = BrickColor.new("Brown"),
  2243. ["Position"] = Vector3.new(675.9953, 1.999475, -23.3431091),
  2244. ["Rotation"] = Vector3.new(179.999817, 1.15366066, -180),
  2245. ["Anchored"] = true,
  2246. ["CFrame"] = CFrame.new(675.9953, 1.999475, -23.3431091, -0.999797344, 6.56277166e-008, 0.0201338176, -0, 1, -3.25957603e-006, -0.0201338194, -3.25891551e-006, -0.999797225),
  2247. ["FormFactor"] = Enum.FormFactor.Custom,
  2248. ["Size"] = Vector3.new(0.200000003, 1, 5.70523548),
  2249. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2250. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2251. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2252. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2253. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2254. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2255. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  2256. })
  2257. o179 = Create("Part",{
  2258. ["Parent"] = mas,
  2259. ["Material"] = Enum.Material.Wood,
  2260. ["BrickColor"] = BrickColor.new("Brown"),
  2261. ["Position"] = Vector3.new(675.972046, 1.99945569, -29.267437),
  2262. ["Rotation"] = Vector3.new(179.999817, -1.50443137, 180),
  2263. ["Anchored"] = true,
  2264. ["CFrame"] = CFrame.new(675.972046, 1.99945569, -29.267437, -0.999655366, -8.5032454e-008, -0.0262542628, -0, 1.00000012, -3.23880568e-006, 0.0262542628, -3.2376895e-006, -0.999655366),
  2265. ["FormFactor"] = Enum.FormFactor.Custom,
  2266. ["Size"] = Vector3.new(0.200000003, 1, 6.14669704),
  2267. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2268. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2269. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2270. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2271. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2272. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2273. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  2274. })
  2275. o180 = Create("Part",{
  2276. ["Parent"] = mas,
  2277. ["Material"] = Enum.Material.Wood,
  2278. ["BrickColor"] = BrickColor.new("Brown"),
  2279. ["Position"] = Vector3.new(676.053467, 3.39949369, -17.6573505),
  2280. ["Rotation"] = Vector3.new(179.999817, -2.33483458, 180),
  2281. ["Anchored"] = true,
  2282. ["CFrame"] = CFrame.new(676.053467, 3.39949369, -17.6573505, -0.999169886, -1.3185506e-007, -0.0407392755, -1.42108564e-014, 1, -3.23655831e-006, 0.0407392792, -3.23387167e-006, -0.999169767),
  2283. ["FormFactor"] = Enum.FormFactor.Custom,
  2284. ["Size"] = Vector3.new(0.200000003, 1, 5.67214918),
  2285. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2286. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2287. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2288. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2289. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2290. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2291. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  2292. })
  2293. o181 = Create("Part",{
  2294. ["Parent"] = mas,
  2295. ["Material"] = Enum.Material.Wood,
  2296. ["BrickColor"] = BrickColor.new("Brown"),
  2297. ["Position"] = Vector3.new(675.867798, 3.39941764, -41.0595627),
  2298. ["Rotation"] = Vector3.new(179.999817, -1.88516891, 180),
  2299. ["Anchored"] = true,
  2300. ["CFrame"] = CFrame.new(675.867798, 3.39941764, -41.0595627, -0.999458849, -1.06303069e-007, -0.0328964703, -0, 1.00000012, -3.23144309e-006, 0.0328964703, -3.22969436e-006, -0.999458849),
  2301. ["FormFactor"] = Enum.FormFactor.Custom,
  2302. ["Size"] = Vector3.new(0.200000003, 1, 6.30825806),
  2303. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2304. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2305. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2306. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2307. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2308. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2309. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  2310. })
  2311. o182 = Create("Part",{
  2312. ["Parent"] = mas,
  2313. ["Material"] = Enum.Material.Wood,
  2314. ["BrickColor"] = BrickColor.new("Brown"),
  2315. ["Position"] = Vector3.new(675.9953, 3.3994751, -23.3431091),
  2316. ["Rotation"] = Vector3.new(179.999817, 1.15366066, -180),
  2317. ["Anchored"] = true,
  2318. ["CFrame"] = CFrame.new(675.9953, 3.3994751, -23.3431091, -0.999797344, 6.56277166e-008, 0.0201338176, -0, 1, -3.25957603e-006, -0.0201338194, -3.25891551e-006, -0.999797225),
  2319. ["FormFactor"] = Enum.FormFactor.Custom,
  2320. ["Size"] = Vector3.new(0.200000003, 1, 5.70523548),
  2321. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2322. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2323. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2324. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2325. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2326. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2327. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  2328. })
  2329. o183 = Create("Part",{
  2330. ["Name"] = "Pole13",
  2331. ["Parent"] = mas,
  2332. ["Material"] = Enum.Material.Wood,
  2333. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2334. ["Position"] = Vector3.new(676.047424, 0.999387622, -50.2730789),
  2335. ["Anchored"] = true,
  2336. ["CFrame"] = CFrame.new(676.047424, 0.999387622, -50.2730789, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2337. ["FormFactor"] = Enum.FormFactor.Custom,
  2338. ["Size"] = Vector3.new(1.20000005, 6.80000019, 1.20000005),
  2339. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2340. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2341. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2342. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2343. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2344. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2345. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2346. })
  2347. o184 = Create("CylinderMesh",{
  2348. ["Parent"] = o183,
  2349. })
  2350. o185 = Create("Part",{
  2351. ["Parent"] = mas,
  2352. ["Material"] = Enum.Material.Wood,
  2353. ["BrickColor"] = BrickColor.new("Brown"),
  2354. ["Position"] = Vector3.new(675.905762, 3.39939761, -47.2425308),
  2355. ["Rotation"] = Vector3.new(179.999817, 2.67748737, -180),
  2356. ["Anchored"] = true,
  2357. ["CFrame"] = CFrame.new(675.905762, 3.39939761, -47.2425308, -0.998908341, 1.51431138e-007, 0.0467139632, -0, 1.00000012, -3.24166763e-006, -0.0467139632, -3.23812878e-006, -0.998908341),
  2358. ["FormFactor"] = Enum.FormFactor.Custom,
  2359. ["Size"] = Vector3.new(0.200000003, 1, 6.06771755),
  2360. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2361. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2362. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2363. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2364. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2365. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2366. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  2367. })
  2368. o186 = Create("Part",{
  2369. ["Name"] = "Pole8",
  2370. ["Parent"] = mas,
  2371. ["Material"] = Enum.Material.Wood,
  2372. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2373. ["Position"] = Vector3.new(675.937866, 0.999484301, -20.4910698),
  2374. ["Anchored"] = true,
  2375. ["CFrame"] = CFrame.new(675.937866, 0.999484301, -20.4910698, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2376. ["FormFactor"] = Enum.FormFactor.Custom,
  2377. ["Size"] = Vector3.new(1.20000005, 6.80000019, 1.20000005),
  2378. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2379. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2380. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2381. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2382. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2383. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2384. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2385. })
  2386. o187 = Create("CylinderMesh",{
  2387. ["Parent"] = o186,
  2388. })
  2389. o188 = Create("Part",{
  2390. ["Parent"] = mas,
  2391. ["Material"] = Enum.Material.Wood,
  2392. ["BrickColor"] = BrickColor.new("Brown"),
  2393. ["Position"] = Vector3.new(675.931396, 1.99943674, -35.1234322),
  2394. ["Rotation"] = Vector3.new(179.999817, 0.825305223, -180),
  2395. ["Anchored"] = true,
  2396. ["CFrame"] = CFrame.new(675.931396, 1.99943674, -35.1234322, -0.999896348, 4.68740105e-008, 0.0144037949, -0, 1.00000012, -3.25428209e-006, -0.0144037949, -3.25394467e-006, -0.999896348),
  2397. ["FormFactor"] = Enum.FormFactor.Custom,
  2398. ["Size"] = Vector3.new(0.200000003, 1, 5.56799173),
  2399. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2400. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2401. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2402. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2403. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2404. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2405. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  2406. })
  2407. o189 = Create("Part",{
  2408. ["Parent"] = mas,
  2409. ["Material"] = Enum.Material.Wood,
  2410. ["BrickColor"] = BrickColor.new("Brown"),
  2411. ["Position"] = Vector3.new(676.114014, 1.99943852, -52.9160538),
  2412. ["Rotation"] = Vector3.new(-179.998901, 1.44325328, 179.999985),
  2413. ["Anchored"] = true,
  2414. ["CFrame"] = CFrame.new(676.114014, 1.99943852, -52.9160538, -0.999682844, -4.84364534e-007, 0.0251868572, -0, 1.00000012, 1.92308416e-005, -0.0251868609, 1.92247426e-005, -0.999682724),
  2415. ["FormFactor"] = Enum.FormFactor.Custom,
  2416. ["Size"] = Vector3.new(0.200000003, 1, 5.28763247),
  2417. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2418. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2419. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2420. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2421. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2422. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2423. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  2424. })
  2425. o190 = Create("Part",{
  2426. ["Parent"] = mas,
  2427. ["Material"] = Enum.Material.Wood,
  2428. ["BrickColor"] = BrickColor.new("Brown"),
  2429. ["Position"] = Vector3.new(677.085449, 3.39948368, -57.5018158),
  2430. ["Rotation"] = Vector3.new(179.999832, 24.972147, -179.999924),
  2431. ["Anchored"] = true,
  2432. ["CFrame"] = CFrame.new(677.085449, 3.39948368, -57.5018158, -0.906513155, 1.11544625e-006, 0.422177613, -0, 1, -2.64212554e-006, -0.422177613, -2.39512156e-006, -0.906513155),
  2433. ["FormFactor"] = Enum.FormFactor.Custom,
  2434. ["Size"] = Vector3.new(0.200000003, 1, 4.28627729),
  2435. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2436. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2437. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2438. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2439. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2440. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2441. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  2442. })
  2443. o191 = Create("Part",{
  2444. ["Name"] = "Pole14",
  2445. ["Parent"] = mas,
  2446. ["Material"] = Enum.Material.Wood,
  2447. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2448. ["Position"] = Vector3.new(676.180664, 0.999489307, -55.5590324),
  2449. ["Anchored"] = true,
  2450. ["CFrame"] = CFrame.new(676.180664, 0.999489307, -55.5590324, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2451. ["FormFactor"] = Enum.FormFactor.Custom,
  2452. ["Size"] = Vector3.new(1.20000005, 6.80000019, 1.20000005),
  2453. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2454. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2455. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2456. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2457. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2458. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2459. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2460. })
  2461. o192 = Create("CylinderMesh",{
  2462. ["Parent"] = o191,
  2463. })
  2464. o193 = Create("Part",{
  2465. ["Name"] = "Pole9",
  2466. ["Parent"] = mas,
  2467. ["Material"] = Enum.Material.Wood,
  2468. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2469. ["Position"] = Vector3.new(676.052734, 0.999465704, -26.1951485),
  2470. ["Anchored"] = true,
  2471. ["CFrame"] = CFrame.new(676.052734, 0.999465704, -26.1951485, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2472. ["FormFactor"] = Enum.FormFactor.Custom,
  2473. ["Size"] = Vector3.new(1.20000005, 6.80000019, 1.20000005),
  2474. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2475. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2476. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2477. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2478. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2479. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2480. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2481. })
  2482. o194 = Create("CylinderMesh",{
  2483. ["Parent"] = o193,
  2484. })
  2485. o195 = Create("Part",{
  2486. ["Name"] = "Pole11",
  2487. ["Parent"] = mas,
  2488. ["Material"] = Enum.Material.Wood,
  2489. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2490. ["Position"] = Vector3.new(675.971558, 0.999427736, -37.9071388),
  2491. ["Anchored"] = true,
  2492. ["CFrame"] = CFrame.new(675.971558, 0.999427736, -37.9071388, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2493. ["FormFactor"] = Enum.FormFactor.Custom,
  2494. ["Size"] = Vector3.new(1.20000005, 6.80000019, 1.20000005),
  2495. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2496. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2497. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2498. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2499. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2500. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2501. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2502. })
  2503. o196 = Create("CylinderMesh",{
  2504. ["Parent"] = o195,
  2505. })
  2506. o197 = Create("Part",{
  2507. ["Name"] = "Pole12",
  2508. ["Parent"] = mas,
  2509. ["Material"] = Enum.Material.Wood,
  2510. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2511. ["Position"] = Vector3.new(675.764038, 0.999407291, -44.2119827),
  2512. ["Anchored"] = true,
  2513. ["CFrame"] = CFrame.new(675.764038, 0.999407291, -44.2119827, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2514. ["FormFactor"] = Enum.FormFactor.Custom,
  2515. ["Size"] = Vector3.new(1.20000005, 6.80000019, 1.20000005),
  2516. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2517. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2518. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2519. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2520. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2521. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2522. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2523. })
  2524. o198 = Create("CylinderMesh",{
  2525. ["Parent"] = o197,
  2526. })
  2527. o199 = Create("Part",{
  2528. ["Parent"] = mas,
  2529. ["Material"] = Enum.Material.Wood,
  2530. ["BrickColor"] = BrickColor.new("Brown"),
  2531. ["Position"] = Vector3.new(675.905762, 1.99939752, -47.2425308),
  2532. ["Rotation"] = Vector3.new(179.999817, 2.67748737, -180),
  2533. ["Anchored"] = true,
  2534. ["CFrame"] = CFrame.new(675.905762, 1.99939752, -47.2425308, -0.998908341, 1.51431138e-007, 0.0467139632, -0, 1.00000012, -3.24166763e-006, -0.0467139632, -3.23812878e-006, -0.998908341),
  2535. ["FormFactor"] = Enum.FormFactor.Custom,
  2536. ["Size"] = Vector3.new(0.200000003, 1, 6.06771755),
  2537. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2538. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2539. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2540. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2541. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2542. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2543. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  2544. })
  2545. o200 = Create("Part",{
  2546. ["Parent"] = mas,
  2547. ["Material"] = Enum.Material.Wood,
  2548. ["BrickColor"] = BrickColor.new("Brown"),
  2549. ["Position"] = Vector3.new(676.114014, 3.39943862, -52.9160538),
  2550. ["Rotation"] = Vector3.new(-179.998901, 1.44325328, 179.999985),
  2551. ["Anchored"] = true,
  2552. ["CFrame"] = CFrame.new(676.114014, 3.39943862, -52.9160538, -0.999682844, -4.84364534e-007, 0.0251868572, -0, 1.00000012, 1.92308416e-005, -0.0251868609, 1.92247426e-005, -0.999682724),
  2553. ["FormFactor"] = Enum.FormFactor.Custom,
  2554. ["Size"] = Vector3.new(0.200000003, 1, 5.28763247),
  2555. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2556. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2557. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2558. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2559. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2560. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2561. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  2562. })
  2563. o201 = Create("Part",{
  2564. ["Name"] = "Pole15",
  2565. ["Parent"] = mas,
  2566. ["Material"] = Enum.Material.Wood,
  2567. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2568. ["Position"] = Vector3.new(677.990234, 0.999477983, -59.4445992),
  2569. ["Anchored"] = true,
  2570. ["CFrame"] = CFrame.new(677.990234, 0.999477983, -59.4445992, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2571. ["FormFactor"] = Enum.FormFactor.Custom,
  2572. ["Size"] = Vector3.new(1.20000005, 6.80000019, 1.20000005),
  2573. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2574. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2575. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2576. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2577. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2578. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2579. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2580. })
  2581. o202 = Create("CylinderMesh",{
  2582. ["Parent"] = o201,
  2583. })
  2584. o203 = Create("Part",{
  2585. ["Parent"] = mas,
  2586. ["Material"] = Enum.Material.Wood,
  2587. ["BrickColor"] = BrickColor.new("Brown"),
  2588. ["Position"] = Vector3.new(677.085449, 1.99948359, -57.5018158),
  2589. ["Rotation"] = Vector3.new(179.999832, 24.972147, -179.999924),
  2590. ["Anchored"] = true,
  2591. ["CFrame"] = CFrame.new(677.085449, 1.99948359, -57.5018158, -0.906513155, 1.11544625e-006, 0.422177613, -0, 1, -2.64212554e-006, -0.422177613, -2.39512156e-006, -0.906513155),
  2592. ["FormFactor"] = Enum.FormFactor.Custom,
  2593. ["Size"] = Vector3.new(0.200000003, 1, 4.28627729),
  2594. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2595. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2596. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2597. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2598. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2599. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2600. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  2601. })
  2602. o204 = Create("Part",{
  2603. ["Parent"] = mas,
  2604. ["Material"] = Enum.Material.Wood,
  2605. ["BrickColor"] = BrickColor.new("Brown"),
  2606. ["Position"] = Vector3.new(675.972046, 3.39945579, -29.267437),
  2607. ["Rotation"] = Vector3.new(179.999817, -1.50443137, 180),
  2608. ["Anchored"] = true,
  2609. ["CFrame"] = CFrame.new(675.972046, 3.39945579, -29.267437, -0.999655366, -8.5032454e-008, -0.0262542628, -0, 1.00000012, -3.23880568e-006, 0.0262542628, -3.2376895e-006, -0.999655366),
  2610. ["FormFactor"] = Enum.FormFactor.Custom,
  2611. ["Size"] = Vector3.new(0.200000003, 1, 6.14669704),
  2612. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2613. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2614. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2615. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2616. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2617. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2618. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  2619. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement