StrikerAndDai

Untitled

Jul 16th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 448.67 KB | None | 0 0
  1. --Created with navaltom02 compiler
  2. --navaltom02 is not responsible for damages caused to your game
  3. --This plugin does not remove things
  4. --navaltom02 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
  8. --If you use this plugin to create your own, please give me credit
  9. --Errors: Camera,Terrain
  10. local mess_handle=Instance.new("Message",workspace)
  11. mess_handle.Text = "Inserting map, please wait...Sanctum created by navaltom02"
  12. wait(0.5)
  13. for i,w in pairs(workspace:GetChildren()) do
  14. if w.className~="Terrain" then
  15. if (w~=mess_handle)and(w~=script) then
  16. ypcall(function() w:Destroy() end)
  17. end
  18. end
  19. end
  20.  
  21. local Create = function(itemClass,tabl)
  22. local item = Instance.new(itemClass)
  23. for i,v in pairs(tabl) do
  24. local a,b = ypcall(function() return item[i] end)
  25. if a then
  26. item[i] = tabl[i]
  27. end
  28. end
  29. return item
  30. end
  31.  
  32. local runDummyScript = function(f,scri)
  33. local oldenv = getfenv(f)
  34. local newenv = setmetatable({}, {
  35. __index = function(_, k)
  36. if k:lower() == 'script' then
  37. return scri
  38. else
  39. return oldenv[k]
  40. end
  41. end
  42. })
  43. setfenv(f, newenv)
  44. ypcall(function() f() end)
  45. end
  46. cors = {}
  47. mas = Instance.new("Model",game:GetService("Lighting"))
  48. mas.Name = "CompiledModel"
  49. o3 = Create("Model",{
  50. ["Parent"] = mas,
  51. })
  52. o4 = Create("SpawnLocation",{
  53. ["Parent"] = o3,
  54. ["Material"] = Enum.Material.Slate,
  55. ["BrickColor"] = BrickColor.new("Light blue"),
  56. ["Transparency"] = 1,
  57. ["Position"] = Vector3.new(-110.104279, 25.4620571, 92.3240128),
  58. ["Rotation"] = Vector3.new(-23.3558102, 9.83125782, -6.9079237),
  59. ["Anchored"] = true,
  60. ["CFrame"] = CFrame.new(-110.104279, 25.4620571, 92.3240128, 0.978162169, 0.118507884, 0.170747072, -0.177618504, 0.903254628, 0.390618145, -0.10793674, -0.412415773, 0.904578805),
  61. ["Size"] = Vector3.new(6, 1, 6),
  62. ["TopSurface"] = Enum.SurfaceType.Smooth,
  63. ["Color"] = Color3.new(0.705882, 0.823529, 0.894118),
  64. })
  65. o5 = Create("SpawnLocation",{
  66. ["Parent"] = o3,
  67. ["Material"] = Enum.Material.Slate,
  68. ["BrickColor"] = BrickColor.new("Light blue"),
  69. ["Transparency"] = 1,
  70. ["Position"] = Vector3.new(52.0149841, 46.2850037, -208.040009),
  71. ["Rotation"] = Vector3.new(2.33753497e-007, -3.41509462e-006, 4.37571089e-007),
  72. ["Anchored"] = true,
  73. ["CFrame"] = CFrame.new(52.0149841, 46.2850037, -208.040009, 1, -7.63705632e-009, -5.96046448e-008, -1.92914111e-008, 1, -4.07976808e-009, 1.1920929e-007, -2.64916764e-008, 1),
  74. ["Size"] = Vector3.new(6, 1, 6),
  75. ["TopSurface"] = Enum.SurfaceType.Smooth,
  76. ["Color"] = Color3.new(0.705882, 0.823529, 0.894118),
  77. })
  78. o6 = Create("SpawnLocation",{
  79. ["Parent"] = o3,
  80. ["Material"] = Enum.Material.Slate,
  81. ["BrickColor"] = BrickColor.new("Light blue"),
  82. ["Transparency"] = 1,
  83. ["Position"] = Vector3.new(52.6442299, 31.8524799, 44.2514381),
  84. ["Rotation"] = Vector3.new(-3.91543031, -24.6027355, 17.2674103),
  85. ["Anchored"] = true,
  86. ["CFrame"] = CFrame.new(52.6442299, 31.8524799, 44.2514381, 0.868237674, -0.269884259, -0.416324198, 0.323285937, 0.944262505, 0.0620848909, 0.376363575, -0.188496202, 0.907094002),
  87. ["Size"] = Vector3.new(6, 1, 6),
  88. ["TopSurface"] = Enum.SurfaceType.Smooth,
  89. ["Color"] = Color3.new(0.705882, 0.823529, 0.894118),
  90. })
  91. o7 = Create("SpawnLocation",{
  92. ["Parent"] = o3,
  93. ["Material"] = Enum.Material.Slate,
  94. ["BrickColor"] = BrickColor.new("Light blue"),
  95. ["Transparency"] = 1,
  96. ["Position"] = Vector3.new(76.7069321, 30.240284, -104.0187),
  97. ["Rotation"] = Vector3.new(12.7390661, -32.6517487, 6.95425129),
  98. ["Anchored"] = true,
  99. ["CFrame"] = CFrame.new(76.7069321, 30.240284, -104.0187, 0.835771263, -0.10194248, -0.539531469, -1.08405948e-006, 0.982613504, -0.18566291, 0.549077868, 0.155172274, 0.821240008),
  100. ["Size"] = Vector3.new(6, 1, 6),
  101. ["TopSurface"] = Enum.SurfaceType.Smooth,
  102. ["Color"] = Color3.new(0.705882, 0.823529, 0.894118),
  103. })
  104. o8 = Create("SpawnLocation",{
  105. ["Parent"] = o3,
  106. ["Material"] = Enum.Material.Slate,
  107. ["BrickColor"] = BrickColor.new("Light blue"),
  108. ["Transparency"] = 1,
  109. ["Position"] = Vector3.new(51.1665535, 56.4100037, 162.288818),
  110. ["Rotation"] = Vector3.new(-6.31134526e-006, 3.41509462e-006, -2.2436675e-006),
  111. ["Anchored"] = true,
  112. ["CFrame"] = CFrame.new(51.1665535, 56.4100037, 162.288818, 1, 3.91593851e-008, 5.96046448e-008, -6.48173781e-008, 1, 1.10153749e-007, -2.98023224e-008, -1.38185158e-007, 0.99999994),
  113. ["Size"] = Vector3.new(6, 1, 6),
  114. ["TopSurface"] = Enum.SurfaceType.Smooth,
  115. ["Color"] = Color3.new(0.705882, 0.823529, 0.894118),
  116. })
  117. o9 = Create("Model",{
  118. ["Name"] = ".",
  119. ["Parent"] = o3,
  120. })
  121. o10 = Create("Model",{
  122. ["Name"] = "Map",
  123. ["Parent"] = o3,
  124. })
  125. o11 = Create("Part",{
  126. ["Name"] = "Force Field Button",
  127. ["Parent"] = o10,
  128. ["BrickColor"] = BrickColor.new("Nougat"),
  129. ["Transparency"] = 1,
  130. ["Position"] = Vector3.new(13994.0742, 333.390015, -4069.00293),
  131. ["Rotation"] = Vector3.new(-180, 0, -180),
  132. ["Anchored"] = true,
  133. ["CFrame"] = CFrame.new(13994.0742, 333.390015, -4069.00293, -1, 0, 0, 0, 1, 0, 0, 0, -1),
  134. ["CanCollide"] = false,
  135. ["FormFactor"] = Enum.FormFactor.Plate,
  136. ["Size"] = Vector3.new(20, 1, 20),
  137. ["TopSurface"] = Enum.SurfaceType.Smooth,
  138. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  139. })
  140. o12 = Create("Script",{
  141. ["Name"] = "force field giver",
  142. ["Parent"] = o11,
  143. })
  144. table.insert(cors,coroutine.create(function()
  145. wait()
  146. runDummyScript(function()
  147. local debounce = false
  148. function onTouched(part)
  149. local h = part.Parent:findFirstChild("Humanoid")
  150. if h~=nil and debounce == false then
  151. debounce = true
  152. Field = Instance.new("ForceField")
  153. Field.Parent = part.Parent
  154. wait(4)
  155. debounce = false
  156. end
  157. end
  158.  
  159. if (script.Parent ~= nil) and (script.Parent.className == "Part") then
  160. connection = script.Parent.Touched:connect(onTouched)
  161. end
  162.  
  163. end,o12)
  164. end))
  165. o13 = Create("PointLight",{
  166. ["Parent"] = o11,
  167. ["Color"] = Color3.new(0, 0.666667, 1),
  168. ["Range"] = 50,
  169. })
  170. o14 = Create("Part",{
  171. ["Parent"] = o10,
  172. ["Material"] = Enum.Material.Grass,
  173. ["BrickColor"] = BrickColor.new("Sea green"),
  174. ["Position"] = Vector3.new(22.166544, 22.3699951, 140.893829),
  175. ["Rotation"] = Vector3.new(-0.00247285888, 90, 0),
  176. ["Anchored"] = true,
  177. ["CFrame"] = CFrame.new(22.166544, 22.3699951, 140.893829, 0.000140138043, 1.86660731e-009, 1, -4.3159529e-005, 1, 4.18168433e-009, -1, -4.3159529e-005, 0.000140138043),
  178. ["Size"] = Vector3.new(124.789993, 67.0800018, 166),
  179. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  180. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  181. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  182. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  183. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  184. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  185. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  186. })
  187. o15 = Create("Part",{
  188. ["Parent"] = o10,
  189. ["Material"] = Enum.Material.Grass,
  190. ["BrickColor"] = BrickColor.new("Sea green"),
  191. ["Position"] = Vector3.new(84.4440002, 2.45187187, 30.9665451),
  192. ["Rotation"] = Vector3.new(-3.91918445, -24.6045227, 17.2607365),
  193. ["Anchored"] = true,
  194. ["CFrame"] = CFrame.new(84.4440002, 2.45187187, 30.9665451, 0.868251204, -0.269777566, -0.41635254, 0.32320407, 0.944284379, 0.0621431693, 0.376388758, -0.188527703, 0.907073021),
  195. ["Size"] = Vector3.new(86.2099991, 66.6800003, 190.22998),
  196. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  197. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  198. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  199. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  200. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  201. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  202. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  203. })
  204. o16 = Create("Part",{
  205. ["Parent"] = o10,
  206. ["Material"] = Enum.Material.Granite,
  207. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  208. ["Position"] = Vector3.new(13994, 360.529938, -4096.5),
  209. ["Rotation"] = Vector3.new(0, 90, 0),
  210. ["Anchored"] = true,
  211. ["CFrame"] = CFrame.new(13994, 360.529938, -4096.5, 0, 0, 1, 0, 1, -0, -1, 0, 0),
  212. ["Size"] = Vector3.new(1, 57, 54),
  213. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  214. })
  215. o17 = Create("Part",{
  216. ["Parent"] = o10,
  217. ["Material"] = Enum.Material.Grass,
  218. ["BrickColor"] = BrickColor.new("Sea green"),
  219. ["Position"] = Vector3.new(173, 11.4000006, -164.5),
  220. ["Rotation"] = Vector3.new(0, 90, 0),
  221. ["Anchored"] = true,
  222. ["CFrame"] = CFrame.new(173, 11.4000006, -164.5, 0, 0, 1, 0, 1, -0, -1, 0, 0),
  223. ["Size"] = Vector3.new(180.919998, 22.7700043, 164.029984),
  224. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  225. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  226. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  227. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  228. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  229. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  230. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  231. })
  232. o18 = Create("Part",{
  233. ["Parent"] = o10,
  234. ["Material"] = Enum.Material.Grass,
  235. ["BrickColor"] = BrickColor.new("Sea green"),
  236. ["Position"] = Vector3.new(97.4193726, 4.68440628, -82.8430634),
  237. ["Rotation"] = Vector3.new(-32.9573631, 65.2484894, 30.483511),
  238. ["Anchored"] = true,
  239. ["CFrame"] = CFrame.new(97.4193726, 4.68440628, -82.8430634, 0.360811353, -0.212394282, 0.908132136, -9.40887112e-005, 0.973715007, 0.22777018, -0.932638943, -0.0822675005, 0.351307392),
  240. ["Size"] = Vector3.new(67.5699997, 38.3600006, 91.5099945),
  241. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  242. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  243. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  244. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  245. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  246. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  247. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  248. })
  249. o19 = Create("Part",{
  250. ["Parent"] = o10,
  251. ["Material"] = Enum.Material.Grass,
  252. ["BrickColor"] = BrickColor.new("Sea green"),
  253. ["Position"] = Vector3.new(55.5000076, 23.3999996, 190),
  254. ["Rotation"] = Vector3.new(0, 90, 0),
  255. ["Anchored"] = true,
  256. ["CFrame"] = CFrame.new(55.5000076, 23.3999996, 190, 0, 0, 1, 0, 1, -0, -1, 0, 0),
  257. ["Size"] = Vector3.new(130.919983, 50.7700043, 399.029968),
  258. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  259. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  260. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  261. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  262. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  263. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  264. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  265. })
  266. o20 = Create("Part",{
  267. ["Parent"] = o10,
  268. ["Material"] = Enum.Material.Grass,
  269. ["BrickColor"] = BrickColor.new("Sea green"),
  270. ["Position"] = Vector3.new(70, 22.8999996, -205.5),
  271. ["Rotation"] = Vector3.new(0, 90, 0),
  272. ["Anchored"] = true,
  273. ["CFrame"] = CFrame.new(70, 22.8999996, -205.5, 0, 0, 1, 0, 1, -0, -1, 0, 0),
  274. ["Size"] = Vector3.new(98.9199982, 45.7700043, 170.029984),
  275. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  276. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  277. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  278. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  279. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  280. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  281. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  282. })
  283. o21 = Create("Part",{
  284. ["Parent"] = o10,
  285. ["Material"] = Enum.Material.Grass,
  286. ["BrickColor"] = BrickColor.new("Sea green"),
  287. ["Position"] = Vector3.new(175.5, 9.39999962, -31.0000076),
  288. ["Rotation"] = Vector3.new(0, 90, 0),
  289. ["Anchored"] = true,
  290. ["CFrame"] = CFrame.new(175.5, 9.39999962, -31.0000076, 0, 0, 1, 0, 1, -0, -1, 0, 0),
  291. ["Size"] = Vector3.new(318.919983, 18.7700043, 159.029984),
  292. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  293. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  294. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  295. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  296. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  297. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  298. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  299. })
  300. o22 = Create("Part",{
  301. ["Parent"] = o10,
  302. ["Material"] = Enum.Material.Grass,
  303. ["BrickColor"] = BrickColor.new("Sea green"),
  304. ["Position"] = Vector3.new(130.093124, -3.17029166, -41.3848724),
  305. ["Rotation"] = Vector3.new(18.9589291, -0.00425606174, 19.3785553),
  306. ["Anchored"] = true,
  307. ["CFrame"] = CFrame.new(130.093124, -3.17029166, -41.3848724, 0.943345308, -0.331807494, -7.42822886e-005, 0.313783646, 0.892177045, -0.324889749, 0.107870407, 0.306459337, 0.945750117),
  308. ["Size"] = Vector3.new(44.2199974, 29.9500008, 37.1100006),
  309. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  310. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  311. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  312. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  313. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  314. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  315. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  316. })
  317. o23 = Create("Part",{
  318. ["Parent"] = o10,
  319. ["Material"] = Enum.Material.Granite,
  320. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  321. ["Position"] = Vector3.new(14021.5, 360.529938, -4068.99976),
  322. ["Anchored"] = true,
  323. ["CFrame"] = CFrame.new(14021.5, 360.529938, -4068.99976, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  324. ["Size"] = Vector3.new(1, 57, 56),
  325. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  326. })
  327. o24 = Create("Part",{
  328. ["Parent"] = o10,
  329. ["Material"] = Enum.Material.Granite,
  330. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  331. ["Position"] = Vector3.new(13994, 408.529938, -4068.99976),
  332. ["Anchored"] = true,
  333. ["CFrame"] = CFrame.new(13994, 408.529938, -4068.99976, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  334. ["Size"] = Vector3.new(56, 39, 56),
  335. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  336. })
  337. o25 = Create("Part",{
  338. ["Parent"] = o10,
  339. ["Material"] = Enum.Material.Granite,
  340. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  341. ["Position"] = Vector3.new(13994, 360.5, -4041.5),
  342. ["Rotation"] = Vector3.new(0, 90, 0),
  343. ["Anchored"] = true,
  344. ["CFrame"] = CFrame.new(13994, 360.5, -4041.5, 0, 0, 1, 0, 1, -0, -1, 0, 0),
  345. ["Size"] = Vector3.new(1, 57, 54),
  346. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  347. })
  348. o26 = Create("Part",{
  349. ["Parent"] = o10,
  350. ["Material"] = Enum.Material.Grass,
  351. ["BrickColor"] = BrickColor.new("Sea green"),
  352. ["Position"] = Vector3.new(-124.360909, 2.45499516, -45.8285255),
  353. ["Rotation"] = Vector3.new(-179.998703, 56.2740288, -179.998703),
  354. ["Anchored"] = true,
  355. ["CFrame"] = CFrame.new(-124.360909, 2.45499516, -45.8285255, -0.555221438, 1.25175911e-005, 0.83170253, 4.13007692e-005, 1, 1.25206807e-005, -0.83170253, 4.13017042e-005, -0.555221438),
  356. ["Size"] = Vector3.new(71.0799942, 61.0300026, 97.859993),
  357. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  358. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  359. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  360. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  361. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  362. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  363. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  364. })
  365. o27 = Create("Part",{
  366. ["Parent"] = o10,
  367. ["Material"] = Enum.Material.Grass,
  368. ["BrickColor"] = BrickColor.new("Sea green"),
  369. ["Position"] = Vector3.new(-97.3836517, -2.44325018, 105.798042),
  370. ["Rotation"] = Vector3.new(121.288177, 78.0080414, -145.242645),
  371. ["Anchored"] = true,
  372. ["CFrame"] = CFrame.new(-97.3836517, -2.44325018, 105.798042, -0.170701876, 0.118452527, 0.978176773, -0.390688866, 0.90323633, -0.177556798, -0.904556811, -0.412472099, -0.107906058),
  373. ["Size"] = Vector3.new(71.0799942, 57.5100021, 104.110001),
  374. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  375. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  376. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  377. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  378. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  379. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  380. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  381. })
  382. o28 = Create("Part",{
  383. ["Parent"] = o10,
  384. ["Material"] = Enum.Material.Grass,
  385. ["BrickColor"] = BrickColor.new("Sea green"),
  386. ["Position"] = Vector3.new(-131.101181, -0.479993463, -110.68412),
  387. ["Rotation"] = Vector3.new(-0.00129595154, 55.145359, -0.00129583094),
  388. ["Anchored"] = true,
  389. ["CFrame"] = CFrame.new(-131.101181, -0.479993463, -110.68412, 0.571496487, 1.29252594e-005, 0.820604563, -4.11774636e-005, 1, 1.29264617e-005, -0.820604563, -4.11778383e-005, 0.571496487),
  390. ["Size"] = Vector3.new(71.0799942, 33.2800064, 58.3399925),
  391. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  392. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  393. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  394. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  395. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  396. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  397. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  398. })
  399. o29 = Create("Part",{
  400. ["Parent"] = o10,
  401. ["Material"] = Enum.Material.Grass,
  402. ["BrickColor"] = BrickColor.new("Sea green"),
  403. ["Position"] = Vector3.new(98.5605392, -8.60000801, 110.224617),
  404. ["Rotation"] = Vector3.new(-0.00436290959, -57.075779, -0.00436288724),
  405. ["Anchored"] = true,
  406. ["CFrame"] = CFrame.new(98.5605392, -8.60000801, 110.224617, 0.543529451, 4.13880007e-005, -0.839390159, -1.22295951e-005, 1, 4.13882117e-005, 0.839390159, -1.22303118e-005, 0.543529451),
  407. ["Size"] = Vector3.new(166.12999, 73.7599945, 187.300003),
  408. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  409. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  410. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  411. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  412. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  413. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  414. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  415. })
  416. o30 = Create("Part",{
  417. ["Parent"] = o10,
  418. ["Material"] = Enum.Material.Grass,
  419. ["BrickColor"] = BrickColor.new("Sea green"),
  420. ["Position"] = Vector3.new(59.3893433, 5.09920979, -142.340195),
  421. ["Rotation"] = Vector3.new(0.00454693707, 56.6889763, 10.6916962),
  422. ["Anchored"] = true,
  423. ["CFrame"] = CFrame.new(59.3893433, 5.09920979, -142.340195, 0.539649785, -0.101886883, 0.835701704, 0.185589358, 0.982627451, -4.35826914e-005, -0.821178854, 0.155120865, 0.549183846),
  424. ["Size"] = Vector3.new(88.9199982, 56.7700043, 169.029984),
  425. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  426. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  427. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  428. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  429. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  430. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  431. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  432. })
  433. o31 = Create("Part",{
  434. ["Parent"] = o10,
  435. ["Material"] = Enum.Material.Grass,
  436. ["BrickColor"] = BrickColor.new("Sea green"),
  437. ["Position"] = Vector3.new(168.859711, -6.60043001, 65.5189362),
  438. ["Rotation"] = Vector3.new(16.450695, 29.6877899, 0.82822603),
  439. ["Anchored"] = true,
  440. ["CFrame"] = CFrame.new(168.859711, -6.60043001, 65.5189362, 0.868646264, -0.012557392, 0.49527356, 0.154104978, 0.95693624, -0.246017784, -0.470855862, 0.290026575, 0.833174288),
  441. ["Size"] = Vector3.new(88.5500031, 93.0999985, 200.009979),
  442. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  443. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  444. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  445. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  446. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  447. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  448. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  449. })
  450. o32 = Create("Part",{
  451. ["Parent"] = o10,
  452. ["Material"] = Enum.Material.Granite,
  453. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  454. ["Position"] = Vector3.new(13994, 331.529938, -4068.99976),
  455. ["Anchored"] = true,
  456. ["CFrame"] = CFrame.new(13994, 331.529938, -4068.99976, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  457. ["Size"] = Vector3.new(56, 1, 56),
  458. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  459. })
  460. o33 = Create("Part",{
  461. ["Parent"] = o10,
  462. ["Material"] = Enum.Material.Granite,
  463. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  464. ["Position"] = Vector3.new(13966.5, 360.529938, -4068.99976),
  465. ["Anchored"] = true,
  466. ["CFrame"] = CFrame.new(13966.5, 360.529938, -4068.99976, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  467. ["Size"] = Vector3.new(1, 57, 56),
  468. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  469. })
  470. o34 = Create("Part",{
  471. ["Name"] = "Shard",
  472. ["Parent"] = o10,
  473. ["Material"] = Enum.Material.Foil,
  474. ["BrickColor"] = BrickColor.new("Institutional white"),
  475. ["Position"] = Vector3.new(0, 112.790001, 0),
  476. ["Rotation"] = Vector3.new(-0.00127256988, 62.6568298, -0.00127236766),
  477. ["Anchored"] = true,
  478. ["CFrame"] = CFrame.new(0, 112.790001, 0, 0.459319204, 1.0200104e-005, 0.888271391, -4.19359894e-005, 1, 1.02017248e-005, -0.888271391, -4.19363787e-005, 0.459319204),
  479. ["CanCollide"] = false,
  480. ["FormFactor"] = Enum.FormFactor.Symmetric,
  481. ["Size"] = Vector3.new(1, 2, 1),
  482. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  483. })
  484. o35 = Create("SpecialMesh",{
  485. ["Parent"] = o34,
  486. ["MeshId"] = "http://www.roblox.com/Asset/?id=9756362",
  487. ["Scale"] = Vector3.new(15, 15, 15),
  488. ["MeshType"] = Enum.MeshType.FileMesh,
  489. })
  490. o36 = Create("Script",{
  491. ["Name"] = "rotate",
  492. ["Parent"] = o34,
  493. })
  494. table.insert(cors,coroutine.create(function()
  495. wait()
  496. runDummyScript(function()
  497. while true do
  498. script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(0,0.1,0)
  499. wait(0.02)
  500. end
  501.  
  502. end,o36)
  503. end))
  504. o37 = Create("Part",{
  505. ["Name"] = "sphere3",
  506. ["Parent"] = o10,
  507. ["Material"] = Enum.Material.Neon,
  508. ["BrickColor"] = BrickColor.new("Institutional white"),
  509. ["Transparency"] = 0.93000000715256,
  510. ["Position"] = Vector3.new(0, 112.790001, 0),
  511. ["Rotation"] = Vector3.new(0.000918918115, 35.3375931, 89.9965057),
  512. ["Anchored"] = true,
  513. ["CFrame"] = CFrame.new(0, 112.790001, 0, 4.97102737e-005, -0.815747738, 0.578392982, 0.999991417, 4.97102737e-005, -1.30832195e-005, -1.30832195e-005, 0.578392982, 0.815756321),
  514. ["CanCollide"] = false,
  515. ["FormFactor"] = Enum.FormFactor.Plate,
  516. ["Size"] = Vector3.new(5, 5, 5),
  517. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  518. ["TopSurface"] = Enum.SurfaceType.Smooth,
  519. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  520. })
  521. o38 = Create("SpecialMesh",{
  522. ["Parent"] = o37,
  523. ["MeshId"] = "http://www.roblox.com/asset/?id=3270017",
  524. ["Scale"] = Vector3.new(10.5699816, 10.5699816, 10.5699816),
  525. ["MeshType"] = Enum.MeshType.Sphere,
  526. })
  527. o39 = Create("Script",{
  528. ["Parent"] = o37,
  529. })
  530. table.insert(cors,coroutine.create(function()
  531. wait()
  532. runDummyScript(function()
  533. local stage = 0
  534. function up()
  535. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  536. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(0.03, 0.03, 0.03)
  537. end
  538.  
  539. function down()
  540. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  541. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(-0.03, -0.03, -0.03)
  542. end
  543. while true do
  544. for i=0,360,1 do
  545. up()
  546. wait(0)
  547. end
  548. for i=0,360,1 do
  549. down()
  550. wait(0)
  551. end
  552. end
  553. end,o39)
  554. end))
  555. o40 = Create("Script",{
  556. ["Name"] = "rotate",
  557. ["Parent"] = o37,
  558. })
  559. table.insert(cors,coroutine.create(function()
  560. wait()
  561. runDummyScript(function()
  562. while true do
  563. script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(0.1,0,0)
  564. wait(0.02)
  565. end
  566.  
  567. end,o40)
  568. end))
  569. o41 = Create("Part",{
  570. ["Name"] = "Wall",
  571. ["Parent"] = o10,
  572. ["BrickColor"] = BrickColor.new("Cyan"),
  573. ["Transparency"] = 0.80000001192093,
  574. ["Position"] = Vector3.new(255.5, 82.0000076, -1.52587891e-005),
  575. ["Rotation"] = Vector3.new(-5.32571924e-008, -90, 0),
  576. ["Anchored"] = true,
  577. ["CFrame"] = CFrame.new(255.5, 82.0000076, -1.52587891e-005, -3.26636873e-005, 4.31581502e-005, -1, 9.29513355e-010, 1, 4.31581502e-005, 1, 4.80190998e-010, -3.26636873e-005),
  578. ["Locked"] = true,
  579. ["Size"] = Vector3.new(512, 164, 1),
  580. ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
  581. })
  582. o42 = Create("Part",{
  583. ["Name"] = "Wall",
  584. ["Parent"] = o10,
  585. ["BrickColor"] = BrickColor.new("Cyan"),
  586. ["Transparency"] = 0.80000001192093,
  587. ["Position"] = Vector3.new(0, 82, -255.5),
  588. ["Anchored"] = true,
  589. ["CFrame"] = CFrame.new(0, 82, -255.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  590. ["Locked"] = true,
  591. ["Size"] = Vector3.new(512, 164, 1),
  592. ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
  593. })
  594. o43 = Create("Part",{
  595. ["Name"] = "Wall",
  596. ["Parent"] = o10,
  597. ["BrickColor"] = BrickColor.new("Cyan"),
  598. ["Transparency"] = 0.80000001192093,
  599. ["Position"] = Vector3.new(0, 82, 255.499985),
  600. ["Anchored"] = true,
  601. ["CFrame"] = CFrame.new(0, 82, 255.499985, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  602. ["Locked"] = true,
  603. ["Size"] = Vector3.new(512, 164, 1),
  604. ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
  605. })
  606. o44 = Create("Part",{
  607. ["Name"] = "Wall",
  608. ["Parent"] = o10,
  609. ["BrickColor"] = BrickColor.new("Cyan"),
  610. ["Transparency"] = 0.80000001192093,
  611. ["Position"] = Vector3.new(-255.500015, 82.0000076, -1.52587891e-005),
  612. ["Rotation"] = Vector3.new(-5.32571924e-008, -90, 0),
  613. ["Anchored"] = true,
  614. ["CFrame"] = CFrame.new(-255.500015, 82.0000076, -1.52587891e-005, -3.26636873e-005, 4.31581502e-005, -1, 9.29513355e-010, 1, 4.31581502e-005, 1, 4.80190998e-010, -3.26636873e-005),
  615. ["Locked"] = true,
  616. ["Size"] = Vector3.new(512, 164, 1),
  617. ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
  618. })
  619. o45 = Create("Part",{
  620. ["Name"] = "Wall",
  621. ["Parent"] = o10,
  622. ["BrickColor"] = BrickColor.new("Cyan"),
  623. ["Transparency"] = 0.80000001192093,
  624. ["Position"] = Vector3.new(0, 163.5, 0),
  625. ["Anchored"] = true,
  626. ["CFrame"] = CFrame.new(0, 163.5, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  627. ["Locked"] = true,
  628. ["Size"] = Vector3.new(512, 1, 512),
  629. ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
  630. })
  631. o46 = Create("Part",{
  632. ["Name"] = "mainsphere",
  633. ["Parent"] = o10,
  634. ["BrickColor"] = BrickColor.new("Cyan"),
  635. ["Transparency"] = 0.30000001192093,
  636. ["Position"] = Vector3.new(0, 112.790001, 0),
  637. ["Rotation"] = Vector3.new(0.000918918115, 35.3375931, 89.9965057),
  638. ["Anchored"] = true,
  639. ["CFrame"] = CFrame.new(0, 112.790001, 0, 4.97102737e-005, -0.815747738, 0.578392982, 0.999991417, 4.97102737e-005, -1.30832195e-005, -1.30832195e-005, 0.578392982, 0.815756321),
  640. ["CanCollide"] = false,
  641. ["FormFactor"] = Enum.FormFactor.Plate,
  642. ["Size"] = Vector3.new(5, 5, 5),
  643. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  644. ["TopSurface"] = Enum.SurfaceType.Smooth,
  645. ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
  646. })
  647. o47 = Create("SpecialMesh",{
  648. ["Parent"] = o46,
  649. ["MeshId"] = "http://www.roblox.com/asset/?id=3270017",
  650. ["Scale"] = Vector3.new(7.3450079, 7.3450079, 7.3450079),
  651. ["MeshType"] = Enum.MeshType.Sphere,
  652. })
  653. o48 = Create("Script",{
  654. ["Parent"] = o46,
  655. })
  656. table.insert(cors,coroutine.create(function()
  657. wait()
  658. runDummyScript(function()
  659. local stage = 0
  660. function up()
  661. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  662. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(0.005, 0.005, 0.005)
  663. end
  664.  
  665. function down()
  666. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  667. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(-0.005, -0.005, -0.005)
  668. end
  669. while true do
  670. for i=0,360,1 do
  671. up()
  672. wait(0)
  673. end
  674. for i=0,360,1 do
  675. down()
  676. wait(0)
  677. end
  678. end
  679. end,o48)
  680. end))
  681. o49 = Create("Script",{
  682. ["Name"] = "rotate",
  683. ["Parent"] = o46,
  684. })
  685. table.insert(cors,coroutine.create(function()
  686. wait()
  687. runDummyScript(function()
  688. while true do
  689. script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(0.1,0,0)
  690. wait(0.02)
  691. end
  692.  
  693. end,o49)
  694. end))
  695. o50 = Create("ParticleEmitter",{
  696. ["Parent"] = o46,
  697. ["Transparency"] = NumberSequence.new(0.83749997615814,1),
  698. ["Rotation"] = NumberRange.new(180,360),
  699. ["Size"] = NumberSequence.new(0,5.3125,1.0624998807907,4.6875,1.3124996423721,7.125,0),
  700. ["Color"] = ColorSequence.new(Color3.new(1, 1, 1),Color3.new(0, 0.666667, 1),Color3.new(0, 0, 0)),
  701. ["LightEmission"] = 1,
  702. ["Texture"] = "rbxassetid://284205403",
  703. ["Lifetime"] = NumberRange.new(5,5),
  704. ["Rate"] = 1000,
  705. ["VelocitySpread"] = 10000,
  706. })
  707. o51 = Create("Part",{
  708. ["Name"] = "sphere",
  709. ["Parent"] = o10,
  710. ["Material"] = Enum.Material.Neon,
  711. ["BrickColor"] = BrickColor.new("Institutional white"),
  712. ["Transparency"] = 0.93000000715256,
  713. ["Position"] = Vector3.new(0, 112.790001, 0),
  714. ["Rotation"] = Vector3.new(0.000918918115, 35.3375931, 89.9965057),
  715. ["Anchored"] = true,
  716. ["CFrame"] = CFrame.new(0, 112.790001, 0, 4.97102737e-005, -0.815747738, 0.578392982, 0.999991417, 4.97102737e-005, -1.30832195e-005, -1.30832195e-005, 0.578392982, 0.815756321),
  717. ["CanCollide"] = false,
  718. ["FormFactor"] = Enum.FormFactor.Plate,
  719. ["Size"] = Vector3.new(5, 5, 5),
  720. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  721. ["TopSurface"] = Enum.SurfaceType.Smooth,
  722. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  723. })
  724. o52 = Create("SpecialMesh",{
  725. ["Parent"] = o51,
  726. ["MeshId"] = "http://www.roblox.com/asset/?id=3270017",
  727. ["Scale"] = Vector3.new(8.69001579, 8.69001579, 8.69001579),
  728. ["MeshType"] = Enum.MeshType.Sphere,
  729. })
  730. o53 = Create("Script",{
  731. ["Parent"] = o51,
  732. })
  733. table.insert(cors,coroutine.create(function()
  734. wait()
  735. runDummyScript(function()
  736. local stage = 0
  737. function up()
  738. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  739. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(0.01, 0.01, 0.01)
  740. end
  741.  
  742. function down()
  743. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  744. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(-0.01, -0.01, -0.01)
  745. end
  746. while true do
  747. for i=0,360,1 do
  748. up()
  749. wait(0)
  750. end
  751. for i=0,360,1 do
  752. down()
  753. wait(0)
  754. end
  755. end
  756. end,o53)
  757. end))
  758. o54 = Create("Script",{
  759. ["Name"] = "rotate",
  760. ["Parent"] = o51,
  761. })
  762. table.insert(cors,coroutine.create(function()
  763. wait()
  764. runDummyScript(function()
  765. while true do
  766. script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(0.1,0,0)
  767. wait(0.02)
  768. end
  769.  
  770. end,o54)
  771. end))
  772. o55 = Create("Part",{
  773. ["Name"] = "sphere2",
  774. ["Parent"] = o10,
  775. ["Material"] = Enum.Material.Neon,
  776. ["BrickColor"] = BrickColor.new("Institutional white"),
  777. ["Transparency"] = 0.93000000715256,
  778. ["Position"] = Vector3.new(0, 112.790001, 0),
  779. ["Rotation"] = Vector3.new(0.000918918115, 35.3375931, 89.9965057),
  780. ["Anchored"] = true,
  781. ["CFrame"] = CFrame.new(0, 112.790001, 0, 4.97102737e-005, -0.815747738, 0.578392982, 0.999991417, 4.97102737e-005, -1.30832195e-005, -1.30832195e-005, 0.578392982, 0.815756321),
  782. ["CanCollide"] = false,
  783. ["FormFactor"] = Enum.FormFactor.Plate,
  784. ["Size"] = Vector3.new(5, 5, 5),
  785. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  786. ["TopSurface"] = Enum.SurfaceType.Smooth,
  787. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  788. })
  789. o56 = Create("SpecialMesh",{
  790. ["Parent"] = o55,
  791. ["MeshId"] = "http://www.roblox.com/asset/?id=3270017",
  792. ["Scale"] = Vector3.new(9.58003139, 9.58003139, 9.58003139),
  793. ["MeshType"] = Enum.MeshType.Sphere,
  794. })
  795. o57 = Create("Script",{
  796. ["Parent"] = o55,
  797. })
  798. table.insert(cors,coroutine.create(function()
  799. wait()
  800. runDummyScript(function()
  801. local stage = 0
  802. function up()
  803. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  804. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(0.02, 0.02, 0.02)
  805. end
  806.  
  807. function down()
  808. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  809. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(-0.02, -0.02, -0.02)
  810. end
  811. while true do
  812. for i=0,360,1 do
  813. up()
  814. wait(0)
  815. end
  816. for i=0,360,1 do
  817. down()
  818. wait(0)
  819. end
  820. end
  821. end,o57)
  822. end))
  823. o58 = Create("Script",{
  824. ["Name"] = "rotate",
  825. ["Parent"] = o55,
  826. })
  827. table.insert(cors,coroutine.create(function()
  828. wait()
  829. runDummyScript(function()
  830. while true do
  831. script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(0.1,0,0)
  832. wait(0.02)
  833. end
  834.  
  835. end,o58)
  836. end))
  837. o59 = Create("Model",{
  838. ["Name"] = "Smoothery",
  839. ["Parent"] = o3,
  840. })
  841. o60 = Create("WedgePart",{
  842. ["Name"] = "Triangle",
  843. ["Parent"] = o59,
  844. ["Material"] = Enum.Material.Grass,
  845. ["BrickColor"] = BrickColor.new("Sea green"),
  846. ["Position"] = Vector3.new(8.79879761, 12.1176367, 56.9158516),
  847. ["Rotation"] = Vector3.new(91.3382568, -67.4923553, -135.595566),
  848. ["Anchored"] = true,
  849. ["CFrame"] = CFrame.new(8.79879761, 12.1176367, 56.9158516, -0.27348429, 0.267857045, -0.923828483, 0.676162183, -0.629558265, -0.382702291, -0.684113383, -0.729320943, -0.00894039683),
  850. ["Size"] = Vector3.new(0.200000003, 30.4866924, 13.1750555),
  851. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  852. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  853. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  854. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  855. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  856. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  857. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  858. })
  859. o61 = Create("WedgePart",{
  860. ["Name"] = "Triangle",
  861. ["Parent"] = o59,
  862. ["Material"] = Enum.Material.Grass,
  863. ["BrickColor"] = BrickColor.new("Sea green"),
  864. ["Position"] = Vector3.new(-33.028965, 42.0787354, 78.5036163),
  865. ["Rotation"] = Vector3.new(133.175751, -33.9965248, 108.196953),
  866. ["Anchored"] = true,
  867. ["CFrame"] = CFrame.new(-33.028965, 42.0787354, 78.5036163, -0.258905947, -0.787608206, -0.559142649, -0.52268213, 0.601044178, -0.604607165, 0.812262893, 0.135717914, -0.567282736),
  868. ["Size"] = Vector3.new(0.200000003, 60.427845, 14.335454),
  869. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  870. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  871. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  872. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  873. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  874. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  875. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  876. })
  877. o62 = Create("WedgePart",{
  878. ["Name"] = "Triangle",
  879. ["Parent"] = o59,
  880. ["Material"] = Enum.Material.Grass,
  881. ["BrickColor"] = BrickColor.new("Sea green"),
  882. ["Position"] = Vector3.new(129.949524, 43.4568176, -141.961655),
  883. ["Rotation"] = Vector3.new(16.4244385, 4.87853813, -84.7563477),
  884. ["Anchored"] = true,
  885. ["CFrame"] = CFrame.new(129.949524, 43.4568176, -141.961655, 0.0910602957, 0.992207527, 0.085043706, -0.95298177, 0.111607432, -0.281726241, -0.289022416, -0.0553906262, 0.955718458),
  886. ["Size"] = Vector3.new(0.200000003, 39.7368355, 31.7643127),
  887. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  888. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  889. })
  890. o63 = Create("WedgePart",{
  891. ["Name"] = "Triangle",
  892. ["Parent"] = o59,
  893. ["Material"] = Enum.Material.Grass,
  894. ["BrickColor"] = BrickColor.new("Sea green"),
  895. ["Position"] = Vector3.new(22.8317318, 0, 34.5309601),
  896. ["Rotation"] = Vector3.new(-78.3974533, 49.3993263, -47.8903923),
  897. ["Anchored"] = true,
  898. ["CFrame"] = CFrame.new(22.8317318, 0, 34.5309601, 0.436383337, 0.482792228, 0.759263635, -0.64792639, -0.416897893, 0.637485206, 0.624308407, -0.770134866, 0.13088645),
  899. ["Size"] = Vector3.new(0.200000003, 32.7481956, 21.4164238),
  900. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  901. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  902. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  903. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  904. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  905. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  906. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  907. })
  908. o64 = Create("WedgePart",{
  909. ["Name"] = "Triangle",
  910. ["Parent"] = o59,
  911. ["Material"] = Enum.Material.Grass,
  912. ["BrickColor"] = BrickColor.new("Sea green"),
  913. ["Position"] = Vector3.new(241.934387, 26.0826778, 116.016914),
  914. ["Rotation"] = Vector3.new(-94.6779633, -26.6418648, -164.848816),
  915. ["Anchored"] = true,
  916. ["CFrame"] = CFrame.new(241.934387, 26.0826778, 116.016914, -0.862757206, 0.233616874, -0.448412299, -0.410067737, 0.195528939, 0.890849411, 0.295795053, 0.952466011, -0.0728962719),
  917. ["Size"] = Vector3.new(0.200000003, 1.21982229, 2.99100137),
  918. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  919. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  920. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  921. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  922. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  923. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  924. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  925. })
  926. o65 = Create("WedgePart",{
  927. ["Name"] = "Triangle",
  928. ["Parent"] = o59,
  929. ["Material"] = Enum.Material.Grass,
  930. ["BrickColor"] = BrickColor.new("Sea green"),
  931. ["Position"] = Vector3.new(-36.8984413, 12.3773956, -166.826553),
  932. ["Rotation"] = Vector3.new(102.380722, -25.626236, -153.09024),
  933. ["Anchored"] = true,
  934. ["CFrame"] = CFrame.new(-36.8984413, 12.3773956, -166.826553, -0.80400598, 0.408067912, -0.432498664, 0.473736525, 0, -0.880666673, -0.359371811, -0.912951529, -0.193316415),
  935. ["Size"] = Vector3.new(0.200000003, 35.5009727, 28.1091499),
  936. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  937. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  938. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  939. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  940. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  941. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  942. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  943. })
  944. o66 = Create("WedgePart",{
  945. ["Name"] = "Triangle",
  946. ["Parent"] = o59,
  947. ["Material"] = Enum.Material.Grass,
  948. ["BrickColor"] = BrickColor.new("Sea green"),
  949. ["Position"] = Vector3.new(70.5163803, 36.7715454, -138.643784),
  950. ["Rotation"] = Vector3.new(-152.740219, 0.0173766464, -89.9718933),
  951. ["Anchored"] = true,
  952. ["CFrame"] = CFrame.new(70.5163803, 36.7715454, -138.643784, 0.000490634178, 0.999999762, 0.000303279696, 0.888938785, -0.00057503744, 0.458025634, 0.458025753, 4.48425126e-005, -0.888938904),
  953. ["Size"] = Vector3.new(0.200000003, 76.7259064, 39.1431999),
  954. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  955. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  956. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  957. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  958. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  959. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  960. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  961. })
  962. o67 = Create("WedgePart",{
  963. ["Name"] = "Triangle",
  964. ["Parent"] = o59,
  965. ["Material"] = Enum.Material.Grass,
  966. ["BrickColor"] = BrickColor.new("Sea green"),
  967. ["Position"] = Vector3.new(-184.406067, 8.04765797, -92.408493),
  968. ["Rotation"] = Vector3.new(44.6111298, -16.125906, 105.323181),
  969. ["Anchored"] = true,
  970. ["CFrame"] = CFrame.new(-184.406067, 8.04765797, -92.408493, -0.25386554, -0.926503062, -0.277749032, 0.738129795, -0, -0.674658716, 0.625073373, -0.376287341, 0.683879375),
  971. ["Size"] = Vector3.new(0.200000003, 12.4588594, 23.8569736),
  972. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  973. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  974. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  975. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  976. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  977. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  978. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  979. })
  980. o68 = Create("WedgePart",{
  981. ["Name"] = "Triangle",
  982. ["Parent"] = o59,
  983. ["Material"] = Enum.Material.Grass,
  984. ["BrickColor"] = BrickColor.new("Sea green"),
  985. ["Position"] = Vector3.new(-72.3330154, 16.480751, -79.1622772),
  986. ["Rotation"] = Vector3.new(-97.7945709, -14.4548388, -163.786072),
  987. ["Anchored"] = true,
  988. ["CFrame"] = CFrame.new(-72.3330154, 16.480751, -79.1622772, -0.929829657, 0.270385653, -0.249616832, -0.199605078, 0.19928281, 0.959397912, 0.309151798, 0.941901207, -0.131328523),
  989. ["Size"] = Vector3.new(0.200000003, 78.4503479, 18.0610065),
  990. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  991. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  992. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  993. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  994. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  995. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  996. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  997. })
  998. o69 = Create("WedgePart",{
  999. ["Name"] = "Triangle",
  1000. ["Parent"] = o59,
  1001. ["Material"] = Enum.Material.Grass,
  1002. ["BrickColor"] = BrickColor.new("Sea green"),
  1003. ["Position"] = Vector3.new(-152.656219, 9.44561386, 61.6592331),
  1004. ["Rotation"] = Vector3.new(-49.5810165, 52.8658066, 77.2110748),
  1005. ["Anchored"] = true,
  1006. ["CFrame"] = CFrame.new(-152.656219, 9.44561386, 61.6592331, 0.133631468, -0.588707745, 0.797223806, 0.497934103, 0.735411882, 0.45959872, -0.8568573, 0.335548013, 0.391411811),
  1007. ["Size"] = Vector3.new(0.200000003, 15.6961107, 15.9881182),
  1008. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1009. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1010. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1011. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1012. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1013. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1014. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1015. })
  1016. o70 = Create("WedgePart",{
  1017. ["Name"] = "Triangle",
  1018. ["Parent"] = o59,
  1019. ["Material"] = Enum.Material.Grass,
  1020. ["BrickColor"] = BrickColor.new("Sea green"),
  1021. ["Position"] = Vector3.new(43.0818939, 52.3475037, 212.560928),
  1022. ["Rotation"] = Vector3.new(-159.062897, 0.0201912075, 90.0035324),
  1023. ["Anchored"] = true,
  1024. ["CFrame"] = CFrame.new(43.0818939, 52.3475037, 212.560928, -6.17060577e-005, -1, 0.000352403062, -0.933973253, 0.000183613971, 0.357343018, -0.357343078, -0.000307224313, -0.933973134),
  1025. ["Size"] = Vector3.new(0.200000003, 83.3511047, 19.8960075),
  1026. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1027. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1028. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1029. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1030. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1031. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1032. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1033. })
  1034. o71 = Create("WedgePart",{
  1035. ["Name"] = "Triangle",
  1036. ["Parent"] = o59,
  1037. ["Material"] = Enum.Material.Grass,
  1038. ["BrickColor"] = BrickColor.new("Sea green"),
  1039. ["Position"] = Vector3.new(-93.7613525, 41.5037155, 116.273094),
  1040. ["Rotation"] = Vector3.new(156.009033, 34.3352089, -95.6779861),
  1041. ["Anchored"] = true,
  1042. ["CFrame"] = CFrame.new(-93.7613525, 41.5037155, 116.273094, -0.0816977471, 0.821700275, 0.564033568, 0.886437595, 0.318596989, -0.335744649, -0.45558086, 0.472551197, -0.754414797),
  1043. ["Size"] = Vector3.new(0.200000003, 66.3940582, 19.6291142),
  1044. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1045. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1046. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1047. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1048. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1049. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1050. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1051. })
  1052. o72 = Create("WedgePart",{
  1053. ["Name"] = "Triangle",
  1054. ["Parent"] = o59,
  1055. ["Material"] = Enum.Material.Grass,
  1056. ["BrickColor"] = BrickColor.new("Sea green"),
  1057. ["Position"] = Vector3.new(-175.44368, -7.15255737e-007, 89.058197),
  1058. ["Rotation"] = Vector3.new(-14.8830166, -39.1649323, 125.14624),
  1059. ["Anchored"] = true,
  1060. ["CFrame"] = CFrame.new(-175.44368, -7.15255737e-007, 89.058197, -0.446331263, -0.633976996, -0.631554902, 0.696873784, -0.688991845, 0.199140966, -0.561386943, -0.351231158, 0.749320567),
  1061. ["Size"] = Vector3.new(0.200000003, 9.53101254, 32.9755936),
  1062. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1063. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1064. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1065. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1066. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1067. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1068. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1069. })
  1070. o73 = Create("WedgePart",{
  1071. ["Name"] = "Triangle",
  1072. ["Parent"] = o59,
  1073. ["Material"] = Enum.Material.Grass,
  1074. ["BrickColor"] = BrickColor.new("Sea green"),
  1075. ["Position"] = Vector3.new(-97.1941757, 48.7850037, 147.687668),
  1076. ["Rotation"] = Vector3.new(-152.187332, 82.7951889, 57.2048225),
  1077. ["Anchored"] = true,
  1078. ["CFrame"] = CFrame.new(-97.1941757, 48.7850037, 147.687668, 0.0679300576, -0.105426297, 0.992104173, -0.994225919, -0.0899480432, 0.0585169606, 0.0830686092, -0.990350723, -0.110927776),
  1079. ["Size"] = Vector3.new(0.200000003, 39.8103409, 61.1936035),
  1080. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1081. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1082. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1083. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1084. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1085. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1086. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1087. })
  1088. o74 = Create("WedgePart",{
  1089. ["Name"] = "Triangle",
  1090. ["Parent"] = o59,
  1091. ["Material"] = Enum.Material.Grass,
  1092. ["BrickColor"] = BrickColor.new("Sea green"),
  1093. ["Position"] = Vector3.new(179.609894, 34.2743225, -171.938446),
  1094. ["Rotation"] = Vector3.new(59.8237076, 44.2500458, -140.196014),
  1095. ["Anchored"] = true,
  1096. ["CFrame"] = CFrame.new(179.609894, 34.2743225, -171.938446, -0.550290585, 0.458549768, 0.69779104, -0.785209537, 0, -0.619230211, -0.283947915, -0.888668656, 0.360057622),
  1097. ["Size"] = Vector3.new(0.200000003, 50.8035355, 37.1083946),
  1098. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1099. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1100. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1101. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1102. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1103. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1104. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1105. })
  1106. o75 = Create("WedgePart",{
  1107. ["Name"] = "Triangle",
  1108. ["Parent"] = o59,
  1109. ["Material"] = Enum.Material.Grass,
  1110. ["BrickColor"] = BrickColor.new("Sea green"),
  1111. ["Position"] = Vector3.new(29.965517, 0.00886249542, -9.00345993),
  1112. ["Rotation"] = Vector3.new(-55.9644012, 35.8072853, 141.021149),
  1113. ["Anchored"] = true,
  1114. ["CFrame"] = CFrame.new(29.965517, 0.00886249542, -9.00345993, -0.63044554, -0.510139525, 0.585060775, 0.728974402, -0.130127773, 0.67205888, -0.266711146, 0.850190818, 0.453917205),
  1115. ["Size"] = Vector3.new(0.200000003, 116.725792, 22.5747223),
  1116. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1117. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1118. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1119. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1120. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1121. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1122. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1123. })
  1124. o76 = Create("WedgePart",{
  1125. ["Name"] = "Triangle",
  1126. ["Parent"] = o59,
  1127. ["Material"] = Enum.Material.Grass,
  1128. ["BrickColor"] = BrickColor.new("Sea green"),
  1129. ["Position"] = Vector3.new(-3.25821638, 23.7753773, 73.1849823),
  1130. ["Rotation"] = Vector3.new(4.44179821, -68.0103607, -38.1470604),
  1131. ["Anchored"] = true,
  1132. ["CFrame"] = CFrame.new(-3.25821638, 23.7753773, 73.1849823, 0.294469088, 0.231284067, -0.927251577, -0.672302306, 0.739708543, -0.0289989281, 0.679188967, 0.631932735, 0.373314202),
  1133. ["Size"] = Vector3.new(0.200000003, 12.392519, 7.33205318),
  1134. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1135. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1136. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1137. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1138. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1139. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1140. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1141. })
  1142. o77 = Create("WedgePart",{
  1143. ["Name"] = "Triangle",
  1144. ["Parent"] = o59,
  1145. ["Material"] = Enum.Material.Grass,
  1146. ["BrickColor"] = BrickColor.new("Sea green"),
  1147. ["Position"] = Vector3.new(-64.3334122, 52.6897888, 140.652527),
  1148. ["Rotation"] = Vector3.new(77.9638062, -48.907917, 170.887955),
  1149. ["Anchored"] = true,
  1150. ["CFrame"] = CFrame.new(-64.3334122, 52.6897888, 140.652527, -0.648976803, -0.10408923, -0.753654242, 0.760808229, -0.0891700611, -0.642821729, -0.000292576849, -0.990562558, 0.137060493),
  1151. ["Size"] = Vector3.new(0.200000003, 14.3155737, 7.31074429),
  1152. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1153. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1154. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1155. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1156. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1157. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1158. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1159. })
  1160. o78 = Create("WedgePart",{
  1161. ["Name"] = "Triangle",
  1162. ["Parent"] = o59,
  1163. ["Material"] = Enum.Material.Grass,
  1164. ["BrickColor"] = BrickColor.new("Sea green"),
  1165. ["Position"] = Vector3.new(-145.094864, 0, 57.3494606),
  1166. ["Rotation"] = Vector3.new(-49.5810165, 52.8658066, -102.788925),
  1167. ["Anchored"] = true,
  1168. ["CFrame"] = CFrame.new(-145.094864, 0, 57.3494606, -0.133631468, 0.588707745, 0.797223806, -0.497934103, -0.735411882, 0.45959872, 0.8568573, -0.335548013, 0.391411811),
  1169. ["Size"] = Vector3.new(0.200000003, 9.99184132, 15.9881182),
  1170. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1171. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1172. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1173. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1174. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1175. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1176. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1177. })
  1178. o79 = Create("WedgePart",{
  1179. ["Name"] = "Triangle",
  1180. ["Parent"] = o59,
  1181. ["Material"] = Enum.Material.Grass,
  1182. ["BrickColor"] = BrickColor.new("Sea green"),
  1183. ["Position"] = Vector3.new(-135.281677, 41.5037155, 116.29924),
  1184. ["Rotation"] = Vector3.new(-41.2465897, 0.0271328706, 90.0237961),
  1185. ["Anchored"] = true,
  1186. ["CFrame"] = CFrame.new(-135.281677, 41.5037155, 116.29924, -0.000415231654, -0.999999821, 0.000473557884, 0.751879096, -0, 0.659301043, -0.659300864, 0.00062980596, 0.751879036),
  1187. ["Size"] = Vector3.new(0.200000003, 17.4236107, 22.0879021),
  1188. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1189. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1190. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1191. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1192. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1193. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1194. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1195. })
  1196. o80 = Create("WedgePart",{
  1197. ["Name"] = "Triangle",
  1198. ["Parent"] = o59,
  1199. ["Material"] = Enum.Material.Grass,
  1200. ["BrickColor"] = BrickColor.new("Sea green"),
  1201. ["Position"] = Vector3.new(-152.998886, 24.3925037, 101.492897),
  1202. ["Rotation"] = Vector3.new(-14.8830166, -39.1649323, -54.8537636),
  1203. ["Anchored"] = true,
  1204. ["CFrame"] = CFrame.new(-152.998886, 24.3925037, 101.492897, 0.446331263, 0.633976996, -0.631554902, -0.696873784, 0.688991845, 0.199140966, 0.561386943, 0.351231158, 0.749320567),
  1205. ["Size"] = Vector3.new(0.200000003, 61.2753448, 32.9755936),
  1206. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1207. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1208. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1209. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1210. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1211. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1212. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1213. })
  1214. o81 = Create("WedgePart",{
  1215. ["Name"] = "Triangle",
  1216. ["Parent"] = o59,
  1217. ["Material"] = Enum.Material.Grass,
  1218. ["BrickColor"] = BrickColor.new("Sea green"),
  1219. ["Position"] = Vector3.new(-162.803482, 0, -67.5314255),
  1220. ["Rotation"] = Vector3.new(-29.5702076, 11.5628948, 133.910828),
  1221. ["Anchored"] = true,
  1222. ["CFrame"] = CFrame.new(-162.803482, 0, -67.5314255, -0.679462969, -0.705799282, 0.200443491, 0.695189059, -0.531944335, 0.483474463, -0.234611154, 0.467848986, 0.852100313),
  1223. ["Size"] = Vector3.new(0.200000003, 8.23761272, 9.0634594),
  1224. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1225. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1226. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1227. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1228. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1229. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1230. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1231. })
  1232. o82 = Create("WedgePart",{
  1233. ["Name"] = "Triangle",
  1234. ["Parent"] = o59,
  1235. ["Material"] = Enum.Material.Grass,
  1236. ["BrickColor"] = BrickColor.new("Sea green"),
  1237. ["Position"] = Vector3.new(211.244675, 32.4364967, 28.1090527),
  1238. ["Rotation"] = Vector3.new(98.2630463, 39.6180038, 167.169983),
  1239. ["Anchored"] = true,
  1240. ["CFrame"] = CFrame.new(211.244675, 32.4364967, 28.1090527, -0.751080692, -0.171055183, 0.637666047, -0.647204936, 0, -0.762315989, 0.13039811, -0.98526144, -0.11070776),
  1241. ["Size"] = Vector3.new(0.200000003, 47.1258812, 35.8158417),
  1242. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1243. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1244. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1245. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1246. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1247. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1248. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1249. })
  1250. o83 = Create("WedgePart",{
  1251. ["Name"] = "Triangle",
  1252. ["Parent"] = o59,
  1253. ["Material"] = Enum.Material.Grass,
  1254. ["BrickColor"] = BrickColor.new("Sea green"),
  1255. ["Position"] = Vector3.new(143.54805, 51.4986725, -40.2532043),
  1256. ["Rotation"] = Vector3.new(-123.515259, 48.0399475, -169.309998),
  1257. ["Anchored"] = true,
  1258. ["CFrame"] = CFrame.new(143.54805, 51.4986725, -40.2532043, -0.657008648, 0.124024466, 0.743611157, 0.711640775, 0.427573711, 0.55744797, -0.248811424, 0.895432115, -0.369180262),
  1259. ["Size"] = Vector3.new(0.200000003, 45.7961388, 28.988308),
  1260. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1261. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1262. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1263. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1264. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1265. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1266. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1267. })
  1268. o84 = Create("WedgePart",{
  1269. ["Name"] = "Triangle",
  1270. ["Parent"] = o59,
  1271. ["Material"] = Enum.Material.Grass,
  1272. ["BrickColor"] = BrickColor.new("Sea green"),
  1273. ["Position"] = Vector3.new(138.380692, 33.684227, -77.5605164),
  1274. ["Rotation"] = Vector3.new(-123.515259, 48.0399475, 10.6900129),
  1275. ["Anchored"] = true,
  1276. ["CFrame"] = CFrame.new(138.380692, 33.684227, -77.5605164, 0.657008648, -0.124024466, 0.743611157, -0.711640775, -0.427573711, 0.55744797, 0.248811424, -0.895432115, -0.369180262),
  1277. ["Size"] = Vector3.new(0.200000003, 37.5319099, 28.988308),
  1278. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1279. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1280. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1281. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1282. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1283. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1284. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1285. })
  1286. o85 = Create("WedgePart",{
  1287. ["Name"] = "Triangle",
  1288. ["Parent"] = o59,
  1289. ["Material"] = Enum.Material.Grass,
  1290. ["BrickColor"] = BrickColor.new("Sea green"),
  1291. ["Position"] = Vector3.new(-9.24699688, 23.9276505, 74.3546753),
  1292. ["Rotation"] = Vector3.new(101.942558, 74.8542786, -62.2777328),
  1293. ["Anchored"] = true,
  1294. ["CFrame"] = CFrame.new(-9.24699688, 23.9276505, 74.3546753, 0.121541515, 0.231284067, 0.96526444, 0.62248677, 0.739708543, -0.255619735, -0.773135126, 0.631932735, -0.0540658347),
  1295. ["Size"] = Vector3.new(0.200000003, 13.4591208, 5.10970306),
  1296. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1297. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1298. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1299. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1300. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1301. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1302. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1303. })
  1304. o86 = Create("WedgePart",{
  1305. ["Name"] = "Triangle",
  1306. ["Parent"] = o59,
  1307. ["Material"] = Enum.Material.Grass,
  1308. ["BrickColor"] = BrickColor.new("Sea green"),
  1309. ["Position"] = Vector3.new(-125.331673, -4.76837158e-007, 56.0864754),
  1310. ["Rotation"] = Vector3.new(-84.197258, 29.3013477, -73.7125397),
  1311. ["Anchored"] = true,
  1312. ["CFrame"] = CFrame.new(-125.331673, -4.76837158e-007, 56.0864754, 0.244574338, 0.83705914, 0.48940298, -0.233599246, -0.438999355, 0.867589235, 0.941071153, -0.326514214, 0.0881684497),
  1313. ["Size"] = Vector3.new(0.200000003, 19.2662354, 9.74869823),
  1314. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1315. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1316. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1317. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1318. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1319. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1320. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1321. })
  1322. o87 = Create("WedgePart",{
  1323. ["Name"] = "Triangle",
  1324. ["Parent"] = o59,
  1325. ["Material"] = Enum.Material.Grass,
  1326. ["BrickColor"] = BrickColor.new("Sea green"),
  1327. ["Position"] = Vector3.new(222.099106, 48.7827148, 124.562782),
  1328. ["Rotation"] = Vector3.new(110.298286, -25.930706, 90.0398788),
  1329. ["Anchored"] = true,
  1330. ["CFrame"] = CFrame.new(222.099106, 48.7827148, 124.562782, -0.000625953136, -0.899323285, -0.437283814, -0.34662208, 0.410369486, -0.843474865, 0.938004673, 0.15104425, -0.311982185),
  1331. ["Size"] = Vector3.new(0.200000003, 59.1020164, 28.7598858),
  1332. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1333. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1334. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1335. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1336. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1337. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1338. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1339. })
  1340. o88 = Create("WedgePart",{
  1341. ["Name"] = "Triangle",
  1342. ["Parent"] = o59,
  1343. ["Material"] = Enum.Material.Grass,
  1344. ["BrickColor"] = BrickColor.new("Sea green"),
  1345. ["Position"] = Vector3.new(-83.7800217, 8.04394245, -119.038467),
  1346. ["Rotation"] = Vector3.new(-97.7945709, -14.4548388, 16.2139301),
  1347. ["Anchored"] = true,
  1348. ["CFrame"] = CFrame.new(-83.7800217, 8.04394245, -119.038467, 0.929829657, -0.270385653, -0.249616832, 0.199605078, -0.19928281, 0.959397912, -0.309151798, -0.941901207, -0.131328523),
  1349. ["Size"] = Vector3.new(0.200000003, 6.22134113, 18.0610065),
  1350. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1351. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1352. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1353. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1354. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1355. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1356. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1357. })
  1358. o89 = Create("WedgePart",{
  1359. ["Name"] = "Triangle",
  1360. ["Parent"] = o59,
  1361. ["Material"] = Enum.Material.Grass,
  1362. ["BrickColor"] = BrickColor.new("Sea green"),
  1363. ["Position"] = Vector3.new(-3.6310215, -4.76837158e-007, 50.0363731),
  1364. ["Rotation"] = Vector3.new(-90.2034988, 67.1772842, -43.1685257),
  1365. ["Anchored"] = true,
  1366. ["CFrame"] = CFrame.new(-3.6310215, -4.76837158e-007, 50.0363731, 0.282898962, 0.265367478, 0.921709418, -0.66980958, -0.633170903, 0.387878656, 0.686529934, -0.727100253, -0.00137765158),
  1367. ["Size"] = Vector3.new(0.200000003, 11.7823076, 19.2333736),
  1368. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1369. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1370. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1371. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1372. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1373. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1374. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1375. })
  1376. o90 = Create("WedgePart",{
  1377. ["Name"] = "Triangle",
  1378. ["Parent"] = o59,
  1379. ["Material"] = Enum.Material.Grass,
  1380. ["BrickColor"] = BrickColor.new("Sea green"),
  1381. ["Position"] = Vector3.new(143.954498, 51.3322334, -39.7001648),
  1382. ["Rotation"] = Vector3.new(-15.7863398, -13.419529, -55.0571098),
  1383. ["Anchored"] = true,
  1384. ["CFrame"] = CFrame.new(143.954498, 51.3322334, -39.7001648, 0.557121515, 0.79734236, -0.232079446, -0.752643168, 0.602912009, 0.264622957, 0.350918591, 0.0272457022, 0.936009467),
  1385. ["Size"] = Vector3.new(0.200000003, 44.5681, 32.2616539),
  1386. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1387. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1388. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1389. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1390. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1391. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1392. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1393. })
  1394. o91 = Create("WedgePart",{
  1395. ["Name"] = "Triangle",
  1396. ["Parent"] = o59,
  1397. ["Material"] = Enum.Material.Grass,
  1398. ["BrickColor"] = BrickColor.new("Sea green"),
  1399. ["Position"] = Vector3.new(178.362167, 18.7850037, -53.2768555),
  1400. ["Rotation"] = Vector3.new(-128.210678, -50.6253395, 127.583824),
  1401. ["Anchored"] = true,
  1402. ["CFrame"] = CFrame.new(178.362167, 18.7850037, -53.2768555, -0.386927634, -0.502729237, -0.773014188, -0.860641062, -0.104062051, 0.498465598, -0.33103469, 0.858157456, -0.392404258),
  1403. ["Size"] = Vector3.new(0.200000003, 31.0476227, 6.48164845),
  1404. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1405. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1406. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1407. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1408. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1409. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1410. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1411. })
  1412. o92 = Create("WedgePart",{
  1413. ["Name"] = "Triangle",
  1414. ["Parent"] = o59,
  1415. ["Material"] = Enum.Material.Grass,
  1416. ["BrickColor"] = BrickColor.new("Sea green"),
  1417. ["Position"] = Vector3.new(23.8678455, 26.2384396, 59.6313133),
  1418. ["Rotation"] = Vector3.new(-90.006752, 0.0104025118, -57.076107),
  1419. ["Anchored"] = true,
  1420. ["CFrame"] = CFrame.new(23.8678455, 26.2384396, 59.6313133, 0.543524504, 0.839393258, 0.000181558076, 2.58150976e-007, -0.000216766886, 1, 0.839393318, -0.543524504, -0.000117870164),
  1421. ["Size"] = Vector3.new(0.200000003, 31.1319561, 4.0130806),
  1422. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1423. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1424. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1425. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1426. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1427. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1428. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1429. })
  1430. o93 = Create("WedgePart",{
  1431. ["Name"] = "Triangle",
  1432. ["Parent"] = o59,
  1433. ["Material"] = Enum.Material.Grass,
  1434. ["BrickColor"] = BrickColor.new("Sea green"),
  1435. ["Position"] = Vector3.new(35.6901093, 6.48769426, -66.8686676),
  1436. ["Rotation"] = Vector3.new(52.2843285, 7.27846479, 115.093498),
  1437. ["Anchored"] = true,
  1438. ["CFrame"] = CFrame.new(35.6901093, 6.48769426, -66.8686676, -0.420679331, -0.898319602, 0.126691788, 0.511502087, -0.350199461, -0.784682095, 0.749262691, -0.265296429, 0.606814086),
  1439. ["Size"] = Vector3.new(0.200000003, 10.775279, 11.7269049),
  1440. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1441. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1442. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1443. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1444. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1445. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1446. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1447. })
  1448. o94 = Create("WedgePart",{
  1449. ["Name"] = "Triangle",
  1450. ["Parent"] = o59,
  1451. ["Material"] = Enum.Material.Grass,
  1452. ["BrickColor"] = BrickColor.new("Sea green"),
  1453. ["Position"] = Vector3.new(12.7860327, 52.3475075, 224.176071),
  1454. ["Rotation"] = Vector3.new(-172.690948, 13.079401, 93.1439362),
  1455. ["Anchored"] = true,
  1456. ["CFrame"] = CFrame.new(12.7860327, 52.3475075, 224.176071, -0.0534217507, -0.972591341, 0.226301119, -0.988802552, 0.0831458643, 0.123920701, -0.139340192, -0.217147022, -0.966142595),
  1457. ["Size"] = Vector3.new(0.200000003, 31.8062267, 36.1557503),
  1458. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1459. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1460. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1461. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1462. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1463. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1464. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1465. })
  1466. o95 = Create("WedgePart",{
  1467. ["Name"] = "Triangle",
  1468. ["Parent"] = o59,
  1469. ["Material"] = Enum.Material.Grass,
  1470. ["BrickColor"] = BrickColor.new("Sea green"),
  1471. ["Position"] = Vector3.new(210.093933, 33.7827148, 99.2047501),
  1472. ["Rotation"] = Vector3.new(-8.67610359, 13.2172194, 67.4872589),
  1473. ["Anchored"] = true,
  1474. ["CFrame"] = CFrame.new(210.093933, 33.7827148, 99.2047501, 0.37274617, -0.899323285, 0.228643462, 0.900017381, 0.410369486, 0.146852583, -0.225896269, 0.15104425, 0.962370217),
  1475. ["Size"] = Vector3.new(0.200000003, 57.4804192, 43.6302376),
  1476. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1477. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1478. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1479. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1480. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1481. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1482. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1483. })
  1484. o96 = Create("WedgePart",{
  1485. ["Name"] = "Triangle",
  1486. ["Parent"] = o59,
  1487. ["Material"] = Enum.Material.Grass,
  1488. ["BrickColor"] = BrickColor.new("Sea green"),
  1489. ["Position"] = Vector3.new(-14.994915, 39.2711182, -169.466522),
  1490. ["Rotation"] = Vector3.new(114.602257, -25.6819534, -152.360336),
  1491. ["Anchored"] = true,
  1492. ["CFrame"] = CFrame.new(-14.994915, 39.2711182, -169.466522, -0.798369348, 0.418081552, -0.433375239, 0.542200506, 0.186011612, -0.819401145, -0.261963665, -0.88916111, -0.375190139),
  1493. ["Size"] = Vector3.new(0.200000003, 21.4266834, 20.763195),
  1494. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1495. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1496. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1497. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1498. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1499. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1500. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1501. })
  1502. o97 = Create("WedgePart",{
  1503. ["Name"] = "Triangle",
  1504. ["Parent"] = o59,
  1505. ["Material"] = Enum.Material.Grass,
  1506. ["BrickColor"] = BrickColor.new("Sea green"),
  1507. ["Position"] = Vector3.new(8.58632851, 36.8071556, -138.646561),
  1508. ["Rotation"] = Vector3.new(-152.740219, 0.0173766464, 90.0281067),
  1509. ["Anchored"] = true,
  1510. ["CFrame"] = CFrame.new(8.58632851, 36.8071556, -138.646561, -0.000490634178, -0.999999762, 0.000303279696, -0.888938785, 0.00057503744, 0.458025634, -0.458025753, -4.48425126e-005, -0.888938904),
  1511. ["Size"] = Vector3.new(0.200000003, 47.1342163, 39.1431999),
  1512. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1513. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1514. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1515. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1516. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1517. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1518. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1519. })
  1520. o98 = Create("WedgePart",{
  1521. ["Name"] = "Triangle",
  1522. ["Parent"] = o59,
  1523. ["Material"] = Enum.Material.Grass,
  1524. ["BrickColor"] = BrickColor.new("Sea green"),
  1525. ["Position"] = Vector3.new(242.961365, 18.7850018, 93.6845474),
  1526. ["Rotation"] = Vector3.new(-8.67610359, 13.2172194, -112.512741),
  1527. ["Anchored"] = true,
  1528. ["CFrame"] = CFrame.new(242.961365, 18.7850018, 93.6845474, -0.37274617, 0.899323285, 0.228643462, -0.900017381, -0.410369486, 0.146852583, 0.225896269, -0.15104425, 0.962370217),
  1529. ["Size"] = Vector3.new(0.200000003, 15.6132774, 43.6302376),
  1530. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1531. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1532. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1533. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1534. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1535. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1536. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1537. })
  1538. o99 = Create("WedgePart",{
  1539. ["Name"] = "Triangle",
  1540. ["Parent"] = o59,
  1541. ["Material"] = Enum.Material.Grass,
  1542. ["BrickColor"] = BrickColor.new("Sea green"),
  1543. ["Position"] = Vector3.new(-47.0227432, 16.4807491, -50.1407433),
  1544. ["Rotation"] = Vector3.new(-96.5058136, -55.8727036, -158.294479),
  1545. ["Anchored"] = true,
  1546. ["CFrame"] = CFrame.new(-47.0227432, 16.4807491, -50.1407433, -0.521254539, 0.207490534, -0.827793121, -0.722243428, 0.409446716, 0.557420731, 0.454596698, 0.888426125, -0.0635673404),
  1547. ["Size"] = Vector3.new(0.200000003, 18.4322662, 45.5929718),
  1548. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1549. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1550. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1551. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1552. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1553. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1554. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1555. })
  1556. o100 = Create("WedgePart",{
  1557. ["Name"] = "Triangle",
  1558. ["Parent"] = o59,
  1559. ["Material"] = Enum.Material.Grass,
  1560. ["BrickColor"] = BrickColor.new("Sea green"),
  1561. ["Position"] = Vector3.new(-152.098053, 8.06842422, -74.6276703),
  1562. ["Rotation"] = Vector3.new(-29.5702076, 11.5628948, -46.0891647),
  1563. ["Anchored"] = true,
  1564. ["CFrame"] = CFrame.new(-152.098053, 8.06842422, -74.6276703, 0.679462969, 0.705799282, 0.200443491, -0.695189059, 0.531944335, 0.483474463, 0.234611154, -0.467848986, 0.852100313),
  1565. ["Size"] = Vector3.new(0.200000003, 22.0979843, 9.0634594),
  1566. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1567. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1568. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1569. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1570. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1571. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1572. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1573. })
  1574. o101 = Create("WedgePart",{
  1575. ["Name"] = "Triangle",
  1576. ["Parent"] = o59,
  1577. ["Material"] = Enum.Material.Grass,
  1578. ["BrickColor"] = BrickColor.new("Sea green"),
  1579. ["Position"] = Vector3.new(-152.098053, 8.06842422, -74.6276703),
  1580. ["Rotation"] = Vector3.new(-121.657257, 20.0632172, -119.192635),
  1581. ["Anchored"] = true,
  1582. ["CFrame"] = CFrame.new(-152.098053, 8.06842422, -74.6276703, -0.458148241, 0.820007503, 0.343056738, 0.600602031, 0.00106661243, 0.799547434, 0.655268967, 0.572351813, -0.492986768),
  1583. ["Size"] = Vector3.new(0.200000003, 12.799366, 20.1654015),
  1584. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1585. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1586. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1587. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1588. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1589. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1590. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1591. })
  1592. o102 = Create("WedgePart",{
  1593. ["Name"] = "Triangle",
  1594. ["Parent"] = o59,
  1595. ["Material"] = Enum.Material.Grass,
  1596. ["BrickColor"] = BrickColor.new("Sea green"),
  1597. ["Position"] = Vector3.new(114.48687, 52.3379784, 206.654602),
  1598. ["Rotation"] = Vector3.new(28.1539402, 31.7645493, -105.733826),
  1599. ["Anchored"] = true,
  1600. ["CFrame"] = CFrame.new(114.48687, 52.3379784, 206.654602, -0.230552658, 0.818362653, 0.526429832, -0.916004062, 0, -0.401168913, -0.328301668, -0.574702203, 0.749623299),
  1601. ["Size"] = Vector3.new(0.200000003, 11.3913774, 17.7131195),
  1602. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1603. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1604. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1605. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1606. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1607. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1608. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1609. })
  1610. o103 = Create("WedgePart",{
  1611. ["Name"] = "Triangle",
  1612. ["Parent"] = o59,
  1613. ["Material"] = Enum.Material.Grass,
  1614. ["BrickColor"] = BrickColor.new("Sea green"),
  1615. ["Position"] = Vector3.new(40.0916901, 6.493433, -94.6303253),
  1616. ["Rotation"] = Vector3.new(43.0212288, -51.7277451, 153.562637),
  1617. ["Anchored"] = true,
  1618. ["CFrame"] = CFrame.new(40.0916901, 6.493433, -94.6303253, -0.554623187, -0.27576831, -0.78507638, 0.805118144, -0.416169196, -0.422596872, -0.210185826, -0.866461217, 0.452843159),
  1619. ["Size"] = Vector3.new(0.200000003, 12.7092094, 18.2151947),
  1620. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1621. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1622. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1623. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1624. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1625. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1626. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1627. })
  1628. o104 = Create("WedgePart",{
  1629. ["Name"] = "Triangle",
  1630. ["Parent"] = o59,
  1631. ["Material"] = Enum.Material.Grass,
  1632. ["BrickColor"] = BrickColor.new("Sea green"),
  1633. ["Position"] = Vector3.new(-169.177277, 24.3925018, 178.187439),
  1634. ["Rotation"] = Vector3.new(159.03009, -20.2656994, 42.1218262),
  1635. ["Anchored"] = true,
  1636. ["CFrame"] = CFrame.new(-169.177277, 24.3925018, 178.187439, 0.695805311, -0.629189968, -0.346374094, -0.718230486, -0.609454393, -0.335723668, 0.000134751215, 0.482374728, -0.87596488),
  1637. ["Size"] = Vector3.new(0.200000003, 46.9741287, 60.0387039),
  1638. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1639. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1640. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1641. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1642. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1643. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1644. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1645. })
  1646. o105 = Create("WedgePart",{
  1647. ["Name"] = "Triangle",
  1648. ["Parent"] = o59,
  1649. ["Material"] = Enum.Material.Grass,
  1650. ["BrickColor"] = BrickColor.new("Sea green"),
  1651. ["Position"] = Vector3.new(-135.281677, 41.5037155, 116.299248),
  1652. ["Rotation"] = Vector3.new(-121.436378, -76.3190231, 178.770432),
  1653. ["Anchored"] = true,
  1654. ["CFrame"] = CFrame.new(-135.281677, 41.5037155, 116.299248, -0.236460745, -0.00507524749, -0.971627712, -0.840013146, 0.503641665, 0.201799437, 0.488328069, 0.863897741, -0.12335483),
  1655. ["Size"] = Vector3.new(0.200000003, 21.7792969, 17.8078613),
  1656. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1657. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1658. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1659. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1660. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1661. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1662. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1663. })
  1664. o106 = Create("WedgePart",{
  1665. ["Name"] = "Triangle",
  1666. ["Parent"] = o59,
  1667. ["Material"] = Enum.Material.Grass,
  1668. ["BrickColor"] = BrickColor.new("Sea green"),
  1669. ["Position"] = Vector3.new(158.403, 28.2625694, -110.604431),
  1670. ["Rotation"] = Vector3.new(90.2767181, 61.9829483, -177.082443),
  1671. ["Anchored"] = true,
  1672. ["CFrame"] = CFrame.new(158.403, 28.2625694, -110.604431, -0.46912542, 0.0239090826, 0.882807851, -0.88140744, 0.0497576483, -0.469728798, -0.0551572368, -0.998475015, -0.00226858095),
  1673. ["Size"] = Vector3.new(0.200000003, 21.7536774, 25.6265869),
  1674. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1675. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1676. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1677. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1678. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1679. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1680. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1681. })
  1682. o107 = Create("WedgePart",{
  1683. ["Name"] = "Triangle",
  1684. ["Parent"] = o59,
  1685. ["Material"] = Enum.Material.Grass,
  1686. ["BrickColor"] = BrickColor.new("Sea green"),
  1687. ["Position"] = Vector3.new(-14.994915, 45.7728729, -205.466766),
  1688. ["Rotation"] = Vector3.new(150.016937, -32.5414848, -137.010666),
  1689. ["Anchored"] = true,
  1690. ["CFrame"] = CFrame.new(-14.994915, 45.7728729, -205.466766, -0.616639853, 0.574811339, -0.537910104, 0.787245452, 0.450292528, -0.421285301, 5.73247671e-005, -0.68324852, -0.730185926),
  1691. ["Size"] = Vector3.new(0.200000003, 67.4999237, 72.2051392),
  1692. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1693. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1694. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1695. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1696. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1697. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1698. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1699. })
  1700. o108 = Create("WedgePart",{
  1701. ["Name"] = "Triangle",
  1702. ["Parent"] = o59,
  1703. ["Material"] = Enum.Material.Grass,
  1704. ["BrickColor"] = BrickColor.new("Sea green"),
  1705. ["Position"] = Vector3.new(-30.7201843, 27.9524899, 72.6686554),
  1706. ["Rotation"] = Vector3.new(-85.1959076, 37.7713547, 94.8705063),
  1707. ["Anchored"] = true,
  1708. ["CFrame"] = CFrame.new(-30.7201843, 27.9524899, 72.6686554, -0.0671135187, -0.787608206, 0.612511933, 0.135268793, 0.601044178, 0.787684262, -0.988533318, 0.135717914, 0.0662003681),
  1709. ["Size"] = Vector3.new(0.200000003, 82.6294937, 7.9232316),
  1710. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1711. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1712. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1713. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1714. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1715. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1716. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1717. })
  1718. o109 = Create("WedgePart",{
  1719. ["Name"] = "Triangle",
  1720. ["Parent"] = o59,
  1721. ["Material"] = Enum.Material.Grass,
  1722. ["BrickColor"] = BrickColor.new("Sea green"),
  1723. ["Position"] = Vector3.new(-84.7857437, 52.3475075, 222.278763),
  1724. ["Rotation"] = Vector3.new(13.4270515, 8.98387814, 87.8650208),
  1725. ["Anchored"] = true,
  1726. ["CFrame"] = CFrame.new(-84.7857437, 52.3475075, 222.278763, 0.0367967561, -0.987046659, 0.156156555, 0.973342061, -0, -0.229358539, 0.226387575, 0.160433337, 0.960734069),
  1727. ["Size"] = Vector3.new(0.200000003, 53.9484634, 31.0649185),
  1728. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1729. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1730. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1731. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1732. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1733. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1734. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1735. })
  1736. o110 = Create("WedgePart",{
  1737. ["Name"] = "Triangle",
  1738. ["Parent"] = o59,
  1739. ["Material"] = Enum.Material.Grass,
  1740. ["BrickColor"] = BrickColor.new("Sea green"),
  1741. ["Position"] = Vector3.new(60.743824, 7.75443268, -60.8037987),
  1742. ["Rotation"] = Vector3.new(5.39037132, -21.1345615, 135.316101),
  1743. ["Anchored"] = true,
  1744. ["CFrame"] = CFrame.new(60.743824, 7.75443268, -60.8037987, -0.66317296, -0.65589571, -0.360559493, 0.724167466, -0.684035122, -0.0876221806, -0.189164355, -0.319212735, 0.928611457),
  1745. ["Size"] = Vector3.new(0.200000003, 22.4443703, 1.37727523),
  1746. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1747. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1748. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1749. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1750. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1751. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1752. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1753. })
  1754. o111 = Create("WedgePart",{
  1755. ["Name"] = "Triangle",
  1756. ["Parent"] = o59,
  1757. ["Material"] = Enum.Material.Grass,
  1758. ["BrickColor"] = BrickColor.new("Sea green"),
  1759. ["Position"] = Vector3.new(-21.0945702, 0, 50.673275),
  1760. ["Rotation"] = Vector3.new(-25.3298073, 29.8256874, -123.245956),
  1761. ["Anchored"] = true,
  1762. ["CFrame"] = CFrame.new(-21.0945702, 0, 50.673275, -0.475616395, 0.725547373, 0.497362971, -0.639264286, -0.673485041, 0.371159106, 0.604260087, -0.141417131, 0.78413707),
  1763. ["Size"] = Vector3.new(0.200000003, 25.1686001, 45.6695671),
  1764. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1765. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1766. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1767. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1768. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1769. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1770. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1771. })
  1772. o112 = Create("WedgePart",{
  1773. ["Name"] = "Triangle",
  1774. ["Parent"] = o59,
  1775. ["Material"] = Enum.Material.Grass,
  1776. ["BrickColor"] = BrickColor.new("Sea green"),
  1777. ["Position"] = Vector3.new(-46.5608368, 52.3475075, 216.065735),
  1778. ["Rotation"] = Vector3.new(13.4270515, 8.98387814, -92.1349792),
  1779. ["Anchored"] = true,
  1780. ["CFrame"] = CFrame.new(-46.5608368, 52.3475075, 216.065735, -0.0367967561, 0.987046659, 0.156156555, -0.973342061, 0, -0.229358539, -0.226387575, -0.160433337, 0.960734069),
  1781. ["Size"] = Vector3.new(0.200000003, 23.5046158, 31.0649185),
  1782. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1783. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1784. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1785. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1786. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1787. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1788. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1789. })
  1790. o113 = Create("WedgePart",{
  1791. ["Name"] = "Triangle",
  1792. ["Parent"] = o59,
  1793. ["Material"] = Enum.Material.Grass,
  1794. ["BrickColor"] = BrickColor.new("Sea green"),
  1795. ["Position"] = Vector3.new(128.022919, 28.2799835, 117.64991),
  1796. ["Rotation"] = Vector3.new(-10.6280489, 8.42688751, -137.239563),
  1797. ["Anchored"] = true,
  1798. ["CFrame"] = CFrame.new(128.022919, 28.2799835, 117.64991, -0.726272166, 0.671604574, 0.146547258, -0.647443652, -0.739954054, 0.182441324, 0.230966657, 0.0376208499, 0.97223413),
  1799. ["Size"] = Vector3.new(0.200000003, 3.45636392, 14.0184622),
  1800. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1801. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1802. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1803. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1804. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1805. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1806. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1807. })
  1808. o114 = Create("WedgePart",{
  1809. ["Name"] = "Triangle",
  1810. ["Parent"] = o59,
  1811. ["Material"] = Enum.Material.Grass,
  1812. ["BrickColor"] = BrickColor.new("Sea green"),
  1813. ["Position"] = Vector3.new(115.500832, 42.0764618, 116.948471),
  1814. ["Rotation"] = Vector3.new(-10.6280489, 8.42688751, 42.7604408),
  1815. ["Anchored"] = true,
  1816. ["CFrame"] = CFrame.new(115.500832, 42.0764618, 116.948471, 0.726272166, -0.671604574, 0.146547258, 0.647443652, 0.739954054, 0.182441324, -0.230966657, -0.0376208499, 0.97223413),
  1817. ["Size"] = Vector3.new(0.200000003, 33.8337402, 14.0184622),
  1818. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1819. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1820. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1821. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1822. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1823. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1824. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1825. })
  1826. o115 = Create("WedgePart",{
  1827. ["Name"] = "Triangle",
  1828. ["Parent"] = o59,
  1829. ["Material"] = Enum.Material.Grass,
  1830. ["BrickColor"] = BrickColor.new("Sea green"),
  1831. ["Position"] = Vector3.new(-46.5608368, 52.3475037, 216.065735),
  1832. ["Rotation"] = Vector3.new(-164.658401, 0.203500435, 89.9441757),
  1833. ["Anchored"] = true,
  1834. ["CFrame"] = CFrame.new(-46.5608368, 52.3475037, 216.065735, 0.000974411902, -0.999993265, 0.00355174509, -0.964366138, -0, 0.264571577, -0.264569789, -0.00368298031, -0.964359581),
  1835. ["Size"] = Vector3.new(0.200000003, 28.1469879, 26.9303455),
  1836. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1837. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1838. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1839. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1840. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1841. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1842. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1843. })
  1844. o116 = Create("WedgePart",{
  1845. ["Name"] = "Triangle",
  1846. ["Parent"] = o59,
  1847. ["Material"] = Enum.Material.Grass,
  1848. ["BrickColor"] = BrickColor.new("Sea green"),
  1849. ["Position"] = Vector3.new(64.6884918, 43.7615662, 68.9980698),
  1850. ["Rotation"] = Vector3.new(133.058823, 27.3679886, 94.0655975),
  1851. ["Anchored"] = true,
  1852. ["CFrame"] = CFrame.new(64.6884918, 43.7615662, 68.9980698, -0.0629630238, -0.885837734, 0.459703684, -0.704844296, -0.286632746, -0.648872912, 0.706562221, -0.364874393, -0.606330216),
  1853. ["Size"] = Vector3.new(0.200000003, 38.1240845, 8.39638233),
  1854. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1855. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1856. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1857. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1858. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1859. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1860. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1861. })
  1862. o117 = Create("WedgePart",{
  1863. ["Name"] = "Triangle",
  1864. ["Parent"] = o59,
  1865. ["Material"] = Enum.Material.Grass,
  1866. ["BrickColor"] = BrickColor.new("Sea green"),
  1867. ["Position"] = Vector3.new(-35.3722076, 22.8925018, -148.484451),
  1868. ["Rotation"] = Vector3.new(-153.509857, 5.76155138, -132.637009),
  1869. ["Anchored"] = true,
  1870. ["CFrame"] = CFrame.new(-35.3722076, 22.8925018, -148.484451, -0.673929513, 0.731943429, 0.100388654, 0.688753903, 0.573295653, 0.443790644, 0.2672773, 0.368226737, -0.890489697),
  1871. ["Size"] = Vector3.new(0.200000003, 50.5393829, 37.8804626),
  1872. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1873. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1874. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1875. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1876. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1877. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1878. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1879. })
  1880. o118 = Create("WedgePart",{
  1881. ["Name"] = "Triangle",
  1882. ["Parent"] = o59,
  1883. ["Material"] = Enum.Material.Grass,
  1884. ["BrickColor"] = BrickColor.new("Sea green"),
  1885. ["Position"] = Vector3.new(-64.5997391, 0, -163.188263),
  1886. ["Rotation"] = Vector3.new(-153.509857, 5.76155138, 47.3629951),
  1887. ["Anchored"] = true,
  1888. ["CFrame"] = CFrame.new(-64.5997391, 0, -163.188263, 0.673929513, -0.731943429, 0.100388654, -0.688753903, -0.573295653, 0.443790644, -0.2672773, -0.368226737, -0.890489697),
  1889. ["Size"] = Vector3.new(0.200000003, 29.323431, 37.8804626),
  1890. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1891. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1892. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1893. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1894. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1895. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1896. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1897. })
  1898. o119 = Create("WedgePart",{
  1899. ["Name"] = "Triangle",
  1900. ["Parent"] = o59,
  1901. ["Material"] = Enum.Material.Grass,
  1902. ["BrickColor"] = BrickColor.new("Sea green"),
  1903. ["Position"] = Vector3.new(-23.1568451, 35.6397324, -152.108017),
  1904. ["Rotation"] = Vector3.new(-152.773651, -40.1108894, -122.112457),
  1905. ["Anchored"] = true,
  1906. ["CFrame"] = CFrame.new(-23.1568451, 35.6397324, -152.108017, -0.406554103, 0.647789717, -0.64426899, 0.596475184, 0.722348094, 0.349900693, 0.692048609, -0.242036656, -0.680063844),
  1907. ["Size"] = Vector3.new(0.200000003, 27.163332, 1.9124198),
  1908. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1909. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1910. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1911. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1912. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1913. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1914. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1915. })
  1916. o120 = Create("WedgePart",{
  1917. ["Name"] = "Triangle",
  1918. ["Parent"] = o59,
  1919. ["Material"] = Enum.Material.Grass,
  1920. ["BrickColor"] = BrickColor.new("Sea green"),
  1921. ["Position"] = Vector3.new(-32.2655144, 25.4826927, -148.704712),
  1922. ["Rotation"] = Vector3.new(-152.773651, -40.1108894, 57.8875427),
  1923. ["Anchored"] = true,
  1924. ["CFrame"] = CFrame.new(-32.2655144, 25.4826927, -148.704712, 0.406554103, -0.647789717, -0.64426899, -0.596475184, -0.722348094, 0.349900693, -0.692048609, 0.242036656, -0.680063844),
  1925. ["Size"] = Vector3.new(0.200000003, 0.958959579, 1.9124198),
  1926. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1927. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1928. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1929. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1930. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1931. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1932. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1933. })
  1934. o121 = Create("WedgePart",{
  1935. ["Name"] = "Triangle",
  1936. ["Parent"] = o59,
  1937. ["Material"] = Enum.Material.Grass,
  1938. ["BrickColor"] = BrickColor.new("Sea green"),
  1939. ["Position"] = Vector3.new(-44.2224464, 22.8803749, -220.170578),
  1940. ["Rotation"] = Vector3.new(-165.113113, -6.0310936, -111.678711),
  1941. ["Anchored"] = true,
  1942. ["CFrame"] = CFrame.new(-44.2224464, 22.8803749, -220.170578, -0.367356807, 0.924126446, -0.105068162, 0.888107598, 0.382086426, 0.255489647, 0.276249886, 0.000544021954, -0.961085618),
  1943. ["Size"] = Vector3.new(0.200000003, 71.4295502, 72.2866364),
  1944. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1945. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1946. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1947. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1948. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1949. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1950. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1951. })
  1952. o122 = Create("WedgePart",{
  1953. ["Name"] = "Triangle",
  1954. ["Parent"] = o59,
  1955. ["Material"] = Enum.Material.Grass,
  1956. ["BrickColor"] = BrickColor.new("Sea green"),
  1957. ["Position"] = Vector3.new(-99.5616531, -9.53674316e-007, -220.203156),
  1958. ["Rotation"] = Vector3.new(-165.113113, -6.0310936, 68.3212967),
  1959. ["Anchored"] = true,
  1960. ["CFrame"] = CFrame.new(-99.5616531, -9.53674316e-007, -220.203156, 0.367356807, -0.924126446, -0.105068162, -0.888107598, -0.382086426, 0.255489647, -0.276249886, -0.000544021954, -0.961085618),
  1961. ["Size"] = Vector3.new(0.200000003, 48.3358841, 72.2866364),
  1962. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1963. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1964. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1965. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1966. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1967. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1968. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1969. })
  1970. o123 = Create("WedgePart",{
  1971. ["Name"] = "Triangle",
  1972. ["Parent"] = o59,
  1973. ["Material"] = Enum.Material.Grass,
  1974. ["BrickColor"] = BrickColor.new("Sea green"),
  1975. ["Position"] = Vector3.new(-184.406082, 8.04765797, -92.4085007),
  1976. ["Rotation"] = Vector3.new(106.07164, -35.0538025, 26.6389523),
  1977. ["Anchored"] = true,
  1978. ["CFrame"] = CFrame.new(-184.406082, 8.04765797, -92.4085007, 0.73171711, -0.367039025, -0.57434535, -0.617439151, -0, -0.78661871, 0.288719773, 0.930205584, -0.226624176),
  1979. ["Size"] = Vector3.new(0.200000003, 17.4845543, 20.4613953),
  1980. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1981. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1982. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1983. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1984. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1985. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1986. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  1987. })
  1988. o124 = Create("WedgePart",{
  1989. ["Name"] = "Triangle",
  1990. ["Parent"] = o59,
  1991. ["Material"] = Enum.Material.Grass,
  1992. ["BrickColor"] = BrickColor.new("Sea green"),
  1993. ["Position"] = Vector3.new(-178.817627, 8.04765797, -106.571594),
  1994. ["Rotation"] = Vector3.new(106.07164, -35.0538025, -153.361053),
  1995. ["Anchored"] = true,
  1996. ["CFrame"] = CFrame.new(-178.817627, 8.04765797, -106.571594, -0.73171711, 0.367039025, -0.57434535, 0.617439151, 0, -0.78661871, -0.288719773, -0.930205584, -0.226624176),
  1997. ["Size"] = Vector3.new(0.200000003, 12.9670048, 20.4613953),
  1998. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  1999. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2000. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2001. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2002. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2003. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2004. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2005. })
  2006. o125 = Create("WedgePart",{
  2007. ["Name"] = "Triangle",
  2008. ["Parent"] = o59,
  2009. ["Material"] = Enum.Material.Grass,
  2010. ["BrickColor"] = BrickColor.new("Sea green"),
  2011. ["Position"] = Vector3.new(-178.817627, 8.04765797, -106.571602),
  2012. ["Rotation"] = Vector3.new(-61.4880562, 34.3407936, 136.210922),
  2013. ["Anchored"] = true,
  2014. ["CFrame"] = CFrame.new(-178.817627, 8.04765797, -106.571602, -0.59606415, -0.571386755, 0.564114094, 0.688163042, -0.00156432099, 0.725554407, -0.413689733, 0.820679426, 0.394139767),
  2015. ["Size"] = Vector3.new(0.200000003, 9.68394375, 22.2043514),
  2016. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2017. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2018. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2019. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2020. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2021. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2022. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2023. })
  2024. o126 = Create("WedgePart",{
  2025. ["Name"] = "Triangle",
  2026. ["Parent"] = o59,
  2027. ["Material"] = Enum.Material.Grass,
  2028. ["BrickColor"] = BrickColor.new("Sea green"),
  2029. ["Position"] = Vector3.new(-162.49028, 8.0735178, -135.660629),
  2030. ["Rotation"] = Vector3.new(154.526062, -4.29934692, 60.6777077),
  2031. ["Anchored"] = true,
  2032. ["CFrame"] = CFrame.new(-162.49028, 8.0735178, -135.660629, 0.488343656, -0.869425237, -0.0749673545, -0.802905917, -0.413999021, -0.428890288, 0.341851622, 0.269637555, -0.9002406),
  2033. ["Size"] = Vector3.new(0.200000003, 11.6651917, 26.3882351),
  2034. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2035. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2036. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2037. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2038. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2039. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2040. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2041. })
  2042. o127 = Create("WedgePart",{
  2043. ["Name"] = "Triangle",
  2044. ["Parent"] = o59,
  2045. ["Material"] = Enum.Material.Grass,
  2046. ["BrickColor"] = BrickColor.new("Sea green"),
  2047. ["Position"] = Vector3.new(-145.610535, 16.1112442, -140.895599),
  2048. ["Rotation"] = Vector3.new(154.526062, -4.29934692, -119.322296),
  2049. ["Anchored"] = true,
  2050. ["CFrame"] = CFrame.new(-145.610535, 16.1112442, -140.895599, -0.488343656, 0.869425237, -0.0749673545, 0.802905917, 0.413999021, -0.428890288, -0.341851622, -0.269637555, -0.9002406),
  2051. ["Size"] = Vector3.new(0.200000003, 27.1644897, 26.3882351),
  2052. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2053. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2054. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2055. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2056. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2057. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2058. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2059. })
  2060. o128 = Create("WedgePart",{
  2061. ["Name"] = "Triangle",
  2062. ["Parent"] = o59,
  2063. ["Material"] = Enum.Material.Grass,
  2064. ["BrickColor"] = BrickColor.new("Sea green"),
  2065. ["Position"] = Vector3.new(-151.670654, 8.03772545, -151.20079),
  2066. ["Rotation"] = Vector3.new(118.379936, -18.1525574, 60.02882),
  2067. ["Anchored"] = true,
  2068. ["CFrame"] = CFrame.new(-151.670654, 8.03772545, -151.20079, 0.474701136, -0.823162436, -0.311548203, -0.548688412, -0, -0.836026907, 0.68818593, 0.567806065, -0.451659888),
  2069. ["Size"] = Vector3.new(0.200000003, 33.7344551, 19.2283897),
  2070. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2071. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2072. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2073. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2074. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2075. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2076. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2077. })
  2078. o129 = Create("WedgePart",{
  2079. ["Name"] = "Triangle",
  2080. ["Parent"] = o59,
  2081. ["Material"] = Enum.Material.Grass,
  2082. ["BrickColor"] = BrickColor.new("Sea green"),
  2083. ["Position"] = Vector3.new(-130.518906, 8.03772545, -165.790985),
  2084. ["Rotation"] = Vector3.new(118.379936, -18.1525574, -119.971184),
  2085. ["Anchored"] = true,
  2086. ["CFrame"] = CFrame.new(-130.518906, 8.03772545, -165.790985, -0.474701136, 0.823162436, -0.311548203, 0.548688412, 0, -0.836026907, -0.68818593, -0.567806065, -0.451659888),
  2087. ["Size"] = Vector3.new(0.200000003, 17.6570187, 19.2283897),
  2088. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2089. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2090. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2091. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2092. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2093. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2094. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2095. })
  2096. o130 = Create("WedgePart",{
  2097. ["Name"] = "Triangle",
  2098. ["Parent"] = o59,
  2099. ["Material"] = Enum.Material.Grass,
  2100. ["BrickColor"] = BrickColor.new("Sea green"),
  2101. ["Position"] = Vector3.new(-130.51889, 8.03772545, -165.790985),
  2102. ["Rotation"] = Vector3.new(115.010651, 54.4064178, 127.362816),
  2103. ["Anchored"] = true,
  2104. ["CFrame"] = CFrame.new(-130.51889, 8.03772545, -165.790985, -0.353211939, -0.462604016, 0.813165963, -0.783238769, -0.329133749, -0.527454257, 0.511642814, -0.823206246, -0.246075302),
  2105. ["Size"] = Vector3.new(0.200000003, 16.7410336, 20.0309544),
  2106. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2107. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2108. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2109. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2110. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2111. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2112. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2113. })
  2114. o131 = Create("WedgePart",{
  2115. ["Name"] = "Triangle",
  2116. ["Parent"] = o59,
  2117. ["Material"] = Enum.Material.Grass,
  2118. ["BrickColor"] = BrickColor.new("Sea green"),
  2119. ["Position"] = Vector3.new(-119.162292, 16.117733, -145.581848),
  2120. ["Rotation"] = Vector3.new(115.010651, 54.4064178, -52.637188),
  2121. ["Anchored"] = true,
  2122. ["CFrame"] = CFrame.new(-119.162292, 16.117733, -145.581848, 0.353211939, 0.462604016, 0.813165963, 0.783238769, 0.329133749, -0.527454257, -0.511642814, 0.823206246, -0.246075302),
  2123. ["Size"] = Vector3.new(0.200000003, 32.3575821, 20.0309544),
  2124. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2125. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2126. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2127. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2128. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2129. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2130. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2131. })
  2132. o132 = Create("WedgePart",{
  2133. ["Name"] = "Triangle",
  2134. ["Parent"] = o59,
  2135. ["Material"] = Enum.Material.Grass,
  2136. ["BrickColor"] = BrickColor.new("Sea green"),
  2137. ["Position"] = Vector3.new(-114.890274, 8.0800066, -154.937073),
  2138. ["Rotation"] = Vector3.new(138.321396, 25.7714558, 111.160706),
  2139. ["Anchored"] = true,
  2140. ["CFrame"] = CFrame.new(-114.890274, 8.0800066, -154.937073, -0.325079918, -0.839813888, 0.434782505, -0.800889373, -0, -0.598812401, 0.502890944, -0.542874396, -0.672597945),
  2141. ["Size"] = Vector3.new(0.200000003, 41.0169334, 26.9867706),
  2142. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2143. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2144. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2145. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2146. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2147. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2148. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2149. })
  2150. o133 = Create("WedgePart",{
  2151. ["Name"] = "Triangle",
  2152. ["Parent"] = o59,
  2153. ["Material"] = Enum.Material.Grass,
  2154. ["BrickColor"] = BrickColor.new("Sea green"),
  2155. ["Position"] = Vector3.new(-89.6906281, 8.0800066, -138.647461),
  2156. ["Rotation"] = Vector3.new(138.321396, 25.7714558, -68.8392944),
  2157. ["Anchored"] = true,
  2158. ["CFrame"] = CFrame.new(-89.6906281, 8.0800066, -138.647461, 0.325079918, 0.839813888, 0.434782505, 0.800889373, 0, -0.598812401, -0.502890944, 0.542874396, -0.672597945),
  2159. ["Size"] = Vector3.new(0.200000003, 18.9955196, 26.9867706),
  2160. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2161. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2162. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2163. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2164. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2165. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2166. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2167. })
  2168. o134 = Create("WedgePart",{
  2169. ["Name"] = "Triangle",
  2170. ["Parent"] = o59,
  2171. ["Material"] = Enum.Material.Grass,
  2172. ["BrickColor"] = BrickColor.new("Sea green"),
  2173. ["Position"] = Vector3.new(-95.2044754, 16.1239491, -128.941147),
  2174. ["Rotation"] = Vector3.new(153.019897, -4.08786249, 108.501839),
  2175. ["Anchored"] = true,
  2176. ["CFrame"] = CFrame.new(-95.2044754, 16.1239491, -128.941147, -0.316527694, -0.945900857, -0.0712861493, -0.834840059, 0.313467234, -0.452526838, 0.450391442, -0.0837245435, -0.888896883),
  2177. ["Size"] = Vector3.new(0.200000003, 16.7487965, 11.4425697),
  2178. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2179. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2180. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2181. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2182. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2183. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2184. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2185. })
  2186. o135 = Create("WedgePart",{
  2187. ["Name"] = "Triangle",
  2188. ["Parent"] = o59,
  2189. ["Material"] = Enum.Material.Grass,
  2190. ["BrickColor"] = BrickColor.new("Sea green"),
  2191. ["Position"] = Vector3.new(-70.8227005, 8.04394245, -126.783043),
  2192. ["Rotation"] = Vector3.new(153.019897, -4.08786249, -71.4981689),
  2193. ["Anchored"] = true,
  2194. ["CFrame"] = CFrame.new(-70.8227005, 8.04394245, -126.783043, 0.316527694, 0.945900857, -0.0712861493, 0.834840059, -0.313467234, -0.452526838, -0.450391442, 0.0837245435, -0.888896883),
  2195. ["Size"] = Vector3.new(0.200000003, 34.8036842, 11.4425697),
  2196. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2197. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2198. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2199. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2200. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2201. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2202. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2203. })
  2204. o136 = Create("WedgePart",{
  2205. ["Name"] = "Triangle",
  2206. ["Parent"] = o59,
  2207. ["Material"] = Enum.Material.Grass,
  2208. ["BrickColor"] = BrickColor.new("Sea green"),
  2209. ["Position"] = Vector3.new(-89.6906281, 8.08000565, -138.647461),
  2210. ["Rotation"] = Vector3.new(-32.274559, 5.83078623, 71.9562454),
  2211. ["Anchored"] = true,
  2212. ["CFrame"] = CFrame.new(-89.6906281, 8.08000565, -138.647461, 0.308140695, -0.945900857, 0.101590849, 0.787114978, 0.313467234, 0.531214297, -0.534321487, -0.0837245435, 0.841124594),
  2213. ["Size"] = Vector3.new(0.200000003, 30.5975914, 12.3653889),
  2214. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2215. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2216. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2217. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2218. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2219. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2220. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2221. })
  2222. o137 = Create("WedgePart",{
  2223. ["Name"] = "Triangle",
  2224. ["Parent"] = o59,
  2225. ["Material"] = Enum.Material.Grass,
  2226. ["BrickColor"] = BrickColor.new("Sea green"),
  2227. ["Position"] = Vector3.new(-65.3088608, -2.38418579e-007, -136.489334),
  2228. ["Rotation"] = Vector3.new(-32.274559, 5.83078623, -108.043762),
  2229. ["Anchored"] = true,
  2230. ["CFrame"] = CFrame.new(-65.3088608, -2.38418579e-007, -136.489334, -0.308140695, 0.945900857, 0.101590849, -0.787114978, -0.313467234, 0.531214297, 0.534321487, 0.0837245435, 0.841124594),
  2231. ["Size"] = Vector3.new(0.200000003, 20.9548874, 12.3653889),
  2232. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2233. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2234. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2235. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2236. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2237. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2238. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2239. })
  2240. o138 = Create("WedgePart",{
  2241. ["Name"] = "Triangle",
  2242. ["Parent"] = o59,
  2243. ["Material"] = Enum.Material.Grass,
  2244. ["BrickColor"] = BrickColor.new("Sea green"),
  2245. ["Position"] = Vector3.new(-83.7800217, 8.0439415, -119.03846),
  2246. ["Rotation"] = Vector3.new(-132.528503, 12.2150002, 116.283264),
  2247. ["Anchored"] = true,
  2248. ["CFrame"] = CFrame.new(-83.7800217, 8.0439415, -119.03846, -0.43278423, -0.876316905, 0.211580679, -0.537029803, 0.439122498, 0.720257282, -0.724083483, 0.198090732, -0.660653651),
  2249. ["Size"] = Vector3.new(0.200000003, 10.8587437, 15.7160053),
  2250. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2251. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2252. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2253. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2254. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2255. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2256. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2257. })
  2258. o139 = Create("WedgePart",{
  2259. ["Name"] = "Triangle",
  2260. ["Parent"] = o59,
  2261. ["Material"] = Enum.Material.Grass,
  2262. ["BrickColor"] = BrickColor.new("Sea green"),
  2263. ["Position"] = Vector3.new(-67.7274475, -4.76837158e-007, -122.66713),
  2264. ["Rotation"] = Vector3.new(-132.528503, 12.2150002, -63.7167473),
  2265. ["Anchored"] = true,
  2266. ["CFrame"] = CFrame.new(-67.7274475, -4.76837158e-007, -122.66713, 0.43278423, 0.876316905, 0.211580679, 0.537029803, -0.439122498, 0.720257282, 0.724083483, -0.198090732, -0.660653651),
  2267. ["Size"] = Vector3.new(0.200000003, 25.7776966, 15.7160053),
  2268. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2269. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2270. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2271. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2272. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2273. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2274. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2275. })
  2276. o140 = Create("WedgePart",{
  2277. ["Name"] = "Triangle",
  2278. ["Parent"] = o59,
  2279. ["Material"] = Enum.Material.Grass,
  2280. ["BrickColor"] = BrickColor.new("Sea green"),
  2281. ["Position"] = Vector3.new(187.973572, 20.7745075, -69.6835098),
  2282. ["Rotation"] = Vector3.new(-128.210678, -50.6253395, -52.416172),
  2283. ["Anchored"] = true,
  2284. ["CFrame"] = CFrame.new(187.973572, 20.7745075, -69.6835098, 0.386927634, 0.502729237, -0.773014188, 0.860641062, 0.104062051, 0.498465598, 0.33103469, -0.858157456, -0.392404258),
  2285. ["Size"] = Vector3.new(0.200000003, 7.18930912, 6.48164845),
  2286. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2287. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2288. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2289. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2290. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2291. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2292. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2293. })
  2294. o141 = Create("WedgePart",{
  2295. ["Name"] = "Triangle",
  2296. ["Parent"] = o59,
  2297. ["Material"] = Enum.Material.Grass,
  2298. ["BrickColor"] = BrickColor.new("Sea green"),
  2299. ["Position"] = Vector3.new(166.324966, 20.7905235, -57.67342),
  2300. ["Rotation"] = Vector3.new(7.04254484, 59.8192062, 89.8889313),
  2301. ["Anchored"] = true,
  2302. ["CFrame"] = CFrame.new(166.324966, 20.7905235, -57.67342, 0.000974584487, -0.502729237, 0.864443362, 0.992659032, -0.104062051, -0.0616379119, 0.120942943, 0.858157456, 0.498937368),
  2303. ["Size"] = Vector3.new(0.200000003, 26.9080067, 19.6460476),
  2304. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2305. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2306. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2307. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2308. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2309. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2310. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2311. })
  2312. o142 = Create("WedgePart",{
  2313. ["Name"] = "Triangle",
  2314. ["Parent"] = o59,
  2315. ["Material"] = Enum.Material.Grass,
  2316. ["BrickColor"] = BrickColor.new("Sea green"),
  2317. ["Position"] = Vector3.new(175.936371, 22.7800293, -74.0800705),
  2318. ["Rotation"] = Vector3.new(7.04254484, 59.8192062, -90.1110764),
  2319. ["Anchored"] = true,
  2320. ["CFrame"] = CFrame.new(175.936371, 22.7800293, -74.0800705, -0.000974584487, 0.502729237, 0.864443362, -0.992659032, 0.104062051, -0.0616379119, -0.120942943, -0.858157456, 0.498937368),
  2321. ["Size"] = Vector3.new(0.200000003, 11.3289251, 19.6460476),
  2322. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2323. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2324. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2325. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2326. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2327. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2328. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2329. })
  2330. o143 = Create("WedgePart",{
  2331. ["Name"] = "Triangle",
  2332. ["Parent"] = o59,
  2333. ["Material"] = Enum.Material.Grass,
  2334. ["BrickColor"] = BrickColor.new("Sea green"),
  2335. ["Position"] = Vector3.new(203.886948, 18.7850018, -60.2699356),
  2336. ["Rotation"] = Vector3.new(-149.501465, 29.8194008, -99.4815216),
  2337. ["Anchored"] = true,
  2338. ["CFrame"] = CFrame.new(203.886948, 18.7850018, -60.2699356, -0.14291881, 0.855744541, 0.497267753, 0.891444147, -0.106986068, 0.440319747, 0.430002004, 0.506216466, -0.747558236),
  2339. ["Size"] = Vector3.new(0.200000003, 31.1607914, 7.57124996),
  2340. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2341. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2342. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2343. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2344. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2345. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2346. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2347. })
  2348. o144 = Create("WedgePart",{
  2349. ["Name"] = "Triangle",
  2350. ["Parent"] = o59,
  2351. ["Material"] = Enum.Material.Grass,
  2352. ["BrickColor"] = BrickColor.new("Sea green"),
  2353. ["Position"] = Vector3.new(187.973572, 20.7745075, -69.6835022),
  2354. ["Rotation"] = Vector3.new(-149.501465, 29.8194008, 80.5184784),
  2355. ["Anchored"] = true,
  2356. ["CFrame"] = CFrame.new(187.973572, 20.7745075, -69.6835022, 0.14291881, -0.855744541, 0.497267753, -0.891444147, 0.106986068, 0.440319747, -0.430002004, -0.506216466, -0.747558236),
  2357. ["Size"] = Vector3.new(0.200000003, 6.03109169, 7.57124996),
  2358. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2359. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2360. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2361. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2362. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2363. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2364. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2365. })
  2366. o145 = Create("WedgePart",{
  2367. ["Name"] = "Triangle",
  2368. ["Parent"] = o59,
  2369. ["Material"] = Enum.Material.Grass,
  2370. ["BrickColor"] = BrickColor.new("Sea green"),
  2371. ["Position"] = Vector3.new(232.490463, 18.7849998, -57.5559235),
  2372. ["Rotation"] = Vector3.new(-160.933533, -28.7425423, 93.4210815),
  2373. ["Anchored"] = true,
  2374. ["CFrame"] = CFrame.new(232.490463, 18.7849998, -57.5559235, -0.0523212105, -0.875226676, -0.480874658, -0.952829838, -0.100405067, 0.286416233, -0.298961401, 0.473177701, -0.82868892),
  2375. ["Size"] = Vector3.new(0.200000003, 25.6527901, 8.99275208),
  2376. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2377. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2378. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2379. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2380. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2381. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2382. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2383. })
  2384. o146 = Create("WedgePart",{
  2385. ["Name"] = "Triangle",
  2386. ["Parent"] = o59,
  2387. ["Material"] = Enum.Material.Grass,
  2388. ["BrickColor"] = BrickColor.new("Sea green"),
  2389. ["Position"] = Vector3.new(249.924377, 20.7849998, -66.9813004),
  2390. ["Rotation"] = Vector3.new(-160.933533, -28.7425423, -86.5789185),
  2391. ["Anchored"] = true,
  2392. ["CFrame"] = CFrame.new(249.924377, 20.7849998, -66.9813004, 0.0523212105, 0.875226676, -0.480874658, 0.952829838, 0.100405067, 0.286416233, 0.298961401, -0.473177701, -0.82868892),
  2393. ["Size"] = Vector3.new(0.200000003, 14.1858368, 8.99275208),
  2394. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2395. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2396. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2397. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2398. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2399. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2400. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2401. })
  2402. o147 = Create("WedgePart",{
  2403. ["Name"] = "Triangle",
  2404. ["Parent"] = o59,
  2405. ["Material"] = Enum.Material.Grass,
  2406. ["BrickColor"] = BrickColor.new("Sea green"),
  2407. ["Position"] = Vector3.new(236.536179, 20.7850018, -64.6382294),
  2408. ["Rotation"] = Vector3.new(-168.044235, -0.0235635899, -90.0134354),
  2409. ["Anchored"] = true,
  2410. ["CFrame"] = CFrame.new(236.536179, 20.7850018, -64.6382294, -0.000234521518, 0.999999881, -0.000411262212, 0.978307784, 0.000314666569, 0.207156301, 0.207156405, -0.000353931973, -0.978307784),
  2411. ["Size"] = Vector3.new(0.200000003, 34.8757553, 19.2561131),
  2412. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2413. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2414. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2415. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2416. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2417. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2418. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2419. })
  2420. o148 = Create("WedgePart",{
  2421. ["Name"] = "Triangle",
  2422. ["Parent"] = o59,
  2423. ["Material"] = Enum.Material.Grass,
  2424. ["BrickColor"] = BrickColor.new("Sea green"),
  2425. ["Position"] = Vector3.new(203.188889, 20.7745094, -64.6264267),
  2426. ["Rotation"] = Vector3.new(-168.044235, -0.0235635899, 89.9865646),
  2427. ["Anchored"] = true,
  2428. ["CFrame"] = CFrame.new(203.188889, 20.7745094, -64.6264267, 0.000234521518, -0.999999881, -0.000411262212, -0.978307784, -0.000314666569, 0.207156301, -0.207156405, 0.000353931973, -0.978307784),
  2429. ["Size"] = Vector3.new(0.200000003, 31.8188324, 19.2561131),
  2430. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2431. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2432. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2433. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2434. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2435. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2436. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2437. })
  2438. o149 = Create("WedgePart",{
  2439. ["Name"] = "Triangle",
  2440. ["Parent"] = o59,
  2441. ["Material"] = Enum.Material.Grass,
  2442. ["BrickColor"] = BrickColor.new("Sea green"),
  2443. ["Position"] = Vector3.new(249.924377, 20.7850018, -66.9812927),
  2444. ["Rotation"] = Vector3.new(-70.0715637, 76.866188, -11.092804),
  2445. ["Anchored"] = true,
  2446. ["CFrame"] = CFrame.new(249.924377, 20.7850018, -66.9812927, 0.222980827, 0.0437180139, 0.973842025, -0.964000881, 0.158332393, 0.213619575, -0.144851729, -0.986417532, 0.077449128),
  2447. ["Size"] = Vector3.new(0.200000003, 14.9593, 7.63721323),
  2448. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2449. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2450. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2451. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2452. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2453. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2454. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2455. })
  2456. o150 = Create("WedgePart",{
  2457. ["Name"] = "Triangle",
  2458. ["Parent"] = o59,
  2459. ["Material"] = Enum.Material.Grass,
  2460. ["BrickColor"] = BrickColor.new("Sea green"),
  2461. ["Position"] = Vector3.new(249.372147, 18.7850018, -54.5212135),
  2462. ["Rotation"] = Vector3.new(-70.0715637, 76.866188, 168.907196),
  2463. ["Anchored"] = true,
  2464. ["CFrame"] = CFrame.new(249.372147, 18.7850018, -54.5212135, -0.222980827, -0.0437180139, 0.973842025, 0.964000881, -0.158332393, 0.213619575, 0.144851729, 0.986417532, 0.077449128),
  2465. ["Size"] = Vector3.new(0.200000003, 10.3040075, 7.63721323),
  2466. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2467. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2468. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2469. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2470. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2471. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2472. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2473. })
  2474. o151 = Create("WedgePart",{
  2475. ["Name"] = "Triangle",
  2476. ["Parent"] = o59,
  2477. ["Material"] = Enum.Material.Grass,
  2478. ["BrickColor"] = BrickColor.new("Sea green"),
  2479. ["Position"] = Vector3.new(253.417862, 20.7850018, -61.6035233),
  2480. ["Rotation"] = Vector3.new(-86.517334, 37.8066521, 1.47536063),
  2481. ["Anchored"] = true,
  2482. ["CFrame"] = CFrame.new(253.417862, 20.7850018, -61.6035233, 0.789821923, -0.0203423332, 0.612998784, -0.610099852, 0.0764787868, 0.788624823, -0.0629238635, -0.996863723, 0.0479949228),
  2483. ["Size"] = Vector3.new(0.200000003, 25.1254616, 2.63551927),
  2484. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2485. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2486. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2487. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2488. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2489. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2490. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2491. })
  2492. o152 = Create("WedgePart",{
  2493. ["Name"] = "Triangle",
  2494. ["Parent"] = o59,
  2495. ["Material"] = Enum.Material.Grass,
  2496. ["BrickColor"] = BrickColor.new("Sea green"),
  2497. ["Position"] = Vector3.new(253.932816, 18.8489876, -36.3685341),
  2498. ["Rotation"] = Vector3.new(-86.517334, 37.8066521, -178.524643),
  2499. ["Anchored"] = true,
  2500. ["CFrame"] = CFrame.new(253.932816, 18.8489876, -36.3685341, -0.789821923, 0.0203423332, 0.612998784, 0.610099852, -0.0764787868, 0.788624823, 0.0629238635, 0.996863723, 0.0479949228),
  2501. ["Size"] = Vector3.new(0.200000003, 25.5033035, 2.63551927),
  2502. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2503. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2504. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2505. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2506. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2507. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2508. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2509. })
  2510. o153 = Create("WedgePart",{
  2511. ["Name"] = "Triangle",
  2512. ["Parent"] = o59,
  2513. ["Material"] = Enum.Material.Grass,
  2514. ["BrickColor"] = BrickColor.new("Sea green"),
  2515. ["Position"] = Vector3.new(255, 20.8506317, -48.7590218),
  2516. ["Rotation"] = Vector3.new(38.0858078, -88.5997467, -56.322052),
  2517. ["Anchored"] = true,
  2518. ["CFrame"] = CFrame.new(255, 20.8506317, -48.7590218, 0.0135553414, 0.0203423332, -0.999701381, -0.996957302, -0.0764787868, -0.0150736002, -0.0767625794, 0.996863723, 0.0192338843),
  2519. ["Size"] = Vector3.new(0.200000003, 50.4693184, 1.02696383),
  2520. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2521. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2522. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2523. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2524. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2525. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2526. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2527. })
  2528. o154 = Create("WedgePart",{
  2529. ["Name"] = "Triangle",
  2530. ["Parent"] = o59,
  2531. ["Material"] = Enum.Material.Grass,
  2532. ["BrickColor"] = BrickColor.new("Sea green"),
  2533. ["Position"] = Vector3.new(254.485046, 22.786644, -73.9940109),
  2534. ["Rotation"] = Vector3.new(38.0858078, -88.5997467, 123.677956),
  2535. ["Anchored"] = true,
  2536. ["CFrame"] = CFrame.new(254.485046, 22.786644, -73.9940109, -0.0135553414, -0.0203423332, -0.999701381, 0.996957302, 0.0764787868, -0.0150736002, 0.0767625794, -0.996863723, 0.0192338843),
  2537. ["Size"] = Vector3.new(0.200000003, 0.200000003, 1.02696383),
  2538. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2539. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2540. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2541. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2542. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2543. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2544. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2545. })
  2546. o155 = Create("WedgePart",{
  2547. ["Name"] = "Triangle",
  2548. ["Parent"] = o59,
  2549. ["Material"] = Enum.Material.Grass,
  2550. ["BrickColor"] = BrickColor.new("Sea green"),
  2551. ["Position"] = Vector3.new(160.494263, 31.9924316, -124.68853),
  2552. ["Rotation"] = Vector3.new(40.1734047, 22.4734459, -131.83429),
  2553. ["Anchored"] = true,
  2554. ["CFrame"] = CFrame.new(160.494263, 31.9924316, -124.68853, -0.616325915, 0.68849349, 0.382255226, -0.733783007, -0.325903624, -0.596111834, -0.28584075, -0.6478917, 0.706067681),
  2555. ["Size"] = Vector3.new(0.200000003, 14.9162035, 22.736702),
  2556. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2557. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2558. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2559. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2560. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2561. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2562. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2563. })
  2564. o156 = Create("WedgePart",{
  2565. ["Name"] = "Triangle",
  2566. ["Parent"] = o59,
  2567. ["Material"] = Enum.Material.Grass,
  2568. ["BrickColor"] = BrickColor.new("Sea green"),
  2569. ["Position"] = Vector3.new(148.922531, 37.4700012, -113.79921),
  2570. ["Rotation"] = Vector3.new(40.1734047, 22.4734459, 48.1657143),
  2571. ["Anchored"] = true,
  2572. ["CFrame"] = CFrame.new(148.922531, 37.4700012, -113.79921, 0.616325915, -0.68849349, 0.382255226, 0.733783007, 0.325903624, -0.596111834, 0.28584075, 0.6478917, 0.706067681),
  2573. ["Size"] = Vector3.new(0.200000003, 18.6984406, 22.736702),
  2574. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2575. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2576. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2577. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2578. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2579. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2580. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2581. })
  2582. o157 = Create("WedgePart",{
  2583. ["Name"] = "Triangle",
  2584. ["Parent"] = o59,
  2585. ["Material"] = Enum.Material.Grass,
  2586. ["BrickColor"] = BrickColor.new("Sea green"),
  2587. ["Position"] = Vector3.new(0, -1000000, 0),
  2588. ["Anchored"] = true,
  2589. ["CFrame"] = CFrame.new(0, -1000000, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2590. ["Size"] = Vector3.new(0.200000003, 0.200000003, 0.200000003),
  2591. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2592. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2593. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2594. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2595. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2596. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2597. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2598. })
  2599. o158 = Create("WedgePart",{
  2600. ["Name"] = "Triangle",
  2601. ["Parent"] = o59,
  2602. ["Material"] = Enum.Material.Grass,
  2603. ["BrickColor"] = BrickColor.new("Sea green"),
  2604. ["Position"] = Vector3.new(0, -1000000, 0),
  2605. ["Anchored"] = true,
  2606. ["CFrame"] = CFrame.new(0, -1000000, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  2607. ["Size"] = Vector3.new(0.200000003, 19.488718, 0.200000003),
  2608. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2609. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2610. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2611. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2612. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2613. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2614. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2615. })
  2616. o159 = Create("WedgePart",{
  2617. ["Name"] = "Triangle",
  2618. ["Parent"] = o59,
  2619. ["Material"] = Enum.Material.Grass,
  2620. ["BrickColor"] = BrickColor.new("Sea green"),
  2621. ["Position"] = Vector3.new(151.98703, 32.0118942, -129.440277),
  2622. ["Rotation"] = Vector3.new(-57.0035133, 32.253212, 55.5376778),
  2623. ["Anchored"] = true,
  2624. ["CFrame"] = CFrame.new(151.98703, 32.0118942, -129.440277, 0.478550225, -0.697276771, 0.533661902, 0.195739642, 0.677195132, 0.709290147, -0.85596478, -0.234972283, 0.460556597),
  2625. ["Size"] = Vector3.new(0.200000003, 13.0696392, 13.429265),
  2626. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2627. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2628. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2629. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2630. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2631. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2632. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2633. })
  2634. o160 = Create("WedgePart",{
  2635. ["Name"] = "Triangle",
  2636. ["Parent"] = o59,
  2637. ["Material"] = Enum.Material.Grass,
  2638. ["BrickColor"] = BrickColor.new("Sea green"),
  2639. ["Position"] = Vector3.new(161.467499, 22.8044624, -126.245499),
  2640. ["Rotation"] = Vector3.new(-57.0035133, 32.253212, -124.462318),
  2641. ["Anchored"] = true,
  2642. ["CFrame"] = CFrame.new(161.467499, 22.8044624, -126.245499, -0.478550225, 0.697276771, 0.533661902, -0.195739642, -0.677195132, 0.709290147, 0.85596478, 0.234972283, 0.460556597),
  2643. ["Size"] = Vector3.new(0.200000003, 14.1232052, 13.429265),
  2644. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2645. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2646. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2647. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2648. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2649. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2650. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2651. })
  2652. o161 = Create("WedgePart",{
  2653. ["Name"] = "Triangle",
  2654. ["Parent"] = o59,
  2655. ["Material"] = Enum.Material.Grass,
  2656. ["BrickColor"] = BrickColor.new("Sea green"),
  2657. ["Position"] = Vector3.new(151.987015, 32.0118942, -129.440277),
  2658. ["Rotation"] = Vector3.new(-123.411545, -1.89982057, 173.301361),
  2659. ["Anchored"] = true,
  2660. ["CFrame"] = CFrame.new(151.987015, 32.0118942, -129.440277, -0.992627501, -0.116583288, -0.0331520475, -0.0917160958, 0.543661773, 0.834278107, -0.0792393833, 0.831167936, -0.550346315),
  2661. ["Size"] = Vector3.new(0.200000003, 12.8054304, 13.6814327),
  2662. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2663. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2664. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2665. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2666. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2667. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2668. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2669. })
  2670. o162 = Create("WedgePart",{
  2671. ["Name"] = "Triangle",
  2672. ["Parent"] = o59,
  2673. ["Material"] = Enum.Material.Grass,
  2674. ["BrickColor"] = BrickColor.new("Sea green"),
  2675. ["Position"] = Vector3.new(153.961487, 22.8044605, -143.516907),
  2676. ["Rotation"] = Vector3.new(-123.411545, -1.89982057, -6.6986537),
  2677. ["Anchored"] = true,
  2678. ["CFrame"] = CFrame.new(153.961487, 22.8044605, -143.516907, 0.992627501, 0.116583288, -0.0331520475, 0.0917160958, -0.543661773, 0.834278107, 0.0792393833, -0.831167936, -0.550346315),
  2679. ["Size"] = Vector3.new(0.200000003, 21.0664768, 13.6814327),
  2680. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2681. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2682. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2683. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2684. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2685. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2686. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2687. })
  2688. o163 = Create("WedgePart",{
  2689. ["Name"] = "Triangle",
  2690. ["Parent"] = o59,
  2691. ["Material"] = Enum.Material.Grass,
  2692. ["BrickColor"] = BrickColor.new("Sea green"),
  2693. ["Position"] = Vector3.new(154.988846, 34.2743225, -156.040939),
  2694. ["Rotation"] = Vector3.new(57.3385239, -4.48010206, -173.284424),
  2695. ["Anchored"] = true,
  2696. ["CFrame"] = CFrame.new(154.988846, 34.2743225, -156.040939, -0.990104437, 0.116583288, -0.0781128779, 0.00220014178, -0.543661773, -0.839301407, -0.140315518, -0.831167936, 0.538025439),
  2697. ["Size"] = Vector3.new(0.200000003, 12.4792576, 19.2947903),
  2698. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2699. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2700. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2701. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2702. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2703. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2704. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2705. })
  2706. o164 = Create("WedgePart",{
  2707. ["Name"] = "Triangle",
  2708. ["Parent"] = o59,
  2709. ["Material"] = Enum.Material.Grass,
  2710. ["BrickColor"] = BrickColor.new("Sea green"),
  2711. ["Position"] = Vector3.new(153.014389, 43.4817543, -141.964294),
  2712. ["Rotation"] = Vector3.new(57.3385239, -4.48010206, 6.71556854),
  2713. ["Anchored"] = true,
  2714. ["CFrame"] = CFrame.new(153.014389, 43.4817543, -141.964294, 0.990104437, -0.116583288, -0.0781128779, -0.00220014178, 0.543661773, -0.839301407, 0.140315518, 0.831167936, 0.538025439),
  2715. ["Size"] = Vector3.new(0.200000003, 21.3926487, 19.2947903),
  2716. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2717. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2718. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2719. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2720. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2721. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2722. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2723. })
  2724. o165 = Create("WedgePart",{
  2725. ["Name"] = "Triangle",
  2726. ["Parent"] = o59,
  2727. ["Material"] = Enum.Material.Grass,
  2728. ["BrickColor"] = BrickColor.new("Sea green"),
  2729. ["Position"] = Vector3.new(153.014389, 43.4817505, -141.96431),
  2730. ["Rotation"] = Vector3.new(9.23726368, -34.0934715, -89.9274445),
  2731. ["Anchored"] = true,
  2732. ["CFrame"] = CFrame.new(153.014389, 43.4817505, -141.96431, 0.00104869157, 0.828123689, -0.56054461, -0.987145305, -0.0887303799, -0.13293314, -0.159822419, 0.553478181, 0.817385256),
  2733. ["Size"] = Vector3.new(0.200000003, 12.678503, 25.8687077),
  2734. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2735. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2736. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2737. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2738. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2739. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2740. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2741. })
  2742. o166 = Create("WedgePart",{
  2743. ["Name"] = "Triangle",
  2744. ["Parent"] = o59,
  2745. ["Material"] = Enum.Material.Grass,
  2746. ["BrickColor"] = BrickColor.new("Sea green"),
  2747. ["Position"] = Vector3.new(131.950134, 45.7387085, -156.042664),
  2748. ["Rotation"] = Vector3.new(9.23726368, -34.0934715, 90.0725632),
  2749. ["Anchored"] = true,
  2750. ["CFrame"] = CFrame.new(131.950134, 45.7387085, -156.042664, -0.00104869157, -0.828123689, -0.56054461, 0.987145305, 0.0887303799, -0.13293314, 0.159822419, -0.553478181, 0.817385256),
  2751. ["Size"] = Vector3.new(0.200000003, 38.1937714, 25.8687077),
  2752. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2753. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2754. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2755. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2756. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2757. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2758. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2759. })
  2760. o167 = Create("WedgePart",{
  2761. ["Name"] = "Triangle",
  2762. ["Parent"] = o59,
  2763. ["Material"] = Enum.Material.Grass,
  2764. ["BrickColor"] = BrickColor.new("Sea green"),
  2765. ["Position"] = Vector3.new(129.949524, 43.4568253, -141.96167),
  2766. ["Rotation"] = Vector3.new(86.4376373, -2.37292695, -56.6979561),
  2767. ["Anchored"] = true,
  2768. ["CFrame"] = CFrame.new(129.949524, 43.4568253, -141.96167, 0.548581839, 0.835071027, -0.0414035469, -0.074620381, -0.000423615915, -0.997211933, -0.832760334, 0.550141931, 0.0620816126),
  2769. ["Size"] = Vector3.new(0.200000003, 50.6724052, 4.50501108),
  2770. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2771. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2772. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2773. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2774. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2775. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2776. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2777. })
  2778. o168 = Create("WedgePart",{
  2779. ["Name"] = "Triangle",
  2780. ["Parent"] = o59,
  2781. ["Material"] = Enum.Material.Grass,
  2782. ["BrickColor"] = BrickColor.new("Sea green"),
  2783. ["Position"] = Vector3.new(108.604332, 43.4676476, -156.023804),
  2784. ["Rotation"] = Vector3.new(86.4376373, -2.37292695, 123.302048),
  2785. ["Anchored"] = true,
  2786. ["CFrame"] = CFrame.new(108.604332, 43.4676476, -156.023804, -0.548581839, -0.835071027, -0.0414035469, 0.074620381, 0.000423615915, -0.997211933, 0.832760334, -0.550141931, 0.0620816126),
  2787. ["Size"] = Vector3.new(0.200000003, 0.44946292, 4.50501108),
  2788. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2789. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2790. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2791. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2792. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2793. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2794. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2795. })
  2796. o169 = Create("WedgePart",{
  2797. ["Name"] = "Triangle",
  2798. ["Parent"] = o59,
  2799. ["Material"] = Enum.Material.Grass,
  2800. ["BrickColor"] = BrickColor.new("Sea green"),
  2801. ["Position"] = Vector3.new(-77.9788055, 24.0809631, 89.6635208),
  2802. ["Rotation"] = Vector3.new(-178.307129, 24.982605, 18.3588257),
  2803. ["Anchored"] = true,
  2804. ["CFrame"] = CFrame.new(-77.9788055, 24.0809631, 89.6635208, 0.860300899, -0.285497546, 0.422343105, -0.326671392, -0.944758534, 0.0267778132, 0.391367316, -0.161004275, -0.90604043),
  2805. ["Size"] = Vector3.new(0.200000003, 29.9634361, 36.3470039),
  2806. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2807. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2808. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2809. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2810. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2811. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2812. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2813. })
  2814. o170 = Create("WedgePart",{
  2815. ["Name"] = "Triangle",
  2816. ["Parent"] = o59,
  2817. ["Material"] = Enum.Material.Grass,
  2818. ["BrickColor"] = BrickColor.new("Sea green"),
  2819. ["Position"] = Vector3.new(131.402344, 31.4405403, -87.0714951),
  2820. ["Rotation"] = Vector3.new(-157.94342, -57.0552673, 97.8621063),
  2821. ["Anchored"] = true,
  2822. ["CFrame"] = CFrame.new(131.402344, 31.4405403, -87.0714951, -0.0743900537, -0.538717449, -0.839195549, -0.96120882, -0.185396194, 0.204220086, -0.265600592, 0.821834326, -0.504028797),
  2823. ["Size"] = Vector3.new(0.200000003, 38.2582397, 12.2110415),
  2824. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2825. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2826. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2827. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2828. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2829. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2830. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2831. })
  2832. o171 = Create("WedgePart",{
  2833. ["Name"] = "Triangle",
  2834. ["Parent"] = o59,
  2835. ["Material"] = Enum.Material.Grass,
  2836. ["BrickColor"] = BrickColor.new("Sea green"),
  2837. ["Position"] = Vector3.new(-71.1052475, 46.7131119, 127.891647),
  2838. ["Rotation"] = Vector3.new(-89.810524, 48.6853485, -180),
  2839. ["Anchored"] = true,
  2840. ["CFrame"] = CFrame.new(-71.1052475, 46.7131119, 127.891647, -0.660193741, 0, 0.751095355, 0.751091301, -0.00330665312, 0.660190105, 0.00248361169, 0.999994576, 0.00218325946),
  2841. ["Size"] = Vector3.new(0.200000003, 38.6406746, 27.3514309),
  2842. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2843. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2844. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2845. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2846. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2847. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2848. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2849. })
  2850. o172 = Create("WedgePart",{
  2851. ["Name"] = "Triangle",
  2852. ["Parent"] = o59,
  2853. ["Material"] = Enum.Material.Grass,
  2854. ["BrickColor"] = BrickColor.new("Sea green"),
  2855. ["Position"] = Vector3.new(160.494263, 31.9924335, -124.688538),
  2856. ["Rotation"] = Vector3.new(143.503616, 43.3231201, -27.7873726),
  2857. ["Anchored"] = true,
  2858. ["CFrame"] = CFrame.new(160.494263, 31.9924335, -124.688538, 0.643603981, 0.339152634, 0.686111987, 0.73579067, -0.520949066, -0.432694316, 0.210679933, 0.7833184, -0.584829867),
  2859. ["Size"] = Vector3.new(0.200000003, 21.0289154, 17.2405071),
  2860. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2861. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2862. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2863. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2864. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2865. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2866. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2867. })
  2868. o173 = Create("WedgePart",{
  2869. ["Name"] = "Triangle",
  2870. ["Parent"] = o59,
  2871. ["Material"] = Enum.Material.Grass,
  2872. ["BrickColor"] = BrickColor.new("Sea green"),
  2873. ["Position"] = Vector3.new(-55.3745003, 0, -85.9010162),
  2874. ["Rotation"] = Vector3.new(-96.5058136, -55.8727036, 21.7055187),
  2875. ["Anchored"] = true,
  2876. ["CFrame"] = CFrame.new(-55.3745003, 0, -85.9010162, 0.521254539, -0.207490534, -0.827793121, 0.722243428, -0.409446716, 0.557420731, -0.454596698, -0.888426125, -0.0635673404),
  2877. ["Size"] = Vector3.new(0.200000003, 62.0702667, 45.5929718),
  2878. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2879. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2880. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2881. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2882. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2883. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2884. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2885. })
  2886. o174 = Create("WedgePart",{
  2887. ["Name"] = "Triangle",
  2888. ["Parent"] = o59,
  2889. ["Material"] = Enum.Material.Grass,
  2890. ["BrickColor"] = BrickColor.new("Sea green"),
  2891. ["Position"] = Vector3.new(158.678085, 39.7318344, 124.40126),
  2892. ["Rotation"] = Vector3.new(176.664047, 13.259099, -106.798889),
  2893. ["Anchored"] = true,
  2894. ["CFrame"] = CFrame.new(158.678085, 39.7318344, 124.40126, -0.281308919, 0.931805611, 0.229354963, 0.951845706, 0.301300168, -0.0566393472, -0.121881545, 0.202377081, -0.971693575),
  2895. ["Size"] = Vector3.new(0.200000003, 62.4551888, 12.7221022),
  2896. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2897. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2898. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2899. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2900. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2901. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2902. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2903. })
  2904. o175 = Create("WedgePart",{
  2905. ["Name"] = "Triangle",
  2906. ["Parent"] = o59,
  2907. ["Material"] = Enum.Material.Grass,
  2908. ["BrickColor"] = BrickColor.new("Sea green"),
  2909. ["Position"] = Vector3.new(-183.658035, 0.0819466114, -76.0013351),
  2910. ["Rotation"] = Vector3.new(-18.5654011, 26.8642769, 116.595009),
  2911. ["Anchored"] = true,
  2912. ["CFrame"] = CFrame.new(-183.658035, 0.0819466114, -76.0013351, -0.399367094, -0.797691524, 0.451878577, 0.912069082, -0.295734644, 0.284026414, -0.0929293185, 0.525575161, 0.845656395),
  2913. ["Size"] = Vector3.new(0.200000003, 8.86916637, 8.65773869),
  2914. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2915. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2916. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2917. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2918. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2919. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2920. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2921. })
  2922. o176 = Create("WedgePart",{
  2923. ["Name"] = "Triangle",
  2924. ["Parent"] = o59,
  2925. ["Material"] = Enum.Material.Grass,
  2926. ["BrickColor"] = BrickColor.new("Sea green"),
  2927. ["Position"] = Vector3.new(157.441986, 26.2625694, -70.4709015),
  2928. ["Rotation"] = Vector3.new(90.2767181, 61.9829483, 2.91756797),
  2929. ["Anchored"] = true,
  2930. ["CFrame"] = CFrame.new(157.441986, 26.2625694, -70.4709015, 0.46912542, -0.0239090826, 0.882807851, 0.88140744, -0.0497576483, -0.469728798, 0.0551572368, 0.998475015, -0.00226858095),
  2931. ["Size"] = Vector3.new(0.200000003, 58.6359711, 25.6265869),
  2932. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2933. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2934. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2935. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2936. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2937. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2938. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2939. })
  2940. o177 = Create("WedgePart",{
  2941. ["Name"] = "Triangle",
  2942. ["Parent"] = o59,
  2943. ["Material"] = Enum.Material.Grass,
  2944. ["BrickColor"] = BrickColor.new("Sea green"),
  2945. ["Position"] = Vector3.new(232.266205, 32.056076, 101.201492),
  2946. ["Rotation"] = Vector3.new(88.2911148, 35.5651741, -16.6898651),
  2947. ["Anchored"] = true,
  2948. ["CFrame"] = CFrame.new(232.266205, 32.056076, 101.201492, 0.779186368, 0.233616874, 0.581628621, 0.548314393, 0.195528939, -0.813092649, -0.30367741, 0.952466011, 0.0242582206),
  2949. ["Size"] = Vector3.new(0.200000003, 31.6235485, 18.727354),
  2950. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2951. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2952. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2953. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2954. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2955. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2956. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2957. })
  2958. o178 = Create("WedgePart",{
  2959. ["Name"] = "Triangle",
  2960. ["Parent"] = o59,
  2961. ["Material"] = Enum.Material.Grass,
  2962. ["BrickColor"] = BrickColor.new("Sea green"),
  2963. ["Position"] = Vector3.new(-46.91642, 12.3773956, -144.413788),
  2964. ["Rotation"] = Vector3.new(62.7857361, -13.2891512, 114.084496),
  2965. ["Anchored"] = true,
  2966. ["CFrame"] = CFrame.new(-46.91642, 12.3773956, -144.413788, -0.397155851, -0.888498127, -0.229865462, 0.500927627, 0, -0.865489125, 0.768985569, -0.458880156, 0.445073426),
  2967. ["Size"] = Vector3.new(0.200000003, 12.5286493, 28.6020813),
  2968. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2969. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2970. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2971. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2972. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2973. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2974. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2975. })
  2976. o179 = Create("WedgePart",{
  2977. ["Name"] = "Triangle",
  2978. ["Parent"] = o59,
  2979. ["Material"] = Enum.Material.Grass,
  2980. ["BrickColor"] = BrickColor.new("Sea green"),
  2981. ["Position"] = Vector3.new(-145.094879, 0, 57.3494606),
  2982. ["Rotation"] = Vector3.new(180, -3.65647316, 90),
  2983. ["Anchored"] = true,
  2984. ["CFrame"] = CFrame.new(-145.094879, 0, 57.3494606, 0, -0.997964263, -0.0637741834, -1, -0, -0, 0, 0.0637758896, -0.997964382),
  2985. ["Size"] = Vector3.new(0.200000003, 18.4051857, 4.08732653),
  2986. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2987. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2988. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2989. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2990. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2991. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  2992. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  2993. })
  2994. o180 = Create("WedgePart",{
  2995. ["Name"] = "Triangle",
  2996. ["Parent"] = o59,
  2997. ["Material"] = Enum.Material.Grass,
  2998. ["BrickColor"] = BrickColor.new("Sea green"),
  2999. ["Position"] = Vector3.new(-30.3873844, 0, -42.0708618),
  3000. ["Rotation"] = Vector3.new(-12.9745321, -14.0517788, -136.183243),
  3001. ["Anchored"] = true,
  3002. ["CFrame"] = CFrame.new(-30.3873844, 0, -42.0708618, -0.69996649, 0.671636641, -0.242798671, -0.714012325, -0.665394425, 0.217799604, -0.0152746886, 0.325813651, 0.945310593),
  3003. ["Size"] = Vector3.new(0.200000003, 9.21561909, 28.1544189),
  3004. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3005. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3006. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3007. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3008. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3009. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3010. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3011. })
  3012. o181 = Create("WedgePart",{
  3013. ["Name"] = "Triangle",
  3014. ["Parent"] = o59,
  3015. ["Material"] = Enum.Material.Grass,
  3016. ["BrickColor"] = BrickColor.new("Sea green"),
  3017. ["Position"] = Vector3.new(94.5350418, 48.7849998, 222.787628),
  3018. ["Rotation"] = Vector3.new(-162.605255, -44.2051239, 87.5310745),
  3019. ["Anchored"] = true,
  3020. ["CFrame"] = CFrame.new(94.5350418, 48.7849998, 222.787628, 0.0308800898, -0.71618259, -0.697229207, -0.944402874, -0.249353155, 0.214304179, -0.327337176, 0.651847899, -0.684065223),
  3021. ["Size"] = Vector3.new(0.200000003, 12.8071642, 14.9017544),
  3022. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3023. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3024. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3025. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3026. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3027. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3028. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3029. })
  3030. o182 = Create("WedgePart",{
  3031. ["Name"] = "Triangle",
  3032. ["Parent"] = o59,
  3033. ["Material"] = Enum.Material.Grass,
  3034. ["BrickColor"] = BrickColor.new("Sea green"),
  3035. ["Position"] = Vector3.new(100.957115, 46.6040344, 69.387619),
  3036. ["Rotation"] = Vector3.new(-119.034821, 65.6853867, -7.39470863),
  3037. ["Anchored"] = true,
  3038. ["CFrame"] = CFrame.new(100.957115, 46.6040344, 69.387619, 0.408322424, 0.0529934801, 0.911298275, -0.727678478, -0.58385253, 0.36000064, 0.551141381, -0.810128391, -0.19983767),
  3039. ["Size"] = Vector3.new(0.200000003, 19.6020355, 10.6222925),
  3040. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3041. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3042. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3043. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3044. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3045. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3046. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3047. })
  3048. o183 = Create("WedgePart",{
  3049. ["Name"] = "Triangle",
  3050. ["Parent"] = o59,
  3051. ["Material"] = Enum.Material.Grass,
  3052. ["BrickColor"] = BrickColor.new("Sea green"),
  3053. ["Position"] = Vector3.new(143.954498, 51.3322296, -39.7001648),
  3054. ["Rotation"] = Vector3.new(-123.803024, 48.9405708, -168.383347),
  3055. ["Anchored"] = true,
  3056. ["CFrame"] = CFrame.new(143.954498, 51.3322296, -39.7001648, -0.643387318, 0.132263377, 0.754028678, 0.72575587, 0.418777406, 0.545805871, -0.243580043, 0.898405194, -0.365426868),
  3057. ["Size"] = Vector3.new(0.200000003, 46.7580681, 28.9967499),
  3058. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3059. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3060. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3061. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3062. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3063. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3064. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3065. })
  3066. o184 = Create("WedgePart",{
  3067. ["Name"] = "Triangle",
  3068. ["Parent"] = o59,
  3069. ["Material"] = Enum.Material.Grass,
  3070. ["BrickColor"] = BrickColor.new("Sea green"),
  3071. ["Position"] = Vector3.new(100.364708, 53.1308441, 78.4439392),
  3072. ["Rotation"] = Vector3.new(-119.034821, 65.6853867, 172.605286),
  3073. ["Anchored"] = true,
  3074. ["CFrame"] = CFrame.new(100.364708, 53.1308441, 78.4439392, -0.408322424, -0.0529934801, 0.911298275, 0.727678478, 0.58385253, 0.36000064, -0.551141381, 0.810128391, -0.19983767),
  3075. ["Size"] = Vector3.new(0.200000003, 2.75570583, 10.6222925),
  3076. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3077. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3078. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3079. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3080. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3081. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3082. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3083. })
  3084. o185 = Create("WedgePart",{
  3085. ["Name"] = "Triangle",
  3086. ["Parent"] = o59,
  3087. ["Material"] = Enum.Material.Grass,
  3088. ["BrickColor"] = BrickColor.new("Sea green"),
  3089. ["Position"] = Vector3.new(-23.1568451, 35.6397362, -152.108017),
  3090. ["Rotation"] = Vector3.new(114.602257, -25.6819534, 27.6396713),
  3091. ["Anchored"] = true,
  3092. ["CFrame"] = CFrame.new(-23.1568451, 35.6397362, -152.108017, 0.798369348, -0.418081552, -0.433375239, -0.542200506, -0.186011612, -0.819401145, 0.261963665, 0.88916111, -0.375190139),
  3093. ["Size"] = Vector3.new(0.200000003, 17.6179981, 20.763195),
  3094. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3095. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3096. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3097. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3098. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3099. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3100. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3101. })
  3102. o186 = Create("WedgePart",{
  3103. ["Name"] = "Triangle",
  3104. ["Parent"] = o59,
  3105. ["Material"] = Enum.Material.Grass,
  3106. ["BrickColor"] = BrickColor.new("Sea green"),
  3107. ["Position"] = Vector3.new(-164.458221, 16.4731369, -72.8375244),
  3108. ["Rotation"] = Vector3.new(133.60321, -10.5328941, 54.2227707),
  3109. ["Anchored"] = true,
  3110. ["CFrame"] = CFrame.new(-164.458221, 16.4731369, -72.8375244, 0.574784279, -0.797626019, -0.18279998, -0.636907756, -0.295807123, -0.711931705, 0.513781726, 0.525633812, -0.678039432),
  3111. ["Size"] = Vector3.new(0.200000003, 45.8694344, 27.2185764),
  3112. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3113. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3114. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3115. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3116. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3117. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3118. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3119. })
  3120. o187 = Create("WedgePart",{
  3121. ["Name"] = "Triangle",
  3122. ["Parent"] = o59,
  3123. ["Material"] = Enum.Material.Grass,
  3124. ["BrickColor"] = BrickColor.new("Sea green"),
  3125. ["Position"] = Vector3.new(54.4580765, 48.7850037, 233.480042),
  3126. ["Rotation"] = Vector3.new(-172.690948, 13.079401, -86.8560638),
  3127. ["Anchored"] = true,
  3128. ["CFrame"] = CFrame.new(54.4580765, 48.7850037, 233.480042, 0.0534217507, 0.972591341, 0.226301119, 0.988802552, -0.0831458643, 0.123920701, 0.139340192, 0.217147022, -0.966142595),
  3129. ["Size"] = Vector3.new(0.200000003, 53.8865929, 36.1557503),
  3130. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3131. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3132. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3133. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3134. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3135. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3136. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3137. })
  3138. o188 = Create("WedgePart",{
  3139. ["Name"] = "Triangle",
  3140. ["Parent"] = o59,
  3141. ["Material"] = Enum.Material.Grass,
  3142. ["BrickColor"] = BrickColor.new("Sea green"),
  3143. ["Position"] = Vector3.new(-78.2324524, 0, 43.9590988),
  3144. ["Rotation"] = Vector3.new(-78.9820862, 12.7943325, -75.6602631),
  3145. ["Anchored"] = true,
  3146. ["CFrame"] = CFrame.new(-78.2324524, 0, 43.9590988, 0.241521731, 0.944788933, 0.221452042, -0.238997817, -0.16326414, 0.957196355, 0.940503836, -0.284110308, 0.186370715),
  3147. ["Size"] = Vector3.new(0.200000003, 74.6013947, 12.7243824),
  3148. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3149. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3150. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3151. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3152. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3153. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3154. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3155. })
  3156. o189 = Create("WedgePart",{
  3157. ["Name"] = "Triangle",
  3158. ["Parent"] = o59,
  3159. ["Material"] = Enum.Material.Grass,
  3160. ["BrickColor"] = BrickColor.new("Sea green"),
  3161. ["Position"] = Vector3.new(35.4048691, 0, -47.884491),
  3162. ["Rotation"] = Vector3.new(-169.389771, 12.3252048, 66.8549576),
  3163. ["Anchored"] = true,
  3164. ["CFrame"] = CFrame.new(35.4048691, 0, -47.884491, 0.384000808, -0.898319602, 0.213460162, -0.919240177, -0.350199461, 0.179882988, -0.0868387818, -0.265296429, -0.960248291),
  3165. ["Size"] = Vector3.new(0.200000003, 15.7916994, 30.7435665),
  3166. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3167. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3168. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3169. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3170. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3171. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3172. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3173. })
  3174. o190 = Create("WedgePart",{
  3175. ["Name"] = "Triangle",
  3176. ["Parent"] = o59,
  3177. ["Material"] = Enum.Material.Grass,
  3178. ["BrickColor"] = BrickColor.new("Sea green"),
  3179. ["Position"] = Vector3.new(211.244675, 32.4364929, 28.1090527),
  3180. ["Rotation"] = Vector3.new(-51.5457878, -33.224617, -143.68663),
  3181. ["Anchored"] = true,
  3182. ["CFrame"] = CFrame.new(211.244675, 32.4364929, 28.1090527, -0.674066722, 0.495393485, -0.547922671, -0.714032829, -0.247009546, 0.655090332, 0.189185366, 0.832809389, 0.520228148),
  3183. ["Size"] = Vector3.new(0.200000003, 27.9058685, 52.2004433),
  3184. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3185. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3186. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3187. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3188. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3189. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3190. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3191. })
  3192. o191 = Create("WedgePart",{
  3193. ["Name"] = "Triangle",
  3194. ["Parent"] = o59,
  3195. ["Material"] = Enum.Material.Grass,
  3196. ["BrickColor"] = BrickColor.new("Sea green"),
  3197. ["Position"] = Vector3.new(-142.67099, 24.5531387, -87.1952591),
  3198. ["Rotation"] = Vector3.new(133.60321, -10.5328941, -125.777222),
  3199. ["Anchored"] = true,
  3200. ["CFrame"] = CFrame.new(-142.67099, 24.5531387, -87.1952591, -0.574784279, 0.797626019, -0.18279998, 0.636907756, 0.295807123, -0.711931705, -0.513781726, -0.525633812, -0.678039432),
  3201. ["Size"] = Vector3.new(0.200000003, 8.76077461, 27.2185764),
  3202. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3203. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3204. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3205. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3206. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3207. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3208. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3209. })
  3210. o192 = Create("WedgePart",{
  3211. ["Name"] = "Triangle",
  3212. ["Parent"] = o59,
  3213. ["Material"] = Enum.Material.Grass,
  3214. ["BrickColor"] = BrickColor.new("Sea green"),
  3215. ["Position"] = Vector3.new(-51.2078667, 27.9524899, 56.5426865),
  3216. ["Rotation"] = Vector3.new(-25.3298073, 29.8256874, 56.7540512),
  3217. ["Anchored"] = true,
  3218. ["CFrame"] = CFrame.new(-51.2078667, 27.9524899, 56.5426865, 0.475616395, -0.725547373, 0.497362971, 0.639264286, 0.673485041, 0.371159106, -0.604260087, 0.141417131, 0.78413707),
  3219. ["Size"] = Vector3.new(0.200000003, 57.8398933, 45.6695671),
  3220. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3221. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3222. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3223. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3224. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3225. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3226. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3227. })
  3228. o193 = Create("WedgePart",{
  3229. ["Name"] = "Triangle",
  3230. ["Parent"] = o59,
  3231. ["Material"] = Enum.Material.Grass,
  3232. ["BrickColor"] = BrickColor.new("Sea green"),
  3233. ["Position"] = Vector3.new(153.014389, 43.4817543, -141.96431),
  3234. ["Rotation"] = Vector3.new(143.503616, 43.3231201, 152.212631),
  3235. ["Anchored"] = true,
  3236. ["CFrame"] = CFrame.new(153.014389, 43.4817543, -141.96431, -0.643603981, -0.339152634, 0.686111987, -0.73579067, 0.520949066, -0.432694316, -0.210679933, -0.7833184, -0.584829867),
  3237. ["Size"] = Vector3.new(0.200000003, 23.0802727, 17.2405071),
  3238. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3239. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3240. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3241. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3242. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3243. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3244. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3245. })
  3246. o194 = Create("WedgePart",{
  3247. ["Name"] = "Triangle",
  3248. ["Parent"] = o59,
  3249. ["Material"] = Enum.Material.Grass,
  3250. ["BrickColor"] = BrickColor.new("Sea green"),
  3251. ["Position"] = Vector3.new(162.609329, 44.0770111, -33.1635971),
  3252. ["Rotation"] = Vector3.new(-112.715492, -21.4111423, -172.344376),
  3253. ["Anchored"] = true,
  3254. ["CFrame"] = CFrame.new(162.609329, 44.0770111, -33.1635971, -0.922686756, 0.124024466, -0.365057826, -0.282297105, 0.427573711, 0.858771861, 0.262597859, 0.895432115, -0.359504849),
  3255. ["Size"] = Vector3.new(0.200000003, 34.7180977, 41.6169586),
  3256. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3257. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3258. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3259. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3260. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3261. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3262. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3263. })
  3264. o195 = Create("WedgePart",{
  3265. ["Name"] = "Triangle",
  3266. ["Parent"] = o59,
  3267. ["Material"] = Enum.Material.Grass,
  3268. ["BrickColor"] = BrickColor.new("Sea green"),
  3269. ["Position"] = Vector3.new(115.483414, 42.063652, 94.634552),
  3270. ["Rotation"] = Vector3.new(112.780724, 17.4286423, -21.4479771),
  3271. ["Anchored"] = true,
  3272. ["CFrame"] = CFrame.new(115.483414, 42.063652, 94.634552, 0.888019979, 0.348869294, 0.299517781, 0.39861393, -0.259414285, -0.879665375, -0.229189128, 0.900552213, -0.369429022),
  3273. ["Size"] = Vector3.new(0.200000003, 43.4362793, 18.5290298),
  3274. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3275. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3276. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3277. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3278. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3279. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3280. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3281. })
  3282. o196 = Create("WedgePart",{
  3283. ["Name"] = "Triangle",
  3284. ["Parent"] = o59,
  3285. ["Material"] = Enum.Material.Grass,
  3286. ["BrickColor"] = BrickColor.new("Sea green"),
  3287. ["Position"] = Vector3.new(-197.52803, 24.438076, 255.136124),
  3288. ["Rotation"] = Vector3.new(-177.050659, 0.674649954, -114.16098),
  3289. ["Anchored"] = true,
  3290. ["CFrame"] = CFrame.new(-197.52803, 24.438076, 255.136124, -0.409273297, 0.912335873, 0.0117745912, 0.911438584, 0.408206701, 0.0514492691, 0.042132549, 0.0317896195, -0.998606205),
  3291. ["Size"] = Vector3.new(0.200000003, 118.844788, 3.51061511),
  3292. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3293. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3294. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3295. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3296. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3297. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3298. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3299. })
  3300. o197 = Create("WedgePart",{
  3301. ["Name"] = "Triangle",
  3302. ["Parent"] = o59,
  3303. ["Material"] = Enum.Material.Grass,
  3304. ["BrickColor"] = BrickColor.new("Sea green"),
  3305. ["Position"] = Vector3.new(-144.700775, 0, 50.5658989),
  3306. ["Rotation"] = Vector3.new(0, 3.65653419, 90),
  3307. ["Anchored"] = true,
  3308. ["CFrame"] = CFrame.new(-144.700775, 0, 50.5658989, 0, -0.997964263, 0.0637752488, 1, 0, -0, -0, 0.0637758896, 0.997964263),
  3309. ["Size"] = Vector3.new(0.200000003, 20.0570374, 9.40191364),
  3310. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3311. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3312. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3313. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3314. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3315. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3316. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3317. })
  3318. o198 = Create("WedgePart",{
  3319. ["Name"] = "Triangle",
  3320. ["Parent"] = o59,
  3321. ["Material"] = Enum.Material.Grass,
  3322. ["BrickColor"] = BrickColor.new("Sea green"),
  3323. ["Position"] = Vector3.new(-47.0227432, 16.4807472, -50.1407433),
  3324. ["Rotation"] = Vector3.new(-12.9745321, -14.0517788, 43.8167496),
  3325. ["Anchored"] = true,
  3326. ["CFrame"] = CFrame.new(-47.0227432, 16.4807472, -50.1407433, 0.69996649, -0.671636641, -0.242798671, 0.714012325, 0.665394425, 0.217799604, 0.0152746886, -0.325813651, 0.945310593),
  3327. ["Size"] = Vector3.new(0.200000003, 40.3211632, 28.1544189),
  3328. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3329. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3330. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3331. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3332. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3333. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3334. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3335. })
  3336. o199 = Create("WedgePart",{
  3337. ["Name"] = "Triangle",
  3338. ["Parent"] = o59,
  3339. ["Material"] = Enum.Material.Grass,
  3340. ["BrickColor"] = BrickColor.new("Sea green"),
  3341. ["Position"] = Vector3.new(35.488102, 6.48769379, -82.5046997),
  3342. ["Rotation"] = Vector3.new(89.5295029, -32.4404488, 179.122955),
  3343. ["Anchored"] = true,
  3344. ["CFrame"] = CFrame.new(35.488102, 6.48769379, -82.5046997, -0.843850613, -0.0129180206, -0.536422729, 0.536467612, 0, -0.843920887, 0.0109017882, -0.999916613, 0.0069301636),
  3345. ["Size"] = Vector3.new(0.200000003, 27.1234779, 15.375123),
  3346. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3347. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3348. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3349. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3350. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3351. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3352. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3353. })
  3354. o200 = Create("WedgePart",{
  3355. ["Name"] = "Triangle",
  3356. ["Parent"] = o59,
  3357. ["Material"] = Enum.Material.Grass,
  3358. ["BrickColor"] = BrickColor.new("Sea green"),
  3359. ["Position"] = Vector3.new(128.195587, 40.3479576, 111.643059),
  3360. ["Rotation"] = Vector3.new(-33.2278366, -0.00718081603, 89.9874268),
  3361. ["Anchored"] = true,
  3362. ["CFrame"] = CFrame.new(128.195587, 40.3479576, 111.643059, 0.00021939892, -1, -0.000125328879, 0.836498201, 0.000114907634, 0.547969699, -0.547969699, -0.000224973934, 0.836498201),
  3363. ["Size"] = Vector3.new(0.200000003, 32.3540001, 30.8027458),
  3364. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3365. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3366. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3367. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3368. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3369. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3370. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3371. })
  3372. o201 = Create("WedgePart",{
  3373. ["Name"] = "Triangle",
  3374. ["Parent"] = o59,
  3375. ["Material"] = Enum.Material.Grass,
  3376. ["BrickColor"] = BrickColor.new("Sea green"),
  3377. ["Position"] = Vector3.new(96.2258453, 45.0389404, -4.50599337),
  3378. ["Rotation"] = Vector3.new(132.414734, -7.85218382, -113.981544),
  3379. ["Anchored"] = true,
  3380. ["CFrame"] = CFrame.new(96.2258453, 45.0389404, -4.50599337, -0.402631432, 0.905109644, -0.136617869, 0.657262564, 0.181986466, -0.731359601, -0.637098074, -0.384262145, -0.668168128),
  3381. ["Size"] = Vector3.new(0.200000003, 41.1818886, 39.3350525),
  3382. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3383. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3384. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3385. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3386. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3387. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3388. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3389. })
  3390. o202 = Create("WedgePart",{
  3391. ["Name"] = "Triangle",
  3392. ["Parent"] = o59,
  3393. ["Material"] = Enum.Material.Grass,
  3394. ["BrickColor"] = BrickColor.new("Sea green"),
  3395. ["Position"] = Vector3.new(-32.3478355, 10.4445648, 52.8833618),
  3396. ["Rotation"] = Vector3.new(143.886902, 54.969017, 96.0187836),
  3397. ["Anchored"] = true,
  3398. ["CFrame"] = CFrame.new(-32.3478355, 10.4445648, 52.8833618, -0.0601885915, -0.570855498, 0.818841755, -0.854005873, -0.395241976, -0.338316143, 0.516770244, -0.719658196, -0.463724494),
  3399. ["Size"] = Vector3.new(0.200000003, 45.1906662, 8.94985867),
  3400. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3401. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3402. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3403. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3404. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3405. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3406. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3407. })
  3408. o203 = Create("WedgePart",{
  3409. ["Name"] = "Triangle",
  3410. ["Parent"] = o59,
  3411. ["Material"] = Enum.Material.Grass,
  3412. ["BrickColor"] = BrickColor.new("Sea green"),
  3413. ["Position"] = Vector3.new(-3.43706512, 12.3773966, -121.958138),
  3414. ["Rotation"] = Vector3.new(-100.094345, 6.58806229, 57.2332993),
  3415. ["Anchored"] = true,
  3416. ["CFrame"] = CFrame.new(-3.43706512, 12.3773966, -121.958138, 0.537645698, -0.835328579, 0.114730179, -0.208513975, 0.000122417099, 0.978019357, -0.816981733, -0.549750865, -0.174112245),
  3417. ["Size"] = Vector3.new(0.200000003, 86.3793106, 25.300333),
  3418. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3419. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3420. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3421. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3422. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3423. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3424. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3425. })
  3426. o204 = Create("WedgePart",{
  3427. ["Name"] = "Triangle",
  3428. ["Parent"] = o59,
  3429. ["Material"] = Enum.Material.Grass,
  3430. ["BrickColor"] = BrickColor.new("Sea green"),
  3431. ["Position"] = Vector3.new(109.022545, 45.3699722, 51.9808044),
  3432. ["Rotation"] = Vector3.new(-161.096252, 72.6881027, 87.8413239),
  3433. ["Anchored"] = true,
  3434. ["CFrame"] = CFrame.new(109.022545, 45.3699722, 51.9808044, 0.011208714, -0.297361791, 0.954699039, -0.957043409, 0.273447752, 0.096407488, -0.289728224, -0.914768934, -0.281523108),
  3435. ["Size"] = Vector3.new(0.200000003, 15.1775599, 10.3961811),
  3436. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3437. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3438. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3439. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3440. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3441. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3442. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3443. })
  3444. o205 = Create("WedgePart",{
  3445. ["Name"] = "Triangle",
  3446. ["Parent"] = o59,
  3447. ["Material"] = Enum.Material.Grass,
  3448. ["BrickColor"] = BrickColor.new("Sea green"),
  3449. ["Position"] = Vector3.new(111.895592, 42.7279778, 60.8191109),
  3450. ["Rotation"] = Vector3.new(-161.096252, 72.6881027, -92.1586761),
  3451. ["Anchored"] = true,
  3452. ["CFrame"] = CFrame.new(111.895592, 42.7279778, 60.8191109, -0.011208714, 0.297361791, 0.954699039, 0.957043409, -0.273447752, 0.096407488, 0.289728224, 0.914768934, -0.281523108),
  3453. ["Size"] = Vector3.new(0.200000003, 4.14601803, 10.3961811),
  3454. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3455. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3456. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3457. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3458. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3459. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3460. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3461. })
  3462. o206 = Create("WedgePart",{
  3463. ["Name"] = "Triangle",
  3464. ["Parent"] = o59,
  3465. ["Material"] = Enum.Material.Grass,
  3466. ["BrickColor"] = BrickColor.new("Sea green"),
  3467. ["Position"] = Vector3.new(227.039459, 27.6814766, 79.8918228),
  3468. ["Rotation"] = Vector3.new(88.2911148, 35.5651741, 163.310135),
  3469. ["Anchored"] = true,
  3470. ["CFrame"] = CFrame.new(227.039459, 27.6814766, 79.8918228, -0.779186368, -0.233616874, 0.581628621, -0.548314393, -0.195528939, -0.813092649, 0.30367741, -0.952466011, 0.0242582206),
  3471. ["Size"] = Vector3.new(0.200000003, 13.1227522, 18.727354),
  3472. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3473. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3474. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3475. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3476. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3477. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3478. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3479. })
  3480. o207 = Create("WedgePart",{
  3481. ["Name"] = "Triangle",
  3482. ["Parent"] = o59,
  3483. ["Material"] = Enum.Material.Grass,
  3484. ["BrickColor"] = BrickColor.new("Sea green"),
  3485. ["Position"] = Vector3.new(68.2344513, 15.5664186, -57.1582451),
  3486. ["Rotation"] = Vector3.new(5.39037132, -21.1345615, -44.6839027),
  3487. ["Anchored"] = true,
  3488. ["CFrame"] = CFrame.new(68.2344513, 15.5664186, -57.1582451, 0.66317296, 0.65589571, -0.360559493, -0.724167466, 0.684035122, -0.0876221806, 0.189164355, 0.319212735, 0.928611457),
  3489. ["Size"] = Vector3.new(0.200000003, 0.396520048, 1.37727523),
  3490. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3491. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3492. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3493. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3494. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3495. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3496. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3497. })
  3498. o208 = Create("WedgePart",{
  3499. ["Name"] = "Triangle",
  3500. ["Parent"] = o59,
  3501. ["Material"] = Enum.Material.Grass,
  3502. ["BrickColor"] = BrickColor.new("Sea green"),
  3503. ["Position"] = Vector3.new(69.9007874, 39.7458763, 6.67024755),
  3504. ["Rotation"] = Vector3.new(132.414734, -7.85218382, 66.0184555),
  3505. ["Anchored"] = true,
  3506. ["CFrame"] = CFrame.new(69.9007874, 39.7458763, 6.67024755, 0.402631432, -0.905109644, -0.136617869, -0.657262564, -0.181986466, -0.731359601, 0.637098074, 0.384262145, -0.668168128),
  3507. ["Size"] = Vector3.new(0.200000003, 16.9879875, 39.3350525),
  3508. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3509. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3510. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3511. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3512. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3513. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3514. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3515. })
  3516. o209 = Create("WedgePart",{
  3517. ["Name"] = "Triangle",
  3518. ["Parent"] = o59,
  3519. ["Material"] = Enum.Material.Grass,
  3520. ["BrickColor"] = BrickColor.new("Sea green"),
  3521. ["Position"] = Vector3.new(69.9007874, 39.7458725, 6.67024803),
  3522. ["Rotation"] = Vector3.new(66.8159409, -25.7659149, 163.085144),
  3523. ["Anchored"] = true,
  3524. ["CFrame"] = CFrame.new(69.9007874, 39.7458725, 6.67024803, -0.86161691, -0.262023449, -0.434695423, 0.496847689, -0.260393262, -0.827851295, 0.103724711, -0.929268003, 0.354544908),
  3525. ["Size"] = Vector3.new(0.200000003, 32.0902977, 28.3910351),
  3526. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3527. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3528. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3529. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3530. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3531. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3532. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3533. })
  3534. o210 = Create("WedgePart",{
  3535. ["Name"] = "Triangle",
  3536. ["Parent"] = o59,
  3537. ["Material"] = Enum.Material.Grass,
  3538. ["BrickColor"] = BrickColor.new("Sea green"),
  3539. ["Position"] = Vector3.new(-193.500076, 16.4850006, -41.9497681),
  3540. ["Rotation"] = Vector3.new(-146.929886, 31.2245655, -179.090164),
  3541. ["Anchored"] = true,
  3542. ["CFrame"] = CFrame.new(-193.500076, 16.4850006, -41.9497681, -0.855034292, 0.013578821, 0.518393695, 0.296140343, 0.833405972, 0.466621071, -0.425696313, 0.552494287, -0.716611981),
  3543. ["Size"] = Vector3.new(0.200000003, 20.8619232, 33.3965797),
  3544. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3545. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3546. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3547. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3548. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3549. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3550. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3551. })
  3552. o211 = Create("WedgePart",{
  3553. ["Name"] = "Triangle",
  3554. ["Parent"] = o59,
  3555. ["Material"] = Enum.Material.Grass,
  3556. ["BrickColor"] = BrickColor.new("Sea green"),
  3557. ["Position"] = Vector3.new(-193.768677, 0, -52.8782578),
  3558. ["Rotation"] = Vector3.new(-146.929886, 31.2245655, 0.909839272),
  3559. ["Anchored"] = true,
  3560. ["CFrame"] = CFrame.new(-193.768677, 0, -52.8782578, 0.855034292, -0.013578821, 0.518393695, -0.296140343, -0.833405972, 0.466621071, 0.425696313, -0.552494287, -0.716611981),
  3561. ["Size"] = Vector3.new(0.200000003, 18.6986275, 33.3965797),
  3562. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3563. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3564. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3565. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3566. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3567. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3568. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3569. })
  3570. o212 = Create("WedgePart",{
  3571. ["Name"] = "Triangle",
  3572. ["Parent"] = o59,
  3573. ["Material"] = Enum.Material.Grass,
  3574. ["BrickColor"] = BrickColor.new("Sea green"),
  3575. ["Position"] = Vector3.new(74.7782059, 15.3492365, -36.2565536),
  3576. ["Rotation"] = Vector3.new(-169.389771, 12.3252048, -113.14505),
  3577. ["Anchored"] = true,
  3578. ["CFrame"] = CFrame.new(74.7782059, 15.3492365, -36.2565536, -0.384000808, 0.898319602, 0.213460162, 0.919240177, 0.350199461, 0.179882988, 0.0868387818, 0.265296429, -0.960248291),
  3579. ["Size"] = Vector3.new(0.200000003, 71.8682632, 30.7435665),
  3580. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3581. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3582. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3583. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3584. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3585. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3586. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3587. })
  3588. o213 = Create("WedgePart",{
  3589. ["Name"] = "Triangle",
  3590. ["Parent"] = o59,
  3591. ["Material"] = Enum.Material.Grass,
  3592. ["BrickColor"] = BrickColor.new("Sea green"),
  3593. ["Position"] = Vector3.new(96.2258453, 45.0389366, -4.50599289),
  3594. ["Rotation"] = Vector3.new(-52.8630371, 10.4833221, 117.937851),
  3595. ["Anchored"] = true,
  3596. ["CFrame"] = CFrame.new(96.2258453, 45.0389366, -4.50599289, -0.460693061, -0.868709564, 0.181949303, 0.60131979, -0.1547077, 0.783887804, -0.652821898, 0.470541328, 0.593645036),
  3597. ["Size"] = Vector3.new(0.200000003, 44.2339973, 35.8684807),
  3598. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3599. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3600. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3601. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3602. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3603. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3604. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3605. })
  3606. o214 = Create("WedgePart",{
  3607. ["Name"] = "Triangle",
  3608. ["Parent"] = o59,
  3609. ["Material"] = Enum.Material.Grass,
  3610. ["BrickColor"] = BrickColor.new("Sea green"),
  3611. ["Position"] = Vector3.new(134.670975, 51.8855972, -25.3300095),
  3612. ["Rotation"] = Vector3.new(-52.8630371, 10.4833221, -62.0621529),
  3613. ["Anchored"] = true,
  3614. ["CFrame"] = CFrame.new(134.670975, 51.8855972, -25.3300095, 0.460693061, 0.868709564, 0.181949303, -0.60131979, 0.1547077, 0.783887804, 0.652821898, -0.470541328, 0.593645036),
  3615. ["Size"] = Vector3.new(0.200000003, 44.2769051, 35.8684807),
  3616. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3617. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3618. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3619. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3620. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3621. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3622. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3623. })
  3624. o215 = Create("WedgePart",{
  3625. ["Name"] = "Triangle",
  3626. ["Parent"] = o59,
  3627. ["Material"] = Enum.Material.Grass,
  3628. ["BrickColor"] = BrickColor.new("Sea green"),
  3629. ["Position"] = Vector3.new(0, -1000000, 0),
  3630. ["Anchored"] = true,
  3631. ["CFrame"] = CFrame.new(0, -1000000, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  3632. ["Size"] = Vector3.new(0.200000003, 43.3203964, 0.200000003),
  3633. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3634. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3635. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3636. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3637. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3638. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3639. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3640. })
  3641. o216 = Create("WedgePart",{
  3642. ["Name"] = "Triangle",
  3643. ["Parent"] = o59,
  3644. ["Material"] = Enum.Material.Grass,
  3645. ["BrickColor"] = BrickColor.new("Sea green"),
  3646. ["Position"] = Vector3.new(77.5688782, 47.3662643, 33.8652),
  3647. ["Rotation"] = Vector3.new(66.8159409, -25.7659149, -16.9148655),
  3648. ["Anchored"] = true,
  3649. ["CFrame"] = CFrame.new(77.5688782, 47.3662643, 33.8652, 0.86161691, 0.262023449, -0.434695423, -0.496847689, 0.260393262, -0.827851295, -0.103724711, 0.929268003, 0.354544908),
  3650. ["Size"] = Vector3.new(0.200000003, 26.4395351, 28.3910351),
  3651. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3652. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3653. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3654. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3655. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3656. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3657. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3658. })
  3659. o217 = Create("WedgePart",{
  3660. ["Name"] = "Triangle",
  3661. ["Parent"] = o59,
  3662. ["Material"] = Enum.Material.Grass,
  3663. ["BrickColor"] = BrickColor.new("Sea green"),
  3664. ["Position"] = Vector3.new(-166.43306, 24.3925018, 112.173744),
  3665. ["Rotation"] = Vector3.new(-23.8114738, 17.2410088, -41.2077904),
  3666. ["Anchored"] = true,
  3667. ["CFrame"] = CFrame.new(-166.43306, 24.3925018, 112.173744, 0.718520761, 0.629189968, 0.296391726, -0.692739248, 0.609454393, 0.385587573, 0.0619705915, -0.482374728, 0.873770118),
  3668. ["Size"] = Vector3.new(0.200000003, 45.97995, 53.845932),
  3669. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3670. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3671. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3672. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3673. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3674. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3675. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3676. })
  3677. o218 = Create("WedgePart",{
  3678. ["Name"] = "Triangle",
  3679. ["Parent"] = o59,
  3680. ["Material"] = Enum.Material.Grass,
  3681. ["BrickColor"] = BrickColor.new("Sea green"),
  3682. ["Position"] = Vector3.new(113.110847, 52.3289757, 140.557495),
  3683. ["Rotation"] = Vector3.new(-90.0179901, -65.9365234, -0.00557682198),
  3684. ["Anchored"] = true,
  3685. ["CFrame"] = CFrame.new(113.110847, 52.3289757, 140.557495, 0.40774858, 3.96877622e-005, -0.913094282, 0.913094282, -0.000224706979, 0.40774855, -0.000188996026, -1, -0.000128016429),
  3686. ["Size"] = Vector3.new(0.200000003, 34.8594475, 17.4023228),
  3687. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3688. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3689. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3690. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3691. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3692. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3693. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3694. })
  3695. o219 = Create("WedgePart",{
  3696. ["Name"] = "Triangle",
  3697. ["Parent"] = o59,
  3698. ["Material"] = Enum.Material.Grass,
  3699. ["BrickColor"] = BrickColor.new("Sea green"),
  3700. ["Position"] = Vector3.new(113.109268, 52.3379822, 180.63858),
  3701. ["Rotation"] = Vector3.new(-90.0179901, -65.9365234, 179.994415),
  3702. ["Anchored"] = true,
  3703. ["CFrame"] = CFrame.new(113.109268, 52.3379822, 180.63858, -0.40774858, -3.96877622e-005, -0.913094282, -0.913094282, 0.000224706979, 0.40774855, 0.000188996026, 1, -0.000128016429),
  3704. ["Size"] = Vector3.new(0.200000003, 45.3027306, 17.4023228),
  3705. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3706. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3707. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3708. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3709. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3710. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3711. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3712. })
  3713. o220 = Create("WedgePart",{
  3714. ["Name"] = "Triangle",
  3715. ["Parent"] = o59,
  3716. ["Material"] = Enum.Material.Grass,
  3717. ["BrickColor"] = BrickColor.new("Sea green"),
  3718. ["Position"] = Vector3.new(75.063446, 21.8369312, -55.2407265),
  3719. ["Rotation"] = Vector3.new(52.2843285, 7.27846479, -64.9065018),
  3720. ["Anchored"] = true,
  3721. ["CFrame"] = CFrame.new(75.063446, 21.8369312, -55.2407265, 0.420679331, 0.898319602, 0.126691788, -0.511502087, 0.350199461, -0.784682095, -0.749262691, 0.265296429, 0.606814086),
  3722. ["Size"] = Vector3.new(0.200000003, 76.8846893, 11.7269049),
  3723. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3724. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3725. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3726. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3727. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3728. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3729. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3730. })
  3731. o221 = Create("WedgePart",{
  3732. ["Name"] = "Triangle",
  3733. ["Parent"] = o59,
  3734. ["Material"] = Enum.Material.Grass,
  3735. ["BrickColor"] = BrickColor.new("Sea green"),
  3736. ["Position"] = Vector3.new(77.5688782, 47.3662643, 33.8651962),
  3737. ["Rotation"] = Vector3.new(-135.656509, 57.245266, 65.9940567),
  3738. ["Anchored"] = true,
  3739. ["CFrame"] = CFrame.new(77.5688782, 47.3662643, 33.8651962, 0.220113754, -0.494245619, 0.840994298, -0.892446756, 0.246024936, 0.378167361, -0.393813074, -0.833782375, -0.3869344),
  3740. ["Size"] = Vector3.new(0.200000003, 30.2912865, 24.2391777),
  3741. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3742. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3743. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3744. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3745. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3746. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3747. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3748. })
  3749. o222 = Create("WedgePart",{
  3750. ["Name"] = "Triangle",
  3751. ["Parent"] = o59,
  3752. ["Material"] = Enum.Material.Grass,
  3753. ["BrickColor"] = BrickColor.new("Sea green"),
  3754. ["Position"] = Vector3.new(87.3807678, 42.4821129, 50.4176598),
  3755. ["Rotation"] = Vector3.new(-135.656509, 57.245266, -114.005943),
  3756. ["Anchored"] = true,
  3757. ["CFrame"] = CFrame.new(87.3807678, 42.4821129, 50.4176598, -0.220113754, 0.494245619, 0.840994298, 0.892446756, -0.246024936, 0.378167361, 0.393813074, 0.833782375, -0.3869344),
  3758. ["Size"] = Vector3.new(0.200000003, 9.41322327, 24.2391777),
  3759. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3760. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3761. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3762. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3763. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3764. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3765. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3766. })
  3767. o223 = Create("WedgePart",{
  3768. ["Name"] = "Triangle",
  3769. ["Parent"] = o59,
  3770. ["Material"] = Enum.Material.Grass,
  3771. ["BrickColor"] = BrickColor.new("Sea green"),
  3772. ["Position"] = Vector3.new(72.6651154, 42.9940147, 68.9431992),
  3773. ["Rotation"] = Vector3.new(131.261124, 30.5451832, -85.101593),
  3774. ["Anchored"] = true,
  3775. ["CFrame"] = CFrame.new(72.6651154, 42.9940147, 68.9431992, 0.0735395923, 0.858082414, 0.508217692, 0.689704597, 0.324325323, -0.64739567, -0.720346808, 0.398130059, -0.567973197),
  3776. ["Size"] = Vector3.new(0.200000003, 51.69067, 2.97174215),
  3777. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3778. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3779. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3780. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3781. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3782. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3783. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3784. })
  3785. o224 = Create("WedgePart",{
  3786. ["Name"] = "Triangle",
  3787. ["Parent"] = o59,
  3788. ["Material"] = Enum.Material.Grass,
  3789. ["BrickColor"] = BrickColor.new("Sea green"),
  3790. ["Position"] = Vector3.new(104.739761, 52.3379822, 213.499603),
  3791. ["Rotation"] = Vector3.new(-162.605255, -44.2051239, -92.4689331),
  3792. ["Anchored"] = true,
  3793. ["CFrame"] = CFrame.new(104.739761, 52.3379822, 213.499603, -0.0308800898, 0.71618259, -0.697229207, 0.944402874, 0.249353155, 0.214304179, 0.327337176, -0.651847899, -0.684065223),
  3794. ["Size"] = Vector3.new(0.200000003, 15.690383, 14.9017544),
  3795. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3796. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3797. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3798. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3799. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3800. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3801. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3802. })
  3803. o225 = Create("WedgePart",{
  3804. ["Name"] = "Triangle",
  3805. ["Parent"] = o59,
  3806. ["Material"] = Enum.Material.Grass,
  3807. ["BrickColor"] = BrickColor.new("Sea green"),
  3808. ["Position"] = Vector3.new(100.957115, 46.6040344, 69.3876114),
  3809. ["Rotation"] = Vector3.new(-101.494736, -15.6499186, 154.170349),
  3810. ["Anchored"] = true,
  3811. ["CFrame"] = CFrame.new(100.957115, 46.6040344, 69.3876114, -0.866725087, -0.419544727, -0.26975888, -0.32476294, 0.0641931519, 0.943614423, -0.378571838, 0.905461967, -0.19189015),
  3812. ["Size"] = Vector3.new(0.200000003, 21.2871761, 6.6278944),
  3813. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3814. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3815. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3816. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3817. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3818. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3819. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3820. })
  3821. o226 = Create("WedgePart",{
  3822. ["Name"] = "Triangle",
  3823. ["Parent"] = o59,
  3824. ["Material"] = Enum.Material.Grass,
  3825. ["BrickColor"] = BrickColor.new("Sea green"),
  3826. ["Position"] = Vector3.new(109.022537, 45.3699722, 51.9808044),
  3827. ["Rotation"] = Vector3.new(-101.494736, -15.6499186, -25.829649),
  3828. ["Anchored"] = true,
  3829. ["CFrame"] = CFrame.new(109.022537, 45.3699722, 51.9808044, 0.866725087, 0.419544727, -0.26975888, 0.32476294, -0.0641931519, 0.943614423, 0.378571838, -0.905461967, -0.19189015),
  3830. ["Size"] = Vector3.new(0.200000003, 17.1612911, 6.6278944),
  3831. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3832. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3833. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3834. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3835. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3836. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3837. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3838. })
  3839. o227 = Create("WedgePart",{
  3840. ["Name"] = "Triangle",
  3841. ["Parent"] = o59,
  3842. ["Material"] = Enum.Material.Grass,
  3843. ["BrickColor"] = BrickColor.new("Sea green"),
  3844. ["Position"] = Vector3.new(121.05304, 34.0152512, -40.4827232),
  3845. ["Rotation"] = Vector3.new(-15.7863398, -13.419529, 124.942886),
  3846. ["Anchored"] = true,
  3847. ["CFrame"] = CFrame.new(121.05304, 34.0152512, -40.4827232, -0.557121515, -0.79734236, -0.232079446, 0.752643168, -0.602912009, 0.264622957, -0.350918591, -0.0272457022, 0.936009467),
  3848. ["Size"] = Vector3.new(0.200000003, 12.8763685, 32.2616539),
  3849. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3850. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3851. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3852. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3853. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3854. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3855. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3856. })
  3857. o228 = Create("WedgePart",{
  3858. ["Name"] = "Triangle",
  3859. ["Parent"] = o59,
  3860. ["Material"] = Enum.Material.Grass,
  3861. ["BrickColor"] = BrickColor.new("Sea green"),
  3862. ["Position"] = Vector3.new(192.891479, 41.5876236, -2.74460411),
  3863. ["Rotation"] = Vector3.new(-51.5457878, -33.224617, 36.3133736),
  3864. ["Anchored"] = true,
  3865. ["CFrame"] = CFrame.new(192.891479, 41.5876236, -2.74460411, 0.674066722, -0.495393485, -0.547922671, 0.714032829, 0.247009546, 0.655090332, -0.189185366, -0.832809389, 0.520228148),
  3866. ["Size"] = Vector3.new(0.200000003, 46.1894913, 52.2004433),
  3867. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3868. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3869. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3870. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3871. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3872. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3873. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3874. })
  3875. o229 = Create("WedgePart",{
  3876. ["Name"] = "Triangle",
  3877. ["Parent"] = o59,
  3878. ["Material"] = Enum.Material.Grass,
  3879. ["BrickColor"] = BrickColor.new("Sea green"),
  3880. ["Position"] = Vector3.new(-23.1568451, 35.6397324, -152.108002),
  3881. ["Rotation"] = Vector3.new(57.1612892, -11.2584467, 110.254593),
  3882. ["Anchored"] = true,
  3883. ["CFrame"] = CFrame.new(-23.1568451, 35.6397324, -152.108002, -0.339530349, -0.920110166, -0.19523491, 0.56553179, -0.0338390209, -0.824031949, 0.751593709, -0.390195251, 0.531840682),
  3884. ["Size"] = Vector3.new(0.200000003, 12.6704769, 24.1031685),
  3885. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3886. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3887. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3888. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3889. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3890. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3891. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3892. })
  3893. o230 = Create("WedgePart",{
  3894. ["Name"] = "Triangle",
  3895. ["Parent"] = o59,
  3896. ["Material"] = Enum.Material.Grass,
  3897. ["BrickColor"] = BrickColor.new("Sea green"),
  3898. ["Position"] = Vector3.new(213.491043, 41.3329697, 69.6107178),
  3899. ["Rotation"] = Vector3.new(146.173737, 3.97459459, 141.483963),
  3900. ["Anchored"] = true,
  3901. ["CFrame"] = CFrame.new(213.491043, 41.3329697, 69.6107178, -0.780552149, -0.621235907, 0.0693141371, -0.547513902, 0.625962377, -0.555337548, 0.301607609, -0.471420169, -0.828731477),
  3902. ["Size"] = Vector3.new(0.200000003, 33.2958069, 20.4054031),
  3903. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3904. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3905. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3906. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3907. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3908. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3909. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3910. })
  3911. o231 = Create("WedgePart",{
  3912. ["Name"] = "Triangle",
  3913. ["Parent"] = o59,
  3914. ["Material"] = Enum.Material.Grass,
  3915. ["BrickColor"] = BrickColor.new("Sea green"),
  3916. ["Position"] = Vector3.new(-44.2023697, 22.8924999, -170.749374),
  3917. ["Rotation"] = Vector3.new(150.016937, -32.5414848, 42.9893303),
  3918. ["Anchored"] = true,
  3919. ["CFrame"] = CFrame.new(-44.2023697, 22.8924999, -170.749374, 0.616639853, -0.574811339, -0.537910104, -0.787245452, -0.450292528, -0.421285301, -5.73247671e-005, 0.68324852, -0.730185926),
  3920. ["Size"] = Vector3.new(0.200000003, 34.1245613, 72.2051392),
  3921. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3922. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3923. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3924. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3925. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3926. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3927. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3928. })
  3929. o232 = Create("WedgePart",{
  3930. ["Name"] = "Triangle",
  3931. ["Parent"] = o59,
  3932. ["Material"] = Enum.Material.Grass,
  3933. ["BrickColor"] = BrickColor.new("Sea green"),
  3934. ["Position"] = Vector3.new(236.707642, 21.7080784, 94.7072449),
  3935. ["Rotation"] = Vector3.new(-94.6779633, -26.6418648, 15.1511889),
  3936. ["Anchored"] = true,
  3937. ["CFrame"] = CFrame.new(236.707642, 21.7080784, 94.7072449, 0.862757206, -0.233616874, -0.448412299, 0.410067737, -0.195528939, 0.890849411, -0.295795053, -0.952466011, -0.0728962719),
  3938. ["Size"] = Vector3.new(0.200000003, 43.5264778, 2.99100137),
  3939. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3940. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3941. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3942. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3943. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3944. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3945. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3946. })
  3947. o233 = Create("WedgePart",{
  3948. ["Name"] = "Triangle",
  3949. ["Parent"] = o59,
  3950. ["Material"] = Enum.Material.Grass,
  3951. ["BrickColor"] = BrickColor.new("Sea green"),
  3952. ["Position"] = Vector3.new(105.724136, 49.3205109, 69.4424896),
  3953. ["Rotation"] = Vector3.new(112.780724, 17.4286423, 158.552017),
  3954. ["Anchored"] = true,
  3955. ["CFrame"] = CFrame.new(105.724136, 49.3205109, 69.4424896, -0.888019979, -0.348869294, 0.299517781, -0.39861393, 0.259414285, -0.879665375, 0.229189128, -0.900552213, -0.369429022),
  3956. ["Size"] = Vector3.new(0.200000003, 12.5117426, 18.5290298),
  3957. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3958. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3959. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3960. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3961. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3962. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3963. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3964. })
  3965. o234 = Create("WedgePart",{
  3966. ["Name"] = "Triangle",
  3967. ["Parent"] = o59,
  3968. ["Material"] = Enum.Material.Grass,
  3969. ["BrickColor"] = BrickColor.new("Sea green"),
  3970. ["Position"] = Vector3.new(-169.177277, 24.3924999, 178.187439),
  3971. ["Rotation"] = Vector3.new(-16.6205711, 9.52723885, -48.1281471),
  3972. ["Anchored"] = true,
  3973. ["CFrame"] = CFrame.new(-169.177277, 24.3924999, 178.187439, 0.658260524, 0.734368742, 0.165516481, -0.745128453, 0.604326487, 0.282087177, 0.107130021, -0.309017837, 0.945003271),
  3974. ["Size"] = Vector3.new(0.200000003, 57.2089157, 50.3820877),
  3975. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3976. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3977. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3978. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3979. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3980. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3981. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  3982. })
  3983. o235 = Create("WedgePart",{
  3984. ["Name"] = "Triangle",
  3985. ["Parent"] = o59,
  3986. ["Material"] = Enum.Material.Grass,
  3987. ["BrickColor"] = BrickColor.new("Sea green"),
  3988. ["Position"] = Vector3.new(-169.372009, 8.0735178, -120.138268),
  3989. ["Rotation"] = Vector3.new(-61.4880562, 34.3407936, -43.7890701),
  3990. ["Anchored"] = true,
  3991. ["CFrame"] = CFrame.new(-169.372009, 8.0735178, -120.138268, 0.59606415, 0.571386755, 0.564114094, -0.688163042, 0.00156432099, 0.725554407, 0.413689733, -0.820679426, 0.394139767),
  3992. ["Size"] = Vector3.new(0.200000003, 23.378109, 22.2043514),
  3993. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3994. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3995. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3996. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3997. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3998. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  3999. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4000. })
  4001. o236 = Create("WedgePart",{
  4002. ["Name"] = "Triangle",
  4003. ["Parent"] = o59,
  4004. ["Material"] = Enum.Material.Grass,
  4005. ["BrickColor"] = BrickColor.new("Sea green"),
  4006. ["Position"] = Vector3.new(-169.372009, 8.0735178, -120.138275),
  4007. ["Rotation"] = Vector3.new(116.002625, -44.6796265, 34.7501488),
  4008. ["Anchored"] = true,
  4009. ["CFrame"] = CFrame.new(-169.372009, 8.0735178, -120.138275, 0.584230781, -0.405297548, -0.703141868, -0.769146204, -0, -0.639072955, 0.259014696, 0.914184809, -0.311732918),
  4010. ["Size"] = Vector3.new(0.200000003, 20.0295086, 25.2663422),
  4011. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4012. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4013. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4014. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4015. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4016. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4017. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4018. })
  4019. o237 = Create("WedgePart",{
  4020. ["Name"] = "Triangle",
  4021. ["Parent"] = o59,
  4022. ["Material"] = Enum.Material.Grass,
  4023. ["BrickColor"] = BrickColor.new("Sea green"),
  4024. ["Position"] = Vector3.new(-162.49028, 8.0735178, -135.660629),
  4025. ["Rotation"] = Vector3.new(116.002625, -44.6796265, -145.249847),
  4026. ["Anchored"] = true,
  4027. ["CFrame"] = CFrame.new(-162.49028, 8.0735178, -135.660629, -0.584230781, 0.405297548, -0.703141868, 0.769146204, 0, -0.639072955, -0.259014696, -0.914184809, -0.311732918),
  4028. ["Size"] = Vector3.new(0.200000003, 13.929389, 25.2663422),
  4029. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4030. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4031. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4032. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4033. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4034. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4035. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4036. })
  4037. o238 = Create("WedgePart",{
  4038. ["Name"] = "Triangle",
  4039. ["Parent"] = o59,
  4040. ["Material"] = Enum.Material.Grass,
  4041. ["BrickColor"] = BrickColor.new("Sea green"),
  4042. ["Position"] = Vector3.new(-193.500076, 16.4850006, -41.9497681),
  4043. ["Rotation"] = Vector3.new(-69.9069672, 42.9471169, 13.0175343),
  4044. ["Anchored"] = true,
  4045. ["CFrame"] = CFrame.new(-193.500076, 16.4850006, -41.9497681, 0.71317184, -0.164878592, 0.681323051, -0.546028137, 0.478843629, 0.687431514, -0.439589947, -0.862278342, 0.251469463),
  4046. ["Size"] = Vector3.new(0.200000003, 23.5839748, 31.5332718),
  4047. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4048. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4049. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4050. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4051. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4052. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4053. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4054. })
  4055. o239 = Create("WedgePart",{
  4056. ["Name"] = "Triangle",
  4057. ["Parent"] = o59,
  4058. ["Material"] = Enum.Material.Grass,
  4059. ["BrickColor"] = BrickColor.new("Sea green"),
  4060. ["Position"] = Vector3.new(-187.823853, 0, -12.2643852),
  4061. ["Rotation"] = Vector3.new(-69.9069672, 42.9471169, -166.982468),
  4062. ["Anchored"] = true,
  4063. ["CFrame"] = CFrame.new(-187.823853, 0, -12.2643852, -0.71317184, 0.164878592, 0.681323051, 0.546028137, -0.478843629, 0.687431514, 0.439589947, 0.862278342, 0.251469463),
  4064. ["Size"] = Vector3.new(0.200000003, 45.2694054, 31.5332718),
  4065. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4066. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4067. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4068. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4069. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4070. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4071. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4072. })
  4073. o240 = Create("WedgePart",{
  4074. ["Name"] = "Triangle",
  4075. ["Parent"] = o59,
  4076. ["Material"] = Enum.Material.Grass,
  4077. ["BrickColor"] = BrickColor.new("Sea green"),
  4078. ["Position"] = Vector3.new(-162.589127, 4.76837158e-007, 14.2869358),
  4079. ["Rotation"] = Vector3.new(-120.56636, -45.5094719, 67.6506271),
  4080. ["Anchored"] = true,
  4081. ["CFrame"] = CFrame.new(-162.589127, 4.76837158e-007, 14.2869358, 0.266478211, -0.64814955, -0.71336633, -0.236770168, -0.761469901, 0.603409886, -0.93430686, 0.00810830109, -0.356377602),
  4082. ["Size"] = Vector3.new(0.200000003, 13.8991728, 17.5399857),
  4083. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4084. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4085. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4086. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4087. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4088. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4089. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4090. })
  4091. o241 = Create("WedgePart",{
  4092. ["Name"] = "Triangle",
  4093. ["Parent"] = o59,
  4094. ["Material"] = Enum.Material.Grass,
  4095. ["BrickColor"] = BrickColor.new("Sea green"),
  4096. ["Position"] = Vector3.new(-148.586914, 16.4503136, 14.1117697),
  4097. ["Rotation"] = Vector3.new(-120.56636, -45.5094719, -112.349373),
  4098. ["Anchored"] = true,
  4099. ["CFrame"] = CFrame.new(-148.586914, 16.4503136, 14.1117697, -0.266478211, 0.64814955, -0.71336633, 0.236770168, 0.761469901, 0.603409886, 0.93430686, -0.00810830109, -0.356377602),
  4100. ["Size"] = Vector3.new(0.200000003, 29.3075619, 17.5399857),
  4101. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4102. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4103. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4104. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4105. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4106. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4107. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4108. })
  4109. o242 = Create("WedgePart",{
  4110. ["Name"] = "Triangle",
  4111. ["Parent"] = o59,
  4112. ["Material"] = Enum.Material.Grass,
  4113. ["BrickColor"] = BrickColor.new("Sea green"),
  4114. ["Position"] = Vector3.new(-159.347488, 16.4503136, 11.0426903),
  4115. ["Rotation"] = Vector3.new(-111.562744, 28.9329624, -140.660187),
  4116. ["Anchored"] = true,
  4117. ["CFrame"] = CFrame.new(-159.347488, 16.4503136, 11.0426903, -0.676869214, 0.554796696, 0.483785927, 0.580952346, -0.000977936317, 0.813937008, 0.452042669, 0.831985414, -0.321648479),
  4118. ["Size"] = Vector3.new(0.200000003, 15.2131147, 40.4398689),
  4119. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4120. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4121. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4122. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4123. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4124. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4125. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4126. })
  4127. o243 = Create("WedgePart",{
  4128. ["Name"] = "Triangle",
  4129. ["Parent"] = o59,
  4130. ["Material"] = Enum.Material.Grass,
  4131. ["BrickColor"] = BrickColor.new("Sea green"),
  4132. ["Position"] = Vector3.new(-179.025925, 16.4850006, -18.4675312),
  4133. ["Rotation"] = Vector3.new(-111.562744, 28.9329624, 39.3398018),
  4134. ["Anchored"] = true,
  4135. ["CFrame"] = CFrame.new(-179.025925, 16.4850006, -18.4675312, 0.676869214, -0.554796696, 0.483785927, -0.580952346, 0.000977936317, 0.813937008, -0.452042669, -0.831985414, -0.321648479),
  4136. ["Size"] = Vector3.new(0.200000003, 55.7261543, 40.4398689),
  4137. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4138. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4139. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4140. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4141. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4142. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4143. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4144. })
  4145. o244 = Create("WedgePart",{
  4146. ["Name"] = "Triangle",
  4147. ["Parent"] = o59,
  4148. ["Material"] = Enum.Material.Grass,
  4149. ["BrickColor"] = BrickColor.new("Sea green"),
  4150. ["Position"] = Vector3.new(-84.3180695, 16.4807491, -18.1771622),
  4151. ["Rotation"] = Vector3.new(51.7516098, 16.0265636, 70.6982269),
  4152. ["Anchored"] = true,
  4153. ["CFrame"] = CFrame.new(-84.3180695, 16.4807491, -18.1771622, 0.317696661, -0.907109201, 0.276082993, 0.655941963, -0, -0.754811347, 0.684696317, 0.420895457, 0.595010936),
  4154. ["Size"] = Vector3.new(0.200000003, 58.1294594, 43.6685257),
  4155. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4156. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4157. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4158. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4159. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4160. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4161. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4162. })
  4163. o245 = Create("WedgePart",{
  4164. ["Name"] = "Triangle",
  4165. ["Parent"] = o59,
  4166. ["Material"] = Enum.Material.Grass,
  4167. ["BrickColor"] = BrickColor.new("Sea green"),
  4168. ["Position"] = Vector3.new(-148.586899, 16.4503136, 14.1117697),
  4169. ["Rotation"] = Vector3.new(-107.962181, 36.5088692, 105.226799),
  4170. ["Anchored"] = true,
  4171. ["CFrame"] = CFrame.new(-148.586899, 16.4503136, 14.1117697, -0.211101115, -0.775547624, 0.594947219, -0.14892152, 0.627076864, 0.764589429, -0.966053247, 0.0728052258, -0.247872293),
  4172. ["Size"] = Vector3.new(0.200000003, 15.1307611, 30.6209755),
  4173. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4174. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4175. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4176. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4177. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4178. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4179. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4180. })
  4181. o246 = Create("WedgePart",{
  4182. ["Name"] = "Triangle",
  4183. ["Parent"] = o59,
  4184. ["Material"] = Enum.Material.Grass,
  4185. ["BrickColor"] = BrickColor.new("Sea green"),
  4186. ["Position"] = Vector3.new(-128.241699, 2.86102295e-006, 12.2018461),
  4187. ["Rotation"] = Vector3.new(-107.962181, 36.5088692, -74.7732086),
  4188. ["Anchored"] = true,
  4189. ["CFrame"] = CFrame.new(-128.241699, 2.86102295e-006, 12.2018461, 0.211101115, 0.775547624, 0.594947219, 0.14892152, -0.627076864, 0.764589429, 0.966053247, -0.0728052258, -0.247872293),
  4190. ["Size"] = Vector3.new(0.200000003, 37.3358994, 30.6209755),
  4191. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4192. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4193. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4194. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4195. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4196. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4197. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4198. })
  4199. o247 = Create("WedgePart",{
  4200. ["Name"] = "Triangle",
  4201. ["Parent"] = o59,
  4202. ["Material"] = Enum.Material.Grass,
  4203. ["BrickColor"] = BrickColor.new("Sea green"),
  4204. ["Position"] = Vector3.new(157.503006, 68.9216232, -25.1103344),
  4205. ["Rotation"] = Vector3.new(-109.157486, -41.5820465, -170.455902),
  4206. ["Anchored"] = true,
  4207. ["CFrame"] = CFrame.new(157.503006, 68.9216232, -25.1103344, -0.737652421, 0.124024466, -0.663691819, -0.563846707, 0.427573711, 0.706581652, 0.371410578, 0.895432115, -0.245470002),
  4208. ["Size"] = Vector3.new(0.200000003, 0.31660983, 1.07477272),
  4209. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4210. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4211. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4212. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4213. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4214. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4215. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4216. })
  4217. o248 = Create("WedgePart",{
  4218. ["Name"] = "Triangle",
  4219. ["Parent"] = o59,
  4220. ["Material"] = Enum.Material.Grass,
  4221. ["BrickColor"] = BrickColor.new("Sea green"),
  4222. ["Position"] = Vector3.new(157.441971, 26.2625694, -70.4708939),
  4223. ["Rotation"] = Vector3.new(-112.715492, -21.4111423, 7.6556201),
  4224. ["Anchored"] = true,
  4225. ["CFrame"] = CFrame.new(157.441971, 26.2625694, -70.4708939, 0.922686756, -0.124024466, -0.365057826, 0.282297105, -0.427573711, 0.858771861, -0.262597859, -0.895432115, -0.359504849),
  4226. ["Size"] = Vector3.new(0.200000003, 48.609951, 41.6169586),
  4227. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4228. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4229. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4230. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4231. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4232. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4233. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4234. })
  4235. o249 = Create("WedgePart",{
  4236. ["Name"] = "Triangle",
  4237. ["Parent"] = o59,
  4238. ["Material"] = Enum.Material.Grass,
  4239. ["BrickColor"] = BrickColor.new("Sea green"),
  4240. ["Position"] = Vector3.new(-168.06308, 8.04765797, -85.7709961),
  4241. ["Rotation"] = Vector3.new(-121.657257, 20.0632172, 60.807373),
  4242. ["Anchored"] = true,
  4243. ["CFrame"] = CFrame.new(-168.06308, 8.04765797, -85.7709961, 0.458148241, -0.820007503, 0.343056738, -0.600602031, -0.00106661243, 0.799547434, -0.655268967, -0.572351813, -0.492986768),
  4244. ["Size"] = Vector3.new(0.200000003, 26.1393471, 20.1654015),
  4245. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4246. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4247. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4248. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4249. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4250. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4251. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4252. })
  4253. o250 = Create("WedgePart",{
  4254. ["Name"] = "Triangle",
  4255. ["Parent"] = o59,
  4256. ["Material"] = Enum.Material.Grass,
  4257. ["BrickColor"] = BrickColor.new("Sea green"),
  4258. ["Position"] = Vector3.new(117.688667, 42.0764618, 123.828102),
  4259. ["Rotation"] = Vector3.new(47.17239, 40.0887375, -162.723297),
  4260. ["Anchored"] = true,
  4261. ["CFrame"] = CFrame.new(117.688667, 42.0764618, 123.828102, -0.730530381, 0.227208972, 0.643973231, -0.652872384, -0.508859336, -0.561088085, 0.200207546, -0.830324173, 0.520075679),
  4262. ["Size"] = Vector3.new(0.200000003, 18.5663567, 32.3394814),
  4263. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4264. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4265. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4266. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4267. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4268. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4269. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4270. })
  4271. o251 = Create("WedgePart",{
  4272. ["Name"] = "Triangle",
  4273. ["Parent"] = o59,
  4274. ["Material"] = Enum.Material.Grass,
  4275. ["BrickColor"] = BrickColor.new("Sea green"),
  4276. ["Position"] = Vector3.new(113.110855, 52.3289719, 140.557495),
  4277. ["Rotation"] = Vector3.new(47.17239, 40.0887375, 17.2766972),
  4278. ["Anchored"] = true,
  4279. ["CFrame"] = CFrame.new(113.110855, 52.3289719, 140.557495, 0.730530381, -0.227208972, 0.643973231, 0.652872384, 0.508859336, -0.561088085, -0.200207546, 0.830324173, 0.520075679),
  4280. ["Size"] = Vector3.new(0.200000003, 21.7296944, 32.3394814),
  4281. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4282. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4283. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4284. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4285. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4286. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4287. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4288. })
  4289. o252 = Create("WedgePart",{
  4290. ["Name"] = "Triangle",
  4291. ["Parent"] = o59,
  4292. ["Material"] = Enum.Material.Grass,
  4293. ["BrickColor"] = BrickColor.new("Sea green"),
  4294. ["Position"] = Vector3.new(-125.000076, 16.4503136, 8.95759869),
  4295. ["Rotation"] = Vector3.new(-116.140663, -16.3495808, 119.873718),
  4296. ["Anchored"] = true,
  4297. ["CFrame"] = CFrame.new(-125.000076, 16.4503136, 8.95759869, -0.477948129, -0.832060635, -0.28149718, -0.507904351, 0.000320283725, 0.861413419, -0.716658056, 0.55468452, -0.422760278),
  4298. ["Size"] = Vector3.new(0.200000003, 35.9862213, 38.1803932),
  4299. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4300. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4301. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4302. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4303. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4304. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4305. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4306. })
  4307. o253 = Create("WedgePart",{
  4308. ["Name"] = "Triangle",
  4309. ["Parent"] = o59,
  4310. ["Material"] = Enum.Material.Grass,
  4311. ["BrickColor"] = BrickColor.new("Sea green"),
  4312. ["Position"] = Vector3.new(-25.3743076, 16.3786163, -184.318176),
  4313. ["Rotation"] = Vector3.new(59.2880783, -39.9994545, -176.149139),
  4314. ["Anchored"] = true,
  4315. ["CFrame"] = CFrame.new(-25.3743076, 16.3786163, -184.318176, -0.764321089, 0.0514475666, -0.642780304, 0.517080367, -0.546682775, -0.658608973, -0.385280758, -0.835757792, 0.391238749),
  4316. ["Size"] = Vector3.new(0.200000003, 19.2333183, 33.7722511),
  4317. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4318. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4319. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4320. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4321. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4322. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4323. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4324. })
  4325. o254 = Create("WedgePart",{
  4326. ["Name"] = "Triangle",
  4327. ["Parent"] = o59,
  4328. ["Material"] = Enum.Material.Grass,
  4329. ["BrickColor"] = BrickColor.new("Sea green"),
  4330. ["Position"] = Vector3.new(-123.532997, 32.9299011, -89.1041107),
  4331. ["Rotation"] = Vector3.new(118.440521, -64.967804, 50.5194283),
  4332. ["Anchored"] = true,
  4333. ["CFrame"] = CFrame.new(-123.532997, 32.9299011, -89.1041107, 0.269031376, -0.326586723, -0.906070173, -0.87415272, 0.312134266, -0.372060955, 0.404325783, 0.892139733, -0.201512739),
  4334. ["Size"] = Vector3.new(0.200000003, 37.1466751, 31.0755672),
  4335. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4336. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4337. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4338. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4339. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4340. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4341. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4342. })
  4343. o255 = Create("WedgePart",{
  4344. ["Name"] = "Triangle",
  4345. ["Parent"] = o59,
  4346. ["Material"] = Enum.Material.Grass,
  4347. ["BrickColor"] = BrickColor.new("Sea green"),
  4348. ["Position"] = Vector3.new(-114.751244, 24.536768, -113.093292),
  4349. ["Rotation"] = Vector3.new(118.440521, -64.967804, -129.48056),
  4350. ["Anchored"] = true,
  4351. ["CFrame"] = CFrame.new(-114.751244, 24.536768, -113.093292, -0.269031376, 0.326586723, -0.906070173, 0.87415272, -0.312134266, -0.372060955, -0.404325783, -0.892139733, -0.201512739),
  4352. ["Size"] = Vector3.new(0.200000003, 16.6322994, 31.0755672),
  4353. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4354. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4355. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4356. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4357. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4358. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4359. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4360. })
  4361. o256 = Create("WedgePart",{
  4362. ["Name"] = "Triangle",
  4363. ["Parent"] = o59,
  4364. ["Material"] = Enum.Material.Grass,
  4365. ["BrickColor"] = BrickColor.new("Sea green"),
  4366. ["Position"] = Vector3.new(179.609894, 34.2743187, -171.938446),
  4367. ["Rotation"] = Vector3.new(-89.9575195, -64.9552078, -179.970932),
  4368. ["Anchored"] = true,
  4369. ["CFrame"] = CFrame.new(179.609894, 34.2743187, -171.938446, -0.423326492, 0.000214733111, -0.90597713, -0.905977309, -0.000282278255, 0.423326343, -0.000164835496, 1, 0.000313873577),
  4370. ["Size"] = Vector3.new(0.200000003, 31.7692966, 54.30233),
  4371. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4372. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4373. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4374. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4375. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4376. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4377. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4378. })
  4379. o257 = Create("WedgePart",{
  4380. ["Name"] = "Triangle",
  4381. ["Parent"] = o59,
  4382. ["Material"] = Enum.Material.Grass,
  4383. ["BrickColor"] = BrickColor.new("Sea green"),
  4384. ["Position"] = Vector3.new(-142.67099, 24.5531387, -87.1952667),
  4385. ["Rotation"] = Vector3.new(-93.721489, 37.8267555, 155.577026),
  4386. ["Anchored"] = true,
  4387. ["CFrame"] = CFrame.new(-142.67099, 24.5531387, -87.1952667, -0.719189763, -0.326586723, 0.613275945, 0.530384541, 0.312134266, 0.78820318, -0.448841155, 0.892139733, -0.0512676463),
  4388. ["Size"] = Vector3.new(0.200000003, 26.4696941, 10.8146839),
  4389. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4390. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4391. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4392. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4393. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4394. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4395. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4396. })
  4397. o258 = Create("WedgePart",{
  4398. ["Name"] = "Triangle",
  4399. ["Parent"] = o59,
  4400. ["Material"] = Enum.Material.Grass,
  4401. ["BrickColor"] = BrickColor.new("Sea green"),
  4402. ["Position"] = Vector3.new(143.54805, 51.4986687, -40.2532043),
  4403. ["Rotation"] = Vector3.new(-16.6126633, -13.0605965, -54.1456985),
  4404. ["Anchored"] = true,
  4405. ["CFrame"] = CFrame.new(143.54805, 51.4986687, -40.2532043, 0.570574284, 0.789542496, -0.225981429, -0.738835335, 0.613642991, 0.278504372, 0.358562976, 0.00805571768, 0.933470786),
  4406. ["Size"] = Vector3.new(0.200000003, 43.6800346, 32.0883598),
  4407. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4408. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4409. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4410. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4411. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4412. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4413. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4414. })
  4415. o259 = Create("WedgePart",{
  4416. ["Name"] = "Triangle",
  4417. ["Parent"] = o59,
  4418. ["Material"] = Enum.Material.Grass,
  4419. ["BrickColor"] = BrickColor.new("Sea green"),
  4420. ["Position"] = Vector3.new(-133.889252, 16.1600094, -111.184448),
  4421. ["Rotation"] = Vector3.new(-93.721489, 37.8267555, -24.4229736),
  4422. ["Anchored"] = true,
  4423. ["CFrame"] = CFrame.new(-133.889252, 16.1600094, -111.184448, 0.719189763, 0.326586723, 0.613275945, -0.530384541, -0.312134266, 0.78820318, 0.448841155, -0.892139733, -0.0512676463),
  4424. ["Size"] = Vector3.new(0.200000003, 27.3092823, 10.8146839),
  4425. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4426. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4427. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4428. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4429. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4430. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4431. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4432. })
  4433. o260 = Create("WedgePart",{
  4434. ["Name"] = "Triangle",
  4435. ["Parent"] = o59,
  4436. ["Material"] = Enum.Material.Grass,
  4437. ["BrickColor"] = BrickColor.new("Sea green"),
  4438. ["Position"] = Vector3.new(-95.1320648, 24.5007076, -112.848709),
  4439. ["Rotation"] = Vector3.new(141.098877, 0.489703983, -89.4695435),
  4440. ["Anchored"] = true,
  4441. ["CFrame"] = CFrame.new(-95.1320648, 24.5007076, -112.848709, 0.00925778411, 0.999920607, 0.00854684226, 0.778247237, -0.00183801434, -0.627955258, -0.627889693, 0.0124649592, -0.778202534),
  4442. ["Size"] = Vector3.new(0.200000003, 16.2862968, 26.746666),
  4443. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4444. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4445. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4446. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4447. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4448. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4449. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4450. })
  4451. o261 = Create("WedgePart",{
  4452. ["Name"] = "Triangle",
  4453. ["Parent"] = o59,
  4454. ["Material"] = Enum.Material.Grass,
  4455. ["BrickColor"] = BrickColor.new("Sea green"),
  4456. ["Position"] = Vector3.new(-114.751244, 24.5367699, -113.093292),
  4457. ["Rotation"] = Vector3.new(141.098877, 0.489703983, 90.5304642),
  4458. ["Anchored"] = true,
  4459. ["CFrame"] = CFrame.new(-114.751244, 24.5367699, -113.093292, -0.00925778411, -0.999920607, 0.00854684226, -0.778247237, 0.00183801434, -0.627955258, 0.627889693, -0.0124649592, -0.778202534),
  4460. ["Size"] = Vector3.new(0.200000003, 22.9551773, 26.746666),
  4461. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4462. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4463. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4464. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4465. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4466. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4467. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4468. })
  4469. o262 = Create("WedgePart",{
  4470. ["Name"] = "Triangle",
  4471. ["Parent"] = o59,
  4472. ["Material"] = Enum.Material.Grass,
  4473. ["BrickColor"] = BrickColor.new("Sea green"),
  4474. ["Position"] = Vector3.new(-94.5900879, 16.1505127, -112.036766),
  4475. ["Rotation"] = Vector3.new(110.435478, 64.4371414, 178.755997),
  4476. ["Anchored"] = true,
  4477. ["CFrame"] = CFrame.new(-94.5900879, 16.1505127, -112.036766, -0.431399405, -0.0093680378, 0.902112424, -0.852719665, 0.330717921, -0.404345006, -0.294556826, -0.943683147, -0.150659621),
  4478. ["Size"] = Vector3.new(0.200000003, 20.7970295, 17.3198738),
  4479. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4480. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4481. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4482. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4483. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4484. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4485. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4486. })
  4487. o263 = Create("WedgePart",{
  4488. ["Name"] = "Triangle",
  4489. ["Parent"] = o59,
  4490. ["Material"] = Enum.Material.Grass,
  4491. ["BrickColor"] = BrickColor.new("Sea green"),
  4492. ["Position"] = Vector3.new(121.053047, 34.0152512, -40.4827194),
  4493. ["Rotation"] = Vector3.new(-16.6126633, -13.0605965, 125.854294),
  4494. ["Anchored"] = true,
  4495. ["CFrame"] = CFrame.new(121.053047, 34.0152512, -40.4827194, -0.570574284, -0.789542496, -0.225981429, 0.738835335, -0.613642991, 0.278504372, -0.358562976, -0.00805571768, 0.933470786),
  4496. ["Size"] = Vector3.new(0.200000003, 13.30235, 32.0883598),
  4497. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4498. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4499. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4500. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4501. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4502. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4503. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4504. })
  4505. o264 = Create("WedgePart",{
  4506. ["Name"] = "Triangle",
  4507. ["Parent"] = o59,
  4508. ["Material"] = Enum.Material.Grass,
  4509. ["BrickColor"] = BrickColor.new("Sea green"),
  4510. ["Position"] = Vector3.new(179.601791, 34.2849998, -209.777557),
  4511. ["Rotation"] = Vector3.new(-89.9575195, -64.9552078, 0.0290633831),
  4512. ["Anchored"] = true,
  4513. ["CFrame"] = CFrame.new(179.601791, 34.2849998, -209.777557, 0.423326492, -0.000214733111, -0.90597713, 0.905977309, 0.000282278255, 0.423326343, 0.000164835496, -1, 0.000313873577),
  4514. ["Size"] = Vector3.new(0.200000003, 43.9088821, 54.30233),
  4515. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4516. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4517. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4518. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4519. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4520. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4521. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4522. })
  4523. o265 = Create("WedgePart",{
  4524. ["Name"] = "Triangle",
  4525. ["Parent"] = o59,
  4526. ["Material"] = Enum.Material.Grass,
  4527. ["BrickColor"] = BrickColor.new("Sea green"),
  4528. ["Position"] = Vector3.new(115.500832, 42.0764656, 116.948471),
  4529. ["Rotation"] = Vector3.new(143.145676, 24.1621456, -28.7188358),
  4530. ["Anchored"] = true,
  4531. ["CFrame"] = CFrame.new(115.500832, 42.0764656, 116.948471, 0.800155997, 0.438414574, 0.409320325, 0.599791288, -0.583766222, -0.547236204, -0.000968948007, 0.683381081, -0.730061352),
  4532. ["Size"] = Vector3.new(0.200000003, 16.725111, 32.5808182),
  4533. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4534. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4535. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4536. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4537. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4538. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4539. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4540. })
  4541. o266 = Create("WedgePart",{
  4542. ["Name"] = "Triangle",
  4543. ["Parent"] = o59,
  4544. ["Material"] = Enum.Material.Grass,
  4545. ["BrickColor"] = BrickColor.new("Sea green"),
  4546. ["Position"] = Vector3.new(105.149147, 55.8601303, 100.812737),
  4547. ["Rotation"] = Vector3.new(143.145676, 24.1621456, 151.281158),
  4548. ["Anchored"] = true,
  4549. ["CFrame"] = CFrame.new(105.149147, 55.8601303, 100.812737, -0.800155997, -0.438414574, 0.409320325, -0.599791288, 0.583766222, -0.547236204, 0.000968948007, -0.683381081, -0.730061352),
  4550. ["Size"] = Vector3.new(0.200000003, 30.4981403, 32.5808182),
  4551. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4552. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4553. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4554. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4555. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4556. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4557. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4558. })
  4559. o267 = Create("WedgePart",{
  4560. ["Name"] = "Triangle",
  4561. ["Parent"] = o59,
  4562. ["Material"] = Enum.Material.Grass,
  4563. ["BrickColor"] = BrickColor.new("Sea green"),
  4564. ["Position"] = Vector3.new(220.395706, 22.7697372, -221.415817),
  4565. ["Rotation"] = Vector3.new(-12.4165468, -50.9320526, -115.273544),
  4566. ["Anchored"] = true,
  4567. ["CFrame"] = CFrame.new(220.395706, 22.7697372, -221.415817, -0.269075572, 0.569914758, -0.776399076, -0.954402089, -0.265994459, 0.135512903, -0.129287034, 0.777460098, 0.61550045),
  4568. ["Size"] = Vector3.new(0.200000003, 33.7577705, 66.487442),
  4569. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4570. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4571. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4572. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4573. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4574. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4575. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4576. })
  4577. o268 = Create("WedgePart",{
  4578. ["Name"] = "Triangle",
  4579. ["Parent"] = o59,
  4580. ["Material"] = Enum.Material.Grass,
  4581. ["BrickColor"] = BrickColor.new("Sea green"),
  4582. ["Position"] = Vector3.new(195.800781, 34.248848, -254.967453),
  4583. ["Rotation"] = Vector3.new(-12.4165468, -50.9320526, 64.7264557),
  4584. ["Anchored"] = true,
  4585. ["CFrame"] = CFrame.new(195.800781, 34.248848, -254.967453, 0.269075572, -0.569914758, -0.776399076, 0.954402089, 0.265994459, 0.135512903, 0.129287034, -0.777460098, 0.61550045),
  4586. ["Size"] = Vector3.new(0.200000003, 52.5531197, 66.487442),
  4587. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4588. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4589. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4590. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4591. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4592. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4593. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4594. })
  4595. o269 = Create("WedgePart",{
  4596. ["Name"] = "Triangle",
  4597. ["Parent"] = o59,
  4598. ["Material"] = Enum.Material.Grass,
  4599. ["BrickColor"] = BrickColor.new("Sea green"),
  4600. ["Position"] = Vector3.new(-71.1052475, 46.8267021, 93.5398178),
  4601. ["Rotation"] = Vector3.new(-178.307129, 24.982605, -161.641174),
  4602. ["Anchored"] = true,
  4603. ["CFrame"] = CFrame.new(-71.1052475, 46.8267021, 93.5398178, -0.860300899, 0.285497546, 0.422343105, 0.326671392, 0.944758534, 0.0267778132, -0.391367316, 0.161004275, -0.90604043),
  4604. ["Size"] = Vector3.new(0.200000003, 18.1879959, 36.3470039),
  4605. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4606. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4607. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4608. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4609. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4610. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4611. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4612. })
  4613. o270 = Create("WedgePart",{
  4614. ["Name"] = "Triangle",
  4615. ["Parent"] = o59,
  4616. ["Material"] = Enum.Material.Grass,
  4617. ["BrickColor"] = BrickColor.new("Sea green"),
  4618. ["Position"] = Vector3.new(-94.362236, 8.10656929, -89.0838776),
  4619. ["Rotation"] = Vector3.new(110.435478, 64.4371414, -1.24400878),
  4620. ["Anchored"] = true,
  4621. ["CFrame"] = CFrame.new(-94.362236, 8.10656929, -89.0838776, 0.431399405, 0.0093680378, 0.902112424, 0.852719665, -0.330717921, -0.404345006, 0.294556826, 0.943683147, -0.150659621),
  4622. ["Size"] = Vector3.new(0.200000003, 27.8483067, 17.3198738),
  4623. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4624. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4625. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4626. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4627. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4628. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4629. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4630. })
  4631. o271 = Create("WedgePart",{
  4632. ["Name"] = "Triangle",
  4633. ["Parent"] = o59,
  4634. ["Material"] = Enum.Material.Grass,
  4635. ["BrickColor"] = BrickColor.new("Sea green"),
  4636. ["Position"] = Vector3.new(33.7699852, 38.2015877, 64.8346939),
  4637. ["Rotation"] = Vector3.new(146.22908, 40.045208, 85.371788),
  4638. ["Anchored"] = true,
  4639. ["CFrame"] = CFrame.new(33.7699852, 38.2015877, 64.8346939, 0.0617710054, -0.763040841, 0.643391848, -0.799697876, -0.423553199, -0.425541967, 0.597216606, -0.48823294, -0.636365414),
  4640. ["Size"] = Vector3.new(0.200000003, 16.9508724, 29.9391651),
  4641. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4642. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4643. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4644. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4645. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4646. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4647. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4648. })
  4649. o272 = Create("WedgePart",{
  4650. ["Name"] = "Triangle",
  4651. ["Parent"] = o59,
  4652. ["Material"] = Enum.Material.Grass,
  4653. ["BrickColor"] = BrickColor.new("Sea green"),
  4654. ["Position"] = Vector3.new(-83.5521622, -4.76837158e-007, -96.0855713),
  4655. ["Rotation"] = Vector3.new(-70.4253998, -25.9633064, -179.403),
  4656. ["Anchored"] = true,
  4657. ["CFrame"] = CFrame.new(-83.5521622, -4.76837158e-007, -96.0855713, -0.899025857, 0.0093680378, -0.43779543, -0.415962011, -0.330717921, 0.847113609, -0.136850998, 0.943683147, 0.301220596),
  4658. ["Size"] = Vector3.new(0.200000003, 35.4985657, 13.8588409),
  4659. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4660. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4661. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4662. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4663. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4664. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4665. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4666. })
  4667. o273 = Create("WedgePart",{
  4668. ["Name"] = "Triangle",
  4669. ["Parent"] = o59,
  4670. ["Material"] = Enum.Material.Grass,
  4671. ["BrickColor"] = BrickColor.new("Sea green"),
  4672. ["Position"] = Vector3.new(-101.076981, 16.4411049, -6.99048615),
  4673. ["Rotation"] = Vector3.new(-116.140663, -16.3495808, -60.1262932),
  4674. ["Anchored"] = true,
  4675. ["CFrame"] = CFrame.new(-101.076981, 16.4411049, -6.99048615, 0.477948129, 0.832060635, -0.28149718, 0.507904351, -0.000320283725, 0.861413419, 0.716658056, -0.55468452, -0.422760278),
  4676. ["Size"] = Vector3.new(0.200000003, 21.5170364, 38.1803932),
  4677. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4678. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4679. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4680. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4681. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4682. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4683. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4684. })
  4685. o274 = Create("WedgePart",{
  4686. ["Name"] = "Triangle",
  4687. ["Parent"] = o59,
  4688. ["Material"] = Enum.Material.Grass,
  4689. ["BrickColor"] = BrickColor.new("Sea green"),
  4690. ["Position"] = Vector3.new(179.601776, 34.2850037, -209.777557),
  4691. ["Rotation"] = Vector3.new(152.261826, 44.7170906, -53.324501),
  4692. ["Anchored"] = true,
  4693. ["CFrame"] = CFrame.new(179.601776, 34.2850037, -209.777557, 0.424422383, 0.569914758, 0.703606725, 0.905463398, -0.265994459, -0.330730975, -0.00133298337, 0.777460098, -0.628931344),
  4694. ["Size"] = Vector3.new(0.200000003, 68.2853012, 14.6236401),
  4695. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4696. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4697. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4698. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4699. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4700. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4701. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4702. })
  4703. o275 = Create("WedgePart",{
  4704. ["Name"] = "Triangle",
  4705. ["Parent"] = o59,
  4706. ["Material"] = Enum.Material.Grass,
  4707. ["BrickColor"] = BrickColor.new("Sea green"),
  4708. ["Position"] = Vector3.new(-83.7800217, 8.0439415, -119.03846),
  4709. ["Rotation"] = Vector3.new(-70.4253998, -25.9633064, 0.59701246),
  4710. ["Anchored"] = true,
  4711. ["CFrame"] = CFrame.new(-83.7800217, 8.0439415, -119.03846, 0.899025857, -0.0093680378, -0.43779543, 0.415962011, 0.330717921, 0.847113609, 0.136850998, -0.943683147, 0.301220596),
  4712. ["Size"] = Vector3.new(0.200000003, 13.1467714, 13.8588409),
  4713. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4714. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4715. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4716. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4717. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4718. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4719. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4720. })
  4721. o276 = Create("WedgePart",{
  4722. ["Name"] = "Triangle",
  4723. ["Parent"] = o59,
  4724. ["Material"] = Enum.Material.Grass,
  4725. ["BrickColor"] = BrickColor.new("Sea green"),
  4726. ["Position"] = Vector3.new(155.006851, 45.7641144, -243.329178),
  4727. ["Rotation"] = Vector3.new(152.261826, 44.7170906, 126.675507),
  4728. ["Anchored"] = true,
  4729. ["CFrame"] = CFrame.new(155.006851, 45.7641144, -243.329178, -0.424422383, -0.569914758, 0.703606725, -0.905463398, 0.265994459, -0.330730975, 0.00133298337, -0.777460098, -0.628931344),
  4730. ["Size"] = Vector3.new(0.200000003, 18.025589, 14.6236401),
  4731. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4732. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4733. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4734. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4735. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4736. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4737. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4738. })
  4739. o277 = Create("WedgePart",{
  4740. ["Name"] = "Triangle",
  4741. ["Parent"] = o59,
  4742. ["Material"] = Enum.Material.Grass,
  4743. ["BrickColor"] = BrickColor.new("Sea green"),
  4744. ["Position"] = Vector3.new(-60.7099457, 55.7939072, 175.135193),
  4745. ["Rotation"] = Vector3.new(77.9638062, -48.907917, -9.11205006),
  4746. ["Anchored"] = true,
  4747. ["CFrame"] = CFrame.new(-60.7099457, 55.7939072, 175.135193, 0.648976803, 0.10408923, -0.753654242, -0.760808229, 0.0891700611, -0.642821729, 0.000292576849, 0.990562558, 0.137060493),
  4748. ["Size"] = Vector3.new(0.200000003, 55.3068161, 7.31074429),
  4749. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4750. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4751. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4752. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4753. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4754. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4755. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4756. })
  4757. o278 = Create("WedgePart",{
  4758. ["Name"] = "Triangle",
  4759. ["Parent"] = o59,
  4760. ["Material"] = Enum.Material.Grass,
  4761. ["BrickColor"] = BrickColor.new("Sea green"),
  4762. ["Position"] = Vector3.new(-3.43706512, 12.3773956, -121.95813),
  4763. ["Rotation"] = Vector3.new(62.7857361, -13.2891512, -65.9155045),
  4764. ["Anchored"] = true,
  4765. ["CFrame"] = CFrame.new(-3.43706512, 12.3773956, -121.95813, 0.397155851, 0.888498127, -0.229865462, -0.500927627, -0, -0.865489125, -0.768985569, 0.458880156, 0.445073426),
  4766. ["Size"] = Vector3.new(0.200000003, 85.342926, 28.6020813),
  4767. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4768. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4769. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4770. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4771. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4772. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4773. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4774. })
  4775. o279 = Create("WedgePart",{
  4776. ["Name"] = "Triangle",
  4777. ["Parent"] = o59,
  4778. ["Material"] = Enum.Material.Grass,
  4779. ["BrickColor"] = BrickColor.new("Sea green"),
  4780. ["Position"] = Vector3.new(-143.994888, 48.7850037, 158.881104),
  4781. ["Rotation"] = Vector3.new(159.03009, -20.2656994, -137.878174),
  4782. ["Anchored"] = true,
  4783. ["CFrame"] = CFrame.new(-143.994888, 48.7850037, 158.881104, -0.695805311, 0.629189968, -0.346374094, 0.718230486, 0.609454393, -0.335723668, -0.000134751215, -0.482374728, -0.87596488),
  4784. ["Size"] = Vector3.new(0.200000003, 33.0728836, 60.0387039),
  4785. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4786. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4787. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4788. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4789. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4790. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4791. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4792. })
  4793. o280 = Create("WedgePart",{
  4794. ["Name"] = "Triangle",
  4795. ["Parent"] = o59,
  4796. ["Material"] = Enum.Material.Grass,
  4797. ["BrickColor"] = BrickColor.new("Sea green"),
  4798. ["Position"] = Vector3.new(61.2346535, 12.367919, -79.3960495),
  4799. ["Rotation"] = Vector3.new(-100.094345, 6.58806229, -122.766708),
  4800. ["Anchored"] = true,
  4801. ["CFrame"] = CFrame.new(61.2346535, 12.367919, -79.3960495, -0.537645698, 0.835328579, 0.114730179, 0.208513975, -0.000122417099, 0.978019357, 0.816981733, 0.549750865, -0.174112245),
  4802. ["Size"] = Vector3.new(0.200000003, 68.4620438, 25.300333),
  4803. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4804. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4805. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4806. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4807. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4808. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4809. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4810. })
  4811. o281 = Create("WedgePart",{
  4812. ["Name"] = "Triangle",
  4813. ["Parent"] = o59,
  4814. ["Material"] = Enum.Material.Grass,
  4815. ["BrickColor"] = BrickColor.new("Sea green"),
  4816. ["Position"] = Vector3.new(28.0120907, 25.6058941, 50.484169),
  4817. ["Rotation"] = Vector3.new(-19.9057999, 29.1019135, -72.3290558),
  4818. ["Anchored"] = true,
  4819. ["CFrame"] = CFrame.new(28.0120907, 25.6058941, 50.484169, 0.265228629, 0.832528293, 0.486364543, -0.946154594, 0.127632707, 0.297491819, 0.18559432, -0.539079368, 0.821552277),
  4820. ["Size"] = Vector3.new(0.200000003, 14.7885418, 11.3748426),
  4821. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4822. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4823. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4824. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4825. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4826. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4827. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4828. })
  4829. o282 = Create("WedgePart",{
  4830. ["Name"] = "Triangle",
  4831. ["Parent"] = o59,
  4832. ["Material"] = Enum.Material.Grass,
  4833. ["BrickColor"] = BrickColor.new("Sea green"),
  4834. ["Position"] = Vector3.new(254.966537, 33.7850037, 119.042595),
  4835. ["Rotation"] = Vector3.new(110.298286, -25.930706, -89.9601212),
  4836. ["Anchored"] = true,
  4837. ["CFrame"] = CFrame.new(254.966537, 33.7850037, 119.042595, 0.000625953136, 0.899323285, -0.437283814, 0.34662208, -0.410369486, -0.843474865, -0.938004673, -0.15104425, -0.311982185),
  4838. ["Size"] = Vector3.new(0.200000003, 13.9916801, 28.7598858),
  4839. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4840. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4841. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4842. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4843. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4844. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4845. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4846. })
  4847. o283 = Create("WedgePart",{
  4848. ["Name"] = "Triangle",
  4849. ["Parent"] = o59,
  4850. ["Material"] = Enum.Material.Grass,
  4851. ["BrickColor"] = BrickColor.new("Sea green"),
  4852. ["Position"] = Vector3.new(104.739769, 52.3379784, 213.499588),
  4853. ["Rotation"] = Vector3.new(28.1539402, 31.7645493, 74.2661819),
  4854. ["Anchored"] = true,
  4855. ["CFrame"] = CFrame.new(104.739769, 52.3379784, 213.499588, 0.230552658, -0.818362653, 0.526429832, 0.916004062, -0, -0.401168913, 0.328301668, 0.574702203, 0.749623299),
  4856. ["Size"] = Vector3.new(0.200000003, 12.4296331, 17.7131195),
  4857. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4858. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4859. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4860. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4861. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4862. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4863. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4864. })
  4865. o284 = Create("WedgePart",{
  4866. ["Name"] = "Triangle",
  4867. ["Parent"] = o59,
  4868. ["Material"] = Enum.Material.Grass,
  4869. ["BrickColor"] = BrickColor.new("Sea green"),
  4870. ["Position"] = Vector3.new(-93.0186386, 52.3475037, 186.911713),
  4871. ["Rotation"] = Vector3.new(-152.187332, 82.7951889, -122.795181),
  4872. ["Anchored"] = true,
  4873. ["CFrame"] = CFrame.new(-93.0186386, 52.3475037, 186.911713, -0.0679300576, 0.105426297, 0.992104173, 0.994225919, 0.0899480432, 0.0585169606, -0.0830686092, 0.990350723, -0.110927776),
  4874. ["Size"] = Vector3.new(0.200000003, 39.4020996, 61.1936035),
  4875. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4876. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4877. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4878. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4879. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4880. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4881. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4882. })
  4883. o285 = Create("WedgePart",{
  4884. ["Name"] = "Triangle",
  4885. ["Parent"] = o59,
  4886. ["Material"] = Enum.Material.Grass,
  4887. ["BrickColor"] = BrickColor.new("Sea green"),
  4888. ["Position"] = Vector3.new(114.486877, 52.3379822, 206.654587),
  4889. ["Rotation"] = Vector3.new(97.7400513, 68.5364609, -8.30904388),
  4890. ["Anchored"] = true,
  4891. ["CFrame"] = CFrame.new(114.486877, 52.3379822, 206.654587, 0.362068295, 0.0528784208, 0.930650592, 0.931954324, -0, -0.362575591, -0.0191724226, 0.99860096, -0.0492802113),
  4892. ["Size"] = Vector3.new(0.200000003, 7.7081275, 19.5985432),
  4893. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4894. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4895. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4896. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4897. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4898. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4899. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4900. })
  4901. o286 = Create("WedgePart",{
  4902. ["Name"] = "Triangle",
  4903. ["Parent"] = o59,
  4904. ["Material"] = Enum.Material.Grass,
  4905. ["BrickColor"] = BrickColor.new("Sea green"),
  4906. ["Position"] = Vector3.new(-198.818695, -4.76837158e-007, 190.660355),
  4907. ["Rotation"] = Vector3.new(-16.6205711, 9.52723885, 131.871857),
  4908. ["Anchored"] = true,
  4909. ["CFrame"] = CFrame.new(-198.818695, -4.76837158e-007, 190.660355, -0.658260524, -0.734368742, 0.165516481, 0.745128453, -0.604326487, 0.282087177, -0.107130021, 0.309017837, 0.945003271),
  4910. ["Size"] = Vector3.new(0.200000003, 23.5173206, 50.3820877),
  4911. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4912. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4913. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4914. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4915. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4916. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4917. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4918. })
  4919. o287 = Create("WedgePart",{
  4920. ["Name"] = "Triangle",
  4921. ["Parent"] = o59,
  4922. ["Material"] = Enum.Material.Grass,
  4923. ["BrickColor"] = BrickColor.new("Sea green"),
  4924. ["Position"] = Vector3.new(-132.893021, 9.44561195, 60.3962402),
  4925. ["Rotation"] = Vector3.new(-78.9820862, 12.7943325, 104.339745),
  4926. ["Anchored"] = true,
  4927. ["CFrame"] = CFrame.new(-132.893021, 9.44561195, 60.3962402, -0.241521731, -0.944788933, 0.221452042, 0.238997817, 0.16326414, 0.957196355, -0.940503836, 0.284110308, 0.186370715),
  4928. ["Size"] = Vector3.new(0.200000003, 41.1081924, 12.7243824),
  4929. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4930. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4931. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4932. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4933. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4934. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4935. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4936. })
  4937. o288 = Create("WedgePart",{
  4938. ["Name"] = "Triangle",
  4939. ["Parent"] = o59,
  4940. ["Material"] = Enum.Material.Grass,
  4941. ["BrickColor"] = BrickColor.new("Sea green"),
  4942. ["Position"] = Vector3.new(-252.044907, 0.0455741882, 253.236542),
  4943. ["Rotation"] = Vector3.new(-177.050659, 0.674649954, 65.8390274),
  4944. ["Anchored"] = true,
  4945. ["CFrame"] = CFrame.new(-252.044907, 0.0455741882, 253.236542, 0.409273297, -0.912335873, 0.0117745912, -0.911438584, -0.408206701, 0.0514492691, -0.042132549, -0.0317896195, -0.998606205),
  4946. ["Size"] = Vector3.new(0.200000003, 0.665758193, 3.51061511),
  4947. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4948. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4949. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4950. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4951. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4952. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4953. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4954. })
  4955. o289 = Create("WedgePart",{
  4956. ["Name"] = "Triangle",
  4957. ["Parent"] = o59,
  4958. ["Material"] = Enum.Material.Grass,
  4959. ["BrickColor"] = BrickColor.new("Sea green"),
  4960. ["Position"] = Vector3.new(-58.0814209, 5.20675087, 52.6663971),
  4961. ["Rotation"] = Vector3.new(-126.009407, 45.1610184, -21.744503),
  4962. ["Anchored"] = true,
  4963. ["CFrame"] = CFrame.new(-58.0814209, 5.20675087, 52.6663971, 0.654944241, 0.261223435, 0.709091187, -0.314979225, -0.758584738, 0.57038331, 0.686903298, -0.596918404, -0.414550751),
  4964. ["Size"] = Vector3.new(0.200000003, 38.1506844, 32.4817085),
  4965. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4966. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4967. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4968. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4969. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4970. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4971. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4972. })
  4973. o290 = Create("WedgePart",{
  4974. ["Name"] = "Triangle",
  4975. ["Parent"] = o59,
  4976. ["Material"] = Enum.Material.Grass,
  4977. ["BrickColor"] = BrickColor.new("Sea green"),
  4978. ["Position"] = Vector3.new(2.78852844, 26.2438831, 73.2806091),
  4979. ["Rotation"] = Vector3.new(91.3382568, -67.4923553, 44.4044342),
  4980. ["Anchored"] = true,
  4981. ["CFrame"] = CFrame.new(2.78852844, 26.2438831, 73.2806091, 0.27348429, -0.267857045, -0.923828483, -0.676162183, 0.629558265, -0.382702291, 0.684113383, 0.729320943, -0.00894039683),
  4982. ["Size"] = Vector3.new(0.200000003, 14.3900013, 13.1750555),
  4983. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4984. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4985. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4986. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4987. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4988. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  4989. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  4990. })
  4991. o291 = Create("WedgePart",{
  4992. ["Name"] = "Triangle",
  4993. ["Parent"] = o59,
  4994. ["Material"] = Enum.Material.Grass,
  4995. ["BrickColor"] = BrickColor.new("Sea green"),
  4996. ["Position"] = Vector3.new(110.70681, 38.5346413, 106.316139),
  4997. ["Rotation"] = Vector3.new(-26.3384666, 43.3777084, 85.247139),
  4998. ["Anchored"] = true,
  4999. ["CFrame"] = CFrame.new(110.70681, 38.5346413, 106.316139, 0.0602246299, -0.724342585, 0.686804771, 0.867858946, 0.377925277, 0.322480053, -0.493146956, 0.576628387, 0.651387453),
  5000. ["Size"] = Vector3.new(0.200000003, 26.8502064, 32.1320457),
  5001. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5002. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5003. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5004. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5005. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5006. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5007. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5008. })
  5009. o292 = Create("WedgePart",{
  5010. ["Name"] = "Triangle",
  5011. ["Parent"] = o59,
  5012. ["Material"] = Enum.Material.Grass,
  5013. ["BrickColor"] = BrickColor.new("Sea green"),
  5014. ["Position"] = Vector3.new(-46.91642, 12.3773956, -144.413803),
  5015. ["Rotation"] = Vector3.new(102.380722, -25.626236, 26.909771),
  5016. ["Anchored"] = true,
  5017. ["CFrame"] = CFrame.new(-46.91642, 12.3773956, -144.413803, 0.80400598, -0.408067912, -0.432498664, -0.473736525, -0, -0.880666673, 0.359371811, 0.912951529, -0.193316415),
  5018. ["Size"] = Vector3.new(0.200000003, 13.5985842, 28.1091499),
  5019. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5020. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5021. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5022. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5023. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5024. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5025. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5026. })
  5027. o293 = Create("WedgePart",{
  5028. ["Name"] = "Triangle",
  5029. ["Parent"] = o59,
  5030. ["Material"] = Enum.Material.Grass,
  5031. ["BrickColor"] = BrickColor.new("Sea green"),
  5032. ["Position"] = Vector3.new(111.895592, 42.7279778, 60.8191109),
  5033. ["Rotation"] = Vector3.new(17.9026222, -69.572258, 91.7177734),
  5034. ["Anchored"] = true,
  5035. ["CFrame"] = CFrame.new(111.895592, 42.7279778, 60.8191109, -0.0104625234, -0.348869294, -0.937113106, 0.959788024, 0.259414285, -0.107290603, 0.280530959, -0.900552213, 0.332126141),
  5036. ["Size"] = Vector3.new(0.200000003, 4.70658731, 10.1547031),
  5037. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5038. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5039. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5040. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5041. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5042. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5043. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5044. })
  5045. o294 = Create("WedgePart",{
  5046. ["Name"] = "Triangle",
  5047. ["Parent"] = o59,
  5048. ["Material"] = Enum.Material.Grass,
  5049. ["BrickColor"] = BrickColor.new("Sea green"),
  5050. ["Position"] = Vector3.new(121.654861, 35.4711189, 86.0111771),
  5051. ["Rotation"] = Vector3.new(17.9026222, -69.572258, -88.2822266),
  5052. ["Anchored"] = true,
  5053. ["CFrame"] = CFrame.new(121.654861, 35.4711189, 86.0111771, 0.0104625234, 0.348869294, -0.937113106, -0.959788024, -0.259414285, -0.107290603, -0.280530959, 0.900552213, 0.332126141),
  5054. ["Size"] = Vector3.new(0.200000003, 51.2414322, 10.1547031),
  5055. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5056. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5057. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5058. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5059. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5060. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5061. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5062. })
  5063. o295 = Create("WedgePart",{
  5064. ["Name"] = "Triangle",
  5065. ["Parent"] = o59,
  5066. ["Material"] = Enum.Material.Grass,
  5067. ["BrickColor"] = BrickColor.new("Sea green"),
  5068. ["Position"] = Vector3.new(-132.803055, 26.0980911, 88.4068909),
  5069. ["Rotation"] = Vector3.new(-33.0403748, -51.0789948, 79.1270065),
  5070. ["Anchored"] = true,
  5071. ["CFrame"] = CFrame.new(-132.803055, 26.0980911, 88.4068909, 0.118508115, -0.616969764, -0.778012872, 0.903254688, -0.258452445, 0.342539757, -0.412416041, -0.743337452, 0.526652157),
  5072. ["Size"] = Vector3.new(0.200000003, 14.7381325, 16.5019798),
  5073. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5074. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5075. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5076. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5077. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5078. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5079. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5080. })
  5081. o296 = Create("WedgePart",{
  5082. ["Name"] = "Triangle",
  5083. ["Parent"] = o59,
  5084. ["Material"] = Enum.Material.Grass,
  5085. ["BrickColor"] = BrickColor.new("Sea green"),
  5086. ["Position"] = Vector3.new(113.109261, 52.3379822, 180.63858),
  5087. ["Rotation"] = Vector3.new(97.7400513, 68.5364609, 171.690964),
  5088. ["Anchored"] = true,
  5089. ["CFrame"] = CFrame.new(113.109261, 52.3379822, 180.63858, -0.362068295, -0.0528784208, 0.930650592, -0.931954324, 0, -0.362575591, 0.0191724226, -0.99860096, -0.0492802113),
  5090. ["Size"] = Vector3.new(0.200000003, 44.396801, 19.5985432),
  5091. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5092. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5093. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5094. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5095. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5096. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5097. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5098. })
  5099. o297 = Create("WedgePart",{
  5100. ["Name"] = "Triangle",
  5101. ["Parent"] = o59,
  5102. ["Material"] = Enum.Material.Grass,
  5103. ["BrickColor"] = BrickColor.new("Sea green"),
  5104. ["Position"] = Vector3.new(-80.7401657, 32.9218559, -32.2153244),
  5105. ["Rotation"] = Vector3.new(84.7004318, 42.6602287, -130.470642),
  5106. ["Anchored"] = true,
  5107. ["CFrame"] = CFrame.new(-80.7401657, 32.9218559, -32.2153244, -0.477307916, 0.559435964, 0.677649379, -0.50821805, 0.453361213, -0.73224175, -0.716862381, -0.693898261, 0.0679224804),
  5108. ["Size"] = Vector3.new(0.200000003, 34.3118553, 21.1356106),
  5109. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5110. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5111. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5112. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5113. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5114. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5115. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5116. })
  5117. o298 = Create("WedgePart",{
  5118. ["Name"] = "Triangle",
  5119. ["Parent"] = o59,
  5120. ["Material"] = Enum.Material.Grass,
  5121. ["BrickColor"] = BrickColor.new("Sea green"),
  5122. ["Position"] = Vector3.new(-101.076981, 16.4411049, -6.99048328),
  5123. ["Rotation"] = Vector3.new(84.7004318, 42.6602287, 49.5293579),
  5124. ["Anchored"] = true,
  5125. ["CFrame"] = CFrame.new(-101.076981, 16.4411049, -6.99048328, 0.477307916, -0.559435964, 0.677649379, 0.50821805, -0.453361213, -0.73224175, 0.716862381, 0.693898261, 0.0679224804),
  5126. ["Size"] = Vector3.new(0.200000003, 38.3928566, 21.1356106),
  5127. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5128. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5129. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5130. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5131. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5132. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5133. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5134. })
  5135. o299 = Create("WedgePart",{
  5136. ["Name"] = "Triangle",
  5137. ["Parent"] = o59,
  5138. ["Material"] = Enum.Material.Grass,
  5139. ["BrickColor"] = BrickColor.new("Sea green"),
  5140. ["Position"] = Vector3.new(-47.3459015, 16.4807491, -35.3321228),
  5141. ["Rotation"] = Vector3.new(51.7516098, 16.0265636, -109.301773),
  5142. ["Anchored"] = true,
  5143. ["CFrame"] = CFrame.new(-47.3459015, 16.4807491, -35.3321228, -0.317696661, 0.907109201, 0.276082993, -0.655941963, 0, -0.754811347, -0.684696317, -0.420895457, 0.595010936),
  5144. ["Size"] = Vector3.new(0.200000003, 23.3870277, 43.6685257),
  5145. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5146. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5147. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5148. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5149. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5150. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5151. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5152. })
  5153. o300 = Create("WedgePart",{
  5154. ["Name"] = "Triangle",
  5155. ["Parent"] = o59,
  5156. ["Material"] = Enum.Material.Grass,
  5157. ["BrickColor"] = BrickColor.new("Sea green"),
  5158. ["Position"] = Vector3.new(-165.346191, 6.87083578, -88.066452),
  5159. ["Rotation"] = Vector3.new(-18.5654011, 26.8642769, -63.4050026),
  5160. ["Anchored"] = true,
  5161. ["CFrame"] = CFrame.new(-165.346191, 6.87083578, -88.066452, 0.399367094, 0.797691524, 0.451878577, -0.912069082, 0.295734644, 0.284026414, 0.0929293185, -0.525575161, 0.845656395),
  5162. ["Size"] = Vector3.new(0.200000003, 37.0428696, 8.65773869),
  5163. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5164. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5165. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5166. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5167. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5168. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5169. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5170. })
  5171. o301 = Create("WedgePart",{
  5172. ["Name"] = "Triangle",
  5173. ["Parent"] = o59,
  5174. ["Material"] = Enum.Material.Grass,
  5175. ["BrickColor"] = BrickColor.new("Sea green"),
  5176. ["Position"] = Vector3.new(-147.336151, 22.9555283, 77.3480988),
  5177. ["Rotation"] = Vector3.new(-103.156174, -66.7469635, 15.6581373),
  5178. ["Anchored"] = true,
  5179. ["CFrame"] = CFrame.new(-147.336151, 22.9555283, 77.3480988, 0.380141437, -0.106553301, -0.918770313, 0.800023735, -0.460624814, 0.384430557, -0.464170754, -0.881175995, -0.0898571536),
  5180. ["Size"] = Vector3.new(0.200000003, 21.9984188, 5.21398115),
  5181. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5182. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5183. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5184. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5185. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5186. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5187. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5188. })
  5189. o302 = Create("WedgePart",{
  5190. ["Name"] = "Triangle",
  5191. ["Parent"] = o59,
  5192. ["Material"] = Enum.Material.Grass,
  5193. ["BrickColor"] = BrickColor.new("Sea green"),
  5194. ["Position"] = Vector3.new(162.494843, 34.2743225, -138.769516),
  5195. ["Rotation"] = Vector3.new(59.8237076, 44.2500458, 39.8039894),
  5196. ["Anchored"] = true,
  5197. ["CFrame"] = CFrame.new(162.494843, 34.2743225, -138.769516, 0.550290585, -0.458549768, 0.69779104, 0.785209537, -0, -0.619230211, 0.283947915, 0.888668656, 0.360057622),
  5198. ["Size"] = Vector3.new(0.200000003, 23.8450775, 37.1083946),
  5199. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5200. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5201. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5202. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5203. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5204. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5205. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5206. })
  5207. o303 = Create("WedgePart",{
  5208. ["Name"] = "Triangle",
  5209. ["Parent"] = o59,
  5210. ["Material"] = Enum.Material.Grass,
  5211. ["BrickColor"] = BrickColor.new("Sea green"),
  5212. ["Position"] = Vector3.new(157.53508, 38.5302048, 117.655144),
  5213. ["Rotation"] = Vector3.new(141.412766, -18.3007889, 81.9832382),
  5214. ["Anchored"] = true,
  5215. ["CFrame"] = CFrame.new(157.53508, 38.5302048, 117.655144, 0.132408947, -0.94014287, -0.314005524, -0.801333964, 0.0849204361, -0.592159092, 0.583379686, 0.330030292, -0.742124081),
  5216. ["Size"] = Vector3.new(0.200000003, 53.3197021, 42.2662964),
  5217. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5218. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5219. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5220. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5221. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5222. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5223. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5224. })
  5225. o304 = Create("WedgePart",{
  5226. ["Name"] = "Triangle",
  5227. ["Parent"] = o59,
  5228. ["Material"] = Enum.Material.Grass,
  5229. ["BrickColor"] = BrickColor.new("Sea green"),
  5230. ["Position"] = Vector3.new(-15.5627079, 52.3475037, 216.179901),
  5231. ["Rotation"] = Vector3.new(-164.658401, 0.203500435, -90.0558319),
  5232. ["Anchored"] = true,
  5233. ["CFrame"] = CFrame.new(-15.5627079, 52.3475037, 216.179901, -0.000974411902, 0.999993265, 0.00355174509, 0.964366138, 0, 0.264571577, 0.264569789, 0.00368298031, -0.964359581),
  5234. ["Size"] = Vector3.new(0.200000003, 33.8496857, 26.9303455),
  5235. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5236. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5237. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5238. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5239. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5240. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5241. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5242. })
  5243. o305 = Create("WedgePart",{
  5244. ["Name"] = "Triangle",
  5245. ["Parent"] = o59,
  5246. ["Material"] = Enum.Material.Grass,
  5247. ["BrickColor"] = BrickColor.new("Sea green"),
  5248. ["Position"] = Vector3.new(-191.615448, 0, 131.480072),
  5249. ["Rotation"] = Vector3.new(-23.8114738, 17.2410088, 138.792206),
  5250. ["Anchored"] = true,
  5251. ["CFrame"] = CFrame.new(-191.615448, 0, 131.480072, -0.718520761, -0.629189968, 0.296391726, 0.692739248, -0.609454393, 0.385587573, -0.0619705915, 0.482374728, 0.873770118),
  5252. ["Size"] = Vector3.new(0.200000003, 34.0670624, 53.845932),
  5253. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5254. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5255. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5256. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5257. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5258. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5259. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5260. })
  5261. o306 = Create("WedgePart",{
  5262. ["Name"] = "Triangle",
  5263. ["Parent"] = o59,
  5264. ["Material"] = Enum.Material.Grass,
  5265. ["BrickColor"] = BrickColor.new("Sea green"),
  5266. ["Position"] = Vector3.new(43.3333626, 31.9076366, 55.3339539),
  5267. ["Rotation"] = Vector3.new(131.261124, 30.5451832, 94.898407),
  5268. ["Anchored"] = true,
  5269. ["CFrame"] = CFrame.new(43.3333626, 31.9076366, 55.3339539, -0.0735395923, -0.858082414, 0.508217692, -0.689704597, -0.324325323, -0.64739567, 0.720346808, -0.398130059, -0.567973197),
  5270. ["Size"] = Vector3.new(0.200000003, 16.6751347, 2.97174215),
  5271. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5272. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5273. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5274. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5275. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5276. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5277. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5278. })
  5279. o307 = Create("WedgePart",{
  5280. ["Name"] = "Triangle",
  5281. ["Parent"] = o59,
  5282. ["Material"] = Enum.Material.Grass,
  5283. ["BrickColor"] = BrickColor.new("Sea green"),
  5284. ["Position"] = Vector3.new(139.566284, 28.2799816, 110.979584),
  5285. ["Rotation"] = Vector3.new(-163.410629, 55.4187431, -90.4301758),
  5286. ["Anchored"] = true,
  5287. ["CFrame"] = CFrame.new(139.566284, 28.2799816, 110.979584, -0.00426128553, 0.567558467, 0.823322058, 0.960113406, -0.227865174, 0.162048504, 0.279578447, 0.791173041, -0.543949425),
  5288. ["Size"] = Vector3.new(0.200000003, 15.9177046, 22.3826981),
  5289. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5290. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5291. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5292. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5293. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5294. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5295. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5296. })
  5297. o308 = Create("WedgePart",{
  5298. ["Name"] = "Triangle",
  5299. ["Parent"] = o59,
  5300. ["Material"] = Enum.Material.Grass,
  5301. ["BrickColor"] = BrickColor.new("Sea green"),
  5302. ["Position"] = Vector3.new(121.654854, 35.4711189, 86.0111618),
  5303. ["Rotation"] = Vector3.new(-163.410629, 55.4187431, 89.5698242),
  5304. ["Anchored"] = true,
  5305. ["CFrame"] = CFrame.new(121.654854, 35.4711189, 86.0111618, 0.00426128553, -0.567558467, 0.823322058, -0.960113406, 0.227865174, 0.162048504, -0.279578447, -0.791173041, -0.543949425),
  5306. ["Size"] = Vector3.new(0.200000003, 47.1997566, 22.3826981),
  5307. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5308. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5309. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5310. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5311. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5312. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5313. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5314. })
  5315. o309 = Create("WedgePart",{
  5316. ["Name"] = "Triangle",
  5317. ["Parent"] = o59,
  5318. ["Material"] = Enum.Material.Grass,
  5319. ["BrickColor"] = BrickColor.new("Sea green"),
  5320. ["Position"] = Vector3.new(55.1251068, 50.0555191, 78.4988098),
  5321. ["Rotation"] = Vector3.new(146.22908, 40.045208, -94.628212),
  5322. ["Anchored"] = true,
  5323. ["CFrame"] = CFrame.new(55.1251068, 50.0555191, 78.4988098, -0.0617710054, 0.763040841, 0.643391848, 0.799697876, 0.423553199, -0.425541967, -0.597216606, 0.48823294, -0.636365414),
  5324. ["Size"] = Vector3.new(0.200000003, 39.0228729, 29.9391651),
  5325. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5326. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5327. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5328. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5329. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5330. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5331. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5332. })
  5333. o310 = Create("WedgePart",{
  5334. ["Name"] = "Triangle",
  5335. ["Parent"] = o59,
  5336. ["Material"] = Enum.Material.Grass,
  5337. ["BrickColor"] = BrickColor.new("Sea green"),
  5338. ["Position"] = Vector3.new(138.380692, 33.684227, -77.5605087),
  5339. ["Rotation"] = Vector3.new(-123.803024, 48.9405708, 11.6166563),
  5340. ["Anchored"] = true,
  5341. ["CFrame"] = CFrame.new(138.380692, 33.684227, -77.5605087, 0.643387318, -0.132263377, 0.754028678, -0.72575587, -0.418777406, 0.545805871, 0.243580043, -0.898405194, -0.365426868),
  5342. ["Size"] = Vector3.new(0.200000003, 37.5253792, 28.9967499),
  5343. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5344. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5345. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5346. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5347. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5348. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5349. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5350. })
  5351. o311 = Create("WedgePart",{
  5352. ["Name"] = "Triangle",
  5353. ["Parent"] = o59,
  5354. ["Material"] = Enum.Material.Grass,
  5355. ["BrickColor"] = BrickColor.new("Sea green"),
  5356. ["Position"] = Vector3.new(-143.878586, 37.90242, 105.941521),
  5357. ["Rotation"] = Vector3.new(-103.156174, -66.7469635, -164.341873),
  5358. ["Anchored"] = true,
  5359. ["CFrame"] = CFrame.new(-143.878586, 37.90242, 105.941521, -0.380141437, 0.106553301, -0.918770313, -0.800023735, 0.460624814, 0.384430557, 0.464170754, 0.881175995, -0.0898571536),
  5360. ["Size"] = Vector3.new(0.200000003, 42.8999023, 5.21398115),
  5361. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5362. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5363. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5364. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5365. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5366. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5367. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5368. })
  5369. o312 = Create("WedgePart",{
  5370. ["Name"] = "Triangle",
  5371. ["Parent"] = o59,
  5372. ["Material"] = Enum.Material.Grass,
  5373. ["BrickColor"] = BrickColor.new("Sea green"),
  5374. ["Position"] = Vector3.new(-27.8201904, 0, 44.4402008),
  5375. ["Rotation"] = Vector3.new(-81.5013657, -41.0582771, 49.2057495),
  5376. ["Anchored"] = true,
  5377. ["CFrame"] = CFrame.new(-27.8201904, 0, 44.4402008, 0.492649287, -0.570855498, -0.656826317, 0.536304712, -0.395241976, 0.745761991, -0.685327649, -0.719658196, 0.111436725),
  5378. ["Size"] = Vector3.new(0.200000003, 29.9512787, 15.8737001),
  5379. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5380. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5381. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5382. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5383. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5384. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5385. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5386. })
  5387. o313 = Create("WedgePart",{
  5388. ["Name"] = "Triangle",
  5389. ["Parent"] = o59,
  5390. ["Material"] = Enum.Material.Grass,
  5391. ["BrickColor"] = BrickColor.new("Sea green"),
  5392. ["Position"] = Vector3.new(-143.647858, 48.7850037, 224.213043),
  5393. ["Rotation"] = Vector3.new(17.234333, -19.3352089, -47.8193169),
  5394. ["Anchored"] = true,
  5395. ["CFrame"] = CFrame.new(-143.647858, 48.7850037, 224.213043, 0.633598328, 0.699235141, -0.331094295, -0.773628592, 0.568629742, -0.279569507, -0.00721475575, 0.433278501, 0.90123105),
  5396. ["Size"] = Vector3.new(0.200000003, 27.4092331, 55.7489548),
  5397. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5398. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5399. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5400. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5401. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5402. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5403. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5404. })
  5405. o314 = Create("WedgePart",{
  5406. ["Name"] = "Triangle",
  5407. ["Parent"] = o59,
  5408. ["Material"] = Enum.Material.Grass,
  5409. ["BrickColor"] = BrickColor.new("Sea green"),
  5410. ["Position"] = Vector3.new(14.9457474, 23.6027279, 58.9448967),
  5411. ["Rotation"] = Vector3.new(-19.9057999, 29.1019135, 107.670952),
  5412. ["Anchored"] = true,
  5413. ["CFrame"] = CFrame.new(14.9457474, 23.6027279, 58.9448967, -0.265228629, -0.832528293, 0.486364543, 0.946154594, -0.127632707, 0.297491819, -0.18559432, 0.539079368, 0.821552277),
  5414. ["Size"] = Vector3.new(0.200000003, 16.6010017, 11.3748426),
  5415. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5416. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5417. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5418. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5419. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5420. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5421. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5422. })
  5423. o315 = Create("WedgePart",{
  5424. ["Name"] = "Triangle",
  5425. ["Parent"] = o59,
  5426. ["Material"] = Enum.Material.Grass,
  5427. ["BrickColor"] = BrickColor.new("Sea green"),
  5428. ["Position"] = Vector3.new(162.609329, 44.0770073, -33.1635933),
  5429. ["Rotation"] = Vector3.new(101.658623, -18.2829323, -101.701218),
  5430. ["Anchored"] = true,
  5431. ["CFrame"] = CFrame.new(162.609329, 44.0770073, -33.1635933, -0.19257015, 0.929786503, -0.313709617, 0.260190874, -0.259869248, -0.929929376, -0.946159363, -0.26070103, -0.191878915),
  5432. ["Size"] = Vector3.new(0.200000003, 27.4716549, 46.7185745),
  5433. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5434. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5435. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5436. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5437. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5438. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5439. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5440. })
  5441. o316 = Create("WedgePart",{
  5442. ["Name"] = "Triangle",
  5443. ["Parent"] = o59,
  5444. ["Material"] = Enum.Material.Grass,
  5445. ["BrickColor"] = BrickColor.new("Sea green"),
  5446. ["Position"] = Vector3.new(8.79879665, 12.1176376, 56.9158554),
  5447. ["Rotation"] = Vector3.new(-78.3974533, 49.3993263, 132.109619),
  5448. ["Anchored"] = true,
  5449. ["CFrame"] = CFrame.new(8.79879665, 12.1176376, 56.9158554, -0.436383337, -0.482792228, 0.759263635, 0.64792639, 0.416897893, 0.637485206, -0.624308407, 0.770134866, 0.13088645),
  5450. ["Size"] = Vector3.new(0.200000003, 25.3841972, 21.4164238),
  5451. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5452. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5453. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5454. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5455. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5456. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5457. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5458. })
  5459. o317 = Create("WedgePart",{
  5460. ["Name"] = "Triangle",
  5461. ["Parent"] = o59,
  5462. ["Material"] = Enum.Material.Grass,
  5463. ["BrickColor"] = BrickColor.new("Sea green"),
  5464. ["Position"] = Vector3.new(126.885735, 30.0932961, 93.4365463),
  5465. ["Rotation"] = Vector3.new(-26.3384666, 43.3777084, -94.752861),
  5466. ["Anchored"] = true,
  5467. ["CFrame"] = CFrame.new(126.885735, 30.0932961, 93.4365463, -0.0602246299, 0.724342585, 0.686804771, -0.867858946, -0.377925277, 0.322480053, 0.493146956, -0.576628387, 0.651387453),
  5468. ["Size"] = Vector3.new(0.200000003, 17.8218288, 32.1320457),
  5469. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5470. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5471. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5472. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5473. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5474. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5475. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5476. })
  5477. o318 = Create("WedgePart",{
  5478. ["Name"] = "Triangle",
  5479. ["Parent"] = o59,
  5480. ["Material"] = Enum.Material.Grass,
  5481. ["BrickColor"] = BrickColor.new("Sea green"),
  5482. ["Position"] = Vector3.new(-84.7857437, 52.3475037, 222.278748),
  5483. ["Rotation"] = Vector3.new(-174.890106, 25.8818684, -97.8715363),
  5484. ["Anchored"] = true,
  5485. ["CFrame"] = CFrame.new(-84.7857437, 52.3475037, 222.278748, -0.123215541, 0.891218781, 0.43651709, 0.991965353, 0.0978954881, 0.0801326334, 0.0286826529, 0.442883432, -0.89612025),
  5486. ["Size"] = Vector3.new(0.200000003, 26.7801704, 56.1986465),
  5487. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5488. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5489. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5490. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5491. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5492. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5493. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5494. })
  5495. o319 = Create("WedgePart",{
  5496. ["Name"] = "Triangle",
  5497. ["Parent"] = o59,
  5498. ["Material"] = Enum.Material.Grass,
  5499. ["BrickColor"] = BrickColor.new("Sea green"),
  5500. ["Position"] = Vector3.new(162.609329, 44.0770149, -33.1635933),
  5501. ["Rotation"] = Vector3.new(-48.7731552, 17.6722088, 49.8581772),
  5502. ["Anchored"] = true,
  5503. ["CFrame"] = CFrame.new(162.609329, 44.0770149, -33.1635933, 0.614258528, -0.728375673, 0.303570926, 0.3566131, 0.599409938, 0.716613412, -0.703927279, -0.331928551, 0.627940953),
  5504. ["Size"] = Vector3.new(0.200000003, 32.8974228, 43.0705986),
  5505. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5506. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5507. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5508. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5509. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5510. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5511. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5512. })
  5513. o320 = Create("WedgePart",{
  5514. ["Name"] = "Triangle",
  5515. ["Parent"] = o59,
  5516. ["Material"] = Enum.Material.Grass,
  5517. ["BrickColor"] = BrickColor.new("Sea green"),
  5518. ["Position"] = Vector3.new(-25.3743076, 16.3786144, -184.318176),
  5519. ["Rotation"] = Vector3.new(-125.429184, 39.6173286, 179.993484),
  5520. ["Anchored"] = true,
  5521. ["CFrame"] = CFrame.new(-25.3743076, 16.3786144, -184.318176, -0.770320475, -8.77015118e-005, 0.637656987, 0.519517601, 0.579755664, 0.627682269, -0.369740307, 0.814790368, -0.446551889),
  5522. ["Size"] = Vector3.new(0.200000003, 21.3208027, 32.4947433),
  5523. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5524. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5525. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5526. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5527. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5528. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5529. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5530. })
  5531. o321 = Create("WedgePart",{
  5532. ["Name"] = "Triangle",
  5533. ["Parent"] = o59,
  5534. ["Material"] = Enum.Material.Grass,
  5535. ["BrickColor"] = BrickColor.new("Sea green"),
  5536. ["Position"] = Vector3.new(-147.445816, 33.8381119, 96.0150223),
  5537. ["Rotation"] = Vector3.new(53.8332596, -6.37911177, -7.09363556),
  5538. ["Anchored"] = true,
  5539. ["CFrame"] = CFrame.new(-147.445816, 33.8381119, 96.0150223, 0.986201525, 0.122726649, -0.111106627, -0.161886856, 0.574543893, -0.802304566, -0.0346285142, 0.809220374, 0.5864833),
  5540. ["Size"] = Vector3.new(0.200000003, 64.3007202, 8.78694534),
  5541. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5542. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5543. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5544. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5545. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5546. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5547. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5548. })
  5549. o322 = Create("WedgePart",{
  5550. ["Name"] = "Triangle",
  5551. ["Parent"] = o59,
  5552. ["Material"] = Enum.Material.Grass,
  5553. ["BrickColor"] = BrickColor.new("Sea green"),
  5554. ["Position"] = Vector3.new(-152.656219, 9.44561195, 61.6592255),
  5555. ["Rotation"] = Vector3.new(53.8332596, -6.37911177, 172.906357),
  5556. ["Anchored"] = true,
  5557. ["CFrame"] = CFrame.new(-152.656219, 9.44561195, 61.6592255, -0.986201525, -0.122726649, -0.111106627, 0.161886856, -0.574543893, -0.802304566, 0.0346285142, -0.809220374, 0.5864833),
  5558. ["Size"] = Vector3.new(0.200000003, 20.610117, 8.78694534),
  5559. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5560. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5561. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5562. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5563. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5564. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5565. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5566. })
  5567. o323 = Create("WedgePart",{
  5568. ["Name"] = "Triangle",
  5569. ["Parent"] = o59,
  5570. ["Material"] = Enum.Material.Grass,
  5571. ["BrickColor"] = BrickColor.new("Sea green"),
  5572. ["Position"] = Vector3.new(-95.1320648, 24.5007076, -112.848717),
  5573. ["Rotation"] = Vector3.new(104.355728, 57.632637, 149.664185),
  5574. ["Anchored"] = true,
  5575. ["CFrame"] = CFrame.new(-95.1320648, 24.5007076, -112.848717, -0.462046295, -0.270385653, 0.844632983, -0.831450343, -0.19928281, -0.51862973, 0.308550894, -0.941901207, -0.132734433),
  5576. ["Size"] = Vector3.new(0.200000003, 18.3018417, 25.4100399),
  5577. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5578. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5579. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5580. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5581. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5582. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5583. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5584. })
  5585. o324 = Create("WedgePart",{
  5586. ["Name"] = "Triangle",
  5587. ["Parent"] = o59,
  5588. ["Material"] = Enum.Material.Grass,
  5589. ["BrickColor"] = BrickColor.new("Sea green"),
  5590. ["Position"] = Vector3.new(70.5163803, 36.7715416, -138.643768),
  5591. ["Rotation"] = Vector3.new(16.4244385, 4.87853813, 95.2436523),
  5592. ["Anchored"] = true,
  5593. ["CFrame"] = CFrame.new(70.5163803, 36.7715416, -138.643768, -0.0910602957, -0.992207527, 0.085043706, 0.95298177, -0.111607432, -0.281726241, 0.289022416, 0.0553906262, 0.955718458),
  5594. ["Size"] = Vector3.new(0.200000003, 80.0630035, 31.7643127),
  5595. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  5596. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5597. })
  5598. o325 = Create("WedgePart",{
  5599. ["Name"] = "Triangle",
  5600. ["Parent"] = o59,
  5601. ["Material"] = Enum.Material.Grass,
  5602. ["BrickColor"] = BrickColor.new("Sea green"),
  5603. ["Position"] = Vector3.new(-227.806137, 9.53674316e-007, 234.786346),
  5604. ["Rotation"] = Vector3.new(-27.156292, -13.2364464, 110.407738),
  5605. ["Anchored"] = true,
  5606. ["CFrame"] = CFrame.new(-227.806137, 9.53674316e-007, 234.786346, -0.339434862, -0.912335873, -0.228970125, 0.797477424, -0.408206701, 0.444293797, -0.498812318, -0.0317896195, 0.866126835),
  5607. ["Size"] = Vector3.new(0.200000003, 43.6833, 40.1351852),
  5608. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5609. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5610. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5611. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5612. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5613. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5614. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5615. })
  5616. o326 = Create("WedgePart",{
  5617. ["Name"] = "Triangle",
  5618. ["Parent"] = o59,
  5619. ["Material"] = Enum.Material.Grass,
  5620. ["BrickColor"] = BrickColor.new("Sea green"),
  5621. ["Position"] = Vector3.new(-25.37183, 0, -207.336731),
  5622. ["Rotation"] = Vector3.new(-125.429184, 39.6173286, -0.00652316399),
  5623. ["Anchored"] = true,
  5624. ["CFrame"] = CFrame.new(-25.37183, 0, -207.336731, 0.770320475, 8.77015118e-005, 0.637656987, -0.519517601, -0.579755664, 0.627682269, 0.369740307, -0.814790368, -0.446551889),
  5625. ["Size"] = Vector3.new(0.200000003, 35.1809807, 32.4947433),
  5626. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5627. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5628. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5629. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5630. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5631. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5632. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5633. })
  5634. o327 = Create("WedgePart",{
  5635. ["Name"] = "Triangle",
  5636. ["Parent"] = o59,
  5637. ["Material"] = Enum.Material.Grass,
  5638. ["BrickColor"] = BrickColor.new("Sea green"),
  5639. ["Position"] = Vector3.new(-93.7613525, 41.5037155, 116.273087),
  5640. ["Rotation"] = Vector3.new(-41.2465897, 0.0271328706, -89.9762039),
  5641. ["Anchored"] = true,
  5642. ["CFrame"] = CFrame.new(-93.7613525, 41.5037155, 116.273087, 0.000415231654, 0.999999821, 0.000473557884, -0.751879096, 0, 0.659301043, 0.659300864, -0.00062980596, 0.751879036),
  5643. ["Size"] = Vector3.new(0.200000003, 65.6170502, 22.0879021),
  5644. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5645. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5646. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5647. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5648. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5649. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5650. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5651. })
  5652. o328 = Create("WedgePart",{
  5653. ["Name"] = "Triangle",
  5654. ["Parent"] = o59,
  5655. ["Material"] = Enum.Material.Grass,
  5656. ["BrickColor"] = BrickColor.new("Sea green"),
  5657. ["Position"] = Vector3.new(193.343033, 18.7850018, -19.1579208),
  5658. ["Rotation"] = Vector3.new(-48.7731552, 17.6722088, -130.14183),
  5659. ["Anchored"] = true,
  5660. ["CFrame"] = CFrame.new(193.343033, 18.7850018, -19.1579208, -0.614258528, 0.728375673, 0.303570926, -0.3566131, -0.599409938, 0.716613412, 0.703927279, 0.331928551, 0.627940953),
  5661. ["Size"] = Vector3.new(0.200000003, 51.4922562, 43.0705986),
  5662. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5663. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5664. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5665. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5666. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5667. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5668. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5669. })
  5670. o329 = Create("WedgePart",{
  5671. ["Name"] = "Triangle",
  5672. ["Parent"] = o59,
  5673. ["Material"] = Enum.Material.Grass,
  5674. ["BrickColor"] = BrickColor.new("Sea green"),
  5675. ["Position"] = Vector3.new(-13.6638384, 9.801404, 62.2866325),
  5676. ["Rotation"] = Vector3.new(101.942558, 74.8542786, 117.72226),
  5677. ["Anchored"] = true,
  5678. ["CFrame"] = CFrame.new(-13.6638384, 9.801404, 62.2866325, -0.121541515, -0.231284067, 0.96526444, -0.62248677, -0.739708543, -0.255619735, 0.773135126, -0.631932735, -0.0540658347),
  5679. ["Size"] = Vector3.new(0.200000003, 24.7349682, 5.10970306),
  5680. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5681. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5682. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5683. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5684. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5685. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5686. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5687. })
  5688. o330 = Create("WedgePart",{
  5689. ["Name"] = "Triangle",
  5690. ["Parent"] = o59,
  5691. ["Material"] = Enum.Material.Grass,
  5692. ["BrickColor"] = BrickColor.new("Sea green"),
  5693. ["Position"] = Vector3.new(134.670975, 51.8855972, -25.3300114),
  5694. ["Rotation"] = Vector3.new(101.658623, -18.2829323, 78.2987823),
  5695. ["Anchored"] = true,
  5696. ["CFrame"] = CFrame.new(134.670975, 51.8855972, -25.3300114, 0.19257015, -0.929786503, -0.313709617, -0.260190874, 0.259869248, -0.929929376, 0.946159363, 0.26070103, -0.191878915),
  5697. ["Size"] = Vector3.new(0.200000003, 32.62463, 46.7185745),
  5698. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5699. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5700. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5701. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5702. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5703. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5704. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5705. })
  5706. o331 = Create("WedgePart",{
  5707. ["Name"] = "Triangle",
  5708. ["Parent"] = o59,
  5709. ["Material"] = Enum.Material.Grass,
  5710. ["BrickColor"] = BrickColor.new("Sea green"),
  5711. ["Position"] = Vector3.new(162.609344, 44.0770111, -33.1635933),
  5712. ["Rotation"] = Vector3.new(-99.7439957, -47.8559837, -131.504791),
  5713. ["Anchored"] = true,
  5714. ["CFrame"] = CFrame.new(162.609344, 44.0770111, -33.1635933, -0.444657654, 0.502509534, -0.741460562, -0.35751614, 0.659426033, 0.661316574, 0.821256161, 0.559143603, -0.113563575),
  5715. ["Size"] = Vector3.new(0.200000003, 36.9025993, 39.6927643),
  5716. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5717. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5718. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5719. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5720. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5721. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5722. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5723. })
  5724. o332 = Create("WedgePart",{
  5725. ["Name"] = "Triangle",
  5726. ["Parent"] = o59,
  5727. ["Material"] = Enum.Material.Grass,
  5728. ["BrickColor"] = BrickColor.new("Sea green"),
  5729. ["Position"] = Vector3.new(-15.5627079, 52.3475037, 216.179886),
  5730. ["Rotation"] = Vector3.new(12.2520208, -15.4103651, 93.3026276),
  5731. ["Anchored"] = true,
  5732. ["CFrame"] = CFrame.new(-15.5627079, 52.3475037, 216.179886, -0.0555384979, -0.962446272, -0.26573053, 0.978849351, -0, -0.204582557, 0.196899712, -0.271472305, 0.942089856),
  5733. ["Size"] = Vector3.new(0.200000003, 25.6539021, 34.827034),
  5734. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5735. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5736. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5737. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5738. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5739. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5740. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5741. })
  5742. o333 = Create("WedgePart",{
  5743. ["Name"] = "Triangle",
  5744. ["Parent"] = o59,
  5745. ["Material"] = Enum.Material.Grass,
  5746. ["BrickColor"] = BrickColor.new("Sea green"),
  5747. ["Position"] = Vector3.new(-26.5391273, 28.7560101, -165.395859),
  5748. ["Rotation"] = Vector3.new(59.2880783, -39.9994545, 3.85085344),
  5749. ["Anchored"] = true,
  5750. ["CFrame"] = CFrame.new(-26.5391273, 28.7560101, -165.395859, 0.764321089, -0.0514475666, -0.642780304, -0.517080367, 0.546682775, -0.658608973, 0.385280758, 0.835757792, 0.391238749),
  5751. ["Size"] = Vector3.new(0.200000003, 26.0485039, 33.7722511),
  5752. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5753. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5754. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5755. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5756. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5757. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5758. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5759. })
  5760. o334 = Create("WedgePart",{
  5761. ["Name"] = "Triangle",
  5762. ["Parent"] = o59,
  5763. ["Material"] = Enum.Material.Grass,
  5764. ["BrickColor"] = BrickColor.new("Sea green"),
  5765. ["Position"] = Vector3.new(2.78852844, 26.2438831, 73.2806091),
  5766. ["Rotation"] = Vector3.new(-90.006752, 0.0104025118, 122.923897),
  5767. ["Anchored"] = true,
  5768. ["CFrame"] = CFrame.new(2.78852844, 26.2438831, 73.2806091, -0.543524504, -0.839393258, 0.000181558076, -2.58150976e-007, 0.000216766886, 1, -0.839393318, 0.543524504, -0.000117870164),
  5769. ["Size"] = Vector3.new(0.200000003, 19.0931759, 4.0130806),
  5770. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5771. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5772. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5773. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5774. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5775. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5776. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5777. })
  5778. o335 = Create("WedgePart",{
  5779. ["Name"] = "Triangle",
  5780. ["Parent"] = o59,
  5781. ["Material"] = Enum.Material.Grass,
  5782. ["BrickColor"] = BrickColor.new("Sea green"),
  5783. ["Position"] = Vector3.new(162.157791, 66.8796387, -16.7502747),
  5784. ["Rotation"] = Vector3.new(158.591339, 7.06176329, 132.782013),
  5785. ["Anchored"] = true,
  5786. ["CFrame"] = CFrame.new(162.157791, 66.8796387, -16.7502747, -0.674058437, -0.728375673, 0.122939214, -0.713781238, 0.599409938, -0.36224857, 0.190162063, -0.331928551, -0.923938334),
  5787. ["Size"] = Vector3.new(0.200000003, 15.7994967, 12.3992424),
  5788. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5789. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5790. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5791. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5792. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5793. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5794. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5795. })
  5796. o336 = Create("WedgePart",{
  5797. ["Name"] = "Triangle",
  5798. ["Parent"] = o59,
  5799. ["Material"] = Enum.Material.Grass,
  5800. ["BrickColor"] = BrickColor.new("Sea green"),
  5801. ["Position"] = Vector3.new(148.922516, 37.4700012, -113.799202),
  5802. ["Rotation"] = Vector3.new(-157.94342, -57.0552673, -82.1379013),
  5803. ["Anchored"] = true,
  5804. ["CFrame"] = CFrame.new(148.922516, 37.4700012, -113.799202, 0.0743900537, 0.538717449, -0.839195549, 0.96120882, 0.185396194, 0.204220086, 0.265600592, -0.821834326, -0.504028797),
  5805. ["Size"] = Vector3.new(0.200000003, 26.7858105, 12.2110415),
  5806. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5807. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5808. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5809. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5810. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5811. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5812. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5813. })
  5814. o337 = Create("WedgePart",{
  5815. ["Name"] = "Triangle",
  5816. ["Parent"] = o59,
  5817. ["Material"] = Enum.Material.Grass,
  5818. ["BrickColor"] = BrickColor.new("Sea green"),
  5819. ["Position"] = Vector3.new(-7.67505836, 9.64913177, 61.1169319),
  5820. ["Rotation"] = Vector3.new(4.44179821, -68.0103607, 141.852936),
  5821. ["Anchored"] = true,
  5822. ["CFrame"] = CFrame.new(-7.67505836, 9.64913177, 61.1169319, -0.294469088, -0.231284067, -0.927251577, 0.672302306, -0.739708543, -0.0289989281, -0.679188967, -0.631932735, 0.373314202),
  5823. ["Size"] = Vector3.new(0.200000003, 25.801569, 7.33205318),
  5824. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5825. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5826. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5827. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5828. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5829. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5830. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5831. })
  5832. o338 = Create("WedgePart",{
  5833. ["Name"] = "Triangle",
  5834. ["Parent"] = o59,
  5835. ["Material"] = Enum.Material.Grass,
  5836. ["BrickColor"] = BrickColor.new("Sea green"),
  5837. ["Position"] = Vector3.new(217.404358, 32.4364967, 63.5883713),
  5838. ["Rotation"] = Vector3.new(98.2630463, 39.6180038, -12.8300161),
  5839. ["Anchored"] = true,
  5840. ["CFrame"] = CFrame.new(217.404358, 32.4364967, 63.5883713, 0.751080692, 0.171055183, 0.637666047, 0.647204936, -0, -0.762315989, -0.13039811, 0.98526144, -0.11070776),
  5841. ["Size"] = Vector3.new(0.200000003, 24.8942223, 35.8158417),
  5842. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5843. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5844. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5845. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5846. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5847. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5848. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5849. })
  5850. o339 = Create("WedgePart",{
  5851. ["Name"] = "Triangle",
  5852. ["Parent"] = o59,
  5853. ["Material"] = Enum.Material.Grass,
  5854. ["BrickColor"] = BrickColor.new("Sea green"),
  5855. ["Position"] = Vector3.new(44.3906631, 12.9811268, -81.1229935),
  5856. ["Rotation"] = Vector3.new(43.0212288, -51.7277451, -26.4373665),
  5857. ["Anchored"] = true,
  5858. ["CFrame"] = CFrame.new(44.3906631, 12.9811268, -81.1229935, 0.554623187, 0.27576831, -0.78507638, -0.805118144, 0.416169196, -0.422596872, 0.210185826, 0.866461217, 0.452843159),
  5859. ["Size"] = Vector3.new(0.200000003, 18.4689465, 18.2151947),
  5860. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5861. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5862. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5863. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5864. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5865. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5866. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5867. })
  5868. o340 = Create("WedgePart",{
  5869. ["Name"] = "Triangle",
  5870. ["Parent"] = o59,
  5871. ["Material"] = Enum.Material.Grass,
  5872. ["BrickColor"] = BrickColor.new("Sea green"),
  5873. ["Position"] = Vector3.new(-184.970734, 16.4850006, -59.0814056),
  5874. ["Rotation"] = Vector3.new(137.84082, 23.3251553, 58.0584106),
  5875. ["Anchored"] = true,
  5876. ["CFrame"] = CFrame.new(-184.970734, 16.4850006, -59.0814056, 0.48581624, -0.779235005, 0.395948708, -0.488443375, -0.617697895, -0.616337895, 0.724848807, 0.106028415, -0.680699825),
  5877. ["Size"] = Vector3.new(0.200000003, 18.4666348, 34.9860001),
  5878. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5879. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5880. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5881. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5882. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5883. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5884. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5885. })
  5886. o341 = Create("WedgePart",{
  5887. ["Name"] = "Triangle",
  5888. ["Parent"] = o59,
  5889. ["Material"] = Enum.Material.Grass,
  5890. ["BrickColor"] = BrickColor.new("Sea green"),
  5891. ["Position"] = Vector3.new(37.4561386, 7.82084656, -5.35791016),
  5892. ["Rotation"] = Vector3.new(-79.8366547, 27.9696007, -28.1903553),
  5893. ["Anchored"] = true,
  5894. ["CFrame"] = CFrame.new(37.4561386, 7.82084656, -5.35791016, 0.778434396, 0.417224169, 0.469003022, -0.49024272, -0.0625572354, 0.869338155, 0.392048419, -0.906647921, 0.155844584),
  5895. ["Size"] = Vector3.new(0.200000003, 117.260757, 26.4306889),
  5896. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5897. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5898. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5899. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5900. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5901. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5902. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5903. })
  5904. o342 = Create("WedgePart",{
  5905. ["Name"] = "Triangle",
  5906. ["Parent"] = o59,
  5907. ["Material"] = Enum.Material.Grass,
  5908. ["BrickColor"] = BrickColor.new("Sea green"),
  5909. ["Position"] = Vector3.new(12.6906662, 38.2070351, 78.4839935),
  5910. ["Rotation"] = Vector3.new(129.411224, -22.3573036, 65.1783905),
  5911. ["Anchored"] = true,
  5912. ["CFrame"] = CFrame.new(12.6906662, 38.2070351, 78.4839935, 0.3882384, -0.839393258, -0.380381286, -0.699602723, 0.000216766886, -0.714532077, 0.59985584, 0.543524504, -0.587157607),
  5913. ["Size"] = Vector3.new(0.200000003, 30.0552311, 27.8722229),
  5914. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5915. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5916. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5917. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5918. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5919. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5920. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5921. })
  5922. o343 = Create("WedgePart",{
  5923. ["Name"] = "Triangle",
  5924. ["Parent"] = o59,
  5925. ["Material"] = Enum.Material.Grass,
  5926. ["BrickColor"] = BrickColor.new("Sea green"),
  5927. ["Position"] = Vector3.new(-124.206146, 29.6993904, 98.7646179),
  5928. ["Rotation"] = Vector3.new(-33.0403748, -51.0789948, -100.872993),
  5929. ["Anchored"] = true,
  5930. ["CFrame"] = CFrame.new(-124.206146, 29.6993904, 98.7646179, -0.118508115, 0.616969764, -0.778012872, -0.903254688, 0.258452445, 0.342539757, 0.412416041, 0.743337452, 0.526652157),
  5931. ["Size"] = Vector3.new(0.200000003, 13.1300354, 16.5019798),
  5932. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5933. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5934. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5935. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5936. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5937. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5938. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5939. })
  5940. o344 = Create("WedgePart",{
  5941. ["Name"] = "Triangle",
  5942. ["Parent"] = o59,
  5943. ["Material"] = Enum.Material.Grass,
  5944. ["BrickColor"] = BrickColor.new("Sea green"),
  5945. ["Position"] = Vector3.new(166.804794, 40.3435211, 111.651741),
  5946. ["Rotation"] = Vector3.new(-33.2278366, -0.00718081603, -90.0125732),
  5947. ["Anchored"] = true,
  5948. ["CFrame"] = CFrame.new(166.804794, 40.3435211, 111.651741, -0.00021939892, 1, -0.000125328879, -0.836498201, -0.000114907634, 0.547969699, 0.547969699, 0.000224973934, 0.836498201),
  5949. ["Size"] = Vector3.new(0.200000003, 44.8644218, 30.8027458),
  5950. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5951. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5952. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5953. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5954. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5955. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5956. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5957. })
  5958. o345 = Create("WedgePart",{
  5959. ["Name"] = "Triangle",
  5960. ["Parent"] = o59,
  5961. ["Material"] = Enum.Material.Grass,
  5962. ["BrickColor"] = BrickColor.new("Sea green"),
  5963. ["Position"] = Vector3.new(8.58633041, 36.8071556, -138.646545),
  5964. ["Rotation"] = Vector3.new(57.1612892, -11.2584467, -69.7454071),
  5965. ["Anchored"] = true,
  5966. ["CFrame"] = CFrame.new(8.58633041, 36.8071556, -138.646545, 0.339530349, 0.920110166, -0.19523491, -0.56553179, 0.0338390209, -0.824031949, -0.751593709, 0.390195251, 0.531840682),
  5967. ["Size"] = Vector3.new(0.200000003, 56.328167, 24.1031685),
  5968. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5969. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5970. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5971. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5972. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5973. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5974. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5975. })
  5976. o346 = Create("WedgePart",{
  5977. ["Name"] = "Triangle",
  5978. ["Parent"] = o59,
  5979. ["Material"] = Enum.Material.Grass,
  5980. ["BrickColor"] = BrickColor.new("Sea green"),
  5981. ["Position"] = Vector3.new(27.5290508, 2.38418579e-007, -104.319252),
  5982. ["Rotation"] = Vector3.new(-145.963272, 19.280098, 50.9308281),
  5983. ["Anchored"] = true,
  5984. ["CFrame"] = CFrame.new(27.5290508, 2.38418579e-007, -104.319252, 0.594910562, -0.732842565, 0.330186516, -0.759854674, -0.378794998, 0.528332472, -0.262111545, -0.56520462, -0.782203078),
  5985. ["Size"] = Vector3.new(0.200000003, 14.7550831, 10.5788527),
  5986. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5987. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5988. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5989. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5990. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5991. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  5992. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  5993. })
  5994. o347 = Create("WedgePart",{
  5995. ["Name"] = "Triangle",
  5996. ["Parent"] = o59,
  5997. ["Material"] = Enum.Material.Grass,
  5998. ["BrickColor"] = BrickColor.new("Sea green"),
  5999. ["Position"] = Vector3.new(192.891495, 41.5876236, -2.74460125),
  6000. ["Rotation"] = Vector3.new(158.591339, 7.06176329, -47.2179947),
  6001. ["Anchored"] = true,
  6002. ["CFrame"] = CFrame.new(192.891495, 41.5876236, -2.74460125, 0.674058437, 0.728375673, 0.122939214, 0.713781238, -0.599409938, -0.36224857, -0.190162063, 0.331928551, -0.923938334),
  6003. ["Size"] = Vector3.new(0.200000003, 68.5901794, 12.3992424),
  6004. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6005. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6006. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6007. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6008. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6009. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6010. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6011. })
  6012. o348 = Create("WedgePart",{
  6013. ["Name"] = "Triangle",
  6014. ["Parent"] = o59,
  6015. ["Material"] = Enum.Material.Grass,
  6016. ["BrickColor"] = BrickColor.new("Sea green"),
  6017. ["Position"] = Vector3.new(-18.1914864, 20.2459679, 70.7297974),
  6018. ["Rotation"] = Vector3.new(143.886902, 54.969017, -83.9812164),
  6019. ["Anchored"] = true,
  6020. ["CFrame"] = CFrame.new(-18.1914864, 20.2459679, 70.7297974, 0.0601885915, 0.570855498, 0.818841755, 0.854005873, 0.395241976, -0.338316143, -0.516770244, 0.719658196, -0.463724494),
  6021. ["Size"] = Vector3.new(0.200000003, 4.40630627, 8.94985867),
  6022. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6023. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6024. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6025. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6026. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6027. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6028. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6029. })
  6030. o349 = Create("WedgePart",{
  6031. ["Name"] = "Triangle",
  6032. ["Parent"] = o59,
  6033. ["Material"] = Enum.Material.Grass,
  6034. ["BrickColor"] = BrickColor.new("Sea green"),
  6035. ["Position"] = Vector3.new(126.978096, 29.4816132, 117.516388),
  6036. ["Rotation"] = Vector3.new(176.664047, 13.259099, 73.2011185),
  6037. ["Anchored"] = true,
  6038. ["CFrame"] = CFrame.new(126.978096, 29.4816132, 117.516388, 0.281308919, -0.931805611, 0.229354963, -0.951845706, -0.301300168, -0.0566393472, 0.121881545, -0.202377081, -0.971693575),
  6039. ["Size"] = Vector3.new(0.200000003, 5.58473635, 12.7221022),
  6040. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6041. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6042. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6043. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6044. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6045. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6046. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6047. })
  6048. o350 = Create("WedgePart",{
  6049. ["Name"] = "Triangle",
  6050. ["Parent"] = o59,
  6051. ["Material"] = Enum.Material.Grass,
  6052. ["BrickColor"] = BrickColor.new("Sea green"),
  6053. ["Position"] = Vector3.new(0, -1000000, 0),
  6054. ["Anchored"] = true,
  6055. ["CFrame"] = CFrame.new(0, -1000000, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  6056. ["Size"] = Vector3.new(0.200000003, 0.200000003, 0.200000003),
  6057. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6058. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6059. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6060. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6061. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6062. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6063. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6064. })
  6065. o351 = Create("WedgePart",{
  6066. ["Name"] = "Triangle",
  6067. ["Parent"] = o59,
  6068. ["Material"] = Enum.Material.Grass,
  6069. ["BrickColor"] = BrickColor.new("Sea green"),
  6070. ["Position"] = Vector3.new(-13.6638393, 9.801404, 62.2866364),
  6071. ["Rotation"] = Vector3.new(-81.5013657, -41.0582771, -130.794266),
  6072. ["Anchored"] = true,
  6073. ["CFrame"] = CFrame.new(-13.6638393, 9.801404, 62.2866364, -0.492649287, 0.570855498, -0.656826317, -0.536304712, 0.395241976, 0.745761991, 0.685327649, 0.719658196, 0.111436725),
  6074. ["Size"] = Vector3.new(0.200000003, 19.6456947, 15.8737001),
  6075. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6076. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6077. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6078. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6079. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6080. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6081. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6082. })
  6083. o352 = Create("WedgePart",{
  6084. ["Name"] = "Triangle",
  6085. ["Parent"] = o59,
  6086. ["Material"] = Enum.Material.Grass,
  6087. ["BrickColor"] = BrickColor.new("Sea green"),
  6088. ["Position"] = Vector3.new(227.039459, 27.6814785, 79.8918304),
  6089. ["Rotation"] = Vector3.new(146.173737, 3.97459459, -38.5160332),
  6090. ["Anchored"] = true,
  6091. ["CFrame"] = CFrame.new(227.039459, 27.6814785, 79.8918304, 0.780552149, 0.621235907, 0.0693141371, 0.547513902, -0.625962377, -0.555337548, -0.301607609, 0.471420169, -0.828731477),
  6092. ["Size"] = Vector3.new(0.200000003, 10.3218126, 20.4054031),
  6093. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6094. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6095. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6096. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6097. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6098. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6099. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6100. })
  6101. o353 = Create("WedgePart",{
  6102. ["Name"] = "Triangle",
  6103. ["Parent"] = o59,
  6104. ["Material"] = Enum.Material.Grass,
  6105. ["BrickColor"] = BrickColor.new("Sea green"),
  6106. ["Position"] = Vector3.new(210.093933, 33.782711, 99.2047424),
  6107. ["Rotation"] = Vector3.new(141.412766, -18.3007889, -98.0167618),
  6108. ["Anchored"] = true,
  6109. ["CFrame"] = CFrame.new(210.093933, 33.782711, 99.2047424, -0.132408947, 0.94014287, -0.314005524, 0.801333964, -0.0849204361, -0.592159092, -0.583379686, -0.330030292, -0.742124081),
  6110. ["Size"] = Vector3.new(0.200000003, 58.4906464, 42.2662964),
  6111. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6112. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6113. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6114. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6115. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6116. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6117. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6118. })
  6119. o354 = Create("WedgePart",{
  6120. ["Name"] = "Triangle",
  6121. ["Parent"] = o59,
  6122. ["Material"] = Enum.Material.Grass,
  6123. ["BrickColor"] = BrickColor.new("Sea green"),
  6124. ["Position"] = Vector3.new(40.0916901, 6.493433, -94.6303253),
  6125. ["Rotation"] = Vector3.new(-145.963272, 19.280098, -129.069168),
  6126. ["Anchored"] = true,
  6127. ["CFrame"] = CFrame.new(40.0916901, 6.493433, -94.6303253, -0.594910562, 0.732842565, 0.330186516, 0.759854674, 0.378794998, 0.528332472, 0.262111545, 0.56520462, -0.782203078),
  6128. ["Size"] = Vector3.new(0.200000003, 19.5296001, 10.5788527),
  6129. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6130. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6131. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6132. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6133. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6134. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6135. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6136. })
  6137. o355 = Create("WedgePart",{
  6138. ["Name"] = "Triangle",
  6139. ["Parent"] = o59,
  6140. ["Material"] = Enum.Material.Grass,
  6141. ["BrickColor"] = BrickColor.new("Sea green"),
  6142. ["Position"] = Vector3.new(-7.67505836, 9.64913177, 61.1169357),
  6143. ["Rotation"] = Vector3.new(-90.2034988, 67.1772842, 136.831482),
  6144. ["Anchored"] = true,
  6145. ["CFrame"] = CFrame.new(-7.67505836, 9.64913177, 61.1169357, -0.282898962, -0.265367478, 0.921709418, 0.66980958, 0.633170903, 0.387878656, -0.686529934, 0.727100253, -0.00137765158),
  6146. ["Size"] = Vector3.new(0.200000003, 18.6964512, 19.2333736),
  6147. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6148. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6149. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6150. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6151. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6152. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6153. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6154. })
  6155. o356 = Create("WedgePart",{
  6156. ["Name"] = "Triangle",
  6157. ["Parent"] = o59,
  6158. ["Material"] = Enum.Material.Grass,
  6159. ["BrickColor"] = BrickColor.new("Sea green"),
  6160. ["Position"] = Vector3.new(-112.741989, 14.6523638, 69.1035385),
  6161. ["Rotation"] = Vector3.new(172.009583, -17.8389339, 97.0182648),
  6162. ["Anchored"] = true,
  6163. ["CFrame"] = CFrame.new(-112.741989, 14.6523638, 69.1035385, -0.116311133, -0.944788933, -0.306342244, -0.977668226, 0.16326414, -0.132324114, 0.175033063, 0.284110308, -0.942679584),
  6164. ["Size"] = Vector3.new(0.200000003, 72.5373306, 25.4301472),
  6165. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6166. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6167. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6168. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6169. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6170. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6171. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6172. })
  6173. o357 = Create("WedgePart",{
  6174. ["Name"] = "Triangle",
  6175. ["Parent"] = o59,
  6176. ["Material"] = Enum.Material.Grass,
  6177. ["BrickColor"] = BrickColor.new("Sea green"),
  6178. ["Position"] = Vector3.new(-67.7070389, 33.1592407, 74.6617737),
  6179. ["Rotation"] = Vector3.new(-126.009407, 45.1610184, 158.255493),
  6180. ["Anchored"] = true,
  6181. ["CFrame"] = CFrame.new(-67.7070389, 33.1592407, 74.6617737, -0.654944241, -0.261223435, 0.709091187, 0.314979225, 0.758584738, 0.57038331, -0.686903298, 0.596918404, -0.414550751),
  6182. ["Size"] = Vector3.new(0.200000003, 35.5457344, 32.4817085),
  6183. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6184. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6185. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6186. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6187. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6188. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6189. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6190. })
  6191. o358 = Create("WedgePart",{
  6192. ["Name"] = "Triangle",
  6193. ["Parent"] = o59,
  6194. ["Material"] = Enum.Material.Grass,
  6195. ["BrickColor"] = BrickColor.new("Sea green"),
  6196. ["Position"] = Vector3.new(35.6901054, 6.48769379, -66.8686676),
  6197. ["Rotation"] = Vector3.new(89.5295029, -32.4404488, -0.877039433),
  6198. ["Anchored"] = true,
  6199. ["CFrame"] = CFrame.new(35.6901054, 6.48769379, -66.8686676, 0.843850613, 0.0129180206, -0.536422729, -0.536467612, -0, -0.843920887, -0.0109017882, 0.999916613, 0.0069301636),
  6200. ["Size"] = Vector3.new(0.200000003, 4.15120316, 15.375123),
  6201. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6202. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6203. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6204. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6205. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6206. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6207. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6208. })
  6209. o359 = Create("WedgePart",{
  6210. ["Name"] = "Triangle",
  6211. ["Parent"] = o59,
  6212. ["Material"] = Enum.Material.Grass,
  6213. ["BrickColor"] = BrickColor.new("Sea green"),
  6214. ["Position"] = Vector3.new(-83.6850586, 32.9375114, -72.9725266),
  6215. ["Rotation"] = Vector3.new(104.355728, 57.632637, -30.3358173),
  6216. ["Anchored"] = true,
  6217. ["CFrame"] = CFrame.new(-83.6850586, 32.9375114, -72.9725266, 0.462046295, 0.270385653, 0.844632983, 0.831450343, 0.19928281, -0.51862973, -0.308550894, 0.941901207, -0.132734433),
  6218. ["Size"] = Vector3.new(0.200000003, 66.3698502, 25.4100399),
  6219. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6220. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6221. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6222. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6223. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6224. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6225. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6226. })
  6227. o360 = Create("WedgePart",{
  6228. ["Name"] = "Triangle",
  6229. ["Parent"] = o59,
  6230. ["Material"] = Enum.Material.Grass,
  6231. ["BrickColor"] = BrickColor.new("Sea green"),
  6232. ["Position"] = Vector3.new(87.6210632, 51.1819115, 78.4439316),
  6233. ["Rotation"] = Vector3.new(133.058823, 27.3679886, -85.9344025),
  6234. ["Anchored"] = true,
  6235. ["CFrame"] = CFrame.new(87.6210632, 51.1819115, 78.4439316, 0.0629630238, 0.885837734, 0.459703684, 0.704844296, 0.286632746, -0.648872912, -0.706562221, 0.364874393, -0.606330216),
  6236. ["Size"] = Vector3.new(0.200000003, 13.6519365, 8.39638233),
  6237. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6238. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6239. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6240. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6241. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6242. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6243. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6244. })
  6245. o361 = Create("WedgePart",{
  6246. ["Name"] = "Triangle",
  6247. ["Parent"] = o59,
  6248. ["Material"] = Enum.Material.Grass,
  6249. ["BrickColor"] = BrickColor.new("Sea green"),
  6250. ["Position"] = Vector3.new(-58.0814209, 5.20675182, 52.6663971),
  6251. ["Rotation"] = Vector3.new(172.009583, -17.8389339, -82.9817429),
  6252. ["Anchored"] = true,
  6253. ["CFrame"] = CFrame.new(-58.0814209, 5.20675182, 52.6663971, 0.116311133, 0.944788933, -0.306342244, 0.977668226, -0.16326414, -0.132324114, -0.175033063, -0.284110308, -0.942679584),
  6254. ["Size"] = Vector3.new(0.200000003, 43.1722603, 25.4301472),
  6255. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6256. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6257. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6258. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6259. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6260. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6261. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6262. })
  6263. o362 = Create("WedgePart",{
  6264. ["Name"] = "Triangle",
  6265. ["Parent"] = o59,
  6266. ["Material"] = Enum.Material.Grass,
  6267. ["BrickColor"] = BrickColor.new("Sea green"),
  6268. ["Position"] = Vector3.new(-164.189636, 32.9581375, -61.9090347),
  6269. ["Rotation"] = Vector3.new(137.84082, 23.3251553, -121.941597),
  6270. ["Anchored"] = true,
  6271. ["CFrame"] = CFrame.new(-164.189636, 32.9581375, -61.9090347, -0.48581624, 0.779235005, 0.395948708, 0.488443375, 0.617697895, -0.616337895, -0.724848807, -0.106028415, -0.680699825),
  6272. ["Size"] = Vector3.new(0.200000003, 34.8705597, 34.9860001),
  6273. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6274. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6275. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6276. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6277. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6278. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6279. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6280. })
  6281. o363 = Create("WedgePart",{
  6282. ["Name"] = "Triangle",
  6283. ["Parent"] = o59,
  6284. ["Material"] = Enum.Material.Grass,
  6285. ["BrickColor"] = BrickColor.new("Sea green"),
  6286. ["Position"] = Vector3.new(12.7860336, 52.3475037, 224.176071),
  6287. ["Rotation"] = Vector3.new(12.2520208, -15.4103651, -86.6973801),
  6288. ["Anchored"] = true,
  6289. ["CFrame"] = CFrame.new(12.7860336, 52.3475037, 224.176071, 0.0555384979, 0.962446272, -0.26573053, -0.978849351, 0, -0.204582557, -0.196899712, 0.271472305, 0.942089856),
  6290. ["Size"] = Vector3.new(0.200000003, 33.2558632, 34.827034),
  6291. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6292. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6293. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6294. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6295. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6296. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6297. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6298. })
  6299. o364 = Create("WedgePart",{
  6300. ["Name"] = "Triangle",
  6301. ["Parent"] = o59,
  6302. ["Material"] = Enum.Material.Grass,
  6303. ["BrickColor"] = BrickColor.new("Sea green"),
  6304. ["Position"] = Vector3.new(-58.9681854, 28.7240829, 98.2815628),
  6305. ["Rotation"] = Vector3.new(-38.7799797, -34.6507492, -92.7288437),
  6306. ["Anchored"] = true,
  6307. ["CFrame"] = CFrame.new(-58.9681854, 28.7240829, 98.2815628, -0.0391649008, 0.821700275, -0.568572581, -0.795627236, 0.318596989, 0.515241027, 0.604519248, 0.472551197, 0.641289353),
  6308. ["Size"] = Vector3.new(0.200000003, 34.3618851, 56.6225281),
  6309. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6310. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6311. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6312. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6313. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6314. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6315. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6316. })
  6317. o365 = Create("WedgePart",{
  6318. ["Name"] = "Triangle",
  6319. ["Parent"] = o59,
  6320. ["Material"] = Enum.Material.Grass,
  6321. ["BrickColor"] = BrickColor.new("Sea green"),
  6322. ["Position"] = Vector3.new(-125.331673, 0, 56.0864754),
  6323. ["Rotation"] = Vector3.new(180, -3.65647316, -90),
  6324. ["Anchored"] = true,
  6325. ["CFrame"] = CFrame.new(-125.331673, 0, 56.0864754, -0, 0.997964263, -0.0637741834, 1, 0, -0, -0, -0.0637758896, -0.997964382),
  6326. ["Size"] = Vector3.new(0.200000003, 21.2018547, 4.08732653),
  6327. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6328. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6329. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6330. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6331. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6332. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6333. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6334. })
  6335. o366 = Create("WedgePart",{
  6336. ["Name"] = "Triangle",
  6337. ["Parent"] = o59,
  6338. ["Material"] = Enum.Material.Grass,
  6339. ["BrickColor"] = BrickColor.new("Sea green"),
  6340. ["Position"] = Vector3.new(94.9586563, 52.3379784, 212.576874),
  6341. ["Rotation"] = Vector3.new(-159.062897, 0.0201912075, -89.9964676),
  6342. ["Anchored"] = true,
  6343. ["CFrame"] = CFrame.new(94.9586563, 52.3379784, 212.576874, 6.17060577e-005, 1, 0.000352403062, 0.933973253, -0.000183613971, 0.357343018, 0.357343078, 0.000307224313, -0.933973134),
  6344. ["Size"] = Vector3.new(0.200000003, 20.4024353, 19.8960075),
  6345. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6346. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6347. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6348. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6349. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6350. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6351. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6352. })
  6353. o367 = Create("WedgePart",{
  6354. ["Name"] = "Triangle",
  6355. ["Parent"] = o59,
  6356. ["Material"] = Enum.Material.Grass,
  6357. ["BrickColor"] = BrickColor.new("Sea green"),
  6358. ["Position"] = Vector3.new(8.79879761, 12.1176357, 56.9158554),
  6359. ["Rotation"] = Vector3.new(-79.8366547, 27.9696007, 151.809647),
  6360. ["Anchored"] = true,
  6361. ["CFrame"] = CFrame.new(8.79879761, 12.1176357, 56.9158554, -0.778434396, -0.417224169, 0.469003022, 0.49024272, 0.0625572354, 0.869338155, -0.392048419, 0.906647921, 0.155844584),
  6362. ["Size"] = Vector3.new(0.200000003, 20.1106682, 26.4306889),
  6363. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6364. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6365. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6366. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6367. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6368. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6369. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6370. })
  6371. o368 = Create("WedgePart",{
  6372. ["Name"] = "Triangle",
  6373. ["Parent"] = o59,
  6374. ["Material"] = Enum.Material.Grass,
  6375. ["BrickColor"] = BrickColor.new("Sea green"),
  6376. ["Position"] = Vector3.new(-124.206139, 29.6993904, 98.7646179),
  6377. ["Rotation"] = Vector3.new(156.009033, 34.3352089, 84.3220139),
  6378. ["Anchored"] = true,
  6379. ["CFrame"] = CFrame.new(-124.206139, 29.6993904, 98.7646179, 0.0816977471, -0.821700275, 0.564033568, -0.886437595, -0.318596989, -0.335744649, 0.45558086, -0.472551197, -0.754414797),
  6380. ["Size"] = Vector3.new(0.200000003, 7.70786285, 19.6291142),
  6381. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6382. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6383. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6384. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6385. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6386. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6387. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6388. })
  6389. o369 = Create("WedgePart",{
  6390. ["Name"] = "Triangle",
  6391. ["Parent"] = o59,
  6392. ["Material"] = Enum.Material.Grass,
  6393. ["BrickColor"] = BrickColor.new("Sea green"),
  6394. ["Position"] = Vector3.new(148.991409, 26.2066631, -48.3163033),
  6395. ["Rotation"] = Vector3.new(-99.7439957, -47.8559837, 48.4952164),
  6396. ["Anchored"] = true,
  6397. ["CFrame"] = CFrame.new(148.991409, 26.2066631, -48.3163033, 0.444657654, -0.502509534, -0.741460562, 0.35751614, -0.659426033, 0.661316574, -0.821256161, -0.559143603, -0.113563575),
  6398. ["Size"] = Vector3.new(0.200000003, 17.2971077, 39.6927643),
  6399. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6400. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6401. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6402. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6403. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6404. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6405. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6406. })
  6407. o370 = Create("WedgePart",{
  6408. ["Name"] = "Triangle",
  6409. ["Parent"] = o59,
  6410. ["Material"] = Enum.Material.Grass,
  6411. ["BrickColor"] = BrickColor.new("Sea green"),
  6412. ["Position"] = Vector3.new(-117.217957, 48.7850075, 206.161835),
  6413. ["Rotation"] = Vector3.new(-174.890106, 25.8818684, 82.1284714),
  6414. ["Anchored"] = true,
  6415. ["CFrame"] = CFrame.new(-117.217957, 48.7850075, 206.161835, 0.123215541, -0.891218781, 0.43651709, -0.991965353, -0.0978954881, 0.0801326334, -0.0286826529, -0.442883432, -0.89612025),
  6416. ["Size"] = Vector3.new(0.200000003, 46.0015678, 56.1986465),
  6417. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6418. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6419. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6420. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6421. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6422. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6423. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6424. })
  6425. o371 = Create("WedgePart",{
  6426. ["Name"] = "Triangle",
  6427. ["Parent"] = o59,
  6428. ["Material"] = Enum.Material.Grass,
  6429. ["BrickColor"] = BrickColor.new("Sea green"),
  6430. ["Position"] = Vector3.new(-71.1052475, 46.8267021, 93.5398178),
  6431. ["Rotation"] = Vector3.new(-89.810524, 48.6853485, 0),
  6432. ["Anchored"] = true,
  6433. ["CFrame"] = CFrame.new(-71.1052475, 46.8267021, 93.5398178, 0.660193741, -0, 0.751095355, -0.751091301, 0.00330665312, 0.660190105, -0.00248361169, -0.999994576, 0.00218325946),
  6434. ["Size"] = Vector3.new(0.200000003, 30.0633831, 27.3514309),
  6435. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6436. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6437. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6438. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6439. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6440. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6441. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6442. })
  6443. o372 = Create("WedgePart",{
  6444. ["Name"] = "Triangle",
  6445. ["Parent"] = o59,
  6446. ["Material"] = Enum.Material.Grass,
  6447. ["BrickColor"] = BrickColor.new("Sea green"),
  6448. ["Position"] = Vector3.new(-124.937569, 0, 49.3029099),
  6449. ["Rotation"] = Vector3.new(0, 3.65653419, -90),
  6450. ["Anchored"] = true,
  6451. ["CFrame"] = CFrame.new(-124.937569, 0, 49.3029099, -0, 0.997964263, 0.0637752488, -1, -0, -0, 0, -0.0637758896, 0.997964263),
  6452. ["Size"] = Vector3.new(0.200000003, 19.5500031, 9.40191364),
  6453. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6454. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6455. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6456. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6457. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6458. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6459. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6460. })
  6461. o373 = Create("WedgePart",{
  6462. ["Name"] = "Triangle",
  6463. ["Parent"] = o59,
  6464. ["Material"] = Enum.Material.Grass,
  6465. ["BrickColor"] = BrickColor.new("Sea green"),
  6466. ["Position"] = Vector3.new(-173.289276, 24.3924999, 236.685944),
  6467. ["Rotation"] = Vector3.new(-27.156292, -13.2364464, -69.5922623),
  6468. ["Anchored"] = true,
  6469. ["CFrame"] = CFrame.new(-173.289276, 24.3924999, 236.685944, 0.339434862, 0.912335873, -0.228970125, -0.797477424, 0.408206701, 0.444293797, 0.498812318, 0.0317896195, 0.866126835),
  6470. ["Size"] = Vector3.new(0.200000003, 75.8272476, 40.1351852),
  6471. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6472. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6473. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6474. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6475. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6476. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6477. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6478. })
  6479. o374 = Create("WedgePart",{
  6480. ["Name"] = "Triangle",
  6481. ["Parent"] = o59,
  6482. ["Material"] = Enum.Material.Grass,
  6483. ["BrickColor"] = BrickColor.new("Sea green"),
  6484. ["Position"] = Vector3.new(5.90875578, -1.1920929e-006, 66.3568802),
  6485. ["Rotation"] = Vector3.new(-85.1959076, 37.7713547, -85.1294937),
  6486. ["Anchored"] = true,
  6487. ["CFrame"] = CFrame.new(5.90875578, -1.1920929e-006, 66.3568802, 0.0671135187, 0.787608206, 0.612511933, -0.135268793, -0.601044178, 0.787684262, 0.988533318, -0.135717914, 0.0662003681),
  6488. ["Size"] = Vector3.new(0.200000003, 10.3836002, 7.9232316),
  6489. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6490. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6491. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6492. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6493. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6494. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6495. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6496. })
  6497. o375 = Create("WedgePart",{
  6498. ["Name"] = "Triangle",
  6499. ["Parent"] = o59,
  6500. ["Material"] = Enum.Material.Grass,
  6501. ["BrickColor"] = BrickColor.new("Sea green"),
  6502. ["Position"] = Vector3.new(60.6255684, 7.82971048, -60.1010361),
  6503. ["Rotation"] = Vector3.new(-55.9644012, 35.8072853, -38.9788513),
  6504. ["Anchored"] = true,
  6505. ["CFrame"] = CFrame.new(60.6255684, 7.82971048, -60.1010361, 0.63044554, 0.510139525, 0.585060775, -0.728974402, 0.130127773, 0.67205888, 0.266711146, -0.850190818, 0.453917205),
  6506. ["Size"] = Vector3.new(0.200000003, 3.47680831, 22.5747223),
  6507. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6508. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6509. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6510. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6511. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6512. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6513. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6514. })
  6515. o376 = Create("WedgePart",{
  6516. ["Name"] = "Triangle",
  6517. ["Parent"] = o59,
  6518. ["Material"] = Enum.Material.Grass,
  6519. ["BrickColor"] = BrickColor.new("Sea green"),
  6520. ["Position"] = Vector3.new(-158.20929, -9.53674316e-007, 67.1371002),
  6521. ["Rotation"] = Vector3.new(-130.650665, 36.6341553, 8.79720783),
  6522. ["Anchored"] = true,
  6523. ["CFrame"] = CFrame.new(-158.20929, -9.53674316e-007, 67.1371002, 0.79302156, -0.122726649, 0.596703351, -0.547021091, -0.574543893, 0.608824253, 0.268113315, -0.809220374, -0.522759974),
  6524. ["Size"] = Vector3.new(0.200000003, 17.2588711, 16.2870998),
  6525. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6526. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6527. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6528. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6529. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6530. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6531. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6532. })
  6533. o377 = Create("WedgePart",{
  6534. ["Name"] = "Triangle",
  6535. ["Parent"] = o59,
  6536. ["Material"] = Enum.Material.Grass,
  6537. ["BrickColor"] = BrickColor.new("Sea green"),
  6538. ["Position"] = Vector3.new(3.59997463, 14.1262455, 72.1918564),
  6539. ["Rotation"] = Vector3.new(133.175751, -33.9965248, -71.8030472),
  6540. ["Anchored"] = true,
  6541. ["CFrame"] = CFrame.new(3.59997463, 14.1262455, 72.1918564, 0.258905947, 0.787608206, -0.559142649, 0.52268213, -0.601044178, -0.604607165, -0.812262893, -0.135717914, -0.567282736),
  6542. ["Size"] = Vector3.new(0.200000003, 32.585247, 14.335454),
  6543. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6544. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6545. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6546. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6547. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6548. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6549. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6550. })
  6551. o378 = Create("WedgePart",{
  6552. ["Name"] = "Triangle",
  6553. ["Parent"] = o59,
  6554. ["Material"] = Enum.Material.Grass,
  6555. ["BrickColor"] = BrickColor.new("Sea green"),
  6556. ["Position"] = Vector3.new(152.335648, 51.1071815, -62.4176369),
  6557. ["Rotation"] = Vector3.new(-109.157486, -41.5820465, 9.54410362),
  6558. ["Anchored"] = true,
  6559. ["CFrame"] = CFrame.new(152.335648, 51.1071815, -62.4176369, 0.737652421, -0.124024466, -0.663691819, 0.563846707, -0.427573711, 0.706581652, -0.371410578, -0.895432115, -0.245470002),
  6560. ["Size"] = Vector3.new(0.200000003, 83.0114365, 1.07477272),
  6561. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6562. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6563. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6564. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6565. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6566. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6567. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6568. })
  6569. o379 = Create("WedgePart",{
  6570. ["Name"] = "Triangle",
  6571. ["Parent"] = o59,
  6572. ["Material"] = Enum.Material.Grass,
  6573. ["BrickColor"] = BrickColor.new("Sea green"),
  6574. ["Position"] = Vector3.new(-173.642944, 24.3925018, 205.626694),
  6575. ["Rotation"] = Vector3.new(17.234333, -19.3352089, 132.180695),
  6576. ["Anchored"] = true,
  6577. ["CFrame"] = CFrame.new(-173.642944, 24.3925018, 205.626694, -0.633598328, -0.699235141, -0.331094295, 0.773628592, -0.568629742, -0.279569507, 0.00721475575, -0.433278501, 0.90123105),
  6578. ["Size"] = Vector3.new(0.200000003, 58.3847351, 55.7489548),
  6579. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6580. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6581. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6582. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6583. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6584. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6585. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6586. })
  6587. o380 = Create("WedgePart",{
  6588. ["Name"] = "Triangle",
  6589. ["Parent"] = o59,
  6590. ["Material"] = Enum.Material.Grass,
  6591. ["BrickColor"] = BrickColor.new("Sea green"),
  6592. ["Position"] = Vector3.new(-152.998886, 24.3924999, 101.492897),
  6593. ["Rotation"] = Vector3.new(-130.650665, 36.6341553, -171.202789),
  6594. ["Anchored"] = true,
  6595. ["CFrame"] = CFrame.new(-152.998886, 24.3924999, 101.492897, -0.79302156, 0.122726649, 0.596703351, 0.547021091, 0.574543893, 0.608824253, -0.268113315, 0.809220374, -0.522759974),
  6596. ["Size"] = Vector3.new(0.200000003, 67.6519623, 16.2870998),
  6597. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6598. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6599. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6600. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6601. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6602. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6603. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6604. })
  6605. o381 = Create("WedgePart",{
  6606. ["Name"] = "Triangle",
  6607. ["Parent"] = o59,
  6608. ["Material"] = Enum.Material.Grass,
  6609. ["BrickColor"] = BrickColor.new("Sea green"),
  6610. ["Position"] = Vector3.new(-143.342041, 9.44561195, 63.1118317),
  6611. ["Rotation"] = Vector3.new(-84.197258, 29.3013477, 106.28746),
  6612. ["Anchored"] = true,
  6613. ["CFrame"] = CFrame.new(-143.342041, 9.44561195, 63.1118317, -0.244574338, -0.83705914, 0.48940298, 0.233599246, 0.438999355, 0.867589235, -0.941071153, 0.326514214, 0.0881684497),
  6614. ["Size"] = Vector3.new(0.200000003, 23.7662315, 9.74869823),
  6615. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6616. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6617. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6618. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6619. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6620. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6621. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6622. })
  6623. o382 = Create("WedgePart",{
  6624. ["Name"] = "Triangle",
  6625. ["Parent"] = o59,
  6626. ["Material"] = Enum.Material.Grass,
  6627. ["BrickColor"] = BrickColor.new("Sea green"),
  6628. ["Position"] = Vector3.new(-135.172012, 30.6211281, 97.6323166),
  6629. ["Rotation"] = Vector3.new(-121.436378, -76.3190231, -1.22957253),
  6630. ["Anchored"] = true,
  6631. ["CFrame"] = CFrame.new(-135.172012, 30.6211281, 97.6323166, 0.236460745, 0.00507524749, -0.971627712, 0.840013146, -0.503641665, 0.201799437, -0.488328069, -0.863897741, -0.12335483),
  6632. ["Size"] = Vector3.new(0.200000003, 21.4362984, 17.8078613),
  6633. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6634. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6635. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6636. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6637. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6638. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6639. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6640. })
  6641. o383 = Create("WedgePart",{
  6642. ["Name"] = "Triangle",
  6643. ["Parent"] = o59,
  6644. ["Material"] = Enum.Material.Grass,
  6645. ["BrickColor"] = BrickColor.new("Sea green"),
  6646. ["Position"] = Vector3.new(33.7699852, 38.2015915, 64.8346939),
  6647. ["Rotation"] = Vector3.new(129.411224, -22.3573036, -114.821617),
  6648. ["Anchored"] = true,
  6649. ["CFrame"] = CFrame.new(33.7699852, 38.2015915, 64.8346939, -0.3882384, 0.839393258, -0.380381286, 0.699602723, -0.000216766886, -0.714532077, -0.59985584, -0.543524504, -0.587157607),
  6650. ["Size"] = Vector3.new(0.200000003, 20.1699009, 27.8722229),
  6651. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6652. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6653. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6654. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6655. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6656. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6657. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6658. })
  6659. o384 = Create("WedgePart",{
  6660. ["Name"] = "Triangle",
  6661. ["Parent"] = o59,
  6662. ["Material"] = Enum.Material.Grass,
  6663. ["BrickColor"] = BrickColor.new("Sea green"),
  6664. ["Position"] = Vector3.new(-89.4129715, 16.9197559, 80.7730865),
  6665. ["Rotation"] = Vector3.new(-38.7799797, -34.6507492, 87.2711639),
  6666. ["Anchored"] = true,
  6667. ["CFrame"] = CFrame.new(-89.4129715, 16.9197559, 80.7730865, 0.0391649008, -0.821700275, -0.568572581, 0.795627236, -0.318596989, 0.515241027, -0.604519248, -0.472551197, 0.641289353),
  6668. ["Size"] = Vector3.new(0.200000003, 39.740036, 56.6225281),
  6669. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6670. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6671. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6672. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6673. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6674. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6675. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6676. })
  6677. o385 = Create("WedgePart",{
  6678. ["Name"] = "Triangle",
  6679. ["Parent"] = o59,
  6680. ["Material"] = Enum.Material.Grass,
  6681. ["BrickColor"] = BrickColor.new("Sea green"),
  6682. ["Position"] = Vector3.new(-168.063065, 8.04765797, -85.7709885),
  6683. ["Rotation"] = Vector3.new(44.6111298, -16.125906, -74.6768188),
  6684. ["Anchored"] = true,
  6685. ["CFrame"] = CFrame.new(-168.063065, 8.04765797, -85.7709885, 0.25386554, 0.926503062, -0.277749032, -0.738129795, 0, -0.674658716, -0.625073373, 0.376287341, 0.683879375),
  6686. ["Size"] = Vector3.new(0.200000003, 22.8200359, 23.8569736),
  6687. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6688. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6689. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6690. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6691. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6692. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  6693. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  6694. })
  6695. o386 = Create("Model",{
  6696. ["Name"] = "Statue of Purity",
  6697. ["Parent"] = o3,
  6698. })
  6699. o387 = Create("Model",{
  6700. ["Name"] = "StatuePerson",
  6701. ["Parent"] = o386,
  6702. })
  6703. o388 = Create("Part",{
  6704. ["Parent"] = o387,
  6705. ["Material"] = Enum.Material.Slate,
  6706. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  6707. ["Position"] = Vector3.new(-2.08304763, 25.9220123, 4.76837158e-007),
  6708. ["Rotation"] = Vector3.new(-0.000143306344, -1.49649723e-005, 31.0405083),
  6709. ["Anchored"] = true,
  6710. ["CFrame"] = CFrame.new(-2.08304763, 25.9220123, 4.76837158e-007, 0.856803, -0.515644014, -2.61188035e-007, 0.515644014, 0.856803, 2.5011675e-006, -1.06592529e-006, -2.27768783e-006, 1),
  6711. ["Size"] = Vector3.new(4, 4, 8),
  6712. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  6713. })
  6714. o389 = Create("SpecialMesh",{
  6715. ["Parent"] = o388,
  6716. ["Scale"] = Vector3.new(1.25, 1.25, 1.25),
  6717. })
  6718. o390 = Create("Part",{
  6719. ["Parent"] = o387,
  6720. ["Material"] = Enum.Material.Slate,
  6721. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  6722. ["Position"] = Vector3.new(-0.660494685, 20.2959633, -7.39999962),
  6723. ["Rotation"] = Vector3.new(32.2436981, 16.0350151, 15.6776562),
  6724. ["Anchored"] = true,
  6725. ["CFrame"] = CFrame.new(-0.660494685, 20.2959633, -7.39999962, 0.925337732, -0.259711385, 0.276224762, 0.370441854, 0.77449739, -0.512763858, -0.0807647407, 0.576804876, 0.812879622),
  6726. ["Size"] = Vector3.new(4, 8, 4),
  6727. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  6728. })
  6729. o391 = Create("Part",{
  6730. ["Parent"] = o387,
  6731. ["Material"] = Enum.Material.Slate,
  6732. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  6733. ["Position"] = Vector3.new(-2.82542658, 12.9380894, -2),
  6734. ["Rotation"] = Vector3.new(2.91446099e-006, 4.3600113e-007, 2.1576817),
  6735. ["Anchored"] = true,
  6736. ["CFrame"] = CFrame.new(-2.82542658, 12.9380894, -2, 0.999291062, -0.0376497507, 7.60965513e-009, 0.0376497507, 0.999291062, -5.08669409e-008, -5.68913272e-009, 5.11173823e-008, 1),
  6737. ["Size"] = Vector3.new(4, 8, 4),
  6738. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  6739. })
  6740. o392 = Create("Part",{
  6741. ["Parent"] = o387,
  6742. ["Material"] = Enum.Material.Slate,
  6743. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  6744. ["Position"] = Vector3.new(-0.622814178, 20.0893669, 0),
  6745. ["Rotation"] = Vector3.new(2.91446099e-006, 4.36000988e-007, 10.3363905),
  6746. ["Anchored"] = true,
  6747. ["CFrame"] = CFrame.new(-0.622814178, 20.0893669, 0, 0.983771324, -0.179427087, 7.60965246e-009, 0.179427087, 0.983771324, -5.08669409e-008, 1.64074965e-009, 5.14068184e-008, 1),
  6748. ["Size"] = Vector3.new(4, 8, 8),
  6749. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  6750. })
  6751. o393 = Create("Part",{
  6752. ["Parent"] = o387,
  6753. ["Material"] = Enum.Material.Slate,
  6754. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  6755. ["Position"] = Vector3.new(2.70095205, 13.4581146, 2.39000034),
  6756. ["Rotation"] = Vector3.new(-5.0051446, -5.33105993, 46.6919289),
  6757. ["Anchored"] = true,
  6758. ["CFrame"] = CFrame.new(2.70095205, 13.4581146, 2.39000034, 0.682953954, -0.724528611, -0.0929103568, 0.730461538, 0.677406847, 0.0868678167, -1.02678229e-007, -0.127194151, 0.991877913),
  6759. ["Size"] = Vector3.new(4, 8, 4),
  6760. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  6761. })
  6762. o394 = Create("Part",{
  6763. ["Parent"] = o387,
  6764. ["Material"] = Enum.Material.Slate,
  6765. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  6766. ["Position"] = Vector3.new(-1.31830418, 27.8145123, 4.02999926),
  6767. ["Rotation"] = Vector3.new(-22.2008018, -12.6704779, 176.423248),
  6768. ["Anchored"] = true,
  6769. ["CFrame"] = CFrame.new(-1.31830418, 27.8145123, 4.02999926, -0.973747373, -0.0608662255, -0.219343528, -0.0249578077, -0.929232359, 0.368652165, -0.226259574, 0.364448339, 0.903318405),
  6770. ["Size"] = Vector3.new(4, 8, 4),
  6771. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  6772. })
  6773. o395 = Create("Part",{
  6774. ["Parent"] = o386,
  6775. ["Material"] = Enum.Material.Slate,
  6776. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  6777. ["Position"] = Vector3.new(0, 4.5, 0),
  6778. ["Rotation"] = Vector3.new(-90, 90, 0),
  6779. ["Anchored"] = true,
  6780. ["CFrame"] = CFrame.new(0, 4.5, 0, 0, 0, 1, -1, 0, 0, 0, -1, 0),
  6781. ["Shape"] = Enum.PartType.Cylinder,
  6782. ["Size"] = Vector3.new(10, 33, 33),
  6783. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  6784. ["TopSurface"] = Enum.SurfaceType.Smooth,
  6785. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  6786. })
  6787. o396 = Create("Part",{
  6788. ["Name"] = "sphere4",
  6789. ["Parent"] = o386,
  6790. ["Material"] = Enum.Material.Neon,
  6791. ["BrickColor"] = BrickColor.new("Cyan"),
  6792. ["Position"] = Vector3.new(0, 33, 0),
  6793. ["Rotation"] = Vector3.new(1.28422553e-005, 3.41509462e-006, 90.0000076),
  6794. ["Anchored"] = true,
  6795. ["CFrame"] = CFrame.new(0, 33, 0, -1.29651596e-007, -1.00000095, 5.96046448e-008, 1, -1.29651511e-007, -2.24139853e-007, 2.2413974e-007, 5.96046448e-008, 1.00000095),
  6796. ["CanCollide"] = false,
  6797. ["FormFactor"] = Enum.FormFactor.Plate,
  6798. ["Size"] = Vector3.new(5, 5, 5),
  6799. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  6800. ["TopSurface"] = Enum.SurfaceType.Smooth,
  6801. ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
  6802. })
  6803. o397 = Create("SpecialMesh",{
  6804. ["Parent"] = o396,
  6805. ["MeshId"] = "http://www.roblox.com/asset/?id=3270017",
  6806. ["Scale"] = Vector3.new(2, 2, 2),
  6807. ["MeshType"] = Enum.MeshType.Sphere,
  6808. })
  6809. o398 = Create("ParticleEmitter",{
  6810. ["Parent"] = o396,
  6811. ["Transparency"] = NumberSequence.new(0.83749997615814,1),
  6812. ["Rotation"] = NumberRange.new(180,360),
  6813. ["Size"] = NumberSequence.new(0,5.3125,1.0624998807907,4.6875,1.3124996423721,7.125,0),
  6814. ["Color"] = ColorSequence.new(Color3.new(1, 1, 1),Color3.new(0, 0.666667, 1),Color3.new(0, 0, 0)),
  6815. ["LightEmission"] = 1,
  6816. ["Texture"] = "rbxassetid://284205403",
  6817. ["Lifetime"] = NumberRange.new(5,5),
  6818. ["Rate"] = 1000,
  6819. ["Speed"] = NumberRange.new(0,0),
  6820. ["VelocitySpread"] = 10000,
  6821. })
  6822. o399 = Create("PointLight",{
  6823. ["Parent"] = o396,
  6824. ["Color"] = Color3.new(0, 0.666667, 1),
  6825. ["Range"] = 60,
  6826. })
  6827. o400 = Create("Part",{
  6828. ["Name"] = "sphere5",
  6829. ["Parent"] = o386,
  6830. ["Material"] = Enum.Material.Neon,
  6831. ["BrickColor"] = BrickColor.new("Institutional white"),
  6832. ["Transparency"] = 0.80000001192093,
  6833. ["Position"] = Vector3.new(0, 33, 0),
  6834. ["Rotation"] = Vector3.new(1.28422553e-005, 3.41509462e-006, 90.0000076),
  6835. ["Anchored"] = true,
  6836. ["CFrame"] = CFrame.new(0, 33, 0, -1.29651596e-007, -1.00000095, 5.96046448e-008, 1, -1.29651511e-007, -2.24139853e-007, 2.2413974e-007, 5.96046448e-008, 1.00000095),
  6837. ["CanCollide"] = false,
  6838. ["FormFactor"] = Enum.FormFactor.Plate,
  6839. ["Size"] = Vector3.new(5, 5, 5),
  6840. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  6841. ["TopSurface"] = Enum.SurfaceType.Smooth,
  6842. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  6843. })
  6844. o401 = Create("SpecialMesh",{
  6845. ["Parent"] = o400,
  6846. ["MeshId"] = "http://www.roblox.com/asset/?id=3270017",
  6847. ["Scale"] = Vector3.new(2.20000005, 2.20000005, 2.20000005),
  6848. ["MeshType"] = Enum.MeshType.Sphere,
  6849. })
  6850. o402 = Create("Script",{
  6851. ["Name"] = "rotate",
  6852. ["Parent"] = o400,
  6853. })
  6854. table.insert(cors,coroutine.create(function()
  6855. wait()
  6856. runDummyScript(function()
  6857. while true do
  6858. script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(0.1,0,0)
  6859. wait(0.02)
  6860. end
  6861.  
  6862. end,o402)
  6863. end))
  6864. o403 = Create("Script",{
  6865. ["Parent"] = o400,
  6866. })
  6867. table.insert(cors,coroutine.create(function()
  6868. wait()
  6869. runDummyScript(function()
  6870. local stage = 0
  6871. function up()
  6872. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  6873. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(0.001, 0.001, 0.001)
  6874. end
  6875.  
  6876. function down()
  6877. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  6878. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(-0.001, -0.001, -0.001)
  6879. end
  6880. while true do
  6881. for i=0,360,1 do
  6882. up()
  6883. wait(0)
  6884. end
  6885. for i=0,360,1 do
  6886. down()
  6887. wait(0)
  6888. end
  6889. end
  6890. end,o403)
  6891. end))
  6892. o404 = Create("Part",{
  6893. ["Name"] = "RingMesh",
  6894. ["Parent"] = o386,
  6895. ["BrickColor"] = BrickColor.new("Light blue"),
  6896. ["Transparency"] = 0.80000001192093,
  6897. ["Position"] = Vector3.new(0, 76, 0),
  6898. ["Rotation"] = Vector3.new(90, 0, -90),
  6899. ["Anchored"] = true,
  6900. ["CFrame"] = CFrame.new(0, 76, 0, 0, 1, 0, 0, 0, -1, -1, 0, 0),
  6901. ["Elasticity"] = 0,
  6902. ["FormFactor"] = Enum.FormFactor.Symmetric,
  6903. ["Size"] = Vector3.new(1, 1, 81),
  6904. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  6905. ["TopSurface"] = Enum.SurfaceType.Smooth,
  6906. ["Color"] = Color3.new(0.705882, 0.823529, 0.894118),
  6907. })
  6908. o405 = Create("SpecialMesh",{
  6909. ["Parent"] = o404,
  6910. ["MeshId"] = "http://www.roblox.com/asset/?id=3270017",
  6911. ["Scale"] = Vector3.new(5, 5, 500),
  6912. ["MeshType"] = Enum.MeshType.FileMesh,
  6913. })
  6914. o406 = Create("ParticleEmitter",{
  6915. ["Parent"] = o404,
  6916. ["Transparency"] = NumberSequence.new(0.83749997615814,1),
  6917. ["Rotation"] = NumberRange.new(180,360),
  6918. ["Size"] = NumberSequence.new(0,3,1.0624998807907,3.625,1.3124996423721,2.4374997615814,0),
  6919. ["Color"] = ColorSequence.new(Color3.new(1, 1, 1),Color3.new(0, 0.666667, 1),Color3.new(0, 0, 0)),
  6920. ["LightEmission"] = 1,
  6921. ["Texture"] = "rbxassetid://284205403",
  6922. ["Lifetime"] = NumberRange.new(5,5),
  6923. ["Rate"] = 1000,
  6924. ["Speed"] = NumberRange.new(0,0),
  6925. ["VelocitySpread"] = 10000,
  6926. })
  6927. o407 = Create("Script",{
  6928. ["Name"] = "rotate",
  6929. ["Parent"] = o404,
  6930. })
  6931. table.insert(cors,coroutine.create(function()
  6932. wait()
  6933. runDummyScript(function()
  6934. while true do
  6935. script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(0,0,0.1)
  6936. wait(0.02)
  6937. end
  6938.  
  6939. end,o407)
  6940. end))
  6941. o408 = Create("Script",{
  6942. ["Parent"] = o404,
  6943. })
  6944. table.insert(cors,coroutine.create(function()
  6945. wait()
  6946. runDummyScript(function()
  6947. local stage = 0
  6948. function up()
  6949. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  6950. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(0.01, 0.01, 0)
  6951. end
  6952.  
  6953. function down()
  6954. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  6955. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(-0.01, -0.01, 0)
  6956. end
  6957. while true do
  6958. for i=0,360,1 do
  6959. up()
  6960. wait(0)
  6961. end
  6962. for i=0,360,1 do
  6963. down()
  6964. wait(0)
  6965. end
  6966. end
  6967. end,o408)
  6968. end))
  6969. o409 = Create("Part",{
  6970. ["Name"] = "rin1",
  6971. ["Parent"] = o386,
  6972. ["BrickColor"] = BrickColor.new("Cyan"),
  6973. ["Transparency"] = 0.80000001192093,
  6974. ["Position"] = Vector3.new(0, 112.790001, 0),
  6975. ["Rotation"] = Vector3.new(-90, 0, -180),
  6976. ["Anchored"] = true,
  6977. ["CFrame"] = CFrame.new(0, 112.790001, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0),
  6978. ["Elasticity"] = 0,
  6979. ["FormFactor"] = Enum.FormFactor.Symmetric,
  6980. ["Size"] = Vector3.new(1, 1, 1),
  6981. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  6982. ["TopSurface"] = Enum.SurfaceType.Smooth,
  6983. ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
  6984. })
  6985. o410 = Create("SpecialMesh",{
  6986. ["Parent"] = o409,
  6987. ["MeshId"] = "http://www.roblox.com/asset/?id=3270017",
  6988. ["Scale"] = Vector3.new(80, 80, 45),
  6989. ["MeshType"] = Enum.MeshType.FileMesh,
  6990. })
  6991. o411 = Create("Script",{
  6992. ["Name"] = "rotate",
  6993. ["Parent"] = o409,
  6994. })
  6995. table.insert(cors,coroutine.create(function()
  6996. wait()
  6997. runDummyScript(function()
  6998. while true do
  6999. script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(-0.005,0.01,0.1)
  7000. wait(0.02)
  7001. end
  7002.  
  7003. end,o411)
  7004. end))
  7005. o412 = Create("Part",{
  7006. ["Name"] = "rin2",
  7007. ["Parent"] = o386,
  7008. ["BrickColor"] = BrickColor.new("Bright blue"),
  7009. ["Transparency"] = 0.80000001192093,
  7010. ["Position"] = Vector3.new(0, 112.790001, 0),
  7011. ["Rotation"] = Vector3.new(90, 0, -0),
  7012. ["Anchored"] = true,
  7013. ["CFrame"] = CFrame.new(0, 112.790001, 0, 1, 0, 0, 0, 0, -1, 0, 1, 0),
  7014. ["Elasticity"] = 0,
  7015. ["FormFactor"] = Enum.FormFactor.Symmetric,
  7016. ["Size"] = Vector3.new(1, 1, 1),
  7017. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  7018. ["TopSurface"] = Enum.SurfaceType.Smooth,
  7019. ["Color"] = Color3.new(0.0509804, 0.411765, 0.67451),
  7020. })
  7021. o413 = Create("SpecialMesh",{
  7022. ["Parent"] = o412,
  7023. ["MeshId"] = "http://www.roblox.com/asset/?id=3270017",
  7024. ["Scale"] = Vector3.new(140, 140, 45),
  7025. ["MeshType"] = Enum.MeshType.FileMesh,
  7026. })
  7027. o414 = Create("Script",{
  7028. ["Name"] = "rotate",
  7029. ["Parent"] = o412,
  7030. })
  7031. table.insert(cors,coroutine.create(function()
  7032. wait()
  7033. runDummyScript(function()
  7034. while true do
  7035. script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(0.01,-0.005,-0.1)
  7036. wait(0.02)
  7037. end
  7038.  
  7039. end,o414)
  7040. end))
  7041. o415 = Create("Part",{
  7042. ["Name"] = "RingMesh4",
  7043. ["Parent"] = o386,
  7044. ["BrickColor"] = BrickColor.new("Cyan"),
  7045. ["Transparency"] = 0.5,
  7046. ["Position"] = Vector3.new(0, 33, 0),
  7047. ["Rotation"] = Vector3.new(90, 0, -90),
  7048. ["Anchored"] = true,
  7049. ["CFrame"] = CFrame.new(0, 33, 0, 0, 1, 0, 0, 0, -1, -1, 0, 0),
  7050. ["Elasticity"] = 0,
  7051. ["FormFactor"] = Enum.FormFactor.Symmetric,
  7052. ["Size"] = Vector3.new(1, 1, 1),
  7053. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  7054. ["TopSurface"] = Enum.SurfaceType.Smooth,
  7055. ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
  7056. })
  7057. o416 = Create("SpecialMesh",{
  7058. ["Parent"] = o415,
  7059. ["MeshId"] = "http://www.roblox.com/asset/?id=3270017",
  7060. ["Scale"] = Vector3.new(15, 15, 15),
  7061. ["MeshType"] = Enum.MeshType.FileMesh,
  7062. })
  7063. o417 = Create("Script",{
  7064. ["Name"] = "rotate",
  7065. ["Parent"] = o415,
  7066. })
  7067. table.insert(cors,coroutine.create(function()
  7068. wait()
  7069. runDummyScript(function()
  7070. while true do
  7071. script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(0.1,-0.1,0.1)
  7072. wait(0.02)
  7073. end
  7074.  
  7075. end,o417)
  7076. end))
  7077. o418 = Create("Part",{
  7078. ["Name"] = "RingMesh3",
  7079. ["Parent"] = o386,
  7080. ["BrickColor"] = BrickColor.new("Cyan"),
  7081. ["Transparency"] = 0.5,
  7082. ["Position"] = Vector3.new(0, 33, 0),
  7083. ["Rotation"] = Vector3.new(90, 0, -90),
  7084. ["Anchored"] = true,
  7085. ["CFrame"] = CFrame.new(0, 33, 0, 0, 1, 0, 0, 0, -1, -1, 0, 0),
  7086. ["Elasticity"] = 0,
  7087. ["FormFactor"] = Enum.FormFactor.Symmetric,
  7088. ["Size"] = Vector3.new(1, 1, 1),
  7089. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  7090. ["TopSurface"] = Enum.SurfaceType.Smooth,
  7091. ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
  7092. })
  7093. o419 = Create("SpecialMesh",{
  7094. ["Parent"] = o418,
  7095. ["MeshId"] = "http://www.roblox.com/asset/?id=3270017",
  7096. ["Scale"] = Vector3.new(15, 15, 15),
  7097. ["MeshType"] = Enum.MeshType.FileMesh,
  7098. })
  7099. o420 = Create("Script",{
  7100. ["Name"] = "rotate",
  7101. ["Parent"] = o418,
  7102. })
  7103. table.insert(cors,coroutine.create(function()
  7104. wait()
  7105. runDummyScript(function()
  7106. while true do
  7107. script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(0.1,0.1,0.1)
  7108. wait(0.02)
  7109. end
  7110.  
  7111. end,o420)
  7112. end))
  7113. o421 = Create("Model",{
  7114. ["Name"] = "Purity Symbol",
  7115. ["Parent"] = o386,
  7116. })
  7117. o422 = Create("Part",{
  7118. ["Parent"] = o421,
  7119. ["Material"] = Enum.Material.Neon,
  7120. ["BrickColor"] = BrickColor.new("Cyan"),
  7121. ["Position"] = Vector3.new(0.726269364, 9.61000252, -0.0224829111),
  7122. ["Rotation"] = Vector3.new(-90, 90, 0),
  7123. ["Anchored"] = true,
  7124. ["CFrame"] = CFrame.new(0.726269364, 9.61000252, -0.0224829111, -5.68434189e-014, 0, 1, -1, 0, 5.68434189e-014, -2.04636308e-012, -1, 0),
  7125. ["Shape"] = Enum.PartType.Cylinder,
  7126. ["Size"] = Vector3.new(0.200000003, 7.96000004, 12.5699997),
  7127. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  7128. ["TopSurface"] = Enum.SurfaceType.Smooth,
  7129. ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
  7130. })
  7131. o423 = Create("Part",{
  7132. ["Parent"] = o421,
  7133. ["Material"] = Enum.Material.Neon,
  7134. ["BrickColor"] = BrickColor.new("Cyan"),
  7135. ["Position"] = Vector3.new(-5.56833506, 9.60998821, 7.63745403),
  7136. ["Rotation"] = Vector3.new(-179.999893, 34.0415154, 179.999832),
  7137. ["Anchored"] = true,
  7138. ["CFrame"] = CFrame.new(-5.56833506, 9.60998821, 7.63745403, -0.828632176, -2.49828304e-006, 0.559793472, -1.9333977e-006, 1, 1.60096113e-006, -0.559793472, 2.44306761e-007, -0.828632176),
  7139. ["Size"] = Vector3.new(12.6199989, 0.200000003, 1.25999999),
  7140. ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
  7141. })
  7142. o424 = Create("Part",{
  7143. ["Parent"] = o421,
  7144. ["Material"] = Enum.Material.Neon,
  7145. ["BrickColor"] = BrickColor.new("Cyan"),
  7146. ["Position"] = Vector3.new(-3.18372464, 9.61000443, -7.9881115),
  7147. ["Rotation"] = Vector3.new(1.80353873e-005, 30.5716019, 5.41038935e-005),
  7148. ["Anchored"] = true,
  7149. ["CFrame"] = CFrame.new(-3.18372464, 9.61000443, -7.9881115, 0.860994339, -8.1302926e-007, 0.508614719, 1.1043918e-006, 1, -2.71021122e-007, -0.508614719, 7.95060259e-007, 0.860994339),
  7150. ["Size"] = Vector3.new(11.0599995, 0.200000003, 1.25999999),
  7151. ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
  7152. })
  7153. o425 = Create("Part",{
  7154. ["Parent"] = o421,
  7155. ["Material"] = Enum.Material.Neon,
  7156. ["BrickColor"] = BrickColor.new("Cyan"),
  7157. ["Position"] = Vector3.new(4.96048546, 9.61000347, 8.57935905),
  7158. ["Rotation"] = Vector3.new(-6.39077189e-005, 23.3985081, 0.00014836702),
  7159. ["Anchored"] = true,
  7160. ["CFrame"] = CFrame.new(4.96048546, 9.61000347, 8.57935905, 0.917765021, -2.37654604e-006, 0.397123992, 2.14654119e-006, 1, 1.02367517e-006, -0.397123992, -8.70480505e-008, 0.917765021),
  7161. ["Size"] = Vector3.new(12.5, 0.200000003, 1.25999999),
  7162. ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
  7163. })
  7164. o426 = Create("Part",{
  7165. ["Parent"] = o421,
  7166. ["Material"] = Enum.Material.Neon,
  7167. ["BrickColor"] = BrickColor.new("Cyan"),
  7168. ["Position"] = Vector3.new(5.78401518, 9.6099987, -6.90361309),
  7169. ["Rotation"] = Vector3.new(-179.999878, 42.5696754, 179.999771),
  7170. ["Anchored"] = true,
  7171. ["CFrame"] = CFrame.new(5.78401518, 9.6099987, -6.90361309, -0.736455262, -2.87459829e-006, 0.676486313, -2.46945024e-006, 1, 1.56094643e-006, -0.676486313, -5.20979711e-007, -0.736455262),
  7172. ["Size"] = Vector3.new(12.6199989, 0.200000003, 1.25999999),
  7173. ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
  7174. })
  7175. o427 = Create("Part",{
  7176. ["Parent"] = o386,
  7177. ["Material"] = Enum.Material.Slate,
  7178. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  7179. ["Rotation"] = Vector3.new(-90, 90, 0),
  7180. ["Anchored"] = true,
  7181. ["CFrame"] = CFrame.new(0, 0, 0, 0, 0, 1, -1, 0, 0, 0, -1, 0),
  7182. ["Shape"] = Enum.PartType.Cylinder,
  7183. ["Size"] = Vector3.new(1, 37, 37),
  7184. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  7185. ["TopSurface"] = Enum.SurfaceType.Smooth,
  7186. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  7187. })
  7188. o428 = Create("Part",{
  7189. ["Name"] = "RingMesh6",
  7190. ["Parent"] = o386,
  7191. ["BrickColor"] = BrickColor.new("Institutional white"),
  7192. ["Transparency"] = 0.5,
  7193. ["Position"] = Vector3.new(0, 112.790001, 0),
  7194. ["Rotation"] = Vector3.new(-0, 0, -180),
  7195. ["Anchored"] = true,
  7196. ["CFrame"] = CFrame.new(0, 112.790001, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1),
  7197. ["Elasticity"] = 0,
  7198. ["FormFactor"] = Enum.FormFactor.Symmetric,
  7199. ["Size"] = Vector3.new(1, 1, 1),
  7200. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  7201. ["TopSurface"] = Enum.SurfaceType.Smooth,
  7202. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  7203. })
  7204. o429 = Create("SpecialMesh",{
  7205. ["Parent"] = o428,
  7206. ["MeshId"] = "http://www.roblox.com/asset/?id=3270017",
  7207. ["Scale"] = Vector3.new(50, 50, 50),
  7208. ["MeshType"] = Enum.MeshType.FileMesh,
  7209. })
  7210. o430 = Create("Script",{
  7211. ["Name"] = "rotate",
  7212. ["Parent"] = o428,
  7213. })
  7214. table.insert(cors,coroutine.create(function()
  7215. wait()
  7216. runDummyScript(function()
  7217. while true do
  7218. script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(0.1,-0.1,0.1)
  7219. wait(0.02)
  7220. end
  7221.  
  7222. end,o430)
  7223. end))
  7224. o431 = Create("Part",{
  7225. ["Name"] = "RingMesh5",
  7226. ["Parent"] = o386,
  7227. ["BrickColor"] = BrickColor.new("Institutional white"),
  7228. ["Transparency"] = 0.5,
  7229. ["Position"] = Vector3.new(0, 112.790001, 0),
  7230. ["Rotation"] = Vector3.new(-180, -90, 0),
  7231. ["Anchored"] = true,
  7232. ["CFrame"] = CFrame.new(0, 112.790001, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0),
  7233. ["Elasticity"] = 0,
  7234. ["FormFactor"] = Enum.FormFactor.Symmetric,
  7235. ["Size"] = Vector3.new(1, 1, 1),
  7236. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  7237. ["TopSurface"] = Enum.SurfaceType.Smooth,
  7238. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  7239. })
  7240. o432 = Create("SpecialMesh",{
  7241. ["Parent"] = o431,
  7242. ["MeshId"] = "http://www.roblox.com/asset/?id=3270017",
  7243. ["Scale"] = Vector3.new(75, 75, 25),
  7244. ["MeshType"] = Enum.MeshType.FileMesh,
  7245. })
  7246. o433 = Create("Script",{
  7247. ["Name"] = "rotate",
  7248. ["Parent"] = o431,
  7249. })
  7250. table.insert(cors,coroutine.create(function()
  7251. wait()
  7252. runDummyScript(function()
  7253. while true do
  7254. script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(0.1,0.1,0.1)
  7255. wait(0.02)
  7256. end
  7257.  
  7258. end,o433)
  7259. end))
  7260. o434 = Create("Model",{
  7261. ["Name"] = "TELE spot",
  7262. ["Parent"] = o3,
  7263. })
  7264. o435 = Create("Part",{
  7265. ["Name"] = "ff remover",
  7266. ["Parent"] = o434,
  7267. ["BrickColor"] = BrickColor.new("Bright yellow"),
  7268. ["Reflectance"] = 0.5,
  7269. ["Transparency"] = 1,
  7270. ["Position"] = Vector3.new(-139.925995, 33.4700012, -42.0029984),
  7271. ["Anchored"] = true,
  7272. ["CFrame"] = CFrame.new(-139.925995, 33.4700012, -42.0029984, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  7273. ["CanCollide"] = false,
  7274. ["Size"] = Vector3.new(6, 11.1999998, 6),
  7275. ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
  7276. })
  7277. o436 = Create("Script",{
  7278. ["Parent"] = o435,
  7279. })
  7280. table.insert(cors,coroutine.create(function()
  7281. wait()
  7282. runDummyScript(function()
  7283. --Catjohn
  7284. function Remove(hit)
  7285. local h = hit.Parent:findFirstChild("Humanoid")
  7286. if h == nil then
  7287. print("ERROR: Humanoid Not Found!")
  7288. else
  7289. local Shield = hit.Parent:findFirstChild("ForceField")
  7290. if Shield == nil then
  7291. print("ERROR: ForceField Not Found!")
  7292. else
  7293. Shield:remove()
  7294. end
  7295. end
  7296. end
  7297. script.Parent.Touched:connect(Remove)
  7298.  
  7299.  
  7300. end,o436)
  7301. end))
  7302. o437 = Create("Part",{
  7303. ["Name"] = "tq3",
  7304. ["Parent"] = o434,
  7305. ["Material"] = Enum.Material.Neon,
  7306. ["BrickColor"] = BrickColor.new("Deep orange"),
  7307. ["Transparency"] = 0.80000001192093,
  7308. ["Position"] = Vector3.new(-139.925995, 33.0499992, -42.0029984),
  7309. ["Rotation"] = Vector3.new(0, 90, 0),
  7310. ["Anchored"] = true,
  7311. ["CFrame"] = CFrame.new(-139.925995, 33.0499992, -42.0029984, 0, 0, 1, 0, 1, -0, -1, 0, 0),
  7312. ["Shape"] = Enum.PartType.Cylinder,
  7313. ["Size"] = Vector3.new(1, 1, 1),
  7314. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  7315. ["TopSurface"] = Enum.SurfaceType.Smooth,
  7316. ["Color"] = Color3.new(1, 0.686275, 0),
  7317. })
  7318. o438 = Create("CylinderMesh",{
  7319. ["Parent"] = o437,
  7320. ["Scale"] = Vector3.new(12, 1.20000005, 12),
  7321. })
  7322. o439 = Create("Script",{
  7323. ["Parent"] = o437,
  7324. })
  7325. table.insert(cors,coroutine.create(function()
  7326. wait()
  7327. runDummyScript(function()
  7328. local stage = 0
  7329. function up()
  7330. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  7331. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(0.001, 0.045, 0.001)
  7332. end
  7333.  
  7334. function down()
  7335. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  7336. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(-0.001, -0.045, -0.001)
  7337. end
  7338. while true do
  7339. for i=0,360,1 do
  7340. up()
  7341. wait(0)
  7342. end
  7343. for i=0,360,1 do
  7344. down()
  7345. wait(0)
  7346. end
  7347. end
  7348. end,o439)
  7349. end))
  7350. o440 = Create("Part",{
  7351. ["Parent"] = o434,
  7352. ["Material"] = Enum.Material.Slate,
  7353. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  7354. ["Position"] = Vector3.new(-139.925995, 33.0500069, -42.0029984),
  7355. ["Rotation"] = Vector3.new(-90, 90, 0),
  7356. ["Anchored"] = true,
  7357. ["CFrame"] = CFrame.new(-139.925995, 33.0500069, -42.0029984, 0, 0, 1, -1, 0, 0, 0, -1, 0),
  7358. ["Shape"] = Enum.PartType.Cylinder,
  7359. ["Size"] = Vector3.new(1, 15, 15),
  7360. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  7361. ["TopSurface"] = Enum.SurfaceType.Smooth,
  7362. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  7363. })
  7364. o441 = Create("ParticleEmitter",{
  7365. ["Parent"] = o440,
  7366. ["Transparency"] = NumberSequence.new(1,0.83749997615814,1),
  7367. ["Rotation"] = NumberRange.new(180,360),
  7368. ["Size"] = NumberSequence.new(4.3125,0.43749988079071,0.3125,0),
  7369. ["Color"] = ColorSequence.new(Color3.new(1, 1, 1),Color3.new(1, 0.74902, 0),Color3.new(0, 0, 0)),
  7370. ["LightEmission"] = 1,
  7371. ["Texture"] = "rbxassetid://284205403",
  7372. ["Acceleration"] = Vector3.new(0, 20, 0),
  7373. ["Lifetime"] = NumberRange.new(3,3),
  7374. ["Rate"] = 50,
  7375. ["Speed"] = NumberRange.new(0,0),
  7376. })
  7377. o442 = Create("Part",{
  7378. ["Name"] = "tq1",
  7379. ["Parent"] = o434,
  7380. ["Material"] = Enum.Material.Neon,
  7381. ["BrickColor"] = BrickColor.new("Deep orange"),
  7382. ["Transparency"] = 0.80000001192093,
  7383. ["Position"] = Vector3.new(-139.925995, 33.0499992, -42.0029984),
  7384. ["Rotation"] = Vector3.new(0, 90, 0),
  7385. ["Anchored"] = true,
  7386. ["CFrame"] = CFrame.new(-139.925995, 33.0499992, -42.0029984, 0, 0, 1, 0, 1, -0, -1, 0, 0),
  7387. ["Shape"] = Enum.PartType.Cylinder,
  7388. ["Size"] = Vector3.new(1, 1, 1),
  7389. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  7390. ["TopSurface"] = Enum.SurfaceType.Smooth,
  7391. ["Color"] = Color3.new(1, 0.686275, 0),
  7392. })
  7393. o443 = Create("CylinderMesh",{
  7394. ["Parent"] = o442,
  7395. ["Scale"] = Vector3.new(14, 1.10000002, 14),
  7396. })
  7397. o444 = Create("Script",{
  7398. ["Parent"] = o442,
  7399. })
  7400. table.insert(cors,coroutine.create(function()
  7401. wait()
  7402. runDummyScript(function()
  7403. local stage = 0
  7404. function up()
  7405. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  7406. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(0.001, 0.025, 0.001)
  7407. end
  7408.  
  7409. function down()
  7410. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  7411. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(-0.001, -0.025, -0.001)
  7412. end
  7413. while true do
  7414. for i=0,360,1 do
  7415. up()
  7416. wait(0)
  7417. end
  7418. for i=0,360,1 do
  7419. down()
  7420. wait(0)
  7421. end
  7422. end
  7423. end,o444)
  7424. end))
  7425. o445 = Create("SpawnLocation",{
  7426. ["Parent"] = o434,
  7427. ["Material"] = Enum.Material.Slate,
  7428. ["BrickColor"] = BrickColor.new("Light blue"),
  7429. ["Transparency"] = 1,
  7430. ["Position"] = Vector3.new(-139.926346, 33.4699974, -42.0031433),
  7431. ["Rotation"] = Vector3.new(-7.37628488e-006, -56.2766457, -2.44009311e-006),
  7432. ["Anchored"] = true,
  7433. ["CFrame"] = CFrame.new(-139.926346, 33.4699974, -42.0031433, 0.555183649, 2.36439703e-008, -0.831727862, 1.75974062e-008, 1, 7.1474588e-008, 0.831727743, -8.2656392e-008, 0.555183589),
  7434. ["Size"] = Vector3.new(6, 1, 6),
  7435. ["TopSurface"] = Enum.SurfaceType.Smooth,
  7436. ["Color"] = Color3.new(0.705882, 0.823529, 0.894118),
  7437. })
  7438. o446 = Create("Part",{
  7439. ["Name"] = "ringmiddle",
  7440. ["Parent"] = o434,
  7441. ["BrickColor"] = BrickColor.new("Bright yellow"),
  7442. ["Transparency"] = 0.5,
  7443. ["Position"] = Vector3.new(-139.925995, 33.0499992, -42.0029984),
  7444. ["Rotation"] = Vector3.new(90, 0, -0),
  7445. ["Anchored"] = true,
  7446. ["CFrame"] = CFrame.new(-139.925995, 33.0499992, -42.0029984, 1, 0, 0, 0, 0, -1, 0, 1, 0),
  7447. ["Elasticity"] = 0,
  7448. ["FormFactor"] = Enum.FormFactor.Symmetric,
  7449. ["Size"] = Vector3.new(1, 1, 1),
  7450. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  7451. ["TopSurface"] = Enum.SurfaceType.Smooth,
  7452. ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
  7453. })
  7454. o447 = Create("SpecialMesh",{
  7455. ["Parent"] = o446,
  7456. ["MeshId"] = "http://www.roblox.com/asset/?id=3270017",
  7457. ["Scale"] = Vector3.new(15, 15, 125),
  7458. ["MeshType"] = Enum.MeshType.FileMesh,
  7459. })
  7460. o448 = Create("Script",{
  7461. ["Name"] = "rotate",
  7462. ["Parent"] = o446,
  7463. })
  7464. table.insert(cors,coroutine.create(function()
  7465. wait()
  7466. runDummyScript(function()
  7467. while true do
  7468. script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(0,0,0.1)
  7469. wait(0.02)
  7470. end
  7471.  
  7472. end,o448)
  7473. end))
  7474. o449 = Create("Part",{
  7475. ["Name"] = "ringspawn",
  7476. ["Parent"] = o434,
  7477. ["BrickColor"] = BrickColor.new("Bright yellow"),
  7478. ["Transparency"] = 0.80000001192093,
  7479. ["Position"] = Vector3.new(-139.925995, 33.0499992, -42.0029984),
  7480. ["Rotation"] = Vector3.new(90, 0, -0),
  7481. ["Anchored"] = true,
  7482. ["CFrame"] = CFrame.new(-139.925995, 33.0499992, -42.0029984, 1, 0, 0, 0, 0, -1, 0, 1, 0),
  7483. ["Elasticity"] = 0,
  7484. ["FormFactor"] = Enum.FormFactor.Symmetric,
  7485. ["Size"] = Vector3.new(1, 1, 1),
  7486. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  7487. ["TopSurface"] = Enum.SurfaceType.Smooth,
  7488. ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
  7489. })
  7490. o450 = Create("SpecialMesh",{
  7491. ["Parent"] = o449,
  7492. ["MeshId"] = "http://www.roblox.com/asset/?id=3270017",
  7493. ["Scale"] = Vector3.new(20, 20, 20),
  7494. ["MeshType"] = Enum.MeshType.FileMesh,
  7495. })
  7496. o451 = Create("Script",{
  7497. ["Name"] = "rotate",
  7498. ["Parent"] = o449,
  7499. })
  7500. table.insert(cors,coroutine.create(function()
  7501. wait()
  7502. runDummyScript(function()
  7503. while true do
  7504. script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(0,0,-0.1)
  7505. wait(0.02)
  7506. end
  7507.  
  7508. end,o451)
  7509. end))
  7510. o452 = Create("Part",{
  7511. ["Name"] = "tq2",
  7512. ["Parent"] = o434,
  7513. ["Material"] = Enum.Material.Neon,
  7514. ["BrickColor"] = BrickColor.new("Deep orange"),
  7515. ["Transparency"] = 0.80000001192093,
  7516. ["Position"] = Vector3.new(-139.925995, 33.0499992, -42.0029984),
  7517. ["Rotation"] = Vector3.new(0, 90, 0),
  7518. ["Anchored"] = true,
  7519. ["CFrame"] = CFrame.new(-139.925995, 33.0499992, -42.0029984, 0, 0, 1, 0, 1, -0, -1, 0, 0),
  7520. ["Shape"] = Enum.PartType.Cylinder,
  7521. ["Size"] = Vector3.new(1, 1, 1),
  7522. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  7523. ["TopSurface"] = Enum.SurfaceType.Smooth,
  7524. ["Color"] = Color3.new(1, 0.686275, 0),
  7525. })
  7526. o453 = Create("CylinderMesh",{
  7527. ["Parent"] = o452,
  7528. ["Scale"] = Vector3.new(13, 1.10000002, 13),
  7529. })
  7530. o454 = Create("Script",{
  7531. ["Parent"] = o452,
  7532. })
  7533. table.insert(cors,coroutine.create(function()
  7534. wait()
  7535. runDummyScript(function()
  7536. local stage = 0
  7537. function up()
  7538. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  7539. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(0.001, 0.035, 0.001)
  7540. end
  7541.  
  7542. function down()
  7543. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  7544. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(-0.001, -0.035, -0.001)
  7545. end
  7546. while true do
  7547. for i=0,360,1 do
  7548. up()
  7549. wait(0)
  7550. end
  7551. for i=0,360,1 do
  7552. down()
  7553. wait(0)
  7554. end
  7555. end
  7556. end,o454)
  7557. end))
  7558. o455 = Create("Model",{
  7559. ["Name"] = "TELE spot2",
  7560. ["Parent"] = o3,
  7561. })
  7562. o456 = Create("Part",{
  7563. ["Name"] = "tq3",
  7564. ["Parent"] = o455,
  7565. ["Material"] = Enum.Material.Neon,
  7566. ["BrickColor"] = BrickColor.new("Deep orange"),
  7567. ["Transparency"] = 0.80000001192093,
  7568. ["Position"] = Vector3.new(17967.0742, 217.949997, -533.00293),
  7569. ["Rotation"] = Vector3.new(0, 90, 0),
  7570. ["Anchored"] = true,
  7571. ["CFrame"] = CFrame.new(17967.0742, 217.949997, -533.00293, 0, 0, 1, 0, 1, -0, -1, 0, 0),
  7572. ["Shape"] = Enum.PartType.Cylinder,
  7573. ["Size"] = Vector3.new(1, 1, 1),
  7574. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  7575. ["TopSurface"] = Enum.SurfaceType.Smooth,
  7576. ["Color"] = Color3.new(1, 0.686275, 0),
  7577. })
  7578. o457 = Create("CylinderMesh",{
  7579. ["Parent"] = o456,
  7580. ["Scale"] = Vector3.new(12, 1.20000005, 12),
  7581. })
  7582. o458 = Create("Script",{
  7583. ["Parent"] = o456,
  7584. })
  7585. table.insert(cors,coroutine.create(function()
  7586. wait()
  7587. runDummyScript(function()
  7588. local stage = 0
  7589. function up()
  7590. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  7591. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(0.001, 0.045, 0.001)
  7592. end
  7593.  
  7594. function down()
  7595. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  7596. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(-0.001, -0.045, -0.001)
  7597. end
  7598. while true do
  7599. for i=0,360,1 do
  7600. up()
  7601. wait(0)
  7602. end
  7603. for i=0,360,1 do
  7604. down()
  7605. wait(0)
  7606. end
  7607. end
  7608. end,o458)
  7609. end))
  7610. o459 = Create("Part",{
  7611. ["Parent"] = o455,
  7612. ["Material"] = Enum.Material.DiamondPlate,
  7613. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  7614. ["Position"] = Vector3.new(17967.0742, 217.949997, -533.00293),
  7615. ["Rotation"] = Vector3.new(-90, 90, 0),
  7616. ["Anchored"] = true,
  7617. ["CFrame"] = CFrame.new(17967.0742, 217.949997, -533.00293, 0, 0, 1, -1, 0, 0, 0, -1, 0),
  7618. ["Shape"] = Enum.PartType.Cylinder,
  7619. ["Size"] = Vector3.new(1, 15, 15),
  7620. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  7621. ["TopSurface"] = Enum.SurfaceType.Smooth,
  7622. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  7623. })
  7624. o460 = Create("ParticleEmitter",{
  7625. ["Parent"] = o459,
  7626. ["Transparency"] = NumberSequence.new(1,0.83749997615814,1),
  7627. ["Rotation"] = NumberRange.new(180,360),
  7628. ["Size"] = NumberSequence.new(4.3125,0.43749988079071,0.3125,0),
  7629. ["Color"] = ColorSequence.new(Color3.new(1, 1, 1),Color3.new(1, 0.74902, 0),Color3.new(0, 0, 0)),
  7630. ["LightEmission"] = 1,
  7631. ["Texture"] = "rbxassetid://284205403",
  7632. ["Acceleration"] = Vector3.new(0, 20, 0),
  7633. ["Lifetime"] = NumberRange.new(3,3),
  7634. ["Rate"] = 50,
  7635. ["Speed"] = NumberRange.new(0,0),
  7636. })
  7637. o461 = Create("Part",{
  7638. ["Name"] = "tq1",
  7639. ["Parent"] = o455,
  7640. ["Material"] = Enum.Material.Neon,
  7641. ["BrickColor"] = BrickColor.new("Deep orange"),
  7642. ["Transparency"] = 0.80000001192093,
  7643. ["Position"] = Vector3.new(17967.0742, 217.949997, -533.00293),
  7644. ["Rotation"] = Vector3.new(0, 90, 0),
  7645. ["Anchored"] = true,
  7646. ["CFrame"] = CFrame.new(17967.0742, 217.949997, -533.00293, 0, 0, 1, 0, 1, -0, -1, 0, 0),
  7647. ["Shape"] = Enum.PartType.Cylinder,
  7648. ["Size"] = Vector3.new(1, 1, 1),
  7649. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  7650. ["TopSurface"] = Enum.SurfaceType.Smooth,
  7651. ["Color"] = Color3.new(1, 0.686275, 0),
  7652. })
  7653. o462 = Create("CylinderMesh",{
  7654. ["Parent"] = o461,
  7655. ["Scale"] = Vector3.new(14, 1.10000002, 14),
  7656. })
  7657. o463 = Create("Script",{
  7658. ["Parent"] = o461,
  7659. })
  7660. table.insert(cors,coroutine.create(function()
  7661. wait()
  7662. runDummyScript(function()
  7663. local stage = 0
  7664. function up()
  7665. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  7666. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(0.001, 0.025, 0.001)
  7667. end
  7668.  
  7669. function down()
  7670. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  7671. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(-0.001, -0.025, -0.001)
  7672. end
  7673. while true do
  7674. for i=0,360,1 do
  7675. up()
  7676. wait(0)
  7677. end
  7678. for i=0,360,1 do
  7679. down()
  7680. wait(0)
  7681. end
  7682. end
  7683. end,o463)
  7684. end))
  7685. o464 = Create("SpawnLocation",{
  7686. ["Parent"] = o455,
  7687. ["Material"] = Enum.Material.Slate,
  7688. ["BrickColor"] = BrickColor.new("Light blue"),
  7689. ["Transparency"] = 1,
  7690. ["Position"] = Vector3.new(17967.0742, 218.36998, -533.003052),
  7691. ["Rotation"] = Vector3.new(-7.37628488e-006, -56.2766457, -2.44009311e-006),
  7692. ["Anchored"] = true,
  7693. ["CFrame"] = CFrame.new(17967.0742, 218.36998, -533.003052, 0.555183649, 2.36439703e-008, -0.831727862, 1.75974062e-008, 1, 7.1474588e-008, 0.831727743, -8.2656392e-008, 0.555183589),
  7694. ["Size"] = Vector3.new(6, 1, 6),
  7695. ["TopSurface"] = Enum.SurfaceType.Smooth,
  7696. ["Color"] = Color3.new(0.705882, 0.823529, 0.894118),
  7697. })
  7698. o465 = Create("Part",{
  7699. ["Name"] = "ringmiddle",
  7700. ["Parent"] = o455,
  7701. ["BrickColor"] = BrickColor.new("Bright yellow"),
  7702. ["Transparency"] = 0.5,
  7703. ["Position"] = Vector3.new(17967.0742, 217.949997, -533.00293),
  7704. ["Rotation"] = Vector3.new(90, 0, -0),
  7705. ["Anchored"] = true,
  7706. ["CFrame"] = CFrame.new(17967.0742, 217.949997, -533.00293, 1, 0, 0, 0, 0, -1, 0, 1, 0),
  7707. ["Elasticity"] = 0,
  7708. ["FormFactor"] = Enum.FormFactor.Symmetric,
  7709. ["Size"] = Vector3.new(1, 1, 1),
  7710. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  7711. ["TopSurface"] = Enum.SurfaceType.Smooth,
  7712. ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
  7713. })
  7714. o466 = Create("SpecialMesh",{
  7715. ["Parent"] = o465,
  7716. ["MeshId"] = "http://www.roblox.com/asset/?id=3270017",
  7717. ["Scale"] = Vector3.new(15, 15, 125),
  7718. ["MeshType"] = Enum.MeshType.FileMesh,
  7719. })
  7720. o467 = Create("Script",{
  7721. ["Name"] = "rotate",
  7722. ["Parent"] = o465,
  7723. })
  7724. table.insert(cors,coroutine.create(function()
  7725. wait()
  7726. runDummyScript(function()
  7727. while true do
  7728. script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(0,0,0.1)
  7729. wait(0.02)
  7730. end
  7731.  
  7732. end,o467)
  7733. end))
  7734. o468 = Create("Part",{
  7735. ["Name"] = "ringspawn",
  7736. ["Parent"] = o455,
  7737. ["BrickColor"] = BrickColor.new("Bright yellow"),
  7738. ["Transparency"] = 0.80000001192093,
  7739. ["Position"] = Vector3.new(17967.0742, 217.949997, -533.00293),
  7740. ["Rotation"] = Vector3.new(90, 0, -0),
  7741. ["Anchored"] = true,
  7742. ["CFrame"] = CFrame.new(17967.0742, 217.949997, -533.00293, 1, 0, 0, 0, 0, -1, 0, 1, 0),
  7743. ["Elasticity"] = 0,
  7744. ["FormFactor"] = Enum.FormFactor.Symmetric,
  7745. ["Size"] = Vector3.new(1, 1, 1),
  7746. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  7747. ["TopSurface"] = Enum.SurfaceType.Smooth,
  7748. ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
  7749. })
  7750. o469 = Create("SpecialMesh",{
  7751. ["Parent"] = o468,
  7752. ["MeshId"] = "http://www.roblox.com/asset/?id=3270017",
  7753. ["Scale"] = Vector3.new(20, 20, 20),
  7754. ["MeshType"] = Enum.MeshType.FileMesh,
  7755. })
  7756. o470 = Create("Script",{
  7757. ["Name"] = "rotate",
  7758. ["Parent"] = o468,
  7759. })
  7760. table.insert(cors,coroutine.create(function()
  7761. wait()
  7762. runDummyScript(function()
  7763. while true do
  7764. script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(0,0,-0.1)
  7765. wait(0.02)
  7766. end
  7767.  
  7768. end,o470)
  7769. end))
  7770. o471 = Create("Part",{
  7771. ["Name"] = "tq2",
  7772. ["Parent"] = o455,
  7773. ["Material"] = Enum.Material.Neon,
  7774. ["BrickColor"] = BrickColor.new("Deep orange"),
  7775. ["Transparency"] = 0.80000001192093,
  7776. ["Position"] = Vector3.new(17967.0742, 217.949997, -533.00293),
  7777. ["Rotation"] = Vector3.new(0, 90, 0),
  7778. ["Anchored"] = true,
  7779. ["CFrame"] = CFrame.new(17967.0742, 217.949997, -533.00293, 0, 0, 1, 0, 1, -0, -1, 0, 0),
  7780. ["Shape"] = Enum.PartType.Cylinder,
  7781. ["Size"] = Vector3.new(1, 1, 1),
  7782. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  7783. ["TopSurface"] = Enum.SurfaceType.Smooth,
  7784. ["Color"] = Color3.new(1, 0.686275, 0),
  7785. })
  7786. o472 = Create("CylinderMesh",{
  7787. ["Parent"] = o471,
  7788. ["Scale"] = Vector3.new(13, 1.10000002, 13),
  7789. })
  7790. o473 = Create("Script",{
  7791. ["Parent"] = o471,
  7792. })
  7793. table.insert(cors,coroutine.create(function()
  7794. wait()
  7795. runDummyScript(function()
  7796. local stage = 0
  7797. function up()
  7798. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  7799. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(0.001, 0.035, 0.001)
  7800. end
  7801.  
  7802. function down()
  7803. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  7804. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(-0.001, -0.035, -0.001)
  7805. end
  7806. while true do
  7807. for i=0,360,1 do
  7808. up()
  7809. wait(0)
  7810. end
  7811. for i=0,360,1 do
  7812. down()
  7813. wait(0)
  7814. end
  7815. end
  7816. end,o473)
  7817. end))
  7818. o474 = Create("Model",{
  7819. ["Name"] = "TELE spot3",
  7820. ["Parent"] = o3,
  7821. })
  7822. o475 = Create("Part",{
  7823. ["Name"] = "tq3",
  7824. ["Parent"] = o474,
  7825. ["Material"] = Enum.Material.Neon,
  7826. ["BrickColor"] = BrickColor.new("Cyan"),
  7827. ["Transparency"] = 0.80000001192093,
  7828. ["Position"] = Vector3.new(13994.0742, 332.529938, -4069.00293),
  7829. ["Rotation"] = Vector3.new(0, 90, 0),
  7830. ["Anchored"] = true,
  7831. ["CFrame"] = CFrame.new(13994.0742, 332.529938, -4069.00293, 0, 0, 1, 0, 1, -0, -1, 0, 0),
  7832. ["Shape"] = Enum.PartType.Cylinder,
  7833. ["Size"] = Vector3.new(1, 1, 1),
  7834. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  7835. ["TopSurface"] = Enum.SurfaceType.Smooth,
  7836. ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
  7837. })
  7838. o476 = Create("CylinderMesh",{
  7839. ["Parent"] = o475,
  7840. ["Scale"] = Vector3.new(12, 1.20000005, 12),
  7841. })
  7842. o477 = Create("Script",{
  7843. ["Parent"] = o475,
  7844. })
  7845. table.insert(cors,coroutine.create(function()
  7846. wait()
  7847. runDummyScript(function()
  7848. local stage = 0
  7849. function up()
  7850. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  7851. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(0.001, 0.045, 0.001)
  7852. end
  7853.  
  7854. function down()
  7855. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  7856. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(-0.001, -0.045, -0.001)
  7857. end
  7858. while true do
  7859. for i=0,360,1 do
  7860. up()
  7861. wait(0)
  7862. end
  7863. for i=0,360,1 do
  7864. down()
  7865. wait(0)
  7866. end
  7867. end
  7868. end,o477)
  7869. end))
  7870. o478 = Create("Part",{
  7871. ["Parent"] = o474,
  7872. ["Material"] = Enum.Material.DiamondPlate,
  7873. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  7874. ["Position"] = Vector3.new(13994.0742, 332.529938, -4069.00293),
  7875. ["Rotation"] = Vector3.new(-90, 90, 0),
  7876. ["Anchored"] = true,
  7877. ["CFrame"] = CFrame.new(13994.0742, 332.529938, -4069.00293, 0, 0, 1, -1, 0, 0, 0, -1, 0),
  7878. ["Shape"] = Enum.PartType.Cylinder,
  7879. ["Size"] = Vector3.new(1, 15, 15),
  7880. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  7881. ["TopSurface"] = Enum.SurfaceType.Smooth,
  7882. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  7883. })
  7884. o479 = Create("ParticleEmitter",{
  7885. ["Parent"] = o478,
  7886. ["Transparency"] = NumberSequence.new(1,0.83749997615814,1),
  7887. ["Rotation"] = NumberRange.new(180,360),
  7888. ["Size"] = NumberSequence.new(4.3125,0.43749988079071,0.3125,0),
  7889. ["Color"] = ColorSequence.new(Color3.new(1, 1, 1),Color3.new(0, 0.666667, 1),Color3.new(0, 0, 0)),
  7890. ["LightEmission"] = 1,
  7891. ["Texture"] = "rbxassetid://284205403",
  7892. ["Acceleration"] = Vector3.new(0, 20, 0),
  7893. ["Lifetime"] = NumberRange.new(3,3),
  7894. ["Rate"] = 50,
  7895. ["Speed"] = NumberRange.new(0,0),
  7896. })
  7897. o480 = Create("Part",{
  7898. ["Name"] = "tq1",
  7899. ["Parent"] = o474,
  7900. ["Material"] = Enum.Material.Neon,
  7901. ["BrickColor"] = BrickColor.new("Cyan"),
  7902. ["Transparency"] = 0.80000001192093,
  7903. ["Position"] = Vector3.new(13994.0742, 332.529938, -4069.00293),
  7904. ["Rotation"] = Vector3.new(0, 90, 0),
  7905. ["Anchored"] = true,
  7906. ["CFrame"] = CFrame.new(13994.0742, 332.529938, -4069.00293, 0, 0, 1, 0, 1, -0, -1, 0, 0),
  7907. ["Shape"] = Enum.PartType.Cylinder,
  7908. ["Size"] = Vector3.new(1, 1, 1),
  7909. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  7910. ["TopSurface"] = Enum.SurfaceType.Smooth,
  7911. ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
  7912. })
  7913. o481 = Create("CylinderMesh",{
  7914. ["Parent"] = o480,
  7915. ["Scale"] = Vector3.new(14, 1.10000002, 14),
  7916. })
  7917. o482 = Create("Script",{
  7918. ["Parent"] = o480,
  7919. })
  7920. table.insert(cors,coroutine.create(function()
  7921. wait()
  7922. runDummyScript(function()
  7923. local stage = 0
  7924. function up()
  7925. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  7926. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(0.001, 0.025, 0.001)
  7927. end
  7928.  
  7929. function down()
  7930. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  7931. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(-0.001, -0.025, -0.001)
  7932. end
  7933. while true do
  7934. for i=0,360,1 do
  7935. up()
  7936. wait(0)
  7937. end
  7938. for i=0,360,1 do
  7939. down()
  7940. wait(0)
  7941. end
  7942. end
  7943. end,o482)
  7944. end))
  7945. o483 = Create("SpawnLocation",{
  7946. ["Parent"] = o474,
  7947. ["Material"] = Enum.Material.Slate,
  7948. ["BrickColor"] = BrickColor.new("Light blue"),
  7949. ["Transparency"] = 1,
  7950. ["Position"] = Vector3.new(13994.0742, 332.949921, -4069.00293),
  7951. ["Rotation"] = Vector3.new(-7.37628488e-006, -56.2766457, -2.44009311e-006),
  7952. ["Anchored"] = true,
  7953. ["CFrame"] = CFrame.new(13994.0742, 332.949921, -4069.00293, 0.555183649, 2.36439703e-008, -0.831727862, 1.75974062e-008, 1, 7.1474588e-008, 0.831727743, -8.2656392e-008, 0.555183589),
  7954. ["Size"] = Vector3.new(6, 1, 6),
  7955. ["TopSurface"] = Enum.SurfaceType.Smooth,
  7956. ["Color"] = Color3.new(0.705882, 0.823529, 0.894118),
  7957. })
  7958. o484 = Create("Part",{
  7959. ["Name"] = "ringmiddle",
  7960. ["Parent"] = o474,
  7961. ["BrickColor"] = BrickColor.new("Electric blue"),
  7962. ["Transparency"] = 0.5,
  7963. ["Position"] = Vector3.new(13994.0742, 332.529938, -4069.00293),
  7964. ["Rotation"] = Vector3.new(90, 0, -0),
  7965. ["Anchored"] = true,
  7966. ["CFrame"] = CFrame.new(13994.0742, 332.529938, -4069.00293, 1, 0, 0, 0, 0, -1, 0, 1, 0),
  7967. ["Elasticity"] = 0,
  7968. ["FormFactor"] = Enum.FormFactor.Symmetric,
  7969. ["Size"] = Vector3.new(1, 1, 1),
  7970. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  7971. ["TopSurface"] = Enum.SurfaceType.Smooth,
  7972. ["Color"] = Color3.new(0.0352941, 0.537255, 0.811765),
  7973. })
  7974. o485 = Create("SpecialMesh",{
  7975. ["Parent"] = o484,
  7976. ["MeshId"] = "http://www.roblox.com/asset/?id=3270017",
  7977. ["Scale"] = Vector3.new(15, 15, 125),
  7978. ["MeshType"] = Enum.MeshType.FileMesh,
  7979. })
  7980. o486 = Create("Script",{
  7981. ["Name"] = "rotate",
  7982. ["Parent"] = o484,
  7983. })
  7984. table.insert(cors,coroutine.create(function()
  7985. wait()
  7986. runDummyScript(function()
  7987. while true do
  7988. script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(0,0,0.1)
  7989. wait(0.02)
  7990. end
  7991.  
  7992. end,o486)
  7993. end))
  7994. o487 = Create("Part",{
  7995. ["Name"] = "ringspawn",
  7996. ["Parent"] = o474,
  7997. ["BrickColor"] = BrickColor.new("Electric blue"),
  7998. ["Transparency"] = 0.80000001192093,
  7999. ["Position"] = Vector3.new(13994.0742, 332.529938, -4069.00293),
  8000. ["Rotation"] = Vector3.new(90, 0, -0),
  8001. ["Anchored"] = true,
  8002. ["CFrame"] = CFrame.new(13994.0742, 332.529938, -4069.00293, 1, 0, 0, 0, 0, -1, 0, 1, 0),
  8003. ["Elasticity"] = 0,
  8004. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8005. ["Size"] = Vector3.new(1, 1, 1),
  8006. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  8007. ["TopSurface"] = Enum.SurfaceType.Smooth,
  8008. ["Color"] = Color3.new(0.0352941, 0.537255, 0.811765),
  8009. })
  8010. o488 = Create("SpecialMesh",{
  8011. ["Parent"] = o487,
  8012. ["MeshId"] = "http://www.roblox.com/asset/?id=3270017",
  8013. ["Scale"] = Vector3.new(20, 20, 20),
  8014. ["MeshType"] = Enum.MeshType.FileMesh,
  8015. })
  8016. o489 = Create("Script",{
  8017. ["Name"] = "rotate",
  8018. ["Parent"] = o487,
  8019. })
  8020. table.insert(cors,coroutine.create(function()
  8021. wait()
  8022. runDummyScript(function()
  8023. while true do
  8024. script.Parent.CFrame = script.Parent.CFrame * CFrame.fromEulerAnglesXYZ(0,0,-0.1)
  8025. wait(0.02)
  8026. end
  8027.  
  8028. end,o489)
  8029. end))
  8030. o490 = Create("Part",{
  8031. ["Name"] = "tq2",
  8032. ["Parent"] = o474,
  8033. ["Material"] = Enum.Material.Neon,
  8034. ["BrickColor"] = BrickColor.new("Cyan"),
  8035. ["Transparency"] = 0.80000001192093,
  8036. ["Position"] = Vector3.new(13994.0742, 332.529938, -4069.00293),
  8037. ["Rotation"] = Vector3.new(0, 90, 0),
  8038. ["Anchored"] = true,
  8039. ["CFrame"] = CFrame.new(13994.0742, 332.529938, -4069.00293, 0, 0, 1, 0, 1, -0, -1, 0, 0),
  8040. ["Shape"] = Enum.PartType.Cylinder,
  8041. ["Size"] = Vector3.new(1, 1, 1),
  8042. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  8043. ["TopSurface"] = Enum.SurfaceType.Smooth,
  8044. ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549),
  8045. })
  8046. o491 = Create("CylinderMesh",{
  8047. ["Parent"] = o490,
  8048. ["Scale"] = Vector3.new(13, 1.10000002, 13),
  8049. })
  8050. o492 = Create("Script",{
  8051. ["Parent"] = o490,
  8052. })
  8053. table.insert(cors,coroutine.create(function()
  8054. wait()
  8055. runDummyScript(function()
  8056. local stage = 0
  8057. function up()
  8058. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  8059. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(0.001, 0.035, 0.001)
  8060. end
  8061.  
  8062. function down()
  8063. script.Parent.CFrame = script.Parent.CFrame + Vector3.new(0, 0, 0)
  8064. script.Parent.Mesh.Scale = script.Parent.Mesh.Scale + Vector3.new(-0.001, -0.035, -0.001)
  8065. end
  8066. while true do
  8067. for i=0,360,1 do
  8068. up()
  8069. wait(0)
  8070. end
  8071. for i=0,360,1 do
  8072. down()
  8073. wait(0)
  8074. end
  8075. end
  8076. end,o492)
  8077. end))
  8078. o493 = Create("Model",{
  8079. ["Name"] = "TrainingArea",
  8080. ["Parent"] = o3,
  8081. })
  8082. o494 = Create("Model",{
  8083. ["Name"] = "Regenerating Test Dummy",
  8084. ["Parent"] = o493,
  8085. })
  8086. o495 = Create("Part",{
  8087. ["Name"] = "RegenPad",
  8088. ["Parent"] = o494,
  8089. ["BrickColor"] = BrickColor.new("Bright green"),
  8090. ["Reflectance"] = 0.5,
  8091. ["Transparency"] = 1,
  8092. ["Position"] = Vector3.new(17904.4297, 218.230042, -453.469971),
  8093. ["Rotation"] = Vector3.new(172.341919, -89.746666, 172.461304),
  8094. ["Anchored"] = true,
  8095. ["CFrame"] = CFrame.new(17904.4297, 218.230042, -453.469971, -1.13686838e-013, -1.50452567e-014, -0.999990225, 2.89997417e-014, 1, -1.52863833e-014, 0.999990225, -2.87595705e-014, -1.13686838e-013),
  8096. ["FormFactor"] = Enum.FormFactor.Plate,
  8097. ["Size"] = Vector3.new(4, 0.400000006, 4),
  8098. ["TopSurface"] = Enum.SurfaceType.Smooth,
  8099. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  8100. })
  8101. o496 = Create("Script",{
  8102. ["Parent"] = o495,
  8103. })
  8104. table.insert(cors,coroutine.create(function()
  8105. wait()
  8106. runDummyScript(function()
  8107. Dummy = script.Parent.Parent.Dummy
  8108. Clone = Dummy:Clone()
  8109.  
  8110. function Regen()
  8111. wait(3)
  8112. Dummy.Parent = nil
  8113. Clone.Parent = script.Parent.Parent
  8114. Dummy = Clone
  8115. Dummy:makeJoints()
  8116. Dummy.Torso.CFrame = script.Parent.CFrame + Vector3.new(0,2.7,0)
  8117. Clone = Dummy:Clone()
  8118. Dummy.Humanoid.Died:connect(Regen)
  8119. end
  8120.  
  8121. Dummy.Humanoid.Died:connect(Regen)
  8122. end,o496)
  8123. end))
  8124. o497 = Create("Model",{
  8125. ["Name"] = "Dummy",
  8126. ["Parent"] = o494,
  8127. })
  8128. o498 = Create("Humanoid",{
  8129. ["Parent"] = o497,
  8130. ["RightLeg"] = o505,
  8131. ["LeftLeg"] = o502,
  8132. ["Torso"] = o507,
  8133. })
  8134. o499 = Create("Part",{
  8135. ["Name"] = "Head",
  8136. ["Parent"] = o497,
  8137. ["BrickColor"] = BrickColor.new("Institutional white"),
  8138. ["Position"] = Vector3.new(17904.4297, 222.839966, -453.469971),
  8139. ["Rotation"] = Vector3.new(-1.70300579e-012, -90, 0),
  8140. ["Anchored"] = true,
  8141. ["CFrame"] = CFrame.new(17904.4297, 222.839966, -453.469971, 7.15256022e-007, 1.86398865e-011, -1, 2.9723057e-014, 1, 1.86398865e-011, 1, -2.97363893e-014, 7.15256022e-007),
  8142. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8143. ["Size"] = Vector3.new(2, 1, 1),
  8144. ["TopSurface"] = Enum.SurfaceType.Smooth,
  8145. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8146. })
  8147. o500 = Create("SpecialMesh",{
  8148. ["Parent"] = o499,
  8149. ["Scale"] = Vector3.new(1.25, 1.25, 1.25),
  8150. })
  8151. o501 = Create("Part",{
  8152. ["Name"] = "Left Arm",
  8153. ["Parent"] = o497,
  8154. ["BrickColor"] = BrickColor.new("Institutional white"),
  8155. ["Position"] = Vector3.new(17904.4297, 221.339966, -454.96991),
  8156. ["Rotation"] = Vector3.new(-0.00149315328, -89.960434, -0.0014931534),
  8157. ["Anchored"] = true,
  8158. ["CFrame"] = CFrame.new(17904.4297, 221.339966, -454.96991, 7.15255851e-007, 1.86398848e-011, -0.999999762, 2.97259843e-014, 1, 1.8639883e-011, 0.999999762, -2.97334551e-014, 7.15255851e-007),
  8159. ["CanCollide"] = false,
  8160. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8161. ["Size"] = Vector3.new(1, 2, 1),
  8162. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8163. })
  8164. o502 = Create("Part",{
  8165. ["Name"] = "Left Leg",
  8166. ["Parent"] = o497,
  8167. ["BrickColor"] = BrickColor.new("Institutional white"),
  8168. ["Position"] = Vector3.new(17904.4297, 219.339966, -453.969971),
  8169. ["Rotation"] = Vector3.new(-0.00149315328, -89.960434, -0.0014931534),
  8170. ["Anchored"] = true,
  8171. ["CFrame"] = CFrame.new(17904.4297, 219.339966, -453.969971, 7.15255851e-007, 1.86398848e-011, -0.999999762, 2.97259843e-014, 1, 1.8639883e-011, 0.999999762, -2.97334551e-014, 7.15255851e-007),
  8172. ["CanCollide"] = false,
  8173. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8174. ["Size"] = Vector3.new(1, 2, 1),
  8175. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  8176. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8177. })
  8178. o503 = Create("Fire",{
  8179. ["Parent"] = o502,
  8180. ["Size"] = 30,
  8181. ["Color"] = Color3.new(1, 0.960784, 0),
  8182. ["Enabled"] = false,
  8183. ["Heat"] = 25,
  8184. ["SecondaryColor"] = Color3.new(1, 0, 0),
  8185. })
  8186. o504 = Create("Part",{
  8187. ["Name"] = "Right Arm",
  8188. ["Parent"] = o497,
  8189. ["BrickColor"] = BrickColor.new("Institutional white"),
  8190. ["Position"] = Vector3.new(17904.4297, 221.339966, -451.970032),
  8191. ["Rotation"] = Vector3.new(-0.00149315328, -89.960434, -0.0014931534),
  8192. ["Anchored"] = true,
  8193. ["CFrame"] = CFrame.new(17904.4297, 221.339966, -451.970032, 7.15255851e-007, 1.86398848e-011, -0.999999762, 2.97259843e-014, 1, 1.8639883e-011, 0.999999762, -2.97334551e-014, 7.15255851e-007),
  8194. ["CanCollide"] = false,
  8195. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8196. ["Size"] = Vector3.new(1, 2, 1),
  8197. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8198. })
  8199. o505 = Create("Part",{
  8200. ["Name"] = "Right Leg",
  8201. ["Parent"] = o497,
  8202. ["BrickColor"] = BrickColor.new("Institutional white"),
  8203. ["Position"] = Vector3.new(17904.4297, 219.339966, -452.96991),
  8204. ["Rotation"] = Vector3.new(-0.00149315328, -89.960434, -0.0014931534),
  8205. ["Anchored"] = true,
  8206. ["CFrame"] = CFrame.new(17904.4297, 219.339966, -452.96991, 7.15255851e-007, 1.86398848e-011, -0.999999762, 2.97259843e-014, 1, 1.8639883e-011, 0.999999762, -2.97334551e-014, 7.15255851e-007),
  8207. ["CanCollide"] = false,
  8208. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8209. ["Size"] = Vector3.new(1, 2, 1),
  8210. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  8211. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8212. })
  8213. o506 = Create("Fire",{
  8214. ["Parent"] = o505,
  8215. ["Size"] = 30,
  8216. ["Color"] = Color3.new(1, 0.960784, 0),
  8217. ["Enabled"] = false,
  8218. ["Heat"] = 25,
  8219. ["SecondaryColor"] = Color3.new(1, 0, 0),
  8220. })
  8221. o507 = Create("Part",{
  8222. ["Name"] = "Torso",
  8223. ["Parent"] = o497,
  8224. ["BrickColor"] = BrickColor.new("Institutional white"),
  8225. ["Position"] = Vector3.new(17904.4297, 221.339966, -453.469971),
  8226. ["Rotation"] = Vector3.new(-1.70300579e-012, -90, 0),
  8227. ["Anchored"] = true,
  8228. ["CFrame"] = CFrame.new(17904.4297, 221.339966, -453.469971, 7.15256022e-007, 1.86398865e-011, -1, 2.9723057e-014, 1, 1.86398865e-011, 1, -2.97363893e-014, 7.15256022e-007),
  8229. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8230. ["Size"] = Vector3.new(2, 2, 1),
  8231. ["BottomSurface"] = Enum.SurfaceType.Weld,
  8232. ["LeftSurface"] = Enum.SurfaceType.Weld,
  8233. ["RightSurface"] = Enum.SurfaceType.Weld,
  8234. ["TopSurface"] = Enum.SurfaceType.Weld,
  8235. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8236. })
  8237. o508 = Create("Snap",{
  8238. ["Name"] = "Neck",
  8239. ["Parent"] = o507,
  8240. ["Part0"] = o507,
  8241. ["Part1"] = o499,
  8242. })
  8243. o509 = Create("Script",{
  8244. ["Name"] = "Health",
  8245. ["Parent"] = o497,
  8246. })
  8247. table.insert(cors,coroutine.create(function()
  8248. wait()
  8249. runDummyScript(function()
  8250. Humanoid = script.Parent.Humanoid
  8251. while true do
  8252. local s = wait(1)
  8253. local health = Humanoid.Health
  8254. if health > 0 and health < Humanoid.MaxHealth then
  8255. health = health + 0.01 * s * Humanoid.MaxHealth
  8256. if health * 1.05 < Humanoid.MaxHealth then
  8257. Humanoid.Health = health
  8258. else
  8259. Humanoid.Health = Humanoid.MaxHealth
  8260. end
  8261. end
  8262. end
  8263.  
  8264. end,o509)
  8265. end))
  8266. o510 = Create("Model",{
  8267. ["Name"] = "Regenerating Test Dummy",
  8268. ["Parent"] = o493,
  8269. })
  8270. o511 = Create("Part",{
  8271. ["Name"] = "RegenPad",
  8272. ["Parent"] = o510,
  8273. ["BrickColor"] = BrickColor.new("Bright green"),
  8274. ["Reflectance"] = 0.5,
  8275. ["Transparency"] = 1,
  8276. ["Position"] = Vector3.new(18029.4297, 218.22998, -429.46991),
  8277. ["Rotation"] = Vector3.new(-2.30915439e-012, -90, 0),
  8278. ["Anchored"] = true,
  8279. ["CFrame"] = CFrame.new(18029.4297, 218.22998, -429.46991, -1.1368906e-013, -2.0651883e-014, -1, 4.0302346e-014, 1, -2.0651883e-014, 1, -4.0302346e-014, -1.1368906e-013),
  8280. ["FormFactor"] = Enum.FormFactor.Plate,
  8281. ["Size"] = Vector3.new(4, 0.400000006, 4),
  8282. ["TopSurface"] = Enum.SurfaceType.Smooth,
  8283. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  8284. })
  8285. o512 = Create("Script",{
  8286. ["Parent"] = o511,
  8287. })
  8288. table.insert(cors,coroutine.create(function()
  8289. wait()
  8290. runDummyScript(function()
  8291. Dummy = script.Parent.Parent.Dummy
  8292. Clone = Dummy:Clone()
  8293.  
  8294. function Regen()
  8295. wait(3)
  8296. Dummy.Parent = nil
  8297. Clone.Parent = script.Parent.Parent
  8298. Dummy = Clone
  8299. Dummy:makeJoints()
  8300. Dummy.Torso.CFrame = script.Parent.CFrame + Vector3.new(0,2.7,0)
  8301. Clone = Dummy:Clone()
  8302. Dummy.Humanoid.Died:connect(Regen)
  8303. end
  8304.  
  8305. Dummy.Humanoid.Died:connect(Regen)
  8306. end,o512)
  8307. end))
  8308. o513 = Create("Model",{
  8309. ["Name"] = "Dummy",
  8310. ["Parent"] = o510,
  8311. })
  8312. o514 = Create("Humanoid",{
  8313. ["Parent"] = o513,
  8314. ["RightLeg"] = o521,
  8315. ["LeftLeg"] = o518,
  8316. ["Torso"] = o523,
  8317. })
  8318. o515 = Create("Part",{
  8319. ["Name"] = "Head",
  8320. ["Parent"] = o513,
  8321. ["BrickColor"] = BrickColor.new("Institutional white"),
  8322. ["Position"] = Vector3.new(18029.4297, 222.839966, -429.46991),
  8323. ["Rotation"] = Vector3.new(-2.33243177e-012, -90, 0),
  8324. ["Anchored"] = true,
  8325. ["CFrame"] = CFrame.new(18029.4297, 222.839966, -429.46991, 7.15256022e-007, 1.86327013e-011, -1, 4.07086135e-014, 1, 1.86327013e-011, 1, -4.0721939e-014, 7.15256022e-007),
  8326. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8327. ["Size"] = Vector3.new(2, 1, 1),
  8328. ["TopSurface"] = Enum.SurfaceType.Smooth,
  8329. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8330. })
  8331. o516 = Create("SpecialMesh",{
  8332. ["Parent"] = o515,
  8333. ["Scale"] = Vector3.new(1.25, 1.25, 1.25),
  8334. })
  8335. o517 = Create("Part",{
  8336. ["Name"] = "Left Arm",
  8337. ["Parent"] = o513,
  8338. ["BrickColor"] = BrickColor.new("Institutional white"),
  8339. ["Position"] = Vector3.new(18029.4297, 221.339966, -430.969849),
  8340. ["Rotation"] = Vector3.new(-0.00149258773, -89.746666, -0.00149259239),
  8341. ["Anchored"] = true,
  8342. ["CFrame"] = CFrame.new(18029.4297, 221.339966, -430.969849, 7.1524903e-007, 1.8632703e-011, -0.999990225, 4.07052864e-014, 1, 1.8632644e-011, 0.999990225, -4.0478539e-014, 7.1524903e-007),
  8343. ["CanCollide"] = false,
  8344. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8345. ["Size"] = Vector3.new(1, 2, 1),
  8346. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8347. })
  8348. o518 = Create("Part",{
  8349. ["Name"] = "Left Leg",
  8350. ["Parent"] = o513,
  8351. ["BrickColor"] = BrickColor.new("Institutional white"),
  8352. ["Position"] = Vector3.new(18029.4297, 219.339966, -429.96991),
  8353. ["Rotation"] = Vector3.new(-0.00149258773, -89.746666, -0.00149259239),
  8354. ["Anchored"] = true,
  8355. ["CFrame"] = CFrame.new(18029.4297, 219.339966, -429.96991, 7.1524903e-007, 1.8632703e-011, -0.999990225, 4.09516171e-014, 1, 1.8632644e-011, 0.999990225, -4.07248698e-014, 7.1524903e-007),
  8356. ["CanCollide"] = false,
  8357. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8358. ["Size"] = Vector3.new(1, 2, 1),
  8359. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  8360. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8361. })
  8362. o519 = Create("Fire",{
  8363. ["Parent"] = o518,
  8364. ["Size"] = 30,
  8365. ["Color"] = Color3.new(1, 0.960784, 0),
  8366. ["Enabled"] = false,
  8367. ["Heat"] = 25,
  8368. ["SecondaryColor"] = Color3.new(1, 0, 0),
  8369. })
  8370. o520 = Create("Part",{
  8371. ["Name"] = "Right Arm",
  8372. ["Parent"] = o513,
  8373. ["BrickColor"] = BrickColor.new("Institutional white"),
  8374. ["Position"] = Vector3.new(18029.4297, 221.339966, -427.969971),
  8375. ["Rotation"] = Vector3.new(-0.00149258773, -89.746666, -0.00149259239),
  8376. ["Anchored"] = true,
  8377. ["CFrame"] = CFrame.new(18029.4297, 221.339966, -427.969971, 7.1524903e-007, 1.8632703e-011, -0.999990225, 4.07052864e-014, 1, 1.8632644e-011, 0.999990225, -4.0478539e-014, 7.1524903e-007),
  8378. ["CanCollide"] = false,
  8379. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8380. ["Size"] = Vector3.new(1, 2, 1),
  8381. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8382. })
  8383. o521 = Create("Part",{
  8384. ["Name"] = "Right Leg",
  8385. ["Parent"] = o513,
  8386. ["BrickColor"] = BrickColor.new("Institutional white"),
  8387. ["Position"] = Vector3.new(18029.4297, 219.339966, -428.969849),
  8388. ["Rotation"] = Vector3.new(-0.00149258773, -89.746666, -0.00149259239),
  8389. ["Anchored"] = true,
  8390. ["CFrame"] = CFrame.new(18029.4297, 219.339966, -428.969849, 7.1524903e-007, 1.8632703e-011, -0.999990225, 4.09516171e-014, 1, 1.8632644e-011, 0.999990225, -4.07248698e-014, 7.1524903e-007),
  8391. ["CanCollide"] = false,
  8392. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8393. ["Size"] = Vector3.new(1, 2, 1),
  8394. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  8395. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8396. })
  8397. o522 = Create("Fire",{
  8398. ["Parent"] = o521,
  8399. ["Size"] = 30,
  8400. ["Color"] = Color3.new(1, 0.960784, 0),
  8401. ["Enabled"] = false,
  8402. ["Heat"] = 25,
  8403. ["SecondaryColor"] = Color3.new(1, 0, 0),
  8404. })
  8405. o523 = Create("Part",{
  8406. ["Name"] = "Torso",
  8407. ["Parent"] = o513,
  8408. ["BrickColor"] = BrickColor.new("Institutional white"),
  8409. ["Position"] = Vector3.new(18029.4297, 221.339966, -429.46991),
  8410. ["Rotation"] = Vector3.new(-2.33243177e-012, -90, 0),
  8411. ["Anchored"] = true,
  8412. ["CFrame"] = CFrame.new(18029.4297, 221.339966, -429.46991, 7.15256022e-007, 1.86327013e-011, -1, 4.07086135e-014, 1, 1.86327013e-011, 1, -4.0721939e-014, 7.15256022e-007),
  8413. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8414. ["Size"] = Vector3.new(2, 2, 1),
  8415. ["BottomSurface"] = Enum.SurfaceType.Weld,
  8416. ["LeftSurface"] = Enum.SurfaceType.Weld,
  8417. ["RightSurface"] = Enum.SurfaceType.Weld,
  8418. ["TopSurface"] = Enum.SurfaceType.Weld,
  8419. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8420. })
  8421. o524 = Create("Snap",{
  8422. ["Name"] = "Neck",
  8423. ["Parent"] = o523,
  8424. ["Part0"] = o523,
  8425. ["Part1"] = o515,
  8426. })
  8427. o525 = Create("Script",{
  8428. ["Name"] = "Health",
  8429. ["Parent"] = o513,
  8430. })
  8431. table.insert(cors,coroutine.create(function()
  8432. wait()
  8433. runDummyScript(function()
  8434. Humanoid = script.Parent.Humanoid
  8435. while true do
  8436. local s = wait(1)
  8437. local health = Humanoid.Health
  8438. if health > 0 and health < Humanoid.MaxHealth then
  8439. health = health + 0.01 * s * Humanoid.MaxHealth
  8440. if health * 1.05 < Humanoid.MaxHealth then
  8441. Humanoid.Health = health
  8442. else
  8443. Humanoid.Health = Humanoid.MaxHealth
  8444. end
  8445. end
  8446. end
  8447.  
  8448. end,o525)
  8449. end))
  8450. o526 = Create("Model",{
  8451. ["Name"] = "Regenerating Test Dummy",
  8452. ["Parent"] = o493,
  8453. })
  8454. o527 = Create("Part",{
  8455. ["Name"] = "RegenPad",
  8456. ["Parent"] = o526,
  8457. ["BrickColor"] = BrickColor.new("Bright green"),
  8458. ["Reflectance"] = 0.5,
  8459. ["Transparency"] = 1,
  8460. ["Position"] = Vector3.new(18090.4297, 218.22998, -460.46994),
  8461. ["Rotation"] = Vector3.new(173.923141, -89.960434, 173.926605),
  8462. ["Anchored"] = true,
  8463. ["CFrame"] = CFrame.new(18090.4297, 218.22998, -460.46994, -1.13686838e-013, -1.20962268e-014, -0.999999762, 2.28768539e-014, 1, -1.21031657e-014, 0.999999762, -2.28709941e-014, -1.13686838e-013),
  8464. ["FormFactor"] = Enum.FormFactor.Plate,
  8465. ["Size"] = Vector3.new(4, 0.400000006, 4),
  8466. ["TopSurface"] = Enum.SurfaceType.Smooth,
  8467. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  8468. })
  8469. o528 = Create("Script",{
  8470. ["Parent"] = o527,
  8471. })
  8472. table.insert(cors,coroutine.create(function()
  8473. wait()
  8474. runDummyScript(function()
  8475. Dummy = script.Parent.Parent.Dummy
  8476. Clone = Dummy:Clone()
  8477.  
  8478. function Regen()
  8479. wait(3)
  8480. Dummy.Parent = nil
  8481. Clone.Parent = script.Parent.Parent
  8482. Dummy = Clone
  8483. Dummy:makeJoints()
  8484. Dummy.Torso.CFrame = script.Parent.CFrame + Vector3.new(0,2.7,0)
  8485. Clone = Dummy:Clone()
  8486. Dummy.Humanoid.Died:connect(Regen)
  8487. end
  8488.  
  8489. Dummy.Humanoid.Died:connect(Regen)
  8490. end,o528)
  8491. end))
  8492. o529 = Create("Model",{
  8493. ["Name"] = "Dummy",
  8494. ["Parent"] = o526,
  8495. })
  8496. o530 = Create("Humanoid",{
  8497. ["Parent"] = o529,
  8498. ["RightLeg"] = o537,
  8499. ["LeftLeg"] = o534,
  8500. ["Torso"] = o539,
  8501. })
  8502. o531 = Create("Part",{
  8503. ["Name"] = "Head",
  8504. ["Parent"] = o529,
  8505. ["BrickColor"] = BrickColor.new("Institutional white"),
  8506. ["Position"] = Vector3.new(18090.4297, 222.839905, -460.46994),
  8507. ["Rotation"] = Vector3.new(-0.00149329205, -89.960434, -0.00149329216),
  8508. ["Anchored"] = true,
  8509. ["CFrame"] = CFrame.new(18090.4297, 222.839905, -460.46994, 7.15255851e-007, 1.8641616e-011, -0.999999762, 2.32831061e-014, 1, 1.86416143e-011, 0.999999762, -2.32905803e-014, 7.15255851e-007),
  8510. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8511. ["Size"] = Vector3.new(2, 1, 1),
  8512. ["TopSurface"] = Enum.SurfaceType.Smooth,
  8513. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8514. })
  8515. o532 = Create("SpecialMesh",{
  8516. ["Parent"] = o531,
  8517. ["Scale"] = Vector3.new(1.25, 1.25, 1.25),
  8518. })
  8519. o533 = Create("Part",{
  8520. ["Name"] = "Left Arm",
  8521. ["Parent"] = o529,
  8522. ["BrickColor"] = BrickColor.new("Institutional white"),
  8523. ["Position"] = Vector3.new(18090.4297, 221.339905, -461.969879),
  8524. ["Rotation"] = Vector3.new(-0.00149328716, -89.8629456, -0.00149328867),
  8525. ["Anchored"] = true,
  8526. ["CFrame"] = CFrame.new(18090.4297, 221.339905, -461.969879, 7.15253975e-007, 1.86415241e-011, -0.999997139, 2.34384825e-014, 1, 1.8641505e-011, 0.999997139, -2.33814992e-014, 7.15253975e-007),
  8527. ["CanCollide"] = false,
  8528. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8529. ["Size"] = Vector3.new(1, 2, 1),
  8530. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8531. })
  8532. o534 = Create("Part",{
  8533. ["Name"] = "Left Leg",
  8534. ["Parent"] = o529,
  8535. ["BrickColor"] = BrickColor.new("Institutional white"),
  8536. ["Position"] = Vector3.new(18090.4297, 219.339905, -460.96994),
  8537. ["Rotation"] = Vector3.new(-0.00149328716, -89.8629456, -0.00149328867),
  8538. ["Anchored"] = true,
  8539. ["CFrame"] = CFrame.new(18090.4297, 219.339905, -460.96994, 7.15253975e-007, 1.86415241e-011, -0.999997139, 2.34384825e-014, 1, 1.8641505e-011, 0.999997139, -2.33814992e-014, 7.15253975e-007),
  8540. ["CanCollide"] = false,
  8541. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8542. ["Size"] = Vector3.new(1, 2, 1),
  8543. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  8544. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8545. })
  8546. o535 = Create("Fire",{
  8547. ["Parent"] = o534,
  8548. ["Size"] = 30,
  8549. ["Color"] = Color3.new(1, 0.960784, 0),
  8550. ["Enabled"] = false,
  8551. ["Heat"] = 25,
  8552. ["SecondaryColor"] = Color3.new(1, 0, 0),
  8553. })
  8554. o536 = Create("Part",{
  8555. ["Name"] = "Right Arm",
  8556. ["Parent"] = o529,
  8557. ["BrickColor"] = BrickColor.new("Institutional white"),
  8558. ["Position"] = Vector3.new(18090.4297, 221.339905, -458.970001),
  8559. ["Rotation"] = Vector3.new(-0.00149328716, -89.8629456, -0.00149328867),
  8560. ["Anchored"] = true,
  8561. ["CFrame"] = CFrame.new(18090.4297, 221.339905, -458.970001, 7.15253975e-007, 1.86415241e-011, -0.999997139, 2.34384825e-014, 1, 1.8641505e-011, 0.999997139, -2.33814992e-014, 7.15253975e-007),
  8562. ["CanCollide"] = false,
  8563. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8564. ["Size"] = Vector3.new(1, 2, 1),
  8565. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8566. })
  8567. o537 = Create("Part",{
  8568. ["Name"] = "Right Leg",
  8569. ["Parent"] = o529,
  8570. ["BrickColor"] = BrickColor.new("Institutional white"),
  8571. ["Position"] = Vector3.new(18090.4297, 219.339905, -459.969879),
  8572. ["Rotation"] = Vector3.new(-0.00149328716, -89.8629456, -0.00149328867),
  8573. ["Anchored"] = true,
  8574. ["CFrame"] = CFrame.new(18090.4297, 219.339905, -459.969879, 7.15253975e-007, 1.86415241e-011, -0.999997139, 2.34384825e-014, 1, 1.8641505e-011, 0.999997139, -2.33814992e-014, 7.15253975e-007),
  8575. ["CanCollide"] = false,
  8576. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8577. ["Size"] = Vector3.new(1, 2, 1),
  8578. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  8579. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8580. })
  8581. o538 = Create("Fire",{
  8582. ["Parent"] = o537,
  8583. ["Size"] = 30,
  8584. ["Color"] = Color3.new(1, 0.960784, 0),
  8585. ["Enabled"] = false,
  8586. ["Heat"] = 25,
  8587. ["SecondaryColor"] = Color3.new(1, 0, 0),
  8588. })
  8589. o539 = Create("Part",{
  8590. ["Name"] = "Torso",
  8591. ["Parent"] = o529,
  8592. ["BrickColor"] = BrickColor.new("Institutional white"),
  8593. ["Position"] = Vector3.new(18090.4297, 221.339905, -460.46994),
  8594. ["Rotation"] = Vector3.new(-0.00149329205, -89.960434, -0.00149329216),
  8595. ["Anchored"] = true,
  8596. ["CFrame"] = CFrame.new(18090.4297, 221.339905, -460.46994, 7.15255851e-007, 1.8641616e-011, -0.999999762, 2.32831061e-014, 1, 1.86416143e-011, 0.999999762, -2.32905803e-014, 7.15255851e-007),
  8597. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8598. ["Size"] = Vector3.new(2, 2, 1),
  8599. ["BottomSurface"] = Enum.SurfaceType.Weld,
  8600. ["LeftSurface"] = Enum.SurfaceType.Weld,
  8601. ["RightSurface"] = Enum.SurfaceType.Weld,
  8602. ["TopSurface"] = Enum.SurfaceType.Weld,
  8603. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8604. })
  8605. o540 = Create("Snap",{
  8606. ["Name"] = "Neck",
  8607. ["Parent"] = o539,
  8608. ["Part0"] = o539,
  8609. ["Part1"] = o531,
  8610. })
  8611. o541 = Create("Script",{
  8612. ["Name"] = "Health",
  8613. ["Parent"] = o529,
  8614. })
  8615. table.insert(cors,coroutine.create(function()
  8616. wait()
  8617. runDummyScript(function()
  8618. Humanoid = script.Parent.Humanoid
  8619. while true do
  8620. local s = wait(1)
  8621. local health = Humanoid.Health
  8622. if health > 0 and health < Humanoid.MaxHealth then
  8623. health = health + 0.01 * s * Humanoid.MaxHealth
  8624. if health * 1.05 < Humanoid.MaxHealth then
  8625. Humanoid.Health = health
  8626. else
  8627. Humanoid.Health = Humanoid.MaxHealth
  8628. end
  8629. end
  8630. end
  8631.  
  8632. end,o541)
  8633. end))
  8634. o542 = Create("Model",{
  8635. ["Name"] = "Regenerating Test Dummy",
  8636. ["Parent"] = o493,
  8637. })
  8638. o543 = Create("Part",{
  8639. ["Name"] = "RegenPad",
  8640. ["Parent"] = o542,
  8641. ["BrickColor"] = BrickColor.new("Bright green"),
  8642. ["Reflectance"] = 0.5,
  8643. ["Transparency"] = 1,
  8644. ["Position"] = Vector3.new(17980.4297, 218.22998, -656.469971),
  8645. ["Rotation"] = Vector3.new(-1.30335564e-012, -90, 0),
  8646. ["Anchored"] = true,
  8647. ["CFrame"] = CFrame.new(17980.4297, 218.22998, -656.469971, -1.13686838e-013, -1.20251031e-014, -1, 2.27478474e-014, 1, -1.20251031e-014, 1, -2.27478474e-014, -1.13686838e-013),
  8648. ["FormFactor"] = Enum.FormFactor.Plate,
  8649. ["Size"] = Vector3.new(4, 0.400000006, 4),
  8650. ["TopSurface"] = Enum.SurfaceType.Smooth,
  8651. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  8652. })
  8653. o544 = Create("Script",{
  8654. ["Parent"] = o543,
  8655. })
  8656. table.insert(cors,coroutine.create(function()
  8657. wait()
  8658. runDummyScript(function()
  8659. Dummy = script.Parent.Parent.Dummy
  8660. Clone = Dummy:Clone()
  8661.  
  8662. function Regen()
  8663. wait(3)
  8664. Dummy.Parent = nil
  8665. Clone.Parent = script.Parent.Parent
  8666. Dummy = Clone
  8667. Dummy:makeJoints()
  8668. Dummy.Torso.CFrame = script.Parent.CFrame + Vector3.new(0,2.7,0)
  8669. Clone = Dummy:Clone()
  8670. Dummy.Humanoid.Died:connect(Regen)
  8671. end
  8672.  
  8673. Dummy.Humanoid.Died:connect(Regen)
  8674. end,o544)
  8675. end))
  8676. o545 = Create("Model",{
  8677. ["Name"] = "Dummy",
  8678. ["Parent"] = o542,
  8679. })
  8680. o546 = Create("Humanoid",{
  8681. ["Parent"] = o545,
  8682. ["RightLeg"] = o553,
  8683. ["LeftLeg"] = o550,
  8684. ["Torso"] = o555,
  8685. })
  8686. o547 = Create("Part",{
  8687. ["Name"] = "Head",
  8688. ["Parent"] = o545,
  8689. ["BrickColor"] = BrickColor.new("Institutional white"),
  8690. ["Position"] = Vector3.new(17980.4297, 222.839966, -656.469971),
  8691. ["Rotation"] = Vector3.new(-1.32663216e-012, -90, 0),
  8692. ["Anchored"] = true,
  8693. ["CFrame"] = CFrame.new(17980.4297, 222.839966, -656.469971, 7.15256022e-007, 1.86416924e-011, -1, 2.31540996e-014, 1, 1.86416924e-011, 1, -2.31674336e-014, 7.15256022e-007),
  8694. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8695. ["Size"] = Vector3.new(2, 1, 1),
  8696. ["TopSurface"] = Enum.SurfaceType.Smooth,
  8697. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8698. })
  8699. o548 = Create("SpecialMesh",{
  8700. ["Parent"] = o547,
  8701. ["Scale"] = Vector3.new(1.25, 1.25, 1.25),
  8702. })
  8703. o549 = Create("Part",{
  8704. ["Name"] = "Left Arm",
  8705. ["Parent"] = o545,
  8706. ["BrickColor"] = BrickColor.new("Institutional white"),
  8707. ["Position"] = Vector3.new(17980.4297, 221.339966, -657.96991),
  8708. ["Rotation"] = Vector3.new(-1.31335838e-012, -90, 0),
  8709. ["Anchored"] = true,
  8710. ["CFrame"] = CFrame.new(17980.4297, 221.339966, -657.96991, 7.15256022e-007, 1.86418103e-011, -1, 2.29224276e-014, 1, 1.86418103e-011, 1, -2.29357616e-014, 7.15256022e-007),
  8711. ["CanCollide"] = false,
  8712. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8713. ["Size"] = Vector3.new(1, 2, 1),
  8714. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8715. })
  8716. o550 = Create("Part",{
  8717. ["Name"] = "Left Leg",
  8718. ["Parent"] = o545,
  8719. ["BrickColor"] = BrickColor.new("Institutional white"),
  8720. ["Position"] = Vector3.new(17980.4297, 219.339966, -656.969971),
  8721. ["Rotation"] = Vector3.new(-1.34024259e-012, -90, 0),
  8722. ["Anchored"] = true,
  8723. ["CFrame"] = CFrame.new(17980.4297, 219.339966, -656.969971, 7.15256022e-007, 1.86418155e-011, -1, 2.33916449e-014, 1, 1.86418155e-011, 1, -2.34049789e-014, 7.15256022e-007),
  8724. ["CanCollide"] = false,
  8725. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8726. ["Size"] = Vector3.new(1, 2, 1),
  8727. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  8728. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8729. })
  8730. o551 = Create("Fire",{
  8731. ["Parent"] = o550,
  8732. ["Size"] = 30,
  8733. ["Color"] = Color3.new(1, 0.960784, 0),
  8734. ["Enabled"] = false,
  8735. ["Heat"] = 25,
  8736. ["SecondaryColor"] = Color3.new(1, 0, 0),
  8737. })
  8738. o552 = Create("Part",{
  8739. ["Name"] = "Right Arm",
  8740. ["Parent"] = o545,
  8741. ["BrickColor"] = BrickColor.new("Institutional white"),
  8742. ["Position"] = Vector3.new(17980.4297, 221.339966, -654.970032),
  8743. ["Rotation"] = Vector3.new(-0.00149330788, -89.746666, -0.00149331265),
  8744. ["Anchored"] = true,
  8745. ["CFrame"] = CFrame.new(17980.4297, 221.339966, -654.970032, 7.1524903e-007, 1.86416941e-011, -0.999990225, 2.31509402e-014, 1, 1.86416351e-011, 0.999990225, -2.29240336e-014, 7.1524903e-007),
  8746. ["CanCollide"] = false,
  8747. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8748. ["Size"] = Vector3.new(1, 2, 1),
  8749. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8750. })
  8751. o553 = Create("Part",{
  8752. ["Name"] = "Right Leg",
  8753. ["Parent"] = o545,
  8754. ["BrickColor"] = BrickColor.new("Institutional white"),
  8755. ["Position"] = Vector3.new(17980.4297, 219.339966, -655.96991),
  8756. ["Rotation"] = Vector3.new(-0.00149330788, -89.746666, -0.00149331265),
  8757. ["Anchored"] = true,
  8758. ["CFrame"] = CFrame.new(17980.4297, 219.339966, -655.96991, 7.1524903e-007, 1.86416941e-011, -0.999990225, 2.33972743e-014, 1, 1.86416351e-011, 0.999990225, -2.31703643e-014, 7.1524903e-007),
  8759. ["CanCollide"] = false,
  8760. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8761. ["Size"] = Vector3.new(1, 2, 1),
  8762. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  8763. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8764. })
  8765. o554 = Create("Fire",{
  8766. ["Parent"] = o553,
  8767. ["Size"] = 30,
  8768. ["Color"] = Color3.new(1, 0.960784, 0),
  8769. ["Enabled"] = false,
  8770. ["Heat"] = 25,
  8771. ["SecondaryColor"] = Color3.new(1, 0, 0),
  8772. })
  8773. o555 = Create("Part",{
  8774. ["Name"] = "Torso",
  8775. ["Parent"] = o545,
  8776. ["BrickColor"] = BrickColor.new("Institutional white"),
  8777. ["Position"] = Vector3.new(17980.4297, 221.339966, -656.469971),
  8778. ["Rotation"] = Vector3.new(-1.32663216e-012, -90, 0),
  8779. ["Anchored"] = true,
  8780. ["CFrame"] = CFrame.new(17980.4297, 221.339966, -656.469971, 7.15256022e-007, 1.86416924e-011, -1, 2.31540996e-014, 1, 1.86416924e-011, 1, -2.31674336e-014, 7.15256022e-007),
  8781. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8782. ["Size"] = Vector3.new(2, 2, 1),
  8783. ["BottomSurface"] = Enum.SurfaceType.Weld,
  8784. ["LeftSurface"] = Enum.SurfaceType.Weld,
  8785. ["RightSurface"] = Enum.SurfaceType.Weld,
  8786. ["TopSurface"] = Enum.SurfaceType.Weld,
  8787. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8788. })
  8789. o556 = Create("Snap",{
  8790. ["Name"] = "Neck",
  8791. ["Parent"] = o555,
  8792. ["Part0"] = o555,
  8793. ["Part1"] = o547,
  8794. })
  8795. o557 = Create("Script",{
  8796. ["Name"] = "Health",
  8797. ["Parent"] = o545,
  8798. })
  8799. table.insert(cors,coroutine.create(function()
  8800. wait()
  8801. runDummyScript(function()
  8802. Humanoid = script.Parent.Humanoid
  8803. while true do
  8804. local s = wait(1)
  8805. local health = Humanoid.Health
  8806. if health > 0 and health < Humanoid.MaxHealth then
  8807. health = health + 0.01 * s * Humanoid.MaxHealth
  8808. if health * 1.05 < Humanoid.MaxHealth then
  8809. Humanoid.Health = health
  8810. else
  8811. Humanoid.Health = Humanoid.MaxHealth
  8812. end
  8813. end
  8814. end
  8815.  
  8816. end,o557)
  8817. end))
  8818. o558 = Create("Model",{
  8819. ["Name"] = "Regenerating Test Dummy",
  8820. ["Parent"] = o493,
  8821. })
  8822. o559 = Create("Part",{
  8823. ["Name"] = "RegenPad",
  8824. ["Parent"] = o558,
  8825. ["BrickColor"] = BrickColor.new("Bright green"),
  8826. ["Reflectance"] = 0.5,
  8827. ["Transparency"] = 1,
  8828. ["Position"] = Vector3.new(18065.4297, 218.230042, -653.469971),
  8829. ["Rotation"] = Vector3.new(-1.30335564e-012, -90, 0),
  8830. ["Anchored"] = true,
  8831. ["CFrame"] = CFrame.new(18065.4297, 218.230042, -653.469971, -1.13686838e-013, -1.20251031e-014, -1, 2.27478474e-014, 1, -1.20251031e-014, 1, -2.27478474e-014, -1.13686838e-013),
  8832. ["FormFactor"] = Enum.FormFactor.Plate,
  8833. ["Size"] = Vector3.new(4, 0.400000006, 4),
  8834. ["TopSurface"] = Enum.SurfaceType.Smooth,
  8835. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  8836. })
  8837. o560 = Create("Script",{
  8838. ["Parent"] = o559,
  8839. })
  8840. table.insert(cors,coroutine.create(function()
  8841. wait()
  8842. runDummyScript(function()
  8843. Dummy = script.Parent.Parent.Dummy
  8844. Clone = Dummy:Clone()
  8845.  
  8846. function Regen()
  8847. wait(3)
  8848. Dummy.Parent = nil
  8849. Clone.Parent = script.Parent.Parent
  8850. Dummy = Clone
  8851. Dummy:makeJoints()
  8852. Dummy.Torso.CFrame = script.Parent.CFrame + Vector3.new(0,2.7,0)
  8853. Clone = Dummy:Clone()
  8854. Dummy.Humanoid.Died:connect(Regen)
  8855. end
  8856.  
  8857. Dummy.Humanoid.Died:connect(Regen)
  8858. end,o560)
  8859. end))
  8860. o561 = Create("Model",{
  8861. ["Name"] = "Dummy",
  8862. ["Parent"] = o558,
  8863. })
  8864. o562 = Create("Humanoid",{
  8865. ["Parent"] = o561,
  8866. ["RightLeg"] = o569,
  8867. ["LeftLeg"] = o566,
  8868. ["Torso"] = o571,
  8869. })
  8870. o563 = Create("Part",{
  8871. ["Name"] = "Head",
  8872. ["Parent"] = o561,
  8873. ["BrickColor"] = BrickColor.new("Institutional white"),
  8874. ["Position"] = Vector3.new(18065.4297, 222.839966, -653.469971),
  8875. ["Rotation"] = Vector3.new(-1.32663216e-012, -90, 0),
  8876. ["Anchored"] = true,
  8877. ["CFrame"] = CFrame.new(18065.4297, 222.839966, -653.469971, 7.15256022e-007, 1.86416924e-011, -1, 2.31540996e-014, 1, 1.86416924e-011, 1, -2.31674336e-014, 7.15256022e-007),
  8878. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8879. ["Size"] = Vector3.new(2, 1, 1),
  8880. ["TopSurface"] = Enum.SurfaceType.Smooth,
  8881. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8882. })
  8883. o564 = Create("SpecialMesh",{
  8884. ["Parent"] = o563,
  8885. ["Scale"] = Vector3.new(1.25, 1.25, 1.25),
  8886. })
  8887. o565 = Create("Part",{
  8888. ["Name"] = "Left Arm",
  8889. ["Parent"] = o561,
  8890. ["BrickColor"] = BrickColor.new("Institutional white"),
  8891. ["Position"] = Vector3.new(18065.4297, 221.339966, -654.96991),
  8892. ["Rotation"] = Vector3.new(-1.31470247e-012, -90, 0),
  8893. ["Anchored"] = true,
  8894. ["CFrame"] = CFrame.new(18065.4297, 221.339966, -654.96991, 7.15256022e-007, 1.86417964e-011, -1, 2.29458871e-014, 1, 1.86417964e-011, 1, -2.29592211e-014, 7.15256022e-007),
  8895. ["CanCollide"] = false,
  8896. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8897. ["Size"] = Vector3.new(1, 2, 1),
  8898. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8899. })
  8900. o566 = Create("Part",{
  8901. ["Name"] = "Left Leg",
  8902. ["Parent"] = o561,
  8903. ["BrickColor"] = BrickColor.new("Institutional white"),
  8904. ["Position"] = Vector3.new(18065.4297, 219.339966, -653.969971),
  8905. ["Rotation"] = Vector3.new(-1.33889828e-012, -90, 0),
  8906. ["Anchored"] = true,
  8907. ["CFrame"] = CFrame.new(18065.4297, 219.339966, -653.969971, 7.15256022e-007, 1.86417999e-011, -1, 2.33681838e-014, 1, 1.86417999e-011, 1, -2.33815178e-014, 7.15256022e-007),
  8908. ["CanCollide"] = false,
  8909. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8910. ["Size"] = Vector3.new(1, 2, 1),
  8911. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  8912. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8913. })
  8914. o567 = Create("Fire",{
  8915. ["Parent"] = o566,
  8916. ["Size"] = 30,
  8917. ["Color"] = Color3.new(1, 0.960784, 0),
  8918. ["Enabled"] = false,
  8919. ["Heat"] = 25,
  8920. ["SecondaryColor"] = Color3.new(1, 0, 0),
  8921. })
  8922. o568 = Create("Part",{
  8923. ["Name"] = "Right Arm",
  8924. ["Parent"] = o561,
  8925. ["BrickColor"] = BrickColor.new("Institutional white"),
  8926. ["Position"] = Vector3.new(18065.4297, 221.339966, -651.970032),
  8927. ["Rotation"] = Vector3.new(-1.31403048e-012, -90, 0),
  8928. ["Anchored"] = true,
  8929. ["CFrame"] = CFrame.new(18065.4297, 221.339966, -651.970032, 7.15256022e-007, 1.86418034e-011, -1, 2.2934159e-014, 1, 1.86418034e-011, 1, -2.2947493e-014, 7.15256022e-007),
  8930. ["CanCollide"] = false,
  8931. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8932. ["Size"] = Vector3.new(1, 2, 1),
  8933. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8934. })
  8935. o569 = Create("Part",{
  8936. ["Name"] = "Right Leg",
  8937. ["Parent"] = o561,
  8938. ["BrickColor"] = BrickColor.new("Institutional white"),
  8939. ["Position"] = Vector3.new(18065.4297, 219.339966, -652.96991),
  8940. ["Rotation"] = Vector3.new(-1.33957027e-012, -90, 0),
  8941. ["Anchored"] = true,
  8942. ["CFrame"] = CFrame.new(18065.4297, 219.339966, -652.96991, 7.15256022e-007, 1.86418068e-011, -1, 2.33799118e-014, 1, 1.86418068e-011, 1, -2.33932458e-014, 7.15256022e-007),
  8943. ["CanCollide"] = false,
  8944. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8945. ["Size"] = Vector3.new(1, 2, 1),
  8946. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  8947. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8948. })
  8949. o570 = Create("Fire",{
  8950. ["Parent"] = o569,
  8951. ["Size"] = 30,
  8952. ["Color"] = Color3.new(1, 0.960784, 0),
  8953. ["Enabled"] = false,
  8954. ["Heat"] = 25,
  8955. ["SecondaryColor"] = Color3.new(1, 0, 0),
  8956. })
  8957. o571 = Create("Part",{
  8958. ["Name"] = "Torso",
  8959. ["Parent"] = o561,
  8960. ["BrickColor"] = BrickColor.new("Institutional white"),
  8961. ["Position"] = Vector3.new(18065.4297, 221.339966, -653.469971),
  8962. ["Rotation"] = Vector3.new(-1.32663216e-012, -90, 0),
  8963. ["Anchored"] = true,
  8964. ["CFrame"] = CFrame.new(18065.4297, 221.339966, -653.469971, 7.15256022e-007, 1.86416924e-011, -1, 2.31540996e-014, 1, 1.86416924e-011, 1, -2.31674336e-014, 7.15256022e-007),
  8965. ["FormFactor"] = Enum.FormFactor.Symmetric,
  8966. ["Size"] = Vector3.new(2, 2, 1),
  8967. ["BottomSurface"] = Enum.SurfaceType.Weld,
  8968. ["LeftSurface"] = Enum.SurfaceType.Weld,
  8969. ["RightSurface"] = Enum.SurfaceType.Weld,
  8970. ["TopSurface"] = Enum.SurfaceType.Weld,
  8971. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  8972. })
  8973. o572 = Create("Snap",{
  8974. ["Name"] = "Neck",
  8975. ["Parent"] = o571,
  8976. ["Part0"] = o571,
  8977. ["Part1"] = o563,
  8978. })
  8979. o573 = Create("Script",{
  8980. ["Name"] = "Health",
  8981. ["Parent"] = o561,
  8982. })
  8983. table.insert(cors,coroutine.create(function()
  8984. wait()
  8985. runDummyScript(function()
  8986. Humanoid = script.Parent.Humanoid
  8987. while true do
  8988. local s = wait(1)
  8989. local health = Humanoid.Health
  8990. if health > 0 and health < Humanoid.MaxHealth then
  8991. health = health + 0.01 * s * Humanoid.MaxHealth
  8992. if health * 1.05 < Humanoid.MaxHealth then
  8993. Humanoid.Health = health
  8994. else
  8995. Humanoid.Health = Humanoid.MaxHealth
  8996. end
  8997. end
  8998. end
  8999.  
  9000. end,o573)
  9001. end))
  9002. o574 = Create("Part",{
  9003. ["Name"] = "th",
  9004. ["Parent"] = o493,
  9005. ["Material"] = Enum.Material.Foil,
  9006. ["BrickColor"] = BrickColor.new("Bright yellow"),
  9007. ["Position"] = Vector3.new(18125.0664, 221.065369, -533.27002),
  9008. ["Rotation"] = Vector3.new(-0, 0, -45),
  9009. ["Anchored"] = true,
  9010. ["CFrame"] = CFrame.new(18125.0664, 221.065369, -533.27002, 0.707106829, 0.707106829, 0, -0.707106829, 0.707106829, 0, 0, 0, 1),
  9011. ["Size"] = Vector3.new(1, 13, 341),
  9012. ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
  9013. })
  9014. o575 = Create("Model",{
  9015. ["Name"] = "Regenerating Test Dummy",
  9016. ["Parent"] = o493,
  9017. })
  9018. o576 = Create("Part",{
  9019. ["Name"] = "RegenPad",
  9020. ["Parent"] = o575,
  9021. ["BrickColor"] = BrickColor.new("Bright green"),
  9022. ["Reflectance"] = 0.5,
  9023. ["Transparency"] = 1,
  9024. ["Position"] = Vector3.new(18004.4297, 218.22998, -537.469971),
  9025. ["Rotation"] = Vector3.new(-1.48849889e-012, -90, 0),
  9026. ["Anchored"] = true,
  9027. ["CFrame"] = CFrame.new(18004.4297, 218.22998, -537.469971, -1.13688898e-013, -1.36227835e-014, -1, 2.59792069e-014, 1, -1.36227835e-014, 1, -2.59792069e-014, -1.13688898e-013),
  9028. ["FormFactor"] = Enum.FormFactor.Plate,
  9029. ["Size"] = Vector3.new(4, 0.400000006, 4),
  9030. ["TopSurface"] = Enum.SurfaceType.Smooth,
  9031. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  9032. })
  9033. o577 = Create("Script",{
  9034. ["Parent"] = o576,
  9035. })
  9036. table.insert(cors,coroutine.create(function()
  9037. wait()
  9038. runDummyScript(function()
  9039. Dummy = script.Parent.Parent.Dummy
  9040. Clone = Dummy:Clone()
  9041.  
  9042. function Regen()
  9043. wait(3)
  9044. Dummy.Parent = nil
  9045. Clone.Parent = script.Parent.Parent
  9046. Dummy = Clone
  9047. Dummy:makeJoints()
  9048. Dummy.Torso.CFrame = script.Parent.CFrame + Vector3.new(0,2.7,0)
  9049. Clone = Dummy:Clone()
  9050. Dummy.Humanoid.Died:connect(Regen)
  9051. end
  9052.  
  9053. Dummy.Humanoid.Died:connect(Regen)
  9054. end,o577)
  9055. end))
  9056. o578 = Create("Model",{
  9057. ["Name"] = "Dummy",
  9058. ["Parent"] = o575,
  9059. })
  9060. o579 = Create("Humanoid",{
  9061. ["Parent"] = o578,
  9062. ["RightLeg"] = o586,
  9063. ["LeftLeg"] = o583,
  9064. ["Torso"] = o588,
  9065. })
  9066. o580 = Create("Part",{
  9067. ["Name"] = "Head",
  9068. ["Parent"] = o578,
  9069. ["BrickColor"] = BrickColor.new("Institutional white"),
  9070. ["Position"] = Vector3.new(18004.4297, 222.839905, -537.469971),
  9071. ["Rotation"] = Vector3.new(-1.51177595e-012, -90, 0),
  9072. ["Anchored"] = true,
  9073. ["CFrame"] = CFrame.new(18004.4297, 222.839905, -537.469971, 7.15256022e-007, 1.86397564e-011, -1, 2.63854676e-014, 1, 1.86397564e-011, 1, -2.63987999e-014, 7.15256022e-007),
  9074. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9075. ["Size"] = Vector3.new(2, 1, 1),
  9076. ["TopSurface"] = Enum.SurfaceType.Smooth,
  9077. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9078. })
  9079. o581 = Create("SpecialMesh",{
  9080. ["Parent"] = o580,
  9081. ["Scale"] = Vector3.new(1.25, 1.25, 1.25),
  9082. })
  9083. o582 = Create("Part",{
  9084. ["Name"] = "Left Arm",
  9085. ["Parent"] = o578,
  9086. ["BrickColor"] = BrickColor.new("Institutional white"),
  9087. ["Position"] = Vector3.new(18004.4297, 221.339905, -538.96991),
  9088. ["Rotation"] = Vector3.new(-0.00149314292, -89.960434, -0.00149314303),
  9089. ["Anchored"] = true,
  9090. ["CFrame"] = CFrame.new(18004.4297, 221.339905, -538.96991, 7.15255851e-007, 1.86397547e-011, -0.999999762, 2.63883933e-014, 1, 1.86397529e-011, 0.999999762, -2.63958675e-014, 7.15255851e-007),
  9091. ["CanCollide"] = false,
  9092. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9093. ["Size"] = Vector3.new(1, 2, 1),
  9094. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9095. })
  9096. o583 = Create("Part",{
  9097. ["Name"] = "Left Leg",
  9098. ["Parent"] = o578,
  9099. ["BrickColor"] = BrickColor.new("Institutional white"),
  9100. ["Position"] = Vector3.new(18004.4297, 219.339905, -537.969971),
  9101. ["Rotation"] = Vector3.new(-0.00149314327, -89.9115295, -0.00149314408),
  9102. ["Anchored"] = true,
  9103. ["CFrame"] = CFrame.new(18004.4297, 219.339905, -537.969971, 7.15255169e-007, 1.86397495e-011, -0.999998808, 2.64000976e-014, 1, 1.86397408e-011, 0.999998808, -2.63841361e-014, 7.15255169e-007),
  9104. ["CanCollide"] = false,
  9105. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9106. ["Size"] = Vector3.new(1, 2, 1),
  9107. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  9108. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9109. })
  9110. o584 = Create("Fire",{
  9111. ["Parent"] = o583,
  9112. ["Size"] = 30,
  9113. ["Color"] = Color3.new(1, 0.960784, 0),
  9114. ["Enabled"] = false,
  9115. ["Heat"] = 25,
  9116. ["SecondaryColor"] = Color3.new(1, 0, 0),
  9117. })
  9118. o585 = Create("Part",{
  9119. ["Name"] = "Right Arm",
  9120. ["Parent"] = o578,
  9121. ["BrickColor"] = BrickColor.new("Institutional white"),
  9122. ["Position"] = Vector3.new(18004.4297, 221.339905, -535.970032),
  9123. ["Rotation"] = Vector3.new(-0.00149314466, -89.8368683, -0.00149314711),
  9124. ["Anchored"] = true,
  9125. ["CFrame"] = CFrame.new(18004.4297, 221.339905, -535.970032, 7.15253123e-007, 1.86397339e-011, -0.999995947, 2.64352156e-014, 1, 1.86397044e-011, 0.999995947, -2.63489453e-014, 7.15253123e-007),
  9126. ["CanCollide"] = false,
  9127. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9128. ["Size"] = Vector3.new(1, 2, 1),
  9129. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9130. })
  9131. o586 = Create("Part",{
  9132. ["Name"] = "Right Leg",
  9133. ["Parent"] = o578,
  9134. ["BrickColor"] = BrickColor.new("Institutional white"),
  9135. ["Position"] = Vector3.new(18004.4297, 219.339905, -536.969971),
  9136. ["Rotation"] = Vector3.new(-1.52068158e-012, -90, 0),
  9137. ["Anchored"] = true,
  9138. ["CFrame"] = CFrame.new(18004.4297, 219.339905, -536.969971, 7.15256022e-007, 1.86398293e-011, -1, 2.65408999e-014, 1, 1.86398293e-011, 1, -2.65542322e-014, 7.15256022e-007),
  9139. ["CanCollide"] = false,
  9140. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9141. ["Size"] = Vector3.new(1, 2, 1),
  9142. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  9143. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9144. })
  9145. o587 = Create("Fire",{
  9146. ["Parent"] = o586,
  9147. ["Size"] = 30,
  9148. ["Color"] = Color3.new(1, 0.960784, 0),
  9149. ["Enabled"] = false,
  9150. ["Heat"] = 25,
  9151. ["SecondaryColor"] = Color3.new(1, 0, 0),
  9152. })
  9153. o588 = Create("Part",{
  9154. ["Name"] = "Torso",
  9155. ["Parent"] = o578,
  9156. ["BrickColor"] = BrickColor.new("Institutional white"),
  9157. ["Position"] = Vector3.new(18004.4297, 221.339905, -537.469971),
  9158. ["Rotation"] = Vector3.new(-1.51177595e-012, -90, 0),
  9159. ["Anchored"] = true,
  9160. ["CFrame"] = CFrame.new(18004.4297, 221.339905, -537.469971, 7.15256022e-007, 1.86397564e-011, -1, 2.63854676e-014, 1, 1.86397564e-011, 1, -2.63987999e-014, 7.15256022e-007),
  9161. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9162. ["Size"] = Vector3.new(2, 2, 1),
  9163. ["BottomSurface"] = Enum.SurfaceType.Weld,
  9164. ["LeftSurface"] = Enum.SurfaceType.Weld,
  9165. ["RightSurface"] = Enum.SurfaceType.Weld,
  9166. ["TopSurface"] = Enum.SurfaceType.Weld,
  9167. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9168. })
  9169. o589 = Create("Snap",{
  9170. ["Name"] = "Neck",
  9171. ["Parent"] = o588,
  9172. ["Part0"] = o588,
  9173. ["Part1"] = o580,
  9174. })
  9175. o590 = Create("Script",{
  9176. ["Name"] = "Health",
  9177. ["Parent"] = o578,
  9178. })
  9179. table.insert(cors,coroutine.create(function()
  9180. wait()
  9181. runDummyScript(function()
  9182. Humanoid = script.Parent.Humanoid
  9183. while true do
  9184. local s = wait(1)
  9185. local health = Humanoid.Health
  9186. if health > 0 and health < Humanoid.MaxHealth then
  9187. health = health + 0.01 * s * Humanoid.MaxHealth
  9188. if health * 1.05 < Humanoid.MaxHealth then
  9189. Humanoid.Health = health
  9190. else
  9191. Humanoid.Health = Humanoid.MaxHealth
  9192. end
  9193. end
  9194. end
  9195.  
  9196. end,o590)
  9197. end))
  9198. o591 = Create("Part",{
  9199. ["Name"] = "wallpart",
  9200. ["Parent"] = o493,
  9201. ["Material"] = Enum.Material.Neon,
  9202. ["BrickColor"] = BrickColor.new("New Yeller"),
  9203. ["Transparency"] = 0.89999997615814,
  9204. ["Position"] = Vector3.new(17967.5313, 274.529968, -371.27002),
  9205. ["Anchored"] = true,
  9206. ["CFrame"] = CFrame.new(17967.5313, 274.529968, -371.27002, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  9207. ["Size"] = Vector3.new(309, 113, 1),
  9208. ["Color"] = Color3.new(1, 1, 0),
  9209. })
  9210. o592 = Create("Part",{
  9211. ["Name"] = "wallpart",
  9212. ["Parent"] = o493,
  9213. ["Material"] = Enum.Material.Neon,
  9214. ["BrickColor"] = BrickColor.new("New Yeller"),
  9215. ["Transparency"] = 0.89999997615814,
  9216. ["Position"] = Vector3.new(17967.5313, 331.529938, -533.270081),
  9217. ["Anchored"] = true,
  9218. ["CFrame"] = CFrame.new(17967.5313, 331.529938, -533.270081, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  9219. ["Size"] = Vector3.new(309, 1, 325),
  9220. ["Color"] = Color3.new(1, 1, 0),
  9221. })
  9222. o593 = Create("Part",{
  9223. ["Name"] = "Force Field Button",
  9224. ["Parent"] = o493,
  9225. ["BrickColor"] = BrickColor.new("Nougat"),
  9226. ["Transparency"] = 1,
  9227. ["Position"] = Vector3.new(17967.5313, 218.529968, -533.27002),
  9228. ["Rotation"] = Vector3.new(-180, 0, -180),
  9229. ["Anchored"] = true,
  9230. ["CFrame"] = CFrame.new(17967.5313, 218.529968, -533.27002, -1, 0, 0, 0, 1, 0, 0, 0, -1),
  9231. ["FormFactor"] = Enum.FormFactor.Plate,
  9232. ["Size"] = Vector3.new(20, 1, 20),
  9233. ["TopSurface"] = Enum.SurfaceType.Smooth,
  9234. ["Color"] = Color3.new(0.8, 0.556863, 0.411765),
  9235. })
  9236. o594 = Create("Script",{
  9237. ["Name"] = "force field giver",
  9238. ["Parent"] = o593,
  9239. })
  9240. table.insert(cors,coroutine.create(function()
  9241. wait()
  9242. runDummyScript(function()
  9243. local debounce = false
  9244. function onTouched(part)
  9245. local h = part.Parent:findFirstChild("Humanoid")
  9246. if h~=nil and debounce == false then
  9247. debounce = true
  9248. Field = Instance.new("ForceField")
  9249. Field.Parent = part.Parent
  9250. wait(4)
  9251. debounce = false
  9252. end
  9253. end
  9254.  
  9255. if (script.Parent ~= nil) and (script.Parent.className == "Part") then
  9256. connection = script.Parent.Touched:connect(onTouched)
  9257. end
  9258.  
  9259. end,o594)
  9260. end))
  9261. o595 = Create("Part",{
  9262. ["Name"] = "wallpart",
  9263. ["Parent"] = o493,
  9264. ["Material"] = Enum.Material.Neon,
  9265. ["BrickColor"] = BrickColor.new("New Yeller"),
  9266. ["Transparency"] = 0.89999997615814,
  9267. ["Position"] = Vector3.new(17967.5313, 274.529968, -695.270081),
  9268. ["Anchored"] = true,
  9269. ["CFrame"] = CFrame.new(17967.5313, 274.529968, -695.270081, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  9270. ["Size"] = Vector3.new(309, 113, 1),
  9271. ["Color"] = Color3.new(1, 1, 0),
  9272. })
  9273. o596 = Create("Model",{
  9274. ["Name"] = "Regenerating Test Dummy",
  9275. ["Parent"] = o493,
  9276. })
  9277. o597 = Create("Part",{
  9278. ["Name"] = "RegenPad",
  9279. ["Parent"] = o596,
  9280. ["BrickColor"] = BrickColor.new("Bright green"),
  9281. ["Reflectance"] = 0.5,
  9282. ["Transparency"] = 1,
  9283. ["Position"] = Vector3.new(17902.4297, 218.22998, -542.469971),
  9284. ["Rotation"] = Vector3.new(173.564636, -89.746666, 173.684662),
  9285. ["Anchored"] = true,
  9286. ["CFrame"] = CFrame.new(17902.4297, 218.22998, -542.469971, -1.13686838e-013, -1.25819494e-014, -0.999990225, 2.41904275e-014, 1, -1.28230759e-014, 0.999990225, -2.39502073e-014, -1.13686838e-013),
  9287. ["FormFactor"] = Enum.FormFactor.Plate,
  9288. ["Size"] = Vector3.new(4, 0.400000006, 4),
  9289. ["TopSurface"] = Enum.SurfaceType.Smooth,
  9290. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  9291. })
  9292. o598 = Create("Script",{
  9293. ["Parent"] = o597,
  9294. })
  9295. table.insert(cors,coroutine.create(function()
  9296. wait()
  9297. runDummyScript(function()
  9298. Dummy = script.Parent.Parent.Dummy
  9299. Clone = Dummy:Clone()
  9300.  
  9301. function Regen()
  9302. wait(3)
  9303. Dummy.Parent = nil
  9304. Clone.Parent = script.Parent.Parent
  9305. Dummy = Clone
  9306. Dummy:makeJoints()
  9307. Dummy.Torso.CFrame = script.Parent.CFrame + Vector3.new(0,2.7,0)
  9308. Clone = Dummy:Clone()
  9309. Dummy.Humanoid.Died:connect(Regen)
  9310. end
  9311.  
  9312. Dummy.Humanoid.Died:connect(Regen)
  9313. end,o598)
  9314. end))
  9315. o599 = Create("Model",{
  9316. ["Name"] = "Dummy",
  9317. ["Parent"] = o596,
  9318. })
  9319. o600 = Create("Humanoid",{
  9320. ["Parent"] = o599,
  9321. ["RightLeg"] = o607,
  9322. ["LeftLeg"] = o604,
  9323. ["Torso"] = o609,
  9324. })
  9325. o601 = Create("Part",{
  9326. ["Name"] = "Head",
  9327. ["Parent"] = o599,
  9328. ["BrickColor"] = BrickColor.new("Institutional white"),
  9329. ["Position"] = Vector3.new(17902.4297, 222.839905, -542.469971),
  9330. ["Rotation"] = Vector3.new(-0.00149324851, -89.746666, -0.00149325328),
  9331. ["Anchored"] = true,
  9332. ["CFrame"] = CFrame.new(17902.4297, 222.839905, -542.469971, 7.1524903e-007, 1.86409534e-011, -0.999990225, 2.45966814e-014, 1, 1.86408944e-011, 0.999990225, -2.43697884e-014, 7.1524903e-007),
  9333. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9334. ["Size"] = Vector3.new(2, 1, 1),
  9335. ["TopSurface"] = Enum.SurfaceType.Smooth,
  9336. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9337. })
  9338. o602 = Create("SpecialMesh",{
  9339. ["Parent"] = o601,
  9340. ["Scale"] = Vector3.new(1.25, 1.25, 1.25),
  9341. })
  9342. o603 = Create("Part",{
  9343. ["Name"] = "Left Arm",
  9344. ["Parent"] = o599,
  9345. ["BrickColor"] = BrickColor.new("Institutional white"),
  9346. ["Position"] = Vector3.new(17902.4297, 221.339905, -543.96991),
  9347. ["Rotation"] = Vector3.new(-1.76744578e-012, -90, 0),
  9348. ["Anchored"] = true,
  9349. ["CFrame"] = CFrame.new(17902.4297, 221.339905, -543.96991, 7.15256022e-007, 1.86377528e-011, -1, 3.08477473e-014, 1, 1.86377528e-011, 1, -3.08610796e-014, 7.15256022e-007),
  9350. ["CanCollide"] = false,
  9351. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9352. ["Size"] = Vector3.new(1, 2, 1),
  9353. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9354. })
  9355. o604 = Create("Part",{
  9356. ["Name"] = "Left Leg",
  9357. ["Parent"] = o599,
  9358. ["BrickColor"] = BrickColor.new("Institutional white"),
  9359. ["Position"] = Vector3.new(17902.4297, 219.339905, -542.969971),
  9360. ["Rotation"] = Vector3.new(-1.78156665e-012, -90, 0),
  9361. ["Anchored"] = true,
  9362. ["CFrame"] = CFrame.new(17902.4297, 219.339905, -542.969971, 7.15256022e-007, 1.86377528e-011, -1, 3.10942034e-014, 1, 1.86377528e-011, 1, -3.11075357e-014, 7.15256022e-007),
  9363. ["CanCollide"] = false,
  9364. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9365. ["Size"] = Vector3.new(1, 2, 1),
  9366. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  9367. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9368. })
  9369. o605 = Create("Fire",{
  9370. ["Parent"] = o604,
  9371. ["Size"] = 30,
  9372. ["Color"] = Color3.new(1, 0.960784, 0),
  9373. ["Enabled"] = false,
  9374. ["Heat"] = 25,
  9375. ["SecondaryColor"] = Color3.new(1, 0, 0),
  9376. })
  9377. o606 = Create("Part",{
  9378. ["Name"] = "Right Arm",
  9379. ["Parent"] = o599,
  9380. ["BrickColor"] = BrickColor.new("Institutional white"),
  9381. ["Position"] = Vector3.new(17902.4297, 221.339905, -540.970276),
  9382. ["Rotation"] = Vector3.new(-1.76744578e-012, -90, 0),
  9383. ["Anchored"] = true,
  9384. ["CFrame"] = CFrame.new(17902.4297, 221.339905, -540.970276, 7.15256022e-007, 1.86377528e-011, -1, 3.08477473e-014, 1, 1.86377528e-011, 1, -3.08610796e-014, 7.15256022e-007),
  9385. ["CanCollide"] = false,
  9386. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9387. ["Size"] = Vector3.new(1, 2, 1),
  9388. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9389. })
  9390. o607 = Create("Part",{
  9391. ["Name"] = "Right Leg",
  9392. ["Parent"] = o599,
  9393. ["BrickColor"] = BrickColor.new("Institutional white"),
  9394. ["Position"] = Vector3.new(17902.4297, 219.339905, -541.96991),
  9395. ["Rotation"] = Vector3.new(-1.78156665e-012, -90, 0),
  9396. ["Anchored"] = true,
  9397. ["CFrame"] = CFrame.new(17902.4297, 219.339905, -541.96991, 7.15256022e-007, 1.86377528e-011, -1, 3.10942034e-014, 1, 1.86377528e-011, 1, -3.11075357e-014, 7.15256022e-007),
  9398. ["CanCollide"] = false,
  9399. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9400. ["Size"] = Vector3.new(1, 2, 1),
  9401. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  9402. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9403. })
  9404. o608 = Create("Fire",{
  9405. ["Parent"] = o607,
  9406. ["Size"] = 30,
  9407. ["Color"] = Color3.new(1, 0.960784, 0),
  9408. ["Enabled"] = false,
  9409. ["Heat"] = 25,
  9410. ["SecondaryColor"] = Color3.new(1, 0, 0),
  9411. })
  9412. o609 = Create("Part",{
  9413. ["Name"] = "Torso",
  9414. ["Parent"] = o599,
  9415. ["BrickColor"] = BrickColor.new("Institutional white"),
  9416. ["Position"] = Vector3.new(17902.4297, 221.339905, -542.469971),
  9417. ["Rotation"] = Vector3.new(-0.00149324851, -89.746666, -0.00149325328),
  9418. ["Anchored"] = true,
  9419. ["CFrame"] = CFrame.new(17902.4297, 221.339905, -542.469971, 7.1524903e-007, 1.86409534e-011, -0.999990225, 2.45966814e-014, 1, 1.86408944e-011, 0.999990225, -2.43697884e-014, 7.1524903e-007),
  9420. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9421. ["Size"] = Vector3.new(2, 2, 1),
  9422. ["BottomSurface"] = Enum.SurfaceType.Weld,
  9423. ["LeftSurface"] = Enum.SurfaceType.Weld,
  9424. ["RightSurface"] = Enum.SurfaceType.Weld,
  9425. ["TopSurface"] = Enum.SurfaceType.Weld,
  9426. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9427. })
  9428. o610 = Create("Snap",{
  9429. ["Name"] = "Neck",
  9430. ["Parent"] = o609,
  9431. ["Part0"] = o609,
  9432. ["Part1"] = o601,
  9433. })
  9434. o611 = Create("Script",{
  9435. ["Name"] = "Health",
  9436. ["Parent"] = o599,
  9437. })
  9438. table.insert(cors,coroutine.create(function()
  9439. wait()
  9440. runDummyScript(function()
  9441. Humanoid = script.Parent.Humanoid
  9442. while true do
  9443. local s = wait(1)
  9444. local health = Humanoid.Health
  9445. if health > 0 and health < Humanoid.MaxHealth then
  9446. health = health + 0.01 * s * Humanoid.MaxHealth
  9447. if health * 1.05 < Humanoid.MaxHealth then
  9448. Humanoid.Health = health
  9449. else
  9450. Humanoid.Health = Humanoid.MaxHealth
  9451. end
  9452. end
  9453. end
  9454.  
  9455. end,o611)
  9456. end))
  9457. o612 = Create("Part",{
  9458. ["Name"] = "wallpart",
  9459. ["Parent"] = o493,
  9460. ["Material"] = Enum.Material.Neon,
  9461. ["BrickColor"] = BrickColor.new("New Yeller"),
  9462. ["Transparency"] = 0.89999997615814,
  9463. ["Position"] = Vector3.new(18121.5313, 274.529968, -533.270081),
  9464. ["Rotation"] = Vector3.new(0, 90, 0),
  9465. ["Anchored"] = true,
  9466. ["CFrame"] = CFrame.new(18121.5313, 274.529968, -533.270081, 0, 0, 1, 0, 1, -0, -1, 0, 0),
  9467. ["Size"] = Vector3.new(323, 113, 1),
  9468. ["Color"] = Color3.new(1, 1, 0),
  9469. })
  9470. o613 = Create("Model",{
  9471. ["Name"] = "Regenerating Test Dummy",
  9472. ["Parent"] = o493,
  9473. })
  9474. o614 = Create("Part",{
  9475. ["Name"] = "RegenPad",
  9476. ["Parent"] = o613,
  9477. ["BrickColor"] = BrickColor.new("Bright green"),
  9478. ["Reflectance"] = 0.5,
  9479. ["Transparency"] = 1,
  9480. ["Position"] = Vector3.new(18090.4297, 218.22998, -592.469971),
  9481. ["Rotation"] = Vector3.new(-1.30335564e-012, -90, 0),
  9482. ["Anchored"] = true,
  9483. ["CFrame"] = CFrame.new(18090.4297, 218.22998, -592.469971, -1.13686838e-013, -1.20251031e-014, -1, 2.27478474e-014, 1, -1.20251031e-014, 1, -2.27478474e-014, -1.13686838e-013),
  9484. ["FormFactor"] = Enum.FormFactor.Plate,
  9485. ["Size"] = Vector3.new(4, 0.400000006, 4),
  9486. ["TopSurface"] = Enum.SurfaceType.Smooth,
  9487. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  9488. })
  9489. o615 = Create("Script",{
  9490. ["Parent"] = o614,
  9491. })
  9492. table.insert(cors,coroutine.create(function()
  9493. wait()
  9494. runDummyScript(function()
  9495. Dummy = script.Parent.Parent.Dummy
  9496. Clone = Dummy:Clone()
  9497.  
  9498. function Regen()
  9499. wait(3)
  9500. Dummy.Parent = nil
  9501. Clone.Parent = script.Parent.Parent
  9502. Dummy = Clone
  9503. Dummy:makeJoints()
  9504. Dummy.Torso.CFrame = script.Parent.CFrame + Vector3.new(0,2.7,0)
  9505. Clone = Dummy:Clone()
  9506. Dummy.Humanoid.Died:connect(Regen)
  9507. end
  9508.  
  9509. Dummy.Humanoid.Died:connect(Regen)
  9510. end,o615)
  9511. end))
  9512. o616 = Create("Model",{
  9513. ["Name"] = "Dummy",
  9514. ["Parent"] = o613,
  9515. })
  9516. o617 = Create("Humanoid",{
  9517. ["Parent"] = o616,
  9518. ["RightLeg"] = o624,
  9519. ["LeftLeg"] = o621,
  9520. ["Torso"] = o626,
  9521. })
  9522. o618 = Create("Part",{
  9523. ["Name"] = "Head",
  9524. ["Parent"] = o616,
  9525. ["BrickColor"] = BrickColor.new("Institutional white"),
  9526. ["Position"] = Vector3.new(18090.4297, 222.839905, -592.469971),
  9527. ["Rotation"] = Vector3.new(-1.32663216e-012, -90, 0),
  9528. ["Anchored"] = true,
  9529. ["CFrame"] = CFrame.new(18090.4297, 222.839905, -592.469971, 7.15256022e-007, 1.86416924e-011, -1, 2.31540996e-014, 1, 1.86416924e-011, 1, -2.31674336e-014, 7.15256022e-007),
  9530. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9531. ["Size"] = Vector3.new(2, 1, 1),
  9532. ["TopSurface"] = Enum.SurfaceType.Smooth,
  9533. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9534. })
  9535. o619 = Create("SpecialMesh",{
  9536. ["Parent"] = o618,
  9537. ["Scale"] = Vector3.new(1.25, 1.25, 1.25),
  9538. })
  9539. o620 = Create("Part",{
  9540. ["Name"] = "Left Arm",
  9541. ["Parent"] = o616,
  9542. ["BrickColor"] = BrickColor.new("Institutional white"),
  9543. ["Position"] = Vector3.new(18090.4297, 221.339905, -593.96991),
  9544. ["Rotation"] = Vector3.new(-1.31604677e-012, -90, 0),
  9545. ["Anchored"] = true,
  9546. ["CFrame"] = CFrame.new(18090.4297, 221.339905, -593.96991, 7.15256022e-007, 1.86417826e-011, -1, 2.29693482e-014, 1, 1.86417826e-011, 1, -2.29826822e-014, 7.15256022e-007),
  9547. ["CanCollide"] = false,
  9548. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9549. ["Size"] = Vector3.new(1, 2, 1),
  9550. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9551. })
  9552. o621 = Create("Part",{
  9553. ["Name"] = "Left Leg",
  9554. ["Parent"] = o616,
  9555. ["BrickColor"] = BrickColor.new("Institutional white"),
  9556. ["Position"] = Vector3.new(18090.4297, 219.339905, -592.969971),
  9557. ["Rotation"] = Vector3.new(-1.33755409e-012, -90, 0),
  9558. ["Anchored"] = true,
  9559. ["CFrame"] = CFrame.new(18090.4297, 219.339905, -592.969971, 7.15256022e-007, 1.8641786e-011, -1, 2.33447227e-014, 1, 1.8641786e-011, 1, -2.33580567e-014, 7.15256022e-007),
  9560. ["CanCollide"] = false,
  9561. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9562. ["Size"] = Vector3.new(1, 2, 1),
  9563. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  9564. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9565. })
  9566. o622 = Create("Fire",{
  9567. ["Parent"] = o621,
  9568. ["Size"] = 30,
  9569. ["Color"] = Color3.new(1, 0.960784, 0),
  9570. ["Enabled"] = false,
  9571. ["Heat"] = 25,
  9572. ["SecondaryColor"] = Color3.new(1, 0, 0),
  9573. })
  9574. o623 = Create("Part",{
  9575. ["Name"] = "Right Arm",
  9576. ["Parent"] = o616,
  9577. ["BrickColor"] = BrickColor.new("Institutional white"),
  9578. ["Position"] = Vector3.new(18090.4297, 221.339905, -590.970032),
  9579. ["Rotation"] = Vector3.new(-1.31537457e-012, -90, 0),
  9580. ["Anchored"] = true,
  9581. ["CFrame"] = CFrame.new(18090.4297, 221.339905, -590.970032, 7.15256022e-007, 1.86417895e-011, -1, 2.29576168e-014, 1, 1.86417895e-011, 1, -2.29709508e-014, 7.15256022e-007),
  9582. ["CanCollide"] = false,
  9583. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9584. ["Size"] = Vector3.new(1, 2, 1),
  9585. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9586. })
  9587. o624 = Create("Part",{
  9588. ["Name"] = "Right Leg",
  9589. ["Parent"] = o616,
  9590. ["BrickColor"] = BrickColor.new("Institutional white"),
  9591. ["Position"] = Vector3.new(18090.4297, 219.339905, -591.96991),
  9592. ["Rotation"] = Vector3.new(-1.3382263e-012, -90, 0),
  9593. ["Anchored"] = true,
  9594. ["CFrame"] = CFrame.new(18090.4297, 219.339905, -591.96991, 7.15256022e-007, 1.8641793e-011, -1, 2.33564541e-014, 1, 1.8641793e-011, 1, -2.33697881e-014, 7.15256022e-007),
  9595. ["CanCollide"] = false,
  9596. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9597. ["Size"] = Vector3.new(1, 2, 1),
  9598. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  9599. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9600. })
  9601. o625 = Create("Fire",{
  9602. ["Parent"] = o624,
  9603. ["Size"] = 30,
  9604. ["Color"] = Color3.new(1, 0.960784, 0),
  9605. ["Enabled"] = false,
  9606. ["Heat"] = 25,
  9607. ["SecondaryColor"] = Color3.new(1, 0, 0),
  9608. })
  9609. o626 = Create("Part",{
  9610. ["Name"] = "Torso",
  9611. ["Parent"] = o616,
  9612. ["BrickColor"] = BrickColor.new("Institutional white"),
  9613. ["Position"] = Vector3.new(18090.4297, 221.339905, -592.469971),
  9614. ["Rotation"] = Vector3.new(-1.32663216e-012, -90, 0),
  9615. ["Anchored"] = true,
  9616. ["CFrame"] = CFrame.new(18090.4297, 221.339905, -592.469971, 7.15256022e-007, 1.86416924e-011, -1, 2.31540996e-014, 1, 1.86416924e-011, 1, -2.31674336e-014, 7.15256022e-007),
  9617. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9618. ["Size"] = Vector3.new(2, 2, 1),
  9619. ["BottomSurface"] = Enum.SurfaceType.Weld,
  9620. ["LeftSurface"] = Enum.SurfaceType.Weld,
  9621. ["RightSurface"] = Enum.SurfaceType.Weld,
  9622. ["TopSurface"] = Enum.SurfaceType.Weld,
  9623. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9624. })
  9625. o627 = Create("Snap",{
  9626. ["Name"] = "Neck",
  9627. ["Parent"] = o626,
  9628. ["Part0"] = o626,
  9629. ["Part1"] = o618,
  9630. })
  9631. o628 = Create("Script",{
  9632. ["Name"] = "Health",
  9633. ["Parent"] = o616,
  9634. })
  9635. table.insert(cors,coroutine.create(function()
  9636. wait()
  9637. runDummyScript(function()
  9638. Humanoid = script.Parent.Humanoid
  9639. while true do
  9640. local s = wait(1)
  9641. local health = Humanoid.Health
  9642. if health > 0 and health < Humanoid.MaxHealth then
  9643. health = health + 0.01 * s * Humanoid.MaxHealth
  9644. if health * 1.05 < Humanoid.MaxHealth then
  9645. Humanoid.Health = health
  9646. else
  9647. Humanoid.Health = Humanoid.MaxHealth
  9648. end
  9649. end
  9650. end
  9651.  
  9652. end,o628)
  9653. end))
  9654. o629 = Create("Model",{
  9655. ["Name"] = "Regenerating Test Dummy",
  9656. ["Parent"] = o493,
  9657. })
  9658. o630 = Create("Part",{
  9659. ["Name"] = "RegenPad",
  9660. ["Parent"] = o629,
  9661. ["BrickColor"] = BrickColor.new("Bright green"),
  9662. ["Reflectance"] = 0.5,
  9663. ["Transparency"] = 1,
  9664. ["Position"] = Vector3.new(17834.4297, 218.22998, -625.469971),
  9665. ["Rotation"] = Vector3.new(-1.30335564e-012, -90, 0),
  9666. ["Anchored"] = true,
  9667. ["CFrame"] = CFrame.new(17834.4297, 218.22998, -625.469971, -1.13686838e-013, -1.20251031e-014, -1, 2.27478474e-014, 1, -1.20251031e-014, 1, -2.27478474e-014, -1.13686838e-013),
  9668. ["FormFactor"] = Enum.FormFactor.Plate,
  9669. ["Size"] = Vector3.new(4, 0.400000006, 4),
  9670. ["TopSurface"] = Enum.SurfaceType.Smooth,
  9671. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  9672. })
  9673. o631 = Create("Script",{
  9674. ["Parent"] = o630,
  9675. })
  9676. table.insert(cors,coroutine.create(function()
  9677. wait()
  9678. runDummyScript(function()
  9679. Dummy = script.Parent.Parent.Dummy
  9680. Clone = Dummy:Clone()
  9681.  
  9682. function Regen()
  9683. wait(3)
  9684. Dummy.Parent = nil
  9685. Clone.Parent = script.Parent.Parent
  9686. Dummy = Clone
  9687. Dummy:makeJoints()
  9688. Dummy.Torso.CFrame = script.Parent.CFrame + Vector3.new(0,2.7,0)
  9689. Clone = Dummy:Clone()
  9690. Dummy.Humanoid.Died:connect(Regen)
  9691. end
  9692.  
  9693. Dummy.Humanoid.Died:connect(Regen)
  9694. end,o631)
  9695. end))
  9696. o632 = Create("Model",{
  9697. ["Name"] = "Dummy",
  9698. ["Parent"] = o629,
  9699. })
  9700. o633 = Create("Humanoid",{
  9701. ["Parent"] = o632,
  9702. ["RightLeg"] = o640,
  9703. ["LeftLeg"] = o637,
  9704. ["Torso"] = o642,
  9705. })
  9706. o634 = Create("Part",{
  9707. ["Name"] = "Head",
  9708. ["Parent"] = o632,
  9709. ["BrickColor"] = BrickColor.new("Institutional white"),
  9710. ["Position"] = Vector3.new(17834.4297, 222.839905, -625.469971),
  9711. ["Rotation"] = Vector3.new(-1.32663216e-012, -90, 0),
  9712. ["Anchored"] = true,
  9713. ["CFrame"] = CFrame.new(17834.4297, 222.839905, -625.469971, 7.15256022e-007, 1.86416924e-011, -1, 2.31540996e-014, 1, 1.86416924e-011, 1, -2.31674336e-014, 7.15256022e-007),
  9714. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9715. ["Size"] = Vector3.new(2, 1, 1),
  9716. ["TopSurface"] = Enum.SurfaceType.Smooth,
  9717. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9718. })
  9719. o635 = Create("SpecialMesh",{
  9720. ["Parent"] = o634,
  9721. ["Scale"] = Vector3.new(1.25, 1.25, 1.25),
  9722. })
  9723. o636 = Create("Part",{
  9724. ["Name"] = "Left Arm",
  9725. ["Parent"] = o632,
  9726. ["BrickColor"] = BrickColor.new("Institutional white"),
  9727. ["Position"] = Vector3.new(17834.4297, 221.339905, -626.96991),
  9728. ["Rotation"] = Vector3.new(-1.31739086e-012, -90, 0),
  9729. ["Anchored"] = true,
  9730. ["CFrame"] = CFrame.new(17834.4297, 221.339905, -626.96991, 7.15256022e-007, 1.86417687e-011, -1, 2.29928076e-014, 1, 1.86417687e-011, 1, -2.30061416e-014, 7.15256022e-007),
  9731. ["CanCollide"] = false,
  9732. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9733. ["Size"] = Vector3.new(1, 2, 1),
  9734. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9735. })
  9736. o637 = Create("Part",{
  9737. ["Name"] = "Left Leg",
  9738. ["Parent"] = o632,
  9739. ["BrickColor"] = BrickColor.new("Institutional white"),
  9740. ["Position"] = Vector3.new(17834.4297, 219.339905, -625.969971),
  9741. ["Rotation"] = Vector3.new(-1.33620979e-012, -90, 0),
  9742. ["Anchored"] = true,
  9743. ["CFrame"] = CFrame.new(17834.4297, 219.339905, -625.969971, 7.15256022e-007, 1.86417722e-011, -1, 2.33212599e-014, 1, 1.86417722e-011, 1, -2.33345939e-014, 7.15256022e-007),
  9744. ["CanCollide"] = false,
  9745. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9746. ["Size"] = Vector3.new(1, 2, 1),
  9747. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  9748. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9749. })
  9750. o638 = Create("Fire",{
  9751. ["Parent"] = o637,
  9752. ["Size"] = 30,
  9753. ["Color"] = Color3.new(1, 0.960784, 0),
  9754. ["Enabled"] = false,
  9755. ["Heat"] = 25,
  9756. ["SecondaryColor"] = Color3.new(1, 0, 0),
  9757. })
  9758. o639 = Create("Part",{
  9759. ["Name"] = "Right Arm",
  9760. ["Parent"] = o632,
  9761. ["BrickColor"] = BrickColor.new("Institutional white"),
  9762. ["Position"] = Vector3.new(17834.4297, 221.339905, -623.970032),
  9763. ["Rotation"] = Vector3.new(-1.31671876e-012, -90, 0),
  9764. ["Anchored"] = true,
  9765. ["CFrame"] = CFrame.new(17834.4297, 221.339905, -623.970032, 7.15256022e-007, 1.86417756e-011, -1, 2.29810779e-014, 1, 1.86417756e-011, 1, -2.29944119e-014, 7.15256022e-007),
  9766. ["CanCollide"] = false,
  9767. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9768. ["Size"] = Vector3.new(1, 2, 1),
  9769. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9770. })
  9771. o640 = Create("Part",{
  9772. ["Name"] = "Right Leg",
  9773. ["Parent"] = o632,
  9774. ["BrickColor"] = BrickColor.new("Institutional white"),
  9775. ["Position"] = Vector3.new(17834.4297, 219.339905, -624.96991),
  9776. ["Rotation"] = Vector3.new(-1.33688199e-012, -90, 0),
  9777. ["Anchored"] = true,
  9778. ["CFrame"] = CFrame.new(17834.4297, 219.339905, -624.96991, 7.15256022e-007, 1.86417791e-011, -1, 2.3332993e-014, 1, 1.86417791e-011, 1, -2.3346327e-014, 7.15256022e-007),
  9779. ["CanCollide"] = false,
  9780. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9781. ["Size"] = Vector3.new(1, 2, 1),
  9782. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  9783. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9784. })
  9785. o641 = Create("Fire",{
  9786. ["Parent"] = o640,
  9787. ["Size"] = 30,
  9788. ["Color"] = Color3.new(1, 0.960784, 0),
  9789. ["Enabled"] = false,
  9790. ["Heat"] = 25,
  9791. ["SecondaryColor"] = Color3.new(1, 0, 0),
  9792. })
  9793. o642 = Create("Part",{
  9794. ["Name"] = "Torso",
  9795. ["Parent"] = o632,
  9796. ["BrickColor"] = BrickColor.new("Institutional white"),
  9797. ["Position"] = Vector3.new(17834.4297, 221.339905, -625.469971),
  9798. ["Rotation"] = Vector3.new(-1.32663216e-012, -90, 0),
  9799. ["Anchored"] = true,
  9800. ["CFrame"] = CFrame.new(17834.4297, 221.339905, -625.469971, 7.15256022e-007, 1.86416924e-011, -1, 2.31540996e-014, 1, 1.86416924e-011, 1, -2.31674336e-014, 7.15256022e-007),
  9801. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9802. ["Size"] = Vector3.new(2, 2, 1),
  9803. ["BottomSurface"] = Enum.SurfaceType.Weld,
  9804. ["LeftSurface"] = Enum.SurfaceType.Weld,
  9805. ["RightSurface"] = Enum.SurfaceType.Weld,
  9806. ["TopSurface"] = Enum.SurfaceType.Weld,
  9807. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9808. })
  9809. o643 = Create("Snap",{
  9810. ["Name"] = "Neck",
  9811. ["Parent"] = o642,
  9812. ["Part0"] = o642,
  9813. ["Part1"] = o634,
  9814. })
  9815. o644 = Create("Script",{
  9816. ["Name"] = "Health",
  9817. ["Parent"] = o632,
  9818. })
  9819. table.insert(cors,coroutine.create(function()
  9820. wait()
  9821. runDummyScript(function()
  9822. Humanoid = script.Parent.Humanoid
  9823. while true do
  9824. local s = wait(1)
  9825. local health = Humanoid.Health
  9826. if health > 0 and health < Humanoid.MaxHealth then
  9827. health = health + 0.01 * s * Humanoid.MaxHealth
  9828. if health * 1.05 < Humanoid.MaxHealth then
  9829. Humanoid.Health = health
  9830. else
  9831. Humanoid.Health = Humanoid.MaxHealth
  9832. end
  9833. end
  9834. end
  9835.  
  9836. end,o644)
  9837. end))
  9838. o645 = Create("Model",{
  9839. ["Name"] = "Regenerating Test Dummy",
  9840. ["Parent"] = o493,
  9841. })
  9842. o646 = Create("Part",{
  9843. ["Name"] = "RegenPad",
  9844. ["Parent"] = o645,
  9845. ["BrickColor"] = BrickColor.new("Bright green"),
  9846. ["Reflectance"] = 0.5,
  9847. ["Transparency"] = 1,
  9848. ["Position"] = Vector3.new(17890.4297, 218.22998, -646.469971),
  9849. ["Rotation"] = Vector3.new(173.564636, -89.746666, 173.684662),
  9850. ["Anchored"] = true,
  9851. ["CFrame"] = CFrame.new(17890.4297, 218.22998, -646.469971, -1.13686838e-013, -1.25819494e-014, -0.999990225, 2.41903987e-014, 1, -1.28230759e-014, 0.999990225, -2.39501785e-014, -1.13686838e-013),
  9852. ["FormFactor"] = Enum.FormFactor.Plate,
  9853. ["Size"] = Vector3.new(4, 0.400000006, 4),
  9854. ["TopSurface"] = Enum.SurfaceType.Smooth,
  9855. ["Color"] = Color3.new(0.294118, 0.592157, 0.294118),
  9856. })
  9857. o647 = Create("Script",{
  9858. ["Parent"] = o646,
  9859. })
  9860. table.insert(cors,coroutine.create(function()
  9861. wait()
  9862. runDummyScript(function()
  9863. Dummy = script.Parent.Parent.Dummy
  9864. Clone = Dummy:Clone()
  9865.  
  9866. function Regen()
  9867. wait(3)
  9868. Dummy.Parent = nil
  9869. Clone.Parent = script.Parent.Parent
  9870. Dummy = Clone
  9871. Dummy:makeJoints()
  9872. Dummy.Torso.CFrame = script.Parent.CFrame + Vector3.new(0,2.7,0)
  9873. Clone = Dummy:Clone()
  9874. Dummy.Humanoid.Died:connect(Regen)
  9875. end
  9876.  
  9877. Dummy.Humanoid.Died:connect(Regen)
  9878. end,o647)
  9879. end))
  9880. o648 = Create("Model",{
  9881. ["Name"] = "Dummy",
  9882. ["Parent"] = o645,
  9883. })
  9884. o649 = Create("Humanoid",{
  9885. ["Parent"] = o648,
  9886. ["RightLeg"] = o656,
  9887. ["LeftLeg"] = o653,
  9888. ["Torso"] = o658,
  9889. })
  9890. o650 = Create("Part",{
  9891. ["Name"] = "Head",
  9892. ["Parent"] = o648,
  9893. ["BrickColor"] = BrickColor.new("Institutional white"),
  9894. ["Position"] = Vector3.new(17890.4297, 222.839905, -646.469971),
  9895. ["Rotation"] = Vector3.new(-0.00149324851, -89.746666, -0.00149325328),
  9896. ["Anchored"] = true,
  9897. ["CFrame"] = CFrame.new(17890.4297, 222.839905, -646.469971, 7.1524903e-007, 1.86409534e-011, -0.999990225, 2.45966526e-014, 1, 1.86408944e-011, 0.999990225, -2.43697596e-014, 7.1524903e-007),
  9898. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9899. ["Size"] = Vector3.new(2, 1, 1),
  9900. ["TopSurface"] = Enum.SurfaceType.Smooth,
  9901. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9902. })
  9903. o651 = Create("SpecialMesh",{
  9904. ["Parent"] = o650,
  9905. ["Scale"] = Vector3.new(1.25, 1.25, 1.25),
  9906. })
  9907. o652 = Create("Part",{
  9908. ["Name"] = "Left Arm",
  9909. ["Parent"] = o648,
  9910. ["BrickColor"] = BrickColor.new("Institutional white"),
  9911. ["Position"] = Vector3.new(17890.4297, 221.339905, -647.96991),
  9912. ["Rotation"] = Vector3.new(-1.76744405e-012, -90, 0),
  9913. ["Anchored"] = true,
  9914. ["CFrame"] = CFrame.new(17890.4297, 221.339905, -647.96991, 7.15256022e-007, 1.86377528e-011, -1, 3.08477168e-014, 1, 1.86377528e-011, 1, -3.08610491e-014, 7.15256022e-007),
  9915. ["CanCollide"] = false,
  9916. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9917. ["Size"] = Vector3.new(1, 2, 1),
  9918. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9919. })
  9920. o653 = Create("Part",{
  9921. ["Name"] = "Left Leg",
  9922. ["Parent"] = o648,
  9923. ["BrickColor"] = BrickColor.new("Institutional white"),
  9924. ["Position"] = Vector3.new(17890.4297, 219.339905, -646.969971),
  9925. ["Rotation"] = Vector3.new(-1.78156513e-012, -90, 0),
  9926. ["Anchored"] = true,
  9927. ["CFrame"] = CFrame.new(17890.4297, 219.339905, -646.969971, 7.15256022e-007, 1.86377528e-011, -1, 3.10941763e-014, 1, 1.86377528e-011, 1, -3.11075086e-014, 7.15256022e-007),
  9928. ["CanCollide"] = false,
  9929. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9930. ["Size"] = Vector3.new(1, 2, 1),
  9931. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  9932. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9933. })
  9934. o654 = Create("Fire",{
  9935. ["Parent"] = o653,
  9936. ["Size"] = 30,
  9937. ["Color"] = Color3.new(1, 0.960784, 0),
  9938. ["Enabled"] = false,
  9939. ["Heat"] = 25,
  9940. ["SecondaryColor"] = Color3.new(1, 0, 0),
  9941. })
  9942. o655 = Create("Part",{
  9943. ["Name"] = "Right Arm",
  9944. ["Parent"] = o648,
  9945. ["BrickColor"] = BrickColor.new("Institutional white"),
  9946. ["Position"] = Vector3.new(17890.4297, 221.339905, -644.971375),
  9947. ["Rotation"] = Vector3.new(-1.76744405e-012, -90, 0),
  9948. ["Anchored"] = true,
  9949. ["CFrame"] = CFrame.new(17890.4297, 221.339905, -644.971375, 7.15256022e-007, 1.86377528e-011, -1, 3.08477168e-014, 1, 1.86377528e-011, 1, -3.08610491e-014, 7.15256022e-007),
  9950. ["CanCollide"] = false,
  9951. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9952. ["Size"] = Vector3.new(1, 2, 1),
  9953. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9954. })
  9955. o656 = Create("Part",{
  9956. ["Name"] = "Right Leg",
  9957. ["Parent"] = o648,
  9958. ["BrickColor"] = BrickColor.new("Institutional white"),
  9959. ["Position"] = Vector3.new(17890.4297, 219.339905, -645.971252),
  9960. ["Rotation"] = Vector3.new(-1.78156513e-012, -90, 0),
  9961. ["Anchored"] = true,
  9962. ["CFrame"] = CFrame.new(17890.4297, 219.339905, -645.971252, 7.15256022e-007, 1.86377528e-011, -1, 3.10941763e-014, 1, 1.86377528e-011, 1, -3.11075086e-014, 7.15256022e-007),
  9963. ["CanCollide"] = false,
  9964. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9965. ["Size"] = Vector3.new(1, 2, 1),
  9966. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  9967. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9968. })
  9969. o657 = Create("Fire",{
  9970. ["Parent"] = o656,
  9971. ["Size"] = 30,
  9972. ["Color"] = Color3.new(1, 0.960784, 0),
  9973. ["Enabled"] = false,
  9974. ["Heat"] = 25,
  9975. ["SecondaryColor"] = Color3.new(1, 0, 0),
  9976. })
  9977. o658 = Create("Part",{
  9978. ["Name"] = "Torso",
  9979. ["Parent"] = o648,
  9980. ["BrickColor"] = BrickColor.new("Institutional white"),
  9981. ["Position"] = Vector3.new(17890.4297, 221.339905, -646.469971),
  9982. ["Rotation"] = Vector3.new(-0.00149324851, -89.746666, -0.00149325328),
  9983. ["Anchored"] = true,
  9984. ["CFrame"] = CFrame.new(17890.4297, 221.339905, -646.469971, 7.1524903e-007, 1.86409534e-011, -0.999990225, 2.45966526e-014, 1, 1.86408944e-011, 0.999990225, -2.43697596e-014, 7.1524903e-007),
  9985. ["FormFactor"] = Enum.FormFactor.Symmetric,
  9986. ["Size"] = Vector3.new(2, 2, 1),
  9987. ["BottomSurface"] = Enum.SurfaceType.Weld,
  9988. ["LeftSurface"] = Enum.SurfaceType.Weld,
  9989. ["RightSurface"] = Enum.SurfaceType.Weld,
  9990. ["TopSurface"] = Enum.SurfaceType.Weld,
  9991. ["Color"] = Color3.new(0.972549, 0.972549, 0.972549),
  9992. })
  9993. o659 = Create("Snap",{
  9994. ["Name"] = "Neck",
  9995. ["Parent"] = o658,
  9996. ["Part0"] = o658,
  9997. ["Part1"] = o650,
  9998. })
  9999. o660 = Create("Script",{
  10000. ["Name"] = "Health",
  10001. ["Parent"] = o648,
  10002. })
  10003. table.insert(cors,coroutine.create(function()
  10004. wait()
  10005. runDummyScript(function()
  10006. Humanoid = script.Parent.Humanoid
  10007. while true do
  10008. local s = wait(1)
  10009. local health = Humanoid.Health
  10010. if health > 0 and health < Humanoid.MaxHealth then
  10011. health = health + 0.01 * s * Humanoid.MaxHealth
  10012. if health * 1.05 < Humanoid.MaxHealth then
  10013. Humanoid.Health = health
  10014. else
  10015. Humanoid.Health = Humanoid.MaxHealth
  10016. end
  10017. end
  10018. end
  10019.  
  10020. end,o660)
  10021. end))
  10022. o661 = Create("Part",{
  10023. ["Name"] = "wallpart",
  10024. ["Parent"] = o493,
  10025. ["Material"] = Enum.Material.Neon,
  10026. ["BrickColor"] = BrickColor.new("New Yeller"),
  10027. ["Transparency"] = 0.89999997615814,
  10028. ["Position"] = Vector3.new(17813.5293, 274.530029, -533.270081),
  10029. ["Rotation"] = Vector3.new(0, 90, 0),
  10030. ["Anchored"] = true,
  10031. ["CFrame"] = CFrame.new(17813.5293, 274.530029, -533.270081, 0, 0, 1, 0, 1, -0, -1, 0, 0),
  10032. ["Size"] = Vector3.new(323, 113, 1),
  10033. ["Color"] = Color3.new(1, 1, 0),
  10034. })
  10035. o662 = Create("Part",{
  10036. ["Name"] = "thing",
  10037. ["Parent"] = o493,
  10038. ["Material"] = Enum.Material.Neon,
  10039. ["BrickColor"] = BrickColor.new("New Yeller"),
  10040. ["Position"] = Vector3.new(17824.0293, 202.189896, -381.769928),
  10041. ["Rotation"] = Vector3.new(-90, 90, 0),
  10042. ["Anchored"] = true,
  10043. ["CFrame"] = CFrame.new(17824.0293, 202.189896, -381.769928, 0, 0, 1, -1, 0, 0, 0, -1, 0),
  10044. ["Shape"] = Enum.PartType.Cylinder,
  10045. ["Size"] = Vector3.new(1, 17.0900002, 17.1800003),
  10046. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  10047. ["TopSurface"] = Enum.SurfaceType.Smooth,
  10048. ["Color"] = Color3.new(1, 1, 0),
  10049. })
  10050. o663 = Create("ParticleEmitter",{
  10051. ["Parent"] = o662,
  10052. ["Rotation"] = NumberRange.new(180,360),
  10053. ["Size"] = NumberSequence.new(4.0625,0),
  10054. ["Color"] = ColorSequence.new(Color3.new(1, 1, 0),Color3.new(1, 0.333333, 0),Color3.new(1, 0, 0)),
  10055. ["LightEmission"] = 1,
  10056. ["Texture"] = "http://www.roblox.com/asset/?id=241685484",
  10057. ["Acceleration"] = Vector3.new(0, -20, 0),
  10058. ["Rate"] = 50,
  10059. ["Speed"] = NumberRange.new(0,0),
  10060. ["VelocitySpread"] = 50,
  10061. })
  10062. o664 = Create("Part",{
  10063. ["Name"] = "th",
  10064. ["Parent"] = o493,
  10065. ["Material"] = Enum.Material.Foil,
  10066. ["BrickColor"] = BrickColor.new("Bright yellow"),
  10067. ["Position"] = Vector3.new(17810.0664, 221.065002, -533.27002),
  10068. ["Rotation"] = Vector3.new(-0, 0, -135),
  10069. ["Anchored"] = true,
  10070. ["CFrame"] = CFrame.new(17810.0664, 221.065002, -533.27002, -0.707106829, 0.707106829, 0, -0.707106829, -0.707106829, 0, 0, 0, 1),
  10071. ["Size"] = Vector3.new(1, 13, 341),
  10072. ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
  10073. })
  10074. o665 = Create("Part",{
  10075. ["Name"] = "thing",
  10076. ["Parent"] = o493,
  10077. ["Material"] = Enum.Material.Neon,
  10078. ["BrickColor"] = BrickColor.new("New Yeller"),
  10079. ["Position"] = Vector3.new(18112.0313, 202.689941, -685.77002),
  10080. ["Rotation"] = Vector3.new(-90, 90, 0),
  10081. ["Anchored"] = true,
  10082. ["CFrame"] = CFrame.new(18112.0313, 202.689941, -685.77002, 0, 0, 1, -1, 0, 0, 0, -1, 0),
  10083. ["Shape"] = Enum.PartType.Cylinder,
  10084. ["Size"] = Vector3.new(1, 17.0900002, 17.1800003),
  10085. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  10086. ["TopSurface"] = Enum.SurfaceType.Smooth,
  10087. ["Color"] = Color3.new(1, 1, 0),
  10088. })
  10089. o666 = Create("ParticleEmitter",{
  10090. ["Parent"] = o665,
  10091. ["Rotation"] = NumberRange.new(180,360),
  10092. ["Size"] = NumberSequence.new(4.0625,0),
  10093. ["Color"] = ColorSequence.new(Color3.new(1, 1, 0),Color3.new(1, 0.333333, 0),Color3.new(1, 0, 0)),
  10094. ["LightEmission"] = 1,
  10095. ["Texture"] = "http://www.roblox.com/asset/?id=241685484",
  10096. ["Acceleration"] = Vector3.new(0, -20, 0),
  10097. ["Rate"] = 50,
  10098. ["Speed"] = NumberRange.new(0,0),
  10099. ["VelocitySpread"] = 50,
  10100. })
  10101. o667 = Create("Part",{
  10102. ["Name"] = "thing",
  10103. ["Parent"] = o493,
  10104. ["Material"] = Enum.Material.Neon,
  10105. ["BrickColor"] = BrickColor.new("New Yeller"),
  10106. ["Position"] = Vector3.new(17823.0293, 202.689941, -685.770081),
  10107. ["Rotation"] = Vector3.new(-90, 90, 0),
  10108. ["Anchored"] = true,
  10109. ["CFrame"] = CFrame.new(17823.0293, 202.689941, -685.770081, 0, 0, 1, -1, 0, 0, 0, -1, 0),
  10110. ["Shape"] = Enum.PartType.Cylinder,
  10111. ["Size"] = Vector3.new(1, 17.0900002, 17.1800003),
  10112. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  10113. ["TopSurface"] = Enum.SurfaceType.Smooth,
  10114. ["Color"] = Color3.new(1, 1, 0),
  10115. })
  10116. o668 = Create("ParticleEmitter",{
  10117. ["Parent"] = o667,
  10118. ["Rotation"] = NumberRange.new(180,360),
  10119. ["Size"] = NumberSequence.new(4.0625,0),
  10120. ["Color"] = ColorSequence.new(Color3.new(1, 1, 0),Color3.new(1, 0.333333, 0),Color3.new(1, 0, 0)),
  10121. ["LightEmission"] = 1,
  10122. ["Texture"] = "http://www.roblox.com/asset/?id=241685484",
  10123. ["Acceleration"] = Vector3.new(0, -20, 0),
  10124. ["Rate"] = 50,
  10125. ["Speed"] = NumberRange.new(0,0),
  10126. ["VelocitySpread"] = 50,
  10127. })
  10128. o669 = Create("Part",{
  10129. ["Name"] = "th",
  10130. ["Parent"] = o493,
  10131. ["Material"] = Enum.Material.Foil,
  10132. ["BrickColor"] = BrickColor.new("Bright yellow"),
  10133. ["Position"] = Vector3.new(17967.5664, 220.980103, -698.769775),
  10134. ["Rotation"] = Vector3.new(-45, 90, 0),
  10135. ["Anchored"] = true,
  10136. ["CFrame"] = CFrame.new(17967.5664, 220.980103, -698.769775, 0, 0, 1, -0.707106829, 0.707106829, 0, -0.707106769, -0.707106829, 0),
  10137. ["Size"] = Vector3.new(1, 13, 325),
  10138. ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
  10139. })
  10140. o670 = Create("Part",{
  10141. ["Name"] = "thy",
  10142. ["Parent"] = o493,
  10143. ["Material"] = Enum.Material.DiamondPlate,
  10144. ["BrickColor"] = BrickColor.new("Dark stone grey"),
  10145. ["Position"] = Vector3.new(17967.5313, 210.115005, -533.27002),
  10146. ["Anchored"] = true,
  10147. ["CFrame"] = CFrame.new(17967.5313, 210.115005, -533.27002, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  10148. ["Size"] = Vector3.new(309, 15.8299999, 325),
  10149. ["Color"] = Color3.new(0.388235, 0.372549, 0.384314),
  10150. })
  10151. o671 = Create("ParticleEmitter",{
  10152. ["Parent"] = o670,
  10153. ["Transparency"] = NumberSequence.new(1,0.30000001192093,1),
  10154. ["Rotation"] = NumberRange.new(180,360),
  10155. ["Size"] = NumberSequence.new(10,0.43749988079071,0.3125,0),
  10156. ["Color"] = ColorSequence.new(Color3.new(1, 1, 1),Color3.new(1, 0.74902, 0),Color3.new(0, 0, 0)),
  10157. ["LightEmission"] = 1,
  10158. ["Texture"] = "rbxassetid://284205403",
  10159. ["Acceleration"] = Vector3.new(0, 20, 0),
  10160. ["Lifetime"] = NumberRange.new(3,3),
  10161. ["Rate"] = 100,
  10162. ["Speed"] = NumberRange.new(0,0),
  10163. })
  10164. o672 = Create("Part",{
  10165. ["Name"] = "th",
  10166. ["Parent"] = o493,
  10167. ["Material"] = Enum.Material.Foil,
  10168. ["BrickColor"] = BrickColor.new("Bright yellow"),
  10169. ["Position"] = Vector3.new(17967.5664, 220.979736, -367.770203),
  10170. ["Rotation"] = Vector3.new(-135, 90, 0),
  10171. ["Anchored"] = true,
  10172. ["CFrame"] = CFrame.new(17967.5664, 220.979736, -367.770203, 0, 0, 1, -0.707106829, -0.707106829, 0, 0.707106769, -0.707106829, 0),
  10173. ["Size"] = Vector3.new(1, 13, 325),
  10174. ["Color"] = Color3.new(0.960784, 0.803922, 0.188235),
  10175. })
  10176. o673 = Create("Part",{
  10177. ["Name"] = "thing",
  10178. ["Parent"] = o493,
  10179. ["Material"] = Enum.Material.Neon,
  10180. ["BrickColor"] = BrickColor.new("New Yeller"),
  10181. ["Position"] = Vector3.new(18112.0313, 202.689941, -380.769928),
  10182. ["Rotation"] = Vector3.new(-90, 90, 0),
  10183. ["Anchored"] = true,
  10184. ["CFrame"] = CFrame.new(18112.0313, 202.689941, -380.769928, 0, 0, 1, -1, 0, 0, 0, -1, 0),
  10185. ["Shape"] = Enum.PartType.Cylinder,
  10186. ["Size"] = Vector3.new(1, 17.0900002, 17.1800003),
  10187. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  10188. ["TopSurface"] = Enum.SurfaceType.Smooth,
  10189. ["Color"] = Color3.new(1, 1, 0),
  10190. })
  10191. o674 = Create("ParticleEmitter",{
  10192. ["Parent"] = o673,
  10193. ["Rotation"] = NumberRange.new(180,360),
  10194. ["Size"] = NumberSequence.new(4.0625,0),
  10195. ["Color"] = ColorSequence.new(Color3.new(1, 1, 0),Color3.new(1, 0.333333, 0),Color3.new(1, 0, 0)),
  10196. ["LightEmission"] = 1,
  10197. ["Texture"] = "http://www.roblox.com/asset/?id=241685484",
  10198. ["Acceleration"] = Vector3.new(0, -20, 0),
  10199. ["Rate"] = 50,
  10200. ["Speed"] = NumberRange.new(0,0),
  10201. ["VelocitySpread"] = 50,
  10202. })
  10203. o675 = Create("Part",{
  10204. ["Name"] = "Baseplate",
  10205. ["Parent"] = o3,
  10206. ["Material"] = Enum.Material.Grass,
  10207. ["BrickColor"] = BrickColor.new("Sea green"),
  10208. ["Position"] = Vector3.new(0, -41.1449966, 0),
  10209. ["Anchored"] = true,
  10210. ["CFrame"] = CFrame.new(0, -41.1449966, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  10211. ["Locked"] = true,
  10212. ["FormFactor"] = Enum.FormFactor.Symmetric,
  10213. ["Size"] = Vector3.new(512, 82.2899933, 512),
  10214. ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  10215. ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  10216. ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  10217. ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  10218. ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  10219. ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines,
  10220. ["Color"] = Color3.new(0.203922, 0.556863, 0.25098),
  10221. })
  10222. mas.Parent = workspace
  10223. mas:MakeJoints()
  10224. local mas1 = mas:GetChildren()
  10225. for i=1,#mas1 do
  10226. mas1[i].Parent = workspace
  10227. ypcall(function() mas1[i]:MakeJoints() end)
  10228. end
  10229. mas:Destroy()
  10230. for i=1,#cors do
  10231. coroutine.resume(cors[i])
  10232. end
  10233. mess_handle:Remove()
  10234. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  10235. v:LoadCharacter()
  10236. end
  10237. wait(1)
  10238.  
  10239. game:GetService("Lighting").Ambient = Color3.new(0, 0, 0)
  10240. game:GetService("Lighting").Brightness = 1
  10241. game:GetService("Lighting").ColorShift_Bottom = Color3.new(0, 0, 0)
  10242. game:GetService("Lighting").ColorShift_Top = Color3.new(0, 0, 0)
  10243. game:GetService("Lighting").GlobalShadows = true
  10244. game:GetService("Lighting").OutdoorAmbient = Color3.new(0.5, 0.5, 0.5)
  10245. game:GetService("Lighting").Outlines = true
  10246. game:GetService("Lighting").GeographicLatitude = 41.733299255371
  10247. game:GetService("Lighting").TimeOfDay = "17:00:00"
  10248. game:GetService("Lighting").FogColor = Color3.new(0, 0, 0)
  10249. game:GetService("Lighting").FogEnd = 500
  10250. game:GetService("Lighting").FogStart = 0
Add Comment
Please, Sign In to add comment