Advertisement
Void_scripter0

Sandbag

Feb 2nd, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 315.24 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,game,owner = owner,game
  3. local RealPlayer = Player
  4. do
  5. print("FE Compatibility code by Mokiros | Showcase by Bacon Hair!")
  6. local rp = RealPlayer
  7. script.Parent = rp.Character
  8.  
  9. --RemoteEvent for communicating
  10. local Event = Instance.new("RemoteEvent")
  11. Event.Name = "UserInput_Event"
  12.  
  13. --Fake event to make stuff like Mouse.KeyDown work
  14. local function fakeEvent()
  15. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  16. t.connect = t.Connect
  17. return t
  18. end
  19.  
  20. --Creating fake input objects with fake variables
  21. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  22. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  23. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  24. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  25. end}
  26. --Merged 2 functions into one by checking amount of arguments
  27. CAS.UnbindAction = CAS.BindAction
  28.  
  29. --This function will trigger the events that have been :Connect()'ed
  30. local function te(self,ev,...)
  31. local t = m[ev]
  32. if t and t._fakeEvent then
  33. for _,f in pairs(t.Functions) do
  34. f(...)
  35. end
  36. end
  37. end
  38. m.TrigEvent = te
  39. UIS.TrigEvent = te
  40.  
  41. Event.OnServerEvent:Connect(function(plr,io)
  42. if plr~=rp then return end
  43. m.Target = io.Target
  44. m.Hit = io.Hit
  45. if not io.isMouse then
  46. local b = io.UserInputState == Enum.UserInputState.Begin
  47. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  48. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  49. end
  50. for _,t in pairs(CAS.Actions) do
  51. for _,k in pairs(t.Keys) do
  52. if k==io.KeyCode then
  53. t.Function(t.Name,io.UserInputState,io)
  54. end
  55. end
  56. end
  57. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  58. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  59. end
  60. end)
  61. Event.Parent = NLS([==[
  62. local Player = game:GetService("Players").LocalPlayer
  63. local Event = script:WaitForChild("UserInput_Event")
  64.  
  65. local Mouse = Player:GetMouse()
  66. local UIS = game:GetService("UserInputService")
  67. local input = function(io,a)
  68. if a then return end
  69. --Since InputObject is a client-side instance, we create and pass table instead
  70. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  71. end
  72. UIS.InputBegan:Connect(input)
  73. UIS.InputEnded:Connect(input)
  74.  
  75. local h,t
  76. --Give the server mouse data 30 times every second, but only if the values changed
  77. --If player is not moving their mouse, client won't fire events
  78. while wait(1/30) do
  79. if h~=Mouse.Hit or t~=Mouse.Target then
  80. h,t=Mouse.Hit,Mouse.Target
  81. Event:FireServer({isMouse=true,Target=t,Hit=h})
  82. end
  83. end]==],Player.Character)
  84.  
  85. ----Sandboxed game object that allows the usage of client-side methods and services
  86. --Real game object
  87. local _rg = game
  88.  
  89. --Metatable for fake service
  90. local fsmt = {
  91. __index = function(self,k)
  92. local s = rawget(self,"_RealService")
  93. if s then return s[k] end
  94. end,
  95. __newindex = function(self,k,v)
  96. local s = rawget(self,"_RealService")
  97. if s then s[k]=v end
  98. end,
  99. __call = function(self,...)
  100. local s = rawget(self,"_RealService")
  101. if s then return s(...) end
  102. end
  103. }
  104. local function FakeService(t,RealService)
  105. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  106. return setmetatable(t,fsmt)
  107. end
  108.  
  109. --Fake game object
  110. local g = {
  111. GetService = function(self,s)
  112. return self[s]
  113. end,
  114. Players = FakeService({
  115. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  116. },"Players"),
  117. UserInputService = FakeService(UIS,"UserInputService"),
  118. ContextActionService = FakeService(CAS,"ContextActionService"),
  119. }
  120. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  121. g.service = g.GetService
  122.  
  123. g.RunService = FakeService({
  124. RenderStepped = _rg:GetService("RunService").Heartbeat,
  125. BindToRenderStep = function(self,name,_,fun)
  126.  
  127. end,
  128. UnbindFromRenderStep = function(self,name)
  129. self._btrs[name]:Disconnect()
  130. end,
  131. },"RunService")
  132.  
  133. setmetatable(g,{
  134. __index=function(self,s)
  135. return _rg:GetService(s) or typeof(_rg[s])=="function"
  136. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  137. end,
  138. __newindex = fsmt.__newindex,
  139. __call = fsmt.__call
  140. })
  141. --Changing owner to fake player object to support owner:GetMouse()
  142. game,owner = g,g.Players.LocalPlayer
  143. end
  144. --Kashy
  145.  
  146. if (script:FindFirstChild("forCustomRun")~=nil) then
  147. local sc = script["forCustomRun"].Value
  148. assert(loadstring(sc))()
  149. return
  150. elseif (script:FindFirstChild("forCustomRunL")~=nil) then
  151. local locsc = workspace:FindFirstChild("_localrun")
  152. local sc = script["forCustomRunL"]
  153. if (locsc~=nil) then
  154. local loc = locsc:clone()
  155. loc["scrun"].Value = sc.Value
  156. loc.Name = script.Name
  157. for i,v in pairs(script:GetChildren()) do
  158. v:clone().Parent = loc
  159. end
  160. loc.Parent = script.Parent
  161. script:remove()
  162. return
  163. else
  164. assert(loadstring(sc.Value))()
  165. return
  166. end
  167. end
  168. local m = Instance.new("Model")
  169. m.Name = "Model"
  170. p1 = Instance.new("Part", m)
  171. p1.BrickColor = BrickColor.new("Reddish brown")
  172. p1.Name = "Smooth Block Model"
  173. p1.CFrame = CFrame.new(285.519928, 14.4701252, 35.8498878, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  174. p1.Anchored = true
  175. p1.Size = Vector3.new(1, 26.4000015, 1)
  176. p1.BackSurface = Enum.SurfaceType.Studs
  177. p1.BottomSurface = Enum.SurfaceType.Studs
  178. p1.FrontSurface = Enum.SurfaceType.Studs
  179. p1.LeftSurface = Enum.SurfaceType.Studs
  180. p1.RightSurface = Enum.SurfaceType.Studs
  181. b1 = Instance.new("SpecialMesh", p1)
  182. b1.MeshType = Enum.MeshType.Head
  183. b1.Name = "Mesh"
  184. b1.Scale = Vector3.new(1.25, 1.25, 1.25)
  185. p2 = Instance.new("Part", m)
  186. p2.BrickColor = BrickColor.new("Reddish brown")
  187. p2.Name = "Smooth Block Model"
  188. p2.CFrame = CFrame.new(286.519928, 14.4700947, 35.8498573, 0, 2.81947521e-011, -1, 1, 0, 0, 0, -1, 2.81947521e-011)
  189. p2.Anchored = true
  190. p2.Size = Vector3.new(1, 26.4000015, 1)
  191. p2.BackSurface = Enum.SurfaceType.Studs
  192. p2.BottomSurface = Enum.SurfaceType.Studs
  193. p2.FrontSurface = Enum.SurfaceType.Studs
  194. p2.LeftSurface = Enum.SurfaceType.Studs
  195. p2.RightSurface = Enum.SurfaceType.Studs
  196. b2 = Instance.new("SpecialMesh", p2)
  197. b2.MeshType = Enum.MeshType.Head
  198. b2.Name = "Mesh"
  199. b2.Scale = Vector3.new(1.25, 1.25, 1.25)
  200. p3 = Instance.new("Part", m)
  201. p3.BrickColor = BrickColor.new("Reddish brown")
  202. p3.Name = "Smooth Block Model"
  203. p3.CFrame = CFrame.new(286.319916, 13.4701405, 35.8498878, 9.22255003e-006, 8.83966678e-008, -1, 1, -1.71361662e-005, 9.22254912e-006, -1.71361662e-005, -1, -8.85547138e-008)
  204. p3.Anchored = true
  205. p3.Size = Vector3.new(1, 26.4000015, 1)
  206. p3.BackSurface = Enum.SurfaceType.Studs
  207. p3.BottomSurface = Enum.SurfaceType.Studs
  208. p3.FrontSurface = Enum.SurfaceType.Studs
  209. p3.LeftSurface = Enum.SurfaceType.Studs
  210. p3.RightSurface = Enum.SurfaceType.Studs
  211. b3 = Instance.new("SpecialMesh", p3)
  212. b3.MeshType = Enum.MeshType.Head
  213. b3.Name = "Mesh"
  214. b3.Scale = Vector3.new(1.25, 1.25, 1.25)
  215. p4 = Instance.new("Part", m)
  216. p4.BrickColor = BrickColor.new("Brick yellow")
  217. p4.Name = "Smooth Block Model"
  218. p4.CFrame = CFrame.new(284.819916, 15.9700794, 28.0498867, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  219. p4.Anchored = true
  220. p4.Size = Vector3.new(2, 2.4000001, 2)
  221. p4.BackSurface = Enum.SurfaceType.Studs
  222. p4.BottomSurface = Enum.SurfaceType.Studs
  223. p4.FrontSurface = Enum.SurfaceType.Studs
  224. p4.LeftSurface = Enum.SurfaceType.Studs
  225. p4.RightSurface = Enum.SurfaceType.Studs
  226. b4 = Instance.new("SpecialMesh", p4)
  227. b4.MeshType = Enum.MeshType.Head
  228. b4.Name = "Mesh"
  229. b4.Scale = Vector3.new(1.25, 1.25, 1.25)
  230. p5 = Instance.new("Part", m)
  231. p5.BrickColor = BrickColor.new("Brick yellow")
  232. p5.Name = "Smooth Block Model"
  233. p5.CFrame = CFrame.new(284.819916, 15.9700794, 30.0498867, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  234. p5.Anchored = true
  235. p5.Size = Vector3.new(2, 2.4000001, 2)
  236. p5.BackSurface = Enum.SurfaceType.Studs
  237. p5.BottomSurface = Enum.SurfaceType.Studs
  238. p5.FrontSurface = Enum.SurfaceType.Studs
  239. p5.LeftSurface = Enum.SurfaceType.Studs
  240. p5.RightSurface = Enum.SurfaceType.Studs
  241. b5 = Instance.new("SpecialMesh", p5)
  242. b5.MeshType = Enum.MeshType.Head
  243. b5.Name = "Mesh"
  244. b5.Scale = Vector3.new(1.25, 1.25, 1.25)
  245. p6 = Instance.new("Part", m)
  246. p6.BrickColor = BrickColor.new("Brick yellow")
  247. p6.Name = "Smooth Block Model"
  248. p6.CFrame = CFrame.new(284.819916, 15.9700832, 32.0498886, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  249. p6.Anchored = true
  250. p6.Size = Vector3.new(2, 2.4000001, 2)
  251. p6.BackSurface = Enum.SurfaceType.Studs
  252. p6.BottomSurface = Enum.SurfaceType.Studs
  253. p6.FrontSurface = Enum.SurfaceType.Studs
  254. p6.LeftSurface = Enum.SurfaceType.Studs
  255. p6.RightSurface = Enum.SurfaceType.Studs
  256. b6 = Instance.new("SpecialMesh", p6)
  257. b6.MeshType = Enum.MeshType.Head
  258. b6.Name = "Mesh"
  259. b6.Scale = Vector3.new(1.25, 1.25, 1.25)
  260. p7 = Instance.new("Part", m)
  261. p7.BrickColor = BrickColor.new("Brick yellow")
  262. p7.Name = "Smooth Block Model"
  263. p7.CFrame = CFrame.new(284.819916, 15.9700832, 34.0498886, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  264. p7.Anchored = true
  265. p7.Size = Vector3.new(2, 2.4000001, 2)
  266. p7.BackSurface = Enum.SurfaceType.Studs
  267. p7.BottomSurface = Enum.SurfaceType.Studs
  268. p7.FrontSurface = Enum.SurfaceType.Studs
  269. p7.LeftSurface = Enum.SurfaceType.Studs
  270. p7.RightSurface = Enum.SurfaceType.Studs
  271. b7 = Instance.new("SpecialMesh", p7)
  272. b7.MeshType = Enum.MeshType.Head
  273. b7.Name = "Mesh"
  274. b7.Scale = Vector3.new(1.25, 1.25, 1.25)
  275. p8 = Instance.new("Part", m)
  276. p8.BrickColor = BrickColor.new("Brick yellow")
  277. p8.Name = "Smooth Block Model"
  278. p8.CFrame = CFrame.new(282.419952, 15.9700947, 48.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  279. p8.Anchored = true
  280. p8.Size = Vector3.new(2, 2.4000001, 2)
  281. p8.BackSurface = Enum.SurfaceType.Studs
  282. p8.BottomSurface = Enum.SurfaceType.Studs
  283. p8.FrontSurface = Enum.SurfaceType.Studs
  284. p8.LeftSurface = Enum.SurfaceType.Studs
  285. p8.RightSurface = Enum.SurfaceType.Studs
  286. b8 = Instance.new("SpecialMesh", p8)
  287. b8.MeshType = Enum.MeshType.Head
  288. b8.Name = "Mesh"
  289. b8.Scale = Vector3.new(1.25, 1.25, 1.25)
  290. p9 = Instance.new("Part", m)
  291. p9.BrickColor = BrickColor.new("Brick yellow")
  292. p9.Name = "Smooth Block Model"
  293. p9.CFrame = CFrame.new(284.819916, 15.9700947, 50.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  294. p9.Anchored = true
  295. p9.Size = Vector3.new(2, 2.4000001, 2)
  296. p9.BackSurface = Enum.SurfaceType.Studs
  297. p9.BottomSurface = Enum.SurfaceType.Studs
  298. p9.FrontSurface = Enum.SurfaceType.Studs
  299. p9.LeftSurface = Enum.SurfaceType.Studs
  300. p9.RightSurface = Enum.SurfaceType.Studs
  301. b9 = Instance.new("SpecialMesh", p9)
  302. b9.MeshType = Enum.MeshType.Head
  303. b9.Name = "Mesh"
  304. b9.Scale = Vector3.new(1.25, 1.25, 1.25)
  305. p10 = Instance.new("Part", m)
  306. p10.BrickColor = BrickColor.new("Brick yellow")
  307. p10.Name = "Smooth Block Model"
  308. p10.CFrame = CFrame.new(284.819916, 15.9700947, 48.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  309. p10.Anchored = true
  310. p10.Size = Vector3.new(2, 2.4000001, 2)
  311. p10.BackSurface = Enum.SurfaceType.Studs
  312. p10.BottomSurface = Enum.SurfaceType.Studs
  313. p10.FrontSurface = Enum.SurfaceType.Studs
  314. p10.LeftSurface = Enum.SurfaceType.Studs
  315. p10.RightSurface = Enum.SurfaceType.Studs
  316. b10 = Instance.new("SpecialMesh", p10)
  317. b10.MeshType = Enum.MeshType.Head
  318. b10.Name = "Mesh"
  319. b10.Scale = Vector3.new(1.25, 1.25, 1.25)
  320. p11 = Instance.new("Part", m)
  321. p11.BrickColor = BrickColor.new("Brick yellow")
  322. p11.Name = "Smooth Block Model"
  323. p11.CFrame = CFrame.new(284.819916, 15.9700871, 42.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  324. p11.Anchored = true
  325. p11.Size = Vector3.new(2, 2.4000001, 2)
  326. p11.BackSurface = Enum.SurfaceType.Studs
  327. p11.BottomSurface = Enum.SurfaceType.Studs
  328. p11.FrontSurface = Enum.SurfaceType.Studs
  329. p11.LeftSurface = Enum.SurfaceType.Studs
  330. p11.RightSurface = Enum.SurfaceType.Studs
  331. b11 = Instance.new("SpecialMesh", p11)
  332. b11.MeshType = Enum.MeshType.Head
  333. b11.Name = "Mesh"
  334. b11.Scale = Vector3.new(1.25, 1.25, 1.25)
  335. p12 = Instance.new("Part", m)
  336. p12.BrickColor = BrickColor.new("Brick yellow")
  337. p12.Name = "Smooth Block Model"
  338. p12.CFrame = CFrame.new(284.819916, 15.9700871, 40.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  339. p12.Anchored = true
  340. p12.Size = Vector3.new(2, 2.4000001, 2)
  341. p12.BackSurface = Enum.SurfaceType.Studs
  342. p12.BottomSurface = Enum.SurfaceType.Studs
  343. p12.FrontSurface = Enum.SurfaceType.Studs
  344. p12.LeftSurface = Enum.SurfaceType.Studs
  345. p12.RightSurface = Enum.SurfaceType.Studs
  346. b12 = Instance.new("SpecialMesh", p12)
  347. b12.MeshType = Enum.MeshType.Head
  348. b12.Name = "Mesh"
  349. b12.Scale = Vector3.new(1.25, 1.25, 1.25)
  350. p13 = Instance.new("Part", m)
  351. p13.BrickColor = BrickColor.new("Brick yellow")
  352. p13.Name = "Smooth Block Model"
  353. p13.CFrame = CFrame.new(284.819916, 15.9700871, 38.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  354. p13.Anchored = true
  355. p13.Size = Vector3.new(2, 2.4000001, 2)
  356. p13.BackSurface = Enum.SurfaceType.Studs
  357. p13.BottomSurface = Enum.SurfaceType.Studs
  358. p13.FrontSurface = Enum.SurfaceType.Studs
  359. p13.LeftSurface = Enum.SurfaceType.Studs
  360. p13.RightSurface = Enum.SurfaceType.Studs
  361. b13 = Instance.new("SpecialMesh", p13)
  362. b13.MeshType = Enum.MeshType.Head
  363. b13.Name = "Mesh"
  364. b13.Scale = Vector3.new(1.25, 1.25, 1.25)
  365. p14 = Instance.new("Part", m)
  366. p14.BrickColor = BrickColor.new("Reddish brown")
  367. p14.Name = "Smooth Block Model"
  368. p14.CFrame = CFrame.new(284.519928, 14.470129, 35.8498878, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  369. p14.Anchored = true
  370. p14.Size = Vector3.new(1, 26.4000015, 1)
  371. p14.BackSurface = Enum.SurfaceType.Studs
  372. p14.BottomSurface = Enum.SurfaceType.Studs
  373. p14.FrontSurface = Enum.SurfaceType.Studs
  374. p14.LeftSurface = Enum.SurfaceType.Studs
  375. p14.RightSurface = Enum.SurfaceType.Studs
  376. b14 = Instance.new("SpecialMesh", p14)
  377. b14.MeshType = Enum.MeshType.Head
  378. b14.Name = "Mesh"
  379. b14.Scale = Vector3.new(1.25, 1.25, 1.25)
  380. p15 = Instance.new("Part", m)
  381. p15.BrickColor = BrickColor.new("Reddish brown")
  382. p15.Name = "Smooth Block Model"
  383. p15.CFrame = CFrame.new(282.519958, 14.4701366, 35.8498878, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  384. p15.Anchored = true
  385. p15.Size = Vector3.new(1, 26.4000015, 1)
  386. p15.BackSurface = Enum.SurfaceType.Studs
  387. p15.BottomSurface = Enum.SurfaceType.Studs
  388. p15.FrontSurface = Enum.SurfaceType.Studs
  389. p15.LeftSurface = Enum.SurfaceType.Studs
  390. p15.RightSurface = Enum.SurfaceType.Studs
  391. b15 = Instance.new("SpecialMesh", p15)
  392. b15.MeshType = Enum.MeshType.Head
  393. b15.Name = "Mesh"
  394. b15.Scale = Vector3.new(1.25, 1.25, 1.25)
  395. p16 = Instance.new("Part", m)
  396. p16.BrickColor = BrickColor.new("Reddish brown")
  397. p16.Name = "Smooth Block Model"
  398. p16.CFrame = CFrame.new(281.519958, 14.4701366, 35.8498878, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  399. p16.Anchored = true
  400. p16.Size = Vector3.new(1, 26.4000015, 1)
  401. p16.BackSurface = Enum.SurfaceType.Studs
  402. p16.BottomSurface = Enum.SurfaceType.Studs
  403. p16.FrontSurface = Enum.SurfaceType.Studs
  404. p16.LeftSurface = Enum.SurfaceType.Studs
  405. p16.RightSurface = Enum.SurfaceType.Studs
  406. b16 = Instance.new("SpecialMesh", p16)
  407. b16.MeshType = Enum.MeshType.Head
  408. b16.Name = "Mesh"
  409. b16.Scale = Vector3.new(1.25, 1.25, 1.25)
  410. p17 = Instance.new("Part", m)
  411. p17.BrickColor = BrickColor.new("Reddish brown")
  412. p17.Name = "Smooth Block Model"
  413. p17.CFrame = CFrame.new(280.519989, 14.469965, 35.8498878, 5.55004226e-006, -1.35046169e-010, -1, 1, -2.43326758e-005, 5.55004226e-006, -2.43326758e-005, -1, -4.02455846e-016)
  414. p17.Anchored = true
  415. p17.Size = Vector3.new(1, 26.4000015, 1)
  416. p17.BackSurface = Enum.SurfaceType.Studs
  417. p17.BottomSurface = Enum.SurfaceType.Studs
  418. p17.FrontSurface = Enum.SurfaceType.Studs
  419. p17.LeftSurface = Enum.SurfaceType.Studs
  420. p17.RightSurface = Enum.SurfaceType.Studs
  421. b17 = Instance.new("SpecialMesh", p17)
  422. b17.MeshType = Enum.MeshType.Head
  423. b17.Name = "Mesh"
  424. b17.Scale = Vector3.new(1.25, 1.25, 1.25)
  425. p18 = Instance.new("Part", m)
  426. p18.BrickColor = BrickColor.new("Reddish brown")
  427. p18.Name = "Smooth Block Model"
  428. p18.CFrame = CFrame.new(283.519928, 14.4701328, 35.8498878, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  429. p18.Anchored = true
  430. p18.Size = Vector3.new(1, 26.4000015, 1)
  431. p18.BackSurface = Enum.SurfaceType.Studs
  432. p18.BottomSurface = Enum.SurfaceType.Studs
  433. p18.FrontSurface = Enum.SurfaceType.Studs
  434. p18.LeftSurface = Enum.SurfaceType.Studs
  435. p18.RightSurface = Enum.SurfaceType.Studs
  436. b18 = Instance.new("SpecialMesh", p18)
  437. b18.MeshType = Enum.MeshType.Head
  438. b18.Name = "Mesh"
  439. b18.Scale = Vector3.new(1.25, 1.25, 1.25)
  440. p19 = Instance.new("Part", m)
  441. p19.BrickColor = BrickColor.new("Brick yellow")
  442. p19.Name = "Smooth Block Model"
  443. p19.CFrame = CFrame.new(284.819916, 15.9700832, 36.0498695, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  444. p19.Anchored = true
  445. p19.Size = Vector3.new(2, 2.4000001, 2)
  446. p19.BackSurface = Enum.SurfaceType.Studs
  447. p19.BottomSurface = Enum.SurfaceType.Studs
  448. p19.FrontSurface = Enum.SurfaceType.Studs
  449. p19.LeftSurface = Enum.SurfaceType.Studs
  450. p19.RightSurface = Enum.SurfaceType.Studs
  451. b19 = Instance.new("SpecialMesh", p19)
  452. b19.MeshType = Enum.MeshType.Head
  453. b19.Name = "Mesh"
  454. b19.Scale = Vector3.new(1.25, 1.25, 1.25)
  455. p20 = Instance.new("Part", m)
  456. p20.BrickColor = BrickColor.new("Brick yellow")
  457. p20.Name = "Smooth Block Model"
  458. p20.CFrame = CFrame.new(283.819885, 4.97028351, 50.0500107, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  459. p20.Anchored = true
  460. p20.Size = Vector3.new(2, 2.4000001, 2)
  461. p20.BackSurface = Enum.SurfaceType.Studs
  462. p20.BottomSurface = Enum.SurfaceType.Studs
  463. p20.FrontSurface = Enum.SurfaceType.Studs
  464. p20.LeftSurface = Enum.SurfaceType.Studs
  465. p20.RightSurface = Enum.SurfaceType.Studs
  466. b20 = Instance.new("SpecialMesh", p20)
  467. b20.MeshType = Enum.MeshType.Head
  468. b20.Name = "Mesh"
  469. b20.Scale = Vector3.new(1.25, 1.25, 1.25)
  470. p21 = Instance.new("Part", m)
  471. p21.BrickColor = BrickColor.new("Brick yellow")
  472. p21.Name = "Smooth Block Model"
  473. p21.CFrame = CFrame.new(286.019897, 4.97025108, 47.8500137, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  474. p21.Anchored = true
  475. p21.Size = Vector3.new(2, 2.4000001, 2)
  476. p21.BackSurface = Enum.SurfaceType.Studs
  477. p21.BottomSurface = Enum.SurfaceType.Studs
  478. p21.FrontSurface = Enum.SurfaceType.Studs
  479. p21.LeftSurface = Enum.SurfaceType.Studs
  480. p21.RightSurface = Enum.SurfaceType.Studs
  481. b21 = Instance.new("SpecialMesh", p21)
  482. b21.MeshType = Enum.MeshType.Head
  483. b21.Name = "Mesh"
  484. b21.Scale = Vector3.new(1.25, 1.25, 1.25)
  485. p22 = Instance.new("Part", m)
  486. p22.BrickColor = BrickColor.new("Reddish brown")
  487. p22.Name = "Smooth Block Model"
  488. p22.CFrame = CFrame.new(284.519897, 7.37028027, 48.5499802, 5.36505489e-008, -2.77502181e-006, -1, -1.21663379e-005, -1, 2.77502113e-006, -1, 1.21663379e-005, -5.36843103e-008)
  489. p22.Anchored = true
  490. p22.Size = Vector3.new(1, 10.8000002, 1)
  491. p22.BackSurface = Enum.SurfaceType.Studs
  492. p22.BottomSurface = Enum.SurfaceType.Studs
  493. p22.FrontSurface = Enum.SurfaceType.Studs
  494. p22.LeftSurface = Enum.SurfaceType.Studs
  495. p22.RightSurface = Enum.SurfaceType.Studs
  496. b22 = Instance.new("SpecialMesh", p22)
  497. b22.MeshType = Enum.MeshType.Head
  498. b22.Name = "Mesh"
  499. b22.Scale = Vector3.new(1.25, 1.25, 1.25)
  500. p23 = Instance.new("Part", m)
  501. p23.BrickColor = BrickColor.new("Brick yellow")
  502. p23.Name = "Smooth Block Model"
  503. p23.CFrame = CFrame.new(286.019897, 3.7701962, 50.0500259, 5.36505489e-008, -2.77502181e-006, -1, -1.21663379e-005, -1, 2.77502113e-006, -1, 1.21663379e-005, -5.36843103e-008)
  504. p23.Anchored = true
  505. p23.Size = Vector3.new(2, 2.4000001, 2)
  506. p23.BackSurface = Enum.SurfaceType.Studs
  507. p23.BottomSurface = Enum.SurfaceType.Studs
  508. p23.FrontSurface = Enum.SurfaceType.Studs
  509. p23.LeftSurface = Enum.SurfaceType.Studs
  510. p23.RightSurface = Enum.SurfaceType.Studs
  511. b23 = Instance.new("SpecialMesh", p23)
  512. b23.MeshType = Enum.MeshType.Head
  513. b23.Name = "Mesh"
  514. b23.Scale = Vector3.new(1.25, 1.25, 1.25)
  515. p24 = Instance.new("Part", m)
  516. p24.BrickColor = BrickColor.new("Brick yellow")
  517. p24.Name = "Smooth Block Model"
  518. p24.CFrame = CFrame.new(286.019897, 6.17029572, 50.0499954, 5.36505489e-008, -2.77502181e-006, -1, -1.21663379e-005, -1, 2.77502113e-006, -1, 1.21663379e-005, -5.36843103e-008)
  519. p24.Anchored = true
  520. p24.Size = Vector3.new(2, 2.4000001, 2)
  521. p24.BackSurface = Enum.SurfaceType.Studs
  522. p24.BottomSurface = Enum.SurfaceType.Studs
  523. p24.FrontSurface = Enum.SurfaceType.Studs
  524. p24.LeftSurface = Enum.SurfaceType.Studs
  525. p24.RightSurface = Enum.SurfaceType.Studs
  526. b24 = Instance.new("SpecialMesh", p24)
  527. b24.MeshType = Enum.MeshType.Head
  528. b24.Name = "Mesh"
  529. b24.Scale = Vector3.new(1.25, 1.25, 1.25)
  530. p25 = Instance.new("Part", m)
  531. p25.BrickColor = BrickColor.new("Brick yellow")
  532. p25.Name = "Smooth Block Model"
  533. p25.CFrame = CFrame.new(282.419952, 15.9700832, 36.0498695, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  534. p25.Anchored = true
  535. p25.Size = Vector3.new(2, 2.4000001, 2)
  536. p25.BackSurface = Enum.SurfaceType.Studs
  537. p25.BottomSurface = Enum.SurfaceType.Studs
  538. p25.FrontSurface = Enum.SurfaceType.Studs
  539. p25.LeftSurface = Enum.SurfaceType.Studs
  540. p25.RightSurface = Enum.SurfaceType.Studs
  541. b25 = Instance.new("SpecialMesh", p25)
  542. b25.MeshType = Enum.MeshType.Head
  543. b25.Name = "Mesh"
  544. b25.Scale = Vector3.new(1.25, 1.25, 1.25)
  545. p26 = Instance.new("Part", m)
  546. p26.BrickColor = BrickColor.new("Brick yellow")
  547. p26.Name = "Smooth Block Model"
  548. p26.CFrame = CFrame.new(282.419952, 15.9700871, 38.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  549. p26.Anchored = true
  550. p26.Size = Vector3.new(2, 2.4000001, 2)
  551. p26.BackSurface = Enum.SurfaceType.Studs
  552. p26.BottomSurface = Enum.SurfaceType.Studs
  553. p26.FrontSurface = Enum.SurfaceType.Studs
  554. p26.LeftSurface = Enum.SurfaceType.Studs
  555. p26.RightSurface = Enum.SurfaceType.Studs
  556. b26 = Instance.new("SpecialMesh", p26)
  557. b26.MeshType = Enum.MeshType.Head
  558. b26.Name = "Mesh"
  559. b26.Scale = Vector3.new(1.25, 1.25, 1.25)
  560. p27 = Instance.new("Part", m)
  561. p27.BrickColor = BrickColor.new("Brick yellow")
  562. p27.Name = "Smooth Block Model"
  563. p27.CFrame = CFrame.new(282.419952, 15.9700947, 50.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  564. p27.Anchored = true
  565. p27.Size = Vector3.new(2, 2.4000001, 2)
  566. p27.BackSurface = Enum.SurfaceType.Studs
  567. p27.BottomSurface = Enum.SurfaceType.Studs
  568. p27.FrontSurface = Enum.SurfaceType.Studs
  569. p27.LeftSurface = Enum.SurfaceType.Studs
  570. p27.RightSurface = Enum.SurfaceType.Studs
  571. b27 = Instance.new("SpecialMesh", p27)
  572. b27.MeshType = Enum.MeshType.Head
  573. b27.Name = "Mesh"
  574. b27.Scale = Vector3.new(1.25, 1.25, 1.25)
  575. p28 = Instance.new("Part", m)
  576. p28.BrickColor = BrickColor.new("Brick yellow")
  577. p28.Name = "Smooth Block Model"
  578. p28.CFrame = CFrame.new(282.419952, 15.9700832, 34.0498886, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  579. p28.Anchored = true
  580. p28.Size = Vector3.new(2, 2.4000001, 2)
  581. p28.BackSurface = Enum.SurfaceType.Studs
  582. p28.BottomSurface = Enum.SurfaceType.Studs
  583. p28.FrontSurface = Enum.SurfaceType.Studs
  584. p28.LeftSurface = Enum.SurfaceType.Studs
  585. p28.RightSurface = Enum.SurfaceType.Studs
  586. b28 = Instance.new("SpecialMesh", p28)
  587. b28.MeshType = Enum.MeshType.Head
  588. b28.Name = "Mesh"
  589. b28.Scale = Vector3.new(1.25, 1.25, 1.25)
  590. p29 = Instance.new("Part", m)
  591. p29.BrickColor = BrickColor.new("Brick yellow")
  592. p29.Name = "Smooth Block Model"
  593. p29.CFrame = CFrame.new(282.419952, 15.9700832, 32.0498886, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  594. p29.Anchored = true
  595. p29.Size = Vector3.new(2, 2.4000001, 2)
  596. p29.BackSurface = Enum.SurfaceType.Studs
  597. p29.BottomSurface = Enum.SurfaceType.Studs
  598. p29.FrontSurface = Enum.SurfaceType.Studs
  599. p29.LeftSurface = Enum.SurfaceType.Studs
  600. p29.RightSurface = Enum.SurfaceType.Studs
  601. b29 = Instance.new("SpecialMesh", p29)
  602. b29.MeshType = Enum.MeshType.Head
  603. b29.Name = "Mesh"
  604. b29.Scale = Vector3.new(1.25, 1.25, 1.25)
  605. p30 = Instance.new("Part", m)
  606. p30.BrickColor = BrickColor.new("Brick yellow")
  607. p30.Name = "Smooth Block Model"
  608. p30.CFrame = CFrame.new(282.419952, 15.9700794, 30.0498867, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  609. p30.Anchored = true
  610. p30.Size = Vector3.new(2, 2.4000001, 2)
  611. p30.BackSurface = Enum.SurfaceType.Studs
  612. p30.BottomSurface = Enum.SurfaceType.Studs
  613. p30.FrontSurface = Enum.SurfaceType.Studs
  614. p30.LeftSurface = Enum.SurfaceType.Studs
  615. p30.RightSurface = Enum.SurfaceType.Studs
  616. b30 = Instance.new("SpecialMesh", p30)
  617. b30.MeshType = Enum.MeshType.Head
  618. b30.Name = "Mesh"
  619. b30.Scale = Vector3.new(1.25, 1.25, 1.25)
  620. p31 = Instance.new("Part", m)
  621. p31.BrickColor = BrickColor.new("Brick yellow")
  622. p31.Name = "Smooth Block Model"
  623. p31.CFrame = CFrame.new(282.419952, 15.9700794, 28.0498867, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  624. p31.Anchored = true
  625. p31.Size = Vector3.new(2, 2.4000001, 2)
  626. p31.BackSurface = Enum.SurfaceType.Studs
  627. p31.BottomSurface = Enum.SurfaceType.Studs
  628. p31.FrontSurface = Enum.SurfaceType.Studs
  629. p31.LeftSurface = Enum.SurfaceType.Studs
  630. p31.RightSurface = Enum.SurfaceType.Studs
  631. b31 = Instance.new("SpecialMesh", p31)
  632. b31.MeshType = Enum.MeshType.Head
  633. b31.Name = "Mesh"
  634. b31.Scale = Vector3.new(1.25, 1.25, 1.25)
  635. p32 = Instance.new("Part", m)
  636. p32.BrickColor = BrickColor.new("Brick yellow")
  637. p32.Name = "Smooth Block Model"
  638. p32.CFrame = CFrame.new(282.419952, 15.9700756, 26.0498829, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  639. p32.Anchored = true
  640. p32.Size = Vector3.new(2, 2.4000001, 2)
  641. p32.BackSurface = Enum.SurfaceType.Studs
  642. p32.BottomSurface = Enum.SurfaceType.Studs
  643. p32.FrontSurface = Enum.SurfaceType.Studs
  644. p32.LeftSurface = Enum.SurfaceType.Studs
  645. p32.RightSurface = Enum.SurfaceType.Studs
  646. b32 = Instance.new("SpecialMesh", p32)
  647. b32.MeshType = Enum.MeshType.Head
  648. b32.Name = "Mesh"
  649. b32.Scale = Vector3.new(1.25, 1.25, 1.25)
  650. p33 = Instance.new("Part", m)
  651. p33.BrickColor = BrickColor.new("Brick yellow")
  652. p33.Name = "Smooth Block Model"
  653. p33.CFrame = CFrame.new(282.419952, 15.9700756, 24.0498867, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  654. p33.Anchored = true
  655. p33.Size = Vector3.new(2, 2.4000001, 2)
  656. p33.BackSurface = Enum.SurfaceType.Studs
  657. p33.BottomSurface = Enum.SurfaceType.Studs
  658. p33.FrontSurface = Enum.SurfaceType.Studs
  659. p33.LeftSurface = Enum.SurfaceType.Studs
  660. p33.RightSurface = Enum.SurfaceType.Studs
  661. b33 = Instance.new("SpecialMesh", p33)
  662. b33.MeshType = Enum.MeshType.Head
  663. b33.Name = "Mesh"
  664. b33.Scale = Vector3.new(1.25, 1.25, 1.25)
  665. p34 = Instance.new("Part", m)
  666. p34.BrickColor = BrickColor.new("Brick yellow")
  667. p34.Name = "Smooth Block Model"
  668. p34.CFrame = CFrame.new(282.419952, 15.9700756, 22.0498905, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  669. p34.Anchored = true
  670. p34.Size = Vector3.new(2, 2.4000001, 2)
  671. p34.BackSurface = Enum.SurfaceType.Studs
  672. p34.BottomSurface = Enum.SurfaceType.Studs
  673. p34.FrontSurface = Enum.SurfaceType.Studs
  674. p34.LeftSurface = Enum.SurfaceType.Studs
  675. p34.RightSurface = Enum.SurfaceType.Studs
  676. b34 = Instance.new("SpecialMesh", p34)
  677. b34.MeshType = Enum.MeshType.Head
  678. b34.Name = "Mesh"
  679. b34.Scale = Vector3.new(1.25, 1.25, 1.25)
  680. p35 = Instance.new("Part", m)
  681. p35.BrickColor = BrickColor.new("Brick yellow")
  682. p35.Name = "Smooth Block Model"
  683. p35.CFrame = CFrame.new(280.019989, 15.9700718, 24.0498867, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  684. p35.Anchored = true
  685. p35.Size = Vector3.new(2, 2.4000001, 2)
  686. p35.BackSurface = Enum.SurfaceType.Studs
  687. p35.BottomSurface = Enum.SurfaceType.Studs
  688. p35.FrontSurface = Enum.SurfaceType.Studs
  689. p35.LeftSurface = Enum.SurfaceType.Studs
  690. p35.RightSurface = Enum.SurfaceType.Studs
  691. b35 = Instance.new("SpecialMesh", p35)
  692. b35.MeshType = Enum.MeshType.Head
  693. b35.Name = "Mesh"
  694. b35.Scale = Vector3.new(1.25, 1.25, 1.25)
  695. p36 = Instance.new("Part", m)
  696. p36.BrickColor = BrickColor.new("Brick yellow")
  697. p36.Name = "Smooth Block Model"
  698. p36.CFrame = CFrame.new(280.019989, 15.9700718, 22.0498905, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  699. p36.Anchored = true
  700. p36.Size = Vector3.new(2, 2.4000001, 2)
  701. p36.BackSurface = Enum.SurfaceType.Studs
  702. p36.BottomSurface = Enum.SurfaceType.Studs
  703. p36.FrontSurface = Enum.SurfaceType.Studs
  704. p36.LeftSurface = Enum.SurfaceType.Studs
  705. p36.RightSurface = Enum.SurfaceType.Studs
  706. b36 = Instance.new("SpecialMesh", p36)
  707. b36.MeshType = Enum.MeshType.Head
  708. b36.Name = "Mesh"
  709. b36.Scale = Vector3.new(1.25, 1.25, 1.25)
  710. p37 = Instance.new("Part", m)
  711. p37.BrickColor = BrickColor.new("Brick yellow")
  712. p37.Name = "Smooth Block Model"
  713. p37.CFrame = CFrame.new(282.419952, 15.9700909, 46.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  714. p37.Anchored = true
  715. p37.Size = Vector3.new(2, 2.4000001, 2)
  716. p37.BackSurface = Enum.SurfaceType.Studs
  717. p37.BottomSurface = Enum.SurfaceType.Studs
  718. p37.FrontSurface = Enum.SurfaceType.Studs
  719. p37.LeftSurface = Enum.SurfaceType.Studs
  720. p37.RightSurface = Enum.SurfaceType.Studs
  721. b37 = Instance.new("SpecialMesh", p37)
  722. b37.MeshType = Enum.MeshType.Head
  723. b37.Name = "Mesh"
  724. b37.Scale = Vector3.new(1.25, 1.25, 1.25)
  725. p38 = Instance.new("Part", m)
  726. p38.BrickColor = BrickColor.new("Brick yellow")
  727. p38.Name = "Smooth Block Model"
  728. p38.CFrame = CFrame.new(282.419952, 15.9700909, 44.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  729. p38.Anchored = true
  730. p38.Size = Vector3.new(2, 2.4000001, 2)
  731. p38.BackSurface = Enum.SurfaceType.Studs
  732. p38.BottomSurface = Enum.SurfaceType.Studs
  733. p38.FrontSurface = Enum.SurfaceType.Studs
  734. p38.LeftSurface = Enum.SurfaceType.Studs
  735. p38.RightSurface = Enum.SurfaceType.Studs
  736. b38 = Instance.new("SpecialMesh", p38)
  737. b38.MeshType = Enum.MeshType.Head
  738. b38.Name = "Mesh"
  739. b38.Scale = Vector3.new(1.25, 1.25, 1.25)
  740. p39 = Instance.new("Part", m)
  741. p39.BrickColor = BrickColor.new("Brick yellow")
  742. p39.Name = "Smooth Block Model"
  743. p39.CFrame = CFrame.new(282.419952, 15.9700871, 42.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  744. p39.Anchored = true
  745. p39.Size = Vector3.new(2, 2.4000001, 2)
  746. p39.BackSurface = Enum.SurfaceType.Studs
  747. p39.BottomSurface = Enum.SurfaceType.Studs
  748. p39.FrontSurface = Enum.SurfaceType.Studs
  749. p39.LeftSurface = Enum.SurfaceType.Studs
  750. p39.RightSurface = Enum.SurfaceType.Studs
  751. b39 = Instance.new("SpecialMesh", p39)
  752. b39.MeshType = Enum.MeshType.Head
  753. b39.Name = "Mesh"
  754. b39.Scale = Vector3.new(1.25, 1.25, 1.25)
  755. p40 = Instance.new("Part", m)
  756. p40.BrickColor = BrickColor.new("Brick yellow")
  757. p40.Name = "Smooth Block Model"
  758. p40.CFrame = CFrame.new(282.419952, 15.9700871, 40.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  759. p40.Anchored = true
  760. p40.Size = Vector3.new(2, 2.4000001, 2)
  761. p40.BackSurface = Enum.SurfaceType.Studs
  762. p40.BottomSurface = Enum.SurfaceType.Studs
  763. p40.FrontSurface = Enum.SurfaceType.Studs
  764. p40.LeftSurface = Enum.SurfaceType.Studs
  765. p40.RightSurface = Enum.SurfaceType.Studs
  766. b40 = Instance.new("SpecialMesh", p40)
  767. b40.MeshType = Enum.MeshType.Head
  768. b40.Name = "Mesh"
  769. b40.Scale = Vector3.new(1.25, 1.25, 1.25)
  770. p41 = Instance.new("Part", m)
  771. p41.BrickColor = BrickColor.new("Brick yellow")
  772. p41.Name = "Smooth Block Model"
  773. p41.CFrame = CFrame.new(284.819916, 15.9700756, 24.0498867, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  774. p41.Anchored = true
  775. p41.Size = Vector3.new(2, 2.4000001, 2)
  776. p41.BackSurface = Enum.SurfaceType.Studs
  777. p41.BottomSurface = Enum.SurfaceType.Studs
  778. p41.FrontSurface = Enum.SurfaceType.Studs
  779. p41.LeftSurface = Enum.SurfaceType.Studs
  780. p41.RightSurface = Enum.SurfaceType.Studs
  781. b41 = Instance.new("SpecialMesh", p41)
  782. b41.MeshType = Enum.MeshType.Head
  783. b41.Name = "Mesh"
  784. b41.Scale = Vector3.new(1.25, 1.25, 1.25)
  785. p42 = Instance.new("Part", m)
  786. p42.BrickColor = BrickColor.new("Brick yellow")
  787. p42.Name = "Smooth Block Model"
  788. p42.CFrame = CFrame.new(284.819916, 15.9700909, 44.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  789. p42.Anchored = true
  790. p42.Size = Vector3.new(2, 2.4000001, 2)
  791. p42.BackSurface = Enum.SurfaceType.Studs
  792. p42.BottomSurface = Enum.SurfaceType.Studs
  793. p42.FrontSurface = Enum.SurfaceType.Studs
  794. p42.LeftSurface = Enum.SurfaceType.Studs
  795. p42.RightSurface = Enum.SurfaceType.Studs
  796. b42 = Instance.new("SpecialMesh", p42)
  797. b42.MeshType = Enum.MeshType.Head
  798. b42.Name = "Mesh"
  799. b42.Scale = Vector3.new(1.25, 1.25, 1.25)
  800. p43 = Instance.new("Part", m)
  801. p43.BrickColor = BrickColor.new("Brick yellow")
  802. p43.Name = "Smooth Block Model"
  803. p43.CFrame = CFrame.new(284.819916, 15.9700909, 46.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  804. p43.Anchored = true
  805. p43.Size = Vector3.new(2, 2.4000001, 2)
  806. p43.BackSurface = Enum.SurfaceType.Studs
  807. p43.BottomSurface = Enum.SurfaceType.Studs
  808. p43.FrontSurface = Enum.SurfaceType.Studs
  809. p43.LeftSurface = Enum.SurfaceType.Studs
  810. p43.RightSurface = Enum.SurfaceType.Studs
  811. b43 = Instance.new("SpecialMesh", p43)
  812. b43.MeshType = Enum.MeshType.Head
  813. b43.Name = "Mesh"
  814. b43.Scale = Vector3.new(1.25, 1.25, 1.25)
  815. p44 = Instance.new("Part", m)
  816. p44.BrickColor = BrickColor.new("Brick yellow")
  817. p44.Name = "Smooth Block Model"
  818. p44.CFrame = CFrame.new(284.819916, 15.9700756, 22.0498905, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  819. p44.Anchored = true
  820. p44.Size = Vector3.new(2, 2.4000001, 2)
  821. p44.BackSurface = Enum.SurfaceType.Studs
  822. p44.BottomSurface = Enum.SurfaceType.Studs
  823. p44.FrontSurface = Enum.SurfaceType.Studs
  824. p44.LeftSurface = Enum.SurfaceType.Studs
  825. p44.RightSurface = Enum.SurfaceType.Studs
  826. b44 = Instance.new("SpecialMesh", p44)
  827. b44.MeshType = Enum.MeshType.Head
  828. b44.Name = "Mesh"
  829. b44.Scale = Vector3.new(1.25, 1.25, 1.25)
  830. p45 = Instance.new("Part", m)
  831. p45.BrickColor = BrickColor.new("Brick yellow")
  832. p45.Name = "Smooth Block Model"
  833. p45.CFrame = CFrame.new(284.819916, 15.9700756, 26.0498829, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  834. p45.Anchored = true
  835. p45.Size = Vector3.new(2, 2.4000001, 2)
  836. p45.BackSurface = Enum.SurfaceType.Studs
  837. p45.BottomSurface = Enum.SurfaceType.Studs
  838. p45.FrontSurface = Enum.SurfaceType.Studs
  839. p45.LeftSurface = Enum.SurfaceType.Studs
  840. p45.RightSurface = Enum.SurfaceType.Studs
  841. b45 = Instance.new("SpecialMesh", p45)
  842. b45.MeshType = Enum.MeshType.Head
  843. b45.Name = "Mesh"
  844. b45.Scale = Vector3.new(1.25, 1.25, 1.25)
  845. p46 = Instance.new("Part", m)
  846. p46.BrickColor = BrickColor.new("Brick yellow")
  847. p46.Name = "Smooth Block Model"
  848. p46.CFrame = CFrame.new(286.019897, 6.97019577, 41.8499832, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  849. p46.Anchored = true
  850. p46.Size = Vector3.new(2, 2.4000001, 2)
  851. p46.BackSurface = Enum.SurfaceType.Studs
  852. p46.BottomSurface = Enum.SurfaceType.Studs
  853. p46.FrontSurface = Enum.SurfaceType.Studs
  854. p46.LeftSurface = Enum.SurfaceType.Studs
  855. p46.RightSurface = Enum.SurfaceType.Studs
  856. b46 = Instance.new("SpecialMesh", p46)
  857. b46.MeshType = Enum.MeshType.Head
  858. b46.Name = "Mesh"
  859. b46.Scale = Vector3.new(1.25, 1.25, 1.25)
  860. p47 = Instance.new("Part", m)
  861. p47.BrickColor = BrickColor.new("Brick yellow")
  862. p47.Name = "Smooth Block Model"
  863. p47.CFrame = CFrame.new(286.019897, 6.97026825, 47.8499832, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  864. p47.Anchored = true
  865. p47.Size = Vector3.new(2, 2.4000001, 2)
  866. p47.BackSurface = Enum.SurfaceType.Studs
  867. p47.BottomSurface = Enum.SurfaceType.Studs
  868. p47.FrontSurface = Enum.SurfaceType.Studs
  869. p47.LeftSurface = Enum.SurfaceType.Studs
  870. p47.RightSurface = Enum.SurfaceType.Studs
  871. b47 = Instance.new("SpecialMesh", p47)
  872. b47.MeshType = Enum.MeshType.Head
  873. b47.Name = "Mesh"
  874. b47.Scale = Vector3.new(1.25, 1.25, 1.25)
  875. p48 = Instance.new("Part", m)
  876. p48.BrickColor = BrickColor.new("Brick yellow")
  877. p48.Name = "Smooth Block Model"
  878. p48.CFrame = CFrame.new(283.819916, 6.97030067, 50.0499802, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  879. p48.Anchored = true
  880. p48.Size = Vector3.new(2, 2.4000001, 2)
  881. p48.BackSurface = Enum.SurfaceType.Studs
  882. p48.BottomSurface = Enum.SurfaceType.Studs
  883. p48.FrontSurface = Enum.SurfaceType.Studs
  884. p48.LeftSurface = Enum.SurfaceType.Studs
  885. p48.RightSurface = Enum.SurfaceType.Studs
  886. b48 = Instance.new("SpecialMesh", p48)
  887. b48.MeshType = Enum.MeshType.Head
  888. b48.Name = "Mesh"
  889. b48.Scale = Vector3.new(1.25, 1.25, 1.25)
  890. p49 = Instance.new("Part", m)
  891. p49.BrickColor = BrickColor.new("Reddish brown")
  892. p49.Name = "Smooth Block Model"
  893. p49.CFrame = CFrame.new(279.519989, 14.4699688, 35.8498878, 5.55004226e-006, -1.35046169e-010, -1, 1, -2.43326758e-005, 5.55004226e-006, -2.43326758e-005, -1, -4.02455846e-016)
  894. p49.Anchored = true
  895. p49.Size = Vector3.new(1, 26.4000015, 1)
  896. p49.BackSurface = Enum.SurfaceType.Studs
  897. p49.BottomSurface = Enum.SurfaceType.Studs
  898. p49.FrontSurface = Enum.SurfaceType.Studs
  899. p49.LeftSurface = Enum.SurfaceType.Studs
  900. p49.RightSurface = Enum.SurfaceType.Studs
  901. b49 = Instance.new("SpecialMesh", p49)
  902. b49.MeshType = Enum.MeshType.Head
  903. b49.Name = "Mesh"
  904. b49.Scale = Vector3.new(1.25, 1.25, 1.25)
  905. p50 = Instance.new("Part", m)
  906. p50.BrickColor = BrickColor.new("Reddish brown")
  907. p50.Name = "Smooth Block Model"
  908. p50.CFrame = CFrame.new(278.519989, 14.4699688, 35.8498726, 5.55004226e-006, -1.35046169e-010, -1, 1, -2.43326758e-005, 5.55004226e-006, -2.43326758e-005, -1, -4.02455846e-016)
  909. p50.Anchored = true
  910. p50.Size = Vector3.new(1, 26.4000015, 1)
  911. p50.BackSurface = Enum.SurfaceType.Studs
  912. p50.BottomSurface = Enum.SurfaceType.Studs
  913. p50.FrontSurface = Enum.SurfaceType.Studs
  914. p50.LeftSurface = Enum.SurfaceType.Studs
  915. p50.RightSurface = Enum.SurfaceType.Studs
  916. b50 = Instance.new("SpecialMesh", p50)
  917. b50.MeshType = Enum.MeshType.Head
  918. b50.Name = "Mesh"
  919. b50.Scale = Vector3.new(1.25, 1.25, 1.25)
  920. p51 = Instance.new("Part", m)
  921. p51.BrickColor = BrickColor.new("Brick yellow")
  922. p51.Name = "Smooth Block Model"
  923. p51.CFrame = CFrame.new(280.819946, 4.97029305, 50.0500107, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  924. p51.Anchored = true
  925. p51.Size = Vector3.new(2, 2.4000001, 2)
  926. p51.BackSurface = Enum.SurfaceType.Studs
  927. p51.BottomSurface = Enum.SurfaceType.Studs
  928. p51.FrontSurface = Enum.SurfaceType.Studs
  929. p51.LeftSurface = Enum.SurfaceType.Studs
  930. p51.RightSurface = Enum.SurfaceType.Studs
  931. b51 = Instance.new("SpecialMesh", p51)
  932. b51.MeshType = Enum.MeshType.Head
  933. b51.Name = "Mesh"
  934. b51.Scale = Vector3.new(1.25, 1.25, 1.25)
  935. p52 = Instance.new("Part", m)
  936. p52.BrickColor = BrickColor.new("Brick yellow")
  937. p52.Name = "Smooth Block Model"
  938. p52.CFrame = CFrame.new(286.019897, 4.97021484, 44.8500214, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  939. p52.Anchored = true
  940. p52.Size = Vector3.new(2, 2.4000001, 2)
  941. p52.BackSurface = Enum.SurfaceType.Studs
  942. p52.BottomSurface = Enum.SurfaceType.Studs
  943. p52.FrontSurface = Enum.SurfaceType.Studs
  944. p52.LeftSurface = Enum.SurfaceType.Studs
  945. p52.RightSurface = Enum.SurfaceType.Studs
  946. b52 = Instance.new("SpecialMesh", p52)
  947. b52.MeshType = Enum.MeshType.Head
  948. b52.Name = "Mesh"
  949. b52.Scale = Vector3.new(1.25, 1.25, 1.25)
  950. p53 = Instance.new("Part", m)
  951. p53.BrickColor = BrickColor.new("Brick yellow")
  952. p53.Name = "Smooth Block Model"
  953. p53.CFrame = CFrame.new(286.019897, 4.9701786, 41.8500137, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  954. p53.Anchored = true
  955. p53.Size = Vector3.new(2, 2.4000001, 2)
  956. p53.BackSurface = Enum.SurfaceType.Studs
  957. p53.BottomSurface = Enum.SurfaceType.Studs
  958. p53.FrontSurface = Enum.SurfaceType.Studs
  959. p53.LeftSurface = Enum.SurfaceType.Studs
  960. p53.RightSurface = Enum.SurfaceType.Studs
  961. b53 = Instance.new("SpecialMesh", p53)
  962. b53.MeshType = Enum.MeshType.Head
  963. b53.Name = "Mesh"
  964. b53.Scale = Vector3.new(1.25, 1.25, 1.25)
  965. p54 = Instance.new("Part", m)
  966. p54.BrickColor = BrickColor.new("Brick yellow")
  967. p54.Name = "Smooth Block Model"
  968. p54.CFrame = CFrame.new(286.019897, 2.9701674, 47.850029, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  969. p54.Anchored = true
  970. p54.Size = Vector3.new(2, 2.4000001, 2)
  971. p54.BackSurface = Enum.SurfaceType.Studs
  972. p54.BottomSurface = Enum.SurfaceType.Studs
  973. p54.FrontSurface = Enum.SurfaceType.Studs
  974. p54.LeftSurface = Enum.SurfaceType.Studs
  975. p54.RightSurface = Enum.SurfaceType.Studs
  976. b54 = Instance.new("SpecialMesh", p54)
  977. b54.MeshType = Enum.MeshType.Head
  978. b54.Name = "Mesh"
  979. b54.Scale = Vector3.new(1.25, 1.25, 1.25)
  980. p55 = Instance.new("Part", m)
  981. p55.BrickColor = BrickColor.new("Brick yellow")
  982. p55.Name = "Smooth Block Model"
  983. p55.CFrame = CFrame.new(286.019897, 1.17024994, 52.0500641, -5.36505489e-008, -2.77502181e-006, 1, 1.21663379e-005, -1, -2.77502113e-006, 1, 1.21663379e-005, 5.36843103e-008)
  984. p55.Anchored = true
  985. p55.Size = Vector3.new(2, 2.4000001, 2)
  986. p55.BackSurface = Enum.SurfaceType.Studs
  987. p55.BottomSurface = Enum.SurfaceType.Studs
  988. p55.FrontSurface = Enum.SurfaceType.Studs
  989. p55.LeftSurface = Enum.SurfaceType.Studs
  990. p55.RightSurface = Enum.SurfaceType.Studs
  991. b55 = Instance.new("SpecialMesh", p55)
  992. b55.MeshType = Enum.MeshType.Head
  993. b55.Name = "Mesh"
  994. b55.Scale = Vector3.new(1.25, 1.25, 1.25)
  995. p56 = Instance.new("Part", m)
  996. p56.BrickColor = BrickColor.new("Brick yellow")
  997. p56.Name = "Smooth Block Model"
  998. p56.CFrame = CFrame.new(288.019867, 1.17024422, 52.0500641, -5.36505489e-008, -2.77502181e-006, 1, 1.21663379e-005, -1, -2.77502113e-006, 1, 1.21663379e-005, 5.36843103e-008)
  999. p56.Anchored = true
  1000. p56.Size = Vector3.new(2, 2.4000001, 2)
  1001. p56.BackSurface = Enum.SurfaceType.Studs
  1002. p56.BottomSurface = Enum.SurfaceType.Studs
  1003. p56.FrontSurface = Enum.SurfaceType.Studs
  1004. p56.LeftSurface = Enum.SurfaceType.Studs
  1005. p56.RightSurface = Enum.SurfaceType.Studs
  1006. b56 = Instance.new("SpecialMesh", p56)
  1007. b56.MeshType = Enum.MeshType.Head
  1008. b56.Name = "Mesh"
  1009. b56.Scale = Vector3.new(1.25, 1.25, 1.25)
  1010. p57 = Instance.new("Part", m)
  1011. p57.BrickColor = BrickColor.new("Brick yellow")
  1012. p57.Name = "Smooth Block Model"
  1013. p57.CFrame = CFrame.new(280.819916, 0.970247924, 52.0500641, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  1014. p57.Anchored = true
  1015. p57.Size = Vector3.new(2, 2.4000001, 2)
  1016. p57.BackSurface = Enum.SurfaceType.Studs
  1017. p57.BottomSurface = Enum.SurfaceType.Studs
  1018. p57.FrontSurface = Enum.SurfaceType.Studs
  1019. p57.LeftSurface = Enum.SurfaceType.Studs
  1020. p57.RightSurface = Enum.SurfaceType.Studs
  1021. b57 = Instance.new("SpecialMesh", p57)
  1022. b57.MeshType = Enum.MeshType.Head
  1023. b57.Name = "Mesh"
  1024. b57.Scale = Vector3.new(1.25, 1.25, 1.25)
  1025. p58 = Instance.new("Part", m)
  1026. p58.BrickColor = BrickColor.new("Brick yellow")
  1027. p58.Name = "Smooth Block Model"
  1028. p58.CFrame = CFrame.new(283.819885, 0.970238388, 52.0500641, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  1029. p58.Anchored = true
  1030. p58.Size = Vector3.new(2, 2.4000001, 2)
  1031. p58.BackSurface = Enum.SurfaceType.Studs
  1032. p58.BottomSurface = Enum.SurfaceType.Studs
  1033. p58.FrontSurface = Enum.SurfaceType.Studs
  1034. p58.LeftSurface = Enum.SurfaceType.Studs
  1035. p58.RightSurface = Enum.SurfaceType.Studs
  1036. b58 = Instance.new("SpecialMesh", p58)
  1037. b58.MeshType = Enum.MeshType.Head
  1038. b58.Name = "Mesh"
  1039. b58.Scale = Vector3.new(1.25, 1.25, 1.25)
  1040. p59 = Instance.new("Part", m)
  1041. p59.BrickColor = BrickColor.new("Brick yellow")
  1042. p59.Name = "Smooth Block Model"
  1043. p59.CFrame = CFrame.new(280.819946, 2.97020936, 50.0500259, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  1044. p59.Anchored = true
  1045. p59.Size = Vector3.new(2, 2.4000001, 2)
  1046. p59.BackSurface = Enum.SurfaceType.Studs
  1047. p59.BottomSurface = Enum.SurfaceType.Studs
  1048. p59.FrontSurface = Enum.SurfaceType.Studs
  1049. p59.LeftSurface = Enum.SurfaceType.Studs
  1050. p59.RightSurface = Enum.SurfaceType.Studs
  1051. b59 = Instance.new("SpecialMesh", p59)
  1052. b59.MeshType = Enum.MeshType.Head
  1053. b59.Name = "Mesh"
  1054. b59.Scale = Vector3.new(1.25, 1.25, 1.25)
  1055. p60 = Instance.new("Part", m)
  1056. p60.BrickColor = BrickColor.new("Brick yellow")
  1057. p60.Name = "Smooth Block Model"
  1058. p60.CFrame = CFrame.new(283.819885, 2.97019982, 50.0500259, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  1059. p60.Anchored = true
  1060. p60.Size = Vector3.new(2, 2.4000001, 2)
  1061. p60.BackSurface = Enum.SurfaceType.Studs
  1062. p60.BottomSurface = Enum.SurfaceType.Studs
  1063. p60.FrontSurface = Enum.SurfaceType.Studs
  1064. p60.LeftSurface = Enum.SurfaceType.Studs
  1065. p60.RightSurface = Enum.SurfaceType.Studs
  1066. b60 = Instance.new("SpecialMesh", p60)
  1067. b60.MeshType = Enum.MeshType.Head
  1068. b60.Name = "Mesh"
  1069. b60.Scale = Vector3.new(1.25, 1.25, 1.25)
  1070. p61 = Instance.new("Part", m)
  1071. p61.BrickColor = BrickColor.new("Brick yellow")
  1072. p61.Name = "Smooth Block Model"
  1073. p61.CFrame = CFrame.new(280.019989, 15.9700909, 50.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  1074. p61.Anchored = true
  1075. p61.Size = Vector3.new(2, 2.4000001, 2)
  1076. p61.BackSurface = Enum.SurfaceType.Studs
  1077. p61.BottomSurface = Enum.SurfaceType.Studs
  1078. p61.FrontSurface = Enum.SurfaceType.Studs
  1079. p61.LeftSurface = Enum.SurfaceType.Studs
  1080. p61.RightSurface = Enum.SurfaceType.Studs
  1081. b61 = Instance.new("SpecialMesh", p61)
  1082. b61.MeshType = Enum.MeshType.Head
  1083. b61.Name = "Mesh"
  1084. b61.Scale = Vector3.new(1.25, 1.25, 1.25)
  1085. p62 = Instance.new("Part", m)
  1086. p62.BrickColor = BrickColor.new("Brick yellow")
  1087. p62.Name = "Smooth Block Model"
  1088. p62.CFrame = CFrame.new(280.019989, 15.9700909, 48.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  1089. p62.Anchored = true
  1090. p62.Size = Vector3.new(2, 2.4000001, 2)
  1091. p62.BackSurface = Enum.SurfaceType.Studs
  1092. p62.BottomSurface = Enum.SurfaceType.Studs
  1093. p62.FrontSurface = Enum.SurfaceType.Studs
  1094. p62.LeftSurface = Enum.SurfaceType.Studs
  1095. p62.RightSurface = Enum.SurfaceType.Studs
  1096. b62 = Instance.new("SpecialMesh", p62)
  1097. b62.MeshType = Enum.MeshType.Head
  1098. b62.Name = "Mesh"
  1099. b62.Scale = Vector3.new(1.25, 1.25, 1.25)
  1100. p63 = Instance.new("Part", m)
  1101. p63.BrickColor = BrickColor.new("Brick yellow")
  1102. p63.Name = "Smooth Block Model"
  1103. p63.CFrame = CFrame.new(280.019989, 15.9700871, 46.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  1104. p63.Anchored = true
  1105. p63.Size = Vector3.new(2, 2.4000001, 2)
  1106. p63.BackSurface = Enum.SurfaceType.Studs
  1107. p63.BottomSurface = Enum.SurfaceType.Studs
  1108. p63.FrontSurface = Enum.SurfaceType.Studs
  1109. p63.LeftSurface = Enum.SurfaceType.Studs
  1110. p63.RightSurface = Enum.SurfaceType.Studs
  1111. b63 = Instance.new("SpecialMesh", p63)
  1112. b63.MeshType = Enum.MeshType.Head
  1113. b63.Name = "Mesh"
  1114. b63.Scale = Vector3.new(1.25, 1.25, 1.25)
  1115. p64 = Instance.new("Part", m)
  1116. p64.BrickColor = BrickColor.new("Brick yellow")
  1117. p64.Name = "Smooth Block Model"
  1118. p64.CFrame = CFrame.new(280.019989, 15.9700871, 44.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  1119. p64.Anchored = true
  1120. p64.Size = Vector3.new(2, 2.4000001, 2)
  1121. p64.BackSurface = Enum.SurfaceType.Studs
  1122. p64.BottomSurface = Enum.SurfaceType.Studs
  1123. p64.FrontSurface = Enum.SurfaceType.Studs
  1124. p64.LeftSurface = Enum.SurfaceType.Studs
  1125. p64.RightSurface = Enum.SurfaceType.Studs
  1126. b64 = Instance.new("SpecialMesh", p64)
  1127. b64.MeshType = Enum.MeshType.Head
  1128. b64.Name = "Mesh"
  1129. b64.Scale = Vector3.new(1.25, 1.25, 1.25)
  1130. p65 = Instance.new("Part", m)
  1131. p65.BrickColor = BrickColor.new("Brick yellow")
  1132. p65.Name = "Smooth Block Model"
  1133. p65.CFrame = CFrame.new(280.019989, 15.9700832, 42.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  1134. p65.Anchored = true
  1135. p65.Size = Vector3.new(2, 2.4000001, 2)
  1136. p65.BackSurface = Enum.SurfaceType.Studs
  1137. p65.BottomSurface = Enum.SurfaceType.Studs
  1138. p65.FrontSurface = Enum.SurfaceType.Studs
  1139. p65.LeftSurface = Enum.SurfaceType.Studs
  1140. p65.RightSurface = Enum.SurfaceType.Studs
  1141. b65 = Instance.new("SpecialMesh", p65)
  1142. b65.MeshType = Enum.MeshType.Head
  1143. b65.Name = "Mesh"
  1144. b65.Scale = Vector3.new(1.25, 1.25, 1.25)
  1145. p66 = Instance.new("Part", m)
  1146. p66.BrickColor = BrickColor.new("Brick yellow")
  1147. p66.Name = "Smooth Block Model"
  1148. p66.CFrame = CFrame.new(280.019989, 15.9700832, 40.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  1149. p66.Anchored = true
  1150. p66.Size = Vector3.new(2, 2.4000001, 2)
  1151. p66.BackSurface = Enum.SurfaceType.Studs
  1152. p66.BottomSurface = Enum.SurfaceType.Studs
  1153. p66.FrontSurface = Enum.SurfaceType.Studs
  1154. p66.LeftSurface = Enum.SurfaceType.Studs
  1155. p66.RightSurface = Enum.SurfaceType.Studs
  1156. b66 = Instance.new("SpecialMesh", p66)
  1157. b66.MeshType = Enum.MeshType.Head
  1158. b66.Name = "Mesh"
  1159. b66.Scale = Vector3.new(1.25, 1.25, 1.25)
  1160. p67 = Instance.new("Part", m)
  1161. p67.BrickColor = BrickColor.new("Brick yellow")
  1162. p67.Name = "Smooth Block Model"
  1163. p67.CFrame = CFrame.new(280.019989, 15.9700832, 38.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  1164. p67.Anchored = true
  1165. p67.Size = Vector3.new(2, 2.4000001, 2)
  1166. p67.BackSurface = Enum.SurfaceType.Studs
  1167. p67.BottomSurface = Enum.SurfaceType.Studs
  1168. p67.FrontSurface = Enum.SurfaceType.Studs
  1169. p67.LeftSurface = Enum.SurfaceType.Studs
  1170. p67.RightSurface = Enum.SurfaceType.Studs
  1171. b67 = Instance.new("SpecialMesh", p67)
  1172. b67.MeshType = Enum.MeshType.Head
  1173. b67.Name = "Mesh"
  1174. b67.Scale = Vector3.new(1.25, 1.25, 1.25)
  1175. p68 = Instance.new("Part", m)
  1176. p68.BrickColor = BrickColor.new("Brick yellow")
  1177. p68.Name = "Smooth Block Model"
  1178. p68.CFrame = CFrame.new(280.019989, 15.9700794, 36.0498695, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  1179. p68.Anchored = true
  1180. p68.Size = Vector3.new(2, 2.4000001, 2)
  1181. p68.BackSurface = Enum.SurfaceType.Studs
  1182. p68.BottomSurface = Enum.SurfaceType.Studs
  1183. p68.FrontSurface = Enum.SurfaceType.Studs
  1184. p68.LeftSurface = Enum.SurfaceType.Studs
  1185. p68.RightSurface = Enum.SurfaceType.Studs
  1186. b68 = Instance.new("SpecialMesh", p68)
  1187. b68.MeshType = Enum.MeshType.Head
  1188. b68.Name = "Mesh"
  1189. b68.Scale = Vector3.new(1.25, 1.25, 1.25)
  1190. p69 = Instance.new("Part", m)
  1191. p69.BrickColor = BrickColor.new("Brick yellow")
  1192. p69.Name = "Smooth Block Model"
  1193. p69.CFrame = CFrame.new(280.019989, 15.9700794, 34.0498886, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  1194. p69.Anchored = true
  1195. p69.Size = Vector3.new(2, 2.4000001, 2)
  1196. p69.BackSurface = Enum.SurfaceType.Studs
  1197. p69.BottomSurface = Enum.SurfaceType.Studs
  1198. p69.FrontSurface = Enum.SurfaceType.Studs
  1199. p69.LeftSurface = Enum.SurfaceType.Studs
  1200. p69.RightSurface = Enum.SurfaceType.Studs
  1201. b69 = Instance.new("SpecialMesh", p69)
  1202. b69.MeshType = Enum.MeshType.Head
  1203. b69.Name = "Mesh"
  1204. b69.Scale = Vector3.new(1.25, 1.25, 1.25)
  1205. p70 = Instance.new("Part", m)
  1206. p70.BrickColor = BrickColor.new("Brick yellow")
  1207. p70.Name = "Smooth Block Model"
  1208. p70.CFrame = CFrame.new(280.019989, 15.9700794, 32.0498886, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  1209. p70.Anchored = true
  1210. p70.Size = Vector3.new(2, 2.4000001, 2)
  1211. p70.BackSurface = Enum.SurfaceType.Studs
  1212. p70.BottomSurface = Enum.SurfaceType.Studs
  1213. p70.FrontSurface = Enum.SurfaceType.Studs
  1214. p70.LeftSurface = Enum.SurfaceType.Studs
  1215. p70.RightSurface = Enum.SurfaceType.Studs
  1216. b70 = Instance.new("SpecialMesh", p70)
  1217. b70.MeshType = Enum.MeshType.Head
  1218. b70.Name = "Mesh"
  1219. b70.Scale = Vector3.new(1.25, 1.25, 1.25)
  1220. p71 = Instance.new("Part", m)
  1221. p71.BrickColor = BrickColor.new("Brick yellow")
  1222. p71.Name = "Smooth Block Model"
  1223. p71.CFrame = CFrame.new(280.019989, 15.9700756, 30.0498867, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  1224. p71.Anchored = true
  1225. p71.Size = Vector3.new(2, 2.4000001, 2)
  1226. p71.BackSurface = Enum.SurfaceType.Studs
  1227. p71.BottomSurface = Enum.SurfaceType.Studs
  1228. p71.FrontSurface = Enum.SurfaceType.Studs
  1229. p71.LeftSurface = Enum.SurfaceType.Studs
  1230. p71.RightSurface = Enum.SurfaceType.Studs
  1231. b71 = Instance.new("SpecialMesh", p71)
  1232. b71.MeshType = Enum.MeshType.Head
  1233. b71.Name = "Mesh"
  1234. b71.Scale = Vector3.new(1.25, 1.25, 1.25)
  1235. p72 = Instance.new("Part", m)
  1236. p72.BrickColor = BrickColor.new("Brick yellow")
  1237. p72.Name = "Smooth Block Model"
  1238. p72.CFrame = CFrame.new(280.019989, 15.9700756, 28.0498867, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  1239. p72.Anchored = true
  1240. p72.Size = Vector3.new(2, 2.4000001, 2)
  1241. p72.BackSurface = Enum.SurfaceType.Studs
  1242. p72.BottomSurface = Enum.SurfaceType.Studs
  1243. p72.FrontSurface = Enum.SurfaceType.Studs
  1244. p72.LeftSurface = Enum.SurfaceType.Studs
  1245. p72.RightSurface = Enum.SurfaceType.Studs
  1246. b72 = Instance.new("SpecialMesh", p72)
  1247. b72.MeshType = Enum.MeshType.Head
  1248. b72.Name = "Mesh"
  1249. b72.Scale = Vector3.new(1.25, 1.25, 1.25)
  1250. p73 = Instance.new("Part", m)
  1251. p73.BrickColor = BrickColor.new("Brick yellow")
  1252. p73.Name = "Smooth Block Model"
  1253. p73.CFrame = CFrame.new(280.019989, 15.9700718, 26.0498829, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  1254. p73.Anchored = true
  1255. p73.Size = Vector3.new(2, 2.4000001, 2)
  1256. p73.BackSurface = Enum.SurfaceType.Studs
  1257. p73.BottomSurface = Enum.SurfaceType.Studs
  1258. p73.FrontSurface = Enum.SurfaceType.Studs
  1259. p73.LeftSurface = Enum.SurfaceType.Studs
  1260. p73.RightSurface = Enum.SurfaceType.Studs
  1261. b73 = Instance.new("SpecialMesh", p73)
  1262. b73.MeshType = Enum.MeshType.Head
  1263. b73.Name = "Mesh"
  1264. b73.Scale = Vector3.new(1.25, 1.25, 1.25)
  1265. p74 = Instance.new("Part", m)
  1266. p74.BrickColor = BrickColor.new("Reddish brown")
  1267. p74.Name = "Smooth Block Model"
  1268. p74.CFrame = CFrame.new(277.519989, 14.4699726, 35.8498878, 5.55004226e-006, -1.35046169e-010, -1, 1, -2.43326758e-005, 5.55004226e-006, -2.43326758e-005, -1, -4.02455846e-016)
  1269. p74.Anchored = true
  1270. p74.Size = Vector3.new(1, 26.4000015, 1)
  1271. p74.BackSurface = Enum.SurfaceType.Studs
  1272. p74.BottomSurface = Enum.SurfaceType.Studs
  1273. p74.FrontSurface = Enum.SurfaceType.Studs
  1274. p74.LeftSurface = Enum.SurfaceType.Studs
  1275. p74.RightSurface = Enum.SurfaceType.Studs
  1276. b74 = Instance.new("SpecialMesh", p74)
  1277. b74.MeshType = Enum.MeshType.Head
  1278. b74.Name = "Mesh"
  1279. b74.Scale = Vector3.new(1.25, 1.25, 1.25)
  1280. p75 = Instance.new("Part", m)
  1281. p75.BrickColor = BrickColor.new("Brick yellow")
  1282. p75.Name = "Smooth Block Model"
  1283. p75.CFrame = CFrame.new(277.819977, 4.97030067, 50.0500107, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  1284. p75.Anchored = true
  1285. p75.Size = Vector3.new(2, 2.4000001, 2)
  1286. p75.BackSurface = Enum.SurfaceType.Studs
  1287. p75.BottomSurface = Enum.SurfaceType.Studs
  1288. p75.FrontSurface = Enum.SurfaceType.Studs
  1289. p75.LeftSurface = Enum.SurfaceType.Studs
  1290. p75.RightSurface = Enum.SurfaceType.Studs
  1291. b75 = Instance.new("SpecialMesh", p75)
  1292. b75.MeshType = Enum.MeshType.Head
  1293. b75.Name = "Mesh"
  1294. b75.Scale = Vector3.new(1.25, 1.25, 1.25)
  1295. p76 = Instance.new("Part", m)
  1296. p76.BrickColor = BrickColor.new("Brick yellow")
  1297. p76.Name = "Smooth Block Model"
  1298. p76.CFrame = CFrame.new(286.019897, 1.17022514, 50.0500565, -5.36505489e-008, -2.77502181e-006, 1, 1.21663379e-005, -1, -2.77502113e-006, 1, 1.21663379e-005, 5.36843103e-008)
  1299. p76.Anchored = true
  1300. p76.Size = Vector3.new(2, 2.4000001, 2)
  1301. p76.BackSurface = Enum.SurfaceType.Studs
  1302. p76.BottomSurface = Enum.SurfaceType.Studs
  1303. p76.FrontSurface = Enum.SurfaceType.Studs
  1304. p76.LeftSurface = Enum.SurfaceType.Studs
  1305. p76.RightSurface = Enum.SurfaceType.Studs
  1306. b76 = Instance.new("SpecialMesh", p76)
  1307. b76.MeshType = Enum.MeshType.Head
  1308. b76.Name = "Mesh"
  1309. b76.Scale = Vector3.new(1.25, 1.25, 1.25)
  1310. p77 = Instance.new("Part", m)
  1311. p77.BrickColor = BrickColor.new("Brick yellow")
  1312. p77.Name = "Smooth Block Model"
  1313. p77.CFrame = CFrame.new(286.019897, 2.97013116, 44.8500366, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  1314. p77.Anchored = true
  1315. p77.Size = Vector3.new(2, 2.4000001, 2)
  1316. p77.BackSurface = Enum.SurfaceType.Studs
  1317. p77.BottomSurface = Enum.SurfaceType.Studs
  1318. p77.FrontSurface = Enum.SurfaceType.Studs
  1319. p77.LeftSurface = Enum.SurfaceType.Studs
  1320. p77.RightSurface = Enum.SurfaceType.Studs
  1321. b77 = Instance.new("SpecialMesh", p77)
  1322. b77.MeshType = Enum.MeshType.Head
  1323. b77.Name = "Mesh"
  1324. b77.Scale = Vector3.new(1.25, 1.25, 1.25)
  1325. p78 = Instance.new("Part", m)
  1326. p78.BrickColor = BrickColor.new("Brick yellow")
  1327. p78.Name = "Smooth Block Model"
  1328. p78.CFrame = CFrame.new(288.019867, 1.17021942, 50.0500565, -5.36505489e-008, -2.77502181e-006, 1, 1.21663379e-005, -1, -2.77502113e-006, 1, 1.21663379e-005, 5.36843103e-008)
  1329. p78.Anchored = true
  1330. p78.Size = Vector3.new(2, 2.4000001, 2)
  1331. p78.BackSurface = Enum.SurfaceType.Studs
  1332. p78.BottomSurface = Enum.SurfaceType.Studs
  1333. p78.FrontSurface = Enum.SurfaceType.Studs
  1334. p78.LeftSurface = Enum.SurfaceType.Studs
  1335. p78.RightSurface = Enum.SurfaceType.Studs
  1336. b78 = Instance.new("SpecialMesh", p78)
  1337. b78.MeshType = Enum.MeshType.Head
  1338. b78.Name = "Mesh"
  1339. b78.Scale = Vector3.new(1.25, 1.25, 1.25)
  1340. p79 = Instance.new("Part", m)
  1341. p79.BrickColor = BrickColor.new("Brick yellow")
  1342. p79.Name = "Smooth Block Model"
  1343. p79.CFrame = CFrame.new(283.819885, 0.970213592, 50.0500565, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  1344. p79.Anchored = true
  1345. p79.Size = Vector3.new(2, 2.4000001, 2)
  1346. p79.BackSurface = Enum.SurfaceType.Studs
  1347. p79.BottomSurface = Enum.SurfaceType.Studs
  1348. p79.FrontSurface = Enum.SurfaceType.Studs
  1349. p79.LeftSurface = Enum.SurfaceType.Studs
  1350. p79.RightSurface = Enum.SurfaceType.Studs
  1351. b79 = Instance.new("SpecialMesh", p79)
  1352. b79.MeshType = Enum.MeshType.Head
  1353. b79.Name = "Mesh"
  1354. b79.Scale = Vector3.new(1.25, 1.25, 1.25)
  1355. p80 = Instance.new("Part", m)
  1356. p80.BrickColor = BrickColor.new("Brick yellow")
  1357. p80.Name = "Smooth Block Model"
  1358. p80.CFrame = CFrame.new(280.819916, 0.970223129, 50.0500565, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  1359. p80.Anchored = true
  1360. p80.Size = Vector3.new(2, 2.4000001, 2)
  1361. p80.BackSurface = Enum.SurfaceType.Studs
  1362. p80.BottomSurface = Enum.SurfaceType.Studs
  1363. p80.FrontSurface = Enum.SurfaceType.Studs
  1364. p80.LeftSurface = Enum.SurfaceType.Studs
  1365. p80.RightSurface = Enum.SurfaceType.Studs
  1366. b80 = Instance.new("SpecialMesh", p80)
  1367. b80.MeshType = Enum.MeshType.Head
  1368. b80.Name = "Mesh"
  1369. b80.Scale = Vector3.new(1.25, 1.25, 1.25)
  1370. p81 = Instance.new("Part", m)
  1371. p81.BrickColor = BrickColor.new("Brick yellow")
  1372. p81.Name = "Smooth Block Model"
  1373. p81.CFrame = CFrame.new(277.819946, 0.970230758, 50.0500565, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  1374. p81.Anchored = true
  1375. p81.Size = Vector3.new(2, 2.4000001, 2)
  1376. p81.BackSurface = Enum.SurfaceType.Studs
  1377. p81.BottomSurface = Enum.SurfaceType.Studs
  1378. p81.FrontSurface = Enum.SurfaceType.Studs
  1379. p81.LeftSurface = Enum.SurfaceType.Studs
  1380. p81.RightSurface = Enum.SurfaceType.Studs
  1381. b81 = Instance.new("SpecialMesh", p81)
  1382. b81.MeshType = Enum.MeshType.Head
  1383. b81.Name = "Mesh"
  1384. b81.Scale = Vector3.new(1.25, 1.25, 1.25)
  1385. p82 = Instance.new("Part", m)
  1386. p82.BrickColor = BrickColor.new("Brick yellow")
  1387. p82.Name = "Smooth Block Model"
  1388. p82.CFrame = CFrame.new(277.619995, 15.9700909, 48.0498734, 2.88710069e-008, -1, 0, 0, -2.27373675e-013, 1, -1, 2.88710034e-008, 0)
  1389. p82.Anchored = true
  1390. p82.Size = Vector3.new(2, 2.4000001, 2)
  1391. p82.BackSurface = Enum.SurfaceType.Studs
  1392. p82.BottomSurface = Enum.SurfaceType.Studs
  1393. p82.FrontSurface = Enum.SurfaceType.Studs
  1394. p82.LeftSurface = Enum.SurfaceType.Studs
  1395. p82.RightSurface = Enum.SurfaceType.Studs
  1396. b82 = Instance.new("SpecialMesh", p82)
  1397. b82.MeshType = Enum.MeshType.Head
  1398. b82.Name = "Mesh"
  1399. b82.Scale = Vector3.new(1.25, 1.25, 1.25)
  1400. p83 = Instance.new("Part", m)
  1401. p83.BrickColor = BrickColor.new("Brick yellow")
  1402. p83.Name = "Smooth Block Model"
  1403. p83.CFrame = CFrame.new(277.619995, 15.9700871, 46.0498734, 2.88711171e-008, -1, 0, 0, -2.27373675e-013, 1, -1, 2.88711099e-008, 0)
  1404. p83.Anchored = true
  1405. p83.Size = Vector3.new(2, 2.4000001, 2)
  1406. p83.BackSurface = Enum.SurfaceType.Studs
  1407. p83.BottomSurface = Enum.SurfaceType.Studs
  1408. p83.FrontSurface = Enum.SurfaceType.Studs
  1409. p83.LeftSurface = Enum.SurfaceType.Studs
  1410. p83.RightSurface = Enum.SurfaceType.Studs
  1411. b83 = Instance.new("SpecialMesh", p83)
  1412. b83.MeshType = Enum.MeshType.Head
  1413. b83.Name = "Mesh"
  1414. b83.Scale = Vector3.new(1.25, 1.25, 1.25)
  1415. p84 = Instance.new("Part", m)
  1416. p84.BrickColor = BrickColor.new("Brick yellow")
  1417. p84.Name = "Smooth Block Model"
  1418. p84.CFrame = CFrame.new(277.619995, 15.9700871, 44.0498734, 2.88712272e-008, -1, 0, 0, -2.27373675e-013, 1, -1, 2.88712165e-008, 0)
  1419. p84.Anchored = true
  1420. p84.Size = Vector3.new(2, 2.4000001, 2)
  1421. p84.BackSurface = Enum.SurfaceType.Studs
  1422. p84.BottomSurface = Enum.SurfaceType.Studs
  1423. p84.FrontSurface = Enum.SurfaceType.Studs
  1424. p84.LeftSurface = Enum.SurfaceType.Studs
  1425. p84.RightSurface = Enum.SurfaceType.Studs
  1426. b84 = Instance.new("SpecialMesh", p84)
  1427. b84.MeshType = Enum.MeshType.Head
  1428. b84.Name = "Mesh"
  1429. b84.Scale = Vector3.new(1.25, 1.25, 1.25)
  1430. p85 = Instance.new("Part", m)
  1431. p85.BrickColor = BrickColor.new("Brick yellow")
  1432. p85.Name = "Smooth Block Model"
  1433. p85.CFrame = CFrame.new(277.619995, 15.9700832, 42.0498734, 4.33069175e-007, -1, 1.13686838e-012, 0, -1.36424205e-012, 1, -1, 4.33069175e-007, 0)
  1434. p85.Anchored = true
  1435. p85.Size = Vector3.new(2, 2.4000001, 2)
  1436. p85.BackSurface = Enum.SurfaceType.Studs
  1437. p85.BottomSurface = Enum.SurfaceType.Studs
  1438. p85.FrontSurface = Enum.SurfaceType.Studs
  1439. p85.LeftSurface = Enum.SurfaceType.Studs
  1440. p85.RightSurface = Enum.SurfaceType.Studs
  1441. b85 = Instance.new("SpecialMesh", p85)
  1442. b85.MeshType = Enum.MeshType.Head
  1443. b85.Name = "Mesh"
  1444. b85.Scale = Vector3.new(1.25, 1.25, 1.25)
  1445. p86 = Instance.new("Part", m)
  1446. p86.BrickColor = BrickColor.new("Brick yellow")
  1447. p86.Name = "Smooth Block Model"
  1448. p86.CFrame = CFrame.new(277.619995, 15.9700832, 40.0498734, 1.29920772e-006, -1, 3.63797881e-012, -9.09494702e-013, -3.86535248e-012, 1, -1, 1.29920772e-006, 0)
  1449. p86.Anchored = true
  1450. p86.Size = Vector3.new(2, 2.4000001, 2)
  1451. p86.BackSurface = Enum.SurfaceType.Studs
  1452. p86.BottomSurface = Enum.SurfaceType.Studs
  1453. p86.FrontSurface = Enum.SurfaceType.Studs
  1454. p86.LeftSurface = Enum.SurfaceType.Studs
  1455. p86.RightSurface = Enum.SurfaceType.Studs
  1456. b86 = Instance.new("SpecialMesh", p86)
  1457. b86.MeshType = Enum.MeshType.Head
  1458. b86.Name = "Mesh"
  1459. b86.Scale = Vector3.new(1.25, 1.25, 1.25)
  1460. p87 = Instance.new("Part", m)
  1461. p87.BrickColor = BrickColor.new("Brick yellow")
  1462. p87.Name = "Smooth Block Model"
  1463. p87.CFrame = CFrame.new(277.620026, 15.9700832, 38.0498581, 9.09445498e-006, -1, -2.63753464e-011, -3.63797881e-012, -2.63753464e-011, 1, -1, -9.09445589e-006, -3.63797881e-012)
  1464. p87.Anchored = true
  1465. p87.Size = Vector3.new(2, 2.4000001, 2)
  1466. p87.BackSurface = Enum.SurfaceType.Studs
  1467. p87.BottomSurface = Enum.SurfaceType.Studs
  1468. p87.FrontSurface = Enum.SurfaceType.Studs
  1469. p87.LeftSurface = Enum.SurfaceType.Studs
  1470. p87.RightSurface = Enum.SurfaceType.Studs
  1471. b87 = Instance.new("SpecialMesh", p87)
  1472. b87.MeshType = Enum.MeshType.Head
  1473. b87.Name = "Mesh"
  1474. b87.Scale = Vector3.new(1.25, 1.25, 1.25)
  1475. p88 = Instance.new("Part", m)
  1476. p88.BrickColor = BrickColor.new("Brick yellow")
  1477. p88.Name = "Smooth Block Model"
  1478. p88.CFrame = CFrame.new(277.620026, 15.9700794, 36.0498543, 9.09445498e-006, -1, -2.63753464e-011, -3.63797881e-012, -2.63753464e-011, 1, -1, -9.09445589e-006, -3.63797881e-012)
  1479. p88.Anchored = true
  1480. p88.Size = Vector3.new(2, 2.4000001, 2)
  1481. p88.BackSurface = Enum.SurfaceType.Studs
  1482. p88.BottomSurface = Enum.SurfaceType.Studs
  1483. p88.FrontSurface = Enum.SurfaceType.Studs
  1484. p88.LeftSurface = Enum.SurfaceType.Studs
  1485. p88.RightSurface = Enum.SurfaceType.Studs
  1486. b88 = Instance.new("SpecialMesh", p88)
  1487. b88.MeshType = Enum.MeshType.Head
  1488. b88.Name = "Mesh"
  1489. b88.Scale = Vector3.new(1.25, 1.25, 1.25)
  1490. p89 = Instance.new("Part", m)
  1491. p89.BrickColor = BrickColor.new("Brick yellow")
  1492. p89.Name = "Smooth Block Model"
  1493. p89.CFrame = CFrame.new(277.620056, 15.9700794, 34.0498734, 9.09445498e-006, -1, -2.63753464e-011, -3.63797881e-012, -2.63753464e-011, 1, -1, -9.09445589e-006, -3.63797881e-012)
  1494. p89.Anchored = true
  1495. p89.Size = Vector3.new(2, 2.4000001, 2)
  1496. p89.BackSurface = Enum.SurfaceType.Studs
  1497. p89.BottomSurface = Enum.SurfaceType.Studs
  1498. p89.FrontSurface = Enum.SurfaceType.Studs
  1499. p89.LeftSurface = Enum.SurfaceType.Studs
  1500. p89.RightSurface = Enum.SurfaceType.Studs
  1501. b89 = Instance.new("SpecialMesh", p89)
  1502. b89.MeshType = Enum.MeshType.Head
  1503. b89.Name = "Mesh"
  1504. b89.Scale = Vector3.new(1.25, 1.25, 1.25)
  1505. p90 = Instance.new("Part", m)
  1506. p90.BrickColor = BrickColor.new("Brick yellow")
  1507. p90.Name = "Smooth Block Model"
  1508. p90.CFrame = CFrame.new(277.620056, 15.9700794, 32.0498734, 8.8560364e-006, -1, -2.72848411e-011, 0, -2.54658516e-011, 1, -1, -9.33287447e-006, -7.27595761e-012)
  1509. p90.Anchored = true
  1510. p90.Size = Vector3.new(2, 2.4000001, 2)
  1511. p90.BackSurface = Enum.SurfaceType.Studs
  1512. p90.BottomSurface = Enum.SurfaceType.Studs
  1513. p90.FrontSurface = Enum.SurfaceType.Studs
  1514. p90.LeftSurface = Enum.SurfaceType.Studs
  1515. p90.RightSurface = Enum.SurfaceType.Studs
  1516. b90 = Instance.new("SpecialMesh", p90)
  1517. b90.MeshType = Enum.MeshType.Head
  1518. b90.Name = "Mesh"
  1519. b90.Scale = Vector3.new(1.25, 1.25, 1.25)
  1520. p91 = Instance.new("Part", m)
  1521. p91.BrickColor = BrickColor.new("Brick yellow")
  1522. p91.Name = "Smooth Block Model"
  1523. p91.CFrame = CFrame.new(277.620087, 15.9700756, 30.0498867, 1.70347948e-006, -1, 3.63797881e-012, 1.12777343e-010, 3.63797881e-012, 1, -1, -1.70347948e-006, 1.12777343e-010)
  1524. p91.Anchored = true
  1525. p91.Size = Vector3.new(2, 2.4000001, 2)
  1526. p91.BackSurface = Enum.SurfaceType.Studs
  1527. p91.BottomSurface = Enum.SurfaceType.Studs
  1528. p91.FrontSurface = Enum.SurfaceType.Studs
  1529. p91.LeftSurface = Enum.SurfaceType.Studs
  1530. p91.RightSurface = Enum.SurfaceType.Studs
  1531. b91 = Instance.new("SpecialMesh", p91)
  1532. b91.MeshType = Enum.MeshType.Head
  1533. b91.Name = "Mesh"
  1534. b91.Scale = Vector3.new(1.25, 1.25, 1.25)
  1535. p92 = Instance.new("Part", m)
  1536. p92.BrickColor = BrickColor.new("Brick yellow")
  1537. p92.Name = "Smooth Block Model"
  1538. p92.CFrame = CFrame.new(277.620087, 15.9700756, 28.0498867, 1.70347948e-006, -1, 3.63797881e-012, 1.12777343e-010, 3.63797881e-012, 1, -1, -1.70347948e-006, 1.12777343e-010)
  1539. p92.Anchored = true
  1540. p92.Size = Vector3.new(2, 2.4000001, 2)
  1541. p92.BackSurface = Enum.SurfaceType.Studs
  1542. p92.BottomSurface = Enum.SurfaceType.Studs
  1543. p92.FrontSurface = Enum.SurfaceType.Studs
  1544. p92.LeftSurface = Enum.SurfaceType.Studs
  1545. p92.RightSurface = Enum.SurfaceType.Studs
  1546. b92 = Instance.new("SpecialMesh", p92)
  1547. b92.MeshType = Enum.MeshType.Head
  1548. b92.Name = "Mesh"
  1549. b92.Scale = Vector3.new(1.25, 1.25, 1.25)
  1550. p93 = Instance.new("Part", m)
  1551. p93.BrickColor = BrickColor.new("Brick yellow")
  1552. p93.Name = "Smooth Block Model"
  1553. p93.CFrame = CFrame.new(277.620087, 15.9700718, 26.0498829, 1.70347948e-006, -1, 3.63797881e-012, 1.12777343e-010, 3.63797881e-012, 1, -1, -1.70347948e-006, 1.12777343e-010)
  1554. p93.Anchored = true
  1555. p93.Size = Vector3.new(2, 2.4000001, 2)
  1556. p93.BackSurface = Enum.SurfaceType.Studs
  1557. p93.BottomSurface = Enum.SurfaceType.Studs
  1558. p93.FrontSurface = Enum.SurfaceType.Studs
  1559. p93.LeftSurface = Enum.SurfaceType.Studs
  1560. p93.RightSurface = Enum.SurfaceType.Studs
  1561. b93 = Instance.new("SpecialMesh", p93)
  1562. b93.MeshType = Enum.MeshType.Head
  1563. b93.Name = "Mesh"
  1564. b93.Scale = Vector3.new(1.25, 1.25, 1.25)
  1565. p94 = Instance.new("Part", m)
  1566. p94.BrickColor = BrickColor.new("Brick yellow")
  1567. p94.Name = "Smooth Block Model"
  1568. p94.CFrame = CFrame.new(277.620087, 15.9700718, 24.0498867, 1.70347948e-006, -1, 3.63797881e-012, 1.12777343e-010, 3.63797881e-012, 1, -1, -1.70347948e-006, 1.12777343e-010)
  1569. p94.Anchored = true
  1570. p94.Size = Vector3.new(2, 2.4000001, 2)
  1571. p94.BackSurface = Enum.SurfaceType.Studs
  1572. p94.BottomSurface = Enum.SurfaceType.Studs
  1573. p94.FrontSurface = Enum.SurfaceType.Studs
  1574. p94.LeftSurface = Enum.SurfaceType.Studs
  1575. p94.RightSurface = Enum.SurfaceType.Studs
  1576. b94 = Instance.new("SpecialMesh", p94)
  1577. b94.MeshType = Enum.MeshType.Head
  1578. b94.Name = "Mesh"
  1579. b94.Scale = Vector3.new(1.25, 1.25, 1.25)
  1580. p95 = Instance.new("Part", m)
  1581. p95.BrickColor = BrickColor.new("Brick yellow")
  1582. p95.Name = "Smooth Block Model"
  1583. p95.CFrame = CFrame.new(277.620087, 15.9700718, 22.0498905, 1.70347948e-006, -1, 3.63797881e-012, 1.12777343e-010, 3.63797881e-012, 1, -1, -1.70347948e-006, 1.12777343e-010)
  1584. p95.Anchored = true
  1585. p95.Size = Vector3.new(2, 2.4000001, 2)
  1586. p95.BackSurface = Enum.SurfaceType.Studs
  1587. p95.BottomSurface = Enum.SurfaceType.Studs
  1588. p95.FrontSurface = Enum.SurfaceType.Studs
  1589. p95.LeftSurface = Enum.SurfaceType.Studs
  1590. p95.RightSurface = Enum.SurfaceType.Studs
  1591. b95 = Instance.new("SpecialMesh", p95)
  1592. b95.MeshType = Enum.MeshType.Head
  1593. b95.Name = "Mesh"
  1594. b95.Scale = Vector3.new(1.25, 1.25, 1.25)
  1595. p96 = Instance.new("Part", m)
  1596. p96.BrickColor = BrickColor.new("Brick yellow")
  1597. p96.Name = "Smooth Block Model"
  1598. p96.CFrame = CFrame.new(277.819946, 0.970255554, 52.0500641, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  1599. p96.Anchored = true
  1600. p96.Size = Vector3.new(2, 2.4000001, 2)
  1601. p96.BackSurface = Enum.SurfaceType.Studs
  1602. p96.BottomSurface = Enum.SurfaceType.Studs
  1603. p96.FrontSurface = Enum.SurfaceType.Studs
  1604. p96.LeftSurface = Enum.SurfaceType.Studs
  1605. p96.RightSurface = Enum.SurfaceType.Studs
  1606. b96 = Instance.new("SpecialMesh", p96)
  1607. b96.MeshType = Enum.MeshType.Head
  1608. b96.Name = "Mesh"
  1609. b96.Scale = Vector3.new(1.25, 1.25, 1.25)
  1610. p97 = Instance.new("Part", m)
  1611. p97.BrickColor = BrickColor.new("Brick yellow")
  1612. p97.Name = "Smooth Block Model"
  1613. p97.CFrame = CFrame.new(277.819977, 2.97021699, 50.0500259, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  1614. p97.Anchored = true
  1615. p97.Size = Vector3.new(2, 2.4000001, 2)
  1616. p97.BackSurface = Enum.SurfaceType.Studs
  1617. p97.BottomSurface = Enum.SurfaceType.Studs
  1618. p97.FrontSurface = Enum.SurfaceType.Studs
  1619. p97.LeftSurface = Enum.SurfaceType.Studs
  1620. p97.RightSurface = Enum.SurfaceType.Studs
  1621. b97 = Instance.new("SpecialMesh", p97)
  1622. b97.MeshType = Enum.MeshType.Head
  1623. b97.Name = "Mesh"
  1624. b97.Scale = Vector3.new(1.25, 1.25, 1.25)
  1625. p98 = Instance.new("Part", m)
  1626. p98.BrickColor = BrickColor.new("Brick yellow")
  1627. p98.Name = "Smooth Block Model"
  1628. p98.CFrame = CFrame.new(277.619995, 15.9700909, 50.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  1629. p98.Anchored = true
  1630. p98.Size = Vector3.new(2, 2.4000001, 2)
  1631. p98.BackSurface = Enum.SurfaceType.Studs
  1632. p98.BottomSurface = Enum.SurfaceType.Studs
  1633. p98.FrontSurface = Enum.SurfaceType.Studs
  1634. p98.LeftSurface = Enum.SurfaceType.Studs
  1635. p98.RightSurface = Enum.SurfaceType.Studs
  1636. b98 = Instance.new("SpecialMesh", p98)
  1637. b98.MeshType = Enum.MeshType.Head
  1638. b98.Name = "Mesh"
  1639. b98.Scale = Vector3.new(1.25, 1.25, 1.25)
  1640. p99 = Instance.new("Part", m)
  1641. p99.BrickColor = BrickColor.new("Brick yellow")
  1642. p99.Name = "Smooth Block Model"
  1643. p99.CFrame = CFrame.new(286.019897, 6.97013092, 36.2499733, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  1644. p99.Anchored = true
  1645. p99.Size = Vector3.new(2, 2.4000001, 2)
  1646. p99.BackSurface = Enum.SurfaceType.Studs
  1647. p99.BottomSurface = Enum.SurfaceType.Studs
  1648. p99.FrontSurface = Enum.SurfaceType.Studs
  1649. p99.LeftSurface = Enum.SurfaceType.Studs
  1650. p99.RightSurface = Enum.SurfaceType.Studs
  1651. b99 = Instance.new("SpecialMesh", p99)
  1652. b99.MeshType = Enum.MeshType.Head
  1653. b99.Name = "Mesh"
  1654. b99.Scale = Vector3.new(1.25, 1.25, 1.25)
  1655. p100 = Instance.new("Part", m)
  1656. p100.BrickColor = BrickColor.new("Brick yellow")
  1657. p100.Name = "Smooth Block Model"
  1658. p100.CFrame = CFrame.new(277.819977, 6.97031784, 50.0499802, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  1659. p100.Anchored = true
  1660. p100.Size = Vector3.new(2, 2.4000001, 2)
  1661. p100.BackSurface = Enum.SurfaceType.Studs
  1662. p100.BottomSurface = Enum.SurfaceType.Studs
  1663. p100.FrontSurface = Enum.SurfaceType.Studs
  1664. p100.LeftSurface = Enum.SurfaceType.Studs
  1665. p100.RightSurface = Enum.SurfaceType.Studs
  1666. b100 = Instance.new("SpecialMesh", p100)
  1667. b100.MeshType = Enum.MeshType.Head
  1668. b100.Name = "Mesh"
  1669. b100.Scale = Vector3.new(1.25, 1.25, 1.25)
  1670. p101 = Instance.new("Part", m)
  1671. p101.BrickColor = BrickColor.new("Reddish brown")
  1672. p101.Name = "Smooth Block Model"
  1673. p101.CFrame = CFrame.new(276.52002, 14.4699764, 35.8498878, 5.55004226e-006, -1.35046169e-010, -1, 1, -2.43326758e-005, 5.55004226e-006, -2.43326758e-005, -1, -4.02455846e-016)
  1674. p101.Anchored = true
  1675. p101.Size = Vector3.new(1, 26.4000015, 1)
  1676. p101.BackSurface = Enum.SurfaceType.Studs
  1677. p101.BottomSurface = Enum.SurfaceType.Studs
  1678. p101.FrontSurface = Enum.SurfaceType.Studs
  1679. p101.LeftSurface = Enum.SurfaceType.Studs
  1680. p101.RightSurface = Enum.SurfaceType.Studs
  1681. b101 = Instance.new("SpecialMesh", p101)
  1682. b101.MeshType = Enum.MeshType.Head
  1683. b101.Name = "Mesh"
  1684. b101.Scale = Vector3.new(1.25, 1.25, 1.25)
  1685. p102 = Instance.new("Part", m)
  1686. p102.BrickColor = BrickColor.new("Reddish brown")
  1687. p102.Name = "Smooth Block Model"
  1688. p102.CFrame = CFrame.new(275.52002, 14.4699802, 35.8498726, 5.55004226e-006, -1.35046169e-010, -1, 1, -2.43326758e-005, 5.55004226e-006, -2.43326758e-005, -1, -4.02455846e-016)
  1689. p102.Anchored = true
  1690. p102.Size = Vector3.new(1, 26.4000015, 1)
  1691. p102.BackSurface = Enum.SurfaceType.Studs
  1692. p102.BottomSurface = Enum.SurfaceType.Studs
  1693. p102.FrontSurface = Enum.SurfaceType.Studs
  1694. p102.LeftSurface = Enum.SurfaceType.Studs
  1695. p102.RightSurface = Enum.SurfaceType.Studs
  1696. b102 = Instance.new("SpecialMesh", p102)
  1697. b102.MeshType = Enum.MeshType.Head
  1698. b102.Name = "Mesh"
  1699. b102.Scale = Vector3.new(1.25, 1.25, 1.25)
  1700. p103 = Instance.new("Part", m)
  1701. p103.BrickColor = BrickColor.new("Reddish brown")
  1702. p103.Name = "Smooth Block Model"
  1703. p103.CFrame = CFrame.new(274.52002, 14.4699802, 35.8498878, 5.55004226e-006, -1.35046169e-010, -1, 1, -2.43326758e-005, 5.55004226e-006, -2.43326758e-005, -1, -4.02455846e-016)
  1704. p103.Anchored = true
  1705. p103.Size = Vector3.new(1, 26.4000015, 1)
  1706. p103.BackSurface = Enum.SurfaceType.Studs
  1707. p103.BottomSurface = Enum.SurfaceType.Studs
  1708. p103.FrontSurface = Enum.SurfaceType.Studs
  1709. p103.LeftSurface = Enum.SurfaceType.Studs
  1710. p103.RightSurface = Enum.SurfaceType.Studs
  1711. b103 = Instance.new("SpecialMesh", p103)
  1712. b103.MeshType = Enum.MeshType.Head
  1713. b103.Name = "Mesh"
  1714. b103.Scale = Vector3.new(1.25, 1.25, 1.25)
  1715. p104 = Instance.new("Part", m)
  1716. p104.BrickColor = BrickColor.new("Reddish brown")
  1717. p104.Name = "Smooth Block Model"
  1718. p104.CFrame = CFrame.new(284.519897, 4.47008038, 36.2500038, 2.77502181e-006, -5.36505489e-008, 1, 1, 1.21663379e-005, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008)
  1719. p104.Anchored = true
  1720. p104.Size = Vector3.new(1, 20.4000015, 1)
  1721. p104.BackSurface = Enum.SurfaceType.Studs
  1722. p104.BottomSurface = Enum.SurfaceType.Studs
  1723. p104.FrontSurface = Enum.SurfaceType.Studs
  1724. p104.LeftSurface = Enum.SurfaceType.Studs
  1725. p104.RightSurface = Enum.SurfaceType.Studs
  1726. b104 = Instance.new("SpecialMesh", p104)
  1727. b104.MeshType = Enum.MeshType.Head
  1728. b104.Name = "Mesh"
  1729. b104.Scale = Vector3.new(1.25, 1.25, 1.25)
  1730. p105 = Instance.new("Part", m)
  1731. p105.BrickColor = BrickColor.new("Reddish brown")
  1732. p105.Name = "Smooth Block Model"
  1733. p105.CFrame = CFrame.new(284.519897, 5.47012997, 36.2500038, 2.77502181e-006, -5.36505489e-008, 1, 1, 1.21663379e-005, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008)
  1734. p105.Anchored = true
  1735. p105.Size = Vector3.new(1, 20.4000015, 1)
  1736. p105.BackSurface = Enum.SurfaceType.Studs
  1737. p105.BottomSurface = Enum.SurfaceType.Studs
  1738. p105.FrontSurface = Enum.SurfaceType.Studs
  1739. p105.LeftSurface = Enum.SurfaceType.Studs
  1740. p105.RightSurface = Enum.SurfaceType.Studs
  1741. b105 = Instance.new("SpecialMesh", p105)
  1742. b105.MeshType = Enum.MeshType.Head
  1743. b105.Name = "Mesh"
  1744. b105.Scale = Vector3.new(1.25, 1.25, 1.25)
  1745. p106 = Instance.new("Part", m)
  1746. p106.BrickColor = BrickColor.new("Brick yellow")
  1747. p106.Name = "Smooth Block Model"
  1748. p106.CFrame = CFrame.new(274.819977, 4.9703083, 50.0500107, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  1749. p106.Anchored = true
  1750. p106.Size = Vector3.new(2, 2.4000001, 2)
  1751. p106.BackSurface = Enum.SurfaceType.Studs
  1752. p106.BottomSurface = Enum.SurfaceType.Studs
  1753. p106.FrontSurface = Enum.SurfaceType.Studs
  1754. p106.LeftSurface = Enum.SurfaceType.Studs
  1755. p106.RightSurface = Enum.SurfaceType.Studs
  1756. b106 = Instance.new("SpecialMesh", p106)
  1757. b106.MeshType = Enum.MeshType.Head
  1758. b106.Name = "Mesh"
  1759. b106.Scale = Vector3.new(1.25, 1.25, 1.25)
  1760. p107 = Instance.new("Part", m)
  1761. p107.BrickColor = BrickColor.new("Brick yellow")
  1762. p107.Name = "Smooth Block Model"
  1763. p107.CFrame = CFrame.new(286.019897, 4.97014236, 38.8500137, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  1764. p107.Anchored = true
  1765. p107.Size = Vector3.new(2, 2.4000001, 2)
  1766. p107.BackSurface = Enum.SurfaceType.Studs
  1767. p107.BottomSurface = Enum.SurfaceType.Studs
  1768. p107.FrontSurface = Enum.SurfaceType.Studs
  1769. p107.LeftSurface = Enum.SurfaceType.Studs
  1770. p107.RightSurface = Enum.SurfaceType.Studs
  1771. b107 = Instance.new("SpecialMesh", p107)
  1772. b107.MeshType = Enum.MeshType.Head
  1773. b107.Name = "Mesh"
  1774. b107.Scale = Vector3.new(1.25, 1.25, 1.25)
  1775. p108 = Instance.new("Part", m)
  1776. p108.BrickColor = BrickColor.new("Brick yellow")
  1777. p108.Name = "Smooth Block Model"
  1778. p108.CFrame = CFrame.new(286.019897, 4.97011375, 36.2500038, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  1779. p108.Anchored = true
  1780. p108.Size = Vector3.new(2, 2.4000001, 2)
  1781. p108.BackSurface = Enum.SurfaceType.Studs
  1782. p108.BottomSurface = Enum.SurfaceType.Studs
  1783. p108.FrontSurface = Enum.SurfaceType.Studs
  1784. p108.LeftSurface = Enum.SurfaceType.Studs
  1785. p108.RightSurface = Enum.SurfaceType.Studs
  1786. b108 = Instance.new("SpecialMesh", p108)
  1787. b108.MeshType = Enum.MeshType.Head
  1788. b108.Name = "Mesh"
  1789. b108.Scale = Vector3.new(1.25, 1.25, 1.25)
  1790. p109 = Instance.new("Part", m)
  1791. p109.BrickColor = BrickColor.new("Brick yellow")
  1792. p109.Name = "Smooth Block Model"
  1793. p109.CFrame = CFrame.new(286.019897, 2.97009492, 41.850029, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  1794. p109.Anchored = true
  1795. p109.Size = Vector3.new(2, 2.4000001, 2)
  1796. p109.BackSurface = Enum.SurfaceType.Studs
  1797. p109.BottomSurface = Enum.SurfaceType.Studs
  1798. p109.FrontSurface = Enum.SurfaceType.Studs
  1799. p109.LeftSurface = Enum.SurfaceType.Studs
  1800. p109.RightSurface = Enum.SurfaceType.Studs
  1801. b109 = Instance.new("SpecialMesh", p109)
  1802. b109.MeshType = Enum.MeshType.Head
  1803. b109.Name = "Mesh"
  1804. b109.Scale = Vector3.new(1.25, 1.25, 1.25)
  1805. p110 = Instance.new("Part", m)
  1806. p110.BrickColor = BrickColor.new("Brick yellow")
  1807. p110.Name = "Smooth Block Model"
  1808. p110.CFrame = CFrame.new(286.019897, 2.97005868, 38.850029, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  1809. p110.Anchored = true
  1810. p110.Size = Vector3.new(2, 2.4000001, 2)
  1811. p110.BackSurface = Enum.SurfaceType.Studs
  1812. p110.BottomSurface = Enum.SurfaceType.Studs
  1813. p110.FrontSurface = Enum.SurfaceType.Studs
  1814. p110.LeftSurface = Enum.SurfaceType.Studs
  1815. p110.RightSurface = Enum.SurfaceType.Studs
  1816. b110 = Instance.new("SpecialMesh", p110)
  1817. b110.MeshType = Enum.MeshType.Head
  1818. b110.Name = "Mesh"
  1819. b110.Scale = Vector3.new(1.25, 1.25, 1.25)
  1820. p111 = Instance.new("Part", m)
  1821. p111.BrickColor = BrickColor.new("Brick yellow")
  1822. p111.Name = "Smooth Block Model"
  1823. p111.CFrame = CFrame.new(288.019867, 0.970139205, 44.8500671, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  1824. p111.Anchored = true
  1825. p111.Size = Vector3.new(2, 2.4000001, 2)
  1826. p111.BackSurface = Enum.SurfaceType.Studs
  1827. p111.BottomSurface = Enum.SurfaceType.Studs
  1828. p111.FrontSurface = Enum.SurfaceType.Studs
  1829. p111.LeftSurface = Enum.SurfaceType.Studs
  1830. p111.RightSurface = Enum.SurfaceType.Studs
  1831. b111 = Instance.new("SpecialMesh", p111)
  1832. b111.MeshType = Enum.MeshType.Head
  1833. b111.Name = "Mesh"
  1834. b111.Scale = Vector3.new(1.25, 1.25, 1.25)
  1835. p112 = Instance.new("Part", m)
  1836. p112.BrickColor = BrickColor.new("Brick yellow")
  1837. p112.Name = "Smooth Block Model"
  1838. p112.CFrame = CFrame.new(288.019867, 0.970175445, 47.8500595, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  1839. p112.Anchored = true
  1840. p112.Size = Vector3.new(2, 2.4000001, 2)
  1841. p112.BackSurface = Enum.SurfaceType.Studs
  1842. p112.BottomSurface = Enum.SurfaceType.Studs
  1843. p112.FrontSurface = Enum.SurfaceType.Studs
  1844. p112.LeftSurface = Enum.SurfaceType.Studs
  1845. p112.RightSurface = Enum.SurfaceType.Studs
  1846. b112 = Instance.new("SpecialMesh", p112)
  1847. b112.MeshType = Enum.MeshType.Head
  1848. b112.Name = "Mesh"
  1849. b112.Scale = Vector3.new(1.25, 1.25, 1.25)
  1850. p113 = Instance.new("Part", m)
  1851. p113.BrickColor = BrickColor.new("Brick yellow")
  1852. p113.Name = "Smooth Block Model"
  1853. p113.CFrame = CFrame.new(274.819977, 0.970238388, 50.0500565, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  1854. p113.Anchored = true
  1855. p113.Size = Vector3.new(2, 2.4000001, 2)
  1856. p113.BackSurface = Enum.SurfaceType.Studs
  1857. p113.BottomSurface = Enum.SurfaceType.Studs
  1858. p113.FrontSurface = Enum.SurfaceType.Studs
  1859. p113.LeftSurface = Enum.SurfaceType.Studs
  1860. p113.RightSurface = Enum.SurfaceType.Studs
  1861. b113 = Instance.new("SpecialMesh", p113)
  1862. b113.MeshType = Enum.MeshType.Head
  1863. b113.Name = "Mesh"
  1864. b113.Scale = Vector3.new(1.25, 1.25, 1.25)
  1865. p114 = Instance.new("Part", m)
  1866. p114.BrickColor = BrickColor.new("Brick yellow")
  1867. p114.Name = "Smooth Block Model"
  1868. p114.CFrame = CFrame.new(275.220001, 15.9699993, 38.0498734, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  1869. p114.Anchored = true
  1870. p114.Size = Vector3.new(2, 2.4000001, 2)
  1871. p114.BackSurface = Enum.SurfaceType.Studs
  1872. p114.BottomSurface = Enum.SurfaceType.Studs
  1873. p114.FrontSurface = Enum.SurfaceType.Studs
  1874. p114.LeftSurface = Enum.SurfaceType.Studs
  1875. p114.RightSurface = Enum.SurfaceType.Studs
  1876. b114 = Instance.new("SpecialMesh", p114)
  1877. b114.MeshType = Enum.MeshType.Head
  1878. b114.Name = "Mesh"
  1879. b114.Scale = Vector3.new(1.25, 1.25, 1.25)
  1880. p115 = Instance.new("Part", m)
  1881. p115.BrickColor = BrickColor.new("Brick yellow")
  1882. p115.Name = "Smooth Block Model"
  1883. p115.CFrame = CFrame.new(275.220001, 15.9699993, 36.0498695, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  1884. p115.Anchored = true
  1885. p115.Size = Vector3.new(2, 2.4000001, 2)
  1886. p115.BackSurface = Enum.SurfaceType.Studs
  1887. p115.BottomSurface = Enum.SurfaceType.Studs
  1888. p115.FrontSurface = Enum.SurfaceType.Studs
  1889. p115.LeftSurface = Enum.SurfaceType.Studs
  1890. p115.RightSurface = Enum.SurfaceType.Studs
  1891. b115 = Instance.new("SpecialMesh", p115)
  1892. b115.MeshType = Enum.MeshType.Head
  1893. b115.Name = "Mesh"
  1894. b115.Scale = Vector3.new(1.25, 1.25, 1.25)
  1895. p116 = Instance.new("Part", m)
  1896. p116.BrickColor = BrickColor.new("Brick yellow")
  1897. p116.Name = "Smooth Block Model"
  1898. p116.CFrame = CFrame.new(275.220001, 15.9699993, 34.0498886, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  1899. p116.Anchored = true
  1900. p116.Size = Vector3.new(2, 2.4000001, 2)
  1901. p116.BackSurface = Enum.SurfaceType.Studs
  1902. p116.BottomSurface = Enum.SurfaceType.Studs
  1903. p116.FrontSurface = Enum.SurfaceType.Studs
  1904. p116.LeftSurface = Enum.SurfaceType.Studs
  1905. p116.RightSurface = Enum.SurfaceType.Studs
  1906. b116 = Instance.new("SpecialMesh", p116)
  1907. b116.MeshType = Enum.MeshType.Head
  1908. b116.Name = "Mesh"
  1909. b116.Scale = Vector3.new(1.25, 1.25, 1.25)
  1910. p117 = Instance.new("Part", m)
  1911. p117.BrickColor = BrickColor.new("Brick yellow")
  1912. p117.Name = "Smooth Block Model"
  1913. p117.CFrame = CFrame.new(275.220001, 15.9699993, 32.0498886, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  1914. p117.Anchored = true
  1915. p117.Size = Vector3.new(2, 2.4000001, 2)
  1916. p117.BackSurface = Enum.SurfaceType.Studs
  1917. p117.BottomSurface = Enum.SurfaceType.Studs
  1918. p117.FrontSurface = Enum.SurfaceType.Studs
  1919. p117.LeftSurface = Enum.SurfaceType.Studs
  1920. p117.RightSurface = Enum.SurfaceType.Studs
  1921. b117 = Instance.new("SpecialMesh", p117)
  1922. b117.MeshType = Enum.MeshType.Head
  1923. b117.Name = "Mesh"
  1924. b117.Scale = Vector3.new(1.25, 1.25, 1.25)
  1925. p118 = Instance.new("Part", m)
  1926. p118.BrickColor = BrickColor.new("Brick yellow")
  1927. p118.Name = "Smooth Block Model"
  1928. p118.CFrame = CFrame.new(275.220001, 15.9699993, 30.0498867, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  1929. p118.Anchored = true
  1930. p118.Size = Vector3.new(2, 2.4000001, 2)
  1931. p118.BackSurface = Enum.SurfaceType.Studs
  1932. p118.BottomSurface = Enum.SurfaceType.Studs
  1933. p118.FrontSurface = Enum.SurfaceType.Studs
  1934. p118.LeftSurface = Enum.SurfaceType.Studs
  1935. p118.RightSurface = Enum.SurfaceType.Studs
  1936. b118 = Instance.new("SpecialMesh", p118)
  1937. b118.MeshType = Enum.MeshType.Head
  1938. b118.Name = "Mesh"
  1939. b118.Scale = Vector3.new(1.25, 1.25, 1.25)
  1940. p119 = Instance.new("Part", m)
  1941. p119.BrickColor = BrickColor.new("Brick yellow")
  1942. p119.Name = "Smooth Block Model"
  1943. p119.CFrame = CFrame.new(275.220001, 15.9699993, 28.0498867, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  1944. p119.Anchored = true
  1945. p119.Size = Vector3.new(2, 2.4000001, 2)
  1946. p119.BackSurface = Enum.SurfaceType.Studs
  1947. p119.BottomSurface = Enum.SurfaceType.Studs
  1948. p119.FrontSurface = Enum.SurfaceType.Studs
  1949. p119.LeftSurface = Enum.SurfaceType.Studs
  1950. p119.RightSurface = Enum.SurfaceType.Studs
  1951. b119 = Instance.new("SpecialMesh", p119)
  1952. b119.MeshType = Enum.MeshType.Head
  1953. b119.Name = "Mesh"
  1954. b119.Scale = Vector3.new(1.25, 1.25, 1.25)
  1955. p120 = Instance.new("Part", m)
  1956. p120.BrickColor = BrickColor.new("Brick yellow")
  1957. p120.Name = "Smooth Block Model"
  1958. p120.CFrame = CFrame.new(275.220001, 15.9699993, 26.0498829, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  1959. p120.Anchored = true
  1960. p120.Size = Vector3.new(2, 2.4000001, 2)
  1961. p120.BackSurface = Enum.SurfaceType.Studs
  1962. p120.BottomSurface = Enum.SurfaceType.Studs
  1963. p120.FrontSurface = Enum.SurfaceType.Studs
  1964. p120.LeftSurface = Enum.SurfaceType.Studs
  1965. p120.RightSurface = Enum.SurfaceType.Studs
  1966. b120 = Instance.new("SpecialMesh", p120)
  1967. b120.MeshType = Enum.MeshType.Head
  1968. b120.Name = "Mesh"
  1969. b120.Scale = Vector3.new(1.25, 1.25, 1.25)
  1970. p121 = Instance.new("Part", m)
  1971. p121.BrickColor = BrickColor.new("Brick yellow")
  1972. p121.Name = "Smooth Block Model"
  1973. p121.CFrame = CFrame.new(275.220001, 15.9699993, 24.0498867, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  1974. p121.Anchored = true
  1975. p121.Size = Vector3.new(2, 2.4000001, 2)
  1976. p121.BackSurface = Enum.SurfaceType.Studs
  1977. p121.BottomSurface = Enum.SurfaceType.Studs
  1978. p121.FrontSurface = Enum.SurfaceType.Studs
  1979. p121.LeftSurface = Enum.SurfaceType.Studs
  1980. p121.RightSurface = Enum.SurfaceType.Studs
  1981. b121 = Instance.new("SpecialMesh", p121)
  1982. b121.MeshType = Enum.MeshType.Head
  1983. b121.Name = "Mesh"
  1984. b121.Scale = Vector3.new(1.25, 1.25, 1.25)
  1985. p122 = Instance.new("Part", m)
  1986. p122.BrickColor = BrickColor.new("Brick yellow")
  1987. p122.Name = "Smooth Block Model"
  1988. p122.CFrame = CFrame.new(275.220001, 15.9699993, 22.0498905, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  1989. p122.Anchored = true
  1990. p122.Size = Vector3.new(2, 2.4000001, 2)
  1991. p122.BackSurface = Enum.SurfaceType.Studs
  1992. p122.BottomSurface = Enum.SurfaceType.Studs
  1993. p122.FrontSurface = Enum.SurfaceType.Studs
  1994. p122.LeftSurface = Enum.SurfaceType.Studs
  1995. p122.RightSurface = Enum.SurfaceType.Studs
  1996. b122 = Instance.new("SpecialMesh", p122)
  1997. b122.MeshType = Enum.MeshType.Head
  1998. b122.Name = "Mesh"
  1999. b122.Scale = Vector3.new(1.25, 1.25, 1.25)
  2000. p123 = Instance.new("Part", m)
  2001. p123.BrickColor = BrickColor.new("Brick yellow")
  2002. p123.Name = "Smooth Block Model"
  2003. p123.CFrame = CFrame.new(275.220001, 15.9699993, 48.0498734, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  2004. p123.Anchored = true
  2005. p123.Size = Vector3.new(2, 2.4000001, 2)
  2006. p123.BackSurface = Enum.SurfaceType.Studs
  2007. p123.BottomSurface = Enum.SurfaceType.Studs
  2008. p123.FrontSurface = Enum.SurfaceType.Studs
  2009. p123.LeftSurface = Enum.SurfaceType.Studs
  2010. p123.RightSurface = Enum.SurfaceType.Studs
  2011. b123 = Instance.new("SpecialMesh", p123)
  2012. b123.MeshType = Enum.MeshType.Head
  2013. b123.Name = "Mesh"
  2014. b123.Scale = Vector3.new(1.25, 1.25, 1.25)
  2015. p124 = Instance.new("Part", m)
  2016. p124.BrickColor = BrickColor.new("Brick yellow")
  2017. p124.Name = "Smooth Block Model"
  2018. p124.CFrame = CFrame.new(275.220001, 15.9699993, 46.0498734, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  2019. p124.Anchored = true
  2020. p124.Size = Vector3.new(2, 2.4000001, 2)
  2021. p124.BackSurface = Enum.SurfaceType.Studs
  2022. p124.BottomSurface = Enum.SurfaceType.Studs
  2023. p124.FrontSurface = Enum.SurfaceType.Studs
  2024. p124.LeftSurface = Enum.SurfaceType.Studs
  2025. p124.RightSurface = Enum.SurfaceType.Studs
  2026. b124 = Instance.new("SpecialMesh", p124)
  2027. b124.MeshType = Enum.MeshType.Head
  2028. b124.Name = "Mesh"
  2029. b124.Scale = Vector3.new(1.25, 1.25, 1.25)
  2030. p125 = Instance.new("Part", m)
  2031. p125.BrickColor = BrickColor.new("Brick yellow")
  2032. p125.Name = "Smooth Block Model"
  2033. p125.CFrame = CFrame.new(275.220001, 15.9699993, 44.0498734, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  2034. p125.Anchored = true
  2035. p125.Size = Vector3.new(2, 2.4000001, 2)
  2036. p125.BackSurface = Enum.SurfaceType.Studs
  2037. p125.BottomSurface = Enum.SurfaceType.Studs
  2038. p125.FrontSurface = Enum.SurfaceType.Studs
  2039. p125.LeftSurface = Enum.SurfaceType.Studs
  2040. p125.RightSurface = Enum.SurfaceType.Studs
  2041. b125 = Instance.new("SpecialMesh", p125)
  2042. b125.MeshType = Enum.MeshType.Head
  2043. b125.Name = "Mesh"
  2044. b125.Scale = Vector3.new(1.25, 1.25, 1.25)
  2045. p126 = Instance.new("Part", m)
  2046. p126.BrickColor = BrickColor.new("Brick yellow")
  2047. p126.Name = "Smooth Block Model"
  2048. p126.CFrame = CFrame.new(275.220001, 15.9699993, 42.0498734, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  2049. p126.Anchored = true
  2050. p126.Size = Vector3.new(2, 2.4000001, 2)
  2051. p126.BackSurface = Enum.SurfaceType.Studs
  2052. p126.BottomSurface = Enum.SurfaceType.Studs
  2053. p126.FrontSurface = Enum.SurfaceType.Studs
  2054. p126.LeftSurface = Enum.SurfaceType.Studs
  2055. p126.RightSurface = Enum.SurfaceType.Studs
  2056. b126 = Instance.new("SpecialMesh", p126)
  2057. b126.MeshType = Enum.MeshType.Head
  2058. b126.Name = "Mesh"
  2059. b126.Scale = Vector3.new(1.25, 1.25, 1.25)
  2060. p127 = Instance.new("Part", m)
  2061. p127.BrickColor = BrickColor.new("Brick yellow")
  2062. p127.Name = "Smooth Block Model"
  2063. p127.CFrame = CFrame.new(275.220001, 15.9699993, 40.0498734, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  2064. p127.Anchored = true
  2065. p127.Size = Vector3.new(2, 2.4000001, 2)
  2066. p127.BackSurface = Enum.SurfaceType.Studs
  2067. p127.BottomSurface = Enum.SurfaceType.Studs
  2068. p127.FrontSurface = Enum.SurfaceType.Studs
  2069. p127.LeftSurface = Enum.SurfaceType.Studs
  2070. p127.RightSurface = Enum.SurfaceType.Studs
  2071. b127 = Instance.new("SpecialMesh", p127)
  2072. b127.MeshType = Enum.MeshType.Head
  2073. b127.Name = "Mesh"
  2074. b127.Scale = Vector3.new(1.25, 1.25, 1.25)
  2075. p128 = Instance.new("Part", m)
  2076. p128.BrickColor = BrickColor.new("Brick yellow")
  2077. p128.Name = "Smooth Block Model"
  2078. p128.CFrame = CFrame.new(274.819977, 0.970263183, 52.0500641, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  2079. p128.Anchored = true
  2080. p128.Size = Vector3.new(2, 2.4000001, 2)
  2081. p128.BackSurface = Enum.SurfaceType.Studs
  2082. p128.BottomSurface = Enum.SurfaceType.Studs
  2083. p128.FrontSurface = Enum.SurfaceType.Studs
  2084. p128.LeftSurface = Enum.SurfaceType.Studs
  2085. p128.RightSurface = Enum.SurfaceType.Studs
  2086. b128 = Instance.new("SpecialMesh", p128)
  2087. b128.MeshType = Enum.MeshType.Head
  2088. b128.Name = "Mesh"
  2089. b128.Scale = Vector3.new(1.25, 1.25, 1.25)
  2090. p129 = Instance.new("Part", m)
  2091. p129.BrickColor = BrickColor.new("Brick yellow")
  2092. p129.Name = "Smooth Block Model"
  2093. p129.CFrame = CFrame.new(286.019897, 0.970144928, 44.8500671, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  2094. p129.Anchored = true
  2095. p129.Size = Vector3.new(2, 2.4000001, 2)
  2096. p129.BackSurface = Enum.SurfaceType.Studs
  2097. p129.BottomSurface = Enum.SurfaceType.Studs
  2098. p129.FrontSurface = Enum.SurfaceType.Studs
  2099. p129.LeftSurface = Enum.SurfaceType.Studs
  2100. p129.RightSurface = Enum.SurfaceType.Studs
  2101. b129 = Instance.new("SpecialMesh", p129)
  2102. b129.MeshType = Enum.MeshType.Head
  2103. b129.Name = "Mesh"
  2104. b129.Scale = Vector3.new(1.25, 1.25, 1.25)
  2105. p130 = Instance.new("Part", m)
  2106. p130.BrickColor = BrickColor.new("Brick yellow")
  2107. p130.Name = "Smooth Block Model"
  2108. p130.CFrame = CFrame.new(286.019897, 0.970181167, 47.8500595, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  2109. p130.Anchored = true
  2110. p130.Size = Vector3.new(2, 2.4000001, 2)
  2111. p130.BackSurface = Enum.SurfaceType.Studs
  2112. p130.BottomSurface = Enum.SurfaceType.Studs
  2113. p130.FrontSurface = Enum.SurfaceType.Studs
  2114. p130.LeftSurface = Enum.SurfaceType.Studs
  2115. p130.RightSurface = Enum.SurfaceType.Studs
  2116. b130 = Instance.new("SpecialMesh", p130)
  2117. b130.MeshType = Enum.MeshType.Head
  2118. b130.Name = "Mesh"
  2119. b130.Scale = Vector3.new(1.25, 1.25, 1.25)
  2120. p131 = Instance.new("Part", m)
  2121. p131.BrickColor = BrickColor.new("Brick yellow")
  2122. p131.Name = "Smooth Block Model"
  2123. p131.CFrame = CFrame.new(274.819977, 2.97022462, 50.0500259, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  2124. p131.Anchored = true
  2125. p131.Size = Vector3.new(2, 2.4000001, 2)
  2126. p131.BackSurface = Enum.SurfaceType.Studs
  2127. p131.BottomSurface = Enum.SurfaceType.Studs
  2128. p131.FrontSurface = Enum.SurfaceType.Studs
  2129. p131.LeftSurface = Enum.SurfaceType.Studs
  2130. p131.RightSurface = Enum.SurfaceType.Studs
  2131. b131 = Instance.new("SpecialMesh", p131)
  2132. b131.MeshType = Enum.MeshType.Head
  2133. b131.Name = "Mesh"
  2134. b131.Scale = Vector3.new(1.25, 1.25, 1.25)
  2135. p132 = Instance.new("Part", m)
  2136. p132.BrickColor = BrickColor.new("Brick yellow")
  2137. p132.Name = "Smooth Block Model"
  2138. p132.CFrame = CFrame.new(275.220001, 15.9699993, 50.0498734, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  2139. p132.Anchored = true
  2140. p132.Size = Vector3.new(2, 2.4000001, 2)
  2141. p132.BackSurface = Enum.SurfaceType.Studs
  2142. p132.BottomSurface = Enum.SurfaceType.Studs
  2143. p132.FrontSurface = Enum.SurfaceType.Studs
  2144. p132.LeftSurface = Enum.SurfaceType.Studs
  2145. p132.RightSurface = Enum.SurfaceType.Studs
  2146. b132 = Instance.new("SpecialMesh", p132)
  2147. b132.MeshType = Enum.MeshType.Head
  2148. b132.Name = "Mesh"
  2149. b132.Scale = Vector3.new(1.25, 1.25, 1.25)
  2150. p133 = Instance.new("Part", m)
  2151. p133.BrickColor = BrickColor.new("Brick yellow")
  2152. p133.Name = "Smooth Block Model"
  2153. p133.CFrame = CFrame.new(286.019897, 6.97006226, 30.8499966, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  2154. p133.Anchored = true
  2155. p133.Size = Vector3.new(2, 2.4000001, 2)
  2156. p133.BackSurface = Enum.SurfaceType.Studs
  2157. p133.BottomSurface = Enum.SurfaceType.Studs
  2158. p133.FrontSurface = Enum.SurfaceType.Studs
  2159. p133.LeftSurface = Enum.SurfaceType.Studs
  2160. p133.RightSurface = Enum.SurfaceType.Studs
  2161. b133 = Instance.new("SpecialMesh", p133)
  2162. b133.MeshType = Enum.MeshType.Head
  2163. b133.Name = "Mesh"
  2164. b133.Scale = Vector3.new(1.25, 1.25, 1.25)
  2165. p134 = Instance.new("Part", m)
  2166. p134.BrickColor = BrickColor.new("Reddish brown")
  2167. p134.Name = "Smooth Block Model"
  2168. p134.CFrame = CFrame.new(273.52002, 14.4699841, 35.8498726, 5.55004226e-006, -1.35046169e-010, -1, 1, -2.43326758e-005, 5.55004226e-006, -2.43326758e-005, -1, -4.02455846e-016)
  2169. p134.Anchored = true
  2170. p134.Size = Vector3.new(1, 26.4000015, 1)
  2171. p134.BackSurface = Enum.SurfaceType.Studs
  2172. p134.BottomSurface = Enum.SurfaceType.Studs
  2173. p134.FrontSurface = Enum.SurfaceType.Studs
  2174. p134.LeftSurface = Enum.SurfaceType.Studs
  2175. p134.RightSurface = Enum.SurfaceType.Studs
  2176. b134 = Instance.new("SpecialMesh", p134)
  2177. b134.MeshType = Enum.MeshType.Head
  2178. b134.Name = "Mesh"
  2179. b134.Scale = Vector3.new(1.25, 1.25, 1.25)
  2180. p135 = Instance.new("Part", m)
  2181. p135.BrickColor = BrickColor.new("Reddish brown")
  2182. p135.Name = "Smooth Block Model"
  2183. p135.CFrame = CFrame.new(284.519897, 3.47003007, 36.2500191, 2.77502181e-006, -5.36505489e-008, 1, 1, 1.21663379e-005, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008)
  2184. p135.Anchored = true
  2185. p135.Size = Vector3.new(1, 20.4000015, 1)
  2186. p135.BackSurface = Enum.SurfaceType.Studs
  2187. p135.BottomSurface = Enum.SurfaceType.Studs
  2188. p135.FrontSurface = Enum.SurfaceType.Studs
  2189. p135.LeftSurface = Enum.SurfaceType.Studs
  2190. p135.RightSurface = Enum.SurfaceType.Studs
  2191. b135 = Instance.new("SpecialMesh", p135)
  2192. b135.MeshType = Enum.MeshType.Head
  2193. b135.Name = "Mesh"
  2194. b135.Scale = Vector3.new(1.25, 1.25, 1.25)
  2195. p136 = Instance.new("Part", m)
  2196. p136.BrickColor = BrickColor.new("Brick yellow")
  2197. p136.Name = "Smooth Block Model"
  2198. p136.CFrame = CFrame.new(288.019867, 0.970102966, 41.8500595, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  2199. p136.Anchored = true
  2200. p136.Size = Vector3.new(2, 2.4000001, 2)
  2201. p136.BackSurface = Enum.SurfaceType.Studs
  2202. p136.BottomSurface = Enum.SurfaceType.Studs
  2203. p136.FrontSurface = Enum.SurfaceType.Studs
  2204. p136.LeftSurface = Enum.SurfaceType.Studs
  2205. p136.RightSurface = Enum.SurfaceType.Studs
  2206. b136 = Instance.new("SpecialMesh", p136)
  2207. b136.MeshType = Enum.MeshType.Head
  2208. b136.Name = "Mesh"
  2209. b136.Scale = Vector3.new(1.25, 1.25, 1.25)
  2210. p137 = Instance.new("Part", m)
  2211. p137.BrickColor = BrickColor.new("Brick yellow")
  2212. p137.Name = "Smooth Block Model"
  2213. p137.CFrame = CFrame.new(272.820007, 15.9700909, 48.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  2214. p137.Anchored = true
  2215. p137.Size = Vector3.new(2, 2.4000001, 2)
  2216. p137.BackSurface = Enum.SurfaceType.Studs
  2217. p137.BottomSurface = Enum.SurfaceType.Studs
  2218. p137.FrontSurface = Enum.SurfaceType.Studs
  2219. p137.LeftSurface = Enum.SurfaceType.Studs
  2220. p137.RightSurface = Enum.SurfaceType.Studs
  2221. b137 = Instance.new("SpecialMesh", p137)
  2222. b137.MeshType = Enum.MeshType.Head
  2223. b137.Name = "Mesh"
  2224. b137.Scale = Vector3.new(1.25, 1.25, 1.25)
  2225. p138 = Instance.new("Part", m)
  2226. p138.BrickColor = BrickColor.new("Brick yellow")
  2227. p138.Name = "Smooth Block Model"
  2228. p138.CFrame = CFrame.new(272.820007, 15.9700871, 46.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  2229. p138.Anchored = true
  2230. p138.Size = Vector3.new(2, 2.4000001, 2)
  2231. p138.BackSurface = Enum.SurfaceType.Studs
  2232. p138.BottomSurface = Enum.SurfaceType.Studs
  2233. p138.FrontSurface = Enum.SurfaceType.Studs
  2234. p138.LeftSurface = Enum.SurfaceType.Studs
  2235. p138.RightSurface = Enum.SurfaceType.Studs
  2236. b138 = Instance.new("SpecialMesh", p138)
  2237. b138.MeshType = Enum.MeshType.Head
  2238. b138.Name = "Mesh"
  2239. b138.Scale = Vector3.new(1.25, 1.25, 1.25)
  2240. p139 = Instance.new("Part", m)
  2241. p139.BrickColor = BrickColor.new("Brick yellow")
  2242. p139.Name = "Smooth Block Model"
  2243. p139.CFrame = CFrame.new(272.820007, 15.9700871, 44.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  2244. p139.Anchored = true
  2245. p139.Size = Vector3.new(2, 2.4000001, 2)
  2246. p139.BackSurface = Enum.SurfaceType.Studs
  2247. p139.BottomSurface = Enum.SurfaceType.Studs
  2248. p139.FrontSurface = Enum.SurfaceType.Studs
  2249. p139.LeftSurface = Enum.SurfaceType.Studs
  2250. p139.RightSurface = Enum.SurfaceType.Studs
  2251. b139 = Instance.new("SpecialMesh", p139)
  2252. b139.MeshType = Enum.MeshType.Head
  2253. b139.Name = "Mesh"
  2254. b139.Scale = Vector3.new(1.25, 1.25, 1.25)
  2255. p140 = Instance.new("Part", m)
  2256. p140.BrickColor = BrickColor.new("Brick yellow")
  2257. p140.Name = "Smooth Block Model"
  2258. p140.CFrame = CFrame.new(272.820007, 15.9700832, 42.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  2259. p140.Anchored = true
  2260. p140.Size = Vector3.new(2, 2.4000001, 2)
  2261. p140.BackSurface = Enum.SurfaceType.Studs
  2262. p140.BottomSurface = Enum.SurfaceType.Studs
  2263. p140.FrontSurface = Enum.SurfaceType.Studs
  2264. p140.LeftSurface = Enum.SurfaceType.Studs
  2265. p140.RightSurface = Enum.SurfaceType.Studs
  2266. b140 = Instance.new("SpecialMesh", p140)
  2267. b140.MeshType = Enum.MeshType.Head
  2268. b140.Name = "Mesh"
  2269. b140.Scale = Vector3.new(1.25, 1.25, 1.25)
  2270. p141 = Instance.new("Part", m)
  2271. p141.BrickColor = BrickColor.new("Brick yellow")
  2272. p141.Name = "Smooth Block Model"
  2273. p141.CFrame = CFrame.new(272.820007, 15.9700832, 40.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  2274. p141.Anchored = true
  2275. p141.Size = Vector3.new(2, 2.4000001, 2)
  2276. p141.BackSurface = Enum.SurfaceType.Studs
  2277. p141.BottomSurface = Enum.SurfaceType.Studs
  2278. p141.FrontSurface = Enum.SurfaceType.Studs
  2279. p141.LeftSurface = Enum.SurfaceType.Studs
  2280. p141.RightSurface = Enum.SurfaceType.Studs
  2281. b141 = Instance.new("SpecialMesh", p141)
  2282. b141.MeshType = Enum.MeshType.Head
  2283. b141.Name = "Mesh"
  2284. b141.Scale = Vector3.new(1.25, 1.25, 1.25)
  2285. p142 = Instance.new("Part", m)
  2286. p142.BrickColor = BrickColor.new("Brick yellow")
  2287. p142.Name = "Smooth Block Model"
  2288. p142.CFrame = CFrame.new(272.820007, 15.9700832, 38.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  2289. p142.Anchored = true
  2290. p142.Size = Vector3.new(2, 2.4000001, 2)
  2291. p142.BackSurface = Enum.SurfaceType.Studs
  2292. p142.BottomSurface = Enum.SurfaceType.Studs
  2293. p142.FrontSurface = Enum.SurfaceType.Studs
  2294. p142.LeftSurface = Enum.SurfaceType.Studs
  2295. p142.RightSurface = Enum.SurfaceType.Studs
  2296. b142 = Instance.new("SpecialMesh", p142)
  2297. b142.MeshType = Enum.MeshType.Head
  2298. b142.Name = "Mesh"
  2299. b142.Scale = Vector3.new(1.25, 1.25, 1.25)
  2300. p143 = Instance.new("Part", m)
  2301. p143.BrickColor = BrickColor.new("Brick yellow")
  2302. p143.Name = "Smooth Block Model"
  2303. p143.CFrame = CFrame.new(272.820007, 15.9700794, 36.0498695, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  2304. p143.Anchored = true
  2305. p143.Size = Vector3.new(2, 2.4000001, 2)
  2306. p143.BackSurface = Enum.SurfaceType.Studs
  2307. p143.BottomSurface = Enum.SurfaceType.Studs
  2308. p143.FrontSurface = Enum.SurfaceType.Studs
  2309. p143.LeftSurface = Enum.SurfaceType.Studs
  2310. p143.RightSurface = Enum.SurfaceType.Studs
  2311. b143 = Instance.new("SpecialMesh", p143)
  2312. b143.MeshType = Enum.MeshType.Head
  2313. b143.Name = "Mesh"
  2314. b143.Scale = Vector3.new(1.25, 1.25, 1.25)
  2315. p144 = Instance.new("Part", m)
  2316. p144.BrickColor = BrickColor.new("Brick yellow")
  2317. p144.Name = "Smooth Block Model"
  2318. p144.CFrame = CFrame.new(272.820007, 15.9700794, 34.0498886, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  2319. p144.Anchored = true
  2320. p144.Size = Vector3.new(2, 2.4000001, 2)
  2321. p144.BackSurface = Enum.SurfaceType.Studs
  2322. p144.BottomSurface = Enum.SurfaceType.Studs
  2323. p144.FrontSurface = Enum.SurfaceType.Studs
  2324. p144.LeftSurface = Enum.SurfaceType.Studs
  2325. p144.RightSurface = Enum.SurfaceType.Studs
  2326. b144 = Instance.new("SpecialMesh", p144)
  2327. b144.MeshType = Enum.MeshType.Head
  2328. b144.Name = "Mesh"
  2329. b144.Scale = Vector3.new(1.25, 1.25, 1.25)
  2330. p145 = Instance.new("Part", m)
  2331. p145.BrickColor = BrickColor.new("Brick yellow")
  2332. p145.Name = "Smooth Block Model"
  2333. p145.CFrame = CFrame.new(272.820007, 15.9700794, 32.0498886, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  2334. p145.Anchored = true
  2335. p145.Size = Vector3.new(2, 2.4000001, 2)
  2336. p145.BackSurface = Enum.SurfaceType.Studs
  2337. p145.BottomSurface = Enum.SurfaceType.Studs
  2338. p145.FrontSurface = Enum.SurfaceType.Studs
  2339. p145.LeftSurface = Enum.SurfaceType.Studs
  2340. p145.RightSurface = Enum.SurfaceType.Studs
  2341. b145 = Instance.new("SpecialMesh", p145)
  2342. b145.MeshType = Enum.MeshType.Head
  2343. b145.Name = "Mesh"
  2344. b145.Scale = Vector3.new(1.25, 1.25, 1.25)
  2345. p146 = Instance.new("Part", m)
  2346. p146.BrickColor = BrickColor.new("Brick yellow")
  2347. p146.Name = "Smooth Block Model"
  2348. p146.CFrame = CFrame.new(286.019897, 0.970108688, 41.8500595, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  2349. p146.Anchored = true
  2350. p146.Size = Vector3.new(2, 2.4000001, 2)
  2351. p146.BackSurface = Enum.SurfaceType.Studs
  2352. p146.BottomSurface = Enum.SurfaceType.Studs
  2353. p146.FrontSurface = Enum.SurfaceType.Studs
  2354. p146.LeftSurface = Enum.SurfaceType.Studs
  2355. p146.RightSurface = Enum.SurfaceType.Studs
  2356. b146 = Instance.new("SpecialMesh", p146)
  2357. b146.MeshType = Enum.MeshType.Head
  2358. b146.Name = "Mesh"
  2359. b146.Scale = Vector3.new(1.25, 1.25, 1.25)
  2360. p147 = Instance.new("Part", m)
  2361. p147.BrickColor = BrickColor.new("Brick yellow")
  2362. p147.Name = "Smooth Block Model"
  2363. p147.CFrame = CFrame.new(286.019897, 4.97008133, 33.850029, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  2364. p147.Anchored = true
  2365. p147.Size = Vector3.new(2, 2.4000001, 2)
  2366. p147.BackSurface = Enum.SurfaceType.Studs
  2367. p147.BottomSurface = Enum.SurfaceType.Studs
  2368. p147.FrontSurface = Enum.SurfaceType.Studs
  2369. p147.LeftSurface = Enum.SurfaceType.Studs
  2370. p147.RightSurface = Enum.SurfaceType.Studs
  2371. b147 = Instance.new("SpecialMesh", p147)
  2372. b147.MeshType = Enum.MeshType.Head
  2373. b147.Name = "Mesh"
  2374. b147.Scale = Vector3.new(1.25, 1.25, 1.25)
  2375. p148 = Instance.new("Part", m)
  2376. p148.BrickColor = BrickColor.new("Brick yellow")
  2377. p148.Name = "Smooth Block Model"
  2378. p148.CFrame = CFrame.new(272.820007, 15.9700909, 50.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  2379. p148.Anchored = true
  2380. p148.Size = Vector3.new(2, 2.4000001, 2)
  2381. p148.BackSurface = Enum.SurfaceType.Studs
  2382. p148.BottomSurface = Enum.SurfaceType.Studs
  2383. p148.FrontSurface = Enum.SurfaceType.Studs
  2384. p148.LeftSurface = Enum.SurfaceType.Studs
  2385. p148.RightSurface = Enum.SurfaceType.Studs
  2386. b148 = Instance.new("SpecialMesh", p148)
  2387. b148.MeshType = Enum.MeshType.Head
  2388. b148.Name = "Mesh"
  2389. b148.Scale = Vector3.new(1.25, 1.25, 1.25)
  2390. p149 = Instance.new("Part", m)
  2391. p149.BrickColor = BrickColor.new("Reddish brown")
  2392. p149.Name = "Smooth Block Model"
  2393. p149.CFrame = CFrame.new(272.52002, 14.4699879, 35.8498726, 5.55004226e-006, -1.35046169e-010, -1, 1, -2.43326758e-005, 5.55004226e-006, -2.43326758e-005, -1, -4.02455846e-016)
  2394. p149.Anchored = true
  2395. p149.Size = Vector3.new(1, 26.4000015, 1)
  2396. p149.BackSurface = Enum.SurfaceType.Studs
  2397. p149.BottomSurface = Enum.SurfaceType.Studs
  2398. p149.FrontSurface = Enum.SurfaceType.Studs
  2399. p149.LeftSurface = Enum.SurfaceType.Studs
  2400. p149.RightSurface = Enum.SurfaceType.Studs
  2401. b149 = Instance.new("SpecialMesh", p149)
  2402. b149.MeshType = Enum.MeshType.Head
  2403. b149.Name = "Mesh"
  2404. b149.Scale = Vector3.new(1.25, 1.25, 1.25)
  2405. p150 = Instance.new("Part", m)
  2406. p150.BrickColor = BrickColor.new("Reddish brown")
  2407. p150.Name = "Smooth Block Model"
  2408. p150.CFrame = CFrame.new(271.52005, 14.4699917, 35.8498878, 5.55004226e-006, -1.35046169e-010, -1, 1, -2.43326758e-005, 5.55004226e-006, -2.43326758e-005, -1, -4.02455846e-016)
  2409. p150.Anchored = true
  2410. p150.Size = Vector3.new(1, 26.4000015, 1)
  2411. p150.BackSurface = Enum.SurfaceType.Studs
  2412. p150.BottomSurface = Enum.SurfaceType.Studs
  2413. p150.FrontSurface = Enum.SurfaceType.Studs
  2414. p150.LeftSurface = Enum.SurfaceType.Studs
  2415. p150.RightSurface = Enum.SurfaceType.Studs
  2416. b150 = Instance.new("SpecialMesh", p150)
  2417. b150.MeshType = Enum.MeshType.Head
  2418. b150.Name = "Mesh"
  2419. b150.Scale = Vector3.new(1.25, 1.25, 1.25)
  2420. p151 = Instance.new("Part", m)
  2421. p151.BrickColor = BrickColor.new("Reddish brown")
  2422. p151.Name = "Smooth Block Model"
  2423. p151.CFrame = CFrame.new(270.52005, 14.4699917, 35.8498878, 5.55004226e-006, -1.35046169e-010, -1, 1, -2.43326758e-005, 5.55004226e-006, -2.43326758e-005, -1, -4.02455846e-016)
  2424. p151.Anchored = true
  2425. p151.Size = Vector3.new(1, 26.4000015, 1)
  2426. p151.BackSurface = Enum.SurfaceType.Studs
  2427. p151.BottomSurface = Enum.SurfaceType.Studs
  2428. p151.FrontSurface = Enum.SurfaceType.Studs
  2429. p151.LeftSurface = Enum.SurfaceType.Studs
  2430. p151.RightSurface = Enum.SurfaceType.Studs
  2431. b151 = Instance.new("SpecialMesh", p151)
  2432. b151.MeshType = Enum.MeshType.Head
  2433. b151.Name = "Mesh"
  2434. b151.Scale = Vector3.new(1.25, 1.25, 1.25)
  2435. p152 = Instance.new("Part", m)
  2436. p152.BrickColor = BrickColor.new("Reddish brown")
  2437. p152.Name = "Smooth Block Model"
  2438. p152.CFrame = CFrame.new(269.520081, 14.4699955, 35.8498726, 5.55004226e-006, -1.35046169e-010, -1, 1, -2.43326758e-005, 5.55004226e-006, -2.43326758e-005, -1, -4.02455846e-016)
  2439. p152.Anchored = true
  2440. p152.Size = Vector3.new(1, 26.4000015, 1)
  2441. p152.BackSurface = Enum.SurfaceType.Studs
  2442. p152.BottomSurface = Enum.SurfaceType.Studs
  2443. p152.FrontSurface = Enum.SurfaceType.Studs
  2444. p152.LeftSurface = Enum.SurfaceType.Studs
  2445. p152.RightSurface = Enum.SurfaceType.Studs
  2446. b152 = Instance.new("SpecialMesh", p152)
  2447. b152.MeshType = Enum.MeshType.Head
  2448. b152.Name = "Mesh"
  2449. b152.Scale = Vector3.new(1.25, 1.25, 1.25)
  2450. p153 = Instance.new("Part", m)
  2451. p153.BrickColor = BrickColor.new("Reddish brown")
  2452. p153.Name = "Smooth Block Model"
  2453. p153.CFrame = CFrame.new(271.420013, 3.47031236, 48.5500259, -4.82325049e-007, -1, -6.84368331e-008, 1, -4.82326186e-007, 1.76868489e-005, -1.76868489e-005, -6.84282995e-008, 1)
  2454. p153.Anchored = true
  2455. p153.Size = Vector3.new(1, 21.6000004, 1)
  2456. p153.BackSurface = Enum.SurfaceType.Studs
  2457. p153.BottomSurface = Enum.SurfaceType.Studs
  2458. p153.FrontSurface = Enum.SurfaceType.Studs
  2459. p153.LeftSurface = Enum.SurfaceType.Studs
  2460. p153.RightSurface = Enum.SurfaceType.Studs
  2461. b153 = Instance.new("SpecialMesh", p153)
  2462. b153.MeshType = Enum.MeshType.Head
  2463. b153.Name = "Mesh"
  2464. b153.Scale = Vector3.new(1.25, 1.25, 1.25)
  2465. p154 = Instance.new("Part", m)
  2466. p154.BrickColor = BrickColor.new("Reddish brown")
  2467. p154.Name = "Smooth Block Model"
  2468. p154.CFrame = CFrame.new(271.420013, 4.47036266, 48.5500107, -4.82325049e-007, -1, -6.84368331e-008, 1, -4.82326186e-007, 1.76868489e-005, -1.76868489e-005, -6.84282995e-008, 1)
  2469. p154.Anchored = true
  2470. p154.Size = Vector3.new(1, 21.6000004, 1)
  2471. p154.BackSurface = Enum.SurfaceType.Studs
  2472. p154.BottomSurface = Enum.SurfaceType.Studs
  2473. p154.FrontSurface = Enum.SurfaceType.Studs
  2474. p154.LeftSurface = Enum.SurfaceType.Studs
  2475. p154.RightSurface = Enum.SurfaceType.Studs
  2476. b154 = Instance.new("SpecialMesh", p154)
  2477. b154.MeshType = Enum.MeshType.Head
  2478. b154.Name = "Mesh"
  2479. b154.Scale = Vector3.new(1.25, 1.25, 1.25)
  2480. p155 = Instance.new("Part", m)
  2481. p155.BrickColor = BrickColor.new("Reddish brown")
  2482. p155.Name = "Smooth Block Model"
  2483. p155.CFrame = CFrame.new(271.420013, 5.47041225, 48.5499954, -4.82325049e-007, -1, -6.84368331e-008, 1, -4.82326186e-007, 1.76868489e-005, -1.76868489e-005, -6.84282995e-008, 1)
  2484. p155.Anchored = true
  2485. p155.Size = Vector3.new(1, 21.6000004, 1)
  2486. p155.BackSurface = Enum.SurfaceType.Studs
  2487. p155.BottomSurface = Enum.SurfaceType.Studs
  2488. p155.FrontSurface = Enum.SurfaceType.Studs
  2489. p155.LeftSurface = Enum.SurfaceType.Studs
  2490. p155.RightSurface = Enum.SurfaceType.Studs
  2491. b155 = Instance.new("SpecialMesh", p155)
  2492. b155.MeshType = Enum.MeshType.Head
  2493. b155.Name = "Mesh"
  2494. b155.Scale = Vector3.new(1.25, 1.25, 1.25)
  2495. p156 = Instance.new("Part", m)
  2496. p156.BrickColor = BrickColor.new("Brick yellow")
  2497. p156.Name = "Smooth Block Model"
  2498. p156.CFrame = CFrame.new(268.820038, 4.97032547, 50.0500107, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  2499. p156.Anchored = true
  2500. p156.Size = Vector3.new(2, 2.4000001, 2)
  2501. p156.BackSurface = Enum.SurfaceType.Studs
  2502. p156.BottomSurface = Enum.SurfaceType.Studs
  2503. p156.FrontSurface = Enum.SurfaceType.Studs
  2504. p156.LeftSurface = Enum.SurfaceType.Studs
  2505. p156.RightSurface = Enum.SurfaceType.Studs
  2506. b156 = Instance.new("SpecialMesh", p156)
  2507. b156.MeshType = Enum.MeshType.Head
  2508. b156.Name = "Mesh"
  2509. b156.Scale = Vector3.new(1.25, 1.25, 1.25)
  2510. p157 = Instance.new("Part", m)
  2511. p157.BrickColor = BrickColor.new("Brick yellow")
  2512. p157.Name = "Smooth Block Model"
  2513. p157.CFrame = CFrame.new(271.820007, 4.97031784, 50.0500107, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  2514. p157.Anchored = true
  2515. p157.Size = Vector3.new(2, 2.4000001, 2)
  2516. p157.BackSurface = Enum.SurfaceType.Studs
  2517. p157.BottomSurface = Enum.SurfaceType.Studs
  2518. p157.FrontSurface = Enum.SurfaceType.Studs
  2519. p157.LeftSurface = Enum.SurfaceType.Studs
  2520. p157.RightSurface = Enum.SurfaceType.Studs
  2521. b157 = Instance.new("SpecialMesh", p157)
  2522. b157.MeshType = Enum.MeshType.Head
  2523. b157.Name = "Mesh"
  2524. b157.Scale = Vector3.new(1.25, 1.25, 1.25)
  2525. p158 = Instance.new("Part", m)
  2526. p158.BrickColor = BrickColor.new("Reddish brown")
  2527. p158.Name = "Smooth Block Model"
  2528. p158.CFrame = CFrame.new(270.820007, 2.47004437, 33.5500412, -4.82325049e-007, -1, -6.84368331e-008, 1, -4.82326186e-007, 1.76868489e-005, -1.76868489e-005, -6.84282995e-008, 1)
  2529. p158.Anchored = true
  2530. p158.Size = Vector3.new(1, 22.8000011, 1)
  2531. p158.BackSurface = Enum.SurfaceType.Studs
  2532. p158.BottomSurface = Enum.SurfaceType.Studs
  2533. p158.FrontSurface = Enum.SurfaceType.Studs
  2534. p158.LeftSurface = Enum.SurfaceType.Studs
  2535. p158.RightSurface = Enum.SurfaceType.Studs
  2536. b158 = Instance.new("SpecialMesh", p158)
  2537. b158.MeshType = Enum.MeshType.Head
  2538. b158.Name = "Mesh"
  2539. b158.Scale = Vector3.new(1.25, 1.25, 1.25)
  2540. p159 = Instance.new("Part", m)
  2541. p159.BrickColor = BrickColor.new("Brick yellow")
  2542. p159.Name = "Smooth Block Model"
  2543. p159.CFrame = CFrame.new(271.820007, 2.97023416, 50.0500259, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  2544. p159.Anchored = true
  2545. p159.Size = Vector3.new(2, 2.4000001, 2)
  2546. p159.BackSurface = Enum.SurfaceType.Studs
  2547. p159.BottomSurface = Enum.SurfaceType.Studs
  2548. p159.FrontSurface = Enum.SurfaceType.Studs
  2549. p159.LeftSurface = Enum.SurfaceType.Studs
  2550. p159.RightSurface = Enum.SurfaceType.Studs
  2551. b159 = Instance.new("SpecialMesh", p159)
  2552. b159.MeshType = Enum.MeshType.Head
  2553. b159.Name = "Mesh"
  2554. b159.Scale = Vector3.new(1.25, 1.25, 1.25)
  2555. p160 = Instance.new("Part", m)
  2556. p160.BrickColor = BrickColor.new("Reddish brown")
  2557. p160.Name = "Smooth Block Model"
  2558. p160.CFrame = CFrame.new(270.820007, 2.47006154, 34.5500259, -4.82325049e-007, -1, -6.84368331e-008, 1, -4.82326186e-007, 1.76868489e-005, -1.76868489e-005, -6.84282995e-008, 1)
  2559. p160.Anchored = true
  2560. p160.Size = Vector3.new(1, 22.8000011, 1)
  2561. p160.BackSurface = Enum.SurfaceType.Studs
  2562. p160.BottomSurface = Enum.SurfaceType.Studs
  2563. p160.FrontSurface = Enum.SurfaceType.Studs
  2564. p160.LeftSurface = Enum.SurfaceType.Studs
  2565. p160.RightSurface = Enum.SurfaceType.Studs
  2566. b160 = Instance.new("SpecialMesh", p160)
  2567. b160.MeshType = Enum.MeshType.Head
  2568. b160.Name = "Mesh"
  2569. b160.Scale = Vector3.new(1.25, 1.25, 1.25)
  2570. p161 = Instance.new("Part", m)
  2571. p161.BrickColor = BrickColor.new("Brick yellow")
  2572. p161.Name = "Smooth Block Model"
  2573. p161.CFrame = CFrame.new(286.019897, 2.97003007, 36.2500343, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  2574. p161.Anchored = true
  2575. p161.Size = Vector3.new(2, 2.4000001, 2)
  2576. p161.BackSurface = Enum.SurfaceType.Studs
  2577. p161.BottomSurface = Enum.SurfaceType.Studs
  2578. p161.FrontSurface = Enum.SurfaceType.Studs
  2579. p161.LeftSurface = Enum.SurfaceType.Studs
  2580. p161.RightSurface = Enum.SurfaceType.Studs
  2581. b161 = Instance.new("SpecialMesh", p161)
  2582. b161.MeshType = Enum.MeshType.Head
  2583. b161.Name = "Mesh"
  2584. b161.Scale = Vector3.new(1.25, 1.25, 1.25)
  2585. p162 = Instance.new("Part", m)
  2586. p162.BrickColor = BrickColor.new("Brick yellow")
  2587. p162.Name = "Smooth Block Model"
  2588. p162.CFrame = CFrame.new(286.019897, 2.96999764, 33.8500443, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  2589. p162.Anchored = true
  2590. p162.Size = Vector3.new(2, 2.4000001, 2)
  2591. p162.BackSurface = Enum.SurfaceType.Studs
  2592. p162.BottomSurface = Enum.SurfaceType.Studs
  2593. p162.FrontSurface = Enum.SurfaceType.Studs
  2594. p162.LeftSurface = Enum.SurfaceType.Studs
  2595. p162.RightSurface = Enum.SurfaceType.Studs
  2596. b162 = Instance.new("SpecialMesh", p162)
  2597. b162.MeshType = Enum.MeshType.Head
  2598. b162.Name = "Mesh"
  2599. b162.Scale = Vector3.new(1.25, 1.25, 1.25)
  2600. p163 = Instance.new("Part", m)
  2601. p163.BrickColor = BrickColor.new("Brick yellow")
  2602. p163.Name = "Smooth Block Model"
  2603. p163.CFrame = CFrame.new(288.019867, 0.970066726, 38.8500595, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  2604. p163.Anchored = true
  2605. p163.Size = Vector3.new(2, 2.4000001, 2)
  2606. p163.BackSurface = Enum.SurfaceType.Studs
  2607. p163.BottomSurface = Enum.SurfaceType.Studs
  2608. p163.FrontSurface = Enum.SurfaceType.Studs
  2609. p163.LeftSurface = Enum.SurfaceType.Studs
  2610. p163.RightSurface = Enum.SurfaceType.Studs
  2611. b163 = Instance.new("SpecialMesh", p163)
  2612. b163.MeshType = Enum.MeshType.Head
  2613. b163.Name = "Mesh"
  2614. b163.Scale = Vector3.new(1.25, 1.25, 1.25)
  2615. p164 = Instance.new("Part", m)
  2616. p164.BrickColor = BrickColor.new("Brick yellow")
  2617. p164.Name = "Smooth Block Model"
  2618. p164.CFrame = CFrame.new(271.819977, 0.970247924, 50.0500565, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  2619. p164.Anchored = true
  2620. p164.Size = Vector3.new(2, 2.4000001, 2)
  2621. p164.BackSurface = Enum.SurfaceType.Studs
  2622. p164.BottomSurface = Enum.SurfaceType.Studs
  2623. p164.FrontSurface = Enum.SurfaceType.Studs
  2624. p164.LeftSurface = Enum.SurfaceType.Studs
  2625. p164.RightSurface = Enum.SurfaceType.Studs
  2626. b164 = Instance.new("SpecialMesh", p164)
  2627. b164.MeshType = Enum.MeshType.Head
  2628. b164.Name = "Mesh"
  2629. b164.Scale = Vector3.new(1.25, 1.25, 1.25)
  2630. p165 = Instance.new("Part", m)
  2631. p165.BrickColor = BrickColor.new("Brick yellow")
  2632. p165.Name = "Smooth Block Model"
  2633. p165.CFrame = CFrame.new(268.820038, 0.970255554, 50.0500565, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  2634. p165.Anchored = true
  2635. p165.Size = Vector3.new(2, 2.4000001, 2)
  2636. p165.BackSurface = Enum.SurfaceType.Studs
  2637. p165.BottomSurface = Enum.SurfaceType.Studs
  2638. p165.FrontSurface = Enum.SurfaceType.Studs
  2639. p165.LeftSurface = Enum.SurfaceType.Studs
  2640. p165.RightSurface = Enum.SurfaceType.Studs
  2641. b165 = Instance.new("SpecialMesh", p165)
  2642. b165.MeshType = Enum.MeshType.Head
  2643. b165.Name = "Mesh"
  2644. b165.Scale = Vector3.new(1.25, 1.25, 1.25)
  2645. p166 = Instance.new("Part", m)
  2646. p166.BrickColor = BrickColor.new("Brick yellow")
  2647. p166.Name = "Smooth Block Model"
  2648. p166.CFrame = CFrame.new(272.820007, 15.9700756, 30.0498867, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  2649. p166.Anchored = true
  2650. p166.Size = Vector3.new(2, 2.4000001, 2)
  2651. p166.BackSurface = Enum.SurfaceType.Studs
  2652. p166.BottomSurface = Enum.SurfaceType.Studs
  2653. p166.FrontSurface = Enum.SurfaceType.Studs
  2654. p166.LeftSurface = Enum.SurfaceType.Studs
  2655. p166.RightSurface = Enum.SurfaceType.Studs
  2656. b166 = Instance.new("SpecialMesh", p166)
  2657. b166.MeshType = Enum.MeshType.Head
  2658. b166.Name = "Mesh"
  2659. b166.Scale = Vector3.new(1.25, 1.25, 1.25)
  2660. p167 = Instance.new("Part", m)
  2661. p167.BrickColor = BrickColor.new("Brick yellow")
  2662. p167.Name = "Smooth Block Model"
  2663. p167.CFrame = CFrame.new(272.820007, 15.9700756, 28.0498867, 7.04900027e-012, -1, 0, 0, 0, 1, -1, 7.04900027e-012, 0)
  2664. p167.Anchored = true
  2665. p167.Size = Vector3.new(2, 2.4000001, 2)
  2666. p167.BackSurface = Enum.SurfaceType.Studs
  2667. p167.BottomSurface = Enum.SurfaceType.Studs
  2668. p167.FrontSurface = Enum.SurfaceType.Studs
  2669. p167.LeftSurface = Enum.SurfaceType.Studs
  2670. p167.RightSurface = Enum.SurfaceType.Studs
  2671. b167 = Instance.new("SpecialMesh", p167)
  2672. b167.MeshType = Enum.MeshType.Head
  2673. b167.Name = "Mesh"
  2674. b167.Scale = Vector3.new(1.25, 1.25, 1.25)
  2675. p168 = Instance.new("Part", m)
  2676. p168.BrickColor = BrickColor.new("Brick yellow")
  2677. p168.Name = "Smooth Block Model"
  2678. p168.CFrame = CFrame.new(272.820007, 15.9700718, 26.0498829, 7.1591344e-012, -1, 0, 0, 0, 1, -1, 7.1591344e-012, 0)
  2679. p168.Anchored = true
  2680. p168.Size = Vector3.new(2, 2.4000001, 2)
  2681. p168.BackSurface = Enum.SurfaceType.Studs
  2682. p168.BottomSurface = Enum.SurfaceType.Studs
  2683. p168.FrontSurface = Enum.SurfaceType.Studs
  2684. p168.LeftSurface = Enum.SurfaceType.Studs
  2685. p168.RightSurface = Enum.SurfaceType.Studs
  2686. b168 = Instance.new("SpecialMesh", p168)
  2687. b168.MeshType = Enum.MeshType.Head
  2688. b168.Name = "Mesh"
  2689. b168.Scale = Vector3.new(1.25, 1.25, 1.25)
  2690. p169 = Instance.new("Part", m)
  2691. p169.BrickColor = BrickColor.new("Brick yellow")
  2692. p169.Name = "Smooth Block Model"
  2693. p169.CFrame = CFrame.new(272.820038, 15.9700718, 24.0498867, 3.75322247e-006, -1, 1.45519152e-011, 4.54747351e-012, -1.45519152e-011, 1, -1, 3.75322247e-006, -3.63797881e-012)
  2694. p169.Anchored = true
  2695. p169.Size = Vector3.new(2, 2.4000001, 2)
  2696. p169.BackSurface = Enum.SurfaceType.Studs
  2697. p169.BottomSurface = Enum.SurfaceType.Studs
  2698. p169.FrontSurface = Enum.SurfaceType.Studs
  2699. p169.LeftSurface = Enum.SurfaceType.Studs
  2700. p169.RightSurface = Enum.SurfaceType.Studs
  2701. b169 = Instance.new("SpecialMesh", p169)
  2702. b169.MeshType = Enum.MeshType.Head
  2703. b169.Name = "Mesh"
  2704. b169.Scale = Vector3.new(1.25, 1.25, 1.25)
  2705. p170 = Instance.new("Part", m)
  2706. p170.BrickColor = BrickColor.new("Brick yellow")
  2707. p170.Name = "Smooth Block Model"
  2708. p170.CFrame = CFrame.new(272.820038, 15.9700718, 22.0498753, 1.12596672e-005, -1, -4.38831194e-011, 1.27329258e-011, -4.38831194e-011, 1, -1, -1.12596681e-005, 1.27329258e-011)
  2709. p170.Anchored = true
  2710. p170.Size = Vector3.new(2, 2.4000001, 2)
  2711. p170.BackSurface = Enum.SurfaceType.Studs
  2712. p170.BottomSurface = Enum.SurfaceType.Studs
  2713. p170.FrontSurface = Enum.SurfaceType.Studs
  2714. p170.LeftSurface = Enum.SurfaceType.Studs
  2715. p170.RightSurface = Enum.SurfaceType.Studs
  2716. b170 = Instance.new("SpecialMesh", p170)
  2717. b170.MeshType = Enum.MeshType.Head
  2718. b170.Name = "Mesh"
  2719. b170.Scale = Vector3.new(1.25, 1.25, 1.25)
  2720. p171 = Instance.new("Part", m)
  2721. p171.BrickColor = BrickColor.new("Brick yellow")
  2722. p171.Name = "Smooth Block Model"
  2723. p171.CFrame = CFrame.new(270.420044, 15.9700871, 48.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  2724. p171.Anchored = true
  2725. p171.Size = Vector3.new(2, 2.4000001, 2)
  2726. p171.BackSurface = Enum.SurfaceType.Studs
  2727. p171.BottomSurface = Enum.SurfaceType.Studs
  2728. p171.FrontSurface = Enum.SurfaceType.Studs
  2729. p171.LeftSurface = Enum.SurfaceType.Studs
  2730. p171.RightSurface = Enum.SurfaceType.Studs
  2731. b171 = Instance.new("SpecialMesh", p171)
  2732. b171.MeshType = Enum.MeshType.Head
  2733. b171.Name = "Mesh"
  2734. b171.Scale = Vector3.new(1.25, 1.25, 1.25)
  2735. p172 = Instance.new("Part", m)
  2736. p172.BrickColor = BrickColor.new("Brick yellow")
  2737. p172.Name = "Smooth Block Model"
  2738. p172.CFrame = CFrame.new(270.420044, 15.9700832, 46.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  2739. p172.Anchored = true
  2740. p172.Size = Vector3.new(2, 2.4000001, 2)
  2741. p172.BackSurface = Enum.SurfaceType.Studs
  2742. p172.BottomSurface = Enum.SurfaceType.Studs
  2743. p172.FrontSurface = Enum.SurfaceType.Studs
  2744. p172.LeftSurface = Enum.SurfaceType.Studs
  2745. p172.RightSurface = Enum.SurfaceType.Studs
  2746. b172 = Instance.new("SpecialMesh", p172)
  2747. b172.MeshType = Enum.MeshType.Head
  2748. b172.Name = "Mesh"
  2749. b172.Scale = Vector3.new(1.25, 1.25, 1.25)
  2750. p173 = Instance.new("Part", m)
  2751. p173.BrickColor = BrickColor.new("Brick yellow")
  2752. p173.Name = "Smooth Block Model"
  2753. p173.CFrame = CFrame.new(270.420044, 15.9700832, 44.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  2754. p173.Anchored = true
  2755. p173.Size = Vector3.new(2, 2.4000001, 2)
  2756. p173.BackSurface = Enum.SurfaceType.Studs
  2757. p173.BottomSurface = Enum.SurfaceType.Studs
  2758. p173.FrontSurface = Enum.SurfaceType.Studs
  2759. p173.LeftSurface = Enum.SurfaceType.Studs
  2760. p173.RightSurface = Enum.SurfaceType.Studs
  2761. b173 = Instance.new("SpecialMesh", p173)
  2762. b173.MeshType = Enum.MeshType.Head
  2763. b173.Name = "Mesh"
  2764. b173.Scale = Vector3.new(1.25, 1.25, 1.25)
  2765. p174 = Instance.new("Part", m)
  2766. p174.BrickColor = BrickColor.new("Brick yellow")
  2767. p174.Name = "Smooth Block Model"
  2768. p174.CFrame = CFrame.new(270.420044, 15.970068, 24.0498867, 2.30968169e-007, -1, 9.09494702e-013, 0, -9.09494702e-013, 1, -1, 2.30968141e-007, 0)
  2769. p174.Anchored = true
  2770. p174.Size = Vector3.new(2, 2.4000001, 2)
  2771. p174.BackSurface = Enum.SurfaceType.Studs
  2772. p174.BottomSurface = Enum.SurfaceType.Studs
  2773. p174.FrontSurface = Enum.SurfaceType.Studs
  2774. p174.LeftSurface = Enum.SurfaceType.Studs
  2775. p174.RightSurface = Enum.SurfaceType.Studs
  2776. b174 = Instance.new("SpecialMesh", p174)
  2777. b174.MeshType = Enum.MeshType.Head
  2778. b174.Name = "Mesh"
  2779. b174.Scale = Vector3.new(1.25, 1.25, 1.25)
  2780. p175 = Instance.new("Part", m)
  2781. p175.BrickColor = BrickColor.new("Brick yellow")
  2782. p175.Name = "Smooth Block Model"
  2783. p175.CFrame = CFrame.new(268.820038, 0.970280349, 52.0500641, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  2784. p175.Anchored = true
  2785. p175.Size = Vector3.new(2, 2.4000001, 2)
  2786. p175.BackSurface = Enum.SurfaceType.Studs
  2787. p175.BottomSurface = Enum.SurfaceType.Studs
  2788. p175.FrontSurface = Enum.SurfaceType.Studs
  2789. p175.LeftSurface = Enum.SurfaceType.Studs
  2790. p175.RightSurface = Enum.SurfaceType.Studs
  2791. b175 = Instance.new("SpecialMesh", p175)
  2792. b175.MeshType = Enum.MeshType.Head
  2793. b175.Name = "Mesh"
  2794. b175.Scale = Vector3.new(1.25, 1.25, 1.25)
  2795. p176 = Instance.new("Part", m)
  2796. p176.BrickColor = BrickColor.new("Brick yellow")
  2797. p176.Name = "Smooth Block Model"
  2798. p176.CFrame = CFrame.new(271.819977, 0.97027272, 52.0500641, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  2799. p176.Anchored = true
  2800. p176.Size = Vector3.new(2, 2.4000001, 2)
  2801. p176.BackSurface = Enum.SurfaceType.Studs
  2802. p176.BottomSurface = Enum.SurfaceType.Studs
  2803. p176.FrontSurface = Enum.SurfaceType.Studs
  2804. p176.LeftSurface = Enum.SurfaceType.Studs
  2805. p176.RightSurface = Enum.SurfaceType.Studs
  2806. b176 = Instance.new("SpecialMesh", p176)
  2807. b176.MeshType = Enum.MeshType.Head
  2808. b176.Name = "Mesh"
  2809. b176.Scale = Vector3.new(1.25, 1.25, 1.25)
  2810. p177 = Instance.new("Part", m)
  2811. p177.BrickColor = BrickColor.new("Reddish brown")
  2812. p177.Name = "Smooth Block Model"
  2813. p177.CFrame = CFrame.new(270.820007, 2.47007871, 35.5500259, -4.82325049e-007, -1, -6.84368331e-008, 1, -4.82326186e-007, 1.76868489e-005, -1.76868489e-005, -6.84282995e-008, 1)
  2814. p177.Anchored = true
  2815. p177.Size = Vector3.new(1, 22.8000011, 1)
  2816. p177.BackSurface = Enum.SurfaceType.Studs
  2817. p177.BottomSurface = Enum.SurfaceType.Studs
  2818. p177.FrontSurface = Enum.SurfaceType.Studs
  2819. p177.LeftSurface = Enum.SurfaceType.Studs
  2820. p177.RightSurface = Enum.SurfaceType.Studs
  2821. b177 = Instance.new("SpecialMesh", p177)
  2822. b177.MeshType = Enum.MeshType.Head
  2823. b177.Name = "Mesh"
  2824. b177.Scale = Vector3.new(1.25, 1.25, 1.25)
  2825. p178 = Instance.new("Part", m)
  2826. p178.BrickColor = BrickColor.new("Reddish brown")
  2827. p178.Name = "Smooth Block Model"
  2828. p178.CFrame = CFrame.new(270.820007, 2.47009778, 36.5500259, -4.82325049e-007, -1, -6.84368331e-008, 1, -4.82326186e-007, 1.76868489e-005, -1.76868489e-005, -6.84282995e-008, 1)
  2829. p178.Anchored = true
  2830. p178.Size = Vector3.new(1, 22.8000011, 1)
  2831. p178.BackSurface = Enum.SurfaceType.Studs
  2832. p178.BottomSurface = Enum.SurfaceType.Studs
  2833. p178.FrontSurface = Enum.SurfaceType.Studs
  2834. p178.LeftSurface = Enum.SurfaceType.Studs
  2835. p178.RightSurface = Enum.SurfaceType.Studs
  2836. b178 = Instance.new("SpecialMesh", p178)
  2837. b178.MeshType = Enum.MeshType.Head
  2838. b178.Name = "Mesh"
  2839. b178.Scale = Vector3.new(1.25, 1.25, 1.25)
  2840. p179 = Instance.new("Part", m)
  2841. p179.BrickColor = BrickColor.new("Reddish brown")
  2842. p179.Name = "Smooth Block Model"
  2843. p179.CFrame = CFrame.new(270.820007, 2.47011495, 37.5500412, -4.82325049e-007, -1, -6.84368331e-008, 1, -4.82326186e-007, 1.76868489e-005, -1.76868489e-005, -6.84282995e-008, 1)
  2844. p179.Anchored = true
  2845. p179.Size = Vector3.new(1, 22.8000011, 1)
  2846. p179.BackSurface = Enum.SurfaceType.Studs
  2847. p179.BottomSurface = Enum.SurfaceType.Studs
  2848. p179.FrontSurface = Enum.SurfaceType.Studs
  2849. p179.LeftSurface = Enum.SurfaceType.Studs
  2850. p179.RightSurface = Enum.SurfaceType.Studs
  2851. b179 = Instance.new("SpecialMesh", p179)
  2852. b179.MeshType = Enum.MeshType.Head
  2853. b179.Name = "Mesh"
  2854. b179.Scale = Vector3.new(1.25, 1.25, 1.25)
  2855. p180 = Instance.new("Part", m)
  2856. p180.BrickColor = BrickColor.new("Reddish brown")
  2857. p180.Name = "Smooth Block Model"
  2858. p180.CFrame = CFrame.new(270.820007, 2.47013402, 38.5500412, -4.82325049e-007, -1, -6.84368331e-008, 1, -4.82326186e-007, 1.76868489e-005, -1.76868489e-005, -6.84282995e-008, 1)
  2859. p180.Anchored = true
  2860. p180.Size = Vector3.new(1, 22.8000011, 1)
  2861. p180.BackSurface = Enum.SurfaceType.Studs
  2862. p180.BottomSurface = Enum.SurfaceType.Studs
  2863. p180.FrontSurface = Enum.SurfaceType.Studs
  2864. p180.LeftSurface = Enum.SurfaceType.Studs
  2865. p180.RightSurface = Enum.SurfaceType.Studs
  2866. b180 = Instance.new("SpecialMesh", p180)
  2867. b180.MeshType = Enum.MeshType.Head
  2868. b180.Name = "Mesh"
  2869. b180.Scale = Vector3.new(1.25, 1.25, 1.25)
  2870. p181 = Instance.new("Part", m)
  2871. p181.BrickColor = BrickColor.new("Reddish brown")
  2872. p181.Name = "Smooth Block Model"
  2873. p181.CFrame = CFrame.new(271.819977, 2.47015309, 39.5500412, -4.82325049e-007, -1, -6.84368331e-008, 1, -4.82326186e-007, 1.76868489e-005, -1.76868489e-005, -6.84282995e-008, 1)
  2874. p181.Anchored = true
  2875. p181.Size = Vector3.new(1, 22.8000011, 1)
  2876. p181.BackSurface = Enum.SurfaceType.Studs
  2877. p181.BottomSurface = Enum.SurfaceType.Studs
  2878. p181.FrontSurface = Enum.SurfaceType.Studs
  2879. p181.LeftSurface = Enum.SurfaceType.Studs
  2880. p181.RightSurface = Enum.SurfaceType.Studs
  2881. b181 = Instance.new("SpecialMesh", p181)
  2882. b181.MeshType = Enum.MeshType.Head
  2883. b181.Name = "Mesh"
  2884. b181.Scale = Vector3.new(1.25, 1.25, 1.25)
  2885. p182 = Instance.new("Part", m)
  2886. p182.BrickColor = BrickColor.new("Reddish brown")
  2887. p182.Name = "Smooth Block Model"
  2888. p182.CFrame = CFrame.new(271.819977, 2.47017026, 40.5500412, -4.82325049e-007, -1, -6.84368331e-008, 1, -4.82326186e-007, 1.76868489e-005, -1.76868489e-005, -6.84282995e-008, 1)
  2889. p182.Anchored = true
  2890. p182.Size = Vector3.new(1, 22.8000011, 1)
  2891. p182.BackSurface = Enum.SurfaceType.Studs
  2892. p182.BottomSurface = Enum.SurfaceType.Studs
  2893. p182.FrontSurface = Enum.SurfaceType.Studs
  2894. p182.LeftSurface = Enum.SurfaceType.Studs
  2895. p182.RightSurface = Enum.SurfaceType.Studs
  2896. b182 = Instance.new("SpecialMesh", p182)
  2897. b182.MeshType = Enum.MeshType.Head
  2898. b182.Name = "Mesh"
  2899. b182.Scale = Vector3.new(1.25, 1.25, 1.25)
  2900. p183 = Instance.new("Part", m)
  2901. p183.BrickColor = BrickColor.new("Reddish brown")
  2902. p183.Name = "Smooth Block Model"
  2903. p183.CFrame = CFrame.new(271.819977, 2.47018933, 41.5500412, -4.82325049e-007, -1, -6.84368331e-008, 1, -4.82326186e-007, 1.76868489e-005, -1.76868489e-005, -6.84282995e-008, 1)
  2904. p183.Anchored = true
  2905. p183.Size = Vector3.new(1, 22.8000011, 1)
  2906. p183.BackSurface = Enum.SurfaceType.Studs
  2907. p183.BottomSurface = Enum.SurfaceType.Studs
  2908. p183.FrontSurface = Enum.SurfaceType.Studs
  2909. p183.LeftSurface = Enum.SurfaceType.Studs
  2910. p183.RightSurface = Enum.SurfaceType.Studs
  2911. b183 = Instance.new("SpecialMesh", p183)
  2912. b183.MeshType = Enum.MeshType.Head
  2913. b183.Name = "Mesh"
  2914. b183.Scale = Vector3.new(1.25, 1.25, 1.25)
  2915. p184 = Instance.new("Part", m)
  2916. p184.BrickColor = BrickColor.new("Reddish brown")
  2917. p184.Name = "Smooth Block Model"
  2918. p184.CFrame = CFrame.new(270.820007, 2.47020459, 42.5500412, -4.82325049e-007, -1, -6.84368331e-008, 1, -4.82326186e-007, 1.76868489e-005, -1.76868489e-005, -6.84282995e-008, 1)
  2919. p184.Anchored = true
  2920. p184.Size = Vector3.new(1, 22.8000011, 1)
  2921. p184.BackSurface = Enum.SurfaceType.Studs
  2922. p184.BottomSurface = Enum.SurfaceType.Studs
  2923. p184.FrontSurface = Enum.SurfaceType.Studs
  2924. p184.LeftSurface = Enum.SurfaceType.Studs
  2925. p184.RightSurface = Enum.SurfaceType.Studs
  2926. b184 = Instance.new("SpecialMesh", p184)
  2927. b184.MeshType = Enum.MeshType.Head
  2928. b184.Name = "Mesh"
  2929. b184.Scale = Vector3.new(1.25, 1.25, 1.25)
  2930. p185 = Instance.new("Part", m)
  2931. p185.BrickColor = BrickColor.new("Reddish brown")
  2932. p185.Name = "Smooth Block Model"
  2933. p185.CFrame = CFrame.new(270.820007, 2.47022367, 43.5500412, -4.82325049e-007, -1, -6.84368331e-008, 1, -4.82326186e-007, 1.76868489e-005, -1.76868489e-005, -6.84282995e-008, 1)
  2934. p185.Anchored = true
  2935. p185.Size = Vector3.new(1, 22.8000011, 1)
  2936. p185.BackSurface = Enum.SurfaceType.Studs
  2937. p185.BottomSurface = Enum.SurfaceType.Studs
  2938. p185.FrontSurface = Enum.SurfaceType.Studs
  2939. p185.LeftSurface = Enum.SurfaceType.Studs
  2940. p185.RightSurface = Enum.SurfaceType.Studs
  2941. b185 = Instance.new("SpecialMesh", p185)
  2942. b185.MeshType = Enum.MeshType.Head
  2943. b185.Name = "Mesh"
  2944. b185.Scale = Vector3.new(1.25, 1.25, 1.25)
  2945. p186 = Instance.new("Part", m)
  2946. p186.BrickColor = BrickColor.new("Reddish brown")
  2947. p186.Name = "Smooth Block Model"
  2948. p186.CFrame = CFrame.new(270.820007, 2.47024083, 44.5500488, -4.82325049e-007, -1, -6.84368331e-008, 1, -4.82326186e-007, 1.76868489e-005, -1.76868489e-005, -6.84282995e-008, 1)
  2949. p186.Anchored = true
  2950. p186.Size = Vector3.new(1, 22.8000011, 1)
  2951. p186.BackSurface = Enum.SurfaceType.Studs
  2952. p186.BottomSurface = Enum.SurfaceType.Studs
  2953. p186.FrontSurface = Enum.SurfaceType.Studs
  2954. p186.LeftSurface = Enum.SurfaceType.Studs
  2955. p186.RightSurface = Enum.SurfaceType.Studs
  2956. b186 = Instance.new("SpecialMesh", p186)
  2957. b186.MeshType = Enum.MeshType.Head
  2958. b186.Name = "Mesh"
  2959. b186.Scale = Vector3.new(1.25, 1.25, 1.25)
  2960. p187 = Instance.new("Part", m)
  2961. p187.BrickColor = BrickColor.new("Reddish brown")
  2962. p187.Name = "Smooth Block Model"
  2963. p187.CFrame = CFrame.new(270.820007, 2.470258, 45.5500412, -4.82325049e-007, -1, -6.84368331e-008, 1, -4.82326186e-007, 1.76868489e-005, -1.76868489e-005, -6.84282995e-008, 1)
  2964. p187.Anchored = true
  2965. p187.Size = Vector3.new(1, 22.8000011, 1)
  2966. p187.BackSurface = Enum.SurfaceType.Studs
  2967. p187.BottomSurface = Enum.SurfaceType.Studs
  2968. p187.FrontSurface = Enum.SurfaceType.Studs
  2969. p187.LeftSurface = Enum.SurfaceType.Studs
  2970. p187.RightSurface = Enum.SurfaceType.Studs
  2971. b187 = Instance.new("SpecialMesh", p187)
  2972. b187.MeshType = Enum.MeshType.Head
  2973. b187.Name = "Mesh"
  2974. b187.Scale = Vector3.new(1.25, 1.25, 1.25)
  2975. p188 = Instance.new("Part", m)
  2976. p188.BrickColor = BrickColor.new("Reddish brown")
  2977. p188.Name = "Smooth Block Model"
  2978. p188.CFrame = CFrame.new(270.820007, 2.47027707, 46.5500412, -4.82325049e-007, -1, -6.84368331e-008, 1, -4.82326186e-007, 1.76868489e-005, -1.76868489e-005, -6.84282995e-008, 1)
  2979. p188.Anchored = true
  2980. p188.Size = Vector3.new(1, 22.8000011, 1)
  2981. p188.BackSurface = Enum.SurfaceType.Studs
  2982. p188.BottomSurface = Enum.SurfaceType.Studs
  2983. p188.FrontSurface = Enum.SurfaceType.Studs
  2984. p188.LeftSurface = Enum.SurfaceType.Studs
  2985. p188.RightSurface = Enum.SurfaceType.Studs
  2986. b188 = Instance.new("SpecialMesh", p188)
  2987. b188.MeshType = Enum.MeshType.Head
  2988. b188.Name = "Mesh"
  2989. b188.Scale = Vector3.new(1.25, 1.25, 1.25)
  2990. p189 = Instance.new("Part", m)
  2991. p189.BrickColor = BrickColor.new("Reddish brown")
  2992. p189.Name = "Smooth Block Model"
  2993. p189.CFrame = CFrame.new(270.820007, 2.4703114, 48.5500412, -4.82325049e-007, -1, -6.84368331e-008, 1, -4.82326186e-007, 1.76868489e-005, -1.76868489e-005, -6.84282995e-008, 1)
  2994. p189.Anchored = true
  2995. p189.Size = Vector3.new(1, 22.8000011, 1)
  2996. p189.BackSurface = Enum.SurfaceType.Studs
  2997. p189.BottomSurface = Enum.SurfaceType.Studs
  2998. p189.FrontSurface = Enum.SurfaceType.Studs
  2999. p189.LeftSurface = Enum.SurfaceType.Studs
  3000. p189.RightSurface = Enum.SurfaceType.Studs
  3001. b189 = Instance.new("SpecialMesh", p189)
  3002. b189.MeshType = Enum.MeshType.Head
  3003. b189.Name = "Mesh"
  3004. b189.Scale = Vector3.new(1.25, 1.25, 1.25)
  3005. p190 = Instance.new("Part", m)
  3006. p190.BrickColor = BrickColor.new("Reddish brown")
  3007. p190.Name = "Smooth Block Model"
  3008. p190.CFrame = CFrame.new(270.820007, 2.47029424, 47.5500412, -4.82325049e-007, -1, -6.84368331e-008, 1, -4.82326186e-007, 1.76868489e-005, -1.76868489e-005, -6.84282995e-008, 1)
  3009. p190.Anchored = true
  3010. p190.Size = Vector3.new(1, 22.8000011, 1)
  3011. p190.BackSurface = Enum.SurfaceType.Studs
  3012. p190.BottomSurface = Enum.SurfaceType.Studs
  3013. p190.FrontSurface = Enum.SurfaceType.Studs
  3014. p190.LeftSurface = Enum.SurfaceType.Studs
  3015. p190.RightSurface = Enum.SurfaceType.Studs
  3016. b190 = Instance.new("SpecialMesh", p190)
  3017. b190.MeshType = Enum.MeshType.Head
  3018. b190.Name = "Mesh"
  3019. b190.Scale = Vector3.new(1.25, 1.25, 1.25)
  3020. p191 = Instance.new("Part", m)
  3021. p191.BrickColor = BrickColor.new("Brick yellow")
  3022. p191.Name = "Smooth Block Model"
  3023. p191.CFrame = CFrame.new(286.019897, 0.970072448, 38.8500595, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  3024. p191.Anchored = true
  3025. p191.Size = Vector3.new(2, 2.4000001, 2)
  3026. p191.BackSurface = Enum.SurfaceType.Studs
  3027. p191.BottomSurface = Enum.SurfaceType.Studs
  3028. p191.FrontSurface = Enum.SurfaceType.Studs
  3029. p191.LeftSurface = Enum.SurfaceType.Studs
  3030. p191.RightSurface = Enum.SurfaceType.Studs
  3031. b191 = Instance.new("SpecialMesh", p191)
  3032. b191.MeshType = Enum.MeshType.Head
  3033. b191.Name = "Mesh"
  3034. b191.Scale = Vector3.new(1.25, 1.25, 1.25)
  3035. p192 = Instance.new("Part", m)
  3036. p192.BrickColor = BrickColor.new("Brick yellow")
  3037. p192.Name = "Smooth Block Model"
  3038. p192.CFrame = CFrame.new(268.820038, 2.97024179, 50.0500259, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  3039. p192.Anchored = true
  3040. p192.Size = Vector3.new(2, 2.4000001, 2)
  3041. p192.BackSurface = Enum.SurfaceType.Studs
  3042. p192.BottomSurface = Enum.SurfaceType.Studs
  3043. p192.FrontSurface = Enum.SurfaceType.Studs
  3044. p192.LeftSurface = Enum.SurfaceType.Studs
  3045. p192.RightSurface = Enum.SurfaceType.Studs
  3046. b192 = Instance.new("SpecialMesh", p192)
  3047. b192.MeshType = Enum.MeshType.Head
  3048. b192.Name = "Mesh"
  3049. b192.Scale = Vector3.new(1.25, 1.25, 1.25)
  3050. p193 = Instance.new("Part", m)
  3051. p193.BrickColor = BrickColor.new("Brick yellow")
  3052. p193.Name = "Smooth Block Model"
  3053. p193.CFrame = CFrame.new(270.420044, 15.9700794, 42.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3054. p193.Anchored = true
  3055. p193.Size = Vector3.new(2, 2.4000001, 2)
  3056. p193.BackSurface = Enum.SurfaceType.Studs
  3057. p193.BottomSurface = Enum.SurfaceType.Studs
  3058. p193.FrontSurface = Enum.SurfaceType.Studs
  3059. p193.LeftSurface = Enum.SurfaceType.Studs
  3060. p193.RightSurface = Enum.SurfaceType.Studs
  3061. b193 = Instance.new("SpecialMesh", p193)
  3062. b193.MeshType = Enum.MeshType.Head
  3063. b193.Name = "Mesh"
  3064. b193.Scale = Vector3.new(1.25, 1.25, 1.25)
  3065. p194 = Instance.new("Part", m)
  3066. p194.BrickColor = BrickColor.new("Brick yellow")
  3067. p194.Name = "Smooth Block Model"
  3068. p194.CFrame = CFrame.new(270.420044, 15.9700794, 40.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3069. p194.Anchored = true
  3070. p194.Size = Vector3.new(2, 2.4000001, 2)
  3071. p194.BackSurface = Enum.SurfaceType.Studs
  3072. p194.BottomSurface = Enum.SurfaceType.Studs
  3073. p194.FrontSurface = Enum.SurfaceType.Studs
  3074. p194.LeftSurface = Enum.SurfaceType.Studs
  3075. p194.RightSurface = Enum.SurfaceType.Studs
  3076. b194 = Instance.new("SpecialMesh", p194)
  3077. b194.MeshType = Enum.MeshType.Head
  3078. b194.Name = "Mesh"
  3079. b194.Scale = Vector3.new(1.25, 1.25, 1.25)
  3080. p195 = Instance.new("Part", m)
  3081. p195.BrickColor = BrickColor.new("Brick yellow")
  3082. p195.Name = "Smooth Block Model"
  3083. p195.CFrame = CFrame.new(270.420044, 15.9700794, 38.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3084. p195.Anchored = true
  3085. p195.Size = Vector3.new(2, 2.4000001, 2)
  3086. p195.BackSurface = Enum.SurfaceType.Studs
  3087. p195.BottomSurface = Enum.SurfaceType.Studs
  3088. p195.FrontSurface = Enum.SurfaceType.Studs
  3089. p195.LeftSurface = Enum.SurfaceType.Studs
  3090. p195.RightSurface = Enum.SurfaceType.Studs
  3091. b195 = Instance.new("SpecialMesh", p195)
  3092. b195.MeshType = Enum.MeshType.Head
  3093. b195.Name = "Mesh"
  3094. b195.Scale = Vector3.new(1.25, 1.25, 1.25)
  3095. p196 = Instance.new("Part", m)
  3096. p196.BrickColor = BrickColor.new("Brick yellow")
  3097. p196.Name = "Smooth Block Model"
  3098. p196.CFrame = CFrame.new(270.420044, 15.9700756, 36.0498695, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3099. p196.Anchored = true
  3100. p196.Size = Vector3.new(2, 2.4000001, 2)
  3101. p196.BackSurface = Enum.SurfaceType.Studs
  3102. p196.BottomSurface = Enum.SurfaceType.Studs
  3103. p196.FrontSurface = Enum.SurfaceType.Studs
  3104. p196.LeftSurface = Enum.SurfaceType.Studs
  3105. p196.RightSurface = Enum.SurfaceType.Studs
  3106. b196 = Instance.new("SpecialMesh", p196)
  3107. b196.MeshType = Enum.MeshType.Head
  3108. b196.Name = "Mesh"
  3109. b196.Scale = Vector3.new(1.25, 1.25, 1.25)
  3110. p197 = Instance.new("Part", m)
  3111. p197.BrickColor = BrickColor.new("Brick yellow")
  3112. p197.Name = "Smooth Block Model"
  3113. p197.CFrame = CFrame.new(270.420044, 15.9700756, 34.0498886, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3114. p197.Anchored = true
  3115. p197.Size = Vector3.new(2, 2.4000001, 2)
  3116. p197.BackSurface = Enum.SurfaceType.Studs
  3117. p197.BottomSurface = Enum.SurfaceType.Studs
  3118. p197.FrontSurface = Enum.SurfaceType.Studs
  3119. p197.LeftSurface = Enum.SurfaceType.Studs
  3120. p197.RightSurface = Enum.SurfaceType.Studs
  3121. b197 = Instance.new("SpecialMesh", p197)
  3122. b197.MeshType = Enum.MeshType.Head
  3123. b197.Name = "Mesh"
  3124. b197.Scale = Vector3.new(1.25, 1.25, 1.25)
  3125. p198 = Instance.new("Part", m)
  3126. p198.BrickColor = BrickColor.new("Brick yellow")
  3127. p198.Name = "Smooth Block Model"
  3128. p198.CFrame = CFrame.new(270.420044, 15.9700756, 32.0498886, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3129. p198.Anchored = true
  3130. p198.Size = Vector3.new(2, 2.4000001, 2)
  3131. p198.BackSurface = Enum.SurfaceType.Studs
  3132. p198.BottomSurface = Enum.SurfaceType.Studs
  3133. p198.FrontSurface = Enum.SurfaceType.Studs
  3134. p198.LeftSurface = Enum.SurfaceType.Studs
  3135. p198.RightSurface = Enum.SurfaceType.Studs
  3136. b198 = Instance.new("SpecialMesh", p198)
  3137. b198.MeshType = Enum.MeshType.Head
  3138. b198.Name = "Mesh"
  3139. b198.Scale = Vector3.new(1.25, 1.25, 1.25)
  3140. p199 = Instance.new("Part", m)
  3141. p199.BrickColor = BrickColor.new("Brick yellow")
  3142. p199.Name = "Smooth Block Model"
  3143. p199.CFrame = CFrame.new(270.420044, 15.9700718, 30.0498867, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3144. p199.Anchored = true
  3145. p199.Size = Vector3.new(2, 2.4000001, 2)
  3146. p199.BackSurface = Enum.SurfaceType.Studs
  3147. p199.BottomSurface = Enum.SurfaceType.Studs
  3148. p199.FrontSurface = Enum.SurfaceType.Studs
  3149. p199.LeftSurface = Enum.SurfaceType.Studs
  3150. p199.RightSurface = Enum.SurfaceType.Studs
  3151. b199 = Instance.new("SpecialMesh", p199)
  3152. b199.MeshType = Enum.MeshType.Head
  3153. b199.Name = "Mesh"
  3154. b199.Scale = Vector3.new(1.25, 1.25, 1.25)
  3155. p200 = Instance.new("Part", m)
  3156. p200.BrickColor = BrickColor.new("Brick yellow")
  3157. p200.Name = "Smooth Block Model"
  3158. p200.CFrame = CFrame.new(270.420044, 15.9700718, 28.0498867, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3159. p200.Anchored = true
  3160. p200.Size = Vector3.new(2, 2.4000001, 2)
  3161. p200.BackSurface = Enum.SurfaceType.Studs
  3162. p200.BottomSurface = Enum.SurfaceType.Studs
  3163. p200.FrontSurface = Enum.SurfaceType.Studs
  3164. p200.LeftSurface = Enum.SurfaceType.Studs
  3165. p200.RightSurface = Enum.SurfaceType.Studs
  3166. b200 = Instance.new("SpecialMesh", p200)
  3167. b200.MeshType = Enum.MeshType.Head
  3168. b200.Name = "Mesh"
  3169. b200.Scale = Vector3.new(1.25, 1.25, 1.25)
  3170. p201 = Instance.new("Part", m)
  3171. p201.BrickColor = BrickColor.new("Brick yellow")
  3172. p201.Name = "Smooth Block Model"
  3173. p201.CFrame = CFrame.new(270.420044, 15.970068, 26.0498829, 2.30968055e-007, -1, 9.09494702e-013, 0, -9.09494702e-013, 1, -1, 2.30968027e-007, 0)
  3174. p201.Anchored = true
  3175. p201.Size = Vector3.new(2, 2.4000001, 2)
  3176. p201.BackSurface = Enum.SurfaceType.Studs
  3177. p201.BottomSurface = Enum.SurfaceType.Studs
  3178. p201.FrontSurface = Enum.SurfaceType.Studs
  3179. p201.LeftSurface = Enum.SurfaceType.Studs
  3180. p201.RightSurface = Enum.SurfaceType.Studs
  3181. b201 = Instance.new("SpecialMesh", p201)
  3182. b201.MeshType = Enum.MeshType.Head
  3183. b201.Name = "Mesh"
  3184. b201.Scale = Vector3.new(1.25, 1.25, 1.25)
  3185. p202 = Instance.new("Part", m)
  3186. p202.BrickColor = BrickColor.new("Brick yellow")
  3187. p202.Name = "Smooth Block Model"
  3188. p202.CFrame = CFrame.new(270.420074, 15.970068, 22.0498905, 3.46452316e-006, -1, 1.31876732e-011, 2.72848411e-012, -1.31876732e-011, 1, -1, 3.46452293e-006, -1.8189894e-012)
  3189. p202.Anchored = true
  3190. p202.Size = Vector3.new(2, 2.4000001, 2)
  3191. p202.BackSurface = Enum.SurfaceType.Studs
  3192. p202.BottomSurface = Enum.SurfaceType.Studs
  3193. p202.FrontSurface = Enum.SurfaceType.Studs
  3194. p202.LeftSurface = Enum.SurfaceType.Studs
  3195. p202.RightSurface = Enum.SurfaceType.Studs
  3196. b202 = Instance.new("SpecialMesh", p202)
  3197. b202.MeshType = Enum.MeshType.Head
  3198. b202.Name = "Mesh"
  3199. b202.Scale = Vector3.new(1.25, 1.25, 1.25)
  3200. p203 = Instance.new("Part", m)
  3201. p203.BrickColor = BrickColor.new("Reddish brown")
  3202. p203.Name = "Smooth Block Model"
  3203. p203.CFrame = CFrame.new(272.02002, 13.4700565, 23.5499172, 9.22255003e-006, -1, -8.83966678e-008, 1, 9.22254912e-006, 1.71361662e-005, -1.71361662e-005, -8.85547138e-008, 1)
  3204. p203.Anchored = true
  3205. p203.Size = Vector3.new(1, 27.6000004, 1)
  3206. p203.BackSurface = Enum.SurfaceType.Studs
  3207. p203.BottomSurface = Enum.SurfaceType.Studs
  3208. p203.FrontSurface = Enum.SurfaceType.Studs
  3209. p203.LeftSurface = Enum.SurfaceType.Studs
  3210. p203.RightSurface = Enum.SurfaceType.Studs
  3211. b203 = Instance.new("SpecialMesh", p203)
  3212. b203.MeshType = Enum.MeshType.Head
  3213. b203.Name = "Mesh"
  3214. b203.Scale = Vector3.new(1.25, 1.25, 1.25)
  3215. p204 = Instance.new("Part", m)
  3216. p204.BrickColor = BrickColor.new("Reddish brown")
  3217. p204.Name = "Smooth Block Model"
  3218. p204.CFrame = CFrame.new(271.820038, 13.4703159, 48.5499039, 2.77502181e-006, 1, 5.36505489e-008, 1, -2.77502113e-006, -1.21663379e-005, -1.21663379e-005, 5.36843103e-008, -1)
  3219. p204.Anchored = true
  3220. p204.Size = Vector3.new(1, 27.6000004, 1)
  3221. p204.BackSurface = Enum.SurfaceType.Studs
  3222. p204.BottomSurface = Enum.SurfaceType.Studs
  3223. p204.FrontSurface = Enum.SurfaceType.Studs
  3224. p204.LeftSurface = Enum.SurfaceType.Studs
  3225. p204.RightSurface = Enum.SurfaceType.Studs
  3226. b204 = Instance.new("SpecialMesh", p204)
  3227. b204.MeshType = Enum.MeshType.Head
  3228. b204.Name = "Mesh"
  3229. b204.Scale = Vector3.new(1.25, 1.25, 1.25)
  3230. p205 = Instance.new("Part", m)
  3231. p205.BrickColor = BrickColor.new("Brick yellow")
  3232. p205.Name = "Smooth Block Model"
  3233. p205.CFrame = CFrame.new(286.019897, 4.97004414, 30.8500271, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  3234. p205.Anchored = true
  3235. p205.Size = Vector3.new(2, 2.4000001, 2)
  3236. p205.BackSurface = Enum.SurfaceType.Studs
  3237. p205.BottomSurface = Enum.SurfaceType.Studs
  3238. p205.FrontSurface = Enum.SurfaceType.Studs
  3239. p205.LeftSurface = Enum.SurfaceType.Studs
  3240. p205.RightSurface = Enum.SurfaceType.Studs
  3241. b205 = Instance.new("SpecialMesh", p205)
  3242. b205.MeshType = Enum.MeshType.Head
  3243. b205.Name = "Mesh"
  3244. b205.Scale = Vector3.new(1.25, 1.25, 1.25)
  3245. p206 = Instance.new("Part", m)
  3246. p206.BrickColor = BrickColor.new("Brick yellow")
  3247. p206.Name = "Smooth Block Model"
  3248. p206.CFrame = CFrame.new(270.420044, 15.9700871, 50.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3249. p206.Anchored = true
  3250. p206.Size = Vector3.new(2, 2.4000001, 2)
  3251. p206.BackSurface = Enum.SurfaceType.Studs
  3252. p206.BottomSurface = Enum.SurfaceType.Studs
  3253. p206.FrontSurface = Enum.SurfaceType.Studs
  3254. p206.LeftSurface = Enum.SurfaceType.Studs
  3255. p206.RightSurface = Enum.SurfaceType.Studs
  3256. b206 = Instance.new("SpecialMesh", p206)
  3257. b206.MeshType = Enum.MeshType.Head
  3258. b206.Name = "Mesh"
  3259. b206.Scale = Vector3.new(1.25, 1.25, 1.25)
  3260. p207 = Instance.new("Part", m)
  3261. p207.BrickColor = BrickColor.new("Brick yellow")
  3262. p207.Name = "Smooth Block Model"
  3263. p207.CFrame = CFrame.new(286.019897, 6.96998787, 24.8499928, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  3264. p207.Anchored = true
  3265. p207.Size = Vector3.new(2, 2.4000001, 2)
  3266. p207.BackSurface = Enum.SurfaceType.Studs
  3267. p207.BottomSurface = Enum.SurfaceType.Studs
  3268. p207.FrontSurface = Enum.SurfaceType.Studs
  3269. p207.LeftSurface = Enum.SurfaceType.Studs
  3270. p207.RightSurface = Enum.SurfaceType.Studs
  3271. b207 = Instance.new("SpecialMesh", p207)
  3272. b207.MeshType = Enum.MeshType.Head
  3273. b207.Name = "Mesh"
  3274. b207.Scale = Vector3.new(1.25, 1.25, 1.25)
  3275. p208 = Instance.new("Part", m)
  3276. p208.BrickColor = BrickColor.new("Brick yellow")
  3277. p208.Name = "Smooth Block Model"
  3278. p208.CFrame = CFrame.new(271.820007, 6.97033501, 50.0499802, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  3279. p208.Anchored = true
  3280. p208.Size = Vector3.new(2, 2.4000001, 2)
  3281. p208.BackSurface = Enum.SurfaceType.Studs
  3282. p208.BottomSurface = Enum.SurfaceType.Studs
  3283. p208.FrontSurface = Enum.SurfaceType.Studs
  3284. p208.LeftSurface = Enum.SurfaceType.Studs
  3285. p208.RightSurface = Enum.SurfaceType.Studs
  3286. b208 = Instance.new("SpecialMesh", p208)
  3287. b208.MeshType = Enum.MeshType.Head
  3288. b208.Name = "Mesh"
  3289. b208.Scale = Vector3.new(1.25, 1.25, 1.25)
  3290. p209 = Instance.new("Part", m)
  3291. p209.BrickColor = BrickColor.new("Reddish brown")
  3292. p209.Name = "Smooth Block Model"
  3293. p209.CFrame = CFrame.new(284.519897, 7.36997604, 23.5499935, 5.36505489e-008, -2.77502181e-006, -1, -1.21663379e-005, -1, 2.77502113e-006, -1, 1.21663379e-005, -5.36843103e-008)
  3294. p209.Anchored = true
  3295. p209.Size = Vector3.new(1, 10.8000002, 1)
  3296. p209.BackSurface = Enum.SurfaceType.Studs
  3297. p209.BottomSurface = Enum.SurfaceType.Studs
  3298. p209.FrontSurface = Enum.SurfaceType.Studs
  3299. p209.LeftSurface = Enum.SurfaceType.Studs
  3300. p209.RightSurface = Enum.SurfaceType.Studs
  3301. b209 = Instance.new("SpecialMesh", p209)
  3302. b209.MeshType = Enum.MeshType.Head
  3303. b209.Name = "Mesh"
  3304. b209.Scale = Vector3.new(1.25, 1.25, 1.25)
  3305. p210 = Instance.new("Part", m)
  3306. p210.BrickColor = BrickColor.new("Brick yellow")
  3307. p210.Name = "Smooth Block Model"
  3308. p210.CFrame = CFrame.new(288.019867, 0.970038116, 36.2500496, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  3309. p210.Anchored = true
  3310. p210.Size = Vector3.new(2, 2.4000001, 2)
  3311. p210.BackSurface = Enum.SurfaceType.Studs
  3312. p210.BottomSurface = Enum.SurfaceType.Studs
  3313. p210.FrontSurface = Enum.SurfaceType.Studs
  3314. p210.LeftSurface = Enum.SurfaceType.Studs
  3315. p210.RightSurface = Enum.SurfaceType.Studs
  3316. b210 = Instance.new("SpecialMesh", p210)
  3317. b210.MeshType = Enum.MeshType.Head
  3318. b210.Name = "Mesh"
  3319. b210.Scale = Vector3.new(1.25, 1.25, 1.25)
  3320. p211 = Instance.new("Part", m)
  3321. p211.BrickColor = BrickColor.new("Brick yellow")
  3322. p211.Name = "Smooth Block Model"
  3323. p211.CFrame = CFrame.new(268.02005, 15.9700871, 50.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3324. p211.Anchored = true
  3325. p211.Size = Vector3.new(2, 2.4000001, 2)
  3326. p211.BackSurface = Enum.SurfaceType.Studs
  3327. p211.BottomSurface = Enum.SurfaceType.Studs
  3328. p211.FrontSurface = Enum.SurfaceType.Studs
  3329. p211.LeftSurface = Enum.SurfaceType.Studs
  3330. p211.RightSurface = Enum.SurfaceType.Studs
  3331. b211 = Instance.new("SpecialMesh", p211)
  3332. b211.MeshType = Enum.MeshType.Head
  3333. b211.Name = "Mesh"
  3334. b211.Scale = Vector3.new(1.25, 1.25, 1.25)
  3335. p212 = Instance.new("Part", m)
  3336. p212.BrickColor = BrickColor.new("Brick yellow")
  3337. p212.Name = "Smooth Block Model"
  3338. p212.CFrame = CFrame.new(286.019897, 0.970043838, 36.2500496, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  3339. p212.Anchored = true
  3340. p212.Size = Vector3.new(2, 2.4000001, 2)
  3341. p212.BackSurface = Enum.SurfaceType.Studs
  3342. p212.BottomSurface = Enum.SurfaceType.Studs
  3343. p212.FrontSurface = Enum.SurfaceType.Studs
  3344. p212.LeftSurface = Enum.SurfaceType.Studs
  3345. p212.RightSurface = Enum.SurfaceType.Studs
  3346. b212 = Instance.new("SpecialMesh", p212)
  3347. b212.MeshType = Enum.MeshType.Head
  3348. b212.Name = "Mesh"
  3349. b212.Scale = Vector3.new(1.25, 1.25, 1.25)
  3350. p213 = Instance.new("Part", m)
  3351. p213.BrickColor = BrickColor.new("Reddish brown")
  3352. p213.Name = "Smooth Block Model"
  3353. p213.CFrame = CFrame.new(268.520081, 14.4699993, 35.8498878, 5.55004226e-006, -1.35046169e-010, -1, 1, -2.43326758e-005, 5.55004226e-006, -2.43326758e-005, -1, -4.02455846e-016)
  3354. p213.Anchored = true
  3355. p213.Size = Vector3.new(1, 26.4000015, 1)
  3356. p213.BackSurface = Enum.SurfaceType.Studs
  3357. p213.BottomSurface = Enum.SurfaceType.Studs
  3358. p213.FrontSurface = Enum.SurfaceType.Studs
  3359. p213.LeftSurface = Enum.SurfaceType.Studs
  3360. p213.RightSurface = Enum.SurfaceType.Studs
  3361. b213 = Instance.new("SpecialMesh", p213)
  3362. b213.MeshType = Enum.MeshType.Head
  3363. b213.Name = "Mesh"
  3364. b213.Scale = Vector3.new(1.25, 1.25, 1.25)
  3365. p214 = Instance.new("Part", m)
  3366. p214.BrickColor = BrickColor.new("Brick yellow")
  3367. p214.Name = "Smooth Block Model"
  3368. p214.CFrame = CFrame.new(265.820038, 4.9703331, 50.0500107, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  3369. p214.Anchored = true
  3370. p214.Size = Vector3.new(2, 2.4000001, 2)
  3371. p214.BackSurface = Enum.SurfaceType.Studs
  3372. p214.BottomSurface = Enum.SurfaceType.Studs
  3373. p214.FrontSurface = Enum.SurfaceType.Studs
  3374. p214.LeftSurface = Enum.SurfaceType.Studs
  3375. p214.RightSurface = Enum.SurfaceType.Studs
  3376. b214 = Instance.new("SpecialMesh", p214)
  3377. b214.MeshType = Enum.MeshType.Head
  3378. b214.Name = "Mesh"
  3379. b214.Scale = Vector3.new(1.25, 1.25, 1.25)
  3380. p215 = Instance.new("Part", m)
  3381. p215.BrickColor = BrickColor.new("Reddish brown")
  3382. p215.Name = "Smooth Block Model"
  3383. p215.CFrame = CFrame.new(270.820007, 2.47000813, 31.5500393, -4.82325049e-007, -1, -6.84368331e-008, 1, -4.82326186e-007, 1.76868489e-005, -1.76868489e-005, -6.84282995e-008, 1)
  3384. p215.Anchored = true
  3385. p215.Size = Vector3.new(1, 22.8000011, 1)
  3386. p215.BackSurface = Enum.SurfaceType.Studs
  3387. p215.BottomSurface = Enum.SurfaceType.Studs
  3388. p215.FrontSurface = Enum.SurfaceType.Studs
  3389. p215.LeftSurface = Enum.SurfaceType.Studs
  3390. p215.RightSurface = Enum.SurfaceType.Studs
  3391. b215 = Instance.new("SpecialMesh", p215)
  3392. b215.MeshType = Enum.MeshType.Head
  3393. b215.Name = "Mesh"
  3394. b215.Scale = Vector3.new(1.25, 1.25, 1.25)
  3395. p216 = Instance.new("Part", m)
  3396. p216.BrickColor = BrickColor.new("Reddish brown")
  3397. p216.Name = "Smooth Block Model"
  3398. p216.CFrame = CFrame.new(270.820007, 2.4700253, 32.5500412, -4.82325049e-007, -1, -6.84368331e-008, 1, -4.82326186e-007, 1.76868489e-005, -1.76868489e-005, -6.84282995e-008, 1)
  3399. p216.Anchored = true
  3400. p216.Size = Vector3.new(1, 22.8000011, 1)
  3401. p216.BackSurface = Enum.SurfaceType.Studs
  3402. p216.BottomSurface = Enum.SurfaceType.Studs
  3403. p216.FrontSurface = Enum.SurfaceType.Studs
  3404. p216.LeftSurface = Enum.SurfaceType.Studs
  3405. p216.RightSurface = Enum.SurfaceType.Studs
  3406. b216 = Instance.new("SpecialMesh", p216)
  3407. b216.MeshType = Enum.MeshType.Head
  3408. b216.Name = "Mesh"
  3409. b216.Scale = Vector3.new(1.25, 1.25, 1.25)
  3410. p217 = Instance.new("Part", m)
  3411. p217.BrickColor = BrickColor.new("Brick yellow")
  3412. p217.Name = "Smooth Block Model"
  3413. p217.CFrame = CFrame.new(286.019897, 2.9699614, 30.8500423, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  3414. p217.Anchored = true
  3415. p217.Size = Vector3.new(2, 2.4000001, 2)
  3416. p217.BackSurface = Enum.SurfaceType.Studs
  3417. p217.BottomSurface = Enum.SurfaceType.Studs
  3418. p217.FrontSurface = Enum.SurfaceType.Studs
  3419. p217.LeftSurface = Enum.SurfaceType.Studs
  3420. p217.RightSurface = Enum.SurfaceType.Studs
  3421. b217 = Instance.new("SpecialMesh", p217)
  3422. b217.MeshType = Enum.MeshType.Head
  3423. b217.Name = "Mesh"
  3424. b217.Scale = Vector3.new(1.25, 1.25, 1.25)
  3425. p218 = Instance.new("Part", m)
  3426. p218.BrickColor = BrickColor.new("Brick yellow")
  3427. p218.Name = "Smooth Block Model"
  3428. p218.CFrame = CFrame.new(265.820038, 0.970263183, 50.0500565, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  3429. p218.Anchored = true
  3430. p218.Size = Vector3.new(2, 2.4000001, 2)
  3431. p218.BackSurface = Enum.SurfaceType.Studs
  3432. p218.BottomSurface = Enum.SurfaceType.Studs
  3433. p218.FrontSurface = Enum.SurfaceType.Studs
  3434. p218.LeftSurface = Enum.SurfaceType.Studs
  3435. p218.RightSurface = Enum.SurfaceType.Studs
  3436. b218 = Instance.new("SpecialMesh", p218)
  3437. b218.MeshType = Enum.MeshType.Head
  3438. b218.Name = "Mesh"
  3439. b218.Scale = Vector3.new(1.25, 1.25, 1.25)
  3440. p219 = Instance.new("Part", m)
  3441. p219.BrickColor = BrickColor.new("Brick yellow")
  3442. p219.Name = "Smooth Block Model"
  3443. p219.CFrame = CFrame.new(265.820007, 0.970287979, 52.0500641, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  3444. p219.Anchored = true
  3445. p219.Size = Vector3.new(2, 2.4000001, 2)
  3446. p219.BackSurface = Enum.SurfaceType.Studs
  3447. p219.BottomSurface = Enum.SurfaceType.Studs
  3448. p219.FrontSurface = Enum.SurfaceType.Studs
  3449. p219.LeftSurface = Enum.SurfaceType.Studs
  3450. p219.RightSurface = Enum.SurfaceType.Studs
  3451. b219 = Instance.new("SpecialMesh", p219)
  3452. b219.MeshType = Enum.MeshType.Head
  3453. b219.Name = "Mesh"
  3454. b219.Scale = Vector3.new(1.25, 1.25, 1.25)
  3455. p220 = Instance.new("Part", m)
  3456. p220.BrickColor = BrickColor.new("Brick yellow")
  3457. p220.Name = "Smooth Block Model"
  3458. p220.CFrame = CFrame.new(265.820038, 2.97024941, 50.0500259, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  3459. p220.Anchored = true
  3460. p220.Size = Vector3.new(2, 2.4000001, 2)
  3461. p220.BackSurface = Enum.SurfaceType.Studs
  3462. p220.BottomSurface = Enum.SurfaceType.Studs
  3463. p220.FrontSurface = Enum.SurfaceType.Studs
  3464. p220.LeftSurface = Enum.SurfaceType.Studs
  3465. p220.RightSurface = Enum.SurfaceType.Studs
  3466. b220 = Instance.new("SpecialMesh", p220)
  3467. b220.MeshType = Enum.MeshType.Head
  3468. b220.Name = "Mesh"
  3469. b220.Scale = Vector3.new(1.25, 1.25, 1.25)
  3470. p221 = Instance.new("Part", m)
  3471. p221.BrickColor = BrickColor.new("Reddish brown")
  3472. p221.Name = "Smooth Block Model"
  3473. p221.CFrame = CFrame.new(267.52005, 14.4699993, 35.8498726, 5.55004226e-006, -1.35046169e-010, -1, 1, -2.43326758e-005, 5.55004226e-006, -2.43326758e-005, -1, -4.02455846e-016)
  3474. p221.Anchored = true
  3475. p221.Size = Vector3.new(1, 26.4000015, 1)
  3476. p221.BackSurface = Enum.SurfaceType.Studs
  3477. p221.BottomSurface = Enum.SurfaceType.Studs
  3478. p221.FrontSurface = Enum.SurfaceType.Studs
  3479. p221.LeftSurface = Enum.SurfaceType.Studs
  3480. p221.RightSurface = Enum.SurfaceType.Studs
  3481. b221 = Instance.new("SpecialMesh", p221)
  3482. b221.MeshType = Enum.MeshType.Head
  3483. b221.Name = "Mesh"
  3484. b221.Scale = Vector3.new(1.25, 1.25, 1.25)
  3485. p222 = Instance.new("Part", m)
  3486. p222.BrickColor = BrickColor.new("Brick yellow")
  3487. p222.Name = "Smooth Block Model"
  3488. p222.CFrame = CFrame.new(268.02005, 15.9700871, 48.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3489. p222.Anchored = true
  3490. p222.Size = Vector3.new(2, 2.4000001, 2)
  3491. p222.BackSurface = Enum.SurfaceType.Studs
  3492. p222.BottomSurface = Enum.SurfaceType.Studs
  3493. p222.FrontSurface = Enum.SurfaceType.Studs
  3494. p222.LeftSurface = Enum.SurfaceType.Studs
  3495. p222.RightSurface = Enum.SurfaceType.Studs
  3496. b222 = Instance.new("SpecialMesh", p222)
  3497. b222.MeshType = Enum.MeshType.Head
  3498. b222.Name = "Mesh"
  3499. b222.Scale = Vector3.new(1.25, 1.25, 1.25)
  3500. p223 = Instance.new("Part", m)
  3501. p223.BrickColor = BrickColor.new("Brick yellow")
  3502. p223.Name = "Smooth Block Model"
  3503. p223.CFrame = CFrame.new(268.02005, 15.9700832, 46.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3504. p223.Anchored = true
  3505. p223.Size = Vector3.new(2, 2.4000001, 2)
  3506. p223.BackSurface = Enum.SurfaceType.Studs
  3507. p223.BottomSurface = Enum.SurfaceType.Studs
  3508. p223.FrontSurface = Enum.SurfaceType.Studs
  3509. p223.LeftSurface = Enum.SurfaceType.Studs
  3510. p223.RightSurface = Enum.SurfaceType.Studs
  3511. b223 = Instance.new("SpecialMesh", p223)
  3512. b223.MeshType = Enum.MeshType.Head
  3513. b223.Name = "Mesh"
  3514. b223.Scale = Vector3.new(1.25, 1.25, 1.25)
  3515. p224 = Instance.new("Part", m)
  3516. p224.BrickColor = BrickColor.new("Brick yellow")
  3517. p224.Name = "Smooth Block Model"
  3518. p224.CFrame = CFrame.new(268.02005, 15.9700832, 44.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3519. p224.Anchored = true
  3520. p224.Size = Vector3.new(2, 2.4000001, 2)
  3521. p224.BackSurface = Enum.SurfaceType.Studs
  3522. p224.BottomSurface = Enum.SurfaceType.Studs
  3523. p224.FrontSurface = Enum.SurfaceType.Studs
  3524. p224.LeftSurface = Enum.SurfaceType.Studs
  3525. p224.RightSurface = Enum.SurfaceType.Studs
  3526. b224 = Instance.new("SpecialMesh", p224)
  3527. b224.MeshType = Enum.MeshType.Head
  3528. b224.Name = "Mesh"
  3529. b224.Scale = Vector3.new(1.25, 1.25, 1.25)
  3530. p225 = Instance.new("Part", m)
  3531. p225.BrickColor = BrickColor.new("Brick yellow")
  3532. p225.Name = "Smooth Block Model"
  3533. p225.CFrame = CFrame.new(268.02005, 15.9700794, 42.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3534. p225.Anchored = true
  3535. p225.Size = Vector3.new(2, 2.4000001, 2)
  3536. p225.BackSurface = Enum.SurfaceType.Studs
  3537. p225.BottomSurface = Enum.SurfaceType.Studs
  3538. p225.FrontSurface = Enum.SurfaceType.Studs
  3539. p225.LeftSurface = Enum.SurfaceType.Studs
  3540. p225.RightSurface = Enum.SurfaceType.Studs
  3541. b225 = Instance.new("SpecialMesh", p225)
  3542. b225.MeshType = Enum.MeshType.Head
  3543. b225.Name = "Mesh"
  3544. b225.Scale = Vector3.new(1.25, 1.25, 1.25)
  3545. p226 = Instance.new("Part", m)
  3546. p226.BrickColor = BrickColor.new("Brick yellow")
  3547. p226.Name = "Smooth Block Model"
  3548. p226.CFrame = CFrame.new(268.02005, 15.9700794, 40.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3549. p226.Anchored = true
  3550. p226.Size = Vector3.new(2, 2.4000001, 2)
  3551. p226.BackSurface = Enum.SurfaceType.Studs
  3552. p226.BottomSurface = Enum.SurfaceType.Studs
  3553. p226.FrontSurface = Enum.SurfaceType.Studs
  3554. p226.LeftSurface = Enum.SurfaceType.Studs
  3555. p226.RightSurface = Enum.SurfaceType.Studs
  3556. b226 = Instance.new("SpecialMesh", p226)
  3557. b226.MeshType = Enum.MeshType.Head
  3558. b226.Name = "Mesh"
  3559. b226.Scale = Vector3.new(1.25, 1.25, 1.25)
  3560. p227 = Instance.new("Part", m)
  3561. p227.BrickColor = BrickColor.new("Brick yellow")
  3562. p227.Name = "Smooth Block Model"
  3563. p227.CFrame = CFrame.new(268.02005, 15.9700794, 38.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3564. p227.Anchored = true
  3565. p227.Size = Vector3.new(2, 2.4000001, 2)
  3566. p227.BackSurface = Enum.SurfaceType.Studs
  3567. p227.BottomSurface = Enum.SurfaceType.Studs
  3568. p227.FrontSurface = Enum.SurfaceType.Studs
  3569. p227.LeftSurface = Enum.SurfaceType.Studs
  3570. p227.RightSurface = Enum.SurfaceType.Studs
  3571. b227 = Instance.new("SpecialMesh", p227)
  3572. b227.MeshType = Enum.MeshType.Head
  3573. b227.Name = "Mesh"
  3574. b227.Scale = Vector3.new(1.25, 1.25, 1.25)
  3575. p228 = Instance.new("Part", m)
  3576. p228.BrickColor = BrickColor.new("Brick yellow")
  3577. p228.Name = "Smooth Block Model"
  3578. p228.CFrame = CFrame.new(268.02005, 15.9700756, 36.0498695, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3579. p228.Anchored = true
  3580. p228.Size = Vector3.new(2, 2.4000001, 2)
  3581. p228.BackSurface = Enum.SurfaceType.Studs
  3582. p228.BottomSurface = Enum.SurfaceType.Studs
  3583. p228.FrontSurface = Enum.SurfaceType.Studs
  3584. p228.LeftSurface = Enum.SurfaceType.Studs
  3585. p228.RightSurface = Enum.SurfaceType.Studs
  3586. b228 = Instance.new("SpecialMesh", p228)
  3587. b228.MeshType = Enum.MeshType.Head
  3588. b228.Name = "Mesh"
  3589. b228.Scale = Vector3.new(1.25, 1.25, 1.25)
  3590. p229 = Instance.new("Part", m)
  3591. p229.BrickColor = BrickColor.new("Brick yellow")
  3592. p229.Name = "Smooth Block Model"
  3593. p229.CFrame = CFrame.new(268.02005, 15.9700756, 34.0498886, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3594. p229.Anchored = true
  3595. p229.Size = Vector3.new(2, 2.4000001, 2)
  3596. p229.BackSurface = Enum.SurfaceType.Studs
  3597. p229.BottomSurface = Enum.SurfaceType.Studs
  3598. p229.FrontSurface = Enum.SurfaceType.Studs
  3599. p229.LeftSurface = Enum.SurfaceType.Studs
  3600. p229.RightSurface = Enum.SurfaceType.Studs
  3601. b229 = Instance.new("SpecialMesh", p229)
  3602. b229.MeshType = Enum.MeshType.Head
  3603. b229.Name = "Mesh"
  3604. b229.Scale = Vector3.new(1.25, 1.25, 1.25)
  3605. p230 = Instance.new("Part", m)
  3606. p230.BrickColor = BrickColor.new("Brick yellow")
  3607. p230.Name = "Smooth Block Model"
  3608. p230.CFrame = CFrame.new(268.02005, 15.9700756, 32.0498886, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3609. p230.Anchored = true
  3610. p230.Size = Vector3.new(2, 2.4000001, 2)
  3611. p230.BackSurface = Enum.SurfaceType.Studs
  3612. p230.BottomSurface = Enum.SurfaceType.Studs
  3613. p230.FrontSurface = Enum.SurfaceType.Studs
  3614. p230.LeftSurface = Enum.SurfaceType.Studs
  3615. p230.RightSurface = Enum.SurfaceType.Studs
  3616. b230 = Instance.new("SpecialMesh", p230)
  3617. b230.MeshType = Enum.MeshType.Head
  3618. b230.Name = "Mesh"
  3619. b230.Scale = Vector3.new(1.25, 1.25, 1.25)
  3620. p231 = Instance.new("Part", m)
  3621. p231.BrickColor = BrickColor.new("Brick yellow")
  3622. p231.Name = "Smooth Block Model"
  3623. p231.CFrame = CFrame.new(268.02005, 15.9700718, 30.0498867, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3624. p231.Anchored = true
  3625. p231.Size = Vector3.new(2, 2.4000001, 2)
  3626. p231.BackSurface = Enum.SurfaceType.Studs
  3627. p231.BottomSurface = Enum.SurfaceType.Studs
  3628. p231.FrontSurface = Enum.SurfaceType.Studs
  3629. p231.LeftSurface = Enum.SurfaceType.Studs
  3630. p231.RightSurface = Enum.SurfaceType.Studs
  3631. b231 = Instance.new("SpecialMesh", p231)
  3632. b231.MeshType = Enum.MeshType.Head
  3633. b231.Name = "Mesh"
  3634. b231.Scale = Vector3.new(1.25, 1.25, 1.25)
  3635. p232 = Instance.new("Part", m)
  3636. p232.BrickColor = BrickColor.new("Brick yellow")
  3637. p232.Name = "Smooth Block Model"
  3638. p232.CFrame = CFrame.new(268.02005, 15.9700718, 28.0498867, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3639. p232.Anchored = true
  3640. p232.Size = Vector3.new(2, 2.4000001, 2)
  3641. p232.BackSurface = Enum.SurfaceType.Studs
  3642. p232.BottomSurface = Enum.SurfaceType.Studs
  3643. p232.FrontSurface = Enum.SurfaceType.Studs
  3644. p232.LeftSurface = Enum.SurfaceType.Studs
  3645. p232.RightSurface = Enum.SurfaceType.Studs
  3646. b232 = Instance.new("SpecialMesh", p232)
  3647. b232.MeshType = Enum.MeshType.Head
  3648. b232.Name = "Mesh"
  3649. b232.Scale = Vector3.new(1.25, 1.25, 1.25)
  3650. p233 = Instance.new("Part", m)
  3651. p233.BrickColor = BrickColor.new("Brick yellow")
  3652. p233.Name = "Smooth Block Model"
  3653. p233.CFrame = CFrame.new(268.02005, 15.970068, 26.0498829, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3654. p233.Anchored = true
  3655. p233.Size = Vector3.new(2, 2.4000001, 2)
  3656. p233.BackSurface = Enum.SurfaceType.Studs
  3657. p233.BottomSurface = Enum.SurfaceType.Studs
  3658. p233.FrontSurface = Enum.SurfaceType.Studs
  3659. p233.LeftSurface = Enum.SurfaceType.Studs
  3660. p233.RightSurface = Enum.SurfaceType.Studs
  3661. b233 = Instance.new("SpecialMesh", p233)
  3662. b233.MeshType = Enum.MeshType.Head
  3663. b233.Name = "Mesh"
  3664. b233.Scale = Vector3.new(1.25, 1.25, 1.25)
  3665. p234 = Instance.new("Part", m)
  3666. p234.BrickColor = BrickColor.new("Brick yellow")
  3667. p234.Name = "Smooth Block Model"
  3668. p234.CFrame = CFrame.new(268.02005, 15.970068, 24.0498867, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3669. p234.Anchored = true
  3670. p234.Size = Vector3.new(2, 2.4000001, 2)
  3671. p234.BackSurface = Enum.SurfaceType.Studs
  3672. p234.BottomSurface = Enum.SurfaceType.Studs
  3673. p234.FrontSurface = Enum.SurfaceType.Studs
  3674. p234.LeftSurface = Enum.SurfaceType.Studs
  3675. p234.RightSurface = Enum.SurfaceType.Studs
  3676. b234 = Instance.new("SpecialMesh", p234)
  3677. b234.MeshType = Enum.MeshType.Head
  3678. b234.Name = "Mesh"
  3679. b234.Scale = Vector3.new(1.25, 1.25, 1.25)
  3680. p235 = Instance.new("Part", m)
  3681. p235.BrickColor = BrickColor.new("Brick yellow")
  3682. p235.Name = "Smooth Block Model"
  3683. p235.CFrame = CFrame.new(286.019897, 4.97000599, 27.8500271, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  3684. p235.Anchored = true
  3685. p235.Size = Vector3.new(2, 2.4000001, 2)
  3686. p235.BackSurface = Enum.SurfaceType.Studs
  3687. p235.BottomSurface = Enum.SurfaceType.Studs
  3688. p235.FrontSurface = Enum.SurfaceType.Studs
  3689. p235.LeftSurface = Enum.SurfaceType.Studs
  3690. p235.RightSurface = Enum.SurfaceType.Studs
  3691. b235 = Instance.new("SpecialMesh", p235)
  3692. b235.MeshType = Enum.MeshType.Head
  3693. b235.Name = "Mesh"
  3694. b235.Scale = Vector3.new(1.25, 1.25, 1.25)
  3695. p236 = Instance.new("Part", m)
  3696. p236.BrickColor = BrickColor.new("Reddish brown")
  3697. p236.Name = "Smooth Block Model"
  3698. p236.CFrame = CFrame.new(266.52005, 14.4700031, 35.8498878, 5.55004226e-006, -1.35046169e-010, -1, 1, -2.43326758e-005, 5.55004226e-006, -2.43326758e-005, -1, -4.02455846e-016)
  3699. p236.Anchored = true
  3700. p236.Size = Vector3.new(1, 26.4000015, 1)
  3701. p236.BackSurface = Enum.SurfaceType.Studs
  3702. p236.BottomSurface = Enum.SurfaceType.Studs
  3703. p236.FrontSurface = Enum.SurfaceType.Studs
  3704. p236.LeftSurface = Enum.SurfaceType.Studs
  3705. p236.RightSurface = Enum.SurfaceType.Studs
  3706. b236 = Instance.new("SpecialMesh", p236)
  3707. b236.MeshType = Enum.MeshType.Head
  3708. b236.Name = "Mesh"
  3709. b236.Scale = Vector3.new(1.25, 1.25, 1.25)
  3710. p237 = Instance.new("Part", m)
  3711. p237.BrickColor = BrickColor.new("Reddish brown")
  3712. p237.Name = "Smooth Block Model"
  3713. p237.CFrame = CFrame.new(271.619995, 5.47001553, 23.5500088, 2.77502181e-006, -1, -5.36505489e-008, 1, 2.77502113e-006, 1.21663379e-005, -1.21663379e-005, -5.36843103e-008, 1)
  3714. p237.Anchored = true
  3715. p237.Size = Vector3.new(1, 21.6000004, 1)
  3716. p237.BackSurface = Enum.SurfaceType.Studs
  3717. p237.BottomSurface = Enum.SurfaceType.Studs
  3718. p237.FrontSurface = Enum.SurfaceType.Studs
  3719. p237.LeftSurface = Enum.SurfaceType.Studs
  3720. p237.RightSurface = Enum.SurfaceType.Studs
  3721. b237 = Instance.new("SpecialMesh", p237)
  3722. b237.MeshType = Enum.MeshType.Head
  3723. b237.Name = "Mesh"
  3724. b237.Scale = Vector3.new(1.25, 1.25, 1.25)
  3725. p238 = Instance.new("Part", m)
  3726. p238.BrickColor = BrickColor.new("Reddish brown")
  3727. p238.Name = "Smooth Block Model"
  3728. p238.CFrame = CFrame.new(270.820007, 2.4699719, 29.5500507, -4.82325049e-007, -1, -6.84368331e-008, 1, -4.82326186e-007, 1.76868489e-005, -1.76868489e-005, -6.84282995e-008, 1)
  3729. p238.Anchored = true
  3730. p238.Size = Vector3.new(1, 22.8000011, 1)
  3731. p238.BackSurface = Enum.SurfaceType.Studs
  3732. p238.BottomSurface = Enum.SurfaceType.Studs
  3733. p238.FrontSurface = Enum.SurfaceType.Studs
  3734. p238.LeftSurface = Enum.SurfaceType.Studs
  3735. p238.RightSurface = Enum.SurfaceType.Studs
  3736. b238 = Instance.new("SpecialMesh", p238)
  3737. b238.MeshType = Enum.MeshType.Head
  3738. b238.Name = "Mesh"
  3739. b238.Scale = Vector3.new(1.25, 1.25, 1.25)
  3740. p239 = Instance.new("Part", m)
  3741. p239.BrickColor = BrickColor.new("Reddish brown")
  3742. p239.Name = "Smooth Block Model"
  3743. p239.CFrame = CFrame.new(270.820007, 2.46999097, 30.5500546, -4.82325049e-007, -1, -6.84368331e-008, 1, -4.82326186e-007, 1.76868489e-005, -1.76868489e-005, -6.84282995e-008, 1)
  3744. p239.Anchored = true
  3745. p239.Size = Vector3.new(1, 22.8000011, 1)
  3746. p239.BackSurface = Enum.SurfaceType.Studs
  3747. p239.BottomSurface = Enum.SurfaceType.Studs
  3748. p239.FrontSurface = Enum.SurfaceType.Studs
  3749. p239.LeftSurface = Enum.SurfaceType.Studs
  3750. p239.RightSurface = Enum.SurfaceType.Studs
  3751. b239 = Instance.new("SpecialMesh", p239)
  3752. b239.MeshType = Enum.MeshType.Head
  3753. b239.Name = "Mesh"
  3754. b239.Scale = Vector3.new(1.25, 1.25, 1.25)
  3755. p240 = Instance.new("Part", m)
  3756. p240.BrickColor = BrickColor.new("Brick yellow")
  3757. p240.Name = "Smooth Block Model"
  3758. p240.CFrame = CFrame.new(288.019867, 0.970005691, 33.8500748, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  3759. p240.Anchored = true
  3760. p240.Size = Vector3.new(2, 2.4000001, 2)
  3761. p240.BackSurface = Enum.SurfaceType.Studs
  3762. p240.BottomSurface = Enum.SurfaceType.Studs
  3763. p240.FrontSurface = Enum.SurfaceType.Studs
  3764. p240.LeftSurface = Enum.SurfaceType.Studs
  3765. p240.RightSurface = Enum.SurfaceType.Studs
  3766. b240 = Instance.new("SpecialMesh", p240)
  3767. b240.MeshType = Enum.MeshType.Head
  3768. b240.Name = "Mesh"
  3769. b240.Scale = Vector3.new(1.25, 1.25, 1.25)
  3770. p241 = Instance.new("Part", m)
  3771. p241.BrickColor = BrickColor.new("Brick yellow")
  3772. p241.Name = "Smooth Block Model"
  3773. p241.CFrame = CFrame.new(265.620056, 15.9700871, 50.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3774. p241.Anchored = true
  3775. p241.Size = Vector3.new(2, 2.4000001, 2)
  3776. p241.BackSurface = Enum.SurfaceType.Studs
  3777. p241.BottomSurface = Enum.SurfaceType.Studs
  3778. p241.FrontSurface = Enum.SurfaceType.Studs
  3779. p241.LeftSurface = Enum.SurfaceType.Studs
  3780. p241.RightSurface = Enum.SurfaceType.Studs
  3781. b241 = Instance.new("SpecialMesh", p241)
  3782. b241.MeshType = Enum.MeshType.Head
  3783. b241.Name = "Mesh"
  3784. b241.Scale = Vector3.new(1.25, 1.25, 1.25)
  3785. p242 = Instance.new("Part", m)
  3786. p242.BrickColor = BrickColor.new("Brick yellow")
  3787. p242.Name = "Smooth Block Model"
  3788. p242.CFrame = CFrame.new(286.019897, 0.970011413, 33.8500748, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  3789. p242.Anchored = true
  3790. p242.Size = Vector3.new(2, 2.4000001, 2)
  3791. p242.BackSurface = Enum.SurfaceType.Studs
  3792. p242.BottomSurface = Enum.SurfaceType.Studs
  3793. p242.FrontSurface = Enum.SurfaceType.Studs
  3794. p242.LeftSurface = Enum.SurfaceType.Studs
  3795. p242.RightSurface = Enum.SurfaceType.Studs
  3796. b242 = Instance.new("SpecialMesh", p242)
  3797. b242.MeshType = Enum.MeshType.Head
  3798. b242.Name = "Mesh"
  3799. b242.Scale = Vector3.new(1.25, 1.25, 1.25)
  3800. p243 = Instance.new("Part", m)
  3801. p243.BrickColor = BrickColor.new("Brick yellow")
  3802. p243.Name = "Smooth Block Model"
  3803. p243.CFrame = CFrame.new(268.02005, 15.970068, 22.0498905, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3804. p243.Anchored = true
  3805. p243.Size = Vector3.new(2, 2.4000001, 2)
  3806. p243.BackSurface = Enum.SurfaceType.Studs
  3807. p243.BottomSurface = Enum.SurfaceType.Studs
  3808. p243.FrontSurface = Enum.SurfaceType.Studs
  3809. p243.LeftSurface = Enum.SurfaceType.Studs
  3810. p243.RightSurface = Enum.SurfaceType.Studs
  3811. b243 = Instance.new("SpecialMesh", p243)
  3812. b243.MeshType = Enum.MeshType.Head
  3813. b243.Name = "Mesh"
  3814. b243.Scale = Vector3.new(1.25, 1.25, 1.25)
  3815. p244 = Instance.new("Part", m)
  3816. p244.BrickColor = BrickColor.new("Brick yellow")
  3817. p244.Name = "Smooth Block Model"
  3818. p244.CFrame = CFrame.new(265.620056, 15.9700871, 48.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3819. p244.Anchored = true
  3820. p244.Size = Vector3.new(2, 2.4000001, 2)
  3821. p244.BackSurface = Enum.SurfaceType.Studs
  3822. p244.BottomSurface = Enum.SurfaceType.Studs
  3823. p244.FrontSurface = Enum.SurfaceType.Studs
  3824. p244.LeftSurface = Enum.SurfaceType.Studs
  3825. p244.RightSurface = Enum.SurfaceType.Studs
  3826. b244 = Instance.new("SpecialMesh", p244)
  3827. b244.MeshType = Enum.MeshType.Head
  3828. b244.Name = "Mesh"
  3829. b244.Scale = Vector3.new(1.25, 1.25, 1.25)
  3830. p245 = Instance.new("Part", m)
  3831. p245.BrickColor = BrickColor.new("Brick yellow")
  3832. p245.Name = "Smooth Block Model"
  3833. p245.CFrame = CFrame.new(265.620056, 15.9700832, 46.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3834. p245.Anchored = true
  3835. p245.Size = Vector3.new(2, 2.4000001, 2)
  3836. p245.BackSurface = Enum.SurfaceType.Studs
  3837. p245.BottomSurface = Enum.SurfaceType.Studs
  3838. p245.FrontSurface = Enum.SurfaceType.Studs
  3839. p245.LeftSurface = Enum.SurfaceType.Studs
  3840. p245.RightSurface = Enum.SurfaceType.Studs
  3841. b245 = Instance.new("SpecialMesh", p245)
  3842. b245.MeshType = Enum.MeshType.Head
  3843. b245.Name = "Mesh"
  3844. b245.Scale = Vector3.new(1.25, 1.25, 1.25)
  3845. p246 = Instance.new("Part", m)
  3846. p246.BrickColor = BrickColor.new("Brick yellow")
  3847. p246.Name = "Smooth Block Model"
  3848. p246.CFrame = CFrame.new(265.620056, 15.9700832, 44.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3849. p246.Anchored = true
  3850. p246.Size = Vector3.new(2, 2.4000001, 2)
  3851. p246.BackSurface = Enum.SurfaceType.Studs
  3852. p246.BottomSurface = Enum.SurfaceType.Studs
  3853. p246.FrontSurface = Enum.SurfaceType.Studs
  3854. p246.LeftSurface = Enum.SurfaceType.Studs
  3855. p246.RightSurface = Enum.SurfaceType.Studs
  3856. b246 = Instance.new("SpecialMesh", p246)
  3857. b246.MeshType = Enum.MeshType.Head
  3858. b246.Name = "Mesh"
  3859. b246.Scale = Vector3.new(1.25, 1.25, 1.25)
  3860. p247 = Instance.new("Part", m)
  3861. p247.BrickColor = BrickColor.new("Brick yellow")
  3862. p247.Name = "Smooth Block Model"
  3863. p247.CFrame = CFrame.new(265.620056, 15.9700794, 42.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3864. p247.Anchored = true
  3865. p247.Size = Vector3.new(2, 2.4000001, 2)
  3866. p247.BackSurface = Enum.SurfaceType.Studs
  3867. p247.BottomSurface = Enum.SurfaceType.Studs
  3868. p247.FrontSurface = Enum.SurfaceType.Studs
  3869. p247.LeftSurface = Enum.SurfaceType.Studs
  3870. p247.RightSurface = Enum.SurfaceType.Studs
  3871. b247 = Instance.new("SpecialMesh", p247)
  3872. b247.MeshType = Enum.MeshType.Head
  3873. b247.Name = "Mesh"
  3874. b247.Scale = Vector3.new(1.25, 1.25, 1.25)
  3875. p248 = Instance.new("Part", m)
  3876. p248.BrickColor = BrickColor.new("Brick yellow")
  3877. p248.Name = "Smooth Block Model"
  3878. p248.CFrame = CFrame.new(265.620056, 15.9700794, 40.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3879. p248.Anchored = true
  3880. p248.Size = Vector3.new(2, 2.4000001, 2)
  3881. p248.BackSurface = Enum.SurfaceType.Studs
  3882. p248.BottomSurface = Enum.SurfaceType.Studs
  3883. p248.FrontSurface = Enum.SurfaceType.Studs
  3884. p248.LeftSurface = Enum.SurfaceType.Studs
  3885. p248.RightSurface = Enum.SurfaceType.Studs
  3886. b248 = Instance.new("SpecialMesh", p248)
  3887. b248.MeshType = Enum.MeshType.Head
  3888. b248.Name = "Mesh"
  3889. b248.Scale = Vector3.new(1.25, 1.25, 1.25)
  3890. p249 = Instance.new("Part", m)
  3891. p249.BrickColor = BrickColor.new("Brick yellow")
  3892. p249.Name = "Smooth Block Model"
  3893. p249.CFrame = CFrame.new(265.620056, 15.9700794, 38.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3894. p249.Anchored = true
  3895. p249.Size = Vector3.new(2, 2.4000001, 2)
  3896. p249.BackSurface = Enum.SurfaceType.Studs
  3897. p249.BottomSurface = Enum.SurfaceType.Studs
  3898. p249.FrontSurface = Enum.SurfaceType.Studs
  3899. p249.LeftSurface = Enum.SurfaceType.Studs
  3900. p249.RightSurface = Enum.SurfaceType.Studs
  3901. b249 = Instance.new("SpecialMesh", p249)
  3902. b249.MeshType = Enum.MeshType.Head
  3903. b249.Name = "Mesh"
  3904. b249.Scale = Vector3.new(1.25, 1.25, 1.25)
  3905. p250 = Instance.new("Part", m)
  3906. p250.BrickColor = BrickColor.new("Brick yellow")
  3907. p250.Name = "Smooth Block Model"
  3908. p250.CFrame = CFrame.new(265.620056, 15.9700756, 36.0498695, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3909. p250.Anchored = true
  3910. p250.Size = Vector3.new(2, 2.4000001, 2)
  3911. p250.BackSurface = Enum.SurfaceType.Studs
  3912. p250.BottomSurface = Enum.SurfaceType.Studs
  3913. p250.FrontSurface = Enum.SurfaceType.Studs
  3914. p250.LeftSurface = Enum.SurfaceType.Studs
  3915. p250.RightSurface = Enum.SurfaceType.Studs
  3916. b250 = Instance.new("SpecialMesh", p250)
  3917. b250.MeshType = Enum.MeshType.Head
  3918. b250.Name = "Mesh"
  3919. b250.Scale = Vector3.new(1.25, 1.25, 1.25)
  3920. p251 = Instance.new("Part", m)
  3921. p251.BrickColor = BrickColor.new("Brick yellow")
  3922. p251.Name = "Smooth Block Model"
  3923. p251.CFrame = CFrame.new(265.620056, 15.9700756, 34.0498886, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3924. p251.Anchored = true
  3925. p251.Size = Vector3.new(2, 2.4000001, 2)
  3926. p251.BackSurface = Enum.SurfaceType.Studs
  3927. p251.BottomSurface = Enum.SurfaceType.Studs
  3928. p251.FrontSurface = Enum.SurfaceType.Studs
  3929. p251.LeftSurface = Enum.SurfaceType.Studs
  3930. p251.RightSurface = Enum.SurfaceType.Studs
  3931. b251 = Instance.new("SpecialMesh", p251)
  3932. b251.MeshType = Enum.MeshType.Head
  3933. b251.Name = "Mesh"
  3934. b251.Scale = Vector3.new(1.25, 1.25, 1.25)
  3935. p252 = Instance.new("Part", m)
  3936. p252.BrickColor = BrickColor.new("Brick yellow")
  3937. p252.Name = "Smooth Block Model"
  3938. p252.CFrame = CFrame.new(265.620056, 15.9700756, 32.0498886, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3939. p252.Anchored = true
  3940. p252.Size = Vector3.new(2, 2.4000001, 2)
  3941. p252.BackSurface = Enum.SurfaceType.Studs
  3942. p252.BottomSurface = Enum.SurfaceType.Studs
  3943. p252.FrontSurface = Enum.SurfaceType.Studs
  3944. p252.LeftSurface = Enum.SurfaceType.Studs
  3945. p252.RightSurface = Enum.SurfaceType.Studs
  3946. b252 = Instance.new("SpecialMesh", p252)
  3947. b252.MeshType = Enum.MeshType.Head
  3948. b252.Name = "Mesh"
  3949. b252.Scale = Vector3.new(1.25, 1.25, 1.25)
  3950. p253 = Instance.new("Part", m)
  3951. p253.BrickColor = BrickColor.new("Brick yellow")
  3952. p253.Name = "Smooth Block Model"
  3953. p253.CFrame = CFrame.new(265.620056, 15.9700718, 30.0498867, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  3954. p253.Anchored = true
  3955. p253.Size = Vector3.new(2, 2.4000001, 2)
  3956. p253.BackSurface = Enum.SurfaceType.Studs
  3957. p253.BottomSurface = Enum.SurfaceType.Studs
  3958. p253.FrontSurface = Enum.SurfaceType.Studs
  3959. p253.LeftSurface = Enum.SurfaceType.Studs
  3960. p253.RightSurface = Enum.SurfaceType.Studs
  3961. b253 = Instance.new("SpecialMesh", p253)
  3962. b253.MeshType = Enum.MeshType.Head
  3963. b253.Name = "Mesh"
  3964. b253.Scale = Vector3.new(1.25, 1.25, 1.25)
  3965. p254 = Instance.new("Part", m)
  3966. p254.BrickColor = BrickColor.new("Brick yellow")
  3967. p254.Name = "Smooth Block Model"
  3968. p254.CFrame = CFrame.new(286.019897, 4.96996975, 24.8500233, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  3969. p254.Anchored = true
  3970. p254.Size = Vector3.new(2, 2.4000001, 2)
  3971. p254.BackSurface = Enum.SurfaceType.Studs
  3972. p254.BottomSurface = Enum.SurfaceType.Studs
  3973. p254.FrontSurface = Enum.SurfaceType.Studs
  3974. p254.LeftSurface = Enum.SurfaceType.Studs
  3975. p254.RightSurface = Enum.SurfaceType.Studs
  3976. b254 = Instance.new("SpecialMesh", p254)
  3977. b254.MeshType = Enum.MeshType.Head
  3978. b254.Name = "Mesh"
  3979. b254.Scale = Vector3.new(1.25, 1.25, 1.25)
  3980. p255 = Instance.new("Part", m)
  3981. p255.BrickColor = BrickColor.new("Reddish brown")
  3982. p255.Name = "Smooth Block Model"
  3983. p255.CFrame = CFrame.new(265.52005, 14.4700069, 35.8498878, 5.55004226e-006, -1.35046169e-010, -1, 1, -2.43326758e-005, 5.55004226e-006, -2.43326758e-005, -1, -4.02455846e-016)
  3984. p255.Anchored = true
  3985. p255.Size = Vector3.new(1, 26.4000015, 1)
  3986. p255.BackSurface = Enum.SurfaceType.Studs
  3987. p255.BottomSurface = Enum.SurfaceType.Studs
  3988. p255.FrontSurface = Enum.SurfaceType.Studs
  3989. p255.LeftSurface = Enum.SurfaceType.Studs
  3990. p255.RightSurface = Enum.SurfaceType.Studs
  3991. b255 = Instance.new("SpecialMesh", p255)
  3992. b255.MeshType = Enum.MeshType.Head
  3993. b255.Name = "Mesh"
  3994. b255.Scale = Vector3.new(1.25, 1.25, 1.25)
  3995. p256 = Instance.new("Part", m)
  3996. p256.BrickColor = BrickColor.new("Brick yellow")
  3997. p256.Name = "Smooth Block Model"
  3998. p256.CFrame = CFrame.new(283.819916, 6.96995926, 22.0499973, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  3999. p256.Anchored = true
  4000. p256.Size = Vector3.new(2, 2.4000001, 2)
  4001. p256.BackSurface = Enum.SurfaceType.Studs
  4002. p256.BottomSurface = Enum.SurfaceType.Studs
  4003. p256.FrontSurface = Enum.SurfaceType.Studs
  4004. p256.LeftSurface = Enum.SurfaceType.Studs
  4005. p256.RightSurface = Enum.SurfaceType.Studs
  4006. b256 = Instance.new("SpecialMesh", p256)
  4007. b256.MeshType = Enum.MeshType.Head
  4008. b256.Name = "Mesh"
  4009. b256.Scale = Vector3.new(1.25, 1.25, 1.25)
  4010. p257 = Instance.new("Part", m)
  4011. p257.BrickColor = BrickColor.new("Brick yellow")
  4012. p257.Name = "Smooth Block Model"
  4013. p257.CFrame = CFrame.new(277.819977, 6.96997643, 22.0499973, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  4014. p257.Anchored = true
  4015. p257.Size = Vector3.new(2, 2.4000001, 2)
  4016. p257.BackSurface = Enum.SurfaceType.Studs
  4017. p257.BottomSurface = Enum.SurfaceType.Studs
  4018. p257.FrontSurface = Enum.SurfaceType.Studs
  4019. p257.LeftSurface = Enum.SurfaceType.Studs
  4020. p257.RightSurface = Enum.SurfaceType.Studs
  4021. b257 = Instance.new("SpecialMesh", p257)
  4022. b257.MeshType = Enum.MeshType.Head
  4023. b257.Name = "Mesh"
  4024. b257.Scale = Vector3.new(1.25, 1.25, 1.25)
  4025. p258 = Instance.new("Part", m)
  4026. p258.BrickColor = BrickColor.new("Brick yellow")
  4027. p258.Name = "Smooth Block Model"
  4028. p258.CFrame = CFrame.new(271.820007, 6.96999359, 22.0499973, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  4029. p258.Anchored = true
  4030. p258.Size = Vector3.new(2, 2.4000001, 2)
  4031. p258.BackSurface = Enum.SurfaceType.Studs
  4032. p258.BottomSurface = Enum.SurfaceType.Studs
  4033. p258.FrontSurface = Enum.SurfaceType.Studs
  4034. p258.LeftSurface = Enum.SurfaceType.Studs
  4035. p258.RightSurface = Enum.SurfaceType.Studs
  4036. b258 = Instance.new("SpecialMesh", p258)
  4037. b258.MeshType = Enum.MeshType.Head
  4038. b258.Name = "Mesh"
  4039. b258.Scale = Vector3.new(1.25, 1.25, 1.25)
  4040. p259 = Instance.new("Part", m)
  4041. p259.BrickColor = BrickColor.new("Brick yellow")
  4042. p259.Name = "Smooth Block Model"
  4043. p259.CFrame = CFrame.new(265.820038, 6.97000885, 22.0499973, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  4044. p259.Anchored = true
  4045. p259.Size = Vector3.new(2, 2.4000001, 2)
  4046. p259.BackSurface = Enum.SurfaceType.Studs
  4047. p259.BottomSurface = Enum.SurfaceType.Studs
  4048. p259.FrontSurface = Enum.SurfaceType.Studs
  4049. p259.LeftSurface = Enum.SurfaceType.Studs
  4050. p259.RightSurface = Enum.SurfaceType.Studs
  4051. b259 = Instance.new("SpecialMesh", p259)
  4052. b259.MeshType = Enum.MeshType.Head
  4053. b259.Name = "Mesh"
  4054. b259.Scale = Vector3.new(1.25, 1.25, 1.25)
  4055. p260 = Instance.new("Part", m)
  4056. p260.BrickColor = BrickColor.new("Brick yellow")
  4057. p260.Name = "Smooth Block Model"
  4058. p260.CFrame = CFrame.new(265.820038, 6.97035027, 50.0499802, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  4059. p260.Anchored = true
  4060. p260.Size = Vector3.new(2, 2.4000001, 2)
  4061. p260.BackSurface = Enum.SurfaceType.Studs
  4062. p260.BottomSurface = Enum.SurfaceType.Studs
  4063. p260.FrontSurface = Enum.SurfaceType.Studs
  4064. p260.LeftSurface = Enum.SurfaceType.Studs
  4065. p260.RightSurface = Enum.SurfaceType.Studs
  4066. b260 = Instance.new("SpecialMesh", p260)
  4067. b260.MeshType = Enum.MeshType.Head
  4068. b260.Name = "Mesh"
  4069. b260.Scale = Vector3.new(1.25, 1.25, 1.25)
  4070. p261 = Instance.new("Part", m)
  4071. p261.BrickColor = BrickColor.new("Reddish brown")
  4072. p261.Name = "Smooth Block Model"
  4073. p261.CFrame = CFrame.new(271.619995, 4.46994972, 23.550024, 2.77502181e-006, -1, -5.36505489e-008, 1, 2.77502113e-006, 1.21663379e-005, -1.21663379e-005, -5.36843103e-008, 1)
  4074. p261.Anchored = true
  4075. p261.Size = Vector3.new(1, 21.6000004, 1)
  4076. p261.BackSurface = Enum.SurfaceType.Studs
  4077. p261.BottomSurface = Enum.SurfaceType.Studs
  4078. p261.FrontSurface = Enum.SurfaceType.Studs
  4079. p261.LeftSurface = Enum.SurfaceType.Studs
  4080. p261.RightSurface = Enum.SurfaceType.Studs
  4081. b261 = Instance.new("SpecialMesh", p261)
  4082. b261.MeshType = Enum.MeshType.Head
  4083. b261.Name = "Mesh"
  4084. b261.Scale = Vector3.new(1.25, 1.25, 1.25)
  4085. p262 = Instance.new("Part", m)
  4086. p262.BrickColor = BrickColor.new("Brick yellow")
  4087. p262.Name = "Smooth Block Model"
  4088. p262.CFrame = CFrame.new(262.820007, 4.97034264, 50.0500107, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  4089. p262.Anchored = true
  4090. p262.Size = Vector3.new(2, 2.4000001, 2)
  4091. p262.BackSurface = Enum.SurfaceType.Studs
  4092. p262.BottomSurface = Enum.SurfaceType.Studs
  4093. p262.FrontSurface = Enum.SurfaceType.Studs
  4094. p262.LeftSurface = Enum.SurfaceType.Studs
  4095. p262.RightSurface = Enum.SurfaceType.Studs
  4096. b262 = Instance.new("SpecialMesh", p262)
  4097. b262.MeshType = Enum.MeshType.Head
  4098. b262.Name = "Mesh"
  4099. b262.Scale = Vector3.new(1.25, 1.25, 1.25)
  4100. p263 = Instance.new("Part", m)
  4101. p263.BrickColor = BrickColor.new("Reddish brown")
  4102. p263.Name = "Smooth Block Model"
  4103. p263.CFrame = CFrame.new(270.820007, 2.46991849, 26.5500507, -4.82325049e-007, -1, -6.84368331e-008, 1, -4.82326186e-007, 1.76868489e-005, -1.76868489e-005, -6.84282995e-008, 1)
  4104. p263.Anchored = true
  4105. p263.Size = Vector3.new(1, 22.8000011, 1)
  4106. p263.BackSurface = Enum.SurfaceType.Studs
  4107. p263.BottomSurface = Enum.SurfaceType.Studs
  4108. p263.FrontSurface = Enum.SurfaceType.Studs
  4109. p263.LeftSurface = Enum.SurfaceType.Studs
  4110. p263.RightSurface = Enum.SurfaceType.Studs
  4111. b263 = Instance.new("SpecialMesh", p263)
  4112. b263.MeshType = Enum.MeshType.Head
  4113. b263.Name = "Mesh"
  4114. b263.Scale = Vector3.new(1.25, 1.25, 1.25)
  4115. p264 = Instance.new("Part", m)
  4116. p264.BrickColor = BrickColor.new("Reddish brown")
  4117. p264.Name = "Smooth Block Model"
  4118. p264.CFrame = CFrame.new(270.820007, 2.46993566, 27.5500507, -4.82325049e-007, -1, -6.84368331e-008, 1, -4.82326186e-007, 1.76868489e-005, -1.76868489e-005, -6.84282995e-008, 1)
  4119. p264.Anchored = true
  4120. p264.Size = Vector3.new(1, 22.8000011, 1)
  4121. p264.BackSurface = Enum.SurfaceType.Studs
  4122. p264.BottomSurface = Enum.SurfaceType.Studs
  4123. p264.FrontSurface = Enum.SurfaceType.Studs
  4124. p264.LeftSurface = Enum.SurfaceType.Studs
  4125. p264.RightSurface = Enum.SurfaceType.Studs
  4126. b264 = Instance.new("SpecialMesh", p264)
  4127. b264.MeshType = Enum.MeshType.Head
  4128. b264.Name = "Mesh"
  4129. b264.Scale = Vector3.new(1.25, 1.25, 1.25)
  4130. p265 = Instance.new("Part", m)
  4131. p265.BrickColor = BrickColor.new("Reddish brown")
  4132. p265.Name = "Smooth Block Model"
  4133. p265.CFrame = CFrame.new(270.820007, 2.46995473, 28.5500546, -4.82325049e-007, -1, -6.84368331e-008, 1, -4.82326186e-007, 1.76868489e-005, -1.76868489e-005, -6.84282995e-008, 1)
  4134. p265.Anchored = true
  4135. p265.Size = Vector3.new(1, 22.8000011, 1)
  4136. p265.BackSurface = Enum.SurfaceType.Studs
  4137. p265.BottomSurface = Enum.SurfaceType.Studs
  4138. p265.FrontSurface = Enum.SurfaceType.Studs
  4139. p265.LeftSurface = Enum.SurfaceType.Studs
  4140. p265.RightSurface = Enum.SurfaceType.Studs
  4141. b265 = Instance.new("SpecialMesh", p265)
  4142. b265.MeshType = Enum.MeshType.Head
  4143. b265.Name = "Mesh"
  4144. b265.Scale = Vector3.new(1.25, 1.25, 1.25)
  4145. p266 = Instance.new("Part", m)
  4146. p266.BrickColor = BrickColor.new("Brick yellow")
  4147. p266.Name = "Smooth Block Model"
  4148. p266.CFrame = CFrame.new(286.019897, 2.96992326, 27.8500423, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  4149. p266.Anchored = true
  4150. p266.Size = Vector3.new(2, 2.4000001, 2)
  4151. p266.BackSurface = Enum.SurfaceType.Studs
  4152. p266.BottomSurface = Enum.SurfaceType.Studs
  4153. p266.FrontSurface = Enum.SurfaceType.Studs
  4154. p266.LeftSurface = Enum.SurfaceType.Studs
  4155. p266.RightSurface = Enum.SurfaceType.Studs
  4156. b266 = Instance.new("SpecialMesh", p266)
  4157. b266.MeshType = Enum.MeshType.Head
  4158. b266.Name = "Mesh"
  4159. b266.Scale = Vector3.new(1.25, 1.25, 1.25)
  4160. p267 = Instance.new("Part", m)
  4161. p267.BrickColor = BrickColor.new("Brick yellow")
  4162. p267.Name = "Smooth Block Model"
  4163. p267.CFrame = CFrame.new(288.019867, 0.969969451, 30.8500729, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  4164. p267.Anchored = true
  4165. p267.Size = Vector3.new(2, 2.4000001, 2)
  4166. p267.BackSurface = Enum.SurfaceType.Studs
  4167. p267.BottomSurface = Enum.SurfaceType.Studs
  4168. p267.FrontSurface = Enum.SurfaceType.Studs
  4169. p267.LeftSurface = Enum.SurfaceType.Studs
  4170. p267.RightSurface = Enum.SurfaceType.Studs
  4171. b267 = Instance.new("SpecialMesh", p267)
  4172. b267.MeshType = Enum.MeshType.Head
  4173. b267.Name = "Mesh"
  4174. b267.Scale = Vector3.new(1.25, 1.25, 1.25)
  4175. p268 = Instance.new("Part", m)
  4176. p268.BrickColor = BrickColor.new("Brick yellow")
  4177. p268.Name = "Smooth Block Model"
  4178. p268.CFrame = CFrame.new(262.820007, 0.97027272, 50.0500565, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  4179. p268.Anchored = true
  4180. p268.Size = Vector3.new(2, 2.4000001, 2)
  4181. p268.BackSurface = Enum.SurfaceType.Studs
  4182. p268.BottomSurface = Enum.SurfaceType.Studs
  4183. p268.FrontSurface = Enum.SurfaceType.Studs
  4184. p268.LeftSurface = Enum.SurfaceType.Studs
  4185. p268.RightSurface = Enum.SurfaceType.Studs
  4186. b268 = Instance.new("SpecialMesh", p268)
  4187. b268.MeshType = Enum.MeshType.Head
  4188. b268.Name = "Mesh"
  4189. b268.Scale = Vector3.new(1.25, 1.25, 1.25)
  4190. p269 = Instance.new("Part", m)
  4191. p269.BrickColor = BrickColor.new("Brick yellow")
  4192. p269.Name = "Smooth Block Model"
  4193. p269.CFrame = CFrame.new(263.220032, 15.9699993, 50.0498734, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  4194. p269.Anchored = true
  4195. p269.Size = Vector3.new(2, 2.4000001, 2)
  4196. p269.BackSurface = Enum.SurfaceType.Studs
  4197. p269.BottomSurface = Enum.SurfaceType.Studs
  4198. p269.FrontSurface = Enum.SurfaceType.Studs
  4199. p269.LeftSurface = Enum.SurfaceType.Studs
  4200. p269.RightSurface = Enum.SurfaceType.Studs
  4201. b269 = Instance.new("SpecialMesh", p269)
  4202. b269.MeshType = Enum.MeshType.Head
  4203. b269.Name = "Mesh"
  4204. b269.Scale = Vector3.new(1.25, 1.25, 1.25)
  4205. p270 = Instance.new("Part", m)
  4206. p270.BrickColor = BrickColor.new("Brick yellow")
  4207. p270.Name = "Smooth Block Model"
  4208. p270.CFrame = CFrame.new(262.820007, 0.970297515, 52.0500641, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  4209. p270.Anchored = true
  4210. p270.Size = Vector3.new(2, 2.4000001, 2)
  4211. p270.BackSurface = Enum.SurfaceType.Studs
  4212. p270.BottomSurface = Enum.SurfaceType.Studs
  4213. p270.FrontSurface = Enum.SurfaceType.Studs
  4214. p270.LeftSurface = Enum.SurfaceType.Studs
  4215. p270.RightSurface = Enum.SurfaceType.Studs
  4216. b270 = Instance.new("SpecialMesh", p270)
  4217. b270.MeshType = Enum.MeshType.Head
  4218. b270.Name = "Mesh"
  4219. b270.Scale = Vector3.new(1.25, 1.25, 1.25)
  4220. p271 = Instance.new("Part", m)
  4221. p271.BrickColor = BrickColor.new("Brick yellow")
  4222. p271.Name = "Smooth Block Model"
  4223. p271.CFrame = CFrame.new(262.820007, 2.97025895, 50.0500259, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  4224. p271.Anchored = true
  4225. p271.Size = Vector3.new(2, 2.4000001, 2)
  4226. p271.BackSurface = Enum.SurfaceType.Studs
  4227. p271.BottomSurface = Enum.SurfaceType.Studs
  4228. p271.FrontSurface = Enum.SurfaceType.Studs
  4229. p271.LeftSurface = Enum.SurfaceType.Studs
  4230. p271.RightSurface = Enum.SurfaceType.Studs
  4231. b271 = Instance.new("SpecialMesh", p271)
  4232. b271.MeshType = Enum.MeshType.Head
  4233. b271.Name = "Mesh"
  4234. b271.Scale = Vector3.new(1.25, 1.25, 1.25)
  4235. p272 = Instance.new("Part", m)
  4236. p272.BrickColor = BrickColor.new("Brick yellow")
  4237. p272.Name = "Smooth Block Model"
  4238. p272.CFrame = CFrame.new(286.019897, 0.969975173, 30.8500729, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  4239. p272.Anchored = true
  4240. p272.Size = Vector3.new(2, 2.4000001, 2)
  4241. p272.BackSurface = Enum.SurfaceType.Studs
  4242. p272.BottomSurface = Enum.SurfaceType.Studs
  4243. p272.FrontSurface = Enum.SurfaceType.Studs
  4244. p272.LeftSurface = Enum.SurfaceType.Studs
  4245. p272.RightSurface = Enum.SurfaceType.Studs
  4246. b272 = Instance.new("SpecialMesh", p272)
  4247. b272.MeshType = Enum.MeshType.Head
  4248. b272.Name = "Mesh"
  4249. b272.Scale = Vector3.new(1.25, 1.25, 1.25)
  4250. p273 = Instance.new("Part", m)
  4251. p273.BrickColor = BrickColor.new("Brick yellow")
  4252. p273.Name = "Smooth Block Model"
  4253. p273.CFrame = CFrame.new(265.620056, 15.9700718, 28.0498867, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  4254. p273.Anchored = true
  4255. p273.Size = Vector3.new(2, 2.4000001, 2)
  4256. p273.BackSurface = Enum.SurfaceType.Studs
  4257. p273.BottomSurface = Enum.SurfaceType.Studs
  4258. p273.FrontSurface = Enum.SurfaceType.Studs
  4259. p273.LeftSurface = Enum.SurfaceType.Studs
  4260. p273.RightSurface = Enum.SurfaceType.Studs
  4261. b273 = Instance.new("SpecialMesh", p273)
  4262. b273.MeshType = Enum.MeshType.Head
  4263. b273.Name = "Mesh"
  4264. b273.Scale = Vector3.new(1.25, 1.25, 1.25)
  4265. p274 = Instance.new("Part", m)
  4266. p274.BrickColor = BrickColor.new("Brick yellow")
  4267. p274.Name = "Smooth Block Model"
  4268. p274.CFrame = CFrame.new(265.620056, 15.970068, 26.0498829, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  4269. p274.Anchored = true
  4270. p274.Size = Vector3.new(2, 2.4000001, 2)
  4271. p274.BackSurface = Enum.SurfaceType.Studs
  4272. p274.BottomSurface = Enum.SurfaceType.Studs
  4273. p274.FrontSurface = Enum.SurfaceType.Studs
  4274. p274.LeftSurface = Enum.SurfaceType.Studs
  4275. p274.RightSurface = Enum.SurfaceType.Studs
  4276. b274 = Instance.new("SpecialMesh", p274)
  4277. b274.MeshType = Enum.MeshType.Head
  4278. b274.Name = "Mesh"
  4279. b274.Scale = Vector3.new(1.25, 1.25, 1.25)
  4280. p275 = Instance.new("Part", m)
  4281. p275.BrickColor = BrickColor.new("Brick yellow")
  4282. p275.Name = "Smooth Block Model"
  4283. p275.CFrame = CFrame.new(265.620056, 15.970068, 24.0498867, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  4284. p275.Anchored = true
  4285. p275.Size = Vector3.new(2, 2.4000001, 2)
  4286. p275.BackSurface = Enum.SurfaceType.Studs
  4287. p275.BottomSurface = Enum.SurfaceType.Studs
  4288. p275.FrontSurface = Enum.SurfaceType.Studs
  4289. p275.LeftSurface = Enum.SurfaceType.Studs
  4290. p275.RightSurface = Enum.SurfaceType.Studs
  4291. b275 = Instance.new("SpecialMesh", p275)
  4292. b275.MeshType = Enum.MeshType.Head
  4293. b275.Name = "Mesh"
  4294. b275.Scale = Vector3.new(1.25, 1.25, 1.25)
  4295. p276 = Instance.new("Part", m)
  4296. p276.BrickColor = BrickColor.new("Brick yellow")
  4297. p276.Name = "Smooth Block Model"
  4298. p276.CFrame = CFrame.new(265.620056, 15.970068, 22.0498905, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  4299. p276.Anchored = true
  4300. p276.Size = Vector3.new(2, 2.4000001, 2)
  4301. p276.BackSurface = Enum.SurfaceType.Studs
  4302. p276.BottomSurface = Enum.SurfaceType.Studs
  4303. p276.FrontSurface = Enum.SurfaceType.Studs
  4304. p276.LeftSurface = Enum.SurfaceType.Studs
  4305. p276.RightSurface = Enum.SurfaceType.Studs
  4306. b276 = Instance.new("SpecialMesh", p276)
  4307. b276.MeshType = Enum.MeshType.Head
  4308. b276.Name = "Mesh"
  4309. b276.Scale = Vector3.new(1.25, 1.25, 1.25)
  4310. p277 = Instance.new("Part", m)
  4311. p277.BrickColor = BrickColor.new("Brick yellow")
  4312. p277.Name = "Smooth Block Model"
  4313. p277.CFrame = CFrame.new(263.220032, 15.9699993, 48.0498734, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  4314. p277.Anchored = true
  4315. p277.Size = Vector3.new(2, 2.4000001, 2)
  4316. p277.BackSurface = Enum.SurfaceType.Studs
  4317. p277.BottomSurface = Enum.SurfaceType.Studs
  4318. p277.FrontSurface = Enum.SurfaceType.Studs
  4319. p277.LeftSurface = Enum.SurfaceType.Studs
  4320. p277.RightSurface = Enum.SurfaceType.Studs
  4321. b277 = Instance.new("SpecialMesh", p277)
  4322. b277.MeshType = Enum.MeshType.Head
  4323. b277.Name = "Mesh"
  4324. b277.Scale = Vector3.new(1.25, 1.25, 1.25)
  4325. p278 = Instance.new("Part", m)
  4326. p278.BrickColor = BrickColor.new("Brick yellow")
  4327. p278.Name = "Smooth Block Model"
  4328. p278.CFrame = CFrame.new(263.220032, 15.9699993, 46.0498734, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  4329. p278.Anchored = true
  4330. p278.Size = Vector3.new(2, 2.4000001, 2)
  4331. p278.BackSurface = Enum.SurfaceType.Studs
  4332. p278.BottomSurface = Enum.SurfaceType.Studs
  4333. p278.FrontSurface = Enum.SurfaceType.Studs
  4334. p278.LeftSurface = Enum.SurfaceType.Studs
  4335. p278.RightSurface = Enum.SurfaceType.Studs
  4336. b278 = Instance.new("SpecialMesh", p278)
  4337. b278.MeshType = Enum.MeshType.Head
  4338. b278.Name = "Mesh"
  4339. b278.Scale = Vector3.new(1.25, 1.25, 1.25)
  4340. p279 = Instance.new("Part", m)
  4341. p279.BrickColor = BrickColor.new("Brick yellow")
  4342. p279.Name = "Smooth Block Model"
  4343. p279.CFrame = CFrame.new(263.220032, 15.9699993, 44.0498734, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  4344. p279.Anchored = true
  4345. p279.Size = Vector3.new(2, 2.4000001, 2)
  4346. p279.BackSurface = Enum.SurfaceType.Studs
  4347. p279.BottomSurface = Enum.SurfaceType.Studs
  4348. p279.FrontSurface = Enum.SurfaceType.Studs
  4349. p279.LeftSurface = Enum.SurfaceType.Studs
  4350. p279.RightSurface = Enum.SurfaceType.Studs
  4351. b279 = Instance.new("SpecialMesh", p279)
  4352. b279.MeshType = Enum.MeshType.Head
  4353. b279.Name = "Mesh"
  4354. b279.Scale = Vector3.new(1.25, 1.25, 1.25)
  4355. p280 = Instance.new("Part", m)
  4356. p280.BrickColor = BrickColor.new("Brick yellow")
  4357. p280.Name = "Smooth Block Model"
  4358. p280.CFrame = CFrame.new(263.220032, 15.9699993, 42.0498734, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  4359. p280.Anchored = true
  4360. p280.Size = Vector3.new(2, 2.4000001, 2)
  4361. p280.BackSurface = Enum.SurfaceType.Studs
  4362. p280.BottomSurface = Enum.SurfaceType.Studs
  4363. p280.FrontSurface = Enum.SurfaceType.Studs
  4364. p280.LeftSurface = Enum.SurfaceType.Studs
  4365. p280.RightSurface = Enum.SurfaceType.Studs
  4366. b280 = Instance.new("SpecialMesh", p280)
  4367. b280.MeshType = Enum.MeshType.Head
  4368. b280.Name = "Mesh"
  4369. b280.Scale = Vector3.new(1.25, 1.25, 1.25)
  4370. p281 = Instance.new("Part", m)
  4371. p281.BrickColor = BrickColor.new("Brick yellow")
  4372. p281.Name = "Smooth Block Model"
  4373. p281.CFrame = CFrame.new(263.220032, 15.9699993, 40.0498734, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  4374. p281.Anchored = true
  4375. p281.Size = Vector3.new(2, 2.4000001, 2)
  4376. p281.BackSurface = Enum.SurfaceType.Studs
  4377. p281.BottomSurface = Enum.SurfaceType.Studs
  4378. p281.FrontSurface = Enum.SurfaceType.Studs
  4379. p281.LeftSurface = Enum.SurfaceType.Studs
  4380. p281.RightSurface = Enum.SurfaceType.Studs
  4381. b281 = Instance.new("SpecialMesh", p281)
  4382. b281.MeshType = Enum.MeshType.Head
  4383. b281.Name = "Mesh"
  4384. b281.Scale = Vector3.new(1.25, 1.25, 1.25)
  4385. p282 = Instance.new("Part", m)
  4386. p282.BrickColor = BrickColor.new("Brick yellow")
  4387. p282.Name = "Smooth Block Model"
  4388. p282.CFrame = CFrame.new(263.220032, 15.9699993, 38.0498734, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  4389. p282.Anchored = true
  4390. p282.Size = Vector3.new(2, 2.4000001, 2)
  4391. p282.BackSurface = Enum.SurfaceType.Studs
  4392. p282.BottomSurface = Enum.SurfaceType.Studs
  4393. p282.FrontSurface = Enum.SurfaceType.Studs
  4394. p282.LeftSurface = Enum.SurfaceType.Studs
  4395. p282.RightSurface = Enum.SurfaceType.Studs
  4396. b282 = Instance.new("SpecialMesh", p282)
  4397. b282.MeshType = Enum.MeshType.Head
  4398. b282.Name = "Mesh"
  4399. b282.Scale = Vector3.new(1.25, 1.25, 1.25)
  4400. p283 = Instance.new("Part", m)
  4401. p283.BrickColor = BrickColor.new("Brick yellow")
  4402. p283.Name = "Smooth Block Model"
  4403. p283.CFrame = CFrame.new(263.220032, 15.9699993, 36.0498695, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  4404. p283.Anchored = true
  4405. p283.Size = Vector3.new(2, 2.4000001, 2)
  4406. p283.BackSurface = Enum.SurfaceType.Studs
  4407. p283.BottomSurface = Enum.SurfaceType.Studs
  4408. p283.FrontSurface = Enum.SurfaceType.Studs
  4409. p283.LeftSurface = Enum.SurfaceType.Studs
  4410. p283.RightSurface = Enum.SurfaceType.Studs
  4411. b283 = Instance.new("SpecialMesh", p283)
  4412. b283.MeshType = Enum.MeshType.Head
  4413. b283.Name = "Mesh"
  4414. b283.Scale = Vector3.new(1.25, 1.25, 1.25)
  4415. p284 = Instance.new("Part", m)
  4416. p284.BrickColor = BrickColor.new("Brick yellow")
  4417. p284.Name = "Smooth Block Model"
  4418. p284.CFrame = CFrame.new(263.220032, 15.9699993, 34.0498886, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  4419. p284.Anchored = true
  4420. p284.Size = Vector3.new(2, 2.4000001, 2)
  4421. p284.BackSurface = Enum.SurfaceType.Studs
  4422. p284.BottomSurface = Enum.SurfaceType.Studs
  4423. p284.FrontSurface = Enum.SurfaceType.Studs
  4424. p284.LeftSurface = Enum.SurfaceType.Studs
  4425. p284.RightSurface = Enum.SurfaceType.Studs
  4426. b284 = Instance.new("SpecialMesh", p284)
  4427. b284.MeshType = Enum.MeshType.Head
  4428. b284.Name = "Mesh"
  4429. b284.Scale = Vector3.new(1.25, 1.25, 1.25)
  4430. p285 = Instance.new("Part", m)
  4431. p285.BrickColor = BrickColor.new("Brick yellow")
  4432. p285.Name = "Smooth Block Model"
  4433. p285.CFrame = CFrame.new(263.220032, 15.9699993, 32.0498886, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  4434. p285.Anchored = true
  4435. p285.Size = Vector3.new(2, 2.4000001, 2)
  4436. p285.BackSurface = Enum.SurfaceType.Studs
  4437. p285.BottomSurface = Enum.SurfaceType.Studs
  4438. p285.FrontSurface = Enum.SurfaceType.Studs
  4439. p285.LeftSurface = Enum.SurfaceType.Studs
  4440. p285.RightSurface = Enum.SurfaceType.Studs
  4441. b285 = Instance.new("SpecialMesh", p285)
  4442. b285.MeshType = Enum.MeshType.Head
  4443. b285.Name = "Mesh"
  4444. b285.Scale = Vector3.new(1.25, 1.25, 1.25)
  4445. p286 = Instance.new("Part", m)
  4446. p286.BrickColor = BrickColor.new("Brick yellow")
  4447. p286.Name = "Smooth Block Model"
  4448. p286.CFrame = CFrame.new(263.220032, 15.9699993, 30.0498867, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  4449. p286.Anchored = true
  4450. p286.Size = Vector3.new(2, 2.4000001, 2)
  4451. p286.BackSurface = Enum.SurfaceType.Studs
  4452. p286.BottomSurface = Enum.SurfaceType.Studs
  4453. p286.FrontSurface = Enum.SurfaceType.Studs
  4454. p286.LeftSurface = Enum.SurfaceType.Studs
  4455. p286.RightSurface = Enum.SurfaceType.Studs
  4456. b286 = Instance.new("SpecialMesh", p286)
  4457. b286.MeshType = Enum.MeshType.Head
  4458. b286.Name = "Mesh"
  4459. b286.Scale = Vector3.new(1.25, 1.25, 1.25)
  4460. p287 = Instance.new("Part", m)
  4461. p287.BrickColor = BrickColor.new("Brick yellow")
  4462. p287.Name = "Smooth Block Model"
  4463. p287.CFrame = CFrame.new(286.019897, 5.96995258, 22.0500126, -5.36505489e-008, -2.77502181e-006, 1, 1.21663379e-005, -1, -2.77502113e-006, 1, 1.21663379e-005, 5.36843103e-008)
  4464. p287.Anchored = true
  4465. p287.Size = Vector3.new(2, 2.4000001, 2)
  4466. p287.BackSurface = Enum.SurfaceType.Studs
  4467. p287.BottomSurface = Enum.SurfaceType.Studs
  4468. p287.FrontSurface = Enum.SurfaceType.Studs
  4469. p287.LeftSurface = Enum.SurfaceType.Studs
  4470. p287.RightSurface = Enum.SurfaceType.Studs
  4471. b287 = Instance.new("SpecialMesh", p287)
  4472. b287.MeshType = Enum.MeshType.Head
  4473. b287.Name = "Mesh"
  4474. b287.Scale = Vector3.new(1.25, 1.25, 1.25)
  4475. p288 = Instance.new("Part", m)
  4476. p288.BrickColor = BrickColor.new("Brick yellow")
  4477. p288.Name = "Smooth Block Model"
  4478. p288.CFrame = CFrame.new(274.819977, 4.96996593, 22.0500278, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  4479. p288.Anchored = true
  4480. p288.Size = Vector3.new(2, 2.4000001, 2)
  4481. p288.BackSurface = Enum.SurfaceType.Studs
  4482. p288.BottomSurface = Enum.SurfaceType.Studs
  4483. p288.FrontSurface = Enum.SurfaceType.Studs
  4484. p288.LeftSurface = Enum.SurfaceType.Studs
  4485. p288.RightSurface = Enum.SurfaceType.Studs
  4486. b288 = Instance.new("SpecialMesh", p288)
  4487. b288.MeshType = Enum.MeshType.Head
  4488. b288.Name = "Mesh"
  4489. b288.Scale = Vector3.new(1.25, 1.25, 1.25)
  4490. p289 = Instance.new("Part", m)
  4491. p289.BrickColor = BrickColor.new("Brick yellow")
  4492. p289.Name = "Smooth Block Model"
  4493. p289.CFrame = CFrame.new(283.819885, 4.96994114, 22.0500278, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  4494. p289.Anchored = true
  4495. p289.Size = Vector3.new(2, 2.4000001, 2)
  4496. p289.BackSurface = Enum.SurfaceType.Studs
  4497. p289.BottomSurface = Enum.SurfaceType.Studs
  4498. p289.FrontSurface = Enum.SurfaceType.Studs
  4499. p289.LeftSurface = Enum.SurfaceType.Studs
  4500. p289.RightSurface = Enum.SurfaceType.Studs
  4501. b289 = Instance.new("SpecialMesh", p289)
  4502. b289.MeshType = Enum.MeshType.Head
  4503. b289.Name = "Mesh"
  4504. b289.Scale = Vector3.new(1.25, 1.25, 1.25)
  4505. p290 = Instance.new("Part", m)
  4506. p290.BrickColor = BrickColor.new("Brick yellow")
  4507. p290.Name = "Smooth Block Model"
  4508. p290.CFrame = CFrame.new(280.819946, 4.96995068, 22.0500278, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  4509. p290.Anchored = true
  4510. p290.Size = Vector3.new(2, 2.4000001, 2)
  4511. p290.BackSurface = Enum.SurfaceType.Studs
  4512. p290.BottomSurface = Enum.SurfaceType.Studs
  4513. p290.FrontSurface = Enum.SurfaceType.Studs
  4514. p290.LeftSurface = Enum.SurfaceType.Studs
  4515. p290.RightSurface = Enum.SurfaceType.Studs
  4516. b290 = Instance.new("SpecialMesh", p290)
  4517. b290.MeshType = Enum.MeshType.Head
  4518. b290.Name = "Mesh"
  4519. b290.Scale = Vector3.new(1.25, 1.25, 1.25)
  4520. p291 = Instance.new("Part", m)
  4521. p291.BrickColor = BrickColor.new("Brick yellow")
  4522. p291.Name = "Smooth Block Model"
  4523. p291.CFrame = CFrame.new(277.819977, 4.96995831, 22.0500278, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  4524. p291.Anchored = true
  4525. p291.Size = Vector3.new(2, 2.4000001, 2)
  4526. p291.BackSurface = Enum.SurfaceType.Studs
  4527. p291.BottomSurface = Enum.SurfaceType.Studs
  4528. p291.FrontSurface = Enum.SurfaceType.Studs
  4529. p291.LeftSurface = Enum.SurfaceType.Studs
  4530. p291.RightSurface = Enum.SurfaceType.Studs
  4531. b291 = Instance.new("SpecialMesh", p291)
  4532. b291.MeshType = Enum.MeshType.Head
  4533. b291.Name = "Mesh"
  4534. b291.Scale = Vector3.new(1.25, 1.25, 1.25)
  4535. p292 = Instance.new("Part", m)
  4536. p292.BrickColor = BrickColor.new("Brick yellow")
  4537. p292.Name = "Smooth Block Model"
  4538. p292.CFrame = CFrame.new(271.820007, 4.96997547, 22.0500278, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  4539. p292.Anchored = true
  4540. p292.Size = Vector3.new(2, 2.4000001, 2)
  4541. p292.BackSurface = Enum.SurfaceType.Studs
  4542. p292.BottomSurface = Enum.SurfaceType.Studs
  4543. p292.FrontSurface = Enum.SurfaceType.Studs
  4544. p292.LeftSurface = Enum.SurfaceType.Studs
  4545. p292.RightSurface = Enum.SurfaceType.Studs
  4546. b292 = Instance.new("SpecialMesh", p292)
  4547. b292.MeshType = Enum.MeshType.Head
  4548. b292.Name = "Mesh"
  4549. b292.Scale = Vector3.new(1.25, 1.25, 1.25)
  4550. p293 = Instance.new("Part", m)
  4551. p293.BrickColor = BrickColor.new("Brick yellow")
  4552. p293.Name = "Smooth Block Model"
  4553. p293.CFrame = CFrame.new(268.820038, 4.9699831, 22.0500278, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  4554. p293.Anchored = true
  4555. p293.Size = Vector3.new(2, 2.4000001, 2)
  4556. p293.BackSurface = Enum.SurfaceType.Studs
  4557. p293.BottomSurface = Enum.SurfaceType.Studs
  4558. p293.FrontSurface = Enum.SurfaceType.Studs
  4559. p293.LeftSurface = Enum.SurfaceType.Studs
  4560. p293.RightSurface = Enum.SurfaceType.Studs
  4561. b293 = Instance.new("SpecialMesh", p293)
  4562. b293.MeshType = Enum.MeshType.Head
  4563. b293.Name = "Mesh"
  4564. b293.Scale = Vector3.new(1.25, 1.25, 1.25)
  4565. p294 = Instance.new("Part", m)
  4566. p294.BrickColor = BrickColor.new("Brick yellow")
  4567. p294.Name = "Smooth Block Model"
  4568. p294.CFrame = CFrame.new(265.820038, 4.96999073, 22.0500278, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  4569. p294.Anchored = true
  4570. p294.Size = Vector3.new(2, 2.4000001, 2)
  4571. p294.BackSurface = Enum.SurfaceType.Studs
  4572. p294.BottomSurface = Enum.SurfaceType.Studs
  4573. p294.FrontSurface = Enum.SurfaceType.Studs
  4574. p294.LeftSurface = Enum.SurfaceType.Studs
  4575. p294.RightSurface = Enum.SurfaceType.Studs
  4576. b294 = Instance.new("SpecialMesh", p294)
  4577. b294.MeshType = Enum.MeshType.Head
  4578. b294.Name = "Mesh"
  4579. b294.Scale = Vector3.new(1.25, 1.25, 1.25)
  4580. p295 = Instance.new("Part", m)
  4581. p295.BrickColor = BrickColor.new("Reddish brown")
  4582. p295.Name = "Smooth Block Model"
  4583. p295.CFrame = CFrame.new(264.52005, 14.4700108, 35.8498878, 5.55004226e-006, -1.35046169e-010, -1, 1, -2.43326758e-005, 5.55004226e-006, -2.43326758e-005, -1, -4.02455846e-016)
  4584. p295.Anchored = true
  4585. p295.Size = Vector3.new(1, 26.4000015, 1)
  4586. p295.BackSurface = Enum.SurfaceType.Studs
  4587. p295.BottomSurface = Enum.SurfaceType.Studs
  4588. p295.FrontSurface = Enum.SurfaceType.Studs
  4589. p295.LeftSurface = Enum.SurfaceType.Studs
  4590. p295.RightSurface = Enum.SurfaceType.Studs
  4591. b295 = Instance.new("SpecialMesh", p295)
  4592. b295.MeshType = Enum.MeshType.Head
  4593. b295.Name = "Mesh"
  4594. b295.Scale = Vector3.new(1.25, 1.25, 1.25)
  4595. p296 = Instance.new("Part", m)
  4596. p296.BrickColor = BrickColor.new("Reddish brown")
  4597. p296.Name = "Smooth Block Model"
  4598. p296.CFrame = CFrame.new(262.52005, 14.4700146, 35.8498726, 5.55004226e-006, -1.35046169e-010, -1, 1, -2.43326758e-005, 5.55004226e-006, -2.43326758e-005, -1, -4.02455846e-016)
  4599. p296.Anchored = true
  4600. p296.Size = Vector3.new(1, 26.4000015, 1)
  4601. p296.BackSurface = Enum.SurfaceType.Studs
  4602. p296.BottomSurface = Enum.SurfaceType.Studs
  4603. p296.FrontSurface = Enum.SurfaceType.Studs
  4604. p296.LeftSurface = Enum.SurfaceType.Studs
  4605. p296.RightSurface = Enum.SurfaceType.Studs
  4606. b296 = Instance.new("SpecialMesh", p296)
  4607. b296.MeshType = Enum.MeshType.Head
  4608. b296.Name = "Mesh"
  4609. b296.Scale = Vector3.new(1.25, 1.25, 1.25)
  4610. p297 = Instance.new("Part", m)
  4611. p297.BrickColor = BrickColor.new("Reddish brown")
  4612. p297.Name = "Smooth Block Model"
  4613. p297.CFrame = CFrame.new(263.52005, 14.4700108, 35.8498878, 5.55004226e-006, -1.35046169e-010, -1, 1, -2.43326758e-005, 5.55004226e-006, -2.43326758e-005, -1, -4.02455846e-016)
  4614. p297.Anchored = true
  4615. p297.Size = Vector3.new(1, 26.4000015, 1)
  4616. p297.BackSurface = Enum.SurfaceType.Studs
  4617. p297.BottomSurface = Enum.SurfaceType.Studs
  4618. p297.FrontSurface = Enum.SurfaceType.Studs
  4619. p297.LeftSurface = Enum.SurfaceType.Studs
  4620. p297.RightSurface = Enum.SurfaceType.Studs
  4621. b297 = Instance.new("SpecialMesh", p297)
  4622. b297.MeshType = Enum.MeshType.Head
  4623. b297.Name = "Mesh"
  4624. b297.Scale = Vector3.new(1.25, 1.25, 1.25)
  4625. p298 = Instance.new("Part", m)
  4626. p298.BrickColor = BrickColor.new("Reddish brown")
  4627. p298.Name = "Smooth Block Model"
  4628. p298.CFrame = CFrame.new(271.619995, 3.46991563, 23.5500393, 2.77502181e-006, -1, -5.36505489e-008, 1, 2.77502113e-006, 1.21663379e-005, -1.21663379e-005, -5.36843103e-008, 1)
  4629. p298.Anchored = true
  4630. p298.Size = Vector3.new(1, 21.6000004, 1)
  4631. p298.BackSurface = Enum.SurfaceType.Studs
  4632. p298.BottomSurface = Enum.SurfaceType.Studs
  4633. p298.FrontSurface = Enum.SurfaceType.Studs
  4634. p298.LeftSurface = Enum.SurfaceType.Studs
  4635. p298.RightSurface = Enum.SurfaceType.Studs
  4636. b298 = Instance.new("SpecialMesh", p298)
  4637. b298.MeshType = Enum.MeshType.Head
  4638. b298.Name = "Mesh"
  4639. b298.Scale = Vector3.new(1.25, 1.25, 1.25)
  4640. p299 = Instance.new("Part", m)
  4641. p299.BrickColor = BrickColor.new("Brick yellow")
  4642. p299.Name = "Smooth Block Model"
  4643. p299.CFrame = CFrame.new(259.820038, 4.97035027, 50.0499954, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  4644. p299.Anchored = true
  4645. p299.Size = Vector3.new(2, 2.4000001, 2)
  4646. p299.BackSurface = Enum.SurfaceType.Studs
  4647. p299.BottomSurface = Enum.SurfaceType.Studs
  4648. p299.FrontSurface = Enum.SurfaceType.Studs
  4649. p299.LeftSurface = Enum.SurfaceType.Studs
  4650. p299.RightSurface = Enum.SurfaceType.Studs
  4651. b299 = Instance.new("SpecialMesh", p299)
  4652. b299.MeshType = Enum.MeshType.Head
  4653. b299.Name = "Mesh"
  4654. b299.Scale = Vector3.new(1.25, 1.25, 1.25)
  4655. p300 = Instance.new("Part", m)
  4656. p300.BrickColor = BrickColor.new("Reddish brown")
  4657. p300.Name = "Smooth Block Model"
  4658. p300.CFrame = CFrame.new(271.619995, 2.46991467, 23.5500546, 2.77502181e-006, -1, -5.36505489e-008, 1, 2.77502113e-006, 1.21663379e-005, -1.21663379e-005, -5.36843103e-008, 1)
  4659. p300.Anchored = true
  4660. p300.Size = Vector3.new(1, 24, 1)
  4661. p300.BackSurface = Enum.SurfaceType.Studs
  4662. p300.BottomSurface = Enum.SurfaceType.Studs
  4663. p300.FrontSurface = Enum.SurfaceType.Studs
  4664. p300.LeftSurface = Enum.SurfaceType.Studs
  4665. p300.RightSurface = Enum.SurfaceType.Studs
  4666. b300 = Instance.new("SpecialMesh", p300)
  4667. b300.MeshType = Enum.MeshType.Head
  4668. b300.Name = "Mesh"
  4669. b300.Scale = Vector3.new(1.25, 1.25, 1.25)
  4670. p301 = Instance.new("Part", m)
  4671. p301.BrickColor = BrickColor.new("Reddish brown")
  4672. p301.Name = "Smooth Block Model"
  4673. p301.CFrame = CFrame.new(271.220032, 2.46995282, 25.5500507, 1.68923964e-006, -1, -4.87177907e-008, 1, 3.86080319e-006, 1.03261682e-005, -1.40065076e-005, -5.86353828e-008, 1)
  4674. p301.Anchored = true
  4675. p301.Size = Vector3.new(1, 24, 1)
  4676. p301.BackSurface = Enum.SurfaceType.Studs
  4677. p301.BottomSurface = Enum.SurfaceType.Studs
  4678. p301.FrontSurface = Enum.SurfaceType.Studs
  4679. p301.LeftSurface = Enum.SurfaceType.Studs
  4680. p301.RightSurface = Enum.SurfaceType.Studs
  4681. b301 = Instance.new("SpecialMesh", p301)
  4682. b301.MeshType = Enum.MeshType.Head
  4683. b301.Name = "Mesh"
  4684. b301.Scale = Vector3.new(1.25, 1.25, 1.25)
  4685. p302 = Instance.new("Part", m)
  4686. p302.BrickColor = BrickColor.new("Brick yellow")
  4687. p302.Name = "Smooth Block Model"
  4688. p302.CFrame = CFrame.new(286.019897, 2.96988702, 24.8500385, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  4689. p302.Anchored = true
  4690. p302.Size = Vector3.new(2, 2.4000001, 2)
  4691. p302.BackSurface = Enum.SurfaceType.Studs
  4692. p302.BottomSurface = Enum.SurfaceType.Studs
  4693. p302.FrontSurface = Enum.SurfaceType.Studs
  4694. p302.LeftSurface = Enum.SurfaceType.Studs
  4695. p302.RightSurface = Enum.SurfaceType.Studs
  4696. b302 = Instance.new("SpecialMesh", p302)
  4697. b302.MeshType = Enum.MeshType.Head
  4698. b302.Name = "Mesh"
  4699. b302.Scale = Vector3.new(1.25, 1.25, 1.25)
  4700. p303 = Instance.new("Part", m)
  4701. p303.BrickColor = BrickColor.new("Brick yellow")
  4702. p303.Name = "Smooth Block Model"
  4703. p303.CFrame = CFrame.new(286.019897, 3.56985307, 22.0500431, -5.36505489e-008, -2.77502181e-006, 1, 1.21663379e-005, -1, -2.77502113e-006, 1, 1.21663379e-005, 5.36843103e-008)
  4704. p303.Anchored = true
  4705. p303.Size = Vector3.new(2, 2.4000001, 2)
  4706. p303.BackSurface = Enum.SurfaceType.Studs
  4707. p303.BottomSurface = Enum.SurfaceType.Studs
  4708. p303.FrontSurface = Enum.SurfaceType.Studs
  4709. p303.LeftSurface = Enum.SurfaceType.Studs
  4710. p303.RightSurface = Enum.SurfaceType.Studs
  4711. b303 = Instance.new("SpecialMesh", p303)
  4712. b303.MeshType = Enum.MeshType.Head
  4713. b303.Name = "Mesh"
  4714. b303.Scale = Vector3.new(1.25, 1.25, 1.25)
  4715. p304 = Instance.new("Part", m)
  4716. p304.BrickColor = BrickColor.new("Brick yellow")
  4717. p304.Name = "Smooth Block Model"
  4718. p304.CFrame = CFrame.new(288.019867, 0.969931304, 27.8500729, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  4719. p304.Anchored = true
  4720. p304.Size = Vector3.new(2, 2.4000001, 2)
  4721. p304.BackSurface = Enum.SurfaceType.Studs
  4722. p304.BottomSurface = Enum.SurfaceType.Studs
  4723. p304.FrontSurface = Enum.SurfaceType.Studs
  4724. p304.LeftSurface = Enum.SurfaceType.Studs
  4725. p304.RightSurface = Enum.SurfaceType.Studs
  4726. b304 = Instance.new("SpecialMesh", p304)
  4727. b304.MeshType = Enum.MeshType.Head
  4728. b304.Name = "Mesh"
  4729. b304.Scale = Vector3.new(1.25, 1.25, 1.25)
  4730. p305 = Instance.new("Part", m)
  4731. p305.BrickColor = BrickColor.new("Reddish brown")
  4732. p305.Name = "Smooth Block Model"
  4733. p305.CFrame = CFrame.new(258.52005, 7.57035351, 48.5499649, 5.36505489e-008, -2.77502181e-006, -1, -1.21663379e-005, -1, 2.77502113e-006, -1, 1.21663379e-005, -5.36843103e-008)
  4734. p305.Anchored = true
  4735. p305.Size = Vector3.new(1, 10.8000002, 1)
  4736. p305.BackSurface = Enum.SurfaceType.Studs
  4737. p305.BottomSurface = Enum.SurfaceType.Studs
  4738. p305.FrontSurface = Enum.SurfaceType.Studs
  4739. p305.LeftSurface = Enum.SurfaceType.Studs
  4740. p305.RightSurface = Enum.SurfaceType.Studs
  4741. b305 = Instance.new("SpecialMesh", p305)
  4742. b305.MeshType = Enum.MeshType.Head
  4743. b305.Name = "Mesh"
  4744. b305.Scale = Vector3.new(1.25, 1.25, 1.25)
  4745. p306 = Instance.new("Part", m)
  4746. p306.BrickColor = BrickColor.new("Brick yellow")
  4747. p306.Name = "Smooth Block Model"
  4748. p306.CFrame = CFrame.new(259.820038, 0.970280349, 50.0500565, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  4749. p306.Anchored = true
  4750. p306.Size = Vector3.new(2, 2.4000001, 2)
  4751. p306.BackSurface = Enum.SurfaceType.Studs
  4752. p306.BottomSurface = Enum.SurfaceType.Studs
  4753. p306.FrontSurface = Enum.SurfaceType.Studs
  4754. p306.LeftSurface = Enum.SurfaceType.Studs
  4755. p306.RightSurface = Enum.SurfaceType.Studs
  4756. b306 = Instance.new("SpecialMesh", p306)
  4757. b306.MeshType = Enum.MeshType.Head
  4758. b306.Name = "Mesh"
  4759. b306.Scale = Vector3.new(1.25, 1.25, 1.25)
  4760. p307 = Instance.new("Part", m)
  4761. p307.BrickColor = BrickColor.new("Brick yellow")
  4762. p307.Name = "Smooth Block Model"
  4763. p307.CFrame = CFrame.new(260.820038, 15.9700832, 50.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  4764. p307.Anchored = true
  4765. p307.Size = Vector3.new(2, 2.4000001, 2)
  4766. p307.BackSurface = Enum.SurfaceType.Studs
  4767. p307.BottomSurface = Enum.SurfaceType.Studs
  4768. p307.FrontSurface = Enum.SurfaceType.Studs
  4769. p307.LeftSurface = Enum.SurfaceType.Studs
  4770. p307.RightSurface = Enum.SurfaceType.Studs
  4771. b307 = Instance.new("SpecialMesh", p307)
  4772. b307.MeshType = Enum.MeshType.Head
  4773. b307.Name = "Mesh"
  4774. b307.Scale = Vector3.new(1.25, 1.25, 1.25)
  4775. p308 = Instance.new("Part", m)
  4776. p308.BrickColor = BrickColor.new("Brick yellow")
  4777. p308.Name = "Smooth Block Model"
  4778. p308.CFrame = CFrame.new(258.420044, 15.9700947, 50.0498734, 2.72888101e-011, -1, 7.62939362e-006, 0, 7.62939362e-006, 1, -1, -2.72880121e-011, 0)
  4779. p308.Anchored = true
  4780. p308.Size = Vector3.new(2, 2.4000001, 2)
  4781. p308.BackSurface = Enum.SurfaceType.Studs
  4782. p308.BottomSurface = Enum.SurfaceType.Studs
  4783. p308.FrontSurface = Enum.SurfaceType.Studs
  4784. p308.LeftSurface = Enum.SurfaceType.Studs
  4785. p308.RightSurface = Enum.SurfaceType.Studs
  4786. b308 = Instance.new("SpecialMesh", p308)
  4787. b308.MeshType = Enum.MeshType.Head
  4788. b308.Name = "Mesh"
  4789. b308.Scale = Vector3.new(1.25, 1.25, 1.25)
  4790. p309 = Instance.new("Part", m)
  4791. p309.BrickColor = BrickColor.new("Brick yellow")
  4792. p309.Name = "Smooth Block Model"
  4793. p309.CFrame = CFrame.new(271.820007, 2.96989274, 22.0500431, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  4794. p309.Anchored = true
  4795. p309.Size = Vector3.new(2, 2.4000001, 2)
  4796. p309.BackSurface = Enum.SurfaceType.Studs
  4797. p309.BottomSurface = Enum.SurfaceType.Studs
  4798. p309.FrontSurface = Enum.SurfaceType.Studs
  4799. p309.LeftSurface = Enum.SurfaceType.Studs
  4800. p309.RightSurface = Enum.SurfaceType.Studs
  4801. b309 = Instance.new("SpecialMesh", p309)
  4802. b309.MeshType = Enum.MeshType.Head
  4803. b309.Name = "Mesh"
  4804. b309.Scale = Vector3.new(1.25, 1.25, 1.25)
  4805. p310 = Instance.new("Part", m)
  4806. p310.BrickColor = BrickColor.new("Brick yellow")
  4807. p310.Name = "Smooth Block Model"
  4808. p310.CFrame = CFrame.new(268.820038, 2.96990037, 22.0500431, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  4809. p310.Anchored = true
  4810. p310.Size = Vector3.new(2, 2.4000001, 2)
  4811. p310.BackSurface = Enum.SurfaceType.Studs
  4812. p310.BottomSurface = Enum.SurfaceType.Studs
  4813. p310.FrontSurface = Enum.SurfaceType.Studs
  4814. p310.LeftSurface = Enum.SurfaceType.Studs
  4815. p310.RightSurface = Enum.SurfaceType.Studs
  4816. b310 = Instance.new("SpecialMesh", p310)
  4817. b310.MeshType = Enum.MeshType.Head
  4818. b310.Name = "Mesh"
  4819. b310.Scale = Vector3.new(1.25, 1.25, 1.25)
  4820. p311 = Instance.new("Part", m)
  4821. p311.BrickColor = BrickColor.new("Brick yellow")
  4822. p311.Name = "Smooth Block Model"
  4823. p311.CFrame = CFrame.new(265.820038, 2.969908, 22.0500431, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  4824. p311.Anchored = true
  4825. p311.Size = Vector3.new(2, 2.4000001, 2)
  4826. p311.BackSurface = Enum.SurfaceType.Studs
  4827. p311.BottomSurface = Enum.SurfaceType.Studs
  4828. p311.FrontSurface = Enum.SurfaceType.Studs
  4829. p311.LeftSurface = Enum.SurfaceType.Studs
  4830. p311.RightSurface = Enum.SurfaceType.Studs
  4831. b311 = Instance.new("SpecialMesh", p311)
  4832. b311.MeshType = Enum.MeshType.Head
  4833. b311.Name = "Mesh"
  4834. b311.Scale = Vector3.new(1.25, 1.25, 1.25)
  4835. p312 = Instance.new("Part", m)
  4836. p312.BrickColor = BrickColor.new("Brick yellow")
  4837. p312.Name = "Smooth Block Model"
  4838. p312.CFrame = CFrame.new(262.820007, 2.96991754, 22.0500431, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  4839. p312.Anchored = true
  4840. p312.Size = Vector3.new(2, 2.4000001, 2)
  4841. p312.BackSurface = Enum.SurfaceType.Studs
  4842. p312.BottomSurface = Enum.SurfaceType.Studs
  4843. p312.FrontSurface = Enum.SurfaceType.Studs
  4844. p312.LeftSurface = Enum.SurfaceType.Studs
  4845. p312.RightSurface = Enum.SurfaceType.Studs
  4846. b312 = Instance.new("SpecialMesh", p312)
  4847. b312.MeshType = Enum.MeshType.Head
  4848. b312.Name = "Mesh"
  4849. b312.Scale = Vector3.new(1.25, 1.25, 1.25)
  4850. p313 = Instance.new("Part", m)
  4851. p313.BrickColor = BrickColor.new("Brick yellow")
  4852. p313.Name = "Smooth Block Model"
  4853. p313.CFrame = CFrame.new(259.820038, 2.97026658, 50.0500259, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  4854. p313.Anchored = true
  4855. p313.Size = Vector3.new(2, 2.4000001, 2)
  4856. p313.BackSurface = Enum.SurfaceType.Studs
  4857. p313.BottomSurface = Enum.SurfaceType.Studs
  4858. p313.FrontSurface = Enum.SurfaceType.Studs
  4859. p313.LeftSurface = Enum.SurfaceType.Studs
  4860. p313.RightSurface = Enum.SurfaceType.Studs
  4861. b313 = Instance.new("SpecialMesh", p313)
  4862. b313.MeshType = Enum.MeshType.Head
  4863. b313.Name = "Mesh"
  4864. b313.Scale = Vector3.new(1.25, 1.25, 1.25)
  4865. p314 = Instance.new("Part", m)
  4866. p314.BrickColor = BrickColor.new("Brick yellow")
  4867. p314.Name = "Smooth Block Model"
  4868. p314.CFrame = CFrame.new(286.019897, 0.969937027, 27.8500729, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  4869. p314.Anchored = true
  4870. p314.Size = Vector3.new(2, 2.4000001, 2)
  4871. p314.BackSurface = Enum.SurfaceType.Studs
  4872. p314.BottomSurface = Enum.SurfaceType.Studs
  4873. p314.FrontSurface = Enum.SurfaceType.Studs
  4874. p314.LeftSurface = Enum.SurfaceType.Studs
  4875. p314.RightSurface = Enum.SurfaceType.Studs
  4876. b314 = Instance.new("SpecialMesh", p314)
  4877. b314.MeshType = Enum.MeshType.Head
  4878. b314.Name = "Mesh"
  4879. b314.Scale = Vector3.new(1.25, 1.25, 1.25)
  4880. p315 = Instance.new("Part", m)
  4881. p315.BrickColor = BrickColor.new("Brick yellow")
  4882. p315.Name = "Smooth Block Model"
  4883. p315.CFrame = CFrame.new(257.02002, 1.17033005, 52.0500641, -1, 2.77502181e-006, 5.36505489e-008, 2.77502113e-006, 1, -1.21663379e-005, -5.36843103e-008, -1.21663379e-005, -1)
  4884. p315.Anchored = true
  4885. p315.Size = Vector3.new(2, 2.4000001, 2)
  4886. p315.BackSurface = Enum.SurfaceType.Studs
  4887. p315.BottomSurface = Enum.SurfaceType.Studs
  4888. p315.FrontSurface = Enum.SurfaceType.Studs
  4889. p315.LeftSurface = Enum.SurfaceType.Studs
  4890. p315.RightSurface = Enum.SurfaceType.Studs
  4891. b315 = Instance.new("SpecialMesh", p315)
  4892. b315.MeshType = Enum.MeshType.Head
  4893. b315.Name = "Mesh"
  4894. b315.Scale = Vector3.new(1.25, 1.25, 1.25)
  4895. p316 = Instance.new("Part", m)
  4896. p316.BrickColor = BrickColor.new("Brick yellow")
  4897. p316.Name = "Smooth Block Model"
  4898. p316.CFrame = CFrame.new(259.820038, 0.970305145, 52.0500641, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  4899. p316.Anchored = true
  4900. p316.Size = Vector3.new(2, 2.4000001, 2)
  4901. p316.BackSurface = Enum.SurfaceType.Studs
  4902. p316.BottomSurface = Enum.SurfaceType.Studs
  4903. p316.FrontSurface = Enum.SurfaceType.Studs
  4904. p316.LeftSurface = Enum.SurfaceType.Studs
  4905. p316.RightSurface = Enum.SurfaceType.Studs
  4906. b316 = Instance.new("SpecialMesh", p316)
  4907. b316.MeshType = Enum.MeshType.Head
  4908. b316.Name = "Mesh"
  4909. b316.Scale = Vector3.new(1.25, 1.25, 1.25)
  4910. p317 = Instance.new("Part", m)
  4911. p317.BrickColor = BrickColor.new("Brick yellow")
  4912. p317.Name = "Smooth Block Model"
  4913. p317.CFrame = CFrame.new(263.220032, 15.9699993, 28.0498867, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  4914. p317.Anchored = true
  4915. p317.Size = Vector3.new(2, 2.4000001, 2)
  4916. p317.BackSurface = Enum.SurfaceType.Studs
  4917. p317.BottomSurface = Enum.SurfaceType.Studs
  4918. p317.FrontSurface = Enum.SurfaceType.Studs
  4919. p317.LeftSurface = Enum.SurfaceType.Studs
  4920. p317.RightSurface = Enum.SurfaceType.Studs
  4921. b317 = Instance.new("SpecialMesh", p317)
  4922. b317.MeshType = Enum.MeshType.Head
  4923. b317.Name = "Mesh"
  4924. b317.Scale = Vector3.new(1.25, 1.25, 1.25)
  4925. p318 = Instance.new("Part", m)
  4926. p318.BrickColor = BrickColor.new("Brick yellow")
  4927. p318.Name = "Smooth Block Model"
  4928. p318.CFrame = CFrame.new(263.220032, 15.9699993, 26.0498829, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  4929. p318.Anchored = true
  4930. p318.Size = Vector3.new(2, 2.4000001, 2)
  4931. p318.BackSurface = Enum.SurfaceType.Studs
  4932. p318.BottomSurface = Enum.SurfaceType.Studs
  4933. p318.FrontSurface = Enum.SurfaceType.Studs
  4934. p318.LeftSurface = Enum.SurfaceType.Studs
  4935. p318.RightSurface = Enum.SurfaceType.Studs
  4936. b318 = Instance.new("SpecialMesh", p318)
  4937. b318.MeshType = Enum.MeshType.Head
  4938. b318.Name = "Mesh"
  4939. b318.Scale = Vector3.new(1.25, 1.25, 1.25)
  4940. p319 = Instance.new("Part", m)
  4941. p319.BrickColor = BrickColor.new("Brick yellow")
  4942. p319.Name = "Smooth Block Model"
  4943. p319.CFrame = CFrame.new(263.220032, 15.9699993, 24.0498867, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  4944. p319.Anchored = true
  4945. p319.Size = Vector3.new(2, 2.4000001, 2)
  4946. p319.BackSurface = Enum.SurfaceType.Studs
  4947. p319.BottomSurface = Enum.SurfaceType.Studs
  4948. p319.FrontSurface = Enum.SurfaceType.Studs
  4949. p319.LeftSurface = Enum.SurfaceType.Studs
  4950. p319.RightSurface = Enum.SurfaceType.Studs
  4951. b319 = Instance.new("SpecialMesh", p319)
  4952. b319.MeshType = Enum.MeshType.Head
  4953. b319.Name = "Mesh"
  4954. b319.Scale = Vector3.new(1.25, 1.25, 1.25)
  4955. p320 = Instance.new("Part", m)
  4956. p320.BrickColor = BrickColor.new("Brick yellow")
  4957. p320.Name = "Smooth Block Model"
  4958. p320.CFrame = CFrame.new(263.220032, 15.9699993, 22.0498905, 0, -1, 0, 0, 0, 1, -1, 0, 0)
  4959. p320.Anchored = true
  4960. p320.Size = Vector3.new(2, 2.4000001, 2)
  4961. p320.BackSurface = Enum.SurfaceType.Studs
  4962. p320.BottomSurface = Enum.SurfaceType.Studs
  4963. p320.FrontSurface = Enum.SurfaceType.Studs
  4964. p320.LeftSurface = Enum.SurfaceType.Studs
  4965. p320.RightSurface = Enum.SurfaceType.Studs
  4966. b320 = Instance.new("SpecialMesh", p320)
  4967. b320.MeshType = Enum.MeshType.Head
  4968. b320.Name = "Mesh"
  4969. b320.Scale = Vector3.new(1.25, 1.25, 1.25)
  4970. p321 = Instance.new("Part", m)
  4971. p321.BrickColor = BrickColor.new("Brick yellow")
  4972. p321.Name = "Smooth Block Model"
  4973. p321.CFrame = CFrame.new(260.820038, 15.9700832, 48.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  4974. p321.Anchored = true
  4975. p321.Size = Vector3.new(2, 2.4000001, 2)
  4976. p321.BackSurface = Enum.SurfaceType.Studs
  4977. p321.BottomSurface = Enum.SurfaceType.Studs
  4978. p321.FrontSurface = Enum.SurfaceType.Studs
  4979. p321.LeftSurface = Enum.SurfaceType.Studs
  4980. p321.RightSurface = Enum.SurfaceType.Studs
  4981. b321 = Instance.new("SpecialMesh", p321)
  4982. b321.MeshType = Enum.MeshType.Head
  4983. b321.Name = "Mesh"
  4984. b321.Scale = Vector3.new(1.25, 1.25, 1.25)
  4985. p322 = Instance.new("Part", m)
  4986. p322.BrickColor = BrickColor.new("Reddish brown")
  4987. p322.Name = "Smooth Block Model"
  4988. p322.CFrame = CFrame.new(271.220032, 2.46992803, 24.5500507, 2.76820788e-006, -1, -5.36619247e-008, 1, 2.78183506e-006, 1.21687208e-005, -1.2163955e-005, -5.36730091e-008, 1)
  4989. p322.Anchored = true
  4990. p322.Size = Vector3.new(1, 22.8000011, 1)
  4991. p322.BackSurface = Enum.SurfaceType.Studs
  4992. p322.BottomSurface = Enum.SurfaceType.Studs
  4993. p322.FrontSurface = Enum.SurfaceType.Studs
  4994. p322.LeftSurface = Enum.SurfaceType.Studs
  4995. p322.RightSurface = Enum.SurfaceType.Studs
  4996. b322 = Instance.new("SpecialMesh", p322)
  4997. b322.MeshType = Enum.MeshType.Head
  4998. b322.Name = "Mesh"
  4999. b322.Scale = Vector3.new(1.25, 1.25, 1.25)
  5000. p323 = Instance.new("Part", m)
  5001. p323.BrickColor = BrickColor.new("Brick yellow")
  5002. p323.Name = "Smooth Block Model"
  5003. p323.CFrame = CFrame.new(274.819977, 2.9698832, 22.0500431, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  5004. p323.Anchored = true
  5005. p323.Size = Vector3.new(2, 2.4000001, 2)
  5006. p323.BackSurface = Enum.SurfaceType.Studs
  5007. p323.BottomSurface = Enum.SurfaceType.Studs
  5008. p323.FrontSurface = Enum.SurfaceType.Studs
  5009. p323.LeftSurface = Enum.SurfaceType.Studs
  5010. p323.RightSurface = Enum.SurfaceType.Studs
  5011. b323 = Instance.new("SpecialMesh", p323)
  5012. b323.MeshType = Enum.MeshType.Head
  5013. b323.Name = "Mesh"
  5014. b323.Scale = Vector3.new(1.25, 1.25, 1.25)
  5015. p324 = Instance.new("Part", m)
  5016. p324.BrickColor = BrickColor.new("Brick yellow")
  5017. p324.Name = "Smooth Block Model"
  5018. p324.CFrame = CFrame.new(262.820007, 4.97000027, 22.0500278, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  5019. p324.Anchored = true
  5020. p324.Size = Vector3.new(2, 2.4000001, 2)
  5021. p324.BackSurface = Enum.SurfaceType.Studs
  5022. p324.BottomSurface = Enum.SurfaceType.Studs
  5023. p324.FrontSurface = Enum.SurfaceType.Studs
  5024. p324.LeftSurface = Enum.SurfaceType.Studs
  5025. p324.RightSurface = Enum.SurfaceType.Studs
  5026. b324 = Instance.new("SpecialMesh", p324)
  5027. b324.MeshType = Enum.MeshType.Head
  5028. b324.Name = "Mesh"
  5029. b324.Scale = Vector3.new(1.25, 1.25, 1.25)
  5030. p325 = Instance.new("Part", m)
  5031. p325.BrickColor = BrickColor.new("Reddish brown")
  5032. p325.Name = "Smooth Block Model"
  5033. p325.CFrame = CFrame.new(261.52005, 14.4700184, 35.8498878, 5.55004226e-006, -1.35046169e-010, -1, 1, -2.43326758e-005, 5.55004226e-006, -2.43326758e-005, -1, -4.02455846e-016)
  5034. p325.Anchored = true
  5035. p325.Size = Vector3.new(1, 26.4000015, 1)
  5036. p325.BackSurface = Enum.SurfaceType.Studs
  5037. p325.BottomSurface = Enum.SurfaceType.Studs
  5038. p325.FrontSurface = Enum.SurfaceType.Studs
  5039. p325.LeftSurface = Enum.SurfaceType.Studs
  5040. p325.RightSurface = Enum.SurfaceType.Studs
  5041. b325 = Instance.new("SpecialMesh", p325)
  5042. b325.MeshType = Enum.MeshType.Head
  5043. b325.Name = "Mesh"
  5044. b325.Scale = Vector3.new(1.25, 1.25, 1.25)
  5045. p326 = Instance.new("Part", m)
  5046. p326.BrickColor = BrickColor.new("Reddish brown")
  5047. p326.Name = "Smooth Block Model"
  5048. p326.CFrame = CFrame.new(260.52005, 14.4700222, 35.8498878, 5.55004226e-006, -1.35046169e-010, -1, 1, -2.43326758e-005, 5.55004226e-006, -2.43326758e-005, -1, -4.02455846e-016)
  5049. p326.Anchored = true
  5050. p326.Size = Vector3.new(1, 26.4000015, 1)
  5051. p326.BackSurface = Enum.SurfaceType.Studs
  5052. p326.BottomSurface = Enum.SurfaceType.Studs
  5053. p326.FrontSurface = Enum.SurfaceType.Studs
  5054. p326.LeftSurface = Enum.SurfaceType.Studs
  5055. p326.RightSurface = Enum.SurfaceType.Studs
  5056. b326 = Instance.new("SpecialMesh", p326)
  5057. b326.MeshType = Enum.MeshType.Head
  5058. b326.Name = "Mesh"
  5059. b326.Scale = Vector3.new(1.25, 1.25, 1.25)
  5060. p327 = Instance.new("Part", m)
  5061. p327.BrickColor = BrickColor.new("Brick yellow")
  5062. p327.Name = "Smooth Block Model"
  5063. p327.CFrame = CFrame.new(260.820038, 15.9700794, 46.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  5064. p327.Anchored = true
  5065. p327.Size = Vector3.new(2, 2.4000001, 2)
  5066. p327.BackSurface = Enum.SurfaceType.Studs
  5067. p327.BottomSurface = Enum.SurfaceType.Studs
  5068. p327.FrontSurface = Enum.SurfaceType.Studs
  5069. p327.LeftSurface = Enum.SurfaceType.Studs
  5070. p327.RightSurface = Enum.SurfaceType.Studs
  5071. b327 = Instance.new("SpecialMesh", p327)
  5072. b327.MeshType = Enum.MeshType.Head
  5073. b327.Name = "Mesh"
  5074. b327.Scale = Vector3.new(1.25, 1.25, 1.25)
  5075. p328 = Instance.new("Part", m)
  5076. p328.BrickColor = BrickColor.new("Brick yellow")
  5077. p328.Name = "Smooth Block Model"
  5078. p328.CFrame = CFrame.new(260.820038, 15.9700794, 44.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  5079. p328.Anchored = true
  5080. p328.Size = Vector3.new(2, 2.4000001, 2)
  5081. p328.BackSurface = Enum.SurfaceType.Studs
  5082. p328.BottomSurface = Enum.SurfaceType.Studs
  5083. p328.FrontSurface = Enum.SurfaceType.Studs
  5084. p328.LeftSurface = Enum.SurfaceType.Studs
  5085. p328.RightSurface = Enum.SurfaceType.Studs
  5086. b328 = Instance.new("SpecialMesh", p328)
  5087. b328.MeshType = Enum.MeshType.Head
  5088. b328.Name = "Mesh"
  5089. b328.Scale = Vector3.new(1.25, 1.25, 1.25)
  5090. p329 = Instance.new("Part", m)
  5091. p329.BrickColor = BrickColor.new("Brick yellow")
  5092. p329.Name = "Smooth Block Model"
  5093. p329.CFrame = CFrame.new(260.820038, 15.9700756, 42.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  5094. p329.Anchored = true
  5095. p329.Size = Vector3.new(2, 2.4000001, 2)
  5096. p329.BackSurface = Enum.SurfaceType.Studs
  5097. p329.BottomSurface = Enum.SurfaceType.Studs
  5098. p329.FrontSurface = Enum.SurfaceType.Studs
  5099. p329.LeftSurface = Enum.SurfaceType.Studs
  5100. p329.RightSurface = Enum.SurfaceType.Studs
  5101. b329 = Instance.new("SpecialMesh", p329)
  5102. b329.MeshType = Enum.MeshType.Head
  5103. b329.Name = "Mesh"
  5104. b329.Scale = Vector3.new(1.25, 1.25, 1.25)
  5105. p330 = Instance.new("Part", m)
  5106. p330.BrickColor = BrickColor.new("Brick yellow")
  5107. p330.Name = "Smooth Block Model"
  5108. p330.CFrame = CFrame.new(260.820038, 15.9700756, 40.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  5109. p330.Anchored = true
  5110. p330.Size = Vector3.new(2, 2.4000001, 2)
  5111. p330.BackSurface = Enum.SurfaceType.Studs
  5112. p330.BottomSurface = Enum.SurfaceType.Studs
  5113. p330.FrontSurface = Enum.SurfaceType.Studs
  5114. p330.LeftSurface = Enum.SurfaceType.Studs
  5115. p330.RightSurface = Enum.SurfaceType.Studs
  5116. b330 = Instance.new("SpecialMesh", p330)
  5117. b330.MeshType = Enum.MeshType.Head
  5118. b330.Name = "Mesh"
  5119. b330.Scale = Vector3.new(1.25, 1.25, 1.25)
  5120. p331 = Instance.new("Part", m)
  5121. p331.BrickColor = BrickColor.new("Brick yellow")
  5122. p331.Name = "Smooth Block Model"
  5123. p331.CFrame = CFrame.new(260.820038, 15.9700756, 38.0498734, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  5124. p331.Anchored = true
  5125. p331.Size = Vector3.new(2, 2.4000001, 2)
  5126. p331.BackSurface = Enum.SurfaceType.Studs
  5127. p331.BottomSurface = Enum.SurfaceType.Studs
  5128. p331.FrontSurface = Enum.SurfaceType.Studs
  5129. p331.LeftSurface = Enum.SurfaceType.Studs
  5130. p331.RightSurface = Enum.SurfaceType.Studs
  5131. b331 = Instance.new("SpecialMesh", p331)
  5132. b331.MeshType = Enum.MeshType.Head
  5133. b331.Name = "Mesh"
  5134. b331.Scale = Vector3.new(1.25, 1.25, 1.25)
  5135. p332 = Instance.new("Part", m)
  5136. p332.BrickColor = BrickColor.new("Brick yellow")
  5137. p332.Name = "Smooth Block Model"
  5138. p332.CFrame = CFrame.new(260.820038, 15.9700718, 36.0498695, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  5139. p332.Anchored = true
  5140. p332.Size = Vector3.new(2, 2.4000001, 2)
  5141. p332.BackSurface = Enum.SurfaceType.Studs
  5142. p332.BottomSurface = Enum.SurfaceType.Studs
  5143. p332.FrontSurface = Enum.SurfaceType.Studs
  5144. p332.LeftSurface = Enum.SurfaceType.Studs
  5145. p332.RightSurface = Enum.SurfaceType.Studs
  5146. b332 = Instance.new("SpecialMesh", p332)
  5147. b332.MeshType = Enum.MeshType.Head
  5148. b332.Name = "Mesh"
  5149. b332.Scale = Vector3.new(1.25, 1.25, 1.25)
  5150. p333 = Instance.new("Part", m)
  5151. p333.BrickColor = BrickColor.new("Brick yellow")
  5152. p333.Name = "Smooth Block Model"
  5153. p333.CFrame = CFrame.new(260.820038, 15.9700718, 34.0498886, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  5154. p333.Anchored = true
  5155. p333.Size = Vector3.new(2, 2.4000001, 2)
  5156. p333.BackSurface = Enum.SurfaceType.Studs
  5157. p333.BottomSurface = Enum.SurfaceType.Studs
  5158. p333.FrontSurface = Enum.SurfaceType.Studs
  5159. p333.LeftSurface = Enum.SurfaceType.Studs
  5160. p333.RightSurface = Enum.SurfaceType.Studs
  5161. b333 = Instance.new("SpecialMesh", p333)
  5162. b333.MeshType = Enum.MeshType.Head
  5163. b333.Name = "Mesh"
  5164. b333.Scale = Vector3.new(1.25, 1.25, 1.25)
  5165. p334 = Instance.new("Part", m)
  5166. p334.BrickColor = BrickColor.new("Brick yellow")
  5167. p334.Name = "Smooth Block Model"
  5168. p334.CFrame = CFrame.new(260.820038, 15.9700718, 32.0498886, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  5169. p334.Anchored = true
  5170. p334.Size = Vector3.new(2, 2.4000001, 2)
  5171. p334.BackSurface = Enum.SurfaceType.Studs
  5172. p334.BottomSurface = Enum.SurfaceType.Studs
  5173. p334.FrontSurface = Enum.SurfaceType.Studs
  5174. p334.LeftSurface = Enum.SurfaceType.Studs
  5175. p334.RightSurface = Enum.SurfaceType.Studs
  5176. b334 = Instance.new("SpecialMesh", p334)
  5177. b334.MeshType = Enum.MeshType.Head
  5178. b334.Name = "Mesh"
  5179. b334.Scale = Vector3.new(1.25, 1.25, 1.25)
  5180. p335 = Instance.new("Part", m)
  5181. p335.BrickColor = BrickColor.new("Brick yellow")
  5182. p335.Name = "Smooth Block Model"
  5183. p335.CFrame = CFrame.new(260.820038, 15.970068, 30.0498867, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  5184. p335.Anchored = true
  5185. p335.Size = Vector3.new(2, 2.4000001, 2)
  5186. p335.BackSurface = Enum.SurfaceType.Studs
  5187. p335.BottomSurface = Enum.SurfaceType.Studs
  5188. p335.FrontSurface = Enum.SurfaceType.Studs
  5189. p335.LeftSurface = Enum.SurfaceType.Studs
  5190. p335.RightSurface = Enum.SurfaceType.Studs
  5191. b335 = Instance.new("SpecialMesh", p335)
  5192. b335.MeshType = Enum.MeshType.Head
  5193. b335.Name = "Mesh"
  5194. b335.Scale = Vector3.new(1.25, 1.25, 1.25)
  5195. p336 = Instance.new("Part", m)
  5196. p336.BrickColor = BrickColor.new("Brick yellow")
  5197. p336.Name = "Smooth Block Model"
  5198. p336.CFrame = CFrame.new(258.420044, 15.9700985, 48.0498734, 3.10404757e-011, -1, 7.8678122e-006, 0, 7.39097504e-006, 1, -1, -2.35346811e-011, 0)
  5199. p336.Anchored = true
  5200. p336.Size = Vector3.new(2, 2.4000001, 2)
  5201. p336.BackSurface = Enum.SurfaceType.Studs
  5202. p336.BottomSurface = Enum.SurfaceType.Studs
  5203. p336.FrontSurface = Enum.SurfaceType.Studs
  5204. p336.LeftSurface = Enum.SurfaceType.Studs
  5205. p336.RightSurface = Enum.SurfaceType.Studs
  5206. b336 = Instance.new("SpecialMesh", p336)
  5207. b336.MeshType = Enum.MeshType.Head
  5208. b336.Name = "Mesh"
  5209. b336.Scale = Vector3.new(1.25, 1.25, 1.25)
  5210. p337 = Instance.new("Part", m)
  5211. p337.BrickColor = BrickColor.new("Brick yellow")
  5212. p337.Name = "Smooth Block Model"
  5213. p337.CFrame = CFrame.new(259.820038, 6.97036743, 50.0499802, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  5214. p337.Anchored = true
  5215. p337.Size = Vector3.new(2, 2.4000001, 2)
  5216. p337.BackSurface = Enum.SurfaceType.Studs
  5217. p337.BottomSurface = Enum.SurfaceType.Studs
  5218. p337.FrontSurface = Enum.SurfaceType.Studs
  5219. p337.LeftSurface = Enum.SurfaceType.Studs
  5220. p337.RightSurface = Enum.SurfaceType.Studs
  5221. b337 = Instance.new("SpecialMesh", p337)
  5222. b337.MeshType = Enum.MeshType.Head
  5223. b337.Name = "Mesh"
  5224. b337.Scale = Vector3.new(1.25, 1.25, 1.25)
  5225. p338 = Instance.new("Part", m)
  5226. p338.BrickColor = BrickColor.new("Reddish brown")
  5227. p338.Name = "Smooth Block Model"
  5228. p338.CFrame = CFrame.new(259.720001, 3.47009492, 36.6500168, -4.82325049e-007, 6.84368331e-008, -1, 1, -1.76868489e-005, -4.82326186e-007, -1.76868489e-005, -1, -6.84282995e-008)
  5229. p338.Anchored = true
  5230. p338.Size = Vector3.new(1, 4.80000019, 1)
  5231. p338.BackSurface = Enum.SurfaceType.Studs
  5232. p338.BottomSurface = Enum.SurfaceType.Studs
  5233. p338.FrontSurface = Enum.SurfaceType.Studs
  5234. p338.LeftSurface = Enum.SurfaceType.Studs
  5235. p338.RightSurface = Enum.SurfaceType.Studs
  5236. b338 = Instance.new("SpecialMesh", p338)
  5237. b338.MeshType = Enum.MeshType.Head
  5238. b338.Name = "Mesh"
  5239. b338.Scale = Vector3.new(1.25, 1.25, 1.25)
  5240. p339 = Instance.new("Part", m)
  5241. p339.BrickColor = BrickColor.new("Reddish brown")
  5242. p339.Name = "Smooth Block Model"
  5243. p339.CFrame = CFrame.new(260.720032, 3.47009683, 36.6500168, -4.82325049e-007, 6.84368331e-008, -1, 1, -1.76868489e-005, -4.82326186e-007, -1.76868489e-005, -1, -6.84282995e-008)
  5244. p339.Anchored = true
  5245. p339.Size = Vector3.new(1, 4.80000019, 1)
  5246. p339.BackSurface = Enum.SurfaceType.Studs
  5247. p339.BottomSurface = Enum.SurfaceType.Studs
  5248. p339.FrontSurface = Enum.SurfaceType.Studs
  5249. p339.LeftSurface = Enum.SurfaceType.Studs
  5250. p339.RightSurface = Enum.SurfaceType.Studs
  5251. b339 = Instance.new("SpecialMesh", p339)
  5252. b339.MeshType = Enum.MeshType.Head
  5253. b339.Name = "Mesh"
  5254. b339.Scale = Vector3.new(1.25, 1.25, 1.25)
  5255. p340 = Instance.new("Part", m)
  5256. p340.BrickColor = BrickColor.new("Reddish brown")
  5257. p340.Name = "Smooth Block Model"
  5258. p340.CFrame = CFrame.new(259.52005, 4.47015667, 36.6500015, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  5259. p340.Anchored = true
  5260. p340.Size = Vector3.new(1, 4.80000019, 1)
  5261. p340.BackSurface = Enum.SurfaceType.Studs
  5262. p340.BottomSurface = Enum.SurfaceType.Studs
  5263. p340.FrontSurface = Enum.SurfaceType.Studs
  5264. p340.LeftSurface = Enum.SurfaceType.Studs
  5265. p340.RightSurface = Enum.SurfaceType.Studs
  5266. b340 = Instance.new("SpecialMesh", p340)
  5267. b340.MeshType = Enum.MeshType.Head
  5268. b340.Name = "Mesh"
  5269. b340.Scale = Vector3.new(1.25, 1.25, 1.25)
  5270. p341 = Instance.new("Part", m)
  5271. p341.BrickColor = BrickColor.new("Reddish brown")
  5272. p341.Name = "Smooth Block Model"
  5273. p341.CFrame = CFrame.new(258.52005, 7.57005024, 23.5499935, 5.36505489e-008, -2.77502181e-006, -1, -1.21663379e-005, -1, 2.77502113e-006, -1, 1.21663379e-005, -5.36843103e-008)
  5274. p341.Anchored = true
  5275. p341.Size = Vector3.new(1, 10.8000002, 1)
  5276. p341.BackSurface = Enum.SurfaceType.Studs
  5277. p341.BottomSurface = Enum.SurfaceType.Studs
  5278. p341.FrontSurface = Enum.SurfaceType.Studs
  5279. p341.LeftSurface = Enum.SurfaceType.Studs
  5280. p341.RightSurface = Enum.SurfaceType.Studs
  5281. b341 = Instance.new("SpecialMesh", p341)
  5282. b341.MeshType = Enum.MeshType.Head
  5283. b341.Name = "Mesh"
  5284. b341.Scale = Vector3.new(1.25, 1.25, 1.25)
  5285. p342 = Instance.new("Part", m)
  5286. p342.BrickColor = BrickColor.new("Reddish brown")
  5287. p342.Name = "Smooth Block Model"
  5288. p342.CFrame = CFrame.new(258.52002, 3.47010255, 36.2500191, 2.77502181e-006, -5.36505489e-008, 1, 1, 1.21663379e-005, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008)
  5289. p342.Anchored = true
  5290. p342.Size = Vector3.new(1, 20.4000015, 1)
  5291. p342.BackSurface = Enum.SurfaceType.Studs
  5292. p342.BottomSurface = Enum.SurfaceType.Studs
  5293. p342.FrontSurface = Enum.SurfaceType.Studs
  5294. p342.LeftSurface = Enum.SurfaceType.Studs
  5295. p342.RightSurface = Enum.SurfaceType.Studs
  5296. b342 = Instance.new("SpecialMesh", p342)
  5297. b342.MeshType = Enum.MeshType.Head
  5298. b342.Name = "Mesh"
  5299. b342.Scale = Vector3.new(1.25, 1.25, 1.25)
  5300. p343 = Instance.new("Part", m)
  5301. p343.BrickColor = BrickColor.new("Reddish brown")
  5302. p343.Name = "Smooth Block Model"
  5303. p343.CFrame = CFrame.new(258.52005, 4.47015285, 36.2500038, 2.77502181e-006, -5.36505489e-008, 1, 1, 1.21663379e-005, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008)
  5304. p343.Anchored = true
  5305. p343.Size = Vector3.new(1, 20.4000015, 1)
  5306. p343.BackSurface = Enum.SurfaceType.Studs
  5307. p343.BottomSurface = Enum.SurfaceType.Studs
  5308. p343.FrontSurface = Enum.SurfaceType.Studs
  5309. p343.LeftSurface = Enum.SurfaceType.Studs
  5310. p343.RightSurface = Enum.SurfaceType.Studs
  5311. b343 = Instance.new("SpecialMesh", p343)
  5312. b343.MeshType = Enum.MeshType.Head
  5313. b343.Name = "Mesh"
  5314. b343.Scale = Vector3.new(1.25, 1.25, 1.25)
  5315. p344 = Instance.new("Part", m)
  5316. p344.BrickColor = BrickColor.new("Reddish brown")
  5317. p344.Name = "Smooth Block Model"
  5318. p344.CFrame = CFrame.new(258.52005, 5.47020245, 36.2500038, 2.77502181e-006, -5.36505489e-008, 1, 1, 1.21663379e-005, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008)
  5319. p344.Anchored = true
  5320. p344.Size = Vector3.new(1, 20.4000015, 1)
  5321. p344.BackSurface = Enum.SurfaceType.Studs
  5322. p344.BottomSurface = Enum.SurfaceType.Studs
  5323. p344.FrontSurface = Enum.SurfaceType.Studs
  5324. p344.LeftSurface = Enum.SurfaceType.Studs
  5325. p344.RightSurface = Enum.SurfaceType.Studs
  5326. b344 = Instance.new("SpecialMesh", p344)
  5327. b344.MeshType = Enum.MeshType.Head
  5328. b344.Name = "Mesh"
  5329. b344.Scale = Vector3.new(1.25, 1.25, 1.25)
  5330. p345 = Instance.new("Part", m)
  5331. p345.BrickColor = BrickColor.new("Brick yellow")
  5332. p345.Name = "Smooth Block Model"
  5333. p345.CFrame = CFrame.new(257.02002, 2.97017503, 41.850029, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  5334. p345.Anchored = true
  5335. p345.Size = Vector3.new(2, 2.4000001, 2)
  5336. p345.BackSurface = Enum.SurfaceType.Studs
  5337. p345.BottomSurface = Enum.SurfaceType.Studs
  5338. p345.FrontSurface = Enum.SurfaceType.Studs
  5339. p345.LeftSurface = Enum.SurfaceType.Studs
  5340. p345.RightSurface = Enum.SurfaceType.Studs
  5341. b345 = Instance.new("SpecialMesh", p345)
  5342. b345.MeshType = Enum.MeshType.Head
  5343. b345.Name = "Mesh"
  5344. b345.Scale = Vector3.new(1.25, 1.25, 1.25)
  5345. p346 = Instance.new("Part", m)
  5346. p346.BrickColor = BrickColor.new("Brick yellow")
  5347. p346.Name = "Smooth Block Model"
  5348. p346.CFrame = CFrame.new(257.02002, 2.97021127, 44.8500366, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  5349. p346.Anchored = true
  5350. p346.Size = Vector3.new(2, 2.4000001, 2)
  5351. p346.BackSurface = Enum.SurfaceType.Studs
  5352. p346.BottomSurface = Enum.SurfaceType.Studs
  5353. p346.FrontSurface = Enum.SurfaceType.Studs
  5354. p346.LeftSurface = Enum.SurfaceType.Studs
  5355. p346.RightSurface = Enum.SurfaceType.Studs
  5356. b346 = Instance.new("SpecialMesh", p346)
  5357. b346.MeshType = Enum.MeshType.Head
  5358. b346.Name = "Mesh"
  5359. b346.Scale = Vector3.new(1.25, 1.25, 1.25)
  5360. p347 = Instance.new("Part", m)
  5361. p347.BrickColor = BrickColor.new("Brick yellow")
  5362. p347.Name = "Smooth Block Model"
  5363. p347.CFrame = CFrame.new(255.020035, 0.969986618, 24.850069, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  5364. p347.Anchored = true
  5365. p347.Size = Vector3.new(2, 2.4000001, 2)
  5366. p347.BackSurface = Enum.SurfaceType.Studs
  5367. p347.BottomSurface = Enum.SurfaceType.Studs
  5368. p347.FrontSurface = Enum.SurfaceType.Studs
  5369. p347.LeftSurface = Enum.SurfaceType.Studs
  5370. p347.RightSurface = Enum.SurfaceType.Studs
  5371. b347 = Instance.new("SpecialMesh", p347)
  5372. b347.MeshType = Enum.MeshType.Head
  5373. b347.Name = "Mesh"
  5374. b347.Scale = Vector3.new(1.25, 1.25, 1.25)
  5375. p348 = Instance.new("Part", m)
  5376. p348.BrickColor = BrickColor.new("Brick yellow")
  5377. p348.Name = "Smooth Block Model"
  5378. p348.CFrame = CFrame.new(255.020035, 0.970022857, 27.8500729, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  5379. p348.Anchored = true
  5380. p348.Size = Vector3.new(2, 2.4000001, 2)
  5381. p348.BackSurface = Enum.SurfaceType.Studs
  5382. p348.BottomSurface = Enum.SurfaceType.Studs
  5383. p348.FrontSurface = Enum.SurfaceType.Studs
  5384. p348.LeftSurface = Enum.SurfaceType.Studs
  5385. p348.RightSurface = Enum.SurfaceType.Studs
  5386. b348 = Instance.new("SpecialMesh", p348)
  5387. b348.MeshType = Enum.MeshType.Head
  5388. b348.Name = "Mesh"
  5389. b348.Scale = Vector3.new(1.25, 1.25, 1.25)
  5390. p349 = Instance.new("Part", m)
  5391. p349.BrickColor = BrickColor.new("Brick yellow")
  5392. p349.Name = "Smooth Block Model"
  5393. p349.CFrame = CFrame.new(255.020035, 0.970061004, 30.8500729, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  5394. p349.Anchored = true
  5395. p349.Size = Vector3.new(2, 2.4000001, 2)
  5396. p349.BackSurface = Enum.SurfaceType.Studs
  5397. p349.BottomSurface = Enum.SurfaceType.Studs
  5398. p349.FrontSurface = Enum.SurfaceType.Studs
  5399. p349.LeftSurface = Enum.SurfaceType.Studs
  5400. p349.RightSurface = Enum.SurfaceType.Studs
  5401. b349 = Instance.new("SpecialMesh", p349)
  5402. b349.MeshType = Enum.MeshType.Head
  5403. b349.Name = "Mesh"
  5404. b349.Scale = Vector3.new(1.25, 1.25, 1.25)
  5405. p350 = Instance.new("Part", m)
  5406. p350.BrickColor = BrickColor.new("Brick yellow")
  5407. p350.Name = "Smooth Block Model"
  5408. p350.CFrame = CFrame.new(255.020035, 0.970095336, 33.4500656, 1, 5.37649463e-008, 2.78643938e-006, -2.76360356e-006, -1.22225883e-005, 1, 5.35696181e-008, -1, -1.21100875e-005)
  5409. p350.Anchored = true
  5410. p350.Size = Vector3.new(2, 2.4000001, 2)
  5411. p350.BackSurface = Enum.SurfaceType.Studs
  5412. p350.BottomSurface = Enum.SurfaceType.Studs
  5413. p350.FrontSurface = Enum.SurfaceType.Studs
  5414. p350.LeftSurface = Enum.SurfaceType.Studs
  5415. p350.RightSurface = Enum.SurfaceType.Studs
  5416. b350 = Instance.new("SpecialMesh", p350)
  5417. b350.MeshType = Enum.MeshType.Head
  5418. b350.Name = "Mesh"
  5419. b350.Scale = Vector3.new(1.25, 1.25, 1.25)
  5420. p351 = Instance.new("Part", m)
  5421. p351.BrickColor = BrickColor.new("Brick yellow")
  5422. p351.Name = "Smooth Block Model"
  5423. p351.CFrame = CFrame.new(255.020035, 0.970120132, 35.8500404, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  5424. p351.Anchored = true
  5425. p351.Size = Vector3.new(2, 2.4000001, 2)
  5426. p351.BackSurface = Enum.SurfaceType.Studs
  5427. p351.BottomSurface = Enum.SurfaceType.Studs
  5428. p351.FrontSurface = Enum.SurfaceType.Studs
  5429. p351.LeftSurface = Enum.SurfaceType.Studs
  5430. p351.RightSurface = Enum.SurfaceType.Studs
  5431. b351 = Instance.new("SpecialMesh", p351)
  5432. b351.MeshType = Enum.MeshType.Head
  5433. b351.Name = "Mesh"
  5434. b351.Scale = Vector3.new(1.25, 1.25, 1.25)
  5435. p352 = Instance.new("Part", m)
  5436. p352.BrickColor = BrickColor.new("Brick yellow")
  5437. p352.Name = "Smooth Block Model"
  5438. p352.CFrame = CFrame.new(255.020035, 0.970158279, 38.8500443, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  5439. p352.Anchored = true
  5440. p352.Size = Vector3.new(2, 2.4000001, 2)
  5441. p352.BackSurface = Enum.SurfaceType.Studs
  5442. p352.BottomSurface = Enum.SurfaceType.Studs
  5443. p352.FrontSurface = Enum.SurfaceType.Studs
  5444. p352.LeftSurface = Enum.SurfaceType.Studs
  5445. p352.RightSurface = Enum.SurfaceType.Studs
  5446. b352 = Instance.new("SpecialMesh", p352)
  5447. b352.MeshType = Enum.MeshType.Head
  5448. b352.Name = "Mesh"
  5449. b352.Scale = Vector3.new(1.25, 1.25, 1.25)
  5450. p353 = Instance.new("Part", m)
  5451. p353.BrickColor = BrickColor.new("Brick yellow")
  5452. p353.Name = "Smooth Block Model"
  5453. p353.CFrame = CFrame.new(255.020035, 0.970194519, 41.8500443, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  5454. p353.Anchored = true
  5455. p353.Size = Vector3.new(2, 2.4000001, 2)
  5456. p353.BackSurface = Enum.SurfaceType.Studs
  5457. p353.BottomSurface = Enum.SurfaceType.Studs
  5458. p353.FrontSurface = Enum.SurfaceType.Studs
  5459. p353.LeftSurface = Enum.SurfaceType.Studs
  5460. p353.RightSurface = Enum.SurfaceType.Studs
  5461. b353 = Instance.new("SpecialMesh", p353)
  5462. b353.MeshType = Enum.MeshType.Head
  5463. b353.Name = "Mesh"
  5464. b353.Scale = Vector3.new(1.25, 1.25, 1.25)
  5465. p354 = Instance.new("Part", m)
  5466. p354.BrickColor = BrickColor.new("Brick yellow")
  5467. p354.Name = "Smooth Block Model"
  5468. p354.CFrame = CFrame.new(255.020035, 0.970230758, 44.8500519, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  5469. p354.Anchored = true
  5470. p354.Size = Vector3.new(2, 2.4000001, 2)
  5471. p354.BackSurface = Enum.SurfaceType.Studs
  5472. p354.BottomSurface = Enum.SurfaceType.Studs
  5473. p354.FrontSurface = Enum.SurfaceType.Studs
  5474. p354.LeftSurface = Enum.SurfaceType.Studs
  5475. p354.RightSurface = Enum.SurfaceType.Studs
  5476. b354 = Instance.new("SpecialMesh", p354)
  5477. b354.MeshType = Enum.MeshType.Head
  5478. b354.Name = "Mesh"
  5479. b354.Scale = Vector3.new(1.25, 1.25, 1.25)
  5480. p355 = Instance.new("Part", m)
  5481. p355.BrickColor = BrickColor.new("Brick yellow")
  5482. p355.Name = "Smooth Block Model"
  5483. p355.CFrame = CFrame.new(255.020035, 0.970266998, 47.8500443, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  5484. p355.Anchored = true
  5485. p355.Size = Vector3.new(2, 2.4000001, 2)
  5486. p355.BackSurface = Enum.SurfaceType.Studs
  5487. p355.BottomSurface = Enum.SurfaceType.Studs
  5488. p355.FrontSurface = Enum.SurfaceType.Studs
  5489. p355.LeftSurface = Enum.SurfaceType.Studs
  5490. p355.RightSurface = Enum.SurfaceType.Studs
  5491. b355 = Instance.new("SpecialMesh", p355)
  5492. b355.MeshType = Enum.MeshType.Head
  5493. b355.Name = "Mesh"
  5494. b355.Scale = Vector3.new(1.25, 1.25, 1.25)
  5495. p356 = Instance.new("Part", m)
  5496. p356.BrickColor = BrickColor.new("Brick yellow")
  5497. p356.Name = "Smooth Block Model"
  5498. p356.CFrame = CFrame.new(257.02002, 4.97033119, 47.8499985, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  5499. p356.Anchored = true
  5500. p356.Size = Vector3.new(2, 2.4000001, 2)
  5501. p356.BackSurface = Enum.SurfaceType.Studs
  5502. p356.BottomSurface = Enum.SurfaceType.Studs
  5503. p356.FrontSurface = Enum.SurfaceType.Studs
  5504. p356.LeftSurface = Enum.SurfaceType.Studs
  5505. p356.RightSurface = Enum.SurfaceType.Studs
  5506. b356 = Instance.new("SpecialMesh", p356)
  5507. b356.MeshType = Enum.MeshType.Head
  5508. b356.Name = "Mesh"
  5509. b356.Scale = Vector3.new(1.25, 1.25, 1.25)
  5510. p357 = Instance.new("Part", m)
  5511. p357.BrickColor = BrickColor.new("Brick yellow")
  5512. p357.Name = "Smooth Block Model"
  5513. p357.CFrame = CFrame.new(286.019897, 1.16988277, 22.0500736, -5.36505489e-008, -2.77502181e-006, 1, 1.21663379e-005, -1, -2.77502113e-006, 1, 1.21663379e-005, 5.36843103e-008)
  5514. p357.Anchored = true
  5515. p357.Size = Vector3.new(2, 2.4000001, 2)
  5516. p357.BackSurface = Enum.SurfaceType.Studs
  5517. p357.BottomSurface = Enum.SurfaceType.Studs
  5518. p357.FrontSurface = Enum.SurfaceType.Studs
  5519. p357.LeftSurface = Enum.SurfaceType.Studs
  5520. p357.RightSurface = Enum.SurfaceType.Studs
  5521. b357 = Instance.new("SpecialMesh", p357)
  5522. b357.MeshType = Enum.MeshType.Head
  5523. b357.Name = "Mesh"
  5524. b357.Scale = Vector3.new(1.25, 1.25, 1.25)
  5525. p358 = Instance.new("Part", m)
  5526. p358.BrickColor = BrickColor.new("Brick yellow")
  5527. p358.Name = "Smooth Block Model"
  5528. p358.CFrame = CFrame.new(288.019867, 0.969895065, 24.850069, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  5529. p358.Anchored = true
  5530. p358.Size = Vector3.new(2, 2.4000001, 2)
  5531. p358.BackSurface = Enum.SurfaceType.Studs
  5532. p358.BottomSurface = Enum.SurfaceType.Studs
  5533. p358.FrontSurface = Enum.SurfaceType.Studs
  5534. p358.LeftSurface = Enum.SurfaceType.Studs
  5535. p358.RightSurface = Enum.SurfaceType.Studs
  5536. b358 = Instance.new("SpecialMesh", p358)
  5537. b358.MeshType = Enum.MeshType.Head
  5538. b358.Name = "Mesh"
  5539. b358.Scale = Vector3.new(1.25, 1.25, 1.25)
  5540. p359 = Instance.new("Part", m)
  5541. p359.BrickColor = BrickColor.new("Brick yellow")
  5542. p359.Name = "Smooth Block Model"
  5543. p359.CFrame = CFrame.new(288.019867, 1.16987705, 22.0500736, 5.36505489e-008, 2.77502181e-006, 1, -1.21663379e-005, 1, -2.77502113e-006, -1, -1.21663379e-005, 5.36843103e-008)
  5544. p359.Anchored = true
  5545. p359.Size = Vector3.new(2, 2.4000001, 2)
  5546. p359.BackSurface = Enum.SurfaceType.Studs
  5547. p359.BottomSurface = Enum.SurfaceType.Studs
  5548. p359.FrontSurface = Enum.SurfaceType.Studs
  5549. p359.LeftSurface = Enum.SurfaceType.Studs
  5550. p359.RightSurface = Enum.SurfaceType.Studs
  5551. b359 = Instance.new("SpecialMesh", p359)
  5552. b359.MeshType = Enum.MeshType.Head
  5553. b359.Name = "Mesh"
  5554. b359.Scale = Vector3.new(1.25, 1.25, 1.25)
  5555. p360 = Instance.new("Part", m)
  5556. p360.BrickColor = BrickColor.new("Brick yellow")
  5557. p360.Name = "Smooth Block Model"
  5558. p360.CFrame = CFrame.new(288.019867, 1.16985416, 20.0500927, 5.36505489e-008, 2.77502181e-006, 1, -1.21663379e-005, 1, -2.77502113e-006, -1, -1.21663379e-005, 5.36843103e-008)
  5559. p360.Anchored = true
  5560. p360.Size = Vector3.new(2, 2.4000001, 2)
  5561. p360.BackSurface = Enum.SurfaceType.Studs
  5562. p360.BottomSurface = Enum.SurfaceType.Studs
  5563. p360.FrontSurface = Enum.SurfaceType.Studs
  5564. p360.LeftSurface = Enum.SurfaceType.Studs
  5565. p360.RightSurface = Enum.SurfaceType.Studs
  5566. b360 = Instance.new("SpecialMesh", p360)
  5567. b360.MeshType = Enum.MeshType.Head
  5568. b360.Name = "Mesh"
  5569. b360.Scale = Vector3.new(1.25, 1.25, 1.25)
  5570. p361 = Instance.new("Part", m)
  5571. p361.BrickColor = BrickColor.new("Brick yellow")
  5572. p361.Name = "Smooth Block Model"
  5573. p361.CFrame = CFrame.new(286.019897, 1.16985989, 20.0500927, 5.36505489e-008, 2.77502181e-006, 1, -1.21663379e-005, 1, -2.77502113e-006, -1, -1.21663379e-005, 5.36843103e-008)
  5574. p361.Anchored = true
  5575. p361.Size = Vector3.new(2, 2.4000001, 2)
  5576. p361.BackSurface = Enum.SurfaceType.Studs
  5577. p361.BottomSurface = Enum.SurfaceType.Studs
  5578. p361.FrontSurface = Enum.SurfaceType.Studs
  5579. p361.LeftSurface = Enum.SurfaceType.Studs
  5580. p361.RightSurface = Enum.SurfaceType.Studs
  5581. b361 = Instance.new("SpecialMesh", p361)
  5582. b361.MeshType = Enum.MeshType.Head
  5583. b361.Name = "Mesh"
  5584. b361.Scale = Vector3.new(1.25, 1.25, 1.25)
  5585. p362 = Instance.new("Part", m)
  5586. p362.BrickColor = BrickColor.new("Brick yellow")
  5587. p362.Name = "Smooth Block Model"
  5588. p362.CFrame = CFrame.new(257.02002, 3.56993318, 22.0500431, 1, -2.77502181e-006, 5.36505489e-008, -2.77502113e-006, -1, -1.21663379e-005, 5.36843103e-008, 1.21663379e-005, -1)
  5589. p362.Anchored = true
  5590. p362.Size = Vector3.new(2, 2.4000001, 2)
  5591. p362.BackSurface = Enum.SurfaceType.Studs
  5592. p362.BottomSurface = Enum.SurfaceType.Studs
  5593. p362.FrontSurface = Enum.SurfaceType.Studs
  5594. p362.LeftSurface = Enum.SurfaceType.Studs
  5595. p362.RightSurface = Enum.SurfaceType.Studs
  5596. b362 = Instance.new("SpecialMesh", p362)
  5597. b362.MeshType = Enum.MeshType.Head
  5598. b362.Name = "Mesh"
  5599. b362.Scale = Vector3.new(1.25, 1.25, 1.25)
  5600. p363 = Instance.new("Part", m)
  5601. p363.BrickColor = BrickColor.new("Brick yellow")
  5602. p363.Name = "Smooth Block Model"
  5603. p363.CFrame = CFrame.new(283.819885, 0.969872177, 22.0500736, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  5604. p363.Anchored = true
  5605. p363.Size = Vector3.new(2, 2.4000001, 2)
  5606. p363.BackSurface = Enum.SurfaceType.Studs
  5607. p363.BottomSurface = Enum.SurfaceType.Studs
  5608. p363.FrontSurface = Enum.SurfaceType.Studs
  5609. p363.LeftSurface = Enum.SurfaceType.Studs
  5610. p363.RightSurface = Enum.SurfaceType.Studs
  5611. b363 = Instance.new("SpecialMesh", p363)
  5612. b363.MeshType = Enum.MeshType.Head
  5613. b363.Name = "Mesh"
  5614. b363.Scale = Vector3.new(1.25, 1.25, 1.25)
  5615. p364 = Instance.new("Part", m)
  5616. p364.BrickColor = BrickColor.new("Brick yellow")
  5617. p364.Name = "Smooth Block Model"
  5618. p364.CFrame = CFrame.new(283.819885, 0.969849288, 20.0500927, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  5619. p364.Anchored = true
  5620. p364.Size = Vector3.new(2, 2.4000001, 2)
  5621. p364.BackSurface = Enum.SurfaceType.Studs
  5622. p364.BottomSurface = Enum.SurfaceType.Studs
  5623. p364.FrontSurface = Enum.SurfaceType.Studs
  5624. p364.LeftSurface = Enum.SurfaceType.Studs
  5625. p364.RightSurface = Enum.SurfaceType.Studs
  5626. b364 = Instance.new("SpecialMesh", p364)
  5627. b364.MeshType = Enum.MeshType.Head
  5628. b364.Name = "Mesh"
  5629. b364.Scale = Vector3.new(1.25, 1.25, 1.25)
  5630. p365 = Instance.new("Part", m)
  5631. p365.BrickColor = BrickColor.new("Brick yellow")
  5632. p365.Name = "Smooth Block Model"
  5633. p365.CFrame = CFrame.new(280.819916, 0.969858825, 20.0500927, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  5634. p365.Anchored = true
  5635. p365.Size = Vector3.new(2, 2.4000001, 2)
  5636. p365.BackSurface = Enum.SurfaceType.Studs
  5637. p365.BottomSurface = Enum.SurfaceType.Studs
  5638. p365.FrontSurface = Enum.SurfaceType.Studs
  5639. p365.LeftSurface = Enum.SurfaceType.Studs
  5640. p365.RightSurface = Enum.SurfaceType.Studs
  5641. b365 = Instance.new("SpecialMesh", p365)
  5642. b365.MeshType = Enum.MeshType.Head
  5643. b365.Name = "Mesh"
  5644. b365.Scale = Vector3.new(1.25, 1.25, 1.25)
  5645. p366 = Instance.new("Part", m)
  5646. p366.BrickColor = BrickColor.new("Brick yellow")
  5647. p366.Name = "Smooth Block Model"
  5648. p366.CFrame = CFrame.new(277.819946, 0.969866455, 20.0500927, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  5649. p366.Anchored = true
  5650. p366.Size = Vector3.new(2, 2.4000001, 2)
  5651. p366.BackSurface = Enum.SurfaceType.Studs
  5652. p366.BottomSurface = Enum.SurfaceType.Studs
  5653. p366.FrontSurface = Enum.SurfaceType.Studs
  5654. p366.LeftSurface = Enum.SurfaceType.Studs
  5655. p366.RightSurface = Enum.SurfaceType.Studs
  5656. b366 = Instance.new("SpecialMesh", p366)
  5657. b366.MeshType = Enum.MeshType.Head
  5658. b366.Name = "Mesh"
  5659. b366.Scale = Vector3.new(1.25, 1.25, 1.25)
  5660. p367 = Instance.new("Part", m)
  5661. p367.BrickColor = BrickColor.new("Brick yellow")
  5662. p367.Name = "Smooth Block Model"
  5663. p367.CFrame = CFrame.new(271.819977, 0.969883621, 20.0500927, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  5664. p367.Anchored = true
  5665. p367.Size = Vector3.new(2, 2.4000001, 2)
  5666. p367.BackSurface = Enum.SurfaceType.Studs
  5667. p367.BottomSurface = Enum.SurfaceType.Studs
  5668. p367.FrontSurface = Enum.SurfaceType.Studs
  5669. p367.LeftSurface = Enum.SurfaceType.Studs
  5670. p367.RightSurface = Enum.SurfaceType.Studs
  5671. b367 = Instance.new("SpecialMesh", p367)
  5672. b367.MeshType = Enum.MeshType.Head
  5673. b367.Name = "Mesh"
  5674. b367.Scale = Vector3.new(1.25, 1.25, 1.25)
  5675. p368 = Instance.new("Part", m)
  5676. p368.BrickColor = BrickColor.new("Brick yellow")
  5677. p368.Name = "Smooth Block Model"
  5678. p368.CFrame = CFrame.new(268.820038, 0.96989125, 20.0500927, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  5679. p368.Anchored = true
  5680. p368.Size = Vector3.new(2, 2.4000001, 2)
  5681. p368.BackSurface = Enum.SurfaceType.Studs
  5682. p368.BottomSurface = Enum.SurfaceType.Studs
  5683. p368.FrontSurface = Enum.SurfaceType.Studs
  5684. p368.LeftSurface = Enum.SurfaceType.Studs
  5685. p368.RightSurface = Enum.SurfaceType.Studs
  5686. b368 = Instance.new("SpecialMesh", p368)
  5687. b368.MeshType = Enum.MeshType.Head
  5688. b368.Name = "Mesh"
  5689. b368.Scale = Vector3.new(1.25, 1.25, 1.25)
  5690. p369 = Instance.new("Part", m)
  5691. p369.BrickColor = BrickColor.new("Brick yellow")
  5692. p369.Name = "Smooth Block Model"
  5693. p369.CFrame = CFrame.new(265.820038, 0.96989888, 20.0500927, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  5694. p369.Anchored = true
  5695. p369.Size = Vector3.new(2, 2.4000001, 2)
  5696. p369.BackSurface = Enum.SurfaceType.Studs
  5697. p369.BottomSurface = Enum.SurfaceType.Studs
  5698. p369.FrontSurface = Enum.SurfaceType.Studs
  5699. p369.LeftSurface = Enum.SurfaceType.Studs
  5700. p369.RightSurface = Enum.SurfaceType.Studs
  5701. b369 = Instance.new("SpecialMesh", p369)
  5702. b369.MeshType = Enum.MeshType.Head
  5703. b369.Name = "Mesh"
  5704. b369.Scale = Vector3.new(1.25, 1.25, 1.25)
  5705. p370 = Instance.new("Part", m)
  5706. p370.BrickColor = BrickColor.new("Brick yellow")
  5707. p370.Name = "Smooth Block Model"
  5708. p370.CFrame = CFrame.new(262.820007, 0.969908416, 20.0500927, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  5709. p370.Anchored = true
  5710. p370.Size = Vector3.new(2, 2.4000001, 2)
  5711. p370.BackSurface = Enum.SurfaceType.Studs
  5712. p370.BottomSurface = Enum.SurfaceType.Studs
  5713. p370.FrontSurface = Enum.SurfaceType.Studs
  5714. p370.LeftSurface = Enum.SurfaceType.Studs
  5715. p370.RightSurface = Enum.SurfaceType.Studs
  5716. b370 = Instance.new("SpecialMesh", p370)
  5717. b370.MeshType = Enum.MeshType.Head
  5718. b370.Name = "Mesh"
  5719. b370.Scale = Vector3.new(1.25, 1.25, 1.25)
  5720. p371 = Instance.new("Part", m)
  5721. p371.BrickColor = BrickColor.new("Brick yellow")
  5722. p371.Name = "Smooth Block Model"
  5723. p371.CFrame = CFrame.new(259.820038, 0.969916046, 20.0500927, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  5724. p371.Anchored = true
  5725. p371.Size = Vector3.new(2, 2.4000001, 2)
  5726. p371.BackSurface = Enum.SurfaceType.Studs
  5727. p371.BottomSurface = Enum.SurfaceType.Studs
  5728. p371.FrontSurface = Enum.SurfaceType.Studs
  5729. p371.LeftSurface = Enum.SurfaceType.Studs
  5730. p371.RightSurface = Enum.SurfaceType.Studs
  5731. b371 = Instance.new("SpecialMesh", p371)
  5732. b371.MeshType = Enum.MeshType.Head
  5733. b371.Name = "Mesh"
  5734. b371.Scale = Vector3.new(1.25, 1.25, 1.25)
  5735. p372 = Instance.new("Part", m)
  5736. p372.BrickColor = BrickColor.new("Brick yellow")
  5737. p372.Name = "Smooth Block Model"
  5738. p372.CFrame = CFrame.new(257.02002, 0.969980896, 24.850069, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  5739. p372.Anchored = true
  5740. p372.Size = Vector3.new(2, 2.4000001, 2)
  5741. p372.BackSurface = Enum.SurfaceType.Studs
  5742. p372.BottomSurface = Enum.SurfaceType.Studs
  5743. p372.FrontSurface = Enum.SurfaceType.Studs
  5744. p372.LeftSurface = Enum.SurfaceType.Studs
  5745. p372.RightSurface = Enum.SurfaceType.Studs
  5746. b372 = Instance.new("SpecialMesh", p372)
  5747. b372.MeshType = Enum.MeshType.Head
  5748. b372.Name = "Mesh"
  5749. b372.Scale = Vector3.new(1.25, 1.25, 1.25)
  5750. p373 = Instance.new("Part", m)
  5751. p373.BrickColor = BrickColor.new("Brick yellow")
  5752. p373.Name = "Smooth Block Model"
  5753. p373.CFrame = CFrame.new(257.02002, 2.96996713, 24.8500385, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  5754. p373.Anchored = true
  5755. p373.Size = Vector3.new(2, 2.4000001, 2)
  5756. p373.BackSurface = Enum.SurfaceType.Studs
  5757. p373.BottomSurface = Enum.SurfaceType.Studs
  5758. p373.FrontSurface = Enum.SurfaceType.Studs
  5759. p373.LeftSurface = Enum.SurfaceType.Studs
  5760. p373.RightSurface = Enum.SurfaceType.Studs
  5761. b373 = Instance.new("SpecialMesh", p373)
  5762. b373.MeshType = Enum.MeshType.Head
  5763. b373.Name = "Mesh"
  5764. b373.Scale = Vector3.new(1.25, 1.25, 1.25)
  5765. p374 = Instance.new("Part", m)
  5766. p374.BrickColor = BrickColor.new("Brick yellow")
  5767. p374.Name = "Smooth Block Model"
  5768. p374.CFrame = CFrame.new(257.02002, 2.97000337, 27.8500423, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  5769. p374.Anchored = true
  5770. p374.Size = Vector3.new(2, 2.4000001, 2)
  5771. p374.BackSurface = Enum.SurfaceType.Studs
  5772. p374.BottomSurface = Enum.SurfaceType.Studs
  5773. p374.FrontSurface = Enum.SurfaceType.Studs
  5774. p374.LeftSurface = Enum.SurfaceType.Studs
  5775. p374.RightSurface = Enum.SurfaceType.Studs
  5776. b374 = Instance.new("SpecialMesh", p374)
  5777. b374.MeshType = Enum.MeshType.Head
  5778. b374.Name = "Mesh"
  5779. b374.Scale = Vector3.new(1.25, 1.25, 1.25)
  5780. p375 = Instance.new("Part", m)
  5781. p375.BrickColor = BrickColor.new("Brick yellow")
  5782. p375.Name = "Smooth Block Model"
  5783. p375.CFrame = CFrame.new(257.02002, 2.97004151, 30.8500423, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  5784. p375.Anchored = true
  5785. p375.Size = Vector3.new(2, 2.4000001, 2)
  5786. p375.BackSurface = Enum.SurfaceType.Studs
  5787. p375.BottomSurface = Enum.SurfaceType.Studs
  5788. p375.FrontSurface = Enum.SurfaceType.Studs
  5789. p375.LeftSurface = Enum.SurfaceType.Studs
  5790. p375.RightSurface = Enum.SurfaceType.Studs
  5791. b375 = Instance.new("SpecialMesh", p375)
  5792. b375.MeshType = Enum.MeshType.Head
  5793. b375.Name = "Mesh"
  5794. b375.Scale = Vector3.new(1.25, 1.25, 1.25)
  5795. p376 = Instance.new("Part", m)
  5796. p376.BrickColor = BrickColor.new("Brick yellow")
  5797. p376.Name = "Smooth Block Model"
  5798. p376.CFrame = CFrame.new(257.02002, 2.97007585, 33.4500351, 1, 5.36886802e-008, 2.77882782e-006, -2.77121512e-006, -1.21850881e-005, 1, 5.36460796e-008, -1, -1.21475878e-005)
  5799. p376.Anchored = true
  5800. p376.Size = Vector3.new(2, 2.4000001, 2)
  5801. p376.BackSurface = Enum.SurfaceType.Studs
  5802. p376.BottomSurface = Enum.SurfaceType.Studs
  5803. p376.FrontSurface = Enum.SurfaceType.Studs
  5804. p376.LeftSurface = Enum.SurfaceType.Studs
  5805. p376.RightSurface = Enum.SurfaceType.Studs
  5806. b376 = Instance.new("SpecialMesh", p376)
  5807. b376.MeshType = Enum.MeshType.Head
  5808. b376.Name = "Mesh"
  5809. b376.Scale = Vector3.new(1.25, 1.25, 1.25)
  5810. p377 = Instance.new("Part", m)
  5811. p377.BrickColor = BrickColor.new("Brick yellow")
  5812. p377.Name = "Smooth Block Model"
  5813. p377.CFrame = CFrame.new(257.02002, 2.97010064, 35.8500252, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  5814. p377.Anchored = true
  5815. p377.Size = Vector3.new(2, 2.4000001, 2)
  5816. p377.BackSurface = Enum.SurfaceType.Studs
  5817. p377.BottomSurface = Enum.SurfaceType.Studs
  5818. p377.FrontSurface = Enum.SurfaceType.Studs
  5819. p377.LeftSurface = Enum.SurfaceType.Studs
  5820. p377.RightSurface = Enum.SurfaceType.Studs
  5821. b377 = Instance.new("SpecialMesh", p377)
  5822. b377.MeshType = Enum.MeshType.Head
  5823. b377.Name = "Mesh"
  5824. b377.Scale = Vector3.new(1.25, 1.25, 1.25)
  5825. p378 = Instance.new("Part", m)
  5826. p378.BrickColor = BrickColor.new("Brick yellow")
  5827. p378.Name = "Smooth Block Model"
  5828. p378.CFrame = CFrame.new(257.02002, 0.970261276, 47.8500443, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  5829. p378.Anchored = true
  5830. p378.Size = Vector3.new(2, 2.4000001, 2)
  5831. p378.BackSurface = Enum.SurfaceType.Studs
  5832. p378.BottomSurface = Enum.SurfaceType.Studs
  5833. p378.FrontSurface = Enum.SurfaceType.Studs
  5834. p378.LeftSurface = Enum.SurfaceType.Studs
  5835. p378.RightSurface = Enum.SurfaceType.Studs
  5836. b378 = Instance.new("SpecialMesh", p378)
  5837. b378.MeshType = Enum.MeshType.Head
  5838. b378.Name = "Mesh"
  5839. b378.Scale = Vector3.new(1.25, 1.25, 1.25)
  5840. p379 = Instance.new("Part", m)
  5841. p379.BrickColor = BrickColor.new("Brick yellow")
  5842. p379.Name = "Smooth Block Model"
  5843. p379.CFrame = CFrame.new(257.02002, 0.970225036, 44.8500519, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  5844. p379.Anchored = true
  5845. p379.Size = Vector3.new(2, 2.4000001, 2)
  5846. p379.BackSurface = Enum.SurfaceType.Studs
  5847. p379.BottomSurface = Enum.SurfaceType.Studs
  5848. p379.FrontSurface = Enum.SurfaceType.Studs
  5849. p379.LeftSurface = Enum.SurfaceType.Studs
  5850. p379.RightSurface = Enum.SurfaceType.Studs
  5851. b379 = Instance.new("SpecialMesh", p379)
  5852. b379.MeshType = Enum.MeshType.Head
  5853. b379.Name = "Mesh"
  5854. b379.Scale = Vector3.new(1.25, 1.25, 1.25)
  5855. p380 = Instance.new("Part", m)
  5856. p380.BrickColor = BrickColor.new("Brick yellow")
  5857. p380.Name = "Smooth Block Model"
  5858. p380.CFrame = CFrame.new(257.02002, 0.970188797, 41.8500443, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  5859. p380.Anchored = true
  5860. p380.Size = Vector3.new(2, 2.4000001, 2)
  5861. p380.BackSurface = Enum.SurfaceType.Studs
  5862. p380.BottomSurface = Enum.SurfaceType.Studs
  5863. p380.FrontSurface = Enum.SurfaceType.Studs
  5864. p380.LeftSurface = Enum.SurfaceType.Studs
  5865. p380.RightSurface = Enum.SurfaceType.Studs
  5866. b380 = Instance.new("SpecialMesh", p380)
  5867. b380.MeshType = Enum.MeshType.Head
  5868. b380.Name = "Mesh"
  5869. b380.Scale = Vector3.new(1.25, 1.25, 1.25)
  5870. p381 = Instance.new("Part", m)
  5871. p381.BrickColor = BrickColor.new("Brick yellow")
  5872. p381.Name = "Smooth Block Model"
  5873. p381.CFrame = CFrame.new(257.02002, 0.970152557, 38.8500443, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  5874. p381.Anchored = true
  5875. p381.Size = Vector3.new(2, 2.4000001, 2)
  5876. p381.BackSurface = Enum.SurfaceType.Studs
  5877. p381.BottomSurface = Enum.SurfaceType.Studs
  5878. p381.FrontSurface = Enum.SurfaceType.Studs
  5879. p381.LeftSurface = Enum.SurfaceType.Studs
  5880. p381.RightSurface = Enum.SurfaceType.Studs
  5881. b381 = Instance.new("SpecialMesh", p381)
  5882. b381.MeshType = Enum.MeshType.Head
  5883. b381.Name = "Mesh"
  5884. b381.Scale = Vector3.new(1.25, 1.25, 1.25)
  5885. p382 = Instance.new("Part", m)
  5886. p382.BrickColor = BrickColor.new("Brick yellow")
  5887. p382.Name = "Smooth Block Model"
  5888. p382.CFrame = CFrame.new(257.02002, 0.97011441, 35.8500404, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  5889. p382.Anchored = true
  5890. p382.Size = Vector3.new(2, 2.4000001, 2)
  5891. p382.BackSurface = Enum.SurfaceType.Studs
  5892. p382.BottomSurface = Enum.SurfaceType.Studs
  5893. p382.FrontSurface = Enum.SurfaceType.Studs
  5894. p382.LeftSurface = Enum.SurfaceType.Studs
  5895. p382.RightSurface = Enum.SurfaceType.Studs
  5896. b382 = Instance.new("SpecialMesh", p382)
  5897. b382.MeshType = Enum.MeshType.Head
  5898. b382.Name = "Mesh"
  5899. b382.Scale = Vector3.new(1.25, 1.25, 1.25)
  5900. p383 = Instance.new("Part", m)
  5901. p383.BrickColor = BrickColor.new("Brick yellow")
  5902. p383.Name = "Smooth Block Model"
  5903. p383.CFrame = CFrame.new(257.02002, 0.970089614, 33.4500656, 1, 5.36886802e-008, 2.77882782e-006, -2.77121512e-006, -1.21850881e-005, 1, 5.36460796e-008, -1, -1.21475878e-005)
  5904. p383.Anchored = true
  5905. p383.Size = Vector3.new(2, 2.4000001, 2)
  5906. p383.BackSurface = Enum.SurfaceType.Studs
  5907. p383.BottomSurface = Enum.SurfaceType.Studs
  5908. p383.FrontSurface = Enum.SurfaceType.Studs
  5909. p383.LeftSurface = Enum.SurfaceType.Studs
  5910. p383.RightSurface = Enum.SurfaceType.Studs
  5911. b383 = Instance.new("SpecialMesh", p383)
  5912. b383.MeshType = Enum.MeshType.Head
  5913. b383.Name = "Mesh"
  5914. b383.Scale = Vector3.new(1.25, 1.25, 1.25)
  5915. p384 = Instance.new("Part", m)
  5916. p384.BrickColor = BrickColor.new("Brick yellow")
  5917. p384.Name = "Smooth Block Model"
  5918. p384.CFrame = CFrame.new(257.02002, 2.97013879, 38.850029, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  5919. p384.Anchored = true
  5920. p384.Size = Vector3.new(2, 2.4000001, 2)
  5921. p384.BackSurface = Enum.SurfaceType.Studs
  5922. p384.BottomSurface = Enum.SurfaceType.Studs
  5923. p384.FrontSurface = Enum.SurfaceType.Studs
  5924. p384.LeftSurface = Enum.SurfaceType.Studs
  5925. p384.RightSurface = Enum.SurfaceType.Studs
  5926. b384 = Instance.new("SpecialMesh", p384)
  5927. b384.MeshType = Enum.MeshType.Head
  5928. b384.Name = "Mesh"
  5929. b384.Scale = Vector3.new(1.25, 1.25, 1.25)
  5930. p385 = Instance.new("Part", m)
  5931. p385.BrickColor = BrickColor.new("Brick yellow")
  5932. p385.Name = "Smooth Block Model"
  5933. p385.CFrame = CFrame.new(257.02002, 4.97029495, 44.8500061, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  5934. p385.Anchored = true
  5935. p385.Size = Vector3.new(2, 2.4000001, 2)
  5936. p385.BackSurface = Enum.SurfaceType.Studs
  5937. p385.BottomSurface = Enum.SurfaceType.Studs
  5938. p385.FrontSurface = Enum.SurfaceType.Studs
  5939. p385.LeftSurface = Enum.SurfaceType.Studs
  5940. p385.RightSurface = Enum.SurfaceType.Studs
  5941. b385 = Instance.new("SpecialMesh", p385)
  5942. b385.MeshType = Enum.MeshType.Head
  5943. b385.Name = "Mesh"
  5944. b385.Scale = Vector3.new(1.25, 1.25, 1.25)
  5945. p386 = Instance.new("Part", m)
  5946. p386.BrickColor = BrickColor.new("Brick yellow")
  5947. p386.Name = "Smooth Block Model"
  5948. p386.CFrame = CFrame.new(257.02002, 4.97025871, 41.8499985, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  5949. p386.Anchored = true
  5950. p386.Size = Vector3.new(2, 2.4000001, 2)
  5951. p386.BackSurface = Enum.SurfaceType.Studs
  5952. p386.BottomSurface = Enum.SurfaceType.Studs
  5953. p386.FrontSurface = Enum.SurfaceType.Studs
  5954. p386.LeftSurface = Enum.SurfaceType.Studs
  5955. p386.RightSurface = Enum.SurfaceType.Studs
  5956. b386 = Instance.new("SpecialMesh", p386)
  5957. b386.MeshType = Enum.MeshType.Head
  5958. b386.Name = "Mesh"
  5959. b386.Scale = Vector3.new(1.25, 1.25, 1.25)
  5960. p387 = Instance.new("Part", m)
  5961. p387.BrickColor = BrickColor.new("Brick yellow")
  5962. p387.Name = "Smooth Block Model"
  5963. p387.CFrame = CFrame.new(283.819885, 2.96985841, 22.0500431, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  5964. p387.Anchored = true
  5965. p387.Size = Vector3.new(2, 2.4000001, 2)
  5966. p387.BackSurface = Enum.SurfaceType.Studs
  5967. p387.BottomSurface = Enum.SurfaceType.Studs
  5968. p387.FrontSurface = Enum.SurfaceType.Studs
  5969. p387.LeftSurface = Enum.SurfaceType.Studs
  5970. p387.RightSurface = Enum.SurfaceType.Studs
  5971. b387 = Instance.new("SpecialMesh", p387)
  5972. b387.MeshType = Enum.MeshType.Head
  5973. b387.Name = "Mesh"
  5974. b387.Scale = Vector3.new(1.25, 1.25, 1.25)
  5975. p388 = Instance.new("Part", m)
  5976. p388.BrickColor = BrickColor.new("Brick yellow")
  5977. p388.Name = "Smooth Block Model"
  5978. p388.CFrame = CFrame.new(280.819946, 2.96986794, 22.0500431, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  5979. p388.Anchored = true
  5980. p388.Size = Vector3.new(2, 2.4000001, 2)
  5981. p388.BackSurface = Enum.SurfaceType.Studs
  5982. p388.BottomSurface = Enum.SurfaceType.Studs
  5983. p388.FrontSurface = Enum.SurfaceType.Studs
  5984. p388.LeftSurface = Enum.SurfaceType.Studs
  5985. p388.RightSurface = Enum.SurfaceType.Studs
  5986. b388 = Instance.new("SpecialMesh", p388)
  5987. b388.MeshType = Enum.MeshType.Head
  5988. b388.Name = "Mesh"
  5989. b388.Scale = Vector3.new(1.25, 1.25, 1.25)
  5990. p389 = Instance.new("Part", m)
  5991. p389.BrickColor = BrickColor.new("Brick yellow")
  5992. p389.Name = "Smooth Block Model"
  5993. p389.CFrame = CFrame.new(277.819977, 2.96987557, 22.0500431, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  5994. p389.Anchored = true
  5995. p389.Size = Vector3.new(2, 2.4000001, 2)
  5996. p389.BackSurface = Enum.SurfaceType.Studs
  5997. p389.BottomSurface = Enum.SurfaceType.Studs
  5998. p389.FrontSurface = Enum.SurfaceType.Studs
  5999. p389.LeftSurface = Enum.SurfaceType.Studs
  6000. p389.RightSurface = Enum.SurfaceType.Studs
  6001. b389 = Instance.new("SpecialMesh", p389)
  6002. b389.MeshType = Enum.MeshType.Head
  6003. b389.Name = "Mesh"
  6004. b389.Scale = Vector3.new(1.25, 1.25, 1.25)
  6005. p390 = Instance.new("Part", m)
  6006. p390.BrickColor = BrickColor.new("Brick yellow")
  6007. p390.Name = "Smooth Block Model"
  6008. p390.CFrame = CFrame.new(259.820038, 2.96992517, 22.0500431, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  6009. p390.Anchored = true
  6010. p390.Size = Vector3.new(2, 2.4000001, 2)
  6011. p390.BackSurface = Enum.SurfaceType.Studs
  6012. p390.BottomSurface = Enum.SurfaceType.Studs
  6013. p390.FrontSurface = Enum.SurfaceType.Studs
  6014. p390.LeftSurface = Enum.SurfaceType.Studs
  6015. p390.RightSurface = Enum.SurfaceType.Studs
  6016. b390 = Instance.new("SpecialMesh", p390)
  6017. b390.MeshType = Enum.MeshType.Head
  6018. b390.Name = "Mesh"
  6019. b390.Scale = Vector3.new(1.25, 1.25, 1.25)
  6020. p391 = Instance.new("Part", m)
  6021. p391.BrickColor = BrickColor.new("Brick yellow")
  6022. p391.Name = "Smooth Block Model"
  6023. p391.CFrame = CFrame.new(257.02002, 3.5702765, 50.0500259, -1, 2.77502181e-006, 5.36505489e-008, 2.77502113e-006, 1, -1.21663379e-005, -5.36843103e-008, -1.21663379e-005, -1)
  6024. p391.Anchored = true
  6025. p391.Size = Vector3.new(2, 2.4000001, 2)
  6026. p391.BackSurface = Enum.SurfaceType.Studs
  6027. p391.BottomSurface = Enum.SurfaceType.Studs
  6028. p391.FrontSurface = Enum.SurfaceType.Studs
  6029. p391.LeftSurface = Enum.SurfaceType.Studs
  6030. p391.RightSurface = Enum.SurfaceType.Studs
  6031. b391 = Instance.new("SpecialMesh", p391)
  6032. b391.MeshType = Enum.MeshType.Head
  6033. b391.Name = "Mesh"
  6034. b391.Scale = Vector3.new(1.25, 1.25, 1.25)
  6035. p392 = Instance.new("Part", m)
  6036. p392.BrickColor = BrickColor.new("Brick yellow")
  6037. p392.Name = "Smooth Block Model"
  6038. p392.CFrame = CFrame.new(257.02002, 0.970055282, 30.8500729, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  6039. p392.Anchored = true
  6040. p392.Size = Vector3.new(2, 2.4000001, 2)
  6041. p392.BackSurface = Enum.SurfaceType.Studs
  6042. p392.BottomSurface = Enum.SurfaceType.Studs
  6043. p392.FrontSurface = Enum.SurfaceType.Studs
  6044. p392.LeftSurface = Enum.SurfaceType.Studs
  6045. p392.RightSurface = Enum.SurfaceType.Studs
  6046. b392 = Instance.new("SpecialMesh", p392)
  6047. b392.MeshType = Enum.MeshType.Head
  6048. b392.Name = "Mesh"
  6049. b392.Scale = Vector3.new(1.25, 1.25, 1.25)
  6050. p393 = Instance.new("Part", m)
  6051. p393.BrickColor = BrickColor.new("Brick yellow")
  6052. p393.Name = "Smooth Block Model"
  6053. p393.CFrame = CFrame.new(257.02002, 0.970017135, 27.8500729, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  6054. p393.Anchored = true
  6055. p393.Size = Vector3.new(2, 2.4000001, 2)
  6056. p393.BackSurface = Enum.SurfaceType.Studs
  6057. p393.BottomSurface = Enum.SurfaceType.Studs
  6058. p393.FrontSurface = Enum.SurfaceType.Studs
  6059. p393.LeftSurface = Enum.SurfaceType.Studs
  6060. p393.RightSurface = Enum.SurfaceType.Studs
  6061. b393 = Instance.new("SpecialMesh", p393)
  6062. b393.MeshType = Enum.MeshType.Head
  6063. b393.Name = "Mesh"
  6064. b393.Scale = Vector3.new(1.25, 1.25, 1.25)
  6065. p394 = Instance.new("Part", m)
  6066. p394.BrickColor = BrickColor.new("Brick yellow")
  6067. p394.Name = "Smooth Block Model"
  6068. p394.CFrame = CFrame.new(280.819916, 0.969881713, 22.0500736, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  6069. p394.Anchored = true
  6070. p394.Size = Vector3.new(2, 2.4000001, 2)
  6071. p394.BackSurface = Enum.SurfaceType.Studs
  6072. p394.BottomSurface = Enum.SurfaceType.Studs
  6073. p394.FrontSurface = Enum.SurfaceType.Studs
  6074. p394.LeftSurface = Enum.SurfaceType.Studs
  6075. p394.RightSurface = Enum.SurfaceType.Studs
  6076. b394 = Instance.new("SpecialMesh", p394)
  6077. b394.MeshType = Enum.MeshType.Head
  6078. b394.Name = "Mesh"
  6079. b394.Scale = Vector3.new(1.25, 1.25, 1.25)
  6080. p395 = Instance.new("Part", m)
  6081. p395.BrickColor = BrickColor.new("Brick yellow")
  6082. p395.Name = "Smooth Block Model"
  6083. p395.CFrame = CFrame.new(277.819946, 0.969889343, 22.0500736, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  6084. p395.Anchored = true
  6085. p395.Size = Vector3.new(2, 2.4000001, 2)
  6086. p395.BackSurface = Enum.SurfaceType.Studs
  6087. p395.BottomSurface = Enum.SurfaceType.Studs
  6088. p395.FrontSurface = Enum.SurfaceType.Studs
  6089. p395.LeftSurface = Enum.SurfaceType.Studs
  6090. p395.RightSurface = Enum.SurfaceType.Studs
  6091. b395 = Instance.new("SpecialMesh", p395)
  6092. b395.MeshType = Enum.MeshType.Head
  6093. b395.Name = "Mesh"
  6094. b395.Scale = Vector3.new(1.25, 1.25, 1.25)
  6095. p396 = Instance.new("Part", m)
  6096. p396.BrickColor = BrickColor.new("Brick yellow")
  6097. p396.Name = "Smooth Block Model"
  6098. p396.CFrame = CFrame.new(271.819977, 0.969906509, 22.0500736, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  6099. p396.Anchored = true
  6100. p396.Size = Vector3.new(2, 2.4000001, 2)
  6101. p396.BackSurface = Enum.SurfaceType.Studs
  6102. p396.BottomSurface = Enum.SurfaceType.Studs
  6103. p396.FrontSurface = Enum.SurfaceType.Studs
  6104. p396.LeftSurface = Enum.SurfaceType.Studs
  6105. p396.RightSurface = Enum.SurfaceType.Studs
  6106. b396 = Instance.new("SpecialMesh", p396)
  6107. b396.MeshType = Enum.MeshType.Head
  6108. b396.Name = "Mesh"
  6109. b396.Scale = Vector3.new(1.25, 1.25, 1.25)
  6110. p397 = Instance.new("Part", m)
  6111. p397.BrickColor = BrickColor.new("Brick yellow")
  6112. p397.Name = "Smooth Block Model"
  6113. p397.CFrame = CFrame.new(268.820038, 0.969914138, 22.0500736, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  6114. p397.Anchored = true
  6115. p397.Size = Vector3.new(2, 2.4000001, 2)
  6116. p397.BackSurface = Enum.SurfaceType.Studs
  6117. p397.BottomSurface = Enum.SurfaceType.Studs
  6118. p397.FrontSurface = Enum.SurfaceType.Studs
  6119. p397.LeftSurface = Enum.SurfaceType.Studs
  6120. p397.RightSurface = Enum.SurfaceType.Studs
  6121. b397 = Instance.new("SpecialMesh", p397)
  6122. b397.MeshType = Enum.MeshType.Head
  6123. b397.Name = "Mesh"
  6124. b397.Scale = Vector3.new(1.25, 1.25, 1.25)
  6125. p398 = Instance.new("Part", m)
  6126. p398.BrickColor = BrickColor.new("Brick yellow")
  6127. p398.Name = "Smooth Block Model"
  6128. p398.CFrame = CFrame.new(265.820038, 0.969921768, 22.0500736, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  6129. p398.Anchored = true
  6130. p398.Size = Vector3.new(2, 2.4000001, 2)
  6131. p398.BackSurface = Enum.SurfaceType.Studs
  6132. p398.BottomSurface = Enum.SurfaceType.Studs
  6133. p398.FrontSurface = Enum.SurfaceType.Studs
  6134. p398.LeftSurface = Enum.SurfaceType.Studs
  6135. p398.RightSurface = Enum.SurfaceType.Studs
  6136. b398 = Instance.new("SpecialMesh", p398)
  6137. b398.MeshType = Enum.MeshType.Head
  6138. b398.Name = "Mesh"
  6139. b398.Scale = Vector3.new(1.25, 1.25, 1.25)
  6140. p399 = Instance.new("Part", m)
  6141. p399.BrickColor = BrickColor.new("Brick yellow")
  6142. p399.Name = "Smooth Block Model"
  6143. p399.CFrame = CFrame.new(262.820007, 0.969931304, 22.0500736, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  6144. p399.Anchored = true
  6145. p399.Size = Vector3.new(2, 2.4000001, 2)
  6146. p399.BackSurface = Enum.SurfaceType.Studs
  6147. p399.BottomSurface = Enum.SurfaceType.Studs
  6148. p399.FrontSurface = Enum.SurfaceType.Studs
  6149. p399.LeftSurface = Enum.SurfaceType.Studs
  6150. p399.RightSurface = Enum.SurfaceType.Studs
  6151. b399 = Instance.new("SpecialMesh", p399)
  6152. b399.MeshType = Enum.MeshType.Head
  6153. b399.Name = "Mesh"
  6154. b399.Scale = Vector3.new(1.25, 1.25, 1.25)
  6155. p400 = Instance.new("Part", m)
  6156. p400.BrickColor = BrickColor.new("Brick yellow")
  6157. p400.Name = "Smooth Block Model"
  6158. p400.CFrame = CFrame.new(259.820038, 0.969938934, 22.0500736, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  6159. p400.Anchored = true
  6160. p400.Size = Vector3.new(2, 2.4000001, 2)
  6161. p400.BackSurface = Enum.SurfaceType.Studs
  6162. p400.BottomSurface = Enum.SurfaceType.Studs
  6163. p400.FrontSurface = Enum.SurfaceType.Studs
  6164. p400.LeftSurface = Enum.SurfaceType.Studs
  6165. p400.RightSurface = Enum.SurfaceType.Studs
  6166. b400 = Instance.new("SpecialMesh", p400)
  6167. b400.MeshType = Enum.MeshType.Head
  6168. b400.Name = "Mesh"
  6169. b400.Scale = Vector3.new(1.25, 1.25, 1.25)
  6170. p401 = Instance.new("Part", m)
  6171. p401.BrickColor = BrickColor.new("Brick yellow")
  6172. p401.Name = "Smooth Block Model"
  6173. p401.CFrame = CFrame.new(257.02002, 1.16996288, 22.0500736, 1, -2.77502181e-006, 5.36505489e-008, -2.77502113e-006, -1, -1.21663379e-005, 5.36843103e-008, 1.21663379e-005, -1)
  6174. p401.Anchored = true
  6175. p401.Size = Vector3.new(2, 2.4000001, 2)
  6176. p401.BackSurface = Enum.SurfaceType.Studs
  6177. p401.BottomSurface = Enum.SurfaceType.Studs
  6178. p401.FrontSurface = Enum.SurfaceType.Studs
  6179. p401.LeftSurface = Enum.SurfaceType.Studs
  6180. p401.RightSurface = Enum.SurfaceType.Studs
  6181. b401 = Instance.new("SpecialMesh", p401)
  6182. b401.MeshType = Enum.MeshType.Head
  6183. b401.Name = "Mesh"
  6184. b401.Scale = Vector3.new(1.25, 1.25, 1.25)
  6185. p402 = Instance.new("Part", m)
  6186. p402.BrickColor = BrickColor.new("Brick yellow")
  6187. p402.Name = "Smooth Block Model"
  6188. p402.CFrame = CFrame.new(257.02002, 1.17030525, 50.0500565, -1, 2.77502181e-006, 5.36505489e-008, 2.77502113e-006, 1, -1.21663379e-005, -5.36843103e-008, -1.21663379e-005, -1)
  6189. p402.Anchored = true
  6190. p402.Size = Vector3.new(2, 2.4000001, 2)
  6191. p402.BackSurface = Enum.SurfaceType.Studs
  6192. p402.BottomSurface = Enum.SurfaceType.Studs
  6193. p402.FrontSurface = Enum.SurfaceType.Studs
  6194. p402.LeftSurface = Enum.SurfaceType.Studs
  6195. p402.RightSurface = Enum.SurfaceType.Studs
  6196. b402 = Instance.new("SpecialMesh", p402)
  6197. b402.MeshType = Enum.MeshType.Head
  6198. b402.Name = "Mesh"
  6199. b402.Scale = Vector3.new(1.25, 1.25, 1.25)
  6200. p403 = Instance.new("Part", m)
  6201. p403.BrickColor = BrickColor.new("Brick yellow")
  6202. p403.Name = "Smooth Block Model"
  6203. p403.CFrame = CFrame.new(286.019897, 0.969900787, 24.850069, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  6204. p403.Anchored = true
  6205. p403.Size = Vector3.new(2, 2.4000001, 2)
  6206. p403.BackSurface = Enum.SurfaceType.Studs
  6207. p403.BottomSurface = Enum.SurfaceType.Studs
  6208. p403.FrontSurface = Enum.SurfaceType.Studs
  6209. p403.LeftSurface = Enum.SurfaceType.Studs
  6210. p403.RightSurface = Enum.SurfaceType.Studs
  6211. b403 = Instance.new("SpecialMesh", p403)
  6212. b403.MeshType = Enum.MeshType.Head
  6213. b403.Name = "Mesh"
  6214. b403.Scale = Vector3.new(1.25, 1.25, 1.25)
  6215. p404 = Instance.new("Part", m)
  6216. p404.BrickColor = BrickColor.new("Brick yellow")
  6217. p404.Name = "Smooth Block Model"
  6218. p404.CFrame = CFrame.new(257.02002, 2.97024751, 47.850029, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  6219. p404.Anchored = true
  6220. p404.Size = Vector3.new(2, 2.4000001, 2)
  6221. p404.BackSurface = Enum.SurfaceType.Studs
  6222. p404.BottomSurface = Enum.SurfaceType.Studs
  6223. p404.FrontSurface = Enum.SurfaceType.Studs
  6224. p404.LeftSurface = Enum.SurfaceType.Studs
  6225. p404.RightSurface = Enum.SurfaceType.Studs
  6226. b404 = Instance.new("SpecialMesh", p404)
  6227. b404.MeshType = Enum.MeshType.Head
  6228. b404.Name = "Mesh"
  6229. b404.Scale = Vector3.new(1.25, 1.25, 1.25)
  6230. p405 = Instance.new("Part", m)
  6231. p405.BrickColor = BrickColor.new("Brick yellow")
  6232. p405.Name = "Smooth Block Model"
  6233. p405.CFrame = CFrame.new(257.02002, 1.16993999, 20.0500927, 1, -2.77502181e-006, 5.36505489e-008, -2.77502113e-006, -1, -1.21663379e-005, 5.36843103e-008, 1.21663379e-005, -1)
  6234. p405.Anchored = true
  6235. p405.Size = Vector3.new(2, 2.4000001, 2)
  6236. p405.BackSurface = Enum.SurfaceType.Studs
  6237. p405.BottomSurface = Enum.SurfaceType.Studs
  6238. p405.FrontSurface = Enum.SurfaceType.Studs
  6239. p405.LeftSurface = Enum.SurfaceType.Studs
  6240. p405.RightSurface = Enum.SurfaceType.Studs
  6241. b405 = Instance.new("SpecialMesh", p405)
  6242. b405.MeshType = Enum.MeshType.Head
  6243. b405.Name = "Mesh"
  6244. b405.Scale = Vector3.new(1.25, 1.25, 1.25)
  6245. p406 = Instance.new("Part", m)
  6246. p406.BrickColor = BrickColor.new("Brick yellow")
  6247. p406.Name = "Smooth Block Model"
  6248. p406.CFrame = CFrame.new(255.020035, 1.16994572, 20.0500927, 1, -2.77502181e-006, 5.36505489e-008, -2.77502113e-006, -1, -1.21663379e-005, 5.36843103e-008, 1.21663379e-005, -1)
  6249. p406.Anchored = true
  6250. p406.Size = Vector3.new(2, 2.4000001, 2)
  6251. p406.BackSurface = Enum.SurfaceType.Studs
  6252. p406.BottomSurface = Enum.SurfaceType.Studs
  6253. p406.FrontSurface = Enum.SurfaceType.Studs
  6254. p406.LeftSurface = Enum.SurfaceType.Studs
  6255. p406.RightSurface = Enum.SurfaceType.Studs
  6256. b406 = Instance.new("SpecialMesh", p406)
  6257. b406.MeshType = Enum.MeshType.Head
  6258. b406.Name = "Mesh"
  6259. b406.Scale = Vector3.new(1.25, 1.25, 1.25)
  6260. p407 = Instance.new("Part", m)
  6261. p407.BrickColor = BrickColor.new("Brick yellow")
  6262. p407.Name = "Smooth Block Model"
  6263. p407.CFrame = CFrame.new(255.020035, 1.16996861, 22.0500736, 1, -2.77502181e-006, 5.36505489e-008, -2.77502113e-006, -1, -1.21663379e-005, 5.36843103e-008, 1.21663379e-005, -1)
  6264. p407.Anchored = true
  6265. p407.Size = Vector3.new(2, 2.4000001, 2)
  6266. p407.BackSurface = Enum.SurfaceType.Studs
  6267. p407.BottomSurface = Enum.SurfaceType.Studs
  6268. p407.FrontSurface = Enum.SurfaceType.Studs
  6269. p407.LeftSurface = Enum.SurfaceType.Studs
  6270. p407.RightSurface = Enum.SurfaceType.Studs
  6271. b407 = Instance.new("SpecialMesh", p407)
  6272. b407.MeshType = Enum.MeshType.Head
  6273. b407.Name = "Mesh"
  6274. b407.Scale = Vector3.new(1.25, 1.25, 1.25)
  6275. p408 = Instance.new("Part", m)
  6276. p408.BrickColor = BrickColor.new("Brick yellow")
  6277. p408.Name = "Smooth Block Model"
  6278. p408.CFrame = CFrame.new(255.020035, 1.17031097, 50.0500565, -1, 2.77502181e-006, 5.36505489e-008, 2.77502113e-006, 1, -1.21663379e-005, -5.36843103e-008, -1.21663379e-005, -1)
  6279. p408.Anchored = true
  6280. p408.Size = Vector3.new(2, 2.4000001, 2)
  6281. p408.BackSurface = Enum.SurfaceType.Studs
  6282. p408.BottomSurface = Enum.SurfaceType.Studs
  6283. p408.FrontSurface = Enum.SurfaceType.Studs
  6284. p408.LeftSurface = Enum.SurfaceType.Studs
  6285. p408.RightSurface = Enum.SurfaceType.Studs
  6286. b408 = Instance.new("SpecialMesh", p408)
  6287. b408.MeshType = Enum.MeshType.Head
  6288. b408.Name = "Mesh"
  6289. b408.Scale = Vector3.new(1.25, 1.25, 1.25)
  6290. p409 = Instance.new("Part", m)
  6291. p409.BrickColor = BrickColor.new("Brick yellow")
  6292. p409.Name = "Smooth Block Model"
  6293. p409.CFrame = CFrame.new(255.020035, 1.17033577, 52.0500641, -1, 2.77502181e-006, 5.36505489e-008, 2.77502113e-006, 1, -1.21663379e-005, -5.36843103e-008, -1.21663379e-005, -1)
  6294. p409.Anchored = true
  6295. p409.Size = Vector3.new(2, 2.4000001, 2)
  6296. p409.BackSurface = Enum.SurfaceType.Studs
  6297. p409.BottomSurface = Enum.SurfaceType.Studs
  6298. p409.FrontSurface = Enum.SurfaceType.Studs
  6299. p409.LeftSurface = Enum.SurfaceType.Studs
  6300. p409.RightSurface = Enum.SurfaceType.Studs
  6301. b409 = Instance.new("SpecialMesh", p409)
  6302. b409.MeshType = Enum.MeshType.Head
  6303. b409.Name = "Mesh"
  6304. b409.Scale = Vector3.new(1.25, 1.25, 1.25)
  6305. p410 = Instance.new("Part", m)
  6306. p410.BrickColor = BrickColor.new("Brick yellow")
  6307. p410.Name = "Smooth Block Model"
  6308. p410.CFrame = CFrame.new(274.819977, 0.969896972, 22.0500736, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  6309. p410.Anchored = true
  6310. p410.Size = Vector3.new(2, 2.4000001, 2)
  6311. p410.BackSurface = Enum.SurfaceType.Studs
  6312. p410.BottomSurface = Enum.SurfaceType.Studs
  6313. p410.FrontSurface = Enum.SurfaceType.Studs
  6314. p410.LeftSurface = Enum.SurfaceType.Studs
  6315. p410.RightSurface = Enum.SurfaceType.Studs
  6316. b410 = Instance.new("SpecialMesh", p410)
  6317. b410.MeshType = Enum.MeshType.Head
  6318. b410.Name = "Mesh"
  6319. b410.Scale = Vector3.new(1.25, 1.25, 1.25)
  6320. p411 = Instance.new("Part", m)
  6321. p411.BrickColor = BrickColor.new("Reddish brown")
  6322. p411.Name = "Smooth Block Model"
  6323. p411.CFrame = CFrame.new(253.520004, 0.470131636, 36.4500504, 2.77502181e-006, -5.36505489e-008, 1, 1, 1.21663379e-005, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008)
  6324. p411.Anchored = true
  6325. p411.Size = Vector3.new(1, 4.80000019, 1)
  6326. p411.BackSurface = Enum.SurfaceType.Studs
  6327. p411.BottomSurface = Enum.SurfaceType.Studs
  6328. p411.FrontSurface = Enum.SurfaceType.Studs
  6329. p411.LeftSurface = Enum.SurfaceType.Studs
  6330. p411.RightSurface = Enum.SurfaceType.Studs
  6331. b411 = Instance.new("SpecialMesh", p411)
  6332. b411.MeshType = Enum.MeshType.Head
  6333. b411.Name = "Mesh"
  6334. b411.Scale = Vector3.new(1.25, 1.25, 1.25)
  6335. p412 = Instance.new("Part", m)
  6336. p412.BrickColor = BrickColor.new("Reddish brown")
  6337. p412.Name = "Smooth Block Model"
  6338. p412.CFrame = CFrame.new(252.520035, 0.47013545, 36.4500504, 2.77502181e-006, -5.36505489e-008, 1, 1, 1.21663379e-005, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008)
  6339. p412.Anchored = true
  6340. p412.Size = Vector3.new(1, 4.80000019, 1)
  6341. p412.BackSurface = Enum.SurfaceType.Studs
  6342. p412.BottomSurface = Enum.SurfaceType.Studs
  6343. p412.FrontSurface = Enum.SurfaceType.Studs
  6344. p412.LeftSurface = Enum.SurfaceType.Studs
  6345. p412.RightSurface = Enum.SurfaceType.Studs
  6346. b412 = Instance.new("SpecialMesh", p412)
  6347. b412.MeshType = Enum.MeshType.Head
  6348. b412.Name = "Mesh"
  6349. b412.Scale = Vector3.new(1.25, 1.25, 1.25)
  6350. p413 = Instance.new("Part", m)
  6351. p413.BrickColor = BrickColor.new("Reddish brown")
  6352. p413.Name = "Smooth Block Model"
  6353. p413.CFrame = CFrame.new(251.520035, 0.470137358, 36.4500504, 2.77502181e-006, -5.36505489e-008, 1, 1, 1.21663379e-005, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008)
  6354. p413.Anchored = true
  6355. p413.Size = Vector3.new(1, 4.80000019, 1)
  6356. p413.BackSurface = Enum.SurfaceType.Studs
  6357. p413.BottomSurface = Enum.SurfaceType.Studs
  6358. p413.FrontSurface = Enum.SurfaceType.Studs
  6359. p413.LeftSurface = Enum.SurfaceType.Studs
  6360. p413.RightSurface = Enum.SurfaceType.Studs
  6361. b413 = Instance.new("SpecialMesh", p413)
  6362. b413.MeshType = Enum.MeshType.Head
  6363. b413.Name = "Mesh"
  6364. b413.Scale = Vector3.new(1.25, 1.25, 1.25)
  6365. p414 = Instance.new("Part", m)
  6366. p414.BrickColor = BrickColor.new("Reddish brown")
  6367. p414.Name = "Smooth Block Model"
  6368. p414.CFrame = CFrame.new(253.520035, 1.47014713, 36.4500504, 2.77502181e-006, -5.36505489e-008, 1, 1, 1.21663379e-005, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008)
  6369. p414.Anchored = true
  6370. p414.Size = Vector3.new(1, 4.80000019, 1)
  6371. p414.BackSurface = Enum.SurfaceType.Studs
  6372. p414.BottomSurface = Enum.SurfaceType.Studs
  6373. p414.FrontSurface = Enum.SurfaceType.Studs
  6374. p414.LeftSurface = Enum.SurfaceType.Studs
  6375. p414.RightSurface = Enum.SurfaceType.Studs
  6376. b414 = Instance.new("SpecialMesh", p414)
  6377. b414.MeshType = Enum.MeshType.Head
  6378. b414.Name = "Mesh"
  6379. b414.Scale = Vector3.new(1.25, 1.25, 1.25)
  6380. p415 = Instance.new("Part", m)
  6381. p415.BrickColor = BrickColor.new("Reddish brown")
  6382. p415.Name = "Smooth Block Model"
  6383. p415.CFrame = CFrame.new(252.520035, 1.47015095, 36.4500504, 2.77502181e-006, -5.36505489e-008, 1, 1, 1.21663379e-005, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008)
  6384. p415.Anchored = true
  6385. p415.Size = Vector3.new(1, 4.80000019, 1)
  6386. p415.BackSurface = Enum.SurfaceType.Studs
  6387. p415.BottomSurface = Enum.SurfaceType.Studs
  6388. p415.FrontSurface = Enum.SurfaceType.Studs
  6389. p415.LeftSurface = Enum.SurfaceType.Studs
  6390. p415.RightSurface = Enum.SurfaceType.Studs
  6391. b415 = Instance.new("SpecialMesh", p415)
  6392. b415.MeshType = Enum.MeshType.Head
  6393. b415.Name = "Mesh"
  6394. b415.Scale = Vector3.new(1.25, 1.25, 1.25)
  6395. p416 = Instance.new("Part", m)
  6396. p416.BrickColor = BrickColor.new("Reddish brown")
  6397. p416.Name = "Smooth Block Model"
  6398. p416.CFrame = CFrame.new(253.520035, 2.47011685, 36.4500351, 2.77502181e-006, -5.36505489e-008, 1, 1, 1.21663379e-005, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008)
  6399. p416.Anchored = true
  6400. p416.Size = Vector3.new(1, 4.80000019, 1)
  6401. p416.BackSurface = Enum.SurfaceType.Studs
  6402. p416.BottomSurface = Enum.SurfaceType.Studs
  6403. p416.FrontSurface = Enum.SurfaceType.Studs
  6404. p416.LeftSurface = Enum.SurfaceType.Studs
  6405. p416.RightSurface = Enum.SurfaceType.Studs
  6406. b416 = Instance.new("SpecialMesh", p416)
  6407. b416.MeshType = Enum.MeshType.Head
  6408. b416.Name = "Mesh"
  6409. b416.Scale = Vector3.new(1.25, 1.25, 1.25)
  6410. p417 = Instance.new("Part", m)
  6411. p417.BrickColor = BrickColor.new("Reddish brown")
  6412. p417.Name = "Smooth Block Model"
  6413. p417.CFrame = CFrame.new(254.520035, 2.47011495, 36.4500351, 2.77502181e-006, -5.36505489e-008, 1, 1, 1.21663379e-005, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008)
  6414. p417.Anchored = true
  6415. p417.Size = Vector3.new(1, 4.80000019, 1)
  6416. p417.BackSurface = Enum.SurfaceType.Studs
  6417. p417.BottomSurface = Enum.SurfaceType.Studs
  6418. p417.FrontSurface = Enum.SurfaceType.Studs
  6419. p417.LeftSurface = Enum.SurfaceType.Studs
  6420. p417.RightSurface = Enum.SurfaceType.Studs
  6421. b417 = Instance.new("SpecialMesh", p417)
  6422. b417.MeshType = Enum.MeshType.Head
  6423. b417.Name = "Mesh"
  6424. b417.Scale = Vector3.new(1.25, 1.25, 1.25)
  6425. p418 = Instance.new("Part", m)
  6426. p418.BrickColor = BrickColor.new("Reddish brown")
  6427. p418.Name = "Smooth Block Model"
  6428. p418.CFrame = CFrame.new(255.520035, 3.47011209, 36.4500198, 2.77502181e-006, -5.36505489e-008, 1, 1, 1.21663379e-005, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008)
  6429. p418.Anchored = true
  6430. p418.Size = Vector3.new(1, 4.80000019, 1)
  6431. p418.BackSurface = Enum.SurfaceType.Studs
  6432. p418.BottomSurface = Enum.SurfaceType.Studs
  6433. p418.FrontSurface = Enum.SurfaceType.Studs
  6434. p418.LeftSurface = Enum.SurfaceType.Studs
  6435. p418.RightSurface = Enum.SurfaceType.Studs
  6436. b418 = Instance.new("SpecialMesh", p418)
  6437. b418.MeshType = Enum.MeshType.Head
  6438. b418.Name = "Mesh"
  6439. b418.Scale = Vector3.new(1.25, 1.25, 1.25)
  6440. p419 = Instance.new("Part", m)
  6441. p419.BrickColor = BrickColor.new("Reddish brown")
  6442. p419.Name = "Smooth Block Model"
  6443. p419.CFrame = CFrame.new(254.520035, 3.4701159, 36.4500198, 2.77502181e-006, -5.36505489e-008, 1, 1, 1.21663379e-005, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008)
  6444. p419.Anchored = true
  6445. p419.Size = Vector3.new(1, 4.80000019, 1)
  6446. p419.BackSurface = Enum.SurfaceType.Studs
  6447. p419.BottomSurface = Enum.SurfaceType.Studs
  6448. p419.FrontSurface = Enum.SurfaceType.Studs
  6449. p419.LeftSurface = Enum.SurfaceType.Studs
  6450. p419.RightSurface = Enum.SurfaceType.Studs
  6451. b419 = Instance.new("SpecialMesh", p419)
  6452. b419.MeshType = Enum.MeshType.Head
  6453. b419.Name = "Mesh"
  6454. b419.Scale = Vector3.new(1.25, 1.25, 1.25)
  6455. p420 = Instance.new("Part", m)
  6456. p420.BrickColor = BrickColor.new("Reddish brown")
  6457. p420.Name = "Smooth Block Model"
  6458. p420.CFrame = CFrame.new(255.520035, 4.47016239, 36.4500046, 2.77502181e-006, -5.36505489e-008, 1, 1, 1.21663379e-005, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008)
  6459. p420.Anchored = true
  6460. p420.Size = Vector3.new(1, 4.80000019, 1)
  6461. p420.BackSurface = Enum.SurfaceType.Studs
  6462. p420.BottomSurface = Enum.SurfaceType.Studs
  6463. p420.FrontSurface = Enum.SurfaceType.Studs
  6464. p420.LeftSurface = Enum.SurfaceType.Studs
  6465. p420.RightSurface = Enum.SurfaceType.Studs
  6466. b420 = Instance.new("SpecialMesh", p420)
  6467. b420.MeshType = Enum.MeshType.Head
  6468. b420.Name = "Mesh"
  6469. b420.Scale = Vector3.new(1.25, 1.25, 1.25)
  6470. p421 = Instance.new("Part", m)
  6471. p421.BrickColor = BrickColor.new("Reddish brown")
  6472. p421.Name = "Smooth Block Model"
  6473. p421.CFrame = CFrame.new(255.520035, 2.47011113, 36.4500351, 2.77502181e-006, -5.36505489e-008, 1, 1, 1.21663379e-005, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008)
  6474. p421.Anchored = true
  6475. p421.Size = Vector3.new(1, 4.80000019, 1)
  6476. p421.BackSurface = Enum.SurfaceType.Studs
  6477. p421.BottomSurface = Enum.SurfaceType.Studs
  6478. p421.FrontSurface = Enum.SurfaceType.Studs
  6479. p421.LeftSurface = Enum.SurfaceType.Studs
  6480. p421.RightSurface = Enum.SurfaceType.Studs
  6481. b421 = Instance.new("SpecialMesh", p421)
  6482. b421.MeshType = Enum.MeshType.Head
  6483. b421.Name = "Mesh"
  6484. b421.Scale = Vector3.new(1.25, 1.25, 1.25)
  6485. p422 = Instance.new("Part", m)
  6486. p422.BrickColor = BrickColor.new("Reddish brown")
  6487. p422.Name = "Smooth Block Model"
  6488. p422.CFrame = CFrame.new(257.52005, 13.4702053, 35.8498878, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  6489. p422.Anchored = true
  6490. p422.Size = Vector3.new(1, 26.4000015, 1)
  6491. p422.BackSurface = Enum.SurfaceType.Studs
  6492. p422.BottomSurface = Enum.SurfaceType.Studs
  6493. p422.FrontSurface = Enum.SurfaceType.Studs
  6494. p422.LeftSurface = Enum.SurfaceType.Studs
  6495. p422.RightSurface = Enum.SurfaceType.Studs
  6496. b422 = Instance.new("SpecialMesh", p422)
  6497. b422.MeshType = Enum.MeshType.Head
  6498. b422.Name = "Mesh"
  6499. b422.Scale = Vector3.new(1.25, 1.25, 1.25)
  6500. p423 = Instance.new("Part", m)
  6501. p423.BrickColor = BrickColor.new("Brick yellow")
  6502. p423.Name = "Smooth Block Model"
  6503. p423.CFrame = CFrame.new(274.819977, 0.969874084, 20.0500927, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  6504. p423.Anchored = true
  6505. p423.Size = Vector3.new(2, 2.4000001, 2)
  6506. p423.BackSurface = Enum.SurfaceType.Studs
  6507. p423.BottomSurface = Enum.SurfaceType.Studs
  6508. p423.FrontSurface = Enum.SurfaceType.Studs
  6509. p423.LeftSurface = Enum.SurfaceType.Studs
  6510. p423.RightSurface = Enum.SurfaceType.Studs
  6511. b423 = Instance.new("SpecialMesh", p423)
  6512. b423.MeshType = Enum.MeshType.Head
  6513. b423.Name = "Mesh"
  6514. b423.Scale = Vector3.new(1.25, 1.25, 1.25)
  6515. p424 = Instance.new("Part", m)
  6516. p424.BrickColor = BrickColor.new("Brick yellow")
  6517. p424.Name = "Smooth Block Model"
  6518. p424.CFrame = CFrame.new(259.820038, 4.9700079, 22.0500278, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  6519. p424.Anchored = true
  6520. p424.Size = Vector3.new(2, 2.4000001, 2)
  6521. p424.BackSurface = Enum.SurfaceType.Studs
  6522. p424.BottomSurface = Enum.SurfaceType.Studs
  6523. p424.FrontSurface = Enum.SurfaceType.Studs
  6524. p424.LeftSurface = Enum.SurfaceType.Studs
  6525. p424.RightSurface = Enum.SurfaceType.Studs
  6526. b424 = Instance.new("SpecialMesh", p424)
  6527. b424.MeshType = Enum.MeshType.Head
  6528. b424.Name = "Mesh"
  6529. b424.Scale = Vector3.new(1.25, 1.25, 1.25)
  6530. p425 = Instance.new("Part", m)
  6531. p425.BrickColor = BrickColor.new("Brick yellow")
  6532. p425.Name = "Smooth Block Model"
  6533. p425.CFrame = CFrame.new(257.02002, 5.97037601, 50.0499954, -1, 2.77502181e-006, 5.36505489e-008, 2.77502113e-006, 1, -1.21663379e-005, -5.36843103e-008, -1.21663379e-005, -1)
  6534. p425.Anchored = true
  6535. p425.Size = Vector3.new(2, 2.4000001, 2)
  6536. p425.BackSurface = Enum.SurfaceType.Studs
  6537. p425.BottomSurface = Enum.SurfaceType.Studs
  6538. p425.FrontSurface = Enum.SurfaceType.Studs
  6539. p425.LeftSurface = Enum.SurfaceType.Studs
  6540. p425.RightSurface = Enum.SurfaceType.Studs
  6541. b425 = Instance.new("SpecialMesh", p425)
  6542. b425.MeshType = Enum.MeshType.Head
  6543. b425.Name = "Mesh"
  6544. b425.Scale = Vector3.new(1.25, 1.25, 1.25)
  6545. p426 = Instance.new("Part", m)
  6546. p426.BrickColor = BrickColor.new("Brick yellow")
  6547. p426.Name = "Smooth Block Model"
  6548. p426.CFrame = CFrame.new(257.02002, 4.97018433, 35.8499947, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  6549. p426.Anchored = true
  6550. p426.Size = Vector3.new(2, 2.4000001, 2)
  6551. p426.BackSurface = Enum.SurfaceType.Studs
  6552. p426.BottomSurface = Enum.SurfaceType.Studs
  6553. p426.FrontSurface = Enum.SurfaceType.Studs
  6554. p426.LeftSurface = Enum.SurfaceType.Studs
  6555. p426.RightSurface = Enum.SurfaceType.Studs
  6556. b426 = Instance.new("SpecialMesh", p426)
  6557. b426.MeshType = Enum.MeshType.Head
  6558. b426.Name = "Mesh"
  6559. b426.Scale = Vector3.new(1.25, 1.25, 1.25)
  6560. p427 = Instance.new("Part", m)
  6561. p427.BrickColor = BrickColor.new("Brick yellow")
  6562. p427.Name = "Smooth Block Model"
  6563. p427.CFrame = CFrame.new(257.02002, 5.97003269, 22.0500126, 1, -2.77502181e-006, 5.36505489e-008, -2.77502113e-006, -1, -1.21663379e-005, 5.36843103e-008, 1.21663379e-005, -1)
  6564. p427.Anchored = true
  6565. p427.Size = Vector3.new(2, 2.4000001, 2)
  6566. p427.BackSurface = Enum.SurfaceType.Studs
  6567. p427.BottomSurface = Enum.SurfaceType.Studs
  6568. p427.FrontSurface = Enum.SurfaceType.Studs
  6569. p427.LeftSurface = Enum.SurfaceType.Studs
  6570. p427.RightSurface = Enum.SurfaceType.Studs
  6571. b427 = Instance.new("SpecialMesh", p427)
  6572. b427.MeshType = Enum.MeshType.Head
  6573. b427.Name = "Mesh"
  6574. b427.Scale = Vector3.new(1.25, 1.25, 1.25)
  6575. p428 = Instance.new("Part", m)
  6576. p428.BrickColor = BrickColor.new("Brick yellow")
  6577. p428.Name = "Smooth Block Model"
  6578. p428.CFrame = CFrame.new(257.02002, 4.97008705, 27.8500118, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  6579. p428.Anchored = true
  6580. p428.Size = Vector3.new(2, 2.4000001, 2)
  6581. p428.BackSurface = Enum.SurfaceType.Studs
  6582. p428.BottomSurface = Enum.SurfaceType.Studs
  6583. p428.FrontSurface = Enum.SurfaceType.Studs
  6584. p428.LeftSurface = Enum.SurfaceType.Studs
  6585. p428.RightSurface = Enum.SurfaceType.Studs
  6586. b428 = Instance.new("SpecialMesh", p428)
  6587. b428.MeshType = Enum.MeshType.Head
  6588. b428.Name = "Mesh"
  6589. b428.Scale = Vector3.new(1.25, 1.25, 1.25)
  6590. p429 = Instance.new("Part", m)
  6591. p429.BrickColor = BrickColor.new("Brick yellow")
  6592. p429.Name = "Smooth Block Model"
  6593. p429.CFrame = CFrame.new(257.02002, 4.97015953, 33.4500198, 1, 5.36886802e-008, 2.77882782e-006, -2.77121512e-006, -1.21850881e-005, 1, 5.36460796e-008, -1, -1.21475878e-005)
  6594. p429.Anchored = true
  6595. p429.Size = Vector3.new(2, 2.4000001, 2)
  6596. p429.BackSurface = Enum.SurfaceType.Studs
  6597. p429.BottomSurface = Enum.SurfaceType.Studs
  6598. p429.FrontSurface = Enum.SurfaceType.Studs
  6599. p429.LeftSurface = Enum.SurfaceType.Studs
  6600. p429.RightSurface = Enum.SurfaceType.Studs
  6601. b429 = Instance.new("SpecialMesh", p429)
  6602. b429.MeshType = Enum.MeshType.Head
  6603. b429.Name = "Mesh"
  6604. b429.Scale = Vector3.new(1.25, 1.25, 1.25)
  6605. p430 = Instance.new("Part", m)
  6606. p430.BrickColor = BrickColor.new("Brick yellow")
  6607. p430.Name = "Smooth Block Model"
  6608. p430.CFrame = CFrame.new(257.02002, 4.9701252, 30.8500118, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  6609. p430.Anchored = true
  6610. p430.Size = Vector3.new(2, 2.4000001, 2)
  6611. p430.BackSurface = Enum.SurfaceType.Studs
  6612. p430.BottomSurface = Enum.SurfaceType.Studs
  6613. p430.FrontSurface = Enum.SurfaceType.Studs
  6614. p430.LeftSurface = Enum.SurfaceType.Studs
  6615. p430.RightSurface = Enum.SurfaceType.Studs
  6616. b430 = Instance.new("SpecialMesh", p430)
  6617. b430.MeshType = Enum.MeshType.Head
  6618. b430.Name = "Mesh"
  6619. b430.Scale = Vector3.new(1.25, 1.25, 1.25)
  6620. p431 = Instance.new("Part", m)
  6621. p431.BrickColor = BrickColor.new("Brick yellow")
  6622. p431.Name = "Smooth Block Model"
  6623. p431.CFrame = CFrame.new(257.02002, 4.97004986, 24.850008, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  6624. p431.Anchored = true
  6625. p431.Size = Vector3.new(2, 2.4000001, 2)
  6626. p431.BackSurface = Enum.SurfaceType.Studs
  6627. p431.BottomSurface = Enum.SurfaceType.Studs
  6628. p431.FrontSurface = Enum.SurfaceType.Studs
  6629. p431.LeftSurface = Enum.SurfaceType.Studs
  6630. p431.RightSurface = Enum.SurfaceType.Studs
  6631. b431 = Instance.new("SpecialMesh", p431)
  6632. b431.MeshType = Enum.MeshType.Head
  6633. b431.Name = "Mesh"
  6634. b431.Scale = Vector3.new(1.25, 1.25, 1.25)
  6635. p432 = Instance.new("Part", m)
  6636. p432.BrickColor = BrickColor.new("Brick yellow")
  6637. p432.Name = "Smooth Block Model"
  6638. p432.CFrame = CFrame.new(257.02002, 4.97022247, 38.8499985, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  6639. p432.Anchored = true
  6640. p432.Size = Vector3.new(2, 2.4000001, 2)
  6641. p432.BackSurface = Enum.SurfaceType.Studs
  6642. p432.BottomSurface = Enum.SurfaceType.Studs
  6643. p432.FrontSurface = Enum.SurfaceType.Studs
  6644. p432.LeftSurface = Enum.SurfaceType.Studs
  6645. p432.RightSurface = Enum.SurfaceType.Studs
  6646. b432 = Instance.new("SpecialMesh", p432)
  6647. b432.MeshType = Enum.MeshType.Head
  6648. b432.Name = "Mesh"
  6649. b432.Scale = Vector3.new(1.25, 1.25, 1.25)
  6650. p433 = Instance.new("Part", m)
  6651. p433.BrickColor = BrickColor.new("Reddish brown")
  6652. p433.Name = "Smooth Block Model"
  6653. p433.CFrame = CFrame.new(257.52005, 14.4702053, 35.8498878, 2.77502181e-006, 5.36505489e-008, -1, 1, -1.21663379e-005, 2.77502113e-006, -1.21663379e-005, -1, -5.36843103e-008)
  6654. p433.Anchored = true
  6655. p433.Size = Vector3.new(1, 26.4000015, 1)
  6656. p433.BackSurface = Enum.SurfaceType.Studs
  6657. p433.BottomSurface = Enum.SurfaceType.Studs
  6658. p433.FrontSurface = Enum.SurfaceType.Studs
  6659. p433.LeftSurface = Enum.SurfaceType.Studs
  6660. p433.RightSurface = Enum.SurfaceType.Studs
  6661. b433 = Instance.new("SpecialMesh", p433)
  6662. b433.MeshType = Enum.MeshType.Head
  6663. b433.Name = "Mesh"
  6664. b433.Scale = Vector3.new(1.25, 1.25, 1.25)
  6665. p434 = Instance.new("Part", m)
  6666. p434.BrickColor = BrickColor.new("Reddish brown")
  6667. p434.Name = "Smooth Block Model"
  6668. p434.CFrame = CFrame.new(259.52005, 14.4700222, 35.8498878, 5.55004226e-006, -1.35046169e-010, -1, 1, -2.43326758e-005, 5.55004226e-006, -2.43326758e-005, -1, -4.02455846e-016)
  6669. p434.Anchored = true
  6670. p434.Size = Vector3.new(1, 26.4000015, 1)
  6671. p434.BackSurface = Enum.SurfaceType.Studs
  6672. p434.BottomSurface = Enum.SurfaceType.Studs
  6673. p434.FrontSurface = Enum.SurfaceType.Studs
  6674. p434.LeftSurface = Enum.SurfaceType.Studs
  6675. p434.RightSurface = Enum.SurfaceType.Studs
  6676. b434 = Instance.new("SpecialMesh", p434)
  6677. b434.MeshType = Enum.MeshType.Head
  6678. b434.Name = "Mesh"
  6679. b434.Scale = Vector3.new(1.25, 1.25, 1.25)
  6680. p435 = Instance.new("Part", m)
  6681. p435.BrickColor = BrickColor.new("Reddish brown")
  6682. p435.Name = "Smooth Block Model"
  6683. p435.CFrame = CFrame.new(258.52005, 14.470026, 35.8498726, 5.55004226e-006, -1.35046169e-010, -1, 1, -2.43326758e-005, 5.55004226e-006, -2.43326758e-005, -1, -4.02455846e-016)
  6684. p435.Anchored = true
  6685. p435.Size = Vector3.new(1, 26.4000015, 1)
  6686. p435.BackSurface = Enum.SurfaceType.Studs
  6687. p435.BottomSurface = Enum.SurfaceType.Studs
  6688. p435.FrontSurface = Enum.SurfaceType.Studs
  6689. p435.LeftSurface = Enum.SurfaceType.Studs
  6690. p435.RightSurface = Enum.SurfaceType.Studs
  6691. b435 = Instance.new("SpecialMesh", p435)
  6692. b435.MeshType = Enum.MeshType.Head
  6693. b435.Name = "Mesh"
  6694. b435.Scale = Vector3.new(1.25, 1.25, 1.25)
  6695. p436 = Instance.new("Part", m)
  6696. p436.BrickColor = BrickColor.new("Brick yellow")
  6697. p436.Name = "Smooth Block Model"
  6698. p436.CFrame = CFrame.new(260.820038, 15.970068, 28.0498867, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  6699. p436.Anchored = true
  6700. p436.Size = Vector3.new(2, 2.4000001, 2)
  6701. p436.BackSurface = Enum.SurfaceType.Studs
  6702. p436.BottomSurface = Enum.SurfaceType.Studs
  6703. p436.FrontSurface = Enum.SurfaceType.Studs
  6704. p436.LeftSurface = Enum.SurfaceType.Studs
  6705. p436.RightSurface = Enum.SurfaceType.Studs
  6706. b436 = Instance.new("SpecialMesh", p436)
  6707. b436.MeshType = Enum.MeshType.Head
  6708. b436.Name = "Mesh"
  6709. b436.Scale = Vector3.new(1.25, 1.25, 1.25)
  6710. p437 = Instance.new("Part", m)
  6711. p437.BrickColor = BrickColor.new("Brick yellow")
  6712. p437.Name = "Smooth Block Model"
  6713. p437.CFrame = CFrame.new(260.820038, 15.9700642, 26.0498829, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  6714. p437.Anchored = true
  6715. p437.Size = Vector3.new(2, 2.4000001, 2)
  6716. p437.BackSurface = Enum.SurfaceType.Studs
  6717. p437.BottomSurface = Enum.SurfaceType.Studs
  6718. p437.FrontSurface = Enum.SurfaceType.Studs
  6719. p437.LeftSurface = Enum.SurfaceType.Studs
  6720. p437.RightSurface = Enum.SurfaceType.Studs
  6721. b437 = Instance.new("SpecialMesh", p437)
  6722. b437.MeshType = Enum.MeshType.Head
  6723. b437.Name = "Mesh"
  6724. b437.Scale = Vector3.new(1.25, 1.25, 1.25)
  6725. p438 = Instance.new("Part", m)
  6726. p438.BrickColor = BrickColor.new("Brick yellow")
  6727. p438.Name = "Smooth Block Model"
  6728. p438.CFrame = CFrame.new(260.820038, 15.9700642, 24.0498867, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  6729. p438.Anchored = true
  6730. p438.Size = Vector3.new(2, 2.4000001, 2)
  6731. p438.BackSurface = Enum.SurfaceType.Studs
  6732. p438.BottomSurface = Enum.SurfaceType.Studs
  6733. p438.FrontSurface = Enum.SurfaceType.Studs
  6734. p438.LeftSurface = Enum.SurfaceType.Studs
  6735. p438.RightSurface = Enum.SurfaceType.Studs
  6736. b438 = Instance.new("SpecialMesh", p438)
  6737. b438.MeshType = Enum.MeshType.Head
  6738. b438.Name = "Mesh"
  6739. b438.Scale = Vector3.new(1.25, 1.25, 1.25)
  6740. p439 = Instance.new("Part", m)
  6741. p439.BrickColor = BrickColor.new("Brick yellow")
  6742. p439.Name = "Smooth Block Model"
  6743. p439.CFrame = CFrame.new(260.820038, 15.9700642, 22.0498905, 4.16333634e-016, -1, 0, 0, 0, 1, -1, 4.16333634e-016, 0)
  6744. p439.Anchored = true
  6745. p439.Size = Vector3.new(2, 2.4000001, 2)
  6746. p439.BackSurface = Enum.SurfaceType.Studs
  6747. p439.BottomSurface = Enum.SurfaceType.Studs
  6748. p439.FrontSurface = Enum.SurfaceType.Studs
  6749. p439.LeftSurface = Enum.SurfaceType.Studs
  6750. p439.RightSurface = Enum.SurfaceType.Studs
  6751. b439 = Instance.new("SpecialMesh", p439)
  6752. b439.MeshType = Enum.MeshType.Head
  6753. b439.Name = "Mesh"
  6754. b439.Scale = Vector3.new(1.25, 1.25, 1.25)
  6755. p440 = Instance.new("Part", m)
  6756. p440.BrickColor = BrickColor.new("Brick yellow")
  6757. p440.Name = "Smooth Block Model"
  6758. p440.CFrame = CFrame.new(258.420044, 15.9700985, 46.0498734, 3.10404757e-011, -1, 7.8678122e-006, 0, 7.39097504e-006, 1, -1, -2.35346811e-011, 0)
  6759. p440.Anchored = true
  6760. p440.Size = Vector3.new(2, 2.4000001, 2)
  6761. p440.BackSurface = Enum.SurfaceType.Studs
  6762. p440.BottomSurface = Enum.SurfaceType.Studs
  6763. p440.FrontSurface = Enum.SurfaceType.Studs
  6764. p440.LeftSurface = Enum.SurfaceType.Studs
  6765. p440.RightSurface = Enum.SurfaceType.Studs
  6766. b440 = Instance.new("SpecialMesh", p440)
  6767. b440.MeshType = Enum.MeshType.Head
  6768. b440.Name = "Mesh"
  6769. b440.Scale = Vector3.new(1.25, 1.25, 1.25)
  6770. p441 = Instance.new("Part", m)
  6771. p441.BrickColor = BrickColor.new("Brick yellow")
  6772. p441.Name = "Smooth Block Model"
  6773. p441.CFrame = CFrame.new(258.420044, 15.9700985, 44.0498734, 3.85473597e-011, -1, 8.34464936e-006, 0, 6.91413788e-006, 1, -1, -1.60280157e-011, 0)
  6774. p441.Anchored = true
  6775. p441.Size = Vector3.new(2, 2.4000001, 2)
  6776. p441.BackSurface = Enum.SurfaceType.Studs
  6777. p441.BottomSurface = Enum.SurfaceType.Studs
  6778. p441.FrontSurface = Enum.SurfaceType.Studs
  6779. p441.LeftSurface = Enum.SurfaceType.Studs
  6780. p441.RightSurface = Enum.SurfaceType.Studs
  6781. b441 = Instance.new("SpecialMesh", p441)
  6782. b441.MeshType = Enum.MeshType.Head
  6783. b441.Name = "Mesh"
  6784. b441.Scale = Vector3.new(1.25, 1.25, 1.25)
  6785. p442 = Instance.new("Part", m)
  6786. p442.BrickColor = BrickColor.new("Brick yellow")
  6787. p442.Name = "Smooth Block Model"
  6788. p442.CFrame = CFrame.new(258.420044, 15.9700947, 42.0498734, 6.10680118e-011, -1, 9.77516083e-006, 0, 5.48362686e-006, 1, -1, 6.49197709e-012, 0)
  6789. p442.Anchored = true
  6790. p442.Size = Vector3.new(2, 2.4000001, 2)
  6791. p442.BackSurface = Enum.SurfaceType.Studs
  6792. p442.BottomSurface = Enum.SurfaceType.Studs
  6793. p442.FrontSurface = Enum.SurfaceType.Studs
  6794. p442.LeftSurface = Enum.SurfaceType.Studs
  6795. p442.RightSurface = Enum.SurfaceType.Studs
  6796. b442 = Instance.new("SpecialMesh", p442)
  6797. b442.MeshType = Enum.MeshType.Head
  6798. b442.Name = "Mesh"
  6799. b442.Scale = Vector3.new(1.25, 1.25, 1.25)
  6800. p443 = Instance.new("Part", m)
  6801. p443.BrickColor = BrickColor.new("Brick yellow")
  6802. p443.Name = "Smooth Block Model"
  6803. p443.CFrame = CFrame.new(258.420044, 15.9700947, 40.0498734, 6.10680118e-011, -1, 9.77516083e-006, 0, 5.48362686e-006, 1, -1, 6.49197709e-012, 0)
  6804. p443.Anchored = true
  6805. p443.Size = Vector3.new(2, 2.4000001, 2)
  6806. p443.BackSurface = Enum.SurfaceType.Studs
  6807. p443.BottomSurface = Enum.SurfaceType.Studs
  6808. p443.FrontSurface = Enum.SurfaceType.Studs
  6809. p443.LeftSurface = Enum.SurfaceType.Studs
  6810. p443.RightSurface = Enum.SurfaceType.Studs
  6811. b443 = Instance.new("SpecialMesh", p443)
  6812. b443.MeshType = Enum.MeshType.Head
  6813. b443.Name = "Mesh"
  6814. b443.Scale = Vector3.new(1.25, 1.25, 1.25)
  6815. p444 = Instance.new("Part", m)
  6816. p444.BrickColor = BrickColor.new("Brick yellow")
  6817. p444.Name = "Smooth Block Model"
  6818. p444.CFrame = CFrame.new(258.420044, 15.9700947, 38.0498734, 6.10680118e-011, -1, 9.77516083e-006, 0, 5.48362686e-006, 1, -1, 6.49197709e-012, 0)
  6819. p444.Anchored = true
  6820. p444.Size = Vector3.new(2, 2.4000001, 2)
  6821. p444.BackSurface = Enum.SurfaceType.Studs
  6822. p444.BottomSurface = Enum.SurfaceType.Studs
  6823. p444.FrontSurface = Enum.SurfaceType.Studs
  6824. p444.LeftSurface = Enum.SurfaceType.Studs
  6825. p444.RightSurface = Enum.SurfaceType.Studs
  6826. b444 = Instance.new("SpecialMesh", p444)
  6827. b444.MeshType = Enum.MeshType.Head
  6828. b444.Name = "Mesh"
  6829. b444.Scale = Vector3.new(1.25, 1.25, 1.25)
  6830. p445 = Instance.new("Part", m)
  6831. p445.BrickColor = BrickColor.new("Brick yellow")
  6832. p445.Name = "Smooth Block Model"
  6833. p445.CFrame = CFrame.new(258.420044, 15.9700871, 36.0498695, 1.28626415e-010, -1, 1.1920929e-006, 0, 1.1920929e-006, 1, -1, -1.28626818e-010, 0)
  6834. p445.Anchored = true
  6835. p445.Size = Vector3.new(2, 2.4000001, 2)
  6836. p445.BackSurface = Enum.SurfaceType.Studs
  6837. p445.BottomSurface = Enum.SurfaceType.Studs
  6838. p445.FrontSurface = Enum.SurfaceType.Studs
  6839. p445.LeftSurface = Enum.SurfaceType.Studs
  6840. p445.RightSurface = Enum.SurfaceType.Studs
  6841. b445 = Instance.new("SpecialMesh", p445)
  6842. b445.MeshType = Enum.MeshType.Head
  6843. b445.Name = "Mesh"
  6844. b445.Scale = Vector3.new(1.25, 1.25, 1.25)
  6845. p446 = Instance.new("Part", m)
  6846. p446.BrickColor = BrickColor.new("Brick yellow")
  6847. p446.Name = "Smooth Block Model"
  6848. p446.CFrame = CFrame.new(258.420044, 15.9700909, 34.0498886, 1.28626415e-010, -1, 1.1920929e-006, 0, 1.1920929e-006, 1, -1, -1.28626818e-010, 0)
  6849. p446.Anchored = true
  6850. p446.Size = Vector3.new(2, 2.4000001, 2)
  6851. p446.BackSurface = Enum.SurfaceType.Studs
  6852. p446.BottomSurface = Enum.SurfaceType.Studs
  6853. p446.FrontSurface = Enum.SurfaceType.Studs
  6854. p446.LeftSurface = Enum.SurfaceType.Studs
  6855. p446.RightSurface = Enum.SurfaceType.Studs
  6856. b446 = Instance.new("SpecialMesh", p446)
  6857. b446.MeshType = Enum.MeshType.Head
  6858. b446.Name = "Mesh"
  6859. b446.Scale = Vector3.new(1.25, 1.25, 1.25)
  6860. p447 = Instance.new("Part", m)
  6861. p447.BrickColor = BrickColor.new("Brick yellow")
  6862. p447.Name = "Smooth Block Model"
  6863. p447.CFrame = CFrame.new(258.420044, 15.9700947, 32.0498886, 1.28626415e-010, -1, 1.1920929e-006, 0, 1.1920929e-006, 1, -1, -1.28626818e-010, 0)
  6864. p447.Anchored = true
  6865. p447.Size = Vector3.new(2, 2.4000001, 2)
  6866. p447.BackSurface = Enum.SurfaceType.Studs
  6867. p447.BottomSurface = Enum.SurfaceType.Studs
  6868. p447.FrontSurface = Enum.SurfaceType.Studs
  6869. p447.LeftSurface = Enum.SurfaceType.Studs
  6870. p447.RightSurface = Enum.SurfaceType.Studs
  6871. b447 = Instance.new("SpecialMesh", p447)
  6872. b447.MeshType = Enum.MeshType.Head
  6873. b447.Name = "Mesh"
  6874. b447.Scale = Vector3.new(1.25, 1.25, 1.25)
  6875. p448 = Instance.new("Part", m)
  6876. p448.BrickColor = BrickColor.new("Brick yellow")
  6877. p448.Name = "Smooth Block Model"
  6878. p448.CFrame = CFrame.new(258.420044, 15.9700947, 30.0498867, 1.28626415e-010, -1, 1.1920929e-006, 0, 1.1920929e-006, 1, -1, -1.28626818e-010, 0)
  6879. p448.Anchored = true
  6880. p448.Size = Vector3.new(2, 2.4000001, 2)
  6881. p448.BackSurface = Enum.SurfaceType.Studs
  6882. p448.BottomSurface = Enum.SurfaceType.Studs
  6883. p448.FrontSurface = Enum.SurfaceType.Studs
  6884. p448.LeftSurface = Enum.SurfaceType.Studs
  6885. p448.RightSurface = Enum.SurfaceType.Studs
  6886. b448 = Instance.new("SpecialMesh", p448)
  6887. b448.MeshType = Enum.MeshType.Head
  6888. b448.Name = "Mesh"
  6889. b448.Scale = Vector3.new(1.25, 1.25, 1.25)
  6890. p449 = Instance.new("Part", m)
  6891. p449.BrickColor = BrickColor.new("Brick yellow")
  6892. p449.Name = "Smooth Block Model"
  6893. p449.CFrame = CFrame.new(258.420044, 15.9700985, 28.0498867, 1.28626415e-010, -1, 1.1920929e-006, 0, 1.1920929e-006, 1, -1, -1.28626818e-010, 0)
  6894. p449.Anchored = true
  6895. p449.Size = Vector3.new(2, 2.4000001, 2)
  6896. p449.BackSurface = Enum.SurfaceType.Studs
  6897. p449.BottomSurface = Enum.SurfaceType.Studs
  6898. p449.FrontSurface = Enum.SurfaceType.Studs
  6899. p449.LeftSurface = Enum.SurfaceType.Studs
  6900. p449.RightSurface = Enum.SurfaceType.Studs
  6901. b449 = Instance.new("SpecialMesh", p449)
  6902. b449.MeshType = Enum.MeshType.Head
  6903. b449.Name = "Mesh"
  6904. b449.Scale = Vector3.new(1.25, 1.25, 1.25)
  6905. p450 = Instance.new("Part", m)
  6906. p450.BrickColor = BrickColor.new("Brick yellow")
  6907. p450.Name = "Smooth Block Model"
  6908. p450.CFrame = CFrame.new(258.420044, 15.9700985, 26.0498829, 1.28626415e-010, -1, 1.1920929e-006, 0, 1.1920929e-006, 1, -1, -1.28626818e-010, 0)
  6909. p450.Anchored = true
  6910. p450.Size = Vector3.new(2, 2.4000001, 2)
  6911. p450.BackSurface = Enum.SurfaceType.Studs
  6912. p450.BottomSurface = Enum.SurfaceType.Studs
  6913. p450.FrontSurface = Enum.SurfaceType.Studs
  6914. p450.LeftSurface = Enum.SurfaceType.Studs
  6915. p450.RightSurface = Enum.SurfaceType.Studs
  6916. b450 = Instance.new("SpecialMesh", p450)
  6917. b450.MeshType = Enum.MeshType.Head
  6918. b450.Name = "Mesh"
  6919. b450.Scale = Vector3.new(1.25, 1.25, 1.25)
  6920. p451 = Instance.new("Part", m)
  6921. p451.BrickColor = BrickColor.new("Brick yellow")
  6922. p451.Name = "Smooth Block Model"
  6923. p451.CFrame = CFrame.new(258.420044, 15.9701023, 24.0498867, 1.28626415e-010, -1, 1.1920929e-006, 0, 1.1920929e-006, 1, -1, -1.28626818e-010, 0)
  6924. p451.Anchored = true
  6925. p451.Size = Vector3.new(2, 2.4000001, 2)
  6926. p451.BackSurface = Enum.SurfaceType.Studs
  6927. p451.BottomSurface = Enum.SurfaceType.Studs
  6928. p451.FrontSurface = Enum.SurfaceType.Studs
  6929. p451.LeftSurface = Enum.SurfaceType.Studs
  6930. p451.RightSurface = Enum.SurfaceType.Studs
  6931. b451 = Instance.new("SpecialMesh", p451)
  6932. b451.MeshType = Enum.MeshType.Head
  6933. b451.Name = "Mesh"
  6934. b451.Scale = Vector3.new(1.25, 1.25, 1.25)
  6935. p452 = Instance.new("Part", m)
  6936. p452.BrickColor = BrickColor.new("Brick yellow")
  6937. p452.Name = "Smooth Block Model"
  6938. p452.CFrame = CFrame.new(258.420044, 15.9701061, 22.0498905, 1.28626415e-010, -1, 1.1920929e-006, 0, 1.1920929e-006, 1, -1, -1.28626818e-010, 0)
  6939. p452.Anchored = true
  6940. p452.Size = Vector3.new(2, 2.4000001, 2)
  6941. p452.BackSurface = Enum.SurfaceType.Studs
  6942. p452.BottomSurface = Enum.SurfaceType.Studs
  6943. p452.FrontSurface = Enum.SurfaceType.Studs
  6944. p452.LeftSurface = Enum.SurfaceType.Studs
  6945. p452.RightSurface = Enum.SurfaceType.Studs
  6946. b452 = Instance.new("SpecialMesh", p452)
  6947. b452.MeshType = Enum.MeshType.Head
  6948. b452.Name = "Mesh"
  6949. b452.Scale = Vector3.new(1.25, 1.25, 1.25)
  6950. p453 = Instance.new("Part", m)
  6951. p453.BrickColor = BrickColor.new("Brick yellow")
  6952. p453.Name = "Smooth Block Model"
  6953. p453.CFrame = CFrame.new(259.820038, 6.97002602, 22.0499973, 5.36505489e-008, -1, 2.77502181e-006, -1.21663379e-005, 2.77502113e-006, 1, -1, -5.36843103e-008, -1.21663379e-005)
  6954. p453.Anchored = true
  6955. p453.Size = Vector3.new(2, 2.4000001, 2)
  6956. p453.BackSurface = Enum.SurfaceType.Studs
  6957. p453.BottomSurface = Enum.SurfaceType.Studs
  6958. p453.FrontSurface = Enum.SurfaceType.Studs
  6959. p453.LeftSurface = Enum.SurfaceType.Studs
  6960. p453.RightSurface = Enum.SurfaceType.Studs
  6961. b453 = Instance.new("SpecialMesh", p453)
  6962. b453.MeshType = Enum.MeshType.Head
  6963. b453.Name = "Mesh"
  6964. b453.Scale = Vector3.new(1.25, 1.25, 1.25)
  6965. p454 = Instance.new("Part", m)
  6966. p454.BrickColor = BrickColor.new("Brick yellow")
  6967. p454.Name = "Smooth Block Model"
  6968. p454.CFrame = CFrame.new(257.02002, 6.97006798, 24.8499928, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  6969. p454.Anchored = true
  6970. p454.Size = Vector3.new(2, 2.4000001, 2)
  6971. p454.BackSurface = Enum.SurfaceType.Studs
  6972. p454.BottomSurface = Enum.SurfaceType.Studs
  6973. p454.FrontSurface = Enum.SurfaceType.Studs
  6974. p454.LeftSurface = Enum.SurfaceType.Studs
  6975. p454.RightSurface = Enum.SurfaceType.Studs
  6976. b454 = Instance.new("SpecialMesh", p454)
  6977. b454.MeshType = Enum.MeshType.Head
  6978. b454.Name = "Mesh"
  6979. b454.Scale = Vector3.new(1.25, 1.25, 1.25)
  6980. p455 = Instance.new("Part", m)
  6981. p455.BrickColor = BrickColor.new("Brick yellow")
  6982. p455.Name = "Smooth Block Model"
  6983. p455.CFrame = CFrame.new(257.02002, 6.97014236, 30.8499966, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  6984. p455.Anchored = true
  6985. p455.Size = Vector3.new(2, 2.4000001, 2)
  6986. p455.BackSurface = Enum.SurfaceType.Studs
  6987. p455.BottomSurface = Enum.SurfaceType.Studs
  6988. p455.FrontSurface = Enum.SurfaceType.Studs
  6989. p455.LeftSurface = Enum.SurfaceType.Studs
  6990. p455.RightSurface = Enum.SurfaceType.Studs
  6991. b455 = Instance.new("SpecialMesh", p455)
  6992. b455.MeshType = Enum.MeshType.Head
  6993. b455.Name = "Mesh"
  6994. b455.Scale = Vector3.new(1.25, 1.25, 1.25)
  6995. p456 = Instance.new("Part", m)
  6996. p456.BrickColor = BrickColor.new("Brick yellow")
  6997. p456.Name = "Smooth Block Model"
  6998. p456.CFrame = CFrame.new(257.02002, 6.97027588, 41.8499832, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  6999. p456.Anchored = true
  7000. p456.Size = Vector3.new(2, 2.4000001, 2)
  7001. p456.BackSurface = Enum.SurfaceType.Studs
  7002. p456.BottomSurface = Enum.SurfaceType.Studs
  7003. p456.FrontSurface = Enum.SurfaceType.Studs
  7004. p456.LeftSurface = Enum.SurfaceType.Studs
  7005. p456.RightSurface = Enum.SurfaceType.Studs
  7006. b456 = Instance.new("SpecialMesh", p456)
  7007. b456.MeshType = Enum.MeshType.Head
  7008. b456.Name = "Mesh"
  7009. b456.Scale = Vector3.new(1.25, 1.25, 1.25)
  7010. p457 = Instance.new("Part", m)
  7011. p457.BrickColor = BrickColor.new("Brick yellow")
  7012. p457.Name = "Smooth Block Model"
  7013. p457.CFrame = CFrame.new(257.02002, 6.97034836, 47.8499832, 1, 5.36505489e-008, 2.77502181e-006, -2.77502113e-006, -1.21663379e-005, 1, 5.36843103e-008, -1, -1.21663379e-005)
  7014. p457.Anchored = true
  7015. p457.Size = Vector3.new(2, 2.4000001, 2)
  7016. p457.BackSurface = Enum.SurfaceType.Studs
  7017. p457.BottomSurface = Enum.SurfaceType.Studs
  7018. p457.FrontSurface = Enum.SurfaceType.Studs
  7019. p457.LeftSurface = Enum.SurfaceType.Studs
  7020. p457.RightSurface = Enum.SurfaceType.Studs
  7021. b457 = Instance.new("SpecialMesh", p457)
  7022. b457.MeshType = Enum.MeshType.Head
  7023. b457.Name = "Mesh"
  7024. b457.Scale = Vector3.new(1.25, 1.25, 1.25)
  7025. m.Parent = game:service("Workspace")
  7026. m:MakeJoints()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement