XDMANFROMXDWORLD

ROBLOX | Piano Script

Jul 15th, 2020
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 119.59 KB | None | 0 0
  1. --Not more working on it i hate it -youngWarlock
  2.  
  3. --1ste tradeable script from youngwarlock
  4.  
  5. --have fun with it!
  6. if (script:FindFirstChild("forCustomRun")~=nil) then
  7. local sc = script["forCustomRun"].Value
  8. assert(loadstring(sc))()
  9. return
  10. elseif (script:FindFirstChild("forCustomRunL")~=nil) then
  11. local locsc = workspace:FindFirstChild("_localrun")
  12. local sc = script["forCustomRunL"]
  13. if (locsc~=nil) then
  14. local loc = locsc:clone()
  15. loc["scrun"].Value = sc.Value
  16. loc.Name = script.Name
  17. for i,v in pairs(script:GetChildren()) do
  18. v:clone().Parent = loc
  19. end
  20. loc.Parent = script.Parent
  21. script:remove()
  22. return
  23. else
  24. assert(loadstring(sc.Value))()
  25. return
  26. end
  27. end
  28. local m = Instance.new("Model")
  29. m.Name = "Mozart's Piano"
  30. p1 = Instance.new("Part", m)
  31. p1.BrickColor = BrickColor.new("Dark orange")
  32. p1.Material = Enum.Material.Wood
  33. p1.Reflectance = 0.10000000149012
  34. p1.CFrame = CFrame.new(-45.2999992, 4.0999999, 0.900000036, 1, -0, -0, 0, -1, -0, 0, -0, -1)
  35. p1.Anchored = true
  36. p1.FormFactor = Enum.FormFactor.Plate
  37. p1.Size = Vector3.new(1, 0.400000006, 1)
  38. p1.BackSurface = Enum.SurfaceType.Weld
  39. p1.BottomSurface = Enum.SurfaceType.Weld
  40. p1.FrontSurface = Enum.SurfaceType.Weld
  41. p1.LeftSurface = Enum.SurfaceType.Weld
  42. p1.RightSurface = Enum.SurfaceType.Weld
  43. p1.TopSurface = Enum.SurfaceType.Weld
  44. b1 = Instance.new("SpecialMesh", p1)
  45. b1.MeshType = Enum.MeshType.Brick
  46. b1.Name = "Mesh"
  47. b1.Scale = Vector3.new(0.300000012, 0.499999911, 0.300000012)
  48. p2 = Instance.new("Part", m)
  49. p2.BrickColor = BrickColor.new("Dark orange")
  50. p2.Material = Enum.Material.Wood
  51. p2.Reflectance = 0.10000000149012
  52. p2.CFrame = CFrame.new(-45.0000038, 4.69900036, 0.900000036, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  53. p2.Anchored = true
  54. p2.FormFactor = Enum.FormFactor.Plate
  55. p2.Size = Vector3.new(2, 1.20000005, 2)
  56. p2.BackSurface = Enum.SurfaceType.Weld
  57. p2.BottomSurface = Enum.SurfaceType.Weld
  58. p2.FrontSurface = Enum.SurfaceType.Weld
  59. p2.LeftSurface = Enum.SurfaceType.Weld
  60. p2.RightSurface = Enum.SurfaceType.Weld
  61. p2.TopSurface = Enum.SurfaceType.Weld
  62. b2 = Instance.new("CylinderMesh", p2)
  63. b2.Name = "Mesh"
  64. b2.Scale = Vector3.new(1.00000012, 0.499999911, 0.900000095)
  65. p3 = Instance.new("Part", m)
  66. p3.BrickColor = BrickColor.new("Dark orange")
  67. p3.Material = Enum.Material.Wood
  68. p3.Reflectance = 0.10000000149012
  69. p3.CFrame = CFrame.new(-45.0000038, 4.89900017, 0.900000036, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  70. p3.Anchored = true
  71. p3.FormFactor = Enum.FormFactor.Plate
  72. p3.Size = Vector3.new(2, 1.20000005, 2)
  73. p3.BackSurface = Enum.SurfaceType.Weld
  74. p3.BottomSurface = Enum.SurfaceType.Weld
  75. p3.FrontSurface = Enum.SurfaceType.Weld
  76. p3.LeftSurface = Enum.SurfaceType.Weld
  77. p3.RightSurface = Enum.SurfaceType.Weld
  78. p3.TopSurface = Enum.SurfaceType.Weld
  79. b3 = Instance.new("CylinderMesh", p3)
  80. b3.Name = "Mesh"
  81. b3.Scale = Vector3.new(1.00000012, 0.499999911, 0.900000095)
  82. p4 = Instance.new("Part", m)
  83. p4.BrickColor = BrickColor.new("Dark orange")
  84. p4.Material = Enum.Material.Wood
  85. p4.Reflectance = 0.10000000149012
  86. p4.CFrame = CFrame.new(-45.0000038, 5.30900002, 0.900000036, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  87. p4.Anchored = true
  88. p4.FormFactor = Enum.FormFactor.Plate
  89. p4.Size = Vector3.new(2, 0.400000006, 2)
  90. p4.BackSurface = Enum.SurfaceType.Weld
  91. p4.BottomSurface = Enum.SurfaceType.Weld
  92. p4.FrontSurface = Enum.SurfaceType.Weld
  93. p4.LeftSurface = Enum.SurfaceType.Weld
  94. p4.RightSurface = Enum.SurfaceType.Weld
  95. p4.TopSurface = Enum.SurfaceType.Weld
  96. b4 = Instance.new("CylinderMesh", p4)
  97. b4.Name = "Mesh"
  98. b4.Scale = Vector3.new(1.10000014, 0.199999928, 1.00000012)
  99. p5 = Instance.new("Part", m)
  100. p5.BrickColor = BrickColor.new("Dark orange")
  101. p5.Material = Enum.Material.Wood
  102. p5.Reflectance = 0.10000000149012
  103. p5.CFrame = CFrame.new(-45.2999992, 3.29999995, 0.900000036, 1, -0, -0, 0, -1, -0, 0, -0, -1)
  104. p5.Anchored = true
  105. p5.FormFactor = Enum.FormFactor.Plate
  106. p5.Size = Vector3.new(1, 1.60000002, 1)
  107. p5.BackSurface = Enum.SurfaceType.Weld
  108. p5.BottomSurface = Enum.SurfaceType.Weld
  109. p5.FrontSurface = Enum.SurfaceType.Weld
  110. p5.LeftSurface = Enum.SurfaceType.Weld
  111. p5.RightSurface = Enum.SurfaceType.Weld
  112. p5.TopSurface = Enum.SurfaceType.Weld
  113. b5 = Instance.new("SpecialMesh", p5)
  114. b5.MeshType = Enum.MeshType.Brick
  115. b5.Name = "Mesh"
  116. b5.Scale = Vector3.new(0.200000018, 1, 0.200000018)
  117. p6 = Instance.new("Part", m)
  118. p6.BrickColor = BrickColor.new("Dark orange")
  119. p6.Material = Enum.Material.Wood
  120. p6.Reflectance = 0.10000000149012
  121. p6.CFrame = CFrame.new(-45.2999992, 3.79999995, 0.900000036, 1, -0, -0, 0, -1, -0, 0, -0, -1)
  122. p6.Anchored = true
  123. p6.FormFactor = Enum.FormFactor.Plate
  124. p6.Size = Vector3.new(1, 0.400000006, 1)
  125. p6.BackSurface = Enum.SurfaceType.Weld
  126. p6.BottomSurface = Enum.SurfaceType.Weld
  127. p6.FrontSurface = Enum.SurfaceType.Weld
  128. p6.LeftSurface = Enum.SurfaceType.Weld
  129. p6.RightSurface = Enum.SurfaceType.Weld
  130. p6.TopSurface = Enum.SurfaceType.Weld
  131. b6 = Instance.new("SpecialMesh", p6)
  132. b6.MeshType = Enum.MeshType.Brick
  133. b6.Name = "Mesh"
  134. b6.Scale = Vector3.new(0.300000012, 0.199999928, 0.300000012)
  135. p7 = Instance.new("Part", m)
  136. p7.BrickColor = BrickColor.new("Dark orange")
  137. p7.Material = Enum.Material.Wood
  138. p7.Reflectance = 0.10000000149012
  139. p7.CFrame = CFrame.new(-45.0000038, 4.29900026, 0.900000036, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  140. p7.Anchored = true
  141. p7.FormFactor = Enum.FormFactor.Plate
  142. p7.Size = Vector3.new(2, 0.400000006, 2)
  143. p7.BackSurface = Enum.SurfaceType.Weld
  144. p7.BottomSurface = Enum.SurfaceType.Weld
  145. p7.FrontSurface = Enum.SurfaceType.Weld
  146. p7.LeftSurface = Enum.SurfaceType.Weld
  147. p7.RightSurface = Enum.SurfaceType.Weld
  148. p7.TopSurface = Enum.SurfaceType.Weld
  149. b7 = Instance.new("CylinderMesh", p7)
  150. b7.Name = "Mesh"
  151. b7.Scale = Vector3.new(1.00000012, 0.499999911, 0.900000095)
  152. p8 = Instance.new("Part", m)
  153. p8.BrickColor = BrickColor.new("Dark orange")
  154. p8.Material = Enum.Material.Wood
  155. p8.Reflectance = 0.10000000149012
  156. p8.CFrame = CFrame.new(-44.064003, 5.29900026, 0.238000005, 0.984816551, 2.54318365e-006, -0.173598126, 2.98661507e-006, -1, 2.29316356e-006, -0.173598126, -2.77681465e-006, -0.984816551)
  157. p8.Anchored = true
  158. p8.FormFactor = Enum.FormFactor.Plate
  159. p8.Size = Vector3.new(2, 0.400000006, 1)
  160. p8.BackSurface = Enum.SurfaceType.Weld
  161. p8.BottomSurface = Enum.SurfaceType.Weld
  162. p8.FrontSurface = Enum.SurfaceType.Weld
  163. p8.LeftSurface = Enum.SurfaceType.Weld
  164. p8.RightSurface = Enum.SurfaceType.Weld
  165. p8.TopSurface = Enum.SurfaceType.Weld
  166. b8 = Instance.new("SpecialMesh", p8)
  167. b8.MeshType = Enum.MeshType.Brick
  168. b8.Name = "Mesh"
  169. b8.Scale = Vector3.new(1.00000012, 0.200000003, 0.900000095)
  170. p9 = Instance.new("Part", m)
  171. p9.BrickColor = BrickColor.new("Dark orange")
  172. p9.Material = Enum.Material.Wood
  173. p9.Reflectance = 0.10000000149012
  174. p9.CFrame = CFrame.new(-45.2999992, 1.89999998, 0.900000036, 1, -0, -0, 0, -1, -0, 0, -0, -1)
  175. p9.Anchored = true
  176. p9.FormFactor = Enum.FormFactor.Plate
  177. p9.Size = Vector3.new(1, 0.400000006, 1)
  178. p9.BackSurface = Enum.SurfaceType.Weld
  179. p9.BottomSurface = Enum.SurfaceType.Weld
  180. p9.FrontSurface = Enum.SurfaceType.Weld
  181. p9.LeftSurface = Enum.SurfaceType.Weld
  182. p9.RightSurface = Enum.SurfaceType.Weld
  183. p9.TopSurface = Enum.SurfaceType.Weld
  184. b9 = Instance.new("SpecialMesh", p9)
  185. b9.MeshType = Enum.MeshType.Brick
  186. b9.Name = "Mesh"
  187. b9.Scale = Vector3.new(0.100000016, 1, 0.100000016)
  188. p10 = Instance.new("Part", m)
  189. p10.BrickColor = BrickColor.new("Dark orange")
  190. p10.Material = Enum.Material.Wood
  191. p10.Reflectance = 0.10000000149012
  192. p10.CFrame = CFrame.new(-45.2999992, 2.29999995, 0.900000036, 1, -0, -0, 0, -1, -0, 0, -0, -1)
  193. p10.Anchored = true
  194. p10.FormFactor = Enum.FormFactor.Plate
  195. p10.Size = Vector3.new(1, 0.400000006, 1)
  196. p10.BackSurface = Enum.SurfaceType.Weld
  197. p10.BottomSurface = Enum.SurfaceType.Weld
  198. p10.FrontSurface = Enum.SurfaceType.Weld
  199. p10.LeftSurface = Enum.SurfaceType.Weld
  200. p10.RightSurface = Enum.SurfaceType.Weld
  201. p10.TopSurface = Enum.SurfaceType.Weld
  202. b10 = Instance.new("SpecialMesh", p10)
  203. b10.MeshType = Enum.MeshType.Brick
  204. b10.Name = "Mesh"
  205. b10.Scale = Vector3.new(0.200000018, 2.00000024, 0.200000018)
  206. p11 = Instance.new("Part", m)
  207. p11.BrickColor = BrickColor.new("Dark orange")
  208. p11.Material = Enum.Material.Wood
  209. p11.Reflectance = 0.10000000149012
  210. p11.CFrame = CFrame.new(-45.2999992, 2.20000005, 0.900000036, 1, -0, -0, 0, -1, -0, 0, -0, -1)
  211. p11.Anchored = true
  212. p11.FormFactor = Enum.FormFactor.Plate
  213. p11.Size = Vector3.new(1, 0.400000006, 1)
  214. p11.BackSurface = Enum.SurfaceType.Weld
  215. p11.BottomSurface = Enum.SurfaceType.Weld
  216. p11.FrontSurface = Enum.SurfaceType.Weld
  217. p11.LeftSurface = Enum.SurfaceType.Weld
  218. p11.RightSurface = Enum.SurfaceType.Weld
  219. p11.TopSurface = Enum.SurfaceType.Weld
  220. b11 = Instance.new("SpecialMesh", p11)
  221. b11.MeshType = Enum.MeshType.Brick
  222. b11.Name = "Mesh"
  223. b11.Scale = Vector3.new(0.300000012, 0.199999928, 0.300000012)
  224. p12 = Instance.new("Part", m)
  225. p12.BrickColor = BrickColor.new("Dark orange")
  226. p12.Material = Enum.Material.Wood
  227. p12.Reflectance = 0.10000000149012
  228. p12.CFrame = CFrame.new(-43.0890007, 5.29900026, -0.074000001, 0.939690709, 4.83564145e-006, -0.342025429, 6.51590381e-006, -1, 3.76374373e-006, -0.342025399, -5.76535967e-006, -0.939690709)
  229. p12.Anchored = true
  230. p12.FormFactor = Enum.FormFactor.Plate
  231. p12.Size = Vector3.new(3, 0.400000006, 1)
  232. p12.BackSurface = Enum.SurfaceType.Weld
  233. p12.BottomSurface = Enum.SurfaceType.Weld
  234. p12.FrontSurface = Enum.SurfaceType.Weld
  235. p12.LeftSurface = Enum.SurfaceType.Weld
  236. p12.RightSurface = Enum.SurfaceType.Weld
  237. p12.TopSurface = Enum.SurfaceType.Weld
  238. b12 = Instance.new("SpecialMesh", p12)
  239. b12.MeshType = Enum.MeshType.Brick
  240. b12.Name = "Mesh"
  241. b12.Scale = Vector3.new(1.00000012, 0.199999928, 0.900000095)
  242. p13 = Instance.new("Part", m)
  243. p13.BrickColor = BrickColor.new("Dark orange")
  244. p13.Material = Enum.Material.Wood
  245. p13.Reflectance = 0.10000000149012
  246. p13.CFrame = CFrame.new(-42.557003, 5.29900026, -0.300000012, 0.866051793, 6.8578629e-006, -0.499954283, 1.04078617e-005, -1, 4.31216176e-006, -0.499954283, -8.93801007e-006, -0.866051793)
  247. p13.Anchored = true
  248. p13.FormFactor = Enum.FormFactor.Plate
  249. p13.Size = Vector3.new(3, 0.400000006, 1)
  250. p13.BackSurface = Enum.SurfaceType.Weld
  251. p13.BottomSurface = Enum.SurfaceType.Weld
  252. p13.FrontSurface = Enum.SurfaceType.Weld
  253. p13.LeftSurface = Enum.SurfaceType.Weld
  254. p13.RightSurface = Enum.SurfaceType.Weld
  255. p13.TopSurface = Enum.SurfaceType.Weld
  256. b13 = Instance.new("SpecialMesh", p13)
  257. b13.MeshType = Enum.MeshType.Brick
  258. b13.Name = "Mesh"
  259. b13.Scale = Vector3.new(1.00000012, 0.199999928, 0.900000095)
  260. p14 = Instance.new("Part", m)
  261. p14.BrickColor = BrickColor.new("Dark orange")
  262. p14.Material = Enum.Material.Wood
  263. p14.Reflectance = 0.10000000149012
  264. p14.CFrame = CFrame.new(-45.2999992, 1.5, 0.900000036, 1, -0, -0, 0, -1, -0, 0, -0, -1)
  265. p14.Anchored = true
  266. p14.FormFactor = Enum.FormFactor.Plate
  267. p14.Size = Vector3.new(1, 0.400000006, 1)
  268. p14.BackSurface = Enum.SurfaceType.Weld
  269. p14.BottomSurface = Enum.SurfaceType.Weld
  270. p14.FrontSurface = Enum.SurfaceType.Weld
  271. p14.LeftSurface = Enum.SurfaceType.Weld
  272. p14.RightSurface = Enum.SurfaceType.Weld
  273. p14.TopSurface = Enum.SurfaceType.Weld
  274. b14 = Instance.new("SpecialMesh", p14)
  275. b14.MeshType = Enum.MeshType.Brick
  276. b14.Name = "Mesh"
  277. b14.Scale = Vector3.new(0.200000018, 1, 0.200000018)
  278. p15 = Instance.new("Part", m)
  279. p15.BrickColor = BrickColor.new("Dark orange")
  280. p15.Material = Enum.Material.Wood
  281. p15.Reflectance = 0.10000000149012
  282. p15.CFrame = CFrame.new(-45.2999992, 1.39999998, 0.900000036, 1, -0, -0, 0, -1, -0, 0, -0, -1)
  283. p15.Anchored = true
  284. p15.FormFactor = Enum.FormFactor.Plate
  285. p15.Size = Vector3.new(1, 0.400000006, 1)
  286. p15.BackSurface = Enum.SurfaceType.Weld
  287. p15.BottomSurface = Enum.SurfaceType.Weld
  288. p15.FrontSurface = Enum.SurfaceType.Weld
  289. p15.LeftSurface = Enum.SurfaceType.Weld
  290. p15.RightSurface = Enum.SurfaceType.Weld
  291. p15.TopSurface = Enum.SurfaceType.Weld
  292. b15 = Instance.new("SpecialMesh", p15)
  293. b15.MeshType = Enum.MeshType.Brick
  294. b15.Name = "Mesh"
  295. b15.Scale = Vector3.new(0.300000012, 0.199999928, 0.300000012)
  296. p16 = Instance.new("Part", m)
  297. p16.BrickColor = BrickColor.new("Dark orange")
  298. p16.Material = Enum.Material.Wood
  299. p16.Reflectance = 0.10000000149012
  300. p16.CFrame = CFrame.new(-42.557003, 4.69900036, -0.300000012, 0.866051793, 6.8578629e-006, -0.499954283, 1.04078617e-005, -1, 4.31216176e-006, -0.499954283, -8.93801007e-006, -0.866051793)
  301. p16.Anchored = true
  302. p16.FormFactor = Enum.FormFactor.Plate
  303. p16.Size = Vector3.new(3, 2, 1)
  304. p16.BackSurface = Enum.SurfaceType.Weld
  305. p16.BottomSurface = Enum.SurfaceType.Weld
  306. p16.FrontSurface = Enum.SurfaceType.Weld
  307. p16.LeftSurface = Enum.SurfaceType.Weld
  308. p16.RightSurface = Enum.SurfaceType.Weld
  309. p16.TopSurface = Enum.SurfaceType.Weld
  310. b16 = Instance.new("SpecialMesh", p16)
  311. b16.MeshType = Enum.MeshType.Brick
  312. b16.Name = "Mesh"
  313. b16.Scale = Vector3.new(1.00000012, 0.499999911, 0.900000095)
  314. p17 = Instance.new("Part", m)
  315. p17.BrickColor = BrickColor.new("Dark orange")
  316. p17.Material = Enum.Material.Wood
  317. p17.Reflectance = 0.10000000149012
  318. p17.CFrame = CFrame.new(-42.5870018, 4.79900026, 0.0270000007, 0.984816551, 2.54318365e-006, -0.173598126, 2.98661507e-006, -1, 2.29316356e-006, -0.173598126, -2.77681465e-006, -0.984816551)
  319. p17.Anchored = true
  320. p17.FormFactor = Enum.FormFactor.Plate
  321. p17.Size = Vector3.new(5, 1.60000002, 1)
  322. p17.BackSurface = Enum.SurfaceType.Weld
  323. p17.BottomSurface = Enum.SurfaceType.Weld
  324. p17.FrontSurface = Enum.SurfaceType.Weld
  325. p17.LeftSurface = Enum.SurfaceType.Weld
  326. p17.RightSurface = Enum.SurfaceType.Weld
  327. p17.TopSurface = Enum.SurfaceType.Weld
  328. b17 = Instance.new("SpecialMesh", p17)
  329. b17.MeshType = Enum.MeshType.Brick
  330. b17.Name = "Mesh"
  331. b17.Scale = Vector3.new(1.00000012, 0.499999911, 0.900000095)
  332. p18 = Instance.new("Part", m)
  333. p18.BrickColor = BrickColor.new("Dark orange")
  334. p18.Material = Enum.Material.Wood
  335. p18.Reflectance = 0.10000000149012
  336. p18.CFrame = CFrame.new(-42.0080032, 5.09900045, 0.383000016, 0.984816551, 2.54318365e-006, -0.173598126, 2.98661507e-006, -1, 2.29316356e-006, -0.173598126, -2.77681465e-006, -0.984816551)
  337. p18.Anchored = true
  338. p18.FormFactor = Enum.FormFactor.Plate
  339. p18.Size = Vector3.new(6, 0.400000006, 2)
  340. p18.BackSurface = Enum.SurfaceType.Weld
  341. p18.BottomSurface = Enum.SurfaceType.Weld
  342. p18.FrontSurface = Enum.SurfaceType.Weld
  343. p18.LeftSurface = Enum.SurfaceType.Weld
  344. p18.RightSurface = Enum.SurfaceType.Weld
  345. p18.TopSurface = Enum.SurfaceType.Weld
  346. b18 = Instance.new("SpecialMesh", p18)
  347. b18.MeshType = Enum.MeshType.Brick
  348. b18.Name = "Mesh"
  349. b18.Scale = Vector3.new(1.00000012, 0.499999911, 0.900000095)
  350. p19 = Instance.new("Part", m)
  351. p19.BrickColor = BrickColor.new("Dark orange")
  352. p19.Material = Enum.Material.Wood
  353. p19.Reflectance = 0.10000000149012
  354. p19.CFrame = CFrame.new(-42.0000038, 5.09900045, 0.900000036, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  355. p19.Anchored = true
  356. p19.FormFactor = Enum.FormFactor.Plate
  357. p19.Size = Vector3.new(6, 0.400000006, 2)
  358. p19.BackSurface = Enum.SurfaceType.Weld
  359. p19.BottomSurface = Enum.SurfaceType.Weld
  360. p19.FrontSurface = Enum.SurfaceType.Weld
  361. p19.LeftSurface = Enum.SurfaceType.Weld
  362. p19.RightSurface = Enum.SurfaceType.Weld
  363. p19.TopSurface = Enum.SurfaceType.Weld
  364. b19 = Instance.new("SpecialMesh", p19)
  365. b19.MeshType = Enum.MeshType.Brick
  366. b19.Name = "Mesh"
  367. b19.Scale = Vector3.new(1.00000012, 0.499999911, 0.900000095)
  368. p20 = Instance.new("Part", m)
  369. p20.BrickColor = BrickColor.new("Dark orange")
  370. p20.Material = Enum.Material.Wood
  371. p20.Reflectance = 0.10000000149012
  372. p20.CFrame = CFrame.new(-41.6790009, 4.77900028, -0.587000012, 0.939690709, 4.83564145e-006, -0.342025429, 6.51590381e-006, -1, 3.76374373e-006, -0.342025399, -5.76535967e-006, -0.939690709)
  373. p20.Anchored = true
  374. p20.FormFactor = Enum.FormFactor.Plate
  375. p20.Size = Vector3.new(6, 1.20000005, 1)
  376. p20.BackSurface = Enum.SurfaceType.Weld
  377. p20.BottomSurface = Enum.SurfaceType.Weld
  378. p20.FrontSurface = Enum.SurfaceType.Weld
  379. p20.LeftSurface = Enum.SurfaceType.Weld
  380. p20.RightSurface = Enum.SurfaceType.Weld
  381. p20.TopSurface = Enum.SurfaceType.Weld
  382. b20 = Instance.new("SpecialMesh", p20)
  383. b20.MeshType = Enum.MeshType.Brick
  384. b20.Name = "Mesh"
  385. b20.Scale = Vector3.new(1.00000012, 0.699999928, 0.900000095)
  386. p21 = Instance.new("Part", m)
  387. p21.BrickColor = BrickColor.new("Dark orange")
  388. p21.Material = Enum.Material.Wood
  389. p21.Reflectance = 0.10000000149012
  390. p21.CFrame = CFrame.new(-42.1000023, 4.29900026, 0.900000036, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  391. p21.Anchored = true
  392. p21.FormFactor = Enum.FormFactor.Plate
  393. p21.Size = Vector3.new(5, 0.400000006, 2)
  394. p21.BackSurface = Enum.SurfaceType.Weld
  395. p21.BottomSurface = Enum.SurfaceType.Weld
  396. p21.FrontSurface = Enum.SurfaceType.Weld
  397. p21.LeftSurface = Enum.SurfaceType.Weld
  398. p21.RightSurface = Enum.SurfaceType.Weld
  399. p21.TopSurface = Enum.SurfaceType.Weld
  400. b21 = Instance.new("SpecialMesh", p21)
  401. b21.MeshType = Enum.MeshType.Brick
  402. b21.Name = "Mesh"
  403. b21.Scale = Vector3.new(1.00000012, 0.499999911, 0.900000095)
  404. p22 = Instance.new("Part", m)
  405. p22.BrickColor = BrickColor.new("Dark orange")
  406. p22.Material = Enum.Material.Wood
  407. p22.Reflectance = 0.10000000149012
  408. p22.CFrame = CFrame.new(-42.5000038, 4.29900026, 0.900000036, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  409. p22.Anchored = true
  410. p22.FormFactor = Enum.FormFactor.Plate
  411. p22.Size = Vector3.new(5, 0.400000006, 2)
  412. p22.BackSurface = Enum.SurfaceType.Weld
  413. p22.BottomSurface = Enum.SurfaceType.Weld
  414. p22.FrontSurface = Enum.SurfaceType.Weld
  415. p22.LeftSurface = Enum.SurfaceType.Weld
  416. p22.RightSurface = Enum.SurfaceType.Weld
  417. p22.TopSurface = Enum.SurfaceType.Weld
  418. b22 = Instance.new("SpecialMesh", p22)
  419. b22.MeshType = Enum.MeshType.Brick
  420. b22.Name = "Mesh"
  421. b22.Scale = Vector3.new(1.00000012, 0.499999911, 0.900000095)
  422. p23 = Instance.new("Part", m)
  423. p23.BrickColor = BrickColor.new("Dark orange")
  424. p23.Material = Enum.Material.Wood
  425. p23.Reflectance = 0.10000000149012
  426. p23.CFrame = CFrame.new(-42.0080032, 4.29900026, 0.383000016, 0.984816551, 2.54318365e-006, -0.173598126, 2.98661507e-006, -1, 2.29316356e-006, -0.173598126, -2.77681465e-006, -0.984816551)
  427. p23.Anchored = true
  428. p23.FormFactor = Enum.FormFactor.Plate
  429. p23.Size = Vector3.new(6, 0.400000006, 2)
  430. p23.BackSurface = Enum.SurfaceType.Weld
  431. p23.BottomSurface = Enum.SurfaceType.Weld
  432. p23.FrontSurface = Enum.SurfaceType.Weld
  433. p23.LeftSurface = Enum.SurfaceType.Weld
  434. p23.RightSurface = Enum.SurfaceType.Weld
  435. p23.TopSurface = Enum.SurfaceType.Weld
  436. b23 = Instance.new("SpecialMesh", p23)
  437. b23.MeshType = Enum.MeshType.Brick
  438. b23.Name = "Mesh"
  439. b23.Scale = Vector3.new(1.00000012, 0.499999911, 0.900000095)
  440. p24 = Instance.new("Part", m)
  441. p24.BrickColor = BrickColor.new("Dark orange")
  442. p24.Material = Enum.Material.Wood
  443. p24.Reflectance = 0.10000000149012
  444. p24.CFrame = CFrame.new(-41.5950012, 5.29900026, -0.857000053, 0.76604259, 2.9469662e-005, -0.642789781, -6.39489144e-006, -1, -5.34675928e-005, -0.642789781, 4.50690204e-005, -0.76604259)
  445. p24.Anchored = true
  446. p24.FormFactor = Enum.FormFactor.Plate
  447. p24.Size = Vector3.new(4, 0.400000006, 1)
  448. p24.BackSurface = Enum.SurfaceType.Weld
  449. p24.BottomSurface = Enum.SurfaceType.Weld
  450. p24.FrontSurface = Enum.SurfaceType.Weld
  451. p24.LeftSurface = Enum.SurfaceType.Weld
  452. p24.RightSurface = Enum.SurfaceType.Weld
  453. p24.TopSurface = Enum.SurfaceType.Weld
  454. b24 = Instance.new("SpecialMesh", p24)
  455. b24.MeshType = Enum.MeshType.Brick
  456. b24.Name = "Mesh"
  457. b24.Scale = Vector3.new(1.00000012, 0.199999928, 0.900000095)
  458. p25 = Instance.new("Part", m)
  459. p25.BrickColor = BrickColor.new("Dark orange")
  460. p25.Material = Enum.Material.Wood
  461. p25.Reflectance = 0.10000000149012
  462. p25.CFrame = CFrame.new(-40.6000023, 4.69900036, 1.70000005, -6.10384159e-005, 3.05143185e-005, -1, -1, -9.15550627e-005, 6.10356219e-005, -9.15532e-005, 1, 3.05199064e-005)
  463. p25.Anchored = true
  464. p25.FormFactor = Enum.FormFactor.Plate
  465. p25.Size = Vector3.new(1, 0.400000006, 10)
  466. p25.BackSurface = Enum.SurfaceType.Weld
  467. p25.BottomSurface = Enum.SurfaceType.Weld
  468. p25.FrontSurface = Enum.SurfaceType.Weld
  469. p25.LeftSurface = Enum.SurfaceType.Weld
  470. p25.RightSurface = Enum.SurfaceType.Weld
  471. p25.TopSurface = Enum.SurfaceType.Weld
  472. b25 = Instance.new("SpecialMesh", p25)
  473. b25.MeshType = Enum.MeshType.Brick
  474. b25.Name = "Mesh"
  475. b25.Scale = Vector3.new(1.00000012, 0.499999911, 0.900000095)
  476. p26 = Instance.new("Part", m)
  477. p26.BrickColor = BrickColor.new("Dark orange")
  478. p26.Material = Enum.Material.Wood
  479. p26.Reflectance = 0.10000000149012
  480. p26.CFrame = CFrame.new(-41.5080032, 4.29900026, -0.117000006, 0.939690709, 4.83564145e-006, -0.342025429, 6.51590381e-006, -1, 3.76374373e-006, -0.342025399, -5.76535967e-006, -0.939690709)
  481. p26.Anchored = true
  482. p26.FormFactor = Enum.FormFactor.Plate
  483. p26.Size = Vector3.new(6, 0.400000006, 2)
  484. p26.BackSurface = Enum.SurfaceType.Weld
  485. p26.BottomSurface = Enum.SurfaceType.Weld
  486. p26.FrontSurface = Enum.SurfaceType.Weld
  487. p26.LeftSurface = Enum.SurfaceType.Weld
  488. p26.RightSurface = Enum.SurfaceType.Weld
  489. p26.TopSurface = Enum.SurfaceType.Weld
  490. b26 = Instance.new("SpecialMesh", p26)
  491. b26.MeshType = Enum.MeshType.Brick
  492. b26.Name = "Mesh"
  493. b26.Scale = Vector3.new(1.00000012, 0.499999911, 0.900000095)
  494. p27 = Instance.new("Part", m)
  495. p27.BrickColor = BrickColor.new("Dark orange")
  496. p27.Material = Enum.Material.Wood
  497. p27.Reflectance = 0.10000000149012
  498. p27.CFrame = CFrame.new(-41.0080032, 4.29900026, -0.617000043, 0.866051793, 6.8578629e-006, -0.499954283, 1.04078617e-005, -1, 4.31216176e-006, -0.499954283, -8.93801007e-006, -0.866051793)
  499. p27.Anchored = true
  500. p27.FormFactor = Enum.FormFactor.Plate
  501. p27.Size = Vector3.new(6, 0.400000006, 2)
  502. p27.BackSurface = Enum.SurfaceType.Weld
  503. p27.BottomSurface = Enum.SurfaceType.Weld
  504. p27.FrontSurface = Enum.SurfaceType.Weld
  505. p27.LeftSurface = Enum.SurfaceType.Weld
  506. p27.RightSurface = Enum.SurfaceType.Weld
  507. p27.TopSurface = Enum.SurfaceType.Weld
  508. b27 = Instance.new("SpecialMesh", p27)
  509. b27.MeshType = Enum.MeshType.Brick
  510. b27.Name = "Mesh"
  511. b27.Scale = Vector3.new(1.00000012, 0.499999911, 0.900000095)
  512. p28 = Instance.new("Part", m)
  513. p28.BrickColor = BrickColor.new("Dark orange")
  514. p28.Material = Enum.Material.Wood
  515. p28.Reflectance = 0.10000000149012
  516. p28.CFrame = CFrame.new(-40.0800018, 5.29900026, 1.70000005, -6.10291027e-005, -3.05217691e-005, 1, -1, -0.000152581837, -6.10337593e-005, 0.0001525837, -1, -3.05124559e-005)
  517. p28.Anchored = true
  518. p28.FormFactor = Enum.FormFactor.Plate
  519. p28.Size = Vector3.new(1, 0.400000006, 11)
  520. p28.BackSurface = Enum.SurfaceType.Weld
  521. p28.BottomSurface = Enum.SurfaceType.Weld
  522. p28.FrontSurface = Enum.SurfaceType.Weld
  523. p28.LeftSurface = Enum.SurfaceType.Weld
  524. p28.RightSurface = Enum.SurfaceType.Weld
  525. p28.TopSurface = Enum.SurfaceType.Weld
  526. b28 = Instance.new("SpecialMesh", p28)
  527. b28.MeshType = Enum.MeshType.Brick
  528. b28.Name = "Mesh"
  529. b28.Scale = Vector3.new(0.100000121, 1.10000002, 0.900000095)
  530. p29 = Instance.new("Part", m)
  531. p29.BrickColor = BrickColor.new("Dark orange")
  532. p29.Material = Enum.Material.Wood
  533. p29.Reflectance = 0.10000000149012
  534. p29.CFrame = CFrame.new(-40.5080032, 4.79900026, -1.1170001, 0.76604259, 2.9469662e-005, -0.642789781, -6.39489144e-006, -1, -5.34675928e-005, -0.642789781, 4.50690204e-005, -0.76604259)
  535. p29.Anchored = true
  536. p29.FormFactor = Enum.FormFactor.Plate
  537. p29.Size = Vector3.new(6, 1.20000005, 2)
  538. p29.BackSurface = Enum.SurfaceType.Weld
  539. p29.BottomSurface = Enum.SurfaceType.Weld
  540. p29.FrontSurface = Enum.SurfaceType.Weld
  541. p29.LeftSurface = Enum.SurfaceType.Weld
  542. p29.RightSurface = Enum.SurfaceType.Weld
  543. p29.TopSurface = Enum.SurfaceType.Weld
  544. b29 = Instance.new("SpecialMesh", p29)
  545. b29.MeshType = Enum.MeshType.Brick
  546. b29.Name = "Mesh"
  547. b29.Scale = Vector3.new(1.00000012, 0.699999928, 0.900000095)
  548. p30 = Instance.new("Part", m)
  549. p30.BrickColor = BrickColor.new("Dark orange")
  550. p30.Material = Enum.Material.Wood
  551. p30.Reflectance = 0.10000000149012
  552. p30.CFrame = CFrame.new(-39.7300034, 5.29900026, 1.30000007, -6.10291027e-005, -3.05217691e-005, 1, -1, -0.000152581837, -6.10337593e-005, 0.0001525837, -1, -3.05124559e-005)
  553. p30.Anchored = true
  554. p30.FormFactor = Enum.FormFactor.Plate
  555. p30.Size = Vector3.new(1, 0.400000006, 10)
  556. p30.BackSurface = Enum.SurfaceType.Weld
  557. p30.BottomSurface = Enum.SurfaceType.Weld
  558. p30.FrontSurface = Enum.SurfaceType.Weld
  559. p30.LeftSurface = Enum.SurfaceType.Weld
  560. p30.RightSurface = Enum.SurfaceType.Weld
  561. p30.TopSurface = Enum.SurfaceType.Weld
  562. b30 = Instance.new("SpecialMesh", p30)
  563. b30.MeshType = Enum.MeshType.Brick
  564. b30.Name = "Mesh"
  565. b30.Scale = Vector3.new(0.100000121, 1, 0.900000095)
  566. p31 = Instance.new("Part", m)
  567. p31.BrickColor = BrickColor.new("Dark orange")
  568. p31.Material = Enum.Material.Wood
  569. p31.Reflectance = 0.10000000149012
  570. p31.CFrame = CFrame.new(-40.0080032, 4.29900026, -1.6170001, 0.642787814, 1.0036485e-005, -0.766044319, 1.85232311e-005, -1, 2.44114199e-006, -0.766044259, -1.57587492e-005, -0.642787755)
  571. p31.Anchored = true
  572. p31.FormFactor = Enum.FormFactor.Plate
  573. p31.Size = Vector3.new(6, 0.400000006, 2)
  574. p31.BackSurface = Enum.SurfaceType.Weld
  575. p31.BottomSurface = Enum.SurfaceType.Weld
  576. p31.FrontSurface = Enum.SurfaceType.Weld
  577. p31.LeftSurface = Enum.SurfaceType.Weld
  578. p31.RightSurface = Enum.SurfaceType.Weld
  579. p31.TopSurface = Enum.SurfaceType.Weld
  580. b31 = Instance.new("SpecialMesh", p31)
  581. b31.MeshType = Enum.MeshType.Brick
  582. b31.Name = "Mesh"
  583. b31.Scale = Vector3.new(1.00000012, 0.499999911, 0.900000095)
  584. p32 = Instance.new("Part", m)
  585. p32.BrickColor = BrickColor.new("Dark orange")
  586. p32.Material = Enum.Material.Wood
  587. p32.Reflectance = 0.10000000149012
  588. p32.CFrame = CFrame.new(-40.5080032, 4.29900026, -1.1170001, 0.76604259, 8.59598003e-006, -0.642789781, 1.44789119e-005, -1, 3.88226908e-006, -0.642789781, -1.22808779e-005, -0.76604259)
  589. p32.Anchored = true
  590. p32.FormFactor = Enum.FormFactor.Plate
  591. p32.Size = Vector3.new(6, 0.400000006, 2)
  592. p32.BackSurface = Enum.SurfaceType.Weld
  593. p32.BottomSurface = Enum.SurfaceType.Weld
  594. p32.FrontSurface = Enum.SurfaceType.Weld
  595. p32.LeftSurface = Enum.SurfaceType.Weld
  596. p32.RightSurface = Enum.SurfaceType.Weld
  597. p32.TopSurface = Enum.SurfaceType.Weld
  598. b32 = Instance.new("SpecialMesh", p32)
  599. b32.MeshType = Enum.MeshType.Brick
  600. b32.Name = "Mesh"
  601. b32.Scale = Vector3.new(1.00000012, 0.499999911, 0.900000095)
  602. p33 = Instance.new("Part", m)
  603. p33.BrickColor = BrickColor.new("Dark orange")
  604. p33.Material = Enum.Material.Wood
  605. p33.Reflectance = 0.10000000149012
  606. p33.CFrame = CFrame.new(-39.4800034, 5.29900026, 1.70000005, -6.10291027e-005, -3.05217691e-005, 1, -1, -0.000152581837, -6.10337593e-005, 0.0001525837, -1, -3.05124559e-005)
  607. p33.Anchored = true
  608. p33.FormFactor = Enum.FormFactor.Plate
  609. p33.Size = Vector3.new(1, 0.400000006, 10)
  610. p33.BackSurface = Enum.SurfaceType.Weld
  611. p33.BottomSurface = Enum.SurfaceType.Weld
  612. p33.FrontSurface = Enum.SurfaceType.Weld
  613. p33.LeftSurface = Enum.SurfaceType.Weld
  614. p33.RightSurface = Enum.SurfaceType.Weld
  615. p33.TopSurface = Enum.SurfaceType.Weld
  616. b33 = Instance.new("SpecialMesh", p33)
  617. b33.MeshType = Enum.MeshType.Brick
  618. b33.Name = "Mesh"
  619. b33.Scale = Vector3.new(0.100000121, 1.10000002, 0.900000095)
  620. p34 = Instance.new("Part", m)
  621. p34.BrickColor = BrickColor.new("Dark orange")
  622. p34.Material = Enum.Material.Wood
  623. p34.Reflectance = 0.10000000149012
  624. p34.CFrame = CFrame.new(-39.7300034, 5.19900036, 1.70000005, 4.19095159e-009, -6.10393472e-005, 1, -1, -0.000122068916, 1.39698386e-009, 0.000122069847, -1, -6.10346906e-005)
  625. p34.Anchored = true
  626. p34.FormFactor = Enum.FormFactor.Plate
  627. p34.Size = Vector3.new(1, 0.400000006, 10)
  628. p34.BackSurface = Enum.SurfaceType.Weld
  629. p34.BottomSurface = Enum.SurfaceType.Weld
  630. p34.FrontSurface = Enum.SurfaceType.Weld
  631. p34.LeftSurface = Enum.SurfaceType.Weld
  632. p34.RightSurface = Enum.SurfaceType.Weld
  633. p34.TopSurface = Enum.SurfaceType.Weld
  634. b34 = Instance.new("SpecialMesh", p34)
  635. b34.MeshType = Enum.MeshType.Brick
  636. b34.Name = "Mesh"
  637. b34.Scale = Vector3.new(0.100000121, 1, 0.900000095)
  638. p35 = Instance.new("Part", m)
  639. p35.BrickColor = BrickColor.new("Dark orange")
  640. p35.Material = Enum.Material.Wood
  641. p35.Reflectance = 0.10000000149012
  642. p35.CFrame = CFrame.new(-40.0080032, 4.79900026, -1.6170001, 0.642787814, 1.0036485e-005, -0.766044319, 1.85232311e-005, -1, 2.44114199e-006, -0.766044259, -1.57587492e-005, -0.642787755)
  643. p35.Anchored = true
  644. p35.FormFactor = Enum.FormFactor.Plate
  645. p35.Size = Vector3.new(6, 1.20000005, 2)
  646. p35.BackSurface = Enum.SurfaceType.Weld
  647. p35.BottomSurface = Enum.SurfaceType.Weld
  648. p35.FrontSurface = Enum.SurfaceType.Weld
  649. p35.LeftSurface = Enum.SurfaceType.Weld
  650. p35.RightSurface = Enum.SurfaceType.Weld
  651. p35.TopSurface = Enum.SurfaceType.Weld
  652. b35 = Instance.new("SpecialMesh", p35)
  653. b35.MeshType = Enum.MeshType.Brick
  654. b35.Name = "Mesh"
  655. b35.Scale = Vector3.new(1.00000012, 0.699999928, 0.900000095)
  656. p36 = Instance.new("Part", m)
  657. p36.BrickColor = BrickColor.new("Dark orange")
  658. p36.Material = Enum.Material.Wood
  659. p36.Reflectance = 0.10000000149012
  660. p36.CFrame = CFrame.new(-39.5080032, 4.79900026, -2.1170001, 0.500046015, 1.11689915e-005, -0.865998864, 2.23395891e-005, -1, 2.11730367e-009, -0.865998805, -1.93471169e-005, -0.500046015)
  661. p36.Anchored = true
  662. p36.FormFactor = Enum.FormFactor.Plate
  663. p36.Size = Vector3.new(6, 1.20000005, 2)
  664. p36.BackSurface = Enum.SurfaceType.Weld
  665. p36.BottomSurface = Enum.SurfaceType.Weld
  666. p36.FrontSurface = Enum.SurfaceType.Weld
  667. p36.LeftSurface = Enum.SurfaceType.Weld
  668. p36.RightSurface = Enum.SurfaceType.Weld
  669. p36.TopSurface = Enum.SurfaceType.Weld
  670. b36 = Instance.new("SpecialMesh", p36)
  671. b36.MeshType = Enum.MeshType.Brick
  672. b36.Name = "Mesh"
  673. b36.Scale = Vector3.new(1.00000012, 0.699999928, 0.900000095)
  674. p37 = Instance.new("Part", m)
  675. p37.BrickColor = BrickColor.new("Dark orange")
  676. p37.Material = Enum.Material.Wood
  677. p37.Reflectance = 0.10000000149012
  678. p37.CFrame = CFrame.new(-39.7480011, 5.29900026, -2.70400023, 0.642787814, 1.0036485e-005, -0.766044319, 1.85232311e-005, -1, 2.44114199e-006, -0.766044259, -1.57587492e-005, -0.642787755)
  679. p37.Anchored = true
  680. p37.FormFactor = Enum.FormFactor.Plate
  681. p37.Size = Vector3.new(2, 0.400000006, 1)
  682. p37.BackSurface = Enum.SurfaceType.Weld
  683. p37.BottomSurface = Enum.SurfaceType.Weld
  684. p37.FrontSurface = Enum.SurfaceType.Weld
  685. p37.LeftSurface = Enum.SurfaceType.Weld
  686. p37.RightSurface = Enum.SurfaceType.Weld
  687. p37.TopSurface = Enum.SurfaceType.Weld
  688. b37 = Instance.new("SpecialMesh", p37)
  689. b37.MeshType = Enum.MeshType.Brick
  690. b37.Name = "Mesh"
  691. b37.Scale = Vector3.new(1.00000012, 0.199999928, 0.900000095)
  692. p38 = Instance.new("Part", m)
  693. p38.BrickColor = BrickColor.new("Dark orange")
  694. p38.Material = Enum.Material.Wood
  695. p38.Reflectance = 0.10000000149012
  696. p38.CFrame = CFrame.new(-39.5080032, 4.29900026, -2.1170001, 0.500046015, 1.11689915e-005, -0.865998864, 2.23395891e-005, -1, 2.11730367e-009, -0.865998805, -1.93471169e-005, -0.500046015)
  697. p38.Anchored = true
  698. p38.FormFactor = Enum.FormFactor.Plate
  699. p38.Size = Vector3.new(6, 0.400000006, 2)
  700. p38.BackSurface = Enum.SurfaceType.Weld
  701. p38.BottomSurface = Enum.SurfaceType.Weld
  702. p38.FrontSurface = Enum.SurfaceType.Weld
  703. p38.LeftSurface = Enum.SurfaceType.Weld
  704. p38.RightSurface = Enum.SurfaceType.Weld
  705. p38.TopSurface = Enum.SurfaceType.Weld
  706. b38 = Instance.new("SpecialMesh", p38)
  707. b38.MeshType = Enum.MeshType.Brick
  708. b38.Name = "Mesh"
  709. b38.Scale = Vector3.new(1.00000012, 0.499999911, 0.900000095)
  710. p39 = Instance.new("Part", m)
  711. p39.BrickColor = BrickColor.new("Dark orange")
  712. p39.Material = Enum.Material.Wood
  713. p39.Reflectance = 0.10000000149012
  714. p39.CFrame = CFrame.new(-39.1000023, 4.59900045, -1.80000007, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  715. p39.Anchored = true
  716. p39.FormFactor = Enum.FormFactor.Plate
  717. p39.Size = Vector3.new(1, 1.60000002, 8)
  718. p39.BackSurface = Enum.SurfaceType.Weld
  719. p39.BottomSurface = Enum.SurfaceType.Weld
  720. p39.FrontSurface = Enum.SurfaceType.Weld
  721. p39.LeftSurface = Enum.SurfaceType.Weld
  722. p39.RightSurface = Enum.SurfaceType.Weld
  723. p39.TopSurface = Enum.SurfaceType.Weld
  724. b39 = Instance.new("SpecialMesh", p39)
  725. b39.MeshType = Enum.MeshType.Brick
  726. b39.Name = "Mesh"
  727. b39.Scale = Vector3.new(1.00000012, 0.499999911, 0.900000095)
  728. p40 = Instance.new("Part", m)
  729. p40.BrickColor = BrickColor.new("Dark orange")
  730. p40.Material = Enum.Material.Wood
  731. p40.Reflectance = 0.10000000149012
  732. p40.CFrame = CFrame.new(-39.4410019, 5.29900026, -3.23300004, 0.500046015, 1.11689915e-005, -0.865998864, 2.23395891e-005, -1, 2.11730367e-009, -0.865998805, -1.93471169e-005, -0.500046015)
  733. p40.Anchored = true
  734. p40.FormFactor = Enum.FormFactor.Plate
  735. p40.Size = Vector3.new(2, 0.400000006, 1)
  736. p40.BackSurface = Enum.SurfaceType.Weld
  737. p40.BottomSurface = Enum.SurfaceType.Weld
  738. p40.FrontSurface = Enum.SurfaceType.Weld
  739. p40.LeftSurface = Enum.SurfaceType.Weld
  740. p40.RightSurface = Enum.SurfaceType.Weld
  741. p40.TopSurface = Enum.SurfaceType.Weld
  742. b40 = Instance.new("SpecialMesh", p40)
  743. b40.MeshType = Enum.MeshType.Brick
  744. b40.Name = "Mesh"
  745. b40.Scale = Vector3.new(1.00000012, 0.199999928, 0.900000095)
  746. p41 = Instance.new("Part", m)
  747. p41.BrickColor = BrickColor.new("Dark orange")
  748. p41.Material = Enum.Material.Wood
  749. p41.Reflectance = 0.10000000149012
  750. p41.CFrame = CFrame.new(-37.6000023, 5.09900045, -1.80000007, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  751. p41.Anchored = true
  752. p41.FormFactor = Enum.FormFactor.Plate
  753. p41.Size = Vector3.new(4, 0.400000006, 8)
  754. p41.BackSurface = Enum.SurfaceType.Weld
  755. p41.BottomSurface = Enum.SurfaceType.Weld
  756. p41.FrontSurface = Enum.SurfaceType.Weld
  757. p41.LeftSurface = Enum.SurfaceType.Weld
  758. p41.RightSurface = Enum.SurfaceType.Weld
  759. p41.TopSurface = Enum.SurfaceType.Weld
  760. b41 = Instance.new("SpecialMesh", p41)
  761. b41.MeshType = Enum.MeshType.Brick
  762. b41.Name = "Mesh"
  763. b41.Scale = Vector3.new(1.00000012, 0.499999911, 0.900000095)
  764. p42 = Instance.new("Part", m)
  765. p42.BrickColor = BrickColor.new("Dark orange")
  766. p42.Material = Enum.Material.Wood
  767. p42.Reflectance = 0.10000000149012
  768. p42.CFrame = CFrame.new(-37.4000015, 5.09900045, -1.70000005, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  769. p42.Anchored = true
  770. p42.FormFactor = Enum.FormFactor.Plate
  771. p42.Size = Vector3.new(4, 0.400000006, 8)
  772. p42.BackSurface = Enum.SurfaceType.Weld
  773. p42.BottomSurface = Enum.SurfaceType.Weld
  774. p42.FrontSurface = Enum.SurfaceType.Weld
  775. p42.LeftSurface = Enum.SurfaceType.Weld
  776. p42.RightSurface = Enum.SurfaceType.Weld
  777. p42.TopSurface = Enum.SurfaceType.Weld
  778. b42 = Instance.new("SpecialMesh", p42)
  779. b42.MeshType = Enum.MeshType.Brick
  780. b42.Name = "Mesh"
  781. b42.Scale = Vector3.new(1.00000012, 0.499999911, 0.900000095)
  782. p43 = Instance.new("Part", m)
  783. p43.BrickColor = BrickColor.new("Dark orange")
  784. p43.Material = Enum.Material.Wood
  785. p43.Reflectance = 0.10000000149012
  786. p43.CFrame = CFrame.new(-37.1000023, 5.29900026, -2.1500001, -6.31807925e-005, -7.36770889e-005, -1, 3.05199683e-005, -1, 7.36751608e-005, -0.99999994, -3.05153153e-005, 6.3183048e-005)
  787. p43.Anchored = true
  788. p43.FormFactor = Enum.FormFactor.Plate
  789. p43.Size = Vector3.new(7, 0.400000006, 1)
  790. p43.BackSurface = Enum.SurfaceType.Weld
  791. p43.BottomSurface = Enum.SurfaceType.Weld
  792. p43.FrontSurface = Enum.SurfaceType.Weld
  793. p43.LeftSurface = Enum.SurfaceType.Weld
  794. p43.RightSurface = Enum.SurfaceType.Weld
  795. p43.TopSurface = Enum.SurfaceType.Weld
  796. b43 = Instance.new("SpecialMesh", p43)
  797. b43.MeshType = Enum.MeshType.Brick
  798. b43.Name = "Mesh"
  799. b43.Scale = Vector3.new(1.00000012, 0.199999928, 0.400000006)
  800. p44 = Instance.new("Part", m)
  801. p44.BrickColor = BrickColor.new("Dark orange")
  802. p44.Material = Enum.Material.Wood
  803. p44.Reflectance = 0.10000000149012
  804. p44.CFrame = CFrame.new(-37.1000023, 4.69900036, 1.70000005, -6.10384159e-005, 3.05143185e-005, -1, -1, -9.15550627e-005, 6.10356219e-005, -9.15532e-005, 1, 3.05199064e-005)
  805. p44.Anchored = true
  806. p44.FormFactor = Enum.FormFactor.Plate
  807. p44.Size = Vector3.new(1, 0.400000006, 4)
  808. p44.BackSurface = Enum.SurfaceType.Weld
  809. p44.BottomSurface = Enum.SurfaceType.Weld
  810. p44.FrontSurface = Enum.SurfaceType.Weld
  811. p44.LeftSurface = Enum.SurfaceType.Weld
  812. p44.RightSurface = Enum.SurfaceType.Weld
  813. p44.TopSurface = Enum.SurfaceType.Weld
  814. b44 = Instance.new("SpecialMesh", p44)
  815. b44.MeshType = Enum.MeshType.Brick
  816. b44.Name = "Mesh"
  817. b44.Scale = Vector3.new(1.00000012, 0.499999911, 0.900000095)
  818. p45 = Instance.new("Part", m)
  819. p45.BrickColor = BrickColor.new("Dark orange")
  820. p45.Material = Enum.Material.Wood
  821. p45.Reflectance = 0.10000000149012
  822. p45.CFrame = CFrame.new(-37.1000023, 4.29900026, -1.80000007, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  823. p45.Anchored = true
  824. p45.FormFactor = Enum.FormFactor.Plate
  825. p45.Size = Vector3.new(5, 0.400000006, 8)
  826. p45.BackSurface = Enum.SurfaceType.Weld
  827. p45.BottomSurface = Enum.SurfaceType.Weld
  828. p45.FrontSurface = Enum.SurfaceType.Weld
  829. p45.LeftSurface = Enum.SurfaceType.Weld
  830. p45.RightSurface = Enum.SurfaceType.Weld
  831. p45.TopSurface = Enum.SurfaceType.Weld
  832. b45 = Instance.new("SpecialMesh", p45)
  833. b45.MeshType = Enum.MeshType.Brick
  834. b45.Name = "Mesh"
  835. b45.Scale = Vector3.new(1.00000012, 0.499999911, 0.900000095)
  836. p46 = Instance.new("Part", m)
  837. p46.BrickColor = BrickColor.new("Dark orange")
  838. p46.Material = Enum.Material.Wood
  839. p46.Reflectance = 0.10000000149012
  840. p46.CFrame = CFrame.new(-37.1000023, 4.29900026, -2.20000005, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  841. p46.Anchored = true
  842. p46.FormFactor = Enum.FormFactor.Plate
  843. p46.Size = Vector3.new(5, 0.400000006, 8)
  844. p46.BackSurface = Enum.SurfaceType.Weld
  845. p46.BottomSurface = Enum.SurfaceType.Weld
  846. p46.FrontSurface = Enum.SurfaceType.Weld
  847. p46.LeftSurface = Enum.SurfaceType.Weld
  848. p46.RightSurface = Enum.SurfaceType.Weld
  849. p46.TopSurface = Enum.SurfaceType.Weld
  850. b46 = Instance.new("SpecialMesh", p46)
  851. b46.MeshType = Enum.MeshType.Brick
  852. b46.Name = "Mesh"
  853. b46.Scale = Vector3.new(1.00000012, 0.499999911, 0.900000095)
  854. p47 = Instance.new("Part", m)
  855. p47.BrickColor = BrickColor.new("Dark orange")
  856. p47.Material = Enum.Material.Wood
  857. p47.Reflectance = 0.10000000149012
  858. p47.CFrame = CFrame.new(-35.6790009, 6.71500015, -1.70000005, 0.939684212, 4.00220415e-005, -0.342043221, 0.342043221, -8.30686331e-005, 0.939684212, 9.19501053e-006, -1, -9.17475554e-005)
  859. p47.Anchored = true
  860. p47.FormFactor = Enum.FormFactor.Plate
  861. p47.Size = Vector3.new(1, 2.4000001, 2)
  862. p47.BackSurface = Enum.SurfaceType.Weld
  863. p47.BottomSurface = Enum.SurfaceType.Weld
  864. p47.FrontSurface = Enum.SurfaceType.Weld
  865. p47.LeftSurface = Enum.SurfaceType.Weld
  866. p47.RightSurface = Enum.SurfaceType.Weld
  867. p47.TopSurface = Enum.SurfaceType.Weld
  868. b47 = Instance.new("SpecialMesh", p47)
  869. b47.MeshType = Enum.MeshType.Brick
  870. b47.Name = "Mesh"
  871. b47.Scale = Vector3.new(0.200000018, 0.999999881, 0.100000016)
  872. p48 = Instance.new("Part", m)
  873. p48.BrickColor = BrickColor.new("Bright orange")
  874. p48.Material = Enum.Material.Wood
  875. p48.Reflectance = 0.10000000149012
  876. p48.CFrame = CFrame.new(-36.3000031, 5.19900036, -2.1500001, -6.31807925e-005, -7.36770889e-005, -1, 3.05199683e-005, -1, 7.36751608e-005, -0.99999994, -3.05153153e-005, 6.3183048e-005)
  877. p48.Anchored = true
  878. p48.FormFactor = Enum.FormFactor.Plate
  879. p48.Size = Vector3.new(7, 0.400000006, 1)
  880. p48.BackSurface = Enum.SurfaceType.Weld
  881. p48.BottomSurface = Enum.SurfaceType.Weld
  882. p48.FrontSurface = Enum.SurfaceType.Weld
  883. p48.LeftSurface = Enum.SurfaceType.Weld
  884. p48.RightSurface = Enum.SurfaceType.Weld
  885. p48.TopSurface = Enum.SurfaceType.Weld
  886. b48 = Instance.new("CylinderMesh", p48)
  887. b48.Name = "Mesh"
  888. b48.Scale = Vector3.new(1.00000012, 0.199999928, 0.800000072)
  889. p49 = Instance.new("Part", m)
  890. p49.BrickColor = BrickColor.new("Dark orange")
  891. p49.Material = Enum.Material.Wood
  892. p49.Reflectance = 0.10000000149012
  893. p49.CFrame = CFrame.new(-36.6000023, 4.29900026, -2.20000005, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  894. p49.Anchored = true
  895. p49.FormFactor = Enum.FormFactor.Plate
  896. p49.Size = Vector3.new(5, 0.400000006, 8)
  897. p49.BackSurface = Enum.SurfaceType.Weld
  898. p49.BottomSurface = Enum.SurfaceType.Weld
  899. p49.FrontSurface = Enum.SurfaceType.Weld
  900. p49.LeftSurface = Enum.SurfaceType.Weld
  901. p49.RightSurface = Enum.SurfaceType.Weld
  902. p49.TopSurface = Enum.SurfaceType.Weld
  903. b49 = Instance.new("SpecialMesh", p49)
  904. b49.MeshType = Enum.MeshType.Brick
  905. b49.Name = "Mesh"
  906. b49.Scale = Vector3.new(1.00000012, 0.499999911, 0.900000095)
  907. p50 = Instance.new("Part", m)
  908. p50.BrickColor = BrickColor.new("Dark orange")
  909. p50.Material = Enum.Material.Wood
  910. p50.Reflectance = 0.10000000149012
  911. p50.CFrame = CFrame.new(-35.4050026, 5.9630003, -0.700000048, 0.939668, 0.342087895, 1.54350564e-005, 0.342087865, -0.93966794, -5.43351343e-005, -4.08356118e-006, 5.63371286e-005, -1)
  912. p50.Anchored = true
  913. p50.FormFactor = Enum.FormFactor.Plate
  914. p50.Size = Vector3.new(1, 1.60000002, 1)
  915. p50.BackSurface = Enum.SurfaceType.Weld
  916. p50.BottomSurface = Enum.SurfaceType.Weld
  917. p50.FrontSurface = Enum.SurfaceType.Weld
  918. p50.LeftSurface = Enum.SurfaceType.Weld
  919. p50.RightSurface = Enum.SurfaceType.Weld
  920. p50.TopSurface = Enum.SurfaceType.Weld
  921. b50 = Instance.new("SpecialMesh", p50)
  922. b50.MeshType = Enum.MeshType.Brick
  923. b50.Name = "Mesh"
  924. b50.Scale = Vector3.new(0.200000018, 0.999999881, 0.200000018)
  925. p51 = Instance.new("Part", m)
  926. p51.BrickColor = BrickColor.new("Dark orange")
  927. p51.Material = Enum.Material.Wood
  928. p51.Reflectance = 0.10000000149012
  929. p51.CFrame = CFrame.new(-35.5080032, 6.24500036, -1.70000005, 0.939684212, 4.00220415e-005, -0.342043221, 0.342043221, -8.30686331e-005, 0.939684212, 9.19501053e-006, -1, -9.17475554e-005)
  930. p51.Anchored = true
  931. p51.FormFactor = Enum.FormFactor.Plate
  932. p51.Size = Vector3.new(1, 2.4000001, 1)
  933. p51.BackSurface = Enum.SurfaceType.Weld
  934. p51.BottomSurface = Enum.SurfaceType.Weld
  935. p51.FrontSurface = Enum.SurfaceType.Weld
  936. p51.LeftSurface = Enum.SurfaceType.Weld
  937. p51.RightSurface = Enum.SurfaceType.Weld
  938. p51.TopSurface = Enum.SurfaceType.Weld
  939. b51 = Instance.new("SpecialMesh", p51)
  940. b51.MeshType = Enum.MeshType.Brick
  941. b51.Name = "Mesh"
  942. b51.Scale = Vector3.new(0.200000018, 0.999999881, 0.100000016)
  943. p52 = Instance.new("Part", m)
  944. p52.BrickColor = BrickColor.new("Dark orange")
  945. p52.Material = Enum.Material.Wood
  946. p52.Reflectance = 0.10000000149012
  947. p52.CFrame = CFrame.new(-35.2000008, 5.29900026, -1.80000007, -0.000149488842, 0.99999994, 3.05207686e-005, -0.99999994, -0.000149489235, 1.26405539e-005, 1.26451141e-005, -3.05188732e-005, 1)
  948. p52.Anchored = true
  949. p52.FormFactor = Enum.FormFactor.Plate
  950. p52.Size = Vector3.new(1, 0.400000006, 8)
  951. p52.BackSurface = Enum.SurfaceType.Weld
  952. p52.BottomSurface = Enum.SurfaceType.Weld
  953. p52.FrontSurface = Enum.SurfaceType.Weld
  954. p52.LeftSurface = Enum.SurfaceType.Weld
  955. p52.RightSurface = Enum.SurfaceType.Weld
  956. p52.TopSurface = Enum.SurfaceType.Weld
  957. b52 = Instance.new("SpecialMesh", p52)
  958. b52.MeshType = Enum.MeshType.Brick
  959. b52.Name = "Mesh"
  960. b52.Scale = Vector3.new(0.100000121, 1.10000002, 0.900000095)
  961. p53 = Instance.new("Part", m)
  962. p53.BrickColor = BrickColor.new("Bright yellow")
  963. p53.Material = Enum.Material.Wood
  964. p53.Reflectance = 0.10000000149012
  965. p53.CFrame = CFrame.new(-35.2000008, 5.13900042, -2.20000005, -0.000149488842, 0.99999994, 3.05207686e-005, -0.99999994, -0.000149489235, 1.26405539e-005, 1.26451141e-005, -3.05188732e-005, 1)
  966. p53.Anchored = true
  967. p53.FormFactor = Enum.FormFactor.Plate
  968. p53.Size = Vector3.new(1, 0.400000006, 8)
  969. p53.BackSurface = Enum.SurfaceType.Weld
  970. p53.BottomSurface = Enum.SurfaceType.Weld
  971. p53.FrontSurface = Enum.SurfaceType.Weld
  972. p53.LeftSurface = Enum.SurfaceType.Weld
  973. p53.RightSurface = Enum.SurfaceType.Weld
  974. p53.TopSurface = Enum.SurfaceType.Weld
  975. b53 = Instance.new("SpecialMesh", p53)
  976. b53.MeshType = Enum.MeshType.Brick
  977. b53.Name = "Mesh"
  978. b53.Scale = Vector3.new(0.100000121, 0.999999881, 0.900000095)
  979. p54 = Instance.new("Part", m)
  980. p54.BrickColor = BrickColor.new("Dark orange")
  981. p54.Material = Enum.Material.Wood
  982. p54.Reflectance = 0.10000000149012
  983. p54.CFrame = CFrame.new(-35.2000008, 5.19900036, -1.80000007, -0.000149488842, 0.99999994, 3.05207686e-005, -0.99999994, -0.000149489235, 1.26405539e-005, 1.26451141e-005, -3.05188732e-005, 1)
  984. p54.Anchored = true
  985. p54.FormFactor = Enum.FormFactor.Plate
  986. p54.Size = Vector3.new(1, 0.400000006, 8)
  987. p54.BackSurface = Enum.SurfaceType.Weld
  988. p54.BottomSurface = Enum.SurfaceType.Weld
  989. p54.FrontSurface = Enum.SurfaceType.Weld
  990. p54.LeftSurface = Enum.SurfaceType.Weld
  991. p54.RightSurface = Enum.SurfaceType.Weld
  992. p54.TopSurface = Enum.SurfaceType.Weld
  993. b54 = Instance.new("SpecialMesh", p54)
  994. b54.MeshType = Enum.MeshType.Brick
  995. b54.Name = "Mesh"
  996. b54.Scale = Vector3.new(0.100000121, 1, 0.900000095)
  997. p55 = Instance.new("Part", m)
  998. p55.BrickColor = BrickColor.new("Dark orange")
  999. p55.Material = Enum.Material.Wood
  1000. p55.Reflectance = 0.10000000149012
  1001. p55.CFrame = CFrame.new(-35.2000008, 5.29900026, -2.20000005, -0.000149488842, 0.99999994, 3.05207686e-005, -0.99999994, -0.000149489235, 1.26405539e-005, 1.26451141e-005, -3.05188732e-005, 1)
  1002. p55.Anchored = true
  1003. p55.FormFactor = Enum.FormFactor.Plate
  1004. p55.Size = Vector3.new(1, 0.400000006, 8)
  1005. p55.BackSurface = Enum.SurfaceType.Weld
  1006. p55.BottomSurface = Enum.SurfaceType.Weld
  1007. p55.FrontSurface = Enum.SurfaceType.Weld
  1008. p55.LeftSurface = Enum.SurfaceType.Weld
  1009. p55.RightSurface = Enum.SurfaceType.Weld
  1010. p55.TopSurface = Enum.SurfaceType.Weld
  1011. b55 = Instance.new("SpecialMesh", p55)
  1012. b55.MeshType = Enum.MeshType.Brick
  1013. b55.Name = "Mesh"
  1014. b55.Scale = Vector3.new(0.100000121, 1, 0.900000095)
  1015. p56 = Instance.new("Part", m)
  1016. p56.BrickColor = BrickColor.new("Dark orange")
  1017. p56.Material = Enum.Material.Wood
  1018. p56.Reflectance = 0.10000000149012
  1019. p56.CFrame = CFrame.new(-35.2000008, 5.19900036, -2.20000005, -0.000149488842, 0.99999994, 3.05207686e-005, -0.99999994, -0.000149489235, 1.26405539e-005, 1.26451141e-005, -3.05188732e-005, 1)
  1020. p56.Anchored = true
  1021. p56.FormFactor = Enum.FormFactor.Plate
  1022. p56.Size = Vector3.new(1, 0.400000006, 8)
  1023. p56.BackSurface = Enum.SurfaceType.Weld
  1024. p56.BottomSurface = Enum.SurfaceType.Weld
  1025. p56.FrontSurface = Enum.SurfaceType.Weld
  1026. p56.LeftSurface = Enum.SurfaceType.Weld
  1027. p56.RightSurface = Enum.SurfaceType.Weld
  1028. p56.TopSurface = Enum.SurfaceType.Weld
  1029. b56 = Instance.new("SpecialMesh", p56)
  1030. b56.MeshType = Enum.MeshType.Brick
  1031. b56.Name = "Mesh"
  1032. b56.Scale = Vector3.new(0.100000121, 1, 0.900000095)
  1033. p57 = Instance.new("Part", m)
  1034. p57.BrickColor = BrickColor.new("Bright yellow")
  1035. p57.Material = Enum.Material.Wood
  1036. p57.Reflectance = 0.10000000149012
  1037. p57.CFrame = CFrame.new(-35.2000008, 5.13900042, -1.80000007, -0.000149488842, 0.99999994, 3.05207686e-005, -0.99999994, -0.000149489235, 1.26405539e-005, 1.26451141e-005, -3.05188732e-005, 1)
  1038. p57.Anchored = true
  1039. p57.FormFactor = Enum.FormFactor.Plate
  1040. p57.Size = Vector3.new(1, 0.400000006, 8)
  1041. p57.BackSurface = Enum.SurfaceType.Weld
  1042. p57.BottomSurface = Enum.SurfaceType.Weld
  1043. p57.FrontSurface = Enum.SurfaceType.Weld
  1044. p57.LeftSurface = Enum.SurfaceType.Weld
  1045. p57.RightSurface = Enum.SurfaceType.Weld
  1046. p57.TopSurface = Enum.SurfaceType.Weld
  1047. b57 = Instance.new("SpecialMesh", p57)
  1048. b57.MeshType = Enum.MeshType.Brick
  1049. b57.Name = "Mesh"
  1050. b57.Scale = Vector3.new(0.100000121, 0.999999881, 0.900000095)
  1051. p58 = Instance.new("Part", m)
  1052. p58.BrickColor = BrickColor.new("Dark orange")
  1053. p58.Material = Enum.Material.Wood
  1054. p58.Reflectance = 0.10000000149012
  1055. p58.CFrame = CFrame.new(-35.6000023, 5.29900026, -2.20000005, -0.000149488842, 0.99999994, 3.05207686e-005, -0.99999994, -0.000149489235, 1.26405539e-005, 1.26451141e-005, -3.05188732e-005, 1)
  1056. p58.Anchored = true
  1057. p58.FormFactor = Enum.FormFactor.Plate
  1058. p58.Size = Vector3.new(1, 0.400000006, 8)
  1059. p58.BackSurface = Enum.SurfaceType.Weld
  1060. p58.BottomSurface = Enum.SurfaceType.Weld
  1061. p58.FrontSurface = Enum.SurfaceType.Weld
  1062. p58.LeftSurface = Enum.SurfaceType.Weld
  1063. p58.RightSurface = Enum.SurfaceType.Weld
  1064. p58.TopSurface = Enum.SurfaceType.Weld
  1065. b58 = Instance.new("SpecialMesh", p58)
  1066. b58.MeshType = Enum.MeshType.Brick
  1067. b58.Name = "Mesh"
  1068. b58.Scale = Vector3.new(0.100000121, 1, 0.900000095)
  1069. p59 = Instance.new("Part", m)
  1070. p59.BrickColor = BrickColor.new("Dark orange")
  1071. p59.Material = Enum.Material.Wood
  1072. p59.Reflectance = 0.10000000149012
  1073. p59.CFrame = CFrame.new(-35.4070015, 5.96500015, -2.70000005, 0.939668, 0.342087895, 1.54350564e-005, 0.342087865, -0.93966794, -5.43351343e-005, -4.08356118e-006, 5.63371286e-005, -1)
  1074. p59.Anchored = true
  1075. p59.FormFactor = Enum.FormFactor.Plate
  1076. p59.Size = Vector3.new(1, 1.60000002, 1)
  1077. p59.BackSurface = Enum.SurfaceType.Weld
  1078. p59.BottomSurface = Enum.SurfaceType.Weld
  1079. p59.FrontSurface = Enum.SurfaceType.Weld
  1080. p59.LeftSurface = Enum.SurfaceType.Weld
  1081. p59.RightSurface = Enum.SurfaceType.Weld
  1082. p59.TopSurface = Enum.SurfaceType.Weld
  1083. b59 = Instance.new("SpecialMesh", p59)
  1084. b59.MeshType = Enum.MeshType.Brick
  1085. b59.Name = "Mesh"
  1086. b59.Scale = Vector3.new(0.200000018, 0.999999881, 0.200000018)
  1087. p60 = Instance.new("Part", m)
  1088. p60.BrickColor = BrickColor.new("Dark orange")
  1089. p60.Material = Enum.Material.Wood
  1090. p60.Reflectance = 0.10000000149012
  1091. p60.CFrame = CFrame.new(-35.3370018, 5.7750001, -1.70000005, 0.939684212, 4.00220415e-005, -0.342043221, 0.342043221, -8.30686331e-005, 0.939684212, 9.19501053e-006, -1, -9.17475554e-005)
  1092. p60.Anchored = true
  1093. p60.FormFactor = Enum.FormFactor.Plate
  1094. p60.Size = Vector3.new(1, 2.4000001, 2)
  1095. p60.BackSurface = Enum.SurfaceType.Weld
  1096. p60.BottomSurface = Enum.SurfaceType.Weld
  1097. p60.FrontSurface = Enum.SurfaceType.Weld
  1098. p60.LeftSurface = Enum.SurfaceType.Weld
  1099. p60.RightSurface = Enum.SurfaceType.Weld
  1100. p60.TopSurface = Enum.SurfaceType.Weld
  1101. b60 = Instance.new("SpecialMesh", p60)
  1102. b60.MeshType = Enum.MeshType.Brick
  1103. b60.Name = "Mesh"
  1104. b60.Scale = Vector3.new(0.200000018, 0.999999881, 0.100000016)
  1105. p61 = Instance.new("Part", m)
  1106. p61.BrickColor = BrickColor.new("Dark orange")
  1107. p61.Material = Enum.Material.Wood
  1108. p61.Reflectance = 0.10000000149012
  1109. p61.CFrame = CFrame.new(-35.4050026, 5.9630003, -1.70000005, 0.939668, 0.342087895, 1.54350564e-005, 0.342087865, -0.93966794, -5.43351343e-005, -4.08356118e-006, 5.63371286e-005, -1)
  1110. p61.Anchored = true
  1111. p61.FormFactor = Enum.FormFactor.Plate
  1112. p61.Size = Vector3.new(1, 1.60000002, 1)
  1113. p61.BackSurface = Enum.SurfaceType.Weld
  1114. p61.BottomSurface = Enum.SurfaceType.Weld
  1115. p61.FrontSurface = Enum.SurfaceType.Weld
  1116. p61.LeftSurface = Enum.SurfaceType.Weld
  1117. p61.RightSurface = Enum.SurfaceType.Weld
  1118. p61.TopSurface = Enum.SurfaceType.Weld
  1119. b61 = Instance.new("SpecialMesh", p61)
  1120. b61.MeshType = Enum.MeshType.Brick
  1121. b61.Name = "Mesh"
  1122. b61.Scale = Vector3.new(0.200000018, 0.999999881, 0.200000018)
  1123. p62 = Instance.new("Part", m)
  1124. p62.BrickColor = BrickColor.new("Dark orange")
  1125. p62.Material = Enum.Material.Wood
  1126. p62.Reflectance = 0.10000000149012
  1127. p62.CFrame = CFrame.new(-35.2000008, 4.69900036, -1.80000007, -0.000149488842, 0.99999994, 3.05207686e-005, -0.99999994, -0.000149489235, 1.26405539e-005, 1.26451141e-005, -3.05188732e-005, 1)
  1128. p62.Anchored = true
  1129. p62.FormFactor = Enum.FormFactor.Plate
  1130. p62.Size = Vector3.new(1, 0.400000006, 8)
  1131. p62.BackSurface = Enum.SurfaceType.Weld
  1132. p62.BottomSurface = Enum.SurfaceType.Weld
  1133. p62.FrontSurface = Enum.SurfaceType.Weld
  1134. p62.LeftSurface = Enum.SurfaceType.Weld
  1135. p62.RightSurface = Enum.SurfaceType.Weld
  1136. p62.TopSurface = Enum.SurfaceType.Weld
  1137. b62 = Instance.new("SpecialMesh", p62)
  1138. b62.MeshType = Enum.MeshType.Brick
  1139. b62.Name = "Mesh"
  1140. b62.Scale = Vector3.new(1.00000012, 0.499999911, 0.900000095)
  1141. p63 = Instance.new("Part", m)
  1142. p63.BrickColor = BrickColor.new("Dark orange")
  1143. p63.Material = Enum.Material.Wood
  1144. p63.Reflectance = 0.10000000149012
  1145. p63.CFrame = CFrame.new(-35.2000008, 4.69900036, -2.20000005, -0.000149488842, 0.99999994, 3.05207686e-005, -0.99999994, -0.000149489235, 1.26405539e-005, 1.26451141e-005, -3.05188732e-005, 1)
  1146. p63.Anchored = true
  1147. p63.FormFactor = Enum.FormFactor.Plate
  1148. p63.Size = Vector3.new(1, 0.400000006, 8)
  1149. p63.BackSurface = Enum.SurfaceType.Weld
  1150. p63.BottomSurface = Enum.SurfaceType.Weld
  1151. p63.FrontSurface = Enum.SurfaceType.Weld
  1152. p63.LeftSurface = Enum.SurfaceType.Weld
  1153. p63.RightSurface = Enum.SurfaceType.Weld
  1154. p63.TopSurface = Enum.SurfaceType.Weld
  1155. b63 = Instance.new("SpecialMesh", p63)
  1156. b63.MeshType = Enum.MeshType.Brick
  1157. b63.Name = "Mesh"
  1158. b63.Scale = Vector3.new(1.00000012, 0.499999911, 0.900000095)
  1159. p64 = Instance.new("Part", m)
  1160. p64.BrickColor = BrickColor.new("Dark orange")
  1161. p64.Material = Enum.Material.Wood
  1162. p64.Reflectance = 0.10000000149012
  1163. p64.CFrame = CFrame.new(-39.3000031, 1.50000012, -5.50000048, 1, -3.05180438e-005, -3.05171125e-005, -3.05171125e-005, -1, 3.05180438e-005, -3.05180438e-005, -3.05171125e-005, -1)
  1164. p64.Anchored = true
  1165. p64.FormFactor = Enum.FormFactor.Plate
  1166. p64.Size = Vector3.new(1, 0.400000006, 1)
  1167. p64.BackSurface = Enum.SurfaceType.Weld
  1168. p64.BottomSurface = Enum.SurfaceType.Weld
  1169. p64.FrontSurface = Enum.SurfaceType.Weld
  1170. p64.LeftSurface = Enum.SurfaceType.Weld
  1171. p64.RightSurface = Enum.SurfaceType.Weld
  1172. p64.TopSurface = Enum.SurfaceType.Weld
  1173. b64 = Instance.new("SpecialMesh", p64)
  1174. b64.MeshType = Enum.MeshType.Brick
  1175. b64.Name = "Mesh"
  1176. b64.Scale = Vector3.new(0.200000018, 1, 0.200000018)
  1177. p65 = Instance.new("Part", m)
  1178. p65.BrickColor = BrickColor.new("Dark orange")
  1179. p65.Material = Enum.Material.Wood
  1180. p65.Reflectance = 0.10000000149012
  1181. p65.CFrame = CFrame.new(-39.3000031, 1.9000001, -5.50000048, 1, -3.05180438e-005, -3.05171125e-005, -3.05171125e-005, -1, 3.05180438e-005, -3.05180438e-005, -3.05171125e-005, -1)
  1182. p65.Anchored = true
  1183. p65.FormFactor = Enum.FormFactor.Plate
  1184. p65.Size = Vector3.new(1, 0.400000006, 1)
  1185. p65.BackSurface = Enum.SurfaceType.Weld
  1186. p65.BottomSurface = Enum.SurfaceType.Weld
  1187. p65.FrontSurface = Enum.SurfaceType.Weld
  1188. p65.LeftSurface = Enum.SurfaceType.Weld
  1189. p65.RightSurface = Enum.SurfaceType.Weld
  1190. p65.TopSurface = Enum.SurfaceType.Weld
  1191. b65 = Instance.new("SpecialMesh", p65)
  1192. b65.MeshType = Enum.MeshType.Brick
  1193. b65.Name = "Mesh"
  1194. b65.Scale = Vector3.new(0.100000016, 1, 0.100000016)
  1195. p66 = Instance.new("Part", m)
  1196. p66.BrickColor = BrickColor.new("Dark orange")
  1197. p66.Material = Enum.Material.Wood
  1198. p66.Reflectance = 0.10000000149012
  1199. p66.CFrame = CFrame.new(-39.3000031, 2.30000019, -5.50000048, 1, -3.05180438e-005, -3.05171125e-005, -3.05171125e-005, -1, 3.05180438e-005, -3.05180438e-005, -3.05171125e-005, -1)
  1200. p66.Anchored = true
  1201. p66.FormFactor = Enum.FormFactor.Plate
  1202. p66.Size = Vector3.new(1, 0.400000006, 1)
  1203. p66.BackSurface = Enum.SurfaceType.Weld
  1204. p66.BottomSurface = Enum.SurfaceType.Weld
  1205. p66.FrontSurface = Enum.SurfaceType.Weld
  1206. p66.LeftSurface = Enum.SurfaceType.Weld
  1207. p66.RightSurface = Enum.SurfaceType.Weld
  1208. p66.TopSurface = Enum.SurfaceType.Weld
  1209. b66 = Instance.new("SpecialMesh", p66)
  1210. b66.MeshType = Enum.MeshType.Brick
  1211. b66.Name = "Mesh"
  1212. b66.Scale = Vector3.new(0.200000018, 2.00000024, 0.200000018)
  1213. p67 = Instance.new("Part", m)
  1214. p67.BrickColor = BrickColor.new("Dark orange")
  1215. p67.Material = Enum.Material.Wood
  1216. p67.Reflectance = 0.10000000149012
  1217. p67.CFrame = CFrame.new(-39.3000031, 3.30000019, -5.50000048, 1, -3.05180438e-005, -3.05171125e-005, -3.05171125e-005, -1, 3.05180438e-005, -3.05180438e-005, -3.05171125e-005, -1)
  1218. p67.Anchored = true
  1219. p67.FormFactor = Enum.FormFactor.Plate
  1220. p67.Size = Vector3.new(1, 1.60000002, 1)
  1221. p67.BackSurface = Enum.SurfaceType.Weld
  1222. p67.BottomSurface = Enum.SurfaceType.Weld
  1223. p67.FrontSurface = Enum.SurfaceType.Weld
  1224. p67.LeftSurface = Enum.SurfaceType.Weld
  1225. p67.RightSurface = Enum.SurfaceType.Weld
  1226. p67.TopSurface = Enum.SurfaceType.Weld
  1227. b67 = Instance.new("SpecialMesh", p67)
  1228. b67.MeshType = Enum.MeshType.Brick
  1229. b67.Name = "Mesh"
  1230. b67.Scale = Vector3.new(0.200000018, 1, 0.200000018)
  1231. p68 = Instance.new("Part", m)
  1232. p68.BrickColor = BrickColor.new("Dark orange")
  1233. p68.Material = Enum.Material.Wood
  1234. p68.Reflectance = 0.10000000149012
  1235. p68.CFrame = CFrame.new(-39.2999992, 1.39999998, -5.5, 1, -0, -0, 0, -1, -0, 0, -0, -1)
  1236. p68.Anchored = true
  1237. p68.FormFactor = Enum.FormFactor.Plate
  1238. p68.Size = Vector3.new(1, 0.400000006, 1)
  1239. p68.BackSurface = Enum.SurfaceType.Weld
  1240. p68.BottomSurface = Enum.SurfaceType.Weld
  1241. p68.FrontSurface = Enum.SurfaceType.Weld
  1242. p68.LeftSurface = Enum.SurfaceType.Weld
  1243. p68.RightSurface = Enum.SurfaceType.Weld
  1244. p68.TopSurface = Enum.SurfaceType.Weld
  1245. b68 = Instance.new("SpecialMesh", p68)
  1246. b68.MeshType = Enum.MeshType.Brick
  1247. b68.Name = "Mesh"
  1248. b68.Scale = Vector3.new(0.300000012, 0.199999928, 0.300000012)
  1249. p69 = Instance.new("Part", m)
  1250. p69.BrickColor = BrickColor.new("Dark orange")
  1251. p69.Material = Enum.Material.Wood
  1252. p69.Reflectance = 0.10000000149012
  1253. p69.CFrame = CFrame.new(-39.2999992, 2.20000005, -5.5, 1, -0, -0, 0, -1, -0, 0, -0, -1)
  1254. p69.Anchored = true
  1255. p69.FormFactor = Enum.FormFactor.Plate
  1256. p69.Size = Vector3.new(1, 0.400000006, 1)
  1257. p69.BackSurface = Enum.SurfaceType.Weld
  1258. p69.BottomSurface = Enum.SurfaceType.Weld
  1259. p69.FrontSurface = Enum.SurfaceType.Weld
  1260. p69.LeftSurface = Enum.SurfaceType.Weld
  1261. p69.RightSurface = Enum.SurfaceType.Weld
  1262. p69.TopSurface = Enum.SurfaceType.Weld
  1263. b69 = Instance.new("SpecialMesh", p69)
  1264. b69.MeshType = Enum.MeshType.Brick
  1265. b69.Name = "Mesh"
  1266. b69.Scale = Vector3.new(0.300000012, 0.199999928, 0.300000012)
  1267. p70 = Instance.new("Part", m)
  1268. p70.BrickColor = BrickColor.new("Dark orange")
  1269. p70.Material = Enum.Material.Wood
  1270. p70.Reflectance = 0.10000000149012
  1271. p70.CFrame = CFrame.new(-34.3000031, 4.19900036, 1.50000012, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  1272. p70.Anchored = true
  1273. p70.FormFactor = Enum.FormFactor.Plate
  1274. p70.Size = Vector3.new(1, 0.400000006, 1)
  1275. p70.BackSurface = Enum.SurfaceType.Weld
  1276. p70.BottomSurface = Enum.SurfaceType.Weld
  1277. p70.FrontSurface = Enum.SurfaceType.Weld
  1278. p70.LeftSurface = Enum.SurfaceType.Weld
  1279. p70.RightSurface = Enum.SurfaceType.Weld
  1280. p70.TopSurface = Enum.SurfaceType.Weld
  1281. b70 = Instance.new("SpecialMesh", p70)
  1282. b70.MeshType = Enum.MeshType.Brick
  1283. b70.Name = "Mesh"
  1284. b70.Scale = Vector3.new(0.300000012, 0.499999911, 0.300000012)
  1285. p71 = Instance.new("Part", m)
  1286. p71.BrickColor = BrickColor.new("Dark orange")
  1287. p71.Material = Enum.Material.Wood
  1288. p71.Reflectance = 0.10000000149012
  1289. p71.CFrame = CFrame.new(-34.3000031, 4.19900036, 1.20000005, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  1290. p71.Anchored = true
  1291. p71.FormFactor = Enum.FormFactor.Plate
  1292. p71.Size = Vector3.new(1, 0.400000006, 1)
  1293. p71.BackSurface = Enum.SurfaceType.Weld
  1294. p71.BottomSurface = Enum.SurfaceType.Weld
  1295. p71.FrontSurface = Enum.SurfaceType.Weld
  1296. p71.LeftSurface = Enum.SurfaceType.Weld
  1297. p71.RightSurface = Enum.SurfaceType.Weld
  1298. p71.TopSurface = Enum.SurfaceType.Weld
  1299. b71 = Instance.new("SpecialMesh", p71)
  1300. b71.MeshType = Enum.MeshType.Brick
  1301. b71.Name = "Mesh"
  1302. b71.Scale = Vector3.new(0.300000012, 0.499999911, 0.300000012)
  1303. p72 = Instance.new("Part", m)
  1304. p72.BrickColor = BrickColor.new("Dark orange")
  1305. p72.Material = Enum.Material.Wood
  1306. p72.Reflectance = 0.10000000149012
  1307. p72.CFrame = CFrame.new(-34.6000023, 4.19900036, 1.50000012, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  1308. p72.Anchored = true
  1309. p72.FormFactor = Enum.FormFactor.Plate
  1310. p72.Size = Vector3.new(1, 0.400000006, 1)
  1311. p72.BackSurface = Enum.SurfaceType.Weld
  1312. p72.BottomSurface = Enum.SurfaceType.Weld
  1313. p72.FrontSurface = Enum.SurfaceType.Weld
  1314. p72.LeftSurface = Enum.SurfaceType.Weld
  1315. p72.RightSurface = Enum.SurfaceType.Weld
  1316. p72.TopSurface = Enum.SurfaceType.Weld
  1317. b72 = Instance.new("SpecialMesh", p72)
  1318. b72.MeshType = Enum.MeshType.Brick
  1319. b72.Name = "Mesh"
  1320. b72.Scale = Vector3.new(0.300000012, 0.499999911, 0.300000012)
  1321. p73 = Instance.new("Part", m)
  1322. p73.BrickColor = BrickColor.new("Dark orange")
  1323. p73.Material = Enum.Material.Wood
  1324. p73.Reflectance = 0.10000000149012
  1325. p73.CFrame = CFrame.new(-34.6000023, 4.29900026, -1.80000007, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  1326. p73.Anchored = true
  1327. p73.FormFactor = Enum.FormFactor.Plate
  1328. p73.Size = Vector3.new(1, 0.400000006, 8)
  1329. p73.BackSurface = Enum.SurfaceType.Weld
  1330. p73.BottomSurface = Enum.SurfaceType.Weld
  1331. p73.FrontSurface = Enum.SurfaceType.Weld
  1332. p73.LeftSurface = Enum.SurfaceType.Weld
  1333. p73.RightSurface = Enum.SurfaceType.Weld
  1334. p73.TopSurface = Enum.SurfaceType.Weld
  1335. b73 = Instance.new("SpecialMesh", p73)
  1336. b73.MeshType = Enum.MeshType.Brick
  1337. b73.Name = "Mesh"
  1338. b73.Scale = Vector3.new(1.00000012, 0.499999911, 0.900000095)
  1339. p74 = Instance.new("Part", m)
  1340. p74.BrickColor = BrickColor.new("Dark orange")
  1341. p74.Material = Enum.Material.Wood
  1342. p74.Reflectance = 0.10000000149012
  1343. p74.CFrame = CFrame.new(-34.6000023, 4.79900026, 1.70000005, -2.14657302e-006, 7.3676194e-005, -1, -3.05161138e-005, 1, 7.36762595e-005, 0.99999994, 3.05162757e-005, -2.14432634e-006)
  1344. p74.Anchored = true
  1345. p74.FormFactor = Enum.FormFactor.Plate
  1346. p74.Size = Vector3.new(2, 0.800000012, 2)
  1347. p74.BackSurface = Enum.SurfaceType.Weld
  1348. p74.BottomSurface = Enum.SurfaceType.Weld
  1349. p74.FrontSurface = Enum.SurfaceType.Weld
  1350. p74.LeftSurface = Enum.SurfaceType.Weld
  1351. p74.RightSurface = Enum.SurfaceType.Weld
  1352. p74.TopSurface = Enum.SurfaceType.Weld
  1353. b74 = Instance.new("SpecialMesh", p74)
  1354. b74.MeshType = Enum.MeshType.Wedge
  1355. b74.Name = "Mesh"
  1356. b74.Scale = Vector3.new(0.100000016, 1, 0.5)
  1357. p75 = Instance.new("Part", m)
  1358. p75.BrickColor = BrickColor.new("Bright yellow")
  1359. p75.Material = Enum.Material.Concrete
  1360. p75.Reflectance = 0.10000000149012
  1361. p75.CFrame = CFrame.new(-34.5900002, 4.80900002, 1.66000009, -2.14657302e-006, 7.3676194e-005, -1, -3.05161138e-005, 1, 7.36762595e-005, 0.99999994, 3.05162757e-005, -2.14432634e-006)
  1362. p75.Anchored = true
  1363. p75.FormFactor = Enum.FormFactor.Plate
  1364. p75.Size = Vector3.new(1, 0.800000012, 2)
  1365. p75.BackSurface = Enum.SurfaceType.Weld
  1366. p75.BottomSurface = Enum.SurfaceType.Weld
  1367. p75.FrontSurface = Enum.SurfaceType.Weld
  1368. p75.LeftSurface = Enum.SurfaceType.Weld
  1369. p75.RightSurface = Enum.SurfaceType.Weld
  1370. p75.TopSurface = Enum.SurfaceType.Weld
  1371. b75 = Instance.new("SpecialMesh", p75)
  1372. b75.MeshType = Enum.MeshType.Wedge
  1373. b75.Name = "Mesh"
  1374. b75.Scale = Vector3.new(0.100000016, 1, 0.5)
  1375. p76 = Instance.new("Part", m)
  1376. p76.BrickColor = BrickColor.new("Dark orange")
  1377. p76.Material = Enum.Material.Wood
  1378. p76.Reflectance = 0.10000000149012
  1379. p76.CFrame = CFrame.new(-39.1000023, 5.29900026, -4.80000019, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  1380. p76.Anchored = true
  1381. p76.FormFactor = Enum.FormFactor.Plate
  1382. p76.Size = Vector3.new(1, 0.400000006, 2)
  1383. p76.BackSurface = Enum.SurfaceType.Weld
  1384. p76.BottomSurface = Enum.SurfaceType.Weld
  1385. p76.FrontSurface = Enum.SurfaceType.Weld
  1386. p76.LeftSurface = Enum.SurfaceType.Weld
  1387. p76.RightSurface = Enum.SurfaceType.Weld
  1388. p76.TopSurface = Enum.SurfaceType.Weld
  1389. b76 = Instance.new("SpecialMesh", p76)
  1390. b76.MeshType = Enum.MeshType.Brick
  1391. b76.Name = "Mesh"
  1392. b76.Scale = Vector3.new(1.00000012, 0.199999928, 0.900000095)
  1393. p77 = Instance.new("Part", m)
  1394. p77.BrickColor = BrickColor.new("Cool yellow")
  1395. p77.Name = "Key"
  1396. p77.CFrame = CFrame.new(-34.5990028, 4.56100035, -3.20000005, 1, 1.26409959e-005, -5.57987732e-005, 5.57988024e-005, -2.14696047e-006, 1, 1.26408777e-005, -0.99999994, -2.14766624e-006)
  1397. p77.Anchored = true
  1398. p77.FormFactor = Enum.FormFactor.Custom
  1399. p77.Size = Vector3.new(1, 0.200000003, 0.200000003)
  1400. p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1401. p77.BottomSurface = Enum.SurfaceType.Weld
  1402. p77.FrontSurface = Enum.SurfaceType.Weld
  1403. p77.LeftSurface = Enum.SurfaceType.Weld
  1404. p77.RightSurface = Enum.SurfaceType.Weld
  1405. p77.TopSurface = Enum.SurfaceType.Weld
  1406. x1 = Instance.new("ClickDetector", p77)
  1407. x1.MaxActivationDistance = 32
  1408. x2 = Instance.new("Sound", p77)
  1409. x2.Name = "piano"
  1410. x2.Pitch = 2
  1411. x2.SoundId = "http://www.roblox.com/asset/?id=137034519"
  1412. x2.Volume = 1
  1413. x2.Looped = false
  1414. x2.PlayOnRemove = false
  1415. s1 = script:clone()
  1416. s1.Name = "Script"
  1417. s1.Disabled = false
  1418. so1 = Instance.new("StringValue", s1)
  1419. so1.Name = "forCustomRun"
  1420. so1.Value = [===[
  1421. function onClicked()
  1422. script.Parent.piano:Play()
  1423. end
  1424.  
  1425. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  1426. ]===]
  1427. s1.Parent = p77
  1428. p78 = Instance.new("Part", m)
  1429. p78.BrickColor = BrickColor.new("Cool yellow")
  1430. p78.Name = "Key"
  1431. p78.CFrame = CFrame.new(-34.5990028, 4.56100035, 1.20000005, 1, 1.26409959e-005, -5.57987732e-005, 5.57988024e-005, -2.14696047e-006, 1, 1.26408777e-005, -0.99999994, -2.14766624e-006)
  1432. p78.Anchored = true
  1433. p78.FormFactor = Enum.FormFactor.Custom
  1434. p78.Size = Vector3.new(1, 0.200000003, 0.200000003)
  1435. p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1436. p78.BottomSurface = Enum.SurfaceType.Weld
  1437. p78.FrontSurface = Enum.SurfaceType.Weld
  1438. p78.LeftSurface = Enum.SurfaceType.Weld
  1439. p78.RightSurface = Enum.SurfaceType.Weld
  1440. p78.TopSurface = Enum.SurfaceType.Weld
  1441. x3 = Instance.new("ClickDetector", p78)
  1442. x3.MaxActivationDistance = 32
  1443. x4 = Instance.new("Sound", p78)
  1444. x4.Name = "piano"
  1445. x4.Pitch = 0.10000000149012
  1446. x4.SoundId = "http://www.roblox.com/asset/?id=136648577"
  1447. x4.Volume = 1
  1448. x4.Looped = false
  1449. x4.PlayOnRemove = false
  1450. s2 = script:clone()
  1451. s2.Name = "Script"
  1452. s2.Disabled = false
  1453. so2 = Instance.new("StringValue", s2)
  1454. so2.Name = "forCustomRun"
  1455. so2.Value = [===[
  1456. function onClicked()
  1457. script.Parent.piano:Play()
  1458. end
  1459.  
  1460. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  1461. ]===]
  1462. s2.Parent = p78
  1463. p79 = Instance.new("Part", m)
  1464. p79.BrickColor = BrickColor.new("Really black")
  1465. p79.Name = "Key"
  1466. p79.CFrame = CFrame.new(-34.5990028, 4.51100016, 1, -1, 3.05118865e-005, 0.000159987816, 0.000159985895, -6.31803268e-005, 1, 3.05219946e-005, 1, 6.31754374e-005)
  1467. p79.Anchored = true
  1468. p79.FormFactor = Enum.FormFactor.Custom
  1469. p79.Size = Vector3.new(1, 0.200000003, 0.300000012)
  1470. p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1471. p79.BottomSurface = Enum.SurfaceType.Weld
  1472. p79.FrontSurface = Enum.SurfaceType.Weld
  1473. p79.LeftSurface = Enum.SurfaceType.Weld
  1474. p79.RightSurface = Enum.SurfaceType.Weld
  1475. p79.TopSurface = Enum.SurfaceType.Weld
  1476. x5 = Instance.new("ClickDetector", p79)
  1477. x5.MaxActivationDistance = 32
  1478. x6 = Instance.new("Sound", p79)
  1479. x6.Name = "piano"
  1480. x6.Pitch = 0.5
  1481. x6.SoundId = "http://www.roblox.com/asset/?id=136648577"
  1482. x6.Volume = 1
  1483. x6.Looped = false
  1484. x6.PlayOnRemove = false
  1485. s3 = script:clone()
  1486. s3.Name = "Script"
  1487. s3.Disabled = false
  1488. so3 = Instance.new("StringValue", s3)
  1489. so3.Name = "forCustomRun"
  1490. so3.Value = [===[
  1491. function onClicked()
  1492. script.Parent.piano:Play()
  1493. end
  1494.  
  1495. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  1496. ]===]
  1497. s3.Parent = p79
  1498. p80 = Instance.new("Part", m)
  1499. p80.BrickColor = BrickColor.new("Really black")
  1500. p80.Name = "Key"
  1501. p80.CFrame = CFrame.new(-34.5990028, 4.51000023, 0.600000024, -1, 3.05118865e-005, 0.000159987816, 0.000159985895, -6.31803268e-005, 1, 3.05219946e-005, 1, 6.31754374e-005)
  1502. p80.Anchored = true
  1503. p80.FormFactor = Enum.FormFactor.Custom
  1504. p80.Size = Vector3.new(1, 0.200000003, 0.300000012)
  1505. p80.BackSurface = Enum.SurfaceType.Weld
  1506. p80.BottomSurface = Enum.SurfaceType.Weld
  1507. p80.FrontSurface = Enum.SurfaceType.Weld
  1508. p80.LeftSurface = Enum.SurfaceType.Weld
  1509. p80.RightSurface = Enum.SurfaceType.Weld
  1510. p80.TopSurface = Enum.SurfaceType.Weld
  1511. x7 = Instance.new("ClickDetector", p80)
  1512. x7.MaxActivationDistance = 32
  1513. x8 = Instance.new("Sound", p80)
  1514. x8.Name = "piano"
  1515. x8.Pitch = 1.5
  1516. x8.SoundId = "http://www.roblox.com/asset/?id=136648577"
  1517. x8.Volume = 1
  1518. x8.Looped = false
  1519. x8.PlayOnRemove = false
  1520. s4 = script:clone()
  1521. s4.Name = "Script"
  1522. s4.Disabled = false
  1523. so4 = Instance.new("StringValue", s4)
  1524. so4.Name = "forCustomRun"
  1525. so4.Value = [===[
  1526. function onClicked()
  1527. script.Parent.piano:Play()
  1528. end
  1529.  
  1530. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  1531. ]===]
  1532. s4.Parent = p80
  1533. p81 = Instance.new("Part", m)
  1534. p81.BrickColor = BrickColor.new("Cool yellow")
  1535. p81.Name = "Key"
  1536. p81.CFrame = CFrame.new(-34.5990028, 4.56100035, 0.800000012, 1, 1.26409959e-005, -5.57987732e-005, 5.57988024e-005, -2.14696047e-006, 1, 1.26408777e-005, -0.99999994, -2.14766624e-006)
  1537. p81.Anchored = true
  1538. p81.FormFactor = Enum.FormFactor.Custom
  1539. p81.Size = Vector3.new(1, 0.200000003, 0.200000003)
  1540. p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1541. p81.BottomSurface = Enum.SurfaceType.Weld
  1542. p81.FrontSurface = Enum.SurfaceType.Weld
  1543. p81.LeftSurface = Enum.SurfaceType.Weld
  1544. p81.RightSurface = Enum.SurfaceType.Weld
  1545. p81.TopSurface = Enum.SurfaceType.Weld
  1546. x9 = Instance.new("ClickDetector", p81)
  1547. x9.MaxActivationDistance = 32
  1548. x10 = Instance.new("Sound", p81)
  1549. x10.Name = "piano"
  1550. x10.Pitch = 1
  1551. x10.SoundId = "http://www.roblox.com/asset/?id=136648577"
  1552. x10.Volume = 1
  1553. x10.Looped = false
  1554. x10.PlayOnRemove = false
  1555. s5 = script:clone()
  1556. s5.Name = "Script"
  1557. s5.Disabled = false
  1558. so5 = Instance.new("StringValue", s5)
  1559. so5.Name = "forCustomRun"
  1560. so5.Value = [===[
  1561. function onClicked()
  1562. script.Parent.piano:Play()
  1563. end
  1564.  
  1565. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  1566. ]===]
  1567. s5.Parent = p81
  1568. p82 = Instance.new("Part", m)
  1569. p82.BrickColor = BrickColor.new("Cool yellow")
  1570. p82.Name = "Key"
  1571. p82.CFrame = CFrame.new(-34.5990028, 4.56100035, 0.400000006, 1, 1.26409959e-005, -5.57987732e-005, 5.57988024e-005, -2.14696047e-006, 1, 1.26408777e-005, -0.99999994, -2.14766624e-006)
  1572. p82.Anchored = true
  1573. p82.FormFactor = Enum.FormFactor.Custom
  1574. p82.Size = Vector3.new(1, 0.200000003, 0.200000003)
  1575. p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1576. p82.BottomSurface = Enum.SurfaceType.Weld
  1577. p82.FrontSurface = Enum.SurfaceType.Weld
  1578. p82.LeftSurface = Enum.SurfaceType.Weld
  1579. p82.RightSurface = Enum.SurfaceType.Weld
  1580. p82.TopSurface = Enum.SurfaceType.Weld
  1581. x11 = Instance.new("ClickDetector", p82)
  1582. x11.MaxActivationDistance = 32
  1583. x12 = Instance.new("Sound", p82)
  1584. x12.Name = "piano"
  1585. x12.Pitch = 2
  1586. x12.SoundId = "http://www.roblox.com/asset/?id=136648577"
  1587. x12.Volume = 1
  1588. x12.Looped = false
  1589. x12.PlayOnRemove = false
  1590. s6 = script:clone()
  1591. s6.Name = "Script"
  1592. s6.Disabled = false
  1593. so6 = Instance.new("StringValue", s6)
  1594. so6.Name = "forCustomRun"
  1595. so6.Value = [===[
  1596. function onClicked()
  1597. script.Parent.piano:Play()
  1598. end
  1599.  
  1600. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  1601. ]===]
  1602. s6.Parent = p82
  1603. p83 = Instance.new("Part", m)
  1604. p83.BrickColor = BrickColor.new("Really black")
  1605. p83.Name = "Key"
  1606. p83.CFrame = CFrame.new(-34.5990028, 4.51000023, -3.00000024, -1, 3.05118865e-005, 0.000159987816, 0.000159985895, -6.31803268e-005, 1, 3.05219946e-005, 1, 6.31754374e-005)
  1607. p83.Anchored = true
  1608. p83.FormFactor = Enum.FormFactor.Custom
  1609. p83.Size = Vector3.new(1, 0.200000003, 0.300000012)
  1610. p83.BackSurface = Enum.SurfaceType.Weld
  1611. p83.BottomSurface = Enum.SurfaceType.Weld
  1612. p83.FrontSurface = Enum.SurfaceType.Weld
  1613. p83.LeftSurface = Enum.SurfaceType.Weld
  1614. p83.RightSurface = Enum.SurfaceType.Weld
  1615. p83.TopSurface = Enum.SurfaceType.Weld
  1616. x13 = Instance.new("ClickDetector", p83)
  1617. x13.MaxActivationDistance = 32
  1618. x14 = Instance.new("Sound", p83)
  1619. x14.Name = "piano"
  1620. x14.Pitch = 1.5
  1621. x14.SoundId = "http://www.roblox.com/asset/?id=137034519"
  1622. x14.Volume = 1
  1623. x14.Looped = false
  1624. x14.PlayOnRemove = false
  1625. s7 = script:clone()
  1626. s7.Name = "Script"
  1627. s7.Disabled = false
  1628. so7 = Instance.new("StringValue", s7)
  1629. so7.Name = "forCustomRun"
  1630. so7.Value = [===[
  1631. function onClicked()
  1632. script.Parent.piano:Play()
  1633. end
  1634.  
  1635. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  1636. ]===]
  1637. s7.Parent = p83
  1638. p84 = Instance.new("Part", m)
  1639. p84.BrickColor = BrickColor.new("Really black")
  1640. p84.Name = "Key"
  1641. p84.CFrame = CFrame.new(-34.5990028, 4.51000023, -0.600000024, -1, 3.05118865e-005, 0.000159987816, 0.000159985895, -6.31803268e-005, 1, 3.05219946e-005, 1, 6.31754374e-005)
  1642. p84.Anchored = true
  1643. p84.FormFactor = Enum.FormFactor.Custom
  1644. p84.Size = Vector3.new(1, 0.200000003, 0.300000012)
  1645. p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1646. p84.BottomSurface = Enum.SurfaceType.Weld
  1647. p84.FrontSurface = Enum.SurfaceType.Weld
  1648. p84.LeftSurface = Enum.SurfaceType.Weld
  1649. p84.RightSurface = Enum.SurfaceType.Weld
  1650. p84.TopSurface = Enum.SurfaceType.Weld
  1651. x15 = Instance.new("ClickDetector", p84)
  1652. x15.MaxActivationDistance = 32
  1653. x16 = Instance.new("Sound", p84)
  1654. x16.Name = "piano"
  1655. x16.Pitch = 1.1000000238419
  1656. x16.SoundId = "http://www.roblox.com/asset/?id=136786442"
  1657. x16.Volume = 1
  1658. x16.Looped = false
  1659. x16.PlayOnRemove = false
  1660. s8 = script:clone()
  1661. s8.Name = "Script"
  1662. s8.Disabled = false
  1663. so8 = Instance.new("StringValue", s8)
  1664. so8.Name = "forCustomRun"
  1665. so8.Value = [===[
  1666. function onClicked()
  1667. script.Parent.piano:Play()
  1668. end
  1669.  
  1670. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  1671. ]===]
  1672. s8.Parent = p84
  1673. p85 = Instance.new("Part", m)
  1674. p85.BrickColor = BrickColor.new("Cool yellow")
  1675. p85.Name = "Key"
  1676. p85.CFrame = CFrame.new(-34.5990028, 4.56100035, -2.80000019, 1, 1.26409959e-005, -5.57987732e-005, 5.57988024e-005, -2.14696047e-006, 1, 1.26408777e-005, -0.99999994, -2.14766624e-006)
  1677. p85.Anchored = true
  1678. p85.FormFactor = Enum.FormFactor.Custom
  1679. p85.Size = Vector3.new(1, 0.200000003, 0.200000003)
  1680. p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1681. p85.BottomSurface = Enum.SurfaceType.Weld
  1682. p85.FrontSurface = Enum.SurfaceType.Weld
  1683. p85.LeftSurface = Enum.SurfaceType.Weld
  1684. p85.RightSurface = Enum.SurfaceType.Weld
  1685. p85.TopSurface = Enum.SurfaceType.Weld
  1686. x17 = Instance.new("ClickDetector", p85)
  1687. x17.MaxActivationDistance = 32
  1688. x18 = Instance.new("Sound", p85)
  1689. x18.Name = "piano"
  1690. x18.Pitch = 1
  1691. x18.SoundId = "http://www.roblox.com/asset/?id=137034519"
  1692. x18.Volume = 1
  1693. x18.Looped = false
  1694. x18.PlayOnRemove = false
  1695. s9 = script:clone()
  1696. s9.Name = "Script"
  1697. s9.Disabled = false
  1698. so9 = Instance.new("StringValue", s9)
  1699. so9.Name = "forCustomRun"
  1700. so9.Value = [===[
  1701. function onClicked()
  1702. script.Parent.piano:Play()
  1703. end
  1704.  
  1705. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  1706. ]===]
  1707. s9.Parent = p85
  1708. p86 = Instance.new("Part", m)
  1709. p86.BrickColor = BrickColor.new("Really black")
  1710. p86.Name = "Key"
  1711. p86.CFrame = CFrame.new(-34.5990028, 4.51000023, -2.60000014, -1, 3.05118865e-005, 0.000159987816, 0.000159985895, -6.31803268e-005, 1, 3.05219946e-005, 1, 6.31754374e-005)
  1712. p86.Anchored = true
  1713. p86.FormFactor = Enum.FormFactor.Custom
  1714. p86.Size = Vector3.new(1, 0.200000003, 0.300000012)
  1715. p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1716. p86.BottomSurface = Enum.SurfaceType.Weld
  1717. p86.FrontSurface = Enum.SurfaceType.Weld
  1718. p86.LeftSurface = Enum.SurfaceType.Weld
  1719. p86.RightSurface = Enum.SurfaceType.Weld
  1720. p86.TopSurface = Enum.SurfaceType.Weld
  1721. x19 = Instance.new("ClickDetector", p86)
  1722. x19.MaxActivationDistance = 32
  1723. x20 = Instance.new("Sound", p86)
  1724. x20.Name = "piano"
  1725. x20.Pitch = 0.80000001192093
  1726. x20.SoundId = "http://www.roblox.com/asset/?id=137034519"
  1727. x20.Volume = 1
  1728. x20.Looped = false
  1729. x20.PlayOnRemove = false
  1730. s10 = script:clone()
  1731. s10.Name = "Script"
  1732. s10.Disabled = false
  1733. so10 = Instance.new("StringValue", s10)
  1734. so10.Name = "forCustomRun"
  1735. so10.Value = [===[
  1736. function onClicked()
  1737. script.Parent.piano:Play()
  1738. end
  1739.  
  1740. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  1741. ]===]
  1742. s10.Parent = p86
  1743. p87 = Instance.new("Part", m)
  1744. p87.BrickColor = BrickColor.new("Really black")
  1745. p87.Name = "Key"
  1746. p87.CFrame = CFrame.new(-34.5990028, 4.51000023, -4.60000038, -1, 3.05118865e-005, 0.000159987816, 0.000159985895, -6.31803268e-005, 1, 3.05219946e-005, 1, 6.31754374e-005)
  1747. p87.Anchored = true
  1748. p87.FormFactor = Enum.FormFactor.Custom
  1749. p87.Size = Vector3.new(1, 0.200000003, 0.300000012)
  1750. p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1751. p87.BottomSurface = Enum.SurfaceType.Weld
  1752. p87.FrontSurface = Enum.SurfaceType.Weld
  1753. p87.LeftSurface = Enum.SurfaceType.Weld
  1754. p87.RightSurface = Enum.SurfaceType.Weld
  1755. p87.TopSurface = Enum.SurfaceType.Weld
  1756. x21 = Instance.new("ClickDetector", p87)
  1757. x21.MaxActivationDistance = 32
  1758. x22 = Instance.new("Sound", p87)
  1759. x22.Name = "piano"
  1760. x22.Pitch = 5
  1761. x22.SoundId = "http://www.roblox.com/asset/?id=137034519"
  1762. x22.Volume = 1
  1763. x22.Looped = false
  1764. x22.PlayOnRemove = false
  1765. s11 = script:clone()
  1766. s11.Name = "Script"
  1767. s11.Disabled = false
  1768. so11 = Instance.new("StringValue", s11)
  1769. so11.Name = "forCustomRun"
  1770. so11.Value = [===[
  1771. function onClicked()
  1772. script.Parent.piano:Play()
  1773. end
  1774.  
  1775. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  1776. ]===]
  1777. s11.Parent = p87
  1778. p88 = Instance.new("Part", m)
  1779. p88.BrickColor = BrickColor.new("Really black")
  1780. p88.Name = "Key"
  1781. p88.CFrame = CFrame.new(-34.5990028, 4.51000023, 0.200000003, -1, 3.05118865e-005, 0.000159987816, 0.000159985895, -6.31803268e-005, 1, 3.05219946e-005, 1, 6.31754374e-005)
  1782. p88.Anchored = true
  1783. p88.FormFactor = Enum.FormFactor.Custom
  1784. p88.Size = Vector3.new(1, 0.200000003, 0.300000012)
  1785. p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1786. p88.BottomSurface = Enum.SurfaceType.Weld
  1787. p88.FrontSurface = Enum.SurfaceType.Weld
  1788. p88.LeftSurface = Enum.SurfaceType.Weld
  1789. p88.RightSurface = Enum.SurfaceType.Weld
  1790. p88.TopSurface = Enum.SurfaceType.Weld
  1791. x23 = Instance.new("ClickDetector", p88)
  1792. x23.MaxActivationDistance = 32
  1793. x24 = Instance.new("Sound", p88)
  1794. x24.Name = "piano"
  1795. x24.Pitch = 2.5
  1796. x24.SoundId = "http://www.roblox.com/asset/?id=136648577"
  1797. x24.Volume = 1
  1798. x24.Looped = false
  1799. x24.PlayOnRemove = false
  1800. s12 = script:clone()
  1801. s12.Name = "Script"
  1802. s12.Disabled = false
  1803. so12 = Instance.new("StringValue", s12)
  1804. so12.Name = "forCustomRun"
  1805. so12.Value = [===[
  1806. function onClicked()
  1807. script.Parent.piano:Play()
  1808. end
  1809.  
  1810. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  1811. ]===]
  1812. s12.Parent = p88
  1813. p89 = Instance.new("Part", m)
  1814. p89.BrickColor = BrickColor.new("Really black")
  1815. p89.Name = "Key"
  1816. p89.CFrame = CFrame.new(-34.5990028, 4.51000023, -1, -1, 3.05118865e-005, 0.000159987816, 0.000159985895, -6.31803268e-005, 1, 3.05219946e-005, 1, 6.31754374e-005)
  1817. p89.Anchored = true
  1818. p89.FormFactor = Enum.FormFactor.Custom
  1819. p89.Size = Vector3.new(1, 0.200000003, 0.300000012)
  1820. p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1821. p89.BottomSurface = Enum.SurfaceType.Weld
  1822. p89.FrontSurface = Enum.SurfaceType.Weld
  1823. p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1824. p89.RightSurface = Enum.SurfaceType.Weld
  1825. p89.TopSurface = Enum.SurfaceType.Weld
  1826. x25 = Instance.new("ClickDetector", p89)
  1827. x25.MaxActivationDistance = 32
  1828. x26 = Instance.new("Sound", p89)
  1829. x26.Name = "piano"
  1830. x26.Pitch = 0.30000001192093
  1831. x26.SoundId = "http://www.roblox.com/asset/?id=136786442"
  1832. x26.Volume = 1
  1833. x26.Looped = false
  1834. x26.PlayOnRemove = false
  1835. s13 = script:clone()
  1836. s13.Name = "Script"
  1837. s13.Disabled = false
  1838. so13 = Instance.new("StringValue", s13)
  1839. so13.Name = "forCustomRun"
  1840. so13.Value = [===[
  1841. function onClicked()
  1842. script.Parent.piano:Play()
  1843. end
  1844.  
  1845. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  1846. ]===]
  1847. s13.Parent = p89
  1848. p90 = Instance.new("Part", m)
  1849. p90.BrickColor = BrickColor.new("Cool yellow")
  1850. p90.Name = "Key"
  1851. p90.CFrame = CFrame.new(-34.5990028, 4.56100035, -2.4000001, 1, 1.26409959e-005, -5.57987732e-005, 5.57988024e-005, -2.14696047e-006, 1, 1.26408777e-005, -0.99999994, -2.14766624e-006)
  1852. p90.Anchored = true
  1853. p90.FormFactor = Enum.FormFactor.Custom
  1854. p90.Size = Vector3.new(1, 0.200000003, 0.200000003)
  1855. p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1856. p90.BottomSurface = Enum.SurfaceType.Weld
  1857. p90.FrontSurface = Enum.SurfaceType.Weld
  1858. p90.LeftSurface = Enum.SurfaceType.Weld
  1859. p90.RightSurface = Enum.SurfaceType.Weld
  1860. p90.TopSurface = Enum.SurfaceType.Weld
  1861. x27 = Instance.new("ClickDetector", p90)
  1862. x27.MaxActivationDistance = 32
  1863. x28 = Instance.new("Sound", p90)
  1864. x28.Name = "piano"
  1865. x28.Pitch = 1.2999999523163
  1866. x28.SoundId = "http://www.roblox.com/asset/?id=136897276"
  1867. x28.Volume = 1
  1868. x28.Looped = false
  1869. x28.PlayOnRemove = false
  1870. s14 = script:clone()
  1871. s14.Name = "Script"
  1872. s14.Disabled = false
  1873. so14 = Instance.new("StringValue", s14)
  1874. so14.Name = "forCustomRun"
  1875. so14.Value = [===[
  1876. function onClicked()
  1877. script.Parent.piano:Play()
  1878. end
  1879.  
  1880. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  1881. ]===]
  1882. s14.Parent = p90
  1883. p91 = Instance.new("Part", m)
  1884. p91.BrickColor = BrickColor.new("Really black")
  1885. p91.Name = "Key"
  1886. p91.CFrame = CFrame.new(-34.5990028, 4.51000023, -2.20000005, -1, 3.05118865e-005, 0.000159987816, 0.000159985895, -6.31803268e-005, 1, 3.05219946e-005, 1, 6.31754374e-005)
  1887. p91.Anchored = true
  1888. p91.FormFactor = Enum.FormFactor.Custom
  1889. p91.Size = Vector3.new(1, 0.200000003, 0.300000012)
  1890. p91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1891. p91.BottomSurface = Enum.SurfaceType.Weld
  1892. p91.FrontSurface = Enum.SurfaceType.Weld
  1893. p91.LeftSurface = Enum.SurfaceType.Weld
  1894. p91.RightSurface = Enum.SurfaceType.Weld
  1895. p91.TopSurface = Enum.SurfaceType.Weld
  1896. x29 = Instance.new("ClickDetector", p91)
  1897. x29.MaxActivationDistance = 32
  1898. x30 = Instance.new("Sound", p91)
  1899. x30.Name = "piano"
  1900. x30.Pitch = 1.2000000476837
  1901. x30.SoundId = "http://www.roblox.com/asset/?id=136897276"
  1902. x30.Volume = 1
  1903. x30.Looped = false
  1904. x30.PlayOnRemove = false
  1905. s15 = script:clone()
  1906. s15.Name = "Script"
  1907. s15.Disabled = false
  1908. so15 = Instance.new("StringValue", s15)
  1909. so15.Name = "forCustomRun"
  1910. so15.Value = [===[
  1911. function onClicked()
  1912. script.Parent.piano:Play()
  1913. end
  1914.  
  1915. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  1916. ]===]
  1917. s15.Parent = p91
  1918. p92 = Instance.new("Part", m)
  1919. p92.BrickColor = BrickColor.new("Really black")
  1920. p92.Name = "Key"
  1921. p92.CFrame = CFrame.new(-34.5990028, 4.51000023, -1.4000001, -1, 3.05118865e-005, 0.000159987816, 0.000159985895, -6.31803268e-005, 1, 3.05219946e-005, 1, 6.31754374e-005)
  1922. p92.Anchored = true
  1923. p92.FormFactor = Enum.FormFactor.Custom
  1924. p92.Size = Vector3.new(1, 0.200000003, 0.300000012)
  1925. p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1926. p92.BottomSurface = Enum.SurfaceType.Weld
  1927. p92.FrontSurface = Enum.SurfaceType.Weld
  1928. p92.LeftSurface = Enum.SurfaceType.Weld
  1929. p92.RightSurface = Enum.SurfaceType.Weld
  1930. p92.TopSurface = Enum.SurfaceType.Weld
  1931. x31 = Instance.new("ClickDetector", p92)
  1932. x31.MaxActivationDistance = 32
  1933. x32 = Instance.new("Sound", p92)
  1934. x32.Name = "piano"
  1935. x32.Pitch = 0.80000001192093
  1936. x32.SoundId = "http://www.roblox.com/asset/?id=136897276"
  1937. x32.Volume = 1
  1938. x32.Looped = false
  1939. x32.PlayOnRemove = false
  1940. s16 = script:clone()
  1941. s16.Name = "Script"
  1942. s16.Disabled = false
  1943. so16 = Instance.new("StringValue", s16)
  1944. so16.Name = "forCustomRun"
  1945. so16.Value = [===[
  1946. function onClicked()
  1947. script.Parent.piano:Play()
  1948. end
  1949.  
  1950. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  1951. ]===]
  1952. s16.Parent = p92
  1953. p93 = Instance.new("Part", m)
  1954. p93.BrickColor = BrickColor.new("Really black")
  1955. p93.Name = "Key"
  1956. p93.CFrame = CFrame.new(-34.5990028, 4.51000023, -1.80000007, -1, 3.05118865e-005, 0.000159987816, 0.000159985895, -6.31803268e-005, 1, 3.05219946e-005, 1, 6.31754374e-005)
  1957. p93.Anchored = true
  1958. p93.FormFactor = Enum.FormFactor.Custom
  1959. p93.Size = Vector3.new(1, 0.200000003, 0.300000012)
  1960. p93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1961. p93.BottomSurface = Enum.SurfaceType.Weld
  1962. p93.FrontSurface = Enum.SurfaceType.Weld
  1963. p93.LeftSurface = Enum.SurfaceType.Weld
  1964. p93.RightSurface = Enum.SurfaceType.Weld
  1965. p93.TopSurface = Enum.SurfaceType.Weld
  1966. x33 = Instance.new("ClickDetector", p93)
  1967. x33.MaxActivationDistance = 32
  1968. x34 = Instance.new("Sound", p93)
  1969. x34.Name = "piano"
  1970. x34.Pitch = 1
  1971. x34.SoundId = "http://www.roblox.com/asset/?id=136897276"
  1972. x34.Volume = 1
  1973. x34.Looped = false
  1974. x34.PlayOnRemove = false
  1975. s17 = script:clone()
  1976. s17.Name = "Script"
  1977. s17.Disabled = false
  1978. so17 = Instance.new("StringValue", s17)
  1979. so17.Name = "forCustomRun"
  1980. so17.Value = [===[
  1981. function onClicked()
  1982. script.Parent.piano:Play()
  1983. end
  1984.  
  1985. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  1986. ]===]
  1987. s17.Parent = p93
  1988. p94 = Instance.new("Part", m)
  1989. p94.BrickColor = BrickColor.new("Cool yellow")
  1990. p94.Name = "Key"
  1991. p94.CFrame = CFrame.new(-34.5990028, 4.56100035, -1.60000002, 1, 1.26409959e-005, -5.57987732e-005, 5.57988024e-005, -2.14696047e-006, 1, 1.26408777e-005, -0.99999994, -2.14766624e-006)
  1992. p94.Anchored = true
  1993. p94.FormFactor = Enum.FormFactor.Custom
  1994. p94.Size = Vector3.new(1, 0.200000003, 0.200000003)
  1995. p94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1996. p94.BottomSurface = Enum.SurfaceType.Weld
  1997. p94.FrontSurface = Enum.SurfaceType.Weld
  1998. p94.LeftSurface = Enum.SurfaceType.Weld
  1999. p94.RightSurface = Enum.SurfaceType.Weld
  2000. p94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2001. x35 = Instance.new("ClickDetector", p94)
  2002. x35.MaxActivationDistance = 32
  2003. x36 = Instance.new("Sound", p94)
  2004. x36.Name = "piano"
  2005. x36.Pitch = 0.89999997615814
  2006. x36.SoundId = "http://www.roblox.com/asset/?id=136897276"
  2007. x36.Volume = 1
  2008. x36.Looped = false
  2009. x36.PlayOnRemove = false
  2010. s18 = script:clone()
  2011. s18.Name = "Script"
  2012. s18.Disabled = false
  2013. so18 = Instance.new("StringValue", s18)
  2014. so18.Name = "forCustomRun"
  2015. so18.Value = [===[
  2016. function onClicked()
  2017. script.Parent.piano:Play()
  2018. end
  2019.  
  2020. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  2021. ]===]
  2022. s18.Parent = p94
  2023. p95 = Instance.new("Part", m)
  2024. p95.BrickColor = BrickColor.new("Cool yellow")
  2025. p95.Name = "Key"
  2026. p95.CFrame = CFrame.new(-34.5990028, 4.56100035, -1.20000005, 1, 1.26409959e-005, -5.57987732e-005, 5.57988024e-005, -2.14696047e-006, 1, 1.26408777e-005, -0.99999994, -2.14766624e-006)
  2027. p95.Anchored = true
  2028. p95.FormFactor = Enum.FormFactor.Custom
  2029. p95.Size = Vector3.new(1, 0.200000003, 0.200000003)
  2030. p95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2031. p95.BottomSurface = Enum.SurfaceType.Weld
  2032. p95.FrontSurface = Enum.SurfaceType.Weld
  2033. p95.LeftSurface = Enum.SurfaceType.Weld
  2034. p95.RightSurface = Enum.SurfaceType.Weld
  2035. p95.TopSurface = Enum.SurfaceType.Weld
  2036. x37 = Instance.new("ClickDetector", p95)
  2037. x37.MaxActivationDistance = 32
  2038. x38 = Instance.new("Sound", p95)
  2039. x38.Name = "piano"
  2040. x38.Pitch = 0.40000000596046
  2041. x38.SoundId = "http://www.roblox.com/asset/?id=136897276"
  2042. x38.Volume = 1
  2043. x38.Looped = false
  2044. x38.PlayOnRemove = false
  2045. s19 = script:clone()
  2046. s19.Name = "Script"
  2047. s19.Disabled = false
  2048. so19 = Instance.new("StringValue", s19)
  2049. so19.Name = "forCustomRun"
  2050. so19.Value = [===[
  2051. function onClicked()
  2052. script.Parent.piano:Play()
  2053. end
  2054.  
  2055. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  2056. ]===]
  2057. s19.Parent = p95
  2058. p96 = Instance.new("Part", m)
  2059. p96.BrickColor = BrickColor.new("Cool yellow")
  2060. p96.Name = "Key"
  2061. p96.CFrame = CFrame.new(-34.5990028, 4.56100035, -0.800000012, 1, 1.26409959e-005, -5.57987732e-005, 5.57988024e-005, -2.14696047e-006, 1, 1.26408777e-005, -0.99999994, -2.14766624e-006)
  2062. p96.Anchored = true
  2063. p96.FormFactor = Enum.FormFactor.Custom
  2064. p96.Size = Vector3.new(1, 0.200000003, 0.200000003)
  2065. p96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2066. p96.BottomSurface = Enum.SurfaceType.Weld
  2067. p96.FrontSurface = Enum.SurfaceType.Weld
  2068. p96.LeftSurface = Enum.SurfaceType.Weld
  2069. p96.RightSurface = Enum.SurfaceType.Weld
  2070. p96.TopSurface = Enum.SurfaceType.Weld
  2071. x39 = Instance.new("ClickDetector", p96)
  2072. x39.MaxActivationDistance = 32
  2073. x40 = Instance.new("Sound", p96)
  2074. x40.Name = "piano"
  2075. x40.Pitch = 1.2000000476837
  2076. x40.SoundId = "http://www.roblox.com/asset/?id=136786442"
  2077. x40.Volume = 1
  2078. x40.Looped = false
  2079. x40.PlayOnRemove = false
  2080. s20 = script:clone()
  2081. s20.Name = "Script"
  2082. s20.Disabled = false
  2083. so20 = Instance.new("StringValue", s20)
  2084. so20.Name = "forCustomRun"
  2085. so20.Value = [===[
  2086. function onClicked()
  2087. script.Parent.piano:Play()
  2088. end
  2089.  
  2090. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  2091. ]===]
  2092. s20.Parent = p96
  2093. p97 = Instance.new("Part", m)
  2094. p97.BrickColor = BrickColor.new("Cool yellow")
  2095. p97.Name = "Key"
  2096. p97.CFrame = CFrame.new(-34.5990028, 4.56100035, -0.400000006, 1, 1.26409959e-005, -5.57987732e-005, 5.57988024e-005, -2.14696047e-006, 1, 1.26408777e-005, -0.99999994, -2.14766624e-006)
  2097. p97.Anchored = true
  2098. p97.FormFactor = Enum.FormFactor.Custom
  2099. p97.Size = Vector3.new(1, 0.200000003, 0.200000003)
  2100. p97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2101. p97.BottomSurface = Enum.SurfaceType.Weld
  2102. p97.FrontSurface = Enum.SurfaceType.Weld
  2103. p97.LeftSurface = Enum.SurfaceType.Weld
  2104. p97.RightSurface = Enum.SurfaceType.Weld
  2105. p97.TopSurface = Enum.SurfaceType.Weld
  2106. x41 = Instance.new("ClickDetector", p97)
  2107. x41.MaxActivationDistance = 32
  2108. x42 = Instance.new("Sound", p97)
  2109. x42.Name = "piano"
  2110. x42.Pitch = 1
  2111. x42.SoundId = "http://www.roblox.com/asset/?id=136786442"
  2112. x42.Volume = 1
  2113. x42.Looped = false
  2114. x42.PlayOnRemove = false
  2115. s21 = script:clone()
  2116. s21.Name = "Script"
  2117. s21.Disabled = false
  2118. so21 = Instance.new("StringValue", s21)
  2119. so21.Name = "forCustomRun"
  2120. so21.Value = [===[
  2121. function onClicked()
  2122. script.Parent.piano:Play()
  2123. end
  2124.  
  2125. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  2126. ]===]
  2127. s21.Parent = p97
  2128. p98 = Instance.new("Part", m)
  2129. p98.BrickColor = BrickColor.new("Really black")
  2130. p98.Name = "Key"
  2131. p98.CFrame = CFrame.new(-34.5990028, 4.51000023, -0.200000003, -1, 3.05118865e-005, 0.000159987816, 0.000159985895, -6.31803268e-005, 1, 3.05219946e-005, 1, 6.31754374e-005)
  2132. p98.Anchored = true
  2133. p98.FormFactor = Enum.FormFactor.Custom
  2134. p98.Size = Vector3.new(1, 0.200000003, 0.300000012)
  2135. p98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2136. p98.BottomSurface = Enum.SurfaceType.Weld
  2137. p98.FrontSurface = Enum.SurfaceType.Weld
  2138. p98.LeftSurface = Enum.SurfaceType.Weld
  2139. p98.RightSurface = Enum.SurfaceType.Weld
  2140. p98.TopSurface = Enum.SurfaceType.Weld
  2141. x43 = Instance.new("ClickDetector", p98)
  2142. x43.MaxActivationDistance = 32
  2143. x44 = Instance.new("Sound", p98)
  2144. x44.Name = "piano"
  2145. x44.Pitch = 0.89999997615814
  2146. x44.SoundId = "http://www.roblox.com/asset/?id=136786442"
  2147. x44.Volume = 1
  2148. x44.Looped = false
  2149. x44.PlayOnRemove = false
  2150. s22 = script:clone()
  2151. s22.Name = "Script"
  2152. s22.Disabled = false
  2153. so22 = Instance.new("StringValue", s22)
  2154. so22.Name = "forCustomRun"
  2155. so22.Value = [===[
  2156. function onClicked()
  2157. script.Parent.piano:Play()
  2158. end
  2159.  
  2160. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  2161. ]===]
  2162. s22.Parent = p98
  2163. p99 = Instance.new("Part", m)
  2164. p99.BrickColor = BrickColor.new("Cool yellow")
  2165. p99.Name = "Key"
  2166. p99.CFrame = CFrame.new(-34.5990028, 4.56100035, 0, 1, 1.26409959e-005, -5.57987732e-005, 5.57988024e-005, -2.14696047e-006, 1, 1.26408777e-005, -0.99999994, -2.14766624e-006)
  2167. p99.Anchored = true
  2168. p99.FormFactor = Enum.FormFactor.Custom
  2169. p99.Size = Vector3.new(1, 0.200000003, 0.200000003)
  2170. p99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2171. p99.BottomSurface = Enum.SurfaceType.Weld
  2172. p99.FrontSurface = Enum.SurfaceType.Weld
  2173. p99.LeftSurface = Enum.SurfaceType.Weld
  2174. p99.RightSurface = Enum.SurfaceType.Weld
  2175. p99.TopSurface = Enum.SurfaceType.Weld
  2176. x45 = Instance.new("ClickDetector", p99)
  2177. x45.MaxActivationDistance = 32
  2178. x46 = Instance.new("Sound", p99)
  2179. x46.Name = "piano"
  2180. x46.Pitch = 0.80000001192093
  2181. x46.SoundId = "http://www.roblox.com/asset/?id=136786442"
  2182. x46.Volume = 1
  2183. x46.Looped = false
  2184. x46.PlayOnRemove = false
  2185. s23 = script:clone()
  2186. s23.Name = "Script"
  2187. s23.Disabled = false
  2188. so23 = Instance.new("StringValue", s23)
  2189. so23.Name = "forCustomRun"
  2190. so23.Value = [===[
  2191. function onClicked()
  2192. script.Parent.piano:Play()
  2193. end
  2194.  
  2195. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  2196. ]===]
  2197. s23.Parent = p99
  2198. p100 = Instance.new("Part", m)
  2199. p100.BrickColor = BrickColor.new("Really black")
  2200. p100.Name = "Key"
  2201. p100.CFrame = CFrame.new(-34.5990028, 4.51000023, -3.80000019, -1, 3.05118865e-005, 0.000159987816, 0.000159985895, -6.31803268e-005, 1, 3.05219946e-005, 1, 6.31754374e-005)
  2202. p100.Anchored = true
  2203. p100.FormFactor = Enum.FormFactor.Custom
  2204. p100.Size = Vector3.new(1, 0.200000003, 0.300000012)
  2205. p100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2206. p100.BottomSurface = Enum.SurfaceType.Weld
  2207. p100.FrontSurface = Enum.SurfaceType.Weld
  2208. p100.LeftSurface = Enum.SurfaceType.Weld
  2209. p100.RightSurface = Enum.SurfaceType.Weld
  2210. p100.TopSurface = Enum.SurfaceType.Weld
  2211. x47 = Instance.new("ClickDetector", p100)
  2212. x47.MaxActivationDistance = 32
  2213. x48 = Instance.new("Sound", p100)
  2214. x48.Name = "piano"
  2215. x48.Pitch = 3.5
  2216. x48.SoundId = "http://www.roblox.com/asset/?id=137034519"
  2217. x48.Volume = 1
  2218. x48.Looped = false
  2219. x48.PlayOnRemove = false
  2220. s24 = script:clone()
  2221. s24.Name = "Script"
  2222. s24.Disabled = false
  2223. so24 = Instance.new("StringValue", s24)
  2224. so24.Name = "forCustomRun"
  2225. so24.Value = [===[
  2226. function onClicked()
  2227. script.Parent.piano:Play()
  2228. end
  2229.  
  2230. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  2231. ]===]
  2232. s24.Parent = p100
  2233. p101 = Instance.new("Part", m)
  2234. p101.BrickColor = BrickColor.new("Cool yellow")
  2235. p101.Name = "Key"
  2236. p101.CFrame = CFrame.new(-34.5990028, 4.56100035, -3.60000014, 1, 1.26409959e-005, -5.57987732e-005, 5.57988024e-005, -2.14696047e-006, 1, 1.26408777e-005, -0.99999994, -2.14766624e-006)
  2237. p101.Anchored = true
  2238. p101.FormFactor = Enum.FormFactor.Custom
  2239. p101.Size = Vector3.new(1, 0.200000003, 0.200000003)
  2240. p101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2241. p101.BottomSurface = Enum.SurfaceType.Weld
  2242. p101.FrontSurface = Enum.SurfaceType.Weld
  2243. p101.LeftSurface = Enum.SurfaceType.Weld
  2244. p101.RightSurface = Enum.SurfaceType.Weld
  2245. p101.TopSurface = Enum.SurfaceType.Weld
  2246. x49 = Instance.new("ClickDetector", p101)
  2247. x49.MaxActivationDistance = 32
  2248. x50 = Instance.new("Sound", p101)
  2249. x50.Name = "piano"
  2250. x50.Pitch = 3
  2251. x50.SoundId = "http://www.roblox.com/asset/?id=137034519"
  2252. x50.Volume = 1
  2253. x50.Looped = false
  2254. x50.PlayOnRemove = false
  2255. s25 = script:clone()
  2256. s25.Name = "Script"
  2257. s25.Disabled = false
  2258. so25 = Instance.new("StringValue", s25)
  2259. so25.Name = "forCustomRun"
  2260. so25.Value = [===[
  2261. function onClicked()
  2262. script.Parent.piano:Play()
  2263. end
  2264.  
  2265. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  2266. ]===]
  2267. s25.Parent = p101
  2268. p102 = Instance.new("Part", m)
  2269. p102.BrickColor = BrickColor.new("Really black")
  2270. p102.Name = "Key"
  2271. p102.CFrame = CFrame.new(-34.5990028, 4.51000023, -4.20000029, -1, 3.05118865e-005, 0.000159987816, 0.000159985895, -6.31803268e-005, 1, 3.05219946e-005, 1, 6.31754374e-005)
  2272. p102.Anchored = true
  2273. p102.FormFactor = Enum.FormFactor.Custom
  2274. p102.Size = Vector3.new(1, 0.200000003, 0.300000012)
  2275. p102.BackSurface = Enum.SurfaceType.Weld
  2276. p102.BottomSurface = Enum.SurfaceType.Weld
  2277. p102.FrontSurface = Enum.SurfaceType.Weld
  2278. p102.LeftSurface = Enum.SurfaceType.Weld
  2279. p102.RightSurface = Enum.SurfaceType.Weld
  2280. p102.TopSurface = Enum.SurfaceType.Weld
  2281. x51 = Instance.new("ClickDetector", p102)
  2282. x51.MaxActivationDistance = 32
  2283. x52 = Instance.new("Sound", p102)
  2284. x52.Name = "piano"
  2285. x52.Pitch = 4
  2286. x52.SoundId = "http://www.roblox.com/asset/?id=137034519"
  2287. x52.Volume = 1
  2288. x52.Looped = false
  2289. x52.PlayOnRemove = false
  2290. s26 = script:clone()
  2291. s26.Name = "Script"
  2292. s26.Disabled = false
  2293. so26 = Instance.new("StringValue", s26)
  2294. so26.Name = "forCustomRun"
  2295. so26.Value = [===[
  2296. function onClicked()
  2297. script.Parent.piano:Play()
  2298. end
  2299.  
  2300. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  2301. ]===]
  2302. s26.Parent = p102
  2303. p103 = Instance.new("Part", m)
  2304. p103.BrickColor = BrickColor.new("Cool yellow")
  2305. p103.Name = "Key"
  2306. p103.CFrame = CFrame.new(-34.5990028, 4.56100035, -2, 1, 1.26409959e-005, -5.57987732e-005, 5.57988024e-005, -2.14696047e-006, 1, 1.26408777e-005, -0.99999994, -2.14766624e-006)
  2307. p103.Anchored = true
  2308. p103.FormFactor = Enum.FormFactor.Custom
  2309. p103.Size = Vector3.new(1, 0.200000003, 0.200000003)
  2310. p103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2311. p103.BottomSurface = Enum.SurfaceType.Weld
  2312. p103.FrontSurface = Enum.SurfaceType.Weld
  2313. p103.LeftSurface = Enum.SurfaceType.Weld
  2314. p103.RightSurface = Enum.SurfaceType.Weld
  2315. p103.TopSurface = Enum.SurfaceType.Weld
  2316. x53 = Instance.new("ClickDetector", p103)
  2317. x53.MaxActivationDistance = 32
  2318. x54 = Instance.new("Sound", p103)
  2319. x54.Name = "piano"
  2320. x54.Pitch = 1.1000000238419
  2321. x54.SoundId = "http://www.roblox.com/asset/?id=136897276"
  2322. x54.Volume = 1
  2323. x54.Looped = false
  2324. x54.PlayOnRemove = false
  2325. s27 = script:clone()
  2326. s27.Name = "Script"
  2327. s27.Disabled = false
  2328. so27 = Instance.new("StringValue", s27)
  2329. so27.Name = "forCustomRun"
  2330. so27.Value = [===[
  2331. function onClicked()
  2332. script.Parent.piano:Play()
  2333. end
  2334.  
  2335. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  2336. ]===]
  2337. s27.Parent = p103
  2338. p104 = Instance.new("Part", m)
  2339. p104.BrickColor = BrickColor.new("Cool yellow")
  2340. p104.Name = "Key"
  2341. p104.CFrame = CFrame.new(-34.5990028, 4.56100035, -4, 1, 1.26409959e-005, -5.57987732e-005, 5.57988024e-005, -2.14696047e-006, 1, 1.26408777e-005, -0.99999994, -2.14766624e-006)
  2342. p104.Anchored = true
  2343. p104.FormFactor = Enum.FormFactor.Custom
  2344. p104.Size = Vector3.new(1, 0.200000003, 0.200000003)
  2345. p104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2346. p104.BottomSurface = Enum.SurfaceType.Weld
  2347. p104.FrontSurface = Enum.SurfaceType.Weld
  2348. p104.LeftSurface = Enum.SurfaceType.Weld
  2349. p104.RightSurface = Enum.SurfaceType.Weld
  2350. p104.TopSurface = Enum.SurfaceType.Weld
  2351. x55 = Instance.new("ClickDetector", p104)
  2352. x55.MaxActivationDistance = 32
  2353. x56 = Instance.new("Sound", p104)
  2354. x56.Name = "piano"
  2355. x56.Pitch = 4
  2356. x56.SoundId = "http://www.roblox.com/asset/?id=137034519"
  2357. x56.Volume = 1
  2358. x56.Looped = false
  2359. x56.PlayOnRemove = false
  2360. s28 = script:clone()
  2361. s28.Name = "Script"
  2362. s28.Disabled = false
  2363. so28 = Instance.new("StringValue", s28)
  2364. so28.Name = "forCustomRun"
  2365. so28.Value = [===[
  2366. function onClicked()
  2367. script.Parent.piano:Play()
  2368. end
  2369.  
  2370. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  2371. ]===]
  2372. s28.Parent = p104
  2373. p105 = Instance.new("Part", m)
  2374. p105.BrickColor = BrickColor.new("Cool yellow")
  2375. p105.Name = "Key"
  2376. p105.CFrame = CFrame.new(-34.5990028, 4.56100035, -4.4000001, 1, 1.26409959e-005, -5.57987732e-005, 5.57988024e-005, -2.14696047e-006, 1, 1.26408777e-005, -0.99999994, -2.14766624e-006)
  2377. p105.Anchored = true
  2378. p105.FormFactor = Enum.FormFactor.Custom
  2379. p105.Size = Vector3.new(1, 0.200000003, 0.200000003)
  2380. p105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2381. p105.BottomSurface = Enum.SurfaceType.Weld
  2382. p105.FrontSurface = Enum.SurfaceType.Weld
  2383. p105.LeftSurface = Enum.SurfaceType.Weld
  2384. p105.RightSurface = Enum.SurfaceType.Weld
  2385. p105.TopSurface = Enum.SurfaceType.Weld
  2386. x57 = Instance.new("ClickDetector", p105)
  2387. x57.MaxActivationDistance = 32
  2388. x58 = Instance.new("Sound", p105)
  2389. x58.Name = "piano"
  2390. x58.Pitch = 4.5
  2391. x58.SoundId = "http://www.roblox.com/asset/?id=137034519"
  2392. x58.Volume = 1
  2393. x58.Looped = false
  2394. x58.PlayOnRemove = false
  2395. s29 = script:clone()
  2396. s29.Name = "Script"
  2397. s29.Disabled = false
  2398. so29 = Instance.new("StringValue", s29)
  2399. so29.Name = "forCustomRun"
  2400. so29.Value = [===[
  2401. function onClicked()
  2402. script.Parent.piano:Play()
  2403. end
  2404.  
  2405. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  2406. ]===]
  2407. s29.Parent = p105
  2408. p106 = Instance.new("Part", m)
  2409. p106.BrickColor = BrickColor.new("Cool yellow")
  2410. p106.Name = "Key"
  2411. p106.CFrame = CFrame.new(-34.5990028, 4.56100035, -4.80000019, 1, 1.26409959e-005, -5.57987732e-005, 5.57988024e-005, -2.14696047e-006, 1, 1.26408777e-005, -0.99999994, -2.14766624e-006)
  2412. p106.Anchored = true
  2413. p106.FormFactor = Enum.FormFactor.Custom
  2414. p106.Size = Vector3.new(1, 0.200000003, 0.200000003)
  2415. p106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2416. p106.BottomSurface = Enum.SurfaceType.Weld
  2417. p106.FrontSurface = Enum.SurfaceType.Weld
  2418. p106.LeftSurface = Enum.SurfaceType.Weld
  2419. p106.RightSurface = Enum.SurfaceType.Weld
  2420. p106.TopSurface = Enum.SurfaceType.Weld
  2421. x59 = Instance.new("ClickDetector", p106)
  2422. x59.MaxActivationDistance = 32
  2423. x60 = Instance.new("Sound", p106)
  2424. x60.Name = "piano"
  2425. x60.Pitch = 15
  2426. x60.SoundId = "http://www.roblox.com/asset/?id=136648577"
  2427. x60.Volume = 1
  2428. x60.Looped = false
  2429. x60.PlayOnRemove = false
  2430. s30 = script:clone()
  2431. s30.Name = "Script"
  2432. s30.Disabled = false
  2433. so30 = Instance.new("StringValue", s30)
  2434. so30.Name = "forCustomRun"
  2435. so30.Value = [===[
  2436. function onClicked()
  2437. script.Parent.piano:Play()
  2438. end
  2439.  
  2440. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  2441. ]===]
  2442. s30.Parent = p106
  2443. p107 = Instance.new("Part", m)
  2444. p107.BrickColor = BrickColor.new("Really black")
  2445. p107.Name = "Key"
  2446. p107.CFrame = CFrame.new(-34.5990028, 4.51000023, -3.4000001, -1, 3.05118865e-005, 0.000159987816, 0.000159985895, -6.31803268e-005, 1, 3.05219946e-005, 1, 6.31754374e-005)
  2447. p107.Anchored = true
  2448. p107.FormFactor = Enum.FormFactor.Custom
  2449. p107.Size = Vector3.new(1, 0.200000003, 0.300000012)
  2450. p107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2451. p107.BottomSurface = Enum.SurfaceType.Weld
  2452. p107.FrontSurface = Enum.SurfaceType.Weld
  2453. p107.LeftSurface = Enum.SurfaceType.Weld
  2454. p107.RightSurface = Enum.SurfaceType.Weld
  2455. p107.TopSurface = Enum.SurfaceType.Weld
  2456. x61 = Instance.new("ClickDetector", p107)
  2457. x61.MaxActivationDistance = 32
  2458. x62 = Instance.new("Sound", p107)
  2459. x62.Name = "piano"
  2460. x62.Pitch = 2.5
  2461. x62.SoundId = "http://www.roblox.com/asset/?id=137034519"
  2462. x62.Volume = 1
  2463. x62.Looped = false
  2464. x62.PlayOnRemove = false
  2465. s31 = script:clone()
  2466. s31.Name = "Script"
  2467. s31.Disabled = false
  2468. so31 = Instance.new("StringValue", s31)
  2469. so31.Name = "forCustomRun"
  2470. so31.Value = [===[
  2471. function onClicked()
  2472. script.Parent.piano:Play()
  2473. end
  2474.  
  2475. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  2476. ]===]
  2477. s31.Parent = p107
  2478. p108 = Instance.new("Part", m)
  2479. p108.BrickColor = BrickColor.new("Dark orange")
  2480. p108.Material = Enum.Material.Wood
  2481. p108.Reflectance = 0.10000000149012
  2482. p108.CFrame = CFrame.new(-34.3000031, 3.29900026, 1.50000012, 1, -3.05180438e-005, -3.05171125e-005, -3.05171125e-005, -1, 3.05180438e-005, -3.05180438e-005, -3.05171125e-005, -1)
  2483. p108.Anchored = true
  2484. p108.FormFactor = Enum.FormFactor.Plate
  2485. p108.Size = Vector3.new(1, 1.60000002, 1)
  2486. p108.BackSurface = Enum.SurfaceType.Weld
  2487. p108.BottomSurface = Enum.SurfaceType.Weld
  2488. p108.FrontSurface = Enum.SurfaceType.Weld
  2489. p108.LeftSurface = Enum.SurfaceType.Weld
  2490. p108.RightSurface = Enum.SurfaceType.Weld
  2491. p108.TopSurface = Enum.SurfaceType.Weld
  2492. b77 = Instance.new("SpecialMesh", p108)
  2493. b77.MeshType = Enum.MeshType.Brick
  2494. b77.Name = "Mesh"
  2495. b77.Scale = Vector3.new(0.200000003, 1, 0.200000003)
  2496. p109 = Instance.new("Part", m)
  2497. p109.BrickColor = BrickColor.new("Dark orange")
  2498. p109.Material = Enum.Material.Wood
  2499. p109.Reflectance = 0.10000000149012
  2500. p109.CFrame = CFrame.new(-34.3000031, 3.79900026, 1.50000012, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  2501. p109.Anchored = true
  2502. p109.FormFactor = Enum.FormFactor.Plate
  2503. p109.Size = Vector3.new(1, 0.400000006, 1)
  2504. p109.BackSurface = Enum.SurfaceType.Weld
  2505. p109.BottomSurface = Enum.SurfaceType.Weld
  2506. p109.FrontSurface = Enum.SurfaceType.Weld
  2507. p109.LeftSurface = Enum.SurfaceType.Weld
  2508. p109.RightSurface = Enum.SurfaceType.Weld
  2509. p109.TopSurface = Enum.SurfaceType.Weld
  2510. b78 = Instance.new("SpecialMesh", p109)
  2511. b78.MeshType = Enum.MeshType.Brick
  2512. b78.Name = "Mesh"
  2513. b78.Scale = Vector3.new(0.300000012, 0.199999928, 0.300000012)
  2514. p110 = Instance.new("Part", m)
  2515. p110.BrickColor = BrickColor.new("Dark orange")
  2516. p110.Material = Enum.Material.Wood
  2517. p110.Reflectance = 0.10000000149012
  2518. p110.CFrame = CFrame.new(-39.2999992, 3.79999995, -5.5, 1, -0, -0, 0, -1, -0, 0, -0, -1)
  2519. p110.Anchored = true
  2520. p110.FormFactor = Enum.FormFactor.Plate
  2521. p110.Size = Vector3.new(1, 0.400000006, 1)
  2522. p110.BackSurface = Enum.SurfaceType.Weld
  2523. p110.BottomSurface = Enum.SurfaceType.Weld
  2524. p110.FrontSurface = Enum.SurfaceType.Weld
  2525. p110.LeftSurface = Enum.SurfaceType.Weld
  2526. p110.RightSurface = Enum.SurfaceType.Weld
  2527. p110.TopSurface = Enum.SurfaceType.Weld
  2528. b79 = Instance.new("SpecialMesh", p110)
  2529. b79.MeshType = Enum.MeshType.Brick
  2530. b79.Name = "Mesh"
  2531. b79.Scale = Vector3.new(0.300000012, 0.199999928, 0.300000012)
  2532. p111 = Instance.new("Part", m)
  2533. p111.BrickColor = BrickColor.new("Dark orange")
  2534. p111.Material = Enum.Material.Wood
  2535. p111.Reflectance = 0.10000000149012
  2536. p111.CFrame = CFrame.new(-34.3000031, 4.09899998, -5.20000029, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  2537. p111.Anchored = true
  2538. p111.FormFactor = Enum.FormFactor.Plate
  2539. p111.Size = Vector3.new(1, 0.400000006, 1)
  2540. p111.BackSurface = Enum.SurfaceType.Weld
  2541. p111.BottomSurface = Enum.SurfaceType.Weld
  2542. p111.FrontSurface = Enum.SurfaceType.Weld
  2543. p111.LeftSurface = Enum.SurfaceType.Weld
  2544. p111.RightSurface = Enum.SurfaceType.Weld
  2545. p111.TopSurface = Enum.SurfaceType.Weld
  2546. b80 = Instance.new("SpecialMesh", p111)
  2547. b80.MeshType = Enum.MeshType.Brick
  2548. b80.Name = "Mesh"
  2549. b80.Scale = Vector3.new(0.300000012, 0.499999911, 0.300000012)
  2550. p112 = Instance.new("Part", m)
  2551. p112.BrickColor = BrickColor.new("Dark orange")
  2552. p112.Material = Enum.Material.Wood
  2553. p112.Reflectance = 0.10000000149012
  2554. p112.CFrame = CFrame.new(-39.2999992, 4.0999999, -5.5, 1, -0, -0, 0, -1, -0, 0, -0, -1)
  2555. p112.Anchored = true
  2556. p112.FormFactor = Enum.FormFactor.Plate
  2557. p112.Size = Vector3.new(1, 0.400000006, 1)
  2558. p112.BackSurface = Enum.SurfaceType.Weld
  2559. p112.BottomSurface = Enum.SurfaceType.Weld
  2560. p112.FrontSurface = Enum.SurfaceType.Weld
  2561. p112.LeftSurface = Enum.SurfaceType.Weld
  2562. p112.RightSurface = Enum.SurfaceType.Weld
  2563. p112.TopSurface = Enum.SurfaceType.Weld
  2564. b81 = Instance.new("SpecialMesh", p112)
  2565. b81.MeshType = Enum.MeshType.Brick
  2566. b81.Name = "Mesh"
  2567. b81.Scale = Vector3.new(0.300000012, 0.499999911, 0.300000012)
  2568. p113 = Instance.new("Part", m)
  2569. p113.BrickColor = BrickColor.new("Dark orange")
  2570. p113.Material = Enum.Material.Wood
  2571. p113.Reflectance = 0.10000000149012
  2572. p113.CFrame = CFrame.new(-37.6000023, 4.79900026, -5.35000038, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  2573. p113.Anchored = true
  2574. p113.FormFactor = Enum.FormFactor.Plate
  2575. p113.Size = Vector3.new(4, 1.20000005, 1)
  2576. p113.BackSurface = Enum.SurfaceType.Weld
  2577. p113.BottomSurface = Enum.SurfaceType.Weld
  2578. p113.FrontSurface = Enum.SurfaceType.Weld
  2579. p113.LeftSurface = Enum.SurfaceType.Weld
  2580. p113.RightSurface = Enum.SurfaceType.Weld
  2581. p113.TopSurface = Enum.SurfaceType.Weld
  2582. b82 = Instance.new("SpecialMesh", p113)
  2583. b82.MeshType = Enum.MeshType.Brick
  2584. b82.Name = "Mesh"
  2585. b82.Scale = Vector3.new(1, 0.699999928, 0.900000095)
  2586. p114 = Instance.new("Part", m)
  2587. p114.BrickColor = BrickColor.new("Dark orange")
  2588. p114.Material = Enum.Material.Wood
  2589. p114.Reflectance = 0.10000000149012
  2590. p114.CFrame = CFrame.new(-37.1000023, 4.79900026, -5.35000038, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  2591. p114.Anchored = true
  2592. p114.FormFactor = Enum.FormFactor.Plate
  2593. p114.Size = Vector3.new(4, 1.20000005, 1)
  2594. p114.BackSurface = Enum.SurfaceType.Weld
  2595. p114.BottomSurface = Enum.SurfaceType.Weld
  2596. p114.FrontSurface = Enum.SurfaceType.Weld
  2597. p114.LeftSurface = Enum.SurfaceType.Weld
  2598. p114.RightSurface = Enum.SurfaceType.Weld
  2599. p114.TopSurface = Enum.SurfaceType.Weld
  2600. b83 = Instance.new("SpecialMesh", p114)
  2601. b83.MeshType = Enum.MeshType.Brick
  2602. b83.Name = "Mesh"
  2603. b83.Scale = Vector3.new(1.00000012, 0.699999928, 0.900000095)
  2604. p115 = Instance.new("Part", m)
  2605. p115.BrickColor = BrickColor.new("Dark orange")
  2606. p115.Material = Enum.Material.Wood
  2607. p115.Reflectance = 0.10000000149012
  2608. p115.CFrame = CFrame.new(-37.6000023, 5.29900026, -5.35000038, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  2609. p115.Anchored = true
  2610. p115.FormFactor = Enum.FormFactor.Plate
  2611. p115.Size = Vector3.new(4, 0.400000006, 1)
  2612. p115.BackSurface = Enum.SurfaceType.Weld
  2613. p115.BottomSurface = Enum.SurfaceType.Weld
  2614. p115.FrontSurface = Enum.SurfaceType.Weld
  2615. p115.LeftSurface = Enum.SurfaceType.Weld
  2616. p115.RightSurface = Enum.SurfaceType.Weld
  2617. p115.TopSurface = Enum.SurfaceType.Weld
  2618. b84 = Instance.new("SpecialMesh", p115)
  2619. b84.MeshType = Enum.MeshType.Brick
  2620. b84.Name = "Mesh"
  2621. b84.Scale = Vector3.new(1.00000012, 0.199999928, 0.900000095)
  2622. p116 = Instance.new("Part", m)
  2623. p116.BrickColor = BrickColor.new("Dark orange")
  2624. p116.Material = Enum.Material.Wood
  2625. p116.Reflectance = 0.10000000149012
  2626. p116.CFrame = CFrame.new(-37.4000015, 5.29900026, -5.35000038, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  2627. p116.Anchored = true
  2628. p116.FormFactor = Enum.FormFactor.Plate
  2629. p116.Size = Vector3.new(4, 0.400000006, 1)
  2630. p116.BackSurface = Enum.SurfaceType.Weld
  2631. p116.BottomSurface = Enum.SurfaceType.Weld
  2632. p116.FrontSurface = Enum.SurfaceType.Weld
  2633. p116.LeftSurface = Enum.SurfaceType.Weld
  2634. p116.RightSurface = Enum.SurfaceType.Weld
  2635. p116.TopSurface = Enum.SurfaceType.Weld
  2636. b85 = Instance.new("SpecialMesh", p116)
  2637. b85.MeshType = Enum.MeshType.Brick
  2638. b85.Name = "Mesh"
  2639. b85.Scale = Vector3.new(1.00000012, 0.199999928, 0.900000095)
  2640. p117 = Instance.new("Part", m)
  2641. p117.BrickColor = BrickColor.new("Really black")
  2642. p117.Name = "Key"
  2643. p117.CFrame = CFrame.new(-34.5990028, 4.51000023, -5, -1, 3.05118865e-005, 0.000159987816, 0.000159985895, -6.31803268e-005, 1, 3.05219946e-005, 1, 6.31754374e-005)
  2644. p117.Anchored = true
  2645. p117.FormFactor = Enum.FormFactor.Custom
  2646. p117.Size = Vector3.new(1, 0.200000003, 0.300000012)
  2647. p117.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2648. p117.BottomSurface = Enum.SurfaceType.Weld
  2649. p117.FrontSurface = Enum.SurfaceType.Weld
  2650. p117.LeftSurface = Enum.SurfaceType.Weld
  2651. p117.RightSurface = Enum.SurfaceType.Weld
  2652. p117.TopSurface = Enum.SurfaceType.Weld
  2653. x63 = Instance.new("ClickDetector", p117)
  2654. x63.MaxActivationDistance = 32
  2655. x64 = Instance.new("Sound", p117)
  2656. x64.Name = "piano"
  2657. x64.Pitch = 15.5
  2658. x64.SoundId = "http://www.roblox.com/asset/?id=136648577"
  2659. x64.Volume = 1
  2660. x64.Looped = false
  2661. x64.PlayOnRemove = false
  2662. s32 = script:clone()
  2663. s32.Name = "Script"
  2664. s32.Disabled = false
  2665. so32 = Instance.new("StringValue", s32)
  2666. so32.Name = "forCustomRun"
  2667. so32.Value = [===[
  2668. function onClicked()
  2669. script.Parent.piano:Play()
  2670. end
  2671.  
  2672. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  2673. ]===]
  2674. s32.Parent = p117
  2675. p118 = Instance.new("Part", m)
  2676. p118.BrickColor = BrickColor.new("Cool yellow")
  2677. p118.Name = "Key"
  2678. p118.CFrame = CFrame.new(-34.5990028, 4.56100035, -5.20000029, 1, 1.26409959e-005, -5.57987732e-005, 5.57988024e-005, -2.14696047e-006, 1, 1.26408777e-005, -0.99999994, -2.14766624e-006)
  2679. p118.Anchored = true
  2680. p118.FormFactor = Enum.FormFactor.Custom
  2681. p118.Size = Vector3.new(1, 0.200000003, 0.200000003)
  2682. p118.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2683. p118.BottomSurface = Enum.SurfaceType.Weld
  2684. p118.FrontSurface = Enum.SurfaceType.Weld
  2685. p118.LeftSurface = Enum.SurfaceType.Weld
  2686. p118.RightSurface = Enum.SurfaceType.Weld
  2687. p118.TopSurface = Enum.SurfaceType.Weld
  2688. x65 = Instance.new("ClickDetector", p118)
  2689. x65.MaxActivationDistance = 32
  2690. x66 = Instance.new("Sound", p118)
  2691. x66.Name = "piano"
  2692. x66.Pitch = 16
  2693. x66.SoundId = "http://www.roblox.com/asset/?id=136648577"
  2694. x66.Volume = 1
  2695. x66.Looped = false
  2696. x66.PlayOnRemove = false
  2697. s33 = script:clone()
  2698. s33.Name = "Script"
  2699. s33.Disabled = false
  2700. so33 = Instance.new("StringValue", s33)
  2701. so33.Name = "forCustomRun"
  2702. so33.Value = [===[
  2703. function onClicked()
  2704. script.Parent.piano:Play()
  2705. end
  2706.  
  2707. script.Parent.ClickDetector.MouseClick:connect(onClicked)
  2708. ]===]
  2709. s33.Parent = p118
  2710. p119 = Instance.new("Part", m)
  2711. p119.BrickColor = BrickColor.new("Dark orange")
  2712. p119.Material = Enum.Material.Wood
  2713. p119.Reflectance = 0.10000000149012
  2714. p119.CFrame = CFrame.new(-34.3000031, 2.29900002, 1.50000012, 1, -3.05180438e-005, -3.05171125e-005, -3.05171125e-005, -1, 3.05180438e-005, -3.05180438e-005, -3.05171125e-005, -1)
  2715. p119.Anchored = true
  2716. p119.FormFactor = Enum.FormFactor.Plate
  2717. p119.Size = Vector3.new(1, 0.400000006, 1)
  2718. p119.BackSurface = Enum.SurfaceType.Weld
  2719. p119.BottomSurface = Enum.SurfaceType.Weld
  2720. p119.FrontSurface = Enum.SurfaceType.Weld
  2721. p119.LeftSurface = Enum.SurfaceType.Weld
  2722. p119.RightSurface = Enum.SurfaceType.Weld
  2723. p119.TopSurface = Enum.SurfaceType.Weld
  2724. b86 = Instance.new("SpecialMesh", p119)
  2725. b86.MeshType = Enum.MeshType.Brick
  2726. b86.Name = "Mesh"
  2727. b86.Scale = Vector3.new(0.200000018, 2.00000024, 0.200000018)
  2728. p120 = Instance.new("Part", m)
  2729. p120.BrickColor = BrickColor.new("Dark orange")
  2730. p120.Material = Enum.Material.Wood
  2731. p120.Reflectance = 0.10000000149012
  2732. p120.CFrame = CFrame.new(-34.3000031, 3.29900026, -5.50000048, 1, -3.05180438e-005, -3.05171125e-005, -3.05171125e-005, -1, 3.05180438e-005, -3.05180438e-005, -3.05171125e-005, -1)
  2733. p120.Anchored = true
  2734. p120.FormFactor = Enum.FormFactor.Plate
  2735. p120.Size = Vector3.new(1, 1.60000002, 1)
  2736. p120.BackSurface = Enum.SurfaceType.Weld
  2737. p120.BottomSurface = Enum.SurfaceType.Weld
  2738. p120.FrontSurface = Enum.SurfaceType.Weld
  2739. p120.LeftSurface = Enum.SurfaceType.Weld
  2740. p120.RightSurface = Enum.SurfaceType.Weld
  2741. p120.TopSurface = Enum.SurfaceType.Weld
  2742. b87 = Instance.new("SpecialMesh", p120)
  2743. b87.MeshType = Enum.MeshType.Brick
  2744. b87.Name = "Mesh"
  2745. b87.Scale = Vector3.new(0.200000018, 1, 0.200000018)
  2746. p121 = Instance.new("Part", m)
  2747. p121.BrickColor = BrickColor.new("Dark orange")
  2748. p121.Material = Enum.Material.Wood
  2749. p121.Reflectance = 0.10000000149012
  2750. p121.CFrame = CFrame.new(-34.3000031, 2.19900012, 1.50000012, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  2751. p121.Anchored = true
  2752. p121.FormFactor = Enum.FormFactor.Plate
  2753. p121.Size = Vector3.new(1, 0.400000006, 1)
  2754. p121.BackSurface = Enum.SurfaceType.Weld
  2755. p121.BottomSurface = Enum.SurfaceType.Weld
  2756. p121.FrontSurface = Enum.SurfaceType.Weld
  2757. p121.LeftSurface = Enum.SurfaceType.Weld
  2758. p121.RightSurface = Enum.SurfaceType.Weld
  2759. p121.TopSurface = Enum.SurfaceType.Weld
  2760. b88 = Instance.new("SpecialMesh", p121)
  2761. b88.MeshType = Enum.MeshType.Brick
  2762. b88.Name = "Mesh"
  2763. b88.Scale = Vector3.new(0.300000012, 0.199999928, 0.300000012)
  2764. p122 = Instance.new("Part", m)
  2765. p122.BrickColor = BrickColor.new("Dark orange")
  2766. p122.Material = Enum.Material.Wood
  2767. p122.Reflectance = 0.10000000149012
  2768. p122.CFrame = CFrame.new(-34.3000031, 3.79900026, -5.50000048, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  2769. p122.Anchored = true
  2770. p122.FormFactor = Enum.FormFactor.Plate
  2771. p122.Size = Vector3.new(1, 0.400000006, 1)
  2772. p122.BackSurface = Enum.SurfaceType.Weld
  2773. p122.BottomSurface = Enum.SurfaceType.Weld
  2774. p122.FrontSurface = Enum.SurfaceType.Weld
  2775. p122.LeftSurface = Enum.SurfaceType.Weld
  2776. p122.RightSurface = Enum.SurfaceType.Weld
  2777. p122.TopSurface = Enum.SurfaceType.Weld
  2778. b89 = Instance.new("SpecialMesh", p122)
  2779. b89.MeshType = Enum.MeshType.Brick
  2780. b89.Name = "Mesh"
  2781. b89.Scale = Vector3.new(0.300000012, 0.199999928, 0.300000012)
  2782. p123 = Instance.new("Part", m)
  2783. p123.BrickColor = BrickColor.new("Dark orange")
  2784. p123.Material = Enum.Material.Wood
  2785. p123.Reflectance = 0.10000000149012
  2786. p123.CFrame = CFrame.new(-34.6000023, 4.09899998, -5.50000048, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  2787. p123.Anchored = true
  2788. p123.FormFactor = Enum.FormFactor.Plate
  2789. p123.Size = Vector3.new(1, 0.400000006, 1)
  2790. p123.BackSurface = Enum.SurfaceType.Weld
  2791. p123.BottomSurface = Enum.SurfaceType.Weld
  2792. p123.FrontSurface = Enum.SurfaceType.Weld
  2793. p123.LeftSurface = Enum.SurfaceType.Weld
  2794. p123.RightSurface = Enum.SurfaceType.Weld
  2795. p123.TopSurface = Enum.SurfaceType.Weld
  2796. b90 = Instance.new("SpecialMesh", p123)
  2797. b90.MeshType = Enum.MeshType.Brick
  2798. b90.Name = "Mesh"
  2799. b90.Scale = Vector3.new(0.300000012, 0.499999911, 0.300000012)
  2800. p124 = Instance.new("Part", m)
  2801. p124.BrickColor = BrickColor.new("Dark orange")
  2802. p124.Material = Enum.Material.Wood
  2803. p124.Reflectance = 0.10000000149012
  2804. p124.CFrame = CFrame.new(-34.3000031, 1.49900007, 1.50000012, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  2805. p124.Anchored = true
  2806. p124.FormFactor = Enum.FormFactor.Plate
  2807. p124.Size = Vector3.new(1, 0.400000006, 1)
  2808. p124.BackSurface = Enum.SurfaceType.Weld
  2809. p124.BottomSurface = Enum.SurfaceType.Weld
  2810. p124.FrontSurface = Enum.SurfaceType.Weld
  2811. p124.LeftSurface = Enum.SurfaceType.Weld
  2812. p124.RightSurface = Enum.SurfaceType.Weld
  2813. p124.TopSurface = Enum.SurfaceType.Weld
  2814. b91 = Instance.new("SpecialMesh", p124)
  2815. b91.MeshType = Enum.MeshType.Brick
  2816. b91.Name = "Mesh"
  2817. b91.Scale = Vector3.new(0.200000018, 1, 0.200000018)
  2818. p125 = Instance.new("Part", m)
  2819. p125.BrickColor = BrickColor.new("Dark orange")
  2820. p125.Material = Enum.Material.Wood
  2821. p125.Reflectance = 0.10000000149012
  2822. p125.CFrame = CFrame.new(-34.3000031, 1.49900007, -5.50000048, 1, -3.05180438e-005, -3.05171125e-005, -3.05171125e-005, -1, 3.05180438e-005, -3.05180438e-005, -3.05171125e-005, -1)
  2823. p125.Anchored = true
  2824. p125.FormFactor = Enum.FormFactor.Plate
  2825. p125.Size = Vector3.new(1, 0.400000006, 1)
  2826. p125.BackSurface = Enum.SurfaceType.Weld
  2827. p125.BottomSurface = Enum.SurfaceType.Weld
  2828. p125.FrontSurface = Enum.SurfaceType.Weld
  2829. p125.LeftSurface = Enum.SurfaceType.Weld
  2830. p125.RightSurface = Enum.SurfaceType.Weld
  2831. p125.TopSurface = Enum.SurfaceType.Weld
  2832. b92 = Instance.new("SpecialMesh", p125)
  2833. b92.MeshType = Enum.MeshType.Brick
  2834. b92.Name = "Mesh"
  2835. b92.Scale = Vector3.new(0.200000018, 1, 0.200000018)
  2836. p126 = Instance.new("Part", m)
  2837. p126.BrickColor = BrickColor.new("Dark orange")
  2838. p126.Material = Enum.Material.Wood
  2839. p126.Reflectance = 0.10000000149012
  2840. p126.CFrame = CFrame.new(-34.3000031, 1.89900005, 1.50000012, 1, -3.05180438e-005, -3.05171125e-005, -3.05171125e-005, -1, 3.05180438e-005, -3.05180438e-005, -3.05171125e-005, -1)
  2841. p126.Anchored = true
  2842. p126.FormFactor = Enum.FormFactor.Plate
  2843. p126.Size = Vector3.new(1, 0.400000006, 1)
  2844. p126.BackSurface = Enum.SurfaceType.Weld
  2845. p126.BottomSurface = Enum.SurfaceType.Weld
  2846. p126.FrontSurface = Enum.SurfaceType.Weld
  2847. p126.LeftSurface = Enum.SurfaceType.Weld
  2848. p126.RightSurface = Enum.SurfaceType.Weld
  2849. p126.TopSurface = Enum.SurfaceType.Weld
  2850. b93 = Instance.new("SpecialMesh", p126)
  2851. b93.MeshType = Enum.MeshType.Brick
  2852. b93.Name = "Mesh"
  2853. b93.Scale = Vector3.new(0.100000016, 1, 0.100000016)
  2854. p127 = Instance.new("Part", m)
  2855. p127.BrickColor = BrickColor.new("Dark orange")
  2856. p127.Material = Enum.Material.Wood
  2857. p127.Reflectance = 0.10000000149012
  2858. p127.CFrame = CFrame.new(-34.3000031, 1.89900005, -5.50000048, 1, -3.05180438e-005, -3.05171125e-005, -3.05171125e-005, -1, 3.05180438e-005, -3.05180438e-005, -3.05171125e-005, -1)
  2859. p127.Anchored = true
  2860. p127.FormFactor = Enum.FormFactor.Plate
  2861. p127.Size = Vector3.new(1, 0.400000006, 1)
  2862. p127.BackSurface = Enum.SurfaceType.Weld
  2863. p127.BottomSurface = Enum.SurfaceType.Weld
  2864. p127.FrontSurface = Enum.SurfaceType.Weld
  2865. p127.LeftSurface = Enum.SurfaceType.Weld
  2866. p127.RightSurface = Enum.SurfaceType.Weld
  2867. p127.TopSurface = Enum.SurfaceType.Weld
  2868. b94 = Instance.new("SpecialMesh", p127)
  2869. b94.MeshType = Enum.MeshType.Brick
  2870. b94.Name = "Mesh"
  2871. b94.Scale = Vector3.new(0.100000016, 1, 0.100000016)
  2872. p128 = Instance.new("Part", m)
  2873. p128.BrickColor = BrickColor.new("Dark orange")
  2874. p128.Material = Enum.Material.Wood
  2875. p128.Reflectance = 0.10000000149012
  2876. p128.CFrame = CFrame.new(-34.3000031, 2.29900002, -5.50000048, 1, -3.05180438e-005, -3.05171125e-005, -3.05171125e-005, -1, 3.05180438e-005, -3.05180438e-005, -3.05171125e-005, -1)
  2877. p128.Anchored = true
  2878. p128.FormFactor = Enum.FormFactor.Plate
  2879. p128.Size = Vector3.new(1, 0.400000006, 1)
  2880. p128.BackSurface = Enum.SurfaceType.Weld
  2881. p128.BottomSurface = Enum.SurfaceType.Weld
  2882. p128.FrontSurface = Enum.SurfaceType.Weld
  2883. p128.LeftSurface = Enum.SurfaceType.Weld
  2884. p128.RightSurface = Enum.SurfaceType.Weld
  2885. p128.TopSurface = Enum.SurfaceType.Weld
  2886. b95 = Instance.new("SpecialMesh", p128)
  2887. b95.MeshType = Enum.MeshType.Brick
  2888. b95.Name = "Mesh"
  2889. b95.Scale = Vector3.new(0.200000018, 2.00000024, 0.200000018)
  2890. p129 = Instance.new("Part", m)
  2891. p129.BrickColor = BrickColor.new("Dark orange")
  2892. p129.Material = Enum.Material.Wood
  2893. p129.Reflectance = 0.10000000149012
  2894. p129.CFrame = CFrame.new(-34.3000031, 1.39900005, 1.50000012, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  2895. p129.Anchored = true
  2896. p129.FormFactor = Enum.FormFactor.Plate
  2897. p129.Size = Vector3.new(1, 0.400000006, 1)
  2898. p129.BackSurface = Enum.SurfaceType.Weld
  2899. p129.BottomSurface = Enum.SurfaceType.Weld
  2900. p129.FrontSurface = Enum.SurfaceType.Weld
  2901. p129.LeftSurface = Enum.SurfaceType.Weld
  2902. p129.RightSurface = Enum.SurfaceType.Weld
  2903. p129.TopSurface = Enum.SurfaceType.Weld
  2904. b96 = Instance.new("SpecialMesh", p129)
  2905. b96.MeshType = Enum.MeshType.Brick
  2906. b96.Name = "Mesh"
  2907. b96.Scale = Vector3.new(0.300000012, 0.199999928, 0.300000012)
  2908. p130 = Instance.new("Part", m)
  2909. p130.BrickColor = BrickColor.new("Dark orange")
  2910. p130.Material = Enum.Material.Wood
  2911. p130.Reflectance = 0.10000000149012
  2912. p130.CFrame = CFrame.new(-34.3000031, 1.39900005, -5.50000048, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  2913. p130.Anchored = true
  2914. p130.FormFactor = Enum.FormFactor.Plate
  2915. p130.Size = Vector3.new(1, 0.400000006, 1)
  2916. p130.BackSurface = Enum.SurfaceType.Weld
  2917. p130.BottomSurface = Enum.SurfaceType.Weld
  2918. p130.FrontSurface = Enum.SurfaceType.Weld
  2919. p130.LeftSurface = Enum.SurfaceType.Weld
  2920. p130.RightSurface = Enum.SurfaceType.Weld
  2921. p130.TopSurface = Enum.SurfaceType.Weld
  2922. b97 = Instance.new("SpecialMesh", p130)
  2923. b97.MeshType = Enum.MeshType.Brick
  2924. b97.Name = "Mesh"
  2925. b97.Scale = Vector3.new(0.300000012, 0.199999928, 0.300000012)
  2926. p131 = Instance.new("Part", m)
  2927. p131.BrickColor = BrickColor.new("Dark orange")
  2928. p131.Material = Enum.Material.Wood
  2929. p131.Reflectance = 0.10000000149012
  2930. p131.CFrame = CFrame.new(-34.3000031, 2.19900012, -5.50000048, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  2931. p131.Anchored = true
  2932. p131.FormFactor = Enum.FormFactor.Plate
  2933. p131.Size = Vector3.new(1, 0.400000006, 1)
  2934. p131.BackSurface = Enum.SurfaceType.Weld
  2935. p131.BottomSurface = Enum.SurfaceType.Weld
  2936. p131.FrontSurface = Enum.SurfaceType.Weld
  2937. p131.LeftSurface = Enum.SurfaceType.Weld
  2938. p131.RightSurface = Enum.SurfaceType.Weld
  2939. p131.TopSurface = Enum.SurfaceType.Weld
  2940. b98 = Instance.new("SpecialMesh", p131)
  2941. b98.MeshType = Enum.MeshType.Brick
  2942. b98.Name = "Mesh"
  2943. b98.Scale = Vector3.new(0.300000012, 0.199999928, 0.300000012)
  2944. p132 = Instance.new("Part", m)
  2945. p132.BrickColor = BrickColor.new("Dark orange")
  2946. p132.Material = Enum.Material.Wood
  2947. p132.Reflectance = 0.10000000149012
  2948. p132.CFrame = CFrame.new(-34.3000031, 4.09899998, -5.50000048, 1, 0, 0, 0, -1, 0, 0, 0, -1)
  2949. p132.Anchored = true
  2950. p132.FormFactor = Enum.FormFactor.Plate
  2951. p132.Size = Vector3.new(1, 0.400000006, 1)
  2952. p132.BackSurface = Enum.SurfaceType.Weld
  2953. p132.BottomSurface = Enum.SurfaceType.Weld
  2954. p132.FrontSurface = Enum.SurfaceType.Weld
  2955. p132.LeftSurface = Enum.SurfaceType.Weld
  2956. p132.RightSurface = Enum.SurfaceType.Weld
  2957. p132.TopSurface = Enum.SurfaceType.Weld
  2958. b99 = Instance.new("SpecialMesh", p132)
  2959. b99.MeshType = Enum.MeshType.Brick
  2960. b99.Name = "Mesh"
  2961. b99.Scale = Vector3.new(0.300000012, 0.499999911, 0.300000012)
  2962. p133 = Instance.new("Part", m)
  2963. p133.BrickColor = BrickColor.new("Bright yellow")
  2964. p133.Material = Enum.Material.Concrete
  2965. p133.Reflectance = 0.10000000149012
  2966. p133.CFrame = CFrame.new(-34.5900002, 4.80900002, -5.66000032, -2.14657302e-006, 7.3676194e-005, -1, -3.05161138e-005, 1, 7.36762595e-005, 0.99999994, 3.05162757e-005, -2.14432634e-006)
  2967. p133.Anchored = true
  2968. p133.FormFactor = Enum.FormFactor.Plate
  2969. p133.Size = Vector3.new(1, 0.800000012, 2)
  2970. p133.BackSurface = Enum.SurfaceType.Weld
  2971. p133.BottomSurface = Enum.SurfaceType.Weld
  2972. p133.FrontSurface = Enum.SurfaceType.Weld
  2973. p133.LeftSurface = Enum.SurfaceType.Weld
  2974. p133.RightSurface = Enum.SurfaceType.Weld
  2975. p133.TopSurface = Enum.SurfaceType.Weld
  2976. b100 = Instance.new("SpecialMesh", p133)
  2977. b100.MeshType = Enum.MeshType.Wedge
  2978. b100.Name = "Mesh"
  2979. b100.Scale = Vector3.new(0.100000016, 1, 0.5)
  2980. p134 = Instance.new("Part", m)
  2981. p134.BrickColor = BrickColor.new("Dark orange")
  2982. p134.Material = Enum.Material.Wood
  2983. p134.Reflectance = 0.10000000149012
  2984. p134.CFrame = CFrame.new(-34.6000023, 4.79900026, -5.70000029, -2.14657302e-006, 7.3676194e-005, -1, -3.05161138e-005, 1, 7.36762595e-005, 0.99999994, 3.05162757e-005, -2.14432634e-006)
  2985. p134.Anchored = true
  2986. p134.FormFactor = Enum.FormFactor.Plate
  2987. p134.Size = Vector3.new(2, 0.800000012, 2)
  2988. p134.BackSurface = Enum.SurfaceType.Weld
  2989. p134.BottomSurface = Enum.SurfaceType.Weld
  2990. p134.FrontSurface = Enum.SurfaceType.Weld
  2991. p134.LeftSurface = Enum.SurfaceType.Weld
  2992. p134.RightSurface = Enum.SurfaceType.Weld
  2993. p134.TopSurface = Enum.SurfaceType.Weld
  2994. b101 = Instance.new("SpecialMesh", p134)
  2995. b101.MeshType = Enum.MeshType.Wedge
  2996. b101.Name = "Mesh"
  2997. b101.Scale = Vector3.new(0.100000016, 1, 0.5)
  2998. m.Parent = game:service("Workspace")
  2999. m:MakeJoints()
Add Comment
Please, Sign In to add comment