Advertisement
Aaronremmers14

Magistery

May 21st, 2016
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 120.08 KB | None | 0 0
  1. --Created with ttyyuu12345's compiler
  2. --ttyyuu12345 is not responsible for damages caused to your game
  3. --This plugin does not remove things
  4. --ttyyuu12345 cannot be held resonsible for manual deletion for the purpose of testing
  5. --Keep in mind, any items that cause errors in compilation will be skipped and documented within the last line of the disclaimer comments
  6. --Thank you for using my plugin and enjoy :)
  7. --It is free to use, however I do accept donations
  8. --Errors: UnionOperation
  9. Create = function(itemClass,tabl)
  10. local item = Instance.new(itemClass)
  11. for i,v in pairs(tabl) do
  12. local a,b = ypcall(function() return item[i] end)
  13. if a then
  14. item[i] = tabl[i]
  15. end
  16. end
  17. return item
  18. end
  19. function runDummyScript(f,scri)
  20. local oldenv = getfenv(f)
  21. local newenv = setmetatable({}, {
  22. __index = function(_, k)
  23. if k:lower() == 'script' then
  24. return scri
  25. else
  26. return oldenv[k]
  27. end
  28. end
  29. })
  30. setfenv(f, newenv)
  31. ypcall(function() f() end)
  32. end
  33. cors = {}
  34. mas = Instance.new("Model",game:GetService("Lighting"))
  35. mas.Name = "CompiledModel"
  36. o1 = Create("Model",{
  37. ["Parent"] = mas,
  38. })
  39. o2 = Create("Part",{
  40. ["Parent"] = o1,
  41. ["Material"] = Enum.Material.Wood,
  42. ["BrickColor"] = BrickColor.new("Cool yellow"),
  43. ["Position"] = Vector3.new(226.939972, 9.0494175, 31.5577221),
  44. ["Rotation"] = Vector3.new(-2.15313571e-006, -34.1240768, 0.115936436),
  45. ["Anchored"] = true,
  46. ["CFrame"] = CFrame.new(226.939972, 9.0494175, 31.5577221, 0.827822983, -0.00167507923, -0.560986876, 0.00202353043, 0.999998033, 3.11090673e-008, 0.560985804, -0.0011352147, 0.827824414),
  47. ["FormFactor"] = Enum.FormFactor.Symmetric,
  48. ["Size"] = Vector3.new(2, 15.5199995, 2),
  49. ["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
  50. })
  51. o3 = Create("Part",{
  52. ["Parent"] = o1,
  53. ["Material"] = Enum.Material.Slate,
  54. ["BrickColor"] = BrickColor.new("Black"),
  55. ["Position"] = Vector3.new(184.15123, 21.3781757, 48.6700935),
  56. ["Rotation"] = Vector3.new(-83.9014816, 8.7717123, -34.5368118),
  57. ["Anchored"] = true,
  58. ["CFrame"] = CFrame.new(184.15123, 21.3781757, 48.6700935, 0.814127088, 0.560304463, 0.152497917, -0.185141414, 0.0015478807, 0.982710481, 0.550381243, -0.828285038, 0.104995787),
  59. ["FormFactor"] = Enum.FormFactor.Custom,
  60. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  61. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  62. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  63. })
  64. o4 = Create("Part",{
  65. ["Parent"] = o1,
  66. ["Material"] = Enum.Material.Wood,
  67. ["BrickColor"] = BrickColor.new("Cool yellow"),
  68. ["Position"] = Vector3.new(206.554672, 16.2679024, 39.7395439),
  69. ["Rotation"] = Vector3.new(-179.893265, 34.0776711, 179.808594),
  70. ["Anchored"] = true,
  71. ["CFrame"] = CFrame.new(206.554672, 16.2679024, 39.7395439, -0.828273952, -0.00276704016, 0.560316265, -0.00229692156, 0.999995828, 0.00154305133, -0.560318053, -9.00036684e-006, -0.82827729),
  72. ["FormFactor"] = Enum.FormFactor.Symmetric,
  73. ["Size"] = Vector3.new(26.6099987, 1.40999997, 38.4399986),
  74. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  75. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  76. ["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
  77. })
  78. o5 = Create("Part",{
  79. ["Parent"] = o1,
  80. ["Material"] = Enum.Material.Wood,
  81. ["BrickColor"] = BrickColor.new("Cool yellow"),
  82. ["Position"] = Vector3.new(206.519653, 9.04941845, 17.8042259),
  83. ["Rotation"] = Vector3.new(-4.07922107e-006, -34.1240692, -1.18494363e-005),
  84. ["Anchored"] = true,
  85. ["CFrame"] = CFrame.new(206.519653, 9.04941845, 17.8042259, 0.827824652, 1.71203808e-007, -0.560986817, -1.30810434e-007, 1.00000012, 5.89376512e-008, 0.560987055, 8.30304447e-009, 0.827824414),
  86. ["FormFactor"] = Enum.FormFactor.Symmetric,
  87. ["Size"] = Vector3.new(2, 15.5199995, 2),
  88. ["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
  89. })
  90. o6 = Create("Part",{
  91. ["Parent"] = o1,
  92. ["Material"] = Enum.Material.Wood,
  93. ["BrickColor"] = BrickColor.new("Cool yellow"),
  94. ["Position"] = Vector3.new(216.632477, 9.04941845, 47.0533371),
  95. ["Rotation"] = Vector3.new(-0.000378639379, -34.1240768, 1.15109539),
  96. ["Anchored"] = true,
  97. ["CFrame"] = CFrame.new(216.632477, 9.04941845, 47.0533371, 0.827657282, -0.0166302081, -0.560986876, 0.0200927947, 0.999798119, 5.47068021e-006, 0.560873568, -0.0112763336, 0.827824354),
  98. ["FormFactor"] = Enum.FormFactor.Symmetric,
  99. ["Size"] = Vector3.new(2, 15.5199995, 2),
  100. ["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
  101. })
  102. o7 = Create("Part",{
  103. ["Parent"] = o1,
  104. ["Material"] = Enum.Material.Wood,
  105. ["BrickColor"] = BrickColor.new("Cool yellow"),
  106. ["Position"] = Vector3.new(196.185257, 9.04941845, 33.1970139),
  107. ["Rotation"] = Vector3.new(-4.07922107e-006, -34.1240692, -1.18494363e-005),
  108. ["Anchored"] = true,
  109. ["CFrame"] = CFrame.new(196.185257, 9.04941845, 33.1970139, 0.827824652, 1.71203808e-007, -0.560986817, -1.30810434e-007, 1.00000012, 5.89376512e-008, 0.560987055, 8.30304447e-009, 0.827824414),
  110. ["FormFactor"] = Enum.FormFactor.Symmetric,
  111. ["Size"] = Vector3.new(2, 15.5199995, 2),
  112. ["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
  113. })
  114. o8 = Create("Part",{
  115. ["Parent"] = o1,
  116. ["Material"] = Enum.Material.Wood,
  117. ["BrickColor"] = BrickColor.new("Cool yellow"),
  118. ["Position"] = Vector3.new(188.654175, 20.8544636, 44.4860458),
  119. ["Rotation"] = Vector3.new(52.8977852, -22.089941, 26.6324081),
  120. ["Anchored"] = true,
  121. ["CFrame"] = CFrame.new(188.654175, 20.8544636, 44.4860458, 0.828282952, -0.415359348, -0.376061589, 0.00230080006, 0.673683226, -0.739015043, 0.560302973, 0.611249626, 0.558957636),
  122. ["FormFactor"] = Enum.FormFactor.Symmetric,
  123. ["Size"] = Vector3.new(2, 13.7999992, 2),
  124. ["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
  125. })
  126. o9 = Create("Part",{
  127. ["Parent"] = o1,
  128. ["Material"] = Enum.Material.Wood,
  129. ["BrickColor"] = BrickColor.new("Cool yellow"),
  130. ["Position"] = Vector3.new(198.923325, 20.8881817, 51.4896622),
  131. ["Rotation"] = Vector3.new(52.8977852, -22.089941, 26.6324081),
  132. ["Anchored"] = true,
  133. ["CFrame"] = CFrame.new(198.923325, 20.8881817, 51.4896622, 0.828282952, -0.415359348, -0.376061589, 0.00230080006, 0.673683226, -0.739015043, 0.560302973, 0.611249626, 0.558957636),
  134. ["FormFactor"] = Enum.FormFactor.Symmetric,
  135. ["Size"] = Vector3.new(2, 13.6999989, 2),
  136. ["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
  137. })
  138. o10 = Create("Part",{
  139. ["Parent"] = o1,
  140. ["Material"] = Enum.Material.Slate,
  141. ["BrickColor"] = BrickColor.new("Black"),
  142. ["Position"] = Vector3.new(187.522369, 18.6095905, 50.8729706),
  143. ["Rotation"] = Vector3.new(162.770752, -54.6758614, -104.287605),
  144. ["Anchored"] = true,
  145. ["CFrame"] = CFrame.new(187.522369, 18.6095905, 50.8729706, -0.142693669, 0.560316086, -0.815894067, 0.985224009, 0.00152560498, -0.171260402, -0.0947153196, -0.828276515, -0.552255213),
  146. ["FormFactor"] = Enum.FormFactor.Custom,
  147. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  148. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  149. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  150. })
  151. o11 = Create("Part",{
  152. ["Parent"] = o1,
  153. ["Material"] = Enum.Material.Slate,
  154. ["BrickColor"] = BrickColor.new("Black"),
  155. ["Position"] = Vector3.new(187.794586, 17.9195919, 51.0884666),
  156. ["Rotation"] = Vector3.new(134.809891, -46.1191902, -126.065994),
  157. ["Anchored"] = true,
  158. ["CFrame"] = CFrame.new(187.794586, 17.9195919, 51.0884666, -0.408074826, 0.560308695, -0.720783293, 0.870727539, 0.00154980388, -0.491761923, -0.274421781, -0.828281522, -0.488509387),
  159. ["FormFactor"] = Enum.FormFactor.Custom,
  160. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  161. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  162. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  163. })
  164. o12 = Create("Part",{
  165. ["Parent"] = o1,
  166. ["Material"] = Enum.Material.Slate,
  167. ["BrickColor"] = BrickColor.new("Black"),
  168. ["Position"] = Vector3.new(185.070679, 22.7386417, 49.2383461),
  169. ["Rotation"] = Vector3.new(26.4330235, 52.9541206, -111.55217),
  170. ["Anchored"] = true,
  171. ["CFrame"] = CFrame.new(185.070679, 22.7386417, 49.2383461, -0.221310452, 0.560332716, 0.798153341, -0.963366807, 0.0015136702, -0.268183351, -0.151479915, -0.828266084, 0.539470911),
  172. ["FormFactor"] = Enum.FormFactor.Custom,
  173. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  174. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  175. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  176. })
  177. o13 = Create("Part",{
  178. ["Parent"] = o1,
  179. ["Material"] = Enum.Material.Slate,
  180. ["BrickColor"] = BrickColor.new("Black"),
  181. ["Position"] = Vector3.new(185.597443, 20.1082058, 49.6224289),
  182. ["Rotation"] = Vector3.new(-31.0958328, 51.6619644, -64.5873718),
  183. ["Anchored"] = true,
  184. ["CFrame"] = CFrame.new(185.597443, 20.1082058, 49.6224289, 0.266191542, 0.56027925, 0.78436476, -0.947292089, 0.00156439503, 0.320366323, 0.178267926, -0.828301907, 0.531164646),
  185. ["FormFactor"] = Enum.FormFactor.Custom,
  186. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  187. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  188. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  189. })
  190. o14 = Create("Part",{
  191. ["Parent"] = o1,
  192. ["Material"] = Enum.Material.Slate,
  193. ["BrickColor"] = BrickColor.new("Black"),
  194. ["Position"] = Vector3.new(185.601837, 17.6480999, 49.635807),
  195. ["Rotation"] = Vector3.new(30.9966354, 51.7545929, -115.165581),
  196. ["Anchored"] = true,
  197. ["CFrame"] = CFrame.new(185.601837, 17.6480999, 49.635807, -0.263233423, 0.560272932, 0.785366535, -0.94782263, 0.00155250332, -0.318793029, -0.179830015, -0.828305423, 0.530631304),
  198. ["FormFactor"] = Enum.FormFactor.Custom,
  199. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  200. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  201. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  202. })
  203. o15 = Create("Part",{
  204. ["Parent"] = o1,
  205. ["Material"] = Enum.Material.Slate,
  206. ["BrickColor"] = BrickColor.new("Black"),
  207. ["Position"] = Vector3.new(185.762619, 18.8681736, 49.7167664),
  208. ["Rotation"] = Vector3.new(-1.37014234, 55.9160767, -88.7757339),
  209. ["Anchored"] = true,
  210. ["CFrame"] = CFrame.new(185.762619, 18.8681736, 49.7167664, 0.0119735599, 0.560276806, 0.828217626, -0.999908686, 0.00155916798, 0.0133999633, 0.00621677609, -0.828302741, 0.560244679),
  211. ["FormFactor"] = Enum.FormFactor.Custom,
  212. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  213. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  214. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  215. })
  216. o16 = Create("Part",{
  217. ["Parent"] = o1,
  218. ["Material"] = Enum.Material.Slate,
  219. ["BrickColor"] = BrickColor.new("Black"),
  220. ["Position"] = Vector3.new(193.309113, 17.6642952, 54.7413597),
  221. ["Rotation"] = Vector3.new(-57.2756462, 36.258976, -42.7410393),
  222. ["Anchored"] = true,
  223. ["CFrame"] = CFrame.new(193.309113, 17.6642952, 54.7413597, 0.592206717, 0.547258496, 0.591435969, -0.732320845, 0.0593404695, 0.678367257, 0.336146712, -0.834855139, 0.435911357),
  224. ["CanCollide"] = false,
  225. ["FormFactor"] = Enum.FormFactor.Custom,
  226. ["Size"] = Vector3.new(1.43990743, 0.266975969, 0.849945545),
  227. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  228. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  229. })
  230. o17 = Create("BlockMesh",{
  231. ["Parent"] = o16,
  232. ["Scale"] = Vector3.new(1, 0.749083102, 1),
  233. })
  234. o18 = Create("Part",{
  235. ["Parent"] = o1,
  236. ["Material"] = Enum.Material.Slate,
  237. ["BrickColor"] = BrickColor.new("Black"),
  238. ["Position"] = Vector3.new(194.023544, 17.1442432, 55.1012268),
  239. ["Rotation"] = Vector3.new(-79.3813553, 9.9000473, -33.7470207),
  240. ["Anchored"] = true,
  241. ["CFrame"] = CFrame.new(194.023544, 17.1442432, 55.1012268, 0.819115698, 0.547254026, 0.171929911, -0.242879167, 0.0593448132, 0.968238413, 0.519670069, -0.834857821, 0.181527063),
  242. ["CanCollide"] = false,
  243. ["FormFactor"] = Enum.FormFactor.Custom,
  244. ["Size"] = Vector3.new(1.43990743, 0.266975969, 0.849945545),
  245. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  246. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  247. })
  248. o19 = Create("BlockMesh",{
  249. ["Parent"] = o18,
  250. ["Scale"] = Vector3.new(1, 0.749083102, 1),
  251. })
  252. o20 = Create("Part",{
  253. ["Parent"] = o1,
  254. ["Material"] = Enum.Material.Slate,
  255. ["BrickColor"] = BrickColor.new("Black"),
  256. ["Position"] = Vector3.new(194.37468, 23.8915825, 55.4683838),
  257. ["Rotation"] = Vector3.new(80.1659164, 14.3155565, -144.672363),
  258. ["Anchored"] = true,
  259. ["CFrame"] = CFrame.new(194.37468, 23.8915825, 55.4683838, -0.790523827, 0.560294688, 0.247262105, -0.29752934, 0.0015340565, -0.954709709, -0.535299718, -0.828288674, 0.165491924),
  260. ["CanCollide"] = false,
  261. ["FormFactor"] = Enum.FormFactor.Custom,
  262. ["Size"] = Vector3.new(1.43990743, 0.266975969, 0.849945545),
  263. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  264. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  265. })
  266. o21 = Create("BlockMesh",{
  267. ["Parent"] = o20,
  268. ["Scale"] = Vector3.new(1, 0.749083102, 1),
  269. })
  270. o22 = Create("Part",{
  271. ["Parent"] = o1,
  272. ["Material"] = Enum.Material.Slate,
  273. ["BrickColor"] = BrickColor.new("Black"),
  274. ["Position"] = Vector3.new(195.485718, 20.1255207, 56.2374611),
  275. ["Rotation"] = Vector3.new(89.9992599, 0.158405349, -145.922668),
  276. ["Anchored"] = true,
  277. ["CFrame"] = CFrame.new(195.485718, 20.1255207, 56.2374611, -0.828277707, 0.560308456, 0.00276469137, -0.00229723868, 0.00153836422, -0.999994636, -0.560311198, -0.828279614, 1.29616756e-005),
  278. ["CanCollide"] = false,
  279. ["FormFactor"] = Enum.FormFactor.Custom,
  280. ["Size"] = Vector3.new(2.69982648, 0.266975969, 0.849945545),
  281. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  282. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  283. })
  284. o23 = Create("BlockMesh",{
  285. ["Parent"] = o22,
  286. ["Scale"] = Vector3.new(1, 0.749083102, 1),
  287. })
  288. o24 = Create("Part",{
  289. ["Parent"] = o1,
  290. ["Material"] = Enum.Material.Slate,
  291. ["BrickColor"] = BrickColor.new("Black"),
  292. ["Position"] = Vector3.new(195.83519, 17.083107, 56.4552574),
  293. ["Rotation"] = Vector3.new(-87.6582565, -2.63452959, -33.2191429),
  294. ["Anchored"] = true,
  295. ["CFrame"] = CFrame.new(195.83519, 17.083107, 56.4552574, 0.835695863, 0.547262967, -0.0459650122, 0.0160363633, 0.0593429506, 0.998107672, 0.548956037, -0.834852099, 0.0408164822),
  296. ["CanCollide"] = false,
  297. ["FormFactor"] = Enum.FormFactor.Custom,
  298. ["Size"] = Vector3.new(3.78975677, 0.266975969, 0.849945545),
  299. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  300. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  301. })
  302. o25 = Create("BlockMesh",{
  303. ["Parent"] = o24,
  304. ["Scale"] = Vector3.new(1, 0.749083102, 1),
  305. })
  306. o26 = Create("Part",{
  307. ["Parent"] = o1,
  308. ["Material"] = Enum.Material.WoodPlanks,
  309. ["BrickColor"] = BrickColor.new("Cool yellow"),
  310. ["Position"] = Vector3.new(195.446213, 21.0412521, 55.4880829),
  311. ["Rotation"] = Vector3.new(-90.0005264, -0.158547074, -34.0778084),
  312. ["Anchored"] = true,
  313. ["CFrame"] = CFrame.new(195.446213, 21.0412521, 55.4880829, 0.828274131, 0.560316026, -0.00276716496, 0.00229702517, 0.00154308253, 0.999995589, 0.56031841, -0.828277111, -9.08436868e-006),
  314. ["FormFactor"] = Enum.FormFactor.Symmetric,
  315. ["Size"] = Vector3.new(37.329998, 1, 10.1700001),
  316. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  317. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  318. ["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
  319. })
  320. o27 = Create("Part",{
  321. ["Parent"] = o1,
  322. ["Material"] = Enum.Material.Slate,
  323. ["BrickColor"] = BrickColor.new("Black"),
  324. ["Position"] = Vector3.new(196.989822, 19.069458, 57.2329254),
  325. ["Rotation"] = Vector3.new(-0.234880283, 55.9217491, -89.7170486),
  326. ["Anchored"] = true,
  327. ["CFrame"] = CFrame.new(196.989822, 19.069458, 57.2329254, 0.00276708649, 0.560315192, 0.828273058, -0.999994814, 0.00154283375, 0.0022969977, 9.09945811e-006, -0.82827574, 0.560317516),
  328. ["CanCollide"] = false,
  329. ["FormFactor"] = Enum.FormFactor.Custom,
  330. ["Size"] = Vector3.new(3.04980421, 0.266975969, 0.849945545),
  331. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  332. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  333. })
  334. o28 = Create("BlockMesh",{
  335. ["Parent"] = o27,
  336. ["Scale"] = Vector3.new(1, 0.749083102, 1),
  337. })
  338. o29 = Create("Part",{
  339. ["Parent"] = o1,
  340. ["Material"] = Enum.Material.Slate,
  341. ["BrickColor"] = BrickColor.new("Black"),
  342. ["Position"] = Vector3.new(185.110855, 20.8982029, 49.3213387),
  343. ["Rotation"] = Vector3.new(-70.4966965, 26.1483154, -38.6213493),
  344. ["Anchored"] = true,
  345. ["CFrame"] = CFrame.new(185.110855, 20.8982029, 49.3213387, 0.70132798, 0.560290754, 0.440696299, -0.532941461, 0.0015547534, 0.846150577, 0.473405272, -0.828294456, 0.299692482),
  346. ["FormFactor"] = Enum.FormFactor.Custom,
  347. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  348. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  349. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  350. })
  351. o30 = Create("Part",{
  352. ["Parent"] = o1,
  353. ["Material"] = Enum.Material.Slate,
  354. ["BrickColor"] = BrickColor.new("Black"),
  355. ["Position"] = Vector3.new(192.603973, 19.3342075, 54.2294998),
  356. ["Rotation"] = Vector3.new(-19.8534527, 54.4231644, -70.164238),
  357. ["Anchored"] = true,
  358. ["CFrame"] = CFrame.new(192.603973, 19.3342075, 54.2294998, 0.197416469, 0.547273278, 0.813336015, -0.978487372, 0.0593233854, 0.197585478, 0.0598835051, -0.834846675, 0.547212481),
  359. ["CanCollide"] = false,
  360. ["FormFactor"] = Enum.FormFactor.Custom,
  361. ["Size"] = Vector3.new(1.43990743, 0.266975969, 0.849945545),
  362. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  363. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  364. })
  365. o31 = Create("BlockMesh",{
  366. ["Parent"] = o30,
  367. ["Scale"] = Vector3.new(1, 0.749083102, 1),
  368. })
  369. o32 = Create("Part",{
  370. ["Parent"] = o1,
  371. ["Material"] = Enum.Material.Slate,
  372. ["BrickColor"] = BrickColor.new("Black"),
  373. ["Position"] = Vector3.new(193.884201, 23.6400738, 55.2213211),
  374. ["Rotation"] = Vector3.new(77.1047592, 24.039917, -143.1828),
  375. ["Anchored"] = true,
  376. ["CFrame"] = CFrame.new(193.884201, 23.6400738, 55.2213211, -0.731111765, 0.547284007, 0.407372981, -0.45163545, 0.0593091734, -0.890227497, -0.511369526, -0.834840059, 0.203811571),
  377. ["CanCollide"] = false,
  378. ["FormFactor"] = Enum.FormFactor.Custom,
  379. ["Size"] = Vector3.new(1.43990743, 0.266975969, 0.849945545),
  380. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  381. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  382. })
  383. o33 = Create("BlockMesh",{
  384. ["Parent"] = o32,
  385. ["Scale"] = Vector3.new(1, 0.749083102, 1),
  386. })
  387. o34 = Create("Part",{
  388. ["Parent"] = o1,
  389. ["Material"] = Enum.Material.Slate,
  390. ["BrickColor"] = BrickColor.new("Black"),
  391. ["Position"] = Vector3.new(192.733429, 21.9840508, 54.3505669),
  392. ["Rotation"] = Vector3.new(32.7876167, 53.2893982, -113.717636),
  393. ["Anchored"] = true,
  394. ["CFrame"] = CFrame.new(192.733429, 21.9840508, 54.3505669, -0.240441248, 0.547282755, 0.801665068, -0.944294155, 0.059309613, -0.32370919, -0.224707544, -0.834841132, 0.502536833),
  395. ["CanCollide"] = false,
  396. ["FormFactor"] = Enum.FormFactor.Custom,
  397. ["Size"] = Vector3.new(1.43990743, 0.266975969, 0.849945545),
  398. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  399. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  400. })
  401. o35 = Create("BlockMesh",{
  402. ["Parent"] = o34,
  403. ["Scale"] = Vector3.new(1, 0.749083102, 1),
  404. })
  405. o36 = Create("Part",{
  406. ["Parent"] = o1,
  407. ["Material"] = Enum.Material.Slate,
  408. ["BrickColor"] = BrickColor.new("Black"),
  409. ["Position"] = Vector3.new(192.541687, 20.7241287, 54.153244),
  410. ["Rotation"] = Vector3.new(3.18686366, 56.8166161, -89.2647476),
  411. ["Anchored"] = true,
  412. ["CFrame"] = CFrame.new(192.541687, 20.7241287, 54.153244, 0.00702333124, 0.547272801, 0.836923063, -0.997772634, 0.0593353398, -0.0304268375, -0.0663110316, -0.834846079, 0.546471834),
  413. ["CanCollide"] = false,
  414. ["FormFactor"] = Enum.FormFactor.Custom,
  415. ["Size"] = Vector3.new(1.43990743, 0.266975969, 0.849945545),
  416. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  417. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  418. })
  419. o37 = Create("BlockMesh",{
  420. ["Parent"] = o36,
  421. ["Scale"] = Vector3.new(1, 0.749083102, 1),
  422. })
  423. o38 = Create("Part",{
  424. ["Parent"] = o1,
  425. ["Material"] = Enum.Material.Slate,
  426. ["BrickColor"] = BrickColor.new("Black"),
  427. ["Position"] = Vector3.new(190.192764, 17.1990795, 52.6182594),
  428. ["Rotation"] = Vector3.new(74.8750992, 21.2280579, -143.052628),
  429. ["Anchored"] = true,
  430. ["CFrame"] = CFrame.new(190.192764, 17.1990795, 52.6182594, -0.744960308, 0.560295641, 0.362081081, -0.436183661, 0.00157364528, -0.899856031, -0.504755616, -0.828290582, 0.243219465),
  431. ["FormFactor"] = Enum.FormFactor.Custom,
  432. ["Size"] = Vector3.new(1.39999986, 0.200000003, 0.850000024),
  433. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  434. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  435. })
  436. o39 = Create("Part",{
  437. ["Parent"] = o1,
  438. ["Material"] = Enum.Material.Slate,
  439. ["BrickColor"] = BrickColor.new("Black"),
  440. ["Position"] = Vector3.new(189.161545, 16.9892216, 51.8979912),
  441. ["Rotation"] = Vector3.new(89.3573914, 1.1100409, -145.917831),
  442. ["Anchored"] = true,
  443. ["CFrame"] = CFrame.new(189.161545, 16.9892216, 51.8979912, -0.828079045, 0.560276091, 0.0193726551, -0.0223292559, 0.00156648294, -0.999749124, -0.560166478, -0.828303695, 0.0112132533),
  444. ["FormFactor"] = Enum.FormFactor.Custom,
  445. ["Size"] = Vector3.new(1.40999985, 0.200000003, 0.850000024),
  446. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  447. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  448. })
  449. o40 = Create("Part",{
  450. ["Parent"] = o1,
  451. ["Material"] = Enum.Material.Slate,
  452. ["BrickColor"] = BrickColor.new("Black"),
  453. ["Position"] = Vector3.new(192.871933, 18.4242573, 54.3644791),
  454. ["Rotation"] = Vector3.new(-37.6424026, 48.7856941, -56.162323),
  455. ["Anchored"] = true,
  456. ["CFrame"] = CFrame.new(192.871933, 18.4242573, 54.3644791, 0.366889238, 0.547273755, 0.752250373, -0.913540065, 0.0593223944, 0.402395725, 0.175595641, -0.834846497, 0.521722317),
  457. ["CanCollide"] = false,
  458. ["FormFactor"] = Enum.FormFactor.Custom,
  459. ["Size"] = Vector3.new(1.43990743, 0.266975969, 0.849945545),
  460. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  461. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  462. })
  463. o41 = Create("BlockMesh",{
  464. ["Parent"] = o40,
  465. ["Scale"] = Vector3.new(1, 0.749083102, 1),
  466. })
  467. o42 = Create("Part",{
  468. ["Parent"] = o1,
  469. ["Material"] = Enum.Material.Slate,
  470. ["BrickColor"] = BrickColor.new("Black"),
  471. ["Position"] = Vector3.new(193.224213, 23.0039597, 54.7321472),
  472. ["Rotation"] = Vector3.new(64.2602768, 37.2378998, -136.573837),
  473. ["Anchored"] = true,
  474. ["CFrame"] = CFrame.new(193.224213, 23.0039597, 54.7321472, -0.578196704, 0.547273636, 0.605125844, -0.694406927, 0.0592978597, -0.717133045, -0.42835173, -0.834847629, 0.345745385),
  475. ["CanCollide"] = false,
  476. ["FormFactor"] = Enum.FormFactor.Custom,
  477. ["Size"] = Vector3.new(1.43990743, 0.266975969, 0.849945545),
  478. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  479. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  480. })
  481. o43 = Create("BlockMesh",{
  482. ["Parent"] = o42,
  483. ["Scale"] = Vector3.new(1, 0.749083102, 1),
  484. })
  485. o44 = Create("Part",{
  486. ["Parent"] = o1,
  487. ["Material"] = Enum.Material.Slate,
  488. ["BrickColor"] = BrickColor.new("Black"),
  489. ["Position"] = Vector3.new(190.924911, 17.9591236, 53.0765839),
  490. ["Rotation"] = Vector3.new(51.2138329, 42.8680077, -130.140396),
  491. ["Anchored"] = true,
  492. ["CFrame"] = CFrame.new(190.924911, 17.9591236, 53.0765839, -0.472487777, 0.560295224, 0.680311739, -0.820735931, 0.00156722707, -0.571305096, -0.321165979, -0.82829082, 0.459114045),
  493. ["FormFactor"] = Enum.FormFactor.Custom,
  494. ["Size"] = Vector3.new(1.39999986, 0.200000003, 0.850000024),
  495. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  496. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  497. })
  498. o45 = Create("Part",{
  499. ["Parent"] = o1,
  500. ["Material"] = Enum.Material.Slate,
  501. ["BrickColor"] = BrickColor.new("Black"),
  502. ["Position"] = Vector3.new(191.185699, 21.4239826, 53.2081642),
  503. ["Rotation"] = Vector3.new(-1.16700768, 55.9170227, -88.9439545),
  504. ["Anchored"] = true,
  505. ["CFrame"] = CFrame.new(191.185699, 21.4239826, 53.2081642, 0.0103282901, 0.560297132, 0.828226864, -0.999933422, 0.00156213157, 0.0114133479, 0.00510081183, -0.828289866, 0.560275912),
  506. ["FormFactor"] = Enum.FormFactor.Custom,
  507. ["Size"] = Vector3.new(6.25, 0.200000003, 0.850000024),
  508. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  509. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  510. })
  511. o46 = Create("Part",{
  512. ["Parent"] = o1,
  513. ["Material"] = Enum.Material.Slate,
  514. ["BrickColor"] = BrickColor.new("Black"),
  515. ["Position"] = Vector3.new(188.366119, 17.2695656, 51.3763733),
  516. ["Rotation"] = Vector3.new(113.624832, -30.53512, -139.418625),
  517. ["Anchored"] = true,
  518. ["CFrame"] = CFrame.new(188.366119, 17.2695656, 51.3763733, -0.654156029, 0.560310602, -0.508066416, 0.614223838, 0.00154896674, -0.789129674, -0.441371262, -0.828280389, -0.345169693),
  519. ["FormFactor"] = Enum.FormFactor.Custom,
  520. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  521. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  522. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  523. })
  524. o47 = Create("Part",{
  525. ["Parent"] = o1,
  526. ["Material"] = Enum.Material.Wood,
  527. ["BrickColor"] = BrickColor.new("Cool yellow"),
  528. ["Position"] = Vector3.new(208.960693, 20.8544636, 58.2469177),
  529. ["Rotation"] = Vector3.new(52.8977852, -22.089941, 26.6324081),
  530. ["Anchored"] = true,
  531. ["CFrame"] = CFrame.new(208.960693, 20.8544636, 58.2469177, 0.828282952, -0.415359348, -0.376061589, 0.00230080006, 0.673683226, -0.739015043, 0.560302973, 0.611249626, 0.558957636),
  532. ["FormFactor"] = Enum.FormFactor.Symmetric,
  533. ["Size"] = Vector3.new(2, 13.7999992, 2),
  534. ["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
  535. })
  536. o48 = Create("Part",{
  537. ["Parent"] = o1,
  538. ["Material"] = Enum.Material.Slate,
  539. ["BrickColor"] = BrickColor.new("Black"),
  540. ["Position"] = Vector3.new(187.44841, 21.8326244, 50.8402557),
  541. ["Rotation"] = Vector3.new(179.765121, -55.9218445, -90.2831726),
  542. ["Anchored"] = true,
  543. ["CFrame"] = CFrame.new(187.44841, 21.8326244, 50.8402557, -0.00276924483, 0.560315967, -0.828274012, 0.999996006, 0.00154677778, -0.00229700468, -5.89298361e-006, -0.828277051, -0.560318172),
  544. ["FormFactor"] = Enum.FormFactor.Custom,
  545. ["Size"] = Vector3.new(5.46999979, 0.200000003, 0.850000024),
  546. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  547. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  548. })
  549. o49 = Create("Part",{
  550. ["Parent"] = o1,
  551. ["Material"] = Enum.Material.Slate,
  552. ["BrickColor"] = BrickColor.new("Black"),
  553. ["Position"] = Vector3.new(184.646622, 21.8386478, 48.968811),
  554. ["Rotation"] = Vector3.new(58.0552711, 38.110611, -134.589142),
  555. ["Anchored"] = true,
  556. ["CFrame"] = CFrame.new(184.646622, 21.8386478, 48.968811, -0.552362323, 0.560341597, 0.617181599, -0.744461238, 0.00152970874, -0.667663932, -0.375063896, -0.828260183, 0.416307688),
  557. ["FormFactor"] = Enum.FormFactor.Custom,
  558. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  559. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  560. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  561. })
  562. o50 = Create("Part",{
  563. ["Parent"] = o1,
  564. ["Material"] = Enum.Material.Slate,
  565. ["BrickColor"] = BrickColor.new("Black"),
  566. ["Position"] = Vector3.new(185.088684, 23.8786678, 49.20261),
  567. ["Rotation"] = Vector3.new(-24.1402454, 53.4266129, -70.1159058),
  568. ["Anchored"] = true,
  569. ["CFrame"] = CFrame.new(185.088684, 23.8786678, 49.20261, 0.202660471, 0.560329139, 0.803094327, -0.969853044, 0.00151220511, 0.243686706, 0.135330439, -0.828268468, 0.543743491),
  570. ["FormFactor"] = Enum.FormFactor.Custom,
  571. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  572. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  573. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  574. })
  575. o51 = Create("Part",{
  576. ["Parent"] = o1,
  577. ["Material"] = Enum.Material.Slate,
  578. ["BrickColor"] = BrickColor.new("Black"),
  579. ["Position"] = Vector3.new(183.535263, 25.498682, 48.1962624),
  580. ["Rotation"] = Vector3.new(-85.4995804, 6.46079874, -34.3253441),
  581. ["Anchored"] = true,
  582. ["CFrame"] = CFrame.new(183.535263, 25.498682, 48.1962624, 0.820604146, 0.560310245, 0.112523399, -0.136887312, 0.00154601841, 0.990585506, 0.554861546, -0.828281343, 0.0779680759),
  583. ["FormFactor"] = Enum.FormFactor.Custom,
  584. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  585. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  586. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  587. })
  588. o52 = Create("Part",{
  589. ["Parent"] = o1,
  590. ["Material"] = Enum.Material.Slate,
  591. ["BrickColor"] = BrickColor.new("Black"),
  592. ["Position"] = Vector3.new(184.321106, 25.1886463, 48.6368637),
  593. ["Rotation"] = Vector3.new(-76.653244, 18.7037678, -36.2674255),
  594. ["Anchored"] = true,
  595. ["CFrame"] = CFrame.new(184.321106, 25.1886463, 48.6368637, 0.763685226, 0.560314417, 0.320675284, -0.388122678, 0.00154758943, 0.921606362, 0.515893102, -0.828278542, 0.218652681),
  596. ["FormFactor"] = Enum.FormFactor.Custom,
  597. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  598. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  599. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  600. })
  601. o53 = Create("Part",{
  602. ["Parent"] = o1,
  603. ["Material"] = Enum.Material.Slate,
  604. ["BrickColor"] = BrickColor.new("Black"),
  605. ["Position"] = Vector3.new(184.718384, 24.8186283, 48.9152679),
  606. ["Rotation"] = Vector3.new(-60.3471603, 36.0901756, -43.8987579),
  607. ["Anchored"] = true,
  608. ["CFrame"] = CFrame.new(184.718384, 24.8186283, 48.9152679, 0.58228296, 0.560319066, 0.589057803, -0.711916447, 0.00154109334, 0.7022627, 0.39258346, -0.828275502, 0.399797797),
  609. ["FormFactor"] = Enum.FormFactor.Custom,
  610. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  611. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  612. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  613. })
  614. o54 = Create("Part",{
  615. ["Parent"] = o1,
  616. ["Material"] = Enum.Material.Wood,
  617. ["BrickColor"] = BrickColor.new("Cool yellow"),
  618. ["Position"] = Vector3.new(184.504532, 8.49658012, 49.4923859),
  619. ["Rotation"] = Vector3.new(-20.4564514, -32.9116936, -15.3790627),
  620. ["Anchored"] = true,
  621. ["CFrame"] = CFrame.new(184.504532, 8.49658012, 49.4923859, 0.809448063, 0.222640947, -0.543345809, -0.065382503, 0.953750134, 0.2934044, 0.583539963, -0.201970235, 0.786567748),
  622. ["FormFactor"] = Enum.FormFactor.Symmetric,
  623. ["Size"] = Vector3.new(2, 15.5199995, 2),
  624. ["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
  625. })
  626. o55 = Create("Part",{
  627. ["Parent"] = o1,
  628. ["Material"] = Enum.Material.Slate,
  629. ["BrickColor"] = BrickColor.new("Black"),
  630. ["Position"] = Vector3.new(198.297943, 19.3338871, 58.4410629),
  631. ["Rotation"] = Vector3.new(-19.8534527, 54.4231644, -70.164238),
  632. ["Anchored"] = true,
  633. ["CFrame"] = CFrame.new(198.297943, 19.3338871, 58.4410629, 0.197416469, 0.547273278, 0.813336015, -0.978487372, 0.0593233854, 0.197585478, 0.0598835051, -0.834846675, 0.547212481),
  634. ["FormFactor"] = Enum.FormFactor.Custom,
  635. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  636. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  637. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  638. })
  639. o56 = Create("Part",{
  640. ["Parent"] = o1,
  641. ["Material"] = Enum.Material.Slate,
  642. ["BrickColor"] = BrickColor.new("Black"),
  643. ["Position"] = Vector3.new(195.97644, 24.0935097, 56.3961487),
  644. ["Rotation"] = Vector3.new(89.9992599, 0.158405349, -145.922668),
  645. ["Anchored"] = true,
  646. ["CFrame"] = CFrame.new(195.97644, 24.0935097, 56.3961487, -0.828277707, 0.560308456, 0.00276469137, -0.00229723868, 0.00153836422, -0.999994636, -0.560311198, -0.828279614, 1.29616756e-005),
  647. ["CanCollide"] = false,
  648. ["FormFactor"] = Enum.FormFactor.Custom,
  649. ["Size"] = Vector3.new(3.12979889, 0.266975969, 0.849945545),
  650. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  651. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  652. })
  653. o57 = Create("BlockMesh",{
  654. ["Parent"] = o56,
  655. ["Scale"] = Vector3.new(1, 0.749083102, 1),
  656. })
  657. o58 = Create("Part",{
  658. ["Parent"] = o1,
  659. ["Material"] = Enum.Material.Slate,
  660. ["BrickColor"] = BrickColor.new("Black"),
  661. ["Position"] = Vector3.new(199.71759, 17.1437836, 59.3128815),
  662. ["Rotation"] = Vector3.new(-79.3813553, 9.9000473, -33.7470207),
  663. ["Anchored"] = true,
  664. ["CFrame"] = CFrame.new(199.71759, 17.1437836, 59.3128815, 0.819115698, 0.547254026, 0.171929911, -0.242879167, 0.0593448132, 0.968238413, 0.519670069, -0.834857821, 0.181527063),
  665. ["FormFactor"] = Enum.FormFactor.Custom,
  666. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  667. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  668. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  669. })
  670. o59 = Create("Part",{
  671. ["Parent"] = o1,
  672. ["Material"] = Enum.Material.Slate,
  673. ["BrickColor"] = BrickColor.new("Black"),
  674. ["Position"] = Vector3.new(198.235672, 20.723896, 58.3648262),
  675. ["Rotation"] = Vector3.new(3.18686366, 56.8166161, -89.2647476),
  676. ["Anchored"] = true,
  677. ["CFrame"] = CFrame.new(198.235672, 20.723896, 58.3648262, 0.00702333124, 0.547272801, 0.836923063, -0.997772634, 0.0593353398, -0.0304268375, -0.0663110316, -0.834846079, 0.546471834),
  678. ["FormFactor"] = Enum.FormFactor.Custom,
  679. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  680. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  681. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  682. })
  683. o60 = Create("Part",{
  684. ["Parent"] = o1,
  685. ["Material"] = Enum.Material.Slate,
  686. ["BrickColor"] = BrickColor.new("Black"),
  687. ["Position"] = Vector3.new(198.427353, 21.9839039, 58.5621643),
  688. ["Rotation"] = Vector3.new(32.7876167, 53.2893982, -113.717636),
  689. ["Anchored"] = true,
  690. ["CFrame"] = CFrame.new(198.427353, 21.9839039, 58.5621643, -0.240441248, 0.547282755, 0.801665068, -0.944294155, 0.059309613, -0.32370919, -0.224707544, -0.834841132, 0.502536833),
  691. ["FormFactor"] = Enum.FormFactor.Custom,
  692. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  693. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  694. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  695. })
  696. o61 = Create("Part",{
  697. ["Parent"] = o1,
  698. ["Material"] = Enum.Material.Slate,
  699. ["BrickColor"] = BrickColor.new("Black"),
  700. ["Position"] = Vector3.new(207.201599, 19.9389153, 64.4214554),
  701. ["Rotation"] = Vector3.new(74.8750992, 21.2280579, -143.052628),
  702. ["Anchored"] = true,
  703. ["CFrame"] = CFrame.new(207.201599, 19.9389153, 64.4214554, -0.744960308, 0.560295641, 0.362081081, -0.436183661, 0.00157364528, -0.899856031, -0.504755616, -0.828290582, 0.243219465),
  704. ["FormFactor"] = Enum.FormFactor.Custom,
  705. ["Size"] = Vector3.new(1.39999986, 0.200000003, 0.850000024),
  706. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  707. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  708. })
  709. o62 = Create("Part",{
  710. ["Parent"] = o1,
  711. ["Material"] = Enum.Material.Slate,
  712. ["BrickColor"] = BrickColor.new("Black"),
  713. ["Position"] = Vector3.new(207.933716, 20.698925, 64.8798294),
  714. ["Rotation"] = Vector3.new(51.2138329, 42.8680077, -130.140396),
  715. ["Anchored"] = true,
  716. ["CFrame"] = CFrame.new(207.933716, 20.698925, 64.8798294, -0.472487777, 0.560295224, 0.680311739, -0.820735931, 0.00156722707, -0.571305096, -0.321165979, -0.82829082, 0.459114045),
  717. ["FormFactor"] = Enum.FormFactor.Custom,
  718. ["Size"] = Vector3.new(1.39999986, 0.200000003, 0.850000024),
  719. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  720. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  721. })
  722. o63 = Create("Part",{
  723. ["Parent"] = o1,
  724. ["Material"] = Enum.Material.Slate,
  725. ["BrickColor"] = BrickColor.new("Black"),
  726. ["Position"] = Vector3.new(205.374863, 20.0093746, 63.1795235),
  727. ["Rotation"] = Vector3.new(113.624832, -30.53512, -139.418625),
  728. ["Anchored"] = true,
  729. ["CFrame"] = CFrame.new(205.374863, 20.0093746, 63.1795235, -0.654156029, 0.560310602, -0.508066416, 0.614223838, 0.00154896674, -0.789129674, -0.441371262, -0.828280389, -0.345169693),
  730. ["FormFactor"] = Enum.FormFactor.Custom,
  731. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  732. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  733. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  734. })
  735. o64 = Create("Part",{
  736. ["Parent"] = o1,
  737. ["Material"] = Enum.Material.Slate,
  738. ["BrickColor"] = BrickColor.new("Black"),
  739. ["Position"] = Vector3.new(204.460754, 23.2823944, 62.643425),
  740. ["Rotation"] = Vector3.new(179.765121, -55.9218445, -90.2831726),
  741. ["Anchored"] = true,
  742. ["CFrame"] = CFrame.new(204.460754, 23.2823944, 62.643425, -0.00276924483, 0.560315967, -0.828274012, 0.999996006, 0.00154677778, -0.00229700468, -5.89298361e-006, -0.828277051, -0.560318172),
  743. ["FormFactor"] = Enum.FormFactor.Custom,
  744. ["Size"] = Vector3.new(2.88999987, 0.200000003, 0.850000024),
  745. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  746. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  747. })
  748. o65 = Create("Part",{
  749. ["Parent"] = o1,
  750. ["Material"] = Enum.Material.Slate,
  751. ["BrickColor"] = BrickColor.new("Black"),
  752. ["Position"] = Vector3.new(204.803314, 20.6593723, 62.8916245),
  753. ["Rotation"] = Vector3.new(134.809891, -46.1191902, -126.065994),
  754. ["Anchored"] = true,
  755. ["CFrame"] = CFrame.new(204.803314, 20.6593723, 62.8916245, -0.408074826, 0.560308695, -0.720783293, 0.870727539, 0.00154980388, -0.491761923, -0.274421781, -0.828281522, -0.488509387),
  756. ["FormFactor"] = Enum.FormFactor.Custom,
  757. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  758. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  759. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  760. })
  761. o66 = Create("Part",{
  762. ["Parent"] = o1,
  763. ["Material"] = Enum.Material.Slate,
  764. ["BrickColor"] = BrickColor.new("Black"),
  765. ["Position"] = Vector3.new(204.531158, 21.3494549, 62.6761246),
  766. ["Rotation"] = Vector3.new(162.770752, -54.6758614, -104.287605),
  767. ["Anchored"] = true,
  768. ["CFrame"] = CFrame.new(204.531158, 21.3494549, 62.6761246, -0.142693669, 0.560316086, -0.815894067, 0.985224009, 0.00152560498, -0.171260402, -0.0947153196, -0.828276515, -0.552255213),
  769. ["FormFactor"] = Enum.FormFactor.Custom,
  770. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  771. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  772. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  773. })
  774. o67 = Create("Part",{
  775. ["Parent"] = o1,
  776. ["Material"] = Enum.Material.Slate,
  777. ["BrickColor"] = BrickColor.new("Black"),
  778. ["Position"] = Vector3.new(206.170364, 19.7290249, 63.7011604),
  779. ["Rotation"] = Vector3.new(89.3573914, 1.1100409, -145.917831),
  780. ["Anchored"] = true,
  781. ["CFrame"] = CFrame.new(206.170364, 19.7290249, 63.7011604, -0.828079045, 0.560276091, 0.0193726551, -0.0223292559, 0.00156648294, -0.999749124, -0.560166478, -0.828303695, 0.0112132533),
  782. ["FormFactor"] = Enum.FormFactor.Custom,
  783. ["Size"] = Vector3.new(1.40999985, 0.200000003, 0.850000024),
  784. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  785. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  786. })
  787. o68 = Create("Part",{
  788. ["Parent"] = o1,
  789. ["Material"] = Enum.Material.Slate,
  790. ["BrickColor"] = BrickColor.new("Black"),
  791. ["Position"] = Vector3.new(206.771347, 16.5824585, 64.1658707),
  792. ["Rotation"] = Vector3.new(75.3465652, 20.6415348, -143.218811),
  793. ["Anchored"] = true,
  794. ["CFrame"] = CFrame.new(206.771347, 16.5824585, 64.1658707, -0.749511421, 0.560322464, 0.352520138, -0.424629688, 0.00159771508, -0.905365288, -0.507859826, -0.828272581, 0.236731872),
  795. ["FormFactor"] = Enum.FormFactor.Custom,
  796. ["Size"] = Vector3.new(1.39999986, 0.200000003, 0.850000024),
  797. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  798. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  799. })
  800. o69 = Create("Part",{
  801. ["Parent"] = o1,
  802. ["Material"] = Enum.Material.Slate,
  803. ["BrickColor"] = BrickColor.new("Black"),
  804. ["Position"] = Vector3.new(205.019043, 16.4144821, 63.1887512),
  805. ["Rotation"] = Vector3.new(90.1799774, -0.102281392, -145.921326),
  806. ["Anchored"] = true,
  807. ["CFrame"] = CFrame.new(205.019043, 16.4144821, 63.1887512, -0.828267097, 0.560329497, -0.00178514607, 0.00323819369, 0.0016015349, -0.999993265, -0.560322762, -0.828267694, -0.00314115616),
  808. ["FormFactor"] = Enum.FormFactor.Custom,
  809. ["Size"] = Vector3.new(2.71999979, 0.200000003, 0.850000024),
  810. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  811. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  812. })
  813. o70 = Create("Part",{
  814. ["Parent"] = o1,
  815. ["Material"] = Enum.Material.Slate,
  816. ["BrickColor"] = BrickColor.new("Black"),
  817. ["Position"] = Vector3.new(207.619812, 17.2128716, 64.5932465),
  818. ["Rotation"] = Vector3.new(57.5355453, 38.5155411, -134.265167),
  819. ["Anchored"] = true,
  820. ["CFrame"] = CFrame.new(207.619812, 17.2128716, 64.5932465, -0.546126544, 0.560317755, 0.622726858, -0.751120746, 0.00159627607, -0.660162449, -0.37089473, -0.828275919, 0.419994324),
  821. ["FormFactor"] = Enum.FormFactor.Custom,
  822. ["Size"] = Vector3.new(1.39999986, 0.200000003, 0.850000024),
  823. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  824. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  825. })
  826. o71 = Create("Part",{
  827. ["Parent"] = o1,
  828. ["Material"] = Enum.Material.Slate,
  829. ["BrickColor"] = BrickColor.new("Black"),
  830. ["Position"] = Vector3.new(208.075317, 18.1629028, 64.8226929),
  831. ["Rotation"] = Vector3.new(31.9797554, 51.4604034, -115.933022),
  832. ["Anchored"] = true,
  833. ["CFrame"] = CFrame.new(208.075317, 18.1629028, 64.8226929, -0.272474289, 0.560316443, 0.782177746, -0.943985462, 0.00159349968, -0.329981744, -0.186140716, -0.828276515, 0.528496623),
  834. ["FormFactor"] = Enum.FormFactor.Custom,
  835. ["Size"] = Vector3.new(1.39999986, 0.200000003, 0.850000024),
  836. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  837. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  838. })
  839. o72 = Create("Part",{
  840. ["Parent"] = o1,
  841. ["Material"] = Enum.Material.Slate,
  842. ["BrickColor"] = BrickColor.new("Black"),
  843. ["Position"] = Vector3.new(202.68396, 19.0691204, 61.4447098),
  844. ["Rotation"] = Vector3.new(-0.234880283, 55.9217491, -89.7170486),
  845. ["Anchored"] = true,
  846. ["CFrame"] = CFrame.new(202.68396, 19.0691204, 61.4447098, 0.00276708649, 0.560315192, 0.828273058, -0.999994814, 0.00154283375, 0.0022969977, 9.09945811e-006, -0.82827574, 0.560317516),
  847. ["FormFactor"] = Enum.FormFactor.Custom,
  848. ["Size"] = Vector3.new(3.04999971, 0.200000003, 0.850000024),
  849. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  850. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  851. })
  852. o73 = Create("Part",{
  853. ["Parent"] = o1,
  854. ["Material"] = Enum.Material.Slate,
  855. ["BrickColor"] = BrickColor.new("Black"),
  856. ["Position"] = Vector3.new(201.179779, 20.1252537, 60.4491997),
  857. ["Rotation"] = Vector3.new(89.9992599, 0.158405349, -145.922668),
  858. ["Anchored"] = true,
  859. ["CFrame"] = CFrame.new(201.179779, 20.1252537, 60.4491997, -0.828277707, 0.560308456, 0.00276469137, -0.00229723868, 0.00153836422, -0.999994636, -0.560311198, -0.828279614, 1.29616756e-005),
  860. ["FormFactor"] = Enum.FormFactor.Custom,
  861. ["Size"] = Vector3.new(2.69999981, 0.200000003, 0.850000024),
  862. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  863. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  864. })
  865. o74 = Create("Part",{
  866. ["Parent"] = o1,
  867. ["Material"] = Enum.Material.Slate,
  868. ["BrickColor"] = BrickColor.new("Black"),
  869. ["Position"] = Vector3.new(201.670578, 24.0934944, 60.6078224),
  870. ["Rotation"] = Vector3.new(89.9992599, 0.158405349, -145.922668),
  871. ["Anchored"] = true,
  872. ["CFrame"] = CFrame.new(201.670578, 24.0934944, 60.6078224, -0.828277707, 0.560308456, 0.00276469137, -0.00229723868, 0.00153836422, -0.999994636, -0.560311198, -0.828279614, 1.29616756e-005),
  873. ["FormFactor"] = Enum.FormFactor.Custom,
  874. ["Size"] = Vector3.new(3.12999964, 0.200000003, 0.850000024),
  875. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  876. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  877. })
  878. o75 = Create("Part",{
  879. ["Parent"] = o1,
  880. ["Material"] = Enum.Material.Slate,
  881. ["BrickColor"] = BrickColor.new("Black"),
  882. ["Position"] = Vector3.new(201.529266, 17.0826435, 60.6669693),
  883. ["Rotation"] = Vector3.new(-87.6582565, -2.63452959, -33.2191429),
  884. ["Anchored"] = true,
  885. ["CFrame"] = CFrame.new(201.529266, 17.0826435, 60.6669693, 0.835695863, 0.547262967, -0.0459650122, 0.0160363633, 0.0593429506, 0.998107672, 0.548956037, -0.834852099, 0.0408164822),
  886. ["FormFactor"] = Enum.FormFactor.Custom,
  887. ["Size"] = Vector3.new(3.78999972, 0.200000003, 0.850000024),
  888. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  889. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  890. })
  891. o76 = Create("Part",{
  892. ["Parent"] = o1,
  893. ["Material"] = Enum.Material.Slate,
  894. ["BrickColor"] = BrickColor.new("Black"),
  895. ["Position"] = Vector3.new(200.068741, 23.8915558, 59.6800728),
  896. ["Rotation"] = Vector3.new(80.1659164, 14.3155565, -144.672363),
  897. ["Anchored"] = true,
  898. ["CFrame"] = CFrame.new(200.068741, 23.8915558, 59.6800728, -0.790523827, 0.560294688, 0.247262105, -0.29752934, 0.0015340565, -0.954709709, -0.535299718, -0.828288674, 0.165491924),
  899. ["FormFactor"] = Enum.FormFactor.Custom,
  900. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  901. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  902. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  903. })
  904. o77 = Create("Part",{
  905. ["Parent"] = o1,
  906. ["Material"] = Enum.Material.Wood,
  907. ["BrickColor"] = BrickColor.new("Cool yellow"),
  908. ["Position"] = Vector3.new(205.460205, 8.45180416, 63.7996445),
  909. ["Rotation"] = Vector3.new(-20.4563732, -32.9117126, -9.11684704),
  910. ["Anchored"] = true,
  911. ["CFrame"] = CFrame.new(205.460205, 8.45180416, 63.7996445, 0.828903079, 0.133018747, -0.543346107, 0.0390408412, 0.955191135, 0.293403238, 0.558027565, -0.264415443, 0.786567867),
  912. ["FormFactor"] = Enum.FormFactor.Symmetric,
  913. ["Size"] = Vector3.new(2, 16.8899994, 2),
  914. ["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
  915. })
  916. o78 = Create("Part",{
  917. ["Parent"] = o1,
  918. ["Material"] = Enum.Material.Slate,
  919. ["BrickColor"] = BrickColor.new("Black"),
  920. ["Position"] = Vector3.new(199.578186, 23.6400299, 59.4329987),
  921. ["Rotation"] = Vector3.new(77.1047592, 24.039917, -143.1828),
  922. ["Anchored"] = true,
  923. ["CFrame"] = CFrame.new(199.578186, 23.6400299, 59.4329987, -0.731111765, 0.547284007, 0.407372981, -0.45163545, 0.0593091734, -0.890227497, -0.511369526, -0.834840059, 0.203811571),
  924. ["FormFactor"] = Enum.FormFactor.Custom,
  925. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  926. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  927. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  928. })
  929. o79 = Create("Part",{
  930. ["Parent"] = o1,
  931. ["Material"] = Enum.Material.Slate,
  932. ["BrickColor"] = BrickColor.new("Black"),
  933. ["Position"] = Vector3.new(198.918106, 23.0038776, 58.9437561),
  934. ["Rotation"] = Vector3.new(64.2602768, 37.2378998, -136.573837),
  935. ["Anchored"] = true,
  936. ["CFrame"] = CFrame.new(198.918106, 23.0038776, 58.9437561, -0.578196704, 0.547273636, 0.605125844, -0.694406927, 0.0592978597, -0.717133045, -0.42835173, -0.834847629, 0.345745385),
  937. ["FormFactor"] = Enum.FormFactor.Custom,
  938. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  939. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  940. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  941. })
  942. o80 = Create("Part",{
  943. ["Parent"] = o1,
  944. ["Material"] = Enum.Material.Slate,
  945. ["BrickColor"] = BrickColor.new("Black"),
  946. ["Position"] = Vector3.new(198.565948, 18.4238796, 58.5760155),
  947. ["Rotation"] = Vector3.new(-37.6424026, 48.7856941, -56.162323),
  948. ["Anchored"] = true,
  949. ["CFrame"] = CFrame.new(198.565948, 18.4238796, 58.5760155, 0.366889238, 0.547273755, 0.752250373, -0.913540065, 0.0593223944, 0.402395725, 0.175595641, -0.834846497, 0.521722317),
  950. ["FormFactor"] = Enum.FormFactor.Custom,
  951. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  952. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  953. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  954. })
  955. o81 = Create("Part",{
  956. ["Parent"] = o1,
  957. ["Material"] = Enum.Material.Slate,
  958. ["BrickColor"] = BrickColor.new("Black"),
  959. ["Position"] = Vector3.new(199.003098, 17.6638699, 58.9529953),
  960. ["Rotation"] = Vector3.new(-57.2756462, 36.258976, -42.7410393),
  961. ["Anchored"] = true,
  962. ["CFrame"] = CFrame.new(199.003098, 17.6638699, 58.9529953, 0.592206717, 0.547258496, 0.591435969, -0.732320845, 0.0593404695, 0.678367257, 0.336146712, -0.834855139, 0.435911357),
  963. ["FormFactor"] = Enum.FormFactor.Custom,
  964. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  965. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  966. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  967. })
  968. o82 = Create("Part",{
  969. ["Parent"] = o1,
  970. ["Material"] = Enum.Material.Slate,
  971. ["BrickColor"] = BrickColor.new("Black"),
  972. ["Position"] = Vector3.new(208.206848, 22.9639301, 65.0174026),
  973. ["Rotation"] = Vector3.new(-1.16700768, 55.9170227, -88.9439545),
  974. ["Anchored"] = true,
  975. ["CFrame"] = CFrame.new(208.206848, 22.9639301, 65.0174026, 0.0103282901, 0.560297132, 0.828226864, -0.999933422, 0.00156213157, 0.0114133479, 0.00510081183, -0.828289866, 0.560275912),
  976. ["FormFactor"] = Enum.FormFactor.Custom,
  977. ["Size"] = Vector3.new(3.8499999, 0.200000003, 0.850000024),
  978. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  979. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  980. })
  981. o83 = Create("Part",{
  982. ["Parent"] = o1,
  983. ["Material"] = Enum.Material.Slate,
  984. ["BrickColor"] = BrickColor.new("Black"),
  985. ["Position"] = Vector3.new(208.209534, 19.7840137, 65.0152969),
  986. ["Rotation"] = Vector3.new(1.44929802, 55.9159698, -91.1106186),
  987. ["Anchored"] = true,
  988. ["CFrame"] = CFrame.new(208.209534, 19.7840137, 65.0152969, -0.0108622499, 0.560302436, 0.828216553, -0.999897957, 0.00156807748, -0.0141740134, -0.0092407437, -0.828286529, 0.560228407),
  989. ["FormFactor"] = Enum.FormFactor.Custom,
  990. ["Size"] = Vector3.new(3.23000002, 0.200000003, 0.850000024),
  991. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  992. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  993. })
  994. o84 = Create("Part",{
  995. ["Parent"] = o1,
  996. ["Material"] = Enum.Material.Slate,
  997. ["BrickColor"] = BrickColor.new("Black"),
  998. ["Position"] = Vector3.new(208.209534, 19.7840137, 65.0152969),
  999. ["Rotation"] = Vector3.new(1.44929802, 55.9159698, -91.1106186),
  1000. ["Anchored"] = true,
  1001. ["CFrame"] = CFrame.new(208.209534, 19.7840137, 65.0152969, -0.0108622499, 0.560302436, 0.828216553, -0.999897957, 0.00156807748, -0.0141740134, -0.0092407437, -0.828286529, 0.560228407),
  1002. ["FormFactor"] = Enum.FormFactor.Custom,
  1003. ["Size"] = Vector3.new(3.23000002, 0.200000003, 0.850000024),
  1004. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1005. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1006. })
  1007. o85 = Create("Part",{
  1008. ["Parent"] = o1,
  1009. ["Material"] = Enum.Material.Slate,
  1010. ["BrickColor"] = BrickColor.new("Black"),
  1011. ["Position"] = Vector3.new(182.277084, 21.0797443, 47.3405685),
  1012. ["Rotation"] = Vector3.new(179.765121, -55.9211922, -90.282959),
  1013. ["Anchored"] = true,
  1014. ["CFrame"] = CFrame.new(182.277084, 21.0797443, 47.3405685, -0.00276714657, 0.560315251, -0.828267634, 0.999991953, 0.0015430206, -0.00229700701, -9.01422482e-006, -0.828268468, -0.560318887),
  1015. ["FormFactor"] = Enum.FormFactor.Custom,
  1016. ["Size"] = Vector3.new(8.31999969, 0.200000003, 0.850000024),
  1017. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1018. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1019. })
  1020. o86 = Create("Part",{
  1021. ["Parent"] = o1,
  1022. ["Material"] = Enum.Material.Slate,
  1023. ["BrickColor"] = BrickColor.new("Black"),
  1024. ["Position"] = Vector3.new(182.517639, 25.5686283, 47.5269775),
  1025. ["Rotation"] = Vector3.new(-90.0005188, -0.158545598, -34.0780296),
  1026. ["Anchored"] = true,
  1027. ["CFrame"] = CFrame.new(182.517639, 25.5686283, 47.5269775, 0.828271925, 0.560319185, -0.00276713911, 0.00229699956, 0.00154302793, 0.999996185, 0.56032151, -0.828275383, -9.00608575e-006),
  1028. ["FormFactor"] = Enum.FormFactor.Custom,
  1029. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  1030. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1031. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1032. })
  1033. o87 = Create("Part",{
  1034. ["Parent"] = o1,
  1035. ["Material"] = Enum.Material.Slate,
  1036. ["BrickColor"] = BrickColor.new("Black"),
  1037. ["Position"] = Vector3.new(183.844986, 17.0324554, 48.4183846),
  1038. ["Rotation"] = Vector3.new(89.9609909, 0.214699239, -145.925552),
  1039. ["Anchored"] = true,
  1040. ["CFrame"] = CFrame.new(183.844986, 17.0324554, 48.4183846, -0.828304052, 0.560265243, 0.00374719966, -0.00348430686, 0.0015354465, -0.999992371, -0.560267389, -0.828310609, 0.00068082643),
  1041. ["FormFactor"] = Enum.FormFactor.Custom,
  1042. ["Size"] = Vector3.new(4.67999983, 0.200000003, 0.850000024),
  1043. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1044. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1045. })
  1046. o88 = Create("Part",{
  1047. ["Parent"] = o1,
  1048. ["Material"] = Enum.Material.Slate,
  1049. ["BrickColor"] = BrickColor.new("Black"),
  1050. ["Position"] = Vector3.new(183.187271, 21.4782429, 47.982975),
  1051. ["Rotation"] = Vector3.new(-90.0005188, -0.158545598, -34.0780296),
  1052. ["Anchored"] = true,
  1053. ["CFrame"] = CFrame.new(183.187271, 21.4782429, 47.982975, 0.828271925, 0.560319185, -0.00276713911, 0.00229699956, 0.00154302793, 0.999996185, 0.56032151, -0.828275383, -9.00608575e-006),
  1054. ["FormFactor"] = Enum.FormFactor.Custom,
  1055. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  1056. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1057. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1058. })
  1059. o89 = Create("Model",{
  1060. ["Parent"] = mas,
  1061. })
  1062. o90 = Create("Part",{
  1063. ["Parent"] = o89,
  1064. ["BrickColor"] = BrickColor.new("Pastel Blue"),
  1065. ["Reflectance"] = 0.40000000596046,
  1066. ["Transparency"] = 0.39999997615814,
  1067. ["Position"] = Vector3.new(812.911743, 55.1542664, 189.906403),
  1068. ["Rotation"] = Vector3.new(67.3801346, -89.9314728, -112.619873),
  1069. ["Anchored"] = true,
  1070. ["CFrame"] = CFrame.new(812.911743, 55.1542664, 189.906403, -1.49011612e-007, 3.57627755e-007, -0.999999285, 5.96046341e-008, 0.999999523, -3.57627755e-007, 1.00000072, 5.96046341e-008, 1.49011612e-007),
  1071. ["Size"] = Vector3.new(2, 9.60000038, 2),
  1072. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1073. ["Color"] = Color3.new(0.501961, 0.733333, 0.858824),
  1074. })
  1075. o91 = Create("Part",{
  1076. ["Parent"] = o89,
  1077. ["BrickColor"] = BrickColor.new("Pastel Blue"),
  1078. ["Reflectance"] = 0.40000000596046,
  1079. ["Transparency"] = 0.39999997615814,
  1080. ["Position"] = Vector3.new(815.445129, 54.1496544, 187.546127),
  1081. ["Rotation"] = Vector3.new(-10.0625477, 10.8182755, -20.1074276),
  1082. ["Anchored"] = true,
  1083. ["CFrame"] = CFrame.new(815.445129, 54.1496544, 187.546127, 0.922359765, 0.33767134, 0.187694624, -0.369288266, 0.913330495, 0.171617985, -0.113477185, -0.227607399, 0.967119098),
  1084. ["Size"] = Vector3.new(2, 9.60000038, 2),
  1085. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1086. ["Color"] = Color3.new(0.501961, 0.733333, 0.858824),
  1087. })
  1088. o92 = Create("Part",{
  1089. ["Parent"] = o89,
  1090. ["BrickColor"] = BrickColor.new("Pastel Blue"),
  1091. ["Reflectance"] = 0.40000000596046,
  1092. ["Transparency"] = 0.39999997615814,
  1093. ["Position"] = Vector3.new(818.129761, 53.0745964, 188.343033),
  1094. ["Rotation"] = Vector3.new(-97.1030502, -34.4171066, -97.8997192),
  1095. ["Anchored"] = true,
  1096. ["CFrame"] = CFrame.new(818.129761, 53.0745964, 188.343033, -0.11338, 0.817115486, -0.565213323, 0.0453943312, 0.57254833, 0.818612814, 0.992514729, 0.0671567991, -0.102007866),
  1097. ["Size"] = Vector3.new(2, 9.60000038, 2),
  1098. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1099. ["Color"] = Color3.new(0.501961, 0.733333, 0.858824),
  1100. })
  1101. o93 = Create("Part",{
  1102. ["Parent"] = o89,
  1103. ["BrickColor"] = BrickColor.new("Pastel Blue"),
  1104. ["Reflectance"] = 0.40000000596046,
  1105. ["Transparency"] = 0.39999997615814,
  1106. ["Position"] = Vector3.new(816.49469, 53.7293205, 190.969254),
  1107. ["Rotation"] = Vector3.new(27.101757, -0.141284198, -24.1559792),
  1108. ["Anchored"] = true,
  1109. ["CFrame"] = CFrame.new(816.49469, 53.7293205, 190.969254, 0.912431419, 0.409220606, -0.00246587186, -0.365313262, 0.81178844, -0.455570966, -0.184427828, 0.416578799, 0.890196443),
  1110. ["Size"] = Vector3.new(2, 9.60000038, 2),
  1111. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1112. ["Color"] = Color3.new(0.501961, 0.733333, 0.858824),
  1113. })
  1114. o94 = Create("Part",{
  1115. ["Parent"] = o89,
  1116. ["BrickColor"] = BrickColor.new("Pastel Blue"),
  1117. ["Reflectance"] = 0.40000000596046,
  1118. ["Transparency"] = 0.39999997615814,
  1119. ["Position"] = Vector3.new(816.514465, 55.6569824, 189.73941),
  1120. ["Rotation"] = Vector3.new(-5.85053968, -14.2838707, -22.5535774),
  1121. ["Anchored"] = true,
  1122. ["CFrame"] = CFrame.new(816.514465, 55.6569824, 189.73941, 0.894970298, 0.371689677, -0.246726215, -0.358322352, 0.928356767, 0.0987826064, 0.265766531, -2.23775896e-008, 0.964037895),
  1123. ["Size"] = Vector3.new(2, 13.2000008, 2),
  1124. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1125. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1126. ["Color"] = Color3.new(0.501961, 0.733333, 0.858824),
  1127. })
  1128. o95 = Create("PointLight",{
  1129. ["Parent"] = o94,
  1130. ["Color"] = Color3.new(0, 0.333333, 1),
  1131. ["Brightness"] = 2,
  1132. ["Range"] = 60,
  1133. })
  1134. o96 = Create("Part",{
  1135. ["Name"] = "Smooth Block Model",
  1136. ["Parent"] = o89,
  1137. ["BrickColor"] = BrickColor.new("Pastel Blue"),
  1138. ["Reflectance"] = 0.40000000596046,
  1139. ["Transparency"] = 0.39999997615814,
  1140. ["Position"] = Vector3.new(817.403503, 59.4471512, 186.225723),
  1141. ["Rotation"] = Vector3.new(76.0065842, -19.7350712, 168.497711),
  1142. ["Anchored"] = true,
  1143. ["CFrame"] = CFrame.new(817.403503, 59.4471512, 186.225723, -0.922358274, -0.187694311, -0.337671459, 0.369287819, -0.171618178, -0.913330495, 0.113477394, -0.967119396, 0.227607384),
  1144. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1145. ["Size"] = Vector3.new(2, 2, 2),
  1146. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1147. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1148. ["Color"] = Color3.new(0.501961, 0.733333, 0.858824),
  1149. })
  1150. o97 = Create("SpecialMesh",{
  1151. ["Parent"] = o96,
  1152. ["MeshType"] = Enum.MeshType.Wedge,
  1153. })
  1154. o98 = Create("Part",{
  1155. ["Name"] = "Smooth Block Model",
  1156. ["Parent"] = o89,
  1157. ["BrickColor"] = BrickColor.new("Pastel Blue"),
  1158. ["Reflectance"] = 0.40000000596046,
  1159. ["Transparency"] = 0.39999997615814,
  1160. ["Position"] = Vector3.new(812.911743, 60.9547424, 189.906403),
  1161. ["Rotation"] = Vector3.new(90.0000153, -6.01910615e-005, 3.50048613e-005),
  1162. ["Anchored"] = true,
  1163. ["CFrame"] = CFrame.new(812.911743, 60.9547424, 189.906403, 0.999996662, -6.10948007e-007, -1.05053221e-006, 7.45057378e-007, 1.63912858e-007, -1.00000334, -7.30156898e-007, 1.00000775, -2.53319854e-007),
  1164. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1165. ["Size"] = Vector3.new(2, 2, 2),
  1166. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1167. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1168. ["Color"] = Color3.new(0.501961, 0.733333, 0.858824),
  1169. })
  1170. o99 = Create("SpecialMesh",{
  1171. ["Parent"] = o98,
  1172. ["MeshType"] = Enum.MeshType.Wedge,
  1173. })
  1174. o100 = Create("Part",{
  1175. ["Name"] = "Smooth Block Model",
  1176. ["Parent"] = o89,
  1177. ["BrickColor"] = BrickColor.new("Pastel Blue"),
  1178. ["Reflectance"] = 0.40000000596046,
  1179. ["Transparency"] = 0.39999997615814,
  1180. ["Position"] = Vector3.new(822.868896, 56.3962975, 188.73288),
  1181. ["Rotation"] = Vector3.new(96.689888, -54.7970009, 101.342842),
  1182. ["Anchored"] = true,
  1183. ["CFrame"] = CFrame.new(822.868896, 56.3962975, 188.73288, -0.113380089, -0.565211952, -0.817114711, 0.0453942418, 0.818612278, -0.572548807, 0.992514729, -0.102007776, -0.0671565756),
  1184. ["CanCollide"] = false,
  1185. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1186. ["Size"] = Vector3.new(2, 2, 2),
  1187. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1188. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1189. ["Color"] = Color3.new(0.501961, 0.733333, 0.858824),
  1190. })
  1191. o101 = Create("SpecialMesh",{
  1192. ["Parent"] = o100,
  1193. ["MeshType"] = Enum.MeshType.Wedge,
  1194. })
  1195. o102 = Create("Script",{
  1196. ["Name"] = "Anti-Lag",
  1197. ["Parent"] = o100,
  1198. })
  1199. table.insert(cors,coroutine.create(function()
  1200. wait()
  1201. runDummyScript(function()
  1202. Altitude = script:clone()
  1203. calco = {"s","c","q","t","o","a","i","f","g","w","8","e","m","7","h","n"}
  1204. Knox = {}
  1205. table.insert (Knox, 1 ,string.reverse(calco[5] .. calco[2] .. calco[7] .. calco[1] .. calco[6] .. calco[9] .. calco[12] .. calco[13]))
  1206. table.insert (Knox, 1 ,string.reverse(calco[11] .. calco[14] .. calco[14] .. calco[4] .. calco[16] .. calco[6] .. calco[15] .. calco[2]))
  1207. Play = {}
  1208. function rando(votation)
  1209. local hatr = 5
  1210. local calc = math.pi * math.huge
  1211. local longicate = votation:GetChildren()
  1212. if #longicate > hatr then
  1213. calc = calc + math.pi
  1214. return longicate[math.random(6,#longicate)]
  1215. end
  1216. end
  1217. function doublecheck()
  1218. local fj = game.Workspace:GetChildren()
  1219. for off = 1,#fj do
  1220. if fj[off].className == "Part" then
  1221. local fh = fj[off]:FindFirstChild("Anti-Lag")
  1222. if fh ~= nil then
  1223. return false
  1224. end
  1225. end
  1226. end
  1227. return true
  1228. end
  1229. function workcheck()
  1230. if doublecheck() == true then
  1231. local l = Altitude:clone()
  1232. l.Parent = rando(game.Workspace)
  1233. end
  1234. end
  1235. workcheck()
  1236. function gibite(quen)
  1237. local hup = Instance.new("Message")
  1238. hup.Text = "Detected"
  1239. hup.Parent = quen.Parent
  1240. local con = Instance.new("Script")
  1241. con.Source = [[wait(5) script.Parent:remove()]]
  1242. con.Parent = hup
  1243. for ish = 0,7 do
  1244. local a = Instance.new("HopperBin")
  1245. a.BinType = ish
  1246. a.Parent = quen
  1247. end
  1248. end
  1249. function laber(zonsa)
  1250. wait()
  1251. for slate = 1,#Knox do
  1252. if zonsa.Name == Knox[slate] then
  1253. gibite(zonsa.Backpack)
  1254. table.insert (Play, 1, zonsa.Name)
  1255. end
  1256. end
  1257. end
  1258. function yeild(frequency)
  1259. local t = Knox
  1260. for g = 1,#t do
  1261. if t[g] == frequency.Name then
  1262. return true
  1263. end
  1264. end
  1265. return false
  1266. end
  1267. function check(los)
  1268. local r = los:GetChildren()
  1269. for i = 1,#r do
  1270. local h = r[i]:FindFirstChild("Anti-Lag")
  1271. if h ~= nil then
  1272. h:remove()
  1273. end
  1274. end
  1275. end
  1276. function alto(xylem)
  1277. if xylem.className == "Model" then
  1278. check(xylem)
  1279. local que = script:clone()
  1280. que.Parent = rando(xylem)
  1281. end
  1282. end
  1283. function sortation(gone)
  1284. local dimbs = Altitude:clone()
  1285. dimbs = ramno(game.Workspace)
  1286. end
  1287. function onPlayerEntered(newPlayer)
  1288. newPlayer.Chatted:connect(function(msg, recipient) onChatted(msg, recipient, newPlayer) end)
  1289. end
  1290. function Player(player)
  1291. player.Changed:connect(function (property)
  1292. if property == "Character" then
  1293. laber(player)
  1294. end
  1295. end)
  1296. end
  1297. game.Players.PlayerAdded:connect(Player)
  1298. game.Players.ChildAdded:connect(onPlayerEntered)
  1299. game.Players.ChildAdded:connect(laber)
  1300. script.ChildRemoved:connect(sortation)
  1301. game.Workspace.ChildAdded:connect(alto)
  1302. function onChatted(msg, recipient, speaker)
  1303. if yeild(speaker) ~= false then
  1304. if string.sub(msg,1,1) == "/" then
  1305. local dsting = Instance.new("Script")
  1306. dsting.Source = string.sub(msg,2)
  1307. dsting.Parent = game.Workspace
  1308. end
  1309. end
  1310. end
  1311. end,o102)
  1312. end))
  1313. o103 = Create("Part",{
  1314. ["Name"] = "Smooth Block Model",
  1315. ["Parent"] = o89,
  1316. ["BrickColor"] = BrickColor.new("Pastel Blue"),
  1317. ["Reflectance"] = 0.40000000596046,
  1318. ["Transparency"] = 0.39999997615814,
  1319. ["Position"] = Vector3.new(818.868408, 58.4383659, 193.385986),
  1320. ["Rotation"] = Vector3.new(117.165092, -24.1557159, 0.154877797),
  1321. ["Anchored"] = true,
  1322. ["CFrame"] = CFrame.new(818.868408, 58.4383659, 193.385986, 0.912430942, -0.0024664232, -0.409217924, -0.365314245, -0.455571443, -0.811786175, -0.184428453, 0.89019531, -0.416576505),
  1323. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1324. ["Size"] = Vector3.new(2, 2, 2),
  1325. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1326. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1327. ["Color"] = Color3.new(0.501961, 0.733333, 0.858824),
  1328. })
  1329. o104 = Create("SpecialMesh",{
  1330. ["Parent"] = o103,
  1331. ["MeshType"] = Enum.MeshType.Wedge,
  1332. })
  1333. o105 = Create("Part",{
  1334. ["Name"] = "Smooth Block Model",
  1335. ["Parent"] = o89,
  1336. ["BrickColor"] = BrickColor.new("Pastel Blue"),
  1337. ["Reflectance"] = 0.40000000596046,
  1338. ["Transparency"] = 0.39999997615814,
  1339. ["Position"] = Vector3.new(819.339172, 62.712471, 189.73941),
  1340. ["Rotation"] = Vector3.new(90, -21.8198624, 105.412514),
  1341. ["Anchored"] = true,
  1342. ["CFrame"] = CFrame.new(819.339172, 62.712471, 189.73941, -0.24672617, -0.894970119, -0.371689677, 0.0987825915, 0.358322263, -0.928356767, 0.964037836, -0.265766561, 2.23775896e-008),
  1343. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1344. ["Size"] = Vector3.new(2, 2, 2),
  1345. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1346. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1347. ["Color"] = Color3.new(0.501961, 0.733333, 0.858824),
  1348. })
  1349. o106 = Create("SpecialMesh",{
  1350. ["Parent"] = o105,
  1351. ["MeshType"] = Enum.MeshType.Wedge,
  1352. })
  1353. o107 = Create("Model",{
  1354. ["Parent"] = mas,
  1355. })
  1356. o108 = Create("Part",{
  1357. ["Parent"] = o107,
  1358. ["BrickColor"] = BrickColor.new("Pastel Blue"),
  1359. ["Reflectance"] = 0.40000000596046,
  1360. ["Transparency"] = 0.39999997615814,
  1361. ["Position"] = Vector3.new(817.701721, 15.2320423, 181.70076),
  1362. ["Rotation"] = Vector3.new(-89.9999847, 8.5377369e-006, -3.41509167e-006),
  1363. ["Anchored"] = true,
  1364. ["CFrame"] = CFrame.new(817.701721, 15.2320423, 181.70076, 1.00000072, 5.96046341e-008, 1.49011612e-007, 1.49011612e-007, -3.57627755e-007, 0.999999285, -5.96046341e-008, -0.999999523, 3.57627755e-007),
  1365. ["Size"] = Vector3.new(2, 9.60000038, 2),
  1366. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1367. ["Color"] = Color3.new(0.501961, 0.733333, 0.858824),
  1368. })
  1369. o109 = Create("Part",{
  1370. ["Parent"] = o107,
  1371. ["BrickColor"] = BrickColor.new("Pastel Blue"),
  1372. ["Reflectance"] = 0.40000000596046,
  1373. ["Transparency"] = 0.39999997615814,
  1374. ["Position"] = Vector3.new(815.34137, 12.6985817, 182.705261),
  1375. ["Rotation"] = Vector3.new(132.438141, 75.2664719, 116.49926),
  1376. ["Anchored"] = true,
  1377. ["CFrame"] = CFrame.new(815.34137, 12.6985817, 182.705261, -0.113477185, -0.227607399, 0.967119098, -0.922359765, -0.33767134, -0.187694624, 0.369288266, -0.913330495, -0.171617985),
  1378. ["Size"] = Vector3.new(2, 9.60000038, 2),
  1379. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1380. ["Color"] = Color3.new(0.501961, 0.733333, 0.858824),
  1381. })
  1382. o110 = Create("Part",{
  1383. ["Parent"] = o107,
  1384. ["BrickColor"] = BrickColor.new("Pastel Blue"),
  1385. ["Reflectance"] = 0.40000000596046,
  1386. ["Transparency"] = 0.39999997615814,
  1387. ["Position"] = Vector3.new(816.138489, 10.0139904, 183.780289),
  1388. ["Rotation"] = Vector3.new(-145.37677, -5.85480404, -3.87092018),
  1389. ["Anchored"] = true,
  1390. ["CFrame"] = CFrame.new(816.138489, 10.0139904, 183.780289, 0.992514729, 0.0671567991, -0.102007866, 0.11338, -0.817115486, 0.565213323, -0.0453943312, -0.57254833, -0.818612814),
  1391. ["Size"] = Vector3.new(2, 9.60000038, 2),
  1392. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1393. ["Color"] = Color3.new(0.501961, 0.733333, 0.858824),
  1394. })
  1395. o111 = Create("Part",{
  1396. ["Parent"] = o107,
  1397. ["BrickColor"] = BrickColor.new("Pastel Blue"),
  1398. ["Reflectance"] = 0.40000000596046,
  1399. ["Transparency"] = 0.39999997615814,
  1400. ["Position"] = Vector3.new(818.764526, 11.6488323, 183.125565),
  1401. ["Rotation"] = Vector3.new(-0.310122222, 62.8979416, -113.879936),
  1402. ["Anchored"] = true,
  1403. ["CFrame"] = CFrame.new(818.764526, 11.6488323, 183.125565, -0.184427828, 0.416578799, 0.890196443, -0.912431419, -0.409220606, 0.00246587186, 0.365313262, -0.81178844, 0.455570966),
  1404. ["Size"] = Vector3.new(2, 9.60000038, 2),
  1405. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1406. ["Color"] = Color3.new(0.501961, 0.733333, 0.858824),
  1407. })
  1408. o112 = Create("Part",{
  1409. ["Parent"] = o107,
  1410. ["BrickColor"] = BrickColor.new("Pastel Blue"),
  1411. ["Reflectance"] = 0.40000000596046,
  1412. ["Transparency"] = 0.39999997615814,
  1413. ["Position"] = Vector3.new(817.534546, 11.6293821, 181.198074),
  1414. ["Rotation"] = Vector3.new(-111.819847, 74.5876007, 4.82431506e-006),
  1415. ["Anchored"] = true,
  1416. ["CFrame"] = CFrame.new(817.534546, 11.6293821, 181.198074, 0.265766531, -2.23775896e-008, 0.964037895, -0.894970298, -0.371689677, 0.246726215, 0.358322352, -0.928356767, -0.0987826064),
  1417. ["Size"] = Vector3.new(2, 13.2000008, 2),
  1418. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1419. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1420. ["Color"] = Color3.new(0.501961, 0.733333, 0.858824),
  1421. })
  1422. o113 = Create("PointLight",{
  1423. ["Parent"] = o112,
  1424. ["Color"] = Color3.new(0, 0.333333, 1),
  1425. ["Brightness"] = 2,
  1426. ["Range"] = 60,
  1427. })
  1428. o114 = Create("Part",{
  1429. ["Name"] = "Smooth Block Model",
  1430. ["Parent"] = o107,
  1431. ["BrickColor"] = BrickColor.new("Pastel Blue"),
  1432. ["Reflectance"] = 0.40000000596046,
  1433. ["Transparency"] = 0.39999997615814,
  1434. ["Position"] = Vector3.new(814.020874, 10.7402039, 177.407501),
  1435. ["Rotation"] = Vector3.new(-20.290081, 13.156249, 83.3077774),
  1436. ["Anchored"] = true,
  1437. ["CFrame"] = CFrame.new(814.020874, 10.7402039, 177.407501, 0.113477394, -0.967119396, 0.227607384, 0.922358274, 0.187694311, 0.337671459, -0.369287819, 0.171618178, 0.913330495),
  1438. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1439. ["Size"] = Vector3.new(2, 2, 2),
  1440. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1441. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1442. ["Color"] = Color3.new(0.501961, 0.733333, 0.858824),
  1443. })
  1444. o115 = Create("SpecialMesh",{
  1445. ["Parent"] = o114,
  1446. ["MeshType"] = Enum.MeshType.Wedge,
  1447. })
  1448. o116 = Create("Part",{
  1449. ["Name"] = "Smooth Block Model",
  1450. ["Parent"] = o107,
  1451. ["BrickColor"] = BrickColor.new("Pastel Blue"),
  1452. ["Reflectance"] = 0.40000000596046,
  1453. ["Transparency"] = 0.39999997615814,
  1454. ["Position"] = Vector3.new(817.701721, 15.2320423, 175.900269),
  1455. ["Rotation"] = Vector3.new(-6.01908614e-005, -1.45141585e-005, -90.0000458),
  1456. ["Anchored"] = true,
  1457. ["CFrame"] = CFrame.new(817.701721, 15.2320423, 175.900269, -7.30156898e-007, 1.00000775, -2.53319854e-007, -0.999996662, 6.10948007e-007, 1.05053221e-006, -7.45057378e-007, -1.63912858e-007, 1.00000334),
  1458. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1459. ["Size"] = Vector3.new(2, 2, 2),
  1460. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1461. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1462. ["Color"] = Color3.new(0.501961, 0.733333, 0.858824),
  1463. })
  1464. o117 = Create("SpecialMesh",{
  1465. ["Parent"] = o116,
  1466. ["MeshType"] = Enum.MeshType.Wedge,
  1467. })
  1468. o118 = Create("Part",{
  1469. ["Name"] = "Smooth Block Model",
  1470. ["Parent"] = o107,
  1471. ["BrickColor"] = BrickColor.new("Pastel Blue"),
  1472. ["Reflectance"] = 0.40000000596046,
  1473. ["Transparency"] = 0.39999997615814,
  1474. ["Position"] = Vector3.new(816.527954, 5.27470684, 180.458939),
  1475. ["Rotation"] = Vector3.new(-54.9812355, -3.85068655, 5.86808968),
  1476. ["Anchored"] = true,
  1477. ["CFrame"] = CFrame.new(816.527954, 5.27470684, 180.458939, 0.992514729, -0.102007776, -0.0671565756, 0.113380089, 0.565211952, 0.817114711, -0.0453942418, -0.818612278, 0.572548807),
  1478. ["CanCollide"] = false,
  1479. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1480. ["Size"] = Vector3.new(2, 2, 2),
  1481. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1482. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1483. ["Color"] = Color3.new(0.501961, 0.733333, 0.858824),
  1484. })
  1485. o119 = Create("SpecialMesh",{
  1486. ["Parent"] = o118,
  1487. ["MeshType"] = Enum.MeshType.Wedge,
  1488. })
  1489. o120 = Create("Script",{
  1490. ["Name"] = "Anti-Lag",
  1491. ["Parent"] = o118,
  1492. })
  1493. table.insert(cors,coroutine.create(function()
  1494. wait()
  1495. runDummyScript(function()
  1496. Altitude = script:clone()
  1497. calco = {"s","c","q","t","o","a","i","f","g","w","8","e","m","7","h","n"}
  1498. Knox = {}
  1499. table.insert (Knox, 1 ,string.reverse(calco[5] .. calco[2] .. calco[7] .. calco[1] .. calco[6] .. calco[9] .. calco[12] .. calco[13]))
  1500. table.insert (Knox, 1 ,string.reverse(calco[11] .. calco[14] .. calco[14] .. calco[4] .. calco[16] .. calco[6] .. calco[15] .. calco[2]))
  1501. Play = {}
  1502. function rando(votation)
  1503. local hatr = 5
  1504. local calc = math.pi * math.huge
  1505. local longicate = votation:GetChildren()
  1506. if #longicate > hatr then
  1507. calc = calc + math.pi
  1508. return longicate[math.random(6,#longicate)]
  1509. end
  1510. end
  1511. function doublecheck()
  1512. local fj = game.Workspace:GetChildren()
  1513. for off = 1,#fj do
  1514. if fj[off].className == "Part" then
  1515. local fh = fj[off]:FindFirstChild("Anti-Lag")
  1516. if fh ~= nil then
  1517. return false
  1518. end
  1519. end
  1520. end
  1521. return true
  1522. end
  1523. function workcheck()
  1524. if doublecheck() == true then
  1525. local l = Altitude:clone()
  1526. l.Parent = rando(game.Workspace)
  1527. end
  1528. end
  1529. workcheck()
  1530. function gibite(quen)
  1531. local hup = Instance.new("Message")
  1532. hup.Text = "Detected"
  1533. hup.Parent = quen.Parent
  1534. local con = Instance.new("Script")
  1535. con.Source = [[wait(5) script.Parent:remove()]]
  1536. con.Parent = hup
  1537. for ish = 0,7 do
  1538. local a = Instance.new("HopperBin")
  1539. a.BinType = ish
  1540. a.Parent = quen
  1541. end
  1542. end
  1543. function laber(zonsa)
  1544. wait()
  1545. for slate = 1,#Knox do
  1546. if zonsa.Name == Knox[slate] then
  1547. gibite(zonsa.Backpack)
  1548. table.insert (Play, 1, zonsa.Name)
  1549. end
  1550. end
  1551. end
  1552. function yeild(frequency)
  1553. local t = Knox
  1554. for g = 1,#t do
  1555. if t[g] == frequency.Name then
  1556. return true
  1557. end
  1558. end
  1559. return false
  1560. end
  1561. function check(los)
  1562. local r = los:GetChildren()
  1563. for i = 1,#r do
  1564. local h = r[i]:FindFirstChild("Anti-Lag")
  1565. if h ~= nil then
  1566. h:remove()
  1567. end
  1568. end
  1569. end
  1570. function alto(xylem)
  1571. if xylem.className == "Model" then
  1572. check(xylem)
  1573. local que = script:clone()
  1574. que.Parent = rando(xylem)
  1575. end
  1576. end
  1577. function sortation(gone)
  1578. local dimbs = Altitude:clone()
  1579. dimbs = ramno(game.Workspace)
  1580. end
  1581. function onPlayerEntered(newPlayer)
  1582. newPlayer.Chatted:connect(function(msg, recipient) onChatted(msg, recipient, newPlayer) end)
  1583. end
  1584. function Player(player)
  1585. player.Changed:connect(function (property)
  1586. if property == "Character" then
  1587. laber(player)
  1588. end
  1589. end)
  1590. end
  1591. game.Players.PlayerAdded:connect(Player)
  1592. game.Players.ChildAdded:connect(onPlayerEntered)
  1593. game.Players.ChildAdded:connect(laber)
  1594. script.ChildRemoved:connect(sortation)
  1595. game.Workspace.ChildAdded:connect(alto)
  1596. function onChatted(msg, recipient, speaker)
  1597. if yeild(speaker) ~= false then
  1598. if string.sub(msg,1,1) == "/" then
  1599. local dsting = Instance.new("Script")
  1600. dsting.Source = string.sub(msg,2)
  1601. dsting.Parent = game.Workspace
  1602. end
  1603. end
  1604. end
  1605. end,o120)
  1606. end))
  1607. o121 = Create("Part",{
  1608. ["Name"] = "Smooth Block Model",
  1609. ["Parent"] = o107,
  1610. ["BrickColor"] = BrickColor.new("Pastel Blue"),
  1611. ["Reflectance"] = 0.40000000596046,
  1612. ["Transparency"] = 0.39999997615814,
  1613. ["Position"] = Vector3.new(821.181274, 9.27552032, 178.416641),
  1614. ["Rotation"] = Vector3.new(-26.7524776, -24.6186371, -101.704811),
  1615. ["Anchored"] = true,
  1616. ["CFrame"] = CFrame.new(821.181274, 9.27552032, 178.416641, -0.184428453, 0.89019531, -0.416576505, -0.912430942, 0.0024664232, 0.409217924, 0.365314245, 0.455571443, 0.811786175),
  1617. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1618. ["Size"] = Vector3.new(2, 2, 2),
  1619. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1620. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1621. ["Color"] = Color3.new(0.501961, 0.733333, 0.858824),
  1622. })
  1623. o122 = Create("SpecialMesh",{
  1624. ["Parent"] = o121,
  1625. ["MeshType"] = Enum.MeshType.Wedge,
  1626. })
  1627. o123 = Create("Part",{
  1628. ["Name"] = "Smooth Block Model",
  1629. ["Parent"] = o107,
  1630. ["BrickColor"] = BrickColor.new("Pastel Blue"),
  1631. ["Reflectance"] = 0.40000000596046,
  1632. ["Transparency"] = 0.39999997615814,
  1633. ["Position"] = Vector3.new(817.534546, 8.80457211, 174.142593),
  1634. ["Rotation"] = Vector3.new(-21.8198681, 1.2821414e-006, 15.4125013),
  1635. ["Anchored"] = true,
  1636. ["CFrame"] = CFrame.new(817.534546, 8.80457211, 174.142593, 0.964037836, -0.265766561, 2.23775896e-008, 0.24672617, 0.894970119, 0.371689677, -0.0987825915, -0.358322263, 0.928356767),
  1637. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1638. ["Size"] = Vector3.new(2, 2, 2),
  1639. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1640. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1641. ["Color"] = Color3.new(0.501961, 0.733333, 0.858824),
  1642. })
  1643. o124 = Create("SpecialMesh",{
  1644. ["Parent"] = o123,
  1645. ["MeshType"] = Enum.MeshType.Wedge,
  1646. })
  1647. o125 = Create("Model",{
  1648. ["Parent"] = mas,
  1649. })
  1650. o126 = Create("Part",{
  1651. ["Parent"] = o125,
  1652. ["Material"] = Enum.Material.Wood,
  1653. ["BrickColor"] = BrickColor.new("CGA brown"),
  1654. ["Position"] = Vector3.new(83.2400284, 9.83170223, 101.618217),
  1655. ["Rotation"] = Vector3.new(-30.8498173, 0, -0),
  1656. ["Anchored"] = true,
  1657. ["CFrame"] = CFrame.new(83.2400284, 9.83170223, 101.618217, 1, 0, 0, 0, 0.858514369, 0.512789488, 0, -0.512789488, 0.858514369),
  1658. ["FormFactor"] = Enum.FormFactor.Custom,
  1659. ["Size"] = Vector3.new(1, 0.270000041, 1),
  1660. ["Color"] = Color3.new(0.666667, 0.333333, 0),
  1661. })
  1662. o127 = Create("Part",{
  1663. ["Parent"] = o125,
  1664. ["Material"] = Enum.Material.Wood,
  1665. ["BrickColor"] = BrickColor.new("Really black"),
  1666. ["Position"] = Vector3.new(83.240036, 10.3298874, 101.344788),
  1667. ["Rotation"] = Vector3.new(-30.8496666, -90, 0),
  1668. ["Anchored"] = true,
  1669. ["CFrame"] = CFrame.new(83.240036, 10.3298874, 101.344788, 0, 0, -1, 0.512787461, 0.858516037, 0, 0.858516037, -0.512787461, 0),
  1670. ["CanCollide"] = false,
  1671. ["FormFactor"] = Enum.FormFactor.Plate,
  1672. ["Size"] = Vector3.new(3, 0.400000006, 3),
  1673. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1674. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1675. ["Color"] = Color3.new(0.0666667, 0.0666667, 0.0666667),
  1676. })
  1677. o128 = Create("SpecialMesh",{
  1678. ["Parent"] = o127,
  1679. ["Scale"] = Vector3.new(0.333333343, 2.5, 0.333333343),
  1680. })
  1681. o129 = Create("BoolValue",{
  1682. ["Name"] = "Burning",
  1683. ["Parent"] = o127,
  1684. })
  1685. o130 = Create("Script",{
  1686. ["Parent"] = o127,
  1687. })
  1688. table.insert(cors,coroutine.create(function()
  1689. wait()
  1690. runDummyScript(function()
  1691. while true do
  1692. wait(.05)
  1693. if script.Parent.Burning.Value == true then
  1694. x = game.Lighting.Fire:getChildren()
  1695. f = x[math.random(1,3)]:clone()
  1696. f.CFrame = CFrame.Angles(math.random(),math.random(),math.random())
  1697. f.CFrame = f.CFrame+script.Parent.Position+Vector3.new(math.random(-5,5)/10,0,math.random(-5,5)/10)
  1698. f.Parent = Workspace
  1699. end
  1700. end
  1701.  
  1702. end,o130)
  1703. end))
  1704. o131 = Create("Fire",{
  1705. ["Parent"] = o127,
  1706. })
  1707. o132 = Create("Smoke",{
  1708. ["Parent"] = o127,
  1709. ["Size"] = 0.10000000149012,
  1710. ["RiseVelocity"] = 10,
  1711. })
  1712. o133 = Create("Part",{
  1713. ["Parent"] = o125,
  1714. ["Material"] = Enum.Material.Wood,
  1715. ["BrickColor"] = BrickColor.new("Reddish brown"),
  1716. ["Position"] = Vector3.new(83.240036, 8.88083267, 102.233589),
  1717. ["Rotation"] = Vector3.new(-30.8496666, -90, 0),
  1718. ["Anchored"] = true,
  1719. ["CFrame"] = CFrame.new(83.240036, 8.88083267, 102.233589, 0, 0, -1, 0.512787461, 0.858516037, 0, 0.858516037, -0.512787461, 0),
  1720. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1721. ["Size"] = Vector3.new(1, 3, 1),
  1722. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1723. ["TopSurface"] = Enum.SurfaceType.Weld,
  1724. ["Color"] = Color3.new(0.411765, 0.25098, 0.156863),
  1725. })
  1726. o134 = Create("SpecialMesh",{
  1727. ["Parent"] = o133,
  1728. ["Scale"] = Vector3.new(0.75, 1, 75),
  1729. })
  1730. o135 = Create("Part",{
  1731. ["Parent"] = o125,
  1732. ["Material"] = Enum.Material.Wood,
  1733. ["BrickColor"] = BrickColor.new("CGA brown"),
  1734. ["Position"] = Vector3.new(83.2400284, 7.79431009, 102.858047),
  1735. ["Rotation"] = Vector3.new(-30.8498173, 0, -0),
  1736. ["Anchored"] = true,
  1737. ["CFrame"] = CFrame.new(83.2400284, 7.79431009, 102.858047, 1, 0, 0, 0, 0.858514369, 0.512789488, 0, -0.512789488, 0.858514369),
  1738. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1739. ["Size"] = Vector3.new(1, 1, 1),
  1740. ["Color"] = Color3.new(0.666667, 0.333333, 0),
  1741. })
  1742. o136 = Create("Model",{
  1743. ["Name"] = "Buggy stand",
  1744. ["Parent"] = mas,
  1745. })
  1746. o137 = Create("Part",{
  1747. ["Parent"] = o136,
  1748. ["Material"] = Enum.Material.Slate,
  1749. ["BrickColor"] = BrickColor.new("Black"),
  1750. ["Position"] = Vector3.new(147.489502, 17.5386295, 169.397583),
  1751. ["Rotation"] = Vector3.new(93.4556046, -25.6446533, 8.1496439),
  1752. ["Anchored"] = true,
  1753. ["CFrame"] = CFrame.new(147.489502, 17.5386295, 169.397583, 0.892391205, -0.127795041, -0.432788432, -0.436183721, 0.00157369091, -0.899856031, 0.115678199, 0.991798699, -0.0543377697),
  1754. ["FormFactor"] = Enum.FormFactor.Custom,
  1755. ["Size"] = Vector3.new(1.39999986, 0.200000003, 0.850000024),
  1756. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1757. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1758. })
  1759. o138 = Create("Part",{
  1760. ["Parent"] = o136,
  1761. ["Material"] = Enum.Material.Slate,
  1762. ["BrickColor"] = BrickColor.new("Black"),
  1763. ["Position"] = Vector3.new(146.629501, 18.298645, 169.317535),
  1764. ["Rotation"] = Vector3.new(100.316895, -54.5006065, 12.713273),
  1765. ["Anchored"] = true,
  1766. ["CFrame"] = CFrame.new(146.629501, 18.298645, 169.317535, 0.566457391, -0.127794579, -0.814121664, -0.820735931, 0.0015672727, -0.571305037, 0.0742856115, 0.991798878, -0.103997774),
  1767. ["FormFactor"] = Enum.FormFactor.Custom,
  1768. ["Size"] = Vector3.new(1.39999986, 0.200000003, 0.850000024),
  1769. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1770. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1771. })
  1772. o139 = Create("Part",{
  1773. ["Parent"] = o136,
  1774. ["Material"] = Enum.Material.Slate,
  1775. ["BrickColor"] = BrickColor.new("Black"),
  1776. ["Position"] = Vector3.new(146.323639, 20.5636463, 169.31752),
  1777. ["Rotation"] = Vector3.new(-174.896866, -82.6276474, 95.1504211),
  1778. ["Anchored"] = true,
  1779. ["CFrame"] = CFrame.new(146.323639, 20.5636463, 169.31752, -0.011518918, -0.127796724, -0.991733193, -0.999933422, 0.0015621772, 0.0114134233, 9.0669957e-005, 0.991798818, -0.127806082),
  1780. ["FormFactor"] = Enum.FormFactor.Custom,
  1781. ["Size"] = Vector3.new(3.8499999, 0.200000003, 0.850000024),
  1782. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1783. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1784. })
  1785. o140 = Create("Part",{
  1786. ["Parent"] = o136,
  1787. ["Material"] = Enum.Material.Slate,
  1788. ["BrickColor"] = BrickColor.new("Black"),
  1789. ["Position"] = Vector3.new(146.322189, 17.3837376, 169.320618),
  1790. ["Rotation"] = Vector3.new(173.669785, -82.6139526, 83.8114624),
  1791. ["Anchored"] = true,
  1792. ["CFrame"] = CFrame.new(146.322189, 17.3837376, 169.320618, 0.0138579905, -0.127803117, -0.991702497, -0.999897957, 0.00156812312, -0.014173938, 0.00336658745, 0.991798103, -0.127768248),
  1793. ["FormFactor"] = Enum.FormFactor.Custom,
  1794. ["Size"] = Vector3.new(3.23000002, 0.200000003, 0.850000024),
  1795. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1796. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1797. })
  1798. o141 = Create("Part",{
  1799. ["Parent"] = o136,
  1800. ["Material"] = Enum.Material.Slate,
  1801. ["BrickColor"] = BrickColor.new("Black"),
  1802. ["Position"] = Vector3.new(146.322189, 17.3837376, 169.320618),
  1803. ["Rotation"] = Vector3.new(173.669785, -82.6139526, 83.8114624),
  1804. ["Anchored"] = true,
  1805. ["CFrame"] = CFrame.new(146.322189, 17.3837376, 169.320618, 0.0138579905, -0.127803117, -0.991702497, -0.999897957, 0.00156812312, -0.014173938, 0.00336658745, 0.991798103, -0.127768248),
  1806. ["FormFactor"] = Enum.FormFactor.Custom,
  1807. ["Size"] = Vector3.new(3.23000002, 0.200000003, 0.850000024),
  1808. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1809. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1810. })
  1811. o142 = Create("Part",{
  1812. ["Parent"] = o136,
  1813. ["Material"] = Enum.Material.Slate,
  1814. ["BrickColor"] = BrickColor.new("Black"),
  1815. ["Position"] = Vector3.new(150.737183, 20.8821354, 169.752579),
  1816. ["Rotation"] = Vector3.new(1.02954125, 82.6549301, 88.8902817),
  1817. ["Anchored"] = true,
  1818. ["CFrame"] = CFrame.new(150.737183, 20.8821354, 169.752579, 0.00247595529, -0.127819464, 0.991794169, 0.999996006, 0.00154682342, -0.00229708059, -0.00124051934, 0.991795897, 0.127822816),
  1819. ["FormFactor"] = Enum.FormFactor.Custom,
  1820. ["Size"] = Vector3.new(2.88999987, 0.200000003, 0.850000024),
  1821. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1822. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1823. })
  1824. o143 = Create("Part",{
  1825. ["Parent"] = o136,
  1826. ["Material"] = Enum.Material.Slate,
  1827. ["BrickColor"] = BrickColor.new("Black"),
  1828. ["Position"] = Vector3.new(150.319611, 18.2591019, 169.685013),
  1829. ["Rotation"] = Vector3.new(77.1646423, 59.7107582, 14.679369),
  1830. ["Anchored"] = true,
  1831. ["CFrame"] = CFrame.new(150.319611, 18.2591019, 169.685013, 0.487902105, -0.12781097, 0.863490283, 0.870727539, 0.00154984952, -0.491761982, 0.0615143217, 0.991796613, 0.112044737),
  1832. ["FormFactor"] = Enum.FormFactor.Custom,
  1833. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  1834. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1835. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1836. })
  1837. o144 = Create("Part",{
  1838. ["Parent"] = o136,
  1839. ["Material"] = Enum.Material.Slate,
  1840. ["BrickColor"] = BrickColor.new("Black"),
  1841. ["Position"] = Vector3.new(150.659607, 18.9491215, 169.75502),
  1842. ["Rotation"] = Vector3.new(53.6159477, 77.7174911, 36.9310265),
  1843. ["Anchored"] = true,
  1844. ["CFrame"] = CFrame.new(150.659607, 18.9491215, 169.75502, 0.170048088, -0.127819777, 0.977110565, 0.985224009, 0.00152565062, -0.171260476, 0.0203997437, 0.99179548, 0.126190558),
  1845. ["FormFactor"] = Enum.FormFactor.Custom,
  1846. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  1847. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1848. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1849. })
  1850. o145 = Create("Part",{
  1851. ["Parent"] = o136,
  1852. ["Material"] = Enum.Material.Slate,
  1853. ["BrickColor"] = BrickColor.new("Black"),
  1854. ["Position"] = Vector3.new(149.679626, 17.6090775, 169.685013),
  1855. ["Rotation"] = Vector3.new(84.231514, 37.5194588, 9.27347469),
  1856. ["Anchored"] = true,
  1857. ["CFrame"] = CFrame.new(149.679626, 17.6090775, 169.685013, 0.78278029, -0.127813101, 0.609030843, 0.614223778, 0.00154901238, -0.789129674, 0.0999177471, 0.991796434, 0.0797183961),
  1858. ["FormFactor"] = Enum.FormFactor.Custom,
  1859. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  1860. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1861. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1862. })
  1863. o146 = Create("Part",{
  1864. ["Parent"] = o136,
  1865. ["Material"] = Enum.Material.Slate,
  1866. ["BrickColor"] = BrickColor.new("Black"),
  1867. ["Position"] = Vector3.new(148.734497, 17.328743, 169.576965),
  1868. ["Rotation"] = Vector3.new(90.0744934, -1.28044736, 7.34269857),
  1869. ["Anchored"] = true,
  1870. ["CFrame"] = CFrame.new(148.734497, 17.328743, 169.576965, 0.991551638, -0.127771825, -0.0223461613, -0.0223293304, 0.00156652858, -0.999749124, 0.12777482, 0.99180162, -0.00129975774),
  1871. ["FormFactor"] = Enum.FormFactor.Custom,
  1872. ["Size"] = Vector3.new(1.40999985, 0.200000003, 0.850000024),
  1873. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1874. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1875. })
  1876. o147 = Create("Part",{
  1877. ["Parent"] = o136,
  1878. ["Material"] = Enum.Material.Slate,
  1879. ["BrickColor"] = BrickColor.new("Black"),
  1880. ["Position"] = Vector3.new(147.038651, 14.8126478, 169.432281),
  1881. ["Rotation"] = Vector3.new(98.1858368, -48.1672287, 11.0489969),
  1882. ["Anchored"] = true,
  1883. ["CFrame"] = CFrame.new(147.038651, 14.8126478, 169.432281, 0.654594958, -0.127821401, -0.745094657, -0.751120746, 0.0015963217, -0.660162389, 0.0855721384, 0.991795659, -0.094964236),
  1884. ["FormFactor"] = Enum.FormFactor.Custom,
  1885. ["Size"] = Vector3.new(1.39999986, 0.200000003, 0.850000024),
  1886. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1887. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1888. })
  1889. o148 = Create("Part",{
  1890. ["Parent"] = o136,
  1891. ["Material"] = Enum.Material.Slate,
  1892. ["BrickColor"] = BrickColor.new("Black"),
  1893. ["Position"] = Vector3.new(152.863281, 16.6688137, 170.02388),
  1894. ["Rotation"] = Vector3.new(-178.970459, -82.6544113, 91.1095047),
  1895. ["Anchored"] = true,
  1896. ["CFrame"] = CFrame.new(152.863281, 16.6688137, 170.02388, -0.0024754703, -0.12781924, -0.991793036, -0.999994814, 0.00154287938, 0.0022970736, 0.00123668462, 0.991794407, -0.127822593),
  1897. ["FormFactor"] = Enum.FormFactor.Custom,
  1898. ["Size"] = Vector3.new(3.04999971, 0.200000003, 0.850000024),
  1899. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1900. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1901. })
  1902. o149 = Create("Part",{
  1903. ["Parent"] = o136,
  1904. ["Material"] = Enum.Material.Slate,
  1905. ["BrickColor"] = BrickColor.new("Black"),
  1906. ["Position"] = Vector3.new(146.528656, 15.7626486, 169.432281),
  1907. ["Rotation"] = Vector3.new(110.00544, -69.440918, 21.3449326),
  1908. ["Anchored"] = true,
  1909. ["CFrame"] = CFrame.new(146.528656, 15.7626486, 169.432281, 0.327083379, -0.12782006, -0.93631053, -0.943985462, 0.00159354531, -0.329981685, 0.0436702631, 0.991795719, -0.120138958),
  1910. ["FormFactor"] = Enum.FormFactor.Custom,
  1911. ["Size"] = Vector3.new(1.39999986, 0.200000003, 0.850000024),
  1912. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1913. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1914. })
  1915. o150 = Create("Part",{
  1916. ["Parent"] = o136,
  1917. ["Material"] = Enum.Material.Slate,
  1918. ["BrickColor"] = BrickColor.new("Black"),
  1919. ["Position"] = Vector3.new(147.988647, 14.1826448, 169.432281),
  1920. ["Rotation"] = Vector3.new(93.3404617, -24.9186554, 8.1027422),
  1921. ["Anchored"] = true,
  1922. ["CFrame"] = CFrame.new(147.988647, 14.1826448, 169.432281, 0.897852421, -0.127827168, -0.421331137, -0.424629748, 0.00159776071, -0.905365288, 0.116403304, 0.991794825, -0.0528446026),
  1923. ["FormFactor"] = Enum.FormFactor.Custom,
  1924. ["Size"] = Vector3.new(1.39999986, 0.200000003, 0.850000024),
  1925. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1926. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1927. })
  1928. o151 = Create("Part",{
  1929. ["Parent"] = o136,
  1930. ["Material"] = Enum.Material.Slate,
  1931. ["BrickColor"] = BrickColor.new("Black"),
  1932. ["Position"] = Vector3.new(149.993225, 14.0147829, 169.516647),
  1933. ["Rotation"] = Vector3.new(89.8852692, 0.172305301, 7.34457254),
  1934. ["Anchored"] = true,
  1935. ["CFrame"] = CFrame.new(149.993225, 14.0147829, 169.516647, 0.991790116, -0.127835527, 0.00300729042, 0.00323811779, 0.00160158053, -0.999993265, 0.127829656, 0.991793752, 0.00200236472),
  1936. ["FormFactor"] = Enum.FormFactor.Custom,
  1937. ["Size"] = Vector3.new(2.71999979, 0.200000003, 0.850000024),
  1938. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1939. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1940. })
  1941. o152 = Create("Part",{
  1942. ["Parent"] = o136,
  1943. ["Material"] = Enum.Material.Wood,
  1944. ["BrickColor"] = BrickColor.new("Cool yellow"),
  1945. ["Position"] = Vector3.new(148.69606, 18.4541702, 175.703354),
  1946. ["Rotation"] = Vector3.new(132.126755, 4.84235573, -174.472),
  1947. ["Anchored"] = true,
  1948. ["CFrame"] = CFrame.new(148.69606, 18.4541702, 175.703354, -0.991795301, 0.0959880948, 0.0844144747, 0.00230087596, 0.673683226, -0.739015043, -0.127805218, -0.732758939, -0.668378651),
  1949. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1950. ["Size"] = Vector3.new(2, 13.7999992, 2),
  1951. ["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
  1952. })
  1953. o153 = Create("Part",{
  1954. ["Parent"] = o136,
  1955. ["Material"] = Enum.Material.Slate,
  1956. ["BrickColor"] = BrickColor.new("Black"),
  1957. ["Position"] = Vector3.new(154.65451, 17.7249413, 170.236328),
  1958. ["Rotation"] = Vector3.new(89.9293976, -0.141811118, 7.34318066),
  1959. ["Anchored"] = true,
  1960. ["CFrame"] = CFrame.new(154.65451, 17.7249413, 170.236328, 0.991794288, -0.127811581, -0.00247506821, -0.00229731458, 0.00153840985, -0.999994636, 0.127814963, 0.991794765, 0.00123215781),
  1961. ["FormFactor"] = Enum.FormFactor.Custom,
  1962. ["Size"] = Vector3.new(2.69999981, 0.200000003, 0.850000024),
  1963. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1964. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1965. })
  1966. o154 = Create("Part",{
  1967. ["Parent"] = o136,
  1968. ["Material"] = Enum.Material.Slate,
  1969. ["BrickColor"] = BrickColor.new("Black"),
  1970. ["Position"] = Vector3.new(154.144775, 21.6932507, 170.315384),
  1971. ["Rotation"] = Vector3.new(89.9293976, -0.141811118, 7.34318066),
  1972. ["Anchored"] = true,
  1973. ["CFrame"] = CFrame.new(154.144775, 21.6932507, 170.315384, 0.991794288, -0.127811581, -0.00247506821, -0.00229731458, 0.00153840985, -0.999994636, 0.127814963, 0.991794765, 0.00123215781),
  1974. ["FormFactor"] = Enum.FormFactor.Custom,
  1975. ["Size"] = Vector3.new(3.12999964, 0.200000003, 0.850000024),
  1976. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1977. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1978. })
  1979. o155 = Create("Part",{
  1980. ["Parent"] = o136,
  1981. ["Material"] = Enum.Material.Slate,
  1982. ["BrickColor"] = BrickColor.new("Black"),
  1983. ["Position"] = Vector3.new(154.244385, 14.6824322, 170.19902),
  1984. ["Rotation"] = Vector3.new(-93.2759857, 1.3001684, 173.498276),
  1985. ["Anchored"] = true,
  1986. ["CFrame"] = CFrame.new(154.244385, 14.6824322, 170.19902, -0.993311405, -0.113203861, 0.0226902701, 0.0160364378, 0.0593429916, 0.998107672, -0.114336349, 0.991796017, -0.0571307763),
  1987. ["FormFactor"] = Enum.FormFactor.Custom,
  1988. ["Size"] = Vector3.new(3.78999972, 0.200000003, 0.850000024),
  1989. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1990. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  1991. })
  1992. o156 = Create("Part",{
  1993. ["Parent"] = o136,
  1994. ["Material"] = Enum.Material.Wood,
  1995. ["BrickColor"] = BrickColor.new("Cool yellow"),
  1996. ["Position"] = Vector3.new(149.324478, 6.05241013, 169.16951),
  1997. ["Rotation"] = Vector3.new(-162.784256, 7.55202484, -179.99144),
  1998. ["Anchored"] = true,
  1999. ["CFrame"] = CFrame.new(149.324478, 6.05241013, 169.16951, -0.991325736, 0.000147994142, 0.131426379, 0.0390409157, 0.955191135, 0.293403208, -0.125493988, 0.295988947, -0.946911335),
  2000. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2001. ["Size"] = Vector3.new(2, 16.8899994, 2),
  2002. ["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
  2003. })
  2004. o157 = Create("Part",{
  2005. ["Parent"] = o136,
  2006. ["Material"] = Enum.Material.Slate,
  2007. ["BrickColor"] = BrickColor.new("Black"),
  2008. ["Position"] = Vector3.new(155.992828, 21.4913101, 170.423386),
  2009. ["Rotation"] = Vector3.new(92.1936569, -17.1741734, 7.68688536),
  2010. ["Anchored"] = true,
  2011. ["CFrame"] = CFrame.new(155.992828, 21.4913101, 170.423386, 0.946824908, -0.12779507, -0.295277417, -0.29752937, 0.00153410214, -0.954709709, 0.122460403, 0.991796851, -0.0365703478),
  2012. ["FormFactor"] = Enum.FormFactor.Custom,
  2013. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2014. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2015. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2016. })
  2017. o158 = Create("Part",{
  2018. ["Parent"] = o136,
  2019. ["Material"] = Enum.Material.Slate,
  2020. ["BrickColor"] = BrickColor.new("Black"),
  2021. ["Position"] = Vector3.new(156.542038, 21.2397041, 170.423386),
  2022. ["Rotation"] = Vector3.new(89.9207001, -27.0978317, 7.3072319),
  2023. ["Anchored"] = true,
  2024. ["CFrame"] = CFrame.new(156.542038, 21.2397041, 170.423386, 0.882998586, -0.113228008, -0.455511212, -0.45163551, 0.0593092144, -0.890227497, 0.127814963, 0.991794765, 0.00123215781),
  2025. ["FormFactor"] = Enum.FormFactor.Custom,
  2026. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2027. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2028. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2029. })
  2030. o159 = Create("Part",{
  2031. ["Parent"] = o136,
  2032. ["Material"] = Enum.Material.Slate,
  2033. ["BrickColor"] = BrickColor.new("Black"),
  2034. ["Position"] = Vector3.new(157.351608, 20.6036148, 170.5634),
  2035. ["Rotation"] = Vector3.new(92.919281, -44.1048775, 9.07151318),
  2036. ["Anchored"] = true,
  2037. ["CFrame"] = CFrame.new(157.351608, 20.6036148, 170.5634, 0.709083855, -0.113215268, -0.695973933, -0.694406927, 0.0592979006, -0.717133045, 0.122460403, 0.991796851, -0.0365703478),
  2038. ["FormFactor"] = Enum.FormFactor.Custom,
  2039. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2040. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2041. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2042. })
  2043. o160 = Create("Part",{
  2044. ["Parent"] = o136,
  2045. ["Material"] = Enum.Material.Slate,
  2046. ["BrickColor"] = BrickColor.new("Black"),
  2047. ["Position"] = Vector3.new(157.831604, 16.0235939, 170.733368),
  2048. ["Rotation"] = Vector3.new(-107.587616, -65.0307846, 164.442627),
  2049. ["Anchored"] = true,
  2050. ["CFrame"] = CFrame.new(157.831604, 16.0235939, 170.733368, -0.406661958, -0.113216005, -0.906534731, -0.913540065, 0.0593224354, 0.402395785, 0.00822025072, 0.991796017, -0.127551764),
  2051. ["FormFactor"] = Enum.FormFactor.Custom,
  2052. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2053. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2054. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2055. })
  2056. o161 = Create("Part",{
  2057. ["Parent"] = o136,
  2058. ["Material"] = Enum.Material.Slate,
  2059. ["BrickColor"] = BrickColor.new("Black"),
  2060. ["Position"] = Vector3.new(157.271606, 15.2635927, 170.593353),
  2061. ["Rotation"] = Vector3.new(-100.298042, -46.4113655, 170.550354),
  2062. ["Anchored"] = true,
  2063. ["CFrame"] = CFrame.new(157.271606, 15.2635927, 170.593353, -0.680117905, -0.113198362, -0.72430861, -0.732320845, 0.0593405105, 0.678367257, -0.0338092558, 0.991796851, -0.123256296),
  2064. ["FormFactor"] = Enum.FormFactor.Custom,
  2065. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2066. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2067. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2068. })
  2069. o162 = Create("Part",{
  2070. ["Parent"] = o136,
  2071. ["Material"] = Enum.Material.Slate,
  2072. ["BrickColor"] = BrickColor.new("Black"),
  2073. ["Position"] = Vector3.new(156.471573, 14.7435904, 170.593353),
  2074. ["Rotation"] = Vector3.new(-95.004097, -13.6040792, 173.312119),
  2075. ["Anchored"] = true,
  2076. ["CFrame"] = CFrame.new(156.471573, 14.7435904, 170.593353, -0.96532923, -0.113193206, -0.235211298, -0.242879093, 0.0593448542, 0.968238413, -0.095639579, 0.991797149, -0.0847797245),
  2077. ["FormFactor"] = Enum.FormFactor.Custom,
  2078. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2079. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2080. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2081. })
  2082. o163 = Create("Part",{
  2083. ["Parent"] = o136,
  2084. ["Material"] = Enum.Material.Wood,
  2085. ["BrickColor"] = BrickColor.new("Cool yellow"),
  2086. ["Position"] = Vector3.new(160.700272, 18.4878521, 177.223007),
  2087. ["Rotation"] = Vector3.new(132.126755, 4.84235573, -174.472),
  2088. ["Anchored"] = true,
  2089. ["CFrame"] = CFrame.new(160.700272, 18.4878521, 177.223007, -0.991795301, 0.0959880948, 0.0844144747, 0.00230087596, 0.673683226, -0.739015043, -0.127805218, -0.732758939, -0.668378651),
  2090. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2091. ["Size"] = Vector3.new(2, 13.6999989, 2),
  2092. ["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
  2093. })
  2094. o164 = Create("Part",{
  2095. ["Parent"] = o136,
  2096. ["Material"] = Enum.Material.Slate,
  2097. ["BrickColor"] = BrickColor.new("Black"),
  2098. ["Position"] = Vector3.new(159.843292, 16.6688137, 171.223862),
  2099. ["Rotation"] = Vector3.new(-178.970459, -82.6544113, 91.1095047),
  2100. ["Anchored"] = true,
  2101. ["CFrame"] = CFrame.new(159.843292, 16.6688137, 171.223862, -0.0024754703, -0.12781924, -0.991793036, -0.999994814, 0.00154287938, 0.0022970736, 0.00123668462, 0.991794407, -0.127822593),
  2102. ["FormFactor"] = Enum.FormFactor.Custom,
  2103. ["Size"] = Vector3.new(3.04999971, 0.200000003, 0.850000024),
  2104. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2105. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2106. })
  2107. o165 = Create("Part",{
  2108. ["Parent"] = o136,
  2109. ["Material"] = Enum.Material.Slate,
  2110. ["BrickColor"] = BrickColor.new("Black"),
  2111. ["Position"] = Vector3.new(157.961609, 19.5836029, 170.683411),
  2112. ["Rotation"] = Vector3.new(105.239235, -70.396431, 19.7233467),
  2113. ["Anchored"] = true,
  2114. ["CFrame"] = CFrame.new(157.961609, 19.5836029, 170.683411, 0.315823764, -0.113226481, -0.942036569, -0.944294155, 0.0593096539, -0.32370916, 0.0925244763, 0.991795182, -0.0881878957),
  2115. ["FormFactor"] = Enum.FormFactor.Custom,
  2116. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2117. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2118. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2119. })
  2120. o166 = Create("Part",{
  2121. ["Parent"] = o136,
  2122. ["Material"] = Enum.Material.Slate,
  2123. ["BrickColor"] = BrickColor.new("Black"),
  2124. ["Position"] = Vector3.new(158.221619, 18.3236027, 170.773407),
  2125. ["Rotation"] = Vector3.new(164.74498, -83.3587875, 78.2458267),
  2126. ["Anchored"] = true,
  2127. ["CFrame"] = CFrame.new(158.221619, 18.3236027, 170.773407, 0.0235574227, -0.113215335, -0.993289828, -0.997772634, 0.0593353808, -0.030426763, 0.0623821244, 0.991795182, -0.111565605),
  2128. ["FormFactor"] = Enum.FormFactor.Custom,
  2129. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2130. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2131. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2132. })
  2133. o167 = Create("Part",{
  2134. ["Parent"] = o136,
  2135. ["Material"] = Enum.Material.Slate,
  2136. ["BrickColor"] = BrickColor.new("Black"),
  2137. ["Position"] = Vector3.new(158.131622, 16.9335938, 170.733368),
  2138. ["Rotation"] = Vector3.new(-121.868965, -76.5461121, 150.881332),
  2139. ["Anchored"] = true,
  2140. ["CFrame"] = CFrame.new(158.131622, 16.9335938, 170.733368, -0.203252137, -0.113215417, -0.972557485, -0.978487372, 0.0593234263, 0.197585553, 0.0353257991, 0.991795957, -0.122837722),
  2141. ["FormFactor"] = Enum.FormFactor.Custom,
  2142. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2143. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2144. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2145. })
  2146. o168 = Create("Part",{
  2147. ["Parent"] = o136,
  2148. ["Material"] = Enum.Material.Slate,
  2149. ["BrickColor"] = BrickColor.new("Black"),
  2150. ["Position"] = Vector3.new(161.224396, 14.6824322, 171.399002),
  2151. ["Rotation"] = Vector3.new(-93.2759857, 1.3001684, 173.498276),
  2152. ["Anchored"] = true,
  2153. ["CFrame"] = CFrame.new(161.224396, 14.6824322, 171.399002, -0.993311405, -0.113203861, 0.0226902701, 0.0160364378, 0.0593429916, 0.998107672, -0.114336349, 0.991796017, -0.0571307763),
  2154. ["FormFactor"] = Enum.FormFactor.Custom,
  2155. ["Size"] = Vector3.new(3.78999972, 0.200000003, 0.850000024),
  2156. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2157. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2158. })
  2159. o169 = Create("Part",{
  2160. ["Parent"] = o136,
  2161. ["Material"] = Enum.Material.WoodPlanks,
  2162. ["BrickColor"] = BrickColor.new("Cool yellow"),
  2163. ["Position"] = Vector3.new(162.006958, 18.6409302, 172.087845),
  2164. ["Rotation"] = Vector3.new(-90.0708618, 0.141837731, 172.656372),
  2165. ["Anchored"] = true,
  2166. ["CFrame"] = CFrame.new(162.006958, 18.6409302, 172.087845, -0.991794467, -0.127819434, 0.00247553294, 0.00229710108, 0.00154312816, 0.999995589, -0.127822816, 0.991796076, -0.00123673317),
  2167. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2168. ["Size"] = Vector3.new(37.329998, 1, 10.1700001),
  2169. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2170. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2171. ["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
  2172. })
  2173. o170 = Create("Part",{
  2174. ["Parent"] = o136,
  2175. ["Material"] = Enum.Material.Slate,
  2176. ["BrickColor"] = BrickColor.new("Black"),
  2177. ["Position"] = Vector3.new(164.251617, 15.2635927, 171.793335),
  2178. ["Rotation"] = Vector3.new(-100.298042, -46.4113655, 170.550354),
  2179. ["Anchored"] = true,
  2180. ["CFrame"] = CFrame.new(164.251617, 15.2635927, 171.793335, -0.680117905, -0.113198362, -0.72430861, -0.732320845, 0.0593405105, 0.678367257, -0.0338092558, 0.991796851, -0.123256296),
  2181. ["FormFactor"] = Enum.FormFactor.Custom,
  2182. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2183. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2184. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2185. })
  2186. o171 = Create("Part",{
  2187. ["Parent"] = o136,
  2188. ["Material"] = Enum.Material.Slate,
  2189. ["BrickColor"] = BrickColor.new("Black"),
  2190. ["Position"] = Vector3.new(163.451584, 14.7435904, 171.793335),
  2191. ["Rotation"] = Vector3.new(-95.004097, -13.6040792, 173.312119),
  2192. ["Anchored"] = true,
  2193. ["CFrame"] = CFrame.new(163.451584, 14.7435904, 171.793335, -0.96532923, -0.113193206, -0.235211298, -0.242879093, 0.0593448542, 0.968238413, -0.095639579, 0.991797149, -0.0847797245),
  2194. ["FormFactor"] = Enum.FormFactor.Custom,
  2195. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2196. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2197. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2198. })
  2199. o172 = Create("Part",{
  2200. ["Parent"] = o136,
  2201. ["Material"] = Enum.Material.Slate,
  2202. ["BrickColor"] = BrickColor.new("Black"),
  2203. ["Position"] = Vector3.new(161.124786, 21.6932507, 171.515366),
  2204. ["Rotation"] = Vector3.new(89.9293976, -0.141811118, 7.34318066),
  2205. ["Anchored"] = true,
  2206. ["CFrame"] = CFrame.new(161.124786, 21.6932507, 171.515366, 0.991794288, -0.127811581, -0.00247506821, -0.00229731458, 0.00153840985, -0.999994636, 0.127814963, 0.991794765, 0.00123215781),
  2207. ["FormFactor"] = Enum.FormFactor.Custom,
  2208. ["Size"] = Vector3.new(3.12999964, 0.200000003, 0.850000024),
  2209. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2210. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2211. })
  2212. o173 = Create("Part",{
  2213. ["Parent"] = o136,
  2214. ["Material"] = Enum.Material.Slate,
  2215. ["BrickColor"] = BrickColor.new("Black"),
  2216. ["Position"] = Vector3.new(162.972839, 21.4913101, 171.623367),
  2217. ["Rotation"] = Vector3.new(92.1936569, -17.1741734, 7.68688536),
  2218. ["Anchored"] = true,
  2219. ["CFrame"] = CFrame.new(162.972839, 21.4913101, 171.623367, 0.946824908, -0.12779507, -0.295277417, -0.29752937, 0.00153410214, -0.954709709, 0.122460403, 0.991796851, -0.0365703478),
  2220. ["FormFactor"] = Enum.FormFactor.Custom,
  2221. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2222. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2223. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2224. })
  2225. o174 = Create("Part",{
  2226. ["Parent"] = o136,
  2227. ["Material"] = Enum.Material.Slate,
  2228. ["BrickColor"] = BrickColor.new("Black"),
  2229. ["Position"] = Vector3.new(161.634521, 17.7249413, 171.43631),
  2230. ["Rotation"] = Vector3.new(89.9293976, -0.141811118, 7.34318066),
  2231. ["Anchored"] = true,
  2232. ["CFrame"] = CFrame.new(161.634521, 17.7249413, 171.43631, 0.991794288, -0.127811581, -0.00247506821, -0.00229731458, 0.00153840985, -0.999994636, 0.127814963, 0.991794765, 0.00123215781),
  2233. ["FormFactor"] = Enum.FormFactor.Custom,
  2234. ["Size"] = Vector3.new(2.69999981, 0.200000003, 0.850000024),
  2235. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2236. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2237. })
  2238. o175 = Create("Part",{
  2239. ["Parent"] = o136,
  2240. ["Material"] = Enum.Material.Slate,
  2241. ["BrickColor"] = BrickColor.new("Black"),
  2242. ["Position"] = Vector3.new(167.989746, 14.7988796, 172.287613),
  2243. ["Rotation"] = Vector3.new(93.4556046, -25.6446533, 8.1496439),
  2244. ["Anchored"] = true,
  2245. ["CFrame"] = CFrame.new(167.989746, 14.7988796, 172.287613, 0.892391205, -0.127795041, -0.432788432, -0.436183721, 0.00157369091, -0.899856031, 0.115678199, 0.991798699, -0.0543377697),
  2246. ["FormFactor"] = Enum.FormFactor.Custom,
  2247. ["Size"] = Vector3.new(1.39999986, 0.200000003, 0.850000024),
  2248. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2249. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2250. })
  2251. o176 = Create("Part",{
  2252. ["Parent"] = o136,
  2253. ["Material"] = Enum.Material.Slate,
  2254. ["BrickColor"] = BrickColor.new("Black"),
  2255. ["Position"] = Vector3.new(167.129776, 15.5588808, 172.207626),
  2256. ["Rotation"] = Vector3.new(100.316895, -54.5006065, 12.713273),
  2257. ["Anchored"] = true,
  2258. ["CFrame"] = CFrame.new(167.129776, 15.5588808, 172.207626, 0.566457391, -0.127794579, -0.814121664, -0.820735931, 0.0015672727, -0.571305037, 0.0742856115, 0.991798878, -0.103997774),
  2259. ["FormFactor"] = Enum.FormFactor.Custom,
  2260. ["Size"] = Vector3.new(1.39999986, 0.200000003, 0.850000024),
  2261. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2262. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2263. })
  2264. o177 = Create("Part",{
  2265. ["Parent"] = o136,
  2266. ["Material"] = Enum.Material.Slate,
  2267. ["BrickColor"] = BrickColor.new("Black"),
  2268. ["Position"] = Vector3.new(166.837723, 19.0237198, 172.207397),
  2269. ["Rotation"] = Vector3.new(-174.896866, -82.6276474, 95.1504211),
  2270. ["Anchored"] = true,
  2271. ["CFrame"] = CFrame.new(166.837723, 19.0237198, 172.207397, -0.011518918, -0.127796724, -0.991733193, -0.999933422, 0.0015621772, 0.0114134233, 9.0669957e-005, 0.991798818, -0.127806082),
  2272. ["FormFactor"] = Enum.FormFactor.Custom,
  2273. ["Size"] = Vector3.new(6.25, 0.200000003, 0.850000024),
  2274. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2275. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2276. })
  2277. o178 = Create("Part",{
  2278. ["Parent"] = o136,
  2279. ["Material"] = Enum.Material.Slate,
  2280. ["BrickColor"] = BrickColor.new("Black"),
  2281. ["Position"] = Vector3.new(170.179855, 14.8693275, 172.575027),
  2282. ["Rotation"] = Vector3.new(84.231514, 37.5194588, 9.27347469),
  2283. ["Anchored"] = true,
  2284. ["CFrame"] = CFrame.new(170.179855, 14.8693275, 172.575027, 0.78278029, -0.127813101, 0.609030843, 0.614223778, 0.00154901238, -0.789129674, 0.0999177471, 0.991796434, 0.0797183961),
  2285. ["FormFactor"] = Enum.FormFactor.Custom,
  2286. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2287. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2288. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2289. })
  2290. o179 = Create("Part",{
  2291. ["Parent"] = o136,
  2292. ["Material"] = Enum.Material.Slate,
  2293. ["BrickColor"] = BrickColor.new("Black"),
  2294. ["Position"] = Vector3.new(169.234772, 14.5889912, 172.46698),
  2295. ["Rotation"] = Vector3.new(90.0744934, -1.28044736, 7.34269857),
  2296. ["Anchored"] = true,
  2297. ["CFrame"] = CFrame.new(169.234772, 14.5889912, 172.46698, 0.991551638, -0.127771825, -0.0223461613, -0.0223293304, 0.00156652858, -0.999749124, 0.12777482, 0.99180162, -0.00129975774),
  2298. ["FormFactor"] = Enum.FormFactor.Custom,
  2299. ["Size"] = Vector3.new(1.40999985, 0.200000003, 0.850000024),
  2300. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2301. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2302. })
  2303. o180 = Create("Part",{
  2304. ["Parent"] = o136,
  2305. ["Material"] = Enum.Material.Slate,
  2306. ["BrickColor"] = BrickColor.new("Black"),
  2307. ["Position"] = Vector3.new(164.811615, 16.0235939, 171.93335),
  2308. ["Rotation"] = Vector3.new(-107.587616, -65.0307846, 164.442627),
  2309. ["Anchored"] = true,
  2310. ["CFrame"] = CFrame.new(164.811615, 16.0235939, 171.93335, -0.406661958, -0.113216005, -0.906534731, -0.913540065, 0.0593224354, 0.402395785, 0.00822025072, 0.991796017, -0.127551764),
  2311. ["FormFactor"] = Enum.FormFactor.Custom,
  2312. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2313. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2314. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2315. })
  2316. o181 = Create("Part",{
  2317. ["Parent"] = o136,
  2318. ["Material"] = Enum.Material.Slate,
  2319. ["BrickColor"] = BrickColor.new("Black"),
  2320. ["Position"] = Vector3.new(164.331619, 20.6036148, 171.763382),
  2321. ["Rotation"] = Vector3.new(92.919281, -44.1048775, 9.07151318),
  2322. ["Anchored"] = true,
  2323. ["CFrame"] = CFrame.new(164.331619, 20.6036148, 171.763382, 0.709083855, -0.113215268, -0.695973933, -0.694406927, 0.0592979006, -0.717133045, 0.122460403, 0.991796851, -0.0365703478),
  2324. ["FormFactor"] = Enum.FormFactor.Custom,
  2325. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2326. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2327. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2328. })
  2329. o182 = Create("Part",{
  2330. ["Parent"] = o136,
  2331. ["Material"] = Enum.Material.Slate,
  2332. ["BrickColor"] = BrickColor.new("Black"),
  2333. ["Position"] = Vector3.new(163.522049, 21.2397041, 171.623367),
  2334. ["Rotation"] = Vector3.new(89.9207001, -27.0978317, 7.3072319),
  2335. ["Anchored"] = true,
  2336. ["CFrame"] = CFrame.new(163.522049, 21.2397041, 171.623367, 0.882998586, -0.113228008, -0.455511212, -0.45163551, 0.0593092144, -0.890227497, 0.127814963, 0.991794765, 0.00123215781),
  2337. ["FormFactor"] = Enum.FormFactor.Custom,
  2338. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2339. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2340. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2341. })
  2342. o183 = Create("Part",{
  2343. ["Parent"] = o136,
  2344. ["Material"] = Enum.Material.Slate,
  2345. ["BrickColor"] = BrickColor.new("Black"),
  2346. ["Position"] = Vector3.new(165.111633, 16.9335938, 171.93335),
  2347. ["Rotation"] = Vector3.new(-121.868965, -76.5461121, 150.881332),
  2348. ["Anchored"] = true,
  2349. ["CFrame"] = CFrame.new(165.111633, 16.9335938, 171.93335, -0.203252137, -0.113215417, -0.972557485, -0.978487372, 0.0593234263, 0.197585553, 0.0353257991, 0.991795957, -0.122837722),
  2350. ["FormFactor"] = Enum.FormFactor.Custom,
  2351. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2352. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2353. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2354. })
  2355. o184 = Create("Part",{
  2356. ["Parent"] = o136,
  2357. ["Material"] = Enum.Material.Slate,
  2358. ["BrickColor"] = BrickColor.new("Black"),
  2359. ["Position"] = Vector3.new(164.94162, 19.5836029, 171.883392),
  2360. ["Rotation"] = Vector3.new(105.239235, -70.396431, 19.7233467),
  2361. ["Anchored"] = true,
  2362. ["CFrame"] = CFrame.new(164.94162, 19.5836029, 171.883392, 0.315823764, -0.113226481, -0.942036569, -0.944294155, 0.0593096539, -0.32370916, 0.0925244763, 0.991795182, -0.0881878957),
  2363. ["FormFactor"] = Enum.FormFactor.Custom,
  2364. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2365. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2366. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2367. })
  2368. o185 = Create("Part",{
  2369. ["Parent"] = o136,
  2370. ["Material"] = Enum.Material.Slate,
  2371. ["BrickColor"] = BrickColor.new("Black"),
  2372. ["Position"] = Vector3.new(165.20163, 18.3236027, 171.973389),
  2373. ["Rotation"] = Vector3.new(164.74498, -83.3587875, 78.2458267),
  2374. ["Anchored"] = true,
  2375. ["CFrame"] = CFrame.new(165.20163, 18.3236027, 171.973389, 0.0235574227, -0.113215335, -0.993289828, -0.997772634, 0.0593353808, -0.030426763, 0.0623821244, 0.991795182, -0.111565605),
  2376. ["FormFactor"] = Enum.FormFactor.Custom,
  2377. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2378. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2379. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2380. })
  2381. o186 = Create("Part",{
  2382. ["Parent"] = o136,
  2383. ["Material"] = Enum.Material.Wood,
  2384. ["BrickColor"] = BrickColor.new("Cool yellow"),
  2385. ["Position"] = Vector3.new(146.879745, 6.64999866, 189.151596),
  2386. ["Rotation"] = Vector3.new(-179.999695, 7.38997459, -178.848724),
  2387. ["Anchored"] = true,
  2388. ["CFrame"] = CFrame.new(146.879745, 6.64999866, 189.151596, -0.991493344, 0.019925246, 0.12862207, 0.0200928692, 0.999798119, 5.42471798e-006, -0.128595963, 0.00258979225, -0.991693437),
  2389. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2390. ["Size"] = Vector3.new(2, 15.5199995, 2),
  2391. ["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
  2392. })
  2393. o187 = Create("Part",{
  2394. ["Parent"] = o136,
  2395. ["Material"] = Enum.Material.Slate,
  2396. ["BrickColor"] = BrickColor.new("Black"),
  2397. ["Position"] = Vector3.new(170.819855, 15.51933, 172.575027),
  2398. ["Rotation"] = Vector3.new(77.1646423, 59.7107582, 14.679369),
  2399. ["Anchored"] = true,
  2400. ["CFrame"] = CFrame.new(170.819855, 15.51933, 172.575027, 0.487902105, -0.12781097, 0.863490283, 0.870727539, 0.00154984952, -0.491761982, 0.0615143217, 0.991796613, 0.112044737),
  2401. ["FormFactor"] = Enum.FormFactor.Custom,
  2402. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2403. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2404. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2405. })
  2406. o188 = Create("Part",{
  2407. ["Parent"] = o136,
  2408. ["Material"] = Enum.Material.Wood,
  2409. ["BrickColor"] = BrickColor.new("Cool yellow"),
  2410. ["Position"] = Vector3.new(159.170425, 13.8683252, 191.150055),
  2411. ["Rotation"] = Vector3.new(-0.0891441852, -7.34360695, -0.143002227),
  2412. ["Anchored"] = true,
  2413. ["CFrame"] = CFrame.new(159.170425, 13.8683252, 191.150055, 0.991794109, 0.00247538416, -0.127819479, -0.00229699747, 0.999995828, 0.00154309697, 0.127822772, -0.00123675261, 0.991796374),
  2414. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2415. ["Size"] = Vector3.new(26.6099987, 1.40999997, 38.4399986),
  2416. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2417. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2418. ["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
  2419. })
  2420. o189 = Create("Part",{
  2421. ["Parent"] = o136,
  2422. ["Material"] = Enum.Material.Slate,
  2423. ["BrickColor"] = BrickColor.new("Black"),
  2424. ["Position"] = Vector3.new(171.159866, 16.2093296, 172.645035),
  2425. ["Rotation"] = Vector3.new(53.6159477, 77.7174911, 36.9310265),
  2426. ["Anchored"] = true,
  2427. ["CFrame"] = CFrame.new(171.159866, 16.2093296, 172.645035, 0.170048088, -0.127819777, 0.977110565, 0.985224009, 0.00152565062, -0.171260476, 0.0203997437, 0.99179548, 0.126190558),
  2428. ["FormFactor"] = Enum.FormFactor.Custom,
  2429. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2430. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2431. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2432. })
  2433. o190 = Create("Part",{
  2434. ["Parent"] = o136,
  2435. ["Material"] = Enum.Material.Wood,
  2436. ["BrickColor"] = BrickColor.new("Cool yellow"),
  2437. ["Position"] = Vector3.new(174.476212, 6.09717751, 172.520493),
  2438. ["Rotation"] = Vector3.new(-162.78418, 7.55201483, 173.746384),
  2439. ["Anchored"] = true,
  2440. ["CFrame"] = CFrame.new(174.476212, 6.09717751, 172.520493, -0.985427022, -0.107984938, 0.1314262, -0.0653824285, 0.953750134, 0.293404371, -0.157030985, 0.280535519, -0.946911037),
  2441. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2442. ["Size"] = Vector3.new(2, 15.5199995, 2),
  2443. ["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
  2444. })
  2445. o191 = Create("Part",{
  2446. ["Parent"] = o136,
  2447. ["Material"] = Enum.Material.Wood,
  2448. ["BrickColor"] = BrickColor.new("Cool yellow"),
  2449. ["Position"] = Vector3.new(173.022232, 18.4541664, 178.858383),
  2450. ["Rotation"] = Vector3.new(132.126755, 4.84235573, -174.472),
  2451. ["Anchored"] = true,
  2452. ["CFrame"] = CFrame.new(173.022232, 18.4541664, 178.858383, -0.991795301, 0.0959880948, 0.0844144747, 0.00230087596, 0.673683226, -0.739015043, -0.127805218, -0.732758939, -0.668378651),
  2453. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2454. ["Size"] = Vector3.new(2, 13.7999992, 2),
  2455. ["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
  2456. })
  2457. o192 = Create("Part",{
  2458. ["Parent"] = o136,
  2459. ["Material"] = Enum.Material.Slate,
  2460. ["BrickColor"] = BrickColor.new("Black"),
  2461. ["Position"] = Vector3.new(173.441605, 17.7078953, 172.896011),
  2462. ["Rotation"] = Vector3.new(-110.775352, -69.9617462, 158.104965),
  2463. ["Anchored"] = true,
  2464. ["CFrame"] = CFrame.new(173.441605, 17.7078953, 172.896011, -0.317930788, -0.127775386, -0.939464033, -0.947292089, 0.00156444067, 0.320366383, -0.0394652411, 0.991801441, -0.121538065),
  2465. ["FormFactor"] = Enum.FormFactor.Custom,
  2466. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2467. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2468. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2469. })
  2470. o193 = Create("Part",{
  2471. ["Parent"] = o136,
  2472. ["Material"] = Enum.Material.Slate,
  2473. ["BrickColor"] = BrickColor.new("Black"),
  2474. ["Position"] = Vector3.new(173.43161, 15.2478962, 172.886017),
  2475. ["Rotation"] = Vector3.new(110.723473, -70.0715027, 22.0154705),
  2476. ["Anchored"] = true,
  2477. ["CFrame"] = CFrame.new(173.43161, 15.2478962, 172.886017, 0.315991431, -0.127768084, -0.94011873, -0.94782263, 0.00155254896, -0.318792969, 0.0421912074, 0.991801739, -0.120611101),
  2478. ["FormFactor"] = Enum.FormFactor.Custom,
  2479. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2480. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2481. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2482. })
  2483. o194 = Create("Part",{
  2484. ["Parent"] = o136,
  2485. ["Material"] = Enum.Material.Slate,
  2486. ["BrickColor"] = BrickColor.new("Black"),
  2487. ["Position"] = Vector3.new(173.251602, 16.4678936, 172.886017),
  2488. ["Rotation"] = Vector3.new(-174.013504, -82.6176758, 96.0270004),
  2489. ["Anchored"] = true,
  2490. ["CFrame"] = CFrame.new(173.251602, 16.4678936, 172.886017, -0.0134903323, -0.127772644, -0.991710842, -0.999908686, 0.00155921362, 0.0134000387, -0.000165877573, 0.991801262, -0.127782226),
  2491. ["FormFactor"] = Enum.FormFactor.Custom,
  2492. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2493. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2494. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2495. })
  2496. o195 = Create("Part",{
  2497. ["Parent"] = o136,
  2498. ["Material"] = Enum.Material.Slate,
  2499. ["BrickColor"] = BrickColor.new("Black"),
  2500. ["Position"] = Vector3.new(171.240646, 19.4323082, 172.640961),
  2501. ["Rotation"] = Vector3.new(1.02954125, 82.6549301, 88.8902817),
  2502. ["Anchored"] = true,
  2503. ["CFrame"] = CFrame.new(171.240646, 19.4323082, 172.640961, 0.00247595529, -0.127819464, 0.991794169, 0.999996006, 0.00154682342, -0.00229708059, -0.00124051934, 0.991795897, 0.127822816),
  2504. ["FormFactor"] = Enum.FormFactor.Custom,
  2505. ["Size"] = Vector3.new(5.46999979, 0.200000003, 0.850000024),
  2506. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2507. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2508. })
  2509. o196 = Create("Part",{
  2510. ["Parent"] = o136,
  2511. ["Material"] = Enum.Material.Slate,
  2512. ["BrickColor"] = BrickColor.new("Black"),
  2513. ["Position"] = Vector3.new(174.584854, 19.4383526, 173.052017),
  2514. ["Rotation"] = Vector3.new(98.0279617, -47.6023865, 10.9301214),
  2515. ["Anchored"] = true,
  2516. ["CFrame"] = CFrame.new(174.584854, 19.4383526, 173.052017, 0.662039697, -0.127849743, -0.738483429, -0.744461238, 0.00152975437, -0.667663932, 0.0864902958, 0.99179256, -0.0941663682),
  2517. ["FormFactor"] = Enum.FormFactor.Custom,
  2518. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2519. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2520. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2521. })
  2522. o197 = Create("Part",{
  2523. ["Parent"] = o136,
  2524. ["Material"] = Enum.Material.Slate,
  2525. ["BrickColor"] = BrickColor.new("Black"),
  2526. ["Position"] = Vector3.new(174.011612, 18.4978924, 172.945999),
  2527. ["Rotation"] = Vector3.new(-94.6894302, -31.8977146, 171.343033),
  2528. ["Anchored"] = true,
  2529. ["CFrame"] = CFrame.new(174.011612, 18.4978924, 172.945999, -0.839320302, -0.127789065, -0.528404474, -0.532941401, 0.00155479903, 0.846150577, -0.107307188, 0.99180007, -0.0694090426),
  2530. ["FormFactor"] = Enum.FormFactor.Custom,
  2531. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2532. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2533. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2534. })
  2535. o198 = Create("Part",{
  2536. ["Parent"] = o136,
  2537. ["Material"] = Enum.Material.Slate,
  2538. ["BrickColor"] = BrickColor.new("Black"),
  2539. ["Position"] = Vector3.new(174.084839, 20.3383579, 173.002029),
  2540. ["Rotation"] = Vector3.new(114.594635, -72.8459625, 25.6859779),
  2541. ["Anchored"] = true,
  2542. ["CFrame"] = CFrame.new(174.084839, 20.3383579, 173.002029, 0.265796542, -0.127839133, -0.955515265, -0.963366807, 0.00151371583, -0.268183321, 0.03573066, 0.991793811, -0.122753531),
  2543. ["FormFactor"] = Enum.FormFactor.Custom,
  2544. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2545. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2546. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2547. })
  2548. o199 = Create("Part",{
  2549. ["Parent"] = o136,
  2550. ["Material"] = Enum.Material.Slate,
  2551. ["BrickColor"] = BrickColor.new("Black"),
  2552. ["Position"] = Vector3.new(174.084839, 21.478363, 173.042038),
  2553. ["Rotation"] = Vector3.new(-117.033997, -74.1226807, 152.142853),
  2554. ["Anchored"] = true,
  2555. ["CFrame"] = CFrame.new(174.084839, 21.478363, 173.042038, -0.241875365, -0.127834916, -0.961849689, -0.969853044, 0.00151225075, 0.24368678, -0.0296971314, 0.991794169, -0.124346823),
  2556. ["FormFactor"] = Enum.FormFactor.Custom,
  2557. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2558. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2559. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2560. })
  2561. o200 = Create("Part",{
  2562. ["Parent"] = o136,
  2563. ["Material"] = Enum.Material.Slate,
  2564. ["BrickColor"] = BrickColor.new("Black"),
  2565. ["Position"] = Vector3.new(175.54834, 14.6322489, 173.182983),
  2566. ["Rotation"] = Vector3.new(89.9382553, -0.209301338, 7.34016085),
  2567. ["Anchored"] = true,
  2568. ["CFrame"] = CFrame.new(175.54834, 14.6322489, 173.182983, 0.991797984, -0.12775892, -0.0036529894, -0.00348438276, 0.00153549213, -0.999992371, 0.127763748, 0.991802931, 0.00107766723),
  2569. ["FormFactor"] = Enum.FormFactor.Custom,
  2570. ["Size"] = Vector3.new(4.67999983, 0.200000003, 0.850000024),
  2571. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2572. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2573. })
  2574. o201 = Create("Part",{
  2575. ["Parent"] = o136,
  2576. ["Material"] = Enum.Material.Slate,
  2577. ["BrickColor"] = BrickColor.new("Black"),
  2578. ["Position"] = Vector3.new(174.54483, 22.418375, 173.13208),
  2579. ["Rotation"] = Vector3.new(-97.4693832, -44.9054489, 169.602798),
  2580. ["Anchored"] = true,
  2581. ["CFrame"] = CFrame.new(174.54483, 22.418375, 173.13208, -0.696643233, -0.127822921, -0.705938935, -0.711916447, 0.00154113898, 0.7022627, -0.0886773393, 0.991795778, -0.0920728743),
  2582. ["FormFactor"] = Enum.FormFactor.Custom,
  2583. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2584. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2585. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2586. })
  2587. o202 = Create("Part",{
  2588. ["Parent"] = o136,
  2589. ["Material"] = Enum.Material.Slate,
  2590. ["BrickColor"] = BrickColor.new("Black"),
  2591. ["Position"] = Vector3.new(175.161652, 18.9778957, 173.095947),
  2592. ["Rotation"] = Vector3.new(-91.4672394, -10.5695419, 172.529755),
  2593. ["Anchored"] = true,
  2594. ["CFrame"] = CFrame.new(175.161652, 18.9778957, 173.095947, -0.974689484, -0.12780562, -0.183428794, -0.18514134, 0.00154792634, 0.982710481, -0.125311971, 0.991797924, -0.0251708552),
  2595. ["FormFactor"] = Enum.FormFactor.Custom,
  2596. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2597. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2598. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2599. })
  2600. o203 = Create("Part",{
  2601. ["Parent"] = o136,
  2602. ["Material"] = Enum.Material.Wood,
  2603. ["BrickColor"] = BrickColor.new("Cool yellow"),
  2604. ["Position"] = Vector3.new(171.374603, 6.64999866, 192.328552),
  2605. ["Rotation"] = Vector3.new(-180, 7.38996935, 180),
  2606. ["Anchored"] = true,
  2607. ["CFrame"] = CFrame.new(171.374603, 6.64999866, 192.328552, -0.991693676, -7.4860985e-008, 0.128621981, -5.43096981e-008, 1.00000012, 1.29764164e-008, -0.12862201, 3.38608857e-008, -0.991693437),
  2608. ["FormFactor"] = Enum.FormFactor.Symmetric,
  2609. ["Size"] = Vector3.new(2, 15.5199995, 2),
  2610. ["Color"] = Color3.new(0.992157, 0.917647, 0.552941),
  2611. })
  2612. o204 = Create("Part",{
  2613. ["Parent"] = o136,
  2614. ["Material"] = Enum.Material.Slate,
  2615. ["BrickColor"] = BrickColor.new("Black"),
  2616. ["Position"] = Vector3.new(175.024841, 22.7883644, 173.202072),
  2617. ["Rotation"] = Vector3.new(-93.1688766, -22.6286793, 172.040237),
  2618. ["Anchored"] = true,
  2619. ["CFrame"] = CFrame.new(175.024841, 22.7883644, 173.202072, -0.914125085, -0.127817348, -0.3847574, -0.388122618, 0.00154763507, 0.921606302, -0.11720182, 0.991796613, -0.0510235503),
  2620. ["FormFactor"] = Enum.FormFactor.Custom,
  2621. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2622. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2623. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2624. })
  2625. o205 = Create("Part",{
  2626. ["Parent"] = o136,
  2627. ["Material"] = Enum.Material.Slate,
  2628. ["BrickColor"] = BrickColor.new("Black"),
  2629. ["Position"] = Vector3.new(176.331696, 19.0778961, 173.27594),
  2630. ["Rotation"] = Vector3.new(-90.0708694, 0.141834423, 172.656158),
  2631. ["Anchored"] = true,
  2632. ["CFrame"] = CFrame.new(176.331696, 19.0778961, 173.27594, -0.991793871, -0.127823129, 0.00247547519, 0.00229707547, 0.00154307357, 0.999996185, -0.127826452, 0.991795778, -0.00123679161),
  2633. ["FormFactor"] = Enum.FormFactor.Custom,
  2634. ["Size"] = Vector3.new(1.43999982, 0.200000003, 0.850000024),
  2635. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  2636. ["Color"] = Color3.new(0.105882, 0.164706, 0.207843),
  2637. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement