Advertisement
saba1517

Untitled

Sep 12th, 2018
501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 263.75 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,game,owner = owner,game
  3. local RealPlayer = Player
  4. do
  5. print("FE Compatibility code by Mokiros")
  6. local rp = RealPlayer
  7. script.Parent = rp.Character
  8.  
  9. --RemoteEvent for communicating
  10. local Event = Instance.new("RemoteEvent")
  11. Event.Name = "UserInput_Event"
  12.  
  13. --Fake event to make stuff like Mouse.KeyDown work
  14. local function fakeEvent()
  15. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  16. t.connect = t.Connect
  17. return t
  18. end
  19.  
  20. --Creating fake input objects with fake variables
  21. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  22. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  23. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  24. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  25. end}
  26. --Merged 2 functions into one by checking amount of arguments
  27. CAS.UnbindAction = CAS.BindAction
  28.  
  29. --This function will trigger the events that have been :Connect()'ed
  30. local function te(self,ev,...)
  31. local t = m[ev]
  32. if t and t._fakeEvent then
  33. for _,f in pairs(t.Functions) do
  34. f(...)
  35. end
  36. end
  37. end
  38. m.TrigEvent = te
  39. UIS.TrigEvent = te
  40.  
  41. Event.OnServerEvent:Connect(function(plr,io)
  42. if plr~=rp then return end
  43. m.Target = io.Target
  44. m.Hit = io.Hit
  45. if not io.isMouse then
  46. local b = io.UserInputState == Enum.UserInputState.Begin
  47. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49. end
  50. for _,t in pairs(CAS.Actions) do
  51. for _,k in pairs(t.Keys) do
  52. if k==io.KeyCode then
  53. t.Function(t.Name,io.UserInputState,io)
  54. end
  55. end
  56. end
  57. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  58. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  59. end
  60. end)
  61. Event.Parent = NLS([==[
  62. local Player = game:GetService("Players").LocalPlayer
  63. local Event = script:WaitForChild("UserInput_Event")
  64.  
  65. local Mouse = Player:GetMouse()
  66. local UIS = game:GetService("UserInputService")
  67. local input = function(io,a)
  68. if a then return end
  69. --Since InputObject is a client-side instance, we create and pass table instead
  70. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  71. end
  72. UIS.InputBegan:Connect(input)
  73. UIS.InputEnded:Connect(input)
  74.  
  75. local h,t
  76. --Give the server mouse data 30 times every second, but only if the values changed
  77. --If player is not moving their mouse, client won't fire events
  78. while wait(1/30) do
  79. if h~=Mouse.Hit or t~=Mouse.Target then
  80. h,t=Mouse.Hit,Mouse.Target
  81. Event:FireServer({isMouse=true,Target=t,Hit=h})
  82. end
  83. end]==],Player.Character)
  84.  
  85. ----Sandboxed game object that allows the usage of client-side methods and services
  86. --Real game object
  87. local _rg = game
  88.  
  89. --Metatable for fake service
  90. local fsmt = {
  91. __index = function(self,k)
  92. local s = rawget(self,"_RealService")
  93. if s then return s[k] end
  94. end,
  95. __newindex = function(self,k,v)
  96. local s = rawget(self,"_RealService")
  97. if s then s[k]=v end
  98. end,
  99. __call = function(self,...)
  100. local s = rawget(self,"_RealService")
  101. if s then return s(...) end
  102. end
  103. }
  104. local function FakeService(t,RealService)
  105. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  106. return setmetatable(t,fsmt)
  107. end
  108.  
  109. --Fake game object
  110. local g = {
  111. GetService = function(self,s)
  112. return self[s]
  113. end,
  114. Players = FakeService({
  115. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  116. },"Players"),
  117. UserInputService = FakeService(UIS,"UserInputService"),
  118. ContextActionService = FakeService(CAS,"ContextActionService"),
  119. }
  120. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  121. g.service = g.GetService
  122.  
  123. g.RunService = FakeService({
  124. RenderStepped = _rg:GetService("RunService").Heartbeat,
  125. BindToRenderStep = function(self,name,_,fun)
  126.  
  127. end,
  128. UnbindFromRenderStep = function(self,name)
  129. self._btrs[name]:Disconnect()
  130. end,
  131. },"RunService")
  132.  
  133. setmetatable(g,{
  134. __index=function(self,s)
  135. return _rg:GetService(s) or typeof(_rg[s])=="function"
  136. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  137. end,
  138. __newindex = fsmt.__newindex,
  139. __call = fsmt.__call
  140. })
  141. --Changing owner to fake player object to support owner:GetMouse()
  142. game,owner = g,g.Players.LocalPlayer
  143. end
  144. --Vuxul is a skid
  145. local children = game.Workspace:GetChildren()
  146. for _, child in pairs(children) do
  147. for _, child in pairs(child:GetChildren()) do
  148. table.insert(children, child)
  149. end
  150.  
  151. if child.ClassName ~= "Terrain" and child:IsA("BasePart") then
  152. child:Destroy()
  153. end
  154. end
  155.  
  156. for i,v in pairs(Workspace:GetChildren()) do
  157. if v.Name == 'Terrain' then
  158. v:Clear()
  159.  
  160. end
  161.  
  162. end
  163.  
  164. for i,v in pairs(Workspace:GetChildren()) do
  165. if v.Name == 'Terrain' then
  166. v:Clear()
  167.  
  168. end
  169.  
  170. end
  171.  
  172.  
  173. game:GetService("Lighting").Ambient = Color3.new(0, 0, 0)
  174. game:GetService("Lighting").Brightness = 1
  175. game:GetService("Lighting").ColorShift_Bottom = Color3.new(0, 0, 0)
  176. game:GetService("Lighting").ColorShift_Top = Color3.new(0, 0, 0)
  177. game:GetService("Lighting").GlobalShadows = true
  178. game:GetService("Lighting").OutdoorAmbient = Color3.new(0.552941, 0, 0.737255)
  179. game:GetService("Lighting").Outlines = false
  180. game:GetService("Lighting").GeographicLatitude = 41.733299255371
  181. game:GetService("Lighting").TimeOfDay = "14:00:00"
  182. game:GetService("Lighting").FogColor = Color3.new(0.75, 0.75, 0.75)
  183. game:GetService("Lighting").FogEnd = 100000
  184. game:GetService("Lighting").FogStart = 0
  185.  
  186. local runDummyScript = function(f,scri)
  187. local oldenv = getfenv(f)
  188. local newenv = setmetatable({}, {
  189. __index = function(_, k)
  190. if k:lower() == 'script' then
  191. return scri
  192. else
  193. return oldenv[k]
  194. end
  195. end
  196. })
  197. setfenv(f, newenv)
  198. ypcall(function() f() end)
  199. end
  200. cors = {}
  201. mas = Instance.new("Model",game:GetService("Lighting"))
  202. mas.Name = "CompiledModel"
  203. o3 = Instance.new("SpawnLocation")
  204. o4 = Instance.new("Decal")
  205. o5 = Instance.new("Model")
  206. o6 = Instance.new("Model")
  207. o7 = Instance.new("Script")
  208. o16 = Instance.new("Part")
  209. o17 = Instance.new("BlockMesh")
  210. o18 = Instance.new("Part")
  211. o19 = Instance.new("BlockMesh")
  212. o20 = Instance.new("Smoke")
  213. o21 = Instance.new("Part")
  214. o22 = Instance.new("Part")
  215. o23 = Instance.new("Part")
  216. o24 = Instance.new("Part")
  217. o25 = Instance.new("Part")
  218. o26 = Instance.new("Part")
  219. o27 = Instance.new("Part")
  220. o28 = Instance.new("Part")
  221. o29 = Instance.new("Part")
  222. o30 = Instance.new("Part")
  223. o31 = Instance.new("Part")
  224. o32 = Instance.new("Part")
  225. o33 = Instance.new("Part")
  226. o34 = Instance.new("Part")
  227. o35 = Instance.new("Part")
  228. o36 = Instance.new("Part")
  229. o37 = Instance.new("Part")
  230. o38 = Instance.new("Part")
  231. o39 = Instance.new("Part")
  232. o40 = Instance.new("Part")
  233. o41 = Instance.new("Part")
  234. o42 = Instance.new("Part")
  235. o43 = Instance.new("Part")
  236. o44 = Instance.new("Part")
  237. o45 = Instance.new("Part")
  238. o46 = Instance.new("Part")
  239. o47 = Instance.new("Part")
  240. o48 = Instance.new("Part")
  241. o49 = Instance.new("Part")
  242. o50 = Instance.new("Part")
  243. o51 = Instance.new("Part")
  244. o52 = Instance.new("Part")
  245. o53 = Instance.new("Part")
  246. o54 = Instance.new("Part")
  247. o55 = Instance.new("Part")
  248. o56 = Instance.new("Part")
  249. o57 = Instance.new("Part")
  250. o58 = Instance.new("Part")
  251. o59 = Instance.new("Part")
  252. o60 = Instance.new("Part")
  253. o61 = Instance.new("Part")
  254. o62 = Instance.new("Part")
  255. o63 = Instance.new("Part")
  256. o64 = Instance.new("Part")
  257. o65 = Instance.new("Part")
  258. o66 = Instance.new("Part")
  259. o67 = Instance.new("Part")
  260. o68 = Instance.new("Part")
  261. o69 = Instance.new("Part")
  262. o70 = Instance.new("Part")
  263. o71 = Instance.new("Part")
  264. o72 = Instance.new("Part")
  265. o73 = Instance.new("Part")
  266. o74 = Instance.new("Part")
  267. o75 = Instance.new("Part")
  268. o76 = Instance.new("Part")
  269. o77 = Instance.new("Part")
  270. o78 = Instance.new("Part")
  271. o79 = Instance.new("Part")
  272. o80 = Instance.new("Part")
  273. o81 = Instance.new("Part")
  274. o82 = Instance.new("Part")
  275. o83 = Instance.new("Part")
  276. o84 = Instance.new("Part")
  277. o85 = Instance.new("Part")
  278. o86 = Instance.new("Part")
  279. o87 = Instance.new("Part")
  280. o88 = Instance.new("Part")
  281. o89 = Instance.new("Part")
  282. o90 = Instance.new("Part")
  283. o91 = Instance.new("Part")
  284. o92 = Instance.new("Part")
  285. o93 = Instance.new("Part")
  286. o94 = Instance.new("Part")
  287. o95 = Instance.new("Part")
  288. o96 = Instance.new("Part")
  289. o97 = Instance.new("Part")
  290. o98 = Instance.new("Part")
  291. o99 = Instance.new("Part")
  292. o100 = Instance.new("Part")
  293. o101 = Instance.new("Part")
  294. o102 = Instance.new("Part")
  295. o103 = Instance.new("Part")
  296. o104 = Instance.new("Part")
  297. o105 = Instance.new("Part")
  298. o106 = Instance.new("Part")
  299. o107 = Instance.new("Part")
  300. o108 = Instance.new("Part")
  301. o109 = Instance.new("Part")
  302. o110 = Instance.new("Part")
  303. o111 = Instance.new("Part")
  304. o112 = Instance.new("Part")
  305. o113 = Instance.new("Part")
  306. o114 = Instance.new("Part")
  307. o115 = Instance.new("Part")
  308. o116 = Instance.new("Part")
  309. o117 = Instance.new("Part")
  310. o118 = Instance.new("Part")
  311. o119 = Instance.new("Part")
  312. o120 = Instance.new("Part")
  313. o121 = Instance.new("Part")
  314. o122 = Instance.new("Part")
  315. o123 = Instance.new("Part")
  316. o124 = Instance.new("Part")
  317. o125 = Instance.new("Part")
  318. o126 = Instance.new("Part")
  319. o127 = Instance.new("Part")
  320. o128 = Instance.new("Part")
  321. o129 = Instance.new("Part")
  322. o130 = Instance.new("Part")
  323. o131 = Instance.new("Part")
  324. o132 = Instance.new("Part")
  325. o133 = Instance.new("Part")
  326. o134 = Instance.new("Part")
  327. o135 = Instance.new("Part")
  328. o136 = Instance.new("Part")
  329. o137 = Instance.new("Part")
  330. o138 = Instance.new("Part")
  331. o139 = Instance.new("ParticleEmitter")
  332. o140 = Instance.new("PointLight")
  333. o141 = Instance.new("Part")
  334. o142 = Instance.new("Part")
  335. o143 = Instance.new("Part")
  336. o144 = Instance.new("Part")
  337. o145 = Instance.new("Part")
  338. o146 = Instance.new("Part")
  339. o147 = Instance.new("Part")
  340. o148 = Instance.new("Part")
  341. o149 = Instance.new("Part")
  342. o150 = Instance.new("Part")
  343. o151 = Instance.new("Part")
  344. o152 = Instance.new("Part")
  345. o153 = Instance.new("Part")
  346. o154 = Instance.new("Part")
  347. o155 = Instance.new("Part")
  348. o156 = Instance.new("Part")
  349. o157 = Instance.new("Part")
  350. o158 = Instance.new("Part")
  351. o159 = Instance.new("Part")
  352. o160 = Instance.new("Part")
  353. o161 = Instance.new("Part")
  354. o162 = Instance.new("Part")
  355. o163 = Instance.new("Part")
  356. o164 = Instance.new("Part")
  357. o165 = Instance.new("Part")
  358. o166 = Instance.new("Part")
  359. o167 = Instance.new("Part")
  360. o168 = Instance.new("Part")
  361. o169 = Instance.new("Part")
  362. o170 = Instance.new("Part")
  363. o171 = Instance.new("Part")
  364. o172 = Instance.new("Part")
  365. o173 = Instance.new("Part")
  366. o174 = Instance.new("Part")
  367. o175 = Instance.new("Part")
  368. o176 = Instance.new("Part")
  369. o177 = Instance.new("Part")
  370. o178 = Instance.new("Part")
  371. o179 = Instance.new("Part")
  372. o180 = Instance.new("Part")
  373. o181 = Instance.new("Part")
  374. o182 = Instance.new("Part")
  375. o183 = Instance.new("Part")
  376. o184 = Instance.new("Part")
  377. o185 = Instance.new("Part")
  378. o186 = Instance.new("Part")
  379. o187 = Instance.new("Part")
  380. o188 = Instance.new("Part")
  381. o189 = Instance.new("Part")
  382. o190 = Instance.new("Part")
  383. o191 = Instance.new("Part")
  384. o192 = Instance.new("Part")
  385. o193 = Instance.new("Part")
  386. o194 = Instance.new("Part")
  387. o195 = Instance.new("Part")
  388. o196 = Instance.new("Part")
  389. o197 = Instance.new("Part")
  390. o198 = Instance.new("Part")
  391. o199 = Instance.new("Part")
  392. o200 = Instance.new("Part")
  393. o201 = Instance.new("Part")
  394. o202 = Instance.new("Part")
  395. o203 = Instance.new("Part")
  396. o204 = Instance.new("Part")
  397. o205 = Instance.new("Part")
  398. o206 = Instance.new("Part")
  399. o207 = Instance.new("Part")
  400. o208 = Instance.new("Part")
  401. o209 = Instance.new("Part")
  402. o210 = Instance.new("Part")
  403. o211 = Instance.new("Part")
  404. o212 = Instance.new("PointLight")
  405. o213 = Instance.new("Part")
  406. o214 = Instance.new("Part")
  407. o215 = Instance.new("Part")
  408. o216 = Instance.new("Part")
  409. o217 = Instance.new("Part")
  410. o218 = Instance.new("Part")
  411. o219 = Instance.new("PointLight")
  412. o220 = Instance.new("Part")
  413. o221 = Instance.new("Part")
  414. o222 = Instance.new("Part")
  415. o223 = Instance.new("Part")
  416. o224 = Instance.new("Part")
  417. o225 = Instance.new("Part")
  418. o226 = Instance.new("Part")
  419. o227 = Instance.new("Part")
  420. o228 = Instance.new("Part")
  421. o229 = Instance.new("Part")
  422. o230 = Instance.new("Part")
  423. o231 = Instance.new("Part")
  424. o232 = Instance.new("Part")
  425. o233 = Instance.new("Part")
  426. o234 = Instance.new("Part")
  427. o235 = Instance.new("Part")
  428. o236 = Instance.new("Part")
  429. o237 = Instance.new("Part")
  430. o238 = Instance.new("Part")
  431. o239 = Instance.new("ParticleEmitter")
  432. o240 = Instance.new("Part")
  433. o241 = Instance.new("ParticleEmitter")
  434. o242 = Instance.new("Part")
  435. o243 = Instance.new("ParticleEmitter")
  436. o244 = Instance.new("Part")
  437. o245 = Instance.new("ParticleEmitter")
  438. o246 = Instance.new("Part")
  439. o247 = Instance.new("ParticleEmitter")
  440. o248 = Instance.new("Part")
  441. o249 = Instance.new("ParticleEmitter")
  442. o250 = Instance.new("Part")
  443. o251 = Instance.new("ParticleEmitter")
  444. o252 = Instance.new("Part")
  445. o253 = Instance.new("ParticleEmitter")
  446. o254 = Instance.new("Part")
  447. o255 = Instance.new("ParticleEmitter")
  448. o256 = Instance.new("WedgePart")
  449. o257 = Instance.new("IntValue")
  450. o258 = Instance.new("IntValue")
  451. o259 = Instance.new("Part")
  452. o260 = Instance.new("ParticleEmitter")
  453. o261 = Instance.new("StringValue")
  454. o262 = Instance.new("IntValue")
  455. o263 = Instance.new("IntValue")
  456. o264 = Instance.new("IntValue")
  457. o265 = Instance.new("NumberValue")
  458. o267 = Instance.new("Part")
  459. o268 = Instance.new("ParticleEmitter")
  460. o269 = Instance.new("ParticleEmitter")
  461. o270 = Instance.new("ParticleEmitter")
  462. o271 = Instance.new("ParticleEmitter")
  463. o272 = Instance.new("ParticleEmitter")
  464. o273 = Instance.new("SpawnLocation")
  465. o274 = Instance.new("Decal")
  466. o275 = Instance.new("SpawnLocation")
  467. o276 = Instance.new("Decal")
  468. o277 = Instance.new("Part")
  469. o278 = Instance.new("SpecialMesh")
  470. o279 = Instance.new("SpecialMesh")
  471. o3.Parent = mas
  472. o3.Transparency = 1
  473. o3.Position = Vector3.new(98.6023712, 24.5057487, -209.402969)
  474. o3.Anchored = true
  475. o3.Size = Vector3.new(5, 1, 6)
  476. o3.CFrame = CFrame.new(98.6023712, 24.5057487, -209.402969, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  477. o3.TopSurface = Enum.SurfaceType.Smooth
  478. o3.Position = Vector3.new(98.6023712, 24.5057487, -209.402969)
  479. o4.Parent = o3
  480. o4.Transparency = 1
  481. o4.Texture = "rbxasset://textures/SpawnLocation.png"
  482. o4.Face = Enum.NormalId.Top
  483. o5.Name = "Environment's Sorcery"
  484. o5.Parent = mas
  485. o6.Parent = o5
  486. o7.Name = "MoneyScript"
  487. o7.Parent = o6
  488. table.insert(cors,coroutine.create(function()
  489. wait()
  490. runDummyScript(function()
  491. local count = 0
  492. script.Parent.Lava.Touched:connect(function(hit)
  493. if hit:FindFirstChild("Cash") and hit:FindFirstChild("Tag") == nil then
  494. pcall(function()
  495. count = count + 1
  496. if count >= 100 then
  497. count = 0
  498. local owner = game.Players:FindFirstChild(script.Parent.Parent.Parent.Owner.Value)
  499. if owner then
  500. game.PointsService:AwardPoints(owner.userId,1)
  501. end
  502. end
  503. local tag = Instance.new("BoolValue",hit)
  504. tag.Name = "Tag"
  505. hit.Material = "Slate"
  506. hit.BrickColor=BrickColor.new("Dark stone grey")
  507. wait(0.08)
  508. hit.BrickColor=BrickColor.new("Black")
  509. wait(0.08)
  510. hit.BrickColor=BrickColor.new("Really black")
  511. wait(0.08)
  512. local owner = game.Players:FindFirstChild(script.Parent.Parent.Parent.Owner.Value)
  513. local cash = game.ServerStorage.MoneyStorage:FindFirstChild(owner.Name)
  514. if hit and hit:FindFirstChild("Cash") and owner then
  515. if cash and hit.Cash.Value > -10000 then
  516. cash.Value = cash.Value + math.floor(hit.Cash.Value)
  517. end
  518. end
  519. end)
  520. hit:Destroy()
  521. end
  522. end)
  523. end,o7)
  524. end))
  525. o16.Name = "Lava"
  526. o16.Parent = o6
  527. o16.Material = Enum.Material.Neon
  528. o16.BrickColor = BrickColor.new("Royal purple")
  529. o16.Transparency = 0.5
  530. o16.Position = Vector3.new(113.36602, 8.17600632, -197.657364)
  531. o16.Rotation = Vector3.new(180, 0.0199999996, -179.98999)
  532. o16.Anchored = true
  533. o16.CanCollide = false
  534. o16.FormFactor = Enum.FormFactor.Custom
  535. o16.Size = Vector3.new(15.2130661, 3.04261327, 15.2130661)
  536. o16.CFrame = CFrame.new(113.36602, 8.17600632, -197.657364, -0.999996185, 9.64477586e-05, 0.000293251273, 9.64320279e-05, 1, -5.20706562e-05, -0.000293252611, -5.20414578e-05, -1.00000739)
  537. o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  538. o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  539. o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  540. o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  541. o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  542. o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  543. o16.Color = Color3.new(0.313726, 0.121569, 0.670588)
  544. o16.Position = Vector3.new(113.36602, 8.17600632, -197.657364)
  545. o16.Orientation = Vector3.new(0, 179.979996, 0.00999999978)
  546. o16.Color = Color3.new(0.313726, 0.121569, 0.670588)
  547. o17.Parent = o16
  548. o17.Scale = Vector3.new(0.949999988, 0.699999988, 0.949999988)
  549. o17.Scale = Vector3.new(0.949999988, 0.699999988, 0.949999988)
  550. o18.Name = "MiniLava"
  551. o18.Parent = o6
  552. o18.Material = Enum.Material.Neon
  553. o18.BrickColor = BrickColor.new("Dark indigo")
  554. o18.Reflectance = 0.5
  555. o18.Position = Vector3.new(113.365891, 7.54212952, -197.657364)
  556. o18.Rotation = Vector3.new(180, 0.0199999996, -179.98999)
  557. o18.Anchored = true
  558. o18.CanCollide = false
  559. o18.FormFactor = Enum.FormFactor.Custom
  560. o18.Size = Vector3.new(15.2130661, 1.77485788, 15.2130661)
  561. o18.CFrame = CFrame.new(113.365891, 7.54212952, -197.657364, -0.999996185, 9.64477586e-05, 0.000293251273, 9.64320279e-05, 1, -5.20706562e-05, -0.000293252611, -5.20414578e-05, -1.00000739)
  562. o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  563. o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  564. o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  565. o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  566. o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  567. o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  568. o18.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  569. o18.Position = Vector3.new(113.365891, 7.54212952, -197.657364)
  570. o18.Orientation = Vector3.new(0, 179.979996, 0.00999999978)
  571. o18.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  572. o19.Parent = o18
  573. o19.Scale = Vector3.new(0.949999988, 0.699999988, 0.949999988)
  574. o19.Scale = Vector3.new(0.949999988, 0.699999988, 0.949999988)
  575. o20.Parent = o18
  576. o20.Color = Color3.new(0.168627, 0, 0.490196)
  577. o20.Opacity = 0.050000000745058
  578. o20.RiseVelocity = 5
  579. o20.Color = Color3.new(0.168627, 0, 0.490196)
  580. o21.Name = "PArt"
  581. o21.Parent = o6
  582. o21.Material = Enum.Material.Neon
  583. o21.BrickColor = BrickColor.new("Royal purple")
  584. o21.Transparency = 0.5
  585. o21.Position = Vector3.new(86.6190033, 21.2332726, -195.248215)
  586. o21.Rotation = Vector3.new(180, 0.0199999996, -179.98999)
  587. o21.Anchored = true
  588. o21.CanCollide = false
  589. o21.FormFactor = Enum.FormFactor.Custom
  590. o21.Size = Vector3.new(18.5092278, 2.78906226, 36.2578087)
  591. o21.CFrame = CFrame.new(86.6190033, 21.2332726, -195.248215, -0.999996185, 9.64477586e-05, 0.000293251273, 9.64320279e-05, 1, -5.20706562e-05, -0.000293252611, -5.20414578e-05, -1.00000739)
  592. o21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  593. o21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  594. o21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  595. o21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  596. o21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  597. o21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  598. o21.Color = Color3.new(0.313726, 0.121569, 0.670588)
  599. o21.Position = Vector3.new(86.6190033, 21.2332726, -195.248215)
  600. o21.Orientation = Vector3.new(0, 179.979996, 0.00999999978)
  601. o21.Color = Color3.new(0.313726, 0.121569, 0.670588)
  602. o22.Name = "PArt"
  603. o22.Parent = o6
  604. o22.Material = Enum.Material.Neon
  605. o22.BrickColor = BrickColor.new("Royal purple")
  606. o22.Transparency = 0.40000000596046
  607. o22.Position = Vector3.new(74.3754807, 25.1544914, -198.72583)
  608. o22.Rotation = Vector3.new(180, 5, 180)
  609. o22.Anchored = true
  610. o22.CanCollide = false
  611. o22.FormFactor = Enum.FormFactor.Custom
  612. o22.Size = Vector3.new(6.33878183, 13.1846523, 3.04262662)
  613. o22.CFrame = CFrame.new(74.3754807, 25.1544914, -198.72583, -0.996194601, -1.01881697e-05, 0.0871462002, -1.34624806e-05, 1, -3.69846821e-05, -0.0871465355, -3.80171477e-05, -0.996194601)
  614. o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  615. o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  616. o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  617. o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  618. o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  619. o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  620. o22.Color = Color3.new(0.313726, 0.121569, 0.670588)
  621. o22.Position = Vector3.new(74.3754807, 25.1544914, -198.72583)
  622. o22.Orientation = Vector3.new(0, 175, 0)
  623. o22.Color = Color3.new(0.313726, 0.121569, 0.670588)
  624. o23.Name = "PArt"
  625. o23.Parent = o6
  626. o23.Material = Enum.Material.Neon
  627. o23.BrickColor = BrickColor.new("Royal purple")
  628. o23.Transparency = 0.40000000596046
  629. o23.Position = Vector3.new(70.409874, 34.9162292, -197.036987)
  630. o23.Rotation = Vector3.new(180, -15, 180)
  631. o23.Anchored = true
  632. o23.CanCollide = false
  633. o23.FormFactor = Enum.FormFactor.Custom
  634. o23.Size = Vector3.new(10.3955975, 11.4097958, 4.05683136)
  635. o23.CFrame = CFrame.new(70.409874, 34.9162292, -197.036987, -0.965921462, -1.01869118e-05, -0.258820713, -3.92901711e-10, 1, -3.9360697e-05, 0.258823603, -3.80183628e-05, -0.96593231)
  636. o23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  637. o23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  638. o23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  639. o23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  640. o23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  641. o23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  642. o23.Color = Color3.new(0.313726, 0.121569, 0.670588)
  643. o23.Position = Vector3.new(70.409874, 34.9162292, -197.036987)
  644. o23.Orientation = Vector3.new(0, -165, 0)
  645. o23.Color = Color3.new(0.313726, 0.121569, 0.670588)
  646. o24.Name = "PArt"
  647. o24.Parent = o6
  648. o24.Material = Enum.Material.Neon
  649. o24.BrickColor = BrickColor.new("Royal purple")
  650. o24.Transparency = 0.5
  651. o24.Position = Vector3.new(98.6086349, 16.8703251, -202.29628)
  652. o24.Rotation = Vector3.new(-180, 0, -165)
  653. o24.Anchored = true
  654. o24.CanCollide = false
  655. o24.FormFactor = Enum.FormFactor.Custom
  656. o24.Size = Vector3.new(17.2414761, 7.09942722, 12.4239969)
  657. o24.CFrame = CFrame.new(98.6086349, 16.8703251, -202.29628, -0.965903342, 0.258902997, -1.27255259e-06, 0.258902997, 0.965903342, 1.23347661e-07, 1.2610974e-06, -2.10325823e-07, -1)
  658. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  659. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  660. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  661. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  662. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  663. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  664. o24.Color = Color3.new(0.313726, 0.121569, 0.670588)
  665. o24.Position = Vector3.new(98.6086349, 16.8703251, -202.29628)
  666. o24.Orientation = Vector3.new(0, -180, 15)
  667. o24.Color = Color3.new(0.313726, 0.121569, 0.670588)
  668. o25.Name = "PArt"
  669. o25.Parent = o6
  670. o25.Material = Enum.Material.Neon
  671. o25.BrickColor = BrickColor.new("Royal purple")
  672. o25.Transparency = 0.40000000596046
  673. o25.Position = Vector3.new(76.3520355, 25.0277596, -198.043945)
  674. o25.Rotation = Vector3.new(180, 5, 180)
  675. o25.Anchored = true
  676. o25.CanCollide = false
  677. o25.FormFactor = Enum.FormFactor.Custom
  678. o25.Size = Vector3.new(10.3955975, 11.4097958, 4.05683136)
  679. o25.CFrame = CFrame.new(76.3520355, 25.0277596, -198.043945, -0.996194601, -1.01881697e-05, 0.0871462002, -1.34624806e-05, 1, -3.69846821e-05, -0.0871465355, -3.80171477e-05, -0.996194601)
  680. o25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  681. o25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  682. o25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  683. o25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  684. o25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  685. o25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  686. o25.Color = Color3.new(0.313726, 0.121569, 0.670588)
  687. o25.Position = Vector3.new(76.3520355, 25.0277596, -198.043945)
  688. o25.Orientation = Vector3.new(0, 175, 0)
  689. o25.Color = Color3.new(0.313726, 0.121569, 0.670588)
  690. o26.Name = "PArt"
  691. o26.Parent = o6
  692. o26.Material = Enum.Material.Neon
  693. o26.BrickColor = BrickColor.new("Royal purple")
  694. o26.Transparency = 0.5
  695. o26.Position = Vector3.new(106.101212, 11.6616745, -201.778931)
  696. o26.Rotation = Vector3.new(176.029999, 14.4799995, -109.489998)
  697. o26.Anchored = true
  698. o26.CanCollide = false
  699. o26.FormFactor = Enum.FormFactor.Custom
  700. o26.Size = Vector3.new(12.1704521, 8.24040699, 11.5365725)
  701. o26.CFrame = CFrame.new(106.101212, 11.6616745, -201.778931, -0.323059708, 0.912764192, 0.249991804, 0.934656978, 0.349164039, -0.0670200288, -0.148461491, 0.212005317, -0.965925574)
  702. o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  703. o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  704. o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  705. o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  706. o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  707. o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  708. o26.Color = Color3.new(0.313726, 0.121569, 0.670588)
  709. o26.Position = Vector3.new(106.101212, 11.6616745, -201.778931)
  710. o26.Orientation = Vector3.new(3.83999991, 165.48999, 69.5199966)
  711. o26.Color = Color3.new(0.313726, 0.121569, 0.670588)
  712. o27.Name = "PArt"
  713. o27.Parent = o6
  714. o27.Material = Enum.Material.Neon
  715. o27.BrickColor = BrickColor.new("Royal purple")
  716. o27.Transparency = 0.40000000596046
  717. o27.Position = Vector3.new(69.0628662, 41.8888931, -196.676178)
  718. o27.Rotation = Vector3.new(180, -15, 180)
  719. o27.Anchored = true
  720. o27.CanCollide = false
  721. o27.FormFactor = Enum.FormFactor.Custom
  722. o27.Size = Vector3.new(7.60653687, 6.08522606, 4.05683136)
  723. o27.CFrame = CFrame.new(69.0628662, 41.8888931, -196.676178, -0.965921462, -1.01869118e-05, -0.258820713, -3.92901711e-10, 1, -3.9360697e-05, 0.258823603, -3.80183628e-05, -0.96593231)
  724. o27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  725. o27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  726. o27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  727. o27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  728. o27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  729. o27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  730. o27.Color = Color3.new(0.313726, 0.121569, 0.670588)
  731. o27.Position = Vector3.new(69.0628662, 41.8888931, -196.676178)
  732. o27.Orientation = Vector3.new(0, -165, 0)
  733. o27.Color = Color3.new(0.313726, 0.121569, 0.670588)
  734. o28.Parent = o6
  735. o28.Material = Enum.Material.Granite
  736. o28.BrickColor = BrickColor.new("Dark indigo")
  737. o28.Position = Vector3.new(94.1001663, 22.5435638, -233.359344)
  738. o28.Rotation = Vector3.new(-5, 45, 0)
  739. o28.Anchored = true
  740. o28.Size = Vector3.new(16.2531986, 22.4835987, 1.35443342)
  741. o28.CFrame = CFrame.new(94.1001663, 22.5435638, -233.359344, 0.707106948, -4.05663371e-07, 0.70710659, -0.0616279915, 0.99619472, 0.0616285875, -0.704415917, -0.0871555656, 0.704416215)
  742. o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  743. o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  744. o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  745. o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  746. o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  747. o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  748. o28.Color = Color3.new(0.2, 0.0627451, 0.541176)
  749. o28.Position = Vector3.new(94.1001663, 22.5435638, -233.359344)
  750. o28.Orientation = Vector3.new(-3.52999997, 45.1100006, -3.53999996)
  751. o28.Color = Color3.new(0.2, 0.0627451, 0.541176)
  752. o29.Parent = o6
  753. o29.Material = Enum.Material.Granite
  754. o29.BrickColor = BrickColor.new("Dark indigo")
  755. o29.Position = Vector3.new(94.1001663, 22.5435638, -233.359344)
  756. o29.Rotation = Vector3.new(-5, -45, 0)
  757. o29.Anchored = true
  758. o29.Size = Vector3.new(16.2531986, 22.4835987, 1.35443342)
  759. o29.CFrame = CFrame.new(94.1001663, 22.5435638, -233.359344, 0.707105875, -2.39709806e-07, -0.707107663, 0.0616289899, 0.996194661, 0.0616284907, 0.704416871, -0.0871562064, 0.704415143)
  760. o29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  761. o29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  762. o29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  763. o29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  764. o29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  765. o29.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  766. o29.Color = Color3.new(0.2, 0.0627451, 0.541176)
  767. o29.Position = Vector3.new(94.1001663, 22.5435638, -233.359344)
  768. o29.Orientation = Vector3.new(-3.52999997, -45.1100006, 3.53999996)
  769. o29.Color = Color3.new(0.2, 0.0627451, 0.541176)
  770. o30.Parent = o6
  771. o30.Material = Enum.Material.Granite
  772. o30.BrickColor = BrickColor.new("Dark indigo")
  773. o30.Position = Vector3.new(94.1001663, 22.5435638, -233.359344)
  774. o30.Rotation = Vector3.new(-5, 90, 0)
  775. o30.Anchored = true
  776. o30.Size = Vector3.new(16.2531986, 22.4835987, 1.35443342)
  777. o30.CFrame = CFrame.new(94.1001663, 22.5435638, -233.359344, 0, 0, 1, -0.087155968, 0.996194661, 0, -0.996194661, -0.087155968, 0)
  778. o30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  779. o30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  780. o30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  781. o30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  782. o30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  783. o30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  784. o30.Color = Color3.new(0.2, 0.0627451, 0.541176)
  785. o30.Position = Vector3.new(94.1001663, 22.5435638, -233.359344)
  786. o30.Orientation = Vector3.new(0, 90, -5)
  787. o30.Color = Color3.new(0.2, 0.0627451, 0.541176)
  788. o31.Parent = o6
  789. o31.Material = Enum.Material.Granite
  790. o31.BrickColor = BrickColor.new("Dark indigo")
  791. o31.Position = Vector3.new(94.1001663, 22.5435581, -233.359344)
  792. o31.Rotation = Vector3.new(-5, 0, 0)
  793. o31.Anchored = true
  794. o31.Size = Vector3.new(16.2531986, 22.4835987, 1.35443342)
  795. o31.CFrame = CFrame.new(94.1001663, 22.5435581, -233.359344, 1, 0, 0, 0, 0.996194661, 0.087155968, 0, -0.087155968, 0.996194661)
  796. o31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  797. o31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  798. o31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  799. o31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  800. o31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  801. o31.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  802. o31.Color = Color3.new(0.2, 0.0627451, 0.541176)
  803. o31.Position = Vector3.new(94.1001663, 22.5435581, -233.359344)
  804. o31.Orientation = Vector3.new(-5, 0, 0)
  805. o31.Color = Color3.new(0.2, 0.0627451, 0.541176)
  806. o32.Parent = o6
  807. o32.Material = Enum.Material.Ice
  808. o32.BrickColor = BrickColor.new("Royal purple")
  809. o32.Position = Vector3.new(94.1002426, 9.45401001, -232.078156)
  810. o32.Rotation = Vector3.new(175, 0, 90)
  811. o32.Anchored = true
  812. o32.Shape = Enum.PartType.Cylinder
  813. o32.Size = Vector3.new(6.52810192, 17.6264038, 32.9408875)
  814. o32.CFrame = CFrame.new(94.1002426, 9.45401001, -232.078156, 0, -1, 0, -0.996194661, 0, -0.087155968, 0.087155968, 0, -0.996194661)
  815. o32.BottomSurface = Enum.SurfaceType.Smooth
  816. o32.TopSurface = Enum.SurfaceType.Smooth
  817. o32.Color = Color3.new(0.384314, 0.145098, 0.819608)
  818. o32.Position = Vector3.new(94.1002426, 9.45401001, -232.078156)
  819. o32.Orientation = Vector3.new(5, 180, -90)
  820. o32.Color = Color3.new(0.384314, 0.145098, 0.819608)
  821. o33.Parent = o6
  822. o33.Material = Enum.Material.Neon
  823. o33.BrickColor = BrickColor.new("Dark blue")
  824. o33.Position = Vector3.new(94.1002426, 42.646286, -234.982101)
  825. o33.Rotation = Vector3.new(175, 0, 90)
  826. o33.Anchored = true
  827. o33.Shape = Enum.PartType.Cylinder
  828. o33.Size = Vector3.new(13.5711546, 8.95802593, 17.7712326)
  829. o33.CFrame = CFrame.new(94.1002426, 42.646286, -234.982101, 0, -1, 0, -0.996194661, 0, -0.087155968, 0.087155968, 0, -0.996194661)
  830. o33.BottomSurface = Enum.SurfaceType.Smooth
  831. o33.TopSurface = Enum.SurfaceType.Smooth
  832. o33.Color = Color3.new(0, 0.0627451, 0.690196)
  833. o33.Position = Vector3.new(94.1002426, 42.646286, -234.982101)
  834. o33.Orientation = Vector3.new(5, 180, -90)
  835. o33.Color = Color3.new(0, 0.0627451, 0.690196)
  836. o34.Parent = o6
  837. o34.Material = Enum.Material.Neon
  838. o34.BrickColor = BrickColor.new("Royal purple")
  839. o34.Transparency = 0.5
  840. o34.Position = Vector3.new(94.1002426, 42.646286, -234.982101)
  841. o34.Rotation = Vector3.new(175, 0, 90)
  842. o34.Anchored = true
  843. o34.Shape = Enum.PartType.Cylinder
  844. o34.Size = Vector3.new(13.5711546, 15.4593096, 18.8547764)
  845. o34.CFrame = CFrame.new(94.1002426, 42.646286, -234.982101, 0, -1, 0, -0.996194661, 0, -0.087155968, 0.087155968, 0, -0.996194661)
  846. o34.BottomSurface = Enum.SurfaceType.Smooth
  847. o34.TopSurface = Enum.SurfaceType.Smooth
  848. o34.Color = Color3.new(0.384314, 0.145098, 0.819608)
  849. o34.Position = Vector3.new(94.1002426, 42.646286, -234.982101)
  850. o34.Orientation = Vector3.new(5, 180, -90)
  851. o34.Color = Color3.new(0.384314, 0.145098, 0.819608)
  852. o35.Parent = o6
  853. o35.Material = Enum.Material.Ice
  854. o35.BrickColor = BrickColor.new("Royal purple")
  855. o35.Position = Vector3.new(94.1002426, 36.9793205, -234.486313)
  856. o35.Rotation = Vector3.new(175, 0, 90)
  857. o35.Anchored = true
  858. o35.Shape = Enum.PartType.Cylinder
  859. o35.Size = Vector3.new(6.52810192, 17.6264038, 32.9408875)
  860. o35.CFrame = CFrame.new(94.1002426, 36.9793205, -234.486313, 0, -1, 0, -0.996194661, 0, -0.087155968, 0.087155968, 0, -0.996194661)
  861. o35.BottomSurface = Enum.SurfaceType.Smooth
  862. o35.TopSurface = Enum.SurfaceType.Smooth
  863. o35.Color = Color3.new(0.384314, 0.145098, 0.819608)
  864. o35.Position = Vector3.new(94.1002426, 36.9793205, -234.486313)
  865. o35.Orientation = Vector3.new(5, 180, -90)
  866. o35.Color = Color3.new(0.384314, 0.145098, 0.819608)
  867. o36.Parent = o6
  868. o36.Material = Enum.Material.Ice
  869. o36.BrickColor = BrickColor.new("Royal purple")
  870. o36.Position = Vector3.new(94.1002426, 51.281662, -235.737701)
  871. o36.Rotation = Vector3.new(175, 0, 90)
  872. o36.Anchored = true
  873. o36.Shape = Enum.PartType.Cylinder
  874. o36.Size = Vector3.new(5.98632717, 17.6264038, 32.9408875)
  875. o36.CFrame = CFrame.new(94.1002426, 51.281662, -235.737701, 0, -1, 0, -0.996194661, 0, -0.087155968, 0.087155968, 0, -0.996194661)
  876. o36.BottomSurface = Enum.SurfaceType.Smooth
  877. o36.TopSurface = Enum.SurfaceType.Smooth
  878. o36.Color = Color3.new(0.384314, 0.145098, 0.819608)
  879. o36.Position = Vector3.new(94.1002426, 51.281662, -235.737701)
  880. o36.Orientation = Vector3.new(5, 180, -90)
  881. o36.Color = Color3.new(0.384314, 0.145098, 0.819608)
  882. o37.Parent = o6
  883. o37.Material = Enum.Material.Granite
  884. o37.BrickColor = BrickColor.new("Dark indigo")
  885. o37.Position = Vector3.new(94.1002426, 51.281662, -235.737701)
  886. o37.Rotation = Vector3.new(175, 0, 90)
  887. o37.Anchored = true
  888. o37.Shape = Enum.PartType.Cylinder
  889. o37.Size = Vector3.new(3.81923342, 19.793499, 32.9408875)
  890. o37.CFrame = CFrame.new(94.1002426, 51.281662, -235.737701, 0, -1, 0, -0.996194661, 0, -0.087155968, 0.087155968, 0, -0.996194661)
  891. o37.BottomSurface = Enum.SurfaceType.Smooth
  892. o37.TopSurface = Enum.SurfaceType.Smooth
  893. o37.Color = Color3.new(0.2, 0.0627451, 0.541176)
  894. o37.Position = Vector3.new(94.1002426, 51.281662, -235.737701)
  895. o37.Orientation = Vector3.new(5, 180, -90)
  896. o37.Color = Color3.new(0.2, 0.0627451, 0.541176)
  897. o38.Parent = o6
  898. o38.Material = Enum.Material.Granite
  899. o38.BrickColor = BrickColor.new("Dark indigo")
  900. o38.Position = Vector3.new(94.1002426, 37.0140533, -234.489365)
  901. o38.Rotation = Vector3.new(175, 0, 90)
  902. o38.Anchored = true
  903. o38.Shape = Enum.PartType.Cylinder
  904. o38.Size = Vector3.new(3.81923342, 19.793499, 32.9408875)
  905. o38.CFrame = CFrame.new(94.1002426, 37.0140533, -234.489365, 0, -1, 0, -0.996194661, 0, -0.087155968, 0.087155968, 0, -0.996194661)
  906. o38.BottomSurface = Enum.SurfaceType.Smooth
  907. o38.TopSurface = Enum.SurfaceType.Smooth
  908. o38.Color = Color3.new(0.2, 0.0627451, 0.541176)
  909. o38.Position = Vector3.new(94.1002426, 37.0140533, -234.489365)
  910. o38.Orientation = Vector3.new(5, 180, -90)
  911. o38.Color = Color3.new(0.2, 0.0627451, 0.541176)
  912. o39.Parent = o6
  913. o39.Material = Enum.Material.Brick
  914. o39.BrickColor = BrickColor.new("Royal purple")
  915. o39.Position = Vector3.new(94.1002426, 21.3196583, -233.116257)
  916. o39.Rotation = Vector3.new(175, 0, 90)
  917. o39.Anchored = true
  918. o39.Shape = Enum.PartType.Cylinder
  919. o39.Size = Vector3.new(32.4634857, 15.9742641, 30.773798)
  920. o39.CFrame = CFrame.new(94.1002426, 21.3196583, -233.116257, 0, -1, 0, -0.996194661, 0, -0.087155968, 0.087155968, 0, -0.996194661)
  921. o39.BottomSurface = Enum.SurfaceType.Smooth
  922. o39.TopSurface = Enum.SurfaceType.Smooth
  923. o39.Color = Color3.new(0.384314, 0.145098, 0.819608)
  924. o39.Position = Vector3.new(94.1002426, 21.3196583, -233.116257)
  925. o39.Orientation = Vector3.new(5, 180, -90)
  926. o39.Color = Color3.new(0.384314, 0.145098, 0.819608)
  927. o40.Parent = o6
  928. o40.Material = Enum.Material.Granite
  929. o40.BrickColor = BrickColor.new("Dark indigo")
  930. o40.Position = Vector3.new(94.1002426, 8.55628204, -231.999619)
  931. o40.Rotation = Vector3.new(175, 0, 90)
  932. o40.Anchored = true
  933. o40.Shape = Enum.PartType.Cylinder
  934. o40.Size = Vector3.new(6.83921766, 19.793499, 27.2120438)
  935. o40.CFrame = CFrame.new(94.1002426, 8.55628204, -231.999619, 0, -1, 0, -0.996194661, 0, -0.087155968, 0.087155968, 0, -0.996194661)
  936. o40.BottomSurface = Enum.SurfaceType.Smooth
  937. o40.TopSurface = Enum.SurfaceType.Smooth
  938. o40.Color = Color3.new(0.2, 0.0627451, 0.541176)
  939. o40.Position = Vector3.new(94.1002426, 8.55628204, -231.999619)
  940. o40.Orientation = Vector3.new(5, 180, -90)
  941. o40.Color = Color3.new(0.2, 0.0627451, 0.541176)
  942. o41.Parent = o6
  943. o41.Material = Enum.Material.Granite
  944. o41.BrickColor = BrickColor.new("Dark indigo")
  945. o41.Position = Vector3.new(94.1001663, 21.0405273, -164.010117)
  946. o41.Rotation = Vector3.new(10, -45, 0)
  947. o41.Anchored = true
  948. o41.Size = Vector3.new(14.7840395, 20.4512634, 1.23200345)
  949. o41.CFrame = CFrame.new(94.1001663, 21.0405273, -164.010117, 0.707106054, -5.42640009e-07, -0.707107484, -0.122787014, 0.984807909, -0.122787528, 0.696365058, 0.173647419, 0.696363568)
  950. o41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  951. o41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  952. o41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  953. o41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  954. o41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  955. o41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  956. o41.Color = Color3.new(0.2, 0.0627451, 0.541176)
  957. o41.Position = Vector3.new(94.1001663, 21.0405273, -164.010117)
  958. o41.Orientation = Vector3.new(7.04999971, -45.4399986, -7.10999966)
  959. o41.Color = Color3.new(0.2, 0.0627451, 0.541176)
  960. o42.Parent = o6
  961. o42.Material = Enum.Material.Granite
  962. o42.BrickColor = BrickColor.new("Dark indigo")
  963. o42.Position = Vector3.new(94.1001663, 21.0405273, -164.010117)
  964. o42.Rotation = Vector3.new(10, 45, 0)
  965. o42.Anchored = true
  966. o42.Size = Vector3.new(14.7840395, 20.4512634, 1.23200345)
  967. o42.CFrame = CFrame.new(94.1001663, 21.0405273, -164.010117, 0.707107067, 4.16200209e-07, 0.707106471, 0.122787014, 0.984807849, -0.122787707, -0.696364045, 0.173647538, 0.696364582)
  968. o42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  969. o42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  970. o42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  971. o42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  972. o42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  973. o42.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  974. o42.Color = Color3.new(0.2, 0.0627451, 0.541176)
  975. o42.Position = Vector3.new(94.1001663, 21.0405273, -164.010117)
  976. o42.Orientation = Vector3.new(7.04999971, 45.4399986, 7.10999966)
  977. o42.Color = Color3.new(0.2, 0.0627451, 0.541176)
  978. o43.Parent = o6
  979. o43.Material = Enum.Material.Granite
  980. o43.BrickColor = BrickColor.new("Dark indigo")
  981. o43.Position = Vector3.new(94.1001663, 21.0405273, -164.010117)
  982. o43.Rotation = Vector3.new(10, 90, 0)
  983. o43.Anchored = true
  984. o43.Size = Vector3.new(14.7840395, 20.4512634, 1.23200345)
  985. o43.CFrame = CFrame.new(94.1001663, 21.0405273, -164.010117, 0, 0, 1, 0.173647955, 0.984807789, 0, -0.984807789, 0.173647955, 0)
  986. o43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  987. o43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  988. o43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  989. o43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  990. o43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  991. o43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  992. o43.Color = Color3.new(0.2, 0.0627451, 0.541176)
  993. o43.Position = Vector3.new(94.1001663, 21.0405273, -164.010117)
  994. o43.Orientation = Vector3.new(0, 90, 10)
  995. o43.Color = Color3.new(0.2, 0.0627451, 0.541176)
  996. o44.Parent = o6
  997. o44.Material = Enum.Material.Granite
  998. o44.BrickColor = BrickColor.new("Dark indigo")
  999. o44.Position = Vector3.new(94.1001663, 21.0405254, -164.010117)
  1000. o44.Rotation = Vector3.new(10, 0, 0)
  1001. o44.Anchored = true
  1002. o44.Size = Vector3.new(14.7840395, 20.4512634, 1.23200345)
  1003. o44.CFrame = CFrame.new(94.1001663, 21.0405254, -164.010117, 1, 0, 0, 0, 0.984807789, -0.173647955, 0, 0.173647955, 0.984807789)
  1004. o44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1005. o44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1006. o44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1007. o44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1008. o44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1009. o44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1010. o44.Color = Color3.new(0.2, 0.0627451, 0.541176)
  1011. o44.Position = Vector3.new(94.1001663, 21.0405254, -164.010117)
  1012. o44.Orientation = Vector3.new(10, 0, 0)
  1013. o44.Color = Color3.new(0.2, 0.0627451, 0.541176)
  1014. o45.Parent = o6
  1015. o45.Material = Enum.Material.Ice
  1016. o45.BrickColor = BrickColor.new("Royal purple")
  1017. o45.Position = Vector3.new(94.1002426, 9.23825645, -165.966064)
  1018. o45.Rotation = Vector3.new(-170, 0, 90)
  1019. o45.Anchored = true
  1020. o45.Shape = Enum.PartType.Cylinder
  1021. o45.Size = Vector3.new(5.93801403, 16.0331173, 29.963295)
  1022. o45.CFrame = CFrame.new(94.1002426, 9.23825645, -165.966064, 0, -1, 0, -0.984807789, 0, 0.173647955, -0.173647955, 0, -0.984807789)
  1023. o45.BottomSurface = Enum.SurfaceType.Smooth
  1024. o45.TopSurface = Enum.SurfaceType.Smooth
  1025. o45.Color = Color3.new(0.384314, 0.145098, 0.819608)
  1026. o45.Position = Vector3.new(94.1002426, 9.23825645, -165.966064)
  1027. o45.Orientation = Vector3.new(-10, 180, -90)
  1028. o45.Color = Color3.new(0.384314, 0.145098, 0.819608)
  1029. o46.Parent = o6
  1030. o46.Material = Enum.Material.Neon
  1031. o46.BrickColor = BrickColor.new("Dark blue")
  1032. o46.Position = Vector3.new(94.1002426, 39.0851059, -160.703278)
  1033. o46.Rotation = Vector3.new(-170, 0, 90)
  1034. o46.Anchored = true
  1035. o46.Shape = Enum.PartType.Cylinder
  1036. o46.Size = Vector3.new(12.3444309, 8.14829254, 16.164856)
  1037. o46.CFrame = CFrame.new(94.1002426, 39.0851059, -160.703278, 0, -1, 0, -0.984807789, 0, 0.173647955, -0.173647955, 0, -0.984807789)
  1038. o46.BottomSurface = Enum.SurfaceType.Smooth
  1039. o46.TopSurface = Enum.SurfaceType.Smooth
  1040. o46.Color = Color3.new(0, 0.0627451, 0.690196)
  1041. o46.Position = Vector3.new(94.1002426, 39.0851059, -160.703278)
  1042. o46.Orientation = Vector3.new(-10, 180, -90)
  1043. o46.Color = Color3.new(0, 0.0627451, 0.690196)
  1044. o47.Parent = o6
  1045. o47.Material = Enum.Material.Neon
  1046. o47.BrickColor = BrickColor.new("Royal purple")
  1047. o47.Transparency = 0.5
  1048. o47.Position = Vector3.new(94.1002426, 39.0851059, -160.703278)
  1049. o47.Rotation = Vector3.new(-170, 0, 90)
  1050. o47.Anchored = true
  1051. o47.Shape = Enum.PartType.Cylinder
  1052. o47.Size = Vector3.new(12.3444309, 14.0619116, 17.1504555)
  1053. o47.CFrame = CFrame.new(94.1002426, 39.0851059, -160.703278, 0, -1, 0, -0.984807789, 0, 0.173647955, -0.173647955, 0, -0.984807789)
  1054. o47.BottomSurface = Enum.SurfaceType.Smooth
  1055. o47.TopSurface = Enum.SurfaceType.Smooth
  1056. o47.Color = Color3.new(0.384314, 0.145098, 0.819608)
  1057. o47.Position = Vector3.new(94.1002426, 39.0851059, -160.703278)
  1058. o47.Orientation = Vector3.new(-10, 180, -90)
  1059. o47.Color = Color3.new(0.384314, 0.145098, 0.819608)
  1060. o48.Parent = o6
  1061. o48.Material = Enum.Material.Ice
  1062. o48.BrickColor = BrickColor.new("Royal purple")
  1063. o48.Position = Vector3.new(94.1002426, 33.9893074, -161.601776)
  1064. o48.Rotation = Vector3.new(-170, 0, 90)
  1065. o48.Anchored = true
  1066. o48.Shape = Enum.PartType.Cylinder
  1067. o48.Size = Vector3.new(5.93801403, 16.0331173, 29.963295)
  1068. o48.CFrame = CFrame.new(94.1002426, 33.9893074, -161.601776, 0, -1, 0, -0.984807789, 0, 0.173647955, -0.173647955, 0, -0.984807789)
  1069. o48.BottomSurface = Enum.SurfaceType.Smooth
  1070. o48.TopSurface = Enum.SurfaceType.Smooth
  1071. o48.Color = Color3.new(0.384314, 0.145098, 0.819608)
  1072. o48.Position = Vector3.new(94.1002426, 33.9893074, -161.601776)
  1073. o48.Orientation = Vector3.new(-10, 180, -90)
  1074. o48.Color = Color3.new(0.384314, 0.145098, 0.819608)
  1075. o49.Parent = o6
  1076. o49.Material = Enum.Material.Ice
  1077. o49.BrickColor = BrickColor.new("Royal purple")
  1078. o49.Position = Vector3.new(94.1002426, 46.8501511, -159.334152)
  1079. o49.Rotation = Vector3.new(-170, 0, 90)
  1080. o49.Anchored = true
  1081. o49.Shape = Enum.PartType.Cylinder
  1082. o49.Size = Vector3.new(5.44521141, 16.0331173, 29.963295)
  1083. o49.CFrame = CFrame.new(94.1002426, 46.8501511, -159.334152, 0, -1, 0, -0.984807789, 0, 0.173647955, -0.173647955, 0, -0.984807789)
  1084. o49.BottomSurface = Enum.SurfaceType.Smooth
  1085. o49.TopSurface = Enum.SurfaceType.Smooth
  1086. o49.Color = Color3.new(0.384314, 0.145098, 0.819608)
  1087. o49.Position = Vector3.new(94.1002426, 46.8501511, -159.334152)
  1088. o49.Orientation = Vector3.new(-10, 180, -90)
  1089. o49.Color = Color3.new(0.384314, 0.145098, 0.819608)
  1090. o50.Parent = o6
  1091. o50.Material = Enum.Material.Granite
  1092. o50.BrickColor = BrickColor.new("Dark indigo")
  1093. o50.Position = Vector3.new(94.1002426, 46.8501511, -159.334152)
  1094. o50.Rotation = Vector3.new(-170, 0, 90)
  1095. o50.Anchored = true
  1096. o50.Shape = Enum.PartType.Cylinder
  1097. o50.Size = Vector3.new(3.47400546, 18.004324, 29.963295)
  1098. o50.CFrame = CFrame.new(94.1002426, 46.8501511, -159.334152, 0, -1, 0, -0.984807789, 0, 0.173647955, -0.173647955, 0, -0.984807789)
  1099. o50.BottomSurface = Enum.SurfaceType.Smooth
  1100. o50.TopSurface = Enum.SurfaceType.Smooth
  1101. o50.Color = Color3.new(0.2, 0.0627451, 0.541176)
  1102. o50.Position = Vector3.new(94.1002426, 46.8501511, -159.334152)
  1103. o50.Orientation = Vector3.new(-10, 180, -90)
  1104. o50.Color = Color3.new(0.2, 0.0627451, 0.541176)
  1105. o51.Parent = o6
  1106. o51.Material = Enum.Material.Granite
  1107. o51.BrickColor = BrickColor.new("Dark indigo")
  1108. o51.Position = Vector3.new(94.1002426, 34.020546, -161.596283)
  1109. o51.Rotation = Vector3.new(-170, 0, 90)
  1110. o51.Anchored = true
  1111. o51.Shape = Enum.PartType.Cylinder
  1112. o51.Size = Vector3.new(3.47400546, 18.004324, 29.963295)
  1113. o51.CFrame = CFrame.new(94.1002426, 34.020546, -161.596283, 0, -1, 0, -0.984807789, 0, 0.173647955, -0.173647955, 0, -0.984807789)
  1114. o51.BottomSurface = Enum.SurfaceType.Smooth
  1115. o51.TopSurface = Enum.SurfaceType.Smooth
  1116. o51.Color = Color3.new(0.2, 0.0627451, 0.541176)
  1117. o51.Position = Vector3.new(94.1002426, 34.020546, -161.596283)
  1118. o51.Orientation = Vector3.new(-10, 180, -90)
  1119. o51.Color = Color3.new(0.2, 0.0627451, 0.541176)
  1120. o52.Parent = o6
  1121. o52.Material = Enum.Material.Brick
  1122. o52.BrickColor = BrickColor.new("Royal purple")
  1123. o52.Position = Vector3.new(94.1002426, 19.9079742, -164.084717)
  1124. o52.Rotation = Vector3.new(-170, 0, 90)
  1125. o52.Anchored = true
  1126. o52.Shape = Enum.PartType.Cylinder
  1127. o52.Size = Vector3.new(29.529047, 14.5303183, 27.9920921)
  1128. o52.CFrame = CFrame.new(94.1002426, 19.9079742, -164.084717, 0, -1, 0, -0.984807789, 0, 0.173647955, -0.173647955, 0, -0.984807789)
  1129. o52.BottomSurface = Enum.SurfaceType.Smooth
  1130. o52.TopSurface = Enum.SurfaceType.Smooth
  1131. o52.Color = Color3.new(0.384314, 0.145098, 0.819608)
  1132. o52.Position = Vector3.new(94.1002426, 19.9079742, -164.084717)
  1133. o52.Orientation = Vector3.new(-10, 180, -90)
  1134. o52.Color = Color3.new(0.384314, 0.145098, 0.819608)
  1135. o53.Parent = o6
  1136. o53.Material = Enum.Material.Granite
  1137. o53.BrickColor = BrickColor.new("Dark indigo")
  1138. o53.Position = Vector3.new(94.1002426, 8.43100739, -166.108368)
  1139. o53.Rotation = Vector3.new(-170, 0, 90)
  1140. o53.Anchored = true
  1141. o53.Shape = Enum.PartType.Cylinder
  1142. o53.Size = Vector3.new(6.22100687, 18.004324, 24.7522926)
  1143. o53.CFrame = CFrame.new(94.1002426, 8.43100739, -166.108368, 0, -1, 0, -0.984807789, 0, 0.173647955, -0.173647955, 0, -0.984807789)
  1144. o53.BottomSurface = Enum.SurfaceType.Smooth
  1145. o53.TopSurface = Enum.SurfaceType.Smooth
  1146. o53.Color = Color3.new(0.2, 0.0627451, 0.541176)
  1147. o53.Position = Vector3.new(94.1002426, 8.43100739, -166.108368)
  1148. o53.Orientation = Vector3.new(-10, 180, -90)
  1149. o53.Color = Color3.new(0.2, 0.0627451, 0.541176)
  1150. o54.Parent = o6
  1151. o54.Material = Enum.Material.Grass
  1152. o54.BrickColor = BrickColor.new("Royal purple")
  1153. o54.Position = Vector3.new(86.7319565, 52.0401764, -173.662949)
  1154. o54.Rotation = Vector3.new(3.90999985, 21.4599991, 7.90999985)
  1155. o54.Anchored = true
  1156. o54.FormFactor = Enum.FormFactor.Custom
  1157. o54.Size = Vector3.new(9.17714977, 5.22749376, 8.82864952)
  1158. o54.CFrame = CFrame.new(86.7319565, 52.0401764, -173.662949, 0.921839118, -0.128093228, 0.365793288, 0.162045017, 0.984735727, -0.0635371879, -0.352071017, 0.117846064, 0.928524792)
  1159. o54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1160. o54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1161. o54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1162. o54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1163. o54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1164. o54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1165. o54.Color = Color3.new(0.384314, 0.145098, 0.819608)
  1166. o54.Position = Vector3.new(86.7319565, 52.0401764, -173.662949)
  1167. o54.Orientation = Vector3.new(3.63999987, 21.5, 9.34000015)
  1168. o54.Color = Color3.new(0.384314, 0.145098, 0.819608)
  1169. o55.Parent = o6
  1170. o55.Material = Enum.Material.Grass
  1171. o55.BrickColor = BrickColor.new("Royal purple")
  1172. o55.Position = Vector3.new(98.1936569, 55.1572113, -188.706635)
  1173. o55.Rotation = Vector3.new(-51.5099983, -47.1800003, -53.4499969)
  1174. o55.Anchored = true
  1175. o55.FormFactor = Enum.FormFactor.Custom
  1176. o55.Size = Vector3.new(9.17714977, 4.76282406, 8.94481564)
  1177. o55.CFrame = CFrame.new(98.1936569, 55.1572113, -188.706635, 0.404815137, 0.546000957, -0.73349005, -0.158013061, 0.831858814, 0.532017648, 0.900642276, -0.0994678065, 0.423024356)
  1178. o55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1179. o55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1180. o55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1181. o55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1182. o55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1183. o55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1184. o55.Color = Color3.new(0.384314, 0.145098, 0.819608)
  1185. o55.Position = Vector3.new(98.1936569, 55.1572113, -188.706635)
  1186. o55.Orientation = Vector3.new(-32.1399994, -60.0299988, -10.7600002)
  1187. o55.Color = Color3.new(0.384314, 0.145098, 0.819608)
  1188. o56.Parent = o6
  1189. o56.Material = Enum.Material.Grass
  1190. o56.BrickColor = BrickColor.new("Royal purple")
  1191. o56.Position = Vector3.new(99.829689, 54.7857704, -183.201126)
  1192. o56.Rotation = Vector3.new(-80.6999969, -79.1299973, -89.0899963)
  1193. o56.Anchored = true
  1194. o56.FormFactor = Enum.FormFactor.Custom
  1195. o56.Size = Vector3.new(9.17714977, 3.83349276, 8.94481564)
  1196. o56.CFrame = CFrame.new(99.829689, 54.7857704, -183.201126, 0.0029969993, 0.188615933, -0.982046425, -0.146265969, 0.971571684, 0.186157763, 0.989240766, 0.143082052, 0.030499896)
  1197. o56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1198. o56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1199. o56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1200. o56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1201. o56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1202. o56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1203. o56.Color = Color3.new(0.384314, 0.145098, 0.819608)
  1204. o56.Position = Vector3.new(99.829689, 54.7857704, -183.201126)
  1205. o56.Orientation = Vector3.new(-10.7299995, -88.2200012, -8.55999947)
  1206. o56.Color = Color3.new(0.384314, 0.145098, 0.819608)
  1207. o57.Parent = o6
  1208. o57.Material = Enum.Material.Grass
  1209. o57.BrickColor = BrickColor.new("Royal purple")
  1210. o57.Transparency = 0.30000001192093
  1211. o57.Position = Vector3.new(92.1549072, 50.2479668, -174.81131)
  1212. o57.Rotation = Vector3.new(-158.269989, -9.28999996, 166.709991)
  1213. o57.Anchored = true
  1214. o57.FormFactor = Enum.FormFactor.Custom
  1215. o57.Size = Vector3.new(11.3843136, 6.04065609, 13.1268101)
  1216. o57.CFrame = CFrame.new(92.1549072, 50.2479668, -174.81131, -0.960476935, -0.226796359, -0.161392227, -0.271632969, 0.890339017, 0.365392953, 0.0608239956, 0.394790918, -0.916755497)
  1217. o57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1218. o57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1219. o57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1220. o57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1221. o57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1222. o57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1223. o57.Color = Color3.new(0.384314, 0.145098, 0.819608)
  1224. o57.Position = Vector3.new(92.1549072, 50.2479668, -174.81131)
  1225. o57.Orientation = Vector3.new(-21.4300003, -170.019989, -16.9699993)
  1226. o57.Color = Color3.new(0.384314, 0.145098, 0.819608)
  1227. o58.Parent = o6
  1228. o58.Material = Enum.Material.Grass
  1229. o58.BrickColor = BrickColor.new("Dark indigo")
  1230. o58.Transparency = 0.20000000298023
  1231. o58.Position = Vector3.new(99.4013519, 54.452713, -176.800415)
  1232. o58.Rotation = Vector3.new(-152.910004, -60.3999977, -169.279999)
  1233. o58.Anchored = true
  1234. o58.FormFactor = Enum.FormFactor.Custom
  1235. o58.Size = Vector3.new(9.17714977, 4.76282501, 11.3843117)
  1236. o58.CFrame = CFrame.new(99.4013519, 54.452713, -176.800415, -0.485261053, 0.0919031054, -0.869526029, -0.223413035, 0.948417842, 0.224922732, 0.84534514, 0.303409696, -0.439697891)
  1237. o58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1238. o58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1239. o58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1240. o58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1241. o58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1242. o58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1243. o58.Color = Color3.new(0.262745, 0.105882, 0.560784)
  1244. o58.Position = Vector3.new(99.4013519, 54.452713, -176.800415)
  1245. o58.Orientation = Vector3.new(-13, -116.82, -13.2599993)
  1246. o58.Color = Color3.new(0.262745, 0.105882, 0.560784)
  1247. o59.Parent = o6
  1248. o59.Material = Enum.Material.Grass
  1249. o59.BrickColor = BrickColor.new("Royal purple")
  1250. o59.Position = Vector3.new(90.4135284, 53.5857773, -191.329391)
  1251. o59.Rotation = Vector3.new(-14.5499992, 18.6999989, 23.9300003)
  1252. o59.Anchored = true
  1253. o59.FormFactor = Enum.FormFactor.Custom
  1254. o59.Size = Vector3.new(9.17714977, 5.22749376, 8.82864952)
  1255. o59.CFrame = CFrame.new(90.4135284, 53.5857773, -191.329391, 0.86579591, -0.384210587, 0.320592701, 0.318987966, 0.917394578, 0.237978637, -0.385543942, -0.103775702, 0.91683501)
  1256. o59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1257. o59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1258. o59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1259. o59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1260. o59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1261. o59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1262. o59.Color = Color3.new(0.384314, 0.145098, 0.819608)
  1263. o59.Position = Vector3.new(90.4135284, 53.5857773, -191.329391)
  1264. o59.Orientation = Vector3.new(-13.7699995, 19.2700005, 19.1700001)
  1265. o59.Color = Color3.new(0.384314, 0.145098, 0.819608)
  1266. o60.Parent = o6
  1267. o60.Material = Enum.Material.Grass
  1268. o60.BrickColor = BrickColor.new("Royal purple")
  1269. o60.Position = Vector3.new(92.4412842, 55.7906952, -183.154709)
  1270. o60.Rotation = Vector3.new(-160.039993, 26.8699989, 172.110001)
  1271. o60.Anchored = true
  1272. o60.FormFactor = Enum.FormFactor.Custom
  1273. o60.Size = Vector3.new(10.8034801, 8.01548672, 11.3843117)
  1274. o60.CFrame = CFrame.new(92.4412842, 55.7906952, -183.154709, -0.883562148, -0.122509874, 0.452005953, 0.0237780046, 0.952196479, 0.304559708, -0.467710048, 0.279845208, -0.838411689)
  1275. o60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1276. o60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1277. o60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1278. o60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1279. o60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1280. o60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1281. o60.Color = Color3.new(0.368627, 0, 1)
  1282. o60.Position = Vector3.new(92.4412842, 55.7906952, -183.154709)
  1283. o60.Orientation = Vector3.new(-17.7299995, 151.669998, 1.42999995)
  1284. o60.Color = Color3.new(0.368627, 0, 1)
  1285. o61.Parent = o6
  1286. o61.Material = Enum.Material.Grass
  1287. o61.BrickColor = BrickColor.new("Dark indigo")
  1288. o61.Transparency = 0.30000001192093
  1289. o61.Position = Vector3.new(89.1407242, 51.8749161, -182.762283)
  1290. o61.Rotation = Vector3.new(134.849991, -38.4899979, 137)
  1291. o61.Anchored = true
  1292. o61.FormFactor = Enum.FormFactor.Custom
  1293. o61.Size = Vector3.new(9.17714977, 6.96998739, 11.3843117)
  1294. o61.CFrame = CFrame.new(89.1407242, 51.8749161, -182.762283, -0.572471857, -0.533828437, -0.622336864, -0.158254966, 0.816684365, -0.554961264, 0.804506898, -0.219211817, -0.552009821)
  1295. o61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1296. o61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1297. o61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1298. o61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1299. o61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1300. o61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1301. o61.Color = Color3.new(0.262745, 0.105882, 0.560784)
  1302. o61.Position = Vector3.new(89.1407242, 51.8749161, -182.762283)
  1303. o61.Orientation = Vector3.new(33.7099991, -131.569992, -10.9699993)
  1304. o61.Color = Color3.new(0.262745, 0.105882, 0.560784)
  1305. o62.Parent = o6
  1306. o62.Material = Enum.Material.Grass
  1307. o62.BrickColor = BrickColor.new("Royal purple")
  1308. o62.Transparency = 0.30000001192093
  1309. o62.Position = Vector3.new(93.6466141, 54.8479424, -193.402954)
  1310. o62.Rotation = Vector3.new(-7.14999962, -24.5599995, 14.0099993)
  1311. o62.Anchored = true
  1312. o62.FormFactor = Enum.FormFactor.Custom
  1313. o62.Size = Vector3.new(9.17714977, 6.50532389, 8.82864952)
  1314. o62.CFrame = CFrame.new(93.6466141, 54.8479424, -193.402954, 0.882474303, -0.220112026, -0.415679991, 0.290329099, 0.950207472, 0.113202132, 0.370065123, -0.220581949, 0.902438641)
  1315. o62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1316. o62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1317. o62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1318. o62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1319. o62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1320. o62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1321. o62.Color = Color3.new(0.368627, 0, 1)
  1322. o62.Position = Vector3.new(93.6466141, 54.8479424, -193.402954)
  1323. o62.Orientation = Vector3.new(-6.5, -24.7299995, 16.9899998)
  1324. o62.Color = Color3.new(0.368627, 0, 1)
  1325. o63.Parent = o6
  1326. o63.Material = Enum.Material.Grass
  1327. o63.BrickColor = BrickColor.new("Royal purple")
  1328. o63.Transparency = 0.20000000298023
  1329. o63.Position = Vector3.new(86.5360184, 50.3859711, -176.462936)
  1330. o63.Rotation = Vector3.new(55.2899971, -44.6499977, 59.1800003)
  1331. o63.Anchored = true
  1332. o63.FormFactor = Enum.FormFactor.Custom
  1333. o63.Size = Vector3.new(9.17714977, 5.22749186, 11.3843117)
  1334. o63.CFrame = CFrame.new(86.5360184, 50.3859711, -176.462936, 0.364446908, -0.61093539, -0.702806175, 0.19298996, 0.787878275, -0.584810078, 0.911006749, 0.0774976909, 0.405044198)
  1335. o63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1336. o63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1337. o63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1338. o63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1339. o63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1340. o63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1341. o63.Color = Color3.new(0.384314, 0.145098, 0.819608)
  1342. o63.Position = Vector3.new(86.5360184, 50.3859711, -176.462936)
  1343. o63.Orientation = Vector3.new(35.7900009, -60.0399971, 13.7599993)
  1344. o63.Color = Color3.new(0.384314, 0.145098, 0.819608)
  1345. o64.Parent = o6
  1346. o64.Material = Enum.Material.Wood
  1347. o64.BrickColor = BrickColor.new("Cocoa")
  1348. o64.Position = Vector3.new(95.0107117, 47.6874886, -189.798431)
  1349. o64.Rotation = Vector3.new(-42.9500008, 1.40999997, 2.46000004)
  1350. o64.Anchored = true
  1351. o64.FormFactor = Enum.FormFactor.Custom
  1352. o64.Size = Vector3.new(1.62633061, 13.0106611, 1.39399755)
  1353. o64.CFrame = CFrame.new(95.0107117, 47.6874886, -189.798431, 0.998779774, -0.0428673811, 0.024522841, 0.0146889966, 0.731939197, 0.681211591, -0.0471509881, -0.680020154, 0.731675744)
  1354. o64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1355. o64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1356. o64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1357. o64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1358. o64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1359. o64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1360. o64.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1361. o64.Position = Vector3.new(95.0107117, 47.6874886, -189.798431)
  1362. o64.Orientation = Vector3.new(-42.9399986, 1.91999996, 1.14999998)
  1363. o64.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1364. o65.Parent = o6
  1365. o65.Material = Enum.Material.Grass
  1366. o65.BrickColor = BrickColor.new("Royal purple")
  1367. o65.Transparency = 0.30000001192093
  1368. o65.Position = Vector3.new(92.2906113, 56.4562225, -178.200134)
  1369. o65.Rotation = Vector3.new(15.1099997, -13.0499992, -2.53999996)
  1370. o65.Anchored = true
  1371. o65.FormFactor = Enum.FormFactor.Custom
  1372. o65.Size = Vector3.new(8.59631729, 8.01548672, 12.7783127)
  1373. o65.CFrame = CFrame.new(92.2906113, 56.4562225, -178.200134, 0.973223448, 0.0432357416, -0.225758404, -0.101639055, 0.961863101, -0.2539469, 0.206169099, 0.270092964, 0.940502048)
  1374. o65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1375. o65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1376. o65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1377. o65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1378. o65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1379. o65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1380. o65.Color = Color3.new(0.384314, 0.145098, 0.819608)
  1381. o65.Position = Vector3.new(92.2906113, 56.4562225, -178.200134)
  1382. o65.Orientation = Vector3.new(14.71, -13.5, -6.02999973)
  1383. o65.Color = Color3.new(0.384314, 0.145098, 0.819608)
  1384. o66.Parent = o6
  1385. o66.Material = Enum.Material.Wood
  1386. o66.BrickColor = BrickColor.new("Cocoa")
  1387. o66.Position = Vector3.new(98.347641, 22.9291687, -183.718475)
  1388. o66.Rotation = Vector3.new(-21.7399998, 78.8300018, 26.2999992)
  1389. o66.Anchored = true
  1390. o66.FormFactor = Enum.FormFactor.Custom
  1391. o66.Size = Vector3.new(4.6466589, 6.38915443, 4.6466589)
  1392. o66.CFrame = CFrame.new(98.347641, 22.9291687, -183.718475, 0.173647091, -0.0858319327, 0.981060505, 0.0858310387, 0.993722916, 0.0717477277, -0.981060505, 0.0717466474, 0.17992416)
  1393. o66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1394. o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1395. o66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1396. o66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1397. o66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1398. o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1399. o66.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1400. o66.Position = Vector3.new(98.347641, 22.9291687, -183.718475)
  1401. o66.Orientation = Vector3.new(-4.11000013, 79.6100006, 4.94000006)
  1402. o66.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1403. o67.Parent = o6
  1404. o67.Material = Enum.Material.Wood
  1405. o67.BrickColor = BrickColor.new("Cocoa")
  1406. o67.Position = Vector3.new(100.370926, 51.2270966, -178.048828)
  1407. o67.Rotation = Vector3.new(5, -15, 165)
  1408. o67.Anchored = true
  1409. o67.FormFactor = Enum.FormFactor.Custom
  1410. o67.Size = Vector3.new(2.20716333, 5.92448616, 1.97482991)
  1411. o67.CFrame = CFrame.new(100.370926, 51.2270966, -178.048828, -0.933012784, -0.24999997, -0.258818775, 0.279622942, -0.956411958, -0.0841856748, -0.226490945, -0.150917992, 0.962250352)
  1412. o67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1413. o67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1414. o67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1415. o67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1416. o67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1417. o67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1418. o67.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1419. o67.Position = Vector3.new(100.370926, 51.2270966, -178.048828)
  1420. o67.Orientation = Vector3.new(4.82999992, -15.0499992, 163.699997)
  1421. o67.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1422. o68.Parent = o6
  1423. o68.Material = Enum.Material.Wood
  1424. o68.BrickColor = BrickColor.new("Cocoa")
  1425. o68.Position = Vector3.new(97.5601273, 45.525177, -179.303772)
  1426. o68.Rotation = Vector3.new(5, -15, 145)
  1427. o68.Anchored = true
  1428. o68.FormFactor = Enum.FormFactor.Custom
  1429. o68.Size = Vector3.new(2.90416169, 8.59631252, 2.67182899)
  1430. o68.CFrame = CFrame.new(97.5601273, 45.525177, -179.303772, -0.791238129, -0.554034591, -0.258820295, 0.589874089, -0.803095102, -0.0841830373, -0.161217019, -0.219280183, 0.962250173)
  1431. o68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1432. o68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1433. o68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1434. o68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1435. o68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1436. o68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1437. o68.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1438. o68.Position = Vector3.new(97.5601273, 45.525177, -179.303772)
  1439. o68.Orientation = Vector3.new(4.82999992, -15.0499992, 143.699997)
  1440. o68.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1441. o69.Parent = o6
  1442. o69.Material = Enum.Material.Wood
  1443. o69.BrickColor = BrickColor.new("Cocoa")
  1444. o69.Position = Vector3.new(88.4189453, 46.0147324, -176.292816)
  1445. o69.Rotation = Vector3.new(-137.23999, 27.6800003, 137.73999)
  1446. o69.Anchored = true
  1447. o69.FormFactor = Enum.FormFactor.Custom
  1448. o69.Size = Vector3.new(2.32332969, 6.73764992, 2.09099674)
  1449. o69.CFrame = CFrame.new(88.4189453, 46.0147324, -176.292816, -0.65535593, -0.595552921, 0.464570016, -0.260401964, 0.75550282, 0.601170778, -0.709012926, 0.273005903, -0.650206447)
  1450. o69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1451. o69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1452. o69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1453. o69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1454. o69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1455. o69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1456. o69.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1457. o69.Position = Vector3.new(88.4189453, 46.0147324, -176.292816)
  1458. o69.Orientation = Vector3.new(-36.9500008, 144.449997, -19.0200005)
  1459. o69.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1460. o70.Parent = o6
  1461. o70.Material = Enum.Material.Wood
  1462. o70.BrickColor = BrickColor.new("Cocoa")
  1463. o70.Position = Vector3.new(92.5867767, 43.0453796, -178.570267)
  1464. o70.Rotation = Vector3.new(-123.559998, -7.26999998, 124.110001)
  1465. o70.Anchored = true
  1466. o70.FormFactor = Enum.FormFactor.Custom
  1467. o70.Size = Vector3.new(2.90416169, 6.73764992, 2.67182899)
  1468. o70.CFrame = CFrame.new(92.5867767, 43.0453796, -178.570267, -0.556347013, -0.821269572, -0.126468927, -0.516786993, 0.22279115, 0.826616824, -0.650699019, 0.525243342, -0.54837054)
  1469. o70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1470. o70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1471. o70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1472. o70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1473. o70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1474. o70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1475. o70.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1476. o70.Position = Vector3.new(92.5867767, 43.0453796, -178.570267)
  1477. o70.Orientation = Vector3.new(-55.75, -167.009995, -66.6800003)
  1478. o70.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1479. o71.Parent = o6
  1480. o71.Material = Enum.Material.Wood
  1481. o71.BrickColor = BrickColor.new("Cocoa")
  1482. o71.Position = Vector3.new(100.053894, 21.4135685, -185.335907)
  1483. o71.Rotation = Vector3.new(-31.2600002, 18.3999996, 39.1599998)
  1484. o71.Anchored = true
  1485. o71.FormFactor = Enum.FormFactor.Custom
  1486. o71.Size = Vector3.new(4.6466589, 8.82864761, 4.6466589)
  1487. o71.CFrame = CFrame.new(100.053894, 21.4135685, -185.335907, 0.735702932, -0.59927398, 0.315613598, 0.412887931, 0.766207695, 0.492391497, -0.536902964, -0.231940806, 0.811134219)
  1488. o71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1489. o71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1490. o71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1491. o71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1492. o71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1493. o71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1494. o71.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1495. o71.Position = Vector3.new(100.053894, 21.4135685, -185.335907)
  1496. o71.Orientation = Vector3.new(-29.5, 21.2600002, 28.3199997)
  1497. o71.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1498. o72.Parent = o6
  1499. o72.Material = Enum.Material.Wood
  1500. o72.BrickColor = BrickColor.new("Cocoa")
  1501. o72.Position = Vector3.new(93.0067596, 21.9593925, -186.610001)
  1502. o72.Rotation = Vector3.new(154.300003, 51.9799995, 65)
  1503. o72.Anchored = true
  1504. o72.FormFactor = Enum.FormFactor.Custom
  1505. o72.Size = Vector3.new(4.99515772, 9.18829155, 5.11132431)
  1506. o72.CFrame = CFrame.new(93.0067596, 21.9593925, -186.610001, 0.260241091, -0.558185995, 0.787847042, -0.672326267, -0.690401495, -0.267063975, 0.693002224, -0.460189193, -0.554953933)
  1507. o72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1508. o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1509. o72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1510. o72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1511. o72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1512. o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1513. o72.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1514. o72.Position = Vector3.new(93.0067596, 21.9593925, -186.610001)
  1515. o72.Orientation = Vector3.new(15.4899998, 125.159996, -135.759995)
  1516. o72.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1517. o73.Parent = o6
  1518. o73.Material = Enum.Material.Wood
  1519. o73.BrickColor = BrickColor.new("Cocoa")
  1520. o73.Position = Vector3.new(95.0486603, 46.2005272, -188.167572)
  1521. o73.Rotation = Vector3.new(-47.6699982, 1.82999992, 0.979999959)
  1522. o73.Anchored = true
  1523. o73.FormFactor = Enum.FormFactor.Custom
  1524. o73.Size = Vector3.new(2.09099674, 8.59632301, 1.97483015)
  1525. o73.CFrame = CFrame.new(95.0486603, 46.2005272, -188.167572, 0.999344468, -0.0170144141, 0.0319559276, -0.0121570053, 0.673716247, 0.738890111, -0.0341010131, -0.738794267, 0.673067689)
  1526. o73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1527. o73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1528. o73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1529. o73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1530. o73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1531. o73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1532. o73.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1533. o73.Position = Vector3.new(95.0486603, 46.2005272, -188.167572)
  1534. o73.Orientation = Vector3.new(-47.6399994, 2.72000003, -1.02999997)
  1535. o73.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1536. o74.Parent = o6
  1537. o74.Material = Enum.Material.Wood
  1538. o74.BrickColor = BrickColor.new("Cocoa")
  1539. o74.Position = Vector3.new(95.0315018, 42.1230316, -183.054611)
  1540. o74.Rotation = Vector3.new(-57.0599976, 3.03999996, -1.86000001)
  1541. o74.Anchored = true
  1542. o74.FormFactor = Enum.FormFactor.Custom
  1543. o74.Size = Vector3.new(2.90416169, 7.78314638, 2.67182899)
  1544. o74.CFrame = CFrame.new(95.0315018, 42.1230316, -183.054611, 0.998065948, 0.032425914, 0.0530367605, -0.0621439964, 0.541979849, 0.838090658, -0.00156899984, -0.839765728, 0.542946696)
  1545. o74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1546. o74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1547. o74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1548. o74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1549. o74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1550. o74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1551. o74.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1552. o74.Position = Vector3.new(95.0315018, 42.1230316, -183.054611)
  1553. o74.Orientation = Vector3.new(-56.9399986, 5.57999992, -6.53999996)
  1554. o74.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1555. o75.Parent = o6
  1556. o75.Material = Enum.Material.Wood
  1557. o75.BrickColor = BrickColor.new("Cocoa")
  1558. o75.Position = Vector3.new(97.9308624, 23.0398102, -187.217453)
  1559. o75.Rotation = Vector3.new(24.7999992, 31.1199989, 6.54999971)
  1560. o75.Anchored = true
  1561. o75.FormFactor = Enum.FormFactor.Custom
  1562. o75.Size = Vector3.new(4.6466589, 8.36398315, 4.6466589)
  1563. o75.CFrame = CFrame.new(97.9308624, 23.0398102, -187.217453, 0.850532711, -0.0975873694, 0.5167889, 0.318836868, 0.877145827, -0.359107643, -0.418254852, 0.470204145, 0.777155697)
  1564. o75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1565. o75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1566. o75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1567. o75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1568. o75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1569. o75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1570. o75.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1571. o75.Position = Vector3.new(97.9308624, 23.0398102, -187.217453)
  1572. o75.Orientation = Vector3.new(21.0499992, 33.6199989, 19.9799995)
  1573. o75.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1574. o76.Parent = o6
  1575. o76.Material = Enum.Material.Wood
  1576. o76.BrickColor = BrickColor.new("Cocoa")
  1577. o76.Position = Vector3.new(94.8216934, 23.1857681, -183.87413)
  1578. o76.Rotation = Vector3.new(159.910004, 66.2200012, -146.649994)
  1579. o76.Anchored = true
  1580. o76.FormFactor = Enum.FormFactor.Custom
  1581. o76.Size = Vector3.new(4.6466589, 6.38915443, 4.6466589)
  1582. o76.CFrame = CFrame.new(94.8216934, 23.1857681, -183.87413, -0.336823881, 0.221667081, 0.915102959, 0.253642917, 0.957326055, -0.138535947, -0.906760693, 0.185447156, -0.378674537)
  1583. o76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1584. o76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1585. o76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1586. o76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1587. o76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1588. o76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1589. o76.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1590. o76.Position = Vector3.new(94.8216934, 23.1857681, -183.87413)
  1591. o76.Orientation = Vector3.new(7.96000004, 112.479996, 14.8399992)
  1592. o76.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1593. o77.Parent = o6
  1594. o77.Material = Enum.Material.Wood
  1595. o77.BrickColor = BrickColor.new("Cocoa")
  1596. o77.Position = Vector3.new(94.422348, 43.3825684, -179.940369)
  1597. o77.Rotation = Vector3.new(7.54999971, 0.479999989, 8.34999943)
  1598. o77.Anchored = true
  1599. o77.FormFactor = Enum.FormFactor.Custom
  1600. o77.Size = Vector3.new(2.90416169, 10.1064758, 2.67182899)
  1601. o77.CFrame = CFrame.new(94.422348, 43.3825684, -179.940369, 0.989354134, -0.145286009, 0.00838558376, 0.145122021, 0.980656266, -0.131350413, 0.0108600007, 0.131169036, 0.991300523)
  1602. o77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1603. o77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1604. o77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1605. o77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1606. o77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1607. o77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1608. o77.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1609. o77.Position = Vector3.new(94.422348, 43.3825684, -179.940369)
  1610. o77.Orientation = Vector3.new(7.54999971, 0.479999989, 8.42000008)
  1611. o77.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1612. o78.Parent = o6
  1613. o78.Material = Enum.Material.Wood
  1614. o78.BrickColor = BrickColor.new("Cocoa")
  1615. o78.Position = Vector3.new(96.091713, 33.2778587, -181.925751)
  1616. o78.Rotation = Vector3.new(12.2799997, 1.44999993, 9.55000019)
  1617. o78.Anchored = true
  1618. o78.FormFactor = Enum.FormFactor.Custom
  1619. o78.Size = Vector3.new(3.71732712, 18.0058079, 3.48499441)
  1620. o78.CFrame = CFrame.new(96.091713, 33.2778587, -181.925751, 0.985825241, -0.165843755, 0.0253852494, 0.167425051, 0.962668717, -0.21269165, 0.0108360024, 0.213926941, 0.976789534)
  1621. o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1622. o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1623. o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1624. o78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1625. o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1626. o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1627. o78.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1628. o78.Position = Vector3.new(96.091713, 33.2778587, -181.925751)
  1629. o78.Orientation = Vector3.new(12.2799997, 1.49000001, 9.86999989)
  1630. o78.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1631. o79.Parent = o6
  1632. o79.Material = Enum.Material.Wood
  1633. o79.BrickColor = BrickColor.new("Cocoa")
  1634. o79.Position = Vector3.new(96.606041, 30.6599731, -182.500824)
  1635. o79.Rotation = Vector3.new(15.1099997, -13.0499992, 12.46)
  1636. o79.Anchored = true
  1637. o79.FormFactor = Enum.FormFactor.Custom
  1638. o79.Size = Vector3.new(4.64665937, 12.5459795, 4.64665937)
  1639. o79.CFrame = CFrame.new(96.606041, 30.6599731, -182.500824, 0.951251209, -0.210126758, -0.225760803, 0.150772035, 0.95539397, -0.253949165, 0.269052058, 0.207531035, 0.940500855)
  1640. o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1641. o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1642. o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1643. o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1644. o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1645. o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1646. o79.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1647. o79.Position = Vector3.new(96.606041, 30.6599731, -182.500824)
  1648. o79.Orientation = Vector3.new(14.71, -13.5, 8.97000027)
  1649. o79.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1650. o80.Parent = o6
  1651. o80.Material = Enum.Material.Wood
  1652. o80.BrickColor = BrickColor.new("Cocoa")
  1653. o80.Position = Vector3.new(96.3574448, 22.6485596, -182.16095)
  1654. o80.Rotation = Vector3.new(-175, 70, 175)
  1655. o80.Anchored = true
  1656. o80.FormFactor = Enum.FormFactor.Custom
  1657. o80.Size = Vector3.new(4.6466589, 6.38915443, 4.6466589)
  1658. o80.CFrame = CFrame.new(96.3574448, 22.6485596, -182.16095, -0.340718895, -0.0298089068, 0.939692616, -0.00523599796, 0.999541879, 0.0298089534, -0.940150619, 0.00523624523, -0.340718895)
  1659. o80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1660. o80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1661. o80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1662. o80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1663. o80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1664. o80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1665. o80.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1666. o80.Position = Vector3.new(96.3574448, 22.6485596, -182.16095)
  1667. o80.Orientation = Vector3.new(-1.70999992, 109.93, -0.299999982)
  1668. o80.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1669. o81.Parent = o6
  1670. o81.Material = Enum.Material.Wood
  1671. o81.BrickColor = BrickColor.new("Cocoa")
  1672. o81.Position = Vector3.new(96.7405243, 27.1313686, -183.098953)
  1673. o81.Rotation = Vector3.new(-175, 70, -170)
  1674. o81.Anchored = true
  1675. o81.FormFactor = Enum.FormFactor.Custom
  1676. o81.Size = Vector3.new(5.34365749, 5.34365749, 5.34365749)
  1677. o81.CFrame = CFrame.new(96.7405243, 27.1313686, -183.098953, -0.336823881, 0.0593909658, 0.939692736, 0.253642917, 0.966838479, 0.0298092347, -0.906760693, 0.24838686, -0.340718389)
  1678. o81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1679. o81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1680. o81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1681. o81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1682. o81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1683. o81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1684. o81.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1685. o81.Position = Vector3.new(96.7405243, 27.1313686, -183.098953)
  1686. o81.Orientation = Vector3.new(-1.70999992, 109.93, 14.6999998)
  1687. o81.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1688. o82.Parent = o6
  1689. o82.Material = Enum.Material.Wood
  1690. o82.BrickColor = BrickColor.new("Cocoa")
  1691. o82.Position = Vector3.new(93.8972397, 34.1045952, -179.469635)
  1692. o82.Rotation = Vector3.new(-127.959999, 11.9399996, -22.5)
  1693. o82.Anchored = true
  1694. o82.FormFactor = Enum.FormFactor.Custom
  1695. o82.Size = Vector3.new(2.09099674, 3.83349848, 1.97483015)
  1696. o82.CFrame = CFrame.new(93.8972397, 34.1045952, -179.469635, 0.903891265, 0.374398232, 0.206900164, 0.0846671537, -0.630696595, 0.771397173, 0.419301063, -0.679740906, -0.601780236)
  1697. o82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1698. o82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1699. o82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1700. o82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1701. o82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1702. o82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1703. o82.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1704. o82.Position = Vector3.new(93.8972397, 34.1045952, -179.469635)
  1705. o82.Orientation = Vector3.new(-50.4799995, 161.029999, 172.349991)
  1706. o82.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1707. o83.Parent = o6
  1708. o83.Material = Enum.Material.Wood
  1709. o83.BrickColor = BrickColor.new("Cocoa")
  1710. o83.Position = Vector3.new(97.755043, 21.9009857, -181.361786)
  1711. o83.Rotation = Vector3.new(10.0900002, 63.7199974, -52.9599991)
  1712. o83.Anchored = true
  1713. o83.FormFactor = Enum.FormFactor.Custom
  1714. o83.Size = Vector3.new(4.6466589, 6.38915443, 4.6466589)
  1715. o83.CFrame = CFrame.new(97.755043, 21.9009857, -181.361786, 0.266658038, 0.353399962, 0.89666152, -0.691317081, 0.718378544, -0.0775428563, -0.671546042, -0.59920001, 0.435872883)
  1716. o83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1717. o83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1718. o83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1719. o83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1720. o83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1721. o83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1722. o83.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1723. o83.Position = Vector3.new(97.755043, 21.9009857, -181.361786)
  1724. o83.Orientation = Vector3.new(4.44999981, 64.0800018, -43.8999977)
  1725. o83.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1726. o84.Parent = o6
  1727. o84.Material = Enum.Material.Wood
  1728. o84.BrickColor = BrickColor.new("Cocoa")
  1729. o84.Position = Vector3.new(113.105141, 26.2516937, -215.44165)
  1730. o84.Rotation = Vector3.new(-109.25, -19.3199997, -121.110001)
  1731. o84.Anchored = true
  1732. o84.FormFactor = Enum.FormFactor.Custom
  1733. o84.Size = Vector3.new(1.31839693, 6.0426569, 1.20853066)
  1734. o84.CFrame = CFrame.new(113.105141, 26.2516937, -215.44165, -0.487555832, 0.808010459, -0.330769509, 0.120891958, 0.437676042, 0.890968442, 0.864681721, 0.394409537, -0.311073452)
  1735. o84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1736. o84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1737. o84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1738. o84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1739. o84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1740. o84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1741. o84.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1742. o84.Position = Vector3.new(113.105141, 26.2516937, -215.44165)
  1743. o84.Orientation = Vector3.new(-63, -133.23999, 15.4399996)
  1744. o84.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1745. o85.Parent = o6
  1746. o85.Material = Enum.Material.Wood
  1747. o85.BrickColor = BrickColor.new("Cocoa")
  1748. o85.Position = Vector3.new(112.097549, 25.8185959, -215.949326)
  1749. o85.Rotation = Vector3.new(-106.57, -15.0199995, -120.32)
  1750. o85.Anchored = true
  1751. o85.FormFactor = Enum.FormFactor.Custom
  1752. o85.Size = Vector3.new(1.97759557, 3.62559628, 1.86772919)
  1753. o85.CFrame = CFrame.new(112.097549, 25.8185959, -215.949326, -0.487555832, 0.833764076, -0.259088337, 0.120891958, 0.358357817, 0.92572391, 0.864681721, 0.420020401, -0.275514781)
  1754. o85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1755. o85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1756. o85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1757. o85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1758. o85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1759. o85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1760. o85.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1761. o85.Position = Vector3.new(112.097549, 25.8185959, -215.949326)
  1762. o85.Orientation = Vector3.new(-67.7799988, -136.759995, 18.6399994)
  1763. o85.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1764. o86.Parent = o6
  1765. o86.Material = Enum.Material.Wood
  1766. o86.BrickColor = BrickColor.new("Cocoa")
  1767. o86.Position = Vector3.new(104.992638, 43.8267899, -216.539993)
  1768. o86.Rotation = Vector3.new(-180, -25, -15)
  1769. o86.Anchored = true
  1770. o86.FormFactor = Enum.FormFactor.Custom
  1771. o86.Size = Vector3.new(2.08746219, 5.60318327, 1.86772895)
  1772. o86.CFrame = CFrame.new(104.992638, 43.8267899, -216.539993, 0.875426114, 0.234569415, -0.422618508, 0.258819044, -0.965925813, 5.60789374e-07, -0.408218056, -0.109382197, -0.906307638)
  1773. o86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1774. o86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1775. o86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1776. o86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1777. o86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1778. o86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1779. o86.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1780. o86.Position = Vector3.new(104.992638, 43.8267899, -216.539993)
  1781. o86.Orientation = Vector3.new(0, -155, 165)
  1782. o86.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1783. o87.Parent = o6
  1784. o87.Material = Enum.Material.Wood
  1785. o87.BrickColor = BrickColor.new("Cocoa")
  1786. o87.Position = Vector3.new(107.487, 38.351181, -217.703125)
  1787. o87.Rotation = Vector3.new(180, -25, -35)
  1788. o87.Anchored = true
  1789. o87.FormFactor = Enum.FormFactor.Custom
  1790. o87.Size = Vector3.new(2.74666047, 8.13010883, 2.52692771)
  1791. o87.CFrame = CFrame.new(107.487, 38.351181, -217.703125, 0.742402971, 0.519838393, -0.422617942, 0.573578, -0.819150925, -2.22170058e-07, -0.346188009, -0.242404193, -0.906307936)
  1792. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1793. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1794. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1795. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1796. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1797. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1798. o87.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1799. o87.Position = Vector3.new(107.487, 38.351181, -217.703125)
  1800. o87.Orientation = Vector3.new(0, -155, 145)
  1801. o87.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1802. o88.Parent = o6
  1803. o88.Material = Enum.Material.Wood
  1804. o88.BrickColor = BrickColor.new("Cocoa")
  1805. o88.Position = Vector3.new(112.312218, 39.0606155, -225.402527)
  1806. o88.Rotation = Vector3.new(-33, 5.4000001, -18.9799995)
  1807. o88.Anchored = true
  1808. o88.FormFactor = Enum.FormFactor.Custom
  1809. o88.Size = Vector3.new(2.19732857, 6.37224627, 1.97759557)
  1810. o88.CFrame = CFrame.new(112.312218, 39.0606155, -225.402527, 0.941453874, 0.323727936, 0.0941530541, -0.321205974, 0.776422381, 0.542213082, 0.102426983, -0.540711164, 0.834949195)
  1811. o88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1812. o88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1813. o88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1814. o88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1815. o88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1816. o88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1817. o88.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1818. o88.Position = Vector3.new(112.312218, 39.0606155, -225.402527)
  1819. o88.Orientation = Vector3.new(-32.829998, 6.42999983, -22.4699993)
  1820. o88.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1821. o89.Parent = o6
  1822. o89.Material = Enum.Material.Wood
  1823. o89.BrickColor = BrickColor.new("Cocoa")
  1824. o89.Position = Vector3.new(110.514557, 36.0752563, -221.41246)
  1825. o89.Rotation = Vector3.new(-63.1699982, 29.6299992, -20.5599995)
  1826. o89.Anchored = true
  1827. o89.FormFactor = Enum.FormFactor.Custom
  1828. o89.Size = Vector3.new(2.74666047, 6.37224627, 2.52692771)
  1829. o89.CFrame = CFrame.new(110.514557, 36.0752563, -221.41246, 0.813903987, 0.305275977, 0.494334757, -0.571533024, 0.267720819, 0.775677502, 0.104451999, -0.913855672, 0.392374367)
  1830. o89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1831. o89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1832. o89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1833. o89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1834. o89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1835. o89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1836. o89.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1837. o89.Position = Vector3.new(110.514557, 36.0752563, -221.41246)
  1838. o89.Orientation = Vector3.new(-50.8699989, 51.5599976, -64.9000015)
  1839. o89.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1840. o90.Parent = o6
  1841. o90.Material = Enum.Material.Wood
  1842. o90.BrickColor = BrickColor.new("Cocoa")
  1843. o90.Position = Vector3.new(114.710381, 38.2568359, -212.789886)
  1844. o90.Rotation = Vector3.new(-119.18, -24.4599991, -144.860001)
  1845. o90.Anchored = true
  1846. o90.FormFactor = Enum.FormFactor.Custom
  1847. o90.Size = Vector3.new(1.97759557, 8.13011837, 1.86772919)
  1848. o90.CFrame = CFrame.new(114.710381, 38.2568359, -212.789886, -0.744386077, 0.523858845, -0.414078861, -0.0150830019, 0.606762052, 0.794740438, 0.667579055, 0.597839296, -0.443763882)
  1849. o90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1850. o90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1851. o90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1852. o90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1853. o90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1854. o90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1855. o90.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1856. o90.Position = Vector3.new(114.710381, 38.2568359, -212.789886)
  1857. o90.Orientation = Vector3.new(-52.6299973, -136.979996, -1.41999996)
  1858. o90.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1859. o91.Parent = o6
  1860. o91.Material = Enum.Material.Wood
  1861. o91.BrickColor = BrickColor.new("Cocoa")
  1862. o91.Position = Vector3.new(111.410248, 34.8366051, -216.748016)
  1863. o91.Rotation = Vector3.new(-110.18, -19.9599991, -144.690002)
  1864. o91.Anchored = true
  1865. o91.FormFactor = Enum.FormFactor.Custom
  1866. o91.Size = Vector3.new(2.74666047, 7.36104298, 2.52692771)
  1867. o91.CFrame = CFrame.new(111.410248, 34.8366051, -216.748016, -0.767038465, 0.543261826, -0.34134829, -0.0620440356, 0.466726989, 0.882222474, 0.638594329, 0.697877109, -0.324291378)
  1868. o91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1869. o91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1870. o91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1871. o91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1872. o91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1873. o91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1874. o91.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1875. o91.Position = Vector3.new(111.410248, 34.8366051, -216.748016)
  1876. o91.Orientation = Vector3.new(-61.9099998, -133.529999, -7.56999969)
  1877. o91.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1878. o92.Parent = o6
  1879. o92.Material = Enum.Material.Wood
  1880. o92.BrickColor = BrickColor.new("Cocoa")
  1881. o92.Position = Vector3.new(110.032341, 36.2800102, -219.286514)
  1882. o92.Rotation = Vector3.new(176.649994, -40.4300003, -173.800003)
  1883. o92.Anchored = true
  1884. o92.FormFactor = Enum.FormFactor.Custom
  1885. o92.Size = Vector3.new(2.74666047, 9.55837154, 2.52692771)
  1886. o92.CFrame = CFrame.new(110.032341, 36.2800102, -219.286514, -0.756711841, 0.0822420195, -0.648554862, 0.145515963, 0.988356829, -0.0444514342, 0.637347817, -0.128012002, -0.75986886)
  1887. o92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1888. o92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1889. o92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1890. o92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1891. o92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1892. o92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1893. o92.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1894. o92.Position = Vector3.new(110.032341, 36.2800102, -219.286514)
  1895. o92.Orientation = Vector3.new(2.54999995, -139.520004, 8.38000011)
  1896. o92.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1897. o93.Parent = o6
  1898. o93.Material = Enum.Material.Wood
  1899. o93.BrickColor = BrickColor.new("Cocoa")
  1900. o93.Position = Vector3.new(109.489807, 26.5960217, -217.476761)
  1901. o93.Rotation = Vector3.new(170.319992, -41.0599976, -176.660004)
  1902. o93.Anchored = true
  1903. o93.FormFactor = Enum.FormFactor.Custom
  1904. o93.Size = Vector3.new(3.51572537, 17.0292988, 3.29599261)
  1905. o93.CFrame = CFrame.new(109.489807, 26.5960217, -217.476761, -0.752744794, 0.043987073, -0.656841218, 0.167730957, 0.977650642, -0.126749992, 0.636585832, -0.205583006, -0.743299425)
  1906. o93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1907. o93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1908. o93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1909. o93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1910. o93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1911. o93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1912. o93.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1913. o93.Position = Vector3.new(109.489807, 26.5960217, -217.476761)
  1914. o93.Orientation = Vector3.new(7.27999973, -138.529999, 9.73999977)
  1915. o93.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1916. o94.Parent = o6
  1917. o94.Material = Enum.Material.Wood
  1918. o94.BrickColor = BrickColor.new("Cocoa")
  1919. o94.Position = Vector3.new(109.326775, 24.0821266, -216.914307)
  1920. o94.Rotation = Vector3.new(169, -26.3299999, -174.779999)
  1921. o94.Anchored = true
  1922. o94.FormFactor = Enum.FormFactor.Custom
  1923. o94.Size = Vector3.new(4.39465714, 11.8655729, 4.39465714)
  1924. o94.CFrame = CFrame.new(109.326775, 24.0821266, -216.914307, -0.892538846, 0.0816005245, -0.443526447, 0.17364797, 0.969846249, -0.171010315, 0.416197926, -0.22965081, -0.879795313)
  1925. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1926. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1927. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1928. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1929. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1930. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1931. o94.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1932. o94.Position = Vector3.new(109.326775, 24.0821266, -216.914307)
  1933. o94.Orientation = Vector3.new(9.84999943, -153.25, 10.1499996)
  1934. o94.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1935. o95.Parent = o6
  1936. o95.Material = Enum.Material.Wood
  1937. o95.BrickColor = BrickColor.new("Cocoa")
  1938. o95.Position = Vector3.new(110.29599, 16.5620499, -215.921753)
  1939. o95.Rotation = Vector3.new(-180, -25, 175)
  1940. o95.Anchored = true
  1941. o95.FormFactor = Enum.FormFactor.Custom
  1942. o95.Size = Vector3.new(4.39465618, 6.04265165, 4.39465618)
  1943. o95.CFrame = CFrame.new(110.29599, 16.5620499, -215.921753, -0.902858973, -0.0789900199, -0.42261821, -0.0871559978, 0.996194661, 3.31776249e-07, 0.421009988, 0.0368340127, -0.906307817)
  1944. o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1945. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1946. o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1947. o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1948. o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1949. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1950. o95.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1951. o95.Position = Vector3.new(110.29599, 16.5620499, -215.921753)
  1952. o95.Orientation = Vector3.new(0, -155, -5)
  1953. o95.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1954. o96.Parent = o6
  1955. o96.Material = Enum.Material.Wood
  1956. o96.BrickColor = BrickColor.new("Cocoa")
  1957. o96.Position = Vector3.new(109.015869, 20.7082882, -216.173416)
  1958. o96.Rotation = Vector3.new(-180, -25, -170)
  1959. o96.Anchored = true
  1960. o96.FormFactor = Enum.FormFactor.Custom
  1961. o96.Size = Vector3.new(5.05385494, 5.05385494, 5.05385494)
  1962. o96.CFrame = CFrame.new(109.015869, 20.7082882, -216.173416, -0.892538846, 0.157378539, -0.422618419, 0.17364797, 0.984807789, 6.59647341e-08, 0.416197926, -0.0733867809, -0.906307697)
  1963. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1964. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1965. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1966. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1967. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1968. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1969. o96.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1970. o96.Position = Vector3.new(109.015869, 20.7082882, -216.173416)
  1971. o96.Orientation = Vector3.new(0, -155, 10)
  1972. o96.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1973. o97.Parent = o6
  1974. o97.Material = Enum.Material.Wood
  1975. o97.BrickColor = BrickColor.new("Cocoa")
  1976. o97.Position = Vector3.new(106.703384, 16.0696411, -212.829422)
  1977. o97.Rotation = Vector3.new(156.940002, -36.5999985, 25.6999989)
  1978. o97.Anchored = true
  1979. o97.FormFactor = Enum.FormFactor.Custom
  1980. o97.Size = Vector3.new(4.72425508, 7.25118113, 4.8341217)
  1981. o97.CFrame = CFrame.new(106.703384, 16.0696411, -212.829422, 0.72343123, -0.348100513, -0.596215904, -0.609369218, -0.727880895, -0.314417988, -0.324525118, 0.59077543, -0.738693416)
  1982. o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1983. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1984. o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1985. o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1986. o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1987. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1988. o97.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1989. o97.Position = Vector3.new(106.703384, 16.0696411, -212.829422)
  1990. o97.Orientation = Vector3.new(18.3299999, -141.089996, -140.059998)
  1991. o97.Color = Color3.new(0.247059, 0.192157, 0.160784)
  1992. o98.Parent = o6
  1993. o98.Material = Enum.Material.Wood
  1994. o98.BrickColor = BrickColor.new("Cocoa")
  1995. o98.Position = Vector3.new(107.112785, 15.1367702, -219.152527)
  1996. o98.Rotation = Vector3.new(-124.18, 47.2799988, 158.87999)
  1997. o98.Anchored = true
  1998. o98.FormFactor = Enum.FormFactor.Custom
  1999. o98.Size = Vector3.new(4.39465618, 8.34984398, 4.39465618)
  2000. o98.CFrame = CFrame.new(107.112785, 15.1367702, -219.152527, -0.632793844, -0.244473964, 0.734713852, 0.364522874, 0.743076921, 0.561212718, -0.683150828, 0.622951925, -0.381098151)
  2001. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2002. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2003. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2004. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2005. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2006. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2007. o98.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2008. o98.Position = Vector3.new(107.112785, 15.1367702, -219.152527)
  2009. o98.Orientation = Vector3.new(-34.1399994, 117.419998, 26.1299992)
  2010. o98.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2011. o99.Parent = o6
  2012. o99.Material = Enum.Material.Wood
  2013. o99.BrickColor = BrickColor.new("Cocoa")
  2014. o99.Position = Vector3.new(105.388214, 16.5138683, -216.986115)
  2015. o99.Rotation = Vector3.new(153.62999, 49.2299995, -142.339996)
  2016. o99.Anchored = true
  2017. o99.FormFactor = Enum.FormFactor.Custom
  2018. o99.Size = Vector3.new(4.39465618, 7.91037941, 4.39465618)
  2019. o99.CFrame = CFrame.new(105.388214, 16.5138683, -216.986115, -0.516888916, 0.398980021, 0.757390797, 0.281169981, 0.91478914, -0.290007412, -0.808559954, 0.0630539581, -0.585025609)
  2020. o99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2021. o99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2022. o99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2023. o99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2024. o99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2025. o99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2026. o99.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2027. o99.Position = Vector3.new(105.388214, 16.5138683, -216.986115)
  2028. o99.Orientation = Vector3.new(16.8599987, 127.68, 17.0900002)
  2029. o99.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2030. o100.Parent = o6
  2031. o100.Material = Enum.Material.Wood
  2032. o100.BrickColor = BrickColor.new("Cocoa")
  2033. o100.Position = Vector3.new(111.367767, 14.012476, -214.935257)
  2034. o100.Rotation = Vector3.new(177.589996, 21.1700001, 132.470001)
  2035. o100.Anchored = true
  2036. o100.FormFactor = Enum.FormFactor.Custom
  2037. o100.Size = Vector3.new(4.39465618, 6.04265165, 4.39465618)
  2038. o100.CFrame = CFrame.new(111.367767, 14.012476, -214.935257, -0.629662931, -0.68782115, 0.361146271, -0.747214913, 0.663421929, -0.0392578915, -0.212589964, -0.294573069, -0.931682527)
  2039. o100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2040. o100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2041. o100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2042. o100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2043. o100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2044. o100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2045. o100.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2046. o100.Position = Vector3.new(111.367767, 14.012476, -214.935257)
  2047. o100.Orientation = Vector3.new(2.25, 158.809998, -48.3999977)
  2048. o100.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2049. o101.Parent = o6
  2050. o101.Material = Enum.Material.Wood
  2051. o101.BrickColor = BrickColor.new("Cocoa")
  2052. o101.Position = Vector3.new(108.647087, 16.6980438, -217.666962)
  2053. o101.Rotation = Vector3.new(-174.979996, 4.98000002, 179.559998)
  2054. o101.Anchored = true
  2055. o101.FormFactor = Enum.FormFactor.Custom
  2056. o101.Size = Vector3.new(4.39465618, 6.04265165, 4.39465618)
  2057. o101.CFrame = CFrame.new(108.647087, 16.6980438, -217.666962, -0.996194661, -0.00759613235, 0.0868243203, 0, 0.99619472, 0.0871556178, -0.087155968, 0.0868239626, -0.992403865)
  2058. o101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2059. o101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2060. o101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2061. o101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2062. o101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2063. o101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2064. o101.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2065. o101.Position = Vector3.new(108.647087, 16.6980438, -217.666962)
  2066. o101.Orientation = Vector3.new(-5, 175, 0)
  2067. o101.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2068. o102.Parent = o6
  2069. o102.Material = Enum.Material.Wood
  2070. o102.BrickColor = BrickColor.new("Cocoa")
  2071. o102.Position = Vector3.new(108.770462, 16.9269753, -214.330246)
  2072. o102.Rotation = Vector3.new(169, -26.3299999, -174.779999)
  2073. o102.Anchored = true
  2074. o102.FormFactor = Enum.FormFactor.Custom
  2075. o102.Size = Vector3.new(4.39465618, 6.04265165, 4.39465618)
  2076. o102.CFrame = CFrame.new(108.770462, 16.9269753, -214.330246, -0.892538846, 0.0816005245, -0.443526447, 0.17364797, 0.969846249, -0.171010315, 0.416197926, -0.22965081, -0.879795313)
  2077. o102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2078. o102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2079. o102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2080. o102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2081. o102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2082. o102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2083. o102.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2084. o102.Position = Vector3.new(108.770462, 16.9269753, -214.330246)
  2085. o102.Orientation = Vector3.new(9.84999943, -153.25, 10.1499996)
  2086. o102.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2087. o103.Parent = o6
  2088. o103.Material = Enum.Material.Grass
  2089. o103.BrickColor = BrickColor.new("Royal purple")
  2090. o103.Transparency = 0.30000001192093
  2091. o103.Position = Vector3.new(116.965363, 29.5051746, -173.62619)
  2092. o103.Rotation = Vector3.new(171.199997, 61.8499985, -160.019989)
  2093. o103.Anchored = true
  2094. o103.FormFactor = Enum.FormFactor.Custom
  2095. o103.Size = Vector3.new(5.39263582, 3.82262874, 5.18785143)
  2096. o103.CFrame = CFrame.new(116.965363, 29.5051746, -173.62619, -0.443435162, 0.1611958, 0.881692231, 0.210886076, 0.974843264, -0.0721638948, -0.871144295, 0.153936595, -0.466273725)
  2097. o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2098. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2099. o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2100. o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2101. o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2102. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2103. o103.Color = Color3.new(0.368627, 0, 1)
  2104. o103.Position = Vector3.new(116.965363, 29.5051746, -173.62619)
  2105. o103.Orientation = Vector3.new(4.13999987, 117.869995, 12.21)
  2106. o103.Color = Color3.new(0.368627, 0, 1)
  2107. o104.Parent = o6
  2108. o104.Material = Enum.Material.Grass
  2109. o104.BrickColor = BrickColor.new("Royal purple")
  2110. o104.Transparency = 0.10000000149012
  2111. o104.Position = Vector3.new(115.25425, 29.5838089, -176.481537)
  2112. o104.Rotation = Vector3.new(-85.659996, 64.1699982, 63.2599983)
  2113. o104.Anchored = true
  2114. o104.FormFactor = Enum.FormFactor.Custom
  2115. o104.Size = Vector3.new(5.39263582, 2.79870939, 5.25611258)
  2116. o104.CFrame = CFrame.new(115.25425, 29.5838089, -176.481537, 0.196023926, -0.38908124, 0.900105774, -0.336166859, 0.835626483, 0.434419364, -0.921176672, -0.387742311, 0.0330065638)
  2117. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2118. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2119. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2120. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2121. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2122. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2123. o104.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2124. o104.Position = Vector3.new(115.25425, 29.5838089, -176.481537)
  2125. o104.Orientation = Vector3.new(-25.75, 87.9000015, -21.9099998)
  2126. o104.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2127. o105.Parent = o6
  2128. o105.Material = Enum.Material.Grass
  2129. o105.BrickColor = BrickColor.new("Royal purple")
  2130. o105.Transparency = 0.10000000149012
  2131. o105.Position = Vector3.new(116.392685, 28.7176533, -179.546082)
  2132. o105.Rotation = Vector3.new(-17.7799988, 55.1199989, -5.65999985)
  2133. o105.Anchored = true
  2134. o105.FormFactor = Enum.FormFactor.Custom
  2135. o105.Size = Vector3.new(5.39263582, 2.25261974, 5.25611258)
  2136. o105.CFrame = CFrame.new(116.392685, 28.7176533, -179.546082, 0.569051206, 0.056349948, 0.820369065, -0.343182117, 0.922887325, 0.174657404, -0.747266233, -0.380925, 0.544508398)
  2137. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2138. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2139. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2140. o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2141. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2142. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2143. o105.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2144. o105.Position = Vector3.new(116.392685, 28.7176533, -179.546082)
  2145. o105.Orientation = Vector3.new(-10.0599995, 56.4300003, -20.3999996)
  2146. o105.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2147. o106.Parent = o6
  2148. o106.Material = Enum.Material.Grass
  2149. o106.BrickColor = BrickColor.new("Royal purple")
  2150. o106.Transparency = 0.30000001192093
  2151. o106.Position = Vector3.new(111.2155, 48.7410355, -221.012878)
  2152. o106.Rotation = Vector3.new(169, -26.3299999, 170.220001)
  2153. o106.Anchored = true
  2154. o106.FormFactor = Enum.FormFactor.Custom
  2155. o106.Size = Vector3.new(8.1301136, 7.58078241, 12.0853062)
  2156. o106.CFrame = CFrame.new(111.2155, 48.7410355, -221.012878, -0.883246303, -0.152185351, -0.443526328, -0.0832830295, 0.981743038, -0.171010122, 0.461454183, -0.114105836, -0.879795372)
  2157. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2158. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2159. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2160. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2161. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2162. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2163. o106.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2164. o106.Position = Vector3.new(111.2155, 48.7410355, -221.012878)
  2165. o106.Orientation = Vector3.new(9.84999943, -153.25, -4.8499999)
  2166. o106.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2167. o107.Parent = o6
  2168. o107.Material = Enum.Material.Wood
  2169. o107.BrickColor = BrickColor.new("Cocoa")
  2170. o107.Position = Vector3.new(114.170456, 26.8287201, -214.921722)
  2171. o107.Rotation = Vector3.new(-109.25, -19.3199997, -121.110001)
  2172. o107.Anchored = true
  2173. o107.FormFactor = Enum.FormFactor.Custom
  2174. o107.Size = Vector3.new(0.878931284, 8.67944717, 0.769065082)
  2175. o107.CFrame = CFrame.new(114.170456, 26.8287201, -214.921722, -0.487555832, 0.808010459, -0.330769509, 0.120891958, 0.437676042, 0.890968442, 0.864681721, 0.394409537, -0.311073452)
  2176. o107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2177. o107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2178. o107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2179. o107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2180. o107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2181. o107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2182. o107.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2183. o107.Position = Vector3.new(114.170456, 26.8287201, -214.921722)
  2184. o107.Orientation = Vector3.new(-63, -133.23999, 15.4399996)
  2185. o107.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2186. o108.Parent = o6
  2187. o108.Material = Enum.Material.Grass
  2188. o108.BrickColor = BrickColor.new("Royal purple")
  2189. o108.Transparency = 0.30000001192093
  2190. o108.Position = Vector3.new(117.847717, 28.984005, -172.353241)
  2191. o108.Rotation = Vector3.new(-177.080002, 18.7600002, -157.849991)
  2192. o108.Anchored = true
  2193. o108.FormFactor = Enum.FormFactor.Custom
  2194. o108.Size = Vector3.new(5.39263582, 3.07175636, 5.18785143)
  2195. o108.CFrame = CFrame.new(117.847717, 28.984005, -172.353241, -0.876999319, 0.35691905, 0.321684688, 0.391649157, 0.918848634, 0.0482503138, -0.278358102, 0.168303013, -0.945616603)
  2196. o108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2197. o108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2198. o108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2199. o108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2200. o108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2201. o108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2202. o108.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2203. o108.Position = Vector3.new(117.847717, 28.984005, -172.353241)
  2204. o108.Orientation = Vector3.new(-2.76999998, 161.209991, 23.0900002)
  2205. o108.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2206. o109.Parent = o6
  2207. o109.Material = Enum.Material.Grass
  2208. o109.BrickColor = BrickColor.new("Dark indigo")
  2209. o109.Transparency = 0.30000001192093
  2210. o109.Position = Vector3.new(121.31662, 26.9807854, -175.649689)
  2211. o109.Rotation = Vector3.new(25.7799988, 5.48999977, -23.3400002)
  2212. o109.Anchored = true
  2213. o109.FormFactor = Enum.FormFactor.Custom
  2214. o109.Size = Vector3.new(5.39263582, 4.09567356, 6.68959856)
  2215. o109.CFrame = CFrame.new(121.31662, 26.9807854, -175.649689, 0.913982093, 0.394295633, 0.0957488194, -0.318464041, 0.843322575, -0.432882994, -0.251431018, 0.365154713, 0.896350682)
  2216. o109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2217. o109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2218. o109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2219. o109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2220. o109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2221. o109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2222. o109.Color = Color3.new(0.262745, 0.105882, 0.560784)
  2223. o109.Position = Vector3.new(121.31662, 26.9807854, -175.649689)
  2224. o109.Orientation = Vector3.new(25.6499996, 6.0999999, -20.6899986)
  2225. o109.Color = Color3.new(0.262745, 0.105882, 0.560784)
  2226. o110.Parent = o6
  2227. o110.Material = Enum.Material.Grass
  2228. o110.BrickColor = BrickColor.new("Dark indigo")
  2229. o110.Transparency = 0.20000000298023
  2230. o110.Position = Vector3.new(105.109962, 46.9687691, -217.826859)
  2231. o110.Rotation = Vector3.new(-138.279999, 73.7900009, 130.720001)
  2232. o110.Anchored = true
  2233. o110.FormFactor = Enum.FormFactor.Custom
  2234. o110.Size = Vector3.new(8.67944527, 4.5045228, 10.7669058)
  2235. o110.CFrame = CFrame.new(105.109962, 46.9687691, -217.826859, -0.182093963, -0.211555004, 0.960253239, -0.148885965, 0.97125268, 0.185744882, -0.971943796, -0.109145217, -0.208356827)
  2236. o110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2237. o110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2238. o110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2239. o110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2240. o110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2241. o110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2242. o110.Color = Color3.new(0.262745, 0.105882, 0.560784)
  2243. o110.Position = Vector3.new(105.109962, 46.9687691, -217.826859)
  2244. o110.Orientation = Vector3.new(-10.6999998, 102.239998, -8.72000027)
  2245. o110.Color = Color3.new(0.262745, 0.105882, 0.560784)
  2246. o111.Parent = o6
  2247. o111.Material = Enum.Material.Wood
  2248. o111.BrickColor = BrickColor.new("Cocoa")
  2249. o111.Position = Vector3.new(115.804268, 39.5233727, -211.541977)
  2250. o111.Rotation = Vector3.new(-123.809998, -26.6899986, -145.25)
  2251. o111.Anchored = true
  2252. o111.FormFactor = Enum.FormFactor.Custom
  2253. o111.Size = Vector3.new(1.53812981, 12.3050547, 1.31839693)
  2254. o111.CFrame = CFrame.new(115.804268, 39.5233727, -211.541977, -0.734094203, 0.509288967, -0.449144214, 0.0105240028, 0.669885933, 0.742389381, 0.678966165, 0.540256917, -0.497119129)
  2255. o111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2256. o111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2257. o111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2258. o111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2259. o111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2260. o111.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2261. o111.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2262. o111.Position = Vector3.new(115.804268, 39.5233727, -211.541977)
  2263. o111.Orientation = Vector3.new(-47.9399986, -137.899994, 0.899999976)
  2264. o111.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2265. o112.Parent = o6
  2266. o112.Material = Enum.Material.Grass
  2267. o112.BrickColor = BrickColor.new("Pink")
  2268. o112.Transparency = 0.5
  2269. o112.Position = Vector3.new(71.1536865, 22.1200104, -225.242889)
  2270. o112.Rotation = Vector3.new(0, -25, 0)
  2271. o112.Anchored = true
  2272. o112.Size = Vector3.new(7.60653305, 7.60653305, 7.60653305)
  2273. o112.CFrame = CFrame.new(71.1536865, 22.1200104, -225.242889, 0.906302869, 0, -0.422615439, 0, 1, 0, 0.422615439, 0, 0.906302869)
  2274. o112.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2275. o112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2276. o112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2277. o112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2278. o112.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2279. o112.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2280. o112.Color = Color3.new(1, 0.4, 0.8)
  2281. o112.Position = Vector3.new(71.1536865, 22.1200104, -225.242889)
  2282. o112.Orientation = Vector3.new(0, -25, 0)
  2283. o112.Color = Color3.new(1, 0.4, 0.8)
  2284. o113.Parent = o6
  2285. o113.Material = Enum.Material.Grass
  2286. o113.BrickColor = BrickColor.new("Royal purple")
  2287. o113.Position = Vector3.new(120.374634, 44.9543686, -212.859406)
  2288. o113.Rotation = Vector3.new(-146.429993, -55.0200005, -134.029999)
  2289. o113.Anchored = true
  2290. o113.FormFactor = Enum.FormFactor.Custom
  2291. o113.Size = Vector3.new(8.67944527, 4.94399071, 8.34984493)
  2292. o113.CFrame = CFrame.new(120.374634, 44.9543686, -212.859406, -0.398486912, 0.412169069, -0.819344223, 0.284170926, 0.904859126, 0.316980958, 0.872040808, -0.106521018, -0.477700919)
  2293. o113.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2294. o113.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2295. o113.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2296. o113.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2297. o113.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2298. o113.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2299. o113.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2300. o113.Position = Vector3.new(120.374634, 44.9543686, -212.859406)
  2301. o113.Orientation = Vector3.new(-18.4799995, -120.239998, 17.4300003)
  2302. o113.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2303. o114.Parent = o6
  2304. o114.Material = Enum.Material.Grass
  2305. o114.BrickColor = BrickColor.new("Royal purple")
  2306. o114.Position = Vector3.new(114.071724, 47.7055931, -217.387314)
  2307. o114.Rotation = Vector3.new(-13.6199999, 11.9899998, 1.87)
  2308. o114.Anchored = true
  2309. o114.FormFactor = Enum.FormFactor.Custom
  2310. o114.Size = Vector3.new(10.2175751, 7.58078241, 10.7669058)
  2311. o114.CFrame = CFrame.new(114.071724, 47.7055931, -217.387314, 0.977674365, -0.0320039876, 0.207674518, -0.0170760062, 0.972962976, 0.230329007, -0.209431067, -0.228733003, 0.950694442)
  2312. o114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2313. o114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2314. o114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2315. o114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2316. o114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2317. o114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2318. o114.Color = Color3.new(0.368627, 0, 1)
  2319. o114.Position = Vector3.new(114.071724, 47.7055931, -217.387314)
  2320. o114.Orientation = Vector3.new(-13.3199997, 12.3199997, -1.00999999)
  2321. o114.Color = Color3.new(0.368627, 0, 1)
  2322. o115.Parent = o6
  2323. o115.Material = Enum.Material.Grass
  2324. o115.BrickColor = BrickColor.new("Dark indigo")
  2325. o115.Transparency = 0.30000001192093
  2326. o115.Position = Vector3.new(116.017715, 44.0486183, -219.924408)
  2327. o115.Rotation = Vector3.new(91.5099945, 53.0499992, -98.1800003)
  2328. o115.Anchored = true
  2329. o115.FormFactor = Enum.FormFactor.Custom
  2330. o115.Size = Vector3.new(8.67944527, 6.59198427, 10.7669058)
  2331. o115.CFrame = CFrame.new(116.017715, 44.0486183, -219.924408, -0.0854849741, 0.595058262, 0.799123347, -0.087534979, 0.794472277, -0.600958765, -0.992486775, -0.121324182, -0.0158270337)
  2332. o115.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2333. o115.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2334. o115.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2335. o115.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2336. o115.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2337. o115.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2338. o115.Color = Color3.new(0.262745, 0.105882, 0.560784)
  2339. o115.Position = Vector3.new(116.017715, 44.0486183, -219.924408)
  2340. o115.Orientation = Vector3.new(36.9399986, 91.1299973, -6.28999996)
  2341. o115.Color = Color3.new(0.262745, 0.105882, 0.560784)
  2342. o116.Parent = o6
  2343. o116.Material = Enum.Material.Grass
  2344. o116.BrickColor = BrickColor.new("Royal purple")
  2345. o116.Transparency = 0.30000001192093
  2346. o116.Position = Vector3.new(119.354897, 45.9726181, -209.317642)
  2347. o116.Rotation = Vector3.new(-168.589996, -14.6599998, -157.959991)
  2348. o116.Anchored = true
  2349. o116.FormFactor = Enum.FormFactor.Custom
  2350. o116.Size = Vector3.new(8.67944527, 6.15252066, 8.34984493)
  2351. o116.CFrame = CFrame.new(119.354897, 45.9726181, -209.317642, -0.896717787, 0.363096088, -0.253097683, 0.321476907, 0.927366793, 0.191424787, 0.304219931, 0.090288952, -0.948313355)
  2352. o116.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2353. o116.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2354. o116.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2355. o116.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2356. o116.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2357. o116.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2358. o116.Color = Color3.new(0.368627, 0, 1)
  2359. o116.Position = Vector3.new(119.354897, 45.9726181, -209.317642)
  2360. o116.Orientation = Vector3.new(-11.04, -165.059998, 19.1199989)
  2361. o116.Color = Color3.new(0.368627, 0, 1)
  2362. o117.Parent = o6
  2363. o117.Material = Enum.Material.Wood
  2364. o117.BrickColor = BrickColor.new("Cocoa")
  2365. o117.Position = Vector3.new(122.278732, 25.0661545, -174.501953)
  2366. o117.Rotation = Vector3.new(-13.71, -26.9499989, 126.699997)
  2367. o117.Anchored = true
  2368. o117.FormFactor = Enum.FormFactor.Custom
  2369. o117.Size = Vector3.new(1.39978945, 3.75732636, 1.25244284)
  2370. o117.CFrame = CFrame.new(122.278732, 25.0661545, -174.501953, -0.532741249, -0.714730084, -0.453153104, 0.714729369, -0.666715741, 0.211310402, -0.453154206, -0.211308077, 0.866025507)
  2371. o117.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2372. o117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2373. o117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2374. o117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2375. o117.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2376. o117.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2377. o117.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2378. o117.Position = Vector3.new(122.278732, 25.0661545, -174.501953)
  2379. o117.Orientation = Vector3.new(-12.1999998, -27.6199989, 133.009995)
  2380. o117.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2381. o118.Parent = o6
  2382. o118.Material = Enum.Material.Wood
  2383. o118.BrickColor = BrickColor.new("Cocoa")
  2384. o118.Position = Vector3.new(118.958977, 22.9779873, -175.729553)
  2385. o118.Rotation = Vector3.new(-13.71, -26.9499989, 106.699997)
  2386. o118.Anchored = true
  2387. o118.FormFactor = Enum.FormFactor.Custom
  2388. o118.Size = Vector3.new(1.84182799, 5.45180655, 1.69448161)
  2389. o118.CFrame = CFrame.new(118.958977, 22.9779873, -175.729553, -0.256159097, -0.853835166, -0.453153521, 0.899657309, -0.382053792, 0.211309135, -0.353552133, -0.35355413, 0.866025627)
  2390. o118.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2391. o118.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2392. o118.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2393. o118.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2394. o118.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2395. o118.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2396. o118.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2397. o118.Position = Vector3.new(118.958977, 22.9779873, -175.729553)
  2398. o118.Orientation = Vector3.new(-12.1999998, -27.6199989, 113.009995)
  2399. o118.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2400. o119.Parent = o6
  2401. o119.Material = Enum.Material.Wood
  2402. o119.BrickColor = BrickColor.new("Cocoa")
  2403. o119.Position = Vector3.new(114.143188, 26.7204781, -175.338409)
  2404. o119.Rotation = Vector3.new(-164.399994, 57.9599991, 169.550003)
  2405. o119.Anchored = true
  2406. o119.FormFactor = Enum.FormFactor.Custom
  2407. o119.Size = Vector3.new(1.47346246, 4.27303696, 1.32611609)
  2408. o119.CFrame = CFrame.new(114.143188, 26.7204781, -175.338409, -0.521726012, -0.0962205753, 0.847669542, 0.0494449995, 0.988538325, 0.142643407, -0.851679027, 0.116333798, -0.510988533)
  2409. o119.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2410. o119.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2411. o119.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2412. o119.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2413. o119.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2414. o119.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2415. o119.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2416. o119.Position = Vector3.new(114.143188, 26.7204781, -175.338409)
  2417. o119.Orientation = Vector3.new(-8.19999981, 121.079994, 2.8599999)
  2418. o119.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2419. o120.Parent = o6
  2420. o120.Material = Enum.Material.Wood
  2421. o120.BrickColor = BrickColor.new("Cocoa")
  2422. o120.Position = Vector3.new(115.460442, 23.5049477, -176.076385)
  2423. o120.Rotation = Vector3.new(-129.919998, 29.1399994, 133.580002)
  2424. o120.Anchored = true
  2425. o120.FormFactor = Enum.FormFactor.Custom
  2426. o120.Size = Vector3.new(1.84182799, 4.27303696, 1.69448161)
  2427. o120.CFrame = CFrame.new(115.460442, 23.5049477, -176.076385, -0.602154911, -0.632677913, 0.486958057, -0.207370952, 0.712941945, 0.669859052, -0.770977795, 0.302377939, -0.560500503)
  2428. o120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2429. o120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2430. o120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2431. o120.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2432. o120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2433. o120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2434. o120.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2435. o120.Position = Vector3.new(115.460442, 23.5049477, -176.076385)
  2436. o120.Orientation = Vector3.new(-42.0599976, 139.020004, -16.2199993)
  2437. o120.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2438. o121.Parent = o6
  2439. o121.Material = Enum.Material.Wood
  2440. o121.BrickColor = BrickColor.new("Cocoa")
  2441. o121.Position = Vector3.new(120.001373, 25.7254066, -181.280624)
  2442. o121.Rotation = Vector3.new(-34.6699982, 8.97000027, -31.3299999)
  2443. o121.Anchored = true
  2444. o121.FormFactor = Enum.FormFactor.Custom
  2445. o121.Size = Vector3.new(1.32611609, 5.45181322, 1.25244296)
  2446. o121.CFrame = CFrame.new(120.001373, 25.7254066, -181.280624, 0.843734682, 0.513627827, 0.155878767, -0.503398836, 0.656405747, 0.561890662, 0.186282948, -0.552555799, 0.812392056)
  2447. o121.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2448. o121.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2449. o121.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2450. o121.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2451. o121.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2452. o121.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2453. o121.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2454. o121.Position = Vector3.new(120.001373, 25.7254066, -181.280624)
  2455. o121.Orientation = Vector3.new(-34.1899986, 10.8599997, -37.4799995)
  2456. o121.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2457. o122.Parent = o6
  2458. o122.Material = Enum.Material.Wood
  2459. o122.BrickColor = BrickColor.new("Cocoa")
  2460. o122.Position = Vector3.new(117.842628, 23.2071819, -178.790573)
  2461. o122.Rotation = Vector3.new(-42.1800003, 14.9399996, -33.0099983)
  2462. o122.Anchored = true
  2463. o122.FormFactor = Enum.FormFactor.Custom
  2464. o122.Size = Vector3.new(1.84182799, 4.93609428, 1.69448161)
  2465. o122.CFrame = CFrame.new(117.842628, 23.2071819, -178.790573, 0.81025219, 0.526347578, 0.257778257, -0.548844099, 0.52715987, 0.648746967, 0.205576047, -0.667128742, 0.71601516)
  2466. o122.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2467. o122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2468. o122.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2469. o122.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2470. o122.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2471. o122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2472. o122.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2473. o122.Position = Vector3.new(117.842628, 23.2071819, -178.790573)
  2474. o122.Orientation = Vector3.new(-40.4500008, 19.7999992, -46.1499977)
  2475. o122.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2476. o123.Parent = o6
  2477. o123.Material = Enum.Material.Grass
  2478. o123.BrickColor = BrickColor.new("Dark indigo")
  2479. o123.Transparency = 0.20000000298023
  2480. o123.Position = Vector3.new(120.184387, 27.5303974, -181.397232)
  2481. o123.Rotation = Vector3.new(-23.8899994, -4.96000004, -27.7099991)
  2482. o123.Anchored = true
  2483. o123.FormFactor = Enum.FormFactor.Custom
  2484. o123.Size = Vector3.new(5.39263582, 2.79871011, 6.68959856)
  2485. o123.CFrame = CFrame.new(120.184387, 27.5303974, -181.397232, 0.882021725, 0.463198453, -0.0865152329, -0.394097865, 0.825792074, 0.403428257, 0.258310914, -0.321737051, 0.910912097)
  2486. o123.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2487. o123.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2488. o123.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2489. o123.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2490. o123.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2491. o123.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2492. o123.Color = Color3.new(0.262745, 0.105882, 0.560784)
  2493. o123.Position = Vector3.new(120.184387, 27.5303974, -181.397232)
  2494. o123.Orientation = Vector3.new(-23.789999, -5.42999983, -25.5100002)
  2495. o123.Color = Color3.new(0.262745, 0.105882, 0.560784)
  2496. o124.Parent = o6
  2497. o124.Material = Enum.Material.Grass
  2498. o124.BrickColor = BrickColor.new("Royal purple")
  2499. o124.Transparency = 0.30000001192093
  2500. o124.Position = Vector3.new(108.932632, 43.1711617, -223.933273)
  2501. o124.Rotation = Vector3.new(-24.6099987, 46.9799995, 2.45000005)
  2502. o124.Anchored = true
  2503. o124.FormFactor = Enum.FormFactor.Custom
  2504. o124.Size = Vector3.new(10.7669077, 5.71305275, 12.4149036)
  2505. o124.CFrame = CFrame.new(108.932632, 43.1711617, -223.933273, 0.681601942, -0.0291872341, 0.731140852, -0.265298963, 0.921358407, 0.284104198, -0.681934953, -0.387616903, 0.620256305)
  2506. o124.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2507. o124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2508. o124.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2509. o124.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2510. o124.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2511. o124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2512. o124.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2513. o124.Position = Vector3.new(108.932632, 43.1711617, -223.933273)
  2514. o124.Orientation = Vector3.new(-16.5100002, 49.6899986, -16.0599995)
  2515. o124.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2516. o125.Parent = o6
  2517. o125.Material = Enum.Material.Wood
  2518. o125.BrickColor = BrickColor.new("Cocoa")
  2519. o125.Position = Vector3.new(115.49292, 19.570982, -177.867493)
  2520. o125.Rotation = Vector3.new(-3.39999986, -31.3099995, -23.2699986)
  2521. o125.Anchored = true
  2522. o125.FormFactor = Enum.FormFactor.Custom
  2523. o125.Size = Vector3.new(2.35753989, 7.95669651, 2.35753989)
  2524. o125.CFrame = CFrame.new(115.49292, 19.570982, -177.867493, 0.784886181, 0.337508768, -0.519655228, -0.365998089, 0.929232359, 0.0507206693, 0.499999106, 0.150382832, 0.852869272)
  2525. o125.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2526. o125.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2527. o125.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2528. o125.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2529. o125.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2530. o125.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2531. o125.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2532. o125.Position = Vector3.new(115.49292, 19.570982, -177.867493)
  2533. o125.Orientation = Vector3.new(-2.90999985, -31.3499985, -21.5)
  2534. o125.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2535. o126.Parent = o6
  2536. o126.Material = Enum.Material.Wood
  2537. o126.BrickColor = BrickColor.new("Cocoa")
  2538. o126.Position = Vector3.new(112.700745, 14.7944107, -179.037369)
  2539. o126.Rotation = Vector3.new(-13.71, -26.9499989, -43.2999992)
  2540. o126.Anchored = true
  2541. o126.FormFactor = Enum.FormFactor.Custom
  2542. o126.Size = Vector3.new(2.54869938, 3.50446081, 2.54869938)
  2543. o126.CFrame = CFrame.new(112.700745, 14.7944107, -179.037369, 0.648759723, 0.611360908, -0.453154117, -0.588096738, 0.780699015, 0.211308599, 0.482962787, 0.129409939, 0.866025388)
  2544. o126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2545. o126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2546. o126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2547. o126.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2548. o126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2549. o126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2550. o126.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2551. o126.Position = Vector3.new(112.700745, 14.7944107, -179.037369)
  2552. o126.Orientation = Vector3.new(-12.1999998, -27.6199989, -36.9899979)
  2553. o126.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2554. o127.Parent = o6
  2555. o127.Material = Enum.Material.Wood
  2556. o127.BrickColor = BrickColor.new("Cocoa")
  2557. o127.Position = Vector3.new(114.254707, 16.5655899, -178.141373)
  2558. o127.Rotation = Vector3.new(-13.71, -26.9499989, -28.2999992)
  2559. o127.Anchored = true
  2560. o127.FormFactor = Enum.FormFactor.Custom
  2561. o127.Size = Vector3.new(2.93100405, 2.93100405, 2.93100405)
  2562. o127.CFrame = CFrame.new(114.254707, 16.5655899, -178.141373, 0.784886181, 0.422617942, -0.453153133, -0.365998089, 0.906307936, 0.211308599, 0.499999106, -1.49011337e-08, 0.866025925)
  2563. o127.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2564. o127.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2565. o127.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2566. o127.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2567. o127.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2568. o127.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2569. o127.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2570. o127.Position = Vector3.new(114.254707, 16.5655899, -178.141373)
  2571. o127.Orientation = Vector3.new(-12.1999998, -27.6199989, -21.9899998)
  2572. o127.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2573. o128.Parent = o6
  2574. o128.Material = Enum.Material.Wood
  2575. o128.BrickColor = BrickColor.new("Cocoa")
  2576. o128.Position = Vector3.new(114.731834, 13.0299625, -178.404144)
  2577. o128.Rotation = Vector3.new(11.7799997, -25.5699997, -169.190002)
  2578. o128.Anchored = true
  2579. o128.FormFactor = Enum.FormFactor.Custom
  2580. o128.Size = Vector3.new(2.73985147, 4.20535231, 2.80356908)
  2581. o128.CFrame = CFrame.new(114.731834, 13.0299625, -178.404144, -0.886032403, 0.169187337, -0.431650639, -0.0970860422, -0.978103459, -0.184087142, -0.453344196, -0.121199928, 0.883056998)
  2582. o128.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2583. o128.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2584. o128.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2585. o128.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2586. o128.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2587. o128.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2588. o128.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2589. o128.Position = Vector3.new(114.731834, 13.0299625, -178.404144)
  2590. o128.Orientation = Vector3.new(10.6099997, -26.0499992, -174.330002)
  2591. o128.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2592. o129.Parent = o6
  2593. o129.Material = Enum.Material.Grass
  2594. o129.BrickColor = BrickColor.new("Royal purple")
  2595. o129.Position = Vector3.new(113.232834, 46.6511078, -209.923355)
  2596. o129.Rotation = Vector3.new(-143.23999, 18.7099991, 161.029999)
  2597. o129.Anchored = true
  2598. o129.FormFactor = Enum.FormFactor.Custom
  2599. o129.Size = Vector3.new(8.67944527, 4.50452185, 8.45971107)
  2600. o129.CFrame = CFrame.new(113.232834, 46.6511078, -209.923355, -0.895676434, -0.307966143, 0.320812315, -0.0789160356, 0.820024014, 0.566862226, -0.437648207, 0.482407928, -0.758779705)
  2601. o129.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2602. o129.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2603. o129.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2604. o129.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2605. o129.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2606. o129.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2607. o129.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2608. o129.Position = Vector3.new(113.232834, 46.6511078, -209.923355)
  2609. o129.Orientation = Vector3.new(-34.5299988, 157.080002, -5.5)
  2610. o129.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2611. o130.Parent = o6
  2612. o130.Material = Enum.Material.Wood
  2613. o130.BrickColor = BrickColor.new("Cocoa")
  2614. o130.Position = Vector3.new(113.508919, 13.9429417, -176.371704)
  2615. o130.Rotation = Vector3.new(-136.5, -65.3199997, -116.610001)
  2616. o130.Anchored = true
  2617. o130.FormFactor = Enum.FormFactor.Custom
  2618. o130.Size = Vector3.new(2.54869938, 4.58765745, 2.54869938)
  2619. o130.CFrame = CFrame.new(113.508919, 13.9429417, -176.371704, -0.187049016, 0.373394907, -0.908619285, 0.368461043, 0.884083152, 0.287460238, 0.91063112, -0.281021625, -0.302948385)
  2620. o130.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2621. o130.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2622. o130.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2623. o130.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2624. o130.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2625. o130.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2626. o130.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2627. o130.Position = Vector3.new(113.508919, 13.9429417, -176.371704)
  2628. o130.Orientation = Vector3.new(-16.7099991, -108.439995, 22.6299992)
  2629. o130.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2630. o131.Parent = o6
  2631. o131.Material = Enum.Material.Grass
  2632. o131.BrickColor = BrickColor.new("Royal purple")
  2633. o131.Position = Vector3.new(108.693649, 46.7549667, -212.925674)
  2634. o131.Rotation = Vector3.new(-163.669998, 48, 164.23999)
  2635. o131.Anchored = true
  2636. o131.FormFactor = Enum.FormFactor.Custom
  2637. o131.Size = Vector3.new(8.67944527, 3.6255908, 8.45971107)
  2638. o131.CFrame = CFrame.new(108.693649, 46.7549667, -212.925674, -0.643941939, -0.181681812, 0.743189394, -0.0594909936, 0.980344474, 0.188110843, -0.762757897, 0.0769193769, -0.642093301)
  2639. o131.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2640. o131.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2641. o131.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2642. o131.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2643. o131.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2644. o131.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2645. o131.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2646. o131.Position = Vector3.new(108.693649, 46.7549667, -212.925674)
  2647. o131.Orientation = Vector3.new(-10.8400002, 130.830002, -3.47000003)
  2648. o131.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2649. o132.Parent = o6
  2650. o132.Material = Enum.Material.Wood
  2651. o132.BrickColor = BrickColor.new("Cocoa")
  2652. o132.Position = Vector3.new(112.452637, 14.9117107, -177.669907)
  2653. o132.Rotation = Vector3.new(-45.1699982, -43.7299995, -58.3400002)
  2654. o132.Anchored = true
  2655. o132.FormFactor = Enum.FormFactor.Custom
  2656. o132.Size = Vector3.new(2.54869938, 3.50446081, 2.54869938)
  2657. o132.CFrame = CFrame.new(112.452637, 14.9117107, -177.669907, 0.379272163, 0.615077317, -0.691254318, -0.342787117, 0.787315905, 0.512475014, 0.8594473, 0.0425855406, 0.509447575)
  2658. o132.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2659. o132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2660. o132.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2661. o132.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2662. o132.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2663. o132.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2664. o132.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2665. o132.Position = Vector3.new(112.452637, 14.9117107, -177.669907)
  2666. o132.Orientation = Vector3.new(-30.8299999, -53.6100006, -23.5299988)
  2667. o132.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2668. o133.Parent = o6
  2669. o133.Material = Enum.Material.Wood
  2670. o133.BrickColor = BrickColor.new("Cocoa")
  2671. o133.Position = Vector3.new(113.861198, 14.2548923, -178.832733)
  2672. o133.Rotation = Vector3.new(-3.39999986, -31.3099995, -23.2699986)
  2673. o133.Anchored = true
  2674. o133.FormFactor = Enum.FormFactor.Custom
  2675. o133.Size = Vector3.new(2.54869938, 3.50446081, 2.54869938)
  2676. o133.CFrame = CFrame.new(113.861198, 14.2548923, -178.832733, 0.784886181, 0.337508768, -0.519655228, -0.365998089, 0.929232359, 0.0507206693, 0.499999106, 0.150382832, 0.852869272)
  2677. o133.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2678. o133.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2679. o133.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2680. o133.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2681. o133.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2682. o133.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2683. o133.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2684. o133.Position = Vector3.new(113.861198, 14.2548923, -178.832733)
  2685. o133.Orientation = Vector3.new(-2.90999985, -31.3499985, -21.5)
  2686. o133.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2687. o134.Parent = o6
  2688. o134.Material = Enum.Material.Grass
  2689. o134.BrickColor = BrickColor.new("Plum")
  2690. o134.Transparency = 0.5
  2691. o134.Position = Vector3.new(96.6516953, 18.4435215, -220.882889)
  2692. o134.Rotation = Vector3.new(0, 20, 0)
  2693. o134.Anchored = true
  2694. o134.Size = Vector3.new(8.62073612, 4.31036901, 8.62073708)
  2695. o134.CFrame = CFrame.new(96.6516953, 18.4435215, -220.882889, 0.939687371, 0, 0.342018127, 0, 1, 0, -0.342018127, 0, 0.939687371)
  2696. o134.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2697. o134.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2698. o134.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2699. o134.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2700. o134.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2701. o134.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2702. o134.Color = Color3.new(0.482353, 0.184314, 0.482353)
  2703. o134.Position = Vector3.new(96.6516953, 18.4435215, -220.882889)
  2704. o134.Orientation = Vector3.new(0, 20, 0)
  2705. o134.Color = Color3.new(0.482353, 0.184314, 0.482353)
  2706. o135.Parent = o6
  2707. o135.Material = Enum.Material.Grass
  2708. o135.BrickColor = BrickColor.new("Pink")
  2709. o135.Transparency = 0.5
  2710. o135.Position = Vector3.new(96.0017776, 20.0916061, -221.185974)
  2711. o135.Rotation = Vector3.new(0, -25, 0)
  2712. o135.Anchored = true
  2713. o135.Size = Vector3.new(7.60653305, 7.60653305, 7.60653305)
  2714. o135.CFrame = CFrame.new(96.0017776, 20.0916061, -221.185974, 0.906302869, 0, -0.422615439, 0, 1, 0, 0.422615439, 0, 0.906302869)
  2715. o135.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2716. o135.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2717. o135.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2718. o135.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2719. o135.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2720. o135.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2721. o135.Color = Color3.new(1, 0.4, 0.8)
  2722. o135.Position = Vector3.new(96.0017776, 20.0916061, -221.185974)
  2723. o135.Orientation = Vector3.new(0, -25, 0)
  2724. o135.Color = Color3.new(1, 0.4, 0.8)
  2725. o136.Parent = o6
  2726. o136.Material = Enum.Material.Grass
  2727. o136.BrickColor = BrickColor.new("Magenta")
  2728. o136.Transparency = 0.5
  2729. o136.Position = Vector3.new(95.7482147, 18.9506226, -216.495346)
  2730. o136.Anchored = true
  2731. o136.Size = Vector3.new(6.33877754, 6.33877754, 6.33877754)
  2732. o136.CFrame = CFrame.new(95.7482147, 18.9506226, -216.495346, 0.999994457, -9.15174159e-09, 1.78813934e-07, 9.8083488e-09, 1, 0, -1.78813934e-07, -2.53856891e-09, 0.999994457)
  2733. o136.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2734. o136.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2735. o136.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2736. o136.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2737. o136.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2738. o136.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2739. o136.Color = Color3.new(0.666667, 0, 0.666667)
  2740. o136.Position = Vector3.new(95.7482147, 18.9506226, -216.495346)
  2741. o136.Color = Color3.new(0.666667, 0, 0.666667)
  2742. o137.Parent = o6
  2743. o137.Material = Enum.Material.Wood
  2744. o137.BrickColor = BrickColor.new("Cocoa")
  2745. o137.Position = Vector3.new(92.8902664, 30.8982201, -197.963898)
  2746. o137.Rotation = Vector3.new(-175.209991, -2.64999986, -129.639999)
  2747. o137.Anchored = true
  2748. o137.FormFactor = Enum.FormFactor.Custom
  2749. o137.Size = Vector3.new(1.77485764, 2.53551102, 1.77485764)
  2750. o137.CFrame = CFrame.new(92.8902664, 30.8982201, -197.963898, -0.637290835, 0.769238651, -0.046176523, 0.764912784, 0.638712943, 0.0833920911, 0.0936419666, 0.0178240091, -0.995446384)
  2751. o137.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2752. o137.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2753. o137.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2754. o137.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2755. o137.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2756. o137.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2757. o137.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2758. o137.Position = Vector3.new(92.8902664, 30.8982201, -197.963898)
  2759. o137.Orientation = Vector3.new(-4.77999973, -177.339996, 50.1399994)
  2760. o137.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2761. o138.Parent = o6
  2762. o138.Material = Enum.Material.Neon
  2763. o138.BrickColor = BrickColor.new("Royal purple")
  2764. o138.Transparency = 0.30000001192093
  2765. o138.Position = Vector3.new(91.5643234, 36.3188629, -198.366302)
  2766. o138.Anchored = true
  2767. o138.Shape = Enum.PartType.Ball
  2768. o138.Size = Vector3.new(3.80326915, 3.80326915, 3.80326915)
  2769. o138.CFrame = CFrame.new(91.5643234, 36.3188629, -198.366302, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2770. o138.BottomSurface = Enum.SurfaceType.Smooth
  2771. o138.TopSurface = Enum.SurfaceType.Smooth
  2772. o138.Color = Color3.new(0.52549, 0.113725, 1)
  2773. o138.Position = Vector3.new(91.5643234, 36.3188629, -198.366302)
  2774. o138.Color = Color3.new(0.52549, 0.113725, 1)
  2775. o139.Parent = o138
  2776. o139.Transparency = NumberSequence.new(1,0.78750002384186,0.5625,0.70624995231628,1)
  2777. o139.Size = NumberSequence.new(3.625,0.87499976158142)
  2778. o139.Color = ColorSequence.new(Color3.new(0, 0, 0.998184),Color3.new(0.510018, 0, 0.998474))
  2779. o139.LightEmission = 1
  2780. o139.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  2781. o139.Lifetime = NumberRange.new(1,1)
  2782. o139.Rate = 15
  2783. o139.Speed = NumberRange.new(0,0)
  2784. o139.VelocitySpread = -100
  2785. o139.Color = ColorSequence.new(Color3.new(0, 0, 0.998184),Color3.new(0.510018, 0, 0.998474))
  2786. o140.Parent = o138
  2787. o140.Color = Color3.new(0.294118, 0, 1)
  2788. o140.Range = 40
  2789. o140.Color = Color3.new(0.294118, 0, 1)
  2790. o141.Parent = o6
  2791. o141.Material = Enum.Material.Wood
  2792. o141.BrickColor = BrickColor.new("Cocoa")
  2793. o141.Position = Vector3.new(91.0410385, 34.8282585, -199.954056)
  2794. o141.Rotation = Vector3.new(-116.049995, -84.6699982, -66.0100021)
  2795. o141.Anchored = true
  2796. o141.FormFactor = Enum.FormFactor.Custom
  2797. o141.Size = Vector3.new(1.77485764, 2.53551102, 1.77485764)
  2798. o141.CFrame = CFrame.new(91.0410385, 34.8282585, -199.954056, 0.0377419963, 0.0848009735, -0.995682836, 0.764912963, 0.638712585, 0.0833928138, 0.643026948, -0.76475817, -0.0407590754)
  2799. o141.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2800. o141.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2801. o141.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2802. o141.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2803. o141.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2804. o141.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2805. o141.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2806. o141.Position = Vector3.new(91.0410385, 34.8282585, -199.954056)
  2807. o141.Orientation = Vector3.new(-4.77999973, -92.3399963, 50.1399994)
  2808. o141.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2809. o142.Parent = o6
  2810. o142.Material = Enum.Material.Wood
  2811. o142.BrickColor = BrickColor.new("Cocoa")
  2812. o142.Position = Vector3.new(90.0918884, 36.6031151, -195.730972)
  2813. o142.Rotation = Vector3.new(-15.1799994, 69.2399979, 39.2799988)
  2814. o142.Anchored = true
  2815. o142.FormFactor = Enum.FormFactor.Custom
  2816. o142.Size = Vector3.new(1.77485764, 2.53551102, 1.77485764)
  2817. o142.CFrame = CFrame.new(90.0918884, 36.6031151, -195.730972, 0.274419904, -0.224420905, 0.935055614, 0.421491891, 0.90207082, 0.092804946, -0.864313781, 0.368650824, 0.342137784)
  2818. o142.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2819. o142.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2820. o142.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2821. o142.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2822. o142.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2823. o142.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2824. o142.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2825. o142.Position = Vector3.new(90.0918884, 36.6031151, -195.730972)
  2826. o142.Orientation = Vector3.new(-5.31999969, 69.9000015, 25.039999)
  2827. o142.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2828. o143.Parent = o6
  2829. o143.Material = Enum.Material.Wood
  2830. o143.BrickColor = BrickColor.new("Cocoa")
  2831. o143.Position = Vector3.new(90.5578918, 34.8282585, -196.640625)
  2832. o143.Rotation = Vector3.new(-12.4099998, 67.1800003, 61.6099968)
  2833. o143.Anchored = true
  2834. o143.FormFactor = Enum.FormFactor.Custom
  2835. o143.Size = Vector3.new(1.77485764, 2.53551102, 1.77485764)
  2836. o143.CFrame = CFrame.new(90.5578918, 34.8282585, -196.640625, 0.184460923, -0.341251016, 0.921695232, 0.764913678, 0.638711572, 0.0833945051, -0.61715579, 0.689634144, 0.378844947)
  2837. o143.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2838. o143.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2839. o143.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2840. o143.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2841. o143.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2842. o143.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2843. o143.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2844. o143.Position = Vector3.new(90.5578918, 34.8282585, -196.640625)
  2845. o143.Orientation = Vector3.new(-4.77999973, 67.659996, 50.1399994)
  2846. o143.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2847. o144.Parent = o6
  2848. o144.Material = Enum.Material.Wood
  2849. o144.BrickColor = BrickColor.new("Cocoa")
  2850. o144.Position = Vector3.new(89.2132874, 36.6031151, -198.265869)
  2851. o144.Rotation = Vector3.new(-5.32999992, -0.099999994, 25.039999)
  2852. o144.Anchored = true
  2853. o144.FormFactor = Enum.FormFactor.Custom
  2854. o144.Size = Vector3.new(1.77485764, 2.53551102, 1.77485764)
  2855. o144.CFrame = CFrame.new(89.2132874, 36.6031151, -198.265869, 0.906046271, -0.423175156, -0.00169782504, 0.421492159, 0.902070582, 0.0928068906, -0.037742015, -0.0848029554, 0.995682657)
  2856. o144.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2857. o144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2858. o144.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2859. o144.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2860. o144.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2861. o144.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2862. o144.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2863. o144.Position = Vector3.new(89.2132874, 36.6031151, -198.265869)
  2864. o144.Orientation = Vector3.new(-5.32999992, -0.099999994, 25.039999)
  2865. o144.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2866. o145.Parent = o6
  2867. o145.Material = Enum.Material.Wood
  2868. o145.BrickColor = BrickColor.new("Cocoa")
  2869. o145.Position = Vector3.new(90.2274704, 34.8282585, -198.139114)
  2870. o145.Rotation = Vector3.new(-4.78999996, -2.33999991, 49.9399986)
  2871. o145.Anchored = true
  2872. o145.FormFactor = Enum.FormFactor.Custom
  2873. o145.Size = Vector3.new(1.77485764, 2.53551102, 1.77485764)
  2874. o145.CFrame = CFrame.new(90.2274704, 34.8282585, -198.139114, 0.643026352, -0.764758646, -0.0407606922, 0.764913499, 0.63871181, 0.0833941028, -0.0377420224, -0.0848030075, 0.995682657)
  2875. o145.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2876. o145.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2877. o145.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2878. o145.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2879. o145.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2880. o145.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2881. o145.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2882. o145.Position = Vector3.new(90.2274704, 34.8282585, -198.139114)
  2883. o145.Orientation = Vector3.new(-4.77999973, -2.33999991, 50.1399994)
  2884. o145.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2885. o146.Parent = o6
  2886. o146.Material = Enum.Material.Wood
  2887. o146.BrickColor = BrickColor.new("Cocoa")
  2888. o146.Position = Vector3.new(90.9247971, 32.7256546, -197.853287)
  2889. o146.Rotation = Vector3.new(-4.1500001, 3.3499999, -14.8399992)
  2890. o146.Anchored = true
  2891. o146.FormFactor = Enum.FormFactor.Custom
  2892. o146.Size = Vector3.new(2.02840877, 4.31036949, 2.02840877)
  2893. o146.CFrame = CFrame.new(90.9247971, 32.7256546, -197.853287, 0.965001583, 0.255669057, 0.0583545044, -0.259513885, 0.963037789, 0.0721855685, -0.0377419852, -0.0848029926, 0.995682657)
  2894. o146.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2895. o146.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2896. o146.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2897. o146.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2898. o146.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2899. o146.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2900. o146.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2901. o146.Position = Vector3.new(90.9247971, 32.7256546, -197.853287)
  2902. o146.Orientation = Vector3.new(-4.13999987, 3.3499999, -15.0799999)
  2903. o146.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2904. o147.Parent = o6
  2905. o147.Material = Enum.Material.Wood
  2906. o147.BrickColor = BrickColor.new("Cocoa")
  2907. o147.Position = Vector3.new(91.1517258, 30.2841225, -197.928574)
  2908. o147.Rotation = Vector3.new(9.73999977, 0.829999983, 15.0799999)
  2909. o147.Anchored = true
  2910. o147.FormFactor = Enum.FormFactor.Custom
  2911. o147.Size = Vector3.new(2.02840877, 4.5639205, 2.02840877)
  2912. o147.CFrame = CFrame.new(91.1517258, 30.2841225, -197.928574, 0.965473115, -0.260102332, 0.014443391, 0.258740038, 0.951024413, -0.169133499, 0.0302560031, 0.167030916, 0.985487282)
  2913. o147.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2914. o147.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2915. o147.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2916. o147.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2917. o147.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2918. o147.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2919. o147.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2920. o147.Position = Vector3.new(91.1517258, 30.2841225, -197.928574)
  2921. o147.Orientation = Vector3.new(9.73999977, 0.839999974, 15.2199993)
  2922. o147.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2923. o148.Parent = o6
  2924. o148.Material = Enum.Material.Wood
  2925. o148.BrickColor = BrickColor.new("Cocoa")
  2926. o148.Position = Vector3.new(91.1382675, 26.7236671, -197.91423)
  2927. o148.Rotation = Vector3.new(-9.67000008, 2.57999992, -14.7799997)
  2928. o148.Anchored = true
  2929. o148.FormFactor = Enum.FormFactor.Custom
  2930. o148.Size = Vector3.new(2.02840877, 4.69069481, 2.02840877)
  2931. o148.CFrame = CFrame.new(91.1382675, 26.7236671, -197.91423, 0.965925813, 0.254886925, 0.0449434072, -0.258818954, 0.951251268, 0.167731136, 0, -0.173648044, 0.984807789)
  2932. o148.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2933. o148.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2934. o148.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2935. o148.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2936. o148.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2937. o148.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2938. o148.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2939. o148.Position = Vector3.new(91.1382675, 26.7236671, -197.91423)
  2940. o148.Orientation = Vector3.new(-9.65999985, 2.6099999, -15.2199993)
  2941. o148.Color = Color3.new(0.247059, 0.192157, 0.160784)
  2942. o149.Parent = o6
  2943. o149.Material = Enum.Material.Grass
  2944. o149.BrickColor = BrickColor.new("Royal purple")
  2945. o149.Position = Vector3.new(94.9501419, 11.2915821, -185.515808)
  2946. o149.Rotation = Vector3.new(-146.48999, -71.9899979, -141.48999)
  2947. o149.Anchored = true
  2948. o149.FormFactor = Enum.FormFactor.Custom
  2949. o149.Size = Vector3.new(24.8479919, 14.705966, 15.2130566)
  2950. o149.CFrame = CFrame.new(94.9501419, 11.2915821, -185.515808, -0.241977036, 0.19251208, -0.950992227, 0.108326018, 0.979352117, 0.170689806, 0.964216113, -0.0617141835, -0.257834762)
  2951. o149.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2952. o149.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2953. o149.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2954. o149.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2955. o149.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2956. o149.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2957. o149.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2958. o149.Position = Vector3.new(94.9501419, 11.2915821, -185.515808)
  2959. o149.Orientation = Vector3.new(-9.82999992, -105.169998, 6.30999994)
  2960. o149.Color = Color3.new(0.384314, 0.145098, 0.819608)
  2961. o150.Parent = o6
  2962. o150.Material = Enum.Material.Slate
  2963. o150.BrickColor = BrickColor.new("Dark indigo")
  2964. o150.Position = Vector3.new(68.4026642, 13.708952, -217.268036)
  2965. o150.Rotation = Vector3.new(175, -70, -180)
  2966. o150.Anchored = true
  2967. o150.FormFactor = Enum.FormFactor.Custom
  2968. o150.Size = Vector3.new(30.2305851, 15.1417141, 21.6497974)
  2969. o150.CFrame = CFrame.new(68.4026642, 13.708952, -217.268036, -0.342019975, 5.60614204e-08, -0.939692676, 0.0818999931, 0.996194661, -0.0298090819, 0.936116874, -0.0871561244, -0.340718478)
  2970. o150.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2971. o150.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2972. o150.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2973. o150.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2974. o150.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2975. o150.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2976. o150.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  2977. o150.Position = Vector3.new(68.4026642, 13.708952, -217.268036)
  2978. o150.Orientation = Vector3.new(1.70999992, -109.93, 4.69999981)
  2979. o150.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  2980. o151.Parent = o6
  2981. o151.Material = Enum.Material.Slate
  2982. o151.BrickColor = BrickColor.new("Dark indigo")
  2983. o151.Position = Vector3.new(92.1823807, 15.0411091, -228.886368)
  2984. o151.Rotation = Vector3.new(1.33999991, 14.9399996, -5.17999983)
  2985. o151.Anchored = true
  2986. o151.FormFactor = Enum.FormFactor.Custom
  2987. o151.Size = Vector3.new(12.2001305, 19.822506, 11.927043)
  2988. o151.CFrame = CFrame.new(92.1823807, 15.0411091, -228.886368, 0.962250233, 0.0871557966, 0.257834166, -0.084186025, 0.996194661, -0.0225576255, -0.258819073, 4.62804373e-08, 0.965925813)
  2989. o151.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2990. o151.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2991. o151.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2992. o151.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2993. o151.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2994. o151.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2995. o151.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  2996. o151.Position = Vector3.new(92.1823807, 15.0411091, -228.886368)
  2997. o151.Orientation = Vector3.new(1.28999996, 14.9499998, -4.82999992)
  2998. o151.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  2999. o152.Parent = o6
  3000. o152.Material = Enum.Material.Slate
  3001. o152.BrickColor = BrickColor.new("Dark indigo")
  3002. o152.Position = Vector3.new(82.2007217, 20.1618176, -224.479126)
  3003. o152.Rotation = Vector3.new(3.49000001, 34.8499985, -6.0999999)
  3004. o152.Anchored = true
  3005. o152.FormFactor = Enum.FormFactor.Custom
  3006. o152.Size = Vector3.new(18.2853565, 27.033247, 11.927043)
  3007. o152.CFrame = CFrame.new(82.2007217, 20.1618176, -224.479126, 0.816034675, 0.087155968, 0.571394145, -0.0713939741, 0.996194661, -0.0499906391, -0.573576808, 0, 0.819151759)
  3008. o152.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3009. o152.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3010. o152.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3011. o152.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3012. o152.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3013. o152.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3014. o152.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3015. o152.Position = Vector3.new(82.2007217, 20.1618176, -224.479126)
  3016. o152.Orientation = Vector3.new(2.86999989, 34.8999977, -4.0999999)
  3017. o152.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3018. o153.Parent = o6
  3019. o153.Material = Enum.Material.Slate
  3020. o153.BrickColor = BrickColor.new("Dark indigo")
  3021. o153.Position = Vector3.new(80.8200912, 18.3436775, -216.05928)
  3022. o153.Rotation = Vector3.new(2.65999985, 14.7699995, -10.3499994)
  3023. o153.Anchored = true
  3024. o153.FormFactor = Enum.FormFactor.Custom
  3025. o153.Size = Vector3.new(22.771965, 23.3969593, 11.927043)
  3026. o153.CFrame = CFrame.new(80.8200912, 18.3436775, -216.05928, 0.951251328, 0.173647955, 0.254887044, -0.167731062, 0.984807789, -0.0449434035, -0.258819103, 0, 0.965925813)
  3027. o153.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3028. o153.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3029. o153.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3030. o153.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3031. o153.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3032. o153.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3033. o153.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3034. o153.Position = Vector3.new(80.8200912, 18.3436775, -216.05928)
  3035. o153.Orientation = Vector3.new(2.57999992, 14.7799997, -9.67000008)
  3036. o153.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3037. o154.Parent = o6
  3038. o154.Material = Enum.Material.Slate
  3039. o154.BrickColor = BrickColor.new("Dark indigo")
  3040. o154.Position = Vector3.new(68.556366, 21.9799652, -213.058533)
  3041. o154.Rotation = Vector3.new(0, 55, 0)
  3042. o154.Anchored = true
  3043. o154.FormFactor = Enum.FormFactor.Custom
  3044. o154.Size = Vector3.new(25.5579395, 30.6695404, 11.927043)
  3045. o154.CFrame = CFrame.new(68.556366, 21.9799652, -213.058533, 0.573575675, 3.7252903e-09, 0.819152594, 7.4505806e-09, 0.999999881, 0, -0.819152594, -7.4505806e-09, 0.573575675)
  3046. o154.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3047. o154.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3048. o154.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3049. o154.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3050. o154.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3051. o154.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3052. o154.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3053. o154.Position = Vector3.new(68.556366, 21.9799652, -213.058533)
  3054. o154.Orientation = Vector3.new(0, 55, 0)
  3055. o154.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3056. o155.Parent = o6
  3057. o155.Material = Enum.Material.Slate
  3058. o155.BrickColor = BrickColor.new("Dark indigo")
  3059. o155.Position = Vector3.new(65.7333984, 24.5357628, -204.531097)
  3060. o155.Rotation = Vector3.new(-180, -70, -175)
  3061. o155.Anchored = true
  3062. o155.FormFactor = Enum.FormFactor.Custom
  3063. o155.Size = Vector3.new(19.8784046, 35.7811317, 11.3590899)
  3064. o155.CFrame = CFrame.new(65.7333984, 24.5357628, -204.531097, -0.340718269, 0.0298090708, -0.939692378, 0.0871559456, 0.996194661, 0, 0.936116517, -0.0818998218, -0.342019767)
  3065. o155.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3066. o155.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3067. o155.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3068. o155.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3069. o155.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3070. o155.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3071. o155.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3072. o155.Position = Vector3.new(65.7333984, 24.5357628, -204.531097)
  3073. o155.Orientation = Vector3.new(0, -110, 5)
  3074. o155.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3075. o156.Parent = o6
  3076. o156.Material = Enum.Material.Slate
  3077. o156.BrickColor = BrickColor.new("Dark indigo")
  3078. o156.Position = Vector3.new(71.3895569, 22.5479202, -209.277008)
  3079. o156.Rotation = Vector3.new(-180, -40, 175)
  3080. o156.Anchored = true
  3081. o156.FormFactor = Enum.FormFactor.Custom
  3082. o156.Size = Vector3.new(13.0629578, 31.8054543, 11.3590899)
  3083. o156.CFrame = CFrame.new(71.3895569, 22.5479202, -209.277008, -0.763127446, -0.0667653307, -0.642786205, -0.087155588, 0.996192157, 4.72965098e-08, 0.640340328, 0.0560227334, -0.76604569)
  3084. o156.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3085. o156.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3086. o156.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3087. o156.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3088. o156.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3089. o156.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3090. o156.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3091. o156.Position = Vector3.new(71.3895569, 22.5479202, -209.277008)
  3092. o156.Orientation = Vector3.new(0, -140, -5)
  3093. o156.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3094. o157.Parent = o6
  3095. o157.Material = Enum.Material.Slate
  3096. o157.BrickColor = BrickColor.new("Dark indigo")
  3097. o157.Position = Vector3.new(74.161087, 19.4241734, -206.725952)
  3098. o157.Rotation = Vector3.new(0, -65, 0)
  3099. o157.Anchored = true
  3100. o157.FormFactor = Enum.FormFactor.Custom
  3101. o157.Size = Vector3.new(18.7424946, 25.5579529, 17.6065826)
  3102. o157.CFrame = CFrame.new(74.161087, 19.4241734, -206.725952, 0.422617942, 0, -0.906307876, 0, 1, 0, 0.906307876, 0, 0.422617942)
  3103. o157.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3104. o157.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3105. o157.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3106. o157.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3107. o157.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3108. o157.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3109. o157.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3110. o157.Position = Vector3.new(74.161087, 19.4241734, -206.725952)
  3111. o157.Orientation = Vector3.new(0, -65, 0)
  3112. o157.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3113. o158.Parent = o6
  3114. o158.Material = Enum.Material.Slate
  3115. o158.BrickColor = BrickColor.new("Dark indigo")
  3116. o158.Position = Vector3.new(65.7333603, 23.1158752, -194.875839)
  3117. o158.Rotation = Vector3.new(0, -75, 0)
  3118. o158.Anchored = true
  3119. o158.FormFactor = Enum.FormFactor.Custom
  3120. o158.Size = Vector3.new(13.0629549, 32.9413605, 18.1745377)
  3121. o158.CFrame = CFrame.new(65.7333603, 23.1158752, -194.875839, 0.258818954, 0, -0.965925813, 0, 1, 0, 0.965925813, 0, 0.258818954)
  3122. o158.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3123. o158.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3124. o158.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3125. o158.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3126. o158.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3127. o158.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3128. o158.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3129. o158.Position = Vector3.new(65.7333603, 23.1158752, -194.875839)
  3130. o158.Orientation = Vector3.new(0, -75, 0)
  3131. o158.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3132. o159.Parent = o6
  3133. o159.Material = Enum.Material.Slate
  3134. o159.BrickColor = BrickColor.new("Dark indigo")
  3135. o159.Position = Vector3.new(70.4434967, 18.2882671, -193.323441)
  3136. o159.Rotation = Vector3.new(-180, -85, -180)
  3137. o159.Anchored = true
  3138. o159.FormFactor = Enum.FormFactor.Custom
  3139. o159.Size = Vector3.new(15.3347692, 23.2861423, 19.8783951)
  3140. o159.CFrame = CFrame.new(70.4434967, 18.2882671, -193.323441, -0.087155968, 0, -0.996194661, 0, 1, 0, 0.996194661, 0, -0.087155968)
  3141. o159.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3142. o159.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3143. o159.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3144. o159.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3145. o159.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3146. o159.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3147. o159.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3148. o159.Position = Vector3.new(70.4434967, 18.2882671, -193.323441)
  3149. o159.Orientation = Vector3.new(0, -95, 0)
  3150. o159.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3151. o160.Parent = o6
  3152. o160.Material = Enum.Material.Slate
  3153. o160.BrickColor = BrickColor.new("Dark indigo")
  3154. o160.Position = Vector3.new(62.8404846, 27.9434834, -199.089401)
  3155. o160.Rotation = Vector3.new(0, -75, 0)
  3156. o160.Anchored = true
  3157. o160.FormFactor = Enum.FormFactor.Custom
  3158. o160.Size = Vector3.new(3.42548227, 42.5965767, 14.7668123)
  3159. o160.CFrame = CFrame.new(62.8404846, 27.9434834, -199.089401, 0.258818954, 0, -0.965925813, 0, 1, 0, 0.965925813, 0, 0.258818954)
  3160. o160.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3161. o160.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3162. o160.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3163. o160.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3164. o160.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3165. o160.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3166. o160.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3167. o160.Position = Vector3.new(62.8404846, 27.9434834, -199.089401)
  3168. o160.Orientation = Vector3.new(0, -75, 0)
  3169. o160.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3170. o161.Parent = o6
  3171. o161.Material = Enum.Material.Slate
  3172. o161.BrickColor = BrickColor.new("Dark indigo")
  3173. o161.Position = Vector3.new(64.5284729, 48.0437469, -192.789001)
  3174. o161.Rotation = Vector3.new(0, -75, 0)
  3175. o161.Anchored = true
  3176. o161.FormFactor = Enum.FormFactor.Custom
  3177. o161.Size = Vector3.new(16.4706802, 2.39605045, 14.7668123)
  3178. o161.CFrame = CFrame.new(64.5284729, 48.0437469, -192.789001, 0.258818954, 0, -0.965925813, 0, 1, 0, 0.965925813, 0, 0.258818954)
  3179. o161.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3180. o161.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3181. o161.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3182. o161.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3183. o161.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3184. o161.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3185. o161.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3186. o161.Position = Vector3.new(64.5284729, 48.0437469, -192.789001)
  3187. o161.Orientation = Vector3.new(0, -75, 0)
  3188. o161.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3189. o162.Parent = o6
  3190. o162.Material = Enum.Material.Slate
  3191. o162.BrickColor = BrickColor.new("Dark indigo")
  3192. o162.Position = Vector3.new(67.5511017, 24.8197365, -189.189041)
  3193. o162.Rotation = Vector3.new(0, -75, 0)
  3194. o162.Anchored = true
  3195. o162.FormFactor = Enum.FormFactor.Custom
  3196. o162.Size = Vector3.new(7.95136309, 36.3490829, 14.1988592)
  3197. o162.CFrame = CFrame.new(67.5511017, 24.8197365, -189.189041, 0.258818954, 0, -0.965925813, 0, 1, 0, 0.965925813, 0, 0.258818954)
  3198. o162.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3199. o162.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3200. o162.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3201. o162.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3202. o162.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3203. o162.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3204. o162.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3205. o162.Position = Vector3.new(67.5511017, 24.8197365, -189.189041)
  3206. o162.Orientation = Vector3.new(0, -75, 0)
  3207. o162.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3208. o163.Parent = o6
  3209. o163.Material = Enum.Material.Slate
  3210. o163.BrickColor = BrickColor.new("Dark indigo")
  3211. o163.Position = Vector3.new(65.5275726, 45.3751221, -189.060211)
  3212. o163.Rotation = Vector3.new(0, -75, 0)
  3213. o163.Anchored = true
  3214. o163.FormFactor = Enum.FormFactor.Custom
  3215. o163.Size = Vector3.new(8.7500515, 3.42293596, 14.7668123)
  3216. o163.CFrame = CFrame.new(65.5275726, 45.3751221, -189.060211, 0.258818954, 0, -0.965925813, 0, 1, 0, 0.965925813, 0, 0.258818954)
  3217. o163.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3218. o163.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3219. o163.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3220. o163.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3221. o163.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3222. o163.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3223. o163.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3224. o163.Position = Vector3.new(65.5275726, 45.3751221, -189.060211)
  3225. o163.Orientation = Vector3.new(0, -75, 0)
  3226. o163.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3227. o164.Parent = o6
  3228. o164.Material = Enum.Material.Slate
  3229. o164.BrickColor = BrickColor.new("Dark indigo")
  3230. o164.Position = Vector3.new(66.2323151, 24.5357628, -183.133774)
  3231. o164.Rotation = Vector3.new(0, -45, 5)
  3232. o164.Anchored = true
  3233. o164.FormFactor = Enum.FormFactor.Custom
  3234. o164.Size = Vector3.new(16.4706802, 35.7811279, 14.7668123)
  3235. o164.CFrame = CFrame.new(66.2323151, 24.5357628, -183.133774, 0.704416752, -0.0616286285, -0.707106531, 0.0871559903, 0.996194661, 0, 0.704415739, -0.0616285391, 0.707107544)
  3236. o164.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3237. o164.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3238. o164.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3239. o164.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3240. o164.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3241. o164.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3242. o164.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3243. o164.Position = Vector3.new(66.2323151, 24.5357628, -183.133774)
  3244. o164.Orientation = Vector3.new(0, -45, 5)
  3245. o164.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3246. o165.Parent = o6
  3247. o165.Material = Enum.Material.Slate
  3248. o165.BrickColor = BrickColor.new("Dark indigo")
  3249. o165.Position = Vector3.new(74.5222855, 20.5600777, -180.523407)
  3250. o165.Rotation = Vector3.new(-5, -45, 0)
  3251. o165.Anchored = true
  3252. o165.FormFactor = Enum.FormFactor.Custom
  3253. o165.Size = Vector3.new(23.8540821, 27.8297691, 14.7668123)
  3254. o165.CFrame = CFrame.new(74.5222855, 20.5600777, -180.523407, 0.707106948, 4.05663371e-07, -0.70710665, 0.0616279915, 0.99619472, 0.0616285875, 0.704415917, -0.0871555656, 0.704416156)
  3255. o165.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3256. o165.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3257. o165.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3258. o165.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3259. o165.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3260. o165.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3261. o165.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3262. o165.Position = Vector3.new(74.5222855, 20.5600777, -180.523407)
  3263. o165.Orientation = Vector3.new(-3.52999997, -45.1100006, 3.53999996)
  3264. o165.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3265. o166.Parent = o6
  3266. o166.Material = Enum.Material.Slate
  3267. o166.BrickColor = BrickColor.new("Dark indigo")
  3268. o166.Position = Vector3.new(74.2402267, 12.694746, -174.283279)
  3269. o166.Rotation = Vector3.new(5, -40, 0)
  3270. o166.Anchored = true
  3271. o166.FormFactor = Enum.FormFactor.Custom
  3272. o166.Size = Vector3.new(33.4253273, 15.1417084, 20.0524254)
  3273. o166.CFrame = CFrame.new(74.2402267, 12.694746, -174.283279, 0.766045868, -4.85136184e-07, -0.642785907, -0.0560219921, 0.99619472, -0.0667654723, 0.640339911, 0.0871555656, 0.763130844)
  3274. o166.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3275. o166.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3276. o166.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3277. o166.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3278. o166.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3279. o166.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3280. o166.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3281. o166.Position = Vector3.new(74.2402267, 12.694746, -174.283279)
  3282. o166.Orientation = Vector3.new(3.82999992, -40.1100006, -3.22000003)
  3283. o166.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3284. o167.Parent = o6
  3285. o167.Material = Enum.Material.Slate
  3286. o167.BrickColor = BrickColor.new("Dark indigo")
  3287. o167.Position = Vector3.new(82.9901657, 18.7419376, -172.259308)
  3288. o167.Rotation = Vector3.new(5, -25, 0)
  3289. o167.Anchored = true
  3290. o167.FormFactor = Enum.FormFactor.Custom
  3291. o167.Size = Vector3.new(24.373558, 24.1934776, 16.3252277)
  3292. o167.CFrame = CFrame.new(82.9901657, 18.7419376, -172.259308, 0.906308234, 3.51131064e-07, -0.422617316, -0.036834009, 0.996194661, -0.0789901689, 0.421009094, 0.0871561319, 0.902859449)
  3293. o167.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3294. o167.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3295. o167.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3296. o167.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3297. o167.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3298. o167.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3299. o167.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3300. o167.Position = Vector3.new(82.9901657, 18.7419376, -172.259308)
  3301. o167.Orientation = Vector3.new(4.52999973, -25.0799999, -2.11999989)
  3302. o167.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3303. o168.Parent = o6
  3304. o168.Material = Enum.Material.Slate
  3305. o168.BrickColor = BrickColor.new("Dark indigo")
  3306. o168.Position = Vector3.new(89.5014572, 12.4312439, -168.661789)
  3307. o168.Rotation = Vector3.new(-5, -5, 0)
  3308. o168.Anchored = true
  3309. o168.FormFactor = Enum.FormFactor.Custom
  3310. o168.Size = Vector3.new(21.4577312, 14.1528568, 13.7263298)
  3311. o168.CFrame = CFrame.new(89.5014572, 12.4312439, -168.661789, 0.996194899, -3.85028045e-08, -0.0871536508, 0.00759599917, 0.996194661, 0.0868243352, 0.0868219957, -0.087155968, 0.992404103)
  3312. o168.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3313. o168.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3314. o168.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3315. o168.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3316. o168.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3317. o168.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3318. o168.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3319. o168.Position = Vector3.new(89.5014572, 12.4312439, -168.661789)
  3320. o168.Orientation = Vector3.new(-4.98000002, -5.01999998, 0.439999998)
  3321. o168.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3322. o169.Parent = o6
  3323. o169.Material = Enum.Material.Neon
  3324. o169.BrickColor = BrickColor.new("Dark indigo")
  3325. o169.Reflectance = 0.5
  3326. o169.Position = Vector3.new(86.8722229, 18.8245087, -195.374771)
  3327. o169.Rotation = Vector3.new(180, 0.0199999996, -179.98999)
  3328. o169.Anchored = true
  3329. o169.CanCollide = false
  3330. o169.FormFactor = Enum.FormFactor.Custom
  3331. o169.Size = Vector3.new(19.0163288, 5.57812452, 35.4971581)
  3332. o169.CFrame = CFrame.new(86.8722229, 18.8245087, -195.374771, -0.999996185, 9.64477586e-05, 0.000293251273, 9.64320279e-05, 1, -5.20706562e-05, -0.000293252611, -5.20414578e-05, -1.00000739)
  3333. o169.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3334. o169.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3335. o169.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3336. o169.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3337. o169.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3338. o169.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3339. o169.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3340. o169.Position = Vector3.new(86.8722229, 18.8245087, -195.374771)
  3341. o169.Orientation = Vector3.new(0, 179.979996, 0.00999999978)
  3342. o169.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3343. o170.Parent = o6
  3344. o170.Material = Enum.Material.Wood
  3345. o170.BrickColor = BrickColor.new("Cocoa")
  3346. o170.Position = Vector3.new(92.5602951, 33.9349709, -197.922974)
  3347. o170.Rotation = Vector3.new(67.0599976, 28.6399994, -55.4300003)
  3348. o170.Anchored = true
  3349. o170.FormFactor = Enum.FormFactor.Custom
  3350. o170.Size = Vector3.new(1.77485764, 1.6480819, 1.77485764)
  3351. o170.CFrame = CFrame.new(92.5602951, 33.9349709, -197.922974, 0.497975945, 0.722710848, 0.479279667, -0.0705789924, 0.584623992, -0.808228552, -0.8643139, 0.368651301, 0.34213689)
  3352. o170.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3353. o170.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3354. o170.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3355. o170.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3356. o170.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3357. o170.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3358. o170.Color = Color3.new(0.247059, 0.192157, 0.160784)
  3359. o170.Position = Vector3.new(92.5602951, 33.9349709, -197.922974)
  3360. o170.Orientation = Vector3.new(53.9199982, 54.4799995, -6.87999964)
  3361. o170.Color = Color3.new(0.247059, 0.192157, 0.160784)
  3362. o171.Parent = o6
  3363. o171.Material = Enum.Material.Slate
  3364. o171.BrickColor = BrickColor.new("Dark indigo")
  3365. o171.Position = Vector3.new(64.5284729, 25.2811909, -192.789001)
  3366. o171.Rotation = Vector3.new(0, -75, 0)
  3367. o171.Anchored = true
  3368. o171.FormFactor = Enum.FormFactor.Custom
  3369. o171.Size = Vector3.new(16.4706802, 37.2719879, 14.7668123)
  3370. o171.CFrame = CFrame.new(64.5284729, 25.2811909, -192.789001, 0.258818954, 0, -0.965925813, 0, 1, 0, 0.965925813, 0, 0.258818954)
  3371. o171.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3372. o171.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3373. o171.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3374. o171.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3375. o171.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3376. o171.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3377. o171.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3378. o171.Position = Vector3.new(64.5284729, 25.2811909, -192.789001)
  3379. o171.Orientation = Vector3.new(0, -75, 0)
  3380. o171.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3381. o172.Parent = o6
  3382. o172.Material = Enum.Material.Slate
  3383. o172.BrickColor = BrickColor.new("Dark indigo")
  3384. o172.Position = Vector3.new(66.785675, 17.4107971, -210.490417)
  3385. o172.Rotation = Vector3.new(172.899994, -54.6899986, 171.330002)
  3386. o172.Anchored = true
  3387. o172.FormFactor = Enum.FormFactor.Custom
  3388. o172.Size = Vector3.new(33.4253273, 21.5311985, 20.0524254)
  3389. o172.CFrame = CFrame.new(66.785675, 17.4107971, -210.490417, -0.571393967, -0.0871561766, -0.816034734, -0.049990993, 0.996194661, -0.0713939816, 0.819151878, 3.02106173e-07, -0.573576689)
  3390. o172.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3391. o172.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3392. o172.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3393. o172.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3394. o172.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3395. o172.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3396. o172.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3397. o172.Position = Vector3.new(66.785675, 17.4107971, -210.490417)
  3398. o172.Orientation = Vector3.new(4.08999968, -125.099998, -2.86999989)
  3399. o172.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3400. o173.Parent = o6
  3401. o173.Material = Enum.Material.Slate
  3402. o173.BrickColor = BrickColor.new("Dark indigo")
  3403. o173.Position = Vector3.new(91.0575027, 22.6189079, -197.859161)
  3404. o173.Rotation = Vector3.new(0, -45, 0)
  3405. o173.Anchored = true
  3406. o173.FormFactor = Enum.FormFactor.Custom
  3407. o173.Size = Vector3.new(4.81747246, 5.07102251, 5.493608)
  3408. o173.CFrame = CFrame.new(91.0575027, 22.6189079, -197.859161, 0.707107365, 0, -0.707106352, 0, 1, 0, 0.707106352, 0, 0.707107365)
  3409. o173.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3410. o173.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3411. o173.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3412. o173.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3413. o173.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3414. o173.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3415. o173.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3416. o173.Position = Vector3.new(91.0575027, 22.6189079, -197.859161)
  3417. o173.Orientation = Vector3.new(0, -45, 0)
  3418. o173.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3419. o174.Parent = o6
  3420. o174.Material = Enum.Material.Slate
  3421. o174.BrickColor = BrickColor.new("Dark indigo")
  3422. o174.Position = Vector3.new(60.455471, 26.8658905, -196.160065)
  3423. o174.Rotation = Vector3.new(0, -75, 0)
  3424. o174.Anchored = true
  3425. o174.FormFactor = Enum.FormFactor.Custom
  3426. o174.Size = Vector3.new(7.84994221, 40.4413872, 8.64355183)
  3427. o174.CFrame = CFrame.new(60.455471, 26.8658905, -196.160065, 0.258818954, 0, -0.965925813, 0, 1, 0, 0.965925813, 0, 0.258818954)
  3428. o174.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3429. o174.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3430. o174.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3431. o174.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3432. o174.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3433. o174.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3434. o174.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3435. o174.Position = Vector3.new(60.455471, 26.8658905, -196.160065)
  3436. o174.Orientation = Vector3.new(0, -75, 0)
  3437. o174.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3438. o175.Parent = o6
  3439. o175.Material = Enum.Material.Grass
  3440. o175.BrickColor = BrickColor.new("Royal purple")
  3441. o175.Position = Vector3.new(95.8301926, 11.6030464, -208.626038)
  3442. o175.Rotation = Vector3.new(0, -75, -5)
  3443. o175.Anchored = true
  3444. o175.FormFactor = Enum.FormFactor.Custom
  3445. o175.Size = Vector3.new(17.74856, 10.3955946, 15.9737139)
  3446. o175.CFrame = CFrame.new(95.8301926, 11.6030464, -208.626038, 0.257834047, 0.022557104, -0.965925872, -0.0871560201, 0.996194661, -5.41637576e-07, 0.962250233, 0.0841863975, 0.258818895)
  3447. o175.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3448. o175.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3449. o175.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3450. o175.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3451. o175.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3452. o175.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3453. o175.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3454. o175.Position = Vector3.new(95.8301926, 11.6030464, -208.626038)
  3455. o175.Orientation = Vector3.new(0, -75, -5)
  3456. o175.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3457. o176.Parent = o6
  3458. o176.Material = Enum.Material.Grass
  3459. o176.BrickColor = BrickColor.new("Royal purple")
  3460. o176.Position = Vector3.new(75.3514633, 8.42004967, -198.126938)
  3461. o176.Rotation = Vector3.new(172.519989, 19.4099998, -170.389999)
  3462. o176.Anchored = true
  3463. o176.FormFactor = Enum.FormFactor.Custom
  3464. o176.Size = Vector3.new(25.1015415, 10.649147, 24.5944538)
  3465. o176.CFrame = CFrame.new(75.3514633, 8.42004967, -198.126938, -0.929956734, 0.157377824, 0.332283944, 0.122786969, 0.984807849, -0.122787617, -0.346559912, -0.0733870342, -0.93515265)
  3466. o176.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3467. o176.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3468. o176.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3469. o176.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3470. o176.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3471. o176.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3472. o176.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3473. o176.Position = Vector3.new(75.3514633, 8.42004967, -198.126938)
  3474. o176.Orientation = Vector3.new(7.04999971, 160.440002, 7.10999966)
  3475. o176.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3476. o177.Parent = o6
  3477. o177.Material = Enum.Material.Grass
  3478. o177.BrickColor = BrickColor.new("Royal purple")
  3479. o177.Position = Vector3.new(76.4224854, 10.7289734, -182.912552)
  3480. o177.Rotation = Vector3.new(159.580002, 63.1899986, -157.349991)
  3481. o177.Anchored = true
  3482. o177.FormFactor = Enum.FormFactor.Custom
  3483. o177.Size = Vector3.new(25.1015415, 15.2130651, 13.4382076)
  3484. o177.CFrame = CFrame.new(76.4224854, 10.7289734, -182.912552, -0.416197866, 0.173648819, 0.892538726, 0.0733869746, 0.984807611, -0.157379359, -0.906307697, -2.36338053e-07, -0.422618389)
  3485. o177.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3486. o177.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3487. o177.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3488. o177.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3489. o177.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3490. o177.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3491. o177.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3492. o177.Position = Vector3.new(76.4224854, 10.7289734, -182.912552)
  3493. o177.Orientation = Vector3.new(9.05000019, 115.339996, 4.25999975)
  3494. o177.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3495. o178.Parent = o6
  3496. o178.Material = Enum.Material.Grass
  3497. o178.BrickColor = BrickColor.new("Royal purple")
  3498. o178.Position = Vector3.new(80.9823151, 9.94906044, -215.17691)
  3499. o178.Rotation = Vector3.new(-168.48999, -29.5, -174.269989)
  3500. o178.Anchored = true
  3501. o178.FormFactor = Enum.FormFactor.Custom
  3502. o178.Size = Vector3.new(22.0589314, 11.6633501, 15.9737167)
  3503. o178.CFrame = CFrame.new(80.9823151, 9.94906044, -215.17691, -0.866025269, 0.0868241936, -0.492404044, 0, 0.98480773, 0.173648313, 0.500000179, 0.15038383, -0.852868378)
  3504. o178.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3505. o178.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3506. o178.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3507. o178.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3508. o178.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3509. o178.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3510. o178.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3511. o178.Position = Vector3.new(80.9823151, 9.94906044, -215.17691)
  3512. o178.Orientation = Vector3.new(-10, -150, 0)
  3513. o178.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3514. o179.Parent = o6
  3515. o179.Material = Enum.Material.Grass
  3516. o179.BrickColor = BrickColor.new("Royal purple")
  3517. o179.Position = Vector3.new(80.7364426, 11.7727985, -200.703262)
  3518. o179.Rotation = Vector3.new(-174.759995, -14.0799999, -169.349991)
  3519. o179.Anchored = true
  3520. o179.FormFactor = Enum.FormFactor.Custom
  3521. o179.Size = Vector3.new(18.5092182, 16.7343674, 26.1157551)
  3522. o179.CFrame = CFrame.new(80.7364426, 11.7727985, -200.703262, -0.953275025, 0.179207951, -0.24321045, 0.162171006, 0.982784092, 0.0885208398, 0.254887015, 0.0449430197, -0.965925872)
  3523. o179.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3524. o179.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3525. o179.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3526. o179.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3527. o179.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3528. o179.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3529. o179.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3530. o179.Position = Vector3.new(80.7364426, 11.7727985, -200.703262)
  3531. o179.Orientation = Vector3.new(-5.07999992, -165.869995, 9.36999989)
  3532. o179.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3533. o180.Parent = o6
  3534. o180.Material = Enum.Material.Slate
  3535. o180.BrickColor = BrickColor.new("Dark indigo")
  3536. o180.Position = Vector3.new(91.0575027, 21.1821213, -197.859161)
  3537. o180.Rotation = Vector3.new(0, -75, 0)
  3538. o180.Anchored = true
  3539. o180.FormFactor = Enum.FormFactor.Custom
  3540. o180.Size = Vector3.new(6.97265673, 4.22585297, 7.39524126)
  3541. o180.CFrame = CFrame.new(91.0575027, 21.1821213, -197.859161, 0.258818954, 0, -0.965925813, 0, 1, 0, 0.965925813, 0, 0.258818954)
  3542. o180.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3543. o180.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3544. o180.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3545. o180.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3546. o180.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3547. o180.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3548. o180.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3549. o180.Position = Vector3.new(91.0575027, 21.1821213, -197.859161)
  3550. o180.Orientation = Vector3.new(0, -75, 0)
  3551. o180.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3552. o181.Parent = o6
  3553. o181.Material = Enum.Material.Fabric
  3554. o181.BrickColor = BrickColor.new("Dark indigo")
  3555. o181.Position = Vector3.new(95.0107117, 12.0461807, -221.45668)
  3556. o181.Rotation = Vector3.new(-90, -85, -80)
  3557. o181.Anchored = true
  3558. o181.FormFactor = Enum.FormFactor.Custom
  3559. o181.Size = Vector3.new(12.1704397, 10.142045, 19.0163269)
  3560. o181.CFrame = CFrame.new(95.0107117, 12.0461807, -221.45668, 0.0151339974, 0.0858320296, -0.996194661, 0.172986969, 0.981060326, 0.087156035, 0.984807849, -0.173647717, -4.57864189e-07)
  3561. o181.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3562. o181.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3563. o181.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3564. o181.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3565. o181.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3566. o181.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3567. o181.Color = Color3.new(0.243137, 0.0784314, 0.552941)
  3568. o181.Position = Vector3.new(95.0107117, 12.0461807, -221.45668)
  3569. o181.Orientation = Vector3.new(-5, -90, 10)
  3570. o181.Color = Color3.new(0.243137, 0.0784314, 0.552941)
  3571. o182.Parent = o6
  3572. o182.Material = Enum.Material.Grass
  3573. o182.BrickColor = BrickColor.new("Medium lilac")
  3574. o182.Position = Vector3.new(94.9933548, 11.8488026, -172.884369)
  3575. o182.Rotation = Vector3.new(-90, -85, -100)
  3576. o182.Anchored = true
  3577. o182.FormFactor = Enum.FormFactor.Custom
  3578. o182.Size = Vector3.new(14.452405, 10.142045, 19.0163269)
  3579. o182.CFrame = CFrame.new(94.9933548, 11.8488026, -172.884369, -0.0151339974, 0.0858320296, -0.996194661, -0.172986969, 0.981060326, 0.087156035, 0.984807849, 0.173647717, 4.57864189e-07)
  3580. o182.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3581. o182.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3582. o182.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3583. o182.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3584. o182.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3585. o182.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3586. o182.Color = Color3.new(0.203922, 0.0862745, 0.423529)
  3587. o182.Position = Vector3.new(94.9933548, 11.8488026, -172.884369)
  3588. o182.Orientation = Vector3.new(-5, -90, -10)
  3589. o182.Color = Color3.new(0.203922, 0.0862745, 0.423529)
  3590. o183.Parent = o6
  3591. o183.Material = Enum.Material.Grass
  3592. o183.BrickColor = BrickColor.new("Royal purple")
  3593. o183.Position = Vector3.new(97.5595703, 13.136919, -185.068329)
  3594. o183.Rotation = Vector3.new(-146.48999, -71.9899979, -141.48999)
  3595. o183.Anchored = true
  3596. o183.FormFactor = Enum.FormFactor.Custom
  3597. o183.Size = Vector3.new(24.8479919, 19.2698822, 10.6491413)
  3598. o183.CFrame = CFrame.new(97.5595703, 13.136919, -185.068329, -0.241977036, 0.19251208, -0.950992227, 0.108326018, 0.979352117, 0.170689806, 0.964216113, -0.0617141835, -0.257834762)
  3599. o183.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3600. o183.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3601. o183.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3602. o183.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3603. o183.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3604. o183.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3605. o183.Color = Color3.new(0.458824, 0.164706, 1)
  3606. o183.Position = Vector3.new(97.5595703, 13.136919, -185.068329)
  3607. o183.Orientation = Vector3.new(-9.82999992, -105.169998, 6.30999994)
  3608. o183.Color = Color3.new(0.458824, 0.164706, 1)
  3609. o184.Parent = o6
  3610. o184.Material = Enum.Material.Fabric
  3611. o184.BrickColor = BrickColor.new("Royal purple")
  3612. o184.Position = Vector3.new(98.1027756, 15.2228966, -211.410278)
  3613. o184.Rotation = Vector3.new(0, -75, -5)
  3614. o184.Anchored = true
  3615. o184.FormFactor = Enum.FormFactor.Custom
  3616. o184.Size = Vector3.new(12.9310913, 17.2414703, 10.1420441)
  3617. o184.CFrame = CFrame.new(98.1027756, 15.2228966, -211.410278, 0.257834047, 0.022557104, -0.965925872, -0.0871560201, 0.996194661, -5.41637576e-07, 0.962250233, 0.0841863975, 0.258818895)
  3618. o184.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3619. o184.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3620. o184.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3621. o184.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3622. o184.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3623. o184.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3624. o184.Color = Color3.new(0.309804, 0.0823529, 0.737255)
  3625. o184.Position = Vector3.new(98.1027756, 15.2228966, -211.410278)
  3626. o184.Orientation = Vector3.new(0, -75, -5)
  3627. o184.Color = Color3.new(0.309804, 0.0823529, 0.737255)
  3628. o185.Parent = o6
  3629. o185.Material = Enum.Material.Grass
  3630. o185.BrickColor = BrickColor.new("Royal purple")
  3631. o185.Position = Vector3.new(99.8049316, 13.4910717, -212.94545)
  3632. o185.Rotation = Vector3.new(39.5599976, -75.8899994, 45.4399986)
  3633. o185.Anchored = true
  3634. o185.FormFactor = Enum.FormFactor.Custom
  3635. o185.Size = Vector3.new(14.452405, 13.6917572, 16.4808197)
  3636. o185.CFrame = CFrame.new(99.8049316, 13.4910717, -212.94545, 0.171010062, -0.173648074, -0.969846308, 0.115870044, 0.981060386, -0.155224875, 0.978432357, -0.0858311132, 0.187891766)
  3637. o185.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3638. o185.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3639. o185.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3640. o185.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3641. o185.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3642. o185.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3643. o185.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3644. o185.Position = Vector3.new(99.8049316, 13.4910717, -212.94545)
  3645. o185.Orientation = Vector3.new(8.92999935, -79.0400009, 6.73999977)
  3646. o185.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3647. o186.Parent = o6
  3648. o186.Material = Enum.Material.Fabric
  3649. o186.BrickColor = BrickColor.new("Dark indigo")
  3650. o186.Position = Vector3.new(99.8049316, 13.4910717, -182.519318)
  3651. o186.Rotation = Vector3.new(140.440002, -75.8899994, 134.559998)
  3652. o186.Anchored = true
  3653. o186.FormFactor = Enum.FormFactor.Custom
  3654. o186.Size = Vector3.new(14.452405, 13.6917572, 16.4808197)
  3655. o186.CFrame = CFrame.new(99.8049316, 13.4910717, -182.519318, -0.171010062, -0.173648074, -0.969846308, -0.115870044, 0.981060386, -0.155224875, 0.978432357, 0.0858311132, -0.187891766)
  3656. o186.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3657. o186.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3658. o186.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3659. o186.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3660. o186.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3661. o186.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3662. o186.Color = Color3.new(0.243137, 0.0784314, 0.552941)
  3663. o186.Position = Vector3.new(99.8049316, 13.4910717, -182.519318)
  3664. o186.Orientation = Vector3.new(8.92999935, -100.959999, -6.73999977)
  3665. o186.Color = Color3.new(0.243137, 0.0784314, 0.552941)
  3666. o187.Parent = o6
  3667. o187.Material = Enum.Material.Fabric
  3668. o187.BrickColor = BrickColor.new("Royal purple")
  3669. o187.Position = Vector3.new(103.847931, 11.1171894, -203.245575)
  3670. o187.Rotation = Vector3.new(178.48999, 39.3999977, -160.599991)
  3671. o187.Anchored = true
  3672. o187.FormFactor = Enum.FormFactor.Custom
  3673. o187.Size = Vector3.new(9.88848877, 8.62073803, 15.9737177)
  3674. o187.CFrame = CFrame.new(103.847931, 11.1171894, -203.245575, -0.728858054, 0.256627887, 0.634750366, 0.316241026, 0.948460937, -0.020333495, -0.607254088, 0.185913891, -0.772449672)
  3675. o187.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3676. o187.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3677. o187.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3678. o187.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3679. o187.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3680. o187.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3681. o187.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3682. o187.Position = Vector3.new(103.847931, 11.1171894, -203.245575)
  3683. o187.Orientation = Vector3.new(1.16999996, 140.589996, 18.4400005)
  3684. o187.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3685. o188.Parent = o6
  3686. o188.Material = Enum.Material.Grass
  3687. o188.BrickColor = BrickColor.new("Royal purple")
  3688. o188.Position = Vector3.new(113.725418, 9.4342556, -177.169891)
  3689. o188.Rotation = Vector3.new(-153.259995, -58.5200005, -160.569992)
  3690. o188.Anchored = true
  3691. o188.FormFactor = Enum.FormFactor.Custom
  3692. o188.Size = Vector3.new(10.9026928, 4.56392097, 11.4097958)
  3693. o188.CFrame = CFrame.new(113.725418, 9.4342556, -177.169891, -0.492404908, 0.173648283, -0.852867901, -0.0648779869, 0.969846427, 0.234923109, 0.867944837, 0.17100966, -0.466291159)
  3694. o188.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3695. o188.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3696. o188.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3697. o188.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3698. o188.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3699. o188.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3700. o188.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3701. o188.Position = Vector3.new(113.725418, 9.4342556, -177.169891)
  3702. o188.Orientation = Vector3.new(-13.5900002, -118.669998, -3.82999992)
  3703. o188.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3704. o189.Parent = o6
  3705. o189.Material = Enum.Material.Grass
  3706. o189.BrickColor = BrickColor.new("Royal purple")
  3707. o189.Position = Vector3.new(109.156387, 10.6899128, -216.125092)
  3708. o189.Rotation = Vector3.new(-171.309998, -69.8199997, -165.419998)
  3709. o189.Anchored = true
  3710. o189.FormFactor = Enum.FormFactor.Custom
  3711. o189.Size = Vector3.new(14.452405, 8.11363697, 15.9737177)
  3712. o189.CFrame = CFrame.new(109.156387, 10.6899128, -216.125092, -0.333828121, 0.0868230909, -0.938626945, 0.111508034, 0.992394865, 0.0521381423, 0.936015368, -0.0872592703, -0.340970814)
  3713. o189.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3714. o189.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3715. o189.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3716. o189.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3717. o189.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3718. o189.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3719. o189.Color = Color3.new(0.458824, 0.164706, 1)
  3720. o189.Position = Vector3.new(109.156387, 10.6899128, -216.125092)
  3721. o189.Orientation = Vector3.new(-2.99000001, -109.959999, 6.40999985)
  3722. o189.Color = Color3.new(0.458824, 0.164706, 1)
  3723. o190.Parent = o6
  3724. o190.Material = Enum.Material.Grass
  3725. o190.BrickColor = BrickColor.new("Royal purple")
  3726. o190.Position = Vector3.new(109.156113, 10.6900234, -179.171417)
  3727. o190.Rotation = Vector3.new(-8.72999954, -69.8499985, -14.5999994)
  3728. o190.Anchored = true
  3729. o190.FormFactor = Enum.FormFactor.Custom
  3730. o190.Size = Vector3.new(14.452405, 8.11363697, 15.9737177)
  3731. o190.CFrame = CFrame.new(109.156113, 10.6900234, -179.171417, 0.333333969, 0.0868247598, -0.938802481, -0.111284994, 0.992412984, 0.0522697344, 0.936217964, 0.0870513394, 0.340467274)
  3732. o190.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3733. o190.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3734. o190.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3735. o190.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3736. o190.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3737. o190.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3738. o190.Color = Color3.new(0.458824, 0.164706, 1)
  3739. o190.Position = Vector3.new(109.156113, 10.6900234, -179.171417)
  3740. o190.Orientation = Vector3.new(-3, -70.0699997, -6.39999962)
  3741. o190.Color = Color3.new(0.458824, 0.164706, 1)
  3742. o191.Parent = o6
  3743. o191.Material = Enum.Material.Grass
  3744. o191.BrickColor = BrickColor.new("Royal purple")
  3745. o191.Position = Vector3.new(117.68824, 8.25331497, -210.116714)
  3746. o191.Rotation = Vector3.new(-170.149994, -44.1199989, -165.98999)
  3747. o191.Anchored = true
  3748. o191.FormFactor = Enum.FormFactor.Custom
  3749. o191.Size = Vector3.new(9.9118042, 4.56405592, 12.6778936)
  3750. o191.CFrame = CFrame.new(117.68824, 8.25331497, -210.116714, -0.696537018, 0.17373687, -0.696169317, 0.122918002, 0.984792113, 0.122783005, 0.706914008, -4.88412661e-05, -0.707299531)
  3751. o191.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3752. o191.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3753. o191.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3754. o191.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3755. o191.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3756. o191.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3757. o191.Color = Color3.new(0.309804, 0.121569, 0.666667)
  3758. o191.Position = Vector3.new(117.68824, 8.25331497, -210.116714)
  3759. o191.Orientation = Vector3.new(-7.04999971, -135.449997, 7.10999966)
  3760. o191.Color = Color3.new(0.309804, 0.121569, 0.666667)
  3761. o192.Parent = o6
  3762. o192.Material = Enum.Material.Grass
  3763. o192.BrickColor = BrickColor.new("Royal purple")
  3764. o192.Position = Vector3.new(103.053864, 11.9178143, -192.407837)
  3765. o192.Rotation = Vector3.new(-177.339996, -14.7699995, -169.649994)
  3766. o192.Anchored = true
  3767. o192.FormFactor = Enum.FormFactor.Custom
  3768. o192.Size = Vector3.new(9.88848877, 10.142045, 15.9737177)
  3769. o192.CFrame = CFrame.new(103.053864, 11.9178143, -192.407837, -0.951251566, 0.173647806, -0.254885852, 0.167730927, 0.984807789, 0.0449431948, 0.258817881, 4.24235473e-08, -0.96592617)
  3770. o192.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3771. o192.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3772. o192.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3773. o192.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3774. o192.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3775. o192.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3776. o192.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3777. o192.Position = Vector3.new(103.053864, 11.9178143, -192.407837)
  3778. o192.Orientation = Vector3.new(-2.57999992, -165.220001, 9.67000008)
  3779. o192.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3780. o193.Parent = o6
  3781. o193.Material = Enum.Material.Slate
  3782. o193.BrickColor = BrickColor.new("Dark indigo")
  3783. o193.Position = Vector3.new(113.365891, 7.28860092, -197.657333)
  3784. o193.Rotation = Vector3.new(180, 0.0199999996, -179.98999)
  3785. o193.Anchored = true
  3786. o193.FormFactor = Enum.FormFactor.Custom
  3787. o193.Size = Vector3.new(15.2130661, 1.26775551, 15.2130661)
  3788. o193.CFrame = CFrame.new(113.365891, 7.28860092, -197.657333, -0.999996185, 9.64477586e-05, 0.000293251273, 9.64320279e-05, 1, -5.20706562e-05, -0.000293252611, -5.20414578e-05, -1.00000739)
  3789. o193.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3790. o193.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3791. o193.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3792. o193.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3793. o193.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3794. o193.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3795. o193.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3796. o193.Position = Vector3.new(113.365891, 7.28860092, -197.657333)
  3797. o193.Orientation = Vector3.new(0, 179.979996, 0.00999999978)
  3798. o193.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3799. o194.Parent = o6
  3800. o194.Material = Enum.Material.Fabric
  3801. o194.BrickColor = BrickColor.new("Dark indigo")
  3802. o194.Position = Vector3.new(117.688278, 8.25330734, -185.221924)
  3803. o194.Rotation = Vector3.new(-9.85999966, -44.1499977, -14)
  3804. o194.Anchored = true
  3805. o194.FormFactor = Enum.FormFactor.Custom
  3806. o194.Size = Vector3.new(9.9118042, 4.56405592, 12.6778936)
  3807. o194.CFrame = CFrame.new(117.688278, 8.25330734, -185.221924, 0.696191967, 0.1735982, -0.696548939, -0.122657984, 0.984816551, 0.122846894, 0.707298934, -8.77310958e-05, 0.706914604)
  3808. o194.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3809. o194.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3810. o194.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3811. o194.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3812. o194.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3813. o194.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3814. o194.Color = Color3.new(0.243137, 0.0784314, 0.552941)
  3815. o194.Position = Vector3.new(117.688278, 8.25330734, -185.221924)
  3816. o194.Orientation = Vector3.new(-7.05999994, -44.579998, -7.0999999)
  3817. o194.Color = Color3.new(0.243137, 0.0784314, 0.552941)
  3818. o195.Parent = o6
  3819. o195.Material = Enum.Material.Grass
  3820. o195.BrickColor = BrickColor.new("Royal purple")
  3821. o195.Position = Vector3.new(110.28434, 8.71788025, -184.979187)
  3822. o195.Rotation = Vector3.new(-5.00999975, -85.0199966, 0)
  3823. o195.Anchored = true
  3824. o195.FormFactor = Enum.FormFactor.Custom
  3825. o195.Size = Vector3.new(11.4097948, 7.09943199, 15.9737177)
  3826. o195.CFrame = CFrame.new(110.28434, 8.71788025, -184.979187, 0.0868849903, 4.53140592e-09, -0.996218324, 0.0869239941, 0.996186137, 0.00758106261, 0.992418885, -0.087253958, 0.0865536034)
  3827. o195.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3828. o195.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3829. o195.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3830. o195.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3831. o195.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3832. o195.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3833. o195.Color = Color3.new(0.309804, 0.121569, 0.666667)
  3834. o195.Position = Vector3.new(110.28434, 8.71788025, -184.979187)
  3835. o195.Orientation = Vector3.new(-0.429999977, -85.0299988, 4.98999977)
  3836. o195.Color = Color3.new(0.309804, 0.121569, 0.666667)
  3837. o196.Parent = o6
  3838. o196.Material = Enum.Material.Slate
  3839. o196.BrickColor = BrickColor.new("Dark indigo")
  3840. o196.Position = Vector3.new(121.479591, 7.54135132, -197.654968)
  3841. o196.Rotation = Vector3.new(0, -0.0199999996, -0.00999999978)
  3842. o196.Anchored = true
  3843. o196.FormFactor = Enum.FormFactor.Custom
  3844. o196.Size = Vector3.new(1.77485764, 1.77485788, 12.6775551)
  3845. o196.CFrame = CFrame.new(121.479591, 7.54135132, -197.654968, 0.999996185, 9.64477513e-05, -0.000293340679, -9.64320134e-05, 1, 5.20706599e-05, 0.000293342018, -5.20414578e-05, 1.00000739)
  3846. o196.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3847. o196.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3848. o196.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3849. o196.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3850. o196.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3851. o196.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3852. o196.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3853. o196.Position = Vector3.new(121.479591, 7.54135132, -197.654968)
  3854. o196.Orientation = Vector3.new(0, -0.0199999996, -0.00999999978)
  3855. o196.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3856. o197.Parent = o6
  3857. o197.Material = Enum.Material.Slate
  3858. o197.BrickColor = BrickColor.new("Dark indigo")
  3859. o197.Position = Vector3.new(120.719124, 8.17530823, -197.655197)
  3860. o197.Rotation = Vector3.new(180, 0.0199999996, -179.98999)
  3861. o197.Anchored = true
  3862. o197.CanCollide = false
  3863. o197.FormFactor = Enum.FormFactor.Custom
  3864. o197.Size = Vector3.new(0.507102191, 3.04261327, 15.2130661)
  3865. o197.CFrame = CFrame.new(120.719124, 8.17530823, -197.655197, -0.999996185, 9.64477586e-05, 0.000293251273, 9.64320279e-05, 1, -5.20706562e-05, -0.000293252611, -5.20414578e-05, -1.00000739)
  3866. o197.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3867. o197.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3868. o197.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3869. o197.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3870. o197.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3871. o197.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3872. o197.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3873. o197.Position = Vector3.new(120.719124, 8.17530823, -197.655197)
  3874. o197.Orientation = Vector3.new(0, 179.979996, 0.00999999978)
  3875. o197.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3876. o198.Parent = o6
  3877. o198.Material = Enum.Material.Fabric
  3878. o198.BrickColor = BrickColor.new("Royal purple")
  3879. o198.Position = Vector3.new(107.067596, 7.76239586, -174.141907)
  3880. o198.Rotation = Vector3.new(-170.12999, -60.4399986, 179.959991)
  3881. o198.Anchored = true
  3882. o198.FormFactor = Enum.FormFactor.Custom
  3883. o198.Size = Vector3.new(13.945303, 4.56392097, 14.4524059)
  3884. o198.CFrame = CFrame.new(107.067596, 7.76239586, -174.141907, -0.493408829, -0.000329639821, -0.869797468, -0.149777934, 0.985094368, 0.0845909938, 0.856804729, 0.172014415, -0.486103624)
  3885. o198.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3886. o198.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3887. o198.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3888. o198.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3889. o198.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3890. o198.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3891. o198.Color = Color3.new(0.309804, 0.0823529, 0.737255)
  3892. o198.Position = Vector3.new(107.067596, 7.76239586, -174.141907)
  3893. o198.Orientation = Vector3.new(-4.8499999, -119.199997, -8.64999962)
  3894. o198.Color = Color3.new(0.309804, 0.0823529, 0.737255)
  3895. o199.Parent = o6
  3896. o199.Material = Enum.Material.Fabric
  3897. o199.BrickColor = BrickColor.new("Royal purple")
  3898. o199.Position = Vector3.new(113.725418, 9.4342556, -218.245117)
  3899. o199.Rotation = Vector3.new(-26.7399998, -58.5200005, -19.4300003)
  3900. o199.Anchored = true
  3901. o199.FormFactor = Enum.FormFactor.Custom
  3902. o199.Size = Vector3.new(10.9026928, 4.56392097, 11.4097958)
  3903. o199.CFrame = CFrame.new(113.725418, 9.4342556, -218.245117, 0.492404908, 0.173648283, -0.852867901, 0.0648779869, 0.969846427, 0.234923109, 0.867944837, -0.17100966, 0.466291159)
  3904. o199.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3905. o199.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3906. o199.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3907. o199.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3908. o199.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3909. o199.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3910. o199.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3911. o199.Position = Vector3.new(113.725418, 9.4342556, -218.245117)
  3912. o199.Orientation = Vector3.new(-13.5900002, -61.329998, 3.82999992)
  3913. o199.Color = Color3.new(0.384314, 0.145098, 0.819608)
  3914. o200.Parent = o6
  3915. o200.Material = Enum.Material.Fabric
  3916. o200.BrickColor = BrickColor.new("Dark indigo")
  3917. o200.Position = Vector3.new(107.067596, 7.76239586, -221.302353)
  3918. o200.Rotation = Vector3.new(-9.88000011, -59.5599976, 0.179999992)
  3919. o200.Anchored = true
  3920. o200.FormFactor = Enum.FormFactor.Custom
  3921. o200.Size = Vector3.new(13.945303, 4.56392097, 14.4524059)
  3922. o200.CFrame = CFrame.new(107.067596, 7.76239586, -221.302353, 0.506559849, -0.00160024886, -0.8622033, 0.150980949, 0.984711766, 0.0868763849, 0.848882735, -0.174184382, 0.499057025)
  3923. o200.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3924. o200.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3925. o200.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3926. o200.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3927. o200.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3928. o200.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3929. o200.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3930. o200.Position = Vector3.new(107.067596, 7.76239586, -221.302353)
  3931. o200.Orientation = Vector3.new(-4.98000002, -59.9399986, 8.72000027)
  3932. o200.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  3933. o201.Parent = o6
  3934. o201.Material = Enum.Material.Grass
  3935. o201.BrickColor = BrickColor.new("Magenta")
  3936. o201.Transparency = 0.5
  3937. o201.Position = Vector3.new(76.8731308, 20.9790344, -164.808472)
  3938. o201.Rotation = Vector3.new(0, -80, 0)
  3939. o201.Anchored = true
  3940. o201.Size = Vector3.new(6.33877754, 6.33877754, 6.33877754)
  3941. o201.CFrame = CFrame.new(76.8731308, 20.9790344, -164.808472, 0.173647955, 0, -0.984807789, 0, 1, 0, 0.984807789, 0, 0.173647955)
  3942. o201.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3943. o201.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3944. o201.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3945. o201.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3946. o201.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3947. o201.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3948. o201.Color = Color3.new(0.666667, 0, 0.666667)
  3949. o201.Position = Vector3.new(76.8731308, 20.9790344, -164.808472)
  3950. o201.Orientation = Vector3.new(0, -80, 0)
  3951. o201.Color = Color3.new(0.666667, 0, 0.666667)
  3952. o202.Parent = o6
  3953. o202.Material = Enum.Material.Grass
  3954. o202.BrickColor = BrickColor.new("Pink")
  3955. o202.Transparency = 0.5
  3956. o202.Position = Vector3.new(81.5366287, 22.1200104, -165.373322)
  3957. o202.Rotation = Vector3.new(-180, -75, -180)
  3958. o202.Anchored = true
  3959. o202.Size = Vector3.new(7.60653305, 7.60653305, 7.60653305)
  3960. o202.CFrame = CFrame.new(81.5366287, 22.1200104, -165.373322, -0.258818954, 0, -0.965925813, 0, 1, 0, 0.965925813, 0, -0.258818954)
  3961. o202.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3962. o202.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3963. o202.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3964. o202.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3965. o202.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3966. o202.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3967. o202.Color = Color3.new(1, 0.4, 0.8)
  3968. o202.Position = Vector3.new(81.5366287, 22.1200104, -165.373322)
  3969. o202.Orientation = Vector3.new(0, -105, 0)
  3970. o202.Color = Color3.new(1, 0.4, 0.8)
  3971. o203.Parent = o6
  3972. o203.Material = Enum.Material.Grass
  3973. o203.BrickColor = BrickColor.new("Plum")
  3974. o203.Transparency = 0.5
  3975. o203.Position = Vector3.new(81.3509598, 20.4719315, -164.680634)
  3976. o203.Rotation = Vector3.new(0, -60, 0)
  3977. o203.Anchored = true
  3978. o203.Size = Vector3.new(8.62073612, 4.31036901, 8.62073708)
  3979. o203.CFrame = CFrame.new(81.3509598, 20.4719315, -164.680634, 0.499998987, 0, -0.866025984, 0, 1, 0, 0.866025984, 0, 0.499998987)
  3980. o203.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3981. o203.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3982. o203.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3983. o203.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3984. o203.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3985. o203.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3986. o203.Color = Color3.new(0.482353, 0.184314, 0.482353)
  3987. o203.Position = Vector3.new(81.3509598, 20.4719315, -164.680634)
  3988. o203.Orientation = Vector3.new(0, -60, 0)
  3989. o203.Color = Color3.new(0.482353, 0.184314, 0.482353)
  3990. o204.Parent = o6
  3991. o204.Material = Enum.Material.Grass
  3992. o204.BrickColor = BrickColor.new("Plum")
  3993. o204.Transparency = 0.5
  3994. o204.Position = Vector3.new(71.8036041, 20.4719334, -224.939758)
  3995. o204.Rotation = Vector3.new(0, 20, 0)
  3996. o204.Anchored = true
  3997. o204.Size = Vector3.new(8.62073612, 4.31036901, 8.62073708)
  3998. o204.CFrame = CFrame.new(71.8036041, 20.4719334, -224.939758, 0.939687371, 0, 0.342018127, 0, 1, 0, -0.342018127, 0, 0.939687371)
  3999. o204.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4000. o204.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4001. o204.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4002. o204.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4003. o204.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4004. o204.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4005. o204.Color = Color3.new(0.482353, 0.184314, 0.482353)
  4006. o204.Position = Vector3.new(71.8036041, 20.4719334, -224.939758)
  4007. o204.Orientation = Vector3.new(0, 20, 0)
  4008. o204.Color = Color3.new(0.482353, 0.184314, 0.482353)
  4009. o205.Parent = o6
  4010. o205.Material = Enum.Material.Neon
  4011. o205.BrickColor = BrickColor.new("Dark blue")
  4012. o205.Position = Vector3.new(118.770424, 15.6946697, -185.937057)
  4013. o205.Rotation = Vector3.new(-176.199997, -18.6900005, 102.329994)
  4014. o205.Anchored = true
  4015. o205.Shape = Enum.PartType.Cylinder
  4016. o205.Size = Vector3.new(7.68720961, 10.0267963, 5.34762335)
  4017. o205.CFrame = CFrame.new(118.770424, 15.6946697, -185.937057, -0.202342913, -0.925416768, -0.320407838, -0.979308605, 0.192363426, 0.0628568158, 0.00346599868, 0.32649684, -0.945191979)
  4018. o205.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4019. o205.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4020. o205.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4021. o205.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4022. o205.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4023. o205.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4024. o205.Color = Color3.new(0, 0.0627451, 0.690196)
  4025. o205.Position = Vector3.new(118.770424, 15.6946697, -185.937057)
  4026. o205.Orientation = Vector3.new(-3.5999999, -161.269989, -78.8899994)
  4027. o205.Color = Color3.new(0, 0.0627451, 0.690196)
  4028. o206.Parent = o6
  4029. o206.Material = Enum.Material.Granite
  4030. o206.BrickColor = BrickColor.new("Dark indigo")
  4031. o206.Position = Vector3.new(119.649628, 19.949707, -185.952148)
  4032. o206.Rotation = Vector3.new(-176.199997, -18.6900005, 102.329994)
  4033. o206.Anchored = true
  4034. o206.Shape = Enum.PartType.Cylinder
  4035. o206.Size = Vector3.new(1.67113173, 10.0267963, 10.0267963)
  4036. o206.CFrame = CFrame.new(119.649628, 19.949707, -185.952148, -0.202342913, -0.925416768, -0.320407838, -0.979308605, 0.192363426, 0.0628568158, 0.00346599868, 0.32649684, -0.945191979)
  4037. o206.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4038. o206.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4039. o206.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4040. o206.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4041. o206.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4042. o206.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4043. o206.Color = Color3.new(0.2, 0.0627451, 0.541176)
  4044. o206.Position = Vector3.new(119.649628, 19.949707, -185.952148)
  4045. o206.Orientation = Vector3.new(-3.5999999, -161.269989, -78.8899994)
  4046. o206.Color = Color3.new(0.2, 0.0627451, 0.541176)
  4047. o207.Parent = o6
  4048. o207.Material = Enum.Material.Granite
  4049. o207.BrickColor = BrickColor.new("Dark indigo")
  4050. o207.Position = Vector3.new(119.852531, 20.9316387, -185.955582)
  4051. o207.Rotation = Vector3.new(-176.199997, -18.6900005, 102.329994)
  4052. o207.Anchored = true
  4053. o207.Shape = Enum.PartType.Cylinder
  4054. o207.Size = Vector3.new(1.67113173, 10.0267963, 7.35298395)
  4055. o207.CFrame = CFrame.new(119.852531, 20.9316387, -185.955582, -0.202342913, -0.925416768, -0.320407838, -0.979308605, 0.192363426, 0.0628568158, 0.00346599868, 0.32649684, -0.945191979)
  4056. o207.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4057. o207.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4058. o207.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4059. o207.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4060. o207.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4061. o207.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4062. o207.Color = Color3.new(0.2, 0.0627451, 0.541176)
  4063. o207.Position = Vector3.new(119.852531, 20.9316387, -185.955582)
  4064. o207.Orientation = Vector3.new(-3.5999999, -161.269989, -78.8899994)
  4065. o207.Color = Color3.new(0.2, 0.0627451, 0.541176)
  4066. o208.Parent = o6
  4067. o208.Material = Enum.Material.Ice
  4068. o208.BrickColor = BrickColor.new("Royal purple")
  4069. o208.Position = Vector3.new(118.474495, 11.9310474, -209.285522)
  4070. o208.Rotation = Vector3.new(-171.199997, -18.6900005, 102.329994)
  4071. o208.Anchored = true
  4072. o208.Shape = Enum.PartType.Cylinder
  4073. o208.Size = Vector3.new(1.00267863, 10.0267963, 8.68988991)
  4074. o208.CFrame = CFrame.new(118.474495, 11.9310474, -209.285522, -0.202343032, -0.925416768, -0.320407748, -0.97588414, 0.1631753, 0.144996971, -0.081900008, 0.342019975, -0.936116874)
  4075. o208.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4076. o208.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4077. o208.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4078. o208.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4079. o208.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4080. o208.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4081. o208.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4082. o208.Position = Vector3.new(118.474495, 11.9310474, -209.285522)
  4083. o208.Orientation = Vector3.new(-8.34000015, -161.110001, -80.5099945)
  4084. o208.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4085. o209.Parent = o6
  4086. o209.Material = Enum.Material.Ice
  4087. o209.BrickColor = BrickColor.new("Royal purple")
  4088. o209.Position = Vector3.new(119.649628, 19.949707, -185.952148)
  4089. o209.Rotation = Vector3.new(-176.199997, -18.6900005, 102.329994)
  4090. o209.Anchored = true
  4091. o209.Shape = Enum.PartType.Cylinder
  4092. o209.Size = Vector3.new(2.33958483, 10.0267963, 8.68988991)
  4093. o209.CFrame = CFrame.new(119.649628, 19.949707, -185.952148, -0.202342913, -0.925416768, -0.320407838, -0.979308605, 0.192363426, 0.0628568158, 0.00346599868, 0.32649684, -0.945191979)
  4094. o209.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4095. o209.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4096. o209.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4097. o209.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4098. o209.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4099. o209.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4100. o209.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4101. o209.Position = Vector3.new(119.649628, 19.949707, -185.952148)
  4102. o209.Orientation = Vector3.new(-3.5999999, -161.269989, -78.8899994)
  4103. o209.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4104. o210.Parent = o6
  4105. o210.Material = Enum.Material.Ice
  4106. o210.BrickColor = BrickColor.new("Royal purple")
  4107. o210.Position = Vector3.new(118.094162, 12.4215565, -185.925476)
  4108. o210.Rotation = Vector3.new(-176.199997, -18.6900005, 102.329994)
  4109. o210.Anchored = true
  4110. o210.Shape = Enum.PartType.Cylinder
  4111. o210.Size = Vector3.new(1.00267863, 10.0267963, 8.68988991)
  4112. o210.CFrame = CFrame.new(118.094162, 12.4215565, -185.925476, -0.202342913, -0.925416768, -0.320407838, -0.979308605, 0.192363426, 0.0628568158, 0.00346599868, 0.32649684, -0.945191979)
  4113. o210.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4114. o210.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4115. o210.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4116. o210.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4117. o210.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4118. o210.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4119. o210.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4120. o210.Position = Vector3.new(118.094162, 12.4215565, -185.925476)
  4121. o210.Orientation = Vector3.new(-3.5999999, -161.269989, -78.8899994)
  4122. o210.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4123. o211.Parent = o6
  4124. o211.Material = Enum.Material.Neon
  4125. o211.BrickColor = BrickColor.new("Royal purple")
  4126. o211.Transparency = 0.5
  4127. o211.Position = Vector3.new(118.770424, 15.6946697, -185.937057)
  4128. o211.Rotation = Vector3.new(-176.199997, -18.6900005, 102.329994)
  4129. o211.Anchored = true
  4130. o211.Shape = Enum.PartType.Cylinder
  4131. o211.Size = Vector3.new(7.68720961, 10.0267963, 7.35298395)
  4132. o211.CFrame = CFrame.new(118.770424, 15.6946697, -185.937057, -0.202342913, -0.925416768, -0.320407838, -0.979308605, 0.192363426, 0.0628568158, 0.00346599868, 0.32649684, -0.945191979)
  4133. o211.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4134. o211.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4135. o211.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4136. o211.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4137. o211.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4138. o211.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4139. o211.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4140. o211.Position = Vector3.new(118.770424, 15.6946697, -185.937057)
  4141. o211.Orientation = Vector3.new(-3.5999999, -161.269989, -78.8899994)
  4142. o211.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4143. o212.Parent = o211
  4144. o212.Color = Color3.new(0.619608, 0, 1)
  4145. o212.Color = Color3.new(0.619608, 0, 1)
  4146. o213.Parent = o6
  4147. o213.Material = Enum.Material.Granite
  4148. o213.BrickColor = BrickColor.new("Dark indigo")
  4149. o213.Position = Vector3.new(117.857483, 11.2759705, -185.921417)
  4150. o213.Rotation = Vector3.new(-176.199997, -18.6900005, 102.329994)
  4151. o213.Anchored = true
  4152. o213.Shape = Enum.PartType.Cylinder
  4153. o213.Size = Vector3.new(2.67381144, 10.0267963, 10.0267963)
  4154. o213.CFrame = CFrame.new(117.857483, 11.2759705, -185.921417, -0.202342913, -0.925416768, -0.320407838, -0.979308605, 0.192363426, 0.0628568158, 0.00346599868, 0.32649684, -0.945191979)
  4155. o213.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4156. o213.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4157. o213.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4158. o213.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4159. o213.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4160. o213.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4161. o213.Color = Color3.new(0.2, 0.0627451, 0.541176)
  4162. o213.Position = Vector3.new(117.857483, 11.2759705, -185.921417)
  4163. o213.Orientation = Vector3.new(-3.5999999, -161.269989, -78.8899994)
  4164. o213.Color = Color3.new(0.2, 0.0627451, 0.541176)
  4165. o214.Parent = o6
  4166. o214.Material = Enum.Material.Granite
  4167. o214.BrickColor = BrickColor.new("Dark indigo")
  4168. o214.Position = Vector3.new(118.237816, 10.789463, -209.381363)
  4169. o214.Rotation = Vector3.new(-171.199997, -18.6900005, 102.329994)
  4170. o214.Anchored = true
  4171. o214.Shape = Enum.PartType.Cylinder
  4172. o214.Size = Vector3.new(2.67381144, 10.0267963, 10.0267963)
  4173. o214.CFrame = CFrame.new(118.237816, 10.789463, -209.381363, -0.202343032, -0.925416768, -0.320407748, -0.97588414, 0.1631753, 0.144996971, -0.081900008, 0.342019975, -0.936116874)
  4174. o214.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4175. o214.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4176. o214.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4177. o214.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4178. o214.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4179. o214.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4180. o214.Color = Color3.new(0.2, 0.0627451, 0.541176)
  4181. o214.Position = Vector3.new(118.237816, 10.789463, -209.381363)
  4182. o214.Orientation = Vector3.new(-8.34000015, -161.110001, -80.5099945)
  4183. o214.Color = Color3.new(0.2, 0.0627451, 0.541176)
  4184. o215.Parent = o6
  4185. o215.Material = Enum.Material.Granite
  4186. o215.BrickColor = BrickColor.new("Dark indigo")
  4187. o215.Position = Vector3.new(120.029961, 19.4328747, -208.655945)
  4188. o215.Rotation = Vector3.new(-171.199997, -18.6900005, 102.329994)
  4189. o215.Anchored = true
  4190. o215.Shape = Enum.PartType.Cylinder
  4191. o215.Size = Vector3.new(1.67113173, 10.0267963, 10.0267963)
  4192. o215.CFrame = CFrame.new(120.029961, 19.4328747, -208.655945, -0.202343032, -0.925416768, -0.320407748, -0.97588414, 0.1631753, 0.144996971, -0.081900008, 0.342019975, -0.936116874)
  4193. o215.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4194. o215.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4195. o215.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4196. o215.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4197. o215.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4198. o215.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4199. o215.Color = Color3.new(0.2, 0.0627451, 0.541176)
  4200. o215.Position = Vector3.new(120.029961, 19.4328747, -208.655945)
  4201. o215.Orientation = Vector3.new(-8.34000015, -161.110001, -80.5099945)
  4202. o215.Color = Color3.new(0.2, 0.0627451, 0.541176)
  4203. o216.Parent = o6
  4204. o216.Material = Enum.Material.Granite
  4205. o216.BrickColor = BrickColor.new("Dark indigo")
  4206. o216.Position = Vector3.new(120.232864, 20.4113693, -208.573853)
  4207. o216.Rotation = Vector3.new(-171.199997, -18.6900005, 102.329994)
  4208. o216.Anchored = true
  4209. o216.Shape = Enum.PartType.Cylinder
  4210. o216.Size = Vector3.new(1.67113173, 10.0267963, 7.35298395)
  4211. o216.CFrame = CFrame.new(120.232864, 20.4113693, -208.573853, -0.202343032, -0.925416768, -0.320407748, -0.97588414, 0.1631753, 0.144996971, -0.081900008, 0.342019975, -0.936116874)
  4212. o216.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4213. o216.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4214. o216.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4215. o216.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4216. o216.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4217. o216.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4218. o216.Color = Color3.new(0.2, 0.0627451, 0.541176)
  4219. o216.Position = Vector3.new(120.232864, 20.4113693, -208.573853)
  4220. o216.Orientation = Vector3.new(-8.34000015, -161.110001, -80.5099945)
  4221. o216.Color = Color3.new(0.2, 0.0627451, 0.541176)
  4222. o217.Parent = o6
  4223. o217.Material = Enum.Material.Ice
  4224. o217.BrickColor = BrickColor.new("Royal purple")
  4225. o217.Position = Vector3.new(120.029961, 19.4328747, -208.655945)
  4226. o217.Rotation = Vector3.new(-171.199997, -18.6900005, 102.329994)
  4227. o217.Anchored = true
  4228. o217.Shape = Enum.PartType.Cylinder
  4229. o217.Size = Vector3.new(2.33958483, 10.0267963, 8.68988991)
  4230. o217.CFrame = CFrame.new(120.029961, 19.4328747, -208.655945, -0.202343032, -0.925416768, -0.320407748, -0.97588414, 0.1631753, 0.144996971, -0.081900008, 0.342019975, -0.936116874)
  4231. o217.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4232. o217.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4233. o217.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4234. o217.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4235. o217.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4236. o217.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4237. o217.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4238. o217.Position = Vector3.new(120.029961, 19.4328747, -208.655945)
  4239. o217.Orientation = Vector3.new(-8.34000015, -161.110001, -80.5099945)
  4240. o217.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4241. o218.Parent = o6
  4242. o218.Material = Enum.Material.Neon
  4243. o218.BrickColor = BrickColor.new("Dark blue")
  4244. o218.Position = Vector3.new(119.150757, 15.1927147, -209.01181)
  4245. o218.Rotation = Vector3.new(-171.199997, -18.6900005, 102.329994)
  4246. o218.Anchored = true
  4247. o218.Shape = Enum.PartType.Cylinder
  4248. o218.Size = Vector3.new(7.68720961, 10.0267963, 5.34762335)
  4249. o218.CFrame = CFrame.new(119.150757, 15.1927147, -209.01181, -0.202343032, -0.925416768, -0.320407748, -0.97588414, 0.1631753, 0.144996971, -0.081900008, 0.342019975, -0.936116874)
  4250. o218.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4251. o218.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4252. o218.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4253. o218.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4254. o218.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4255. o218.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4256. o218.Color = Color3.new(0, 0.0627451, 0.690196)
  4257. o218.Position = Vector3.new(119.150757, 15.1927147, -209.01181)
  4258. o218.Orientation = Vector3.new(-8.34000015, -161.110001, -80.5099945)
  4259. o218.Color = Color3.new(0, 0.0627451, 0.690196)
  4260. o219.Parent = o218
  4261. o219.Color = Color3.new(0.619608, 0, 1)
  4262. o219.Color = Color3.new(0.619608, 0, 1)
  4263. o220.Parent = o6
  4264. o220.Material = Enum.Material.Fabric
  4265. o220.BrickColor = BrickColor.new("Dark indigo")
  4266. o220.Position = Vector3.new(110.284164, 8.71792603, -210.376663)
  4267. o220.Rotation = Vector3.new(-174.979996, -84.9799957, -179.979996)
  4268. o220.Anchored = true
  4269. o220.FormFactor = Enum.FormFactor.Custom
  4270. o220.Size = Vector3.new(11.4097948, 7.09943199, 15.9737177)
  4271. o220.CFrame = CFrame.new(110.284164, 8.71792603, -210.376663, -0.0874259844, 3.40618826e-05, -0.996170998, -0.0867239833, 0.996203065, 0.00764513481, 0.992388844, 0.0870603025, -0.0870910734)
  4272. o220.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4273. o220.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4274. o220.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4275. o220.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4276. o220.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4277. o220.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4278. o220.Color = Color3.new(0.243137, 0.0784314, 0.552941)
  4279. o220.Position = Vector3.new(110.284164, 8.71792603, -210.376663)
  4280. o220.Orientation = Vector3.new(-0.439999998, -95, -4.98000002)
  4281. o220.Color = Color3.new(0.243137, 0.0784314, 0.552941)
  4282. o221.Parent = o6
  4283. o221.Material = Enum.Material.Grass
  4284. o221.BrickColor = BrickColor.new("Royal purple")
  4285. o221.Transparency = 0.20000000298023
  4286. o221.Position = Vector3.new(114.01104, 43.1650314, -226.148361)
  4287. o221.Rotation = Vector3.new(145.619995, 14.2599993, -151.5)
  4288. o221.Anchored = true
  4289. o221.FormFactor = Enum.FormFactor.Custom
  4290. o221.Size = Vector3.new(8.67944527, 4.94398928, 10.7669058)
  4291. o221.CFrame = CFrame.new(114.01104, 43.1650314, -226.148361, -0.85172689, 0.462516725, 0.246251017, 0.271654963, 0.791635215, -0.547281682, -0.448067933, -0.399239242, -0.799901962)
  4292. o221.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4293. o221.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4294. o221.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4295. o221.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4296. o221.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4297. o221.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4298. o221.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4299. o221.Position = Vector3.new(114.01104, 43.1650314, -226.148361)
  4300. o221.Orientation = Vector3.new(33.1800003, 162.889999, 18.9399986)
  4301. o221.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4302. o222.Parent = o6
  4303. o222.Material = Enum.Material.Neon
  4304. o222.BrickColor = BrickColor.new("Royal purple")
  4305. o222.Transparency = 0.5
  4306. o222.Position = Vector3.new(119.150757, 15.1927147, -209.01181)
  4307. o222.Rotation = Vector3.new(-171.199997, -18.6900005, 102.329994)
  4308. o222.Anchored = true
  4309. o222.Shape = Enum.PartType.Cylinder
  4310. o222.Size = Vector3.new(7.68720961, 10.0267963, 7.35298395)
  4311. o222.CFrame = CFrame.new(119.150757, 15.1927147, -209.01181, -0.202343032, -0.925416768, -0.320407748, -0.97588414, 0.1631753, 0.144996971, -0.081900008, 0.342019975, -0.936116874)
  4312. o222.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4313. o222.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4314. o222.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4315. o222.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4316. o222.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4317. o222.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4318. o222.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4319. o222.Position = Vector3.new(119.150757, 15.1927147, -209.01181)
  4320. o222.Orientation = Vector3.new(-8.34000015, -161.110001, -80.5099945)
  4321. o222.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4322. o223.Parent = o6
  4323. o223.Material = Enum.Material.Wood
  4324. o223.BrickColor = BrickColor.new("Cocoa")
  4325. o223.Position = Vector3.new(91.1678009, 36.6031151, -200.968353)
  4326. o223.Rotation = Vector3.new(-91.0499954, -84.6699982, -66.0100021)
  4327. o223.Anchored = true
  4328. o223.FormFactor = Enum.FormFactor.Custom
  4329. o223.Size = Vector3.new(1.77485764, 2.53551102, 1.77485764)
  4330. o223.CFrame = CFrame.new(91.1678009, 36.6031151, -200.968353, 0.0377410166, 0.084800981, -0.995682895, 0.421492159, 0.902070761, 0.0928046852, 0.906046271, -0.423175067, -0.00169788045)
  4331. o223.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4332. o223.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4333. o223.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4334. o223.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4335. o223.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4336. o223.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4337. o223.Color = Color3.new(0.247059, 0.192157, 0.160784)
  4338. o223.Position = Vector3.new(91.1678009, 36.6031151, -200.968353)
  4339. o223.Orientation = Vector3.new(-5.31999969, -90.0999985, 25.039999)
  4340. o223.Color = Color3.new(0.247059, 0.192157, 0.160784)
  4341. o224.Parent = o6
  4342. o224.Material = Enum.Material.Wood
  4343. o224.BrickColor = BrickColor.new("Cocoa")
  4344. o224.Position = Vector3.new(89.8476868, 32.4195213, -196.442612)
  4345. o224.Rotation = Vector3.new(-100.110001, 34, 154.300003)
  4346. o224.Anchored = true
  4347. o224.FormFactor = Enum.FormFactor.Custom
  4348. o224.Size = Vector3.new(1.77485764, 2.53551102, 1.77485764)
  4349. o224.CFrame = CFrame.new(89.8476868, 32.4195213, -196.442612, -0.746996939, -0.359555691, 0.559209466, 0.419941932, 0.396903366, 0.816159606, -0.515406966, 0.844504297, -0.14549309)
  4350. o224.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4351. o224.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4352. o224.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4353. o224.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4354. o224.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4355. o224.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4356. o224.Color = Color3.new(0.247059, 0.192157, 0.160784)
  4357. o224.Position = Vector3.new(89.8476868, 32.4195213, -196.442612)
  4358. o224.Orientation = Vector3.new(-54.6999969, 104.579994, 46.6199989)
  4359. o224.Color = Color3.new(0.247059, 0.192157, 0.160784)
  4360. o225.Parent = o6
  4361. o225.Material = Enum.Material.Grass
  4362. o225.BrickColor = BrickColor.new("Royal purple")
  4363. o225.Position = Vector3.new(91.6881332, 25.5469017, -196.518677)
  4364. o225.Rotation = Vector3.new(-7.69000006, 6.40999985, -39.5699997)
  4365. o225.Anchored = true
  4366. o225.FormFactor = Enum.FormFactor.Custom
  4367. o225.Size = Vector3.new(0.760653257, 1.64808095, 0.760653317)
  4368. o225.CFrame = CFrame.new(91.6881332, 25.5469017, -196.518677, 0.76604414, 0.633022666, 0.111618839, -0.642788053, 0.754406154, 0.133022025, 0, -0.173647985, 0.984807789)
  4369. o225.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4370. o225.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4371. o225.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4372. o225.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4373. o225.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4374. o225.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4375. o225.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4376. o225.Position = Vector3.new(91.6881332, 25.5469017, -196.518677)
  4377. o225.Orientation = Vector3.new(-7.63999987, 6.46999979, -40.4300003)
  4378. o225.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4379. o226.Parent = o6
  4380. o226.Material = Enum.Material.Grass
  4381. o226.BrickColor = BrickColor.new("Royal purple")
  4382. o226.Position = Vector3.new(92.3218918, 26.5611076, -197.152557)
  4383. o226.Rotation = Vector3.new(-18.5799999, 65.3199997, -23.4499989)
  4384. o226.Anchored = true
  4385. o226.FormFactor = Enum.FormFactor.Custom
  4386. o226.Size = Vector3.new(0.760653257, 1.64808095, 0.760653317)
  4387. o226.CFrame = CFrame.new(92.3218918, 26.5611076, -197.152557, 0.383021086, 0.166126966, 0.908678532, -0.642788172, 0.754406154, 0.133021981, -0.66341418, -0.635038018, 0.395737886)
  4388. o226.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4389. o226.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4390. o226.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4391. o226.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4392. o226.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4393. o226.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4394. o226.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4395. o226.Position = Vector3.new(92.3218918, 26.5611076, -197.152557)
  4396. o226.Orientation = Vector3.new(-7.63999987, 66.4700012, -40.4300003)
  4397. o226.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4398. o227.Parent = o6
  4399. o227.Material = Enum.Material.Grass
  4400. o227.BrickColor = BrickColor.new("Royal purple")
  4401. o227.Position = Vector3.new(92.6132355, 27.9793243, -197.816528)
  4402. o227.Rotation = Vector3.new(6.42000008, 65.3199997, -23.4499989)
  4403. o227.Anchored = true
  4404. o227.FormFactor = Enum.FormFactor.Custom
  4405. o227.Size = Vector3.new(0.760653257, 1.64808095, 0.760653317)
  4406. o227.CFrame = CFrame.new(92.6132355, 27.9793243, -197.816528, 0.383021057, 0.166127056, 0.908678532, -0.302194029, 0.952102482, -0.0466868244, -0.872911096, -0.256715178, 0.414877862)
  4407. o227.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4408. o227.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4409. o227.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4410. o227.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4411. o227.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4412. o227.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4413. o227.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4414. o227.Position = Vector3.new(92.6132355, 27.9793243, -197.816528)
  4415. o227.Orientation = Vector3.new(2.67999983, 65.4599991, -17.6099987)
  4416. o227.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4417. o228.Parent = o6
  4418. o228.Material = Enum.Material.Grass
  4419. o228.BrickColor = BrickColor.new("Royal purple")
  4420. o228.Position = Vector3.new(92.568573, 27.2261238, -198.357361)
  4421. o228.Rotation = Vector3.new(-78.6999969, 83.0599976, 10.1599998)
  4422. o228.Anchored = true
  4423. o228.FormFactor = Enum.FormFactor.Custom
  4424. o228.Size = Vector3.new(0.760653257, 1.64808095, 0.760653317)
  4425. o228.CFrame = CFrame.new(92.568573, 27.2261238, -198.357361, 0.118947096, -0.0213225037, 0.99267149, -0.92359668, 0.364590436, 0.118501663, -0.36444506, -0.930924356, 0.023673363)
  4426. o228.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4427. o228.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4428. o228.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4429. o228.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4430. o228.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4431. o228.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4432. o228.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4433. o228.Position = Vector3.new(92.568573, 27.2261238, -198.357361)
  4434. o228.Orientation = Vector3.new(-6.80999994, 88.6299973, -68.4599991)
  4435. o228.Color = Color3.new(0.384314, 0.145098, 0.819608)
  4436. o229.Parent = o6
  4437. o229.Material = Enum.Material.Grass
  4438. o229.BrickColor = BrickColor.new("Dark blue")
  4439. o229.Position = Vector3.new(90.6706314, 25.9121532, -198.641144)
  4440. o229.Rotation = Vector3.new(-7.69000006, 6.40999985, 0.429999977)
  4441. o229.Anchored = true
  4442. o229.FormFactor = Enum.FormFactor.Custom
  4443. o229.Size = Vector3.new(0.760653257, 1.64808095, 0.760653317)
  4444. o229.CFrame = CFrame.new(90.6706314, 25.9121532, -198.641144, 0.993722439, -0.00748153776, 0.111620061, -0.0074796672, 0.991084397, 0.133020401, -0.111620307, -0.133019805, 0.984807909)
  4445. o229.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4446. o229.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4447. o229.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4448. o229.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4449. o229.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4450. o229.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4451. o229.Color = Color3.new(0, 0.0627451, 0.690196)
  4452. o229.Position = Vector3.new(90.6706314, 25.9121532, -198.641144)
  4453. o229.Orientation = Vector3.new(-7.63999987, 6.46999979, -0.429999977)
  4454. o229.Color = Color3.new(0, 0.0627451, 0.690196)
  4455. o230.Parent = o6
  4456. o230.Material = Enum.Material.Grass
  4457. o230.BrickColor = BrickColor.new("Dark blue")
  4458. o230.Position = Vector3.new(90.9606857, 27.5201187, -198.89119)
  4459. o230.Rotation = Vector3.new(-7.69000006, 6.40999985, -14.5699997)
  4460. o230.Anchored = true
  4461. o230.FormFactor = Enum.FormFactor.Custom
  4462. o230.Size = Vector3.new(0.760653257, 1.64808095, 0.760653317)
  4463. o230.CFrame = CFrame.new(90.9606857, 27.5201187, -198.89119, 0.961799204, 0.249965966, 0.111621223, -0.263734609, 0.955380142, 0.13301447, -0.0733916163, -0.15737161, 0.984808505)
  4464. o230.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4465. o230.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4466. o230.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4467. o230.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4468. o230.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4469. o230.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4470. o230.Color = Color3.new(0, 0.0627451, 0.690196)
  4471. o230.Position = Vector3.new(90.9606857, 27.5201187, -198.89119)
  4472. o230.Orientation = Vector3.new(-7.63999987, 6.46999979, -15.4299994)
  4473. o230.Color = Color3.new(0, 0.0627451, 0.690196)
  4474. o231.Parent = o6
  4475. o231.Material = Enum.Material.Grass
  4476. o231.BrickColor = BrickColor.new("Dark blue")
  4477. o231.Position = Vector3.new(91.080307, 28.9178772, -199.093536)
  4478. o231.Rotation = Vector3.new(-7.69000006, 6.40999985, 5.42999983)
  4479. o231.Anchored = true
  4480. o231.FormFactor = Enum.FormFactor.Custom
  4481. o231.Size = Vector3.new(0.760653257, 1.64808095, 0.760653317)
  4482. o231.CFrame = CFrame.new(91.080307, 28.9178772, -199.093536, 0.989288867, -0.0940638334, 0.111620747, 0.0789312497, 0.987965643, 0.133013517, -0.122790232, -0.12278001, 0.984805882)
  4483. o231.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4484. o231.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4485. o231.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4486. o231.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4487. o231.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4488. o231.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4489. o231.Color = Color3.new(0, 0.0627451, 0.690196)
  4490. o231.Position = Vector3.new(91.080307, 28.9178772, -199.093536)
  4491. o231.Orientation = Vector3.new(-7.63999987, 6.46999979, 4.56999969)
  4492. o231.Color = Color3.new(0, 0.0627451, 0.690196)
  4493. o232.Parent = o6
  4494. o232.Material = Enum.Material.Grass
  4495. o232.BrickColor = BrickColor.new("Dark blue")
  4496. o232.Position = Vector3.new(90.6378098, 30.0430431, -199.121002)
  4497. o232.Rotation = Vector3.new(0.099999994, 12.8199997, 39.1299973)
  4498. o232.Anchored = true
  4499. o232.FormFactor = Enum.FormFactor.Custom
  4500. o232.Size = Vector3.new(0.760653257, 1.64808095, 0.760653317)
  4501. o232.CFrame = CFrame.new(90.6378098, 30.0430431, -199.121002, 0.756421804, -0.615314662, 0.22184065, 0.63133198, 0.775510788, -0.00167112052, -0.171011522, 0.141319126, 0.975081086)
  4502. o232.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4503. o232.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4504. o232.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4505. o232.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4506. o232.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4507. o232.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4508. o232.Color = Color3.new(0, 0.0627451, 0.690196)
  4509. o232.Position = Vector3.new(90.6378098, 30.0430431, -199.121002)
  4510. o232.Orientation = Vector3.new(0.099999994, 12.8199997, 39.1499977)
  4511. o232.Color = Color3.new(0, 0.0627451, 0.690196)
  4512. o233.Parent = o6
  4513. o233.Material = Enum.Material.Grass
  4514. o233.BrickColor = BrickColor.new("Dark blue")
  4515. o233.Position = Vector3.new(90.0178146, 30.4969139, -198.676895)
  4516. o233.Rotation = Vector3.new(6.29999971, 52.5099983, 80.5699997)
  4517. o233.Anchored = true
  4518. o233.FormFactor = Enum.FormFactor.Custom
  4519. o233.Size = Vector3.new(0.760653257, 1.64808095, 0.760653317)
  4520. o233.CFrame = CFrame.new(90.0178146, 30.4969139, -198.676895, 0.0997735709, -0.600438535, 0.793422401, 0.994793296, 0.0770222172, -0.0668069571, -0.0209978316, 0.795952857, 0.604993939)
  4521. o233.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4522. o233.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4523. o233.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4524. o233.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4525. o233.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4526. o233.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4527. o233.Color = Color3.new(0, 0.0627451, 0.690196)
  4528. o233.Position = Vector3.new(90.0178146, 30.4969139, -198.676895)
  4529. o233.Orientation = Vector3.new(3.82999992, 52.6699982, 85.5699997)
  4530. o233.Color = Color3.new(0, 0.0627451, 0.690196)
  4531. o234.Parent = o6
  4532. o234.Material = Enum.Material.Grass
  4533. o234.BrickColor = BrickColor.new("Dark blue")
  4534. o234.Position = Vector3.new(89.8059769, 30.5390797, -197.685913)
  4535. o234.Rotation = Vector3.new(23.7199993, 76.6199951, 64.4700012)
  4536. o234.Anchored = true
  4537. o234.FormFactor = Enum.FormFactor.Custom
  4538. o234.Size = Vector3.new(0.760653257, 1.64808095, 0.760653317)
  4539. o234.CFrame = CFrame.new(89.8059769, 30.5390797, -197.685913, 0.0997733995, -0.208866104, 0.972842097, 0.994789124, 0.0415719151, -0.093098253, -0.0209977347, 0.977058589, 0.211926222)
  4540. o234.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4541. o234.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4542. o234.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4543. o234.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4544. o234.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4545. o234.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4546. o234.Color = Color3.new(0, 0.0627451, 0.690196)
  4547. o234.Position = Vector3.new(89.8059769, 30.5390797, -197.685913)
  4548. o234.Orientation = Vector3.new(5.33999968, 77.7099991, 87.6100006)
  4549. o234.Color = Color3.new(0, 0.0627451, 0.690196)
  4550. o235.Parent = o6
  4551. o235.Material = Enum.Material.Grass
  4552. o235.BrickColor = BrickColor.new("Dark blue")
  4553. o235.Position = Vector3.new(90.0739746, 30.403019, -196.820251)
  4554. o235.Rotation = Vector3.new(172.660004, 46.8099976, -81.6199951)
  4555. o235.Anchored = true
  4556. o235.FormFactor = Enum.FormFactor.Custom
  4557. o235.Size = Vector3.new(0.760653257, 1.2677542, 0.760653317)
  4558. o235.CFrame = CFrame.new(90.0739746, 30.403019, -196.820251, 0.0997765809, 0.677107036, 0.729088962, 0.994791508, -0.052419804, -0.0874549523, -0.0209976882, 0.734016478, -0.678808272)
  4559. o235.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4560. o235.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4561. o235.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4562. o235.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4563. o235.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4564. o235.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4565. o235.Color = Color3.new(0, 0.0627451, 0.690196)
  4566. o235.Position = Vector3.new(90.0739746, 30.403019, -196.820251)
  4567. o235.Orientation = Vector3.new(5.01999998, 132.949997, 93.0199966)
  4568. o235.Color = Color3.new(0, 0.0627451, 0.690196)
  4569. o236.Parent = o6
  4570. o236.Material = Enum.Material.Grass
  4571. o236.BrickColor = BrickColor.new("Dark blue")
  4572. o236.Position = Vector3.new(90.8425293, 30.3304996, -196.603714)
  4573. o236.Rotation = Vector3.new(179.080002, -2.86999989, -84.2699966)
  4574. o236.Anchored = true
  4575. o236.FormFactor = Enum.FormFactor.Custom
  4576. o236.Size = Vector3.new(0.760653257, 1.52130532, 0.760653317)
  4577. o236.CFrame = CFrame.new(90.8425293, 30.3304996, -196.603714, 0.0997771323, 0.993750513, -0.050040748, 0.994788229, -0.100689933, -0.0160590746, -0.0209972691, -0.0481778495, -0.998617947)
  4578. o236.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4579. o236.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4580. o236.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4581. o236.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4582. o236.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4583. o236.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4584. o236.Color = Color3.new(0, 0.0627451, 0.690196)
  4585. o236.Position = Vector3.new(90.8425293, 30.3304996, -196.603714)
  4586. o236.Orientation = Vector3.new(0.919999957, -177.12999, 95.7799988)
  4587. o236.Color = Color3.new(0, 0.0627451, 0.690196)
  4588. o237.Parent = o6
  4589. o237.Material = Enum.Material.Grass
  4590. o237.BrickColor = BrickColor.new("Dark blue")
  4591. o237.Position = Vector3.new(92.1044998, 30.3887138, -196.792938)
  4592. o237.Rotation = Vector3.new(176.569992, -12.5500002, -104.599998)
  4593. o237.Anchored = true
  4594. o237.FormFactor = Enum.FormFactor.Custom
  4595. o237.Size = Vector3.new(0.760653257, 1.52130532, 0.760653317)
  4596. o237.CFrame = CFrame.new(92.1044998, 30.3887138, -196.792938, -0.246122807, 0.944548786, -0.217372894, 0.969233394, 0.239099801, -0.0584658459, -0.00325002475, -0.225074768, -0.974336207)
  4597. o237.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4598. o237.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4599. o237.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4600. o237.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4601. o237.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4602. o237.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4603. o237.Color = Color3.new(0, 0.0627451, 0.690196)
  4604. o237.Position = Vector3.new(92.1044998, 30.3887138, -196.792938)
  4605. o237.Orientation = Vector3.new(3.3499999, -167.419998, 76.1399994)
  4606. o237.Color = Color3.new(0, 0.0627451, 0.690196)
  4607. o238.Name = "Particlepart"
  4608. o238.Parent = o6
  4609. o238.Material = Enum.Material.Grass
  4610. o238.BrickColor = BrickColor.new("Dark blue")
  4611. o238.Transparency = 1
  4612. o238.Position = Vector3.new(94.137207, 50.5075111, -235.274445)
  4613. o238.Rotation = Vector3.new(175, 0, 0)
  4614. o238.Anchored = true
  4615. o238.Size = Vector3.new(18.494175, 2.14246869, 18.666563)
  4616. o238.CFrame = CFrame.new(94.137207, 50.5075111, -235.274445, 1, 0, 0, 0, -0.996194661, -0.087155968, 0, 0.087155968, -0.996194661)
  4617. o238.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4618. o238.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4619. o238.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4620. o238.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4621. o238.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4622. o238.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4623. o238.Color = Color3.new(0, 0.0627451, 0.690196)
  4624. o238.Position = Vector3.new(94.137207, 50.5075111, -235.274445)
  4625. o238.Orientation = Vector3.new(5, 180, 180)
  4626. o238.Color = Color3.new(0, 0.0627451, 0.690196)
  4627. o239.Parent = o238
  4628. o239.Transparency = NumberSequence.new(0.77499997615814,0.89375001192093)
  4629. o239.Rotation = NumberRange.new(1,1)
  4630. o239.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939))
  4631. o239.LightEmission = 1
  4632. o239.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  4633. o239.Lifetime = NumberRange.new(1,1)
  4634. o239.Rate = 50
  4635. o239.RotSpeed = NumberRange.new(1,1)
  4636. o239.Speed = NumberRange.new(3,3)
  4637. o239.VelocitySpread = 50
  4638. o239.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939))
  4639. o240.Name = "Particlepart"
  4640. o240.Parent = o6
  4641. o240.Material = Enum.Material.Grass
  4642. o240.BrickColor = BrickColor.new("Dark blue")
  4643. o240.Transparency = 1
  4644. o240.Position = Vector3.new(94.1338654, 46.0609131, -159.109375)
  4645. o240.Rotation = Vector3.new(-170, 0, 0)
  4646. o240.Anchored = true
  4647. o240.Size = Vector3.new(16.8224506, 1.94880676, 16.9792557)
  4648. o240.CFrame = CFrame.new(94.1338654, 46.0609131, -159.109375, 1, 0, 0, 0, -0.984807789, 0.173647955, 0, -0.173647955, -0.984807789)
  4649. o240.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4650. o240.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4651. o240.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4652. o240.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4653. o240.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4654. o240.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4655. o240.Color = Color3.new(0, 0.0627451, 0.690196)
  4656. o240.Position = Vector3.new(94.1338654, 46.0609131, -159.109375)
  4657. o240.Orientation = Vector3.new(-10, 180, 180)
  4658. o240.Color = Color3.new(0, 0.0627451, 0.690196)
  4659. o241.Parent = o240
  4660. o241.Transparency = NumberSequence.new(0.77499997615814,0.89375001192093)
  4661. o241.Rotation = NumberRange.new(1,1)
  4662. o241.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939))
  4663. o241.LightEmission = 1
  4664. o241.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  4665. o241.Lifetime = NumberRange.new(1,1)
  4666. o241.Rate = 50
  4667. o241.RotSpeed = NumberRange.new(1,1)
  4668. o241.Speed = NumberRange.new(3,3)
  4669. o241.VelocitySpread = 50
  4670. o241.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939))
  4671. o242.Name = "Particlepart"
  4672. o242.Parent = o6
  4673. o242.Material = Enum.Material.Grass
  4674. o242.BrickColor = BrickColor.new("Dark blue")
  4675. o242.Transparency = 1
  4676. o242.Position = Vector3.new(120.165215, 20.0852089, -208.601196)
  4677. o242.Rotation = Vector3.new(-171.199997, -18.6900005, 12.3299999)
  4678. o242.Anchored = true
  4679. o242.Size = Vector3.new(8.689888, 2.00535941, 9.35834408)
  4680. o242.CFrame = CFrame.new(120.165215, 20.0852089, -208.601196, 0.925416648, -0.202343717, -0.320407599, -0.163175941, -0.975883901, 0.144997284, -0.342019886, -0.0819000825, -0.936116874)
  4681. o242.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4682. o242.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4683. o242.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4684. o242.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4685. o242.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4686. o242.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4687. o242.Color = Color3.new(0, 0.0627451, 0.690196)
  4688. o242.Position = Vector3.new(120.165215, 20.0852089, -208.601196)
  4689. o242.Orientation = Vector3.new(-8.34000015, -161.110001, -170.509995)
  4690. o242.Color = Color3.new(0, 0.0627451, 0.690196)
  4691. o243.Parent = o242
  4692. o243.Transparency = NumberSequence.new(0.77499997615814,0.89375001192093)
  4693. o243.Rotation = NumberRange.new(1,1)
  4694. o243.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939))
  4695. o243.LightEmission = 1
  4696. o243.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  4697. o243.Lifetime = NumberRange.new(0.5,0.5)
  4698. o243.Rate = 50
  4699. o243.RotSpeed = NumberRange.new(1,1)
  4700. o243.Speed = NumberRange.new(3,3)
  4701. o243.VelocitySpread = 50
  4702. o243.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939))
  4703. o244.Name = "Particlepart"
  4704. o244.Parent = o6
  4705. o244.Material = Enum.Material.Grass
  4706. o244.BrickColor = BrickColor.new("Dark blue")
  4707. o244.Transparency = 1
  4708. o244.Position = Vector3.new(119.784882, 20.6043339, -185.954376)
  4709. o244.Rotation = Vector3.new(-176.199997, -18.6900005, 12.3299999)
  4710. o244.Anchored = true
  4711. o244.Size = Vector3.new(8.689888, 2.00535941, 9.35834408)
  4712. o244.CFrame = CFrame.new(119.784882, 20.6043339, -185.954376, 0.92541641, -0.202344, -0.320407957, -0.192364097, -0.979308367, 0.0628581941, -0.326497138, 0.00346497633, -0.94519186)
  4713. o244.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4714. o244.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4715. o244.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4716. o244.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4717. o244.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4718. o244.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4719. o244.Color = Color3.new(0, 0.0627451, 0.690196)
  4720. o244.Position = Vector3.new(119.784882, 20.6043339, -185.954376)
  4721. o244.Orientation = Vector3.new(-3.5999999, -161.269989, -168.889999)
  4722. o244.Color = Color3.new(0, 0.0627451, 0.690196)
  4723. o245.Parent = o244
  4724. o245.Transparency = NumberSequence.new(0.77499997615814,0.89375001192093)
  4725. o245.Rotation = NumberRange.new(1,1)
  4726. o245.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939))
  4727. o245.LightEmission = 1
  4728. o245.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  4729. o245.Lifetime = NumberRange.new(0.5,0.5)
  4730. o245.Rate = 50
  4731. o245.RotSpeed = NumberRange.new(1,1)
  4732. o245.Speed = NumberRange.new(3,3)
  4733. o245.VelocitySpread = 50
  4734. o245.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939))
  4735. o246.Name = "Particlepart"
  4736. o246.Parent = o6
  4737. o246.Material = Enum.Material.Grass
  4738. o246.BrickColor = BrickColor.new("Dark blue")
  4739. o246.Transparency = 1
  4740. o246.Position = Vector3.new(118.237778, 10.7894745, -209.381317)
  4741. o246.Rotation = Vector3.new(8.80000019, 18.6900005, -12.3299999)
  4742. o246.Anchored = true
  4743. o246.Size = Vector3.new(8.689888, 2.00535941, 9.35834408)
  4744. o246.CFrame = CFrame.new(118.237778, 10.7894745, -209.381317, 0.925416648, 0.202343717, 0.320407599, -0.163175941, 0.975883901, -0.144997284, -0.342019886, 0.0819000825, 0.936116874)
  4745. o246.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4746. o246.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4747. o246.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4748. o246.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4749. o246.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4750. o246.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4751. o246.Color = Color3.new(0, 0.0627451, 0.690196)
  4752. o246.Position = Vector3.new(118.237778, 10.7894745, -209.381317)
  4753. o246.Orientation = Vector3.new(8.34000015, 18.8899994, -9.48999977)
  4754. o246.Color = Color3.new(0, 0.0627451, 0.690196)
  4755. o247.Parent = o246
  4756. o247.Transparency = NumberSequence.new(0.77499997615814,0.89375001192093)
  4757. o247.Rotation = NumberRange.new(1,1)
  4758. o247.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939))
  4759. o247.LightEmission = 1
  4760. o247.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  4761. o247.Lifetime = NumberRange.new(0.5,0.5)
  4762. o247.Rate = 50
  4763. o247.RotSpeed = NumberRange.new(1,1)
  4764. o247.Speed = NumberRange.new(3,3)
  4765. o247.VelocitySpread = 50
  4766. o247.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939))
  4767. o248.Name = "Particlepart"
  4768. o248.Parent = o6
  4769. o248.Material = Enum.Material.Grass
  4770. o248.BrickColor = BrickColor.new("Dark blue")
  4771. o248.Transparency = 1
  4772. o248.Position = Vector3.new(117.857445, 11.2759762, -185.921417)
  4773. o248.Rotation = Vector3.new(3.79999995, 18.6900005, -12.3299999)
  4774. o248.Anchored = true
  4775. o248.Size = Vector3.new(8.689888, 2.00535941, 9.35834408)
  4776. o248.CFrame = CFrame.new(117.857445, 11.2759762, -185.921417, 0.92541641, 0.202344, 0.320407957, -0.192364097, 0.979308367, -0.0628581941, -0.326497138, -0.00346497633, 0.94519186)
  4777. o248.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4778. o248.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4779. o248.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4780. o248.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4781. o248.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4782. o248.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4783. o248.Color = Color3.new(0, 0.0627451, 0.690196)
  4784. o248.Position = Vector3.new(117.857445, 11.2759762, -185.921417)
  4785. o248.Orientation = Vector3.new(3.5999999, 18.7299995, -11.1099997)
  4786. o248.Color = Color3.new(0, 0.0627451, 0.690196)
  4787. o249.Parent = o248
  4788. o249.Transparency = NumberSequence.new(0.77499997615814,0.89375001192093)
  4789. o249.Rotation = NumberRange.new(1,1)
  4790. o249.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939))
  4791. o249.LightEmission = 1
  4792. o249.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  4793. o249.Lifetime = NumberRange.new(0.5,0.5)
  4794. o249.Rate = 50
  4795. o249.RotSpeed = NumberRange.new(1,1)
  4796. o249.Speed = NumberRange.new(3,3)
  4797. o249.VelocitySpread = 50
  4798. o249.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939))
  4799. o250.Name = "Particlepart"
  4800. o250.Parent = o6
  4801. o250.Material = Enum.Material.Grass
  4802. o250.BrickColor = BrickColor.new("Dark blue")
  4803. o250.Transparency = 1
  4804. o250.Position = Vector3.new(94.137207, 38.0941544, -234.18837)
  4805. o250.Rotation = Vector3.new(-5, 0, 0)
  4806. o250.Anchored = true
  4807. o250.Size = Vector3.new(18.494175, 2.14246869, 18.666563)
  4808. o250.CFrame = CFrame.new(94.137207, 38.0941544, -234.18837, 1, 0, 0, 0, 0.996194661, 0.087155968, 0, -0.087155968, 0.996194661)
  4809. o250.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4810. o250.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4811. o250.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4812. o250.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4813. o250.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4814. o250.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4815. o250.Color = Color3.new(0, 0.0627451, 0.690196)
  4816. o250.Position = Vector3.new(94.137207, 38.0941544, -234.18837)
  4817. o250.Orientation = Vector3.new(-5, 0, 0)
  4818. o250.Color = Color3.new(0, 0.0627451, 0.690196)
  4819. o251.Parent = o250
  4820. o251.Transparency = NumberSequence.new(0.77499997615814,0.89375001192093)
  4821. o251.Rotation = NumberRange.new(1,1)
  4822. o251.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939))
  4823. o251.LightEmission = 1
  4824. o251.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  4825. o251.Lifetime = NumberRange.new(1,1)
  4826. o251.Rate = 50
  4827. o251.RotSpeed = NumberRange.new(1,1)
  4828. o251.Speed = NumberRange.new(3,3)
  4829. o251.VelocitySpread = 50
  4830. o251.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939))
  4831. o252.Name = "Particlepart"
  4832. o252.Parent = o6
  4833. o252.Material = Enum.Material.Grass
  4834. o252.BrickColor = BrickColor.new("Dark blue")
  4835. o252.Transparency = 1
  4836. o252.Position = Vector3.new(94.1338654, 34.898674, -161.077545)
  4837. o252.Rotation = Vector3.new(10, 0, 0)
  4838. o252.Anchored = true
  4839. o252.Size = Vector3.new(16.8224506, 1.94880676, 16.9792557)
  4840. o252.CFrame = CFrame.new(94.1338654, 34.898674, -161.077545, 1, 0, 0, 0, 0.984807789, -0.173647955, 0, 0.173647955, 0.984807789)
  4841. o252.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4842. o252.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4843. o252.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4844. o252.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4845. o252.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4846. o252.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4847. o252.Color = Color3.new(0, 0.0627451, 0.690196)
  4848. o252.Position = Vector3.new(94.1338654, 34.898674, -161.077545)
  4849. o252.Orientation = Vector3.new(10, 0, 0)
  4850. o252.Color = Color3.new(0, 0.0627451, 0.690196)
  4851. o253.Parent = o252
  4852. o253.Transparency = NumberSequence.new(0.77499997615814,0.89375001192093)
  4853. o253.Rotation = NumberRange.new(1,1)
  4854. o253.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939))
  4855. o253.LightEmission = 1
  4856. o253.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds"
  4857. o253.Lifetime = NumberRange.new(1,1)
  4858. o253.Rate = 50
  4859. o253.RotSpeed = NumberRange.new(1,1)
  4860. o253.Speed = NumberRange.new(3,3)
  4861. o253.VelocitySpread = 50
  4862. o253.Color = ColorSequence.new(Color3.new(0.108736, 0, 0.969055),Color3.new(0.511208, 0.145312, 0.96939))
  4863. o254.Name = "Treebeam"
  4864. o254.Parent = o6
  4865. o254.Transparency = 1
  4866. o254.Position = Vector3.new(92.4518127, 35.1145821, -197.985916)
  4867. o254.Rotation = Vector3.new(0, 0, -130)
  4868. o254.Anchored = true
  4869. o254.Size = Vector3.new(0.253551096, 0.380326658, 0.253551096)
  4870. o254.CFrame = CFrame.new(92.4518127, 35.1145821, -197.985916, -0.642788053, 0.76604414, 0, -0.76604414, -0.642788053, 0, 0, 0, 1)
  4871. o254.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4872. o254.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4873. o254.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4874. o254.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4875. o254.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4876. o254.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4877. o254.Position = Vector3.new(92.4518127, 35.1145821, -197.985916)
  4878. o254.Orientation = Vector3.new(0, 0, -130)
  4879. o255.Name = "Beam"
  4880. o255.Parent = o254
  4881. o255.Transparency = NumberSequence.new(0.71249997615814,0.875)
  4882. o255.Size = NumberSequence.new(0.87499976158142,0.56249976158142)
  4883. o255.Color = ColorSequence.new(Color3.new(0.397513, 0, 0.663676),Color3.new(0.327718, 0, 0.904418))
  4884. o255.LightEmission = 0.5
  4885. o255.Texture = "rbxasset://textures/particles/smoke_main.dds"
  4886. o255.Lifetime = NumberRange.new(10,10)
  4887. o255.Rate = 50
  4888. o255.RotSpeed = NumberRange.new(5,5)
  4889. o255.VelocitySpread = 5
  4890. o255.Color = ColorSequence.new(Color3.new(0.397513, 0, 0.663676),Color3.new(0.327718, 0, 0.904418))
  4891. o256.Parent = o6
  4892. o256.Material = Enum.Material.Slate
  4893. o256.BrickColor = BrickColor.new("Dark indigo")
  4894. o256.Position = Vector3.new(68.2319794, 46.3132629, -196.693817)
  4895. o256.Rotation = Vector3.new(-180, -15, 0)
  4896. o256.Anchored = true
  4897. o256.Size = Vector3.new(5.59080362, 1.06491446, 3.99342942)
  4898. o256.CFrame = CFrame.new(68.2319794, 46.3132629, -196.693817, 0.965925813, -2.23517418e-08, -0.258818865, 2.23517347e-08, -1, 8.94069672e-08, -0.258818895, -5.96046448e-08, -0.965925753)
  4899. o256.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  4900. o256.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  4901. o256.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  4902. o256.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  4903. o256.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  4904. o256.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  4905. o256.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  4906. o256.Position = Vector3.new(68.2319794, 46.3132629, -196.693817)
  4907. o256.Orientation = Vector3.new(0, -165, 180)
  4908. o256.Color = Color3.new(0.239216, 0.0823529, 0.521569)
  4909. o257.Name = "ItemId"
  4910. o257.Parent = o5
  4911. o257.Value = 2
  4912. o258.Name = "ThumbnailId"
  4913. o258.Parent = o5
  4914. o258.Value = 205368937
  4915. o259.Name = "Hitbox"
  4916. o259.Parent = o5
  4917. o259.Material = Enum.Material.SmoothPlastic
  4918. o259.BrickColor = BrickColor.new("Bright blue")
  4919. o259.Transparency = 1
  4920. o259.Position = Vector3.new(86.7827377, 29.4555435, -198.103561)
  4921. o259.Rotation = Vector3.new(180, 0.0199999996, -179.98999)
  4922. o259.Anchored = true
  4923. o259.CanCollide = false
  4924. o259.FormFactor = Enum.FormFactor.Custom
  4925. o259.Size = Vector3.new(68.4588013, 45.6391983, 91.2783966)
  4926. o259.CFrame = CFrame.new(86.7827377, 29.4555435, -198.103561, -0.999996185, 9.64477586e-05, 0.000293251273, 9.64320279e-05, 1, -5.20706562e-05, -0.000293252611, -5.20414578e-05, -1.00000739)
  4927. o259.BottomSurface = Enum.SurfaceType.Smooth
  4928. o259.TopSurface = Enum.SurfaceType.Smooth
  4929. o259.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  4930. o259.Position = Vector3.new(86.7827377, 29.4555435, -198.103561)
  4931. o259.Orientation = Vector3.new(0, 179.979996, 0.00999999978)
  4932. o259.Color = Color3.new(0.0509804, 0.411765, 0.67451)
  4933. o260.Name = "Flies"
  4934. o260.Parent = o259
  4935. o260.Transparency = NumberSequence.new(1,0.79374998807907,0,0.77499997615814,0.79374998807907,0.77499997615814,0.70624995231628,0.92500001192093,0.91250002384186,0.89999997615814,1)
  4936. o260.Rotation = NumberRange.new(25,25)
  4937. o260.Size = NumberSequence.new(0.37499964237213,0.12499988079071,0.12499988079071)
  4938. o260.Color = ColorSequence.new(Color3.new(0.493431, 0, 0.998459),Color3.new(0.320958, 0, 0.998337))
  4939. o260.LightEmission = 1
  4940. o260.Texture = "http://www.roblox.com/asset/?id=162595515"
  4941. o260.Lifetime = NumberRange.new(8,8)
  4942. o260.Rate = 25
  4943. o260.RotSpeed = NumberRange.new(25,25)
  4944. o260.Speed = NumberRange.new(0,0)
  4945. o260.VelocitySpread = 180
  4946. o260.Color = ColorSequence.new(Color3.new(0.493431, 0, 0.998459),Color3.new(0.320958, 0, 0.998337))
  4947. o261.Name = "Description"
  4948. o261.Parent = o5
  4949. o261.Value = "An item which turns ores from droppers into cash. Use conveyor belts or place droppers right over it to start making money! Awards 1 Point per 100 ores."
  4950. o262.Name = "Cost"
  4951. o262.Parent = o5
  4952. o262.Value = 100
  4953. o263.Name = "Tier"
  4954. o263.Parent = o5
  4955. o264.Name = "ItemType"
  4956. o264.Parent = o5
  4957. o264.Value = 2
  4958. o265.Name = "ReqPoints"
  4959. o265.Parent = o5
  4960. o267.Parent = mas
  4961. o267.Material = Enum.Material.SmoothPlastic
  4962. o267.BrickColor = BrickColor.new("Deep orange")
  4963. o267.Transparency = 1
  4964. o267.Position = Vector3.new(104.999992, 53.0473289, -194.800018)
  4965. o267.Rotation = Vector3.new(90, 0, 180)
  4966. o267.Anchored = true
  4967. o267.CanCollide = false
  4968. o267.FormFactor = Enum.FormFactor.Symmetric
  4969. o267.Size = Vector3.new(2, 2, 0.999993801)
  4970. o267.CFrame = CFrame.new(104.999992, 53.0473289, -194.800018, -1, -8.74227624e-08, 4.37113954e-08, -4.37113634e-08, -2.18556977e-07, -1, 8.74227766e-08, -1, 2.18556977e-07)
  4971. o267.BottomSurface = Enum.SurfaceType.Smooth
  4972. o267.TopSurface = Enum.SurfaceType.Smooth
  4973. o267.Color = Color3.new(1, 0.686275, 0)
  4974. o267.Position = Vector3.new(104.999992, 53.0473289, -194.800018)
  4975. o267.Orientation = Vector3.new(90, -180, 0)
  4976. o267.Color = Color3.new(1, 0.686275, 0)
  4977. o268.Parent = o267
  4978. o268.Size = NumberSequence.new(0.10000000149012,0.10000000149012)
  4979. o268.Color = ColorSequence.new(Color3.new(0.333333, 0, 0.498039),Color3.new(0.333333, 0, 0.498039))
  4980. o268.Texture = "http://www.roblox.com/asset/?id=241685484"
  4981. o268.Acceleration = Vector3.new(0, -10, 0)
  4982. o268.Lifetime = NumberRange.new(1,2)
  4983. o268.Rate = 99
  4984. o268.RotSpeed = NumberRange.new(260,260)
  4985. o268.Speed = NumberRange.new(10,10)
  4986. o268.VelocitySpread = 360
  4987. o268.Color = ColorSequence.new(Color3.new(0.333333, 0, 0.498039),Color3.new(0.333333, 0, 0.498039))
  4988. o269.Parent = o267
  4989. o269.Size = NumberSequence.new(0.10000000149012,0.10000000149012)
  4990. o269.Color = ColorSequence.new(Color3.new(0.666667, 0, 0.498039),Color3.new(0.666667, 0, 0.498039))
  4991. o269.Texture = "http://www.roblox.com/asset/?id=241685484"
  4992. o269.Acceleration = Vector3.new(0, -10, 0)
  4993. o269.Lifetime = NumberRange.new(1,2)
  4994. o269.Rate = 99
  4995. o269.RotSpeed = NumberRange.new(260,260)
  4996. o269.Speed = NumberRange.new(10,10)
  4997. o269.VelocitySpread = 360
  4998. o269.Color = ColorSequence.new(Color3.new(0.666667, 0, 0.498039),Color3.new(0.666667, 0, 0.498039))
  4999. o270.Parent = o267
  5000. o270.Size = NumberSequence.new(0.10000000149012,0.10000000149012)
  5001. o270.Texture = "http://www.roblox.com/asset/?id=241685484"
  5002. o270.Acceleration = Vector3.new(0, -10, 0)
  5003. o270.Lifetime = NumberRange.new(1,2)
  5004. o270.Rate = 99
  5005. o270.RotSpeed = NumberRange.new(260,260)
  5006. o270.Speed = NumberRange.new(10,10)
  5007. o270.VelocitySpread = 360
  5008. o271.Parent = o267
  5009. o271.Size = NumberSequence.new(0.10000000149012,0.10000000149012)
  5010. o271.Color = ColorSequence.new(Color3.new(1, 0.333333, 1),Color3.new(1, 0.333333, 1))
  5011. o271.Texture = "http://www.roblox.com/asset/?id=241685484"
  5012. o271.Acceleration = Vector3.new(0, -10, 0)
  5013. o271.Lifetime = NumberRange.new(1,2)
  5014. o271.Rate = 99
  5015. o271.RotSpeed = NumberRange.new(260,260)
  5016. o271.Speed = NumberRange.new(10,10)
  5017. o271.VelocitySpread = 360
  5018. o271.Color = ColorSequence.new(Color3.new(1, 0.333333, 1),Color3.new(1, 0.333333, 1))
  5019. o272.Parent = o267
  5020. o272.Size = NumberSequence.new(0.10000000149012,0.10000000149012)
  5021. o272.Color = ColorSequence.new(Color3.new(0.594354, 0.159838, 1),Color3.new(0.594354, 0.159838, 1))
  5022. o272.Texture = "http://www.roblox.com/asset/?id=241685484"
  5023. o272.Acceleration = Vector3.new(0, -10, 0)
  5024. o272.Lifetime = NumberRange.new(1,2)
  5025. o272.Rate = 99
  5026. o272.RotSpeed = NumberRange.new(260,260)
  5027. o272.Speed = NumberRange.new(10,10)
  5028. o272.VelocitySpread = 360
  5029. o272.Color = ColorSequence.new(Color3.new(0.594354, 0.159838, 1),Color3.new(0.594354, 0.159838, 1))
  5030. o273.Parent = mas
  5031. o273.Transparency = 1
  5032. o273.Position = Vector3.new(79.6023712, 32.5057487, -203.402969)
  5033. o273.Anchored = true
  5034. o273.Size = Vector3.new(5, 1, 6)
  5035. o273.CFrame = CFrame.new(79.6023712, 32.5057487, -203.402969, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5036. o273.TopSurface = Enum.SurfaceType.Smooth
  5037. o273.Position = Vector3.new(79.6023712, 32.5057487, -203.402969)
  5038. o274.Parent = o273
  5039. o274.Transparency = 1
  5040. o274.Texture = "rbxasset://textures/SpawnLocation.png"
  5041. o274.Face = Enum.NormalId.Top
  5042. o275.Parent = mas
  5043. o275.Transparency = 1
  5044. o275.Position = Vector3.new(62.6023712, 49.5057487, -194.402969)
  5045. o275.Anchored = true
  5046. o275.Size = Vector3.new(5, 1, 6)
  5047. o275.CFrame = CFrame.new(62.6023712, 49.5057487, -194.402969, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  5048. o275.TopSurface = Enum.SurfaceType.Smooth
  5049. o275.Position = Vector3.new(62.6023712, 49.5057487, -194.402969)
  5050. o276.Parent = o275
  5051. o276.Transparency = 1
  5052. o276.Texture = "rbxasset://textures/SpawnLocation.png"
  5053. o276.Face = Enum.NormalId.Top
  5054. o277.Name = "Sky"
  5055. o277.Parent = mas
  5056. o277.Position = Vector3.new(38, 16.6000004, -29)
  5057. o277.Rotation = Vector3.new(-180, 0, -180)
  5058. o277.Anchored = true
  5059. o277.Locked = true
  5060. o277.FormFactor = Enum.FormFactor.Symmetric
  5061. o277.Size = Vector3.new(2, 2, 2)
  5062. o277.CFrame = CFrame.new(38, 16.6000004, -29, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  5063. o277.Position = Vector3.new(38, 16.6000004, -29)
  5064. o277.Orientation = Vector3.new(0, 180, 0)
  5065. o278.Parent = o277
  5066. o278.MeshId = "http://www.roblox.com/asset/?id=1527559"
  5067. o278.Scale = Vector3.new(-4000, -180, -4000)
  5068. o278.TextureId = "http://www.roblox.com/asset/?id=1529455"
  5069. o278.VertexColor = Vector3.new(0.829999983, 0, 0.839999974)
  5070. o278.MeshType = Enum.MeshType.FileMesh
  5071. o278.Scale = Vector3.new(-4000, -180, -4000)
  5072. o279.Parent = mas
  5073. o279.MeshId = "http://www.roblox.com/asset/?id=1527559"
  5074. o279.Scale = Vector3.new(-4000, -180, -4000)
  5075. o279.TextureId = "http://www.roblox.com/asset/?id=1529455"
  5076. o279.VertexColor = Vector3.new(0.829999983, 0, 0.839999974)
  5077. o279.MeshType = Enum.MeshType.FileMesh
  5078. o279.Scale = Vector3.new(-4000, -180, -4000)
  5079. mas.Parent = workspace
  5080. mas:MakeJoints()
  5081. local mas1 = mas:GetChildren()
  5082. for i=1,#mas1 do
  5083. mas1[i].Parent = workspace
  5084. ypcall(function() mas1[i]:MakeJoints() end)
  5085. end
  5086. mas:Destroy()
  5087. for i=1,#cors do
  5088. coroutine.resume(cors[i])
  5089. end
  5090. mess_handle.Text = "Resetting"
  5091. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  5092. v:LoadCharacter()
  5093. end
  5094. wait(1)
  5095. mess_handle:Remove()
  5096.  
  5097. game:GetService("Lighting").Ambient = Color3.new(0, 0, 0)
  5098. game:GetService("Lighting").Brightness = 1
  5099. game:GetService("Lighting").ColorShift_Bottom = Color3.new(0, 0, 0)
  5100. game:GetService("Lighting").ColorShift_Top = Color3.new(0, 0, 0)
  5101. game:GetService("Lighting").GlobalShadows = true
  5102. game:GetService("Lighting").OutdoorAmbient = Color3.new(0.552941, 0, 0.737255)
  5103. game:GetService("Lighting").Outlines = false
  5104. game:GetService("Lighting").GeographicLatitude = 41.733299255371
  5105. game:GetService("Lighting").TimeOfDay = "14:00:00"
  5106. game:GetService("Lighting").FogColor = Color3.new(0.75, 0.75, 0.75)
  5107. game:GetService("Lighting").FogEnd = 100000
  5108. game:GetService("Lighting").FogStart = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement