Advertisement
epicboi

Untitled

Apr 5th, 2019
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 280.71 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,Mouse,mouse,UserInputService,ContextActionService = owner
  3. local RealPlayer = Player
  4. do print("FE Compatibility code by Mokiros");InternalData = {}InternalData.RealOwner = owner;InternalData.RealObjs = {};InternalData.SoundLoudness = {};local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="UserInput_Event"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c()}local g={InputBegan=c(),InputEnded=c()}local CAS={Actions={},BindAction=function(self,h,i,j,...)CAS.Actions[h]=i and{Name=h,Function=i,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function k(self,l,...)local d=f[l]if d and d._fakeEvent then for m,e in pairs(d.Functions)do e(...)end end end;f.TrigEvent=k;g.TrigEvent=k;b.OnServerEvent:Connect(function(n,o)if n~=a then return end;f.Target=o.Target;f.Hit=o.Hit;if not o.isMouse then local p=o.UserInputState==Enum.UserInputState.Begin;if o.UserInputType==Enum.UserInputType.MouseButton1 then return f:TrigEvent(p and"Button1Down"or"Button1Up")end;for m,d in pairs(CAS.Actions)do for m,q in pairs(d.Keys)do if q==o.KeyCode then d.Function(d.Name,o.UserInputState,o)end end end;f:TrigEvent(p and"KeyDown"or"KeyUp",o.KeyCode.Name:lower())g:TrigEvent(p and"InputBegan"or"InputEnded",o,false)end end)b.Parent=NLS([==[local a=game:GetService("Players").LocalPlayer;local b=script:WaitForChild("UserInput_Event")local c=a:GetMouse()local d=game:GetService("UserInputService")local e=function(f,g)if g then return end;b:FireServer({KeyCode=f.KeyCode,UserInputType=f.UserInputType,UserInputState=f.UserInputState,Hit=c.Hit,Target=c.Target})end;d.InputBegan:Connect(e)d.InputEnded:Connect(e)local h,i;while wait(1/30)do if h~=c.Hit or i~=c.Target then h,i=c.Hit,c.Target;b:FireServer({isMouse=true,Target=i,Hit=h})end end]==],Player.Character)local r=game;local s={__index=function(self,q)local t=rawget(self,"_RealService")if t then return t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end,__call=function(self,...)local t=rawget(self,"_RealService")if t then return t(...)end end}local function v(d,w)d._RealService=typeof(w)=="string"and r:GetService(w)or w;return setmetatable(d,s)end;local x={GetService=function(self,t)return self[t]end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;x.RunService=v({RenderStepped=r:GetService("RunService").Heartbeat,BindToRenderStep=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")setmetatable(x,{__index=function(self,t)return r:GetService(t)or typeof(r[t])=="function"and function(m,...)return r[t](r,...)end or r[t]end,__newindex=s.__newindex,__call=s.__call})game,owner=x,x.Players.LocalPlayer
  5. script.Parent = InternalData.RealOwner.Character
  6. local Event = Instance.new("RemoteEvent");Event.Name = "UserInput";InternalData.Event = Event
  7. local function createObject (connections, index)
  8. local proxy = newproxy (true);local meta = getmetatable (proxy);
  9. local runbind = function (self, i, ...) connections[i]:Fire (...); end;
  10. while (#connections > 0) do connections[table.remove(connections, 1)] = Instance.new ('BindableEvent');end;
  11. meta.__index = function (self, i)
  12. if (i == 'TriggerEvent') then return runbind end;
  13. return connections[i] and connections[i].Event or index[i];
  14. end;
  15. meta.__newindex = index;meta.__metatable = false;return proxy
  16. end;
  17. local Mouse = createObject({"KeyUp","KeyDown","Button1Down","Button1Up"},{["Target"] = nil;["Hit"] = CFrame.new()})
  18. local UserInputService = createObject({"InputBegan","InputEnded"},{})
  19. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  20. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  21. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  22. Event.OnServerEvent:Connect(function(FiredBy,Input)
  23. if FiredBy ~= InternalData.RealOwner then return end
  24. if Input.MouseEvent then
  25. Mouse.Target = Input.Target;Mouse.Hit = Input.Hit
  26. elseif Input.Sound then
  27. if InternalData.SoundLoudness[Input.Sound] then InternalData.SoundLoudness[Input.Sound] = Input.Loudness end
  28. else
  29. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  30. if Input.UserInputType == Enum.UserInputType.MouseButton1 then return Mouse:TriggerEvent(Begin and "Button1Down" or "Button1Up") end
  31. for _,Action in pairs(ContextActionService.Actions) do
  32. for _,Key in pairs(Action.Keys) do if Key==Input.KeyCode then Action.Function(Action.Name,Input.UserInputState,Input) end end
  33. end
  34. Mouse:TriggerEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower());UserInputService:TriggerEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  35. end
  36. end)
  37. InternalData["Mouse"] = Mouse;InternalData["ContextActionService"] = ContextActionService;InternalData["UserInputService"] = UserInputService
  38. Event.Parent = NLS([[
  39. local Player = owner;
  40. local Sounds = {};
  41. local Event = script:WaitForChild("UserInput");
  42. local UserInputService = game:GetService("UserInputService");
  43. local Mouse = Player:GetMouse();
  44. local Input = function(Input,gameProcessedEvent)
  45. if gameProcessedEvent then return end
  46. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  47. end
  48. Event.OnClientEvent:connect(function(Args)
  49. if Args[1] == "NewSound" then table.insert(Sounds,Args[2]) end
  50. end)
  51. UserInputService.InputBegan:Connect(Input);UserInputService.InputEnded:Connect(Input)
  52. local Hit,Target
  53. while wait(1/30) do
  54. for x,Sound in pairs(Sounds) do
  55. if Sound.Parent then Event:FireServer({["Sound"]=Sound,["Loudness"]=Sound.PlaybackLoudness}) end
  56. end
  57. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  58. Hit = Mouse.Hit;Target = Mouse.Target;
  59. Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  60. end
  61. end
  62. ]],InternalData.RealOwner.Character)
  63. end
  64. InternalData.NewOwner = setmetatable({},{
  65. __index = function (self,Index)
  66. local Type = type(InternalData.RealOwner[Index])
  67. if Type == "function" then
  68. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  69. return function (self)return InternalData["Mouse"] end
  70. end
  71. return function (self,...)return InternalData.RealOwner[Index](InternalData.RealOwner,...) end
  72. elseif Index == "FakePlayer" then
  73. return true
  74. end
  75. return InternalData.RealOwner[Index]
  76. end;
  77. __tostring = function(self) return tostring(InternalData.RealOwner) end
  78. })
  79. --LoadLibrary("RbxUtility").Create
  80. InternalData.LoadLibrary = LoadLibrary;LoadLibrary = function(Library)
  81. if Library == "RbxUtility" then
  82. return setmetatable({},{
  83. __tostring = function() return "RbxUtility" end;
  84. __index = function(self, Index)
  85. if Index:lower() == "create" then
  86. return function(Type)
  87. return function(Data)
  88. Data = Data or {}
  89. local Inst = Instance.new(Type)
  90. for x,y in pairs(Data) do
  91. if InternalData.RealObjs[y] then y = InternalData.RealObjs[y] end
  92. if y == owner then y = InternalData.RealOwner end
  93. Inst[x] = y
  94. end
  95. return Inst
  96. end
  97. end
  98. end
  99. return InternalData.LoadLibrary(Library)[Index]
  100. end
  101. })
  102. end
  103. return InternalData.LoadLibrary(Library)
  104. end
  105. InternalData.RealInstance = Instance;Instance = setmetatable({},{
  106. __index = function (self,Index)
  107. if Index:lower() == 'new' then
  108. return function (Type, Parent)
  109. if Parent == owner then Parent = InternalData.RealOwner end
  110. if InternalData.RealObjs[Parent] then Parent = InternalData.RealObjs[Parent] end
  111. local Real = InternalData.RealInstance.new(Type,Parent)
  112. if not Type then return end
  113. if Type == "BillboardGui" then
  114. local ToReturn = setmetatable({},{
  115. __index = function (self,Index)
  116. if type(Real[Index]) == "function" then
  117. if Index:lower() == "clone" then
  118. return function (self)
  119. local Real = Real:Clone()
  120. local ToReturn = setmetatable({RealObject = Real},{
  121. __index = function (self,Index)
  122. if type(Real[Index]) == "function" then return function (self,...) return Real[Index](Real,...)end end
  123. return Real[Index]
  124. end;
  125. __newindex = function (self,Index,Value)
  126. if InternalData.RealObjs[Value] then Value = InternalData.RealObjs[Value] end
  127. if Value == owner then Value = InternalData.RealOwner end
  128. Real[Index] = Value
  129. end;
  130. __tostring = function(self) return tostring(Real) end;
  131. })
  132. InternalData.RealObjs[ToReturn] = Real;return ToReturn;
  133. end
  134. end
  135. return function (self,...) return Real[Index](Real,...)end
  136. end
  137. return Real[Index]
  138. end;
  139. __newindex = function (self,Index,Value)
  140. if InternalData.RealObjs[Value] then Value = InternalData.RealObjs[Value] end
  141. if Value == owner then Value = InternalData.RealOwner end
  142. Real[Index] = Value
  143. end;
  144. __tostring = function(self) return tostring(Real) end;
  145. })
  146. InternalData.RealObjs[ToReturn] = Real;return ToReturn;
  147. elseif Type:lower() == "sound" then
  148. Real.Parent = owner.Character;
  149. local ToReturn = setmetatable({RealObject = Real},{
  150. __index = function (self,Index)
  151. if Index:lower() == "playbackloudness" then
  152. return InternalData.SoundLoudness[Real] or 0
  153. elseif type(Real[Index]) == "function" then
  154. if Index:lower() == "clone" then
  155. return function (self)
  156. local Real = Real:Clone()
  157. local ToReturn = setmetatable({},{
  158. __index = function (self,Index)
  159. if type(Real[Index]) == "function" then return function (self,...) return Real[Index](Real,...)end end
  160. return Real[Index]
  161. end;
  162. __newindex = function (self,Index,Value)
  163. if InternalData.RealObjs[Value] then Value = InternalData.RealObjs[Value] end
  164. if Value == owner then Value = InternalData.RealOwner end
  165. Real[Index] = Value
  166. end;
  167. __tostring = function(self) return tostring(Real) end;
  168. })
  169. InternalData.RealObjs[ToReturn] = Real;return ToReturn;
  170. end
  171. end
  172. return function (self,...) return Real[Index](Real,...)end
  173. end
  174. return Real[Index]
  175. end;
  176. __newindex = function (self,Index,Value)
  177. if InternalData.RealObjs[Value] then Value = InternalData.RealObjs[Value] end
  178. if Value == owner then Value = InternalData.RealOwner end
  179. Real[Index] = Value
  180. end;
  181. __tostring = function(self) return tostring(Real) end;
  182. })
  183. InternalData.RealObjs[ToReturn] = Real;InternalData.SoundLoudness[Real] = 0;repeat wait() until InternalData.Event.Parent InternalData.Event:FireClient(InternalData.RealOwner,{"NewSound",Real}) return ToReturn;
  184. else
  185. local ToReturn = setmetatable({RealObject = Real},{
  186. __index = function (self,Index)
  187. if type(Real[Index]) == "function" then
  188. if Index:lower() == "clone" then
  189. return function (self)
  190. local Real = Real:Clone()
  191. local ToReturn = setmetatable({},{
  192. __index = function (self,Index)
  193. if type(Real[Index]) == "function" then return function (self,...) return Real[Index](Real,...)end end
  194. return Real[Index]
  195. end;
  196. __newindex = function (self,Index,Value)
  197. if InternalData.RealObjs[Value] then Value = InternalData.RealObjs[Value] end
  198. if Value == owner then Value = InternalData.RealOwner end
  199. Real[Index] = Value
  200. end;
  201. __tostring = function(self) return tostring(Real) end;
  202. })
  203. InternalData.RealObjs[ToReturn] = Real;return ToReturn;
  204. end
  205. end
  206. return function (self,...) return Real[Index](Real,...)end
  207. end
  208. return Real[Index]
  209. end;
  210. __newindex = function (self,Index,Value)
  211. if InternalData.RealObjs[Value] then Value = InternalData.RealObjs[Value] end
  212. if Value == owner then Value = InternalData.RealOwner end
  213. Real[Index] = Value
  214. end;
  215. __tostring = function(self) return tostring(Real) end;
  216. })
  217. InternalData.RealObjs[ToReturn] = Real;return ToReturn;
  218. end
  219. end
  220. end
  221. return InternalData.RealInstance[Index]
  222. end;
  223. __tostring = function(self) return tostring(InternalData.RealInstance) end;
  224. });
  225. InternalData.RealGame = game;game = setmetatable({},{
  226. __index = function (self,Index)
  227. if InternalData.RealGame[Index] then
  228. local Type = type(InternalData.RealGame[Index])
  229. if Type == "function" then
  230. if Index:lower() == "getservice" or Index:lower() == "service" then
  231. return function (self,Service)
  232. local FakeServices = {
  233. ["players"] = function()
  234. return setmetatable({},{
  235. __index = function (self2,Index2)
  236. local RealService = InternalData.RealGame:GetService(Service)
  237. local Type2 = type(RealService[Index2])
  238. if Type2 == "function" then
  239. return function (self,...) return RealService[Index2](RealService,...)end
  240. else
  241. if Index2:lower() == "localplayer" then return InternalData.NewOwner end
  242. return RealService[Index2]
  243. end
  244. end;
  245. __tostring = function(self) return tostring(InternalData.RealGame:GetService(Service)) end
  246. })
  247. end;
  248. ["contextactionservice"] = function() return InternalData["ContextActionService"] end;
  249. ["userinputservice"] = function() return InternalData["UserInputService"] end;
  250. ["debris"] = function()
  251. return setmetatable({},{
  252. __index = function(self2,Index2)
  253. local RealService = InternalData.RealGame:GetService(Service)
  254. local Type2 = type(RealService[Index2])
  255. if Type2 == "function" then
  256. if Index2:lower() == "additem" then
  257. return function (self,Item,Time)
  258. if InternalData.RealObjs[Item] then Item = InternalData.RealObjs[Item] end
  259. return RealService:AddItem(Item,Time)
  260. end
  261. end
  262. return function (self,...) return RealService[Index2](RealService,...) end
  263. end
  264. return RealService[Index2]
  265. end;
  266. __tostring = function(self) return tostring(InternalData.RealGame:GetService("Debris")) end
  267. })
  268. end;
  269. ["runservice"] = function()
  270. return setmetatable({},{
  271. __index = function(self2,Index2)
  272. local RealService = InternalData.RealGame:GetService(Service)
  273. local Type2 = type(RealService[Index2])
  274. if Type2 == "function" then
  275. return function (self,...) return RealService[Index2](RealService,...) end
  276. else
  277. local RunServices = {
  278. ["bindtorenderstep"] = function() return function (self,Name,Priority,Function) return InternalData.RealGame:GetService("RunService").Stepped:Connect(Function) end end;
  279. ["renderstepped"] = function() return RealService["Stepped"] end
  280. }
  281. if RunServices[Index2:lower()] then return RunServices[Index2:lower()]() end
  282. return RealService[Index2]
  283. end
  284. end;
  285. __tostring = function(self) return tostring(InternalData.RealGame:GetService("RunService")) end
  286. })
  287. end
  288. }
  289. if FakeServices[Service:lower()] then return FakeServices[Service:lower()]() end
  290. return InternalData.RealGame:GetService(Service)
  291. end
  292. end
  293. return function (self,...) return InternalData.RealGame[Index](InternalData.RealGame,...) end
  294. else
  295. if game:GetService(Index) then return game:GetService(Index) end
  296. return InternalData.RealGame[Index]
  297. end
  298. end
  299. return nil
  300. end;
  301. __tostring = function(self) return tostring(InternalData.game) end
  302. });Game = game;owner = game:GetService("Players").LocalPlayer;script = Instance.new("Script");print("Complete!")
  303. if (script:FindFirstChild("forCustomRun")~=nil) then
  304. local sc = script["forCustomRun"].Value
  305. assert(loadstring(sc))()
  306. return
  307. elseif (script:FindFirstChild("forCustomRunL")~=nil) then
  308. local locsc = workspace:FindFirstChild("_localrun")
  309. local sc = script["forCustomRunL"]
  310. if (locsc~=nil) then
  311. local loc = locsc:clone()
  312. loc["scrun"].Value = sc.Value
  313. loc.Name = script.Name
  314. for i,v in pairs(script:GetChildren()) do
  315. v:clone().Parent = loc
  316. end
  317. loc.Parent = script.Parent
  318. script:remove()
  319. return
  320. else
  321. assert(loadstring(sc.Value))()
  322. return
  323. end
  324. end
  325. local m = Instance.new("Model")
  326. m.Name = "Model"
  327. m1 = Instance.new("Model")
  328. m1.Name = "Model"
  329. m1.Parent = m
  330. m2 = Instance.new("Model")
  331. m2.Name = "Model"
  332. m2.Parent = m
  333. m3 = Instance.new("Model")
  334. m3.Name = "Model"
  335. m3.Parent = m
  336. m4 = Instance.new("Model")
  337. m4.Name = "Model"
  338. m4.Parent = m
  339. m5 = Instance.new("Model")
  340. m5.Name = "Model"
  341. m5.Parent = m
  342. m6 = Instance.new("Model")
  343. m6.Name = "Model"
  344. m6.Parent = m
  345. m7 = Instance.new("Model")
  346. m7.Name = "Model"
  347. m7.Parent = m
  348. m8 = Instance.new("Model")
  349. m8.Name = "Model"
  350. m8.Parent = m
  351. m9 = Instance.new("Model")
  352. m9.Name = "Model"
  353. m9.Parent = m
  354. m10 = Instance.new("Model")
  355. m10.Name = "Model"
  356. m10.Parent = m
  357. m11 = Instance.new("Model")
  358. m11.Name = "Model"
  359. m11.Parent = m
  360. m12 = Instance.new("Model")
  361. m12.Name = "Model"
  362. m12.Parent = m
  363. m13 = Instance.new("Model")
  364. m13.Name = "Model"
  365. m13.Parent = m
  366. m14 = Instance.new("Model")
  367. m14.Name = "Model"
  368. m14.Parent = m
  369. m15 = Instance.new("Model")
  370. m15.Name = "Model"
  371. m15.Parent = m
  372. m16 = Instance.new("Model")
  373. m16.Name = "Model"
  374. m16.Parent = m
  375. m17 = Instance.new("Model")
  376. m17.Name = "Model"
  377. m17.Parent = m
  378. m18 = Instance.new("Model")
  379. m18.Name = "Model"
  380. m18.Parent = m
  381. m19 = Instance.new("Model")
  382. m19.Name = "Model"
  383. m19.Parent = m
  384. m20 = Instance.new("Model")
  385. m20.Name = "Model"
  386. m20.Parent = m
  387. m21 = Instance.new("Model")
  388. m21.Name = "Model"
  389. m21.Parent = m
  390. m22 = Instance.new("Model")
  391. m22.Name = "Model"
  392. m22.Parent = m
  393. m23 = Instance.new("Model")
  394. m23.Name = "Model"
  395. m23.Parent = m
  396. m24 = Instance.new("Model")
  397. m24.Name = "Model"
  398. m24.Parent = m
  399. m25 = Instance.new("Model")
  400. m25.Name = "Model"
  401. m25.Parent = m
  402. m26 = Instance.new("Model")
  403. m26.Name = "Model"
  404. m26.Parent = m
  405. m27 = Instance.new("Model")
  406. m27.Name = "Model"
  407. m27.Parent = m
  408. m28 = Instance.new("Model")
  409. m28.Name = "Model"
  410. m28.Parent = m
  411. m29 = Instance.new("Model")
  412. m29.Name = "Model"
  413. m29.Parent = m
  414. m30 = Instance.new("Model")
  415. m30.Name = "Model"
  416. m30.Parent = m
  417. m31 = Instance.new("Model")
  418. m31.Name = "Model"
  419. m31.Parent = m
  420. m32 = Instance.new("Model")
  421. m32.Name = "Model"
  422. m32.Parent = m
  423. m33 = Instance.new("Model")
  424. m33.Name = "Model"
  425. m33.Parent = m
  426. m34 = Instance.new("Model")
  427. m34.Name = "Model"
  428. m34.Parent = m
  429. m35 = Instance.new("Model")
  430. m35.Name = "Model"
  431. m35.Parent = m
  432. m36 = Instance.new("Model")
  433. m36.Name = "Model"
  434. m36.Parent = m
  435. m37 = Instance.new("Model")
  436. m37.Name = "Model"
  437. m37.Parent = m
  438. m38 = Instance.new("Model")
  439. m38.Name = "Model"
  440. m38.Parent = m
  441. m39 = Instance.new("Model")
  442. m39.Name = "Model"
  443. m39.Parent = m
  444. m40 = Instance.new("Model")
  445. m40.Name = "Model"
  446. m40.Parent = m
  447. m41 = Instance.new("Model")
  448. m41.Name = "Model"
  449. m41.Parent = m
  450. m42 = Instance.new("Model")
  451. m42.Name = "Model"
  452. m42.Parent = m
  453. m43 = Instance.new("Model")
  454. m43.Name = "Model"
  455. m43.Parent = m
  456. m44 = Instance.new("Model")
  457. m44.Name = "Model"
  458. m44.Parent = m
  459. m45 = Instance.new("Model")
  460. m45.Name = "Model"
  461. m45.Parent = m
  462. m46 = Instance.new("Model")
  463. m46.Name = "Model"
  464. m46.Parent = m
  465. m47 = Instance.new("Model")
  466. m47.Name = "Model"
  467. m47.Parent = m
  468. m48 = Instance.new("Model")
  469. m48.Name = "Model"
  470. m48.Parent = m
  471. m49 = Instance.new("Model")
  472. m49.Name = "Model"
  473. m49.Parent = m
  474. p1 = Instance.new("Part", m1)
  475. p1.BrickColor = BrickColor.new("Medium stone grey")
  476. p1.Material = Enum.Material.Concrete
  477. p1.CFrame = CFrame.new(-19.0630493, 29.2020264, 5.91564941, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  478. p1.Anchored = true
  479. p1.FormFactor = Enum.FormFactor.Custom
  480. p1.Size = Vector3.new(5.59999895, 0.600000262, 0.599989116)
  481. p1.BottomSurface = Enum.SurfaceType.Smooth
  482. p1.TopSurface = Enum.SurfaceType.Smooth
  483. p2 = Instance.new("Part", m1)
  484. p2.BrickColor = BrickColor.new("Dark stone grey")
  485. p2.Material = Enum.Material.Concrete
  486. p2.CFrame = CFrame.new(-18.9619751, 29.6020508, 6.01477051, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  487. p2.Anchored = true
  488. p2.FormFactor = Enum.FormFactor.Custom
  489. p2.Size = Vector3.new(4.19999075, 0.200000003, 0.399989128)
  490. p2.BottomSurface = Enum.SurfaceType.Smooth
  491. p2.TopSurface = Enum.SurfaceType.Smooth
  492. p3 = Instance.new("Part", m1)
  493. p3.BrickColor = BrickColor.new("Medium stone grey")
  494. p3.Material = Enum.Material.SmoothPlastic
  495. p3.Reflectance = 0.20000000298023
  496. p3.CFrame = CFrame.new(-19.0517273, 33.2019806, 6.10601807, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  497. p3.Anchored = true
  498. p3.FormFactor = Enum.FormFactor.Custom
  499. p3.Size = Vector3.new(3.99998093, 7.00001144, 0.200000003)
  500. p3.BottomSurface = Enum.SurfaceType.Smooth
  501. p3.TopSurface = Enum.SurfaceType.Smooth
  502. p4 = Instance.new("Part", m1)
  503. p4.BrickColor = BrickColor.new("Dark stone grey")
  504. p4.Material = Enum.Material.Concrete
  505. p4.CFrame = CFrame.new(-18.9517212, 33.2014618, 6.00610352, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  506. p4.Anchored = true
  507. p4.FormFactor = Enum.FormFactor.Custom
  508. p4.Size = Vector3.new(4.19999123, 0.200000003, 0.399989128)
  509. p4.BottomSurface = Enum.SurfaceType.Smooth
  510. p4.TopSurface = Enum.SurfaceType.Smooth
  511. p5 = Instance.new("Part", m1)
  512. p5.BrickColor = BrickColor.new("Dark stone grey")
  513. p5.Material = Enum.Material.Concrete
  514. p5.CFrame = CFrame.new(-19.1414795, 36.8019714, 5.99731445, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  515. p5.Anchored = true
  516. p5.FormFactor = Enum.FormFactor.Custom
  517. p5.Size = Vector3.new(4.19998264, 0.200000003, 0.399989128)
  518. p5.BottomSurface = Enum.SurfaceType.Smooth
  519. p5.TopSurface = Enum.SurfaceType.Smooth
  520. p6 = Instance.new("Part", m1)
  521. p6.BrickColor = BrickColor.new("Medium stone grey")
  522. p6.Material = Enum.Material.Concrete
  523. p6.CFrame = CFrame.new(-19.0393677, 37.5025787, 5.89575195, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  524. p6.Anchored = true
  525. p6.FormFactor = Enum.FormFactor.Custom
  526. p6.Size = Vector3.new(5.59999895, 1.20000029, 0.599989116)
  527. p6.BottomSurface = Enum.SurfaceType.Smooth
  528. p6.TopSurface = Enum.SurfaceType.Smooth
  529. p7 = Instance.new("Part", m1)
  530. p7.BrickColor = BrickColor.new("Dark stone grey")
  531. p7.Material = Enum.Material.Concrete
  532. p7.CFrame = CFrame.new(-21.1517334, 33.2077026, 6.00482178, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  533. p7.Anchored = true
  534. p7.FormFactor = Enum.FormFactor.Custom
  535. p7.Size = Vector3.new(0.200000003, 7.40000582, 0.399989128)
  536. p7.BottomSurface = Enum.SurfaceType.Smooth
  537. p7.TopSurface = Enum.SurfaceType.Smooth
  538. p8 = Instance.new("Part", m1)
  539. p8.BrickColor = BrickColor.new("Medium stone grey")
  540. p8.Material = Enum.Material.Concrete
  541. p8.CFrame = CFrame.new(-21.5516357, 33.2086182, 5.90466309, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  542. p8.Anchored = true
  543. p8.FormFactor = Enum.FormFactor.Custom
  544. p8.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  545. p8.BottomSurface = Enum.SurfaceType.Smooth
  546. p8.TopSurface = Enum.SurfaceType.Smooth
  547. p9 = Instance.new("Part", m1)
  548. p9.BrickColor = BrickColor.new("Dark stone grey")
  549. p9.Material = Enum.Material.Concrete
  550. p9.CFrame = CFrame.new(-16.9514465, 33.2957611, 6.00708008, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  551. p9.Anchored = true
  552. p9.FormFactor = Enum.FormFactor.Custom
  553. p9.Size = Vector3.new(0.200000003, 7.1999979, 0.399989128)
  554. p9.BottomSurface = Enum.SurfaceType.Smooth
  555. p9.TopSurface = Enum.SurfaceType.Smooth
  556. p10 = Instance.new("Part", m1)
  557. p10.BrickColor = BrickColor.new("Medium stone grey")
  558. p10.Material = Enum.Material.Concrete
  559. p10.CFrame = CFrame.new(-16.5516968, 33.1943207, 5.90759277, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  560. p10.Anchored = true
  561. p10.FormFactor = Enum.FormFactor.Custom
  562. p10.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  563. p10.BottomSurface = Enum.SurfaceType.Smooth
  564. p10.TopSurface = Enum.SurfaceType.Smooth
  565. p11 = Instance.new("Part", m2)
  566. p11.BrickColor = BrickColor.new("Medium stone grey")
  567. p11.Material = Enum.Material.Concrete
  568. p11.CFrame = CFrame.new(-3.47900391, 0.37371093, 12.2637329, -0.000583000132, 0.00285565224, -0.999992847, 0.00240225391, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  569. p11.Anchored = true
  570. p11.FormFactor = Enum.FormFactor.Custom
  571. p11.Size = Vector3.new(0.800000012, 0.200000003, 0.800000012)
  572. p11.BottomSurface = Enum.SurfaceType.Smooth
  573. p11.TopSurface = Enum.SurfaceType.Smooth
  574. b1 = Instance.new("CylinderMesh", p11)
  575. b1.Name = "Mesh"
  576. p12 = Instance.new("Part", m2)
  577. p12.BrickColor = BrickColor.new("Medium stone grey")
  578. p12.Material = Enum.Material.Concrete
  579. p12.CFrame = CFrame.new(-3.47558594, 1.57376945, 12.2608643, -0.000583000132, 0.00285565224, -0.999992847, 0.00240225391, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  580. p12.Anchored = true
  581. p12.FormFactor = Enum.FormFactor.Custom
  582. p12.Size = Vector3.new(0.400000006, 2.6000011, 0.400000006)
  583. p12.BottomSurface = Enum.SurfaceType.Smooth
  584. p12.TopSurface = Enum.SurfaceType.Smooth
  585. b2 = Instance.new("CylinderMesh", p12)
  586. b2.Name = "Mesh"
  587. p13 = Instance.new("Part", m2)
  588. p13.BrickColor = BrickColor.new("Brick yellow")
  589. p13.Material = Enum.Material.Concrete
  590. p13.CFrame = CFrame.new(-3.46630859, 3.07393813, 12.2872314, 0.000583000307, 0.00285565224, 0.999992847, -0.00240225764, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  591. p13.Anchored = true
  592. p13.FormFactor = Enum.FormFactor.Custom
  593. p13.Size = Vector3.new(3.73999095, 0.200000003, 4.09000874)
  594. p13.BottomSurface = Enum.SurfaceType.Smooth
  595. p13.TopSurface = Enum.SurfaceType.Smooth
  596. p14 = Instance.new("Part", m2)
  597. p14.BrickColor = BrickColor.new("Reddish brown")
  598. p14.Material = Enum.Material.Wood
  599. p14.CFrame = CFrame.new(-3.47134399, 3.07395339, 12.2922363, 0.000583000307, 0.00285565224, 0.999992847, -0.00240225764, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  600. p14.Anchored = true
  601. p14.FormFactor = Enum.FormFactor.Custom
  602. p14.Size = Vector3.new(3.66999078, 0.400000006, 4.00000858)
  603. p14.BottomSurface = Enum.SurfaceType.Smooth
  604. p14.TopSurface = Enum.SurfaceType.Smooth
  605. p15 = Instance.new("Part", m3)
  606. p15.BrickColor = BrickColor.new("Medium stone grey")
  607. p15.Material = Enum.Material.Concrete
  608. p15.CFrame = CFrame.new(-19.104187, 14.8021441, 5.95025635, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  609. p15.Anchored = true
  610. p15.FormFactor = Enum.FormFactor.Custom
  611. p15.Size = Vector3.new(5.59999895, 0.600000262, 0.599989116)
  612. p15.BottomSurface = Enum.SurfaceType.Smooth
  613. p15.TopSurface = Enum.SurfaceType.Smooth
  614. p16 = Instance.new("Part", m3)
  615. p16.BrickColor = BrickColor.new("Dark stone grey")
  616. p16.Material = Enum.Material.Concrete
  617. p16.CFrame = CFrame.new(-19.0031128, 15.2021694, 6.04937744, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  618. p16.Anchored = true
  619. p16.FormFactor = Enum.FormFactor.Custom
  620. p16.Size = Vector3.new(4.19999075, 0.200000003, 0.399989128)
  621. p16.BottomSurface = Enum.SurfaceType.Smooth
  622. p16.TopSurface = Enum.SurfaceType.Smooth
  623. p17 = Instance.new("Part", m3)
  624. p17.BrickColor = BrickColor.new("Medium stone grey")
  625. p17.Material = Enum.Material.SmoothPlastic
  626. p17.Reflectance = 0.20000000298023
  627. p17.CFrame = CFrame.new(-19.0928955, 18.8020096, 6.140625, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  628. p17.Anchored = true
  629. p17.FormFactor = Enum.FormFactor.Custom
  630. p17.Size = Vector3.new(3.99998093, 7.00001144, 0.200000003)
  631. p17.BottomSurface = Enum.SurfaceType.Smooth
  632. p17.TopSurface = Enum.SurfaceType.Smooth
  633. p18 = Instance.new("Part", m3)
  634. p18.BrickColor = BrickColor.new("Dark stone grey")
  635. p18.Material = Enum.Material.Concrete
  636. p18.CFrame = CFrame.new(-18.9928589, 18.8015366, 6.04064941, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  637. p18.Anchored = true
  638. p18.FormFactor = Enum.FormFactor.Custom
  639. p18.Size = Vector3.new(4.19999123, 0.200000003, 0.399989128)
  640. p18.BottomSurface = Enum.SurfaceType.Smooth
  641. p18.TopSurface = Enum.SurfaceType.Smooth
  642. p19 = Instance.new("Part", m3)
  643. p19.BrickColor = BrickColor.new("Dark stone grey")
  644. p19.Material = Enum.Material.Concrete
  645. p19.CFrame = CFrame.new(-19.1825562, 22.4020481, 6.03192139, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  646. p19.Anchored = true
  647. p19.FormFactor = Enum.FormFactor.Custom
  648. p19.Size = Vector3.new(4.19998264, 0.200000003, 0.399989128)
  649. p19.BottomSurface = Enum.SurfaceType.Smooth
  650. p19.TopSurface = Enum.SurfaceType.Smooth
  651. p20 = Instance.new("Part", m3)
  652. p20.BrickColor = BrickColor.new("Medium stone grey")
  653. p20.Material = Enum.Material.Concrete
  654. p20.CFrame = CFrame.new(-19.0804443, 23.1026554, 5.93029785, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  655. p20.Anchored = true
  656. p20.FormFactor = Enum.FormFactor.Custom
  657. p20.Size = Vector3.new(5.59999895, 1.20000029, 0.599989116)
  658. p20.BottomSurface = Enum.SurfaceType.Smooth
  659. p20.TopSurface = Enum.SurfaceType.Smooth
  660. p21 = Instance.new("Part", m3)
  661. p21.BrickColor = BrickColor.new("Dark stone grey")
  662. p21.Material = Enum.Material.Concrete
  663. p21.CFrame = CFrame.new(-21.1928406, 18.8077316, 6.03936768, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  664. p21.Anchored = true
  665. p21.FormFactor = Enum.FormFactor.Custom
  666. p21.Size = Vector3.new(0.200000003, 7.40000582, 0.399989128)
  667. p21.BottomSurface = Enum.SurfaceType.Smooth
  668. p21.TopSurface = Enum.SurfaceType.Smooth
  669. p22 = Instance.new("Part", m3)
  670. p22.BrickColor = BrickColor.new("Medium stone grey")
  671. p22.Material = Enum.Material.Concrete
  672. p22.CFrame = CFrame.new(-21.5927734, 18.8087082, 5.93920898, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  673. p22.Anchored = true
  674. p22.FormFactor = Enum.FormFactor.Custom
  675. p22.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  676. p22.BottomSurface = Enum.SurfaceType.Smooth
  677. p22.TopSurface = Enum.SurfaceType.Smooth
  678. p23 = Instance.new("Part", m3)
  679. p23.BrickColor = BrickColor.new("Dark stone grey")
  680. p23.Material = Enum.Material.Concrete
  681. p23.CFrame = CFrame.new(-16.9926147, 18.8958054, 6.04162598, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  682. p23.Anchored = true
  683. p23.FormFactor = Enum.FormFactor.Custom
  684. p23.Size = Vector3.new(0.200000003, 7.1999979, 0.399989128)
  685. p23.BottomSurface = Enum.SurfaceType.Smooth
  686. p23.TopSurface = Enum.SurfaceType.Smooth
  687. p24 = Instance.new("Part", m3)
  688. p24.BrickColor = BrickColor.new("Medium stone grey")
  689. p24.Material = Enum.Material.Concrete
  690. p24.CFrame = CFrame.new(-16.5927734, 18.7943935, 5.94213867, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  691. p24.Anchored = true
  692. p24.FormFactor = Enum.FormFactor.Custom
  693. p24.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  694. p24.BottomSurface = Enum.SurfaceType.Smooth
  695. p24.TopSurface = Enum.SurfaceType.Smooth
  696. p25 = Instance.new("Part", m4)
  697. p25.BrickColor = BrickColor.new("Medium stone grey")
  698. p25.Material = Enum.Material.Concrete
  699. p25.CFrame = CFrame.new(-8.8631897, 29.1729126, 5.92169189, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  700. p25.Anchored = true
  701. p25.FormFactor = Enum.FormFactor.Custom
  702. p25.Size = Vector3.new(5.59999895, 0.600000262, 0.599989116)
  703. p25.BottomSurface = Enum.SurfaceType.Smooth
  704. p25.TopSurface = Enum.SurfaceType.Smooth
  705. p26 = Instance.new("Part", m4)
  706. p26.BrickColor = BrickColor.new("Dark stone grey")
  707. p26.Material = Enum.Material.Concrete
  708. p26.CFrame = CFrame.new(-8.76211548, 29.5729218, 6.02081299, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  709. p26.Anchored = true
  710. p26.FormFactor = Enum.FormFactor.Custom
  711. p26.Size = Vector3.new(4.19999075, 0.200000003, 0.399989128)
  712. p26.BottomSurface = Enum.SurfaceType.Smooth
  713. p26.TopSurface = Enum.SurfaceType.Smooth
  714. p27 = Instance.new("Part", m4)
  715. p27.BrickColor = BrickColor.new("Medium stone grey")
  716. p27.Material = Enum.Material.SmoothPlastic
  717. p27.Reflectance = 0.20000000298023
  718. p27.CFrame = CFrame.new(-8.85189819, 33.1728516, 6.11206055, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  719. p27.Anchored = true
  720. p27.FormFactor = Enum.FormFactor.Custom
  721. p27.Size = Vector3.new(3.99998093, 7.00001144, 0.200000003)
  722. p27.BottomSurface = Enum.SurfaceType.Smooth
  723. p27.TopSurface = Enum.SurfaceType.Smooth
  724. p28 = Instance.new("Part", m4)
  725. p28.BrickColor = BrickColor.new("Dark stone grey")
  726. p28.Material = Enum.Material.Concrete
  727. p28.CFrame = CFrame.new(-8.75180054, 33.1723633, 6.012146, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  728. p28.Anchored = true
  729. p28.FormFactor = Enum.FormFactor.Custom
  730. p28.Size = Vector3.new(4.19999123, 0.200000003, 0.399989128)
  731. p28.BottomSurface = Enum.SurfaceType.Smooth
  732. p28.TopSurface = Enum.SurfaceType.Smooth
  733. p29 = Instance.new("Part", m4)
  734. p29.BrickColor = BrickColor.new("Dark stone grey")
  735. p29.Material = Enum.Material.Concrete
  736. p29.CFrame = CFrame.new(-8.94152832, 36.7728729, 6.00335693, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  737. p29.Anchored = true
  738. p29.FormFactor = Enum.FormFactor.Custom
  739. p29.Size = Vector3.new(4.19998264, 0.200000003, 0.399989128)
  740. p29.BottomSurface = Enum.SurfaceType.Smooth
  741. p29.TopSurface = Enum.SurfaceType.Smooth
  742. p30 = Instance.new("Part", m4)
  743. p30.BrickColor = BrickColor.new("Medium stone grey")
  744. p30.Material = Enum.Material.Concrete
  745. p30.CFrame = CFrame.new(-8.83947754, 37.473465, 5.90179443, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  746. p30.Anchored = true
  747. p30.FormFactor = Enum.FormFactor.Custom
  748. p30.Size = Vector3.new(5.59999895, 1.20000029, 0.599989116)
  749. p30.BottomSurface = Enum.SurfaceType.Smooth
  750. p30.TopSurface = Enum.SurfaceType.Smooth
  751. p31 = Instance.new("Part", m4)
  752. p31.BrickColor = BrickColor.new("Dark stone grey")
  753. p31.Material = Enum.Material.Concrete
  754. p31.CFrame = CFrame.new(-10.9518127, 33.1785889, 6.01086426, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  755. p31.Anchored = true
  756. p31.FormFactor = Enum.FormFactor.Custom
  757. p31.Size = Vector3.new(0.200000003, 7.40000582, 0.399989128)
  758. p31.BottomSurface = Enum.SurfaceType.Smooth
  759. p31.TopSurface = Enum.SurfaceType.Smooth
  760. p32 = Instance.new("Part", m4)
  761. p32.BrickColor = BrickColor.new("Medium stone grey")
  762. p32.Material = Enum.Material.Concrete
  763. p32.CFrame = CFrame.new(-11.3517151, 33.1795502, 5.91064453, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  764. p32.Anchored = true
  765. p32.FormFactor = Enum.FormFactor.Custom
  766. p32.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  767. p32.BottomSurface = Enum.SurfaceType.Smooth
  768. p32.TopSurface = Enum.SurfaceType.Smooth
  769. p33 = Instance.new("Part", m4)
  770. p33.BrickColor = BrickColor.new("Dark stone grey")
  771. p33.Material = Enum.Material.Concrete
  772. p33.CFrame = CFrame.new(-6.75158691, 33.2666473, 6.01306152, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  773. p33.Anchored = true
  774. p33.FormFactor = Enum.FormFactor.Custom
  775. p33.Size = Vector3.new(0.200000003, 7.1999979, 0.399989128)
  776. p33.BottomSurface = Enum.SurfaceType.Smooth
  777. p33.TopSurface = Enum.SurfaceType.Smooth
  778. p34 = Instance.new("Part", m4)
  779. p34.BrickColor = BrickColor.new("Medium stone grey")
  780. p34.Material = Enum.Material.Concrete
  781. p34.CFrame = CFrame.new(-6.35177612, 33.1652527, 5.91357422, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  782. p34.Anchored = true
  783. p34.FormFactor = Enum.FormFactor.Custom
  784. p34.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  785. p34.BottomSurface = Enum.SurfaceType.Smooth
  786. p34.TopSurface = Enum.SurfaceType.Smooth
  787. p35 = Instance.new("Part", m5)
  788. p35.BrickColor = BrickColor.new("Medium stone grey")
  789. p35.Material = Enum.Material.Concrete
  790. p35.CFrame = CFrame.new(-8.90426636, 14.7730303, 5.95629883, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  791. p35.Anchored = true
  792. p35.FormFactor = Enum.FormFactor.Custom
  793. p35.Size = Vector3.new(5.59999895, 0.600000262, 0.599989116)
  794. p35.BottomSurface = Enum.SurfaceType.Smooth
  795. p35.TopSurface = Enum.SurfaceType.Smooth
  796. p36 = Instance.new("Part", m5)
  797. p36.BrickColor = BrickColor.new("Dark stone grey")
  798. p36.Material = Enum.Material.Concrete
  799. p36.CFrame = CFrame.new(-8.80322266, 15.1730394, 6.05535889, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  800. p36.Anchored = true
  801. p36.FormFactor = Enum.FormFactor.Custom
  802. p36.Size = Vector3.new(4.19999075, 0.200000003, 0.399989128)
  803. p36.BottomSurface = Enum.SurfaceType.Smooth
  804. p36.TopSurface = Enum.SurfaceType.Smooth
  805. p37 = Instance.new("Part", m5)
  806. p37.BrickColor = BrickColor.new("Medium stone grey")
  807. p37.Material = Enum.Material.SmoothPlastic
  808. p37.Reflectance = 0.20000000298023
  809. p37.CFrame = CFrame.new(-8.89303589, 18.7729244, 6.14666748, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  810. p37.Anchored = true
  811. p37.FormFactor = Enum.FormFactor.Custom
  812. p37.Size = Vector3.new(3.99998093, 7.00001144, 0.200000003)
  813. p37.BottomSurface = Enum.SurfaceType.Smooth
  814. p37.TopSurface = Enum.SurfaceType.Smooth
  815. p38 = Instance.new("Part", m5)
  816. p38.BrickColor = BrickColor.new("Dark stone grey")
  817. p38.Material = Enum.Material.Concrete
  818. p38.CFrame = CFrame.new(-8.79293823, 18.7724056, 6.04675293, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  819. p38.Anchored = true
  820. p38.FormFactor = Enum.FormFactor.Custom
  821. p38.Size = Vector3.new(4.19999123, 0.200000003, 0.399989128)
  822. p38.BottomSurface = Enum.SurfaceType.Smooth
  823. p38.TopSurface = Enum.SurfaceType.Smooth
  824. p39 = Instance.new("Part", m5)
  825. p39.BrickColor = BrickColor.new("Dark stone grey")
  826. p39.Material = Enum.Material.Concrete
  827. p39.CFrame = CFrame.new(-8.9826355, 22.3729343, 6.0380249, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  828. p39.Anchored = true
  829. p39.FormFactor = Enum.FormFactor.Custom
  830. p39.Size = Vector3.new(4.19998264, 0.200000003, 0.399989128)
  831. p39.BottomSurface = Enum.SurfaceType.Smooth
  832. p39.TopSurface = Enum.SurfaceType.Smooth
  833. p40 = Instance.new("Part", m5)
  834. p40.BrickColor = BrickColor.new("Medium stone grey")
  835. p40.Material = Enum.Material.Concrete
  836. p40.CFrame = CFrame.new(-8.88061523, 23.0735416, 5.93640137, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  837. p40.Anchored = true
  838. p40.FormFactor = Enum.FormFactor.Custom
  839. p40.Size = Vector3.new(5.59999895, 1.20000029, 0.599989116)
  840. p40.BottomSurface = Enum.SurfaceType.Smooth
  841. p40.TopSurface = Enum.SurfaceType.Smooth
  842. p41 = Instance.new("Part", m5)
  843. p41.BrickColor = BrickColor.new("Dark stone grey")
  844. p41.Material = Enum.Material.Concrete
  845. p41.CFrame = CFrame.new(-10.9928589, 18.7786465, 6.04541016, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  846. p41.Anchored = true
  847. p41.FormFactor = Enum.FormFactor.Custom
  848. p41.Size = Vector3.new(0.200000003, 7.40000582, 0.399989128)
  849. p41.BottomSurface = Enum.SurfaceType.Smooth
  850. p41.TopSurface = Enum.SurfaceType.Smooth
  851. p42 = Instance.new("Part", m5)
  852. p42.BrickColor = BrickColor.new("Medium stone grey")
  853. p42.Material = Enum.Material.Concrete
  854. p42.CFrame = CFrame.new(-11.3928223, 18.7795925, 5.94525146, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  855. p42.Anchored = true
  856. p42.FormFactor = Enum.FormFactor.Custom
  857. p42.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  858. p42.BottomSurface = Enum.SurfaceType.Smooth
  859. p42.TopSurface = Enum.SurfaceType.Smooth
  860. p43 = Instance.new("Part", m5)
  861. p43.BrickColor = BrickColor.new("Dark stone grey")
  862. p43.Material = Enum.Material.Concrete
  863. p43.CFrame = CFrame.new(-6.79266357, 18.8666916, 6.04766846, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  864. p43.Anchored = true
  865. p43.FormFactor = Enum.FormFactor.Custom
  866. p43.Size = Vector3.new(0.200000003, 7.1999979, 0.399989128)
  867. p43.BottomSurface = Enum.SurfaceType.Smooth
  868. p43.TopSurface = Enum.SurfaceType.Smooth
  869. p44 = Instance.new("Part", m5)
  870. p44.BrickColor = BrickColor.new("Medium stone grey")
  871. p44.Material = Enum.Material.Concrete
  872. p44.CFrame = CFrame.new(-6.39291382, 18.7652798, 5.94818115, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  873. p44.Anchored = true
  874. p44.FormFactor = Enum.FormFactor.Custom
  875. p44.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  876. p44.BottomSurface = Enum.SurfaceType.Smooth
  877. p44.TopSurface = Enum.SurfaceType.Smooth
  878. p45 = Instance.new("Part", m6)
  879. p45.BrickColor = BrickColor.new("Dark stone grey")
  880. p45.Material = Enum.Material.DiamondPlate
  881. p45.CFrame = CFrame.new(-3.73986816, 47.5333557, 49.9776001, -0.999992847, 0.00285565224, 0.000583000307, 0.00285412814, 0.999992371, -0.00240225764, -0.000589070667, -0.00240059383, -0.999994338)
  882. p45.Anchored = true
  883. p45.FormFactor = Enum.FormFactor.Custom
  884. p45.Size = Vector3.new(1.39999974, 1.79999995, 1.5999999)
  885. p45.BottomSurface = Enum.SurfaceType.Smooth
  886. p45.TopSurface = Enum.SurfaceType.Smooth
  887. b3 = Instance.new("CylinderMesh", p45)
  888. b3.Name = "Mesh"
  889. p46 = Instance.new("Part", m6)
  890. p46.BrickColor = BrickColor.new("Dark stone grey")
  891. p46.Material = Enum.Material.DiamondPlate
  892. p46.CFrame = CFrame.new(-5.23980713, 47.5376282, 49.9766846, -0.999992847, 0.00285565224, 0.000583000307, 0.00285412814, 0.999992371, -0.00240225764, -0.000589070667, -0.00240059383, -0.999994338)
  893. p46.Anchored = true
  894. p46.FormFactor = Enum.FormFactor.Custom
  895. p46.Size = Vector3.new(1.39999974, 1.79999995, 1.5999999)
  896. p46.BottomSurface = Enum.SurfaceType.Smooth
  897. p46.TopSurface = Enum.SurfaceType.Smooth
  898. b4 = Instance.new("CylinderMesh", p46)
  899. b4.Name = "Mesh"
  900. p47 = Instance.new("Part", m6)
  901. p47.BrickColor = BrickColor.new("Dark stone grey")
  902. p47.Material = Enum.Material.Concrete
  903. p47.CFrame = CFrame.new(-5.24264526, 46.5373383, 49.8791199, -0.000583059678, 0.00285564945, -0.999992669, 0.00240224577, 0.999992251, 0.00285413628, 0.999994338, -0.00240058731, -0.000589011062)
  904. p47.Anchored = true
  905. p47.FormFactor = Enum.FormFactor.Custom
  906. p47.Size = Vector3.new(3.80000019, 0.200000003, 5.19999886)
  907. p47.BottomSurface = Enum.SurfaceType.Smooth
  908. p47.TopSurface = Enum.SurfaceType.Smooth
  909. p48 = Instance.new("Part", m6)
  910. p48.BrickColor = BrickColor.new("Medium stone grey")
  911. p48.Material = Enum.Material.Brick
  912. p48.CFrame = CFrame.new(-5.24664307, 45.1376038, 49.8824768, -0.000583059678, 0.00285564945, -0.999992669, 0.00240224577, 0.999992251, 0.00285413628, 0.999994338, -0.00240058731, -0.000589011062)
  913. p48.Anchored = true
  914. p48.FormFactor = Enum.FormFactor.Custom
  915. p48.Size = Vector3.new(3, 2.60000038, 4.39999962)
  916. p48.BottomSurface = Enum.SurfaceType.Smooth
  917. p48.TopSurface = Enum.SurfaceType.Smooth
  918. p49 = Instance.new("Part", m6)
  919. p49.BrickColor = BrickColor.new("Dark stone grey")
  920. p49.Material = Enum.Material.DiamondPlate
  921. p49.CFrame = CFrame.new(-6.73983765, 47.5419159, 49.9758606, -0.999992847, 0.00285565224, 0.000583000307, 0.00285412814, 0.999992371, -0.00240225764, -0.000589070667, -0.00240059383, -0.999994338)
  922. p49.Anchored = true
  923. p49.FormFactor = Enum.FormFactor.Custom
  924. p49.Size = Vector3.new(1.39999974, 1.79999995, 1.5999999)
  925. p49.BottomSurface = Enum.SurfaceType.Smooth
  926. p49.TopSurface = Enum.SurfaceType.Smooth
  927. b5 = Instance.new("CylinderMesh", p49)
  928. b5.Name = "Mesh"
  929. p50 = Instance.new("Part", m7)
  930. p50.BrickColor = BrickColor.new("Medium stone grey")
  931. p50.Material = Enum.Material.Concrete
  932. p50.CFrame = CFrame.new(0.625030518, 1.66059208, 11.6331787, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  933. p50.Anchored = true
  934. p50.FormFactor = Enum.FormFactor.Custom
  935. p50.Size = Vector3.new(0.200000003, 2.80000114, 0.200000003)
  936. p50.BottomSurface = Enum.SurfaceType.Smooth
  937. p50.TopSurface = Enum.SurfaceType.Smooth
  938. b6 = Instance.new("CylinderMesh", p50)
  939. b6.Name = "Mesh"
  940. p51 = Instance.new("Part", m7)
  941. p51.BrickColor = BrickColor.new("Reddish brown")
  942. p51.Material = Enum.Material.Wood
  943. p51.CFrame = CFrame.new(-0.175079346, 1.76473343, 12.3972778, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  944. p51.Anchored = true
  945. p51.FormFactor = Enum.FormFactor.Custom
  946. p51.Size = Vector3.new(1.86999035, 0.200000003, 1.80000806)
  947. p51.BottomSurface = Enum.SurfaceType.Smooth
  948. p51.TopSurface = Enum.SurfaceType.Smooth
  949. p52 = Instance.new("Part", m7)
  950. p52.BrickColor = BrickColor.new("Medium stone grey")
  951. p52.Material = Enum.Material.Concrete
  952. p52.CFrame = CFrame.new(-0.976928711, 0.965049982, 11.6337891, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  953. p52.Anchored = true
  954. p52.FormFactor = Enum.FormFactor.Custom
  955. p52.Size = Vector3.new(0.200000003, 1.40000081, 0.200000003)
  956. p52.BottomSurface = Enum.SurfaceType.Smooth
  957. p52.TopSurface = Enum.SurfaceType.Smooth
  958. b7 = Instance.new("CylinderMesh", p52)
  959. b7.Name = "Mesh"
  960. p53 = Instance.new("Part", m7)
  961. p53.BrickColor = BrickColor.new("Medium stone grey")
  962. p53.Material = Enum.Material.Concrete
  963. p53.CFrame = CFrame.new(-0.977844238, 0.968895197, 13.2338257, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  964. p53.Anchored = true
  965. p53.FormFactor = Enum.FormFactor.Custom
  966. p53.Size = Vector3.new(0.200000003, 1.40000081, 0.200000003)
  967. p53.BottomSurface = Enum.SurfaceType.Smooth
  968. p53.TopSurface = Enum.SurfaceType.Smooth
  969. b8 = Instance.new("CylinderMesh", p53)
  970. b8.Name = "Mesh"
  971. p54 = Instance.new("Part", m7)
  972. p54.BrickColor = BrickColor.new("Medium stone grey")
  973. p54.Material = Enum.Material.Concrete
  974. p54.CFrame = CFrame.new(0.62411499, 1.66443729, 13.2330933, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  975. p54.Anchored = true
  976. p54.FormFactor = Enum.FormFactor.Custom
  977. p54.Size = Vector3.new(0.200000003, 2.80000114, 0.200000003)
  978. p54.BottomSurface = Enum.SurfaceType.Smooth
  979. p54.TopSurface = Enum.SurfaceType.Smooth
  980. b9 = Instance.new("CylinderMesh", p54)
  981. b9.Name = "Mesh"
  982. p55 = Instance.new("Part", m7)
  983. p55.BrickColor = BrickColor.new("Reddish brown")
  984. p55.Material = Enum.Material.Wood
  985. p55.CFrame = CFrame.new(0.630065918, 3.56247902, 12.3934326, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  986. p55.Anchored = true
  987. p55.FormFactor = Enum.FormFactor.Custom
  988. p55.Size = Vector3.new(1.86999035, 1.4000001, 0.200000003)
  989. p55.BottomSurface = Enum.SurfaceType.Smooth
  990. p55.TopSurface = Enum.SurfaceType.Smooth
  991. p56 = Instance.new("Part", m8)
  992. p56.BrickColor = BrickColor.new("Medium stone grey")
  993. p56.Material = Enum.Material.Concrete
  994. p56.CFrame = CFrame.new(-16.4788208, 0.410835534, 12.2560425, -0.000583000132, 0.00285565224, -0.999992847, 0.00240225391, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  995. p56.Anchored = true
  996. p56.FormFactor = Enum.FormFactor.Custom
  997. p56.Size = Vector3.new(0.800000012, 0.200000003, 0.800000012)
  998. p56.BottomSurface = Enum.SurfaceType.Smooth
  999. p56.TopSurface = Enum.SurfaceType.Smooth
  1000. b10 = Instance.new("CylinderMesh", p56)
  1001. b10.Name = "Mesh"
  1002. p57 = Instance.new("Part", m8)
  1003. p57.BrickColor = BrickColor.new("Medium stone grey")
  1004. p57.Material = Enum.Material.Concrete
  1005. p57.CFrame = CFrame.new(-16.4754028, 1.61087894, 12.2531738, -0.000583000132, 0.00285565224, -0.999992847, 0.00240225391, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  1006. p57.Anchored = true
  1007. p57.FormFactor = Enum.FormFactor.Custom
  1008. p57.Size = Vector3.new(0.400000006, 2.6000011, 0.400000006)
  1009. p57.BottomSurface = Enum.SurfaceType.Smooth
  1010. p57.TopSurface = Enum.SurfaceType.Smooth
  1011. b11 = Instance.new("CylinderMesh", p57)
  1012. b11.Name = "Mesh"
  1013. p58 = Instance.new("Part", m8)
  1014. p58.BrickColor = BrickColor.new("Brick yellow")
  1015. p58.Material = Enum.Material.Concrete
  1016. p58.CFrame = CFrame.new(-16.4661865, 3.11103225, 12.2796021, 0.000583000307, 0.00285565224, 0.999992847, -0.00240225764, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  1017. p58.Anchored = true
  1018. p58.FormFactor = Enum.FormFactor.Custom
  1019. p58.Size = Vector3.new(3.73999095, 0.200000003, 4.09000874)
  1020. p58.BottomSurface = Enum.SurfaceType.Smooth
  1021. p58.TopSurface = Enum.SurfaceType.Smooth
  1022. p59 = Instance.new("Part", m8)
  1023. p59.BrickColor = BrickColor.new("Reddish brown")
  1024. p59.Material = Enum.Material.Wood
  1025. p59.CFrame = CFrame.new(-16.4711609, 3.11106277, 12.2846069, 0.000583000307, 0.00285565224, 0.999992847, -0.00240225764, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  1026. p59.Anchored = true
  1027. p59.FormFactor = Enum.FormFactor.Custom
  1028. p59.Size = Vector3.new(3.66999078, 0.400000006, 4.00000858)
  1029. p59.BottomSurface = Enum.SurfaceType.Smooth
  1030. p59.TopSurface = Enum.SurfaceType.Smooth
  1031. p60 = Instance.new("Part", m9)
  1032. p60.BrickColor = BrickColor.new("Medium stone grey")
  1033. p60.Material = Enum.Material.Concrete
  1034. p60.CFrame = CFrame.new(1.73672485, 29.1426697, 5.92797852, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  1035. p60.Anchored = true
  1036. p60.FormFactor = Enum.FormFactor.Custom
  1037. p60.Size = Vector3.new(5.59999895, 0.600000262, 0.599989116)
  1038. p60.BottomSurface = Enum.SurfaceType.Smooth
  1039. p60.TopSurface = Enum.SurfaceType.Smooth
  1040. p61 = Instance.new("Part", m9)
  1041. p61.BrickColor = BrickColor.new("Dark stone grey")
  1042. p61.Material = Enum.Material.Concrete
  1043. p61.CFrame = CFrame.new(1.83779907, 29.5426636, 6.02703857, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  1044. p61.Anchored = true
  1045. p61.FormFactor = Enum.FormFactor.Custom
  1046. p61.Size = Vector3.new(4.19999075, 0.200000003, 0.399989128)
  1047. p61.BottomSurface = Enum.SurfaceType.Smooth
  1048. p61.TopSurface = Enum.SurfaceType.Smooth
  1049. p62 = Instance.new("Part", m9)
  1050. p62.BrickColor = BrickColor.new("Medium stone grey")
  1051. p62.Material = Enum.Material.SmoothPlastic
  1052. p62.Reflectance = 0.20000000298023
  1053. p62.CFrame = CFrame.new(1.74804688, 33.1425934, 6.11828613, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  1054. p62.Anchored = true
  1055. p62.FormFactor = Enum.FormFactor.Custom
  1056. p62.Size = Vector3.new(3.99998093, 7.00001144, 0.200000003)
  1057. p62.BottomSurface = Enum.SurfaceType.Smooth
  1058. p62.TopSurface = Enum.SurfaceType.Smooth
  1059. p63 = Instance.new("Part", m9)
  1060. p63.BrickColor = BrickColor.new("Dark stone grey")
  1061. p63.Material = Enum.Material.Concrete
  1062. p63.CFrame = CFrame.new(1.84811401, 33.1420898, 6.01837158, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  1063. p63.Anchored = true
  1064. p63.FormFactor = Enum.FormFactor.Custom
  1065. p63.Size = Vector3.new(4.19999123, 0.200000003, 0.399989128)
  1066. p63.BottomSurface = Enum.SurfaceType.Smooth
  1067. p63.TopSurface = Enum.SurfaceType.Smooth
  1068. p64 = Instance.new("Part", m9)
  1069. p64.BrickColor = BrickColor.new("Dark stone grey")
  1070. p64.Material = Enum.Material.Concrete
  1071. p64.CFrame = CFrame.new(1.65841675, 36.7425995, 6.00958252, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  1072. p64.Anchored = true
  1073. p64.FormFactor = Enum.FormFactor.Custom
  1074. p64.Size = Vector3.new(4.19998264, 0.200000003, 0.399989128)
  1075. p64.BottomSurface = Enum.SurfaceType.Smooth
  1076. p64.TopSurface = Enum.SurfaceType.Smooth
  1077. p65 = Instance.new("Part", m9)
  1078. p65.BrickColor = BrickColor.new("Medium stone grey")
  1079. p65.Material = Enum.Material.Concrete
  1080. p65.CFrame = CFrame.new(1.76046753, 37.4432068, 5.90802002, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  1081. p65.Anchored = true
  1082. p65.FormFactor = Enum.FormFactor.Custom
  1083. p65.Size = Vector3.new(5.59999895, 1.20000029, 0.599989116)
  1084. p65.BottomSurface = Enum.SurfaceType.Smooth
  1085. p65.TopSurface = Enum.SurfaceType.Smooth
  1086. p66 = Instance.new("Part", m9)
  1087. p66.BrickColor = BrickColor.new("Dark stone grey")
  1088. p66.Material = Enum.Material.Concrete
  1089. p66.CFrame = CFrame.new(-0.351867676, 33.1483307, 6.01708984, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  1090. p66.Anchored = true
  1091. p66.FormFactor = Enum.FormFactor.Custom
  1092. p66.Size = Vector3.new(0.200000003, 7.40000582, 0.399989128)
  1093. p66.BottomSurface = Enum.SurfaceType.Smooth
  1094. p66.TopSurface = Enum.SurfaceType.Smooth
  1095. p67 = Instance.new("Part", m9)
  1096. p67.BrickColor = BrickColor.new("Medium stone grey")
  1097. p67.Material = Enum.Material.Concrete
  1098. p67.CFrame = CFrame.new(-0.751800537, 33.1492462, 5.91693115, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  1099. p67.Anchored = true
  1100. p67.FormFactor = Enum.FormFactor.Custom
  1101. p67.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  1102. p67.BottomSurface = Enum.SurfaceType.Smooth
  1103. p67.TopSurface = Enum.SurfaceType.Smooth
  1104. p68 = Instance.new("Part", m9)
  1105. p68.BrickColor = BrickColor.new("Dark stone grey")
  1106. p68.Material = Enum.Material.Concrete
  1107. p68.CFrame = CFrame.new(3.84835815, 33.2363739, 6.01934814, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  1108. p68.Anchored = true
  1109. p68.FormFactor = Enum.FormFactor.Custom
  1110. p68.Size = Vector3.new(0.200000003, 7.1999979, 0.399989128)
  1111. p68.BottomSurface = Enum.SurfaceType.Smooth
  1112. p68.TopSurface = Enum.SurfaceType.Smooth
  1113. p69 = Instance.new("Part", m9)
  1114. p69.BrickColor = BrickColor.new("Medium stone grey")
  1115. p69.Material = Enum.Material.Concrete
  1116. p69.CFrame = CFrame.new(4.24813843, 33.1349487, 5.9197998, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  1117. p69.Anchored = true
  1118. p69.FormFactor = Enum.FormFactor.Custom
  1119. p69.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  1120. p69.BottomSurface = Enum.SurfaceType.Smooth
  1121. p69.TopSurface = Enum.SurfaceType.Smooth
  1122. p70 = Instance.new("Part", m10)
  1123. p70.BrickColor = BrickColor.new("Dusty Rose")
  1124. p70.CFrame = CFrame.new(-10.9992371, 13.8369036, 17.4968872, 0.999718845, -0.0233048331, -0.000577473431, 0.023306014, 0.999724567, 0.00240229559, 0.000524107716, -0.00241509732, 0.999994338)
  1125. p70.Anchored = true
  1126. p70.FormFactor = Enum.FormFactor.Custom
  1127. p70.Size = Vector3.new(1, 1, 1)
  1128. p70.BottomSurface = Enum.SurfaceType.Smooth
  1129. p70.TopSurface = Enum.SurfaceType.Smooth
  1130. b12 = Instance.new("SpecialMesh", p70)
  1131. b12.MeshId = "http://www.roblox.com/asset/?id=90782182"
  1132. b12.TextureId = ""
  1133. b12.MeshType = Enum.MeshType.FileMesh
  1134. b12.Name = "Mesh"
  1135. b12.Scale = Vector3.new(0.200000003, 0.100000001, 0.200000003)
  1136. p71 = Instance.new("Part", m10)
  1137. p71.BrickColor = BrickColor.new("Pastel yellow")
  1138. p71.Material = Enum.Material.SmoothPlastic
  1139. p71.CFrame = CFrame.new(-11.0039368, 14.0368547, 17.4963989, -0.999727905, 0.0233056396, -0.000577877159, -0.0233069379, -0.999725223, 0.00240379362, -0.000521798211, 0.00241660979, 0.999996901)
  1140. p71.Anchored = true
  1141. p71.FormFactor = Enum.FormFactor.Custom
  1142. p71.Size = Vector3.new(0.600000024, 0.600000024, 0.600000024)
  1143. p71.BottomSurface = Enum.SurfaceType.Smooth
  1144. p71.TopSurface = Enum.SurfaceType.Smooth
  1145. b13 = Instance.new("SpecialMesh", p71)
  1146. b13.MeshType = Enum.MeshType.Sphere
  1147. b13.Name = "Mesh"
  1148. b13.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1149. x1 = Instance.new("PointLight", p71)
  1150. x1.Color = Color3.new(1, 1, 0.498039)
  1151. x1.Range = 15
  1152. p72 = Instance.new("Part", m10)
  1153. p72.BrickColor = BrickColor.new("Dusty Rose")
  1154. p72.Material = Enum.Material.SmoothPlastic
  1155. p72.CFrame = CFrame.new(-11.004364, 14.056859, 17.4963074, -0.999727905, 0.0233056396, -0.000577877159, -0.0233069379, -0.999725223, 0.00240379362, -0.000521798211, 0.00241660979, 0.999996901)
  1156. p72.Anchored = true
  1157. p72.FormFactor = Enum.FormFactor.Custom
  1158. p72.Size = Vector3.new(0.600000024, 0.600000024, 0.600000024)
  1159. p72.BottomSurface = Enum.SurfaceType.Smooth
  1160. p72.TopSurface = Enum.SurfaceType.Smooth
  1161. b14 = Instance.new("SpecialMesh", p72)
  1162. b14.MeshType = Enum.MeshType.Sphere
  1163. b14.Name = "Mesh"
  1164. b14.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1165. p73 = Instance.new("Part", m10)
  1166. p73.BrickColor = BrickColor.new("Dark stone grey")
  1167. p73.Material = Enum.Material.DiamondPlate
  1168. p73.CFrame = CFrame.new(-11.0223083, 14.396596, 17.4955139, -0.999725282, -0.0233046412, 0.000582849083, -0.0233061407, 0.999724507, -0.00240222854, -0.000526046031, -0.00241516344, -0.999994397)
  1169. p73.Anchored = true
  1170. p73.FormFactor = Enum.FormFactor.Custom
  1171. p73.Size = Vector3.new(0.200000003, 0.400001049, 0.200000003)
  1172. p73.BottomSurface = Enum.SurfaceType.Smooth
  1173. p73.TopSurface = Enum.SurfaceType.Smooth
  1174. b15 = Instance.new("CylinderMesh", p73)
  1175. b15.Name = "Mesh"
  1176. p74 = Instance.new("Part", m11)
  1177. p74.BrickColor = BrickColor.new("Brown")
  1178. p74.CFrame = CFrame.new(-16.4149475, 3.43828773, 11.5186768, 0.999718845, -0.0233048331, -0.000577473431, 0.023306014, 0.999724567, 0.00240229559, 0.000524107716, -0.00241509732, 0.999994338)
  1179. p74.Anchored = true
  1180. p74.FormFactor = Enum.FormFactor.Custom
  1181. p74.Size = Vector3.new(1, 0.200000003, 1)
  1182. p74.BottomSurface = Enum.SurfaceType.Smooth
  1183. p74.TopSurface = Enum.SurfaceType.Smooth
  1184. b16 = Instance.new("SpecialMesh", p74)
  1185. b16.MeshId = "http://www.roblox.com/asset/?id=90782182"
  1186. b16.TextureId = ""
  1187. b16.MeshType = Enum.MeshType.FileMesh
  1188. b16.Name = "Mesh"
  1189. b16.Scale = Vector3.new(0.100000001, 0.100000001, 0.100000001)
  1190. p75 = Instance.new("Part", m11)
  1191. p75.BrickColor = BrickColor.new("Dark stone grey")
  1192. p75.Material = Enum.Material.DiamondPlate
  1193. p75.CFrame = CFrame.new(-16.4370728, 4.2980442, 11.5166016, -0.999725282, -0.0233046412, 0.000582849083, -0.0233061407, 0.999724507, -0.00240222854, -0.000526046031, -0.00241516344, -0.999994397)
  1194. p75.Anchored = true
  1195. p75.FormFactor = Enum.FormFactor.Custom
  1196. p75.Size = Vector3.new(0.200000003, 1.20000112, 0.200000003)
  1197. p75.BottomSurface = Enum.SurfaceType.Smooth
  1198. p75.TopSurface = Enum.SurfaceType.Smooth
  1199. b17 = Instance.new("CylinderMesh", p75)
  1200. b17.Name = "Mesh"
  1201. p76 = Instance.new("Part", m11)
  1202. p76.BrickColor = BrickColor.new("Dusty Rose")
  1203. p76.CFrame = CFrame.new(-16.4222717, 4.53806496, 11.5159912, 0.999718845, -0.0233048331, -0.000577473431, 0.023306014, 0.999724567, 0.00240229559, 0.000524107716, -0.00241509732, 0.999994338)
  1204. p76.Anchored = true
  1205. p76.FormFactor = Enum.FormFactor.Custom
  1206. p76.Size = Vector3.new(1, 1, 1)
  1207. p76.BottomSurface = Enum.SurfaceType.Smooth
  1208. p76.TopSurface = Enum.SurfaceType.Smooth
  1209. b18 = Instance.new("SpecialMesh", p76)
  1210. b18.MeshId = "http://www.roblox.com/asset/?id=90782182"
  1211. b18.TextureId = ""
  1212. b18.MeshType = Enum.MeshType.FileMesh
  1213. b18.Name = "Mesh"
  1214. b18.Scale = Vector3.new(0.100000001, 0.100000001, 0.100000001)
  1215. p77 = Instance.new("Part", m11)
  1216. p77.BrickColor = BrickColor.new("Pastel yellow")
  1217. p77.Material = Enum.Material.SmoothPlastic
  1218. p77.CFrame = CFrame.new(-16.4268494, 4.73775673, 11.515564, -0.999727905, 0.0233056396, -0.000577877159, -0.0233069379, -0.999725223, 0.00240379362, -0.000521798211, 0.00241660979, 0.999996901)
  1219. p77.Anchored = true
  1220. p77.FormFactor = Enum.FormFactor.Custom
  1221. p77.Size = Vector3.new(0.600000024, 0.600000024, 0.600000024)
  1222. p77.BottomSurface = Enum.SurfaceType.Smooth
  1223. p77.TopSurface = Enum.SurfaceType.Smooth
  1224. b19 = Instance.new("SpecialMesh", p77)
  1225. b19.MeshType = Enum.MeshType.Sphere
  1226. b19.Name = "Mesh"
  1227. b19.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1228. x2 = Instance.new("PointLight", p77)
  1229. x2.Color = Color3.new(1, 1, 0.498039)
  1230. x2.Range = 15
  1231. p78 = Instance.new("Part", m11)
  1232. p78.BrickColor = BrickColor.new("Dusty Rose")
  1233. p78.Material = Enum.Material.SmoothPlastic
  1234. p78.CFrame = CFrame.new(-16.4273987, 4.75773048, 11.5155029, -0.999727905, 0.0233056396, -0.000577877159, -0.0233069379, -0.999725223, 0.00240379362, -0.000521798211, 0.00241660979, 0.999996901)
  1235. p78.Anchored = true
  1236. p78.FormFactor = Enum.FormFactor.Custom
  1237. p78.Size = Vector3.new(0.600000024, 0.600000024, 0.600000024)
  1238. p78.BottomSurface = Enum.SurfaceType.Smooth
  1239. p78.TopSurface = Enum.SurfaceType.Smooth
  1240. b20 = Instance.new("SpecialMesh", p78)
  1241. b20.MeshType = Enum.MeshType.Sphere
  1242. b20.Name = "Mesh"
  1243. b20.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1244. p79 = Instance.new("Part", m12)
  1245. p79.BrickColor = BrickColor.new("Medium stone grey")
  1246. p79.Material = Enum.Material.Concrete
  1247. p79.CFrame = CFrame.new(1.69564819, 14.7428179, 5.96258545, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  1248. p79.Anchored = true
  1249. p79.FormFactor = Enum.FormFactor.Custom
  1250. p79.Size = Vector3.new(5.59999895, 0.600000262, 0.599989116)
  1251. p79.BottomSurface = Enum.SurfaceType.Smooth
  1252. p79.TopSurface = Enum.SurfaceType.Smooth
  1253. p80 = Instance.new("Part", m12)
  1254. p80.BrickColor = BrickColor.new("Dark stone grey")
  1255. p80.Material = Enum.Material.Concrete
  1256. p80.CFrame = CFrame.new(1.79672241, 15.1427965, 6.06158447, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  1257. p80.Anchored = true
  1258. p80.FormFactor = Enum.FormFactor.Custom
  1259. p80.Size = Vector3.new(4.19999075, 0.200000003, 0.399989128)
  1260. p80.BottomSurface = Enum.SurfaceType.Smooth
  1261. p80.TopSurface = Enum.SurfaceType.Smooth
  1262. p81 = Instance.new("Part", m12)
  1263. p81.BrickColor = BrickColor.new("Medium stone grey")
  1264. p81.Material = Enum.Material.SmoothPlastic
  1265. p81.Reflectance = 0.20000000298023
  1266. p81.CFrame = CFrame.new(1.70690918, 18.7426662, 6.15283203, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  1267. p81.Anchored = true
  1268. p81.FormFactor = Enum.FormFactor.Custom
  1269. p81.Size = Vector3.new(3.99998093, 7.00001144, 0.200000003)
  1270. p81.BottomSurface = Enum.SurfaceType.Smooth
  1271. p81.TopSurface = Enum.SurfaceType.Smooth
  1272. p82 = Instance.new("Part", m12)
  1273. p82.BrickColor = BrickColor.new("Dark stone grey")
  1274. p82.Material = Enum.Material.Concrete
  1275. p82.CFrame = CFrame.new(1.80700684, 18.7421474, 6.05297852, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  1276. p82.Anchored = true
  1277. p82.FormFactor = Enum.FormFactor.Custom
  1278. p82.Size = Vector3.new(4.19999123, 0.200000003, 0.399989128)
  1279. p82.BottomSurface = Enum.SurfaceType.Smooth
  1280. p82.TopSurface = Enum.SurfaceType.Smooth
  1281. p83 = Instance.new("Part", m12)
  1282. p83.BrickColor = BrickColor.new("Dark stone grey")
  1283. p83.Material = Enum.Material.Concrete
  1284. p83.CFrame = CFrame.new(1.61730957, 22.3426762, 6.04418945, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  1285. p83.Anchored = true
  1286. p83.FormFactor = Enum.FormFactor.Custom
  1287. p83.Size = Vector3.new(4.19998264, 0.200000003, 0.399989128)
  1288. p83.BottomSurface = Enum.SurfaceType.Smooth
  1289. p83.TopSurface = Enum.SurfaceType.Smooth
  1290. p84 = Instance.new("Part", m12)
  1291. p84.BrickColor = BrickColor.new("Medium stone grey")
  1292. p84.Material = Enum.Material.Concrete
  1293. p84.CFrame = CFrame.new(1.71932983, 23.0432682, 5.94262695, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  1294. p84.Anchored = true
  1295. p84.FormFactor = Enum.FormFactor.Custom
  1296. p84.Size = Vector3.new(5.59999895, 1.20000029, 0.599989116)
  1297. p84.BottomSurface = Enum.SurfaceType.Smooth
  1298. p84.TopSurface = Enum.SurfaceType.Smooth
  1299. p85 = Instance.new("Part", m12)
  1300. p85.BrickColor = BrickColor.new("Dark stone grey")
  1301. p85.Material = Enum.Material.Concrete
  1302. p85.CFrame = CFrame.new(-0.392944336, 18.7484035, 6.05163574, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  1303. p85.Anchored = true
  1304. p85.FormFactor = Enum.FormFactor.Custom
  1305. p85.Size = Vector3.new(0.200000003, 7.40000582, 0.399989128)
  1306. p85.BottomSurface = Enum.SurfaceType.Smooth
  1307. p85.TopSurface = Enum.SurfaceType.Smooth
  1308. p86 = Instance.new("Part", m12)
  1309. p86.BrickColor = BrickColor.new("Medium stone grey")
  1310. p86.Material = Enum.Material.Concrete
  1311. p86.CFrame = CFrame.new(-0.792938232, 18.7493191, 5.95147705, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  1312. p86.Anchored = true
  1313. p86.FormFactor = Enum.FormFactor.Custom
  1314. p86.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  1315. p86.BottomSurface = Enum.SurfaceType.Smooth
  1316. p86.TopSurface = Enum.SurfaceType.Smooth
  1317. p87 = Instance.new("Part", m12)
  1318. p87.BrickColor = BrickColor.new("Dark stone grey")
  1319. p87.Material = Enum.Material.Concrete
  1320. p87.CFrame = CFrame.new(3.80725098, 18.8364487, 6.05389404, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  1321. p87.Anchored = true
  1322. p87.FormFactor = Enum.FormFactor.Custom
  1323. p87.Size = Vector3.new(0.200000003, 7.1999979, 0.399989128)
  1324. p87.BottomSurface = Enum.SurfaceType.Smooth
  1325. p87.TopSurface = Enum.SurfaceType.Smooth
  1326. p88 = Instance.new("Part", m12)
  1327. p88.BrickColor = BrickColor.new("Medium stone grey")
  1328. p88.Material = Enum.Material.Concrete
  1329. p88.CFrame = CFrame.new(4.20706177, 18.7350368, 5.95440674, 0.999992847, 0.00285565224, -0.000583000307, -0.00285412814, 0.999992371, 0.00240225764, 0.000589070667, -0.00240059383, 0.999994338)
  1330. p88.Anchored = true
  1331. p88.FormFactor = Enum.FormFactor.Custom
  1332. p88.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  1333. p88.BottomSurface = Enum.SurfaceType.Smooth
  1334. p88.TopSurface = Enum.SurfaceType.Smooth
  1335. p89 = Instance.new("Part", m13)
  1336. p89.BrickColor = BrickColor.new("Medium stone grey")
  1337. p89.Material = Enum.Material.Concrete
  1338. p89.CFrame = CFrame.new(15.6813354, 14.76122, 30.3404236, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  1339. p89.Anchored = true
  1340. p89.FormFactor = Enum.FormFactor.Custom
  1341. p89.Size = Vector3.new(5.59999895, 0.600000262, 0.599989116)
  1342. p89.BottomSurface = Enum.SurfaceType.Smooth
  1343. p89.TopSurface = Enum.SurfaceType.Smooth
  1344. p90 = Instance.new("Part", m13)
  1345. p90.BrickColor = BrickColor.new("Dark stone grey")
  1346. p90.Material = Enum.Material.Concrete
  1347. p90.CFrame = CFrame.new(15.5824585, 15.1617632, 30.4393616, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  1348. p90.Anchored = true
  1349. p90.FormFactor = Enum.FormFactor.Custom
  1350. p90.Size = Vector3.new(4.19999075, 0.200000003, 0.399989128)
  1351. p90.BottomSurface = Enum.SurfaceType.Smooth
  1352. p90.TopSurface = Enum.SurfaceType.Smooth
  1353. p91 = Instance.new("Part", m13)
  1354. p91.BrickColor = BrickColor.new("Medium stone grey")
  1355. p91.Material = Enum.Material.SmoothPlastic
  1356. p91.Reflectance = 0.20000000298023
  1357. p91.CFrame = CFrame.new(15.4927368, 18.7611904, 30.330658, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  1358. p91.Anchored = true
  1359. p91.FormFactor = Enum.FormFactor.Custom
  1360. p91.Size = Vector3.new(3.99998093, 7.00001144, 0.200000003)
  1361. p91.BottomSurface = Enum.SurfaceType.Smooth
  1362. p91.TopSurface = Enum.SurfaceType.Smooth
  1363. p92 = Instance.new("Part", m13)
  1364. p92.BrickColor = BrickColor.new("Dark stone grey")
  1365. p92.Material = Enum.Material.Concrete
  1366. p92.CFrame = CFrame.new(15.5927124, 18.7611446, 30.4307251, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  1367. p92.Anchored = true
  1368. p92.FormFactor = Enum.FormFactor.Custom
  1369. p92.Size = Vector3.new(4.19999123, 0.200000003, 0.399989128)
  1370. p92.BottomSurface = Enum.SurfaceType.Smooth
  1371. p92.TopSurface = Enum.SurfaceType.Smooth
  1372. p93 = Instance.new("Part", m13)
  1373. p93.BrickColor = BrickColor.new("Dark stone grey")
  1374. p93.Material = Enum.Material.Concrete
  1375. p93.CFrame = CFrame.new(15.6031189, 22.3606205, 30.222168, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  1376. p93.Anchored = true
  1377. p93.FormFactor = Enum.FormFactor.Custom
  1378. p93.Size = Vector3.new(4.19998264, 0.200000003, 0.399989128)
  1379. p93.BottomSurface = Enum.SurfaceType.Smooth
  1380. p93.TopSurface = Enum.SurfaceType.Smooth
  1381. p94 = Instance.new("Part", m13)
  1382. p94.BrickColor = BrickColor.new("Medium stone grey")
  1383. p94.Material = Enum.Material.Concrete
  1384. p94.CFrame = CFrame.new(15.7050476, 23.0617466, 30.3204956, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  1385. p94.Anchored = true
  1386. p94.FormFactor = Enum.FormFactor.Custom
  1387. p94.Size = Vector3.new(5.59999895, 1.20000029, 0.599989116)
  1388. p94.BottomSurface = Enum.SurfaceType.Smooth
  1389. p94.TopSurface = Enum.SurfaceType.Smooth
  1390. p95 = Instance.new("Part", m13)
  1391. p95.BrickColor = BrickColor.new("Dark stone grey")
  1392. p95.Material = Enum.Material.Concrete
  1393. p95.CFrame = CFrame.new(15.5940552, 18.7558193, 28.230835, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  1394. p95.Anchored = true
  1395. p95.FormFactor = Enum.FormFactor.Custom
  1396. p95.Size = Vector3.new(0.200000003, 7.40000582, 0.399989128)
  1397. p95.BottomSurface = Enum.SurfaceType.Smooth
  1398. p95.TopSurface = Enum.SurfaceType.Smooth
  1399. p96 = Instance.new("Part", m13)
  1400. p96.BrickColor = BrickColor.new("Medium stone grey")
  1401. p96.Material = Enum.Material.Concrete
  1402. p96.CFrame = CFrame.new(15.6942444, 18.7546291, 27.8308411, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  1403. p96.Anchored = true
  1404. p96.FormFactor = Enum.FormFactor.Custom
  1405. p96.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  1406. p96.BottomSurface = Enum.SurfaceType.Smooth
  1407. p96.TopSurface = Enum.SurfaceType.Smooth
  1408. p97 = Instance.new("Part", m13)
  1409. p97.BrickColor = BrickColor.new("Dark stone grey")
  1410. p97.Material = Enum.Material.Concrete
  1411. p97.CFrame = CFrame.new(15.5918579, 18.8659744, 32.430481, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  1412. p97.Anchored = true
  1413. p97.FormFactor = Enum.FormFactor.Custom
  1414. p97.Size = Vector3.new(0.200000003, 7.1999979, 0.399989128)
  1415. p97.BottomSurface = Enum.SurfaceType.Smooth
  1416. p97.TopSurface = Enum.SurfaceType.Smooth
  1417. p98 = Instance.new("Part", m13)
  1418. p98.BrickColor = BrickColor.new("Medium stone grey")
  1419. p98.Material = Enum.Material.Concrete
  1420. p98.CFrame = CFrame.new(15.6913147, 18.7666073, 32.83078, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  1421. p98.Anchored = true
  1422. p98.FormFactor = Enum.FormFactor.Custom
  1423. p98.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  1424. p98.BottomSurface = Enum.SurfaceType.Smooth
  1425. p98.TopSurface = Enum.SurfaceType.Smooth
  1426. p99 = Instance.new("Part", m14)
  1427. p99.BrickColor = BrickColor.new("Medium stone grey")
  1428. p99.Material = Enum.Material.Concrete
  1429. p99.CFrame = CFrame.new(-10.1616821, 0.486488611, 34.4594116, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  1430. p99.Anchored = true
  1431. p99.FormFactor = Enum.FormFactor.Custom
  1432. p99.Size = Vector3.new(0.800000012, 0.200000003, 0.800000012)
  1433. p99.BottomSurface = Enum.SurfaceType.Smooth
  1434. p99.TopSurface = Enum.SurfaceType.Smooth
  1435. b21 = Instance.new("CylinderMesh", p99)
  1436. b21.Name = "Mesh"
  1437. p100 = Instance.new("Part", m14)
  1438. p100.BrickColor = BrickColor.new("Medium stone grey")
  1439. p100.Material = Enum.Material.Concrete
  1440. p100.CFrame = CFrame.new(-10.1596985, 1.18550897, 34.4577637, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  1441. p100.Anchored = true
  1442. p100.FormFactor = Enum.FormFactor.Custom
  1443. p100.Size = Vector3.new(0.400000006, 1.20000076, 0.400000006)
  1444. p100.BottomSurface = Enum.SurfaceType.Smooth
  1445. p100.TopSurface = Enum.SurfaceType.Smooth
  1446. b22 = Instance.new("CylinderMesh", p100)
  1447. b22.Name = "Mesh"
  1448. p101 = Instance.new("Part", m14)
  1449. p101.BrickColor = BrickColor.new("Dusty Rose")
  1450. p101.Material = Enum.Material.Concrete
  1451. p101.Reflectance = 0.20000000298023
  1452. p101.CFrame = CFrame.new(-10.1574402, 1.98652017, 34.4558411, -0.999992847, -0.00285560009, -0.000583045126, 0.00285403873, -0.999992371, 0.00240225228, -0.000589072471, 0.00240054913, 0.999994397)
  1453. p101.Anchored = true
  1454. p101.FormFactor = Enum.FormFactor.Custom
  1455. p101.Size = Vector3.new(2.00001645, 0.399999976, 2)
  1456. p101.BottomSurface = Enum.SurfaceType.Smooth
  1457. p101.TopSurface = Enum.SurfaceType.Smooth
  1458. b23 = Instance.new("CylinderMesh", p101)
  1459. b23.Name = "Mesh"
  1460. p102 = Instance.new("Part", m14)
  1461. p102.BrickColor = BrickColor.new("Brick yellow")
  1462. p102.Material = Enum.Material.Concrete
  1463. p102.CFrame = CFrame.new(-10.1674194, 1.98653543, 34.4558411, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  1464. p102.Anchored = true
  1465. p102.FormFactor = Enum.FormFactor.Custom
  1466. p102.Size = Vector3.new(2.1400001, 0.200000003, 2.06000042)
  1467. p102.BottomSurface = Enum.SurfaceType.Smooth
  1468. p102.TopSurface = Enum.SurfaceType.Smooth
  1469. b24 = Instance.new("CylinderMesh", p102)
  1470. b24.Name = "Mesh"
  1471. p103 = Instance.new("Part", m15)
  1472. p103.BrickColor = BrickColor.new("Dusty Rose")
  1473. p103.CFrame = CFrame.new(-11.217804, 13.9138536, 49.2964172, 0.999718845, -0.0233048331, -0.000577473431, 0.023306014, 0.999724567, 0.00240229559, 0.000524107716, -0.00241509732, 0.999994338)
  1474. p103.Anchored = true
  1475. p103.FormFactor = Enum.FormFactor.Custom
  1476. p103.Size = Vector3.new(1, 1, 1)
  1477. p103.BottomSurface = Enum.SurfaceType.Smooth
  1478. p103.TopSurface = Enum.SurfaceType.Smooth
  1479. b25 = Instance.new("SpecialMesh", p103)
  1480. b25.MeshId = "http://www.roblox.com/asset/?id=90782182"
  1481. b25.TextureId = ""
  1482. b25.MeshType = Enum.MeshType.FileMesh
  1483. b25.Name = "Mesh"
  1484. b25.Scale = Vector3.new(0.200000003, 0.100000001, 0.200000003)
  1485. p104 = Instance.new("Part", m15)
  1486. p104.BrickColor = BrickColor.new("Pastel yellow")
  1487. p104.Material = Enum.Material.SmoothPlastic
  1488. p104.CFrame = CFrame.new(-11.2224731, 14.1138048, 49.2959595, -0.999727905, 0.0233056396, -0.000577877159, -0.0233069379, -0.999725223, 0.00240379362, -0.000521798211, 0.00241660979, 0.999996901)
  1489. p104.Anchored = true
  1490. p104.FormFactor = Enum.FormFactor.Custom
  1491. p104.Size = Vector3.new(0.600000024, 0.600000024, 0.600000024)
  1492. p104.BottomSurface = Enum.SurfaceType.Smooth
  1493. p104.TopSurface = Enum.SurfaceType.Smooth
  1494. b26 = Instance.new("SpecialMesh", p104)
  1495. b26.MeshType = Enum.MeshType.Sphere
  1496. b26.Name = "Mesh"
  1497. b26.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1498. x3 = Instance.new("PointLight", p104)
  1499. x3.Color = Color3.new(1, 1, 0.498039)
  1500. x3.Range = 15
  1501. p105 = Instance.new("Part", m15)
  1502. p105.BrickColor = BrickColor.new("Dusty Rose")
  1503. p105.Material = Enum.Material.SmoothPlastic
  1504. p105.CFrame = CFrame.new(-11.2229614, 14.1338243, 49.295929, -0.999727905, 0.0233056396, -0.000577877159, -0.0233069379, -0.999725223, 0.00240379362, -0.000521798211, 0.00241660979, 0.999996901)
  1505. p105.Anchored = true
  1506. p105.FormFactor = Enum.FormFactor.Custom
  1507. p105.Size = Vector3.new(0.600000024, 0.600000024, 0.600000024)
  1508. p105.BottomSurface = Enum.SurfaceType.Smooth
  1509. p105.TopSurface = Enum.SurfaceType.Smooth
  1510. b27 = Instance.new("SpecialMesh", p105)
  1511. b27.MeshType = Enum.MeshType.Sphere
  1512. b27.Name = "Mesh"
  1513. b27.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1514. p106 = Instance.new("Part", m15)
  1515. p106.BrickColor = BrickColor.new("Dark stone grey")
  1516. p106.Material = Enum.Material.DiamondPlate
  1517. p106.CFrame = CFrame.new(-11.2408447, 14.4735613, 49.295105, -0.999725282, -0.0233046412, 0.000582849083, -0.0233061407, 0.999724507, -0.00240222854, -0.000526046031, -0.00241516344, -0.999994397)
  1518. p106.Anchored = true
  1519. p106.FormFactor = Enum.FormFactor.Custom
  1520. p106.Size = Vector3.new(0.200000003, 0.400001049, 0.200000003)
  1521. p106.BottomSurface = Enum.SurfaceType.Smooth
  1522. p106.TopSurface = Enum.SurfaceType.Smooth
  1523. b28 = Instance.new("CylinderMesh", p106)
  1524. b28.Name = "Mesh"
  1525. p107 = Instance.new("Part", m16)
  1526. p107.BrickColor = BrickColor.new("Dusty Rose")
  1527. p107.CFrame = CFrame.new(3.20056152, 13.7964067, 17.5052185, 0.999718845, -0.0233048331, -0.000577473431, 0.023306014, 0.999724567, 0.00240229559, 0.000524107716, -0.00241509732, 0.999994338)
  1528. p107.Anchored = true
  1529. p107.FormFactor = Enum.FormFactor.Custom
  1530. p107.Size = Vector3.new(1, 1, 1)
  1531. p107.BottomSurface = Enum.SurfaceType.Smooth
  1532. p107.TopSurface = Enum.SurfaceType.Smooth
  1533. b29 = Instance.new("SpecialMesh", p107)
  1534. b29.MeshId = "http://www.roblox.com/asset/?id=90782182"
  1535. b29.TextureId = ""
  1536. b29.MeshType = Enum.MeshType.FileMesh
  1537. b29.Name = "Mesh"
  1538. b29.Scale = Vector3.new(0.200000003, 0.100000001, 0.200000003)
  1539. p108 = Instance.new("Part", m16)
  1540. p108.BrickColor = BrickColor.new("Pastel yellow")
  1541. p108.Material = Enum.Material.SmoothPlastic
  1542. p108.CFrame = CFrame.new(3.19589233, 13.9963427, 17.5047913, -0.999727905, 0.0233056396, -0.000577877159, -0.0233069379, -0.999725223, 0.00240379362, -0.000521798211, 0.00241660979, 0.999996901)
  1543. p108.Anchored = true
  1544. p108.FormFactor = Enum.FormFactor.Custom
  1545. p108.Size = Vector3.new(0.600000024, 0.600000024, 0.600000024)
  1546. p108.BottomSurface = Enum.SurfaceType.Smooth
  1547. p108.TopSurface = Enum.SurfaceType.Smooth
  1548. b30 = Instance.new("SpecialMesh", p108)
  1549. b30.MeshType = Enum.MeshType.Sphere
  1550. b30.Name = "Mesh"
  1551. b30.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1552. x4 = Instance.new("PointLight", p108)
  1553. x4.Color = Color3.new(1, 1, 0.498039)
  1554. x4.Range = 15
  1555. p109 = Instance.new("Part", m16)
  1556. p109.BrickColor = BrickColor.new("Dusty Rose")
  1557. p109.Material = Enum.Material.SmoothPlastic
  1558. p109.CFrame = CFrame.new(3.19549561, 14.0163317, 17.5046692, -0.999727905, 0.0233056396, -0.000577877159, -0.0233069379, -0.999725223, 0.00240379362, -0.000521798211, 0.00241660979, 0.999996901)
  1559. p109.Anchored = true
  1560. p109.FormFactor = Enum.FormFactor.Custom
  1561. p109.Size = Vector3.new(0.600000024, 0.600000024, 0.600000024)
  1562. p109.BottomSurface = Enum.SurfaceType.Smooth
  1563. p109.TopSurface = Enum.SurfaceType.Smooth
  1564. b31 = Instance.new("SpecialMesh", p109)
  1565. b31.MeshType = Enum.MeshType.Sphere
  1566. b31.Name = "Mesh"
  1567. b31.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1568. p110 = Instance.new("Part", m16)
  1569. p110.BrickColor = BrickColor.new("Dark stone grey")
  1570. p110.Material = Enum.Material.DiamondPlate
  1571. p110.CFrame = CFrame.new(3.17749023, 14.3560534, 17.5038757, -0.999725282, -0.0233046412, 0.000582849083, -0.0233061407, 0.999724507, -0.00240222854, -0.000526046031, -0.00241516344, -0.999994397)
  1572. p110.Anchored = true
  1573. p110.FormFactor = Enum.FormFactor.Custom
  1574. p110.Size = Vector3.new(0.200000003, 0.400001049, 0.200000003)
  1575. p110.BottomSurface = Enum.SurfaceType.Smooth
  1576. p110.TopSurface = Enum.SurfaceType.Smooth
  1577. b32 = Instance.new("CylinderMesh", p110)
  1578. b32.Name = "Mesh"
  1579. p111 = Instance.new("Part", m17)
  1580. p111.BrickColor = BrickColor.new("Dusty Rose")
  1581. p111.CFrame = CFrame.new(3.18203735, 13.872777, 49.3049622, 0.999718845, -0.0233048331, -0.000577473431, 0.023306014, 0.999724567, 0.00240229559, 0.000524107716, -0.00241509732, 0.999994338)
  1582. p111.Anchored = true
  1583. p111.FormFactor = Enum.FormFactor.Custom
  1584. p111.Size = Vector3.new(1, 1, 1)
  1585. p111.BottomSurface = Enum.SurfaceType.Smooth
  1586. p111.TopSurface = Enum.SurfaceType.Smooth
  1587. b33 = Instance.new("SpecialMesh", p111)
  1588. b33.MeshId = "http://www.roblox.com/asset/?id=90782182"
  1589. b33.TextureId = ""
  1590. b33.MeshType = Enum.MeshType.FileMesh
  1591. b33.Name = "Mesh"
  1592. b33.Scale = Vector3.new(0.200000003, 0.100000001, 0.200000003)
  1593. p112 = Instance.new("Part", m17)
  1594. p112.BrickColor = BrickColor.new("Pastel yellow")
  1595. p112.Material = Enum.Material.SmoothPlastic
  1596. p112.CFrame = CFrame.new(3.17739868, 14.0727282, 49.3044434, -0.999727905, 0.0233056396, -0.000577877159, -0.0233069379, -0.999725223, 0.00240379362, -0.000521798211, 0.00241660979, 0.999996901)
  1597. p112.Anchored = true
  1598. p112.FormFactor = Enum.FormFactor.Custom
  1599. p112.Size = Vector3.new(0.600000024, 0.600000024, 0.600000024)
  1600. p112.BottomSurface = Enum.SurfaceType.Smooth
  1601. p112.TopSurface = Enum.SurfaceType.Smooth
  1602. b34 = Instance.new("SpecialMesh", p112)
  1603. b34.MeshType = Enum.MeshType.Sphere
  1604. b34.Name = "Mesh"
  1605. b34.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1606. x5 = Instance.new("PointLight", p112)
  1607. x5.Color = Color3.new(1, 1, 0.498039)
  1608. x5.Range = 15
  1609. p113 = Instance.new("Part", m17)
  1610. p113.BrickColor = BrickColor.new("Dusty Rose")
  1611. p113.Material = Enum.Material.SmoothPlastic
  1612. p113.CFrame = CFrame.new(3.17694092, 14.0927172, 49.3044128, -0.999727905, 0.0233056396, -0.000577877159, -0.0233069379, -0.999725223, 0.00240379362, -0.000521798211, 0.00241660979, 0.999996901)
  1613. p113.Anchored = true
  1614. p113.FormFactor = Enum.FormFactor.Custom
  1615. p113.Size = Vector3.new(0.600000024, 0.600000024, 0.600000024)
  1616. p113.BottomSurface = Enum.SurfaceType.Smooth
  1617. p113.TopSurface = Enum.SurfaceType.Smooth
  1618. b35 = Instance.new("SpecialMesh", p113)
  1619. b35.MeshType = Enum.MeshType.Sphere
  1620. b35.Name = "Mesh"
  1621. b35.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1622. p114 = Instance.new("Part", m17)
  1623. p114.BrickColor = BrickColor.new("Dark stone grey")
  1624. p114.Material = Enum.Material.DiamondPlate
  1625. p114.CFrame = CFrame.new(3.15896606, 14.4324541, 49.3035583, -0.999725282, -0.0233046412, 0.000582849083, -0.0233061407, 0.999724507, -0.00240222854, -0.000526046031, -0.00241516344, -0.999994397)
  1626. p114.Anchored = true
  1627. p114.FormFactor = Enum.FormFactor.Custom
  1628. p114.Size = Vector3.new(0.200000003, 0.400001049, 0.200000003)
  1629. p114.BottomSurface = Enum.SurfaceType.Smooth
  1630. p114.TopSurface = Enum.SurfaceType.Smooth
  1631. b36 = Instance.new("CylinderMesh", p114)
  1632. b36.Name = "Mesh"
  1633. p115 = Instance.new("Part", m18)
  1634. p115.BrickColor = BrickColor.new("Dusty Rose")
  1635. p115.CFrame = CFrame.new(3.19155884, 13.8333635, 32.9051208, 0.999718845, -0.0233048331, -0.000577473431, 0.023306014, 0.999724567, 0.00240229559, 0.000524107716, -0.00241509732, 0.999994338)
  1636. p115.Anchored = true
  1637. p115.FormFactor = Enum.FormFactor.Custom
  1638. p115.Size = Vector3.new(1, 1, 1)
  1639. p115.BottomSurface = Enum.SurfaceType.Smooth
  1640. p115.TopSurface = Enum.SurfaceType.Smooth
  1641. b37 = Instance.new("SpecialMesh", p115)
  1642. b37.MeshId = "http://www.roblox.com/asset/?id=90782182"
  1643. b37.TextureId = ""
  1644. b37.MeshType = Enum.MeshType.FileMesh
  1645. b37.Name = "Mesh"
  1646. b37.Scale = Vector3.new(0.200000003, 0.100000001, 0.200000003)
  1647. p116 = Instance.new("Part", m18)
  1648. p116.BrickColor = BrickColor.new("Pastel yellow")
  1649. p116.Material = Enum.Material.SmoothPlastic
  1650. p116.CFrame = CFrame.new(3.18692017, 14.0333452, 32.9046936, -0.999727905, 0.0233056396, -0.000577877159, -0.0233069379, -0.999725223, 0.00240379362, -0.000521798211, 0.00241660979, 0.999996901)
  1651. p116.Anchored = true
  1652. p116.FormFactor = Enum.FormFactor.Custom
  1653. p116.Size = Vector3.new(0.600000024, 0.600000024, 0.600000024)
  1654. p116.BottomSurface = Enum.SurfaceType.Smooth
  1655. p116.TopSurface = Enum.SurfaceType.Smooth
  1656. b38 = Instance.new("SpecialMesh", p116)
  1657. b38.MeshType = Enum.MeshType.Sphere
  1658. b38.Name = "Mesh"
  1659. b38.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1660. x6 = Instance.new("PointLight", p116)
  1661. x6.Color = Color3.new(1, 1, 0.498039)
  1662. x6.Range = 15
  1663. p117 = Instance.new("Part", m18)
  1664. p117.BrickColor = BrickColor.new("Dusty Rose")
  1665. p117.Material = Enum.Material.SmoothPlastic
  1666. p117.CFrame = CFrame.new(3.18652344, 14.0533342, 32.9046326, -0.999727905, 0.0233056396, -0.000577877159, -0.0233069379, -0.999725223, 0.00240379362, -0.000521798211, 0.00241660979, 0.999996901)
  1667. p117.Anchored = true
  1668. p117.FormFactor = Enum.FormFactor.Custom
  1669. p117.Size = Vector3.new(0.600000024, 0.600000024, 0.600000024)
  1670. p117.BottomSurface = Enum.SurfaceType.Smooth
  1671. p117.TopSurface = Enum.SurfaceType.Smooth
  1672. b39 = Instance.new("SpecialMesh", p117)
  1673. b39.MeshType = Enum.MeshType.Sphere
  1674. b39.Name = "Mesh"
  1675. b39.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1676. p118 = Instance.new("Part", m18)
  1677. p118.BrickColor = BrickColor.new("Dark stone grey")
  1678. p118.Material = Enum.Material.DiamondPlate
  1679. p118.CFrame = CFrame.new(3.16851807, 14.3930712, 32.9037781, -0.999725282, -0.0233046412, 0.000582849083, -0.0233061407, 0.999724507, -0.00240222854, -0.000526046031, -0.00241516344, -0.999994397)
  1680. p118.Anchored = true
  1681. p118.FormFactor = Enum.FormFactor.Custom
  1682. p118.Size = Vector3.new(0.200000003, 0.400001049, 0.200000003)
  1683. p118.BottomSurface = Enum.SurfaceType.Smooth
  1684. p118.TopSurface = Enum.SurfaceType.Smooth
  1685. b40 = Instance.new("CylinderMesh", p118)
  1686. b40.Name = "Mesh"
  1687. p119 = Instance.new("Part", m19)
  1688. p119.BrickColor = BrickColor.new("Medium stone grey")
  1689. p119.Material = Enum.Material.Concrete
  1690. p119.CFrame = CFrame.new(-7.5758667, 1.68769169, 13.1581421, -0.000583000132, 0.00285565224, -0.999992847, 0.00240225391, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  1691. p119.Anchored = true
  1692. p119.FormFactor = Enum.FormFactor.Custom
  1693. p119.Size = Vector3.new(0.200000003, 2.80000114, 0.200000003)
  1694. p119.BottomSurface = Enum.SurfaceType.Smooth
  1695. p119.TopSurface = Enum.SurfaceType.Smooth
  1696. b41 = Instance.new("CylinderMesh", p119)
  1697. b41.Name = "Mesh"
  1698. p120 = Instance.new("Part", m19)
  1699. p120.BrickColor = BrickColor.new("Reddish brown")
  1700. p120.Material = Enum.Material.Wood
  1701. p120.CFrame = CFrame.new(-6.77511597, 1.78356278, 12.3934937, 0.000583000307, 0.00285565224, 0.999992847, -0.00240225764, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  1702. p120.Anchored = true
  1703. p120.FormFactor = Enum.FormFactor.Custom
  1704. p120.Size = Vector3.new(1.86999035, 0.200000003, 1.80000806)
  1705. p120.BottomSurface = Enum.SurfaceType.Smooth
  1706. p120.TopSurface = Enum.SurfaceType.Smooth
  1707. p121 = Instance.new("Part", m19)
  1708. p121.BrickColor = BrickColor.new("Medium stone grey")
  1709. p121.Material = Enum.Material.Concrete
  1710. p121.CFrame = CFrame.new(-5.9777832, 0.982994318, 13.1607666, -0.000583000132, 0.00285565224, -0.999992847, 0.00240225391, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  1711. p121.Anchored = true
  1712. p121.FormFactor = Enum.FormFactor.Custom
  1713. p121.Size = Vector3.new(0.200000003, 1.40000081, 0.200000003)
  1714. p121.BottomSurface = Enum.SurfaceType.Smooth
  1715. p121.TopSurface = Enum.SurfaceType.Smooth
  1716. b42 = Instance.new("CylinderMesh", p121)
  1717. b42.Name = "Mesh"
  1718. p122 = Instance.new("Part", m19)
  1719. p122.BrickColor = BrickColor.new("Medium stone grey")
  1720. p122.Material = Enum.Material.Concrete
  1721. p122.CFrame = CFrame.new(-5.97686768, 0.979149103, 11.560791, -0.000583000132, 0.00285565224, -0.999992847, 0.00240225391, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  1722. p122.Anchored = true
  1723. p122.FormFactor = Enum.FormFactor.Custom
  1724. p122.Size = Vector3.new(0.200000003, 1.40000081, 0.200000003)
  1725. p122.BottomSurface = Enum.SurfaceType.Smooth
  1726. p122.TopSurface = Enum.SurfaceType.Smooth
  1727. b43 = Instance.new("CylinderMesh", p122)
  1728. b43.Name = "Mesh"
  1729. p123 = Instance.new("Part", m19)
  1730. p123.BrickColor = BrickColor.new("Medium stone grey")
  1731. p123.Material = Enum.Material.Concrete
  1732. p123.CFrame = CFrame.new(-7.57492065, 1.68383121, 11.5581665, -0.000583000132, 0.00285565224, -0.999992847, 0.00240225391, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  1733. p123.Anchored = true
  1734. p123.FormFactor = Enum.FormFactor.Custom
  1735. p123.Size = Vector3.new(0.200000003, 2.80000114, 0.200000003)
  1736. p123.BottomSurface = Enum.SurfaceType.Smooth
  1737. p123.TopSurface = Enum.SurfaceType.Smooth
  1738. b44 = Instance.new("CylinderMesh", p123)
  1739. b44.Name = "Mesh"
  1740. p124 = Instance.new("Part", m19)
  1741. p124.BrickColor = BrickColor.new("Reddish brown")
  1742. p124.Material = Enum.Material.Wood
  1743. p124.CFrame = CFrame.new(-7.57000732, 3.58590126, 12.3886108, 0.000583000307, 0.00285565224, 0.999992847, -0.00240225764, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  1744. p124.Anchored = true
  1745. p124.FormFactor = Enum.FormFactor.Custom
  1746. p124.Size = Vector3.new(1.86999035, 1.4000001, 0.200000003)
  1747. p124.BottomSurface = Enum.SurfaceType.Smooth
  1748. p124.TopSurface = Enum.SurfaceType.Smooth
  1749. p125 = Instance.new("Part", m20)
  1750. p125.BrickColor = BrickColor.new("Brown")
  1751. p125.CFrame = CFrame.new(-13.2314453, 3.69931984, 40.7199707, 0.999718845, -0.0233048331, -0.000577473431, 0.023306014, 0.999724567, 0.00240229559, 0.000524107716, -0.00241509732, 0.999994338)
  1752. p125.Anchored = true
  1753. p125.FormFactor = Enum.FormFactor.Custom
  1754. p125.Size = Vector3.new(1, 0.200000003, 1)
  1755. p125.BottomSurface = Enum.SurfaceType.Smooth
  1756. p125.TopSurface = Enum.SurfaceType.Smooth
  1757. b45 = Instance.new("SpecialMesh", p125)
  1758. b45.MeshId = "http://www.roblox.com/asset/?id=90782182"
  1759. b45.TextureId = ""
  1760. b45.MeshType = Enum.MeshType.FileMesh
  1761. b45.Name = "Mesh"
  1762. b45.Scale = Vector3.new(0.100000001, 0.100000001, 0.100000001)
  1763. p126 = Instance.new("Part", m20)
  1764. p126.BrickColor = BrickColor.new("Dark stone grey")
  1765. p126.Material = Enum.Material.DiamondPlate
  1766. p126.CFrame = CFrame.new(-13.2536621, 4.55904579, 40.7178345, -0.999725282, -0.0233046412, 0.000582849083, -0.0233061407, 0.999724507, -0.00240222854, -0.000526046031, -0.00241516344, -0.999994397)
  1767. p126.Anchored = true
  1768. p126.FormFactor = Enum.FormFactor.Custom
  1769. p126.Size = Vector3.new(0.200000003, 1.20000112, 0.200000003)
  1770. p126.BottomSurface = Enum.SurfaceType.Smooth
  1771. p126.TopSurface = Enum.SurfaceType.Smooth
  1772. b46 = Instance.new("CylinderMesh", p126)
  1773. b46.Name = "Mesh"
  1774. p127 = Instance.new("Part", m20)
  1775. p127.BrickColor = BrickColor.new("Dusty Rose")
  1776. p127.CFrame = CFrame.new(-13.238739, 4.79905128, 40.7172852, 0.999718845, -0.0233048331, -0.000577473431, 0.023306014, 0.999724567, 0.00240229559, 0.000524107716, -0.00241509732, 0.999994338)
  1777. p127.Anchored = true
  1778. p127.FormFactor = Enum.FormFactor.Custom
  1779. p127.Size = Vector3.new(1, 1, 1)
  1780. p127.BottomSurface = Enum.SurfaceType.Smooth
  1781. p127.TopSurface = Enum.SurfaceType.Smooth
  1782. b47 = Instance.new("SpecialMesh", p127)
  1783. b47.MeshId = "http://www.roblox.com/asset/?id=90782182"
  1784. b47.TextureId = ""
  1785. b47.MeshType = Enum.MeshType.FileMesh
  1786. b47.Name = "Mesh"
  1787. b47.Scale = Vector3.new(0.100000001, 0.100000001, 0.100000001)
  1788. p128 = Instance.new("Part", m20)
  1789. p128.BrickColor = BrickColor.new("Pastel yellow")
  1790. p128.Material = Enum.Material.SmoothPlastic
  1791. p128.CFrame = CFrame.new(-13.2434387, 4.9987278, 40.7167969, -0.999727905, 0.0233056396, -0.000577877159, -0.0233069379, -0.999725223, 0.00240379362, -0.000521798211, 0.00241660979, 0.999996901)
  1792. p128.Anchored = true
  1793. p128.FormFactor = Enum.FormFactor.Custom
  1794. p128.Size = Vector3.new(0.600000024, 0.600000024, 0.600000024)
  1795. p128.BottomSurface = Enum.SurfaceType.Smooth
  1796. p128.TopSurface = Enum.SurfaceType.Smooth
  1797. b48 = Instance.new("SpecialMesh", p128)
  1798. b48.MeshType = Enum.MeshType.Sphere
  1799. b48.Name = "Mesh"
  1800. b48.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1801. x7 = Instance.new("PointLight", p128)
  1802. x7.Color = Color3.new(1, 1, 0.498039)
  1803. x7.Range = 15
  1804. p129 = Instance.new("Part", m20)
  1805. p129.BrickColor = BrickColor.new("Dusty Rose")
  1806. p129.Material = Enum.Material.SmoothPlastic
  1807. p129.CFrame = CFrame.new(-13.2438354, 5.01871681, 40.7167969, -0.999727905, 0.0233056396, -0.000577877159, -0.0233069379, -0.999725223, 0.00240379362, -0.000521798211, 0.00241660979, 0.999996901)
  1808. p129.Anchored = true
  1809. p129.FormFactor = Enum.FormFactor.Custom
  1810. p129.Size = Vector3.new(0.600000024, 0.600000024, 0.600000024)
  1811. p129.BottomSurface = Enum.SurfaceType.Smooth
  1812. p129.TopSurface = Enum.SurfaceType.Smooth
  1813. b49 = Instance.new("SpecialMesh", p129)
  1814. b49.MeshType = Enum.MeshType.Sphere
  1815. b49.Name = "Mesh"
  1816. b49.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  1817. p130 = Instance.new("Part", m21)
  1818. p130.BrickColor = BrickColor.new("Medium stone grey")
  1819. p130.Material = Enum.Material.Concrete
  1820. p130.CFrame = CFrame.new(9.33792114, 0.392723382, 34.5012207, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  1821. p130.Anchored = true
  1822. p130.FormFactor = Enum.FormFactor.Custom
  1823. p130.Size = Vector3.new(0.800000012, 0.200000003, 0.800000012)
  1824. p130.BottomSurface = Enum.SurfaceType.Smooth
  1825. p130.TopSurface = Enum.SurfaceType.Smooth
  1826. b50 = Instance.new("CylinderMesh", p130)
  1827. b50.Name = "Mesh"
  1828. p131 = Instance.new("Part", m21)
  1829. p131.BrickColor = BrickColor.new("Medium stone grey")
  1830. p131.Material = Enum.Material.Concrete
  1831. p131.CFrame = CFrame.new(9.34130859, 1.59275138, 34.4983521, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  1832. p131.Anchored = true
  1833. p131.FormFactor = Enum.FormFactor.Custom
  1834. p131.Size = Vector3.new(0.400000006, 2.6000011, 0.400000006)
  1835. p131.BottomSurface = Enum.SurfaceType.Smooth
  1836. p131.TopSurface = Enum.SurfaceType.Smooth
  1837. b51 = Instance.new("CylinderMesh", p131)
  1838. b51.Name = "Mesh"
  1839. p132 = Instance.new("Part", m21)
  1840. p132.BrickColor = BrickColor.new("Brick yellow")
  1841. p132.Material = Enum.Material.Concrete
  1842. p132.CFrame = CFrame.new(9.31567383, 3.09299636, 34.4996948, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  1843. p132.Anchored = true
  1844. p132.FormFactor = Enum.FormFactor.Custom
  1845. p132.Size = Vector3.new(3.73999095, 0.200000003, 4.09000874)
  1846. p132.BottomSurface = Enum.SurfaceType.Smooth
  1847. p132.TopSurface = Enum.SurfaceType.Smooth
  1848. p133 = Instance.new("Part", m21)
  1849. p133.BrickColor = BrickColor.new("Reddish brown")
  1850. p133.Material = Enum.Material.Wood
  1851. p133.CFrame = CFrame.new(9.31066895, 3.09301162, 34.4946899, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  1852. p133.Anchored = true
  1853. p133.FormFactor = Enum.FormFactor.Custom
  1854. p133.Size = Vector3.new(3.66999078, 0.400000006, 4.00000858)
  1855. p133.BottomSurface = Enum.SurfaceType.Smooth
  1856. p133.TopSurface = Enum.SurfaceType.Smooth
  1857. p134 = Instance.new("Part", m22)
  1858. p134.BrickColor = BrickColor.new("Medium stone grey")
  1859. p134.Material = Enum.Material.Concrete
  1860. p134.CFrame = CFrame.new(9.96923828, 1.70089066, 38.5983887, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  1861. p134.Anchored = true
  1862. p134.FormFactor = Enum.FormFactor.Custom
  1863. p134.Size = Vector3.new(0.200000003, 2.80000114, 0.200000003)
  1864. p134.BottomSurface = Enum.SurfaceType.Smooth
  1865. p134.TopSurface = Enum.SurfaceType.Smooth
  1866. b52 = Instance.new("CylinderMesh", p134)
  1867. b52.Name = "Mesh"
  1868. p135 = Instance.new("Part", m22)
  1869. p135.BrickColor = BrickColor.new("Reddish brown")
  1870. p135.Material = Enum.Material.Wood
  1871. p135.CFrame = CFrame.new(9.20498657, 1.80115628, 37.7976685, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  1872. p135.Anchored = true
  1873. p135.FormFactor = Enum.FormFactor.Custom
  1874. p135.Size = Vector3.new(1.86999035, 0.200000003, 1.80000806)
  1875. p135.BottomSurface = Enum.SurfaceType.Smooth
  1876. p135.TopSurface = Enum.SurfaceType.Smooth
  1877. p136 = Instance.new("Part", m22)
  1878. p136.BrickColor = BrickColor.new("Medium stone grey")
  1879. p136.Material = Enum.Material.Concrete
  1880. p136.CFrame = CFrame.new(9.9682312, 0.996895075, 37.0001221, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  1881. p136.Anchored = true
  1882. p136.FormFactor = Enum.FormFactor.Custom
  1883. p136.Size = Vector3.new(0.200000003, 1.40000081, 0.200000003)
  1884. p136.BottomSurface = Enum.SurfaceType.Smooth
  1885. p136.TopSurface = Enum.SurfaceType.Smooth
  1886. b53 = Instance.new("CylinderMesh", p136)
  1887. b53.Name = "Mesh"
  1888. p137 = Instance.new("Part", m22)
  1889. p137.BrickColor = BrickColor.new("Medium stone grey")
  1890. p137.Material = Enum.Material.Concrete
  1891. p137.CFrame = CFrame.new(8.36816406, 1.00145745, 36.9992065, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  1892. p137.Anchored = true
  1893. p137.FormFactor = Enum.FormFactor.Custom
  1894. p137.Size = Vector3.new(0.200000003, 1.40000081, 0.200000003)
  1895. p137.BottomSurface = Enum.SurfaceType.Smooth
  1896. p137.TopSurface = Enum.SurfaceType.Smooth
  1897. b54 = Instance.new("CylinderMesh", p137)
  1898. b54.Name = "Mesh"
  1899. p138 = Instance.new("Part", m22)
  1900. p138.BrickColor = BrickColor.new("Medium stone grey")
  1901. p138.Material = Enum.Material.Concrete
  1902. p138.CFrame = CFrame.new(8.36923218, 1.70545304, 38.5974121, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  1903. p138.Anchored = true
  1904. p138.FormFactor = Enum.FormFactor.Custom
  1905. p138.Size = Vector3.new(0.200000003, 2.80000114, 0.200000003)
  1906. p138.BottomSurface = Enum.SurfaceType.Smooth
  1907. p138.TopSurface = Enum.SurfaceType.Smooth
  1908. b55 = Instance.new("CylinderMesh", p138)
  1909. b55.Name = "Mesh"
  1910. p139 = Instance.new("Part", m22)
  1911. p139.BrickColor = BrickColor.new("Reddish brown")
  1912. p139.Material = Enum.Material.Wood
  1913. p139.CFrame = CFrame.new(9.2097168, 3.60312843, 38.5933533, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  1914. p139.Anchored = true
  1915. p139.FormFactor = Enum.FormFactor.Custom
  1916. p139.Size = Vector3.new(1.86999035, 1.4000001, 0.200000003)
  1917. p139.BottomSurface = Enum.SurfaceType.Smooth
  1918. p139.TopSurface = Enum.SurfaceType.Smooth
  1919. p140 = Instance.new("Part", m23)
  1920. p140.BrickColor = BrickColor.new("Medium stone grey")
  1921. p140.Material = Enum.Material.Concrete
  1922. p140.CFrame = CFrame.new(-12.3748474, 1.69771671, 11.6254272, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  1923. p140.Anchored = true
  1924. p140.FormFactor = Enum.FormFactor.Custom
  1925. p140.Size = Vector3.new(0.200000003, 2.80000114, 0.200000003)
  1926. p140.BottomSurface = Enum.SurfaceType.Smooth
  1927. p140.TopSurface = Enum.SurfaceType.Smooth
  1928. b56 = Instance.new("CylinderMesh", p140)
  1929. b56.Name = "Mesh"
  1930. p141 = Instance.new("Part", m23)
  1931. p141.BrickColor = BrickColor.new("Reddish brown")
  1932. p141.Material = Enum.Material.Wood
  1933. p141.CFrame = CFrame.new(-13.1749573, 1.80185819, 12.3895874, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  1934. p141.Anchored = true
  1935. p141.FormFactor = Enum.FormFactor.Custom
  1936. p141.Size = Vector3.new(1.86999035, 0.200000003, 1.80000806)
  1937. p141.BottomSurface = Enum.SurfaceType.Smooth
  1938. p141.TopSurface = Enum.SurfaceType.Smooth
  1939. p142 = Instance.new("Part", m23)
  1940. p142.BrickColor = BrickColor.new("Medium stone grey")
  1941. p142.Material = Enum.Material.Concrete
  1942. p142.CFrame = CFrame.new(-13.9768066, 1.0021441, 11.6261597, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  1943. p142.Anchored = true
  1944. p142.FormFactor = Enum.FormFactor.Custom
  1945. p142.Size = Vector3.new(0.200000003, 1.40000081, 0.200000003)
  1946. p142.BottomSurface = Enum.SurfaceType.Smooth
  1947. p142.TopSurface = Enum.SurfaceType.Smooth
  1948. b57 = Instance.new("CylinderMesh", p142)
  1949. b57.Name = "Mesh"
  1950. p143 = Instance.new("Part", m23)
  1951. p143.BrickColor = BrickColor.new("Medium stone grey")
  1952. p143.Material = Enum.Material.Concrete
  1953. p143.CFrame = CFrame.new(-13.9777222, 1.00597405, 13.2261963, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  1954. p143.Anchored = true
  1955. p143.FormFactor = Enum.FormFactor.Custom
  1956. p143.Size = Vector3.new(0.200000003, 1.40000081, 0.200000003)
  1957. p143.BottomSurface = Enum.SurfaceType.Smooth
  1958. p143.TopSurface = Enum.SurfaceType.Smooth
  1959. b58 = Instance.new("CylinderMesh", p143)
  1960. b58.Name = "Mesh"
  1961. p144 = Instance.new("Part", m23)
  1962. p144.BrickColor = BrickColor.new("Medium stone grey")
  1963. p144.Material = Enum.Material.Concrete
  1964. p144.CFrame = CFrame.new(-12.3757324, 1.70154679, 13.2254639, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  1965. p144.Anchored = true
  1966. p144.FormFactor = Enum.FormFactor.Custom
  1967. p144.Size = Vector3.new(0.200000003, 2.80000114, 0.200000003)
  1968. p144.BottomSurface = Enum.SurfaceType.Smooth
  1969. p144.TopSurface = Enum.SurfaceType.Smooth
  1970. b59 = Instance.new("CylinderMesh", p144)
  1971. b59.Name = "Mesh"
  1972. p145 = Instance.new("Part", m23)
  1973. p145.BrickColor = BrickColor.new("Reddish brown")
  1974. p145.Material = Enum.Material.Wood
  1975. p145.CFrame = CFrame.new(-12.3698425, 3.59958839, 12.3858032, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  1976. p145.Anchored = true
  1977. p145.FormFactor = Enum.FormFactor.Custom
  1978. p145.Size = Vector3.new(1.86999035, 1.4000001, 0.200000003)
  1979. p145.BottomSurface = Enum.SurfaceType.Smooth
  1980. p145.TopSurface = Enum.SurfaceType.Smooth
  1981. p146 = Instance.new("Part", m24)
  1982. p146.BrickColor = BrickColor.new("Medium stone grey")
  1983. p146.Material = Enum.Material.Concrete
  1984. p146.CFrame = CFrame.new(15.6872559, 14.7366991, 20.140564, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  1985. p146.Anchored = true
  1986. p146.FormFactor = Enum.FormFactor.Custom
  1987. p146.Size = Vector3.new(5.59999895, 0.600000262, 0.599989116)
  1988. p146.BottomSurface = Enum.SurfaceType.Smooth
  1989. p146.TopSurface = Enum.SurfaceType.Smooth
  1990. p147 = Instance.new("Part", m24)
  1991. p147.BrickColor = BrickColor.new("Dark stone grey")
  1992. p147.Material = Enum.Material.Concrete
  1993. p147.CFrame = CFrame.new(15.5884094, 15.1372728, 20.2394714, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  1994. p147.Anchored = true
  1995. p147.FormFactor = Enum.FormFactor.Custom
  1996. p147.Size = Vector3.new(4.19999075, 0.200000003, 0.399989128)
  1997. p147.BottomSurface = Enum.SurfaceType.Smooth
  1998. p147.TopSurface = Enum.SurfaceType.Smooth
  1999. p148 = Instance.new("Part", m24)
  2000. p148.BrickColor = BrickColor.new("Medium stone grey")
  2001. p148.Material = Enum.Material.SmoothPlastic
  2002. p148.Reflectance = 0.20000000298023
  2003. p148.CFrame = CFrame.new(15.4986572, 18.7366543, 20.1307678, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2004. p148.Anchored = true
  2005. p148.FormFactor = Enum.FormFactor.Custom
  2006. p148.Size = Vector3.new(3.99998093, 7.00001144, 0.200000003)
  2007. p148.BottomSurface = Enum.SurfaceType.Smooth
  2008. p148.TopSurface = Enum.SurfaceType.Smooth
  2009. p149 = Instance.new("Part", m24)
  2010. p149.BrickColor = BrickColor.new("Dark stone grey")
  2011. p149.Material = Enum.Material.Concrete
  2012. p149.CFrame = CFrame.new(15.5986938, 18.7366543, 20.2308655, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2013. p149.Anchored = true
  2014. p149.FormFactor = Enum.FormFactor.Custom
  2015. p149.Size = Vector3.new(4.19999123, 0.200000003, 0.399989128)
  2016. p149.BottomSurface = Enum.SurfaceType.Smooth
  2017. p149.TopSurface = Enum.SurfaceType.Smooth
  2018. p150 = Instance.new("Part", m24)
  2019. p150.BrickColor = BrickColor.new("Dark stone grey")
  2020. p150.Material = Enum.Material.Concrete
  2021. p150.CFrame = CFrame.new(15.6091003, 22.3361149, 20.0222778, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2022. p150.Anchored = true
  2023. p150.FormFactor = Enum.FormFactor.Custom
  2024. p150.Size = Vector3.new(4.19998264, 0.200000003, 0.399989128)
  2025. p150.BottomSurface = Enum.SurfaceType.Smooth
  2026. p150.TopSurface = Enum.SurfaceType.Smooth
  2027. p151 = Instance.new("Part", m24)
  2028. p151.BrickColor = BrickColor.new("Medium stone grey")
  2029. p151.Material = Enum.Material.Concrete
  2030. p151.CFrame = CFrame.new(15.7109985, 23.0372257, 20.1206055, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2031. p151.Anchored = true
  2032. p151.FormFactor = Enum.FormFactor.Custom
  2033. p151.Size = Vector3.new(5.59999895, 1.20000029, 0.599989116)
  2034. p151.BottomSurface = Enum.SurfaceType.Smooth
  2035. p151.TopSurface = Enum.SurfaceType.Smooth
  2036. p152 = Instance.new("Part", m24)
  2037. p152.BrickColor = BrickColor.new("Dark stone grey")
  2038. p152.Material = Enum.Material.Concrete
  2039. p152.CFrame = CFrame.new(15.5999146, 18.7312832, 18.0308838, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2040. p152.Anchored = true
  2041. p152.FormFactor = Enum.FormFactor.Custom
  2042. p152.Size = Vector3.new(0.200000003, 7.40000582, 0.399989128)
  2043. p152.BottomSurface = Enum.SurfaceType.Smooth
  2044. p152.TopSurface = Enum.SurfaceType.Smooth
  2045. p153 = Instance.new("Part", m24)
  2046. p153.BrickColor = BrickColor.new("Medium stone grey")
  2047. p153.Material = Enum.Material.Concrete
  2048. p153.CFrame = CFrame.new(15.7001953, 18.7301235, 17.6309814, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2049. p153.Anchored = true
  2050. p153.FormFactor = Enum.FormFactor.Custom
  2051. p153.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  2052. p153.BottomSurface = Enum.SurfaceType.Smooth
  2053. p153.TopSurface = Enum.SurfaceType.Smooth
  2054. p154 = Instance.new("Part", m24)
  2055. p154.BrickColor = BrickColor.new("Dark stone grey")
  2056. p154.Material = Enum.Material.Concrete
  2057. p154.CFrame = CFrame.new(15.5978088, 18.8414841, 22.2305603, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2058. p154.Anchored = true
  2059. p154.FormFactor = Enum.FormFactor.Custom
  2060. p154.Size = Vector3.new(0.200000003, 7.1999979, 0.399989128)
  2061. p154.BottomSurface = Enum.SurfaceType.Smooth
  2062. p154.TopSurface = Enum.SurfaceType.Smooth
  2063. p155 = Instance.new("Part", m24)
  2064. p155.BrickColor = BrickColor.new("Medium stone grey")
  2065. p155.Material = Enum.Material.Concrete
  2066. p155.CFrame = CFrame.new(15.6972046, 18.7420864, 22.6309204, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2067. p155.Anchored = true
  2068. p155.FormFactor = Enum.FormFactor.Custom
  2069. p155.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  2070. p155.BottomSurface = Enum.SurfaceType.Smooth
  2071. p155.TopSurface = Enum.SurfaceType.Smooth
  2072. p156 = Instance.new("Part", m25)
  2073. p156.BrickColor = BrickColor.new("Medium stone grey")
  2074. p156.Material = Enum.Material.Concrete
  2075. p156.CFrame = CFrame.new(9.97668457, 1.67208195, 25.9985352, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  2076. p156.Anchored = true
  2077. p156.FormFactor = Enum.FormFactor.Custom
  2078. p156.Size = Vector3.new(0.200000003, 2.80000114, 0.200000003)
  2079. p156.BottomSurface = Enum.SurfaceType.Smooth
  2080. p156.TopSurface = Enum.SurfaceType.Smooth
  2081. b60 = Instance.new("CylinderMesh", p156)
  2082. b60.Name = "Mesh"
  2083. p157 = Instance.new("Part", m25)
  2084. p157.BrickColor = BrickColor.new("Reddish brown")
  2085. p157.Material = Enum.Material.Wood
  2086. p157.CFrame = CFrame.new(9.21243286, 1.77234757, 25.1978149, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  2087. p157.Anchored = true
  2088. p157.FormFactor = Enum.FormFactor.Custom
  2089. p157.Size = Vector3.new(1.86999035, 0.200000003, 1.80000806)
  2090. p157.BottomSurface = Enum.SurfaceType.Smooth
  2091. p157.TopSurface = Enum.SurfaceType.Smooth
  2092. p158 = Instance.new("Part", m25)
  2093. p158.BrickColor = BrickColor.new("Medium stone grey")
  2094. p158.Material = Enum.Material.Concrete
  2095. p158.CFrame = CFrame.new(9.97558594, 0.967994928, 24.400238, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  2096. p158.Anchored = true
  2097. p158.FormFactor = Enum.FormFactor.Custom
  2098. p158.Size = Vector3.new(0.200000003, 1.40000081, 0.200000003)
  2099. p158.BottomSurface = Enum.SurfaceType.Smooth
  2100. p158.TopSurface = Enum.SurfaceType.Smooth
  2101. b61 = Instance.new("CylinderMesh", p158)
  2102. b61.Name = "Mesh"
  2103. p159 = Instance.new("Part", m25)
  2104. p159.BrickColor = BrickColor.new("Medium stone grey")
  2105. p159.Material = Enum.Material.Concrete
  2106. p159.CFrame = CFrame.new(8.37554932, 0.972557306, 24.399292, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  2107. p159.Anchored = true
  2108. p159.FormFactor = Enum.FormFactor.Custom
  2109. p159.Size = Vector3.new(0.200000003, 1.40000081, 0.200000003)
  2110. p159.BottomSurface = Enum.SurfaceType.Smooth
  2111. p159.TopSurface = Enum.SurfaceType.Smooth
  2112. b62 = Instance.new("CylinderMesh", p159)
  2113. b62.Name = "Mesh"
  2114. p160 = Instance.new("Part", m25)
  2115. p160.BrickColor = BrickColor.new("Medium stone grey")
  2116. p160.Material = Enum.Material.Concrete
  2117. p160.CFrame = CFrame.new(8.37667847, 1.67665958, 25.9975586, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  2118. p160.Anchored = true
  2119. p160.FormFactor = Enum.FormFactor.Custom
  2120. p160.Size = Vector3.new(0.200000003, 2.80000114, 0.200000003)
  2121. p160.BottomSurface = Enum.SurfaceType.Smooth
  2122. p160.TopSurface = Enum.SurfaceType.Smooth
  2123. b63 = Instance.new("CylinderMesh", p160)
  2124. b63.Name = "Mesh"
  2125. p161 = Instance.new("Part", m25)
  2126. p161.BrickColor = BrickColor.new("Reddish brown")
  2127. p161.Material = Enum.Material.Wood
  2128. p161.CFrame = CFrame.new(9.21707153, 3.57438087, 25.9935303, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  2129. p161.Anchored = true
  2130. p161.FormFactor = Enum.FormFactor.Custom
  2131. p161.Size = Vector3.new(1.86999035, 1.4000001, 0.200000003)
  2132. p161.BottomSurface = Enum.SurfaceType.Smooth
  2133. p161.TopSurface = Enum.SurfaceType.Smooth
  2134. p162 = Instance.new("Part", m26)
  2135. p162.BrickColor = BrickColor.new("Medium stone grey")
  2136. p162.Material = Enum.Material.Concrete
  2137. p162.CFrame = CFrame.new(9.34536743, 0.363823235, 21.9013062, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  2138. p162.Anchored = true
  2139. p162.FormFactor = Enum.FormFactor.Custom
  2140. p162.Size = Vector3.new(0.800000012, 0.200000003, 0.800000012)
  2141. p162.BottomSurface = Enum.SurfaceType.Smooth
  2142. p162.TopSurface = Enum.SurfaceType.Smooth
  2143. b64 = Instance.new("CylinderMesh", p162)
  2144. b64.Name = "Mesh"
  2145. p163 = Instance.new("Part", m26)
  2146. p163.BrickColor = BrickColor.new("Medium stone grey")
  2147. p163.Material = Enum.Material.Concrete
  2148. p163.CFrame = CFrame.new(9.34875488, 1.56392753, 21.8984375, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  2149. p163.Anchored = true
  2150. p163.FormFactor = Enum.FormFactor.Custom
  2151. p163.Size = Vector3.new(0.400000006, 2.6000011, 0.400000006)
  2152. p163.BottomSurface = Enum.SurfaceType.Smooth
  2153. p163.TopSurface = Enum.SurfaceType.Smooth
  2154. b65 = Instance.new("CylinderMesh", p163)
  2155. b65.Name = "Mesh"
  2156. p164 = Instance.new("Part", m26)
  2157. p164.BrickColor = BrickColor.new("Brick yellow")
  2158. p164.Material = Enum.Material.Concrete
  2159. p164.CFrame = CFrame.new(9.3230896, 3.06423354, 21.8998108, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  2160. p164.Anchored = true
  2161. p164.FormFactor = Enum.FormFactor.Custom
  2162. p164.Size = Vector3.new(3.73999095, 0.200000003, 4.09000874)
  2163. p164.BottomSurface = Enum.SurfaceType.Smooth
  2164. p164.TopSurface = Enum.SurfaceType.Smooth
  2165. p165 = Instance.new("Part", m26)
  2166. p165.BrickColor = BrickColor.new("Reddish brown")
  2167. p165.Material = Enum.Material.Wood
  2168. p165.CFrame = CFrame.new(9.3180542, 3.0642488, 21.8948364, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  2169. p165.Anchored = true
  2170. p165.FormFactor = Enum.FormFactor.Custom
  2171. p165.Size = Vector3.new(3.66999078, 0.400000006, 4.00000858)
  2172. p165.BottomSurface = Enum.SurfaceType.Smooth
  2173. p165.TopSurface = Enum.SurfaceType.Smooth
  2174. p166 = Instance.new("Part", m27)
  2175. p166.BrickColor = BrickColor.new("Medium stone grey")
  2176. p166.Material = Enum.Material.Concrete
  2177. p166.CFrame = CFrame.new(15.7283936, 29.1365967, 20.105957, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2178. p166.Anchored = true
  2179. p166.FormFactor = Enum.FormFactor.Custom
  2180. p166.Size = Vector3.new(5.59999895, 0.600000262, 0.599989116)
  2181. p166.BottomSurface = Enum.SurfaceType.Smooth
  2182. p166.TopSurface = Enum.SurfaceType.Smooth
  2183. p167 = Instance.new("Part", m27)
  2184. p167.BrickColor = BrickColor.new("Dark stone grey")
  2185. p167.Material = Enum.Material.Concrete
  2186. p167.CFrame = CFrame.new(15.6295471, 29.5371552, 20.204895, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2187. p167.Anchored = true
  2188. p167.FormFactor = Enum.FormFactor.Custom
  2189. p167.Size = Vector3.new(4.19999075, 0.200000003, 0.399989128)
  2190. p167.BottomSurface = Enum.SurfaceType.Smooth
  2191. p167.TopSurface = Enum.SurfaceType.Smooth
  2192. p168 = Instance.new("Part", m27)
  2193. p168.BrickColor = BrickColor.new("Medium stone grey")
  2194. p168.Material = Enum.Material.SmoothPlastic
  2195. p168.Reflectance = 0.20000000298023
  2196. p168.CFrame = CFrame.new(15.5397949, 33.1366425, 20.0961914, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2197. p168.Anchored = true
  2198. p168.FormFactor = Enum.FormFactor.Custom
  2199. p168.Size = Vector3.new(3.99998093, 7.00001144, 0.200000003)
  2200. p168.BottomSurface = Enum.SurfaceType.Smooth
  2201. p168.TopSurface = Enum.SurfaceType.Smooth
  2202. p169 = Instance.new("Part", m27)
  2203. p169.BrickColor = BrickColor.new("Dark stone grey")
  2204. p169.Material = Enum.Material.Concrete
  2205. p169.CFrame = CFrame.new(15.6398315, 33.1366119, 20.1962585, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2206. p169.Anchored = true
  2207. p169.FormFactor = Enum.FormFactor.Custom
  2208. p169.Size = Vector3.new(4.19999123, 0.200000003, 0.399989128)
  2209. p169.BottomSurface = Enum.SurfaceType.Smooth
  2210. p169.TopSurface = Enum.SurfaceType.Smooth
  2211. p170 = Instance.new("Part", m27)
  2212. p170.BrickColor = BrickColor.new("Dark stone grey")
  2213. p170.Material = Enum.Material.Concrete
  2214. p170.CFrame = CFrame.new(15.650238, 36.7360687, 19.9877014, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2215. p170.Anchored = true
  2216. p170.FormFactor = Enum.FormFactor.Custom
  2217. p170.Size = Vector3.new(4.19998264, 0.200000003, 0.399989128)
  2218. p170.BottomSurface = Enum.SurfaceType.Smooth
  2219. p170.TopSurface = Enum.SurfaceType.Smooth
  2220. p171 = Instance.new("Part", m27)
  2221. p171.BrickColor = BrickColor.new("Medium stone grey")
  2222. p171.Material = Enum.Material.Concrete
  2223. p171.CFrame = CFrame.new(15.7521362, 37.4371643, 20.0860596, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2224. p171.Anchored = true
  2225. p171.FormFactor = Enum.FormFactor.Custom
  2226. p171.Size = Vector3.new(5.59999895, 1.20000029, 0.599989116)
  2227. p171.BottomSurface = Enum.SurfaceType.Smooth
  2228. p171.TopSurface = Enum.SurfaceType.Smooth
  2229. p172 = Instance.new("Part", m27)
  2230. p172.BrickColor = BrickColor.new("Dark stone grey")
  2231. p172.Material = Enum.Material.Concrete
  2232. p172.CFrame = CFrame.new(15.6410828, 33.1312714, 17.9963379, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2233. p172.Anchored = true
  2234. p172.FormFactor = Enum.FormFactor.Custom
  2235. p172.Size = Vector3.new(0.200000003, 7.40000582, 0.399989128)
  2236. p172.BottomSurface = Enum.SurfaceType.Smooth
  2237. p172.TopSurface = Enum.SurfaceType.Smooth
  2238. p173 = Instance.new("Part", m27)
  2239. p173.BrickColor = BrickColor.new("Medium stone grey")
  2240. p173.Material = Enum.Material.Concrete
  2241. p173.CFrame = CFrame.new(15.7413025, 33.1300812, 17.596405, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2242. p173.Anchored = true
  2243. p173.FormFactor = Enum.FormFactor.Custom
  2244. p173.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  2245. p173.BottomSurface = Enum.SurfaceType.Smooth
  2246. p173.TopSurface = Enum.SurfaceType.Smooth
  2247. p174 = Instance.new("Part", m27)
  2248. p174.BrickColor = BrickColor.new("Dark stone grey")
  2249. p174.Material = Enum.Material.Concrete
  2250. p174.CFrame = CFrame.new(15.6389465, 33.2414246, 22.1960144, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2251. p174.Anchored = true
  2252. p174.FormFactor = Enum.FormFactor.Custom
  2253. p174.Size = Vector3.new(0.200000003, 7.1999979, 0.399989128)
  2254. p174.BottomSurface = Enum.SurfaceType.Smooth
  2255. p174.TopSurface = Enum.SurfaceType.Smooth
  2256. p175 = Instance.new("Part", m27)
  2257. p175.BrickColor = BrickColor.new("Medium stone grey")
  2258. p175.Material = Enum.Material.Concrete
  2259. p175.CFrame = CFrame.new(15.7383423, 33.1420441, 22.5963135, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2260. p175.Anchored = true
  2261. p175.FormFactor = Enum.FormFactor.Custom
  2262. p175.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  2263. p175.BottomSurface = Enum.SurfaceType.Smooth
  2264. p175.TopSurface = Enum.SurfaceType.Smooth
  2265. p176 = Instance.new("Part", m28)
  2266. p176.BrickColor = BrickColor.new("Medium stone grey")
  2267. p176.Material = Enum.Material.Concrete
  2268. p176.CFrame = CFrame.new(15.7225037, 29.1611176, 30.3058472, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2269. p176.Anchored = true
  2270. p176.FormFactor = Enum.FormFactor.Custom
  2271. p176.Size = Vector3.new(5.59999895, 0.600000262, 0.599989116)
  2272. p176.BottomSurface = Enum.SurfaceType.Smooth
  2273. p176.TopSurface = Enum.SurfaceType.Smooth
  2274. p177 = Instance.new("Part", m28)
  2275. p177.BrickColor = BrickColor.new("Dark stone grey")
  2276. p177.Material = Enum.Material.Concrete
  2277. p177.CFrame = CFrame.new(15.6235962, 29.5616608, 30.4047546, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2278. p177.Anchored = true
  2279. p177.FormFactor = Enum.FormFactor.Custom
  2280. p177.Size = Vector3.new(4.19999075, 0.200000003, 0.399989128)
  2281. p177.BottomSurface = Enum.SurfaceType.Smooth
  2282. p177.TopSurface = Enum.SurfaceType.Smooth
  2283. p178 = Instance.new("Part", m28)
  2284. p178.BrickColor = BrickColor.new("Medium stone grey")
  2285. p178.Material = Enum.Material.SmoothPlastic
  2286. p178.Reflectance = 0.20000000298023
  2287. p178.CFrame = CFrame.new(15.5338745, 33.1611633, 30.296051, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2288. p178.Anchored = true
  2289. p178.FormFactor = Enum.FormFactor.Custom
  2290. p178.Size = Vector3.new(3.99998093, 7.00001144, 0.200000003)
  2291. p178.BottomSurface = Enum.SurfaceType.Smooth
  2292. p178.TopSurface = Enum.SurfaceType.Smooth
  2293. p179 = Instance.new("Part", m28)
  2294. p179.BrickColor = BrickColor.new("Dark stone grey")
  2295. p179.Material = Enum.Material.Concrete
  2296. p179.CFrame = CFrame.new(15.6338501, 33.1611176, 30.3961487, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2297. p179.Anchored = true
  2298. p179.FormFactor = Enum.FormFactor.Custom
  2299. p179.Size = Vector3.new(4.19999123, 0.200000003, 0.399989128)
  2300. p179.BottomSurface = Enum.SurfaceType.Smooth
  2301. p179.TopSurface = Enum.SurfaceType.Smooth
  2302. p180 = Instance.new("Part", m28)
  2303. p180.BrickColor = BrickColor.new("Dark stone grey")
  2304. p180.Material = Enum.Material.Concrete
  2305. p180.CFrame = CFrame.new(15.6442566, 36.7605743, 30.187561, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2306. p180.Anchored = true
  2307. p180.FormFactor = Enum.FormFactor.Custom
  2308. p180.Size = Vector3.new(4.19998264, 0.200000003, 0.399989128)
  2309. p180.BottomSurface = Enum.SurfaceType.Smooth
  2310. p180.TopSurface = Enum.SurfaceType.Smooth
  2311. p181 = Instance.new("Part", m28)
  2312. p181.BrickColor = BrickColor.new("Medium stone grey")
  2313. p181.Material = Enum.Material.Concrete
  2314. p181.CFrame = CFrame.new(15.7461853, 37.4617157, 30.2859192, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2315. p181.Anchored = true
  2316. p181.FormFactor = Enum.FormFactor.Custom
  2317. p181.Size = Vector3.new(5.59999895, 1.20000029, 0.599989116)
  2318. p181.BottomSurface = Enum.SurfaceType.Smooth
  2319. p181.TopSurface = Enum.SurfaceType.Smooth
  2320. p182 = Instance.new("Part", m28)
  2321. p182.BrickColor = BrickColor.new("Dark stone grey")
  2322. p182.Material = Enum.Material.Concrete
  2323. p182.CFrame = CFrame.new(15.6351929, 33.1558075, 28.196228, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2324. p182.Anchored = true
  2325. p182.FormFactor = Enum.FormFactor.Custom
  2326. p182.Size = Vector3.new(0.200000003, 7.40000582, 0.399989128)
  2327. p182.BottomSurface = Enum.SurfaceType.Smooth
  2328. p182.TopSurface = Enum.SurfaceType.Smooth
  2329. p183 = Instance.new("Part", m28)
  2330. p183.BrickColor = BrickColor.new("Medium stone grey")
  2331. p183.Material = Enum.Material.Concrete
  2332. p183.CFrame = CFrame.new(15.7353821, 33.1546021, 27.7962646, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2333. p183.Anchored = true
  2334. p183.FormFactor = Enum.FormFactor.Custom
  2335. p183.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  2336. p183.BottomSurface = Enum.SurfaceType.Smooth
  2337. p183.TopSurface = Enum.SurfaceType.Smooth
  2338. p184 = Instance.new("Part", m28)
  2339. p184.BrickColor = BrickColor.new("Dark stone grey")
  2340. p184.Material = Enum.Material.Concrete
  2341. p184.CFrame = CFrame.new(15.6329956, 33.2659149, 32.3959045, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2342. p184.Anchored = true
  2343. p184.FormFactor = Enum.FormFactor.Custom
  2344. p184.Size = Vector3.new(0.200000003, 7.1999979, 0.399989128)
  2345. p184.BottomSurface = Enum.SurfaceType.Smooth
  2346. p184.TopSurface = Enum.SurfaceType.Smooth
  2347. p185 = Instance.new("Part", m28)
  2348. p185.BrickColor = BrickColor.new("Medium stone grey")
  2349. p185.Material = Enum.Material.Concrete
  2350. p185.CFrame = CFrame.new(15.7324524, 33.1665649, 32.7962036, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2351. p185.Anchored = true
  2352. p185.FormFactor = Enum.FormFactor.Custom
  2353. p185.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  2354. p185.BottomSurface = Enum.SurfaceType.Smooth
  2355. p185.TopSurface = Enum.SurfaceType.Smooth
  2356. p186 = Instance.new("Part", m29)
  2357. p186.BrickColor = BrickColor.new("Medium stone grey")
  2358. p186.Material = Enum.Material.Concrete
  2359. p186.CFrame = CFrame.new(11.5342712, 29.1246185, 10.1035767, 0.706689537, 0.00285565224, -0.707513869, -0.000319541898, 0.999992371, 0.00371683878, 0.707519114, -0.00240059383, 0.706686199)
  2360. p186.Anchored = true
  2361. p186.FormFactor = Enum.FormFactor.Custom
  2362. p186.Size = Vector3.new(5.59999895, 0.600000262, 0.599989116)
  2363. p186.BottomSurface = Enum.SurfaceType.Smooth
  2364. p186.TopSurface = Enum.SurfaceType.Smooth
  2365. p187 = Instance.new("Part", m29)
  2366. p187.BrickColor = BrickColor.new("Dark stone grey")
  2367. p187.Material = Enum.Material.Concrete
  2368. p187.CFrame = CFrame.new(11.5353394, 29.5249634, 10.2438965, 0.706689537, 0.00285565224, -0.707513869, -0.000319541898, 0.999992371, 0.00371683878, 0.707519114, -0.00240059383, 0.706686199)
  2369. p187.Anchored = true
  2370. p187.FormFactor = Enum.FormFactor.Custom
  2371. p187.Size = Vector3.new(4.19999075, 0.200000003, 0.399989128)
  2372. p187.BottomSurface = Enum.SurfaceType.Smooth
  2373. p187.TopSurface = Enum.SurfaceType.Smooth
  2374. p188 = Instance.new("Part", m29)
  2375. p188.BrickColor = BrickColor.new("Medium stone grey")
  2376. p188.Material = Enum.Material.SmoothPlastic
  2377. p188.Reflectance = 0.20000000298023
  2378. p188.CFrame = CFrame.new(11.4042053, 33.1248016, 10.2352905, 0.706689537, 0.00285565224, -0.707513869, -0.000319541898, 0.999992371, 0.00371683878, 0.707519114, -0.00240059383, 0.706686199)
  2379. p188.Anchored = true
  2380. p188.FormFactor = Enum.FormFactor.Custom
  2381. p188.Size = Vector3.new(3.99998093, 7.00001144, 0.200000003)
  2382. p188.BottomSurface = Enum.SurfaceType.Smooth
  2383. p188.TopSurface = Enum.SurfaceType.Smooth
  2384. p189 = Instance.new("Part", m29)
  2385. p189.BrickColor = BrickColor.new("Dark stone grey")
  2386. p189.Material = Enum.Material.Concrete
  2387. p189.CFrame = CFrame.new(11.5455933, 33.1244049, 10.2352295, 0.706689537, 0.00285565224, -0.707513869, -0.000319541898, 0.999992371, 0.00371683878, 0.707519114, -0.00240059383, 0.706686199)
  2388. p189.Anchored = true
  2389. p189.FormFactor = Enum.FormFactor.Custom
  2390. p189.Size = Vector3.new(4.19999123, 0.200000003, 0.399989128)
  2391. p189.BottomSurface = Enum.SurfaceType.Smooth
  2392. p189.TopSurface = Enum.SurfaceType.Smooth
  2393. p190 = Instance.new("Part", m29)
  2394. p190.BrickColor = BrickColor.new("Dark stone grey")
  2395. p190.Material = Enum.Material.Concrete
  2396. p190.CFrame = CFrame.new(11.4146118, 36.7244263, 10.085144, 0.706689537, 0.00285565224, -0.707513869, -0.000319541898, 0.999992371, 0.00371683878, 0.707519114, -0.00240059383, 0.706686199)
  2397. p190.Anchored = true
  2398. p190.FormFactor = Enum.FormFactor.Custom
  2399. p190.Size = Vector3.new(4.19998264, 0.200000003, 0.399989128)
  2400. p190.BottomSurface = Enum.SurfaceType.Smooth
  2401. p190.TopSurface = Enum.SurfaceType.Smooth
  2402. p191 = Instance.new("Part", m29)
  2403. p191.BrickColor = BrickColor.new("Medium stone grey")
  2404. p191.Material = Enum.Material.Concrete
  2405. p191.CFrame = CFrame.new(11.5579834, 37.4251709, 10.0836182, 0.706689537, 0.00285565224, -0.707513869, -0.000319541898, 0.999992371, 0.00371683878, 0.707519114, -0.00240059383, 0.706686199)
  2406. p191.Anchored = true
  2407. p191.FormFactor = Enum.FormFactor.Custom
  2408. p191.Size = Vector3.new(5.59999895, 1.20000029, 0.599989116)
  2409. p191.BottomSurface = Enum.SurfaceType.Smooth
  2410. p191.TopSurface = Enum.SurfaceType.Smooth
  2411. p192 = Instance.new("Part", m29)
  2412. p192.BrickColor = BrickColor.new("Dark stone grey")
  2413. p192.Material = Enum.Material.Concrete
  2414. p192.CFrame = CFrame.new(9.99093628, 33.1250763, 8.67883301, 0.706689537, 0.00285565224, -0.707513869, -0.000319541898, 0.999992371, 0.00371683878, 0.707519114, -0.00240059383, 0.706686199)
  2415. p192.Anchored = true
  2416. p192.FormFactor = Enum.FormFactor.Custom
  2417. p192.Size = Vector3.new(0.200000003, 7.40000582, 0.399989128)
  2418. p192.BottomSurface = Enum.SurfaceType.Smooth
  2419. p192.TopSurface = Enum.SurfaceType.Smooth
  2420. p193 = Instance.new("Part", m29)
  2421. p193.BrickColor = BrickColor.new("Medium stone grey")
  2422. p193.Material = Enum.Material.Concrete
  2423. p193.CFrame = CFrame.new(9.77893066, 33.1248779, 8.32513428, 0.706689537, 0.00285565224, -0.707513869, -0.000319541898, 0.999992371, 0.00371683878, 0.707519114, -0.00240059383, 0.706686199)
  2424. p193.Anchored = true
  2425. p193.FormFactor = Enum.FormFactor.Custom
  2426. p193.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  2427. p193.BottomSurface = Enum.SurfaceType.Smooth
  2428. p193.TopSurface = Enum.SurfaceType.Smooth
  2429. p194 = Instance.new("Part", m29)
  2430. p194.BrickColor = BrickColor.new("Dark stone grey")
  2431. p194.Material = Enum.Material.Concrete
  2432. p194.CFrame = CFrame.new(12.9593506, 33.2238007, 11.6501465, 0.706689537, 0.00285565224, -0.707513869, -0.000319541898, 0.999992371, 0.00371683878, 0.707519114, -0.00240059383, 0.706686199)
  2433. p194.Anchored = true
  2434. p194.FormFactor = Enum.FormFactor.Custom
  2435. p194.Size = Vector3.new(0.200000003, 7.1999979, 0.399989128)
  2436. p194.BottomSurface = Enum.SurfaceType.Smooth
  2437. p194.TopSurface = Enum.SurfaceType.Smooth
  2438. p195 = Instance.new("Part", m29)
  2439. p195.BrickColor = BrickColor.new("Medium stone grey")
  2440. p195.Material = Enum.Material.Concrete
  2441. p195.CFrame = CFrame.new(13.3124084, 33.1232452, 11.8627319, 0.706689537, 0.00285565224, -0.707513869, -0.000319541898, 0.999992371, 0.00371683878, 0.707519114, -0.00240059383, 0.706686199)
  2442. p195.Anchored = true
  2443. p195.FormFactor = Enum.FormFactor.Custom
  2444. p195.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  2445. p195.BottomSurface = Enum.SurfaceType.Smooth
  2446. p195.TopSurface = Enum.SurfaceType.Smooth
  2447. p196 = Instance.new("Part", m30)
  2448. p196.BrickColor = BrickColor.new("Light stone grey")
  2449. p196.Material = Enum.Material.SmoothPlastic
  2450. p196.CFrame = CFrame.new(-14.0742188, 3.05588698, 33.8811951, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  2451. p196.Anchored = true
  2452. p196.FormFactor = Enum.FormFactor.Custom
  2453. p196.Size = Vector3.new(0.800000012, 2.20000005, 2.80000973)
  2454. p196.BottomSurface = Enum.SurfaceType.Smooth
  2455. p196.TopSurface = Enum.SurfaceType.Smooth
  2456. p197 = Instance.new("Part", m30)
  2457. p197.BrickColor = BrickColor.new("Light stone grey")
  2458. p197.Material = Enum.Material.SmoothPlastic
  2459. p197.CFrame = CFrame.new(-14.0704956, 4.15397072, 33.0785217, -0.0028556597, -0.999992847, 0.000583007059, -0.999992371, 0.00285413, -0.00240234332, 0.00240069069, -0.00058913033, -0.999994338)
  2460. p197.Anchored = true
  2461. p197.FormFactor = Enum.FormFactor.Custom
  2462. p197.Size = Vector3.new(1.20000005, 0.800000012, 1.20000935)
  2463. p197.BottomSurface = Enum.SurfaceType.Smooth
  2464. p197.TopSurface = Enum.SurfaceType.Smooth
  2465. b66 = Instance.new("CylinderMesh", p197)
  2466. b66.Name = "Mesh"
  2467. p198 = Instance.new("Part", m30)
  2468. p198.BrickColor = BrickColor.new("Light stone grey")
  2469. p198.Material = Enum.Material.SmoothPlastic
  2470. p198.CFrame = CFrame.new(-14.0701904, 4.45589638, 33.8778076, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  2471. p198.Anchored = true
  2472. p198.FormFactor = Enum.FormFactor.Custom
  2473. p198.Size = Vector3.new(0.800000012, 0.600000024, 1.60000944)
  2474. p198.BottomSurface = Enum.SurfaceType.Smooth
  2475. p198.TopSurface = Enum.SurfaceType.Smooth
  2476. p199 = Instance.new("Part", m30)
  2477. p199.BrickColor = BrickColor.new("Light stone grey")
  2478. p199.Material = Enum.Material.SmoothPlastic
  2479. p199.CFrame = CFrame.new(-14.0714722, 4.15781593, 34.6785278, -0.0028556597, -0.999992847, 0.000583007059, -0.999992371, 0.00285413, -0.00240234332, 0.00240069069, -0.00058913033, -0.999994338)
  2480. p199.Anchored = true
  2481. p199.FormFactor = Enum.FormFactor.Custom
  2482. p199.Size = Vector3.new(1.20000005, 0.800000012, 1.20000935)
  2483. p199.BottomSurface = Enum.SurfaceType.Smooth
  2484. p199.TopSurface = Enum.SurfaceType.Smooth
  2485. b67 = Instance.new("CylinderMesh", p199)
  2486. b67.Name = "Mesh"
  2487. p200 = Instance.new("Part", m30)
  2488. p200.BrickColor = BrickColor.new("Medium stone grey")
  2489. p200.Material = Enum.Material.SmoothPlastic
  2490. p200.CFrame = CFrame.new(-14.4107056, 4.25686073, 33.8780518, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  2491. p200.Anchored = true
  2492. p200.FormFactor = Enum.FormFactor.Custom
  2493. p200.Size = Vector3.new(0.200000003, 0.600000024, 2.40000963)
  2494. p200.BottomSurface = Enum.SurfaceType.Smooth
  2495. p200.TopSurface = Enum.SurfaceType.Smooth
  2496. p201 = Instance.new("Part", m30)
  2497. p201.BrickColor = BrickColor.new("Light stone grey")
  2498. p201.Material = Enum.Material.DiamondPlate
  2499. p201.CFrame = CFrame.new(-14.670166, 4.25544167, 32.9779663, 0.000582955196, -0.999992669, 0.00285558961, -0.00240225974, 0.00285413628, 0.999992311, -0.999994218, -0.000589011062, -0.00240058545)
  2500. p201.Anchored = true
  2501. p201.FormFactor = Enum.FormFactor.Custom
  2502. p201.Size = Vector3.new(0.200000003, 0.400000751, 0.200000033)
  2503. p201.BottomSurface = Enum.SurfaceType.Smooth
  2504. p201.TopSurface = Enum.SurfaceType.Smooth
  2505. b68 = Instance.new("CylinderMesh", p201)
  2506. b68.Name = "Mesh"
  2507. p202 = Instance.new("Part", m30)
  2508. p202.BrickColor = BrickColor.new("Light stone grey")
  2509. p202.Material = Enum.Material.DiamondPlate
  2510. p202.CFrame = CFrame.new(-14.7711182, 3.95572853, 32.9786072, 0.000583118061, 0.00285559613, 0.99999249, -0.00240224507, 0.999992073, -0.00285417726, -0.999993682, -0.00240059011, 0.00058902509)
  2511. p202.Anchored = true
  2512. p202.FormFactor = Enum.FormFactor.Custom
  2513. p202.Size = Vector3.new(0.200000003, 0.800000727, 0.200000033)
  2514. p202.BottomSurface = Enum.SurfaceType.Smooth
  2515. p202.TopSurface = Enum.SurfaceType.Smooth
  2516. b69 = Instance.new("CylinderMesh", p202)
  2517. b69.Name = "Mesh"
  2518. p203 = Instance.new("Part", m30)
  2519. p203.BrickColor = BrickColor.new("Light stone grey")
  2520. p203.Material = Enum.Material.DiamondPlate
  2521. p203.CFrame = CFrame.new(-14.7713928, 3.95717812, 33.5785828, 0.000583118061, 0.00285559613, 0.99999249, -0.00240224507, 0.999992073, -0.00285417726, -0.999993682, -0.00240059011, 0.00058902509)
  2522. p203.Anchored = true
  2523. p203.FormFactor = Enum.FormFactor.Custom
  2524. p203.Size = Vector3.new(0.200000003, 0.800000727, 0.200000033)
  2525. p203.BottomSurface = Enum.SurfaceType.Smooth
  2526. p203.TopSurface = Enum.SurfaceType.Smooth
  2527. b70 = Instance.new("CylinderMesh", p203)
  2528. b70.Name = "Mesh"
  2529. p204 = Instance.new("Part", m30)
  2530. p204.BrickColor = BrickColor.new("Light stone grey")
  2531. p204.Material = Enum.Material.DiamondPlate
  2532. p204.CFrame = CFrame.new(-14.6705322, 4.25687599, 33.5779724, 0.000582955196, -0.999992669, 0.00285558961, -0.00240225974, 0.00285413628, 0.999992311, -0.999994218, -0.000589011062, -0.00240058545)
  2533. p204.Anchored = true
  2534. p204.FormFactor = Enum.FormFactor.Custom
  2535. p204.Size = Vector3.new(0.200000003, 0.400000751, 0.200000033)
  2536. p204.BottomSurface = Enum.SurfaceType.Smooth
  2537. p204.TopSurface = Enum.SurfaceType.Smooth
  2538. b71 = Instance.new("CylinderMesh", p204)
  2539. b71.Name = "Mesh"
  2540. p205 = Instance.new("Part", m30)
  2541. p205.BrickColor = BrickColor.new("Light stone grey")
  2542. p205.Material = Enum.Material.DiamondPlate
  2543. p205.CFrame = CFrame.new(-14.7717896, 3.95861244, 34.1785583, 0.000583118061, 0.00285559613, 0.99999249, -0.00240224507, 0.999992073, -0.00285417726, -0.999993682, -0.00240059011, 0.00058902509)
  2544. p205.Anchored = true
  2545. p205.FormFactor = Enum.FormFactor.Custom
  2546. p205.Size = Vector3.new(0.200000003, 0.800000727, 0.200000033)
  2547. p205.BottomSurface = Enum.SurfaceType.Smooth
  2548. p205.TopSurface = Enum.SurfaceType.Smooth
  2549. b72 = Instance.new("CylinderMesh", p205)
  2550. b72.Name = "Mesh"
  2551. p206 = Instance.new("Part", m30)
  2552. p206.BrickColor = BrickColor.new("Light stone grey")
  2553. p206.Material = Enum.Material.DiamondPlate
  2554. p206.CFrame = CFrame.new(-14.6708679, 4.25832558, 34.177948, 0.000582955196, -0.999992669, 0.00285558961, -0.00240225974, 0.00285413628, 0.999992311, -0.999994218, -0.000589011062, -0.00240058545)
  2555. p206.Anchored = true
  2556. p206.FormFactor = Enum.FormFactor.Custom
  2557. p206.Size = Vector3.new(0.200000003, 0.400000751, 0.200000033)
  2558. p206.BottomSurface = Enum.SurfaceType.Smooth
  2559. p206.TopSurface = Enum.SurfaceType.Smooth
  2560. b73 = Instance.new("CylinderMesh", p206)
  2561. b73.Name = "Mesh"
  2562. p207 = Instance.new("Part", m30)
  2563. p207.BrickColor = BrickColor.new("Light stone grey")
  2564. p207.Material = Enum.Material.DiamondPlate
  2565. p207.CFrame = CFrame.new(-14.7721252, 3.96004677, 34.7785034, 0.000583118061, 0.00285559613, 0.99999249, -0.00240224507, 0.999992073, -0.00285417726, -0.999993682, -0.00240059011, 0.00058902509)
  2566. p207.Anchored = true
  2567. p207.FormFactor = Enum.FormFactor.Custom
  2568. p207.Size = Vector3.new(0.200000003, 0.800000727, 0.200000033)
  2569. p207.BottomSurface = Enum.SurfaceType.Smooth
  2570. p207.TopSurface = Enum.SurfaceType.Smooth
  2571. b74 = Instance.new("CylinderMesh", p207)
  2572. b74.Name = "Mesh"
  2573. p208 = Instance.new("Part", m30)
  2574. p208.BrickColor = BrickColor.new("Light stone grey")
  2575. p208.Material = Enum.Material.DiamondPlate
  2576. p208.CFrame = CFrame.new(-14.6712646, 4.25977516, 34.7779541, 0.000582955196, -0.999992669, 0.00285558961, -0.00240225974, 0.00285413628, 0.999992311, -0.999994218, -0.000589011062, -0.00240058545)
  2577. p208.Anchored = true
  2578. p208.FormFactor = Enum.FormFactor.Custom
  2579. p208.Size = Vector3.new(0.200000003, 0.400000751, 0.200000033)
  2580. p208.BottomSurface = Enum.SurfaceType.Smooth
  2581. p208.TopSurface = Enum.SurfaceType.Smooth
  2582. b75 = Instance.new("CylinderMesh", p208)
  2583. b75.Name = "Mesh"
  2584. p209 = Instance.new("Part", m31)
  2585. p209.BrickColor = BrickColor.new("Dark stone grey")
  2586. p209.Material = Enum.Material.DiamondPlate
  2587. p209.CFrame = CFrame.new(10.8728333, 47.438324, 27.586792, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2588. p209.Anchored = true
  2589. p209.FormFactor = Enum.FormFactor.Custom
  2590. p209.Size = Vector3.new(1.39999974, 1.79999995, 1.5999999)
  2591. p209.BottomSurface = Enum.SurfaceType.Smooth
  2592. p209.TopSurface = Enum.SurfaceType.Smooth
  2593. b76 = Instance.new("CylinderMesh", p209)
  2594. b76.Name = "Mesh"
  2595. p210 = Instance.new("Part", m31)
  2596. p210.BrickColor = BrickColor.new("Dark stone grey")
  2597. p210.Material = Enum.Material.DiamondPlate
  2598. p210.CFrame = CFrame.new(10.8720093, 47.441925, 29.086792, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2599. p210.Anchored = true
  2600. p210.FormFactor = Enum.FormFactor.Custom
  2601. p210.Size = Vector3.new(1.39999974, 1.79999995, 1.5999999)
  2602. p210.BottomSurface = Enum.SurfaceType.Smooth
  2603. p210.TopSurface = Enum.SurfaceType.Smooth
  2604. b77 = Instance.new("CylinderMesh", p210)
  2605. b77.Name = "Mesh"
  2606. p211 = Instance.new("Part", m31)
  2607. p211.BrickColor = BrickColor.new("Dark stone grey")
  2608. p211.Material = Enum.Material.Concrete
  2609. p211.CFrame = CFrame.new(10.769165, 46.4421692, 29.0891724, 0.999992788, 0.00285564945, -0.000582955196, -0.00285413186, 0.999992251, 0.00240225974, 0.000589145347, -0.00240058731, 0.999994218)
  2610. p211.Anchored = true
  2611. p211.FormFactor = Enum.FormFactor.Custom
  2612. p211.Size = Vector3.new(3.80000019, 0.200000003, 5.19999886)
  2613. p211.BottomSurface = Enum.SurfaceType.Smooth
  2614. p211.TopSurface = Enum.SurfaceType.Smooth
  2615. p212 = Instance.new("Part", m31)
  2616. p212.BrickColor = BrickColor.new("Medium stone grey")
  2617. p212.Material = Enum.Material.Brick
  2618. p212.CFrame = CFrame.new(10.7651672, 45.0424042, 29.0925293, 0.999992788, 0.00285564945, -0.000582955196, -0.00285413186, 0.999992251, 0.00240225974, 0.000589145347, -0.00240058731, 0.999994218)
  2619. p212.Anchored = true
  2620. p212.FormFactor = Enum.FormFactor.Custom
  2621. p212.Size = Vector3.new(3, 2.60000038, 4.39999962)
  2622. p212.BottomSurface = Enum.SurfaceType.Smooth
  2623. p212.TopSurface = Enum.SurfaceType.Smooth
  2624. p213 = Instance.new("Part", m31)
  2625. p213.BrickColor = BrickColor.new("Dark stone grey")
  2626. p213.Material = Enum.Material.DiamondPlate
  2627. p213.CFrame = CFrame.new(10.8710938, 47.4455109, 30.5867615, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2628. p213.Anchored = true
  2629. p213.FormFactor = Enum.FormFactor.Custom
  2630. p213.Size = Vector3.new(1.39999974, 1.79999995, 1.5999999)
  2631. p213.BottomSurface = Enum.SurfaceType.Smooth
  2632. p213.TopSurface = Enum.SurfaceType.Smooth
  2633. b78 = Instance.new("CylinderMesh", p213)
  2634. b78.Name = "Mesh"
  2635. p214 = Instance.new("Part", m32)
  2636. p214.BrickColor = BrickColor.new("Medium stone grey")
  2637. p214.Material = Enum.Material.Concrete
  2638. p214.CFrame = CFrame.new(8.45144653, 1.65674686, 17.79776, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  2639. p214.Anchored = true
  2640. p214.FormFactor = Enum.FormFactor.Custom
  2641. p214.Size = Vector3.new(0.200000003, 2.80000114, 0.200000003)
  2642. p214.BottomSurface = Enum.SurfaceType.Smooth
  2643. p214.TopSurface = Enum.SurfaceType.Smooth
  2644. b79 = Instance.new("CylinderMesh", p214)
  2645. b79.Name = "Mesh"
  2646. p215 = Instance.new("Part", m32)
  2647. p215.BrickColor = BrickColor.new("Reddish brown")
  2648. p215.Material = Enum.Material.Wood
  2649. p215.CFrame = CFrame.new(9.21627808, 1.75647843, 18.5979309, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  2650. p215.Anchored = true
  2651. p215.FormFactor = Enum.FormFactor.Custom
  2652. p215.Size = Vector3.new(1.86999035, 0.200000003, 1.80000806)
  2653. p215.BottomSurface = Enum.SurfaceType.Smooth
  2654. p215.TopSurface = Enum.SurfaceType.Smooth
  2655. p216 = Instance.new("Part", m32)
  2656. p216.BrickColor = BrickColor.new("Medium stone grey")
  2657. p216.Material = Enum.Material.Concrete
  2658. p216.CFrame = CFrame.new(8.44851685, 0.960335016, 19.3994141, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  2659. p216.Anchored = true
  2660. p216.FormFactor = Enum.FormFactor.Custom
  2661. p216.Size = Vector3.new(0.200000003, 1.40000081, 0.200000003)
  2662. p216.BottomSurface = Enum.SurfaceType.Smooth
  2663. p216.TopSurface = Enum.SurfaceType.Smooth
  2664. b80 = Instance.new("CylinderMesh", p216)
  2665. b80.Name = "Mesh"
  2666. p217 = Instance.new("Part", m32)
  2667. p217.BrickColor = BrickColor.new("Medium stone grey")
  2668. p217.Material = Enum.Material.Concrete
  2669. p217.CFrame = CFrame.new(10.0485229, 0.955787897, 19.4002991, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  2670. p217.Anchored = true
  2671. p217.FormFactor = Enum.FormFactor.Custom
  2672. p217.Size = Vector3.new(0.200000003, 1.40000081, 0.200000003)
  2673. p217.BottomSurface = Enum.SurfaceType.Smooth
  2674. p217.TopSurface = Enum.SurfaceType.Smooth
  2675. b81 = Instance.new("CylinderMesh", p217)
  2676. b81.Name = "Mesh"
  2677. p218 = Instance.new("Part", m32)
  2678. p218.BrickColor = BrickColor.new("Medium stone grey")
  2679. p218.Material = Enum.Material.Concrete
  2680. p218.CFrame = CFrame.new(10.0514832, 1.65215397, 17.7987061, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  2681. p218.Anchored = true
  2682. p218.FormFactor = Enum.FormFactor.Custom
  2683. p218.Size = Vector3.new(0.200000003, 2.80000114, 0.200000003)
  2684. p218.BottomSurface = Enum.SurfaceType.Smooth
  2685. p218.TopSurface = Enum.SurfaceType.Smooth
  2686. b82 = Instance.new("CylinderMesh", p218)
  2687. b82.Name = "Mesh"
  2688. p219 = Instance.new("Part", m32)
  2689. p219.BrickColor = BrickColor.new("Reddish brown")
  2690. p219.Material = Enum.Material.Wood
  2691. p219.CFrame = CFrame.new(9.22186279, 3.55466652, 17.7936401, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  2692. p219.Anchored = true
  2693. p219.FormFactor = Enum.FormFactor.Custom
  2694. p219.Size = Vector3.new(1.86999035, 1.4000001, 0.200000003)
  2695. p219.BottomSurface = Enum.SurfaceType.Smooth
  2696. p219.TopSurface = Enum.SurfaceType.Smooth
  2697. p220 = Instance.new("Part", m33)
  2698. p220.BrickColor = BrickColor.new("Medium stone grey")
  2699. p220.Material = Enum.Material.Concrete
  2700. p220.CFrame = CFrame.new(-20.5756531, 1.72477067, 13.1504517, -0.000583000132, 0.00285565224, -0.999992847, 0.00240225391, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2701. p220.Anchored = true
  2702. p220.FormFactor = Enum.FormFactor.Custom
  2703. p220.Size = Vector3.new(0.200000003, 2.80000114, 0.200000003)
  2704. p220.BottomSurface = Enum.SurfaceType.Smooth
  2705. p220.TopSurface = Enum.SurfaceType.Smooth
  2706. b83 = Instance.new("CylinderMesh", p220)
  2707. b83.Name = "Mesh"
  2708. p221 = Instance.new("Part", m33)
  2709. p221.BrickColor = BrickColor.new("Reddish brown")
  2710. p221.Material = Enum.Material.Wood
  2711. p221.CFrame = CFrame.new(-19.7749329, 1.82067227, 12.3858032, 0.000583000307, 0.00285565224, 0.999992847, -0.00240225764, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  2712. p221.Anchored = true
  2713. p221.FormFactor = Enum.FormFactor.Custom
  2714. p221.Size = Vector3.new(1.86999035, 0.200000003, 1.80000806)
  2715. p221.BottomSurface = Enum.SurfaceType.Smooth
  2716. p221.TopSurface = Enum.SurfaceType.Smooth
  2717. p222 = Instance.new("Part", m33)
  2718. p222.BrickColor = BrickColor.new("Medium stone grey")
  2719. p222.Material = Enum.Material.Concrete
  2720. p222.CFrame = CFrame.new(-18.9776611, 1.02008843, 13.1530762, -0.000583000132, 0.00285565224, -0.999992847, 0.00240225391, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2721. p222.Anchored = true
  2722. p222.FormFactor = Enum.FormFactor.Custom
  2723. p222.Size = Vector3.new(0.200000003, 1.40000081, 0.200000003)
  2724. p222.BottomSurface = Enum.SurfaceType.Smooth
  2725. p222.TopSurface = Enum.SurfaceType.Smooth
  2726. b84 = Instance.new("CylinderMesh", p222)
  2727. b84.Name = "Mesh"
  2728. p223 = Instance.new("Part", m33)
  2729. p223.BrickColor = BrickColor.new("Medium stone grey")
  2730. p223.Material = Enum.Material.Concrete
  2731. p223.CFrame = CFrame.new(-18.9766846, 1.01625848, 11.5531616, -0.000583000132, 0.00285565224, -0.999992847, 0.00240225391, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2732. p223.Anchored = true
  2733. p223.FormFactor = Enum.FormFactor.Custom
  2734. p223.Size = Vector3.new(0.200000003, 1.40000081, 0.200000003)
  2735. p223.BottomSurface = Enum.SurfaceType.Smooth
  2736. p223.TopSurface = Enum.SurfaceType.Smooth
  2737. b85 = Instance.new("CylinderMesh", p223)
  2738. b85.Name = "Mesh"
  2739. p224 = Instance.new("Part", m33)
  2740. p224.BrickColor = BrickColor.new("Medium stone grey")
  2741. p224.Material = Enum.Material.Concrete
  2742. p224.CFrame = CFrame.new(-20.5747681, 1.72092545, 11.5505981, -0.000583000132, 0.00285565224, -0.999992847, 0.00240225391, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  2743. p224.Anchored = true
  2744. p224.FormFactor = Enum.FormFactor.Custom
  2745. p224.Size = Vector3.new(0.200000003, 2.80000114, 0.200000003)
  2746. p224.BottomSurface = Enum.SurfaceType.Smooth
  2747. p224.TopSurface = Enum.SurfaceType.Smooth
  2748. b86 = Instance.new("CylinderMesh", p224)
  2749. b86.Name = "Mesh"
  2750. p225 = Instance.new("Part", m33)
  2751. p225.BrickColor = BrickColor.new("Reddish brown")
  2752. p225.Material = Enum.Material.Wood
  2753. p225.CFrame = CFrame.new(-20.5698242, 3.62299538, 12.3809814, 0.000583000307, 0.00285565224, 0.999992847, -0.00240225764, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  2754. p225.Anchored = true
  2755. p225.FormFactor = Enum.FormFactor.Custom
  2756. p225.Size = Vector3.new(1.86999035, 1.4000001, 0.200000003)
  2757. p225.BottomSurface = Enum.SurfaceType.Smooth
  2758. p225.TopSurface = Enum.SurfaceType.Smooth
  2759. p226 = Instance.new("Part", m34)
  2760. p226.BrickColor = BrickColor.new("Medium stone grey")
  2761. p226.Material = Enum.Material.SmoothPlastic
  2762. p226.CFrame = CFrame.new(-16.028717, 3.75896645, 30.7123108, -0.000583000132, 0.00285565224, -0.999992847, 0.00240225391, 0.999992371, 0.00285412627, 0.999994338, -0.00240059383, -0.000589011179)
  2763. p226.Anchored = true
  2764. p226.FormFactor = Enum.FormFactor.Custom
  2765. p226.Size = Vector3.new(1.20000005, 0.400000006, 1.80000019)
  2766. p226.BottomSurface = Enum.SurfaceType.Smooth
  2767. p226.TopSurface = Enum.SurfaceType.Smooth
  2768. p227 = Instance.new("Part", m34)
  2769. p227.BrickColor = BrickColor.new("Medium stone grey")
  2770. p227.Material = Enum.Material.SmoothPlastic
  2771. p227.CFrame = CFrame.new(-16.0273438, 4.15798378, 30.3109741, -0.000583000132, 0.00285565224, -0.999992847, 0.00240225391, 0.999992371, 0.00285412627, 0.999994338, -0.00240059383, -0.000589011179)
  2772. p227.Anchored = true
  2773. p227.FormFactor = Enum.FormFactor.Custom
  2774. p227.Size = Vector3.new(0.400000036, 0.400000006, 1.80000019)
  2775. p227.BottomSurface = Enum.SurfaceType.Smooth
  2776. p227.TopSurface = Enum.SurfaceType.Smooth
  2777. p228 = Instance.new("Part", m34)
  2778. p228.BrickColor = BrickColor.new("Medium stone grey")
  2779. p228.Material = Enum.Material.SmoothPlastic
  2780. p228.CFrame = CFrame.new(-16.5261536, 4.55924416, 30.2101135, -0.000583000132, 0.00285565224, -0.999992847, 0.00240225391, 0.999992371, 0.00285412627, 0.999994338, -0.00240059383, -0.000589011179)
  2781. p228.Anchored = true
  2782. p228.FormFactor = Enum.FormFactor.Custom
  2783. p228.Size = Vector3.new(0.200000033, 0.400000006, 0.800000012)
  2784. p228.BottomSurface = Enum.SurfaceType.Smooth
  2785. p228.TopSurface = Enum.SurfaceType.Smooth
  2786. p229 = Instance.new("Part", m35)
  2787. p229.BrickColor = BrickColor.new("Medium stone grey")
  2788. p229.Material = Enum.Material.Concrete
  2789. p229.CFrame = CFrame.new(11.4931641, 14.7247057, 10.1381226, 0.706689537, 0.00285565224, -0.707513869, -0.000319541898, 0.999992371, 0.00371683878, 0.707519114, -0.00240059383, 0.706686199)
  2790. p229.Anchored = true
  2791. p229.FormFactor = Enum.FormFactor.Custom
  2792. p229.Size = Vector3.new(5.59999895, 0.600000262, 0.599989116)
  2793. p229.BottomSurface = Enum.SurfaceType.Smooth
  2794. p229.TopSurface = Enum.SurfaceType.Smooth
  2795. p230 = Instance.new("Part", m35)
  2796. p230.BrickColor = BrickColor.new("Dark stone grey")
  2797. p230.Material = Enum.Material.Concrete
  2798. p230.CFrame = CFrame.new(11.4942017, 15.1250658, 10.2784424, 0.706689537, 0.00285565224, -0.707513869, -0.000319541898, 0.999992371, 0.00371683878, 0.707519114, -0.00240059383, 0.706686199)
  2799. p230.Anchored = true
  2800. p230.FormFactor = Enum.FormFactor.Custom
  2801. p230.Size = Vector3.new(4.19999075, 0.200000003, 0.399989128)
  2802. p230.BottomSurface = Enum.SurfaceType.Smooth
  2803. p230.TopSurface = Enum.SurfaceType.Smooth
  2804. p231 = Instance.new("Part", m35)
  2805. p231.BrickColor = BrickColor.new("Medium stone grey")
  2806. p231.Material = Enum.Material.SmoothPlastic
  2807. p231.Reflectance = 0.20000000298023
  2808. p231.CFrame = CFrame.new(11.3630676, 18.724844, 10.2698975, 0.706689537, 0.00285565224, -0.707513869, -0.000319541898, 0.999992371, 0.00371683878, 0.707519114, -0.00240059383, 0.706686199)
  2809. p231.Anchored = true
  2810. p231.FormFactor = Enum.FormFactor.Custom
  2811. p231.Size = Vector3.new(3.99998093, 7.00001144, 0.200000003)
  2812. p231.BottomSurface = Enum.SurfaceType.Smooth
  2813. p231.TopSurface = Enum.SurfaceType.Smooth
  2814. p232 = Instance.new("Part", m35)
  2815. p232.BrickColor = BrickColor.new("Dark stone grey")
  2816. p232.Material = Enum.Material.Concrete
  2817. p232.CFrame = CFrame.new(11.5044556, 18.7244473, 10.2697754, 0.706689537, 0.00285565224, -0.707513869, -0.000319541898, 0.999992371, 0.00371683878, 0.707519114, -0.00240059383, 0.706686199)
  2818. p232.Anchored = true
  2819. p232.FormFactor = Enum.FormFactor.Custom
  2820. p232.Size = Vector3.new(4.19999123, 0.200000003, 0.399989128)
  2821. p232.BottomSurface = Enum.SurfaceType.Smooth
  2822. p232.TopSurface = Enum.SurfaceType.Smooth
  2823. p233 = Instance.new("Part", m35)
  2824. p233.BrickColor = BrickColor.new("Dark stone grey")
  2825. p233.Material = Enum.Material.Concrete
  2826. p233.CFrame = CFrame.new(11.3734741, 22.3244877, 10.119751, 0.706689537, 0.00285565224, -0.707513869, -0.000319541898, 0.999992371, 0.00371683878, 0.707519114, -0.00240059383, 0.706686199)
  2827. p233.Anchored = true
  2828. p233.FormFactor = Enum.FormFactor.Custom
  2829. p233.Size = Vector3.new(4.19998264, 0.200000003, 0.399989128)
  2830. p233.BottomSurface = Enum.SurfaceType.Smooth
  2831. p233.TopSurface = Enum.SurfaceType.Smooth
  2832. p234 = Instance.new("Part", m35)
  2833. p234.BrickColor = BrickColor.new("Medium stone grey")
  2834. p234.Material = Enum.Material.Concrete
  2835. p234.CFrame = CFrame.new(11.5168457, 23.0252323, 10.1182251, 0.706689537, 0.00285565224, -0.707513869, -0.000319541898, 0.999992371, 0.00371683878, 0.707519114, -0.00240059383, 0.706686199)
  2836. p234.Anchored = true
  2837. p234.FormFactor = Enum.FormFactor.Custom
  2838. p234.Size = Vector3.new(5.59999895, 1.20000029, 0.599989116)
  2839. p234.BottomSurface = Enum.SurfaceType.Smooth
  2840. p234.TopSurface = Enum.SurfaceType.Smooth
  2841. p235 = Instance.new("Part", m35)
  2842. p235.BrickColor = BrickColor.new("Dark stone grey")
  2843. p235.Material = Enum.Material.Concrete
  2844. p235.CFrame = CFrame.new(9.94979858, 18.7251186, 8.71343994, 0.706689537, 0.00285565224, -0.707513869, -0.000319541898, 0.999992371, 0.00371683878, 0.707519114, -0.00240059383, 0.706686199)
  2845. p235.Anchored = true
  2846. p235.FormFactor = Enum.FormFactor.Custom
  2847. p235.Size = Vector3.new(0.200000003, 7.40000582, 0.399989128)
  2848. p235.BottomSurface = Enum.SurfaceType.Smooth
  2849. p235.TopSurface = Enum.SurfaceType.Smooth
  2850. p236 = Instance.new("Part", m35)
  2851. p236.BrickColor = BrickColor.new("Medium stone grey")
  2852. p236.Material = Enum.Material.Concrete
  2853. p236.CFrame = CFrame.new(9.737854, 18.7249355, 8.35961914, 0.706689537, 0.00285565224, -0.707513869, -0.000319541898, 0.999992371, 0.00371683878, 0.707519114, -0.00240059383, 0.706686199)
  2854. p236.Anchored = true
  2855. p236.FormFactor = Enum.FormFactor.Custom
  2856. p236.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  2857. p236.BottomSurface = Enum.SurfaceType.Smooth
  2858. p236.TopSurface = Enum.SurfaceType.Smooth
  2859. p237 = Instance.new("Part", m35)
  2860. p237.BrickColor = BrickColor.new("Dark stone grey")
  2861. p237.Material = Enum.Material.Concrete
  2862. p237.CFrame = CFrame.new(12.9182129, 18.8238144, 11.6846924, 0.706689537, 0.00285565224, -0.707513869, -0.000319541898, 0.999992371, 0.00371683878, 0.707519114, -0.00240059383, 0.706686199)
  2863. p237.Anchored = true
  2864. p237.FormFactor = Enum.FormFactor.Custom
  2865. p237.Size = Vector3.new(0.200000003, 7.1999979, 0.399989128)
  2866. p237.BottomSurface = Enum.SurfaceType.Smooth
  2867. p237.TopSurface = Enum.SurfaceType.Smooth
  2868. p238 = Instance.new("Part", m35)
  2869. p238.BrickColor = BrickColor.new("Medium stone grey")
  2870. p238.Material = Enum.Material.Concrete
  2871. p238.CFrame = CFrame.new(13.2713013, 18.7232876, 11.8973389, 0.706689537, 0.00285565224, -0.707513869, -0.000319541898, 0.999992371, 0.00371683878, 0.707519114, -0.00240059383, 0.706686199)
  2872. p238.Anchored = true
  2873. p238.FormFactor = Enum.FormFactor.Custom
  2874. p238.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  2875. p238.BottomSurface = Enum.SurfaceType.Smooth
  2876. p238.TopSurface = Enum.SurfaceType.Smooth
  2877. p239 = Instance.new("Part", m36)
  2878. p239.BrickColor = BrickColor.new("Medium stone grey")
  2879. p239.Material = Enum.Material.Concrete
  2880. p239.CFrame = CFrame.new(8.44406128, 1.6855402, 30.397583, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  2881. p239.Anchored = true
  2882. p239.FormFactor = Enum.FormFactor.Custom
  2883. p239.Size = Vector3.new(0.200000003, 2.80000114, 0.200000003)
  2884. p239.BottomSurface = Enum.SurfaceType.Smooth
  2885. p239.TopSurface = Enum.SurfaceType.Smooth
  2886. b87 = Instance.new("CylinderMesh", p239)
  2887. b87.Name = "Mesh"
  2888. p240 = Instance.new("Part", m36)
  2889. p240.BrickColor = BrickColor.new("Reddish brown")
  2890. p240.Material = Enum.Material.Wood
  2891. p240.CFrame = CFrame.new(9.20883179, 1.78527176, 31.1977539, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  2892. p240.Anchored = true
  2893. p240.FormFactor = Enum.FormFactor.Custom
  2894. p240.Size = Vector3.new(1.86999035, 0.200000003, 1.80000806)
  2895. p240.BottomSurface = Enum.SurfaceType.Smooth
  2896. p240.TopSurface = Enum.SurfaceType.Smooth
  2897. p241 = Instance.new("Part", m36)
  2898. p241.BrickColor = BrickColor.new("Medium stone grey")
  2899. p241.Material = Enum.Material.Concrete
  2900. p241.CFrame = CFrame.new(8.44119263, 0.989235163, 31.9993286, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  2901. p241.Anchored = true
  2902. p241.FormFactor = Enum.FormFactor.Custom
  2903. p241.Size = Vector3.new(0.200000003, 1.40000081, 0.200000003)
  2904. p241.BottomSurface = Enum.SurfaceType.Smooth
  2905. p241.TopSurface = Enum.SurfaceType.Smooth
  2906. b88 = Instance.new("CylinderMesh", p241)
  2907. b88.Name = "Mesh"
  2908. p242 = Instance.new("Part", m36)
  2909. p242.BrickColor = BrickColor.new("Medium stone grey")
  2910. p242.Material = Enum.Material.Concrete
  2911. p242.CFrame = CFrame.new(10.0411377, 0.984703302, 32.0001831, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  2912. p242.Anchored = true
  2913. p242.FormFactor = Enum.FormFactor.Custom
  2914. p242.Size = Vector3.new(0.200000003, 1.40000081, 0.200000003)
  2915. p242.BottomSurface = Enum.SurfaceType.Smooth
  2916. p242.TopSurface = Enum.SurfaceType.Smooth
  2917. b89 = Instance.new("CylinderMesh", p242)
  2918. b89.Name = "Mesh"
  2919. p243 = Instance.new("Part", m36)
  2920. p243.BrickColor = BrickColor.new("Medium stone grey")
  2921. p243.Material = Enum.Material.Concrete
  2922. p243.CFrame = CFrame.new(10.0440063, 1.68099308, 30.398468, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  2923. p243.Anchored = true
  2924. p243.FormFactor = Enum.FormFactor.Custom
  2925. p243.Size = Vector3.new(0.200000003, 2.80000114, 0.200000003)
  2926. p243.BottomSurface = Enum.SurfaceType.Smooth
  2927. p243.TopSurface = Enum.SurfaceType.Smooth
  2928. b90 = Instance.new("CylinderMesh", p243)
  2929. b90.Name = "Mesh"
  2930. p244 = Instance.new("Part", m36)
  2931. p244.BrickColor = BrickColor.new("Reddish brown")
  2932. p244.Material = Enum.Material.Wood
  2933. p244.CFrame = CFrame.new(9.21447754, 3.58342934, 30.3933716, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  2934. p244.Anchored = true
  2935. p244.FormFactor = Enum.FormFactor.Custom
  2936. p244.Size = Vector3.new(1.86999035, 1.4000001, 0.200000003)
  2937. p244.BottomSurface = Enum.SurfaceType.Smooth
  2938. p244.TopSurface = Enum.SurfaceType.Smooth
  2939. p245 = Instance.new("Part", m37)
  2940. p245.BrickColor = BrickColor.new("Brown")
  2941. p245.CFrame = CFrame.new(10.3787842, 3.3867588, 21.9345093, 0.999718845, -0.0233048331, -0.000577473431, 0.023306014, 0.999724567, 0.00240229559, 0.000524107716, -0.00241509732, 0.999994338)
  2942. p245.Anchored = true
  2943. p245.FormFactor = Enum.FormFactor.Custom
  2944. p245.Size = Vector3.new(1, 0.200000003, 1)
  2945. p245.BottomSurface = Enum.SurfaceType.Smooth
  2946. p245.TopSurface = Enum.SurfaceType.Smooth
  2947. b91 = Instance.new("SpecialMesh", p245)
  2948. b91.MeshId = "http://www.roblox.com/asset/?id=90782182"
  2949. b91.TextureId = ""
  2950. b91.MeshType = Enum.MeshType.FileMesh
  2951. b91.Name = "Mesh"
  2952. b91.Scale = Vector3.new(0.100000001, 0.100000001, 0.100000001)
  2953. p246 = Instance.new("Part", m37)
  2954. p246.BrickColor = BrickColor.new("Dark stone grey")
  2955. p246.Material = Enum.Material.DiamondPlate
  2956. p246.CFrame = CFrame.new(10.3566284, 4.24651527, 21.932373, -0.999725282, -0.0233046412, 0.000582849083, -0.0233061407, 0.999724507, -0.00240222854, -0.000526046031, -0.00241516344, -0.999994397)
  2957. p246.Anchored = true
  2958. p246.FormFactor = Enum.FormFactor.Custom
  2959. p246.Size = Vector3.new(0.200000003, 1.20000112, 0.200000003)
  2960. p246.BottomSurface = Enum.SurfaceType.Smooth
  2961. p246.TopSurface = Enum.SurfaceType.Smooth
  2962. b92 = Instance.new("CylinderMesh", p246)
  2963. b92.Name = "Mesh"
  2964. p247 = Instance.new("Part", m37)
  2965. p247.BrickColor = BrickColor.new("Dusty Rose")
  2966. p247.CFrame = CFrame.new(10.371521, 4.48652077, 21.9318237, 0.999718845, -0.0233048331, -0.000577473431, 0.023306014, 0.999724567, 0.00240229559, 0.000524107716, -0.00241509732, 0.999994338)
  2967. p247.Anchored = true
  2968. p247.FormFactor = Enum.FormFactor.Custom
  2969. p247.Size = Vector3.new(1, 1, 1)
  2970. p247.BottomSurface = Enum.SurfaceType.Smooth
  2971. p247.TopSurface = Enum.SurfaceType.Smooth
  2972. b93 = Instance.new("SpecialMesh", p247)
  2973. b93.MeshId = "http://www.roblox.com/asset/?id=90782182"
  2974. b93.TextureId = ""
  2975. b93.MeshType = Enum.MeshType.FileMesh
  2976. b93.Name = "Mesh"
  2977. b93.Scale = Vector3.new(0.100000001, 0.100000001, 0.100000001)
  2978. p248 = Instance.new("Part", m37)
  2979. p248.BrickColor = BrickColor.new("Pastel yellow")
  2980. p248.Material = Enum.Material.SmoothPlastic
  2981. p248.CFrame = CFrame.new(10.3668823, 4.68618202, 21.931366, -0.999727905, 0.0233056396, -0.000577877159, -0.0233069379, -0.999725223, 0.00240379362, -0.000521798211, 0.00241660979, 0.999996901)
  2982. p248.Anchored = true
  2983. p248.FormFactor = Enum.FormFactor.Custom
  2984. p248.Size = Vector3.new(0.600000024, 0.600000024, 0.600000024)
  2985. p248.BottomSurface = Enum.SurfaceType.Smooth
  2986. p248.TopSurface = Enum.SurfaceType.Smooth
  2987. b94 = Instance.new("SpecialMesh", p248)
  2988. b94.MeshType = Enum.MeshType.Sphere
  2989. b94.Name = "Mesh"
  2990. b94.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  2991. x8 = Instance.new("PointLight", p248)
  2992. x8.Color = Color3.new(1, 1, 0.498039)
  2993. x8.Range = 15
  2994. p249 = Instance.new("Part", m37)
  2995. p249.BrickColor = BrickColor.new("Dusty Rose")
  2996. p249.Material = Enum.Material.SmoothPlastic
  2997. p249.CFrame = CFrame.new(10.366333, 4.70618629, 21.9313049, -0.999727905, 0.0233056396, -0.000577877159, -0.0233069379, -0.999725223, 0.00240379362, -0.000521798211, 0.00241660979, 0.999996901)
  2998. p249.Anchored = true
  2999. p249.FormFactor = Enum.FormFactor.Custom
  3000. p249.Size = Vector3.new(0.600000024, 0.600000024, 0.600000024)
  3001. p249.BottomSurface = Enum.SurfaceType.Smooth
  3002. p249.TopSurface = Enum.SurfaceType.Smooth
  3003. b95 = Instance.new("SpecialMesh", p249)
  3004. b95.MeshType = Enum.MeshType.Sphere
  3005. b95.Name = "Mesh"
  3006. b95.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  3007. p250 = Instance.new("Part", m38)
  3008. p250.BrickColor = BrickColor.new("Dark stone grey")
  3009. p250.Material = Enum.Material.DiamondPlate
  3010. p250.CFrame = CFrame.new(10.6795654, 47.4119873, 16.1865234, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3011. p250.Anchored = true
  3012. p250.FormFactor = Enum.FormFactor.Custom
  3013. p250.Size = Vector3.new(1.39999974, 1.79999995, 1.5999999)
  3014. p250.BottomSurface = Enum.SurfaceType.Smooth
  3015. p250.TopSurface = Enum.SurfaceType.Smooth
  3016. b96 = Instance.new("CylinderMesh", p250)
  3017. b96.Name = "Mesh"
  3018. p251 = Instance.new("Part", m38)
  3019. p251.BrickColor = BrickColor.new("Dark stone grey")
  3020. p251.Material = Enum.Material.DiamondPlate
  3021. p251.CFrame = CFrame.new(10.678772, 47.4156036, 17.6865234, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3022. p251.Anchored = true
  3023. p251.FormFactor = Enum.FormFactor.Custom
  3024. p251.Size = Vector3.new(1.39999974, 1.79999995, 1.5999999)
  3025. p251.BottomSurface = Enum.SurfaceType.Smooth
  3026. p251.TopSurface = Enum.SurfaceType.Smooth
  3027. b97 = Instance.new("CylinderMesh", p251)
  3028. b97.Name = "Mesh"
  3029. p252 = Instance.new("Part", m38)
  3030. p252.BrickColor = BrickColor.new("Dark stone grey")
  3031. p252.Material = Enum.Material.Concrete
  3032. p252.CFrame = CFrame.new(10.5758667, 46.4158478, 17.6888733, 0.999992788, 0.00285564945, -0.000582955196, -0.00285413186, 0.999992251, 0.00240225974, 0.000589145347, -0.00240058731, 0.999994218)
  3033. p252.Anchored = true
  3034. p252.FormFactor = Enum.FormFactor.Custom
  3035. p252.Size = Vector3.new(3.80000019, 0.200000003, 5.19999886)
  3036. p252.BottomSurface = Enum.SurfaceType.Smooth
  3037. p252.TopSurface = Enum.SurfaceType.Smooth
  3038. p253 = Instance.new("Part", m38)
  3039. p253.BrickColor = BrickColor.new("Medium stone grey")
  3040. p253.Material = Enum.Material.Brick
  3041. p253.CFrame = CFrame.new(10.5718994, 45.0160522, 17.6922607, 0.999992788, 0.00285564945, -0.000582955196, -0.00285413186, 0.999992251, 0.00240225974, 0.000589145347, -0.00240058731, 0.999994218)
  3042. p253.Anchored = true
  3043. p253.FormFactor = Enum.FormFactor.Custom
  3044. p253.Size = Vector3.new(3, 2.60000038, 4.39999962)
  3045. p253.BottomSurface = Enum.SurfaceType.Smooth
  3046. p253.TopSurface = Enum.SurfaceType.Smooth
  3047. p254 = Instance.new("Part", m38)
  3048. p254.BrickColor = BrickColor.new("Dark stone grey")
  3049. p254.Material = Enum.Material.DiamondPlate
  3050. p254.CFrame = CFrame.new(10.6778259, 47.41922, 19.1864929, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3051. p254.Anchored = true
  3052. p254.FormFactor = Enum.FormFactor.Custom
  3053. p254.Size = Vector3.new(1.39999974, 1.79999995, 1.5999999)
  3054. p254.BottomSurface = Enum.SurfaceType.Smooth
  3055. p254.TopSurface = Enum.SurfaceType.Smooth
  3056. b98 = Instance.new("CylinderMesh", p254)
  3057. b98.Name = "Mesh"
  3058. p255 = Instance.new("Part", m39)
  3059. p255.BrickColor = BrickColor.new("Dusty Rose")
  3060. p255.CFrame = CFrame.new(-11.208252, 13.8744555, 32.896698, 0.999718845, -0.0233048331, -0.000577473431, 0.023306014, 0.999724567, 0.00240229559, 0.000524107716, -0.00241509732, 0.999994338)
  3061. p255.Anchored = true
  3062. p255.FormFactor = Enum.FormFactor.Custom
  3063. p255.Size = Vector3.new(1, 1, 1)
  3064. p255.BottomSurface = Enum.SurfaceType.Smooth
  3065. p255.TopSurface = Enum.SurfaceType.Smooth
  3066. b99 = Instance.new("SpecialMesh", p255)
  3067. b99.MeshId = "http://www.roblox.com/asset/?id=90782182"
  3068. b99.TextureId = ""
  3069. b99.MeshType = Enum.MeshType.FileMesh
  3070. b99.Name = "Mesh"
  3071. b99.Scale = Vector3.new(0.200000003, 0.100000001, 0.200000003)
  3072. p256 = Instance.new("Part", m39)
  3073. p256.BrickColor = BrickColor.new("Pastel yellow")
  3074. p256.Material = Enum.Material.SmoothPlastic
  3075. p256.CFrame = CFrame.new(-11.2128906, 14.0744219, 32.8961792, -0.999727905, 0.0233056396, -0.000577877159, -0.0233069379, -0.999725223, 0.00240379362, -0.000521798211, 0.00241660979, 0.999996901)
  3076. p256.Anchored = true
  3077. p256.FormFactor = Enum.FormFactor.Custom
  3078. p256.Size = Vector3.new(0.600000024, 0.600000024, 0.600000024)
  3079. p256.BottomSurface = Enum.SurfaceType.Smooth
  3080. p256.TopSurface = Enum.SurfaceType.Smooth
  3081. b100 = Instance.new("SpecialMesh", p256)
  3082. b100.MeshType = Enum.MeshType.Sphere
  3083. b100.Name = "Mesh"
  3084. b100.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  3085. x9 = Instance.new("PointLight", p256)
  3086. x9.Color = Color3.new(1, 1, 0.498039)
  3087. x9.Range = 15
  3088. p257 = Instance.new("Part", m39)
  3089. p257.BrickColor = BrickColor.new("Dusty Rose")
  3090. p257.Material = Enum.Material.SmoothPlastic
  3091. p257.CFrame = CFrame.new(-11.2134094, 14.0944109, 32.8962097, -0.999727905, 0.0233056396, -0.000577877159, -0.0233069379, -0.999725223, 0.00240379362, -0.000521798211, 0.00241660979, 0.999996901)
  3092. p257.Anchored = true
  3093. p257.FormFactor = Enum.FormFactor.Custom
  3094. p257.Size = Vector3.new(0.600000024, 0.600000024, 0.600000024)
  3095. p257.BottomSurface = Enum.SurfaceType.Smooth
  3096. p257.TopSurface = Enum.SurfaceType.Smooth
  3097. b101 = Instance.new("SpecialMesh", p257)
  3098. b101.MeshType = Enum.MeshType.Sphere
  3099. b101.Name = "Mesh"
  3100. b101.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  3101. p258 = Instance.new("Part", m39)
  3102. p258.BrickColor = BrickColor.new("Dark stone grey")
  3103. p258.Material = Enum.Material.DiamondPlate
  3104. p258.CFrame = CFrame.new(-11.2313232, 14.4341631, 32.8953247, -0.999725282, -0.0233046412, 0.000582849083, -0.0233061407, 0.999724507, -0.00240222854, -0.000526046031, -0.00241516344, -0.999994397)
  3105. p258.Anchored = true
  3106. p258.FormFactor = Enum.FormFactor.Custom
  3107. p258.Size = Vector3.new(0.200000003, 0.400001049, 0.200000003)
  3108. p258.BottomSurface = Enum.SurfaceType.Smooth
  3109. p258.TopSurface = Enum.SurfaceType.Smooth
  3110. b102 = Instance.new("CylinderMesh", p258)
  3111. b102.Name = "Mesh"
  3112. p259 = Instance.new("Part", m40)
  3113. p259.BrickColor = BrickColor.new("Medium stone grey")
  3114. p259.Material = Enum.Material.Concrete
  3115. p259.CFrame = CFrame.new(9.33032227, 0.42173031, 47.5010681, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  3116. p259.Anchored = true
  3117. p259.FormFactor = Enum.FormFactor.Custom
  3118. p259.Size = Vector3.new(0.800000012, 0.200000003, 0.800000012)
  3119. p259.BottomSurface = Enum.SurfaceType.Smooth
  3120. p259.TopSurface = Enum.SurfaceType.Smooth
  3121. b103 = Instance.new("CylinderMesh", p259)
  3122. b103.Name = "Mesh"
  3123. p260 = Instance.new("Part", m40)
  3124. p260.BrickColor = BrickColor.new("Medium stone grey")
  3125. p260.Material = Enum.Material.Concrete
  3126. p260.CFrame = CFrame.new(9.33370972, 1.6217432, 47.4981689, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  3127. p260.Anchored = true
  3128. p260.FormFactor = Enum.FormFactor.Custom
  3129. p260.Size = Vector3.new(0.400000006, 2.6000011, 0.400000006)
  3130. p260.BottomSurface = Enum.SurfaceType.Smooth
  3131. p260.TopSurface = Enum.SurfaceType.Smooth
  3132. b104 = Instance.new("CylinderMesh", p260)
  3133. b104.Name = "Mesh"
  3134. p261 = Instance.new("Part", m40)
  3135. p261.BrickColor = BrickColor.new("Brick yellow")
  3136. p261.Material = Enum.Material.Concrete
  3137. p261.CFrame = CFrame.new(9.30810547, 3.12191176, 47.4995728, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  3138. p261.Anchored = true
  3139. p261.FormFactor = Enum.FormFactor.Custom
  3140. p261.Size = Vector3.new(3.73999095, 0.200000003, 4.09000874)
  3141. p261.BottomSurface = Enum.SurfaceType.Smooth
  3142. p261.TopSurface = Enum.SurfaceType.Smooth
  3143. p262 = Instance.new("Part", m40)
  3144. p262.BrickColor = BrickColor.new("Reddish brown")
  3145. p262.Material = Enum.Material.Wood
  3146. p262.CFrame = CFrame.new(9.30310059, 3.12191176, 47.4945679, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  3147. p262.Anchored = true
  3148. p262.FormFactor = Enum.FormFactor.Custom
  3149. p262.Size = Vector3.new(3.66999078, 0.400000006, 4.00000858)
  3150. p262.BottomSurface = Enum.SurfaceType.Smooth
  3151. p262.TopSurface = Enum.SurfaceType.Smooth
  3152. p263 = Instance.new("Part", m41)
  3153. p263.BrickColor = BrickColor.new("Medium stone grey")
  3154. p263.Material = Enum.Material.Concrete
  3155. p263.CFrame = CFrame.new(15.6693115, 14.8107042, 50.9402771, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3156. p263.Anchored = true
  3157. p263.FormFactor = Enum.FormFactor.Custom
  3158. p263.Size = Vector3.new(5.59999895, 0.600000262, 0.599989116)
  3159. p263.BottomSurface = Enum.SurfaceType.Smooth
  3160. p263.TopSurface = Enum.SurfaceType.Smooth
  3161. p264 = Instance.new("Part", m41)
  3162. p264.BrickColor = BrickColor.new("Dark stone grey")
  3163. p264.Material = Enum.Material.Concrete
  3164. p264.CFrame = CFrame.new(15.5704651, 15.2112789, 51.0392151, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3165. p264.Anchored = true
  3166. p264.FormFactor = Enum.FormFactor.Custom
  3167. p264.Size = Vector3.new(4.19999075, 0.200000003, 0.399989128)
  3168. p264.BottomSurface = Enum.SurfaceType.Smooth
  3169. p264.TopSurface = Enum.SurfaceType.Smooth
  3170. p265 = Instance.new("Part", m41)
  3171. p265.BrickColor = BrickColor.new("Medium stone grey")
  3172. p265.Material = Enum.Material.SmoothPlastic
  3173. p265.Reflectance = 0.20000000298023
  3174. p265.CFrame = CFrame.new(15.4807434, 18.8106918, 50.930542, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3175. p265.Anchored = true
  3176. p265.FormFactor = Enum.FormFactor.Custom
  3177. p265.Size = Vector3.new(3.99998093, 7.00001144, 0.200000003)
  3178. p265.BottomSurface = Enum.SurfaceType.Smooth
  3179. p265.TopSurface = Enum.SurfaceType.Smooth
  3180. p266 = Instance.new("Part", m41)
  3181. p266.BrickColor = BrickColor.new("Dark stone grey")
  3182. p266.Material = Enum.Material.Concrete
  3183. p266.CFrame = CFrame.new(15.580719, 18.8106613, 51.0306091, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3184. p266.Anchored = true
  3185. p266.FormFactor = Enum.FormFactor.Custom
  3186. p266.Size = Vector3.new(4.19999123, 0.200000003, 0.399989128)
  3187. p266.BottomSurface = Enum.SurfaceType.Smooth
  3188. p266.TopSurface = Enum.SurfaceType.Smooth
  3189. p267 = Instance.new("Part", m41)
  3190. p267.BrickColor = BrickColor.new("Dark stone grey")
  3191. p267.Material = Enum.Material.Concrete
  3192. p267.CFrame = CFrame.new(15.5911255, 22.4101505, 50.8219604, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3193. p267.Anchored = true
  3194. p267.FormFactor = Enum.FormFactor.Custom
  3195. p267.Size = Vector3.new(4.19998264, 0.200000003, 0.399989128)
  3196. p267.BottomSurface = Enum.SurfaceType.Smooth
  3197. p267.TopSurface = Enum.SurfaceType.Smooth
  3198. p268 = Instance.new("Part", m41)
  3199. p268.BrickColor = BrickColor.new("Medium stone grey")
  3200. p268.Material = Enum.Material.Concrete
  3201. p268.CFrame = CFrame.new(15.6930237, 23.1112309, 50.9203491, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3202. p268.Anchored = true
  3203. p268.FormFactor = Enum.FormFactor.Custom
  3204. p268.Size = Vector3.new(5.59999895, 1.20000029, 0.599989116)
  3205. p268.BottomSurface = Enum.SurfaceType.Smooth
  3206. p268.TopSurface = Enum.SurfaceType.Smooth
  3207. p269 = Instance.new("Part", m41)
  3208. p269.BrickColor = BrickColor.new("Dark stone grey")
  3209. p269.Material = Enum.Material.Concrete
  3210. p269.CFrame = CFrame.new(15.5820007, 18.8053207, 48.8305969, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3211. p269.Anchored = true
  3212. p269.FormFactor = Enum.FormFactor.Custom
  3213. p269.Size = Vector3.new(0.200000003, 7.40000582, 0.399989128)
  3214. p269.BottomSurface = Enum.SurfaceType.Smooth
  3215. p269.TopSurface = Enum.SurfaceType.Smooth
  3216. p270 = Instance.new("Part", m41)
  3217. p270.BrickColor = BrickColor.new("Medium stone grey")
  3218. p270.Material = Enum.Material.Concrete
  3219. p270.CFrame = CFrame.new(15.6822205, 18.8041306, 48.4307556, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3220. p270.Anchored = true
  3221. p270.FormFactor = Enum.FormFactor.Custom
  3222. p270.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  3223. p270.BottomSurface = Enum.SurfaceType.Smooth
  3224. p270.TopSurface = Enum.SurfaceType.Smooth
  3225. p271 = Instance.new("Part", m41)
  3226. p271.BrickColor = BrickColor.new("Dark stone grey")
  3227. p271.Material = Enum.Material.Concrete
  3228. p271.CFrame = CFrame.new(15.5798645, 18.9154892, 53.030304, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3229. p271.Anchored = true
  3230. p271.FormFactor = Enum.FormFactor.Custom
  3231. p271.Size = Vector3.new(0.200000003, 7.1999979, 0.399989128)
  3232. p271.BottomSurface = Enum.SurfaceType.Smooth
  3233. p271.TopSurface = Enum.SurfaceType.Smooth
  3234. p272 = Instance.new("Part", m41)
  3235. p272.BrickColor = BrickColor.new("Medium stone grey")
  3236. p272.Material = Enum.Material.Concrete
  3237. p272.CFrame = CFrame.new(15.6793213, 18.816124, 53.4306335, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3238. p272.Anchored = true
  3239. p272.FormFactor = Enum.FormFactor.Custom
  3240. p272.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  3241. p272.BottomSurface = Enum.SurfaceType.Smooth
  3242. p272.TopSurface = Enum.SurfaceType.Smooth
  3243. p273 = Instance.new("Part", m42)
  3244. p273.BrickColor = BrickColor.new("Medium stone grey")
  3245. p273.Material = Enum.Material.Concrete
  3246. p273.CFrame = CFrame.new(15.6751404, 14.7866869, 40.9403076, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3247. p273.Anchored = true
  3248. p273.FormFactor = Enum.FormFactor.Custom
  3249. p273.Size = Vector3.new(5.59999895, 0.600000262, 0.599989116)
  3250. p273.BottomSurface = Enum.SurfaceType.Smooth
  3251. p273.TopSurface = Enum.SurfaceType.Smooth
  3252. p274 = Instance.new("Part", m42)
  3253. p274.BrickColor = BrickColor.new("Dark stone grey")
  3254. p274.Material = Enum.Material.Concrete
  3255. p274.CFrame = CFrame.new(15.5762634, 15.1872454, 41.0392456, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3256. p274.Anchored = true
  3257. p274.FormFactor = Enum.FormFactor.Custom
  3258. p274.Size = Vector3.new(4.19999075, 0.200000003, 0.399989128)
  3259. p274.BottomSurface = Enum.SurfaceType.Smooth
  3260. p274.TopSurface = Enum.SurfaceType.Smooth
  3261. p275 = Instance.new("Part", m42)
  3262. p275.BrickColor = BrickColor.new("Medium stone grey")
  3263. p275.Material = Enum.Material.SmoothPlastic
  3264. p275.Reflectance = 0.20000000298023
  3265. p275.CFrame = CFrame.new(15.4865723, 18.7866573, 40.930542, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3266. p275.Anchored = true
  3267. p275.FormFactor = Enum.FormFactor.Custom
  3268. p275.Size = Vector3.new(3.99998093, 7.00001144, 0.200000003)
  3269. p275.BottomSurface = Enum.SurfaceType.Smooth
  3270. p275.TopSurface = Enum.SurfaceType.Smooth
  3271. p276 = Instance.new("Part", m42)
  3272. p276.BrickColor = BrickColor.new("Dark stone grey")
  3273. p276.Material = Enum.Material.Concrete
  3274. p276.CFrame = CFrame.new(15.5865479, 18.7866116, 41.0306091, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3275. p276.Anchored = true
  3276. p276.FormFactor = Enum.FormFactor.Custom
  3277. p276.Size = Vector3.new(4.19999123, 0.200000003, 0.399989128)
  3278. p276.BottomSurface = Enum.SurfaceType.Smooth
  3279. p276.TopSurface = Enum.SurfaceType.Smooth
  3280. p277 = Instance.new("Part", m42)
  3281. p277.BrickColor = BrickColor.new("Dark stone grey")
  3282. p277.Material = Enum.Material.Concrete
  3283. p277.CFrame = CFrame.new(15.5969543, 22.3861027, 40.8220215, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3284. p277.Anchored = true
  3285. p277.FormFactor = Enum.FormFactor.Custom
  3286. p277.Size = Vector3.new(4.19998264, 0.200000003, 0.399989128)
  3287. p277.BottomSurface = Enum.SurfaceType.Smooth
  3288. p277.TopSurface = Enum.SurfaceType.Smooth
  3289. p278 = Instance.new("Part", m42)
  3290. p278.BrickColor = BrickColor.new("Medium stone grey")
  3291. p278.Material = Enum.Material.Concrete
  3292. p278.CFrame = CFrame.new(15.6988831, 23.087183, 40.9203491, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3293. p278.Anchored = true
  3294. p278.FormFactor = Enum.FormFactor.Custom
  3295. p278.Size = Vector3.new(5.59999895, 1.20000029, 0.599989116)
  3296. p278.BottomSurface = Enum.SurfaceType.Smooth
  3297. p278.TopSurface = Enum.SurfaceType.Smooth
  3298. p279 = Instance.new("Part", m42)
  3299. p279.BrickColor = BrickColor.new("Dark stone grey")
  3300. p279.Material = Enum.Material.Concrete
  3301. p279.CFrame = CFrame.new(15.5878296, 18.7813015, 38.8306885, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3302. p279.Anchored = true
  3303. p279.FormFactor = Enum.FormFactor.Custom
  3304. p279.Size = Vector3.new(0.200000003, 7.40000582, 0.399989128)
  3305. p279.BottomSurface = Enum.SurfaceType.Smooth
  3306. p279.TopSurface = Enum.SurfaceType.Smooth
  3307. p280 = Instance.new("Part", m42)
  3308. p280.BrickColor = BrickColor.new("Medium stone grey")
  3309. p280.Material = Enum.Material.Concrete
  3310. p280.CFrame = CFrame.new(15.6880798, 18.7800808, 38.4307251, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3311. p280.Anchored = true
  3312. p280.FormFactor = Enum.FormFactor.Custom
  3313. p280.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  3314. p280.BottomSurface = Enum.SurfaceType.Smooth
  3315. p280.TopSurface = Enum.SurfaceType.Smooth
  3316. p281 = Instance.new("Part", m42)
  3317. p281.BrickColor = BrickColor.new("Dark stone grey")
  3318. p281.Material = Enum.Material.Concrete
  3319. p281.CFrame = CFrame.new(15.5856934, 18.8914261, 43.0303955, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3320. p281.Anchored = true
  3321. p281.FormFactor = Enum.FormFactor.Custom
  3322. p281.Size = Vector3.new(0.200000003, 7.1999979, 0.399989128)
  3323. p281.BottomSurface = Enum.SurfaceType.Smooth
  3324. p281.TopSurface = Enum.SurfaceType.Smooth
  3325. p282 = Instance.new("Part", m42)
  3326. p282.BrickColor = BrickColor.new("Medium stone grey")
  3327. p282.Material = Enum.Material.Concrete
  3328. p282.CFrame = CFrame.new(15.6850891, 18.7920742, 43.4306946, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3329. p282.Anchored = true
  3330. p282.FormFactor = Enum.FormFactor.Custom
  3331. p282.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  3332. p282.BottomSurface = Enum.SurfaceType.Smooth
  3333. p282.TopSurface = Enum.SurfaceType.Smooth
  3334. p283 = Instance.new("Part", m43)
  3335. p283.BrickColor = BrickColor.new("Medium stone grey")
  3336. p283.Material = Enum.Material.Concrete
  3337. p283.CFrame = CFrame.new(8.43643188, 1.7145015, 43.3973389, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  3338. p283.Anchored = true
  3339. p283.FormFactor = Enum.FormFactor.Custom
  3340. p283.Size = Vector3.new(0.200000003, 2.80000114, 0.200000003)
  3341. p283.BottomSurface = Enum.SurfaceType.Smooth
  3342. p283.TopSurface = Enum.SurfaceType.Smooth
  3343. b105 = Instance.new("CylinderMesh", p283)
  3344. b105.Name = "Mesh"
  3345. p284 = Instance.new("Part", m43)
  3346. p284.BrickColor = BrickColor.new("Reddish brown")
  3347. p284.Material = Enum.Material.Wood
  3348. p284.CFrame = CFrame.new(9.20126343, 1.81423306, 44.1976318, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  3349. p284.Anchored = true
  3350. p284.FormFactor = Enum.FormFactor.Custom
  3351. p284.Size = Vector3.new(1.86999035, 0.200000003, 1.80000806)
  3352. p284.BottomSurface = Enum.SurfaceType.Smooth
  3353. p284.TopSurface = Enum.SurfaceType.Smooth
  3354. p285 = Instance.new("Part", m43)
  3355. p285.BrickColor = BrickColor.new("Medium stone grey")
  3356. p285.Material = Enum.Material.Concrete
  3357. p285.CFrame = CFrame.new(8.43347168, 1.0182879, 44.9991455, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  3358. p285.Anchored = true
  3359. p285.FormFactor = Enum.FormFactor.Custom
  3360. p285.Size = Vector3.new(0.200000003, 1.40000081, 0.200000003)
  3361. p285.BottomSurface = Enum.SurfaceType.Smooth
  3362. p285.TopSurface = Enum.SurfaceType.Smooth
  3363. b106 = Instance.new("CylinderMesh", p285)
  3364. b106.Name = "Mesh"
  3365. p286 = Instance.new("Part", m43)
  3366. p286.BrickColor = BrickColor.new("Medium stone grey")
  3367. p286.Material = Enum.Material.Concrete
  3368. p286.CFrame = CFrame.new(10.0335083, 1.01372552, 45.0000916, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  3369. p286.Anchored = true
  3370. p286.FormFactor = Enum.FormFactor.Custom
  3371. p286.Size = Vector3.new(0.200000003, 1.40000081, 0.200000003)
  3372. p286.BottomSurface = Enum.SurfaceType.Smooth
  3373. p286.TopSurface = Enum.SurfaceType.Smooth
  3374. b107 = Instance.new("CylinderMesh", p286)
  3375. b107.Name = "Mesh"
  3376. p287 = Instance.new("Part", m43)
  3377. p287.BrickColor = BrickColor.new("Medium stone grey")
  3378. p287.Material = Enum.Material.Concrete
  3379. p287.CFrame = CFrame.new(10.0364685, 1.70993912, 43.3983459, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  3380. p287.Anchored = true
  3381. p287.FormFactor = Enum.FormFactor.Custom
  3382. p287.Size = Vector3.new(0.200000003, 2.80000114, 0.200000003)
  3383. p287.BottomSurface = Enum.SurfaceType.Smooth
  3384. p287.TopSurface = Enum.SurfaceType.Smooth
  3385. b108 = Instance.new("CylinderMesh", p287)
  3386. b108.Name = "Mesh"
  3387. p288 = Instance.new("Part", m43)
  3388. p288.BrickColor = BrickColor.new("Reddish brown")
  3389. p288.Material = Enum.Material.Wood
  3390. p288.CFrame = CFrame.new(9.20687866, 3.61236, 43.3932495, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  3391. p288.Anchored = true
  3392. p288.FormFactor = Enum.FormFactor.Custom
  3393. p288.Size = Vector3.new(1.86999035, 1.4000001, 0.200000003)
  3394. p288.BottomSurface = Enum.SurfaceType.Smooth
  3395. p288.TopSurface = Enum.SurfaceType.Smooth
  3396. p289 = Instance.new("Part", m44)
  3397. p289.BrickColor = BrickColor.new("Medium stone grey")
  3398. p289.Material = Enum.Material.Concrete
  3399. p289.CFrame = CFrame.new(15.7104492, 29.2106018, 50.9057007, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3400. p289.Anchored = true
  3401. p289.FormFactor = Enum.FormFactor.Custom
  3402. p289.Size = Vector3.new(5.59999895, 0.600000262, 0.599989116)
  3403. p289.BottomSurface = Enum.SurfaceType.Smooth
  3404. p289.TopSurface = Enum.SurfaceType.Smooth
  3405. p290 = Instance.new("Part", m44)
  3406. p290.BrickColor = BrickColor.new("Dark stone grey")
  3407. p290.Material = Enum.Material.Concrete
  3408. p290.CFrame = CFrame.new(15.6115723, 29.611145, 51.0046692, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3409. p290.Anchored = true
  3410. p290.FormFactor = Enum.FormFactor.Custom
  3411. p290.Size = Vector3.new(4.19999075, 0.200000003, 0.399989128)
  3412. p290.BottomSurface = Enum.SurfaceType.Smooth
  3413. p290.TopSurface = Enum.SurfaceType.Smooth
  3414. p291 = Instance.new("Part", m44)
  3415. p291.BrickColor = BrickColor.new("Medium stone grey")
  3416. p291.Material = Enum.Material.SmoothPlastic
  3417. p291.Reflectance = 0.20000000298023
  3418. p291.CFrame = CFrame.new(15.5218201, 33.2106476, 50.8959656, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3419. p291.Anchored = true
  3420. p291.FormFactor = Enum.FormFactor.Custom
  3421. p291.Size = Vector3.new(3.99998093, 7.00001144, 0.200000003)
  3422. p291.BottomSurface = Enum.SurfaceType.Smooth
  3423. p291.TopSurface = Enum.SurfaceType.Smooth
  3424. p292 = Instance.new("Part", m44)
  3425. p292.BrickColor = BrickColor.new("Dark stone grey")
  3426. p292.Material = Enum.Material.Concrete
  3427. p292.CFrame = CFrame.new(15.6218567, 33.2106171, 50.9960327, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3428. p292.Anchored = true
  3429. p292.FormFactor = Enum.FormFactor.Custom
  3430. p292.Size = Vector3.new(4.19999123, 0.200000003, 0.399989128)
  3431. p292.BottomSurface = Enum.SurfaceType.Smooth
  3432. p292.TopSurface = Enum.SurfaceType.Smooth
  3433. p293 = Instance.new("Part", m44)
  3434. p293.BrickColor = BrickColor.new("Dark stone grey")
  3435. p293.Material = Enum.Material.Concrete
  3436. p293.CFrame = CFrame.new(15.6322632, 36.8100891, 50.787384, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3437. p293.Anchored = true
  3438. p293.FormFactor = Enum.FormFactor.Custom
  3439. p293.Size = Vector3.new(4.19998264, 0.200000003, 0.399989128)
  3440. p293.BottomSurface = Enum.SurfaceType.Smooth
  3441. p293.TopSurface = Enum.SurfaceType.Smooth
  3442. p294 = Instance.new("Part", m44)
  3443. p294.BrickColor = BrickColor.new("Medium stone grey")
  3444. p294.Material = Enum.Material.Concrete
  3445. p294.CFrame = CFrame.new(15.7341614, 37.5112, 50.8857727, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3446. p294.Anchored = true
  3447. p294.FormFactor = Enum.FormFactor.Custom
  3448. p294.Size = Vector3.new(5.59999895, 1.20000029, 0.599989116)
  3449. p294.BottomSurface = Enum.SurfaceType.Smooth
  3450. p294.TopSurface = Enum.SurfaceType.Smooth
  3451. p295 = Instance.new("Part", m44)
  3452. p295.BrickColor = BrickColor.new("Dark stone grey")
  3453. p295.Material = Enum.Material.Concrete
  3454. p295.CFrame = CFrame.new(15.6231384, 33.2052917, 48.79599, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3455. p295.Anchored = true
  3456. p295.FormFactor = Enum.FormFactor.Custom
  3457. p295.Size = Vector3.new(0.200000003, 7.40000582, 0.399989128)
  3458. p295.BottomSurface = Enum.SurfaceType.Smooth
  3459. p295.TopSurface = Enum.SurfaceType.Smooth
  3460. p296 = Instance.new("Part", m44)
  3461. p296.BrickColor = BrickColor.new("Medium stone grey")
  3462. p296.Material = Enum.Material.Concrete
  3463. p296.CFrame = CFrame.new(15.7233276, 33.2040558, 48.3961487, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3464. p296.Anchored = true
  3465. p296.FormFactor = Enum.FormFactor.Custom
  3466. p296.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  3467. p296.BottomSurface = Enum.SurfaceType.Smooth
  3468. p296.TopSurface = Enum.SurfaceType.Smooth
  3469. p297 = Instance.new("Part", m44)
  3470. p297.BrickColor = BrickColor.new("Dark stone grey")
  3471. p297.Material = Enum.Material.Concrete
  3472. p297.CFrame = CFrame.new(15.6210022, 33.3154144, 52.9957275, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3473. p297.Anchored = true
  3474. p297.FormFactor = Enum.FormFactor.Custom
  3475. p297.Size = Vector3.new(0.200000003, 7.1999979, 0.399989128)
  3476. p297.BottomSurface = Enum.SurfaceType.Smooth
  3477. p297.TopSurface = Enum.SurfaceType.Smooth
  3478. p298 = Instance.new("Part", m44)
  3479. p298.BrickColor = BrickColor.new("Medium stone grey")
  3480. p298.Material = Enum.Material.Concrete
  3481. p298.CFrame = CFrame.new(15.7203979, 33.2160339, 53.3961182, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3482. p298.Anchored = true
  3483. p298.FormFactor = Enum.FormFactor.Custom
  3484. p298.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  3485. p298.BottomSurface = Enum.SurfaceType.Smooth
  3486. p298.TopSurface = Enum.SurfaceType.Smooth
  3487. p299 = Instance.new("Part", m45)
  3488. p299.BrickColor = BrickColor.new("Medium stone grey")
  3489. p299.Material = Enum.Material.Concrete
  3490. p299.CFrame = CFrame.new(15.7162781, 29.1865845, 40.9057617, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3491. p299.Anchored = true
  3492. p299.FormFactor = Enum.FormFactor.Custom
  3493. p299.Size = Vector3.new(5.59999895, 0.600000262, 0.599989116)
  3494. p299.BottomSurface = Enum.SurfaceType.Smooth
  3495. p299.TopSurface = Enum.SurfaceType.Smooth
  3496. p300 = Instance.new("Part", m45)
  3497. p300.BrickColor = BrickColor.new("Dark stone grey")
  3498. p300.Material = Enum.Material.Concrete
  3499. p300.CFrame = CFrame.new(15.6174011, 29.5871277, 41.0046692, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3500. p300.Anchored = true
  3501. p300.FormFactor = Enum.FormFactor.Custom
  3502. p300.Size = Vector3.new(4.19999075, 0.200000003, 0.399989128)
  3503. p300.BottomSurface = Enum.SurfaceType.Smooth
  3504. p300.TopSurface = Enum.SurfaceType.Smooth
  3505. p301 = Instance.new("Part", m45)
  3506. p301.BrickColor = BrickColor.new("Medium stone grey")
  3507. p301.Material = Enum.Material.SmoothPlastic
  3508. p301.Reflectance = 0.20000000298023
  3509. p301.CFrame = CFrame.new(15.5276489, 33.1865997, 40.8959961, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3510. p301.Anchored = true
  3511. p301.FormFactor = Enum.FormFactor.Custom
  3512. p301.Size = Vector3.new(3.99998093, 7.00001144, 0.200000003)
  3513. p301.BottomSurface = Enum.SurfaceType.Smooth
  3514. p301.TopSurface = Enum.SurfaceType.Smooth
  3515. p302 = Instance.new("Part", m45)
  3516. p302.BrickColor = BrickColor.new("Dark stone grey")
  3517. p302.Material = Enum.Material.Concrete
  3518. p302.CFrame = CFrame.new(15.6276855, 33.1865692, 40.9960327, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3519. p302.Anchored = true
  3520. p302.FormFactor = Enum.FormFactor.Custom
  3521. p302.Size = Vector3.new(4.19999123, 0.200000003, 0.399989128)
  3522. p302.BottomSurface = Enum.SurfaceType.Smooth
  3523. p302.TopSurface = Enum.SurfaceType.Smooth
  3524. p303 = Instance.new("Part", m45)
  3525. p303.BrickColor = BrickColor.new("Dark stone grey")
  3526. p303.Material = Enum.Material.Concrete
  3527. p303.CFrame = CFrame.new(15.638092, 36.7860565, 40.7874756, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3528. p303.Anchored = true
  3529. p303.FormFactor = Enum.FormFactor.Custom
  3530. p303.Size = Vector3.new(4.19998264, 0.200000003, 0.399989128)
  3531. p303.BottomSurface = Enum.SurfaceType.Smooth
  3532. p303.TopSurface = Enum.SurfaceType.Smooth
  3533. p304 = Instance.new("Part", m45)
  3534. p304.BrickColor = BrickColor.new("Medium stone grey")
  3535. p304.Material = Enum.Material.Concrete
  3536. p304.CFrame = CFrame.new(15.7399902, 37.4871521, 40.8858032, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3537. p304.Anchored = true
  3538. p304.FormFactor = Enum.FormFactor.Custom
  3539. p304.Size = Vector3.new(5.59999895, 1.20000029, 0.599989116)
  3540. p304.BottomSurface = Enum.SurfaceType.Smooth
  3541. p304.TopSurface = Enum.SurfaceType.Smooth
  3542. p305 = Instance.new("Part", m45)
  3543. p305.BrickColor = BrickColor.new("Dark stone grey")
  3544. p305.Material = Enum.Material.Concrete
  3545. p305.CFrame = CFrame.new(15.6289368, 33.1812286, 38.7961426, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3546. p305.Anchored = true
  3547. p305.FormFactor = Enum.FormFactor.Custom
  3548. p305.Size = Vector3.new(0.200000003, 7.40000582, 0.399989128)
  3549. p305.BottomSurface = Enum.SurfaceType.Smooth
  3550. p305.TopSurface = Enum.SurfaceType.Smooth
  3551. p306 = Instance.new("Part", m45)
  3552. p306.BrickColor = BrickColor.new("Medium stone grey")
  3553. p306.Material = Enum.Material.Concrete
  3554. p306.CFrame = CFrame.new(15.729126, 33.1800232, 38.3961792, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3555. p306.Anchored = true
  3556. p306.FormFactor = Enum.FormFactor.Custom
  3557. p306.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  3558. p306.BottomSurface = Enum.SurfaceType.Smooth
  3559. p306.TopSurface = Enum.SurfaceType.Smooth
  3560. p307 = Instance.new("Part", m45)
  3561. p307.BrickColor = BrickColor.new("Dark stone grey")
  3562. p307.Material = Enum.Material.Concrete
  3563. p307.CFrame = CFrame.new(15.6268311, 33.2913971, 42.9958191, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3564. p307.Anchored = true
  3565. p307.FormFactor = Enum.FormFactor.Custom
  3566. p307.Size = Vector3.new(0.200000003, 7.1999979, 0.399989128)
  3567. p307.BottomSurface = Enum.SurfaceType.Smooth
  3568. p307.TopSurface = Enum.SurfaceType.Smooth
  3569. p308 = Instance.new("Part", m45)
  3570. p308.BrickColor = BrickColor.new("Medium stone grey")
  3571. p308.Material = Enum.Material.Concrete
  3572. p308.CFrame = CFrame.new(15.7261963, 33.1920166, 43.3961182, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3573. p308.Anchored = true
  3574. p308.FormFactor = Enum.FormFactor.Custom
  3575. p308.Size = Vector3.new(0.600000024, 7.39999962, 0.599989116)
  3576. p308.BottomSurface = Enum.SurfaceType.Smooth
  3577. p308.TopSurface = Enum.SurfaceType.Smooth
  3578. p309 = Instance.new("Part", m46)
  3579. p309.BrickColor = BrickColor.new("Brown")
  3580. p309.CFrame = CFrame.new(10.5638733, 3.44768715, 47.5343628, 0.999718845, -0.0233048331, -0.000577473431, 0.023306014, 0.999724567, 0.00240229559, 0.000524107716, -0.00241509732, 0.999994338)
  3581. p309.Anchored = true
  3582. p309.FormFactor = Enum.FormFactor.Custom
  3583. p309.Size = Vector3.new(1, 0.200000003, 1)
  3584. p309.BottomSurface = Enum.SurfaceType.Smooth
  3585. p309.TopSurface = Enum.SurfaceType.Smooth
  3586. b109 = Instance.new("SpecialMesh", p309)
  3587. b109.MeshId = "http://www.roblox.com/asset/?id=90782182"
  3588. b109.TextureId = ""
  3589. b109.MeshType = Enum.MeshType.FileMesh
  3590. b109.Name = "Mesh"
  3591. b109.Scale = Vector3.new(0.100000001, 0.100000001, 0.100000001)
  3592. p310 = Instance.new("Part", m46)
  3593. p310.BrickColor = BrickColor.new("Dark stone grey")
  3594. p310.Material = Enum.Material.DiamondPlate
  3595. p310.CFrame = CFrame.new(10.5416565, 4.30744362, 47.5322571, -0.999725282, -0.0233046412, 0.000582849083, -0.0233061407, 0.999724507, -0.00240222854, -0.000526046031, -0.00241516344, -0.999994397)
  3596. p310.Anchored = true
  3597. p310.FormFactor = Enum.FormFactor.Custom
  3598. p310.Size = Vector3.new(0.200000003, 1.20000112, 0.200000003)
  3599. p310.BottomSurface = Enum.SurfaceType.Smooth
  3600. p310.TopSurface = Enum.SurfaceType.Smooth
  3601. b110 = Instance.new("CylinderMesh", p310)
  3602. b110.Name = "Mesh"
  3603. p311 = Instance.new("Part", m46)
  3604. p311.BrickColor = BrickColor.new("Dusty Rose")
  3605. p311.CFrame = CFrame.new(10.5566101, 4.54746437, 47.5317078, 0.999718845, -0.0233048331, -0.000577473431, 0.023306014, 0.999724567, 0.00240229559, 0.000524107716, -0.00241509732, 0.999994338)
  3606. p311.Anchored = true
  3607. p311.FormFactor = Enum.FormFactor.Custom
  3608. p311.Size = Vector3.new(1, 1, 1)
  3609. p311.BottomSurface = Enum.SurfaceType.Smooth
  3610. p311.TopSurface = Enum.SurfaceType.Smooth
  3611. b111 = Instance.new("SpecialMesh", p311)
  3612. b111.MeshId = "http://www.roblox.com/asset/?id=90782182"
  3613. b111.TextureId = ""
  3614. b111.MeshType = Enum.MeshType.FileMesh
  3615. b111.Name = "Mesh"
  3616. b111.Scale = Vector3.new(0.100000001, 0.100000001, 0.100000001)
  3617. p312 = Instance.new("Part", m46)
  3618. p312.BrickColor = BrickColor.new("Pastel yellow")
  3619. p312.Material = Enum.Material.SmoothPlastic
  3620. p312.CFrame = CFrame.new(10.5519104, 4.74712563, 47.5312805, -0.999727905, 0.0233056396, -0.000577877159, -0.0233069379, -0.999725223, 0.00240379362, -0.000521798211, 0.00241660979, 0.999996901)
  3621. p312.Anchored = true
  3622. p312.FormFactor = Enum.FormFactor.Custom
  3623. p312.Size = Vector3.new(0.600000024, 0.600000024, 0.600000024)
  3624. p312.BottomSurface = Enum.SurfaceType.Smooth
  3625. p312.TopSurface = Enum.SurfaceType.Smooth
  3626. b112 = Instance.new("SpecialMesh", p312)
  3627. b112.MeshType = Enum.MeshType.Sphere
  3628. b112.Name = "Mesh"
  3629. b112.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  3630. x10 = Instance.new("PointLight", p312)
  3631. x10.Color = Color3.new(1, 1, 0.498039)
  3632. x10.Range = 15
  3633. p313 = Instance.new("Part", m46)
  3634. p313.BrickColor = BrickColor.new("Dusty Rose")
  3635. p313.Material = Enum.Material.SmoothPlastic
  3636. p313.CFrame = CFrame.new(10.5514221, 4.76714516, 47.5311584, -0.999727905, 0.0233056396, -0.000577877159, -0.0233069379, -0.999725223, 0.00240379362, -0.000521798211, 0.00241660979, 0.999996901)
  3637. p313.Anchored = true
  3638. p313.FormFactor = Enum.FormFactor.Custom
  3639. p313.Size = Vector3.new(0.600000024, 0.600000024, 0.600000024)
  3640. p313.BottomSurface = Enum.SurfaceType.Smooth
  3641. p313.TopSurface = Enum.SurfaceType.Smooth
  3642. b113 = Instance.new("SpecialMesh", p313)
  3643. b113.MeshType = Enum.MeshType.Sphere
  3644. b113.Name = "Mesh"
  3645. b113.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999)
  3646. p314 = Instance.new("Part", m47)
  3647. p314.BrickColor = BrickColor.new("Medium stone grey")
  3648. p314.Material = Enum.Material.Concrete
  3649. p314.CFrame = CFrame.new(9.9616394, 1.72985184, 51.5982666, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  3650. p314.Anchored = true
  3651. p314.FormFactor = Enum.FormFactor.Custom
  3652. p314.Size = Vector3.new(0.200000003, 2.80000114, 0.200000003)
  3653. p314.BottomSurface = Enum.SurfaceType.Smooth
  3654. p314.TopSurface = Enum.SurfaceType.Smooth
  3655. b114 = Instance.new("CylinderMesh", p314)
  3656. b114.Name = "Mesh"
  3657. p315 = Instance.new("Part", m47)
  3658. p315.BrickColor = BrickColor.new("Reddish brown")
  3659. p315.Material = Enum.Material.Wood
  3660. p315.CFrame = CFrame.new(9.19741821, 1.83010221, 50.7975464, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  3661. p315.Anchored = true
  3662. p315.FormFactor = Enum.FormFactor.Custom
  3663. p315.Size = Vector3.new(1.86999035, 0.200000003, 1.80000806)
  3664. p315.BottomSurface = Enum.SurfaceType.Smooth
  3665. p315.TopSurface = Enum.SurfaceType.Smooth
  3666. p316 = Instance.new("Part", m47)
  3667. p316.BrickColor = BrickColor.new("Medium stone grey")
  3668. p316.Material = Enum.Material.Concrete
  3669. p316.CFrame = CFrame.new(9.96057129, 1.02593255, 50, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  3670. p316.Anchored = true
  3671. p316.FormFactor = Enum.FormFactor.Custom
  3672. p316.Size = Vector3.new(0.200000003, 1.40000081, 0.200000003)
  3673. p316.BottomSurface = Enum.SurfaceType.Smooth
  3674. p316.TopSurface = Enum.SurfaceType.Smooth
  3675. b115 = Instance.new("CylinderMesh", p316)
  3676. b115.Name = "Mesh"
  3677. p317 = Instance.new("Part", m47)
  3678. p317.BrickColor = BrickColor.new("Medium stone grey")
  3679. p317.Material = Enum.Material.Concrete
  3680. p317.CFrame = CFrame.new(8.36062622, 1.03047967, 49.9990845, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  3681. p317.Anchored = true
  3682. p317.FormFactor = Enum.FormFactor.Custom
  3683. p317.Size = Vector3.new(0.200000003, 1.40000081, 0.200000003)
  3684. p317.BottomSurface = Enum.SurfaceType.Smooth
  3685. p317.TopSurface = Enum.SurfaceType.Smooth
  3686. b116 = Instance.new("CylinderMesh", p317)
  3687. b116.Name = "Mesh"
  3688. p318 = Instance.new("Part", m47)
  3689. p318.BrickColor = BrickColor.new("Medium stone grey")
  3690. p318.Material = Enum.Material.Concrete
  3691. p318.CFrame = CFrame.new(8.3616333, 1.73441422, 51.59729, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  3692. p318.Anchored = true
  3693. p318.FormFactor = Enum.FormFactor.Custom
  3694. p318.Size = Vector3.new(0.200000003, 2.80000114, 0.200000003)
  3695. p318.BottomSurface = Enum.SurfaceType.Smooth
  3696. p318.TopSurface = Enum.SurfaceType.Smooth
  3697. b117 = Instance.new("CylinderMesh", p318)
  3698. b117.Name = "Mesh"
  3699. p319 = Instance.new("Part", m47)
  3700. p319.BrickColor = BrickColor.new("Reddish brown")
  3701. p319.Material = Enum.Material.Wood
  3702. p319.CFrame = CFrame.new(9.20205688, 3.63202858, 51.5932617, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  3703. p319.Anchored = true
  3704. p319.FormFactor = Enum.FormFactor.Custom
  3705. p319.Size = Vector3.new(1.86999035, 1.4000001, 0.200000003)
  3706. p319.BottomSurface = Enum.SurfaceType.Smooth
  3707. p319.TopSurface = Enum.SurfaceType.Smooth
  3708. p320 = Instance.new("Part", m48)
  3709. p320.BrickColor = BrickColor.new("Medium stone grey")
  3710. p320.Material = Enum.Material.Concrete
  3711. p320.CFrame = CFrame.new(-10.166626, 0.5066607, 42.8592834, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  3712. p320.Anchored = true
  3713. p320.FormFactor = Enum.FormFactor.Custom
  3714. p320.Size = Vector3.new(0.800000012, 0.200000003, 0.800000012)
  3715. p320.BottomSurface = Enum.SurfaceType.Smooth
  3716. p320.TopSurface = Enum.SurfaceType.Smooth
  3717. b118 = Instance.new("CylinderMesh", p320)
  3718. b118.Name = "Mesh"
  3719. p321 = Instance.new("Part", m48)
  3720. p321.BrickColor = BrickColor.new("Medium stone grey")
  3721. p321.Material = Enum.Material.Concrete
  3722. p321.CFrame = CFrame.new(-10.1646118, 1.20568132, 42.857605, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  3723. p321.Anchored = true
  3724. p321.FormFactor = Enum.FormFactor.Custom
  3725. p321.Size = Vector3.new(0.400000006, 1.20000076, 0.400000006)
  3726. p321.BottomSurface = Enum.SurfaceType.Smooth
  3727. p321.TopSurface = Enum.SurfaceType.Smooth
  3728. b119 = Instance.new("CylinderMesh", p321)
  3729. b119.Name = "Mesh"
  3730. p322 = Instance.new("Part", m48)
  3731. p322.BrickColor = BrickColor.new("Dusty Rose")
  3732. p322.Material = Enum.Material.Concrete
  3733. p322.Reflectance = 0.20000000298023
  3734. p322.CFrame = CFrame.new(-10.1623535, 2.00669241, 42.8557129, -0.999992847, -0.00285560009, -0.000583045126, 0.00285403873, -0.999992371, 0.00240225228, -0.000589072471, 0.00240054913, 0.999994397)
  3735. p322.Anchored = true
  3736. p322.FormFactor = Enum.FormFactor.Custom
  3737. p322.Size = Vector3.new(2.00001645, 0.399999976, 2)
  3738. p322.BottomSurface = Enum.SurfaceType.Smooth
  3739. p322.TopSurface = Enum.SurfaceType.Smooth
  3740. b120 = Instance.new("CylinderMesh", p322)
  3741. b120.Name = "Mesh"
  3742. p323 = Instance.new("Part", m48)
  3743. p323.BrickColor = BrickColor.new("Brick yellow")
  3744. p323.Material = Enum.Material.Concrete
  3745. p323.CFrame = CFrame.new(-10.1723633, 2.00673819, 42.8556519, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  3746. p323.Anchored = true
  3747. p323.FormFactor = Enum.FormFactor.Custom
  3748. p323.Size = Vector3.new(2.1400001, 0.200000003, 2.06000042)
  3749. p323.BottomSurface = Enum.SurfaceType.Smooth
  3750. p323.TopSurface = Enum.SurfaceType.Smooth
  3751. b121 = Instance.new("CylinderMesh", p323)
  3752. b121.Name = "Mesh"
  3753. p324 = Instance.new("Part", m49)
  3754. p324.BrickColor = BrickColor.new("Medium stone grey")
  3755. p324.Material = Enum.Material.Concrete
  3756. p324.CFrame = CFrame.new(-10.1689453, 0.516273737, 46.859314, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  3757. p324.Anchored = true
  3758. p324.FormFactor = Enum.FormFactor.Custom
  3759. p324.Size = Vector3.new(0.800000012, 0.200000003, 0.800000012)
  3760. p324.BottomSurface = Enum.SurfaceType.Smooth
  3761. p324.TopSurface = Enum.SurfaceType.Smooth
  3762. b122 = Instance.new("CylinderMesh", p324)
  3763. b122.Name = "Mesh"
  3764. p325 = Instance.new("Part", m49)
  3765. p325.BrickColor = BrickColor.new("Medium stone grey")
  3766. p325.Material = Enum.Material.Concrete
  3767. p325.CFrame = CFrame.new(-10.1669312, 1.2152791, 46.8576355, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  3768. p325.Anchored = true
  3769. p325.FormFactor = Enum.FormFactor.Custom
  3770. p325.Size = Vector3.new(0.400000006, 1.20000076, 0.400000006)
  3771. p325.BottomSurface = Enum.SurfaceType.Smooth
  3772. p325.TopSurface = Enum.SurfaceType.Smooth
  3773. b123 = Instance.new("CylinderMesh", p325)
  3774. b123.Name = "Mesh"
  3775. p326 = Instance.new("Part", m49)
  3776. p326.BrickColor = BrickColor.new("Dusty Rose")
  3777. p326.Material = Enum.Material.Concrete
  3778. p326.Reflectance = 0.20000000298023
  3779. p326.CFrame = CFrame.new(-10.1646423, 2.01632071, 46.8556824, -0.999992847, -0.00285560009, -0.000583045126, 0.00285403873, -0.999992371, 0.00240225228, -0.000589072471, 0.00240054913, 0.999994397)
  3780. p326.Anchored = true
  3781. p326.FormFactor = Enum.FormFactor.Custom
  3782. p326.Size = Vector3.new(2.00001645, 0.399999976, 2)
  3783. p326.BottomSurface = Enum.SurfaceType.Smooth
  3784. p326.TopSurface = Enum.SurfaceType.Smooth
  3785. b124 = Instance.new("CylinderMesh", p326)
  3786. b124.Name = "Mesh"
  3787. p327 = Instance.new("Part", m49)
  3788. p327.BrickColor = BrickColor.new("Brick yellow")
  3789. p327.Material = Enum.Material.Concrete
  3790. p327.CFrame = CFrame.new(-10.1746521, 2.01633596, 46.8556824, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  3791. p327.Anchored = true
  3792. p327.FormFactor = Enum.FormFactor.Custom
  3793. p327.Size = Vector3.new(2.1400001, 0.200000003, 2.06000042)
  3794. p327.BottomSurface = Enum.SurfaceType.Smooth
  3795. p327.TopSurface = Enum.SurfaceType.Smooth
  3796. b125 = Instance.new("CylinderMesh", p327)
  3797. b125.Name = "Mesh"
  3798. p328 = Instance.new("Part", m)
  3799. p328.BrickColor = BrickColor.new("Dark stone grey")
  3800. p328.Material = Enum.Material.Pebble
  3801. p328.CFrame = CFrame.new(-23.5415344, 42.0779266, 31.6868896, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3802. p328.Anchored = true
  3803. p328.FormFactor = Enum.FormFactor.Custom
  3804. p328.Size = Vector3.new(45.2700005, 1.79999804, 2.80001736)
  3805. p328.BottomSurface = Enum.SurfaceType.Smooth
  3806. p328.TopSurface = Enum.SurfaceType.Smooth
  3807. p329 = Instance.new("Seat", m)
  3808. p329.BrickColor = BrickColor.new("Sand red")
  3809. p329.Transparency = 1
  3810. p329.CFrame = CFrame.new(-0.174499512, 1.9647001, 12.3618774, 0.000582925277, 0.00285565224, 0.999992788, -0.0024022474, 0.999992371, -0.00285414211, -0.999994338, -0.00240059383, 0.000588951225)
  3811. p329.Anchored = true
  3812. p329.FormFactor = Enum.FormFactor.Custom
  3813. p329.Size = Vector3.new(1.39999938, 0.200000003, 1.39999986)
  3814. p329.FrontSurface = Enum.SurfaceType.Hinge
  3815. p330 = Instance.new("Part", m)
  3816. p330.BrickColor = BrickColor.new("Sand red")
  3817. p330.Material = Enum.Material.Concrete
  3818. p330.CFrame = CFrame.new(-8.66809082, 27.7768841, 7.65991211, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3819. p330.Anchored = true
  3820. p330.FormFactor = Enum.FormFactor.Custom
  3821. p330.Size = Vector3.new(2.86999059, 26.600008, 31.8000011)
  3822. p330.BottomSurface = Enum.SurfaceType.Smooth
  3823. p330.TopSurface = Enum.SurfaceType.Smooth
  3824. p331 = Instance.new("Part", m)
  3825. p331.BrickColor = BrickColor.new("Dark stone grey")
  3826. p331.Material = Enum.Material.Concrete
  3827. p331.CFrame = CFrame.new(-5.04040527, 42.4246521, 31.5272522, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3828. p331.Anchored = true
  3829. p331.FormFactor = Enum.FormFactor.Custom
  3830. p331.Size = Vector3.new(51.8699951, 2.60000014, 41.0000114)
  3831. p331.BottomSurface = Enum.SurfaceType.Smooth
  3832. p331.TopSurface = Enum.SurfaceType.Smooth
  3833. p332 = Instance.new("Part", m)
  3834. p332.BrickColor = BrickColor.new("Medium stone grey")
  3835. p332.Material = Enum.Material.SmoothPlastic
  3836. p332.Reflectance = 0.20000000298023
  3837. p332.Transparency = 0.5
  3838. p332.CFrame = CFrame.new(-3.03018188, 6.06105995, 7.77032471, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  3839. p332.Anchored = true
  3840. p332.FormFactor = Enum.FormFactor.Custom
  3841. p332.Size = Vector3.new(14.8000221, 6.80000496, 0.200000003)
  3842. p332.BottomSurface = Enum.SurfaceType.Smooth
  3843. p332.TopSurface = Enum.SurfaceType.Smooth
  3844. p333 = Instance.new("Part", m)
  3845. p333.BrickColor = BrickColor.new("Dark stone grey")
  3846. p333.Material = Enum.Material.Pebble
  3847. p333.CFrame = CFrame.new(-9.00686646, 14.1780901, 7.49224854, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3848. p333.Anchored = true
  3849. p333.FormFactor = Enum.FormFactor.Custom
  3850. p333.Size = Vector3.new(3.26999068, 0.599997938, 32.8000145)
  3851. p333.BottomSurface = Enum.SurfaceType.Smooth
  3852. p333.TopSurface = Enum.SurfaceType.Smooth
  3853. p334 = Instance.new("Part", m)
  3854. p334.BrickColor = BrickColor.new("Dusty Rose")
  3855. p334.Material = Enum.Material.SmoothPlastic
  3856. p334.CFrame = CFrame.new(-6.73013306, 6.07158852, 7.74816895, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  3857. p334.Anchored = true
  3858. p334.FormFactor = Enum.FormFactor.Custom
  3859. p334.Size = Vector3.new(0.200000003, 6.40000105, 0.399989128)
  3860. p334.BottomSurface = Enum.SurfaceType.Smooth
  3861. p334.TopSurface = Enum.SurfaceType.Smooth
  3862. p335 = Instance.new("Part", m)
  3863. p335.BrickColor = BrickColor.new("Dusty Rose")
  3864. p335.Material = Enum.Material.Brick
  3865. p335.CFrame = CFrame.new(-4.11669922, 10.7645779, 7.668396, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  3866. p335.Anchored = true
  3867. p335.FormFactor = Enum.FormFactor.Custom
  3868. p335.Size = Vector3.new(17.399992, 2.59999824, 1.59998918)
  3869. p335.BottomSurface = Enum.SurfaceType.Smooth
  3870. p335.TopSurface = Enum.SurfaceType.Smooth
  3871. p336 = Instance.new("Part", m)
  3872. p336.BrickColor = BrickColor.new("Dark stone grey")
  3873. p336.Material = Enum.Material.Pebble
  3874. p336.CFrame = CFrame.new(-8.91043091, 12.9783373, 7.69537354, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3875. p336.Anchored = true
  3876. p336.FormFactor = Enum.FormFactor.Custom
  3877. p336.Size = Vector3.new(2.86999059, 1.79999804, 32.200016)
  3878. p336.BottomSurface = Enum.SurfaceType.Smooth
  3879. p336.TopSurface = Enum.SurfaceType.Smooth
  3880. p337 = Instance.new("Part", m)
  3881. p337.BrickColor = BrickColor.new("Dusty Rose")
  3882. p337.Material = Enum.Material.Brick
  3883. p337.CFrame = CFrame.new(-11.7875061, 6.98610878, 7.77294922, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3884. p337.Anchored = true
  3885. p337.FormFactor = Enum.FormFactor.Custom
  3886. p337.Size = Vector3.new(2.59999228, 10.2000017, 2.47998929)
  3887. p337.BottomSurface = Enum.SurfaceType.Smooth
  3888. p337.TopSurface = Enum.SurfaceType.Smooth
  3889. p338 = Instance.new("Part", m)
  3890. p338.BrickColor = BrickColor.new("Dusty Rose")
  3891. p338.Material = Enum.Material.Brick
  3892. p338.CFrame = CFrame.new(-17.7280579, 6.80295753, 7.7401123, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  3893. p338.Anchored = true
  3894. p338.FormFactor = Enum.FormFactor.Custom
  3895. p338.Size = Vector3.new(9.39998913, 10.5999947, 1.59998918)
  3896. p338.BottomSurface = Enum.SurfaceType.Smooth
  3897. p338.TopSurface = Enum.SurfaceType.Smooth
  3898. p339 = Instance.new("Part", m)
  3899. p339.BrickColor = BrickColor.new("Medium stone grey")
  3900. p339.Material = Enum.Material.Brick
  3901. p339.CFrame = CFrame.new(-8.92550659, 43.1841583, 10.022644, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3902. p339.Anchored = true
  3903. p339.FormFactor = Enum.FormFactor.Custom
  3904. p339.Size = Vector3.new(8.46998692, 0.599997938, 32.8000145)
  3905. p339.BottomSurface = Enum.SurfaceType.Smooth
  3906. p339.TopSurface = Enum.SurfaceType.Smooth
  3907. p340 = Instance.new("Part", m)
  3908. p340.BrickColor = BrickColor.new("Sand red")
  3909. p340.Material = Enum.Material.Concrete
  3910. p340.CFrame = CFrame.new(-24.4828491, 27.8829327, 33.0203857, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3911. p340.Anchored = true
  3912. p340.FormFactor = Enum.FormFactor.Custom
  3913. p340.Size = Vector3.new(47.870018, 26.5999985, 0.200000003)
  3914. p340.BottomSurface = Enum.SurfaceType.Smooth
  3915. p340.TopSurface = Enum.SurfaceType.Smooth
  3916. p341 = Instance.new("Part", m)
  3917. p341.BrickColor = BrickColor.new("Dark stone grey")
  3918. p341.Material = Enum.Material.Pebble
  3919. p341.CFrame = CFrame.new(-8.82754517, 41.9781342, 7.62573242, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3920. p341.Anchored = true
  3921. p341.FormFactor = Enum.FormFactor.Custom
  3922. p341.Size = Vector3.new(2.86999059, 1.79999804, 32.200016)
  3923. p341.BottomSurface = Enum.SurfaceType.Smooth
  3924. p341.TopSurface = Enum.SurfaceType.Smooth
  3925. p342 = Instance.new("Part", m)
  3926. p342.BrickColor = BrickColor.new("Dusty Rose")
  3927. p342.Material = Enum.Material.SmoothPlastic
  3928. p342.CFrame = CFrame.new(-2.9395752, 2.76065993, 7.75836182, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  3929. p342.Anchored = true
  3930. p342.FormFactor = Enum.FormFactor.Custom
  3931. p342.Size = Vector3.new(14.9999905, 0.200000003, 0.399989128)
  3932. p342.BottomSurface = Enum.SurfaceType.Smooth
  3933. p342.TopSurface = Enum.SurfaceType.Smooth
  3934. p343 = Instance.new("Part", m)
  3935. p343.BrickColor = BrickColor.new("Sand red")
  3936. p343.Material = Enum.Material.Concrete
  3937. p343.CFrame = CFrame.new(-23.6445923, 1.01985955, 7.80541992, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3938. p343.Anchored = true
  3939. p343.FormFactor = Enum.FormFactor.Custom
  3940. p343.Size = Vector3.new(3.04999042, 1.79999804, 2.79999971)
  3941. p343.BottomSurface = Enum.SurfaceType.Smooth
  3942. p343.TopSurface = Enum.SurfaceType.Smooth
  3943. p344 = Instance.new("Part", m)
  3944. p344.BrickColor = BrickColor.new("Dusty Rose")
  3945. p344.Material = Enum.Material.Brick
  3946. p344.CFrame = CFrame.new(-4.14358521, 1.36408293, 7.76104736, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  3947. p344.Anchored = true
  3948. p344.FormFactor = Enum.FormFactor.Custom
  3949. p344.Size = Vector3.new(17.399992, 2.59999824, 1.59998918)
  3950. p344.BottomSurface = Enum.SurfaceType.Smooth
  3951. p344.TopSurface = Enum.SurfaceType.Smooth
  3952. p345 = Instance.new("Part", m)
  3953. p345.BrickColor = BrickColor.new("Sand red")
  3954. p345.Material = Enum.Material.Concrete
  3955. p345.CFrame = CFrame.new(-11.8446045, 0.985969782, 7.72247314, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3956. p345.Anchored = true
  3957. p345.FormFactor = Enum.FormFactor.Custom
  3958. p345.Size = Vector3.new(2.86999059, 1.79999804, 2.79999971)
  3959. p345.BottomSurface = Enum.SurfaceType.Smooth
  3960. p345.TopSurface = Enum.SurfaceType.Smooth
  3961. p346 = Instance.new("Part", m)
  3962. p346.BrickColor = BrickColor.new("Dusty Rose")
  3963. p346.Material = Enum.Material.SmoothPlastic
  3964. p346.CFrame = CFrame.new(-10.3301086, 6.08187294, 7.74603271, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  3965. p346.Anchored = true
  3966. p346.FormFactor = Enum.FormFactor.Custom
  3967. p346.Size = Vector3.new(0.200000003, 6.40000105, 0.399989128)
  3968. p346.BottomSurface = Enum.SurfaceType.Smooth
  3969. p346.TopSurface = Enum.SurfaceType.Smooth
  3970. p347 = Instance.new("Part", m)
  3971. p347.BrickColor = BrickColor.new("Dusty Rose")
  3972. p347.Material = Enum.Material.SmoothPlastic
  3973. p347.CFrame = CFrame.new(-2.92071533, 9.36134911, 7.74249268, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  3974. p347.Anchored = true
  3975. p347.FormFactor = Enum.FormFactor.Custom
  3976. p347.Size = Vector3.new(14.9999905, 0.200000003, 0.399989128)
  3977. p347.BottomSurface = Enum.SurfaceType.Smooth
  3978. p347.TopSurface = Enum.SurfaceType.Smooth
  3979. p348 = Instance.new("Part", m)
  3980. p348.BrickColor = BrickColor.new("Sand red")
  3981. p348.Material = Enum.Material.Concrete
  3982. p348.CFrame = CFrame.new(-8.94470215, 0.977775812, 7.75909424, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  3983. p348.Anchored = true
  3984. p348.FormFactor = Enum.FormFactor.Custom
  3985. p348.Size = Vector3.new(27.0000076, 1.79999804, 2.00000024)
  3986. p348.BottomSurface = Enum.SurfaceType.Smooth
  3987. p348.TopSurface = Enum.SurfaceType.Smooth
  3988. p349 = Instance.new("Part", m)
  3989. p349.BrickColor = BrickColor.new("Dusty Rose")
  3990. p349.Material = Enum.Material.Brick
  3991. p349.CFrame = CFrame.new(-23.5874634, 7.01976967, 7.76605225, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  3992. p349.Anchored = true
  3993. p349.FormFactor = Enum.FormFactor.Custom
  3994. p349.Size = Vector3.new(2.59999228, 10.2000017, 2.47998929)
  3995. p349.BottomSurface = Enum.SurfaceType.Smooth
  3996. p349.TopSurface = Enum.SurfaceType.Smooth
  3997. p350 = Instance.new("Part", m)
  3998. p350.BrickColor = BrickColor.new("Dark stone grey")
  3999. p350.Material = Enum.Material.Pebble
  4000. p350.CFrame = CFrame.new(-6.45562744, 42.0857239, 55.6617432, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4001. p350.Anchored = true
  4002. p350.FormFactor = Enum.FormFactor.Custom
  4003. p350.Size = Vector3.new(2.80000043, 1.79999804, 38.2000084)
  4004. p350.BottomSurface = Enum.SurfaceType.Smooth
  4005. p350.TopSurface = Enum.SurfaceType.Smooth
  4006. p351 = Instance.new("Seat", m)
  4007. p351.BrickColor = BrickColor.new("Sand red")
  4008. p351.Transparency = 1
  4009. p351.CFrame = CFrame.new(9.24795532, 1.9723295, 25.1973267, 0.999992847, 0.00285565224, -0.000582820969, -0.00285412627, 0.999992371, 0.00240224763, 0.000589011179, -0.00240059383, 0.999994397)
  4010. p351.Anchored = true
  4011. p351.FormFactor = Enum.FormFactor.Custom
  4012. p351.Size = Vector3.new(1.39999938, 0.200000003, 1.39999986)
  4013. p351.FrontSurface = Enum.SurfaceType.Hinge
  4014. p352 = Instance.new("Seat", m)
  4015. p352.BrickColor = BrickColor.new("Sand red")
  4016. p352.Transparency = 1
  4017. p352.CFrame = CFrame.new(9.18179321, 1.9566282, 18.5973816, -0.999992847, 0.00285565224, 0.000582820969, 0.00285412627, 0.999992371, -0.00240224763, -0.000589011179, -0.00240059383, -0.999994397)
  4018. p352.Anchored = true
  4019. p352.FormFactor = Enum.FormFactor.Custom
  4020. p352.Size = Vector3.new(1.39999938, 0.200000003, 1.39999986)
  4021. p352.FrontSurface = Enum.SurfaceType.Hinge
  4022. p353 = Instance.new("Part", m)
  4023. p353.BrickColor = BrickColor.new("Dusty Rose")
  4024. p353.Material = Enum.Material.SmoothPlastic
  4025. p353.CFrame = CFrame.new(11.9478149, 4.43052101, 13.0487061, 0.706689715, -0.70751363, -0.00285569415, -0.000319564599, 0.00371687044, -0.999992192, 0.707518935, 0.706686199, 0.00240054168)
  4026. p353.Anchored = true
  4027. p353.FormFactor = Enum.FormFactor.Custom
  4028. p353.Size = Vector3.new(0.200000003, 0.800000012, 4.79998827)
  4029. p353.BottomSurface = Enum.SurfaceType.Smooth
  4030. p353.TopSurface = Enum.SurfaceType.Smooth
  4031. p354 = Instance.new("Part", m)
  4032. p354.BrickColor = BrickColor.new("Brick yellow")
  4033. p354.Material = Enum.Material.Concrete
  4034. p354.CFrame = CFrame.new(7.33169556, 14.5476427, 14.2408447, 0.706689537, 0.00285582361, -0.707513988, -0.000319601502, 0.999992371, 0.00371701922, 0.707519114, -0.00240068324, 0.706686199)
  4035. p354.Anchored = true
  4036. p354.FormFactor = Enum.FormFactor.Custom
  4037. p354.Size = Vector3.new(12.2699909, 0.200000003, 5.39999866)
  4038. p354.BottomSurface = Enum.SurfaceType.Smooth
  4039. p354.TopSurface = Enum.SurfaceType.Smooth
  4040. p355 = Instance.new("Part", m)
  4041. p355.BrickColor = BrickColor.new("Sand red")
  4042. p355.Material = Enum.Material.Concrete
  4043. p355.CFrame = CFrame.new(5.75524902, 0.935737848, 7.73284912, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4044. p355.Anchored = true
  4045. p355.FormFactor = Enum.FormFactor.Custom
  4046. p355.Size = Vector3.new(2.86999059, 1.79999804, 2.79999971)
  4047. p355.BottomSurface = Enum.SurfaceType.Smooth
  4048. p355.TopSurface = Enum.SurfaceType.Smooth
  4049. p356 = Instance.new("Part", m)
  4050. p356.BrickColor = BrickColor.new("Dusty Rose")
  4051. p356.Material = Enum.Material.Brick
  4052. p356.CFrame = CFrame.new(13.9584961, 5.85712624, 25.9606934, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4053. p356.Anchored = true
  4054. p356.FormFactor = Enum.FormFactor.Custom
  4055. p356.Size = Vector3.new(1.59999228, 7.19999504, 0.800000012)
  4056. p356.BottomSurface = Enum.SurfaceType.Smooth
  4057. p356.TopSurface = Enum.SurfaceType.Smooth
  4058. p357 = Instance.new("Part", m)
  4059. p357.BrickColor = BrickColor.new("Brick yellow")
  4060. p357.Material = Enum.Material.Concrete
  4061. p357.CFrame = CFrame.new(-13.3283691, 2.64595962, 30.627594, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4062. p357.Anchored = true
  4063. p357.FormFactor = Enum.FormFactor.Custom
  4064. p357.Size = Vector3.new(2.0699904, 1.39999795, 2.24999785)
  4065. p357.BottomSurface = Enum.SurfaceType.Smooth
  4066. p357.TopSurface = Enum.SurfaceType.Smooth
  4067. b126 = Instance.new("CylinderMesh", p357)
  4068. b126.Name = "Mesh"
  4069. p358 = Instance.new("Part", m)
  4070. p358.BrickColor = BrickColor.new("Sand red")
  4071. p358.Material = Enum.Material.Concrete
  4072. p358.CFrame = CFrame.new(-2.85913086, 1.22254229, 33.3821411, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4073. p358.Anchored = true
  4074. p358.FormFactor = Enum.FormFactor.Custom
  4075. p358.Size = Vector3.new(2.97999024, 1.79999804, 2.79999971)
  4076. p358.BottomSurface = Enum.SurfaceType.Smooth
  4077. p358.TopSurface = Enum.SurfaceType.Smooth
  4078. p359 = Instance.new("Part", m)
  4079. p359.BrickColor = BrickColor.new("Sand red")
  4080. p359.Material = Enum.Material.Concrete
  4081. p359.CFrame = CFrame.new(13.944519, 0.956779718, 25.8724365, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4082. p359.Anchored = true
  4083. p359.FormFactor = Enum.FormFactor.Custom
  4084. p359.Size = Vector3.new(17.399992, 1.79999804, 2.00000024)
  4085. p359.BottomSurface = Enum.SurfaceType.Smooth
  4086. p359.TopSurface = Enum.SurfaceType.Smooth
  4087. p360 = Instance.new("Part", m)
  4088. p360.BrickColor = BrickColor.new("Sand red")
  4089. p360.Material = Enum.Material.Concrete
  4090. p360.CFrame = CFrame.new(7.15487671, 0.933189631, 8.33374023, 0.706689537, 0.00285582361, -0.707513988, -0.000319601502, 0.999992371, 0.00371701922, 0.707519114, -0.00240068324, 0.706686199)
  4091. p360.Anchored = true
  4092. p360.FormFactor = Enum.FormFactor.Custom
  4093. p360.Size = Vector3.new(2.86999059, 1.79999804, 2.79999971)
  4094. p360.BottomSurface = Enum.SurfaceType.Smooth
  4095. p360.TopSurface = Enum.SurfaceType.Smooth
  4096. p361 = Instance.new("Part", m)
  4097. p361.BrickColor = BrickColor.new("Dusty Rose")
  4098. p361.Material = Enum.Material.Brick
  4099. p361.CFrame = CFrame.new(10.2698059, 10.7320004, 11.3355103, 0.706689656, 0.00285571627, -0.70751375, -0.000319607789, 0.999992311, 0.00371686602, 0.707519054, -0.00240055937, 0.706686199)
  4100. p361.Anchored = true
  4101. p361.FormFactor = Enum.FormFactor.Custom
  4102. p361.Size = Vector3.new(6.1999898, 2.59999824, 1.59998918)
  4103. p361.BottomSurface = Enum.SurfaceType.Smooth
  4104. p361.TopSurface = Enum.SurfaceType.Smooth
  4105. p362 = Instance.new("Part", m)
  4106. p362.BrickColor = BrickColor.new("Dark stone grey")
  4107. p362.Material = Enum.Material.Concrete
  4108. p362.CFrame = CFrame.new(13.9413147, 0.157570243, 26.5744019, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4109. p362.Anchored = true
  4110. p362.FormFactor = Enum.FormFactor.Custom
  4111. p362.Size = Vector3.new(18.7999878, 0.200000003, 0.399989128)
  4112. p362.BottomSurface = Enum.SurfaceType.Smooth
  4113. p362.TopSurface = Enum.SurfaceType.Smooth
  4114. p363 = Instance.new("Part", m)
  4115. p363.BrickColor = BrickColor.new("Dusty Rose")
  4116. p363.Material = Enum.Material.SmoothPlastic
  4117. p363.CFrame = CFrame.new(13.9616699, 7.15604591, 25.9575806, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4118. p363.Anchored = true
  4119. p363.FormFactor = Enum.FormFactor.Custom
  4120. p363.Size = Vector3.new(17.1999912, 0.200000003, 0.399989128)
  4121. p363.BottomSurface = Enum.SurfaceType.Smooth
  4122. p363.TopSurface = Enum.SurfaceType.Smooth
  4123. p364 = Instance.new("Part", m)
  4124. p364.BrickColor = BrickColor.new("Dusty Rose")
  4125. p364.Material = Enum.Material.Brick
  4126. p364.CFrame = CFrame.new(5.81231689, 6.93586159, 7.78338623, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4127. p364.Anchored = true
  4128. p364.FormFactor = Enum.FormFactor.Custom
  4129. p364.Size = Vector3.new(2.59999228, 10.2000017, 2.47998929)
  4130. p364.BottomSurface = Enum.SurfaceType.Smooth
  4131. p364.TopSurface = Enum.SurfaceType.Smooth
  4132. p365 = Instance.new("Part", m)
  4133. p365.BrickColor = BrickColor.new("Sand red")
  4134. p365.Material = Enum.Material.Concrete
  4135. p365.CFrame = CFrame.new(13.9504089, 0.932014704, 15.9375, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4136. p365.Anchored = true
  4137. p365.FormFactor = Enum.FormFactor.Custom
  4138. p365.Size = Vector3.new(2.86999059, 1.79999804, 2.79999971)
  4139. p365.BottomSurface = Enum.SurfaceType.Smooth
  4140. p365.TopSurface = Enum.SurfaceType.Smooth
  4141. p366 = Instance.new("Part", m)
  4142. p366.BrickColor = BrickColor.new("Dusty Rose")
  4143. p366.Material = Enum.Material.SmoothPlastic
  4144. p366.CFrame = CFrame.new(8.66400146, 1.03327203, 9.84411621, 0.706689656, -0.70751375, -0.00285567157, -0.000319581712, 0.00371683156, -0.999992311, 0.707518995, 0.706686258, 0.00240052212)
  4145. p366.Anchored = true
  4146. p366.FormFactor = Enum.FormFactor.Custom
  4147. p366.Size = Vector3.new(0.200000003, 0.800000012, 1.99998808)
  4148. p366.BottomSurface = Enum.SurfaceType.Smooth
  4149. p366.TopSurface = Enum.SurfaceType.Smooth
  4150. p367 = Instance.new("Part", m)
  4151. p367.BrickColor = BrickColor.new("Dusty Rose")
  4152. p367.Material = Enum.Material.SmoothPlastic
  4153. p367.CFrame = CFrame.new(13.9576416, 5.75615883, 25.9609375, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4154. p367.Anchored = true
  4155. p367.FormFactor = Enum.FormFactor.Custom
  4156. p367.Size = Vector3.new(2.00000024, 7.40000486, 0.399989128)
  4157. p367.BottomSurface = Enum.SurfaceType.Smooth
  4158. p367.TopSurface = Enum.SurfaceType.Smooth
  4159. p368 = Instance.new("Part", m)
  4160. p368.BrickColor = BrickColor.new("Dusty Rose")
  4161. p368.Material = Enum.Material.Brick
  4162. p368.CFrame = CFrame.new(13.9533691, 6.07966042, 35.8600464, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4163. p368.Anchored = true
  4164. p368.FormFactor = Enum.FormFactor.Custom
  4165. p368.Size = Vector3.new(2.59999228, 12.0000038, 2.40000606)
  4166. p368.BottomSurface = Enum.SurfaceType.Smooth
  4167. p368.TopSurface = Enum.SurfaceType.Smooth
  4168. p369 = Instance.new("Part", m)
  4169. p369.BrickColor = BrickColor.new("Brick yellow")
  4170. p369.Material = Enum.Material.Concrete
  4171. p369.CFrame = CFrame.new(9.97796631, 14.5903978, 35.2023926, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4172. p369.Anchored = true
  4173. p369.FormFactor = Enum.FormFactor.Custom
  4174. p369.Size = Vector3.new(41.8699913, 0.200000003, 5.1999979)
  4175. p369.BottomSurface = Enum.SurfaceType.Smooth
  4176. p369.TopSurface = Enum.SurfaceType.Smooth
  4177. p370 = Instance.new("Part", m)
  4178. p370.BrickColor = BrickColor.new("Sand red")
  4179. p370.Material = Enum.Material.Concrete
  4180. p370.CFrame = CFrame.new(-23.658844, 1.07817864, 31.9501343, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4181. p370.Anchored = true
  4182. p370.FormFactor = Enum.FormFactor.Custom
  4183. p370.Size = Vector3.new(45.9999886, 1.79999804, 2.00000024)
  4184. p370.BottomSurface = Enum.SurfaceType.Smooth
  4185. p370.TopSurface = Enum.SurfaceType.Smooth
  4186. p371 = Instance.new("Part", m)
  4187. p371.BrickColor = BrickColor.new("Black")
  4188. p371.Material = Enum.Material.Concrete
  4189. p371.CFrame = CFrame.new(8.95126343, 2.63311172, 10.1233521, -0.707513869, 0.00285561942, -0.706689596, 0.0037167829, 0.999992311, 0.000319567393, 0.706686318, -0.0024005333, -0.707519054)
  4190. p371.Anchored = true
  4191. p371.CanCollide = false
  4192. p371.FormFactor = Enum.FormFactor.Custom
  4193. p371.Size = Vector3.new(0.500000536, 1.60000014, 0.200000003)
  4194. p371.BottomSurface = Enum.SurfaceType.Smooth
  4195. p371.TopSurface = Enum.SurfaceType.Smooth
  4196. p372 = Instance.new("Part", m)
  4197. p372.BrickColor = BrickColor.new("Dusty Rose")
  4198. p372.Material = Enum.Material.Brick
  4199. p372.CFrame = CFrame.new(13.9456787, 1.35678923, 25.871521, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4200. p372.Anchored = true
  4201. p372.FormFactor = Enum.FormFactor.Custom
  4202. p372.Size = Vector3.new(17.399992, 2.59999824, 1.59998918)
  4203. p372.BottomSurface = Enum.SurfaceType.Smooth
  4204. p372.TopSurface = Enum.SurfaceType.Smooth
  4205. p373 = Instance.new("Part", m)
  4206. p373.BrickColor = BrickColor.new("Dark stone grey")
  4207. p373.Material = Enum.Material.DiamondPlate
  4208. p373.CFrame = CFrame.new(-22.3479919, 5.63326454, 35.8400879, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  4209. p373.Anchored = true
  4210. p373.FormFactor = Enum.FormFactor.Custom
  4211. p373.Size = Vector3.new(4.60001373, 0.200000003, 0.200000003)
  4212. p373.BottomSurface = Enum.SurfaceType.Smooth
  4213. p373.TopSurface = Enum.SurfaceType.Smooth
  4214. p374 = Instance.new("Part", m)
  4215. p374.BrickColor = BrickColor.new("Sand red")
  4216. p374.Material = Enum.Material.Concrete
  4217. p374.CFrame = CFrame.new(12.0791626, 0.930488825, 13.1986084, 0.706689477, 0.00285581616, -0.707513928, -0.000319605693, 0.999992371, 0.00371700851, 0.707519114, -0.00240067206, 0.706686139)
  4218. p374.Anchored = true
  4219. p374.FormFactor = Enum.FormFactor.Custom
  4220. p374.Size = Vector3.new(0.600000024, 1.79999804, 1.99999952)
  4221. p374.BottomSurface = Enum.SurfaceType.Smooth
  4222. p374.TopSurface = Enum.SurfaceType.Smooth
  4223. p375 = Instance.new("Part", m)
  4224. p375.BrickColor = BrickColor.new("Dark stone grey")
  4225. p375.Material = Enum.Material.Pebble
  4226. p375.CFrame = CFrame.new(14.1765442, 14.1796007, 35.7058716, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4227. p375.Anchored = true
  4228. p375.FormFactor = Enum.FormFactor.Custom
  4229. p375.Size = Vector3.new(42.8699951, 0.599997938, 3.19999981)
  4230. p375.BottomSurface = Enum.SurfaceType.Smooth
  4231. p375.TopSurface = Enum.SurfaceType.Smooth
  4232. p376 = Instance.new("Part", m)
  4233. p376.BrickColor = BrickColor.new("Brick yellow")
  4234. p376.Material = Enum.Material.WoodPlanks
  4235. p376.CFrame = CFrame.new(10.2368469, 0.189979911, 35.3371582, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4236. p376.Anchored = true
  4237. p376.FormFactor = Enum.FormFactor.Custom
  4238. p376.Size = Vector3.new(42.0699921, 0.200000003, 5.79999733)
  4239. p376.BottomSurface = Enum.SurfaceType.Smooth
  4240. p376.TopSurface = Enum.SurfaceType.Smooth
  4241. p377 = Instance.new("Part", m)
  4242. p377.BrickColor = BrickColor.new("Dark stone grey")
  4243. p377.Material = Enum.Material.DiamondPlate
  4244. p377.CFrame = CFrame.new(-22.3536682, 3.63321877, 35.8449097, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  4245. p377.Anchored = true
  4246. p377.FormFactor = Enum.FormFactor.Custom
  4247. p377.Size = Vector3.new(4.60001373, 0.200000003, 0.200000003)
  4248. p377.BottomSurface = Enum.SurfaceType.Smooth
  4249. p377.TopSurface = Enum.SurfaceType.Smooth
  4250. p378 = Instance.new("Part", m)
  4251. p378.BrickColor = BrickColor.new("Sand red")
  4252. p378.Material = Enum.Material.Concrete
  4253. p378.CFrame = CFrame.new(13.9388123, 0.979927301, 35.8723755, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4254. p378.Anchored = true
  4255. p378.FormFactor = Enum.FormFactor.Custom
  4256. p378.Size = Vector3.new(2.99999022, 1.79999804, 2.79999971)
  4257. p378.BottomSurface = Enum.SurfaceType.Smooth
  4258. p378.TopSurface = Enum.SurfaceType.Smooth
  4259. p379 = Instance.new("Part", m)
  4260. p379.BrickColor = BrickColor.new("Brick yellow")
  4261. p379.Material = Enum.Material.Concrete
  4262. p379.CFrame = CFrame.new(-7.2204895, 14.6339769, 32.8923035, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4263. p379.Anchored = true
  4264. p379.FormFactor = Enum.FormFactor.Custom
  4265. p379.Size = Vector3.new(47.6700096, 0.200000003, 29.200016)
  4266. p379.BottomSurface = Enum.SurfaceType.Smooth
  4267. p379.TopSurface = Enum.SurfaceType.Smooth
  4268. p380 = Instance.new("Seat", m)
  4269. p380.BrickColor = BrickColor.new("Sand red")
  4270. p380.Transparency = 1
  4271. p380.CFrame = CFrame.new(-6.77450562, 1.98368204, 12.4279785, -0.000582925277, 0.00285565224, -0.999992788, 0.0024022474, 0.999992371, 0.00285414211, 0.999994338, -0.00240059383, -0.000588951225)
  4272. p380.Anchored = true
  4273. p380.FormFactor = Enum.FormFactor.Custom
  4274. p380.Size = Vector3.new(1.39999938, 0.200000003, 1.39999986)
  4275. p380.FrontSurface = Enum.SurfaceType.Hinge
  4276. p381 = Instance.new("Seat", m)
  4277. p381.BrickColor = BrickColor.new("Sand red")
  4278. p381.Transparency = 1
  4279. p381.CFrame = CFrame.new(-19.774353, 2.02077627, 12.4203491, -0.000582925277, 0.00285565224, -0.999992788, 0.0024022474, 0.999992371, 0.00285414211, 0.999994338, -0.00240059383, -0.000588951225)
  4280. p381.Anchored = true
  4281. p381.FormFactor = Enum.FormFactor.Custom
  4282. p381.Size = Vector3.new(1.39999938, 0.200000003, 1.39999986)
  4283. p381.FrontSurface = Enum.SurfaceType.Hinge
  4284. p382 = Instance.new("Seat", m)
  4285. p382.BrickColor = BrickColor.new("Sand red")
  4286. p382.Transparency = 1
  4287. p382.CFrame = CFrame.new(-13.1743774, 2.00179434, 12.354248, 0.000582925277, 0.00285565224, 0.999992788, -0.0024022474, 0.999992371, -0.00285414211, -0.999994338, -0.00240059383, 0.000588951225)
  4288. p382.Anchored = true
  4289. p382.FormFactor = Enum.FormFactor.Custom
  4290. p382.Size = Vector3.new(1.39999938, 0.200000003, 1.39999986)
  4291. p382.FrontSurface = Enum.SurfaceType.Hinge
  4292. p383 = Instance.new("Part", m)
  4293. p383.BrickColor = BrickColor.new("Brick yellow")
  4294. p383.Material = Enum.Material.WoodPlanks
  4295. p383.CFrame = CFrame.new(-8.46124268, 0.235893577, 32.2262268, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4296. p383.Anchored = true
  4297. p383.FormFactor = Enum.FormFactor.Custom
  4298. p383.Size = Vector3.new(47.8700218, 0.200000003, 31.6000099)
  4299. p383.BottomSurface = Enum.SurfaceType.Smooth
  4300. p383.TopSurface = Enum.SurfaceType.Smooth
  4301. p384 = Instance.new("Part", m)
  4302. p384.BrickColor = BrickColor.new("Dark stone grey")
  4303. p384.Material = Enum.Material.Pebble
  4304. p384.CFrame = CFrame.new(10.2986145, 12.9324236, 11.4180298, 0.706689537, 0.00285582361, -0.707513988, -0.000319601502, 0.999992371, 0.00371701922, 0.707519114, -0.00240068324, 0.706686199)
  4305. p384.Anchored = true
  4306. p384.FormFactor = Enum.FormFactor.Custom
  4307. p384.Size = Vector3.new(11.6699915, 1.79999804, 2.79999971)
  4308. p384.BottomSurface = Enum.SurfaceType.Smooth
  4309. p384.TopSurface = Enum.SurfaceType.Smooth
  4310. p385 = Instance.new("Part", m)
  4311. p385.BrickColor = BrickColor.new("Dark stone grey")
  4312. p385.Material = Enum.Material.Pebble
  4313. p385.CFrame = CFrame.new(13.973053, 12.9804735, 35.8086548, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4314. p385.Anchored = true
  4315. p385.FormFactor = Enum.FormFactor.Custom
  4316. p385.Size = Vector3.new(42.670002, 1.79999804, 2.79999971)
  4317. p385.BottomSurface = Enum.SurfaceType.Smooth
  4318. p385.TopSurface = Enum.SurfaceType.Smooth
  4319. p386 = Instance.new("Part", m)
  4320. p386.BrickColor = BrickColor.new("Dusty Rose")
  4321. p386.Material = Enum.Material.Brick
  4322. p386.CFrame = CFrame.new(13.9474792, 6.10491371, 45.8598938, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4323. p386.Anchored = true
  4324. p386.FormFactor = Enum.FormFactor.Custom
  4325. p386.Size = Vector3.new(17.399992, 11.9999962, 1.59998918)
  4326. p386.BottomSurface = Enum.SurfaceType.Smooth
  4327. p386.TopSurface = Enum.SurfaceType.Smooth
  4328. p387 = Instance.new("Part", m)
  4329. p387.BrickColor = BrickColor.new("Dusty Rose")
  4330. p387.Material = Enum.Material.SmoothPlastic
  4331. p387.CFrame = CFrame.new(4.46984863, 6.03962135, 7.75482178, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  4332. p387.Anchored = true
  4333. p387.FormFactor = Enum.FormFactor.Custom
  4334. p387.Size = Vector3.new(0.200000003, 6.40000105, 0.399989128)
  4335. p387.BottomSurface = Enum.SurfaceType.Smooth
  4336. p387.TopSurface = Enum.SurfaceType.Smooth
  4337. p388 = Instance.new("Part", m)
  4338. p388.BrickColor = BrickColor.new("Dark stone grey")
  4339. p388.Material = Enum.Material.DiamondPlate
  4340. p388.CFrame = CFrame.new(-21.7542725, 3.43152809, 35.8457031, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  4341. p388.Anchored = true
  4342. p388.FormFactor = Enum.FormFactor.Custom
  4343. p388.Size = Vector3.new(4.60001373, 0.200000003, 1.4000001)
  4344. p388.BottomSurface = Enum.SurfaceType.Smooth
  4345. p388.TopSurface = Enum.SurfaceType.Smooth
  4346. p389 = Instance.new("Part", m)
  4347. p389.BrickColor = BrickColor.new("Dark stone grey")
  4348. p389.Material = Enum.Material.DiamondPlate
  4349. p389.CFrame = CFrame.new(-22.3468323, 6.0332737, 35.8391724, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  4350. p389.Anchored = true
  4351. p389.FormFactor = Enum.FormFactor.Custom
  4352. p389.Size = Vector3.new(4.60001373, 0.200000003, 0.200000003)
  4353. p389.BottomSurface = Enum.SurfaceType.Smooth
  4354. p389.TopSurface = Enum.SurfaceType.Smooth
  4355. p390 = Instance.new("Seat", m)
  4356. p390.BrickColor = BrickColor.new("Sand red")
  4357. p390.Transparency = 1
  4358. p390.CFrame = CFrame.new(9.17443848, 1.98542154, 31.1972961, -0.999992847, 0.00285565224, 0.000582820969, 0.00285412627, 0.999992371, -0.00240224763, -0.000589011179, -0.00240059383, -0.999994397)
  4359. p390.Anchored = true
  4360. p390.FormFactor = Enum.FormFactor.Custom
  4361. p390.Size = Vector3.new(1.39999938, 0.200000003, 1.39999986)
  4362. p390.FrontSurface = Enum.SurfaceType.Hinge
  4363. p391 = Instance.new("Seat", m)
  4364. p391.BrickColor = BrickColor.new("Sand red")
  4365. p391.Transparency = 1
  4366. p391.CFrame = CFrame.new(9.2406311, 2.00110769, 37.7972412, 0.999992847, 0.00285565224, -0.000582820969, -0.00285412627, 0.999992371, 0.00240224763, 0.000589011179, -0.00240059383, 0.999994397)
  4367. p391.Anchored = true
  4368. p391.FormFactor = Enum.FormFactor.Custom
  4369. p391.Size = Vector3.new(1.39999938, 0.200000003, 1.39999986)
  4370. p391.FrontSurface = Enum.SurfaceType.Hinge
  4371. p392 = Instance.new("Part", m)
  4372. p392.BrickColor = BrickColor.new("Dusty Rose")
  4373. p392.Material = Enum.Material.Fabric
  4374. p392.CFrame = CFrame.new(-0.760528564, 0.362602532, 31.6954041, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  4375. p392.Anchored = true
  4376. p392.FormFactor = Enum.FormFactor.Custom
  4377. p392.Size = Vector3.new(13.3999901, 0.200000003, 46.0000038)
  4378. p392.BottomSurface = Enum.SurfaceType.Smooth
  4379. p392.TopSurface = Enum.SurfaceType.Smooth
  4380. p393 = Instance.new("Part", m)
  4381. p393.BrickColor = BrickColor.new("Dusty Rose")
  4382. p393.Material = Enum.Material.Brick
  4383. p393.CFrame = CFrame.new(-2.79830933, 8.52252769, 33.3746033, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4384. p393.Anchored = true
  4385. p393.FormFactor = Enum.FormFactor.Custom
  4386. p393.Size = Vector3.new(2.59999228, 12.7999992, 2.47998929)
  4387. p393.BottomSurface = Enum.SurfaceType.Smooth
  4388. p393.TopSurface = Enum.SurfaceType.Smooth
  4389. p394 = Instance.new("Part", m)
  4390. p394.BrickColor = BrickColor.new("Dusty Rose")
  4391. p394.Material = Enum.Material.SmoothPlastic
  4392. p394.CFrame = CFrame.new(11.8674316, 1.03058648, 12.986145, 0.706689656, -0.70751375, -0.00285567157, -0.000319581712, 0.00371683156, -0.999992311, 0.707518995, 0.706686258, 0.00240052212)
  4393. p394.Anchored = true
  4394. p394.FormFactor = Enum.FormFactor.Custom
  4395. p394.Size = Vector3.new(0.400000036, 0.800000012, 1.99998808)
  4396. p394.BottomSurface = Enum.SurfaceType.Smooth
  4397. p394.TopSurface = Enum.SurfaceType.Smooth
  4398. p395 = Instance.new("Part", m)
  4399. p395.BrickColor = BrickColor.new("Dark stone grey")
  4400. p395.Material = Enum.Material.DiamondPlate
  4401. p395.CFrame = CFrame.new(-22.3502502, 4.83327675, 35.84198, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  4402. p395.Anchored = true
  4403. p395.FormFactor = Enum.FormFactor.Custom
  4404. p395.Size = Vector3.new(4.60001373, 0.200000003, 0.200000003)
  4405. p395.BottomSurface = Enum.SurfaceType.Smooth
  4406. p395.TopSurface = Enum.SurfaceType.Smooth
  4407. p396 = Instance.new("Part", m)
  4408. p396.BrickColor = BrickColor.new("Dusty Rose")
  4409. p396.Material = Enum.Material.Brick
  4410. p396.CFrame = CFrame.new(13.3869934, 6.02999306, 14.4810791, 0.706689477, 0.00285581616, -0.707513928, -0.000319605693, 0.999992371, 0.00371700851, 0.707519114, -0.00240067206, 0.706686139)
  4411. p396.Anchored = true
  4412. p396.FormFactor = Enum.FormFactor.Custom
  4413. p396.Size = Vector3.new(2.65999222, 12, 2.39998937)
  4414. p396.BottomSurface = Enum.SurfaceType.Smooth
  4415. p396.TopSurface = Enum.SurfaceType.Smooth
  4416. p397 = Instance.new("Part", m)
  4417. p397.BrickColor = BrickColor.new("Sand red")
  4418. p397.Material = Enum.Material.Concrete
  4419. p397.CFrame = CFrame.new(14.0153198, 27.7796001, 35.7730713, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4420. p397.Anchored = true
  4421. p397.FormFactor = Enum.FormFactor.Custom
  4422. p397.Size = Vector3.new(42.6699944, 26.6000023, 2.79999971)
  4423. p397.BottomSurface = Enum.SurfaceType.Smooth
  4424. p397.TopSurface = Enum.SurfaceType.Smooth
  4425. p398 = Instance.new("Part", m)
  4426. p398.BrickColor = BrickColor.new("Dusty Rose")
  4427. p398.Material = Enum.Material.Brick
  4428. p398.CFrame = CFrame.new(13.9649658, 6.03168678, 15.8602905, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4429. p398.Anchored = true
  4430. p398.FormFactor = Enum.FormFactor.Custom
  4431. p398.Size = Vector3.new(2.59999228, 12, 2.39998937)
  4432. p398.BottomSurface = Enum.SurfaceType.Smooth
  4433. p398.TopSurface = Enum.SurfaceType.Smooth
  4434. p399 = Instance.new("Part", m)
  4435. p399.BrickColor = BrickColor.new("Dusty Rose")
  4436. p399.Material = Enum.Material.SmoothPlastic
  4437. p399.CFrame = CFrame.new(13.9676514, 9.35797691, 26.4523315, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4438. p399.Anchored = true
  4439. p399.FormFactor = Enum.FormFactor.Custom
  4440. p399.Size = Vector3.new(18.5999889, 0.200000003, 0.399989128)
  4441. p399.BottomSurface = Enum.SurfaceType.Smooth
  4442. p399.TopSurface = Enum.SurfaceType.Smooth
  4443. p400 = Instance.new("Part", m)
  4444. p400.BrickColor = BrickColor.new("Dark stone grey")
  4445. p400.Material = Enum.Material.Pebble
  4446. p400.CFrame = CFrame.new(14.0558777, 41.9802856, 35.7390137, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4447. p400.Anchored = true
  4448. p400.FormFactor = Enum.FormFactor.Custom
  4449. p400.Size = Vector3.new(42.670002, 1.79999804, 2.79999971)
  4450. p400.BottomSurface = Enum.SurfaceType.Smooth
  4451. p400.TopSurface = Enum.SurfaceType.Smooth
  4452. p401 = Instance.new("Part", m)
  4453. p401.BrickColor = BrickColor.new("Reddish brown")
  4454. p401.Material = Enum.Material.Concrete
  4455. p401.CFrame = CFrame.new(-21.749176, 4.72577858, 33.442627, 0.000582970097, 0.00285563874, 0.999992609, -0.00240225135, 0.999992013, -0.00285413326, -0.999994159, -0.00240058731, 0.000589070609)
  4456. p401.Anchored = true
  4457. p401.FormFactor = Enum.FormFactor.Custom
  4458. p401.Size = Vector3.new(0.200000003, 2.80000019, 1.4000001)
  4459. p401.BottomSurface = Enum.SurfaceType.Smooth
  4460. p401.TopSurface = Enum.SurfaceType.Smooth
  4461. p402 = Instance.new("Part", m)
  4462. p402.BrickColor = BrickColor.new("Medium stone grey")
  4463. p402.Material = Enum.Material.DiamondPlate
  4464. p402.CFrame = CFrame.new(-21.8557129, 4.04500771, 41.3442383, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  4465. p402.Anchored = true
  4466. p402.FormFactor = Enum.FormFactor.Custom
  4467. p402.Size = Vector3.new(2.40001392, 1.40000081, 1.20000005)
  4468. p402.BottomSurface = Enum.SurfaceType.Smooth
  4469. p402.TopSurface = Enum.SurfaceType.Smooth
  4470. p403 = Instance.new("Part", m)
  4471. p403.BrickColor = BrickColor.new("Medium stone grey")
  4472. p403.Material = Enum.Material.Concrete
  4473. p403.CFrame = CFrame.new(10.2640381, 8.73155785, 11.340332, 0.706689656, 0.00285571627, -0.70751375, -0.000319607789, 0.999992311, 0.00371686602, 0.707519054, -0.00240055937, 0.706686199)
  4474. p403.Anchored = true
  4475. p403.FormFactor = Enum.FormFactor.Custom
  4476. p403.Size = Vector3.new(4.99999046, 2.99999928, 1.19998896)
  4477. p403.BottomSurface = Enum.SurfaceType.Smooth
  4478. p403.TopSurface = Enum.SurfaceType.Smooth
  4479. p404 = Instance.new("Part", m)
  4480. p404.BrickColor = BrickColor.new("Sand red")
  4481. p404.Material = Enum.Material.Concrete
  4482. p404.CFrame = CFrame.new(-17.9576111, 1.15897393, 30.5484314, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4483. p404.Anchored = true
  4484. p404.FormFactor = Enum.FormFactor.Custom
  4485. p404.Size = Vector3.new(2.26999044, 1.599998, 9.39999771)
  4486. p404.BottomSurface = Enum.SurfaceType.Smooth
  4487. p404.TopSurface = Enum.SurfaceType.Smooth
  4488. p405 = Instance.new("Part", m)
  4489. p405.BrickColor = BrickColor.new("Dusty Rose")
  4490. p405.Material = Enum.Material.Brick
  4491. p405.CFrame = CFrame.new(7.11993408, 6.03304482, 8.27191162, 0.706689537, 0.00285582361, -0.707513988, -0.000319601502, 0.999992371, 0.00371701922, 0.707519114, -0.00240068324, 0.706686199)
  4492. p405.Anchored = true
  4493. p405.FormFactor = Enum.FormFactor.Custom
  4494. p405.Size = Vector3.new(2.60999203, 12, 2.39998937)
  4495. p405.BottomSurface = Enum.SurfaceType.Smooth
  4496. p405.TopSurface = Enum.SurfaceType.Smooth
  4497. p406 = Instance.new("Part", m)
  4498. p406.BrickColor = BrickColor.new("Brown")
  4499. p406.Material = Enum.Material.Wood
  4500. p406.CFrame = CFrame.new(10.2252808, 3.33252907, 11.3950806, 0.706689596, 0.00285583455, -0.70751375, -0.000319865416, 0.999992073, 0.00371677568, 0.707519054, -0.0024003163, 0.706686199)
  4501. p406.Anchored = true
  4502. p406.CanCollide = false
  4503. p406.FormFactor = Enum.FormFactor.Custom
  4504. p406.Size = Vector3.new(5, 6.59999466, 0.400000006)
  4505. p406.BottomSurface = Enum.SurfaceType.Smooth
  4506. p406.TopSurface = Enum.SurfaceType.Smooth
  4507. p407 = Instance.new("Part", m)
  4508. p407.BrickColor = BrickColor.new("Dusty Rose")
  4509. p407.Material = Enum.Material.SmoothPlastic
  4510. p407.CFrame = CFrame.new(10.1169434, 6.73131752, 11.2035522, 0.706689656, -0.70751375, -0.00285567157, -0.000319581712, 0.00371683156, -0.999992311, 0.707518995, 0.706686258, 0.00240052212)
  4511. p407.Anchored = true
  4512. p407.FormFactor = Enum.FormFactor.Custom
  4513. p407.Size = Vector3.new(4.99999905, 0.800000012, 0.200000003)
  4514. p407.BottomSurface = Enum.SurfaceType.Smooth
  4515. p407.TopSurface = Enum.SurfaceType.Smooth
  4516. p408 = Instance.new("Part", m)
  4517. p408.BrickColor = BrickColor.new("Dark stone grey")
  4518. p408.Material = Enum.Material.Pebble
  4519. p408.CFrame = CFrame.new(10.4435425, 14.1316118, 11.2738037, 0.706689537, 0.00285582361, -0.707513988, -0.000319601502, 0.999992371, 0.00371701922, 0.707519114, -0.00240068324, 0.706686199)
  4520. p408.Anchored = true
  4521. p408.FormFactor = Enum.FormFactor.Custom
  4522. p408.Size = Vector3.new(12.0699911, 0.599997938, 3.19999981)
  4523. p408.BottomSurface = Enum.SurfaceType.Smooth
  4524. p408.TopSurface = Enum.SurfaceType.Smooth
  4525. p409 = Instance.new("Part", m)
  4526. p409.BrickColor = BrickColor.new("Dusty Rose")
  4527. p409.Material = Enum.Material.Brick
  4528. p409.CFrame = CFrame.new(12.2313232, 4.73038673, 13.3309937, 0.706689656, 0.00285571627, -0.70751375, -0.000319607789, 0.999992311, 0.00371686602, 0.707519054, -0.00240055937, 0.706686199)
  4529. p409.Anchored = true
  4530. p409.FormFactor = Enum.FormFactor.Custom
  4531. p409.Size = Vector3.new(0.59999007, 9.3999958, 1.59998918)
  4532. p409.BottomSurface = Enum.SurfaceType.Smooth
  4533. p409.TopSurface = Enum.SurfaceType.Smooth
  4534. p410 = Instance.new("Part", m)
  4535. p410.BrickColor = BrickColor.new("Dark stone grey")
  4536. p410.Material = Enum.Material.DiamondPlate
  4537. p410.CFrame = CFrame.new(-22.351593, 4.83855629, 38.0419922, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  4538. p410.Anchored = true
  4539. p410.FormFactor = Enum.FormFactor.Custom
  4540. p410.Size = Vector3.new(0.200000003, 2.60000038, 0.200000003)
  4541. p410.BottomSurface = Enum.SurfaceType.Smooth
  4542. p410.TopSurface = Enum.SurfaceType.Smooth
  4543. p411 = Instance.new("Part", m)
  4544. p411.BrickColor = BrickColor.new("Dark stone grey")
  4545. p411.Material = Enum.Material.DiamondPlate
  4546. p411.CFrame = CFrame.new(-21.1549988, 4.44446754, 41.9436646, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  4547. p411.Anchored = true
  4548. p411.FormFactor = Enum.FormFactor.Custom
  4549. p411.Size = Vector3.new(0.800013602, 0.200000003, 0.200000003)
  4550. p411.BottomSurface = Enum.SurfaceType.Smooth
  4551. p411.TopSurface = Enum.SurfaceType.Smooth
  4552. p412 = Instance.new("Part", m)
  4553. p412.BrickColor = BrickColor.new("Dusty Rose")
  4554. p412.Material = Enum.Material.Brick
  4555. p412.CFrame = CFrame.new(13.9725342, 10.7574825, 25.848938, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4556. p412.Anchored = true
  4557. p412.FormFactor = Enum.FormFactor.Custom
  4558. p412.Size = Vector3.new(17.399992, 2.59999824, 1.59998918)
  4559. p412.BottomSurface = Enum.SurfaceType.Smooth
  4560. p412.TopSurface = Enum.SurfaceType.Smooth
  4561. p413 = Instance.new("Part", m)
  4562. p413.BrickColor = BrickColor.new("Sand red")
  4563. p413.Material = Enum.Material.Concrete
  4564. p413.CFrame = CFrame.new(-5.99685669, 27.887495, 56.9961853, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4565. p413.Anchored = true
  4566. p413.FormFactor = Enum.FormFactor.Custom
  4567. p413.Size = Vector3.new(0.200000003, 26.6000023, 37.2000084)
  4568. p413.BottomSurface = Enum.SurfaceType.Smooth
  4569. p413.TopSurface = Enum.SurfaceType.Smooth
  4570. p414 = Instance.new("Part", m)
  4571. p414.BrickColor = BrickColor.new("Medium stone grey")
  4572. p414.Material = Enum.Material.Concrete
  4573. p414.CFrame = CFrame.new(-10.1640625, 0.49607113, 38.4594116, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  4574. p414.Anchored = true
  4575. p414.FormFactor = Enum.FormFactor.Custom
  4576. p414.Size = Vector3.new(0.800000012, 0.200000003, 0.800000012)
  4577. p414.BottomSurface = Enum.SurfaceType.Smooth
  4578. p414.TopSurface = Enum.SurfaceType.Smooth
  4579. b127 = Instance.new("CylinderMesh", p414)
  4580. b127.Name = "Mesh"
  4581. p415 = Instance.new("Part", m)
  4582. p415.BrickColor = BrickColor.new("Grime")
  4583. p415.Material = Enum.Material.Concrete
  4584. p415.CFrame = CFrame.new(-13.2720337, 3.46993446, 40.680603, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  4585. p415.Anchored = true
  4586. p415.FormFactor = Enum.FormFactor.Custom
  4587. p415.Size = Vector3.new(2.26999044, 0.200000003, 20.4000092)
  4588. p415.BottomSurface = Enum.SurfaceType.Smooth
  4589. p415.TopSurface = Enum.SurfaceType.Smooth
  4590. p416 = Instance.new("Part", m)
  4591. p416.BrickColor = BrickColor.new("Dark stone grey")
  4592. p416.Material = Enum.Material.Concrete
  4593. p416.CFrame = CFrame.new(8.61730957, 43.541153, 12.9698486, 0.706689537, 0.00285582361, -0.707513988, -0.000319601502, 0.999992371, 0.00371701922, 0.707519114, -0.00240068324, 0.706686199)
  4594. p416.Anchored = true
  4595. p416.FormFactor = Enum.FormFactor.Custom
  4596. p416.Size = Vector3.new(12.2699909, 0.200000003, 8.79999924)
  4597. p416.BottomSurface = Enum.SurfaceType.Smooth
  4598. p416.TopSurface = Enum.SurfaceType.Smooth
  4599. p417 = Instance.new("Part", m)
  4600. p417.BrickColor = BrickColor.new("Reddish brown")
  4601. p417.Material = Enum.Material.Wood
  4602. p417.CFrame = CFrame.new(10.2181702, 3.3325901, 11.4020996, 0.706689596, 0.00285583455, -0.70751375, -0.000319865416, 0.999992073, 0.00371677568, 0.707519054, -0.0024003163, 0.706686199)
  4603. p417.Anchored = true
  4604. p417.CanCollide = false
  4605. p417.FormFactor = Enum.FormFactor.Custom
  4606. p417.Size = Vector3.new(4.20000076, 6.19999456, 0.459999949)
  4607. p417.BottomSurface = Enum.SurfaceType.Smooth
  4608. p417.TopSurface = Enum.SurfaceType.Smooth
  4609. p418 = Instance.new("Part", m)
  4610. p418.BrickColor = BrickColor.new("Dusty Rose")
  4611. p418.Material = Enum.Material.SmoothPlastic
  4612. p418.CFrame = CFrame.new(13.9549561, 6.57662392, 34.4588623, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4613. p418.Anchored = true
  4614. p418.FormFactor = Enum.FormFactor.Custom
  4615. p418.Size = Vector3.new(0.200000003, 7.80000591, 0.399989128)
  4616. p418.BottomSurface = Enum.SurfaceType.Smooth
  4617. p418.TopSurface = Enum.SurfaceType.Smooth
  4618. p419 = Instance.new("Part", m)
  4619. p419.BrickColor = BrickColor.new("Grime")
  4620. p419.Material = Enum.Material.Concrete
  4621. p419.CFrame = CFrame.new(-13.2510986, 3.44553566, 30.5456543, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4622. p419.Anchored = true
  4623. p419.FormFactor = Enum.FormFactor.Custom
  4624. p419.Size = Vector3.new(2.26999044, 0.200000003, 2.39999795)
  4625. p419.BottomSurface = Enum.SurfaceType.Smooth
  4626. p419.TopSurface = Enum.SurfaceType.Smooth
  4627. b128 = Instance.new("CylinderMesh", p419)
  4628. b128.Name = "Mesh"
  4629. p420 = Instance.new("Part", m)
  4630. p420.BrickColor = BrickColor.new("Dark stone grey")
  4631. p420.Material = Enum.Material.DiamondPlate
  4632. p420.CFrame = CFrame.new(-21.7489624, 4.82627296, 33.6424866, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  4633. p420.Anchored = true
  4634. p420.FormFactor = Enum.FormFactor.Custom
  4635. p420.Size = Vector3.new(0.200000003, 2.60000038, 1.4000001)
  4636. p420.BottomSurface = Enum.SurfaceType.Smooth
  4637. p420.TopSurface = Enum.SurfaceType.Smooth
  4638. p421 = Instance.new("Part", m)
  4639. p421.BrickColor = BrickColor.new("Dusty Rose")
  4640. p421.Material = Enum.Material.Brick
  4641. p421.CFrame = CFrame.new(-23.6441345, 6.17826271, 31.9378967, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4642. p421.Anchored = true
  4643. p421.FormFactor = Enum.FormFactor.Custom
  4644. p421.Size = Vector3.new(45.9999924, 11.9999962, 1.59998918)
  4645. p421.BottomSurface = Enum.SurfaceType.Smooth
  4646. p421.TopSurface = Enum.SurfaceType.Smooth
  4647. p422 = Instance.new("Part", m)
  4648. p422.BrickColor = BrickColor.new("Dusty Rose")
  4649. p422.Material = Enum.Material.SmoothPlastic
  4650. p422.CFrame = CFrame.new(0.869781494, 6.04989052, 7.75268555, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  4651. p422.Anchored = true
  4652. p422.FormFactor = Enum.FormFactor.Custom
  4653. p422.Size = Vector3.new(0.200000003, 6.40000105, 0.399989128)
  4654. p422.BottomSurface = Enum.SurfaceType.Smooth
  4655. p422.TopSurface = Enum.SurfaceType.Smooth
  4656. p423 = Instance.new("Part", m)
  4657. p423.BrickColor = BrickColor.new("Medium stone grey")
  4658. p423.Material = Enum.Material.Brick
  4659. p423.CFrame = CFrame.new(10.5263367, 43.1314697, 11.2041626, 0.706689537, 0.00285582361, -0.707513988, -0.000319601502, 0.999992371, 0.00371701922, 0.707519114, -0.00240068324, 0.706686199)
  4660. p423.Anchored = true
  4661. p423.FormFactor = Enum.FormFactor.Custom
  4662. p423.Size = Vector3.new(12.0699911, 0.599997938, 3.19999981)
  4663. p423.BottomSurface = Enum.SurfaceType.Smooth
  4664. p423.TopSurface = Enum.SurfaceType.Smooth
  4665. p424 = Instance.new("Part", m)
  4666. p424.BrickColor = BrickColor.new("Dark stone grey")
  4667. p424.Material = Enum.Material.DiamondPlate
  4668. p424.CFrame = CFrame.new(-22.3514404, 4.43322182, 35.8430176, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  4669. p424.Anchored = true
  4670. p424.FormFactor = Enum.FormFactor.Custom
  4671. p424.Size = Vector3.new(4.60001373, 0.200000003, 0.200000003)
  4672. p424.BottomSurface = Enum.SurfaceType.Smooth
  4673. p424.TopSurface = Enum.SurfaceType.Smooth
  4674. p425 = Instance.new("Seat", m)
  4675. p425.BrickColor = BrickColor.new("Sand red")
  4676. p425.Transparency = 1
  4677. p425.CFrame = CFrame.new(-10.1565552, 2.28652334, 34.4550781, 0.000582925277, 0.00285565224, 0.999992847, -0.0024022474, 0.999992371, -0.00285412627, -0.999994338, -0.00240059383, 0.000589011179)
  4678. p425.Anchored = true
  4679. p425.FormFactor = Enum.FormFactor.Custom
  4680. p425.Size = Vector3.new(1.19999933, 0.200000003, 2)
  4681. p425.FrontSurface = Enum.SurfaceType.Hinge
  4682. p426 = Instance.new("Seat", m)
  4683. p426.BrickColor = BrickColor.new("Sand red")
  4684. p426.Transparency = 1
  4685. p426.CFrame = CFrame.new(-10.1589355, 2.29612112, 38.4550781, 0.000582925277, 0.00285565224, 0.999992847, -0.0024022474, 0.999992371, -0.00285412627, -0.999994338, -0.00240059383, 0.000589011179)
  4686. p426.Anchored = true
  4687. p426.FormFactor = Enum.FormFactor.Custom
  4688. p426.Size = Vector3.new(1.19999933, 0.200000003, 2)
  4689. p426.FrontSurface = Enum.SurfaceType.Hinge
  4690. p427 = Instance.new("Part", m)
  4691. p427.BrickColor = BrickColor.new("Dusty Rose")
  4692. p427.Material = Enum.Material.Brick
  4693. p427.CFrame = CFrame.new(10.2591553, 7.03139687, 11.3444214, 0.706689656, 0.00285571627, -0.70751375, -0.000319607789, 0.999992311, 0.00371686602, 0.707519054, -0.00240055937, 0.706686199)
  4694. p427.Anchored = true
  4695. p427.FormFactor = Enum.FormFactor.Custom
  4696. p427.Size = Vector3.new(4.99999046, 0.400000006, 1.59998918)
  4697. p427.BottomSurface = Enum.SurfaceType.Smooth
  4698. p427.TopSurface = Enum.SurfaceType.Smooth
  4699. p428 = Instance.new("Part", m)
  4700. p428.BrickColor = BrickColor.new("Brick yellow")
  4701. p428.Material = Enum.Material.Concrete
  4702. p428.CFrame = CFrame.new(-17.8533936, 2.65867019, 30.5448914, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4703. p428.Anchored = true
  4704. p428.FormFactor = Enum.FormFactor.Custom
  4705. p428.Size = Vector3.new(1.86999035, 1.39999795, 9.1999979)
  4706. p428.BottomSurface = Enum.SurfaceType.Smooth
  4707. p428.TopSurface = Enum.SurfaceType.Smooth
  4708. p429 = Instance.new("Part", m)
  4709. p429.BrickColor = BrickColor.new("Brick yellow")
  4710. p429.Material = Enum.Material.Concrete
  4711. p429.CFrame = CFrame.new(-13.2745667, 2.56968093, 40.5827942, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  4712. p429.Anchored = true
  4713. p429.FormFactor = Enum.FormFactor.Custom
  4714. p429.Size = Vector3.new(1.86999035, 1.599998, 20.2000084)
  4715. p429.BottomSurface = Enum.SurfaceType.Smooth
  4716. p429.TopSurface = Enum.SurfaceType.Smooth
  4717. p430 = Instance.new("Part", m)
  4718. p430.BrickColor = BrickColor.new("Dusty Rose")
  4719. p430.Material = Enum.Material.SmoothPlastic
  4720. p430.CFrame = CFrame.new(13.9490967, 2.75597548, 25.9682007, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4721. p430.Anchored = true
  4722. p430.FormFactor = Enum.FormFactor.Custom
  4723. p430.Size = Vector3.new(17.1999912, 0.200000003, 0.399989128)
  4724. p430.BottomSurface = Enum.SurfaceType.Smooth
  4725. p430.TopSurface = Enum.SurfaceType.Smooth
  4726. p431 = Instance.new("Part", m)
  4727. p431.BrickColor = BrickColor.new("Dusty Rose")
  4728. p431.Material = Enum.Material.SmoothPlastic
  4729. p431.CFrame = CFrame.new(13.962738, 5.73526955, 17.2609863, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4730. p431.Anchored = true
  4731. p431.FormFactor = Enum.FormFactor.Custom
  4732. p431.Size = Vector3.new(0.200000003, 7.40000486, 0.399989128)
  4733. p431.BottomSurface = Enum.SurfaceType.Smooth
  4734. p431.TopSurface = Enum.SurfaceType.Smooth
  4735. p432 = Instance.new("Part", m)
  4736. p432.BrickColor = BrickColor.new("Sand red")
  4737. p432.Material = Enum.Material.Concrete
  4738. p432.CFrame = CFrame.new(10.3467407, 27.7313824, 11.3230591, 0.706689477, 0.00285581616, -0.707513928, -0.000319605693, 0.999992371, 0.00371700851, 0.707519114, -0.00240067206, 0.706686139)
  4739. p432.Anchored = true
  4740. p432.FormFactor = Enum.FormFactor.Custom
  4741. p432.Size = Vector3.new(11.6199875, 26.5999908, 2.79999971)
  4742. p432.BottomSurface = Enum.SurfaceType.Smooth
  4743. p432.TopSurface = Enum.SurfaceType.Smooth
  4744. p433 = Instance.new("Part", m)
  4745. p433.BrickColor = BrickColor.new("Dark stone grey")
  4746. p433.Material = Enum.Material.Pebble
  4747. p433.CFrame = CFrame.new(-23.6243286, 13.0781145, 31.7565002, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4748. p433.Anchored = true
  4749. p433.FormFactor = Enum.FormFactor.Custom
  4750. p433.Size = Vector3.new(45.2700005, 1.79999804, 2.80001736)
  4751. p433.BottomSurface = Enum.SurfaceType.Smooth
  4752. p433.TopSurface = Enum.SurfaceType.Smooth
  4753. p434 = Instance.new("Part", m)
  4754. p434.BrickColor = BrickColor.new("Brick yellow")
  4755. p434.Material = Enum.Material.WoodPlanks
  4756. p434.CFrame = CFrame.new(7.64456177, 0.145286918, 13.6392822, 0.706689537, 0.00285582361, -0.707513988, -0.000319601502, 0.999992371, 0.00371701922, 0.707519114, -0.00240068324, 0.706686199)
  4757. p434.Anchored = true
  4758. p434.FormFactor = Enum.FormFactor.Custom
  4759. p434.Size = Vector3.new(12.6699905, 0.200000003, 6.79999876)
  4760. p434.BottomSurface = Enum.SurfaceType.Smooth
  4761. p434.TopSurface = Enum.SurfaceType.Smooth
  4762. p435 = Instance.new("Part", m)
  4763. p435.BrickColor = BrickColor.new("Brick yellow")
  4764. p435.Material = Enum.Material.Concrete
  4765. p435.CFrame = CFrame.new(-10.1698303, 1.99614847, 38.4557495, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  4766. p435.Anchored = true
  4767. p435.FormFactor = Enum.FormFactor.Custom
  4768. p435.Size = Vector3.new(2.1400001, 0.200000003, 2.06000042)
  4769. p435.BottomSurface = Enum.SurfaceType.Smooth
  4770. p435.TopSurface = Enum.SurfaceType.Smooth
  4771. b129 = Instance.new("CylinderMesh", p435)
  4772. b129.Name = "Mesh"
  4773. p436 = Instance.new("Part", m)
  4774. p436.BrickColor = BrickColor.new("Dark stone grey")
  4775. p436.Material = Enum.Material.DiamondPlate
  4776. p436.CFrame = CFrame.new(-22.3525696, 4.03321266, 35.8439331, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  4777. p436.Anchored = true
  4778. p436.FormFactor = Enum.FormFactor.Custom
  4779. p436.Size = Vector3.new(4.60001373, 0.200000003, 0.200000003)
  4780. p436.BottomSurface = Enum.SurfaceType.Smooth
  4781. p436.TopSurface = Enum.SurfaceType.Smooth
  4782. p437 = Instance.new("Part", m)
  4783. p437.BrickColor = BrickColor.new("Sand red")
  4784. p437.Material = Enum.Material.Concrete
  4785. p437.CFrame = CFrame.new(13.3335571, 0.930229425, 14.4545288, 0.706689477, 0.00285581616, -0.707513928, -0.000319605693, 0.999992371, 0.00371700851, 0.707519114, -0.00240067206, 0.706686139)
  4786. p437.Anchored = true
  4787. p437.FormFactor = Enum.FormFactor.Custom
  4788. p437.Size = Vector3.new(2.94999003, 1.79999804, 2.79999971)
  4789. p437.BottomSurface = Enum.SurfaceType.Smooth
  4790. p437.TopSurface = Enum.SurfaceType.Smooth
  4791. p438 = Instance.new("Part", m)
  4792. p438.BrickColor = BrickColor.new("Medium stone grey")
  4793. p438.Material = Enum.Material.Concrete
  4794. p438.CFrame = CFrame.new(-10.1620483, 1.19509149, 38.4577332, -0.999992847, 0.00285565224, 0.000583000132, 0.00285412814, 0.999992371, -0.00240225391, -0.000589070667, -0.00240059383, -0.999994338)
  4795. p438.Anchored = true
  4796. p438.FormFactor = Enum.FormFactor.Custom
  4797. p438.Size = Vector3.new(0.400000006, 1.20000076, 0.400000006)
  4798. p438.BottomSurface = Enum.SurfaceType.Smooth
  4799. p438.TopSurface = Enum.SurfaceType.Smooth
  4800. b130 = Instance.new("CylinderMesh", p438)
  4801. b130.Name = "Mesh"
  4802. p439 = Instance.new("Part", m)
  4803. p439.BrickColor = BrickColor.new("Dark stone grey")
  4804. p439.Material = Enum.Material.Pebble
  4805. p439.CFrame = CFrame.new(-23.8559265, 14.2786608, 31.7185364, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  4806. p439.Anchored = true
  4807. p439.FormFactor = Enum.FormFactor.Custom
  4808. p439.Size = Vector3.new(3.26999068, 0.599997938, 45.2000122)
  4809. p439.BottomSurface = Enum.SurfaceType.Smooth
  4810. p439.TopSurface = Enum.SurfaceType.Smooth
  4811. p440 = Instance.new("Part", m)
  4812. p440.BrickColor = BrickColor.new("Dusty Rose")
  4813. p440.Material = Enum.Material.Brick
  4814. p440.CFrame = CFrame.new(8.25042725, 4.73241615, 9.41070557, 0.706689656, 0.00285571627, -0.70751375, -0.000319607789, 0.999992311, 0.00371686602, 0.707519054, -0.00240055937, 0.706686199)
  4815. p440.Anchored = true
  4816. p440.FormFactor = Enum.FormFactor.Custom
  4817. p440.Size = Vector3.new(0.59999007, 9.3999958, 1.59998918)
  4818. p440.BottomSurface = Enum.SurfaceType.Smooth
  4819. p440.TopSurface = Enum.SurfaceType.Smooth
  4820. p441 = Instance.new("Part", m)
  4821. p441.BrickColor = BrickColor.new("Pastel yellow")
  4822. p441.Material = Enum.Material.Fabric
  4823. p441.CFrame = CFrame.new(-0.760803223, 0.252601951, 31.6956787, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  4824. p441.Anchored = true
  4825. p441.FormFactor = Enum.FormFactor.Custom
  4826. p441.Size = Vector3.new(14.5999889, 0.200000003, 46.0000038)
  4827. p441.BottomSurface = Enum.SurfaceType.Smooth
  4828. p441.TopSurface = Enum.SurfaceType.Smooth
  4829. p442 = Instance.new("Part", m)
  4830. p442.BrickColor = BrickColor.new("Dusty Rose")
  4831. p442.Material = Enum.Material.Concrete
  4832. p442.Reflectance = 0.20000000298023
  4833. p442.CFrame = CFrame.new(-10.1597595, 1.99611795, 38.4558105, -0.999992847, -0.00285560009, -0.000583045126, 0.00285403873, -0.999992371, 0.00240225228, -0.000589072471, 0.00240054913, 0.999994397)
  4834. p442.Anchored = true
  4835. p442.FormFactor = Enum.FormFactor.Custom
  4836. p442.Size = Vector3.new(2.00001645, 0.399999976, 2)
  4837. p442.BottomSurface = Enum.SurfaceType.Smooth
  4838. p442.TopSurface = Enum.SurfaceType.Smooth
  4839. b131 = Instance.new("CylinderMesh", p442)
  4840. b131.Name = "Mesh"
  4841. p443 = Instance.new("Part", m)
  4842. p443.BrickColor = BrickColor.new("Dark stone grey")
  4843. p443.Material = Enum.Material.Pebble
  4844. p443.CFrame = CFrame.new(10.3814087, 41.9322205, 11.3484497, 0.706689537, 0.00285582361, -0.707513988, -0.000319601502, 0.999992371, 0.00371701922, 0.707519114, -0.00240068324, 0.706686199)
  4845. p443.Anchored = true
  4846. p443.FormFactor = Enum.FormFactor.Custom
  4847. p443.Size = Vector3.new(11.6699915, 1.79999804, 2.79999971)
  4848. p443.BottomSurface = Enum.SurfaceType.Smooth
  4849. p443.TopSurface = Enum.SurfaceType.Smooth
  4850. p444 = Instance.new("Part", m)
  4851. p444.BrickColor = BrickColor.new("Grime")
  4852. p444.Material = Enum.Material.Concrete
  4853. p444.CFrame = CFrame.new(-17.9510803, 3.45896339, 30.5429382, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4854. p444.Anchored = true
  4855. p444.FormFactor = Enum.FormFactor.Custom
  4856. p444.Size = Vector3.new(2.26999044, 0.200000003, 9.39999771)
  4857. p444.BottomSurface = Enum.SurfaceType.Smooth
  4858. p444.TopSurface = Enum.SurfaceType.Smooth
  4859. p445 = Instance.new("Part", m)
  4860. p445.BrickColor = BrickColor.new("Dark stone grey")
  4861. p445.Material = Enum.Material.DiamondPlate
  4862. p445.CFrame = CFrame.new(-22.3491211, 5.23325539, 35.8410645, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  4863. p445.Anchored = true
  4864. p445.FormFactor = Enum.FormFactor.Custom
  4865. p445.Size = Vector3.new(4.60001373, 0.200000003, 0.200000003)
  4866. p445.BottomSurface = Enum.SurfaceType.Smooth
  4867. p445.TopSurface = Enum.SurfaceType.Smooth
  4868. p446 = Instance.new("Part", m)
  4869. p446.BrickColor = BrickColor.new("Sand red")
  4870. p446.Material = Enum.Material.Concrete
  4871. p446.CFrame = CFrame.new(8.38095093, 0.932396173, 9.5612793, 0.706689477, 0.00285581616, -0.707513928, -0.000319605693, 0.999992371, 0.00371700851, 0.707519114, -0.00240067206, 0.706686139)
  4872. p446.Anchored = true
  4873. p446.FormFactor = Enum.FormFactor.Custom
  4874. p446.Size = Vector3.new(0.600000024, 1.79999804, 1.99999952)
  4875. p446.BottomSurface = Enum.SurfaceType.Smooth
  4876. p446.TopSurface = Enum.SurfaceType.Smooth
  4877. p447 = Instance.new("Part", m)
  4878. p447.BrickColor = BrickColor.new("Medium stone grey")
  4879. p447.Material = Enum.Material.SmoothPlastic
  4880. p447.Reflectance = 0.20000000298023
  4881. p447.Transparency = 0.5
  4882. p447.CFrame = CFrame.new(13.9788513, 6.05802345, 26.3601685, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4883. p447.Anchored = true
  4884. p447.FormFactor = Enum.FormFactor.Custom
  4885. p447.Size = Vector3.new(18.0000229, 6.80000496, 0.200000003)
  4886. p447.BottomSurface = Enum.SurfaceType.Smooth
  4887. p447.TopSurface = Enum.SurfaceType.Smooth
  4888. p448 = Instance.new("Part", m)
  4889. p448.BrickColor = BrickColor.new("Dusty Rose")
  4890. p448.Material = Enum.Material.SmoothPlastic
  4891. p448.CFrame = CFrame.new(8.53106689, 4.03229713, 9.69537354, 0.706689715, -0.70751363, -0.00285569415, -0.000319564599, 0.00371687044, -0.999992192, 0.707518935, 0.706686199, 0.00240054168)
  4892. p448.Anchored = true
  4893. p448.FormFactor = Enum.FormFactor.Custom
  4894. p448.Size = Vector3.new(0.200000003, 0.800000012, 5.19998789)
  4895. p448.BottomSurface = Enum.SurfaceType.Smooth
  4896. p448.TopSurface = Enum.SurfaceType.Smooth
  4897. p449 = Instance.new("Part", m)
  4898. p449.BrickColor = BrickColor.new("Sand red")
  4899. p449.Material = Enum.Material.Concrete
  4900. p449.CFrame = CFrame.new(-13.2576294, 1.14556146, 30.5511475, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4901. p449.Anchored = true
  4902. p449.FormFactor = Enum.FormFactor.Custom
  4903. p449.Size = Vector3.new(2.26999044, 1.599998, 2.39999795)
  4904. p449.BottomSurface = Enum.SurfaceType.Smooth
  4905. p449.TopSurface = Enum.SurfaceType.Smooth
  4906. b132 = Instance.new("CylinderMesh", p449)
  4907. b132.Name = "Mesh"
  4908. p450 = Instance.new("Seat", m)
  4909. p450.BrickColor = BrickColor.new("Sand red")
  4910. p450.Transparency = 1
  4911. p450.CFrame = CFrame.new(9.23294067, 2.0300231, 50.7971497, 0.999992847, 0.00285565224, -0.000582820969, -0.00285412627, 0.999992371, 0.00240224763, 0.000589011179, -0.00240059383, 0.999994397)
  4912. p450.Anchored = true
  4913. p450.FormFactor = Enum.FormFactor.Custom
  4914. p450.Size = Vector3.new(1.39999938, 0.200000003, 1.39999986)
  4915. p450.FrontSurface = Enum.SurfaceType.Hinge
  4916. p451 = Instance.new("Seat", m)
  4917. p451.BrickColor = BrickColor.new("Sand red")
  4918. p451.Transparency = 1
  4919. p451.CFrame = CFrame.new(9.16677856, 2.01436758, 44.1972046, -0.999992847, 0.00285565224, 0.000582820969, 0.00285412627, 0.999992371, -0.00240224763, -0.000589011179, -0.00240059383, -0.999994397)
  4920. p451.Anchored = true
  4921. p451.FormFactor = Enum.FormFactor.Custom
  4922. p451.Size = Vector3.new(1.39999938, 0.200000003, 1.39999986)
  4923. p451.FrontSurface = Enum.SurfaceType.Hinge
  4924. p452 = Instance.new("Part", m)
  4925. p452.BrickColor = BrickColor.new("Dark stone grey")
  4926. p452.Material = Enum.Material.DiamondPlate
  4927. p452.CFrame = CFrame.new(-21.1525879, 5.85123634, 44.7402344, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  4928. p452.Anchored = true
  4929. p452.FormFactor = Enum.FormFactor.Custom
  4930. p452.Size = Vector3.new(0.800013602, 0.200000003, 0.200000003)
  4931. p452.BottomSurface = Enum.SurfaceType.Smooth
  4932. p452.TopSurface = Enum.SurfaceType.Smooth
  4933. p453 = Instance.new("Part", m)
  4934. p453.BrickColor = BrickColor.new("Dark stone grey")
  4935. p453.Material = Enum.Material.DiamondPlate
  4936. p453.CFrame = CFrame.new(-21.1566162, 4.45118141, 44.7435913, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  4937. p453.Anchored = true
  4938. p453.FormFactor = Enum.FormFactor.Custom
  4939. p453.Size = Vector3.new(0.800013602, 0.200000003, 0.200000003)
  4940. p453.BottomSurface = Enum.SurfaceType.Smooth
  4941. p453.TopSurface = Enum.SurfaceType.Smooth
  4942. p454 = Instance.new("Part", m)
  4943. p454.BrickColor = BrickColor.new("Dark stone grey")
  4944. p454.Material = Enum.Material.DiamondPlate
  4945. p454.CFrame = CFrame.new(-21.7527161, 6.25821877, 46.9388428, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  4946. p454.Anchored = true
  4947. p454.FormFactor = Enum.FormFactor.Custom
  4948. p454.Size = Vector3.new(2.80001402, 0.200000003, 1.4000001)
  4949. p454.BottomSurface = Enum.SurfaceType.Smooth
  4950. p454.TopSurface = Enum.SurfaceType.Smooth
  4951. p455 = Instance.new("Part", m)
  4952. p455.BrickColor = BrickColor.new("Medium stone grey")
  4953. p455.Material = Enum.Material.DiamondPlate
  4954. p455.CFrame = CFrame.new(-21.8510437, 6.85848427, 46.9373474, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  4955. p455.Anchored = true
  4956. p455.FormFactor = Enum.FormFactor.Custom
  4957. p455.Size = Vector3.new(2.40001392, 1.40000081, 1.20000005)
  4958. p455.BottomSurface = Enum.SurfaceType.Smooth
  4959. p455.TopSurface = Enum.SurfaceType.Smooth
  4960. p456 = Instance.new("Part", m)
  4961. p456.BrickColor = BrickColor.new("Sand red")
  4962. p456.Material = Enum.Material.Concrete
  4963. p456.CFrame = CFrame.new(-13.278595, 1.169945, 40.6860962, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  4964. p456.Anchored = true
  4965. p456.FormFactor = Enum.FormFactor.Custom
  4966. p456.Size = Vector3.new(2.26999044, 1.599998, 20.4000092)
  4967. p456.BottomSurface = Enum.SurfaceType.Smooth
  4968. p456.TopSurface = Enum.SurfaceType.Smooth
  4969. p457 = Instance.new("Part", m)
  4970. p457.BrickColor = BrickColor.new("Reddish brown")
  4971. p457.Material = Enum.Material.Concrete
  4972. p457.CFrame = CFrame.new(-21.7578735, 4.76180458, 48.4424438, 0.000582970097, 0.00285563874, 0.999992609, -0.00240225135, 0.999992013, -0.00285413326, -0.999994159, -0.00240058731, 0.000589070609)
  4973. p457.Anchored = true
  4974. p457.FormFactor = Enum.FormFactor.Custom
  4975. p457.Size = Vector3.new(0.200000003, 2.80000019, 1.4000001)
  4976. p457.BottomSurface = Enum.SurfaceType.Smooth
  4977. p457.TopSurface = Enum.SurfaceType.Smooth
  4978. p458 = Instance.new("Part", m)
  4979. p458.BrickColor = BrickColor.new("Reddish brown")
  4980. p458.Material = Enum.Material.Concrete
  4981. p458.CFrame = CFrame.new(-21.7615051, 1.94405496, 40.9492188, 0.000582970097, 0.00285563874, 0.999992609, -0.00240225135, 0.999992013, -0.00285413326, -0.999994159, -0.00240058731, 0.000589070609)
  4982. p458.Anchored = true
  4983. p458.FormFactor = Enum.FormFactor.Custom
  4984. p458.Size = Vector3.new(15.1999969, 2.80000019, 1.4000001)
  4985. p458.BottomSurface = Enum.SurfaceType.Smooth
  4986. p458.TopSurface = Enum.SurfaceType.Smooth
  4987. p459 = Instance.new("Part", m)
  4988. p459.BrickColor = BrickColor.new("Dark stone grey")
  4989. p459.Material = Enum.Material.Pebble
  4990. p459.CFrame = CFrame.new(-4.83505249, 14.2816057, 55.9645081, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  4991. p459.Anchored = true
  4992. p459.FormFactor = Enum.FormFactor.Custom
  4993. p459.Size = Vector3.new(3.26999903, 0.599997938, 41.2000008)
  4994. p459.BottomSurface = Enum.SurfaceType.Smooth
  4995. p459.TopSurface = Enum.SurfaceType.Smooth
  4996. p460 = Instance.new("Part", m)
  4997. p460.BrickColor = BrickColor.new("Dusty Rose")
  4998. p460.Material = Enum.Material.Brick
  4999. p460.CFrame = CFrame.new(-5.85614014, 6.88396645, 55.7467346, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  5000. p460.Anchored = true
  5001. p460.FormFactor = Enum.FormFactor.Custom
  5002. p460.Size = Vector3.new(37.1999931, 10.5999947, 1.59998918)
  5003. p460.BottomSurface = Enum.SurfaceType.Smooth
  5004. p460.TopSurface = Enum.SurfaceType.Smooth
  5005. p461 = Instance.new("Part", m)
  5006. p461.BrickColor = BrickColor.new("Dark stone grey")
  5007. p461.Material = Enum.Material.DiamondPlate
  5008. p461.CFrame = CFrame.new(-21.7574768, 3.44475746, 41.3457031, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  5009. p461.Anchored = true
  5010. p461.FormFactor = Enum.FormFactor.Custom
  5011. p461.Size = Vector3.new(2.80001402, 0.200000003, 1.4000001)
  5012. p461.BottomSurface = Enum.SurfaceType.Smooth
  5013. p461.TopSurface = Enum.SurfaceType.Smooth
  5014. p462 = Instance.new("Part", m)
  5015. p462.BrickColor = BrickColor.new("Medium stone grey")
  5016. p462.Material = Enum.Material.DiamondPlate
  5017. p462.CFrame = CFrame.new(-21.8534241, 5.45176125, 44.1408691, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  5018. p462.Anchored = true
  5019. p462.FormFactor = Enum.FormFactor.Custom
  5020. p462.Size = Vector3.new(2.40001392, 1.40000081, 1.20000005)
  5021. p462.BottomSurface = Enum.SurfaceType.Smooth
  5022. p462.TopSurface = Enum.SurfaceType.Smooth
  5023. p463 = Instance.new("Part", m)
  5024. p463.BrickColor = BrickColor.new("Dark stone grey")
  5025. p463.Material = Enum.Material.DiamondPlate
  5026. p463.CFrame = CFrame.new(-21.7550659, 4.85149574, 44.142334, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  5027. p463.Anchored = true
  5028. p463.FormFactor = Enum.FormFactor.Custom
  5029. p463.Size = Vector3.new(2.80001402, 0.200000003, 1.4000001)
  5030. p463.BottomSurface = Enum.SurfaceType.Smooth
  5031. p463.TopSurface = Enum.SurfaceType.Smooth
  5032. p464 = Instance.new("Part", m)
  5033. p464.BrickColor = BrickColor.new("Sand red")
  5034. p464.Material = Enum.Material.Concrete
  5035. p464.CFrame = CFrame.new(13.9328308, 1.00482965, 45.8721008, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  5036. p464.Anchored = true
  5037. p464.FormFactor = Enum.FormFactor.Custom
  5038. p464.Size = Vector3.new(17.399992, 1.79999804, 2.00000024)
  5039. p464.BottomSurface = Enum.SurfaceType.Smooth
  5040. p464.TopSurface = Enum.SurfaceType.Smooth
  5041. p465 = Instance.new("Part", m)
  5042. p465.BrickColor = BrickColor.new("Dark stone grey")
  5043. p465.Material = Enum.Material.DiamondPlate
  5044. p465.CFrame = CFrame.new(-21.7510986, 6.2515049, 44.1389771, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  5045. p465.Anchored = true
  5046. p465.FormFactor = Enum.FormFactor.Custom
  5047. p465.Size = Vector3.new(2.80001402, 0.200000003, 1.4000001)
  5048. p465.BottomSurface = Enum.SurfaceType.Smooth
  5049. p465.TopSurface = Enum.SurfaceType.Smooth
  5050. p466 = Instance.new("Part", m)
  5051. p466.BrickColor = BrickColor.new("Dark stone grey")
  5052. p466.Material = Enum.Material.Pebble
  5053. p466.CFrame = CFrame.new(-6.23834229, 13.0850573, 55.7315369, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  5054. p466.Anchored = true
  5055. p466.FormFactor = Enum.FormFactor.Custom
  5056. p466.Size = Vector3.new(2.80000043, 1.79999804, 37.5999985)
  5057. p466.BottomSurface = Enum.SurfaceType.Smooth
  5058. p466.TopSurface = Enum.SurfaceType.Smooth
  5059. p467 = Instance.new("Seat", m)
  5060. p467.BrickColor = BrickColor.new("Sand red")
  5061. p467.Transparency = 1
  5062. p467.CFrame = CFrame.new(-10.161499, 2.3066802, 42.8549805, 0.000582925277, 0.00285565224, 0.999992847, -0.0024022474, 0.999992371, -0.00285412627, -0.999994338, -0.00240059383, 0.000589011179)
  5063. p467.Anchored = true
  5064. p467.FormFactor = Enum.FormFactor.Custom
  5065. p467.Size = Vector3.new(1.19999933, 0.200000003, 2)
  5066. p467.FrontSurface = Enum.SurfaceType.Hinge
  5067. p468 = Instance.new("Seat", m)
  5068. p468.BrickColor = BrickColor.new("Sand red")
  5069. p468.Transparency = 1
  5070. p468.CFrame = CFrame.new(-10.1638184, 2.3163085, 46.8549805, 0.000582925277, 0.00285565224, 0.999992847, -0.0024022474, 0.999992371, -0.00285412627, -0.999994338, -0.00240059383, 0.000589011179)
  5071. p468.Anchored = true
  5072. p468.FormFactor = Enum.FormFactor.Custom
  5073. p468.Size = Vector3.new(1.19999933, 0.200000003, 2)
  5074. p468.FrontSurface = Enum.SurfaceType.Hinge
  5075. p469 = Instance.new("Part", m)
  5076. p469.BrickColor = BrickColor.new("Dark stone grey")
  5077. p469.Material = Enum.Material.DiamondPlate
  5078. p469.CFrame = CFrame.new(-21.7590942, 3.45148659, 44.1457214, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  5079. p469.Anchored = true
  5080. p469.FormFactor = Enum.FormFactor.Custom
  5081. p469.Size = Vector3.new(2.80001402, 0.200000003, 1.4000001)
  5082. p469.BottomSurface = Enum.SurfaceType.Smooth
  5083. p469.TopSurface = Enum.SurfaceType.Smooth
  5084. p470 = Instance.new("Part", m)
  5085. p470.BrickColor = BrickColor.new("Dark stone grey")
  5086. p470.Material = Enum.Material.DiamondPlate
  5087. p470.CFrame = CFrame.new(-21.1502686, 7.25792885, 47.5368347, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  5088. p470.Anchored = true
  5089. p470.FormFactor = Enum.FormFactor.Custom
  5090. p470.Size = Vector3.new(0.800013602, 0.200000003, 0.200000003)
  5091. p470.BottomSurface = Enum.SurfaceType.Smooth
  5092. p470.TopSurface = Enum.SurfaceType.Smooth
  5093. p471 = Instance.new("Part", m)
  5094. p471.BrickColor = BrickColor.new("Brick yellow")
  5095. p471.Material = Enum.Material.Concrete
  5096. p471.CFrame = CFrame.new(-21.6638184, 1.14383721, 40.9511719, -0.999991953, 0.00285563571, 0.000582938781, 0.00285412651, 0.999990523, -0.00240224437, -0.000589070958, -0.00240059011, -0.999993324)
  5097. p471.Anchored = true
  5098. p471.FormFactor = Enum.FormFactor.Custom
  5099. p471.Size = Vector3.new(1.60000014, 1.19999981, 15.6000023)
  5100. p471.BottomSurface = Enum.SurfaceType.Smooth
  5101. p471.TopSurface = Enum.SurfaceType.Smooth
  5102. p472 = Instance.new("Part", m)
  5103. p472.BrickColor = BrickColor.new("Dusty Rose")
  5104. p472.Material = Enum.Material.Brick
  5105. p472.CFrame = CFrame.new(13.9416504, 6.12771034, 55.8598633, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  5106. p472.Anchored = true
  5107. p472.FormFactor = Enum.FormFactor.Custom
  5108. p472.Size = Vector3.new(2.59999228, 12.0000038, 2.40000606)
  5109. p472.BottomSurface = Enum.SurfaceType.Smooth
  5110. p472.TopSurface = Enum.SurfaceType.Smooth
  5111. p473 = Instance.new("Part", m)
  5112. p473.BrickColor = BrickColor.new("Medium stone grey")
  5113. p473.Material = Enum.Material.DiamondPlate
  5114. p473.CFrame = CFrame.new(-21.8573608, 4.05172157, 44.1441956, 0.000583000132, 0.00285565224, 0.999992847, -0.00240225391, 0.999992371, -0.00285412814, -0.999994338, -0.00240059383, 0.000589070667)
  5115. p473.Anchored = true
  5116. p473.FormFactor = Enum.FormFactor.Custom
  5117. p473.Size = Vector3.new(2.40001392, 1.40000081, 1.20000005)
  5118. p473.BottomSurface = Enum.SurfaceType.Smooth
  5119. p473.TopSurface = Enum.SurfaceType.Smooth
  5120. p474 = Instance.new("Part", m)
  5121. p474.BrickColor = BrickColor.new("Sand red")
  5122. p474.Material = Enum.Material.Concrete
  5123. p474.CFrame = CFrame.new(13.927124, 1.02796197, 55.8720703, -0.000583000307, 0.00285565224, -0.999992847, 0.00240225764, 0.999992371, 0.00285412814, 0.999994338, -0.00240059383, -0.000589070667)
  5124. p474.Anchored = true
  5125. p474.FormFactor = Enum.FormFactor.Custom
  5126. p474.Size = Vector3.new(2.99999022, 1.79999804, 2.79999971)
  5127. p474.BottomSurface = Enum.SurfaceType.Smooth
  5128. p474.TopSurface = Enum.SurfaceType.Smooth
  5129. p475 = Instance.new("Part", m)
  5130. p475.BrickColor = BrickColor.new("Sand red")
  5131. p475.Material = Enum.Material.Concrete
  5132. p475.CFrame = CFrame.new(-5.97268677, 1.0840838, 55.760498, 0.999992847, 0.00285565224, -0.000583000132, -0.00285412814, 0.999992371, 0.00240225391, 0.000589070667, -0.00240059383, 0.999994338)
  5133. p475.Anchored = true
  5134. p475.FormFactor = Enum.FormFactor.Custom
  5135. p475.Size = Vector3.new(37.400013, 1.79999804, 2.00000024)
  5136. p475.BottomSurface = Enum.SurfaceType.Smooth
  5137. p475.TopSurface = Enum.SurfaceType.Smooth
  5138. m.Parent = game:service("Workspace")
  5139. m:MakeJoints()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement