Advertisement
LelXD

TreeHouse

Feb 11th, 2016
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 217.14 KB | None | 0 0
  1. --Created with ttyyuu12345's compiler
  2. --Errors: Camera
  3. Create = function(itemClass,tabl)
  4. local item = Instance.new(itemClass)
  5. for i,v in pairs(tabl) do
  6. local a,b = ypcall(function() return item[i] end)
  7. if a then
  8. item[i] = tabl[i]
  9. end
  10. end
  11. return item
  12. end
  13. function runDummyScript(f,scri)
  14. local oldenv = getfenv(f)
  15. local newenv = setmetatable({}, {
  16. __index = function(_, k)
  17. if k:lower() == 'script' then
  18. return scri
  19. else
  20. return oldenv[k]
  21. end
  22. end
  23. })
  24. setfenv(f, newenv)
  25. ypcall(function() f() end)
  26. end
  27. cors = {}
  28. mas = Instance.new("Model",game:GetService("Lighting"))
  29. mas.Name = "CompiledModel"
  30. o1 = Create("Model",{
  31. ["Name"] = "Treehouse",
  32. ["Parent"] = mas,
  33. })
  34. o2 = Create("Part",{
  35. ["Name"] = "Border (REMOVE!)",
  36. ["Parent"] = o1,
  37. ["BrickColor"] = BrickColor.new("Institutional white"),
  38. ["Transparency"] = 1,
  39. ["Position"] = Vector3.new(-37.9998245, 176.543793, 81.9999771),
  40. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  41. ["Anchored"] = true,
  42. ["CFrame"] = CFrame.new(-37.9998245, 176.543793, 81.9999771, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  43. ["CanCollide"] = false,
  44. ["Elasticity"] = 0,
  45. ["FormFactor"] = Enum.FormFactor.Symmetric,
  46. ["Size"] = Vector3.new(1, 1, 1),
  47. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  48. ["TopSurface"] = Enum.SurfaceType.Smooth,
  49. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  50. })
  51. o3 = Create("Script",{
  52. ["Name"] = "RemoveScript",
  53. ["Parent"] = o2,
  54. })
  55. table.insert(cors,coroutine.create(function()
  56. wait()
  57. runDummyScript(function()
  58. --[[ This script removes the border part.
  59. The border parts are there to make sure when you pawn the model in, that it's not tilted.]]
  60.  
  61. wait()
  62. script.Parent:Destroy()
  63.  
  64. end,o3)
  65. end))
  66. o4 = Create("Part",{
  67. ["Parent"] = o1,
  68. ["BrickColor"] = BrickColor.new("Brown"),
  69. ["Position"] = Vector3.new(37.0029831, 163.053589, 51.9983292),
  70. ["Rotation"] = Vector3.new(157.367645, -40.1784744, 98.2257004),
  71. ["Anchored"] = true,
  72. ["CFrame"] = CFrame.new(37.0029831, 163.053589, 51.9983292, -0.109312929, -0.756175995, -0.645170689, -0.877973557, 0.377773464, -0.294014007, 0.466056079, 0.534305453, -0.705200493),
  73. ["Elasticity"] = 0,
  74. ["FormFactor"] = Enum.FormFactor.Symmetric,
  75. ["Size"] = Vector3.new(5, 46, 6),
  76. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  77. ["TopSurface"] = Enum.SurfaceType.Smooth,
  78. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  79. })
  80. o5 = Create("Part",{
  81. ["Parent"] = o1,
  82. ["BrickColor"] = BrickColor.new("Brown"),
  83. ["Position"] = Vector3.new(62.1415482, 167.49176, 53.1015282),
  84. ["Rotation"] = Vector3.new(86.3639832, 64.8713074, -43.1162834),
  85. ["Anchored"] = true,
  86. ["CFrame"] = CFrame.new(62.1415482, 167.49176, 53.1015282, 0.309983253, 0.290242463, 0.905356228, 0.616205752, 0.663841486, -0.423798352, -0.724017262, 0.689256012, 0.0269306451),
  87. ["Elasticity"] = 0,
  88. ["FormFactor"] = Enum.FormFactor.Symmetric,
  89. ["Size"] = Vector3.new(5, 44, 6),
  90. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  91. ["TopSurface"] = Enum.SurfaceType.Smooth,
  92. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  93. })
  94. o6 = Create("Part",{
  95. ["Parent"] = o1,
  96. ["BrickColor"] = BrickColor.new("Dark green"),
  97. ["Transparency"] = 0.20000000298023,
  98. ["Position"] = Vector3.new(40.5462074, 190.355255, 42.8468056),
  99. ["Rotation"] = Vector3.new(-167.935806, 5.86839294, 178.748108),
  100. ["Anchored"] = true,
  101. ["CFrame"] = CFrame.new(40.5462074, 190.355255, 42.8468056, -0.994520128, -0.0217335671, 0.102243796, -7.5250864e-007, 0.978145599, 0.207912073, -0.104527958, 0.206773072, -0.972788513),
  102. ["CanCollide"] = false,
  103. ["Elasticity"] = 0,
  104. ["FormFactor"] = Enum.FormFactor.Symmetric,
  105. ["Size"] = Vector3.new(2, 1, 1),
  106. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  107. ["TopSurface"] = Enum.SurfaceType.Smooth,
  108. ["Color"] = Color3.new(0.156863, 0.498039, 0.278431),
  109. })
  110. o7 = Create("SpecialMesh",{
  111. ["Parent"] = o6,
  112. ["MeshId"] = "http://www.roblox.com/asset/?id=111820358",
  113. ["Scale"] = Vector3.new(210, 215, 210),
  114. ["MeshType"] = Enum.MeshType.FileMesh,
  115. })
  116. o8 = Create("Part",{
  117. ["Parent"] = o1,
  118. ["BrickColor"] = BrickColor.new("Bright green"),
  119. ["Position"] = Vector3.new(40.5462112, 192.655426, 42.8468056),
  120. ["Rotation"] = Vector3.new(-167.935806, 5.86839294, 178.748108),
  121. ["Anchored"] = true,
  122. ["CFrame"] = CFrame.new(40.5462112, 192.655426, 42.8468056, -0.994520128, -0.0217335671, 0.102243796, -7.5250864e-007, 0.978145599, 0.207912073, -0.104527958, 0.206773072, -0.972788513),
  123. ["CanCollide"] = false,
  124. ["Elasticity"] = 0,
  125. ["FormFactor"] = Enum.FormFactor.Symmetric,
  126. ["Size"] = Vector3.new(2, 1, 1),
  127. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  128. ["TopSurface"] = Enum.SurfaceType.Smooth,
  129. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  130. })
  131. o9 = Create("SpecialMesh",{
  132. ["Parent"] = o8,
  133. ["MeshId"] = "http://www.roblox.com/asset/?id=111820358",
  134. ["Scale"] = Vector3.new(200, 200, 200),
  135. ["MeshType"] = Enum.MeshType.FileMesh,
  136. })
  137. o10 = Create("Part",{
  138. ["Parent"] = o1,
  139. ["BrickColor"] = BrickColor.new("Brown"),
  140. ["Position"] = Vector3.new(56.0761147, 147.794174, 34.4307823),
  141. ["Rotation"] = Vector3.new(40.4008102, -18.0584393, 14.2249975),
  142. ["Anchored"] = true,
  143. ["CFrame"] = CFrame.new(56.0761147, 147.794174, 34.4307823, 0.921587586, -0.233625382, -0.309986889, -0.00762075931, 0.787546217, -0.616203547, 0.388091087, 0.570248604, 0.724015951),
  144. ["Elasticity"] = 0,
  145. ["FormFactor"] = Enum.FormFactor.Symmetric,
  146. ["Size"] = Vector3.new(7, 44, 8),
  147. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  148. ["TopSurface"] = Enum.SurfaceType.Smooth,
  149. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  150. })
  151. o11 = Create("Part",{
  152. ["Parent"] = o1,
  153. ["BrickColor"] = BrickColor.new("Brown"),
  154. ["Position"] = Vector3.new(87.2854233, 141.789597, 2.27013779),
  155. ["Rotation"] = Vector3.new(-141.899887, -22.2752876, -144.37944),
  156. ["Anchored"] = true,
  157. ["CFrame"] = CFrame.new(87.2854233, 141.789597, 2.27013779, -0.752225578, 0.538949132, -0.37905708, 0.268191129, 0.77591151, 0.570989132, 0.601850808, 0.327853739, -0.728206575),
  158. ["Elasticity"] = 0,
  159. ["FormFactor"] = Enum.FormFactor.Symmetric,
  160. ["Size"] = Vector3.new(7, 44, 8),
  161. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  162. ["TopSurface"] = Enum.SurfaceType.Smooth,
  163. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  164. })
  165. o12 = Create("Part",{
  166. ["Parent"] = o1,
  167. ["BrickColor"] = BrickColor.new("Brown"),
  168. ["Position"] = Vector3.new(54.2720032, 149.315948, 13.3951674),
  169. ["Rotation"] = Vector3.new(-2.12552214, -22.8073654, 18.7389717),
  170. ["Anchored"] = true,
  171. ["CFrame"] = CFrame.new(54.2720032, 149.315948, 13.3951674, 0.87294811, -0.296138585, -0.387634099, 0.334650338, 0.941720068, 0.0341889709, 0.354918778, -0.159567639, 0.921178341),
  172. ["Elasticity"] = 0,
  173. ["FormFactor"] = Enum.FormFactor.Symmetric,
  174. ["Size"] = Vector3.new(7, 44, 8),
  175. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  176. ["TopSurface"] = Enum.SurfaceType.Smooth,
  177. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  178. })
  179. o13 = Create("Part",{
  180. ["Parent"] = o1,
  181. ["BrickColor"] = BrickColor.new("Brown"),
  182. ["Position"] = Vector3.new(114.843719, 168.700378, 8.33936596),
  183. ["Rotation"] = Vector3.new(139.673233, 26.0935726, 65.0342026),
  184. ["Anchored"] = true,
  185. ["CFrame"] = CFrame.new(114.843719, 168.700378, 8.33936596, 0.379056931, -0.814158738, 0.439838409, -0.570988894, -0.579819441, -0.581186056, 0.728206813, -0.0308397114, -0.684662402),
  186. ["Elasticity"] = 0,
  187. ["FormFactor"] = Enum.FormFactor.Symmetric,
  188. ["Size"] = Vector3.new(5, 47, 6),
  189. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  190. ["TopSurface"] = Enum.SurfaceType.Smooth,
  191. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  192. })
  193. o14 = Create("Part",{
  194. ["Parent"] = o1,
  195. ["BrickColor"] = BrickColor.new("Brown"),
  196. ["Position"] = Vector3.new(90.4079819, 164.382553, 19.0467052),
  197. ["Rotation"] = Vector3.new(49.5223236, -67.3195038, 10.5596685),
  198. ["Anchored"] = true,
  199. ["CFrame"] = CFrame.new(90.4079819, 164.382553, 19.0467052, 0.379057556, -0.0706625581, -0.922669411, -0.570989192, 0.766773641, -0.29330048, 0.728206873, 0.638014019, 0.250304699),
  200. ["Elasticity"] = 0,
  201. ["FormFactor"] = Enum.FormFactor.Symmetric,
  202. ["Size"] = Vector3.new(5, 39, 6),
  203. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  204. ["TopSurface"] = Enum.SurfaceType.Smooth,
  205. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  206. })
  207. o15 = Create("Part",{
  208. ["Parent"] = o1,
  209. ["BrickColor"] = BrickColor.new("Dark green"),
  210. ["Transparency"] = 0.20000000298023,
  211. ["Position"] = Vector3.new(52.5000229, 221.698181, 0.478111267),
  212. ["Rotation"] = Vector3.new(-180, 1.19528313e-005, 180),
  213. ["Anchored"] = true,
  214. ["CFrame"] = CFrame.new(52.5000229, 221.698181, 0.478111267, -0.999998212, -7.4505806e-008, 2.08616257e-007, 5.96046448e-008, 0.999998212, 1.28522515e-007, 1.78813934e-007, -1.1920929e-007, -0.999999285),
  215. ["CanCollide"] = false,
  216. ["Elasticity"] = 0,
  217. ["FormFactor"] = Enum.FormFactor.Symmetric,
  218. ["Size"] = Vector3.new(2, 1, 1),
  219. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  220. ["TopSurface"] = Enum.SurfaceType.Smooth,
  221. ["Color"] = Color3.new(0.156863, 0.498039, 0.278431),
  222. })
  223. o16 = Create("SpecialMesh",{
  224. ["Parent"] = o15,
  225. ["MeshId"] = "http://www.roblox.com/asset/?id=111820358",
  226. ["Scale"] = Vector3.new(210, 215, 210),
  227. ["MeshType"] = Enum.MeshType.FileMesh,
  228. })
  229. o17 = Create("Part",{
  230. ["Parent"] = o1,
  231. ["BrickColor"] = BrickColor.new("Bright green"),
  232. ["Position"] = Vector3.new(52.5000229, 223.945923, -0.000110626221),
  233. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, 180),
  234. ["Anchored"] = true,
  235. ["CFrame"] = CFrame.new(52.5000229, 223.945923, -0.000110626221, -0.999998271, -6.70552254e-008, 1.93715096e-007, 5.96046448e-008, 0.999998212, 1.11758709e-007, 1.93715096e-007, -1.02445483e-007, -0.999999285),
  236. ["CanCollide"] = false,
  237. ["Elasticity"] = 0,
  238. ["FormFactor"] = Enum.FormFactor.Symmetric,
  239. ["Size"] = Vector3.new(2, 1, 1),
  240. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  241. ["TopSurface"] = Enum.SurfaceType.Smooth,
  242. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  243. })
  244. o18 = Create("SpecialMesh",{
  245. ["Parent"] = o17,
  246. ["MeshId"] = "http://www.roblox.com/asset/?id=111820358",
  247. ["Scale"] = Vector3.new(200, 200, 200),
  248. ["MeshType"] = Enum.MeshType.FileMesh,
  249. })
  250. o19 = Create("Part",{
  251. ["Parent"] = o1,
  252. ["BrickColor"] = BrickColor.new("Reddish brown"),
  253. ["Position"] = Vector3.new(37.5000534, 103.644257, -1.99999142),
  254. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  255. ["Anchored"] = true,
  256. ["CFrame"] = CFrame.new(37.5000534, 103.644257, -1.99999142, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  257. ["Elasticity"] = 0,
  258. ["FormFactor"] = Enum.FormFactor.Symmetric,
  259. ["Size"] = Vector3.new(5, 1, 6),
  260. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  261. ["TopSurface"] = Enum.SurfaceType.Smooth,
  262. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  263. })
  264. o20 = Create("Part",{
  265. ["Parent"] = o1,
  266. ["BrickColor"] = BrickColor.new("Reddish brown"),
  267. ["Position"] = Vector3.new(37.5000534, 108.244247, -1.99998951),
  268. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  269. ["Anchored"] = true,
  270. ["CFrame"] = CFrame.new(37.5000534, 108.244247, -1.99998951, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  271. ["Elasticity"] = 0,
  272. ["FormFactor"] = Enum.FormFactor.Symmetric,
  273. ["Size"] = Vector3.new(5, 1, 6),
  274. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  275. ["TopSurface"] = Enum.SurfaceType.Smooth,
  276. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  277. })
  278. o21 = Create("Part",{
  279. ["Parent"] = o1,
  280. ["BrickColor"] = BrickColor.new("Brown"),
  281. ["Position"] = Vector3.new(67.5345001, 138.434219, -20.8372955),
  282. ["Rotation"] = Vector3.new(-46.9693527, 0.899116933, 24.1022301),
  283. ["Anchored"] = true,
  284. ["CFrame"] = CFrame.new(67.5345001, 138.434219, -20.8372955, 0.912705719, -0.408315629, 0.0156919062, 0.268193245, 0.62758106, 0.730897725, -0.3082847, -0.66288805, 0.682304442),
  285. ["Elasticity"] = 0,
  286. ["FormFactor"] = Enum.FormFactor.Symmetric,
  287. ["Size"] = Vector3.new(7, 44, 8),
  288. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  289. ["TopSurface"] = Enum.SurfaceType.Smooth,
  290. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  291. })
  292. o22 = Create("Part",{
  293. ["Parent"] = o1,
  294. ["BrickColor"] = BrickColor.new("Reddish brown"),
  295. ["Position"] = Vector3.new(37.5000534, 105.94519, -1.99999142),
  296. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  297. ["Anchored"] = true,
  298. ["CFrame"] = CFrame.new(37.5000534, 105.94519, -1.99999142, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  299. ["Elasticity"] = 0,
  300. ["FormFactor"] = Enum.FormFactor.Symmetric,
  301. ["Shape"] = Enum.PartType.Ball,
  302. ["Size"] = Vector3.new(5, 5, 5),
  303. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  304. ["TopSurface"] = Enum.SurfaceType.Smooth,
  305. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  306. })
  307. o23 = Create("Part",{
  308. ["Parent"] = o1,
  309. ["BrickColor"] = BrickColor.new("Dark orange"),
  310. ["Position"] = Vector3.new(82.4999924, 100.644257, -2.49999523),
  311. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  312. ["Anchored"] = true,
  313. ["CFrame"] = CFrame.new(82.4999924, 100.644257, -2.49999523, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  314. ["Elasticity"] = 0,
  315. ["FormFactor"] = Enum.FormFactor.Symmetric,
  316. ["Size"] = Vector3.new(1, 29, 11),
  317. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  318. ["TopSurface"] = Enum.SurfaceType.Smooth,
  319. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  320. })
  321. o24 = Create("Part",{
  322. ["Parent"] = o1,
  323. ["BrickColor"] = BrickColor.new("Bright green"),
  324. ["Position"] = Vector3.new(115.499924, 178.145569, 2.99995899),
  325. ["Rotation"] = Vector3.new(-180, 1.28066049e-005, -154.000092),
  326. ["Anchored"] = true,
  327. ["CFrame"] = CFrame.new(115.499924, 178.145569, 2.99995899, -0.898791909, 0.438368499, 2.23517418e-007, 0.438369066, 0.898790836, 7.82310963e-008, 1.1920929e-007, -1.63912773e-007, -0.999998271),
  328. ["CanCollide"] = false,
  329. ["Elasticity"] = 0,
  330. ["FormFactor"] = Enum.FormFactor.Symmetric,
  331. ["Size"] = Vector3.new(2, 1, 1),
  332. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  333. ["TopSurface"] = Enum.SurfaceType.Smooth,
  334. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  335. })
  336. o25 = Create("SpecialMesh",{
  337. ["Parent"] = o24,
  338. ["MeshId"] = "http://www.roblox.com/asset/?id=111820358",
  339. ["Scale"] = Vector3.new(200, 200, 200),
  340. ["MeshType"] = Enum.MeshType.FileMesh,
  341. })
  342. o26 = Create("Part",{
  343. ["Parent"] = o1,
  344. ["BrickColor"] = BrickColor.new("Reddish brown"),
  345. ["Position"] = Vector3.new(64, 106.15773, -15.0930967),
  346. ["Rotation"] = Vector3.new(-26.5650196, -1.10990577e-005, -1.60082834e-006),
  347. ["Anchored"] = true,
  348. ["CFrame"] = CFrame.new(64, 106.15773, -15.0930967, 0.999998271, 2.79396772e-008, -1.93715096e-007, -5.96046448e-008, 0.894425511, 0.447212696, -1.93715096e-007, -0.447213382, 0.894426584),
  349. ["Elasticity"] = 0,
  350. ["FormFactor"] = Enum.FormFactor.Symmetric,
  351. ["Size"] = Vector3.new(56, 1, 7),
  352. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  353. ["TopSurface"] = Enum.SurfaceType.Smooth,
  354. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  355. })
  356. o27 = Create("Part",{
  357. ["Parent"] = o1,
  358. ["BrickColor"] = BrickColor.new("Reddish brown"),
  359. ["Position"] = Vector3.new(64.0000153, 111.90863, -6.84624958),
  360. ["Rotation"] = Vector3.new(-38.659771, -1.19528313e-005, -3.52182246e-006),
  361. ["Anchored"] = true,
  362. ["CFrame"] = CFrame.new(64.0000153, 111.90863, -6.84624958, 0.999998271, 6.14672899e-008, -2.08616257e-007, -5.96046448e-008, 0.780867338, 0.624693632, -1.93715096e-007, -0.624694526, 0.780868173),
  363. ["Elasticity"] = 0,
  364. ["FormFactor"] = Enum.FormFactor.Symmetric,
  365. ["Size"] = Vector3.new(56, 1, 14),
  366. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  367. ["TopSurface"] = Enum.SurfaceType.Smooth,
  368. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  369. })
  370. o28 = Create("Part",{
  371. ["Parent"] = o1,
  372. ["BrickColor"] = BrickColor.new("Reddish brown"),
  373. ["Position"] = Vector3.new(53.0000343, 106.159096, 11.0931244),
  374. ["Rotation"] = Vector3.new(-153.434982, 8.5377369e-006, 180),
  375. ["Anchored"] = true,
  376. ["CFrame"] = CFrame.new(53.0000343, 106.159096, 11.0931244, -0.999998271, -1.49011612e-007, 1.49011612e-007, 5.96046448e-008, 0.894425511, 0.447212845, 1.93715096e-007, 0.447213203, -0.894426703),
  377. ["Elasticity"] = 0,
  378. ["FormFactor"] = Enum.FormFactor.Symmetric,
  379. ["Size"] = Vector3.new(34, 1, 7),
  380. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  381. ["TopSurface"] = Enum.SurfaceType.Smooth,
  382. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  383. })
  384. o29 = Create("Part",{
  385. ["Parent"] = o1,
  386. ["BrickColor"] = BrickColor.new("Reddish brown"),
  387. ["Position"] = Vector3.new(53.0000381, 102.631302, 20.7913036),
  388. ["Rotation"] = Vector3.new(-163.300766, 9.3915105e-006, 180),
  389. ["Anchored"] = true,
  390. ["CFrame"] = CFrame.new(53.0000381, 102.631302, 20.7913036, -0.999998271, -1.1920929e-007, 1.63912773e-007, 5.96046448e-008, 0.957824349, 0.287347406, 1.93715096e-007, 0.287347585, -0.957825661),
  391. ["Elasticity"] = 0,
  392. ["FormFactor"] = Enum.FormFactor.Symmetric,
  393. ["Size"] = Vector3.new(34, 1, 15),
  394. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  395. ["TopSurface"] = Enum.SurfaceType.Smooth,
  396. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  397. })
  398. o30 = Create("Part",{
  399. ["Parent"] = o1,
  400. ["BrickColor"] = BrickColor.new("Dark orange"),
  401. ["Position"] = Vector3.new(37.5000572, 105.644257, -1.99998951),
  402. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  403. ["Anchored"] = true,
  404. ["CFrame"] = CFrame.new(37.5000572, 105.644257, -1.99998951, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  405. ["Elasticity"] = 0,
  406. ["FormFactor"] = Enum.FormFactor.Symmetric,
  407. ["Size"] = Vector3.new(1, 3, 20),
  408. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  409. ["TopSurface"] = Enum.SurfaceType.Smooth,
  410. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  411. })
  412. o31 = Create("WedgePart",{
  413. ["Parent"] = o1,
  414. ["BrickColor"] = BrickColor.new("Dark orange"),
  415. ["Position"] = Vector3.new(37.5000496, 105.644249, 11.0000029),
  416. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, 180),
  417. ["Anchored"] = true,
  418. ["CFrame"] = CFrame.new(37.5000496, 105.644249, 11.0000029, -0.999998271, -6.70552254e-008, 1.93715096e-007, 5.96046448e-008, 0.999998212, 9.31322575e-008, 1.93715096e-007, -9.49949026e-008, -0.999999404),
  419. ["Elasticity"] = 0,
  420. ["FormFactor"] = Enum.FormFactor.Symmetric,
  421. ["Size"] = Vector3.new(1, 3, 6),
  422. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  423. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  424. })
  425. o32 = Create("WedgePart",{
  426. ["Parent"] = o1,
  427. ["BrickColor"] = BrickColor.new("Dark orange"),
  428. ["Position"] = Vector3.new(37.5000648, 105.644257, -14.99998),
  429. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  430. ["Anchored"] = true,
  431. ["CFrame"] = CFrame.new(37.5000648, 105.644257, -14.99998, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  432. ["Elasticity"] = 0,
  433. ["FormFactor"] = Enum.FormFactor.Symmetric,
  434. ["Size"] = Vector3.new(1, 3, 6),
  435. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  436. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  437. })
  438. o33 = Create("Part",{
  439. ["Parent"] = o1,
  440. ["BrickColor"] = BrickColor.new("Reddish brown"),
  441. ["Position"] = Vector3.new(53.0000305, 111.908707, 2.84628582),
  442. ["Rotation"] = Vector3.new(-141.34024, 5.97641565e-006, 180),
  443. ["Anchored"] = true,
  444. ["CFrame"] = CFrame.new(53.0000305, 111.908707, 2.84628582, -0.999998271, -1.78813934e-007, 1.04308128e-007, 5.96046448e-008, 0.780867219, 0.624693811, 1.93715096e-007, 0.624694526, -0.780868351),
  445. ["Elasticity"] = 0,
  446. ["FormFactor"] = Enum.FormFactor.Symmetric,
  447. ["Size"] = Vector3.new(34, 1, 14),
  448. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  449. ["TopSurface"] = Enum.SurfaceType.Smooth,
  450. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  451. })
  452. o34 = Create("WedgePart",{
  453. ["Parent"] = o1,
  454. ["BrickColor"] = BrickColor.new("Dark orange"),
  455. ["Position"] = Vector3.new(37.500061, 111.144211, 3.00000668),
  456. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, 180),
  457. ["Anchored"] = true,
  458. ["CFrame"] = CFrame.new(37.500061, 111.144211, 3.00000668, -0.999998271, -6.70552254e-008, 1.93715096e-007, 5.96046448e-008, 0.999998212, 9.31322575e-008, 1.93715096e-007, -9.49949026e-008, -0.999999404),
  459. ["Elasticity"] = 0,
  460. ["FormFactor"] = Enum.FormFactor.Symmetric,
  461. ["Size"] = Vector3.new(1, 8, 10),
  462. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  463. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  464. })
  465. o35 = Create("WedgePart",{
  466. ["Parent"] = o1,
  467. ["BrickColor"] = BrickColor.new("Dark orange"),
  468. ["Position"] = Vector3.new(90.4999695, 105.644241, -14.9999914),
  469. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  470. ["Anchored"] = true,
  471. ["CFrame"] = CFrame.new(90.4999695, 105.644241, -14.9999914, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  472. ["Elasticity"] = 0,
  473. ["FormFactor"] = Enum.FormFactor.Symmetric,
  474. ["Size"] = Vector3.new(1, 3, 6),
  475. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  476. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  477. })
  478. o36 = Create("Part",{
  479. ["Parent"] = o1,
  480. ["BrickColor"] = BrickColor.new("Dark orange"),
  481. ["Position"] = Vector3.new(90.4999771, 101.644257, -8.49999523),
  482. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  483. ["Anchored"] = true,
  484. ["CFrame"] = CFrame.new(90.4999771, 101.644257, -8.49999523, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  485. ["Elasticity"] = 0,
  486. ["FormFactor"] = Enum.FormFactor.Symmetric,
  487. ["Size"] = Vector3.new(1, 11, 7),
  488. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  489. ["TopSurface"] = Enum.SurfaceType.Smooth,
  490. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  491. })
  492. o37 = Create("Part",{
  493. ["Parent"] = o1,
  494. ["BrickColor"] = BrickColor.new("Dark orange"),
  495. ["Position"] = Vector3.new(90.4999771, 100.14431, -14.9999838),
  496. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  497. ["Anchored"] = true,
  498. ["CFrame"] = CFrame.new(90.4999771, 100.14431, -14.9999838, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  499. ["Elasticity"] = 0,
  500. ["FormFactor"] = Enum.FormFactor.Symmetric,
  501. ["Size"] = Vector3.new(1, 8, 6),
  502. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  503. ["TopSurface"] = Enum.SurfaceType.Smooth,
  504. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  505. })
  506. o38 = Create("WedgePart",{
  507. ["Parent"] = o1,
  508. ["BrickColor"] = BrickColor.new("Dark orange"),
  509. ["Position"] = Vector3.new(90.4999619, 111.144226, -6.99999905),
  510. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  511. ["Anchored"] = true,
  512. ["CFrame"] = CFrame.new(90.4999619, 111.144226, -6.99999905, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  513. ["Elasticity"] = 0,
  514. ["FormFactor"] = Enum.FormFactor.Symmetric,
  515. ["Size"] = Vector3.new(1, 8, 10),
  516. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  517. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  518. })
  519. o39 = Create("WedgePart",{
  520. ["Parent"] = o1,
  521. ["BrickColor"] = BrickColor.new("Dark orange"),
  522. ["Position"] = Vector3.new(37.5000648, 111.144218, -6.9999876),
  523. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  524. ["Anchored"] = true,
  525. ["CFrame"] = CFrame.new(37.5000648, 111.144218, -6.9999876, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  526. ["Elasticity"] = 0,
  527. ["FormFactor"] = Enum.FormFactor.Symmetric,
  528. ["Size"] = Vector3.new(1, 8, 10),
  529. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  530. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  531. })
  532. o40 = Create("Part",{
  533. ["Parent"] = o1,
  534. ["BrickColor"] = BrickColor.new("Dark green"),
  535. ["Transparency"] = 0.20000000298023,
  536. ["Position"] = Vector3.new(115.499924, 175.845428, 2.99995708),
  537. ["Rotation"] = Vector3.new(-180, 1.28066049e-005, -154.000092),
  538. ["Anchored"] = true,
  539. ["CFrame"] = CFrame.new(115.499924, 175.845428, 2.99995708, -0.898791909, 0.438368499, 2.23517418e-007, 0.438369066, 0.898790836, 7.82310963e-008, 1.1920929e-007, -1.63912773e-007, -0.999998271),
  540. ["CanCollide"] = false,
  541. ["Elasticity"] = 0,
  542. ["FormFactor"] = Enum.FormFactor.Symmetric,
  543. ["Size"] = Vector3.new(2, 1, 1),
  544. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  545. ["TopSurface"] = Enum.SurfaceType.Smooth,
  546. ["Color"] = Color3.new(0.156863, 0.498039, 0.278431),
  547. })
  548. o41 = Create("SpecialMesh",{
  549. ["Parent"] = o40,
  550. ["MeshId"] = "http://www.roblox.com/asset/?id=111820358",
  551. ["Scale"] = Vector3.new(210, 215, 210),
  552. ["MeshType"] = Enum.MeshType.FileMesh,
  553. })
  554. o42 = Create("Part",{
  555. ["Parent"] = o1,
  556. ["BrickColor"] = BrickColor.new("Reddish brown"),
  557. ["Position"] = Vector3.new(36.0000496, 94.6443176, 38.4999886),
  558. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  559. ["Anchored"] = true,
  560. ["CFrame"] = CFrame.new(36.0000496, 94.6443176, 38.4999886, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  561. ["Elasticity"] = 0,
  562. ["FormFactor"] = Enum.FormFactor.Symmetric,
  563. ["Size"] = Vector3.new(52, 1, 1),
  564. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  565. ["TopSurface"] = Enum.SurfaceType.Smooth,
  566. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  567. })
  568. o43 = Create("Part",{
  569. ["Parent"] = o1,
  570. ["BrickColor"] = BrickColor.new("Reddish brown"),
  571. ["Position"] = Vector3.new(63.9999962, 93.6443329, 38.4999771),
  572. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  573. ["Anchored"] = true,
  574. ["CFrame"] = CFrame.new(63.9999962, 93.6443329, 38.4999771, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  575. ["Elasticity"] = 0,
  576. ["FormFactor"] = Enum.FormFactor.Symmetric,
  577. ["Size"] = Vector3.new(4, 15, 1),
  578. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  579. ["TopSurface"] = Enum.SurfaceType.Smooth,
  580. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  581. })
  582. o44 = Create("WedgePart",{
  583. ["Parent"] = o1,
  584. ["BrickColor"] = BrickColor.new("Dark orange"),
  585. ["Position"] = Vector3.new(37.5000572, 102.644264, -22.9999809),
  586. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  587. ["Anchored"] = true,
  588. ["CFrame"] = CFrame.new(37.5000572, 102.644264, -22.9999809, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  589. ["Elasticity"] = 0,
  590. ["FormFactor"] = Enum.FormFactor.Symmetric,
  591. ["Size"] = Vector3.new(1, 3, 10),
  592. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  593. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  594. })
  595. o45 = Create("Part",{
  596. ["Parent"] = o1,
  597. ["BrickColor"] = BrickColor.new("Bright green"),
  598. ["Position"] = Vector3.new(31.5225105, 189.566315, -32.2279091),
  599. ["Rotation"] = Vector3.new(167.935822, 5.86841631, -178.748199),
  600. ["Anchored"] = true,
  601. ["CFrame"] = CFrame.new(31.5225105, 189.566315, -32.2279091, -0.994520128, 0.0217319205, 0.102244198, -6.63101673e-007, 0.978145659, -0.207911879, -0.10452798, -0.206773415, -0.972788453),
  602. ["CanCollide"] = false,
  603. ["Elasticity"] = 0,
  604. ["FormFactor"] = Enum.FormFactor.Symmetric,
  605. ["Size"] = Vector3.new(2, 1, 1),
  606. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  607. ["TopSurface"] = Enum.SurfaceType.Smooth,
  608. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  609. })
  610. o46 = Create("SpecialMesh",{
  611. ["Parent"] = o45,
  612. ["MeshId"] = "http://www.roblox.com/asset/?id=111820358",
  613. ["Scale"] = Vector3.new(200, 200, 200),
  614. ["MeshType"] = Enum.MeshType.FileMesh,
  615. })
  616. o47 = Create("Part",{
  617. ["Parent"] = o1,
  618. ["BrickColor"] = BrickColor.new("Dark green"),
  619. ["Transparency"] = 0.20000000298023,
  620. ["Position"] = Vector3.new(31.5225029, 187.266144, -32.2279091),
  621. ["Rotation"] = Vector3.new(167.935822, 5.86841536, -178.748199),
  622. ["Anchored"] = true,
  623. ["CFrame"] = CFrame.new(31.5225029, 187.266144, -32.2279091, -0.994520068, 0.0217319205, 0.102244183, -6.70552254e-007, 0.978145659, -0.207911849, -0.104527995, -0.206773415, -0.972788393),
  624. ["CanCollide"] = false,
  625. ["Elasticity"] = 0,
  626. ["FormFactor"] = Enum.FormFactor.Symmetric,
  627. ["Size"] = Vector3.new(2, 1, 1),
  628. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  629. ["TopSurface"] = Enum.SurfaceType.Smooth,
  630. ["Color"] = Color3.new(0.156863, 0.498039, 0.278431),
  631. })
  632. o48 = Create("SpecialMesh",{
  633. ["Parent"] = o47,
  634. ["MeshId"] = "http://www.roblox.com/asset/?id=111820358",
  635. ["Scale"] = Vector3.new(210, 215, 210),
  636. ["MeshType"] = Enum.MeshType.FileMesh,
  637. })
  638. o49 = Create("Part",{
  639. ["Parent"] = o1,
  640. ["BrickColor"] = BrickColor.new("Brown"),
  641. ["Position"] = Vector3.new(44.2960663, 155.804138, -39.8608398),
  642. ["Rotation"] = Vector3.new(-122.426811, 36.4262581, 79.1503601),
  643. ["Anchored"] = true,
  644. ["CFrame"] = CFrame.new(44.2960663, 155.804138, -39.8608398, 0.151455432, -0.790236652, 0.59378767, -0.620977461, 0.391309828, 0.67916131, -0.769055188, -0.471592665, -0.431454778),
  645. ["Elasticity"] = 0,
  646. ["FormFactor"] = Enum.FormFactor.Symmetric,
  647. ["Size"] = Vector3.new(5, 44, 6),
  648. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  649. ["TopSurface"] = Enum.SurfaceType.Smooth,
  650. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  651. })
  652. o50 = Create("Part",{
  653. ["Parent"] = o1,
  654. ["BrickColor"] = BrickColor.new("Reddish brown"),
  655. ["Position"] = Vector3.new(89.9999695, 91.6443329, -26.9999886),
  656. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  657. ["Anchored"] = true,
  658. ["CFrame"] = CFrame.new(89.9999695, 91.6443329, -26.9999886, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  659. ["Elasticity"] = 0,
  660. ["FormFactor"] = Enum.FormFactor.Symmetric,
  661. ["Size"] = Vector3.new(4, 21, 4),
  662. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  663. ["TopSurface"] = Enum.SurfaceType.Smooth,
  664. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  665. })
  666. o51 = Create("Part",{
  667. ["Parent"] = o1,
  668. ["BrickColor"] = BrickColor.new("Dark orange"),
  669. ["Position"] = Vector3.new(64.0000229, 99.1443024, -27.4999847),
  670. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  671. ["Anchored"] = true,
  672. ["CFrame"] = CFrame.new(64.0000229, 99.1443024, -27.4999847, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  673. ["Elasticity"] = 0,
  674. ["FormFactor"] = Enum.FormFactor.Symmetric,
  675. ["Size"] = Vector3.new(1, 6, 34),
  676. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  677. ["TopSurface"] = Enum.SurfaceType.Smooth,
  678. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  679. })
  680. o52 = Create("Part",{
  681. ["Parent"] = o1,
  682. ["BrickColor"] = BrickColor.new("Dark orange"),
  683. ["Position"] = Vector3.new(51.0000305, 99.1443024, 23.4999924),
  684. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  685. ["Anchored"] = true,
  686. ["CFrame"] = CFrame.new(51.0000305, 99.1443024, 23.4999924, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  687. ["Elasticity"] = 0,
  688. ["FormFactor"] = Enum.FormFactor.Symmetric,
  689. ["Size"] = Vector3.new(1, 6, 16),
  690. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  691. ["TopSurface"] = Enum.SurfaceType.Smooth,
  692. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  693. })
  694. o53 = Create("Part",{
  695. ["Parent"] = o1,
  696. ["BrickColor"] = BrickColor.new("Light blue"),
  697. ["Reflectance"] = 0.20000000298023,
  698. ["Transparency"] = 0.89999997615814,
  699. ["Position"] = Vector3.new(77.5, 92.6453552, -27.5000114),
  700. ["Rotation"] = Vector3.new(0.277123749, 89.8934708, 0.335451573),
  701. ["Anchored"] = true,
  702. ["CFrame"] = CFrame.new(77.5, 92.6453552, -27.5000114, 1.27255917e-005, -7.4505806e-008, 0.999998271, 8.56816769e-008, 0.999998331, -5.96046448e-008, -0.999999285, -1.24797225e-007, 1.23232603e-005),
  703. ["Elasticity"] = 0,
  704. ["FormFactor"] = Enum.FormFactor.Symmetric,
  705. ["Size"] = Vector3.new(1, 5, 7),
  706. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  707. ["TopSurface"] = Enum.SurfaceType.Smooth,
  708. ["Color"] = Color3.new(0.705882, 0.823529, 0.894118),
  709. })
  710. o54 = Create("BlockMesh",{
  711. ["Parent"] = o53,
  712. ["Scale"] = Vector3.new(0, 1, 1),
  713. })
  714. o55 = Create("Part",{
  715. ["Parent"] = o1,
  716. ["BrickColor"] = BrickColor.new("Reddish brown"),
  717. ["Position"] = Vector3.new(89.9999695, 99.1443024, -2.99999905),
  718. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  719. ["Anchored"] = true,
  720. ["CFrame"] = CFrame.new(89.9999695, 99.1443024, -2.99999905, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  721. ["Elasticity"] = 0,
  722. ["FormFactor"] = Enum.FormFactor.Symmetric,
  723. ["Size"] = Vector3.new(4, 36, 4),
  724. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  725. ["TopSurface"] = Enum.SurfaceType.Smooth,
  726. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  727. })
  728. o56 = Create("Part",{
  729. ["Parent"] = o1,
  730. ["BrickColor"] = BrickColor.new("Reddish brown"),
  731. ["Position"] = Vector3.new(49.5000381, 95.64534, 23.5000114),
  732. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  733. ["Anchored"] = true,
  734. ["CFrame"] = CFrame.new(49.5000381, 95.64534, 23.5000114, 1.93715096e-007, -6.70552254e-008, 0.999998271, 1.11758709e-007, 0.999998212, -5.96046448e-008, -0.999999285, -1.02445483e-007, -1.93715096e-007),
  735. ["Elasticity"] = 0,
  736. ["FormFactor"] = Enum.FormFactor.Symmetric,
  737. ["Size"] = Vector3.new(2, 1, 13),
  738. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  739. ["TopSurface"] = Enum.SurfaceType.Smooth,
  740. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  741. })
  742. o57 = Create("Part",{
  743. ["Parent"] = o1,
  744. ["BrickColor"] = BrickColor.new("Dark orange"),
  745. ["Position"] = Vector3.new(90.4999695, 91.1443329, -7.99999332),
  746. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  747. ["Anchored"] = true,
  748. ["CFrame"] = CFrame.new(90.4999695, 91.1443329, -7.99999332, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  749. ["Elasticity"] = 0,
  750. ["FormFactor"] = Enum.FormFactor.Symmetric,
  751. ["Size"] = Vector3.new(1, 10, 6),
  752. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  753. ["TopSurface"] = Enum.SurfaceType.Smooth,
  754. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  755. })
  756. o58 = Create("Part",{
  757. ["Parent"] = o1,
  758. ["BrickColor"] = BrickColor.new("Dark orange"),
  759. ["Position"] = Vector3.new(43.5000687, 94.1443329, -27.4999771),
  760. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  761. ["Anchored"] = true,
  762. ["CFrame"] = CFrame.new(43.5000687, 94.1443329, -27.4999771, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  763. ["Elasticity"] = 0,
  764. ["FormFactor"] = Enum.FormFactor.Symmetric,
  765. ["Size"] = Vector3.new(1, 16, 7),
  766. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  767. ["TopSurface"] = Enum.SurfaceType.Smooth,
  768. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  769. })
  770. o59 = Create("Part",{
  771. ["Parent"] = o1,
  772. ["BrickColor"] = BrickColor.new("Reddish brown"),
  773. ["Position"] = Vector3.new(64.0000153, 95.6453323, -27.4999733),
  774. ["Rotation"] = Vector3.new(167.005386, 89.8934708, 19.0934925),
  775. ["Anchored"] = true,
  776. ["CFrame"] = CFrame.new(64.0000153, 95.6453323, -27.4999733, 1.93715096e-007, -6.70552254e-008, 0.999998271, 1.41561031e-007, 0.999998212, -4.47034836e-008, -0.999999285, -7.82310963e-008, -1.93715096e-007),
  777. ["Elasticity"] = 0,
  778. ["FormFactor"] = Enum.FormFactor.Symmetric,
  779. ["Size"] = Vector3.new(2, 1, 14),
  780. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  781. ["TopSurface"] = Enum.SurfaceType.Smooth,
  782. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  783. })
  784. o60 = Create("Part",{
  785. ["Parent"] = o1,
  786. ["BrickColor"] = BrickColor.new("Reddish brown"),
  787. ["Position"] = Vector3.new(70.5000153, 90.6443329, -27.4999886),
  788. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  789. ["Anchored"] = true,
  790. ["CFrame"] = CFrame.new(70.5000153, 90.6443329, -27.4999886, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  791. ["Elasticity"] = 0,
  792. ["FormFactor"] = Enum.FormFactor.Symmetric,
  793. ["Size"] = Vector3.new(1, 9, 1),
  794. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  795. ["TopSurface"] = Enum.SurfaceType.Smooth,
  796. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  797. })
  798. o61 = Create("Part",{
  799. ["Parent"] = o1,
  800. ["BrickColor"] = BrickColor.new("Reddish brown"),
  801. ["Position"] = Vector3.new(77.5000153, 95.6443024, -27.4999847),
  802. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  803. ["Anchored"] = true,
  804. ["CFrame"] = CFrame.new(77.5000153, 95.6443024, -27.4999847, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  805. ["Elasticity"] = 0,
  806. ["FormFactor"] = Enum.FormFactor.Symmetric,
  807. ["Size"] = Vector3.new(1, 1, 7),
  808. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  809. ["TopSurface"] = Enum.SurfaceType.Smooth,
  810. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  811. })
  812. o62 = Create("Part",{
  813. ["Parent"] = o1,
  814. ["BrickColor"] = BrickColor.new("Dark orange"),
  815. ["Position"] = Vector3.new(84.4999924, 94.1443329, -27.4999847),
  816. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  817. ["Anchored"] = true,
  818. ["CFrame"] = CFrame.new(84.4999924, 94.1443329, -27.4999847, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  819. ["Elasticity"] = 0,
  820. ["FormFactor"] = Enum.FormFactor.Symmetric,
  821. ["Size"] = Vector3.new(1, 16, 7),
  822. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  823. ["TopSurface"] = Enum.SurfaceType.Smooth,
  824. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  825. })
  826. o63 = Create("Part",{
  827. ["Parent"] = o1,
  828. ["BrickColor"] = BrickColor.new("Dark orange"),
  829. ["Position"] = Vector3.new(72.5000076, 91.1443329, -27.4999771),
  830. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  831. ["Anchored"] = true,
  832. ["CFrame"] = CFrame.new(72.5000076, 91.1443329, -27.4999771, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  833. ["Elasticity"] = 0,
  834. ["FormFactor"] = Enum.FormFactor.Symmetric,
  835. ["Size"] = Vector3.new(1, 10, 3),
  836. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  837. ["TopSurface"] = Enum.SurfaceType.Smooth,
  838. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  839. })
  840. o64 = Create("Part",{
  841. ["Parent"] = o1,
  842. ["BrickColor"] = BrickColor.new("Dark orange"),
  843. ["Position"] = Vector3.new(60.5000076, 91.1443329, 23.4999905),
  844. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  845. ["Anchored"] = true,
  846. ["CFrame"] = CFrame.new(60.5000076, 91.1443329, 23.4999905, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  847. ["Elasticity"] = 0,
  848. ["FormFactor"] = Enum.FormFactor.Symmetric,
  849. ["Size"] = Vector3.new(1, 10, 9),
  850. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  851. ["TopSurface"] = Enum.SurfaceType.Smooth,
  852. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  853. })
  854. o65 = Create("Part",{
  855. ["Parent"] = o1,
  856. ["BrickColor"] = BrickColor.new("Reddish brown"),
  857. ["Position"] = Vector3.new(50.5000572, 95.64431, -27.4999771),
  858. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  859. ["Anchored"] = true,
  860. ["CFrame"] = CFrame.new(50.5000572, 95.64431, -27.4999771, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  861. ["Elasticity"] = 0,
  862. ["FormFactor"] = Enum.FormFactor.Symmetric,
  863. ["Size"] = Vector3.new(1, 1, 7),
  864. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  865. ["TopSurface"] = Enum.SurfaceType.Smooth,
  866. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  867. })
  868. o66 = Create("Part",{
  869. ["Parent"] = o1,
  870. ["BrickColor"] = BrickColor.new("Light blue"),
  871. ["Reflectance"] = 0.20000000298023,
  872. ["Transparency"] = 0.89999997615814,
  873. ["Position"] = Vector3.new(50.5000458, 92.6443405, -27.4999733),
  874. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  875. ["Anchored"] = true,
  876. ["CFrame"] = CFrame.new(50.5000458, 92.6443405, -27.4999733, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  877. ["Elasticity"] = 0,
  878. ["FormFactor"] = Enum.FormFactor.Symmetric,
  879. ["Size"] = Vector3.new(1, 5, 7),
  880. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  881. ["TopSurface"] = Enum.SurfaceType.Smooth,
  882. ["Color"] = Color3.new(0.705882, 0.823529, 0.894118),
  883. })
  884. o67 = Create("BlockMesh",{
  885. ["Parent"] = o66,
  886. ["Scale"] = Vector3.new(0, 1, 1),
  887. })
  888. o68 = Create("Part",{
  889. ["Parent"] = o1,
  890. ["BrickColor"] = BrickColor.new("Dark orange"),
  891. ["Position"] = Vector3.new(41.5000381, 94.1443329, 23.4999943),
  892. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  893. ["Anchored"] = true,
  894. ["CFrame"] = CFrame.new(41.5000381, 94.1443329, 23.4999943, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  895. ["Elasticity"] = 0,
  896. ["FormFactor"] = Enum.FormFactor.Symmetric,
  897. ["Size"] = Vector3.new(1, 16, 3),
  898. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  899. ["TopSurface"] = Enum.SurfaceType.Smooth,
  900. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  901. })
  902. o69 = Create("Part",{
  903. ["Parent"] = o1,
  904. ["BrickColor"] = BrickColor.new("Brown"),
  905. ["Position"] = Vector3.new(73.3933105, 94.5958862, 0.657835007),
  906. ["Rotation"] = Vector3.new(-12.9693832, 0.899095595, -3.8977983),
  907. ["Anchored"] = true,
  908. ["CFrame"] = CFrame.new(73.3933105, 94.5958862, 0.657835007, 0.997562349, 0.0679684654, 0.0156915337, -0.0697564036, 0.971994698, 0.224402577, -1.78813934e-007, -0.224950969, 0.974369526),
  909. ["Elasticity"] = 0,
  910. ["FormFactor"] = Enum.FormFactor.Symmetric,
  911. ["Size"] = Vector3.new(10, 74, 13),
  912. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  913. ["TopSurface"] = Enum.SurfaceType.Smooth,
  914. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  915. })
  916. o70 = Create("Part",{
  917. ["Parent"] = o1,
  918. ["BrickColor"] = BrickColor.new("Dark orange"),
  919. ["Position"] = Vector3.new(37.500061, 93.6443329, -21.4999771),
  920. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  921. ["Anchored"] = true,
  922. ["CFrame"] = CFrame.new(37.500061, 93.6443329, -21.4999771, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  923. ["Elasticity"] = 0,
  924. ["FormFactor"] = Enum.FormFactor.Symmetric,
  925. ["Size"] = Vector3.new(1, 15, 7),
  926. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  927. ["TopSurface"] = Enum.SurfaceType.Smooth,
  928. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  929. })
  930. o71 = Create("WedgePart",{
  931. ["Parent"] = o1,
  932. ["BrickColor"] = BrickColor.new("Dark orange"),
  933. ["Position"] = Vector3.new(37.5000534, 102.644257, 18.9999962),
  934. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, 180),
  935. ["Anchored"] = true,
  936. ["CFrame"] = CFrame.new(37.5000534, 102.644257, 18.9999962, -0.999998271, -6.70552254e-008, 1.93715096e-007, 5.96046448e-008, 0.999998212, 9.31322575e-008, 1.93715096e-007, -9.49949026e-008, -0.999999404),
  937. ["Elasticity"] = 0,
  938. ["FormFactor"] = Enum.FormFactor.Symmetric,
  939. ["Size"] = Vector3.new(1, 3, 10),
  940. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  941. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  942. })
  943. o72 = Create("Part",{
  944. ["Parent"] = o1,
  945. ["BrickColor"] = BrickColor.new("Dark orange"),
  946. ["Position"] = Vector3.new(37.5000687, 93.6443329, 17.5000019),
  947. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, 180),
  948. ["Anchored"] = true,
  949. ["CFrame"] = CFrame.new(37.5000687, 93.6443329, 17.5000019, -0.999998271, -6.70552254e-008, 1.93715096e-007, 5.96046448e-008, 0.999998212, 9.31322575e-008, 1.93715096e-007, -9.49949026e-008, -0.999999404),
  950. ["Elasticity"] = 0,
  951. ["FormFactor"] = Enum.FormFactor.Symmetric,
  952. ["Size"] = Vector3.new(1, 15, 7),
  953. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  954. ["TopSurface"] = Enum.SurfaceType.Smooth,
  955. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  956. })
  957. o73 = Create("Part",{
  958. ["Parent"] = o1,
  959. ["BrickColor"] = BrickColor.new("Dark orange"),
  960. ["Position"] = Vector3.new(37.5000534, 100.14431, -1.99999142),
  961. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  962. ["Anchored"] = true,
  963. ["CFrame"] = CFrame.new(37.5000534, 100.14431, -1.99999142, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  964. ["Elasticity"] = 0,
  965. ["FormFactor"] = Enum.FormFactor.Symmetric,
  966. ["Size"] = Vector3.new(1, 8, 32),
  967. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  968. ["TopSurface"] = Enum.SurfaceType.Smooth,
  969. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  970. })
  971. o74 = Create("Part",{
  972. ["Parent"] = o1,
  973. ["BrickColor"] = BrickColor.new("Dark orange"),
  974. ["Position"] = Vector3.new(90.4999695, 93.6443329, -21.4999886),
  975. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  976. ["Anchored"] = true,
  977. ["CFrame"] = CFrame.new(90.4999695, 93.6443329, -21.4999886, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  978. ["Elasticity"] = 0,
  979. ["FormFactor"] = Enum.FormFactor.Symmetric,
  980. ["Size"] = Vector3.new(1, 15, 7),
  981. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  982. ["TopSurface"] = Enum.SurfaceType.Smooth,
  983. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  984. })
  985. o75 = Create("WedgePart",{
  986. ["Parent"] = o1,
  987. ["BrickColor"] = BrickColor.new("Dark orange"),
  988. ["Position"] = Vector3.new(90.4999695, 102.644257, -22.9999886),
  989. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  990. ["Anchored"] = true,
  991. ["CFrame"] = CFrame.new(90.4999695, 102.644257, -22.9999886, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  992. ["Elasticity"] = 0,
  993. ["FormFactor"] = Enum.FormFactor.Symmetric,
  994. ["Size"] = Vector3.new(1, 3, 10),
  995. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  996. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  997. })
  998. o76 = Create("Part",{
  999. ["Parent"] = o1,
  1000. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1001. ["Position"] = Vector3.new(90.4999771, 95.6443024, -14.4999914),
  1002. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  1003. ["Anchored"] = true,
  1004. ["CFrame"] = CFrame.new(90.4999771, 95.6443024, -14.4999914, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  1005. ["Elasticity"] = 0,
  1006. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1007. ["Size"] = Vector3.new(1, 1, 7),
  1008. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1009. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1010. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1011. })
  1012. o77 = Create("Part",{
  1013. ["Parent"] = o1,
  1014. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1015. ["Position"] = Vector3.new(90.4999771, 89.6454163, -14.4999743),
  1016. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  1017. ["Anchored"] = true,
  1018. ["CFrame"] = CFrame.new(90.4999771, 89.6454163, -14.4999743, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  1019. ["Elasticity"] = 0,
  1020. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1021. ["Size"] = Vector3.new(2, 1, 7),
  1022. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1023. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1024. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1025. })
  1026. o78 = Create("Part",{
  1027. ["Parent"] = o1,
  1028. ["BrickColor"] = BrickColor.new("Light blue"),
  1029. ["Reflectance"] = 0.20000000298023,
  1030. ["Transparency"] = 0.89999997615814,
  1031. ["Position"] = Vector3.new(90.4999695, 92.6443329, -14.4999952),
  1032. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  1033. ["Anchored"] = true,
  1034. ["CFrame"] = CFrame.new(90.4999695, 92.6443329, -14.4999952, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  1035. ["Elasticity"] = 0,
  1036. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1037. ["Size"] = Vector3.new(1, 5, 7),
  1038. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1039. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1040. ["Color"] = Color3.new(0.705882, 0.823529, 0.894118),
  1041. })
  1042. o79 = Create("BlockMesh",{
  1043. ["Parent"] = o78,
  1044. ["Scale"] = Vector3.new(0, 1, 1),
  1045. })
  1046. o80 = Create("Part",{
  1047. ["Parent"] = o1,
  1048. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1049. ["Position"] = Vector3.new(36.0000381, 98.6443024, 38.4999809),
  1050. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  1051. ["Anchored"] = true,
  1052. ["CFrame"] = CFrame.new(36.0000381, 98.6443024, 38.4999809, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  1053. ["Elasticity"] = 0,
  1054. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1055. ["Size"] = Vector3.new(52, 5, 1),
  1056. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1057. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1058. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1059. })
  1060. o81 = Create("WedgePart",{
  1061. ["Parent"] = o1,
  1062. ["BrickColor"] = BrickColor.new("Dark orange"),
  1063. ["Position"] = Vector3.new(64.5, 96.1443176, 43.9999809),
  1064. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, 180),
  1065. ["Anchored"] = true,
  1066. ["CFrame"] = CFrame.new(64.5, 96.1443176, 43.9999809, -0.999998271, -6.70552254e-008, 1.93715096e-007, 5.96046448e-008, 0.999998212, 9.31322575e-008, 1.93715096e-007, -9.49949026e-008, -0.999999404),
  1067. ["Elasticity"] = 0,
  1068. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1069. ["Size"] = Vector3.new(1, 8, 10),
  1070. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1071. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  1072. })
  1073. o82 = Create("Part",{
  1074. ["Parent"] = o1,
  1075. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1076. ["Position"] = Vector3.new(36.0000534, 97.2209244, 43.455822),
  1077. ["Rotation"] = Vector3.new(-141.34024, 5.97641565e-006, 180),
  1078. ["Anchored"] = true,
  1079. ["CFrame"] = CFrame.new(36.0000534, 97.2209244, 43.455822, -0.999998271, -1.78813934e-007, 1.04308128e-007, 5.96046448e-008, 0.780867219, 0.624693811, 1.93715096e-007, 0.624694526, -0.780868351),
  1080. ["Elasticity"] = 0,
  1081. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1082. ["Size"] = Vector3.new(60, 1, 15),
  1083. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1084. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1085. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1086. })
  1087. o83 = Create("Part",{
  1088. ["Parent"] = o1,
  1089. ["BrickColor"] = BrickColor.new("Dark orange"),
  1090. ["Position"] = Vector3.new(64.5, 90.6443253, 43.9999809),
  1091. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  1092. ["Anchored"] = true,
  1093. ["CFrame"] = CFrame.new(64.5, 90.6443253, 43.9999809, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  1094. ["Elasticity"] = 0,
  1095. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1096. ["Size"] = Vector3.new(1, 3, 10),
  1097. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1098. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1099. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  1100. })
  1101. o84 = Create("WedgePart",{
  1102. ["Parent"] = o1,
  1103. ["BrickColor"] = BrickColor.new("Dark orange"),
  1104. ["Position"] = Vector3.new(64.4999924, 90.6443329, 51.9999695),
  1105. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, 180),
  1106. ["Anchored"] = true,
  1107. ["CFrame"] = CFrame.new(64.4999924, 90.6443329, 51.9999695, -0.999998271, -6.70552254e-008, 1.93715096e-007, 5.96046448e-008, 0.999998212, 9.31322575e-008, 1.93715096e-007, -9.49949026e-008, -0.999999404),
  1108. ["Elasticity"] = 0,
  1109. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1110. ["Size"] = Vector3.new(1, 3, 6),
  1111. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1112. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  1113. })
  1114. o85 = Create("WedgePart",{
  1115. ["Parent"] = o1,
  1116. ["BrickColor"] = BrickColor.new("Dark orange"),
  1117. ["Position"] = Vector3.new(7.50009918, 96.1443176, 43.9999924),
  1118. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, 180),
  1119. ["Anchored"] = true,
  1120. ["CFrame"] = CFrame.new(7.50009918, 96.1443176, 43.9999924, -0.999998271, -6.70552254e-008, 1.93715096e-007, 5.96046448e-008, 0.999998212, 9.31322575e-008, 1.93715096e-007, -9.49949026e-008, -0.999999404),
  1121. ["Elasticity"] = 0,
  1122. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1123. ["Size"] = Vector3.new(1, 8, 10),
  1124. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1125. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  1126. })
  1127. o86 = Create("Part",{
  1128. ["Parent"] = o1,
  1129. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1130. ["Position"] = Vector3.new(37.5000572, 95.6443024, -14.4999838),
  1131. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  1132. ["Anchored"] = true,
  1133. ["CFrame"] = CFrame.new(37.5000572, 95.6443024, -14.4999838, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  1134. ["Elasticity"] = 0,
  1135. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1136. ["Size"] = Vector3.new(1, 1, 7),
  1137. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1138. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1139. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1140. })
  1141. o87 = Create("Part",{
  1142. ["Parent"] = o1,
  1143. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1144. ["Position"] = Vector3.new(37.5000572, 95.64534, -1.99997616),
  1145. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  1146. ["Anchored"] = true,
  1147. ["CFrame"] = CFrame.new(37.5000572, 95.64534, -1.99997616, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  1148. ["Elasticity"] = 0,
  1149. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1150. ["Size"] = Vector3.new(2, 1, 10),
  1151. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1152. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1153. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1154. })
  1155. o88 = Create("Part",{
  1156. ["Parent"] = o1,
  1157. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1158. ["Position"] = Vector3.new(64.0000076, 102.629959, -24.791256),
  1159. ["Rotation"] = Vector3.new(-16.6992188, -1.19528313e-005, 1.06721893e-006),
  1160. ["Anchored"] = true,
  1161. ["CFrame"] = CFrame.new(64.0000076, 102.629959, -24.791256, 0.999998271, -1.86264515e-008, -2.08616257e-007, -5.96046448e-008, 0.957824469, 0.287347198, -1.93715096e-007, -0.287347764, 0.957825601),
  1162. ["Elasticity"] = 0,
  1163. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1164. ["Size"] = Vector3.new(56, 1, 15),
  1165. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1166. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1167. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1168. })
  1169. o89 = Create("Part",{
  1170. ["Parent"] = o1,
  1171. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1172. ["Position"] = Vector3.new(37.5000534, 95.6443024, 10.5000019),
  1173. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  1174. ["Anchored"] = true,
  1175. ["CFrame"] = CFrame.new(37.5000534, 95.6443024, 10.5000019, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  1176. ["Elasticity"] = 0,
  1177. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1178. ["Size"] = Vector3.new(1, 1, 7),
  1179. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1180. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1181. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1182. })
  1183. o90 = Create("Part",{
  1184. ["Parent"] = o1,
  1185. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1186. ["Position"] = Vector3.new(26.2270699, 93.6000977, 22.0000153),
  1187. ["Rotation"] = Vector3.new(-90.0000229, 62.9998093, 89.9999771),
  1188. ["Anchored"] = true,
  1189. ["CFrame"] = CFrame.new(26.2270699, 93.6000977, 22.0000153, 1.93715096e-007, -0.453989774, 0.89100498, 1.11758709e-007, 0.89100486, 0.453989625, -0.999999285, 7.4505806e-009, -2.08616257e-007),
  1190. ["Elasticity"] = 0,
  1191. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1192. ["Size"] = Vector3.new(1, 1, 23),
  1193. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1194. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1195. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1196. })
  1197. o91 = Create("WedgePart",{
  1198. ["Parent"] = o1,
  1199. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1200. ["Position"] = Vector3.new(33.0000687, 93.6443329, 21.9999981),
  1201. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  1202. ["Anchored"] = true,
  1203. ["CFrame"] = CFrame.new(33.0000687, 93.6443329, 21.9999981, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  1204. ["Elasticity"] = 0,
  1205. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1206. ["Size"] = Vector3.new(2, 17, 6),
  1207. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1208. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1209. })
  1210. o92 = Create("Part",{
  1211. ["Parent"] = o1,
  1212. ["BrickColor"] = BrickColor.new("Dark orange"),
  1213. ["Position"] = Vector3.new(64.5, 84.644371, 56.4999657),
  1214. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  1215. ["Anchored"] = true,
  1216. ["CFrame"] = CFrame.new(64.5, 84.644371, 56.4999657, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  1217. ["Elasticity"] = 0,
  1218. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1219. ["Size"] = Vector3.new(1, 3, 9),
  1220. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1221. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1222. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  1223. })
  1224. o93 = Create("WedgePart",{
  1225. ["Parent"] = o1,
  1226. ["BrickColor"] = BrickColor.new("Dark orange"),
  1227. ["Position"] = Vector3.new(64.5, 84.644371, 47.4999771),
  1228. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, -180),
  1229. ["Anchored"] = true,
  1230. ["CFrame"] = CFrame.new(64.5, 84.644371, 47.4999771, -0.999998271, 6.70552254e-008, -1.93715096e-007, 5.96046448e-008, -0.999998212, -9.31322575e-008, 1.93715096e-007, 9.49949026e-008, 0.999999404),
  1231. ["Elasticity"] = 0,
  1232. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1233. ["Size"] = Vector3.new(1, 3, 9),
  1234. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1235. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  1236. })
  1237. o94 = Create("WedgePart",{
  1238. ["Parent"] = o1,
  1239. ["BrickColor"] = BrickColor.new("Dark orange"),
  1240. ["Position"] = Vector3.new(64.5, 80.6443787, 54.4999771),
  1241. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, -180),
  1242. ["Anchored"] = true,
  1243. ["CFrame"] = CFrame.new(64.5, 80.6443787, 54.4999771, -0.999998271, 6.70552254e-008, -1.93715096e-007, 5.96046448e-008, -0.999998212, -9.31322575e-008, 1.93715096e-007, 9.49949026e-008, 0.999999404),
  1244. ["Elasticity"] = 0,
  1245. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1246. ["Size"] = Vector3.new(1, 5, 5),
  1247. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1248. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  1249. })
  1250. o95 = Create("Part",{
  1251. ["Parent"] = o1,
  1252. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1253. ["Position"] = Vector3.new(36.000042, 91.1578064, 52.0930901),
  1254. ["Rotation"] = Vector3.new(26.5650082, -9.8183973e-006, -180),
  1255. ["Anchored"] = true,
  1256. ["CFrame"] = CFrame.new(36.000042, 91.1578064, 52.0930901, -0.999998152, 2.08616257e-007, -1.71363354e-007, 4.47034836e-008, -0.894425333, -0.447212458, 2.98023224e-008, -0.447213024, 0.894426584),
  1257. ["Elasticity"] = 0,
  1258. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1259. ["Size"] = Vector3.new(60, 1, 7),
  1260. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1261. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1262. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1263. })
  1264. o96 = Create("Part",{
  1265. ["Parent"] = o1,
  1266. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1267. ["Position"] = Vector3.new(36.0000458, 87.7737045, 61.3123512),
  1268. ["Rotation"] = Vector3.new(-163.300781, 8.5377369e-006, 180),
  1269. ["Anchored"] = true,
  1270. ["CFrame"] = CFrame.new(36.0000458, 87.7737045, 61.3123512, -0.999998271, -1.1920929e-007, 1.49011612e-007, 5.96046448e-008, 0.957824528, 0.287347347, 1.93715096e-007, 0.287347555, -0.95782578),
  1271. ["Elasticity"] = 0,
  1272. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1273. ["Size"] = Vector3.new(60, 1, 14),
  1274. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1275. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1276. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1277. })
  1278. o97 = Create("Part",{
  1279. ["Parent"] = o1,
  1280. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1281. ["Position"] = Vector3.new(8.00009918, 93.6443329, 38.4999924),
  1282. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  1283. ["Anchored"] = true,
  1284. ["CFrame"] = CFrame.new(8.00009918, 93.6443329, 38.4999924, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  1285. ["Elasticity"] = 0,
  1286. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1287. ["Size"] = Vector3.new(4, 15, 1),
  1288. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1289. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1290. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1291. })
  1292. o98 = Create("Part",{
  1293. ["Parent"] = o1,
  1294. ["BrickColor"] = BrickColor.new("Nougat"),
  1295. ["Position"] = Vector3.new(76.0000076, 85.6443787, -49.9999657),
  1296. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  1297. ["Anchored"] = true,
  1298. ["CFrame"] = CFrame.new(76.0000076, 85.6443787, -49.9999657, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  1299. ["Elasticity"] = 0,
  1300. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1301. ["Size"] = Vector3.new(10, 1, 4),
  1302. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1303. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1304. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  1305. })
  1306. o99 = Create("Part",{
  1307. ["Parent"] = o1,
  1308. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1309. ["Position"] = Vector3.new(55.5000114, 90.6443329, 23.4999924),
  1310. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  1311. ["Anchored"] = true,
  1312. ["CFrame"] = CFrame.new(55.5000114, 90.6443329, 23.4999924, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  1313. ["Elasticity"] = 0,
  1314. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1315. ["Size"] = Vector3.new(1, 9, 1),
  1316. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1317. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1318. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1319. })
  1320. o100 = Create("Part",{
  1321. ["Parent"] = o1,
  1322. ["BrickColor"] = BrickColor.new("Brown"),
  1323. ["Position"] = Vector3.new(72.2092361, 157.783722, -48.1660767),
  1324. ["Rotation"] = Vector3.new(-56.8441353, 2.1289289, 168.257278),
  1325. ["Anchored"] = true,
  1326. ["CFrame"] = CFrame.new(72.2092361, 157.783722, -48.1660767, -0.978393853, -0.203376606, 0.037148267, 0.14175649, -0.529141545, 0.836606622, -0.150489628, 0.823799491, 0.546540141),
  1327. ["Elasticity"] = 0,
  1328. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1329. ["Size"] = Vector3.new(5, 58, 6),
  1330. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1331. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1332. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  1333. })
  1334. o101 = Create("Part",{
  1335. ["Parent"] = o1,
  1336. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1337. ["Position"] = Vector3.new(43.5000343, 90.6443329, 23.4999924),
  1338. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  1339. ["Anchored"] = true,
  1340. ["CFrame"] = CFrame.new(43.5000343, 90.6443329, 23.4999924, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  1341. ["Elasticity"] = 0,
  1342. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1343. ["Size"] = Vector3.new(1, 9, 1),
  1344. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1345. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1346. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1347. })
  1348. o102 = Create("Part",{
  1349. ["Parent"] = o1,
  1350. ["BrickColor"] = BrickColor.new("Dark orange"),
  1351. ["Position"] = Vector3.new(55.500042, 91.1443405, -27.4999771),
  1352. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  1353. ["Anchored"] = true,
  1354. ["CFrame"] = CFrame.new(55.500042, 91.1443405, -27.4999771, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  1355. ["Elasticity"] = 0,
  1356. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1357. ["Size"] = Vector3.new(1, 10, 3),
  1358. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1359. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1360. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  1361. })
  1362. o103 = Create("Part",{
  1363. ["Parent"] = o1,
  1364. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1365. ["Position"] = Vector3.new(77.5, 89.6456604, -27.4999657),
  1366. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  1367. ["Anchored"] = true,
  1368. ["CFrame"] = CFrame.new(77.5, 89.6456604, -27.4999657, 1.93715096e-007, -6.70552254e-008, 0.999998271, 1.11758709e-007, 0.999998212, -5.96046448e-008, -0.999999285, -1.02445483e-007, -1.93715096e-007),
  1369. ["Elasticity"] = 0,
  1370. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1371. ["Size"] = Vector3.new(2, 1, 7),
  1372. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1373. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1374. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1375. })
  1376. o104 = Create("Part",{
  1377. ["Parent"] = o1,
  1378. ["BrickColor"] = BrickColor.new("Dark orange"),
  1379. ["Position"] = Vector3.new(77.5000076, 87.6443634, -27.4999809),
  1380. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  1381. ["Anchored"] = true,
  1382. ["CFrame"] = CFrame.new(77.5000076, 87.6443634, -27.4999809, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  1383. ["Elasticity"] = 0,
  1384. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1385. ["Size"] = Vector3.new(1, 3, 7),
  1386. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1387. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1388. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  1389. })
  1390. o105 = Create("Part",{
  1391. ["Parent"] = o1,
  1392. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1393. ["Position"] = Vector3.new(57.5000381, 90.6443405, -27.4999809),
  1394. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  1395. ["Anchored"] = true,
  1396. ["CFrame"] = CFrame.new(57.5000381, 90.6443405, -27.4999809, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  1397. ["Elasticity"] = 0,
  1398. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1399. ["Size"] = Vector3.new(1, 9, 1),
  1400. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1401. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1402. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1403. })
  1404. o106 = Create("Part",{
  1405. ["Parent"] = o1,
  1406. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1407. ["Position"] = Vector3.new(16.0000877, 87.1454163, 22.0000172),
  1408. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  1409. ["Anchored"] = true,
  1410. ["CFrame"] = CFrame.new(16.0000877, 87.1454163, 22.0000172, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  1411. ["Elasticity"] = 0,
  1412. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1413. ["Size"] = Vector3.new(1, 4, 1),
  1414. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1415. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1416. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1417. })
  1418. o107 = Create("Part",{
  1419. ["Parent"] = o1,
  1420. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1421. ["Position"] = Vector3.new(16.0000916, 88.1454315, -1.99997234),
  1422. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  1423. ["Anchored"] = true,
  1424. ["CFrame"] = CFrame.new(16.0000916, 88.1454315, -1.99997234, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  1425. ["Elasticity"] = 0,
  1426. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1427. ["Size"] = Vector3.new(1, 1, 47),
  1428. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1429. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1430. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1431. })
  1432. o108 = Create("Part",{
  1433. ["Parent"] = o1,
  1434. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1435. ["Position"] = Vector3.new(64.0000153, 82.6443939, -27.4999809),
  1436. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  1437. ["Anchored"] = true,
  1438. ["CFrame"] = CFrame.new(64.0000153, 82.6443939, -27.4999809, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  1439. ["Elasticity"] = 0,
  1440. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1441. ["Size"] = Vector3.new(1, 1, 48),
  1442. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1443. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1444. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1445. })
  1446. o109 = Create("Part",{
  1447. ["Parent"] = o1,
  1448. ["BrickColor"] = BrickColor.new("Dark orange"),
  1449. ["Position"] = Vector3.new(50.5000534, 87.6443787, -27.4999733),
  1450. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  1451. ["Anchored"] = true,
  1452. ["CFrame"] = CFrame.new(50.5000534, 87.6443787, -27.4999733, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  1453. ["Elasticity"] = 0,
  1454. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1455. ["Size"] = Vector3.new(1, 3, 7),
  1456. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1457. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1458. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  1459. })
  1460. o110 = Create("Part",{
  1461. ["Parent"] = o1,
  1462. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1463. ["Position"] = Vector3.new(50.500042, 89.645668, -27.4999657),
  1464. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  1465. ["Anchored"] = true,
  1466. ["CFrame"] = CFrame.new(50.500042, 89.645668, -27.4999657, 1.93715096e-007, -6.70552254e-008, 0.999998271, 1.11758709e-007, 0.999998212, -5.96046448e-008, -0.999999285, -1.02445483e-007, -1.93715096e-007),
  1467. ["Elasticity"] = 0,
  1468. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1469. ["Size"] = Vector3.new(2, 1, 7),
  1470. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1471. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1472. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1473. })
  1474. o111 = Create("Part",{
  1475. ["Parent"] = o1,
  1476. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1477. ["Position"] = Vector3.new(38.0000687, 91.6443329, -26.9999771),
  1478. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  1479. ["Anchored"] = true,
  1480. ["CFrame"] = CFrame.new(38.0000687, 91.6443329, -26.9999771, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  1481. ["Elasticity"] = 0,
  1482. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1483. ["Size"] = Vector3.new(4, 21, 4),
  1484. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1485. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1486. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1487. })
  1488. o112 = Create("Part",{
  1489. ["Parent"] = o1,
  1490. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1491. ["Position"] = Vector3.new(37.5000572, 90.6443405, -6.4999876),
  1492. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  1493. ["Anchored"] = true,
  1494. ["CFrame"] = CFrame.new(37.5000572, 90.6443405, -6.4999876, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  1495. ["Elasticity"] = 0,
  1496. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1497. ["Size"] = Vector3.new(1, 9, 1),
  1498. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1499. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1500. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1501. })
  1502. o113 = Create("Part",{
  1503. ["Parent"] = o1,
  1504. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1505. ["Position"] = Vector3.new(37.5000648, 90.6443405, 2.50001144),
  1506. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  1507. ["Anchored"] = true,
  1508. ["CFrame"] = CFrame.new(37.5000648, 90.6443405, 2.50001144, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  1509. ["Elasticity"] = 0,
  1510. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1511. ["Size"] = Vector3.new(1, 9, 1),
  1512. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1513. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1514. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1515. })
  1516. o114 = Create("Part",{
  1517. ["Parent"] = o1,
  1518. ["BrickColor"] = BrickColor.new("Light blue"),
  1519. ["Reflectance"] = 0.20000000298023,
  1520. ["Transparency"] = 0.89999997615814,
  1521. ["Position"] = Vector3.new(37.5000648, 92.6443329, -14.4999838),
  1522. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  1523. ["Anchored"] = true,
  1524. ["CFrame"] = CFrame.new(37.5000648, 92.6443329, -14.4999838, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  1525. ["Elasticity"] = 0,
  1526. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1527. ["Size"] = Vector3.new(1, 5, 7),
  1528. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1529. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1530. ["Color"] = Color3.new(0.705882, 0.823529, 0.894118),
  1531. })
  1532. o115 = Create("BlockMesh",{
  1533. ["Parent"] = o114,
  1534. ["Scale"] = Vector3.new(0, 1, 1),
  1535. })
  1536. o116 = Create("Part",{
  1537. ["Parent"] = o1,
  1538. ["BrickColor"] = BrickColor.new("Light blue"),
  1539. ["Reflectance"] = 0.20000000298023,
  1540. ["Transparency"] = 0.89999997615814,
  1541. ["Position"] = Vector3.new(37.500061, 92.6443329, 10.5000038),
  1542. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  1543. ["Anchored"] = true,
  1544. ["CFrame"] = CFrame.new(37.500061, 92.6443329, 10.5000038, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  1545. ["Elasticity"] = 0,
  1546. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1547. ["Size"] = Vector3.new(1, 5, 7),
  1548. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1549. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1550. ["Color"] = Color3.new(0.705882, 0.823529, 0.894118),
  1551. })
  1552. o117 = Create("BlockMesh",{
  1553. ["Parent"] = o116,
  1554. ["Scale"] = Vector3.new(0, 1, 1),
  1555. })
  1556. o118 = Create("Part",{
  1557. ["Parent"] = o1,
  1558. ["BrickColor"] = BrickColor.new("Dark orange"),
  1559. ["Position"] = Vector3.new(90.4999695, 87.644371, -14.4999914),
  1560. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  1561. ["Anchored"] = true,
  1562. ["CFrame"] = CFrame.new(90.4999695, 87.644371, -14.4999914, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  1563. ["Elasticity"] = 0,
  1564. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1565. ["Size"] = Vector3.new(1, 3, 7),
  1566. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1567. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1568. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  1569. })
  1570. o119 = Create("Part",{
  1571. ["Parent"] = o1,
  1572. ["BrickColor"] = BrickColor.new("Dark orange"),
  1573. ["Position"] = Vector3.new(7.500103, 87.6443787, 46.9999886),
  1574. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  1575. ["Anchored"] = true,
  1576. ["CFrame"] = CFrame.new(7.500103, 87.6443787, 46.9999886, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  1577. ["Elasticity"] = 0,
  1578. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1579. ["Size"] = Vector3.new(1, 3, 16),
  1580. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1581. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1582. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  1583. })
  1584. o120 = Create("Part",{
  1585. ["Parent"] = o1,
  1586. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1587. ["Position"] = Vector3.new(36.0000496, 92.1443329, 38.4999886),
  1588. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  1589. ["Anchored"] = true,
  1590. ["CFrame"] = CFrame.new(36.0000496, 92.1443329, 38.4999886, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  1591. ["Elasticity"] = 0,
  1592. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1593. ["Size"] = Vector3.new(52, 2, 1),
  1594. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1595. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1596. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1597. })
  1598. o121 = Create("WedgePart",{
  1599. ["Parent"] = o1,
  1600. ["BrickColor"] = BrickColor.new("Dark orange"),
  1601. ["Position"] = Vector3.new(64.5000076, 87.6443634, 59.9999657),
  1602. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, 180),
  1603. ["Anchored"] = true,
  1604. ["CFrame"] = CFrame.new(64.5000076, 87.6443634, 59.9999657, -0.999998271, -6.70552254e-008, 1.93715096e-007, 5.96046448e-008, 0.999998212, 9.31322575e-008, 1.93715096e-007, -9.49949026e-008, -0.999999404),
  1605. ["Elasticity"] = 0,
  1606. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1607. ["Size"] = Vector3.new(1, 3, 10),
  1608. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1609. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  1610. })
  1611. o122 = Create("Part",{
  1612. ["Parent"] = o1,
  1613. ["BrickColor"] = BrickColor.new("Dark orange"),
  1614. ["Position"] = Vector3.new(7.50011063, 90.6443329, 43.9999924),
  1615. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  1616. ["Anchored"] = true,
  1617. ["CFrame"] = CFrame.new(7.50011063, 90.6443329, 43.9999924, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  1618. ["Elasticity"] = 0,
  1619. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1620. ["Size"] = Vector3.new(1, 3, 10),
  1621. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1622. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1623. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  1624. })
  1625. o123 = Create("Part",{
  1626. ["Parent"] = o1,
  1627. ["BrickColor"] = BrickColor.new("Dark orange"),
  1628. ["Position"] = Vector3.new(64.5, 87.6443634, 46.9999771),
  1629. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  1630. ["Anchored"] = true,
  1631. ["CFrame"] = CFrame.new(64.5, 87.6443634, 46.9999771, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  1632. ["Elasticity"] = 0,
  1633. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1634. ["Size"] = Vector3.new(1, 3, 16),
  1635. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1636. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1637. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  1638. })
  1639. o124 = Create("WedgePart",{
  1640. ["Parent"] = o1,
  1641. ["BrickColor"] = BrickColor.new("Dark orange"),
  1642. ["Position"] = Vector3.new(7.500103, 90.6443329, 51.9999847),
  1643. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, 180),
  1644. ["Anchored"] = true,
  1645. ["CFrame"] = CFrame.new(7.500103, 90.6443329, 51.9999847, -0.999998271, -6.70552254e-008, 1.93715096e-007, 5.96046448e-008, 0.999998212, 9.31322575e-008, 1.93715096e-007, -9.49949026e-008, -0.999999404),
  1646. ["Elasticity"] = 0,
  1647. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1648. ["Size"] = Vector3.new(1, 3, 6),
  1649. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1650. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  1651. })
  1652. o125 = Create("Part",{
  1653. ["Parent"] = o1,
  1654. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1655. ["Position"] = Vector3.new(38.0000534, 91.6443329, 22.9999981),
  1656. ["Rotation"] = Vector3.new(-17.1027298, -89.8934708, 160.906509),
  1657. ["Anchored"] = true,
  1658. ["CFrame"] = CFrame.new(38.0000534, 91.6443329, 22.9999981, -1.93715096e-007, -6.70552254e-008, -0.999998271, -9.31322575e-008, 0.999998212, 5.96046448e-008, 0.999999404, -9.49949026e-008, 1.93715096e-007),
  1659. ["Elasticity"] = 0,
  1660. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1661. ["Size"] = Vector3.new(4, 21, 4),
  1662. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1663. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1664. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1665. })
  1666. o126 = Create("Part",{
  1667. ["Parent"] = o1,
  1668. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1669. ["Position"] = Vector3.new(37.500061, 89.6454163, -14.4999666),
  1670. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  1671. ["Anchored"] = true,
  1672. ["CFrame"] = CFrame.new(37.500061, 89.6454163, -14.4999666, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  1673. ["Elasticity"] = 0,
  1674. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1675. ["Size"] = Vector3.new(2, 1, 7),
  1676. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1677. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1678. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1679. })
  1680. o127 = Create("Part",{
  1681. ["Parent"] = o1,
  1682. ["BrickColor"] = BrickColor.new("Dark orange"),
  1683. ["Position"] = Vector3.new(37.500061, 91.1443329, 5.00000668),
  1684. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  1685. ["Anchored"] = true,
  1686. ["CFrame"] = CFrame.new(37.500061, 91.1443329, 5.00000668, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  1687. ["Elasticity"] = 0,
  1688. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1689. ["Size"] = Vector3.new(1, 10, 4),
  1690. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1691. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1692. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  1693. })
  1694. o128 = Create("Part",{
  1695. ["Parent"] = o1,
  1696. ["BrickColor"] = BrickColor.new("Dark orange"),
  1697. ["Position"] = Vector3.new(37.5000572, 87.6443634, -14.4999838),
  1698. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  1699. ["Anchored"] = true,
  1700. ["CFrame"] = CFrame.new(37.5000572, 87.6443634, -14.4999838, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  1701. ["Elasticity"] = 0,
  1702. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1703. ["Size"] = Vector3.new(1, 3, 7),
  1704. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1705. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1706. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  1707. })
  1708. o129 = Create("Part",{
  1709. ["Parent"] = o1,
  1710. ["BrickColor"] = BrickColor.new("Dark orange"),
  1711. ["Position"] = Vector3.new(37.5000534, 91.1443329, -8.9999876),
  1712. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  1713. ["Anchored"] = true,
  1714. ["CFrame"] = CFrame.new(37.5000534, 91.1443329, -8.9999876, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  1715. ["Elasticity"] = 0,
  1716. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1717. ["Size"] = Vector3.new(1, 10, 4),
  1718. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1719. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1720. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  1721. })
  1722. o130 = Create("Part",{
  1723. ["Parent"] = o1,
  1724. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1725. ["Position"] = Vector3.new(37.5000572, 89.6454163, 10.5000038),
  1726. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  1727. ["Anchored"] = true,
  1728. ["CFrame"] = CFrame.new(37.5000572, 89.6454163, 10.5000038, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  1729. ["Elasticity"] = 0,
  1730. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1731. ["Size"] = Vector3.new(2, 1, 7),
  1732. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1733. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1734. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1735. })
  1736. o131 = Create("Part",{
  1737. ["Parent"] = o1,
  1738. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1739. ["Position"] = Vector3.new(54.0000305, 85.1443787, 11.0000019),
  1740. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  1741. ["Anchored"] = true,
  1742. ["CFrame"] = CFrame.new(54.0000305, 85.1443787, 11.0000019, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  1743. ["Elasticity"] = 0,
  1744. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1745. ["Size"] = Vector3.new(34, 2, 26),
  1746. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1747. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1748. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1749. })
  1750. o132 = Create("Part",{
  1751. ["Parent"] = o1,
  1752. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1753. ["Position"] = Vector3.new(64.0000229, 85.1443787, -14.9999838),
  1754. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  1755. ["Anchored"] = true,
  1756. ["CFrame"] = CFrame.new(64.0000229, 85.1443787, -14.9999838, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  1757. ["Elasticity"] = 0,
  1758. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1759. ["Size"] = Vector3.new(54, 2, 26),
  1760. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1761. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1762. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1763. })
  1764. o133 = Create("Part",{
  1765. ["Parent"] = o1,
  1766. ["BrickColor"] = BrickColor.new("Dark orange"),
  1767. ["Position"] = Vector3.new(37.5000534, 87.644371, 10.5000019),
  1768. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  1769. ["Anchored"] = true,
  1770. ["CFrame"] = CFrame.new(37.5000534, 87.644371, 10.5000019, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  1771. ["Elasticity"] = 0,
  1772. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1773. ["Size"] = Vector3.new(1, 3, 7),
  1774. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1775. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1776. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  1777. })
  1778. o134 = Create("Part",{
  1779. ["Parent"] = o1,
  1780. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1781. ["Position"] = Vector3.new(26.2270775, 93.6000977, -25.999958),
  1782. ["Rotation"] = Vector3.new(-90.0000229, 62.9998093, 89.9999771),
  1783. ["Anchored"] = true,
  1784. ["CFrame"] = CFrame.new(26.2270775, 93.6000977, -25.999958, 1.93715096e-007, -0.453989774, 0.89100498, 1.11758709e-007, 0.89100486, 0.453989625, -0.999999285, 7.4505806e-009, -2.08616257e-007),
  1785. ["Elasticity"] = 0,
  1786. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1787. ["Size"] = Vector3.new(1, 1, 23),
  1788. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1789. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1790. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1791. })
  1792. o135 = Create("Part",{
  1793. ["Parent"] = o1,
  1794. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1795. ["Position"] = Vector3.new(24.0000725, 88.1454163, 21.9999981),
  1796. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  1797. ["Anchored"] = true,
  1798. ["CFrame"] = CFrame.new(24.0000725, 88.1454163, 21.9999981, 1.93715096e-007, -6.70552254e-008, 0.999998271, 1.11758709e-007, 0.999998212, -5.96046448e-008, -0.999999285, -1.02445483e-007, -1.93715096e-007),
  1799. ["Elasticity"] = 0,
  1800. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1801. ["Size"] = Vector3.new(1, 1, 15),
  1802. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1803. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1804. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1805. })
  1806. o136 = Create("Part",{
  1807. ["Parent"] = o1,
  1808. ["BrickColor"] = BrickColor.new("Nougat"),
  1809. ["Position"] = Vector3.new(49.5000381, 83.1455078, 26.4999924),
  1810. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  1811. ["Anchored"] = true,
  1812. ["CFrame"] = CFrame.new(49.5000381, 83.1455078, 26.4999924, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 1.11758709e-007, -1.93715096e-007, 1.02445483e-007, -0.999999285),
  1813. ["Elasticity"] = 0,
  1814. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1815. ["Size"] = Vector3.new(15, 1, 2),
  1816. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1817. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1818. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  1819. })
  1820. o137 = Create("Part",{
  1821. ["Parent"] = o1,
  1822. ["BrickColor"] = BrickColor.new("Nougat"),
  1823. ["Position"] = Vector3.new(67.0000076, 85.644371, -36.4999809),
  1824. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  1825. ["Anchored"] = true,
  1826. ["CFrame"] = CFrame.new(67.0000076, 85.644371, -36.4999809, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  1827. ["Elasticity"] = 0,
  1828. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1829. ["Size"] = Vector3.new(22, 1, 17),
  1830. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1831. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1832. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  1833. })
  1834. o138 = Create("Part",{
  1835. ["Parent"] = o1,
  1836. ["BrickColor"] = BrickColor.new("Nougat"),
  1837. ["Position"] = Vector3.new(49.5000343, 81.6443787, 27.9999924),
  1838. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  1839. ["Anchored"] = true,
  1840. ["CFrame"] = CFrame.new(49.5000343, 81.6443787, 27.9999924, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 9.31322575e-008, -1.93715096e-007, 9.49949026e-008, -0.999999404),
  1841. ["Elasticity"] = 0,
  1842. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1843. ["Size"] = Vector3.new(15, 1, 2),
  1844. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1845. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1846. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  1847. })
  1848. o139 = Create("Part",{
  1849. ["Parent"] = o1,
  1850. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1851. ["Position"] = Vector3.new(24.0000839, 88.1454239, -25.999958),
  1852. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  1853. ["Anchored"] = true,
  1854. ["CFrame"] = CFrame.new(24.0000839, 88.1454239, -25.999958, 1.93715096e-007, -6.70552254e-008, 0.999998271, 1.11758709e-007, 0.999998212, -5.96046448e-008, -0.999999285, -1.02445483e-007, -1.93715096e-007),
  1855. ["Elasticity"] = 0,
  1856. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1857. ["Size"] = Vector3.new(1, 1, 15),
  1858. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1859. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1860. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1861. })
  1862. o140 = Create("Part",{
  1863. ["Parent"] = o1,
  1864. ["BrickColor"] = BrickColor.new("Nougat"),
  1865. ["Position"] = Vector3.new(49.5000458, 84.6443787, 24.9999981),
  1866. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  1867. ["Anchored"] = true,
  1868. ["CFrame"] = CFrame.new(49.5000458, 84.6443787, 24.9999981, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 9.31322575e-008, -1.93715096e-007, 9.49949026e-008, -0.999999404),
  1869. ["Elasticity"] = 0,
  1870. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1871. ["Size"] = Vector3.new(15, 1, 2),
  1872. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1873. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1874. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  1875. })
  1876. o141 = Create("WedgePart",{
  1877. ["Parent"] = o1,
  1878. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1879. ["Position"] = Vector3.new(33.0000839, 93.6443329, -25.9999771),
  1880. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  1881. ["Anchored"] = true,
  1882. ["CFrame"] = CFrame.new(33.0000839, 93.6443329, -25.9999771, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  1883. ["Elasticity"] = 0,
  1884. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1885. ["Size"] = Vector3.new(2, 17, 6),
  1886. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1887. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1888. })
  1889. o142 = Create("Part",{
  1890. ["Parent"] = o1,
  1891. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1892. ["Position"] = Vector3.new(82.4999847, 82.6443787, -2.49999332),
  1893. ["Rotation"] = Vector3.new(-17.1027298, -89.8934708, -109.093491),
  1894. ["Anchored"] = true,
  1895. ["CFrame"] = CFrame.new(82.4999847, 82.6443787, -2.49999332, -6.70552254e-008, 1.93715096e-007, -0.999998271, 0.999998212, 9.31322575e-008, 5.96046448e-008, -9.49949026e-008, -0.999999404, 1.93715096e-007),
  1896. ["Elasticity"] = 0,
  1897. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1898. ["Size"] = Vector3.new(1, 1, 11),
  1899. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1900. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1901. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1902. })
  1903. o143 = Create("Part",{
  1904. ["Parent"] = o1,
  1905. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1906. ["Position"] = Vector3.new(16.0000992, 87.1454239, -25.9999619),
  1907. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  1908. ["Anchored"] = true,
  1909. ["CFrame"] = CFrame.new(16.0000992, 87.1454239, -25.9999619, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  1910. ["Elasticity"] = 0,
  1911. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1912. ["Size"] = Vector3.new(1, 4, 1),
  1913. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1914. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1915. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1916. })
  1917. o144 = Create("Part",{
  1918. ["Parent"] = o1,
  1919. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1920. ["Position"] = Vector3.new(90.4999695, 82.6443863, -14.9999895),
  1921. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, 180),
  1922. ["Anchored"] = true,
  1923. ["CFrame"] = CFrame.new(90.4999695, 82.6443863, -14.9999895, -0.999998271, -6.70552254e-008, 1.93715096e-007, 5.96046448e-008, 0.999998212, 9.31322575e-008, 1.93715096e-007, -9.49949026e-008, -0.999999404),
  1924. ["Elasticity"] = 0,
  1925. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1926. ["Size"] = Vector3.new(1, 1, 20),
  1927. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1928. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1929. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1930. })
  1931. o145 = Create("Part",{
  1932. ["Parent"] = o1,
  1933. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1934. ["Position"] = Vector3.new(53.5000229, 82.6443787, 23.4999924),
  1935. ["Rotation"] = Vector3.new(-17.1027298, -89.8934708, -109.093491),
  1936. ["Anchored"] = true,
  1937. ["CFrame"] = CFrame.new(53.5000229, 82.6443787, 23.4999924, -6.70552254e-008, 1.93715096e-007, -0.999998271, 0.999998212, 9.31322575e-008, 5.96046448e-008, -9.49949026e-008, -0.999999404, 1.93715096e-007),
  1938. ["Elasticity"] = 0,
  1939. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1940. ["Size"] = Vector3.new(1, 1, 27),
  1941. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1942. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1943. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1944. })
  1945. o146 = Create("WedgePart",{
  1946. ["Parent"] = o1,
  1947. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1948. ["Position"] = Vector3.new(8.000103, 87.1443787, 40.4999924),
  1949. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, 180),
  1950. ["Anchored"] = true,
  1951. ["CFrame"] = CFrame.new(8.000103, 87.1443787, 40.4999924, -0.999998271, -6.70552254e-008, 1.93715096e-007, 5.96046448e-008, 0.999998212, 9.31322575e-008, 1.93715096e-007, -9.49949026e-008, -0.999999404),
  1952. ["Elasticity"] = 0,
  1953. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1954. ["Size"] = Vector3.new(4, 2, 3),
  1955. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1956. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1957. })
  1958. o147 = Create("WedgePart",{
  1959. ["Parent"] = o1,
  1960. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1961. ["Position"] = Vector3.new(63.9999962, 87.1443787, 40.4999809),
  1962. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, 180),
  1963. ["Anchored"] = true,
  1964. ["CFrame"] = CFrame.new(63.9999962, 87.1443787, 40.4999809, -0.999998271, -6.70552254e-008, 1.93715096e-007, 5.96046448e-008, 0.999998212, 9.31322575e-008, 1.93715096e-007, -9.49949026e-008, -0.999999404),
  1965. ["Elasticity"] = 0,
  1966. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1967. ["Size"] = Vector3.new(4, 2, 3),
  1968. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1969. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1970. })
  1971. o148 = Create("Part",{
  1972. ["Parent"] = o1,
  1973. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1974. ["Position"] = Vector3.new(77.0000076, 89.1454163, -43.4999542),
  1975. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  1976. ["Anchored"] = true,
  1977. ["CFrame"] = CFrame.new(77.0000076, 89.1454163, -43.4999542, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  1978. ["Elasticity"] = 0,
  1979. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1980. ["Size"] = Vector3.new(1, 1, 32),
  1981. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1982. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1983. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1984. })
  1985. o149 = Create("Part",{
  1986. ["Parent"] = o1,
  1987. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1988. ["Position"] = Vector3.new(57.0000267, 89.1454239, -43.4999619),
  1989. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  1990. ["Anchored"] = true,
  1991. ["CFrame"] = CFrame.new(57.0000267, 89.1454239, -43.4999619, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  1992. ["Elasticity"] = 0,
  1993. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1994. ["Size"] = Vector3.new(1, 1, 32),
  1995. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1996. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1997. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1998. })
  1999. o150 = Create("Part",{
  2000. ["Parent"] = o1,
  2001. ["BrickColor"] = BrickColor.new("Nougat"),
  2002. ["Position"] = Vector3.new(60.0000229, 85.6443787, -52.9999657),
  2003. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  2004. ["Anchored"] = true,
  2005. ["CFrame"] = CFrame.new(60.0000229, 85.6443787, -52.9999657, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  2006. ["Elasticity"] = 0,
  2007. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2008. ["Size"] = Vector3.new(16, 1, 8),
  2009. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2010. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2011. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  2012. })
  2013. o151 = Create("WedgePart",{
  2014. ["Parent"] = o1,
  2015. ["BrickColor"] = BrickColor.new("Dark orange"),
  2016. ["Position"] = Vector3.new(7.500103, 87.644371, 59.9999771),
  2017. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, 180),
  2018. ["Anchored"] = true,
  2019. ["CFrame"] = CFrame.new(7.500103, 87.644371, 59.9999771, -0.999998271, -6.70552254e-008, 1.93715096e-007, 5.96046448e-008, 0.999998212, 9.31322575e-008, 1.93715096e-007, -9.49949026e-008, -0.999999404),
  2020. ["Elasticity"] = 0,
  2021. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2022. ["Size"] = Vector3.new(1, 3, 10),
  2023. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2024. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  2025. })
  2026. o152 = Create("Part",{
  2027. ["Parent"] = o1,
  2028. ["BrickColor"] = BrickColor.new("Dark orange"),
  2029. ["Position"] = Vector3.new(36.0000458, 83.1443787, 63.4999695),
  2030. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  2031. ["Anchored"] = true,
  2032. ["CFrame"] = CFrame.new(36.0000458, 83.1443787, 63.4999695, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  2033. ["Elasticity"] = 0,
  2034. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2035. ["Size"] = Vector3.new(1, 6, 38),
  2036. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2037. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2038. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  2039. })
  2040. o153 = Create("Part",{
  2041. ["Parent"] = o1,
  2042. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2043. ["Position"] = Vector3.new(67.0000229, 89.1454239, -59.9999504),
  2044. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  2045. ["Anchored"] = true,
  2046. ["CFrame"] = CFrame.new(67.0000229, 89.1454239, -59.9999504, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  2047. ["Elasticity"] = 0,
  2048. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2049. ["Size"] = Vector3.new(19, 1, 1),
  2050. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2051. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2052. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2053. })
  2054. o154 = Create("WedgePart",{
  2055. ["Parent"] = o1,
  2056. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2057. ["Position"] = Vector3.new(3.00011444, 77.6954041, 40.9999962),
  2058. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  2059. ["Anchored"] = true,
  2060. ["CFrame"] = CFrame.new(3.00011444, 77.6954041, 40.9999962, 1.93715096e-007, -6.70552254e-008, 0.999998271, 1.11758709e-007, 0.999998212, -5.96046448e-008, -0.999999285, -1.02445483e-007, -1.93715096e-007),
  2061. ["Elasticity"] = 0,
  2062. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2063. ["Size"] = Vector3.new(2, 17, 6),
  2064. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2065. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2066. })
  2067. o155 = Create("Part",{
  2068. ["Parent"] = o1,
  2069. ["BrickColor"] = BrickColor.new("Dark orange"),
  2070. ["Position"] = Vector3.new(44.0000305, 76.6443863, 63.4999657),
  2071. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  2072. ["Anchored"] = true,
  2073. ["CFrame"] = CFrame.new(44.0000305, 76.6443863, 63.4999657, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  2074. ["Elasticity"] = 0,
  2075. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2076. ["Size"] = Vector3.new(1, 7, 8),
  2077. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2078. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2079. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  2080. })
  2081. o156 = Create("Part",{
  2082. ["Parent"] = o1,
  2083. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2084. ["Position"] = Vector3.new(51.5000191, 73.6502151, 63.4999657),
  2085. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  2086. ["Anchored"] = true,
  2087. ["CFrame"] = CFrame.new(51.5000191, 73.6502151, 63.4999657, 1.93715096e-007, -6.70552254e-008, 0.999998271, 1.11758709e-007, 0.999998212, -5.96046448e-008, -0.999999285, -1.02445483e-007, -1.93715096e-007),
  2088. ["Elasticity"] = 0,
  2089. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2090. ["Size"] = Vector3.new(2, 1, 7),
  2091. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2092. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2093. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2094. })
  2095. o157 = Create("Part",{
  2096. ["Parent"] = o1,
  2097. ["BrickColor"] = BrickColor.new("Brown"),
  2098. ["Position"] = Vector3.new(70.3165283, 70.4127274, 15.3293581),
  2099. ["Rotation"] = Vector3.new(-31.0353107, 77.1556625, 36.1252441),
  2100. ["Anchored"] = true,
  2101. ["CFrame"] = CFrame.new(70.3165283, 70.4127274, 15.3293581, 0.17955336, -0.131053776, 0.974977612, 0.0991383344, 0.988449574, 0.114606999, -0.97873944, 0.076079689, 0.190472096),
  2102. ["Elasticity"] = 0,
  2103. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2104. ["Size"] = Vector3.new(16, 139, 14),
  2105. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2106. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2107. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  2108. })
  2109. o158 = Create("Part",{
  2110. ["Parent"] = o1,
  2111. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2112. ["Position"] = Vector3.new(64.0000076, 76.1444168, 62.9999657),
  2113. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  2114. ["Anchored"] = true,
  2115. ["CFrame"] = CFrame.new(64.0000076, 76.1444168, 62.9999657, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  2116. ["Elasticity"] = 0,
  2117. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2118. ["Size"] = Vector3.new(4, 22, 4),
  2119. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2120. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2121. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2122. })
  2123. o159 = Create("Part",{
  2124. ["Parent"] = o1,
  2125. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2126. ["Position"] = Vector3.new(64.0000076, 75.6444168, 39.9999809),
  2127. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  2128. ["Anchored"] = true,
  2129. ["CFrame"] = CFrame.new(64.0000076, 75.6444168, 39.9999809, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  2130. ["Elasticity"] = 0,
  2131. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2132. ["Size"] = Vector3.new(4, 21, 4),
  2133. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2134. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2135. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2136. })
  2137. o160 = Create("Part",{
  2138. ["Parent"] = o1,
  2139. ["BrickColor"] = BrickColor.new("Dark orange"),
  2140. ["Position"] = Vector3.new(58.5000076, 78.1443787, 63.4999657),
  2141. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  2142. ["Anchored"] = true,
  2143. ["CFrame"] = CFrame.new(58.5000076, 78.1443787, 63.4999657, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  2144. ["Elasticity"] = 0,
  2145. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2146. ["Size"] = Vector3.new(1, 16, 7),
  2147. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2148. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2149. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  2150. })
  2151. o161 = Create("Part",{
  2152. ["Parent"] = o1,
  2153. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2154. ["Position"] = Vector3.new(54.0000229, 80.1443939, 11.0000019),
  2155. ["Rotation"] = Vector3.new(-17.1027298, -89.8934708, 160.906509),
  2156. ["Anchored"] = true,
  2157. ["CFrame"] = CFrame.new(54.0000229, 80.1443939, 11.0000019, -1.93715096e-007, -6.70552254e-008, -0.999998271, -9.31322575e-008, 0.999998212, 5.96046448e-008, 0.999999404, -9.49949026e-008, 1.93715096e-007),
  2158. ["Elasticity"] = 0,
  2159. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2160. ["Size"] = Vector3.new(28, 2, 36),
  2161. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2162. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2163. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2164. })
  2165. o162 = Create("Part",{
  2166. ["Parent"] = o1,
  2167. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2168. ["Position"] = Vector3.new(64.0000153, 80.1443939, -14.9999838),
  2169. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  2170. ["Anchored"] = true,
  2171. ["CFrame"] = CFrame.new(64.0000153, 80.1443939, -14.9999838, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  2172. ["Elasticity"] = 0,
  2173. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2174. ["Size"] = Vector3.new(56, 2, 28),
  2175. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2176. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2177. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2178. })
  2179. o163 = Create("Part",{
  2180. ["Parent"] = o1,
  2181. ["BrickColor"] = BrickColor.new("Nougat"),
  2182. ["Position"] = Vector3.new(49.5000305, 74.1455688, 35.4999886),
  2183. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  2184. ["Anchored"] = true,
  2185. ["CFrame"] = CFrame.new(49.5000305, 74.1455688, 35.4999886, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 1.11758709e-007, -1.93715096e-007, 1.02445483e-007, -0.999999285),
  2186. ["Elasticity"] = 0,
  2187. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2188. ["Size"] = Vector3.new(15, 1, 2),
  2189. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2190. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2191. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  2192. })
  2193. o164 = Create("Part",{
  2194. ["Parent"] = o1,
  2195. ["BrickColor"] = BrickColor.new("Nougat"),
  2196. ["Position"] = Vector3.new(49.5000381, 78.6443863, 30.9999924),
  2197. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  2198. ["Anchored"] = true,
  2199. ["CFrame"] = CFrame.new(49.5000381, 78.6443863, 30.9999924, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 9.31322575e-008, -1.93715096e-007, 9.49949026e-008, -0.999999404),
  2200. ["Elasticity"] = 0,
  2201. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2202. ["Size"] = Vector3.new(15, 1, 2),
  2203. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2204. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2205. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  2206. })
  2207. o165 = Create("Part",{
  2208. ["Parent"] = o1,
  2209. ["BrickColor"] = BrickColor.new("Nougat"),
  2210. ["Position"] = Vector3.new(49.500042, 80.1455231, 29.4999924),
  2211. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  2212. ["Anchored"] = true,
  2213. ["CFrame"] = CFrame.new(49.500042, 80.1455231, 29.4999924, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 1.11758709e-007, -1.93715096e-007, 1.02445483e-007, -0.999999285),
  2214. ["Elasticity"] = 0,
  2215. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2216. ["Size"] = Vector3.new(15, 1, 2),
  2217. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2218. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2219. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  2220. })
  2221. o166 = Create("Part",{
  2222. ["Parent"] = o1,
  2223. ["BrickColor"] = BrickColor.new("Nougat"),
  2224. ["Position"] = Vector3.new(49.5000381, 75.6444092, 33.9999924),
  2225. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  2226. ["Anchored"] = true,
  2227. ["CFrame"] = CFrame.new(49.5000381, 75.6444092, 33.9999924, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 9.31322575e-008, -1.93715096e-007, 9.49949026e-008, -0.999999404),
  2228. ["Elasticity"] = 0,
  2229. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2230. ["Size"] = Vector3.new(15, 1, 2),
  2231. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2232. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2233. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  2234. })
  2235. o167 = Create("Part",{
  2236. ["Parent"] = o1,
  2237. ["BrickColor"] = BrickColor.new("Nougat"),
  2238. ["Position"] = Vector3.new(49.5000458, 77.1455307, 32.4999924),
  2239. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  2240. ["Anchored"] = true,
  2241. ["CFrame"] = CFrame.new(49.5000458, 77.1455307, 32.4999924, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 1.11758709e-007, -1.93715096e-007, 1.02445483e-007, -0.999999285),
  2242. ["Elasticity"] = 0,
  2243. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2244. ["Size"] = Vector3.new(15, 1, 2),
  2245. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2246. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2247. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  2248. })
  2249. o168 = Create("Part",{
  2250. ["Parent"] = o1,
  2251. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2252. ["Position"] = Vector3.new(41.500042, 77.499115, 31.8535538),
  2253. ["Rotation"] = Vector3.new(-135.000031, 3.84198165e-006, -1.02453014e-005),
  2254. ["Anchored"] = true,
  2255. ["CFrame"] = CFrame.new(41.500042, 77.499115, 31.8535538, 0.999998271, 1.78813934e-007, 6.70552254e-008, -5.96046448e-008, -0.707105279, 0.707105458, -1.93715096e-007, -0.707106233, -0.707106292),
  2256. ["Elasticity"] = 0,
  2257. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2258. ["Size"] = Vector3.new(1, 2, 24),
  2259. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2260. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2261. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2262. })
  2263. o169 = Create("Part",{
  2264. ["Parent"] = o1,
  2265. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2266. ["Position"] = Vector3.new(57.5000267, 77.4990997, 31.8535652),
  2267. ["Rotation"] = Vector3.new(-135.000046, 4.69575525e-006, -9.3915296e-006),
  2268. ["Anchored"] = true,
  2269. ["CFrame"] = CFrame.new(57.5000267, 77.4990997, 31.8535652, 0.999997914, 1.63912773e-007, 8.19563866e-008, -6.70552254e-008, -0.70710516, 0.707105219, -1.78813934e-007, -0.707105994, -0.707106233),
  2270. ["Elasticity"] = 0,
  2271. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2272. ["Size"] = Vector3.new(1, 2, 24),
  2273. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2274. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2275. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2276. })
  2277. o170 = Create("Part",{
  2278. ["Parent"] = o1,
  2279. ["BrickColor"] = BrickColor.new("Nougat"),
  2280. ["Position"] = Vector3.new(49.5000305, 72.6444016, 36.9999886),
  2281. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  2282. ["Anchored"] = true,
  2283. ["CFrame"] = CFrame.new(49.5000305, 72.6444016, 36.9999886, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 9.31322575e-008, -1.93715096e-007, 9.49949026e-008, -0.999999404),
  2284. ["Elasticity"] = 0,
  2285. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2286. ["Size"] = Vector3.new(15, 1, 2),
  2287. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2288. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2289. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  2290. })
  2291. o171 = Create("Part",{
  2292. ["Parent"] = o1,
  2293. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2294. ["Position"] = Vector3.new(37.500061, 82.6443939, -1.9999876),
  2295. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  2296. ["Anchored"] = true,
  2297. ["CFrame"] = CFrame.new(37.500061, 82.6443939, -1.9999876, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  2298. ["Elasticity"] = 0,
  2299. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2300. ["Size"] = Vector3.new(1, 1, 46),
  2301. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2302. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2303. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2304. })
  2305. o172 = Create("Part",{
  2306. ["Parent"] = o1,
  2307. ["BrickColor"] = BrickColor.new("Nougat"),
  2308. ["Position"] = Vector3.new(26.0000839, 84.6443863, -1.99998569),
  2309. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  2310. ["Anchored"] = true,
  2311. ["CFrame"] = CFrame.new(26.0000839, 84.6443863, -1.99998569, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 9.31322575e-008, -1.93715096e-007, 9.49949026e-008, -0.999999404),
  2312. ["Elasticity"] = 0,
  2313. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2314. ["Size"] = Vector3.new(22, 1, 50),
  2315. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2316. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2317. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  2318. })
  2319. o173 = Create("Part",{
  2320. ["Parent"] = o1,
  2321. ["BrickColor"] = BrickColor.new("Dark orange"),
  2322. ["Position"] = Vector3.new(7.500103, 84.6443787, 56.4999771),
  2323. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  2324. ["Anchored"] = true,
  2325. ["CFrame"] = CFrame.new(7.500103, 84.6443787, 56.4999771, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  2326. ["Elasticity"] = 0,
  2327. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2328. ["Size"] = Vector3.new(1, 3, 9),
  2329. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2330. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2331. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  2332. })
  2333. o174 = Create("WedgePart",{
  2334. ["Parent"] = o1,
  2335. ["BrickColor"] = BrickColor.new("Dark orange"),
  2336. ["Position"] = Vector3.new(7.50009918, 80.6443939, 54.4999886),
  2337. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, -180),
  2338. ["Anchored"] = true,
  2339. ["CFrame"] = CFrame.new(7.50009918, 80.6443939, 54.4999886, -0.999998271, 6.70552254e-008, -1.93715096e-007, 5.96046448e-008, -0.999998212, -9.31322575e-008, 1.93715096e-007, 9.49949026e-008, 0.999999404),
  2340. ["Elasticity"] = 0,
  2341. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2342. ["Size"] = Vector3.new(1, 5, 5),
  2343. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2344. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  2345. })
  2346. o175 = Create("WedgePart",{
  2347. ["Parent"] = o1,
  2348. ["BrickColor"] = BrickColor.new("Dark orange"),
  2349. ["Position"] = Vector3.new(7.50009918, 84.644371, 47.4999886),
  2350. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, -180),
  2351. ["Anchored"] = true,
  2352. ["CFrame"] = CFrame.new(7.50009918, 84.644371, 47.4999886, -0.999998271, 6.70552254e-008, -1.93715096e-007, 5.96046448e-008, -0.999998212, -9.31322575e-008, 1.93715096e-007, 9.49949026e-008, 0.999999404),
  2353. ["Elasticity"] = 0,
  2354. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2355. ["Size"] = Vector3.new(1, 3, 9),
  2356. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2357. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  2358. })
  2359. o176 = Create("Part",{
  2360. ["Parent"] = o1,
  2361. ["BrickColor"] = BrickColor.new("Dark orange"),
  2362. ["Position"] = Vector3.new(64.5, 76.6443863, 58.9999733),
  2363. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  2364. ["Anchored"] = true,
  2365. ["CFrame"] = CFrame.new(64.5, 76.6443863, 58.9999733, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  2366. ["Elasticity"] = 0,
  2367. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2368. ["Size"] = Vector3.new(1, 13, 4),
  2369. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2370. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2371. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  2372. })
  2373. o177 = Create("Part",{
  2374. ["Parent"] = o1,
  2375. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2376. ["Position"] = Vector3.new(51.5000229, 79.6443863, 63.4999657),
  2377. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  2378. ["Anchored"] = true,
  2379. ["CFrame"] = CFrame.new(51.5000229, 79.6443863, 63.4999657, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  2380. ["Elasticity"] = 0,
  2381. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2382. ["Size"] = Vector3.new(1, 1, 7),
  2383. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2384. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2385. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2386. })
  2387. o178 = Create("Part",{
  2388. ["Parent"] = o1,
  2389. ["BrickColor"] = BrickColor.new("Light blue"),
  2390. ["Reflectance"] = 0.20000000298023,
  2391. ["Transparency"] = 0.89999997615814,
  2392. ["Position"] = Vector3.new(51.5000191, 76.6443863, 63.4999695),
  2393. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  2394. ["Anchored"] = true,
  2395. ["CFrame"] = CFrame.new(51.5000191, 76.6443863, 63.4999695, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  2396. ["Elasticity"] = 0,
  2397. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2398. ["Size"] = Vector3.new(1, 5, 7),
  2399. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2400. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2401. ["Color"] = Color3.new(0.705882, 0.823529, 0.894118),
  2402. })
  2403. o179 = Create("BlockMesh",{
  2404. ["Parent"] = o178,
  2405. ["Scale"] = Vector3.new(0, 1, 1),
  2406. })
  2407. o180 = Create("Part",{
  2408. ["Parent"] = o1,
  2409. ["BrickColor"] = BrickColor.new("Nougat"),
  2410. ["Position"] = Vector3.new(71.0000076, 85.6443787, -57.999958),
  2411. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  2412. ["Anchored"] = true,
  2413. ["CFrame"] = CFrame.new(71.0000076, 85.6443787, -57.999958, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  2414. ["Elasticity"] = 0,
  2415. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2416. ["Size"] = Vector3.new(14, 1, 6),
  2417. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2418. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2419. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  2420. })
  2421. o181 = Create("Part",{
  2422. ["Parent"] = o1,
  2423. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2424. ["Position"] = Vector3.new(8.00009155, 76.1444168, 62.9999847),
  2425. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  2426. ["Anchored"] = true,
  2427. ["CFrame"] = CFrame.new(8.00009155, 76.1444168, 62.9999847, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  2428. ["Elasticity"] = 0,
  2429. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2430. ["Size"] = Vector3.new(4, 22, 4),
  2431. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2432. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2433. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2434. })
  2435. o182 = Create("Part",{
  2436. ["Parent"] = o1,
  2437. ["BrickColor"] = BrickColor.new("Dark orange"),
  2438. ["Position"] = Vector3.new(13.5000992, 78.1443939, 63.4999771),
  2439. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  2440. ["Anchored"] = true,
  2441. ["CFrame"] = CFrame.new(13.5000992, 78.1443939, 63.4999771, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  2442. ["Elasticity"] = 0,
  2443. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2444. ["Size"] = Vector3.new(1, 16, 7),
  2445. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2446. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2447. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  2448. })
  2449. o183 = Create("Part",{
  2450. ["Parent"] = o1,
  2451. ["BrickColor"] = BrickColor.new("Dark orange"),
  2452. ["Position"] = Vector3.new(7.50010681, 76.6443939, 58.9999809),
  2453. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  2454. ["Anchored"] = true,
  2455. ["CFrame"] = CFrame.new(7.50010681, 76.6443939, 58.9999809, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  2456. ["Elasticity"] = 0,
  2457. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2458. ["Size"] = Vector3.new(1, 13, 4),
  2459. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2460. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2461. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  2462. })
  2463. o184 = Create("Part",{
  2464. ["Parent"] = o1,
  2465. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2466. ["Position"] = Vector3.new(36.0000458, 79.6443863, 63.4999695),
  2467. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  2468. ["Anchored"] = true,
  2469. ["CFrame"] = CFrame.new(36.0000458, 79.6443863, 63.4999695, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  2470. ["Elasticity"] = 0,
  2471. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2472. ["Size"] = Vector3.new(1, 1, 8),
  2473. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2474. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2475. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2476. })
  2477. o185 = Create("Part",{
  2478. ["Parent"] = o1,
  2479. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2480. ["Position"] = Vector3.new(36.0000458, 73.6498108, 63.4999695),
  2481. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  2482. ["Anchored"] = true,
  2483. ["CFrame"] = CFrame.new(36.0000458, 73.6498108, 63.4999695, 1.93715096e-007, -6.70552254e-008, 0.999998271, 1.11758709e-007, 0.999998212, -5.96046448e-008, -0.999999285, -1.02445483e-007, -1.93715096e-007),
  2484. ["Elasticity"] = 0,
  2485. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2486. ["Size"] = Vector3.new(2, 1, 8),
  2487. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2488. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2489. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2490. })
  2491. o186 = Create("Part",{
  2492. ["Parent"] = o1,
  2493. ["BrickColor"] = BrickColor.new("Light blue"),
  2494. ["Reflectance"] = 0.20000000298023,
  2495. ["Transparency"] = 0.89999997615814,
  2496. ["Position"] = Vector3.new(20.5000839, 76.6443939, 63.4999771),
  2497. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  2498. ["Anchored"] = true,
  2499. ["CFrame"] = CFrame.new(20.5000839, 76.6443939, 63.4999771, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  2500. ["Elasticity"] = 0,
  2501. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2502. ["Size"] = Vector3.new(1, 5, 7),
  2503. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2504. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2505. ["Color"] = Color3.new(0.705882, 0.823529, 0.894118),
  2506. })
  2507. o187 = Create("BlockMesh",{
  2508. ["Parent"] = o186,
  2509. ["Scale"] = Vector3.new(0, 1, 1),
  2510. })
  2511. o188 = Create("Part",{
  2512. ["Parent"] = o1,
  2513. ["BrickColor"] = BrickColor.new("Light blue"),
  2514. ["Reflectance"] = 0.20000000298023,
  2515. ["Transparency"] = 0.89999997615814,
  2516. ["Position"] = Vector3.new(36.0000458, 76.6443939, 63.4999733),
  2517. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  2518. ["Anchored"] = true,
  2519. ["CFrame"] = CFrame.new(36.0000458, 76.6443939, 63.4999733, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  2520. ["Elasticity"] = 0,
  2521. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2522. ["Size"] = Vector3.new(1, 5, 8),
  2523. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2524. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2525. ["Color"] = Color3.new(0.705882, 0.823529, 0.894118),
  2526. })
  2527. o189 = Create("BlockMesh",{
  2528. ["Parent"] = o188,
  2529. ["Scale"] = Vector3.new(0, 1, 1),
  2530. })
  2531. o190 = Create("Part",{
  2532. ["Parent"] = o1,
  2533. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2534. ["Position"] = Vector3.new(20.5000763, 79.6443863, 63.4999733),
  2535. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  2536. ["Anchored"] = true,
  2537. ["CFrame"] = CFrame.new(20.5000763, 79.6443863, 63.4999733, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  2538. ["Elasticity"] = 0,
  2539. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2540. ["Size"] = Vector3.new(1, 1, 7),
  2541. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2542. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2543. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2544. })
  2545. o191 = Create("Part",{
  2546. ["Parent"] = o1,
  2547. ["BrickColor"] = BrickColor.new("Dark orange"),
  2548. ["Position"] = Vector3.new(28.0000572, 76.6443939, 63.4999695),
  2549. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  2550. ["Anchored"] = true,
  2551. ["CFrame"] = CFrame.new(28.0000572, 76.6443939, 63.4999695, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  2552. ["Elasticity"] = 0,
  2553. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2554. ["Size"] = Vector3.new(1, 7, 8),
  2555. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2556. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2557. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  2558. })
  2559. o192 = Create("Part",{
  2560. ["Parent"] = o1,
  2561. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2562. ["Position"] = Vector3.new(-3.77288818, 77.6501541, 61.9999809),
  2563. ["Rotation"] = Vector3.new(-90.0000229, 62.9998093, 89.9999771),
  2564. ["Anchored"] = true,
  2565. ["CFrame"] = CFrame.new(-3.77288818, 77.6501541, 61.9999809, 1.93715096e-007, -0.453989774, 0.89100498, 1.11758709e-007, 0.89100486, 0.453989625, -0.999999285, 7.4505806e-009, -2.08616257e-007),
  2566. ["Elasticity"] = 0,
  2567. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2568. ["Size"] = Vector3.new(1, 1, 23),
  2569. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2570. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2571. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2572. })
  2573. o193 = Create("WedgePart",{
  2574. ["Parent"] = o1,
  2575. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2576. ["Position"] = Vector3.new(3.00010681, 77.6953964, 61.9999771),
  2577. ["Rotation"] = Vector3.new(155.224869, 89.8546295, 12.9946165),
  2578. ["Anchored"] = true,
  2579. ["CFrame"] = CFrame.new(3.00010681, 77.6953964, 61.9999771, 1.93715096e-007, -4.47034836e-008, 0.999996781, 1.13621354e-007, 0.999994934, -8.94069672e-008, -0.999997795, -1.00582838e-007, -1.93715096e-007),
  2580. ["Elasticity"] = 0,
  2581. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2582. ["Size"] = Vector3.new(2, 17, 6),
  2583. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2584. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2585. })
  2586. o194 = Create("TrussPart",{
  2587. ["Parent"] = o1,
  2588. ["BrickColor"] = BrickColor.new("Brown"),
  2589. ["Position"] = Vector3.new(69.0000153, 64.1444778, -53.9999657),
  2590. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, 180),
  2591. ["Anchored"] = true,
  2592. ["CFrame"] = CFrame.new(69.0000153, 64.1444778, -53.9999657, -0.999998271, -6.70552254e-008, 1.93715096e-007, 5.96046448e-008, 0.999998212, 9.31322575e-008, 1.93715096e-007, -9.49949026e-008, -0.999999404),
  2593. ["Elasticity"] = 0,
  2594. ["Size"] = Vector3.new(2, 42, 2),
  2595. ["BackSurface"] = Enum.SurfaceType.Smooth,
  2596. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2597. ["FrontSurface"] = Enum.SurfaceType.Smooth,
  2598. ["LeftSurface"] = Enum.SurfaceType.Smooth,
  2599. ["RightSurface"] = Enum.SurfaceType.Smooth,
  2600. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2601. ["Style"] = Enum.Style.NoSupports,
  2602. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  2603. })
  2604. o195 = Create("Part",{
  2605. ["Parent"] = o1,
  2606. ["BrickColor"] = BrickColor.new("Nougat"),
  2607. ["Position"] = Vector3.new(-3.9998703, 68.6955185, 51.4999847),
  2608. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  2609. ["Anchored"] = true,
  2610. ["CFrame"] = CFrame.new(-3.9998703, 68.6955185, 51.4999847, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 1.11758709e-007, -1.93715096e-007, 1.02445483e-007, -0.999999285),
  2611. ["Elasticity"] = 0,
  2612. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2613. ["Size"] = Vector3.new(22, 1, 23),
  2614. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2615. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2616. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  2617. })
  2618. o196 = Create("Part",{
  2619. ["Parent"] = o1,
  2620. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2621. ["Position"] = Vector3.new(-13.9998474, 72.1958313, 51.4999886),
  2622. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  2623. ["Anchored"] = true,
  2624. ["CFrame"] = CFrame.new(-13.9998474, 72.1958313, 51.4999886, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  2625. ["Elasticity"] = 0,
  2626. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2627. ["Size"] = Vector3.new(1, 1, 20),
  2628. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2629. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2630. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2631. })
  2632. o197 = Create("Part",{
  2633. ["Parent"] = o1,
  2634. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2635. ["Position"] = Vector3.new(-13.9998474, 71.1958237, 40.9999962),
  2636. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  2637. ["Anchored"] = true,
  2638. ["CFrame"] = CFrame.new(-13.9998474, 71.1958237, 40.9999962, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  2639. ["Elasticity"] = 0,
  2640. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2641. ["Size"] = Vector3.new(1, 4, 1),
  2642. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2643. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2644. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2645. })
  2646. o198 = Create("Part",{
  2647. ["Parent"] = o1,
  2648. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2649. ["Position"] = Vector3.new(-5.99986267, 72.1958237, 40.9999962),
  2650. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  2651. ["Anchored"] = true,
  2652. ["CFrame"] = CFrame.new(-5.99986267, 72.1958237, 40.9999962, 1.93715096e-007, -6.70552254e-008, 0.999998271, 1.11758709e-007, 0.999998212, -5.96046448e-008, -0.999999285, -1.02445483e-007, -1.93715096e-007),
  2653. ["Elasticity"] = 0,
  2654. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2655. ["Size"] = Vector3.new(1, 1, 15),
  2656. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2657. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2658. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2659. })
  2660. o199 = Create("TrussPart",{
  2661. ["Parent"] = o1,
  2662. ["BrickColor"] = BrickColor.new("Brown"),
  2663. ["Position"] = Vector3.new(71.0000076, 64.1444778, -53.9999657),
  2664. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, 180),
  2665. ["Anchored"] = true,
  2666. ["CFrame"] = CFrame.new(71.0000076, 64.1444778, -53.9999657, -0.999998271, -6.70552254e-008, 1.93715096e-007, 5.96046448e-008, 0.999998212, 9.31322575e-008, 1.93715096e-007, -9.49949026e-008, -0.999999404),
  2667. ["Elasticity"] = 0,
  2668. ["Size"] = Vector3.new(2, 42, 2),
  2669. ["BackSurface"] = Enum.SurfaceType.Smooth,
  2670. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2671. ["FrontSurface"] = Enum.SurfaceType.Smooth,
  2672. ["LeftSurface"] = Enum.SurfaceType.Smooth,
  2673. ["RightSurface"] = Enum.SurfaceType.Smooth,
  2674. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2675. ["Style"] = Enum.Style.NoSupports,
  2676. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  2677. })
  2678. o200 = Create("TrussPart",{
  2679. ["Parent"] = o1,
  2680. ["BrickColor"] = BrickColor.new("Brown"),
  2681. ["Position"] = Vector3.new(73, 64.1444778, -51.9999657),
  2682. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, 180),
  2683. ["Anchored"] = true,
  2684. ["CFrame"] = CFrame.new(73, 64.1444778, -51.9999657, -0.999998271, -6.70552254e-008, 1.93715096e-007, 5.96046448e-008, 0.999998212, 9.31322575e-008, 1.93715096e-007, -9.49949026e-008, -0.999999404),
  2685. ["Elasticity"] = 0,
  2686. ["Size"] = Vector3.new(2, 42, 2),
  2687. ["BackSurface"] = Enum.SurfaceType.Smooth,
  2688. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2689. ["FrontSurface"] = Enum.SurfaceType.Smooth,
  2690. ["LeftSurface"] = Enum.SurfaceType.Smooth,
  2691. ["RightSurface"] = Enum.SurfaceType.Smooth,
  2692. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2693. ["Style"] = Enum.Style.NoSupports,
  2694. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  2695. })
  2696. o201 = Create("Part",{
  2697. ["Parent"] = o1,
  2698. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2699. ["Position"] = Vector3.new(-3.77288818, 77.6501617, 40.9999886),
  2700. ["Rotation"] = Vector3.new(-90.0000229, 62.9998093, 89.9999771),
  2701. ["Anchored"] = true,
  2702. ["CFrame"] = CFrame.new(-3.77288818, 77.6501617, 40.9999886, 1.93715096e-007, -0.453989774, 0.89100498, 1.11758709e-007, 0.89100486, 0.453989625, -0.999999285, 7.4505806e-009, -2.08616257e-007),
  2703. ["Elasticity"] = 0,
  2704. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2705. ["Size"] = Vector3.new(1, 1, 23),
  2706. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2707. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2708. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2709. })
  2710. o202 = Create("Part",{
  2711. ["Name"] = "Trunk",
  2712. ["Parent"] = o1,
  2713. ["BrickColor"] = BrickColor.new("Brown"),
  2714. ["Position"] = Vector3.new(68.5000076, 56.1444778, 10.500001),
  2715. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  2716. ["Anchored"] = true,
  2717. ["CFrame"] = CFrame.new(68.5000076, 56.1444778, 10.500001, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  2718. ["Elasticity"] = 0,
  2719. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2720. ["Size"] = Vector3.new(17, 112, 17),
  2721. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2722. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2723. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  2724. })
  2725. o203 = Create("Part",{
  2726. ["Parent"] = o1,
  2727. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2728. ["Position"] = Vector3.new(8.00009918, 75.6444168, 39.9999886),
  2729. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  2730. ["Anchored"] = true,
  2731. ["CFrame"] = CFrame.new(8.00009918, 75.6444168, 39.9999886, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  2732. ["Elasticity"] = 0,
  2733. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2734. ["Size"] = Vector3.new(4, 21, 4),
  2735. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2736. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2737. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2738. })
  2739. o204 = Create("Part",{
  2740. ["Parent"] = o1,
  2741. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2742. ["Position"] = Vector3.new(36.0000534, 64.1444778, 51.4999771),
  2743. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  2744. ["Anchored"] = true,
  2745. ["CFrame"] = CFrame.new(36.0000534, 64.1444778, 51.4999771, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 9.31322575e-008, -1.93715096e-007, 9.49949026e-008, -0.999999404),
  2746. ["Elasticity"] = 0,
  2747. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2748. ["Size"] = Vector3.new(60, 2, 27),
  2749. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2750. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2751. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2752. })
  2753. o205 = Create("Part",{
  2754. ["Parent"] = o1,
  2755. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2756. ["Position"] = Vector3.new(64.5, 66.6444473, 51.4999733),
  2757. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, -180),
  2758. ["Anchored"] = true,
  2759. ["CFrame"] = CFrame.new(64.5, 66.6444473, 51.4999733, -0.999998271, 6.70552254e-008, -1.93715096e-007, 5.96046448e-008, -0.999998212, -9.31322575e-008, 1.93715096e-007, 9.49949026e-008, 0.999999404),
  2760. ["Elasticity"] = 0,
  2761. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2762. ["Size"] = Vector3.new(1, 1, 19),
  2763. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2764. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2765. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2766. })
  2767. o206 = Create("Part",{
  2768. ["Parent"] = o1,
  2769. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2770. ["Position"] = Vector3.new(7.500103, 66.644455, 51.4999847),
  2771. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  2772. ["Anchored"] = true,
  2773. ["CFrame"] = CFrame.new(7.500103, 66.644455, 51.4999847, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 9.31322575e-008, -1.93715096e-007, 9.49949026e-008, -0.999999404),
  2774. ["Elasticity"] = 0,
  2775. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2776. ["Size"] = Vector3.new(1, 1, 25),
  2777. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2778. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2779. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2780. })
  2781. o207 = Create("Part",{
  2782. ["Parent"] = o1,
  2783. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2784. ["Position"] = Vector3.new(36.0000458, 66.644455, 39.4999886),
  2785. ["Rotation"] = Vector3.new(-17.1027298, -89.8934708, -19.0934925),
  2786. ["Anchored"] = true,
  2787. ["CFrame"] = CFrame.new(36.0000458, 66.644455, 39.4999886, 1.93715096e-007, 6.70552254e-008, -0.999998271, 9.31322575e-008, -0.999998212, 5.96046448e-008, -0.999999404, 9.49949026e-008, 1.93715096e-007),
  2788. ["Elasticity"] = 0,
  2789. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2790. ["Size"] = Vector3.new(1, 1, 52),
  2791. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2792. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2793. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2794. })
  2795. o208 = Create("Part",{
  2796. ["Parent"] = o1,
  2797. ["BrickColor"] = BrickColor.new("Nougat"),
  2798. ["Position"] = Vector3.new(49.5000305, 71.1456451, 38.4999886),
  2799. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  2800. ["Anchored"] = true,
  2801. ["CFrame"] = CFrame.new(49.5000305, 71.1456451, 38.4999886, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 1.11758709e-007, -1.93715096e-007, 1.02445483e-007, -0.999999285),
  2802. ["Elasticity"] = 0,
  2803. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2804. ["Size"] = Vector3.new(15, 1, 2),
  2805. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2806. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2807. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  2808. })
  2809. o209 = Create("Part",{
  2810. ["Parent"] = o1,
  2811. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2812. ["Position"] = Vector3.new(36.0000496, 69.1444397, 51.4999733),
  2813. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  2814. ["Anchored"] = true,
  2815. ["CFrame"] = CFrame.new(36.0000496, 69.1444397, 51.4999733, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 9.31322575e-008, -1.93715096e-007, 9.49949026e-008, -0.999999404),
  2816. ["Elasticity"] = 0,
  2817. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2818. ["Size"] = Vector3.new(58, 2, 25),
  2819. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2820. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2821. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2822. })
  2823. o210 = Create("Part",{
  2824. ["Parent"] = o1,
  2825. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2826. ["Position"] = Vector3.new(50.5000343, 57.0478401, 16),
  2827. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  2828. ["Anchored"] = true,
  2829. ["CFrame"] = CFrame.new(50.5000343, 57.0478401, 16, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  2830. ["Elasticity"] = 0,
  2831. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2832. ["Size"] = Vector3.new(1, 1, 14),
  2833. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2834. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2835. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2836. })
  2837. o211 = Create("Part",{
  2838. ["Parent"] = o1,
  2839. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2840. ["Position"] = Vector3.new(17.5000916, 61.4006653, 31.6464424),
  2841. ["Rotation"] = Vector3.new(-44.9999619, -1.02452841e-005, 180),
  2842. ["Anchored"] = true,
  2843. ["CFrame"] = CFrame.new(17.5000916, 61.4006653, 31.6464424, -0.999997914, -6.33299351e-008, -1.78813934e-007, 6.70552254e-008, -0.707105339, 0.707105041, 1.78813934e-007, 0.707106113, 0.707106054),
  2844. ["Elasticity"] = 0,
  2845. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2846. ["Size"] = Vector3.new(1, 2, 24),
  2847. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2848. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2849. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2850. })
  2851. o212 = Create("Part",{
  2852. ["Parent"] = o1,
  2853. ["BrickColor"] = BrickColor.new("Nougat"),
  2854. ["Position"] = Vector3.new(25.5000725, 59.5458946, 29.5),
  2855. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, -180),
  2856. ["Anchored"] = true,
  2857. ["CFrame"] = CFrame.new(25.5000725, 59.5458946, 29.5, -0.999998271, 6.70552254e-008, -1.93715096e-007, 5.96046448e-008, -0.999998212, -1.11758709e-007, 1.93715096e-007, 1.02445483e-007, 0.999999285),
  2858. ["Elasticity"] = 0,
  2859. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2860. ["Size"] = Vector3.new(15, 1, 2),
  2861. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2862. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2863. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  2864. })
  2865. o213 = Create("Part",{
  2866. ["Parent"] = o1,
  2867. ["BrickColor"] = BrickColor.new("Nougat"),
  2868. ["Position"] = Vector3.new(25.5000725, 61.047821, 30.9999962),
  2869. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, -180),
  2870. ["Anchored"] = true,
  2871. ["CFrame"] = CFrame.new(25.5000725, 61.047821, 30.9999962, -0.999998271, 6.70552254e-008, -1.93715096e-007, 5.96046448e-008, -0.999998212, -1.11758709e-007, 1.93715096e-007, 1.02445483e-007, 0.999999285),
  2872. ["Elasticity"] = 0,
  2873. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2874. ["Size"] = Vector3.new(15, 1, 2),
  2875. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2876. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2877. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  2878. })
  2879. o214 = Create("Part",{
  2880. ["Parent"] = o1,
  2881. ["BrickColor"] = BrickColor.new("Nougat"),
  2882. ["Position"] = Vector3.new(25.5000877, 62.5458908, 32.4999962),
  2883. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, -180),
  2884. ["Anchored"] = true,
  2885. ["CFrame"] = CFrame.new(25.5000877, 62.5458908, 32.4999962, -0.999998271, 6.70552254e-008, -1.93715096e-007, 5.96046448e-008, -0.999998212, -1.11758709e-007, 1.93715096e-007, 1.02445483e-007, 0.999999285),
  2886. ["Elasticity"] = 0,
  2887. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2888. ["Size"] = Vector3.new(15, 1, 2),
  2889. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2890. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2891. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  2892. })
  2893. o215 = Create("Part",{
  2894. ["Parent"] = o1,
  2895. ["BrickColor"] = BrickColor.new("Nougat"),
  2896. ["Position"] = Vector3.new(25.5000687, 64.047821, 33.9999962),
  2897. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, -180),
  2898. ["Anchored"] = true,
  2899. ["CFrame"] = CFrame.new(25.5000687, 64.047821, 33.9999962, -0.999998271, 6.70552254e-008, -1.93715096e-007, 5.96046448e-008, -0.999998212, -1.11758709e-007, 1.93715096e-007, 1.02445483e-007, 0.999999285),
  2900. ["Elasticity"] = 0,
  2901. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2902. ["Size"] = Vector3.new(15, 1, 2),
  2903. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2904. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2905. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  2906. })
  2907. o216 = Create("Part",{
  2908. ["Parent"] = o1,
  2909. ["BrickColor"] = BrickColor.new("Nougat"),
  2910. ["Position"] = Vector3.new(25.5000801, 65.5459061, 35.5),
  2911. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, -180),
  2912. ["Anchored"] = true,
  2913. ["CFrame"] = CFrame.new(25.5000801, 65.5459061, 35.5, -0.999998271, 6.70552254e-008, -1.93715096e-007, 5.96046448e-008, -0.999998212, -1.11758709e-007, 1.93715096e-007, 1.02445483e-007, 0.999999285),
  2914. ["Elasticity"] = 0,
  2915. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2916. ["Size"] = Vector3.new(15, 1, 2),
  2917. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2918. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2919. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  2920. })
  2921. o217 = Create("Part",{
  2922. ["Parent"] = o1,
  2923. ["BrickColor"] = BrickColor.new("Nougat"),
  2924. ["Position"] = Vector3.new(25.5000687, 67.0477905, 36.9999924),
  2925. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, -180),
  2926. ["Anchored"] = true,
  2927. ["CFrame"] = CFrame.new(25.5000687, 67.0477905, 36.9999924, -0.999998271, 6.70552254e-008, -1.93715096e-007, 5.96046448e-008, -0.999998212, -1.11758709e-007, 1.93715096e-007, 1.02445483e-007, 0.999999285),
  2928. ["Elasticity"] = 0,
  2929. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2930. ["Size"] = Vector3.new(15, 1, 2),
  2931. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2932. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2933. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  2934. })
  2935. o218 = Create("Part",{
  2936. ["Parent"] = o1,
  2937. ["BrickColor"] = BrickColor.new("Nougat"),
  2938. ["Position"] = Vector3.new(25.5000648, 68.5458832, 38.4999886),
  2939. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, -180),
  2940. ["Anchored"] = true,
  2941. ["CFrame"] = CFrame.new(25.5000648, 68.5458832, 38.4999886, -0.999998271, 6.70552254e-008, -1.93715096e-007, 5.96046448e-008, -0.999998212, -1.11758709e-007, 1.93715096e-007, 1.02445483e-007, 0.999999285),
  2942. ["Elasticity"] = 0,
  2943. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2944. ["Size"] = Vector3.new(15, 1, 2),
  2945. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2946. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2947. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  2948. })
  2949. o219 = Create("Part",{
  2950. ["Parent"] = o1,
  2951. ["BrickColor"] = BrickColor.new("Reddish brown"),
  2952. ["Position"] = Vector3.new(33.5000648, 61.4006767, 31.6464348),
  2953. ["Rotation"] = Vector3.new(-44.9999619, -1.02452841e-005, 180),
  2954. ["Anchored"] = true,
  2955. ["CFrame"] = CFrame.new(33.5000648, 61.4006767, 31.6464348, -0.999998271, -6.70552254e-008, -1.78813934e-007, 5.96046448e-008, -0.707105458, 0.707105279, 1.93715096e-007, 0.707106292, 0.707106233),
  2956. ["Elasticity"] = 0,
  2957. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2958. ["Size"] = Vector3.new(1, 2, 24),
  2959. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2960. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2961. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  2962. })
  2963. o220 = Create("TrussPart",{
  2964. ["Parent"] = o1,
  2965. ["BrickColor"] = BrickColor.new("Brown"),
  2966. ["Position"] = Vector3.new(73.0000076, 64.1444778, -49.9999733),
  2967. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, 180),
  2968. ["Anchored"] = true,
  2969. ["CFrame"] = CFrame.new(73.0000076, 64.1444778, -49.9999733, -0.999998271, -6.70552254e-008, 1.93715096e-007, 5.96046448e-008, 0.999998212, 9.31322575e-008, 1.93715096e-007, -9.49949026e-008, -0.999999404),
  2970. ["Elasticity"] = 0,
  2971. ["Size"] = Vector3.new(2, 42, 2),
  2972. ["BackSurface"] = Enum.SurfaceType.Smooth,
  2973. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2974. ["FrontSurface"] = Enum.SurfaceType.Smooth,
  2975. ["LeftSurface"] = Enum.SurfaceType.Smooth,
  2976. ["RightSurface"] = Enum.SurfaceType.Smooth,
  2977. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2978. ["Style"] = Enum.Style.NoSupports,
  2979. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  2980. })
  2981. o221 = Create("TrussPart",{
  2982. ["Parent"] = o1,
  2983. ["BrickColor"] = BrickColor.new("Brown"),
  2984. ["Position"] = Vector3.new(73, 64.1444778, -47.9999695),
  2985. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, 180),
  2986. ["Anchored"] = true,
  2987. ["CFrame"] = CFrame.new(73, 64.1444778, -47.9999695, -0.999998271, -6.70552254e-008, 1.93715096e-007, 5.96046448e-008, 0.999998212, 9.31322575e-008, 1.93715096e-007, -9.49949026e-008, -0.999999404),
  2988. ["Elasticity"] = 0,
  2989. ["Size"] = Vector3.new(2, 42, 2),
  2990. ["BackSurface"] = Enum.SurfaceType.Smooth,
  2991. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2992. ["FrontSurface"] = Enum.SurfaceType.Smooth,
  2993. ["LeftSurface"] = Enum.SurfaceType.Smooth,
  2994. ["RightSurface"] = Enum.SurfaceType.Smooth,
  2995. ["TopSurface"] = Enum.SurfaceType.Smooth,
  2996. ["Style"] = Enum.Style.NoSupports,
  2997. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  2998. })
  2999. o222 = Create("TrussPart",{
  3000. ["Parent"] = o1,
  3001. ["BrickColor"] = BrickColor.new("Brown"),
  3002. ["Position"] = Vector3.new(67.0000153, 64.1444778, -53.999958),
  3003. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, 180),
  3004. ["Anchored"] = true,
  3005. ["CFrame"] = CFrame.new(67.0000153, 64.1444778, -53.999958, -0.999998271, -6.70552254e-008, 1.93715096e-007, 5.96046448e-008, 0.999998212, 9.31322575e-008, 1.93715096e-007, -9.49949026e-008, -0.999999404),
  3006. ["Elasticity"] = 0,
  3007. ["Size"] = Vector3.new(2, 42, 2),
  3008. ["BackSurface"] = Enum.SurfaceType.Smooth,
  3009. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3010. ["FrontSurface"] = Enum.SurfaceType.Smooth,
  3011. ["LeftSurface"] = Enum.SurfaceType.Smooth,
  3012. ["RightSurface"] = Enum.SurfaceType.Smooth,
  3013. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3014. ["Style"] = Enum.Style.NoSupports,
  3015. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  3016. })
  3017. o223 = Create("Part",{
  3018. ["Parent"] = o1,
  3019. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3020. ["Position"] = Vector3.new(57.000042, 66.645607, -59.999958),
  3021. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  3022. ["Anchored"] = true,
  3023. ["CFrame"] = CFrame.new(57.000042, 66.645607, -59.999958, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  3024. ["Elasticity"] = 0,
  3025. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3026. ["Size"] = Vector3.new(1, 47, 1),
  3027. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3028. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3029. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3030. })
  3031. o224 = Create("Part",{
  3032. ["Parent"] = o1,
  3033. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3034. ["Position"] = Vector3.new(77.0000153, 66.645607, -59.9999504),
  3035. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  3036. ["Anchored"] = true,
  3037. ["CFrame"] = CFrame.new(77.0000153, 66.645607, -59.9999504, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  3038. ["Elasticity"] = 0,
  3039. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3040. ["Size"] = Vector3.new(1, 47, 1),
  3041. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3042. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3043. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3044. })
  3045. o225 = Create("TrussPart",{
  3046. ["Parent"] = o1,
  3047. ["BrickColor"] = BrickColor.new("Brown"),
  3048. ["Position"] = Vector3.new(65.0000076, 64.1444778, -53.999958),
  3049. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, 180),
  3050. ["Anchored"] = true,
  3051. ["CFrame"] = CFrame.new(65.0000076, 64.1444778, -53.999958, -0.999998271, -6.70552254e-008, 1.93715096e-007, 5.96046448e-008, 0.999998212, 9.31322575e-008, 1.93715096e-007, -9.49949026e-008, -0.999999404),
  3052. ["Elasticity"] = 0,
  3053. ["Size"] = Vector3.new(2, 42, 2),
  3054. ["BackSurface"] = Enum.SurfaceType.Smooth,
  3055. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3056. ["FrontSurface"] = Enum.SurfaceType.Smooth,
  3057. ["LeftSurface"] = Enum.SurfaceType.Smooth,
  3058. ["RightSurface"] = Enum.SurfaceType.Smooth,
  3059. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3060. ["Style"] = Enum.Style.NoSupports,
  3061. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  3062. })
  3063. o226 = Create("TrussPart",{
  3064. ["Parent"] = o1,
  3065. ["BrickColor"] = BrickColor.new("Brown"),
  3066. ["Position"] = Vector3.new(73.0000076, 64.1444778, -45.9999733),
  3067. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, 180),
  3068. ["Anchored"] = true,
  3069. ["CFrame"] = CFrame.new(73.0000076, 64.1444778, -45.9999733, -0.999998271, -6.70552254e-008, 1.93715096e-007, 5.96046448e-008, 0.999998212, 9.31322575e-008, 1.93715096e-007, -9.49949026e-008, -0.999999404),
  3070. ["Elasticity"] = 0,
  3071. ["Size"] = Vector3.new(2, 42, 2),
  3072. ["BackSurface"] = Enum.SurfaceType.Smooth,
  3073. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3074. ["FrontSurface"] = Enum.SurfaceType.Smooth,
  3075. ["LeftSurface"] = Enum.SurfaceType.Smooth,
  3076. ["RightSurface"] = Enum.SurfaceType.Smooth,
  3077. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3078. ["Style"] = Enum.Style.NoSupports,
  3079. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  3080. })
  3081. o227 = Create("Part",{
  3082. ["Parent"] = o1,
  3083. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3084. ["Position"] = Vector3.new(36.000042, 66.6444473, 63.4999695),
  3085. ["Rotation"] = Vector3.new(-17.1027298, -89.8934708, -19.0934925),
  3086. ["Anchored"] = true,
  3087. ["CFrame"] = CFrame.new(36.000042, 66.6444473, 63.4999695, 1.93715096e-007, 6.70552254e-008, -0.999998271, 9.31322575e-008, -0.999998212, 5.96046448e-008, -0.999999404, 9.49949026e-008, 1.93715096e-007),
  3088. ["Elasticity"] = 0,
  3089. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3090. ["Size"] = Vector3.new(1, 1, 52),
  3091. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3092. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3093. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3094. })
  3095. o228 = Create("Part",{
  3096. ["Parent"] = o1,
  3097. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3098. ["Position"] = Vector3.new(20.5000763, 73.6497345, 63.4999771),
  3099. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  3100. ["Anchored"] = true,
  3101. ["CFrame"] = CFrame.new(20.5000763, 73.6497345, 63.4999771, 1.93715096e-007, -6.70552254e-008, 0.999998271, 1.11758709e-007, 0.999998212, -5.96046448e-008, -0.999999285, -1.02445483e-007, -1.93715096e-007),
  3102. ["Elasticity"] = 0,
  3103. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3104. ["Size"] = Vector3.new(2, 1, 7),
  3105. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3106. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3107. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3108. })
  3109. o229 = Create("Part",{
  3110. ["Parent"] = o1,
  3111. ["BrickColor"] = BrickColor.new("Dark orange"),
  3112. ["Position"] = Vector3.new(36.0000381, 71.6443939, 63.4999695),
  3113. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  3114. ["Anchored"] = true,
  3115. ["CFrame"] = CFrame.new(36.0000381, 71.6443939, 63.4999695, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  3116. ["Elasticity"] = 0,
  3117. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3118. ["Size"] = Vector3.new(1, 3, 38),
  3119. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3120. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3121. ["Color"] = Color3.new(0.627451, 0.372549, 0.207843),
  3122. })
  3123. o230 = Create("Part",{
  3124. ["Parent"] = o1,
  3125. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3126. ["Position"] = Vector3.new(-13.999855, 71.1958542, 61.9999809),
  3127. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  3128. ["Anchored"] = true,
  3129. ["CFrame"] = CFrame.new(-13.999855, 71.1958542, 61.9999809, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  3130. ["Elasticity"] = 0,
  3131. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3132. ["Size"] = Vector3.new(1, 4, 1),
  3133. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3134. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3135. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3136. })
  3137. o231 = Create("Part",{
  3138. ["Parent"] = o1,
  3139. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3140. ["Position"] = Vector3.new(-5.9998703, 72.1958542, 61.9999809),
  3141. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  3142. ["Anchored"] = true,
  3143. ["CFrame"] = CFrame.new(-5.9998703, 72.1958542, 61.9999809, 1.93715096e-007, -6.70552254e-008, 0.999998271, 1.11758709e-007, 0.999998212, -5.96046448e-008, -0.999999285, -1.02445483e-007, -1.93715096e-007),
  3144. ["Elasticity"] = 0,
  3145. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3146. ["Size"] = Vector3.new(1, 1, 15),
  3147. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3148. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3149. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3150. })
  3151. o232 = Create("Part",{
  3152. ["Parent"] = o1,
  3153. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3154. ["Position"] = Vector3.new(33.5000687, 57.0478439, 8.50001049),
  3155. ["Rotation"] = Vector3.new(-160.906509, 89.8846512, 51.3401947),
  3156. ["Anchored"] = true,
  3157. ["CFrame"] = CFrame.new(33.5000687, 57.0478439, 8.50001049, 1.49011612e-007, -1.86264515e-007, 0.999997973, 9.49949026e-008, 0.999997497, 6.70552254e-008, -0.999999106, -1.21071935e-007, -1.93715096e-007),
  3158. ["Elasticity"] = 0,
  3159. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3160. ["Size"] = Vector3.new(1, 1, 33),
  3161. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3162. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3163. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3164. })
  3165. o233 = Create("Part",{
  3166. ["Parent"] = o1,
  3167. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3168. ["Position"] = Vector3.new(16.500103, 57.0478325, 16.0000114),
  3169. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  3170. ["Anchored"] = true,
  3171. ["CFrame"] = CFrame.new(16.500103, 57.0478325, 16.0000114, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  3172. ["Elasticity"] = 0,
  3173. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3174. ["Size"] = Vector3.new(1, 1, 14),
  3175. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3176. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3177. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3178. })
  3179. o234 = Create("Part",{
  3180. ["Parent"] = o1,
  3181. ["BrickColor"] = BrickColor.new("Nougat"),
  3182. ["Position"] = Vector3.new(25.5000801, 56.5459137, 26.5),
  3183. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, -180),
  3184. ["Anchored"] = true,
  3185. ["CFrame"] = CFrame.new(25.5000801, 56.5459137, 26.5, -0.999998271, 6.70552254e-008, -1.93715096e-007, 5.96046448e-008, -0.999998212, -1.11758709e-007, 1.93715096e-007, 1.02445483e-007, 0.999999285),
  3186. ["Elasticity"] = 0,
  3187. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3188. ["Size"] = Vector3.new(15, 1, 2),
  3189. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3190. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3191. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3192. })
  3193. o235 = Create("Part",{
  3194. ["Parent"] = o1,
  3195. ["BrickColor"] = BrickColor.new("Nougat"),
  3196. ["Position"] = Vector3.new(25.5000725, 58.0478287, 28),
  3197. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, -180),
  3198. ["Anchored"] = true,
  3199. ["CFrame"] = CFrame.new(25.5000725, 58.0478287, 28, -0.999998271, 6.70552254e-008, -1.93715096e-007, 5.96046448e-008, -0.999998212, -1.11758709e-007, 1.93715096e-007, 1.02445483e-007, 0.999999285),
  3200. ["Elasticity"] = 0,
  3201. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3202. ["Size"] = Vector3.new(15, 1, 2),
  3203. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3204. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3205. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3206. })
  3207. o236 = Create("Part",{
  3208. ["Parent"] = o1,
  3209. ["BrickColor"] = BrickColor.new("Brown"),
  3210. ["Position"] = Vector3.new(73.5842361, 50.3170738, 6.52104282),
  3211. ["Rotation"] = Vector3.new(4.79537344, 22.2319031, 6.26052237),
  3212. ["Anchored"] = true,
  3213. ["CFrame"] = CFrame.new(73.5842361, 50.3170738, 6.52104282, 0.920138597, -0.100942582, 0.378356278, 0.1401079, 0.987110615, -0.077383101, -0.365667462, 0.124214061, 0.922424018),
  3214. ["Elasticity"] = 0,
  3215. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3216. ["Size"] = Vector3.new(12, 97, 14),
  3217. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3218. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3219. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  3220. })
  3221. o237 = Create("Part",{
  3222. ["Parent"] = o1,
  3223. ["BrickColor"] = BrickColor.new("Nougat"),
  3224. ["Position"] = Vector3.new(41.5000572, 52.4444733, 25),
  3225. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  3226. ["Anchored"] = true,
  3227. ["CFrame"] = CFrame.new(41.5000572, 52.4444733, 25, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 9.31322575e-008, -1.93715096e-007, 9.49949026e-008, -0.999999404),
  3228. ["Elasticity"] = 0,
  3229. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3230. ["Size"] = Vector3.new(15, 1, 2),
  3231. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3232. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3233. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3234. })
  3235. o238 = Create("Part",{
  3236. ["Parent"] = o1,
  3237. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3238. ["Position"] = Vector3.new(51.0000267, 49.6462898, 55.4999619),
  3239. ["Rotation"] = Vector3.new(-180, 5.97641565e-006, 180),
  3240. ["Anchored"] = true,
  3241. ["CFrame"] = CFrame.new(51.0000267, 49.6462898, 55.4999619, -0.999998271, -6.70552254e-008, 1.04308128e-007, 5.96046448e-008, 0.999998212, 1.21071935e-007, 2.68220901e-007, -1.02445483e-007, -0.999999404),
  3242. ["Elasticity"] = 0,
  3243. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3244. ["Size"] = Vector3.new(2, 27, 2),
  3245. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3246. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3247. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3248. })
  3249. o239 = Create("Part",{
  3250. ["Parent"] = o1,
  3251. ["BrickColor"] = BrickColor.new("Nougat"),
  3252. ["Position"] = Vector3.new(25.5000801, 55.0478935, 25),
  3253. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, -180),
  3254. ["Anchored"] = true,
  3255. ["CFrame"] = CFrame.new(25.5000801, 55.0478935, 25, -0.999998271, 6.70552254e-008, -1.93715096e-007, 5.96046448e-008, -0.999998212, -1.11758709e-007, 1.93715096e-007, 1.02445483e-007, 0.999999285),
  3256. ["Elasticity"] = 0,
  3257. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3258. ["Size"] = Vector3.new(15, 1, 2),
  3259. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3260. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3261. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3262. })
  3263. o240 = Create("Part",{
  3264. ["Parent"] = o1,
  3265. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3266. ["Position"] = Vector3.new(16.0000916, 49.6462898, 55.4999733),
  3267. ["Rotation"] = Vector3.new(-180, 5.97641565e-006, 180),
  3268. ["Anchored"] = true,
  3269. ["CFrame"] = CFrame.new(16.0000916, 49.6462898, 55.4999733, -0.999998271, -6.70552254e-008, 1.04308128e-007, 5.96046448e-008, 0.999998212, 1.21071935e-007, 2.68220901e-007, -1.02445483e-007, -0.999999404),
  3270. ["Elasticity"] = 0,
  3271. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3272. ["Size"] = Vector3.new(2, 27, 2),
  3273. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3274. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3275. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3276. })
  3277. o241 = Create("Part",{
  3278. ["Parent"] = o1,
  3279. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3280. ["Position"] = Vector3.new(49.500042, 45.2996445, 31.8535271),
  3281. ["Rotation"] = Vector3.new(-135.000046, 4.69575525e-006, -9.3915296e-006),
  3282. ["Anchored"] = true,
  3283. ["CFrame"] = CFrame.new(49.500042, 45.2996445, 31.8535271, 0.999997914, 1.63912773e-007, 8.19563866e-008, -6.70552254e-008, -0.70710516, 0.707105219, -1.78813934e-007, -0.707105994, -0.707106233),
  3284. ["Elasticity"] = 0,
  3285. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3286. ["Size"] = Vector3.new(1, 2, 24),
  3287. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3288. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3289. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3290. })
  3291. o242 = Create("Part",{
  3292. ["Parent"] = o1,
  3293. ["BrickColor"] = BrickColor.new("Nougat"),
  3294. ["Position"] = Vector3.new(41.5000496, 46.4445038, 30.9999962),
  3295. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  3296. ["Anchored"] = true,
  3297. ["CFrame"] = CFrame.new(41.5000496, 46.4445038, 30.9999962, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 9.31322575e-008, -1.93715096e-007, 9.49949026e-008, -0.999999404),
  3298. ["Elasticity"] = 0,
  3299. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3300. ["Size"] = Vector3.new(15, 1, 2),
  3301. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3302. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3303. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3304. })
  3305. o243 = Create("Part",{
  3306. ["Parent"] = o1,
  3307. ["BrickColor"] = BrickColor.new("Nougat"),
  3308. ["Position"] = Vector3.new(41.5000458, 47.944397, 29.4999809),
  3309. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  3310. ["Anchored"] = true,
  3311. ["CFrame"] = CFrame.new(41.5000458, 47.944397, 29.4999809, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 1.11758709e-007, -1.93715096e-007, 1.02445483e-007, -0.999999285),
  3312. ["Elasticity"] = 0,
  3313. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3314. ["Size"] = Vector3.new(15, 1, 2),
  3315. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3316. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3317. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3318. })
  3319. o244 = Create("Part",{
  3320. ["Parent"] = o1,
  3321. ["BrickColor"] = BrickColor.new("Nougat"),
  3322. ["Position"] = Vector3.new(41.5000458, 49.4444962, 27.9999962),
  3323. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  3324. ["Anchored"] = true,
  3325. ["CFrame"] = CFrame.new(41.5000458, 49.4444962, 27.9999962, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 9.31322575e-008, -1.93715096e-007, 9.49949026e-008, -0.999999404),
  3326. ["Elasticity"] = 0,
  3327. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3328. ["Size"] = Vector3.new(15, 1, 2),
  3329. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3330. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3331. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3332. })
  3333. o245 = Create("Part",{
  3334. ["Parent"] = o1,
  3335. ["BrickColor"] = BrickColor.new("Nougat"),
  3336. ["Position"] = Vector3.new(41.500061, 50.9443893, 26.4999809),
  3337. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  3338. ["Anchored"] = true,
  3339. ["CFrame"] = CFrame.new(41.500061, 50.9443893, 26.4999809, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 1.11758709e-007, -1.93715096e-007, 1.02445483e-007, -0.999999285),
  3340. ["Elasticity"] = 0,
  3341. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3342. ["Size"] = Vector3.new(15, 1, 2),
  3343. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3344. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3345. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3346. })
  3347. o246 = Create("Part",{
  3348. ["Parent"] = o1,
  3349. ["BrickColor"] = BrickColor.new("Nougat"),
  3350. ["Position"] = Vector3.new(33.5000687, 53.5471039, 16.0000076),
  3351. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -1.23797417e-005),
  3352. ["Anchored"] = true,
  3353. ["CFrame"] = CFrame.new(33.5000687, 53.5471039, 16.0000076, 0.999998093, 2.16066837e-007, 1.93715096e-007, 7.4505806e-008, -0.999997973, 7.63684511e-008, -2.08616257e-007, 1.34110451e-007, -0.999999166),
  3354. ["Elasticity"] = 0,
  3355. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3356. ["Size"] = Vector3.new(35, 1, 16),
  3357. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3358. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3359. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3360. })
  3361. o247 = Create("Part",{
  3362. ["Parent"] = o1,
  3363. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3364. ["Position"] = Vector3.new(51.0000267, 49.6462593, 39.4999847),
  3365. ["Rotation"] = Vector3.new(-180, 5.97641565e-006, 180),
  3366. ["Anchored"] = true,
  3367. ["CFrame"] = CFrame.new(51.0000267, 49.6462593, 39.4999847, -0.999998271, -6.70552254e-008, 1.04308128e-007, 5.96046448e-008, 0.999998212, 1.21071935e-007, 2.68220901e-007, -1.02445483e-007, -0.999999404),
  3368. ["Elasticity"] = 0,
  3369. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3370. ["Size"] = Vector3.new(2, 27, 2),
  3371. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3372. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3373. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3374. })
  3375. o248 = Create("Part",{
  3376. ["Parent"] = o1,
  3377. ["BrickColor"] = BrickColor.new("Nougat"),
  3378. ["Position"] = Vector3.new(74.0000153, 42.6445084, -27.9999771),
  3379. ["Rotation"] = Vector3.new(-17.1027298, -89.8934708, 160.906509),
  3380. ["Anchored"] = true,
  3381. ["CFrame"] = CFrame.new(74.0000153, 42.6445084, -27.9999771, -1.93715096e-007, -6.70552254e-008, -0.999998271, -9.31322575e-008, 0.999998212, 5.96046448e-008, 0.999999404, -9.49949026e-008, 1.93715096e-007),
  3382. ["Elasticity"] = 0,
  3383. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3384. ["Size"] = Vector3.new(16, 1, 8),
  3385. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3386. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3387. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3388. })
  3389. o249 = Create("Part",{
  3390. ["Parent"] = o1,
  3391. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3392. ["Position"] = Vector3.new(67.0000381, 46.1443481, -59.9999504),
  3393. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  3394. ["Anchored"] = true,
  3395. ["CFrame"] = CFrame.new(67.0000381, 46.1443481, -59.9999504, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  3396. ["Elasticity"] = 0,
  3397. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3398. ["Size"] = Vector3.new(19, 1, 1),
  3399. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3400. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3401. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3402. })
  3403. o250 = Create("Part",{
  3404. ["Parent"] = o1,
  3405. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3406. ["Position"] = Vector3.new(77.0000076, 46.1443748, -40.4999733),
  3407. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  3408. ["Anchored"] = true,
  3409. ["CFrame"] = CFrame.new(77.0000076, 46.1443748, -40.4999733, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  3410. ["Elasticity"] = 0,
  3411. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3412. ["Size"] = Vector3.new(1, 1, 38),
  3413. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3414. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3415. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3416. })
  3417. o251 = Create("Part",{
  3418. ["Parent"] = o1,
  3419. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3420. ["Position"] = Vector3.new(67.0000229, 46.144371, -20.9999847),
  3421. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  3422. ["Anchored"] = true,
  3423. ["CFrame"] = CFrame.new(67.0000229, 46.144371, -20.9999847, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  3424. ["Elasticity"] = 0,
  3425. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3426. ["Size"] = Vector3.new(19, 1, 1),
  3427. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3428. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3429. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3430. })
  3431. o252 = Create("Part",{
  3432. ["Parent"] = o1,
  3433. ["BrickColor"] = BrickColor.new("Nougat"),
  3434. ["Position"] = Vector3.new(41.5000458, 38.9444542, 38.499958),
  3435. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  3436. ["Anchored"] = true,
  3437. ["CFrame"] = CFrame.new(41.5000458, 38.9444542, 38.499958, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 1.11758709e-007, -1.93715096e-007, 1.02445483e-007, -0.999999285),
  3438. ["Elasticity"] = 0,
  3439. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3440. ["Size"] = Vector3.new(15, 1, 2),
  3441. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3442. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3443. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3444. })
  3445. o253 = Create("Part",{
  3446. ["Parent"] = o1,
  3447. ["BrickColor"] = BrickColor.new("Nougat"),
  3448. ["Position"] = Vector3.new(41.500042, 40.4445114, 36.9999886),
  3449. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  3450. ["Anchored"] = true,
  3451. ["CFrame"] = CFrame.new(41.500042, 40.4445114, 36.9999886, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 9.31322575e-008, -1.93715096e-007, 9.49949026e-008, -0.999999404),
  3452. ["Elasticity"] = 0,
  3453. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3454. ["Size"] = Vector3.new(15, 1, 2),
  3455. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3456. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3457. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3458. })
  3459. o254 = Create("Part",{
  3460. ["Parent"] = o1,
  3461. ["BrickColor"] = BrickColor.new("Nougat"),
  3462. ["Position"] = Vector3.new(41.5000534, 43.4445114, 33.9999962),
  3463. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  3464. ["Anchored"] = true,
  3465. ["CFrame"] = CFrame.new(41.5000534, 43.4445114, 33.9999962, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 9.31322575e-008, -1.93715096e-007, 9.49949026e-008, -0.999999404),
  3466. ["Elasticity"] = 0,
  3467. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3468. ["Size"] = Vector3.new(15, 1, 2),
  3469. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3470. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3471. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3472. })
  3473. o255 = Create("Part",{
  3474. ["Parent"] = o1,
  3475. ["BrickColor"] = BrickColor.new("Nougat"),
  3476. ["Position"] = Vector3.new(41.5000534, 41.9444389, 35.4999771),
  3477. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  3478. ["Anchored"] = true,
  3479. ["CFrame"] = CFrame.new(41.5000534, 41.9444389, 35.4999771, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 1.11758709e-007, -1.93715096e-007, 1.02445483e-007, -0.999999285),
  3480. ["Elasticity"] = 0,
  3481. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3482. ["Size"] = Vector3.new(15, 1, 2),
  3483. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3484. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3485. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3486. })
  3487. o256 = Create("Part",{
  3488. ["Parent"] = o1,
  3489. ["BrickColor"] = BrickColor.new("Nougat"),
  3490. ["Position"] = Vector3.new(41.5000496, 44.9444237, 32.4999771),
  3491. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  3492. ["Anchored"] = true,
  3493. ["CFrame"] = CFrame.new(41.5000496, 44.9444237, 32.4999771, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 1.11758709e-007, -1.93715096e-007, 1.02445483e-007, -0.999999285),
  3494. ["Elasticity"] = 0,
  3495. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3496. ["Size"] = Vector3.new(15, 1, 2),
  3497. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3498. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3499. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3500. })
  3501. o257 = Create("Part",{
  3502. ["Parent"] = o1,
  3503. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3504. ["Position"] = Vector3.new(33.5000648, 45.2996445, 31.8534966),
  3505. ["Rotation"] = Vector3.new(-135.000031, 3.84198165e-006, -1.02453014e-005),
  3506. ["Anchored"] = true,
  3507. ["CFrame"] = CFrame.new(33.5000648, 45.2996445, 31.8534966, 0.999998271, 1.78813934e-007, 6.70552254e-008, -5.96046448e-008, -0.707105279, 0.707105458, -1.93715096e-007, -0.707106233, -0.707106292),
  3508. ["Elasticity"] = 0,
  3509. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3510. ["Size"] = Vector3.new(1, 2, 24),
  3511. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3512. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3513. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3514. })
  3515. o258 = Create("Part",{
  3516. ["Parent"] = o1,
  3517. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3518. ["Position"] = Vector3.new(33.5000648, 41.0464859, 54.9999504),
  3519. ["Rotation"] = Vector3.new(-37.9987335, -89.8846512, -153.434952),
  3520. ["Anchored"] = true,
  3521. ["CFrame"] = CFrame.new(33.5000648, 41.0464859, 54.9999504, -7.4505806e-008, 3.7252903e-008, -0.999997973, -1.21071935e-007, 0.999997556, 1.86264515e-007, 0.999999225, -6.33299351e-008, 2.38418579e-007),
  3522. ["Elasticity"] = 0,
  3523. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3524. ["Size"] = Vector3.new(1, 1, 33),
  3525. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3526. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3527. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3528. })
  3529. o259 = Create("Part",{
  3530. ["Parent"] = o1,
  3531. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3532. ["Position"] = Vector3.new(50.5000305, 41.0464821, 47.4999542),
  3533. ["Rotation"] = Vector3.new(-180, 5.97641565e-006, 180),
  3534. ["Anchored"] = true,
  3535. ["CFrame"] = CFrame.new(50.5000305, 41.0464821, 47.4999542, -0.999998271, -6.70552254e-008, 1.04308128e-007, 5.96046448e-008, 0.999998212, 1.21071935e-007, 2.68220901e-007, -1.02445483e-007, -0.999999404),
  3536. ["Elasticity"] = 0,
  3537. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3538. ["Size"] = Vector3.new(1, 1, 14),
  3539. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3540. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3541. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3542. })
  3543. o260 = Create("Part",{
  3544. ["Parent"] = o1,
  3545. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3546. ["Position"] = Vector3.new(16.0000877, 49.6462555, 39.4999809),
  3547. ["Rotation"] = Vector3.new(-180, 5.12264205e-006, 180),
  3548. ["Anchored"] = true,
  3549. ["CFrame"] = CFrame.new(16.0000877, 49.6462555, 39.4999809, -0.99999696, -2.23517418e-008, 8.94069672e-008, 1.41561031e-007, 0.999997318, 2.79396772e-008, 2.38418579e-007, -1.73225999e-007, -0.99999851),
  3550. ["Elasticity"] = 0,
  3551. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3552. ["Size"] = Vector3.new(2, 27, 2),
  3553. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3554. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3555. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3556. })
  3557. o261 = Create("Part",{
  3558. ["Parent"] = o1,
  3559. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3560. ["Position"] = Vector3.new(51.0000458, 39.6461182, 7.99997807),
  3561. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  3562. ["Anchored"] = true,
  3563. ["CFrame"] = CFrame.new(51.0000458, 39.6461182, 7.99997807, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  3564. ["Elasticity"] = 0,
  3565. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3566. ["Size"] = Vector3.new(2, 79, 2),
  3567. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3568. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3569. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3570. })
  3571. o262 = Create("Part",{
  3572. ["Parent"] = o1,
  3573. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3574. ["Position"] = Vector3.new(51.0000496, 39.6460762, 23.9999847),
  3575. ["Rotation"] = Vector3.new(1.14192399e-005, -9.3915105e-006, 6.83021062e-006),
  3576. ["Anchored"] = true,
  3577. ["CFrame"] = CFrame.new(51.0000496, 39.6460762, 23.9999847, 0.99999696, -1.1920929e-007, -1.63912773e-007, 3.7252903e-008, 0.999997318, -1.99303031e-007, -1.78813934e-007, -2.23517418e-008, 0.99999851),
  3578. ["Elasticity"] = 0,
  3579. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3580. ["Size"] = Vector3.new(2, 79, 2),
  3581. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3582. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3583. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3584. })
  3585. o263 = Create("Part",{
  3586. ["Parent"] = o1,
  3587. ["BrickColor"] = BrickColor.new("Nougat"),
  3588. ["Position"] = Vector3.new(58.0000458, 42.6445084, -30.9999695),
  3589. ["Rotation"] = Vector3.new(-17.1027298, -89.8934708, 160.906509),
  3590. ["Anchored"] = true,
  3591. ["CFrame"] = CFrame.new(58.0000458, 42.6445084, -30.9999695, -1.93715096e-007, -6.70552254e-008, -0.999998271, -9.31322575e-008, 0.999998212, 5.96046448e-008, 0.999999404, -9.49949026e-008, 1.93715096e-007),
  3592. ["Elasticity"] = 0,
  3593. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3594. ["Size"] = Vector3.new(10, 1, 4),
  3595. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3596. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3597. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3598. })
  3599. o264 = Create("Part",{
  3600. ["Parent"] = o1,
  3601. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3602. ["Position"] = Vector3.new(73, 43.1445084, -53.9999657),
  3603. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, 180),
  3604. ["Anchored"] = true,
  3605. ["CFrame"] = CFrame.new(73, 43.1445084, -53.9999657, -0.999998271, -6.70552254e-008, 1.93715096e-007, 5.96046448e-008, 0.999998212, 9.31322575e-008, 1.93715096e-007, -9.49949026e-008, -0.999999404),
  3606. ["Elasticity"] = 0,
  3607. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3608. ["Size"] = Vector3.new(2, 86, 2),
  3609. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3610. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3611. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3612. })
  3613. o265 = Create("Part",{
  3614. ["Parent"] = o1,
  3615. ["BrickColor"] = BrickColor.new("Nougat"),
  3616. ["Position"] = Vector3.new(63.0000267, 42.6445084, -22.9999809),
  3617. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, 180),
  3618. ["Anchored"] = true,
  3619. ["CFrame"] = CFrame.new(63.0000267, 42.6445084, -22.9999809, -0.999998271, -6.70552254e-008, 1.93715096e-007, 5.96046448e-008, 0.999998212, 9.31322575e-008, 1.93715096e-007, -9.49949026e-008, -0.999999404),
  3620. ["Elasticity"] = 0,
  3621. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3622. ["Size"] = Vector3.new(14, 1, 6),
  3623. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3624. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3625. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3626. })
  3627. o266 = Create("Part",{
  3628. ["Parent"] = o1,
  3629. ["BrickColor"] = BrickColor.new("Nougat"),
  3630. ["Position"] = Vector3.new(67.0000305, 42.6445084, -48.4999619),
  3631. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, 180),
  3632. ["Anchored"] = true,
  3633. ["CFrame"] = CFrame.new(67.0000305, 42.6445084, -48.4999619, -0.999998271, -6.70552254e-008, 1.93715096e-007, 5.96046448e-008, 0.999998212, 9.31322575e-008, 1.93715096e-007, -9.49949026e-008, -0.999999404),
  3634. ["Elasticity"] = 0,
  3635. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3636. ["Size"] = Vector3.new(22, 1, 25),
  3637. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3638. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3639. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3640. })
  3641. o267 = Create("Part",{
  3642. ["Parent"] = o1,
  3643. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3644. ["Position"] = Vector3.new(57.0000305, 46.1443748, -40.4999657),
  3645. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  3646. ["Anchored"] = true,
  3647. ["CFrame"] = CFrame.new(57.0000305, 46.1443748, -40.4999657, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  3648. ["Elasticity"] = 0,
  3649. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3650. ["Size"] = Vector3.new(1, 1, 38),
  3651. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3652. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3653. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3654. })
  3655. o268 = Create("Part",{
  3656. ["Parent"] = o1,
  3657. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3658. ["Position"] = Vector3.new(69.0000229, 39.6445122, -26.9999733),
  3659. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  3660. ["Anchored"] = true,
  3661. ["CFrame"] = CFrame.new(69.0000229, 39.6445122, -26.9999733, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  3662. ["Elasticity"] = 0,
  3663. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3664. ["Size"] = Vector3.new(2, 79, 2),
  3665. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3666. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3667. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3668. })
  3669. o269 = Create("WedgePart",{
  3670. ["Parent"] = o1,
  3671. ["BrickColor"] = BrickColor.new("Brown"),
  3672. ["Position"] = Vector3.new(58.2809143, 34.6441498, 18.5926552),
  3673. ["Rotation"] = Vector3.new(180, 47.9998016, 179.999985),
  3674. ["Anchored"] = true,
  3675. ["CFrame"] = CFrame.new(58.2809143, 34.6441498, 18.5926552, -0.669128478, -2.38418579e-007, 0.743142486, 1.34110451e-007, 0.999993324, -1.2665987e-007, -0.743143141, -5.58793545e-009, -0.66912961),
  3676. ["Elasticity"] = 0,
  3677. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3678. ["Size"] = Vector3.new(13, 69, 21),
  3679. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3680. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  3681. })
  3682. o270 = Create("WedgePart",{
  3683. ["Parent"] = o1,
  3684. ["BrickColor"] = BrickColor.new("Brown"),
  3685. ["Position"] = Vector3.new(76.4395218, 24.1444054, -4.59178448),
  3686. ["Rotation"] = Vector3.new(5.34324772e-006, -25.9999638, 5.22451683e-006),
  3687. ["Anchored"] = true,
  3688. ["CFrame"] = CFrame.new(76.4395218, 24.1444054, -4.59178448, 0.898792207, -8.19563866e-008, -0.438370585, -1.04308128e-007, 0.999997973, -8.38190317e-008, 0.438370615, -9.87201929e-008, 0.898793578),
  3689. ["Elasticity"] = 0,
  3690. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3691. ["Size"] = Vector3.new(15, 48, 23),
  3692. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3693. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  3694. })
  3695. o271 = Create("Part",{
  3696. ["Parent"] = o1,
  3697. ["BrickColor"] = BrickColor.new("Nougat"),
  3698. ["Position"] = Vector3.new(33.5000687, 37.5464897, 47.499958),
  3699. ["Rotation"] = Vector3.new(8.00413363e-006, -6.83018925e-006, 180),
  3700. ["Anchored"] = true,
  3701. ["CFrame"] = CFrame.new(33.5000687, 37.5464897, 47.499958, -0.999998093, -5.21540642e-008, -1.1920929e-007, 2.01165676e-007, -0.999997973, -1.39698386e-007, 2.98023224e-007, 6.51925802e-008, 0.999999285),
  3702. ["Elasticity"] = 0,
  3703. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3704. ["Size"] = Vector3.new(35, 1, 16),
  3705. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3706. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3707. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3708. })
  3709. o272 = Create("Part",{
  3710. ["Parent"] = o1,
  3711. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3712. ["Position"] = Vector3.new(16.5000992, 41.0464668, 47.4999771),
  3713. ["Rotation"] = Vector3.new(-180, 5.97641565e-006, 180),
  3714. ["Anchored"] = true,
  3715. ["CFrame"] = CFrame.new(16.5000992, 41.0464668, 47.4999771, -0.999998271, -6.70552254e-008, 1.04308128e-007, 5.96046448e-008, 0.999998212, 1.21071935e-007, 2.68220901e-007, -1.02445483e-007, -0.999999404),
  3716. ["Elasticity"] = 0,
  3717. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3718. ["Size"] = Vector3.new(1, 1, 14),
  3719. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3720. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3721. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3722. })
  3723. o273 = Create("Part",{
  3724. ["Parent"] = o1,
  3725. ["BrickColor"] = BrickColor.new("Nougat"),
  3726. ["Position"] = Vector3.new(25.5000839, 28.9964752, 30.9999695),
  3727. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, -180),
  3728. ["Anchored"] = true,
  3729. ["CFrame"] = CFrame.new(25.5000839, 28.9964752, 30.9999695, -0.999998271, 6.70552254e-008, -1.93715096e-007, 5.96046448e-008, -0.999998212, -1.11758709e-007, 1.93715096e-007, 1.02445483e-007, 0.999999285),
  3730. ["Elasticity"] = 0,
  3731. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3732. ["Size"] = Vector3.new(15, 1, 2),
  3733. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3734. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3735. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3736. })
  3737. o274 = Create("Part",{
  3738. ["Parent"] = o1,
  3739. ["BrickColor"] = BrickColor.new("Nougat"),
  3740. ["Position"] = Vector3.new(25.5000763, 30.4946327, 32.4999657),
  3741. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, -180),
  3742. ["Anchored"] = true,
  3743. ["CFrame"] = CFrame.new(25.5000763, 30.4946327, 32.4999657, -0.999998271, 6.70552254e-008, -1.93715096e-007, 5.96046448e-008, -0.999998212, -1.11758709e-007, 1.93715096e-007, 1.02445483e-007, 0.999999285),
  3744. ["Elasticity"] = 0,
  3745. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3746. ["Size"] = Vector3.new(15, 1, 2),
  3747. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3748. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3749. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3750. })
  3751. o275 = Create("Part",{
  3752. ["Parent"] = o1,
  3753. ["BrickColor"] = BrickColor.new("Nougat"),
  3754. ["Position"] = Vector3.new(25.5000763, 31.9964676, 33.9999695),
  3755. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, -180),
  3756. ["Anchored"] = true,
  3757. ["CFrame"] = CFrame.new(25.5000763, 31.9964676, 33.9999695, -0.999998271, 6.70552254e-008, -1.93715096e-007, 5.96046448e-008, -0.999998212, -1.11758709e-007, 1.93715096e-007, 1.02445483e-007, 0.999999285),
  3758. ["Elasticity"] = 0,
  3759. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3760. ["Size"] = Vector3.new(15, 1, 2),
  3761. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3762. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3763. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3764. })
  3765. o276 = Create("Part",{
  3766. ["Parent"] = o1,
  3767. ["BrickColor"] = BrickColor.new("Nougat"),
  3768. ["Position"] = Vector3.new(25.5000801, 33.4944763, 35.4999809),
  3769. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, -180),
  3770. ["Anchored"] = true,
  3771. ["CFrame"] = CFrame.new(25.5000801, 33.4944763, 35.4999809, -0.999998271, 6.70552254e-008, -1.93715096e-007, 5.96046448e-008, -0.999998212, -1.11758709e-007, 1.93715096e-007, 1.02445483e-007, 0.999999285),
  3772. ["Elasticity"] = 0,
  3773. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3774. ["Size"] = Vector3.new(15, 1, 2),
  3775. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3776. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3777. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3778. })
  3779. o277 = Create("Part",{
  3780. ["Parent"] = o1,
  3781. ["BrickColor"] = BrickColor.new("Nougat"),
  3782. ["Position"] = Vector3.new(25.5000839, 34.9963341, 36.9999657),
  3783. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, -180),
  3784. ["Anchored"] = true,
  3785. ["CFrame"] = CFrame.new(25.5000839, 34.9963341, 36.9999657, -0.999998271, 6.70552254e-008, -1.93715096e-007, 5.96046448e-008, -0.999998212, -1.11758709e-007, 1.93715096e-007, 1.02445483e-007, 0.999999285),
  3786. ["Elasticity"] = 0,
  3787. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3788. ["Size"] = Vector3.new(15, 1, 2),
  3789. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3790. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3791. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3792. })
  3793. o278 = Create("Part",{
  3794. ["Parent"] = o1,
  3795. ["BrickColor"] = BrickColor.new("Nougat"),
  3796. ["Position"] = Vector3.new(25.5000763, 36.4944496, 38.4999619),
  3797. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, -180),
  3798. ["Anchored"] = true,
  3799. ["CFrame"] = CFrame.new(25.5000763, 36.4944496, 38.4999619, -0.999998271, 6.70552254e-008, -1.93715096e-007, 5.96046448e-008, -0.999998212, -1.11758709e-007, 1.93715096e-007, 1.02445483e-007, 0.999999285),
  3800. ["Elasticity"] = 0,
  3801. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3802. ["Size"] = Vector3.new(15, 1, 2),
  3803. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3804. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3805. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3806. })
  3807. o279 = Create("Part",{
  3808. ["Parent"] = o1,
  3809. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3810. ["Position"] = Vector3.new(33.5000687, 29.3493309, 31.6464233),
  3811. ["Rotation"] = Vector3.new(-44.9999619, -1.02452841e-005, 180),
  3812. ["Anchored"] = true,
  3813. ["CFrame"] = CFrame.new(33.5000687, 29.3493309, 31.6464233, -0.999998271, -6.70552254e-008, -1.78813934e-007, 5.96046448e-008, -0.707105458, 0.707105279, 1.93715096e-007, 0.707106292, 0.707106233),
  3814. ["Elasticity"] = 0,
  3815. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3816. ["Size"] = Vector3.new(1, 2, 24),
  3817. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3818. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3819. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3820. })
  3821. o280 = Create("Part",{
  3822. ["Parent"] = o1,
  3823. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3824. ["Position"] = Vector3.new(50.5000458, 24.9964943, 15.9999733),
  3825. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  3826. ["Anchored"] = true,
  3827. ["CFrame"] = CFrame.new(50.5000458, 24.9964943, 15.9999733, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  3828. ["Elasticity"] = 0,
  3829. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3830. ["Size"] = Vector3.new(1, 1, 14),
  3831. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3832. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3833. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3834. })
  3835. o281 = Create("Part",{
  3836. ["Parent"] = o1,
  3837. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3838. ["Position"] = Vector3.new(77.0000153, 23.644619, -21),
  3839. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  3840. ["Anchored"] = true,
  3841. ["CFrame"] = CFrame.new(77.0000153, 23.644619, -21, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  3842. ["Elasticity"] = 0,
  3843. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3844. ["Size"] = Vector3.new(1, 47, 1),
  3845. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3846. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3847. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3848. })
  3849. o282 = Create("WedgePart",{
  3850. ["Parent"] = o1,
  3851. ["BrickColor"] = BrickColor.new("Brown"),
  3852. ["Position"] = Vector3.new(61.2028427, 12.6444969, 28.6577587),
  3853. ["Rotation"] = Vector3.new(-180, 19.9999752, 180),
  3854. ["Anchored"] = true,
  3855. ["CFrame"] = CFrame.new(61.2028427, 12.6444969, 28.6577587, -0.939690888, -6.70552254e-008, 0.342019737, 9.68575478e-008, 0.999998212, 6.89178705e-008, -0.342019737, -1.02445483e-007, -0.93969214),
  3856. ["Elasticity"] = 0,
  3857. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3858. ["Size"] = Vector3.new(11, 25, 30),
  3859. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3860. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  3861. })
  3862. o283 = Create("WedgePart",{
  3863. ["Parent"] = o1,
  3864. ["BrickColor"] = BrickColor.new("Brown"),
  3865. ["Position"] = Vector3.new(61.4605865, 19.6444473, -0.310521126),
  3866. ["Rotation"] = Vector3.new(7.91492039e-006, 35.9999313, -3.69363352e-006),
  3867. ["Anchored"] = true,
  3868. ["CFrame"] = CFrame.new(61.4605865, 19.6444473, -0.310521126, 0.809015751, 5.21540642e-008, 0.587784231, -7.4505806e-009, 0.999998212, -1.11758709e-007, -0.587784827, -1.32247806e-007, 0.809016645),
  3869. ["Elasticity"] = 0,
  3870. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3871. ["Size"] = Vector3.new(11, 39, 21),
  3872. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3873. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  3874. })
  3875. o284 = Create("WedgePart",{
  3876. ["Parent"] = o1,
  3877. ["BrickColor"] = BrickColor.new("Brown"),
  3878. ["Position"] = Vector3.new(90.8699036, 10.1441689, 12.3505211),
  3879. ["Rotation"] = Vector3.new(-179.999985, -78.9994583, 179.999985),
  3880. ["Anchored"] = true,
  3881. ["CFrame"] = CFrame.new(90.8699036, 10.1441689, 12.3505211, -0.190808862, -6.70552254e-008, -0.981625378, -7.42584234e-008, 0.999998212, 8.19563866e-008, 0.98162663, -1.02445483e-007, -0.190808713),
  3882. ["Elasticity"] = 0,
  3883. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3884. ["Size"] = Vector3.new(18, 20, 26),
  3885. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3886. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  3887. })
  3888. o285 = Create("WedgePart",{
  3889. ["Parent"] = o1,
  3890. ["BrickColor"] = BrickColor.new("Brown"),
  3891. ["Position"] = Vector3.new(101.438484, 5.14450073, 10.3352041),
  3892. ["Rotation"] = Vector3.new(-0.00011008633, -87.9970932, 0.000110087647),
  3893. ["Anchored"] = true,
  3894. ["CFrame"] = CFrame.new(101.438484, 5.14450073, 10.3352041, 0.0348992944, -6.70552254e-008, -0.999389052, -1.04308128e-007, 0.999998212, 6.70552254e-008, 0.999390185, -1.02445483e-007, 0.0348997116),
  3895. ["Elasticity"] = 0,
  3896. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3897. ["Size"] = Vector3.new(10, 10, 27),
  3898. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3899. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  3900. })
  3901. o286 = Create("Part",{
  3902. ["Parent"] = o1,
  3903. ["BrickColor"] = BrickColor.new("Nougat"),
  3904. ["Position"] = Vector3.new(41.5000572, 17.394989, 27.9999695),
  3905. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  3906. ["Anchored"] = true,
  3907. ["CFrame"] = CFrame.new(41.5000572, 17.394989, 27.9999695, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 1.11758709e-007, -1.93715096e-007, 1.02445483e-007, -0.999999285),
  3908. ["Elasticity"] = 0,
  3909. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3910. ["Size"] = Vector3.new(15, 1, 2),
  3911. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3912. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3913. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3914. })
  3915. o287 = Create("Part",{
  3916. ["Parent"] = o1,
  3917. ["BrickColor"] = BrickColor.new("Nougat"),
  3918. ["Position"] = Vector3.new(41.5000458, 18.8946724, 26.4999695),
  3919. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  3920. ["Anchored"] = true,
  3921. ["CFrame"] = CFrame.new(41.5000458, 18.8946724, 26.4999695, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 1.11758709e-007, -1.93715096e-007, 1.02445483e-007, -0.999999285),
  3922. ["Elasticity"] = 0,
  3923. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3924. ["Size"] = Vector3.new(15, 1, 2),
  3925. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3926. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3927. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3928. })
  3929. o288 = Create("Part",{
  3930. ["Parent"] = o1,
  3931. ["BrickColor"] = BrickColor.new("Nougat"),
  3932. ["Position"] = Vector3.new(41.5000534, 20.3949852, 24.9999695),
  3933. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  3934. ["Anchored"] = true,
  3935. ["CFrame"] = CFrame.new(41.5000534, 20.3949852, 24.9999695, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 1.11758709e-007, -1.93715096e-007, 1.02445483e-007, -0.999999285),
  3936. ["Elasticity"] = 0,
  3937. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3938. ["Size"] = Vector3.new(15, 1, 2),
  3939. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3940. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3941. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3942. })
  3943. o289 = Create("Part",{
  3944. ["Parent"] = o1,
  3945. ["BrickColor"] = BrickColor.new("Reddish brown"),
  3946. ["Position"] = Vector3.new(17.5000916, 29.3493118, 31.6464233),
  3947. ["Rotation"] = Vector3.new(-44.9999619, -1.02452841e-005, 180),
  3948. ["Anchored"] = true,
  3949. ["CFrame"] = CFrame.new(17.5000916, 29.3493118, 31.6464233, -0.999997914, -6.33299351e-008, -1.78813934e-007, 6.70552254e-008, -0.707105339, 0.707105041, 1.78813934e-007, 0.707106113, 0.707106054),
  3950. ["Elasticity"] = 0,
  3951. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3952. ["Size"] = Vector3.new(1, 2, 24),
  3953. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3954. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3955. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  3956. })
  3957. o290 = Create("Part",{
  3958. ["Parent"] = o1,
  3959. ["BrickColor"] = BrickColor.new("Nougat"),
  3960. ["Position"] = Vector3.new(25.5000763, 22.9965096, 24.9999695),
  3961. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, -180),
  3962. ["Anchored"] = true,
  3963. ["CFrame"] = CFrame.new(25.5000763, 22.9965096, 24.9999695, -0.999998271, 6.70552254e-008, -1.93715096e-007, 5.96046448e-008, -0.999998212, -1.11758709e-007, 1.93715096e-007, 1.02445483e-007, 0.999999285),
  3964. ["Elasticity"] = 0,
  3965. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3966. ["Size"] = Vector3.new(15, 1, 2),
  3967. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3968. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3969. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3970. })
  3971. o291 = Create("Part",{
  3972. ["Parent"] = o1,
  3973. ["BrickColor"] = BrickColor.new("Nougat"),
  3974. ["Position"] = Vector3.new(25.5000801, 24.4946556, 26.4999733),
  3975. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, -180),
  3976. ["Anchored"] = true,
  3977. ["CFrame"] = CFrame.new(25.5000801, 24.4946556, 26.4999733, -0.999998271, 6.70552254e-008, -1.93715096e-007, 5.96046448e-008, -0.999998212, -1.11758709e-007, 1.93715096e-007, 1.02445483e-007, 0.999999285),
  3978. ["Elasticity"] = 0,
  3979. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3980. ["Size"] = Vector3.new(15, 1, 2),
  3981. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3982. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3983. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3984. })
  3985. o292 = Create("Part",{
  3986. ["Parent"] = o1,
  3987. ["BrickColor"] = BrickColor.new("Nougat"),
  3988. ["Position"] = Vector3.new(25.5000801, 27.4946251, 29.4999733),
  3989. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, -180),
  3990. ["Anchored"] = true,
  3991. ["CFrame"] = CFrame.new(25.5000801, 27.4946251, 29.4999733, -0.999998271, 6.70552254e-008, -1.93715096e-007, 5.96046448e-008, -0.999998212, -1.11758709e-007, 1.93715096e-007, 1.02445483e-007, 0.999999285),
  3992. ["Elasticity"] = 0,
  3993. ["FormFactor"] = Enum.FormFactor.Symmetric,
  3994. ["Size"] = Vector3.new(15, 1, 2),
  3995. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  3996. ["TopSurface"] = Enum.SurfaceType.Smooth,
  3997. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  3998. })
  3999. o293 = Create("Part",{
  4000. ["Parent"] = o1,
  4001. ["BrickColor"] = BrickColor.new("Nougat"),
  4002. ["Position"] = Vector3.new(25.5000763, 25.996479, 27.9999733),
  4003. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, -180),
  4004. ["Anchored"] = true,
  4005. ["CFrame"] = CFrame.new(25.5000763, 25.996479, 27.9999733, -0.999998271, 6.70552254e-008, -1.93715096e-007, 5.96046448e-008, -0.999998212, -1.11758709e-007, 1.93715096e-007, 1.02445483e-007, 0.999999285),
  4006. ["Elasticity"] = 0,
  4007. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4008. ["Size"] = Vector3.new(15, 1, 2),
  4009. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4010. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4011. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  4012. })
  4013. o294 = Create("Part",{
  4014. ["Parent"] = o1,
  4015. ["BrickColor"] = BrickColor.new("Reddish brown"),
  4016. ["Position"] = Vector3.new(16.0000954, 29.146286, 7.99998236),
  4017. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  4018. ["Anchored"] = true,
  4019. ["CFrame"] = CFrame.new(16.0000954, 29.146286, 7.99998236, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  4020. ["Elasticity"] = 0,
  4021. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4022. ["Size"] = Vector3.new(2, 58, 2),
  4023. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4024. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4025. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  4026. })
  4027. o295 = Create("Part",{
  4028. ["Parent"] = o1,
  4029. ["BrickColor"] = BrickColor.new("Nougat"),
  4030. ["Position"] = Vector3.new(33.5000648, 21.4965019, 15.9999771),
  4031. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -1.23797417e-005),
  4032. ["Anchored"] = true,
  4033. ["CFrame"] = CFrame.new(33.5000648, 21.4965019, 15.9999771, 0.999998093, 2.16066837e-007, 1.93715096e-007, 7.4505806e-008, -0.999997973, 7.63684511e-008, -2.08616257e-007, 1.34110451e-007, -0.999999166),
  4034. ["Elasticity"] = 0,
  4035. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4036. ["Size"] = Vector3.new(35, 1, 16),
  4037. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4038. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4039. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  4040. })
  4041. o296 = Create("Part",{
  4042. ["Parent"] = o1,
  4043. ["BrickColor"] = BrickColor.new("Reddish brown"),
  4044. ["Position"] = Vector3.new(16.0000954, 29.1462898, 23.9999752),
  4045. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  4046. ["Anchored"] = true,
  4047. ["CFrame"] = CFrame.new(16.0000954, 29.1462898, 23.9999752, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  4048. ["Elasticity"] = 0,
  4049. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4050. ["Size"] = Vector3.new(2, 58, 2),
  4051. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4052. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4053. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  4054. })
  4055. o297 = Create("Part",{
  4056. ["Parent"] = o1,
  4057. ["BrickColor"] = BrickColor.new("Reddish brown"),
  4058. ["Position"] = Vector3.new(33.5000648, 24.9964905, 8.49998093),
  4059. ["Rotation"] = Vector3.new(-160.906509, 89.8846512, 51.3401947),
  4060. ["Anchored"] = true,
  4061. ["CFrame"] = CFrame.new(33.5000648, 24.9964905, 8.49998093, 1.49011612e-007, -1.86264515e-007, 0.999997973, 9.49949026e-008, 0.999997497, 6.70552254e-008, -0.999999106, -1.21071935e-007, -1.93715096e-007),
  4062. ["Elasticity"] = 0,
  4063. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4064. ["Size"] = Vector3.new(1, 1, 33),
  4065. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4066. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4067. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  4068. })
  4069. o298 = Create("Part",{
  4070. ["Parent"] = o1,
  4071. ["BrickColor"] = BrickColor.new("Reddish brown"),
  4072. ["Position"] = Vector3.new(16.5001068, 24.9964943, 15.9999809),
  4073. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  4074. ["Anchored"] = true,
  4075. ["CFrame"] = CFrame.new(16.5001068, 24.9964943, 15.9999809, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  4076. ["Elasticity"] = 0,
  4077. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4078. ["Size"] = Vector3.new(1, 1, 14),
  4079. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4080. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4081. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  4082. })
  4083. o299 = Create("TrussPart",{
  4084. ["Parent"] = o1,
  4085. ["BrickColor"] = BrickColor.new("Brown"),
  4086. ["Position"] = Vector3.new(63.0000229, 21.1445618, -26.9999771),
  4087. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  4088. ["Anchored"] = true,
  4089. ["CFrame"] = CFrame.new(63.0000229, 21.1445618, -26.9999771, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  4090. ["Elasticity"] = 0,
  4091. ["Size"] = Vector3.new(2, 42, 2),
  4092. ["BackSurface"] = Enum.SurfaceType.Smooth,
  4093. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4094. ["FrontSurface"] = Enum.SurfaceType.Smooth,
  4095. ["LeftSurface"] = Enum.SurfaceType.Smooth,
  4096. ["RightSurface"] = Enum.SurfaceType.Smooth,
  4097. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4098. ["Style"] = Enum.Style.NoSupports,
  4099. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  4100. })
  4101. o300 = Create("TrussPart",{
  4102. ["Parent"] = o1,
  4103. ["BrickColor"] = BrickColor.new("Brown"),
  4104. ["Position"] = Vector3.new(69.0000153, 21.1445618, -28.9999733),
  4105. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  4106. ["Anchored"] = true,
  4107. ["CFrame"] = CFrame.new(69.0000153, 21.1445618, -28.9999733, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  4108. ["Elasticity"] = 0,
  4109. ["Size"] = Vector3.new(2, 42, 2),
  4110. ["BackSurface"] = Enum.SurfaceType.Smooth,
  4111. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4112. ["FrontSurface"] = Enum.SurfaceType.Smooth,
  4113. ["LeftSurface"] = Enum.SurfaceType.Smooth,
  4114. ["RightSurface"] = Enum.SurfaceType.Smooth,
  4115. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4116. ["Style"] = Enum.Style.NoSupports,
  4117. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  4118. })
  4119. o301 = Create("TrussPart",{
  4120. ["Parent"] = o1,
  4121. ["BrickColor"] = BrickColor.new("Brown"),
  4122. ["Position"] = Vector3.new(69.0000229, 21.144558, -30.9999695),
  4123. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  4124. ["Anchored"] = true,
  4125. ["CFrame"] = CFrame.new(69.0000229, 21.144558, -30.9999695, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  4126. ["Elasticity"] = 0,
  4127. ["Size"] = Vector3.new(2, 42, 2),
  4128. ["BackSurface"] = Enum.SurfaceType.Smooth,
  4129. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4130. ["FrontSurface"] = Enum.SurfaceType.Smooth,
  4131. ["LeftSurface"] = Enum.SurfaceType.Smooth,
  4132. ["RightSurface"] = Enum.SurfaceType.Smooth,
  4133. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4134. ["Style"] = Enum.Style.NoSupports,
  4135. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  4136. })
  4137. o302 = Create("TrussPart",{
  4138. ["Parent"] = o1,
  4139. ["BrickColor"] = BrickColor.new("Brown"),
  4140. ["Position"] = Vector3.new(67.0000153, 21.144558, -26.9999771),
  4141. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  4142. ["Anchored"] = true,
  4143. ["CFrame"] = CFrame.new(67.0000153, 21.144558, -26.9999771, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  4144. ["Elasticity"] = 0,
  4145. ["Size"] = Vector3.new(2, 42, 2),
  4146. ["BackSurface"] = Enum.SurfaceType.Smooth,
  4147. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4148. ["FrontSurface"] = Enum.SurfaceType.Smooth,
  4149. ["LeftSurface"] = Enum.SurfaceType.Smooth,
  4150. ["RightSurface"] = Enum.SurfaceType.Smooth,
  4151. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4152. ["Style"] = Enum.Style.NoSupports,
  4153. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  4154. })
  4155. o303 = Create("TrussPart",{
  4156. ["Parent"] = o1,
  4157. ["BrickColor"] = BrickColor.new("Brown"),
  4158. ["Position"] = Vector3.new(61.0000305, 21.144558, -26.9999695),
  4159. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  4160. ["Anchored"] = true,
  4161. ["CFrame"] = CFrame.new(61.0000305, 21.144558, -26.9999695, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  4162. ["Elasticity"] = 0,
  4163. ["Size"] = Vector3.new(2, 42, 2),
  4164. ["BackSurface"] = Enum.SurfaceType.Smooth,
  4165. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4166. ["FrontSurface"] = Enum.SurfaceType.Smooth,
  4167. ["LeftSurface"] = Enum.SurfaceType.Smooth,
  4168. ["RightSurface"] = Enum.SurfaceType.Smooth,
  4169. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4170. ["Style"] = Enum.Style.NoSupports,
  4171. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  4172. })
  4173. o304 = Create("TrussPart",{
  4174. ["Parent"] = o1,
  4175. ["BrickColor"] = BrickColor.new("Brown"),
  4176. ["Position"] = Vector3.new(69.0000305, 21.1445618, -34.9999657),
  4177. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  4178. ["Anchored"] = true,
  4179. ["CFrame"] = CFrame.new(69.0000305, 21.1445618, -34.9999657, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  4180. ["Elasticity"] = 0,
  4181. ["Size"] = Vector3.new(2, 42, 2),
  4182. ["BackSurface"] = Enum.SurfaceType.Smooth,
  4183. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4184. ["FrontSurface"] = Enum.SurfaceType.Smooth,
  4185. ["LeftSurface"] = Enum.SurfaceType.Smooth,
  4186. ["RightSurface"] = Enum.SurfaceType.Smooth,
  4187. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4188. ["Style"] = Enum.Style.NoSupports,
  4189. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  4190. })
  4191. o305 = Create("TrussPart",{
  4192. ["Parent"] = o1,
  4193. ["BrickColor"] = BrickColor.new("Brown"),
  4194. ["Position"] = Vector3.new(65.0000153, 21.1445618, -26.9999733),
  4195. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  4196. ["Anchored"] = true,
  4197. ["CFrame"] = CFrame.new(65.0000153, 21.1445618, -26.9999733, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  4198. ["Elasticity"] = 0,
  4199. ["Size"] = Vector3.new(2, 42, 2),
  4200. ["BackSurface"] = Enum.SurfaceType.Smooth,
  4201. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4202. ["FrontSurface"] = Enum.SurfaceType.Smooth,
  4203. ["LeftSurface"] = Enum.SurfaceType.Smooth,
  4204. ["RightSurface"] = Enum.SurfaceType.Smooth,
  4205. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4206. ["Style"] = Enum.Style.NoSupports,
  4207. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  4208. })
  4209. o306 = Create("TrussPart",{
  4210. ["Parent"] = o1,
  4211. ["BrickColor"] = BrickColor.new("Brown"),
  4212. ["Position"] = Vector3.new(69.0000153, 21.144558, -32.9999733),
  4213. ["Rotation"] = Vector3.new(162.897263, 89.8934708, 19.0934925),
  4214. ["Anchored"] = true,
  4215. ["CFrame"] = CFrame.new(69.0000153, 21.144558, -32.9999733, 1.93715096e-007, -6.70552254e-008, 0.999998271, 9.31322575e-008, 0.999998212, -5.96046448e-008, -0.999999404, -9.49949026e-008, -1.93715096e-007),
  4216. ["Elasticity"] = 0,
  4217. ["Size"] = Vector3.new(2, 42, 2),
  4218. ["BackSurface"] = Enum.SurfaceType.Smooth,
  4219. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4220. ["FrontSurface"] = Enum.SurfaceType.Smooth,
  4221. ["LeftSurface"] = Enum.SurfaceType.Smooth,
  4222. ["RightSurface"] = Enum.SurfaceType.Smooth,
  4223. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4224. ["Style"] = Enum.Style.NoSupports,
  4225. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  4226. })
  4227. o307 = Create("Part",{
  4228. ["Parent"] = o1,
  4229. ["BrickColor"] = BrickColor.new("Reddish brown"),
  4230. ["Position"] = Vector3.new(57.0000343, 23.6446304, -20.9999924),
  4231. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  4232. ["Anchored"] = true,
  4233. ["CFrame"] = CFrame.new(57.0000343, 23.6446304, -20.9999924, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  4234. ["Elasticity"] = 0,
  4235. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4236. ["Size"] = Vector3.new(1, 47, 1),
  4237. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4238. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4239. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  4240. })
  4241. o308 = Create("Part",{
  4242. ["Name"] = "Border (REMOVE!)",
  4243. ["Parent"] = o1,
  4244. ["BrickColor"] = BrickColor.new("Institutional white"),
  4245. ["Transparency"] = 1,
  4246. ["Position"] = Vector3.new(137.999908, 0.544387817, -88.9999466),
  4247. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  4248. ["Anchored"] = true,
  4249. ["CFrame"] = CFrame.new(137.999908, 0.544387817, -88.9999466, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  4250. ["CanCollide"] = false,
  4251. ["Elasticity"] = 0,
  4252. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4253. ["Size"] = Vector3.new(1, 1, 1),
  4254. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4255. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4256. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  4257. })
  4258. o309 = Create("Script",{
  4259. ["Name"] = "RemoveScript",
  4260. ["Parent"] = o308,
  4261. })
  4262. table.insert(cors,coroutine.create(function()
  4263. wait()
  4264. runDummyScript(function()
  4265. --[[ This script removes the border part.
  4266. The border parts are there to make sure when you pawn the model in, that it's not tilted.]]
  4267.  
  4268. wait()
  4269. script.Parent:Destroy()
  4270.  
  4271. end,o309)
  4272. end))
  4273. o310 = Create("Part",{
  4274. ["Parent"] = o1,
  4275. ["BrickColor"] = BrickColor.new("Reddish brown"),
  4276. ["Position"] = Vector3.new(33.5000763, 11.83564, 33.2677307),
  4277. ["Rotation"] = Vector3.new(-135.000031, 3.84198165e-006, -1.02453014e-005),
  4278. ["Anchored"] = true,
  4279. ["CFrame"] = CFrame.new(33.5000763, 11.83564, 33.2677307, 0.999998271, 1.78813934e-007, 6.70552254e-008, -5.96046448e-008, -0.707105279, 0.707105458, -1.93715096e-007, -0.707106233, -0.707106292),
  4280. ["Elasticity"] = 0,
  4281. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4282. ["Size"] = Vector3.new(1, 2, 28),
  4283. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4284. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4285. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  4286. })
  4287. o311 = Create("WedgePart",{
  4288. ["Parent"] = o1,
  4289. ["BrickColor"] = BrickColor.new("Brown"),
  4290. ["Position"] = Vector3.new(61.0000381, 6.64458466, -12.4999781),
  4291. ["Rotation"] = Vector3.new(5.33608863e-006, -1.10990577e-005, 3.84198802e-006),
  4292. ["Anchored"] = true,
  4293. ["CFrame"] = CFrame.new(61.0000381, 6.64458466, -12.4999781, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -9.31322575e-008, -1.93715096e-007, -9.49949026e-008, 0.999999404),
  4294. ["Elasticity"] = 0,
  4295. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4296. ["Size"] = Vector3.new(10, 13, 25),
  4297. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4298. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  4299. })
  4300. o312 = Create("WedgePart",{
  4301. ["Parent"] = o1,
  4302. ["BrickColor"] = BrickColor.new("Brown"),
  4303. ["Position"] = Vector3.new(61.99086, 4.1444931, 41.9441376),
  4304. ["Rotation"] = Vector3.new(-179.999969, -12.9997406, 179.999985),
  4305. ["Anchored"] = true,
  4306. ["CFrame"] = CFrame.new(61.99086, 4.1444931, 41.9441376, -0.974369586, -3.27825546e-007, -0.224946633, -3.7252903e-007, 0.999998152, 7.00354576e-007, 0.224947363, 5.68106771e-007, -0.974370182),
  4307. ["Elasticity"] = 0,
  4308. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4309. ["Size"] = Vector3.new(10, 8, 23),
  4310. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4311. ["Color"] = Color3.new(0.486275, 0.360784, 0.27451),
  4312. })
  4313. o313 = Create("Part",{
  4314. ["Parent"] = o1,
  4315. ["BrickColor"] = BrickColor.new("Nougat"),
  4316. ["Position"] = Vector3.new(41.5000534, 9.8947258, 35.4999657),
  4317. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  4318. ["Anchored"] = true,
  4319. ["CFrame"] = CFrame.new(41.5000534, 9.8947258, 35.4999657, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 1.11758709e-007, -1.93715096e-007, 1.02445483e-007, -0.999999285),
  4320. ["Elasticity"] = 0,
  4321. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4322. ["Size"] = Vector3.new(15, 1, 2),
  4323. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4324. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4325. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  4326. })
  4327. o314 = Create("Part",{
  4328. ["Parent"] = o1,
  4329. ["BrickColor"] = BrickColor.new("Nougat"),
  4330. ["Position"] = Vector3.new(41.5000534, 12.8947067, 32.4999657),
  4331. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  4332. ["Anchored"] = true,
  4333. ["CFrame"] = CFrame.new(41.5000534, 12.8947067, 32.4999657, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 1.11758709e-007, -1.93715096e-007, 1.02445483e-007, -0.999999285),
  4334. ["Elasticity"] = 0,
  4335. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4336. ["Size"] = Vector3.new(15, 1, 2),
  4337. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4338. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4339. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  4340. })
  4341. o315 = Create("Part",{
  4342. ["Parent"] = o1,
  4343. ["BrickColor"] = BrickColor.new("Nougat"),
  4344. ["Position"] = Vector3.new(41.5000496, 15.8946915, 29.4999695),
  4345. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  4346. ["Anchored"] = true,
  4347. ["CFrame"] = CFrame.new(41.5000496, 15.8946915, 29.4999695, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 1.11758709e-007, -1.93715096e-007, 1.02445483e-007, -0.999999285),
  4348. ["Elasticity"] = 0,
  4349. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4350. ["Size"] = Vector3.new(15, 1, 2),
  4351. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4352. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4353. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  4354. })
  4355. o316 = Create("Part",{
  4356. ["Parent"] = o1,
  4357. ["BrickColor"] = BrickColor.new("Nougat"),
  4358. ["Position"] = Vector3.new(41.5000458, 14.3950119, 30.9999657),
  4359. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  4360. ["Anchored"] = true,
  4361. ["CFrame"] = CFrame.new(41.5000458, 14.3950119, 30.9999657, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 1.11758709e-007, -1.93715096e-007, 1.02445483e-007, -0.999999285),
  4362. ["Elasticity"] = 0,
  4363. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4364. ["Size"] = Vector3.new(15, 1, 2),
  4365. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4366. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4367. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  4368. })
  4369. o317 = Create("Part",{
  4370. ["Parent"] = o1,
  4371. ["BrickColor"] = BrickColor.new("Nougat"),
  4372. ["Position"] = Vector3.new(41.5000458, 5.39471436, 39.9999619),
  4373. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  4374. ["Anchored"] = true,
  4375. ["CFrame"] = CFrame.new(41.5000458, 5.39471436, 39.9999619, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 1.11758709e-007, -1.93715096e-007, 1.02445483e-007, -0.999999285),
  4376. ["Elasticity"] = 0,
  4377. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4378. ["Size"] = Vector3.new(15, 1, 2),
  4379. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4380. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4381. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  4382. })
  4383. o318 = Create("Part",{
  4384. ["Parent"] = o1,
  4385. ["BrickColor"] = BrickColor.new("Nougat"),
  4386. ["Position"] = Vector3.new(41.5000534, 8.39502335, 36.9999657),
  4387. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  4388. ["Anchored"] = true,
  4389. ["CFrame"] = CFrame.new(41.5000534, 8.39502335, 36.9999657, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 1.11758709e-007, -1.93715096e-007, 1.02445483e-007, -0.999999285),
  4390. ["Elasticity"] = 0,
  4391. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4392. ["Size"] = Vector3.new(15, 1, 2),
  4393. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4394. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4395. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  4396. })
  4397. o319 = Create("Part",{
  4398. ["Parent"] = o1,
  4399. ["BrickColor"] = BrickColor.new("Nougat"),
  4400. ["Position"] = Vector3.new(41.5000458, 6.89471054, 38.4999619),
  4401. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  4402. ["Anchored"] = true,
  4403. ["CFrame"] = CFrame.new(41.5000458, 6.89471054, 38.4999619, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 1.11758709e-007, -1.93715096e-007, 1.02445483e-007, -0.999999285),
  4404. ["Elasticity"] = 0,
  4405. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4406. ["Size"] = Vector3.new(15, 1, 2),
  4407. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4408. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4409. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  4410. })
  4411. o320 = Create("Part",{
  4412. ["Parent"] = o1,
  4413. ["BrickColor"] = BrickColor.new("Reddish brown"),
  4414. ["Position"] = Vector3.new(49.5000458, 11.83564, 33.2677307),
  4415. ["Rotation"] = Vector3.new(-135.000046, 4.69575525e-006, -9.3915296e-006),
  4416. ["Anchored"] = true,
  4417. ["CFrame"] = CFrame.new(49.5000458, 11.83564, 33.2677307, 0.999997914, 1.63912773e-007, 8.19563866e-008, -6.70552254e-008, -0.70710516, 0.707105219, -1.78813934e-007, -0.707105994, -0.707106233),
  4418. ["Elasticity"] = 0,
  4419. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4420. ["Size"] = Vector3.new(1, 2, 28),
  4421. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4422. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4423. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  4424. })
  4425. o321 = Create("Part",{
  4426. ["Parent"] = o1,
  4427. ["BrickColor"] = BrickColor.new("Nougat"),
  4428. ["Position"] = Vector3.new(41.5000458, 11.3950348, 33.9999657),
  4429. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  4430. ["Anchored"] = true,
  4431. ["CFrame"] = CFrame.new(41.5000458, 11.3950348, 33.9999657, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 1.11758709e-007, -1.93715096e-007, 1.02445483e-007, -0.999999285),
  4432. ["Elasticity"] = 0,
  4433. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4434. ["Size"] = Vector3.new(15, 1, 2),
  4435. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4436. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4437. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  4438. })
  4439. o322 = Create("WedgePart",{
  4440. ["Parent"] = o1,
  4441. ["BrickColor"] = BrickColor.new("Reddish brown"),
  4442. ["Position"] = Vector3.new(33.5000763, 2.14474487, 37.9999695),
  4443. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  4444. ["Anchored"] = true,
  4445. ["CFrame"] = CFrame.new(33.5000763, 2.14474487, 37.9999695, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  4446. ["Elasticity"] = 0,
  4447. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4448. ["Size"] = Vector3.new(1, 4, 7),
  4449. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4450. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  4451. })
  4452. o323 = Create("WedgePart",{
  4453. ["Parent"] = o1,
  4454. ["BrickColor"] = BrickColor.new("Reddish brown"),
  4455. ["Position"] = Vector3.new(33.500061, 2.14451599, 44.999958),
  4456. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, 180),
  4457. ["Anchored"] = true,
  4458. ["CFrame"] = CFrame.new(33.500061, 2.14451599, 44.999958, -0.999998271, -6.70552254e-008, 1.93715096e-007, 5.96046448e-008, 0.999998212, 1.11758709e-007, 1.93715096e-007, -1.02445483e-007, -0.999999285),
  4459. ["Elasticity"] = 0,
  4460. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4461. ["Size"] = Vector3.new(1, 4, 7),
  4462. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4463. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  4464. })
  4465. o324 = Create("Part",{
  4466. ["Parent"] = o1,
  4467. ["BrickColor"] = BrickColor.new("Nougat"),
  4468. ["Position"] = Vector3.new(41.5000534, 3.89474487, 41.4999428),
  4469. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  4470. ["Anchored"] = true,
  4471. ["CFrame"] = CFrame.new(41.5000534, 3.89474487, 41.4999428, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 1.11758709e-007, -1.93715096e-007, 1.02445483e-007, -0.999999285),
  4472. ["Elasticity"] = 0,
  4473. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4474. ["Size"] = Vector3.new(15, 1, 2),
  4475. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4476. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4477. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  4478. })
  4479. o325 = Create("Part",{
  4480. ["Parent"] = o1,
  4481. ["BrickColor"] = BrickColor.new("Nougat"),
  4482. ["Position"] = Vector3.new(41.5000534, 2.39473724, 42.9999466),
  4483. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  4484. ["Anchored"] = true,
  4485. ["CFrame"] = CFrame.new(41.5000534, 2.39473724, 42.9999466, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 1.11758709e-007, -1.93715096e-007, 1.02445483e-007, -0.999999285),
  4486. ["Elasticity"] = 0,
  4487. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4488. ["Size"] = Vector3.new(15, 1, 2),
  4489. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4490. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4491. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  4492. })
  4493. o326 = Create("WedgePart",{
  4494. ["Parent"] = o1,
  4495. ["BrickColor"] = BrickColor.new("Reddish brown"),
  4496. ["Position"] = Vector3.new(49.5000496, 2.14452362, 44.9999428),
  4497. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, 180),
  4498. ["Anchored"] = true,
  4499. ["CFrame"] = CFrame.new(49.5000496, 2.14452362, 44.9999428, -0.999998152, -7.4505806e-008, 1.93715096e-007, 6.70552254e-008, 0.999998033, 8.19563866e-008, 1.93715096e-007, -1.28522515e-007, -0.999999225),
  4500. ["Elasticity"] = 0,
  4501. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4502. ["Size"] = Vector3.new(1, 4, 7),
  4503. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4504. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  4505. })
  4506. o327 = Create("Part",{
  4507. ["Parent"] = o1,
  4508. ["BrickColor"] = BrickColor.new("Nougat"),
  4509. ["Position"] = Vector3.new(41.5000534, 0.894752502, 44.4999466),
  4510. ["Rotation"] = Vector3.new(-180, 1.10990577e-005, -3.84198802e-006),
  4511. ["Anchored"] = true,
  4512. ["CFrame"] = CFrame.new(41.5000534, 0.894752502, 44.4999466, 0.999998271, 6.70552254e-008, 1.93715096e-007, -5.96046448e-008, -0.999998212, 1.11758709e-007, -1.93715096e-007, 1.02445483e-007, -0.999999285),
  4513. ["Elasticity"] = 0,
  4514. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4515. ["Size"] = Vector3.new(15, 1, 2),
  4516. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4517. ["TopSurface"] = Enum.SurfaceType.Smooth,
  4518. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  4519. })
  4520. o328 = Create("WedgePart",{
  4521. ["Parent"] = o1,
  4522. ["BrickColor"] = BrickColor.new("Reddish brown"),
  4523. ["Position"] = Vector3.new(49.5000496, 2.14471436, 37.9999657),
  4524. ["Rotation"] = Vector3.new(6.403307e-006, -1.10990577e-005, 3.84198802e-006),
  4525. ["Anchored"] = true,
  4526. ["CFrame"] = CFrame.new(49.5000496, 2.14471436, 37.9999657, 0.999998271, -6.70552254e-008, -1.93715096e-007, -5.96046448e-008, 0.999998212, -1.11758709e-007, -1.93715096e-007, -1.02445483e-007, 0.999999285),
  4527. ["Elasticity"] = 0,
  4528. ["FormFactor"] = Enum.FormFactor.Symmetric,
  4529. ["Size"] = Vector3.new(1, 4, 7),
  4530. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  4531. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  4532. })
  4533. mas.Parent = workspace
  4534. mas:MakeJoints()
  4535. local mas1 = mas:GetChildren()
  4536. for i=1,#mas1 do
  4537. mas1[i].Parent = script
  4538. ypcall(function() mas1[i]:MakeJoints() end)
  4539. end
  4540. mas:Destroy()
  4541. for i=1,#cors do
  4542. coroutine.resume(cors[i])
  4543. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement