Advertisement
chrisinator66

Untitled

Nov 23rd, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 179.90 KB | None | 0 0
  1. -- Objects
  2.  
  3. local SetupGen = Instance.new("ScreenGui")
  4. local MainFrame = Instance.new("Frame")
  5. local Purchasables = Instance.new("Frame")
  6. local PurchasableText = Instance.new("TextLabel")
  7. local PurchasablesScroll = Instance.new("ScrollingFrame")
  8. local OreWinder = Instance.new("Frame")
  9. local OreWinderText = Instance.new("TextButton")
  10. local OreWinderCheck = Instance.new("TextLabel")
  11. local OreZapper = Instance.new("Frame")
  12. local OreZapperText = Instance.new("TextButton")
  13. local OreZapperCheck = Instance.new("TextLabel")
  14. local OreHoister = Instance.new("Frame")
  15. local OreHoisterText = Instance.new("TextButton")
  16. local OreHoisterCheck = Instance.new("TextLabel")
  17. local OreSteamer = Instance.new("Frame")
  18. local OreSteamerText = Instance.new("TextButton")
  19. local OreSteamerCheck = Instance.new("TextLabel")
  20. local OreCrane = Instance.new("Frame")
  21. local OreCraneText = Instance.new("TextButton")
  22. local OreCraneCheck = Instance.new("TextLabel")
  23. local PortaOreAd = Instance.new("Frame")
  24. local PortaOreAdText = Instance.new("TextButton")
  25. local PortaOreAdCheck = Instance.new("TextLabel")
  26. local Overhang = Instance.new("Frame")
  27. local OverhangText = Instance.new("TextButton")
  28. local OverhangCheck = Instance.new("TextLabel")
  29. local HeatCon = Instance.new("Frame")
  30. local HeatConText = Instance.new("TextButton")
  31. local HeatConCheck = Instance.new("TextLabel")
  32. local RushUp = Instance.new("Frame")
  33. local RushUpText = Instance.new("TextButton")
  34. local RushUpCheck = Instance.new("TextLabel")
  35. local OreRec = Instance.new("Frame")
  36. local OreRecText = Instance.new("TextButton")
  37. local OreRecCheck = Instance.new("TextLabel")
  38. local Endpoint = Instance.new("Frame")
  39. local EndpointText = Instance.new("TextButton")
  40. local EndpointCheck = Instance.new("TextLabel")
  41. local PortaStop = Instance.new("Frame")
  42. local PortaStopText = Instance.new("TextButton")
  43. local PortaStopCheck = Instance.new("TextLabel")
  44. local PortaEnh = Instance.new("Frame")
  45. local PortaEnhText = Instance.new("TextButton")
  46. local PortaEnhCheck = Instance.new("TextLabel")
  47. local SatBeam = Instance.new("Frame")
  48. local SatBeamText = Instance.new("TextButton")
  49. local SatBeamCheck = Instance.new("TextLabel")
  50. local OreCol = Instance.new("Frame")
  51. local OreColText = Instance.new("TextButton")
  52. local OreColCheck = Instance.new("TextLabel")
  53. local DroneUpg = Instance.new("Frame")
  54. local DroneUpgText = Instance.new("TextButton")
  55. local DroneUpgCheck = Instance.new("TextLabel")
  56. local Orbitable = Instance.new("Frame")
  57. local OrbitableText = Instance.new("TextButton")
  58. local OrbitableCheck = Instance.new("TextLabel")
  59. local NonPurchasables = Instance.new("Frame")
  60. local NonPurchasablesText = Instance.new("TextLabel")
  61. local NonPurchasablesScroll = Instance.new("ScrollingFrame")
  62. local StatueOfK = Instance.new("Frame")
  63. local StatueOfKText = Instance.new("TextButton")
  64. local StatueOfKCheck = Instance.new("TextLabel")
  65. local ProfUp = Instance.new("Frame")
  66. local ProfUpText = Instance.new("TextButton")
  67. local ProfUpCheck = Instance.new("TextLabel")
  68. local Pin = Instance.new("Frame")
  69. local PinText = Instance.new("TextButton")
  70. local PinCheck = Instance.new("TextLabel")
  71. local Mil = Instance.new("Frame")
  72. local MilText = Instance.new("TextButton")
  73. local MilCheck = Instance.new("TextLabel")
  74. local Banana = Instance.new("Frame")
  75. local BananaText = Instance.new("TextButton")
  76. local BananaCheck = Instance.new("TextLabel")
  77. local ClovRef = Instance.new("Frame")
  78. local ClovRefText = Instance.new("TextButton")
  79. local ClovRefCheck = Instance.new("TextLabel")
  80. local PumHero = Instance.new("Frame")
  81. local PumHeroText = Instance.new("TextButton")
  82. local PumHeroCheck = Instance.new("TextLabel")
  83. local PumPatch = Instance.new("Frame")
  84. local PumPatchText = Instance.new("TextButton")
  85. local PumPatchCheck = Instance.new("TextLabel")
  86. local Eggcel = Instance.new("Frame")
  87. local EggcelText = Instance.new("TextButton")
  88. local EggcelCheck = Instance.new("TextLabel")
  89. local ThreeYears = Instance.new("Frame")
  90. local ThreeYearsText = Instance.new("TextButton")
  91. local ThreeYearsCheck = Instance.new("TextLabel")
  92. local Bog = Instance.new("Frame")
  93. local BogText = Instance.new("TextButton")
  94. local BogCheck = Instance.new("TextLabel")
  95. local Exec = Instance.new("Frame")
  96. local ExecText = Instance.new("TextButton")
  97. local ExecCheck = Instance.new("TextLabel")
  98. local Caramel = Instance.new("Frame")
  99. local CaramelText = Instance.new("TextButton")
  100. local CaramelCheck = Instance.new("TextLabel")
  101. local ClovShr = Instance.new("Frame")
  102. local ClovShrText = Instance.new("TextButton")
  103. local ClovShrCheck = Instance.new("TextLabel")
  104. local Permafrost = Instance.new("Frame")
  105. local PermafrostText = Instance.new("TextButton")
  106. local PermafrostCheck = Instance.new("TextLabel")
  107. local Pirate = Instance.new("Frame")
  108. local PirateText = Instance.new("TextButton")
  109. local PirateCheck = Instance.new("TextLabel")
  110. local RainbowRef = Instance.new("Frame")
  111. local RainbowRefText = Instance.new("TextButton")
  112. local RainbowRefCheck = Instance.new("TextLabel")
  113. local Egg = Instance.new("Frame")
  114. local EggText = Instance.new("TextButton")
  115. local EggCheck = Instance.new("TextLabel")
  116. local SantaDS = Instance.new("Frame")
  117. local SantaDSText = Instance.new("TextButton")
  118. local SantaDSCheck = Instance.new("TextLabel")
  119. local SantaS = Instance.new("Frame")
  120. local SantaSText = Instance.new("TextButton")
  121. local SantaSCheck = Instance.new("TextLabel")
  122. local Globe = Instance.new("Frame")
  123. local GlobeText = Instance.new("TextButton")
  124. local GlobeCheck = Instance.new("TextLabel")
  125. local Straw = Instance.new("Frame")
  126. local StrawText = Instance.new("TextButton")
  127. local StrawCheck = Instance.new("TextLabel")
  128. local CPast = Instance.new("Frame")
  129. local CPastText = Instance.new("TextButton")
  130. local CPastCheck = Instance.new("TextLabel")
  131. local Ginger = Instance.new("Frame")
  132. local GingerText = Instance.new("TextButton")
  133. local GingerCheck = Instance.new("TextLabel")
  134. local ClovBlas = Instance.new("Frame")
  135. local ClovBlasText = Instance.new("TextButton")
  136. local ClovBlasCheck = Instance.new("TextLabel")
  137. local BeeH = Instance.new("Frame")
  138. local BeeHText = Instance.new("TextButton")
  139. local BeeHCheck = Instance.new("TextLabel")
  140. local Winter = Instance.new("Frame")
  141. local WinterText = Instance.new("TextButton")
  142. local WinterCheck = Instance.new("TextLabel")
  143. local Lunar = Instance.new("Frame")
  144. local LunarText = Instance.new("TextButton")
  145. local LunarCheck = Instance.new("TextLabel")
  146. local Over = Instance.new("Frame")
  147. local OverText = Instance.new("TextButton")
  148. local OverCheck = Instance.new("TextLabel")
  149. local TOver = Instance.new("Frame")
  150. local TOverText = Instance.new("TextButton")
  151. local TOverCheck = Instance.new("TextLabel")
  152. local Breeze = Instance.new("Frame")
  153. local BreezeText = Instance.new("TextButton")
  154. local BreezeCheck = Instance.new("TextLabel")
  155. local Reborns = Instance.new("Frame")
  156. local RebornsText = Instance.new("TextLabel")
  157. local RebornScroll = Instance.new("ScrollingFrame")
  158. local AzureRefiner = Instance.new("Frame")
  159. local AzureRefinerText = Instance.new("TextButton")
  160. local AzureRefinerCheck = Instance.new("TextLabel")
  161. local AncientTemple = Instance.new("Frame")
  162. local AncientTempleText = Instance.new("TextButton")
  163. local AncientTempleCheck = Instance.new("TextLabel")
  164. local Clockwork = Instance.new("Frame")
  165. local ClockworkText = Instance.new("TextButton")
  166. local ClockworkCheck = Instance.new("TextLabel")
  167. local QuantumClean = Instance.new("Frame")
  168. local QuantumCleanText = Instance.new("TextButton")
  169. local QuantumCleanCheck = Instance.new("TextLabel")
  170. local Scorch = Instance.new("Frame")
  171. local ScorchText = Instance.new("TextButton")
  172. local ScorchCheck = Instance.new("TextLabel")
  173. local Catalyst = Instance.new("Frame")
  174. local CatalystText = Instance.new("TextButton")
  175. local CatalystCheck = Instance.new("TextLabel")
  176. local ASpore = Instance.new("Frame")
  177. local ASporeText = Instance.new("TextButton")
  178. local ASporeCheck = Instance.new("TextLabel")
  179. local QuantumClock = Instance.new("Frame")
  180. local QuantumClockText = Instance.new("TextButton")
  181. local QuantumClockCheck = Instance.new("TextLabel")
  182. local AncientColo = Instance.new("Frame")
  183. local AncientColoText = Instance.new("TextButton")
  184. local AncientColoCheck = Instance.new("TextLabel")
  185. local QuantumPolisher = Instance.new("Frame")
  186. local QuantumPolisherText = Instance.new("TextButton")
  187. local QuantumPolisherCheck = Instance.new("TextLabel")
  188. local SatCat = Instance.new("Frame")
  189. local SatCatText = Instance.new("TextButton")
  190. local SatCatCheck = Instance.new("TextLabel")
  191. local Arcane = Instance.new("Frame")
  192. local ArcaneText = Instance.new("TextButton")
  193. local ArcaneCheck = Instance.new("TextLabel")
  194. local Virtual = Instance.new("Frame")
  195. local VirtualText = Instance.new("TextButton")
  196. local VirtualCheck = Instance.new("TextLabel")
  197. local Resets = Instance.new("Frame")
  198. local FirstTitle = Instance.new("TextLabel")
  199. local SecondTitle = Instance.new("TextLabel")
  200. local ResetsFrame = Instance.new("Frame")
  201. local FirstResetNone = Instance.new("Frame")
  202. local FirstResetNoneText = Instance.new("TextButton")
  203. local FirstRestNoneCheck = Instance.new("TextLabel")
  204. local FirstResetTeslaText = Instance.new("TextButton")
  205. local FirstRestTeslaCheck = Instance.new("TextLabel")
  206. local FirstResetRefuterText = Instance.new("TextButton")
  207. local FirstRestRefuterCheck = Instance.new("TextLabel")
  208. local FirstResetSacText = Instance.new("TextButton")
  209. local FirstRestSacCheck = Instance.new("TextLabel")
  210. local FirstResetFinText = Instance.new("TextButton")
  211. local FirstRestFinCheck = Instance.new("TextLabel")
  212. local SecResetNone = Instance.new("Frame")
  213. local SecResetNoneText = Instance.new("TextButton")
  214. local SecRestNoneCheck = Instance.new("TextLabel")
  215. local SecResetTeslaText = Instance.new("TextButton")
  216. local SecRestTeslaCheck = Instance.new("TextLabel")
  217. local SecResetRefuterText = Instance.new("TextButton")
  218. local SecRestRefuterCheck = Instance.new("TextLabel")
  219. local SecResetSacText = Instance.new("TextButton")
  220. local SecRestSacCheck = Instance.new("TextLabel")
  221. local SecResetFinText = Instance.new("TextButton")
  222. local SecRestFinCheck = Instance.new("TextLabel")
  223. local Furnace = Instance.new("Frame")
  224. local FurnaceTitle = Instance.new("TextLabel")
  225. local FurnaceScroll = Instance.new("ScrollingFrame")
  226. local F1 = Instance.new("Frame")
  227. local F1Text = Instance.new("TextButton")
  228. local F1Check = Instance.new("TextLabel")
  229. local F3 = Instance.new("Frame")
  230. local F3Text = Instance.new("TextButton")
  231. local F3Check = Instance.new("TextLabel")
  232. local F4 = Instance.new("Frame")
  233. local F4Text = Instance.new("TextButton")
  234. local F4Check = Instance.new("TextLabel")
  235. local F5 = Instance.new("Frame")
  236. local F5Text = Instance.new("TextButton")
  237. local F5Check = Instance.new("TextLabel")
  238. local F6 = Instance.new("Frame")
  239. local F6Text = Instance.new("TextButton")
  240. local F6Check = Instance.new("TextLabel")
  241. local F7 = Instance.new("Frame")
  242. local F7Text = Instance.new("TextButton")
  243. local F7Check = Instance.new("TextLabel")
  244. local F8 = Instance.new("Frame")
  245. local F8Text = Instance.new("TextButton")
  246. local F8Check = Instance.new("TextLabel")
  247. local F9 = Instance.new("Frame")
  248. local F9Text = Instance.new("TextButton")
  249. local F9Check = Instance.new("TextLabel")
  250. local F10 = Instance.new("Frame")
  251. local F10Text = Instance.new("TextButton")
  252. local F10Check = Instance.new("TextLabel")
  253. local F11 = Instance.new("Frame")
  254. local F11Text = Instance.new("TextButton")
  255. local F11Check = Instance.new("TextLabel")
  256. local F12 = Instance.new("Frame")
  257. local F12Text = Instance.new("TextButton")
  258. local F12Check = Instance.new("TextLabel")
  259. local F2 = Instance.new("Frame")
  260. local F2Text = Instance.new("TextButton")
  261. local F2Check = Instance.new("TextLabel")
  262. local F13 = Instance.new("Frame")
  263. local F13Text = Instance.new("TextButton")
  264. local F13Check = Instance.new("TextLabel")
  265. local F14 = Instance.new("Frame")
  266. local F14Text = Instance.new("TextButton")
  267. local F14Check = Instance.new("TextLabel")
  268. local F15 = Instance.new("Frame")
  269. local F15Text = Instance.new("TextButton")
  270. local F15Check = Instance.new("TextLabel")
  271. local F16 = Instance.new("Frame")
  272. local F16Text = Instance.new("TextButton")
  273. local F16Check = Instance.new("TextLabel")
  274. local F17 = Instance.new("Frame")
  275. local F17Text = Instance.new("TextButton")
  276. local F17Check = Instance.new("TextLabel")
  277. local F18 = Instance.new("Frame")
  278. local F18Text = Instance.new("TextButton")
  279. local F18Check = Instance.new("TextLabel")
  280. local F19 = Instance.new("Frame")
  281. local F19Text = Instance.new("TextButton")
  282. local F19Check = Instance.new("TextLabel")
  283. local F20 = Instance.new("Frame")
  284. local F20Text = Instance.new("TextButton")
  285. local F20Check = Instance.new("TextLabel")
  286. local F21 = Instance.new("Frame")
  287. local F21Text = Instance.new("TextButton")
  288. local F21Check = Instance.new("TextLabel")
  289. local F22 = Instance.new("Frame")
  290. local F22Text = Instance.new("TextButton")
  291. local F22Check = Instance.new("TextLabel")
  292. local F23 = Instance.new("Frame")
  293. local F23Text = Instance.new("TextButton")
  294. local F23Check = Instance.new("TextLabel")
  295. local F24 = Instance.new("Frame")
  296. local F24Text = Instance.new("TextButton")
  297. local F24Check = Instance.new("TextLabel")
  298. local F25 = Instance.new("Frame")
  299. local F25Text = Instance.new("TextButton")
  300. local F25Check = Instance.new("TextLabel")
  301. local F26 = Instance.new("Frame")
  302. local F26Text = Instance.new("TextButton")
  303. local F26Check = Instance.new("TextLabel")
  304. local F27 = Instance.new("Frame")
  305. local F27Text = Instance.new("TextButton")
  306. local F27Check = Instance.new("TextLabel")
  307. local F28 = Instance.new("Frame")
  308. local F28Text = Instance.new("TextButton")
  309. local F28Check = Instance.new("TextLabel")
  310. local F29 = Instance.new("Frame")
  311. local F29Text = Instance.new("TextButton")
  312. local F29Check = Instance.new("TextLabel")
  313. local F30 = Instance.new("Frame")
  314. local F30Text = Instance.new("TextButton")
  315. local F30Check = Instance.new("TextLabel")
  316. local F31 = Instance.new("Frame")
  317. local F31Text = Instance.new("TextButton")
  318. local F31Check = Instance.new("TextLabel")
  319. local F32 = Instance.new("Frame")
  320. local F32Text = Instance.new("TextButton")
  321. local F32Check = Instance.new("TextLabel")
  322. local F33 = Instance.new("Frame")
  323. local F33Text = Instance.new("TextButton")
  324. local F33Check = Instance.new("TextLabel")
  325. local F34 = Instance.new("Frame")
  326. local F34Text = Instance.new("TextButton")
  327. local F34Check = Instance.new("TextLabel")
  328. local F35 = Instance.new("Frame")
  329. local F35Text = Instance.new("TextButton")
  330. local F35Check = Instance.new("TextLabel")
  331. local F36 = Instance.new("Frame")
  332. local F36Text = Instance.new("TextButton")
  333. local F36Check = Instance.new("TextLabel")
  334. local F37 = Instance.new("Frame")
  335. local F37Text = Instance.new("TextButton")
  336. local F37Check = Instance.new("TextLabel")
  337. local F38 = Instance.new("Frame")
  338. local F38Text = Instance.new("TextButton")
  339. local F38Check = Instance.new("TextLabel")
  340. local F39 = Instance.new("Frame")
  341. local F39Text = Instance.new("TextButton")
  342. local F39Check = Instance.new("TextLabel")
  343. local F40 = Instance.new("Frame")
  344. local F40Text = Instance.new("TextButton")
  345. local F40Check = Instance.new("TextLabel")
  346. local F41 = Instance.new("Frame")
  347. local F41Text = Instance.new("TextButton")
  348. local F41Check = Instance.new("TextLabel")
  349. local F42 = Instance.new("Frame")
  350. local F42Text = Instance.new("TextButton")
  351. local F42Check = Instance.new("TextLabel")
  352. local F43 = Instance.new("Frame")
  353. local F43Text = Instance.new("TextButton")
  354. local F43Check = Instance.new("TextLabel")
  355. local F44 = Instance.new("Frame")
  356. local F44Text = Instance.new("TextButton")
  357. local F44Check = Instance.new("TextLabel")
  358. local F45 = Instance.new("Frame")
  359. local F45Text = Instance.new("TextButton")
  360. local F45Check = Instance.new("TextLabel")
  361. local F46 = Instance.new("Frame")
  362. local F46Text = Instance.new("TextButton")
  363. local F46Check = Instance.new("TextLabel")
  364. local F47 = Instance.new("Frame")
  365. local F47Text = Instance.new("TextButton")
  366. local F47Check = Instance.new("TextLabel")
  367. local F48 = Instance.new("Frame")
  368. local F48Text = Instance.new("TextButton")
  369. local F48Check = Instance.new("TextLabel")
  370. local F49 = Instance.new("Frame")
  371. local F49Text = Instance.new("TextButton")
  372. local F49Check = Instance.new("TextLabel")
  373. local F50 = Instance.new("Frame")
  374. local F50Text = Instance.new("TextButton")
  375. local F50Check = Instance.new("TextLabel")
  376. local F51 = Instance.new("Frame")
  377. local F51Text = Instance.new("TextButton")
  378. local F51Check = Instance.new("TextLabel")
  379. local F52 = Instance.new("Frame")
  380. local F52Text = Instance.new("TextButton")
  381. local F52Check = Instance.new("TextLabel")
  382. local F53 = Instance.new("Frame")
  383. local F53Text = Instance.new("TextButton")
  384. local F53Check = Instance.new("TextLabel")
  385. local F54 = Instance.new("Frame")
  386. local F54Text = Instance.new("TextButton")
  387. local F54Check = Instance.new("TextLabel")
  388. local F55 = Instance.new("Frame")
  389. local F55Text = Instance.new("TextButton")
  390. local F55Check = Instance.new("TextLabel")
  391. local F56 = Instance.new("Frame")
  392. local F56Text = Instance.new("TextButton")
  393. local F56Check = Instance.new("TextLabel")
  394. local F57 = Instance.new("Frame")
  395. local F57Text = Instance.new("TextButton")
  396. local F57Check = Instance.new("TextLabel")
  397. local F58 = Instance.new("Frame")
  398. local F58Text = Instance.new("TextButton")
  399. local F58Check = Instance.new("TextLabel")
  400. local F59 = Instance.new("Frame")
  401. local F59Text = Instance.new("TextButton")
  402. local F59Check = Instance.new("TextLabel")
  403. local F60 = Instance.new("Frame")
  404. local F60Text = Instance.new("TextButton")
  405. local F60Check = Instance.new("TextLabel")
  406. local F61 = Instance.new("Frame")
  407. local F61Text = Instance.new("TextButton")
  408. local F61Check = Instance.new("TextLabel")
  409. local F62 = Instance.new("Frame")
  410. local F62Text = Instance.new("TextButton")
  411. local F62Check = Instance.new("TextLabel")
  412. local Functions = Instance.new("Frame")
  413. local Functions2 = Instance.new("Frame")
  414. local ConfirmUpgraders = Instance.new("TextButton")
  415. local ConfirmResets = Instance.new("TextButton")
  416. local ConfirmFurnace = Instance.new("TextButton")
  417. local FinalExecute = Instance.new("TextButton")
  418. local ConfirmFurnaceCon = Instance.new("TextLabel")
  419. local ConfirmResetsCon = Instance.new("TextLabel")
  420. local ConfirmUpgradersCon = Instance.new("TextLabel")
  421. local FunctionsTitle = Instance.new("TextLabel")
  422. local LoopFrame = Instance.new("Frame")
  423. local TextLabel = Instance.new("TextLabel")
  424. local LoopsScroll = Instance.new("ScrollingFrame")
  425. local L1 = Instance.new("Frame")
  426. local L1Text = Instance.new("TextButton")
  427. local L1Check = Instance.new("TextLabel")
  428. local L2 = Instance.new("Frame")
  429. local L2Text = Instance.new("TextButton")
  430. local L2Check = Instance.new("TextLabel")
  431. local L3 = Instance.new("Frame")
  432. local L3Text = Instance.new("TextButton")
  433. local L3Check = Instance.new("TextLabel")
  434. local L4 = Instance.new("Frame")
  435. local L4Text = Instance.new("TextButton")
  436. local L4Check = Instance.new("TextLabel")
  437. local L5 = Instance.new("Frame")
  438. local L5Text = Instance.new("TextButton")
  439. local L5Check = Instance.new("TextLabel")
  440. local L6 = Instance.new("Frame")
  441. local L6Text = Instance.new("TextButton")
  442. local L6Check = Instance.new("TextLabel")
  443. local L7 = Instance.new("Frame")
  444. local L7Text = Instance.new("TextButton")
  445. local L7Check = Instance.new("TextLabel")
  446. local L8 = Instance.new("Frame")
  447. local L8Text = Instance.new("TextButton")
  448. local L8Check = Instance.new("TextLabel")
  449. local L9 = Instance.new("Frame")
  450. local L9Text = Instance.new("TextButton")
  451. local L9Check = Instance.new("TextLabel")
  452. local L10 = Instance.new("Frame")
  453. local L10Text = Instance.new("TextButton")
  454. local L10Check = Instance.new("TextLabel")
  455. local L11 = Instance.new("Frame")
  456. local L11Text = Instance.new("TextButton")
  457. local L11Check = Instance.new("TextLabel")
  458. local L12 = Instance.new("Frame")
  459. local L12Text = Instance.new("TextButton")
  460. local L12Check = Instance.new("TextLabel")
  461. local L13 = Instance.new("Frame")
  462. local L13Text = Instance.new("TextButton")
  463. local L13Check = Instance.new("TextLabel")
  464. local L14 = Instance.new("Frame")
  465. local L14Text = Instance.new("TextButton")
  466. local L14Check = Instance.new("TextLabel")
  467. local L15 = Instance.new("Frame")
  468. local L15Text = Instance.new("TextButton")
  469. local L15Check = Instance.new("TextLabel")
  470. local BuyPurchasable = Instance.new("Frame")
  471. local BPBack = Instance.new("Frame")
  472. local BPcost = Instance.new("TextLabel")
  473. local BPsuffix = Instance.new("TextLabel")
  474. local Calculate = Instance.new("TextButton")
  475. local BPCostLabel = Instance.new("TextLabel")
  476. local BPCostLabel_2 = Instance.new("TextLabel")
  477. local TextLabel_2 = Instance.new("TextLabel")
  478.  
  479. -- Properties
  480.  
  481. SetupGen.Name = "SetupGen"
  482. SetupGen.Parent = game.CoreGui
  483.  
  484. MainFrame.Name = "MainFrame"
  485. MainFrame.Parent = SetupGen
  486. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  487. MainFrame.BorderSizePixel = 0
  488. MainFrame.Position = UDim2.new(0.0113493446, 0, 0.163934425, 0)
  489. MainFrame.Size = UDim2.new(0, 1159, 0, 500)
  490.  
  491. Purchasables.Name = "Purchasables"
  492. Purchasables.Parent = MainFrame
  493. Purchasables.BackgroundColor3 = Color3.new(1, 1, 1)
  494. Purchasables.BorderSizePixel = 0
  495. Purchasables.Position = UDim2.new(-0.000258520246, 0, -0.000697880983, 0)
  496. Purchasables.Size = UDim2.new(0, 150, 0, 25)
  497.  
  498. PurchasableText.Name = "PurchasableText"
  499. PurchasableText.Parent = Purchasables
  500. PurchasableText.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0.32549)
  501. PurchasableText.BorderSizePixel = 0
  502. PurchasableText.Position = UDim2.new(-0.00115895586, 0, 0, 0)
  503. PurchasableText.Size = UDim2.new(0, 233, 0, 25)
  504. PurchasableText.Font = Enum.Font.SourceSansBold
  505. PurchasableText.Text = "Purchasables"
  506. PurchasableText.TextColor3 = Color3.new(0, 0, 0)
  507. PurchasableText.TextSize = 16
  508.  
  509. PurchasablesScroll.Name = "PurchasablesScroll"
  510. PurchasablesScroll.Parent = MainFrame
  511. PurchasablesScroll.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  512. PurchasablesScroll.BorderSizePixel = 0
  513. PurchasablesScroll.Position = UDim2.new(-0.000408508029, 0, 0.0493021235, 0)
  514. PurchasablesScroll.Size = UDim2.new(0, 231, 0, 475)
  515.  
  516. OreWinder.Name = "OreWinder"
  517. OreWinder.Parent = PurchasablesScroll
  518. OreWinder.BackgroundColor3 = Color3.new(1, 1, 1)
  519. OreWinder.BorderSizePixel = 0
  520. OreWinder.Position = UDim2.new(0, 0, 0.0249999966, 0)
  521. OreWinder.Size = UDim2.new(0, 210, 0, 25)
  522.  
  523. OreWinderText.Name = "OreWinderText"
  524. OreWinderText.Parent = OreWinder
  525. OreWinderText.BackgroundColor3 = Color3.new(0, 0, 0)
  526. OreWinderText.BorderSizePixel = 0
  527. OreWinderText.Position = UDim2.new(0, 0, -0.000432128902, 0)
  528. OreWinderText.Size = UDim2.new(0, 185, 0, 26)
  529. OreWinderText.Font = Enum.Font.SourceSans
  530. OreWinderText.Text = "Ore Winder"
  531. OreWinderText.TextColor3 = Color3.new(1, 1, 1)
  532. OreWinderText.TextSize = 14
  533.  
  534. OreWinderCheck.Name = "OreWinderCheck"
  535. OreWinderCheck.Parent = OreWinder
  536. OreWinderCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  537. OreWinderCheck.BorderSizePixel = 0
  538. OreWinderCheck.Position = UDim2.new(0.880952358, 0, 0, 0)
  539. OreWinderCheck.Size = UDim2.new(0, 25, 0, 25)
  540. OreWinderCheck.Font = Enum.Font.SourceSansBold
  541. OreWinderCheck.Text = "❌"
  542. OreWinderCheck.TextColor3 = Color3.new(0, 1, 0)
  543. OreWinderCheck.TextSize = 14
  544.  
  545. OreZapper.Name = "OreZapper"
  546. OreZapper.Parent = PurchasablesScroll
  547. OreZapper.BackgroundColor3 = Color3.new(1, 1, 1)
  548. OreZapper.BorderSizePixel = 0
  549. OreZapper.Position = UDim2.new(0, 0, 0.049999997, 0)
  550. OreZapper.Size = UDim2.new(0, 210, 0, 25)
  551.  
  552. OreZapperText.Name = "OreZapperText"
  553. OreZapperText.Parent = OreZapper
  554. OreZapperText.BackgroundColor3 = Color3.new(0, 0, 0)
  555. OreZapperText.BorderSizePixel = 0
  556. OreZapperText.Position = UDim2.new(0, 0, -0.0404321291, 0)
  557. OreZapperText.Size = UDim2.new(0, 185, 0, 26)
  558. OreZapperText.Font = Enum.Font.SourceSans
  559. OreZapperText.Text = "Ore Zapper"
  560. OreZapperText.TextColor3 = Color3.new(1, 1, 1)
  561. OreZapperText.TextSize = 14
  562.  
  563. OreZapperCheck.Name = "OreZapperCheck"
  564. OreZapperCheck.Parent = OreZapper
  565. OreZapperCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  566. OreZapperCheck.BorderSizePixel = 0
  567. OreZapperCheck.Position = UDim2.new(0.880952358, 0, 0, 0)
  568. OreZapperCheck.Size = UDim2.new(0, 25, 0, 25)
  569. OreZapperCheck.Font = Enum.Font.SourceSansBold
  570. OreZapperCheck.Text = "❌"
  571. OreZapperCheck.TextColor3 = Color3.new(0, 1, 0)
  572. OreZapperCheck.TextSize = 14
  573.  
  574. OreHoister.Name = "OreHoister"
  575. OreHoister.Parent = PurchasablesScroll
  576. OreHoister.BackgroundColor3 = Color3.new(1, 1, 1)
  577. OreHoister.BorderSizePixel = 0
  578. OreHoister.Position = UDim2.new(0, 0, 0.074000001, 0)
  579. OreHoister.Size = UDim2.new(0, 210, 0, 25)
  580.  
  581. OreHoisterText.Name = "OreHoisterText"
  582. OreHoisterText.Parent = OreHoister
  583. OreHoisterText.BackgroundColor3 = Color3.new(0, 0, 0)
  584. OreHoisterText.BorderSizePixel = 0
  585. OreHoisterText.Position = UDim2.new(0, 0, -0.04043217, 0)
  586. OreHoisterText.Size = UDim2.new(0, 185, 0, 26)
  587. OreHoisterText.Font = Enum.Font.SourceSans
  588. OreHoisterText.Text = "Ore Hoister"
  589. OreHoisterText.TextColor3 = Color3.new(1, 1, 1)
  590. OreHoisterText.TextSize = 14
  591.  
  592. OreHoisterCheck.Name = "OreHoisterCheck"
  593. OreHoisterCheck.Parent = OreHoister
  594. OreHoisterCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  595. OreHoisterCheck.BorderSizePixel = 0
  596. OreHoisterCheck.Position = UDim2.new(0.880823612, 0, -0.0404321291, 0)
  597. OreHoisterCheck.Size = UDim2.new(0, 25, 0, 26)
  598. OreHoisterCheck.Font = Enum.Font.SourceSansBold
  599. OreHoisterCheck.Text = "❌"
  600. OreHoisterCheck.TextColor3 = Color3.new(0, 1, 0)
  601. OreHoisterCheck.TextSize = 14
  602.  
  603. OreSteamer.Name = "OreSteamer"
  604. OreSteamer.Parent = PurchasablesScroll
  605. OreSteamer.BackgroundColor3 = Color3.new(1, 1, 1)
  606. OreSteamer.BorderSizePixel = 0
  607. OreSteamer.Position = UDim2.new(-0.00432900432, 0, 0.0989999995, 0)
  608. OreSteamer.Size = UDim2.new(0, 210, 0, 25)
  609.  
  610. OreSteamerText.Name = "OreSteamerText"
  611. OreSteamerText.Parent = OreSteamer
  612. OreSteamerText.BackgroundColor3 = Color3.new(0, 0, 0)
  613. OreSteamerText.BorderSizePixel = 0
  614. OreSteamerText.Position = UDim2.new(0.00476190494, 0, -0.0404321924, 0)
  615. OreSteamerText.Size = UDim2.new(0, 185, 0, 26)
  616. OreSteamerText.Font = Enum.Font.SourceSans
  617. OreSteamerText.Text = "Ore Steamer"
  618. OreSteamerText.TextColor3 = Color3.new(1, 1, 1)
  619. OreSteamerText.TextSize = 14
  620.  
  621. OreSteamerCheck.Name = "OreSteamerCheck"
  622. OreSteamerCheck.Parent = OreSteamer
  623. OreSteamerCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  624. OreSteamerCheck.BorderSizePixel = 0
  625. OreSteamerCheck.Position = UDim2.new(0.885585546, 0, -0.000432129949, 0)
  626. OreSteamerCheck.Size = UDim2.new(0, 25, 0, 26)
  627. OreSteamerCheck.Font = Enum.Font.SourceSansBold
  628. OreSteamerCheck.Text = "❌"
  629. OreSteamerCheck.TextColor3 = Color3.new(0, 1, 0)
  630. OreSteamerCheck.TextSize = 14
  631.  
  632. OreCrane.Name = "OreCrane"
  633. OreCrane.Parent = PurchasablesScroll
  634. OreCrane.BackgroundColor3 = Color3.new(1, 1, 1)
  635. OreCrane.BorderSizePixel = 0
  636. OreCrane.Position = UDim2.new(-0.00865800865, 0, 0.122999996, 0)
  637. OreCrane.Size = UDim2.new(0, 210, 0, 25)
  638.  
  639. OreCraneText.Name = "OreCraneText"
  640. OreCraneText.Parent = OreCrane
  641. OreCraneText.BackgroundColor3 = Color3.new(0, 0, 0)
  642. OreCraneText.BorderSizePixel = 0
  643. OreCraneText.Position = UDim2.new(0.00952380989, 0, -0.0404322296, 0)
  644. OreCraneText.Size = UDim2.new(0, 185, 0, 26)
  645. OreCraneText.Font = Enum.Font.SourceSans
  646. OreCraneText.Text = "Ore Crane"
  647. OreCraneText.TextColor3 = Color3.new(1, 1, 1)
  648. OreCraneText.TextSize = 14
  649.  
  650. OreCraneCheck.Name = "OreCraneCheck"
  651. OreCraneCheck.Parent = OreCrane
  652. OreCraneCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  653. OreCraneCheck.BorderSizePixel = 0
  654. OreCraneCheck.Position = UDim2.new(0.890347421, 0, -0.0804321319, 0)
  655. OreCraneCheck.Size = UDim2.new(0, 25, 0, 26)
  656. OreCraneCheck.Font = Enum.Font.SourceSansBold
  657. OreCraneCheck.Text = "❌"
  658. OreCraneCheck.TextColor3 = Color3.new(0, 1, 0)
  659. OreCraneCheck.TextSize = 14
  660.  
  661. PortaOreAd.Name = "PortaOreAd"
  662. PortaOreAd.Parent = PurchasablesScroll
  663. PortaOreAd.BackgroundColor3 = Color3.new(1, 1, 1)
  664. PortaOreAd.BorderSizePixel = 0
  665. PortaOreAd.Position = UDim2.new(-0.012987013, 0, 0.147, 0)
  666. PortaOreAd.Size = UDim2.new(0, 210, 0, 25)
  667.  
  668. PortaOreAdText.Name = "PortaOreAdText"
  669. PortaOreAdText.Parent = PortaOreAd
  670. PortaOreAdText.BackgroundColor3 = Color3.new(0, 0, 0)
  671. PortaOreAdText.BorderSizePixel = 0
  672. PortaOreAdText.Position = UDim2.new(0.0142857144, 0, -0.00043220073, 0)
  673. PortaOreAdText.Size = UDim2.new(0, 185, 0, 26)
  674. PortaOreAdText.Font = Enum.Font.SourceSans
  675. PortaOreAdText.Text = "Portable Ore Advancer"
  676. PortaOreAdText.TextColor3 = Color3.new(1, 1, 1)
  677. PortaOreAdText.TextSize = 14
  678.  
  679. PortaOreAdCheck.Name = "PortaOreAdCheck"
  680. PortaOreAdCheck.Parent = PortaOreAd
  681. PortaOreAdCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  682. PortaOreAdCheck.BorderSizePixel = 0
  683. PortaOreAdCheck.Position = UDim2.new(0.895109355, 0, -0.000432129949, 0)
  684. PortaOreAdCheck.Size = UDim2.new(0, 25, 0, 26)
  685. PortaOreAdCheck.Font = Enum.Font.SourceSansBold
  686. PortaOreAdCheck.Text = "❌"
  687. PortaOreAdCheck.TextColor3 = Color3.new(0, 1, 0)
  688. PortaOreAdCheck.TextSize = 14
  689.  
  690. Overhang.Name = "Overhang"
  691. Overhang.Parent = PurchasablesScroll
  692. Overhang.BackgroundColor3 = Color3.new(1, 1, 1)
  693. Overhang.BorderSizePixel = 0
  694. Overhang.Position = UDim2.new(-0.012987012, 0, 0.172000006, 0)
  695. Overhang.Size = UDim2.new(0, 210, 0, 25)
  696.  
  697. OverhangText.Name = "OverhangText"
  698. OverhangText.Parent = Overhang
  699. OverhangText.BackgroundColor3 = Color3.new(0, 0, 0)
  700. OverhangText.BorderSizePixel = 0
  701. OverhangText.Position = UDim2.new(0.0142857125, 0, -0.000432170928, 0)
  702. OverhangText.Size = UDim2.new(0, 185, 0, 26)
  703. OverhangText.Font = Enum.Font.SourceSans
  704. OverhangText.Text = "Overhang Upgrader"
  705. OverhangText.TextColor3 = Color3.new(1, 1, 1)
  706. OverhangText.TextSize = 14
  707.  
  708. OverhangCheck.Name = "OverhangCheck"
  709. OverhangCheck.Parent = Overhang
  710. OverhangCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  711. OverhangCheck.BorderSizePixel = 0
  712. OverhangCheck.Position = UDim2.new(0.895109355, 0, -0.000432129949, 0)
  713. OverhangCheck.Size = UDim2.new(0, 25, 0, 26)
  714. OverhangCheck.Font = Enum.Font.SourceSansBold
  715. OverhangCheck.Text = "❌"
  716. OverhangCheck.TextColor3 = Color3.new(0, 1, 0)
  717. OverhangCheck.TextSize = 14
  718.  
  719. HeatCon.Name = "HeatCon"
  720. HeatCon.Parent = PurchasablesScroll
  721. HeatCon.BackgroundColor3 = Color3.new(1, 1, 1)
  722. HeatCon.BorderSizePixel = 0
  723. HeatCon.Position = UDim2.new(-0.0129870139, 0, 0.197000012, 0)
  724. HeatCon.Size = UDim2.new(0, 210, 0, 25)
  725.  
  726. HeatConText.Name = "HeatConText"
  727. HeatConText.Parent = HeatCon
  728. HeatConText.BackgroundColor3 = Color3.new(0, 0, 0)
  729. HeatConText.BorderSizePixel = 0
  730. HeatConText.Position = UDim2.new(0.0142857125, 0, -0.000432156026, 0)
  731. HeatConText.Size = UDim2.new(0, 185, 0, 26)
  732. HeatConText.Font = Enum.Font.SourceSans
  733. HeatConText.Text = "Heat Condenser"
  734. HeatConText.TextColor3 = Color3.new(1, 1, 1)
  735. HeatConText.TextSize = 14
  736.  
  737. HeatConCheck.Name = "HeatConCheck"
  738. HeatConCheck.Parent = HeatCon
  739. HeatConCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  740. HeatConCheck.BorderSizePixel = 0
  741. HeatConCheck.Position = UDim2.new(0.895109355, 0, -0.000432129949, 0)
  742. HeatConCheck.Size = UDim2.new(0, 25, 0, 26)
  743. HeatConCheck.Font = Enum.Font.SourceSansBold
  744. HeatConCheck.Text = "❌"
  745. HeatConCheck.TextColor3 = Color3.new(0, 1, 0)
  746. HeatConCheck.TextSize = 14
  747.  
  748. RushUp.Name = "RushUp"
  749. RushUp.Parent = PurchasablesScroll
  750. RushUp.BackgroundColor3 = Color3.new(1, 1, 1)
  751. RushUp.BorderSizePixel = 0
  752. RushUp.Position = UDim2.new(-0.012987012, 0, 0.222000003, 0)
  753. RushUp.Size = UDim2.new(0, 210, 0, 25)
  754.  
  755. RushUpText.Name = "RushUpText"
  756. RushUpText.Parent = RushUp
  757. RushUpText.BackgroundColor3 = Color3.new(0, 0, 0)
  758. RushUpText.BorderSizePixel = 0
  759. RushUpText.Position = UDim2.new(0.0142857125, 0, -0.000432133675, 0)
  760. RushUpText.Size = UDim2.new(0, 185, 0, 26)
  761. RushUpText.Font = Enum.Font.SourceSans
  762. RushUpText.Text = "Rush Upgrader"
  763. RushUpText.TextColor3 = Color3.new(1, 1, 1)
  764. RushUpText.TextSize = 14
  765.  
  766. RushUpCheck.Name = "RushUpCheck"
  767. RushUpCheck.Parent = RushUp
  768. RushUpCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  769. RushUpCheck.BorderSizePixel = 0
  770. RushUpCheck.Position = UDim2.new(0.895109355, 0, -0.000432129949, 0)
  771. RushUpCheck.Size = UDim2.new(0, 25, 0, 26)
  772. RushUpCheck.Font = Enum.Font.SourceSansBold
  773. RushUpCheck.Text = "❌"
  774. RushUpCheck.TextColor3 = Color3.new(0, 1, 0)
  775. RushUpCheck.TextSize = 14
  776.  
  777. OreRec.Name = "OreRec"
  778. OreRec.Parent = PurchasablesScroll
  779. OreRec.BackgroundColor3 = Color3.new(1, 1, 1)
  780. OreRec.BorderSizePixel = 0
  781. OreRec.Position = UDim2.new(-0.012987012, 0, 0.246999994, 0)
  782. OreRec.Size = UDim2.new(0, 210, 0, 25)
  783.  
  784. OreRecText.Name = "OreRecText"
  785. OreRecText.Parent = OreRec
  786. OreRecText.BackgroundColor3 = Color3.new(0, 0, 0)
  787. OreRecText.BorderSizePixel = 0
  788. OreRecText.Position = UDim2.new(0.0142857125, 0, -0.000432096422, 0)
  789. OreRecText.Size = UDim2.new(0, 185, 0, 26)
  790. OreRecText.Font = Enum.Font.SourceSans
  791. OreRecText.Text = "Ore Recliner"
  792. OreRecText.TextColor3 = Color3.new(1, 1, 1)
  793. OreRecText.TextSize = 14
  794.  
  795. OreRecCheck.Name = "OreRecCheck"
  796. OreRecCheck.Parent = OreRec
  797. OreRecCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  798. OreRecCheck.BorderSizePixel = 0
  799. OreRecCheck.Position = UDim2.new(0.895109355, 0, -0.000432129949, 0)
  800. OreRecCheck.Size = UDim2.new(0, 25, 0, 26)
  801. OreRecCheck.Font = Enum.Font.SourceSansBold
  802. OreRecCheck.Text = "❌"
  803. OreRecCheck.TextColor3 = Color3.new(0, 1, 0)
  804. OreRecCheck.TextSize = 14
  805.  
  806. Endpoint.Name = "Endpoint"
  807. Endpoint.Parent = PurchasablesScroll
  808. Endpoint.BackgroundColor3 = Color3.new(1, 1, 1)
  809. Endpoint.BorderSizePixel = 0
  810. Endpoint.Position = UDim2.new(-0.012987012, 0, 0.271999985, 0)
  811. Endpoint.Size = UDim2.new(0, 210, 0, 25)
  812.  
  813. EndpointText.Name = "EndpointText"
  814. EndpointText.Parent = Endpoint
  815. EndpointText.BackgroundColor3 = Color3.new(0, 0, 0)
  816. EndpointText.BorderSizePixel = 0
  817. EndpointText.Position = UDim2.new(0.0142857134, 0, -0.000432051718, 0)
  818. EndpointText.Size = UDim2.new(0, 185, 0, 26)
  819. EndpointText.Font = Enum.Font.SourceSans
  820. EndpointText.Text = "Endpoint Refiner"
  821. EndpointText.TextColor3 = Color3.new(1, 1, 1)
  822. EndpointText.TextSize = 14
  823.  
  824. EndpointCheck.Name = "EndpointCheck"
  825. EndpointCheck.Parent = Endpoint
  826. EndpointCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  827. EndpointCheck.BorderSizePixel = 0
  828. EndpointCheck.Position = UDim2.new(0.895109355, 0, -0.000432129949, 0)
  829. EndpointCheck.Size = UDim2.new(0, 25, 0, 26)
  830. EndpointCheck.Font = Enum.Font.SourceSansBold
  831. EndpointCheck.Text = "❌"
  832. EndpointCheck.TextColor3 = Color3.new(0, 1, 0)
  833. EndpointCheck.TextSize = 14
  834.  
  835. PortaStop.Name = "PortaStop"
  836. PortaStop.Parent = PurchasablesScroll
  837. PortaStop.BackgroundColor3 = Color3.new(1, 1, 1)
  838. PortaStop.BorderSizePixel = 0
  839. PortaStop.Position = UDim2.new(-0.012987012, 0, 0.296999991, 0)
  840. PortaStop.Size = UDim2.new(0, 210, 0, 25)
  841.  
  842. PortaStopText.Name = "PortaStopText"
  843. PortaStopText.Parent = PortaStop
  844. PortaStopText.BackgroundColor3 = Color3.new(0, 0, 0)
  845. PortaStopText.BorderSizePixel = 0
  846. PortaStopText.Position = UDim2.new(0.0142857125, 0, -0.00043207407, 0)
  847. PortaStopText.Size = UDim2.new(0, 185, 0, 26)
  848. PortaStopText.Font = Enum.Font.SourceSans
  849. PortaStopText.Text = "Portable Ore Stopper"
  850. PortaStopText.TextColor3 = Color3.new(1, 1, 1)
  851. PortaStopText.TextSize = 14
  852.  
  853. PortaStopCheck.Name = "PortaStopCheck"
  854. PortaStopCheck.Parent = PortaStop
  855. PortaStopCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  856. PortaStopCheck.BorderSizePixel = 0
  857. PortaStopCheck.Position = UDim2.new(0.895109355, 0, -0.000432129949, 0)
  858. PortaStopCheck.Size = UDim2.new(0, 25, 0, 26)
  859. PortaStopCheck.Font = Enum.Font.SourceSansBold
  860. PortaStopCheck.Text = "❌"
  861. PortaStopCheck.TextColor3 = Color3.new(0, 1, 0)
  862. PortaStopCheck.TextSize = 14
  863.  
  864. PortaEnh.Name = "PortaEnh"
  865. PortaEnh.Parent = PurchasablesScroll
  866. PortaEnh.BackgroundColor3 = Color3.new(1, 1, 1)
  867. PortaEnh.BorderSizePixel = 0
  868. PortaEnh.Position = UDim2.new(-0.012987012, 0, 0.321999997, 0)
  869. PortaEnh.Size = UDim2.new(0, 210, 0, 25)
  870.  
  871. PortaEnhText.Name = "PortaEnhText"
  872. PortaEnhText.Parent = PortaEnh
  873. PortaEnhText.BackgroundColor3 = Color3.new(0, 0, 0)
  874. PortaEnhText.BorderSizePixel = 0
  875. PortaEnhText.Position = UDim2.new(0.0142857134, 0, -0.000432066619, 0)
  876. PortaEnhText.Size = UDim2.new(0, 185, 0, 26)
  877. PortaEnhText.Font = Enum.Font.SourceSans
  878. PortaEnhText.Text = "Portable Ore Enhancer"
  879. PortaEnhText.TextColor3 = Color3.new(1, 1, 1)
  880. PortaEnhText.TextSize = 14
  881.  
  882. PortaEnhCheck.Name = "PortaEnhCheck"
  883. PortaEnhCheck.Parent = PortaEnh
  884. PortaEnhCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  885. PortaEnhCheck.BorderSizePixel = 0
  886. PortaEnhCheck.Position = UDim2.new(0.895109355, 0, -0.000432129949, 0)
  887. PortaEnhCheck.Size = UDim2.new(0, 25, 0, 26)
  888. PortaEnhCheck.Font = Enum.Font.SourceSansBold
  889. PortaEnhCheck.Text = "❌"
  890. PortaEnhCheck.TextColor3 = Color3.new(0, 1, 0)
  891. PortaEnhCheck.TextSize = 14
  892.  
  893. SatBeam.Name = "SatBeam"
  894. SatBeam.Parent = PurchasablesScroll
  895. SatBeam.BackgroundColor3 = Color3.new(1, 1, 1)
  896. SatBeam.BorderSizePixel = 0
  897. SatBeam.Position = UDim2.new(-0.012987012, 0, 0.347000003, 0)
  898. SatBeam.Size = UDim2.new(0, 210, 0, 25)
  899.  
  900. SatBeamText.Name = "SatBeamText"
  901. SatBeamText.Parent = SatBeam
  902. SatBeamText.BackgroundColor3 = Color3.new(0, 0, 0)
  903. SatBeamText.BorderSizePixel = 0
  904. SatBeamText.Position = UDim2.new(0.0142857134, 0, -0.000432051718, 0)
  905. SatBeamText.Size = UDim2.new(0, 185, 0, 26)
  906. SatBeamText.Font = Enum.Font.SourceSans
  907. SatBeamText.Text = "Satelitte Beam"
  908. SatBeamText.TextColor3 = Color3.new(1, 1, 1)
  909. SatBeamText.TextSize = 14
  910.  
  911. SatBeamCheck.Name = "SatBeamCheck"
  912. SatBeamCheck.Parent = SatBeam
  913. SatBeamCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  914. SatBeamCheck.BorderSizePixel = 0
  915. SatBeamCheck.Position = UDim2.new(0.895109355, 0, -0.000432129949, 0)
  916. SatBeamCheck.Size = UDim2.new(0, 25, 0, 26)
  917. SatBeamCheck.Font = Enum.Font.SourceSansBold
  918. SatBeamCheck.Text = "❌"
  919. SatBeamCheck.TextColor3 = Color3.new(0, 1, 0)
  920. SatBeamCheck.TextSize = 14
  921.  
  922. OreCol.Name = "OreCol"
  923. OreCol.Parent = PurchasablesScroll
  924. OreCol.BackgroundColor3 = Color3.new(1, 1, 1)
  925. OreCol.BorderSizePixel = 0
  926. OreCol.Position = UDim2.new(-0.012987012, 0, 0.372000009, 0)
  927. OreCol.Size = UDim2.new(0, 210, 0, 25)
  928.  
  929. OreColText.Name = "OreColText"
  930. OreColText.Parent = OreCol
  931. OreColText.BackgroundColor3 = Color3.new(0, 0, 0)
  932. OreColText.BorderSizePixel = 0
  933. OreColText.Position = UDim2.new(0.0142857134, 0, -0.000432036817, 0)
  934. OreColText.Size = UDim2.new(0, 185, 0, 26)
  935. OreColText.Font = Enum.Font.SourceSans
  936. OreColText.Text = "Ore Collider"
  937. OreColText.TextColor3 = Color3.new(1, 1, 1)
  938. OreColText.TextSize = 14
  939.  
  940. OreColCheck.Name = "OreColCheck"
  941. OreColCheck.Parent = OreCol
  942. OreColCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  943. OreColCheck.BorderSizePixel = 0
  944. OreColCheck.Position = UDim2.new(0.895109355, 0, -0.000432129949, 0)
  945. OreColCheck.Size = UDim2.new(0, 25, 0, 26)
  946. OreColCheck.Font = Enum.Font.SourceSansBold
  947. OreColCheck.Text = "❌"
  948. OreColCheck.TextColor3 = Color3.new(0, 1, 0)
  949. OreColCheck.TextSize = 14
  950.  
  951. DroneUpg.Name = "DroneUpg"
  952. DroneUpg.Parent = PurchasablesScroll
  953. DroneUpg.BackgroundColor3 = Color3.new(1, 1, 1)
  954. DroneUpg.BorderSizePixel = 0
  955. DroneUpg.Position = UDim2.new(-0.012987012, 0, 0.397000015, 0)
  956. DroneUpg.Size = UDim2.new(0, 210, 0, 25)
  957.  
  958. DroneUpgText.Name = "DroneUpgText"
  959. DroneUpgText.Parent = DroneUpg
  960. DroneUpgText.BackgroundColor3 = Color3.new(0, 0, 0)
  961. DroneUpgText.BorderSizePixel = 0
  962. DroneUpgText.Position = UDim2.new(0.0142857134, 0, -0.000431977212, 0)
  963. DroneUpgText.Size = UDim2.new(0, 185, 0, 26)
  964. DroneUpgText.Font = Enum.Font.SourceSans
  965. DroneUpgText.Text = "Drone Upgrader"
  966. DroneUpgText.TextColor3 = Color3.new(1, 1, 1)
  967. DroneUpgText.TextSize = 14
  968.  
  969. DroneUpgCheck.Name = "DroneUpgCheck"
  970. DroneUpgCheck.Parent = DroneUpg
  971. DroneUpgCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  972. DroneUpgCheck.BorderSizePixel = 0
  973. DroneUpgCheck.Position = UDim2.new(0.895109355, 0, -0.000432129949, 0)
  974. DroneUpgCheck.Size = UDim2.new(0, 25, 0, 26)
  975. DroneUpgCheck.Font = Enum.Font.SourceSansBold
  976. DroneUpgCheck.Text = "❌"
  977. DroneUpgCheck.TextColor3 = Color3.new(0, 1, 0)
  978. DroneUpgCheck.TextSize = 14
  979.  
  980. Orbitable.Name = "Orbitable"
  981. Orbitable.Parent = PurchasablesScroll
  982. Orbitable.BackgroundColor3 = Color3.new(1, 1, 1)
  983. Orbitable.BorderSizePixel = 0
  984. Orbitable.Position = UDim2.new(-0.012987012, 0, 0.422000021, 0)
  985. Orbitable.Size = UDim2.new(0, 210, 0, 25)
  986.  
  987. OrbitableText.Name = "OrbitableText"
  988. OrbitableText.Parent = Orbitable
  989. OrbitableText.BackgroundColor3 = Color3.new(0, 0, 0)
  990. OrbitableText.BorderSizePixel = 0
  991. OrbitableText.Position = UDim2.new(0.0142857125, 0, -0.000431984663, 0)
  992. OrbitableText.Size = UDim2.new(0, 185, 0, 26)
  993. OrbitableText.Font = Enum.Font.SourceSans
  994. OrbitableText.Text = "Orbitable Upgrader"
  995. OrbitableText.TextColor3 = Color3.new(1, 1, 1)
  996. OrbitableText.TextSize = 14
  997.  
  998. OrbitableCheck.Name = "OrbitableCheck"
  999. OrbitableCheck.Parent = Orbitable
  1000. OrbitableCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1001. OrbitableCheck.BorderSizePixel = 0
  1002. OrbitableCheck.Position = UDim2.new(0.895109355, 0, -0.000432129949, 0)
  1003. OrbitableCheck.Size = UDim2.new(0, 25, 0, 26)
  1004. OrbitableCheck.Font = Enum.Font.SourceSansBold
  1005. OrbitableCheck.Text = "❌"
  1006. OrbitableCheck.TextColor3 = Color3.new(0, 1, 0)
  1007. OrbitableCheck.TextSize = 14
  1008.  
  1009. NonPurchasables.Name = "NonPurchasables"
  1010. NonPurchasables.Parent = MainFrame
  1011. NonPurchasables.BackgroundColor3 = Color3.new(1, 1, 1)
  1012. NonPurchasables.BorderSizePixel = 0
  1013. NonPurchasables.Position = UDim2.new(0.200000003, 0, 0, 0)
  1014. NonPurchasables.Size = UDim2.new(0, 199, 0, 25)
  1015.  
  1016. NonPurchasablesText.Name = "NonPurchasablesText"
  1017. NonPurchasablesText.Parent = NonPurchasables
  1018. NonPurchasablesText.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0.32549)
  1019. NonPurchasablesText.BorderSizePixel = 0
  1020. NonPurchasablesText.Size = UDim2.new(0, 231, 0, 25)
  1021. NonPurchasablesText.Font = Enum.Font.SourceSansBold
  1022. NonPurchasablesText.Text = "Non Purchasable and UC Items"
  1023. NonPurchasablesText.TextColor3 = Color3.new(0, 0, 0)
  1024. NonPurchasablesText.TextSize = 16
  1025.  
  1026. NonPurchasablesScroll.Name = "NonPurchasablesScroll"
  1027. NonPurchasablesScroll.Parent = MainFrame
  1028. NonPurchasablesScroll.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1029. NonPurchasablesScroll.BorderSizePixel = 0
  1030. NonPurchasablesScroll.Position = UDim2.new(0.199000001, 0, 0.0493021235, 0)
  1031. NonPurchasablesScroll.Size = UDim2.new(0, 233, 0, 475)
  1032.  
  1033. StatueOfK.Name = "StatueOfK"
  1034. StatueOfK.Parent = NonPurchasablesScroll
  1035. StatueOfK.BackgroundColor3 = Color3.new(1, 1, 1)
  1036. StatueOfK.BorderSizePixel = 0
  1037. StatueOfK.Position = UDim2.new(0.00550567918, 0, 0.024637511, 0)
  1038. StatueOfK.Size = UDim2.new(0, 200, 0, 26)
  1039.  
  1040. StatueOfKText.Name = "StatueOfKText"
  1041. StatueOfKText.Parent = StatueOfK
  1042. StatueOfKText.BackgroundColor3 = Color3.new(0, 0, 0)
  1043. StatueOfKText.BorderSizePixel = 0
  1044. StatueOfKText.Position = UDim2.new(0, 0, -0.000432133675, 0)
  1045. StatueOfKText.Size = UDim2.new(0, 185, 0, 26)
  1046. StatueOfKText.Font = Enum.Font.SourceSans
  1047. StatueOfKText.Text = "Statue Of Knowledge"
  1048. StatueOfKText.TextColor3 = Color3.new(1, 1, 1)
  1049. StatueOfKText.TextSize = 14
  1050.  
  1051. StatueOfKCheck.Name = "StatueOfKCheck"
  1052. StatueOfKCheck.Parent = StatueOfK
  1053. StatueOfKCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1054. StatueOfKCheck.BorderSizePixel = 0
  1055. StatueOfKCheck.Position = UDim2.new(0.920952439, 0, -0.00043193996, 0)
  1056. StatueOfKCheck.Size = UDim2.new(0, 25, 0, 26)
  1057. StatueOfKCheck.Font = Enum.Font.SourceSansBold
  1058. StatueOfKCheck.Text = "❌"
  1059. StatueOfKCheck.TextColor3 = Color3.new(0, 1, 0)
  1060. StatueOfKCheck.TextSize = 14
  1061.  
  1062. ProfUp.Name = "ProfUp"
  1063. ProfUp.Parent = NonPurchasablesScroll
  1064. ProfUp.BackgroundColor3 = Color3.new(1, 1, 1)
  1065. ProfUp.BorderSizePixel = 0
  1066. ProfUp.Position = UDim2.new(0.00550567918, 0, 0.0506375134, 0)
  1067. ProfUp.Size = UDim2.new(0, 200, 0, 26)
  1068.  
  1069. ProfUpText.Name = "ProfUpText"
  1070. ProfUpText.Parent = ProfUp
  1071. ProfUpText.BackgroundColor3 = Color3.new(0, 0, 0)
  1072. ProfUpText.BorderSizePixel = 0
  1073. ProfUpText.Position = UDim2.new(0, 0, -0.000432159752, 0)
  1074. ProfUpText.Size = UDim2.new(0, 185, 0, 26)
  1075. ProfUpText.Font = Enum.Font.SourceSans
  1076. ProfUpText.Text = "Professional Upgrader"
  1077. ProfUpText.TextColor3 = Color3.new(1, 1, 1)
  1078. ProfUpText.TextSize = 14
  1079.  
  1080. ProfUpCheck.Name = "ProfUpCheck"
  1081. ProfUpCheck.Parent = ProfUp
  1082. ProfUpCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1083. ProfUpCheck.BorderSizePixel = 0
  1084. ProfUpCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1085. ProfUpCheck.Size = UDim2.new(0, 25, 0, 26)
  1086. ProfUpCheck.Font = Enum.Font.SourceSansBold
  1087. ProfUpCheck.Text = "❌"
  1088. ProfUpCheck.TextColor3 = Color3.new(0, 1, 0)
  1089. ProfUpCheck.TextSize = 14
  1090.  
  1091. Pin.Name = "Pin"
  1092. Pin.Parent = NonPurchasablesScroll
  1093. Pin.BackgroundColor3 = Color3.new(1, 1, 1)
  1094. Pin.BorderSizePixel = 0
  1095. Pin.Position = UDim2.new(0.00550567918, 0, 0.0766375139, 0)
  1096. Pin.Size = UDim2.new(0, 200, 0, 26)
  1097.  
  1098. PinText.Name = "PinText"
  1099. PinText.Parent = Pin
  1100. PinText.BackgroundColor3 = Color3.new(0, 0, 0)
  1101. PinText.BorderSizePixel = 0
  1102. PinText.Position = UDim2.new(0, 0, -0.000432133675, 0)
  1103. PinText.Size = UDim2.new(0, 185, 0, 26)
  1104. PinText.Font = Enum.Font.SourceSans
  1105. PinText.Text = "Pinapple Refiner"
  1106. PinText.TextColor3 = Color3.new(1, 1, 1)
  1107. PinText.TextSize = 14
  1108.  
  1109. PinCheck.Name = "PinCheck"
  1110. PinCheck.Parent = Pin
  1111. PinCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1112. PinCheck.BorderSizePixel = 0
  1113. PinCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1114. PinCheck.Size = UDim2.new(0, 25, 0, 26)
  1115. PinCheck.Font = Enum.Font.SourceSansBold
  1116. PinCheck.Text = "❌"
  1117. PinCheck.TextColor3 = Color3.new(0, 1, 0)
  1118. PinCheck.TextSize = 14
  1119.  
  1120. Mil.Name = "Mil"
  1121. Mil.Parent = NonPurchasablesScroll
  1122. Mil.BackgroundColor3 = Color3.new(1, 1, 1)
  1123. Mil.BorderSizePixel = 0
  1124. Mil.Position = UDim2.new(0.00550567918, 0, 0.0976375118, 0)
  1125. Mil.Size = UDim2.new(0, 200, 0, 26)
  1126.  
  1127. MilText.Name = "MilText"
  1128. MilText.Parent = Mil
  1129. MilText.BackgroundColor3 = Color3.new(0, 0, 0)
  1130. MilText.BorderSizePixel = 0
  1131. MilText.Position = UDim2.new(0, 0, -0.000432096422, 0)
  1132. MilText.Size = UDim2.new(0, 185, 0, 26)
  1133. MilText.Font = Enum.Font.SourceSans
  1134. MilText.Text = "100M Upgrader"
  1135. MilText.TextColor3 = Color3.new(1, 1, 1)
  1136. MilText.TextSize = 14
  1137.  
  1138. MilCheck.Name = "MilCheck"
  1139. MilCheck.Parent = Mil
  1140. MilCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1141. MilCheck.BorderSizePixel = 0
  1142. MilCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1143. MilCheck.Size = UDim2.new(0, 25, 0, 26)
  1144. MilCheck.Font = Enum.Font.SourceSansBold
  1145. MilCheck.Text = "❌"
  1146. MilCheck.TextColor3 = Color3.new(0, 1, 0)
  1147. MilCheck.TextSize = 14
  1148.  
  1149. Banana.Name = "Banana"
  1150. Banana.Parent = NonPurchasablesScroll
  1151. Banana.BackgroundColor3 = Color3.new(1, 1, 1)
  1152. Banana.BorderSizePixel = 0
  1153. Banana.Position = UDim2.new(0.00550567918, 0, 0.122637518, 0)
  1154. Banana.Size = UDim2.new(0, 200, 0, 26)
  1155.  
  1156. BananaText.Name = "BananaText"
  1157. BananaText.Parent = Banana
  1158. BananaText.BackgroundColor3 = Color3.new(0, 0, 0)
  1159. BananaText.BorderSizePixel = 0
  1160. BananaText.Position = UDim2.new(0, 0, -0.000432029366, 0)
  1161. BananaText.Size = UDim2.new(0, 185, 0, 26)
  1162. BananaText.Font = Enum.Font.SourceSans
  1163. BananaText.Text = "Banana Split Upgrader"
  1164. BananaText.TextColor3 = Color3.new(1, 1, 1)
  1165. BananaText.TextSize = 14
  1166.  
  1167. BananaCheck.Name = "BananaCheck"
  1168. BananaCheck.Parent = Banana
  1169. BananaCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1170. BananaCheck.BorderSizePixel = 0
  1171. BananaCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1172. BananaCheck.Size = UDim2.new(0, 25, 0, 26)
  1173. BananaCheck.Font = Enum.Font.SourceSansBold
  1174. BananaCheck.Text = "❌"
  1175. BananaCheck.TextColor3 = Color3.new(0, 1, 0)
  1176. BananaCheck.TextSize = 14
  1177.  
  1178. ClovRef.Name = "ClovRef"
  1179. ClovRef.Parent = NonPurchasablesScroll
  1180. ClovRef.BackgroundColor3 = Color3.new(1, 1, 1)
  1181. ClovRef.BorderSizePixel = 0
  1182. ClovRef.Position = UDim2.new(0.00550567918, 0, 0.146637514, 0)
  1183. ClovRef.Size = UDim2.new(0, 200, 0, 26)
  1184.  
  1185. ClovRefText.Name = "ClovRefText"
  1186. ClovRefText.Parent = ClovRef
  1187. ClovRefText.BackgroundColor3 = Color3.new(0, 0, 0)
  1188. ClovRefText.BorderSizePixel = 0
  1189. ClovRefText.Position = UDim2.new(0, 0, -0.000431921333, 0)
  1190. ClovRefText.Size = UDim2.new(0, 185, 0, 26)
  1191. ClovRefText.Font = Enum.Font.SourceSans
  1192. ClovRefText.Text = "Clover Refiner"
  1193. ClovRefText.TextColor3 = Color3.new(1, 1, 1)
  1194. ClovRefText.TextSize = 14
  1195.  
  1196. ClovRefCheck.Name = "ClovRefCheck"
  1197. ClovRefCheck.Parent = ClovRef
  1198. ClovRefCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1199. ClovRefCheck.BorderSizePixel = 0
  1200. ClovRefCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1201. ClovRefCheck.Size = UDim2.new(0, 25, 0, 26)
  1202. ClovRefCheck.Font = Enum.Font.SourceSansBold
  1203. ClovRefCheck.Text = "❌"
  1204. ClovRefCheck.TextColor3 = Color3.new(0, 1, 0)
  1205. ClovRefCheck.TextSize = 14
  1206.  
  1207. PumHero.Name = "PumHero"
  1208. PumHero.Parent = NonPurchasablesScroll
  1209. PumHero.BackgroundColor3 = Color3.new(1, 1, 1)
  1210. PumHero.BorderSizePixel = 0
  1211. PumHero.Position = UDim2.new(0.00550567918, 0, 0.17163752, 0)
  1212. PumHero.Size = UDim2.new(0, 200, 0, 26)
  1213.  
  1214. PumHeroText.Name = "PumHeroText"
  1215. PumHeroText.Parent = PumHero
  1216. PumHeroText.BackgroundColor3 = Color3.new(0, 0, 0)
  1217. PumHeroText.BorderSizePixel = 0
  1218. PumHeroText.Position = UDim2.new(0, 0, -0.00043194741, 0)
  1219. PumHeroText.Size = UDim2.new(0, 185, 0, 26)
  1220. PumHeroText.Font = Enum.Font.SourceSans
  1221. PumHeroText.Text = "Pumpkin Hero"
  1222. PumHeroText.TextColor3 = Color3.new(1, 1, 1)
  1223. PumHeroText.TextSize = 14
  1224.  
  1225. PumHeroCheck.Name = "PumHeroCheck"
  1226. PumHeroCheck.Parent = PumHero
  1227. PumHeroCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1228. PumHeroCheck.BorderSizePixel = 0
  1229. PumHeroCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1230. PumHeroCheck.Size = UDim2.new(0, 25, 0, 26)
  1231. PumHeroCheck.Font = Enum.Font.SourceSansBold
  1232. PumHeroCheck.Text = "❌"
  1233. PumHeroCheck.TextColor3 = Color3.new(0, 1, 0)
  1234. PumHeroCheck.TextSize = 14
  1235.  
  1236. PumPatch.Name = "PumPatch"
  1237. PumPatch.Parent = NonPurchasablesScroll
  1238. PumPatch.BackgroundColor3 = Color3.new(1, 1, 1)
  1239. PumPatch.BorderSizePixel = 0
  1240. PumPatch.Position = UDim2.new(0.00550567918, 0, 0.197637528, 0)
  1241. PumPatch.Size = UDim2.new(0, 200, 0, 26)
  1242.  
  1243. PumPatchText.Name = "PumPatchText"
  1244. PumPatchText.Parent = PumPatch
  1245. PumPatchText.BackgroundColor3 = Color3.new(0, 0, 0)
  1246. PumPatchText.BorderSizePixel = 0
  1247. PumPatchText.Position = UDim2.new(0, 0, -0.000431980938, 0)
  1248. PumPatchText.Size = UDim2.new(0, 185, 0, 26)
  1249. PumPatchText.Font = Enum.Font.SourceSans
  1250. PumPatchText.Text = "Pumpkin Patch"
  1251. PumPatchText.TextColor3 = Color3.new(1, 1, 1)
  1252. PumPatchText.TextSize = 14
  1253.  
  1254. PumPatchCheck.Name = "PumPatchCheck"
  1255. PumPatchCheck.Parent = PumPatch
  1256. PumPatchCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1257. PumPatchCheck.BorderSizePixel = 0
  1258. PumPatchCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1259. PumPatchCheck.Size = UDim2.new(0, 25, 0, 26)
  1260. PumPatchCheck.Font = Enum.Font.SourceSansBold
  1261. PumPatchCheck.Text = "❌"
  1262. PumPatchCheck.TextColor3 = Color3.new(0, 1, 0)
  1263. PumPatchCheck.TextSize = 14
  1264.  
  1265. Eggcel.Name = "Eggcel"
  1266. Eggcel.Parent = NonPurchasablesScroll
  1267. Eggcel.BackgroundColor3 = Color3.new(1, 1, 1)
  1268. Eggcel.BorderSizePixel = 0
  1269. Eggcel.Position = UDim2.new(0.00550567918, 0, 0.218637526, 0)
  1270. Eggcel.Size = UDim2.new(0, 200, 0, 26)
  1271.  
  1272. EggcelText.Name = "EggcelText"
  1273. EggcelText.Parent = Eggcel
  1274. EggcelText.BackgroundColor3 = Color3.new(0, 0, 0)
  1275. EggcelText.BorderSizePixel = 0
  1276. EggcelText.Position = UDim2.new(0, 0, -0.000431954861, 0)
  1277. EggcelText.Size = UDim2.new(0, 185, 0, 26)
  1278. EggcelText.Font = Enum.Font.SourceSans
  1279. EggcelText.Text = "Eggcelent Upgrader"
  1280. EggcelText.TextColor3 = Color3.new(1, 1, 1)
  1281. EggcelText.TextSize = 14
  1282.  
  1283. EggcelCheck.Name = "EggcelCheck"
  1284. EggcelCheck.Parent = Eggcel
  1285. EggcelCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1286. EggcelCheck.BorderSizePixel = 0
  1287. EggcelCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1288. EggcelCheck.Size = UDim2.new(0, 25, 0, 26)
  1289. EggcelCheck.Font = Enum.Font.SourceSansBold
  1290. EggcelCheck.Text = "❌"
  1291. EggcelCheck.TextColor3 = Color3.new(0, 1, 0)
  1292. EggcelCheck.TextSize = 14
  1293.  
  1294. ThreeYears.Name = "ThreeYears"
  1295. ThreeYears.Parent = NonPurchasablesScroll
  1296. ThreeYears.BackgroundColor3 = Color3.new(1, 1, 1)
  1297. ThreeYears.BorderSizePixel = 0
  1298. ThreeYears.Position = UDim2.new(0.00550567918, 0, 0.243637532, 0)
  1299. ThreeYears.Size = UDim2.new(0, 200, 0, 26)
  1300.  
  1301. ThreeYearsText.Name = "ThreeYearsText"
  1302. ThreeYearsText.Parent = ThreeYears
  1303. ThreeYearsText.BackgroundColor3 = Color3.new(0, 0, 0)
  1304. ThreeYearsText.BorderSizePixel = 0
  1305. ThreeYearsText.Position = UDim2.new(0, 0, -0.000431954861, 0)
  1306. ThreeYearsText.Size = UDim2.new(0, 185, 0, 26)
  1307. ThreeYearsText.Font = Enum.Font.SourceSans
  1308. ThreeYearsText.Text = "Three Years Upgrader"
  1309. ThreeYearsText.TextColor3 = Color3.new(1, 1, 1)
  1310. ThreeYearsText.TextSize = 14
  1311.  
  1312. ThreeYearsCheck.Name = "ThreeYearsCheck"
  1313. ThreeYearsCheck.Parent = ThreeYears
  1314. ThreeYearsCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1315. ThreeYearsCheck.BorderSizePixel = 0
  1316. ThreeYearsCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1317. ThreeYearsCheck.Size = UDim2.new(0, 25, 0, 26)
  1318. ThreeYearsCheck.Font = Enum.Font.SourceSansBold
  1319. ThreeYearsCheck.Text = "❌"
  1320. ThreeYearsCheck.TextColor3 = Color3.new(0, 1, 0)
  1321. ThreeYearsCheck.TextSize = 14
  1322.  
  1323. Bog.Name = "Bog"
  1324. Bog.Parent = NonPurchasablesScroll
  1325. Bog.BackgroundColor3 = Color3.new(1, 1, 1)
  1326. Bog.BorderSizePixel = 0
  1327. Bog.Position = UDim2.new(0.00550567918, 0, 0.268637538, 0)
  1328. Bog.Size = UDim2.new(0, 200, 0, 26)
  1329.  
  1330. BogText.Name = "BogText"
  1331. BogText.Parent = Bog
  1332. BogText.BackgroundColor3 = Color3.new(0, 0, 0)
  1333. BogText.BorderSizePixel = 0
  1334. BogText.Position = UDim2.new(0, 0, -0.000432007015, 0)
  1335. BogText.Size = UDim2.new(0, 185, 0, 26)
  1336. BogText.Font = Enum.Font.SourceSans
  1337. BogText.Text = "Hopeless Bog"
  1338. BogText.TextColor3 = Color3.new(1, 1, 1)
  1339. BogText.TextSize = 14
  1340.  
  1341. BogCheck.Name = "BogCheck"
  1342. BogCheck.Parent = Bog
  1343. BogCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1344. BogCheck.BorderSizePixel = 0
  1345. BogCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1346. BogCheck.Size = UDim2.new(0, 25, 0, 26)
  1347. BogCheck.Font = Enum.Font.SourceSansBold
  1348. BogCheck.Text = "❌"
  1349. BogCheck.TextColor3 = Color3.new(0, 1, 0)
  1350. BogCheck.TextSize = 14
  1351.  
  1352. Exec.Name = "Exec"
  1353. Exec.Parent = NonPurchasablesScroll
  1354. Exec.BackgroundColor3 = Color3.new(1, 1, 1)
  1355. Exec.BorderSizePixel = 0
  1356. Exec.Position = UDim2.new(0.00550567918, 0, 0.294637501, 0)
  1357. Exec.Size = UDim2.new(0, 200, 0, 26)
  1358.  
  1359. ExecText.Name = "ExecText"
  1360. ExecText.Parent = Exec
  1361. ExecText.BackgroundColor3 = Color3.new(0, 0, 0)
  1362. ExecText.BorderSizePixel = 0
  1363. ExecText.Position = UDim2.new(-1.86264515e-09, 0, -0.000432014465, 0)
  1364. ExecText.Size = UDim2.new(0, 185, 0, 26)
  1365. ExecText.Font = Enum.Font.SourceSans
  1366. ExecText.Text = "Executive Pillars"
  1367. ExecText.TextColor3 = Color3.new(1, 1, 1)
  1368. ExecText.TextSize = 14
  1369.  
  1370. ExecCheck.Name = "ExecCheck"
  1371. ExecCheck.Parent = Exec
  1372. ExecCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1373. ExecCheck.BorderSizePixel = 0
  1374. ExecCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1375. ExecCheck.Size = UDim2.new(0, 25, 0, 26)
  1376. ExecCheck.Font = Enum.Font.SourceSansBold
  1377. ExecCheck.Text = "❌"
  1378. ExecCheck.TextColor3 = Color3.new(0, 1, 0)
  1379. ExecCheck.TextSize = 14
  1380.  
  1381. Caramel.Name = "Caramel"
  1382. Caramel.Parent = NonPurchasablesScroll
  1383. Caramel.BackgroundColor3 = Color3.new(1, 1, 1)
  1384. Caramel.BorderSizePixel = 0
  1385. Caramel.Position = UDim2.new(0.00550568104, 0, 0.344637513, 0)
  1386. Caramel.Size = UDim2.new(0, 200, 0, 26)
  1387.  
  1388. CaramelText.Name = "CaramelText"
  1389. CaramelText.Parent = Caramel
  1390. CaramelText.BackgroundColor3 = Color3.new(0, 0, 0)
  1391. CaramelText.BorderSizePixel = 0
  1392. CaramelText.Position = UDim2.new(-2.79396772e-09, 0, -0.000431776047, 0)
  1393. CaramelText.Size = UDim2.new(0, 185, 0, 26)
  1394. CaramelText.Font = Enum.Font.SourceSans
  1395. CaramelText.Text = "Caramel Birthday Cake"
  1396. CaramelText.TextColor3 = Color3.new(1, 1, 1)
  1397. CaramelText.TextSize = 14
  1398.  
  1399. CaramelCheck.Name = "CaramelCheck"
  1400. CaramelCheck.Parent = Caramel
  1401. CaramelCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1402. CaramelCheck.BorderSizePixel = 0
  1403. CaramelCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1404. CaramelCheck.Size = UDim2.new(0, 25, 0, 26)
  1405. CaramelCheck.Font = Enum.Font.SourceSansBold
  1406. CaramelCheck.Text = "❌"
  1407. CaramelCheck.TextColor3 = Color3.new(0, 1, 0)
  1408. CaramelCheck.TextSize = 14
  1409.  
  1410. ClovShr.Name = "ClovShr"
  1411. ClovShr.Parent = NonPurchasablesScroll
  1412. ClovShr.BackgroundColor3 = Color3.new(1, 1, 1)
  1413. ClovShr.BorderSizePixel = 0
  1414. ClovShr.Position = UDim2.new(0.00550567918, 0, 0.319637537, 0)
  1415. ClovShr.Size = UDim2.new(0, 200, 0, 26)
  1416.  
  1417. ClovShrText.Name = "ClovShrText"
  1418. ClovShrText.Parent = ClovShr
  1419. ClovShrText.BackgroundColor3 = Color3.new(0, 0, 0)
  1420. ClovShrText.BorderSizePixel = 0
  1421. ClovShrText.Position = UDim2.new(0, 0, -0.000431984663, 0)
  1422. ClovShrText.Size = UDim2.new(0, 185, 0, 26)
  1423. ClovShrText.Font = Enum.Font.SourceSans
  1424. ClovShrText.Text = "Clover Shrine"
  1425. ClovShrText.TextColor3 = Color3.new(1, 1, 1)
  1426. ClovShrText.TextSize = 14
  1427.  
  1428. ClovShrCheck.Name = "ClovShrCheck"
  1429. ClovShrCheck.Parent = ClovShr
  1430. ClovShrCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1431. ClovShrCheck.BorderSizePixel = 0
  1432. ClovShrCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1433. ClovShrCheck.Size = UDim2.new(0, 25, 0, 26)
  1434. ClovShrCheck.Font = Enum.Font.SourceSansBold
  1435. ClovShrCheck.Text = "❌"
  1436. ClovShrCheck.TextColor3 = Color3.new(0, 1, 0)
  1437. ClovShrCheck.TextSize = 14
  1438.  
  1439. Permafrost.Name = "Permafrost"
  1440. Permafrost.Parent = NonPurchasablesScroll
  1441. Permafrost.BackgroundColor3 = Color3.new(1, 1, 1)
  1442. Permafrost.BorderSizePixel = 0
  1443. Permafrost.Position = UDim2.new(0.00550568104, 0, 0.370637506, 0)
  1444. Permafrost.Size = UDim2.new(0, 200, 0, 26)
  1445.  
  1446. PermafrostText.Name = "PermafrostText"
  1447. PermafrostText.Parent = Permafrost
  1448. PermafrostText.BackgroundColor3 = Color3.new(0, 0, 0)
  1449. PermafrostText.BorderSizePixel = 0
  1450. PermafrostText.Position = UDim2.new(-2.79396772e-09, 0, -0.000431776047, 0)
  1451. PermafrostText.Size = UDim2.new(0, 185, 0, 26)
  1452. PermafrostText.Font = Enum.Font.SourceSans
  1453. PermafrostText.Text = "Permafrost Refiner"
  1454. PermafrostText.TextColor3 = Color3.new(1, 1, 1)
  1455. PermafrostText.TextSize = 14
  1456.  
  1457. PermafrostCheck.Name = "PermafrostCheck"
  1458. PermafrostCheck.Parent = Permafrost
  1459. PermafrostCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1460. PermafrostCheck.BorderSizePixel = 0
  1461. PermafrostCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1462. PermafrostCheck.Size = UDim2.new(0, 25, 0, 26)
  1463. PermafrostCheck.Font = Enum.Font.SourceSansBold
  1464. PermafrostCheck.Text = "❌"
  1465. PermafrostCheck.TextColor3 = Color3.new(0, 1, 0)
  1466. PermafrostCheck.TextSize = 14
  1467.  
  1468. Pirate.Name = "Pirate"
  1469. Pirate.Parent = NonPurchasablesScroll
  1470. Pirate.BackgroundColor3 = Color3.new(1, 1, 1)
  1471. Pirate.BorderSizePixel = 0
  1472. Pirate.Position = UDim2.new(0.00550568104, 0, 0.396637529, 0)
  1473. Pirate.Size = UDim2.new(0, 200, 0, 26)
  1474.  
  1475. PirateText.Name = "PirateText"
  1476. PirateText.Parent = Pirate
  1477. PirateText.BackgroundColor3 = Color3.new(0, 0, 0)
  1478. PirateText.BorderSizePixel = 0
  1479. PirateText.Position = UDim2.new(-1.86264515e-09, 0, -0.000431776047, 0)
  1480. PirateText.Size = UDim2.new(0, 185, 0, 26)
  1481. PirateText.Font = Enum.Font.SourceSans
  1482. PirateText.Text = "Pirate Cove"
  1483. PirateText.TextColor3 = Color3.new(1, 1, 1)
  1484. PirateText.TextSize = 14
  1485.  
  1486. PirateCheck.Name = "PirateCheck"
  1487. PirateCheck.Parent = Pirate
  1488. PirateCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1489. PirateCheck.BorderSizePixel = 0
  1490. PirateCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1491. PirateCheck.Size = UDim2.new(0, 25, 0, 26)
  1492. PirateCheck.Font = Enum.Font.SourceSansBold
  1493. PirateCheck.Text = "❌"
  1494. PirateCheck.TextColor3 = Color3.new(0, 1, 0)
  1495. PirateCheck.TextSize = 14
  1496.  
  1497. RainbowRef.Name = "RainbowRef"
  1498. RainbowRef.Parent = NonPurchasablesScroll
  1499. RainbowRef.BackgroundColor3 = Color3.new(1, 1, 1)
  1500. RainbowRef.BorderSizePixel = 0
  1501. RainbowRef.Position = UDim2.new(0.00550568104, 0, 0.396637529, 0)
  1502. RainbowRef.Size = UDim2.new(0, 200, 0, 26)
  1503.  
  1504. RainbowRefText.Name = "RainbowRefText"
  1505. RainbowRefText.Parent = RainbowRef
  1506. RainbowRefText.BackgroundColor3 = Color3.new(0, 0, 0)
  1507. RainbowRefText.BorderSizePixel = 0
  1508. RainbowRefText.Position = UDim2.new(-1.86264515e-09, 0, -0.000431776047, 0)
  1509. RainbowRefText.Size = UDim2.new(0, 185, 0, 26)
  1510. RainbowRefText.Font = Enum.Font.SourceSans
  1511. RainbowRefText.Text = "Rainbow Refiner"
  1512. RainbowRefText.TextColor3 = Color3.new(1, 1, 1)
  1513. RainbowRefText.TextSize = 14
  1514.  
  1515. RainbowRefCheck.Name = "RainbowRefCheck"
  1516. RainbowRefCheck.Parent = RainbowRef
  1517. RainbowRefCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1518. RainbowRefCheck.BorderSizePixel = 0
  1519. RainbowRefCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1520. RainbowRefCheck.Size = UDim2.new(0, 25, 0, 26)
  1521. RainbowRefCheck.Font = Enum.Font.SourceSansBold
  1522. RainbowRefCheck.Text = "❌"
  1523. RainbowRefCheck.TextColor3 = Color3.new(0, 1, 0)
  1524. RainbowRefCheck.TextSize = 14
  1525.  
  1526. Egg.Name = "Egg"
  1527. Egg.Parent = NonPurchasablesScroll
  1528. Egg.BackgroundColor3 = Color3.new(1, 1, 1)
  1529. Egg.BorderSizePixel = 0
  1530. Egg.Position = UDim2.new(0.00550568104, 0, 0.422637522, 0)
  1531. Egg.Size = UDim2.new(0, 200, 0, 26)
  1532.  
  1533. EggText.Name = "EggText"
  1534. EggText.Parent = Egg
  1535. EggText.BackgroundColor3 = Color3.new(0, 0, 0)
  1536. EggText.BorderSizePixel = 0
  1537. EggText.Position = UDim2.new(-1.86264515e-09, 0, -0.000431776047, 0)
  1538. EggText.Size = UDim2.new(0, 185, 0, 26)
  1539. EggText.Font = Enum.Font.SourceSans
  1540. EggText.Text = "Diamond Egg"
  1541. EggText.TextColor3 = Color3.new(1, 1, 1)
  1542. EggText.TextSize = 14
  1543.  
  1544. EggCheck.Name = "EggCheck"
  1545. EggCheck.Parent = Egg
  1546. EggCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1547. EggCheck.BorderSizePixel = 0
  1548. EggCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1549. EggCheck.Size = UDim2.new(0, 25, 0, 26)
  1550. EggCheck.Font = Enum.Font.SourceSansBold
  1551. EggCheck.Text = "❌"
  1552. EggCheck.TextColor3 = Color3.new(0, 1, 0)
  1553. EggCheck.TextSize = 14
  1554.  
  1555. SantaDS.Name = "SantaDS"
  1556. SantaDS.Parent = NonPurchasablesScroll
  1557. SantaDS.BackgroundColor3 = Color3.new(1, 1, 1)
  1558. SantaDS.BorderSizePixel = 0
  1559. SantaDS.Position = UDim2.new(0.00550568104, 0, 0.448637515, 0)
  1560. SantaDS.Size = UDim2.new(0, 200, 0, 26)
  1561.  
  1562. SantaDSText.Name = "SantaDSText"
  1563. SantaDSText.Parent = SantaDS
  1564. SantaDSText.BackgroundColor3 = Color3.new(0, 0, 0)
  1565. SantaDSText.BorderSizePixel = 0
  1566. SantaDSText.Position = UDim2.new(-2.79396772e-09, 0, -0.000431776047, 0)
  1567. SantaDSText.Size = UDim2.new(0, 185, 0, 26)
  1568. SantaDSText.Font = Enum.Font.SourceSans
  1569. SantaDSText.Text = "Santa's Deluxe Sleigh"
  1570. SantaDSText.TextColor3 = Color3.new(1, 1, 1)
  1571. SantaDSText.TextSize = 14
  1572.  
  1573. SantaDSCheck.Name = "SantaDSCheck"
  1574. SantaDSCheck.Parent = SantaDS
  1575. SantaDSCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1576. SantaDSCheck.BorderSizePixel = 0
  1577. SantaDSCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1578. SantaDSCheck.Size = UDim2.new(0, 25, 0, 26)
  1579. SantaDSCheck.Font = Enum.Font.SourceSansBold
  1580. SantaDSCheck.Text = "❌"
  1581. SantaDSCheck.TextColor3 = Color3.new(0, 1, 0)
  1582. SantaDSCheck.TextSize = 14
  1583.  
  1584. SantaS.Name = "SantaS"
  1585. SantaS.Parent = NonPurchasablesScroll
  1586. SantaS.BackgroundColor3 = Color3.new(1, 1, 1)
  1587. SantaS.BorderSizePixel = 0
  1588. SantaS.Position = UDim2.new(0.00550568104, 0, 0.474637508, 0)
  1589. SantaS.Size = UDim2.new(0, 200, 0, 26)
  1590.  
  1591. SantaSText.Name = "SantaSText"
  1592. SantaSText.Parent = SantaS
  1593. SantaSText.BackgroundColor3 = Color3.new(0, 0, 0)
  1594. SantaSText.BorderSizePixel = 0
  1595. SantaSText.Position = UDim2.new(-2.79396772e-09, 0, -0.000431776047, 0)
  1596. SantaSText.Size = UDim2.new(0, 185, 0, 26)
  1597. SantaSText.Font = Enum.Font.SourceSans
  1598. SantaSText.Text = "Santa's Sleigh"
  1599. SantaSText.TextColor3 = Color3.new(1, 1, 1)
  1600. SantaSText.TextSize = 14
  1601.  
  1602. SantaSCheck.Name = "SantaSCheck"
  1603. SantaSCheck.Parent = SantaS
  1604. SantaSCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1605. SantaSCheck.BorderSizePixel = 0
  1606. SantaSCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1607. SantaSCheck.Size = UDim2.new(0, 25, 0, 26)
  1608. SantaSCheck.Font = Enum.Font.SourceSansBold
  1609. SantaSCheck.Text = "❌"
  1610. SantaSCheck.TextColor3 = Color3.new(0, 1, 0)
  1611. SantaSCheck.TextSize = 14
  1612.  
  1613. Globe.Name = "Globe"
  1614. Globe.Parent = NonPurchasablesScroll
  1615. Globe.BackgroundColor3 = Color3.new(1, 1, 1)
  1616. Globe.BorderSizePixel = 0
  1617. Globe.Position = UDim2.new(0.00550568104, 0, 0.500637531, 0)
  1618. Globe.Size = UDim2.new(0, 200, 0, 26)
  1619.  
  1620. GlobeText.Name = "GlobeText"
  1621. GlobeText.Parent = Globe
  1622. GlobeText.BackgroundColor3 = Color3.new(0, 0, 0)
  1623. GlobeText.BorderSizePixel = 0
  1624. GlobeText.Position = UDim2.new(-2.79396772e-09, 0, -0.000431776047, 0)
  1625. GlobeText.Size = UDim2.new(0, 185, 0, 26)
  1626. GlobeText.Font = Enum.Font.SourceSans
  1627. GlobeText.Text = "Snowglobe Refiner"
  1628. GlobeText.TextColor3 = Color3.new(1, 1, 1)
  1629. GlobeText.TextSize = 14
  1630.  
  1631. GlobeCheck.Name = "GlobeCheck"
  1632. GlobeCheck.Parent = Globe
  1633. GlobeCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1634. GlobeCheck.BorderSizePixel = 0
  1635. GlobeCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1636. GlobeCheck.Size = UDim2.new(0, 25, 0, 26)
  1637. GlobeCheck.Font = Enum.Font.SourceSansBold
  1638. GlobeCheck.Text = "❌"
  1639. GlobeCheck.TextColor3 = Color3.new(0, 1, 0)
  1640. GlobeCheck.TextSize = 14
  1641.  
  1642. Straw.Name = "Straw"
  1643. Straw.Parent = NonPurchasablesScroll
  1644. Straw.BackgroundColor3 = Color3.new(1, 1, 1)
  1645. Straw.BorderSizePixel = 0
  1646. Straw.Position = UDim2.new(0.00550568104, 0, 0.525637567, 0)
  1647. Straw.Size = UDim2.new(0, 200, 0, 26)
  1648.  
  1649. StrawText.Name = "StrawText"
  1650. StrawText.Parent = Straw
  1651. StrawText.BackgroundColor3 = Color3.new(0, 0, 0)
  1652. StrawText.BorderSizePixel = 0
  1653. StrawText.Position = UDim2.new(-2.79396772e-09, 0, -0.000431746244, 0)
  1654. StrawText.Size = UDim2.new(0, 185, 0, 26)
  1655. StrawText.Font = Enum.Font.SourceSans
  1656. StrawText.Text = "Strawberry Cake"
  1657. StrawText.TextColor3 = Color3.new(1, 1, 1)
  1658. StrawText.TextSize = 14
  1659.  
  1660. StrawCheck.Name = "StrawCheck"
  1661. StrawCheck.Parent = Straw
  1662. StrawCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1663. StrawCheck.BorderSizePixel = 0
  1664. StrawCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1665. StrawCheck.Size = UDim2.new(0, 25, 0, 26)
  1666. StrawCheck.Font = Enum.Font.SourceSansBold
  1667. StrawCheck.Text = "❌"
  1668. StrawCheck.TextColor3 = Color3.new(0, 1, 0)
  1669. StrawCheck.TextSize = 14
  1670.  
  1671. CPast.Name = "CPast"
  1672. CPast.Parent = NonPurchasablesScroll
  1673. CPast.BackgroundColor3 = Color3.new(1, 1, 1)
  1674. CPast.BorderSizePixel = 0
  1675. CPast.Position = UDim2.new(0.00550568104, 0, 0.55163759, 0)
  1676. CPast.Size = UDim2.new(0, 200, 0, 26)
  1677.  
  1678. CPastText.Name = "CPastText"
  1679. CPastText.Parent = CPast
  1680. CPastText.BackgroundColor3 = Color3.new(0, 0, 0)
  1681. CPastText.BorderSizePixel = 0
  1682. CPastText.Position = UDim2.new(-2.79396772e-09, 0, -0.000431738794, 0)
  1683. CPastText.Size = UDim2.new(0, 185, 0, 26)
  1684. CPastText.Font = Enum.Font.SourceSans
  1685. CPastText.Text = "Ghost of Christmas Past"
  1686. CPastText.TextColor3 = Color3.new(1, 1, 1)
  1687. CPastText.TextSize = 14
  1688.  
  1689. CPastCheck.Name = "CPastCheck"
  1690. CPastCheck.Parent = CPast
  1691. CPastCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1692. CPastCheck.BorderSizePixel = 0
  1693. CPastCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1694. CPastCheck.Size = UDim2.new(0, 25, 0, 26)
  1695. CPastCheck.Font = Enum.Font.SourceSansBold
  1696. CPastCheck.Text = "❌"
  1697. CPastCheck.TextColor3 = Color3.new(0, 1, 0)
  1698. CPastCheck.TextSize = 14
  1699.  
  1700. Ginger.Name = "Ginger"
  1701. Ginger.Parent = NonPurchasablesScroll
  1702. Ginger.BackgroundColor3 = Color3.new(1, 1, 1)
  1703. Ginger.BorderSizePixel = 0
  1704. Ginger.Position = UDim2.new(0.00550568104, 0, 0.577637613, 0)
  1705. Ginger.Size = UDim2.new(0, 200, 0, 26)
  1706.  
  1707. GingerText.Name = "GingerText"
  1708. GingerText.Parent = Ginger
  1709. GingerText.BackgroundColor3 = Color3.new(0, 0, 0)
  1710. GingerText.BorderSizePixel = 0
  1711. GingerText.Position = UDim2.new(-2.79396772e-09, 0, -0.000431776047, 0)
  1712. GingerText.Size = UDim2.new(0, 185, 0, 26)
  1713. GingerText.Font = Enum.Font.SourceSans
  1714. GingerText.Text = "Gingerbread House"
  1715. GingerText.TextColor3 = Color3.new(1, 1, 1)
  1716. GingerText.TextSize = 14
  1717.  
  1718. GingerCheck.Name = "GingerCheck"
  1719. GingerCheck.Parent = Ginger
  1720. GingerCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1721. GingerCheck.BorderSizePixel = 0
  1722. GingerCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1723. GingerCheck.Size = UDim2.new(0, 25, 0, 26)
  1724. GingerCheck.Font = Enum.Font.SourceSansBold
  1725. GingerCheck.Text = "❌"
  1726. GingerCheck.TextColor3 = Color3.new(0, 1, 0)
  1727. GingerCheck.TextSize = 14
  1728.  
  1729. ClovBlas.Name = "ClovBlas"
  1730. ClovBlas.Parent = NonPurchasablesScroll
  1731. ClovBlas.BackgroundColor3 = Color3.new(1, 1, 1)
  1732. ClovBlas.BorderSizePixel = 0
  1733. ClovBlas.Position = UDim2.new(0.00550568104, 0, 0.602637589, 0)
  1734. ClovBlas.Size = UDim2.new(0, 200, 0, 26)
  1735.  
  1736. ClovBlasText.Name = "ClovBlasText"
  1737. ClovBlasText.Parent = ClovBlas
  1738. ClovBlasText.BackgroundColor3 = Color3.new(0, 0, 0)
  1739. ClovBlasText.BorderSizePixel = 0
  1740. ClovBlasText.Position = UDim2.new(-2.79396772e-09, 0, -0.00043174997, 0)
  1741. ClovBlasText.Size = UDim2.new(0, 185, 0, 26)
  1742. ClovBlasText.Font = Enum.Font.SourceSans
  1743. ClovBlasText.Text = "Golden Clover Blaster"
  1744. ClovBlasText.TextColor3 = Color3.new(1, 1, 1)
  1745. ClovBlasText.TextSize = 14
  1746.  
  1747. ClovBlasCheck.Name = "ClovBlasCheck"
  1748. ClovBlasCheck.Parent = ClovBlas
  1749. ClovBlasCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1750. ClovBlasCheck.BorderSizePixel = 0
  1751. ClovBlasCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1752. ClovBlasCheck.Size = UDim2.new(0, 25, 0, 26)
  1753. ClovBlasCheck.Font = Enum.Font.SourceSansBold
  1754. ClovBlasCheck.Text = "❌"
  1755. ClovBlasCheck.TextColor3 = Color3.new(0, 1, 0)
  1756. ClovBlasCheck.TextSize = 14
  1757.  
  1758. BeeH.Name = "BeeH"
  1759. BeeH.Parent = NonPurchasablesScroll
  1760. BeeH.BackgroundColor3 = Color3.new(1, 1, 1)
  1761. BeeH.BorderSizePixel = 0
  1762. BeeH.Position = UDim2.new(0.00550568104, 0, 0.627637565, 0)
  1763. BeeH.Size = UDim2.new(0, 200, 0, 26)
  1764.  
  1765. BeeHText.Name = "BeeHText"
  1766. BeeHText.Parent = BeeH
  1767. BeeHText.BackgroundColor3 = Color3.new(0, 0, 0)
  1768. BeeHText.BorderSizePixel = 0
  1769. BeeHText.Position = UDim2.new(-2.79396772e-09, 0, -0.00043174997, 0)
  1770. BeeHText.Size = UDim2.new(0, 185, 0, 26)
  1771. BeeHText.Font = Enum.Font.SourceSans
  1772. BeeHText.Text = "The Beehive"
  1773. BeeHText.TextColor3 = Color3.new(1, 1, 1)
  1774. BeeHText.TextSize = 14
  1775.  
  1776. BeeHCheck.Name = "BeeHCheck"
  1777. BeeHCheck.Parent = BeeH
  1778. BeeHCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1779. BeeHCheck.BorderSizePixel = 0
  1780. BeeHCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1781. BeeHCheck.Size = UDim2.new(0, 25, 0, 26)
  1782. BeeHCheck.Font = Enum.Font.SourceSansBold
  1783. BeeHCheck.Text = "❌"
  1784. BeeHCheck.TextColor3 = Color3.new(0, 1, 0)
  1785. BeeHCheck.TextSize = 14
  1786.  
  1787. Winter.Name = "Winter"
  1788. Winter.Parent = NonPurchasablesScroll
  1789. Winter.BackgroundColor3 = Color3.new(1, 1, 1)
  1790. Winter.BorderSizePixel = 0
  1791. Winter.Position = UDim2.new(0.00550568104, 0, 0.653637588, 0)
  1792. Winter.Size = UDim2.new(0, 200, 0, 26)
  1793.  
  1794. WinterText.Name = "WinterText"
  1795. WinterText.Parent = Winter
  1796. WinterText.BackgroundColor3 = Color3.new(0, 0, 0)
  1797. WinterText.BorderSizePixel = 0
  1798. WinterText.Position = UDim2.new(-2.79396772e-09, 0, -0.000431776047, 0)
  1799. WinterText.Size = UDim2.new(0, 185, 0, 26)
  1800. WinterText.Font = Enum.Font.SourceSans
  1801. WinterText.Text = "Winterheart"
  1802. WinterText.TextColor3 = Color3.new(1, 1, 1)
  1803. WinterText.TextSize = 14
  1804.  
  1805. WinterCheck.Name = "WinterCheck"
  1806. WinterCheck.Parent = Winter
  1807. WinterCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1808. WinterCheck.BorderSizePixel = 0
  1809. WinterCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1810. WinterCheck.Size = UDim2.new(0, 25, 0, 26)
  1811. WinterCheck.Font = Enum.Font.SourceSansBold
  1812. WinterCheck.Text = "❌"
  1813. WinterCheck.TextColor3 = Color3.new(0, 1, 0)
  1814. WinterCheck.TextSize = 14
  1815.  
  1816. Lunar.Name = "Lunar"
  1817. Lunar.Parent = NonPurchasablesScroll
  1818. Lunar.BackgroundColor3 = Color3.new(1, 1, 1)
  1819. Lunar.BorderSizePixel = 0
  1820. Lunar.Position = UDim2.new(0.00550568104, 0, 0.678637564, 0)
  1821. Lunar.Size = UDim2.new(0, 200, 0, 26)
  1822.  
  1823. LunarText.Name = "LunarText"
  1824. LunarText.Parent = Lunar
  1825. LunarText.BackgroundColor3 = Color3.new(0, 0, 0)
  1826. LunarText.BorderSizePixel = 0
  1827. LunarText.Position = UDim2.new(-1.86264515e-09, 0, -0.00043174997, 0)
  1828. LunarText.Size = UDim2.new(0, 185, 0, 26)
  1829. LunarText.Font = Enum.Font.SourceSans
  1830. LunarText.Text = "Lunar Refiner"
  1831. LunarText.TextColor3 = Color3.new(1, 1, 1)
  1832. LunarText.TextSize = 14
  1833.  
  1834. LunarCheck.Name = "LunarCheck"
  1835. LunarCheck.Parent = Lunar
  1836. LunarCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1837. LunarCheck.BorderSizePixel = 0
  1838. LunarCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1839. LunarCheck.Size = UDim2.new(0, 25, 0, 26)
  1840. LunarCheck.Font = Enum.Font.SourceSansBold
  1841. LunarCheck.Text = "❌"
  1842. LunarCheck.TextColor3 = Color3.new(0, 1, 0)
  1843. LunarCheck.TextSize = 14
  1844.  
  1845. Over.Name = "Over"
  1846. Over.Parent = NonPurchasablesScroll
  1847. Over.BackgroundColor3 = Color3.new(1, 1, 1)
  1848. Over.BorderSizePixel = 0
  1849. Over.Position = UDim2.new(0.00550568104, 0, 0.704637587, 0)
  1850. Over.Size = UDim2.new(0, 200, 0, 26)
  1851.  
  1852. OverText.Name = "OverText"
  1853. OverText.Parent = Over
  1854. OverText.BackgroundColor3 = Color3.new(0, 0, 0)
  1855. OverText.BorderSizePixel = 0
  1856. OverText.Position = UDim2.new(-1.86264515e-09, 0, -0.000431776047, 0)
  1857. OverText.Size = UDim2.new(0, 185, 0, 26)
  1858. OverText.Font = Enum.Font.SourceSans
  1859. OverText.Text = "Overlord Device"
  1860. OverText.TextColor3 = Color3.new(1, 1, 1)
  1861. OverText.TextSize = 14
  1862.  
  1863. OverCheck.Name = "OverCheck"
  1864. OverCheck.Parent = Over
  1865. OverCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1866. OverCheck.BorderSizePixel = 0
  1867. OverCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1868. OverCheck.Size = UDim2.new(0, 25, 0, 26)
  1869. OverCheck.Font = Enum.Font.SourceSansBold
  1870. OverCheck.Text = "❌"
  1871. OverCheck.TextColor3 = Color3.new(0, 1, 0)
  1872. OverCheck.TextSize = 14
  1873.  
  1874. TOver.Name = "TOver"
  1875. TOver.Parent = NonPurchasablesScroll
  1876. TOver.BackgroundColor3 = Color3.new(1, 1, 1)
  1877. TOver.BorderSizePixel = 0
  1878. TOver.Position = UDim2.new(0.00550568104, 0, 0.73063761, 0)
  1879. TOver.Size = UDim2.new(0, 200, 0, 26)
  1880.  
  1881. TOverText.Name = "TOverText"
  1882. TOverText.Parent = TOver
  1883. TOverText.BackgroundColor3 = Color3.new(0, 0, 0)
  1884. TOverText.BorderSizePixel = 0
  1885. TOverText.Position = UDim2.new(-5.58793545e-09, 0, -0.000431682914, 0)
  1886. TOverText.Size = UDim2.new(0, 185, 0, 26)
  1887. TOverText.Font = Enum.Font.SourceSans
  1888. TOverText.Text = "True Overlord Device"
  1889. TOverText.TextColor3 = Color3.new(1, 1, 1)
  1890. TOverText.TextSize = 14
  1891.  
  1892. TOverCheck.Name = "TOverCheck"
  1893. TOverCheck.Parent = TOver
  1894. TOverCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1895. TOverCheck.BorderSizePixel = 0
  1896. TOverCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1897. TOverCheck.Size = UDim2.new(0, 25, 0, 26)
  1898. TOverCheck.Font = Enum.Font.SourceSansBold
  1899. TOverCheck.Text = "❌"
  1900. TOverCheck.TextColor3 = Color3.new(0, 1, 0)
  1901. TOverCheck.TextSize = 14
  1902.  
  1903. Breeze.Name = "Breeze"
  1904. Breeze.Parent = NonPurchasablesScroll
  1905. Breeze.BackgroundColor3 = Color3.new(1, 1, 1)
  1906. Breeze.BorderSizePixel = 0
  1907. Breeze.Position = UDim2.new(0.00550568104, 0, 0.756637573, 0)
  1908. Breeze.Size = UDim2.new(0, 200, 0, 26)
  1909.  
  1910. BreezeText.Name = "BreezeText"
  1911. BreezeText.Parent = Breeze
  1912. BreezeText.BackgroundColor3 = Color3.new(0, 0, 0)
  1913. BreezeText.BorderSizePixel = 0
  1914. BreezeText.Position = UDim2.new(-5.58793545e-09, 0, -0.000431656837, 0)
  1915. BreezeText.Size = UDim2.new(0, 185, 0, 26)
  1916. BreezeText.Font = Enum.Font.SourceSans
  1917. BreezeText.Text = "Tropical Breeze"
  1918. BreezeText.TextColor3 = Color3.new(1, 1, 1)
  1919. BreezeText.TextSize = 14
  1920.  
  1921. BreezeCheck.Name = "BreezeCheck"
  1922. BreezeCheck.Parent = Breeze
  1923. BreezeCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1924. BreezeCheck.BorderSizePixel = 0
  1925. BreezeCheck.Position = UDim2.new(0.920952439, 0, -0.00043194741, 0)
  1926. BreezeCheck.Size = UDim2.new(0, 25, 0, 26)
  1927. BreezeCheck.Font = Enum.Font.SourceSansBold
  1928. BreezeCheck.Text = "❌"
  1929. BreezeCheck.TextColor3 = Color3.new(0, 1, 0)
  1930. BreezeCheck.TextSize = 14
  1931.  
  1932. Reborns.Name = "Reborns"
  1933. Reborns.Parent = MainFrame
  1934. Reborns.BackgroundColor3 = Color3.new(1, 1, 1)
  1935. Reborns.BorderSizePixel = 0
  1936. Reborns.Position = UDim2.new(0.399999976, 0, 0, 0)
  1937. Reborns.Size = UDim2.new(0, 199, 0, 25)
  1938.  
  1939. RebornsText.Name = "RebornsText"
  1940. RebornsText.Parent = Reborns
  1941. RebornsText.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0.32549)
  1942. RebornsText.BorderSizePixel = 0
  1943. RebornsText.Position = UDim2.new(-0.00599126006, 0, 0, 0)
  1944. RebornsText.Size = UDim2.new(0, 231, 0, 25)
  1945. RebornsText.Font = Enum.Font.SourceSansBold
  1946. RebornsText.Text = "Reborn Items"
  1947. RebornsText.TextColor3 = Color3.new(0, 0, 0)
  1948. RebornsText.TextSize = 16
  1949.  
  1950. RebornScroll.Name = "RebornScroll"
  1951. RebornScroll.Parent = MainFrame
  1952. RebornScroll.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1953. RebornScroll.BorderSizePixel = 0
  1954. RebornScroll.Position = UDim2.new(0.399000019, 0, 0.0493021235, 0)
  1955. RebornScroll.Size = UDim2.new(0, 231, 0, 475)
  1956.  
  1957. AzureRefiner.Name = "AzureRefiner"
  1958. AzureRefiner.Parent = RebornScroll
  1959. AzureRefiner.BackgroundColor3 = Color3.new(1, 1, 1)
  1960. AzureRefiner.BorderSizePixel = 0
  1961. AzureRefiner.Position = UDim2.new(0.00121383322, 0, 0.0236375183, 0)
  1962. AzureRefiner.Size = UDim2.new(0, 200, 0, 26)
  1963.  
  1964. AzureRefinerText.Name = "AzureRefinerText"
  1965. AzureRefinerText.Parent = AzureRefiner
  1966. AzureRefinerText.BackgroundColor3 = Color3.new(0, 0, 0)
  1967. AzureRefinerText.BorderSizePixel = 0
  1968. AzureRefinerText.Position = UDim2.new(0, 0, -0.000431941095, 0)
  1969. AzureRefinerText.Size = UDim2.new(0, 184, 0, 26)
  1970. AzureRefinerText.Font = Enum.Font.SourceSans
  1971. AzureRefinerText.Text = "Azure Refiner"
  1972. AzureRefinerText.TextColor3 = Color3.new(1, 1, 1)
  1973. AzureRefinerText.TextSize = 14
  1974.  
  1975. AzureRefinerCheck.Name = "AzureRefinerCheck"
  1976. AzureRefinerCheck.Parent = AzureRefiner
  1977. AzureRefinerCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  1978. AzureRefinerCheck.BorderSizePixel = 0
  1979. AzureRefinerCheck.Position = UDim2.new(0.915952444, 0, -0.000431941095, 0)
  1980. AzureRefinerCheck.Size = UDim2.new(0, 25, 0, 26)
  1981. AzureRefinerCheck.Font = Enum.Font.SourceSansBold
  1982. AzureRefinerCheck.Text = "❌"
  1983. AzureRefinerCheck.TextColor3 = Color3.new(0, 1, 0)
  1984. AzureRefinerCheck.TextSize = 14
  1985.  
  1986. AncientTemple.Name = "AncientTemple"
  1987. AncientTemple.Parent = RebornScroll
  1988. AncientTemple.BackgroundColor3 = Color3.new(1, 1, 1)
  1989. AncientTemple.BorderSizePixel = 0
  1990. AncientTemple.Position = UDim2.new(0.00121383322, 0, 0.0466375202, 0)
  1991. AncientTemple.Size = UDim2.new(0, 200, 0, 26)
  1992.  
  1993. AncientTempleText.Name = "AncientTempleText"
  1994. AncientTempleText.Parent = AncientTemple
  1995. AncientTempleText.BackgroundColor3 = Color3.new(0, 0, 0)
  1996. AncientTempleText.BorderSizePixel = 0
  1997. AncientTempleText.Position = UDim2.new(0, 0, -0.000432133675, 0)
  1998. AncientTempleText.Size = UDim2.new(0, 185, 0, 26)
  1999. AncientTempleText.Font = Enum.Font.SourceSans
  2000. AncientTempleText.Text = "Ancient Temple"
  2001. AncientTempleText.TextColor3 = Color3.new(1, 1, 1)
  2002. AncientTempleText.TextSize = 14
  2003.  
  2004. AncientTempleCheck.Name = "AncientTempleCheck"
  2005. AncientTempleCheck.Parent = AncientTemple
  2006. AncientTempleCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  2007. AncientTempleCheck.BorderSizePixel = 0
  2008. AncientTempleCheck.Position = UDim2.new(0.915952444, 0, -0.000431941095, 0)
  2009. AncientTempleCheck.Size = UDim2.new(0, 25, 0, 26)
  2010. AncientTempleCheck.Font = Enum.Font.SourceSansBold
  2011. AncientTempleCheck.Text = "❌"
  2012. AncientTempleCheck.TextColor3 = Color3.new(0, 1, 0)
  2013. AncientTempleCheck.TextSize = 14
  2014.  
  2015. Clockwork.Name = "Clockwork"
  2016. Clockwork.Parent = RebornScroll
  2017. Clockwork.BackgroundColor3 = Color3.new(1, 1, 1)
  2018. Clockwork.BorderSizePixel = 0
  2019. Clockwork.Position = UDim2.new(0.00121383369, 0, 0.0716375187, 0)
  2020. Clockwork.Size = UDim2.new(0, 200, 0, 26)
  2021.  
  2022. ClockworkText.Name = "ClockworkText"
  2023. ClockworkText.Parent = Clockwork
  2024. ClockworkText.BackgroundColor3 = Color3.new(0, 0, 0)
  2025. ClockworkText.BorderSizePixel = 0
  2026. ClockworkText.Position = UDim2.new(0, 0, -0.000432133675, 0)
  2027. ClockworkText.Size = UDim2.new(0, 185, 0, 26)
  2028. ClockworkText.Font = Enum.Font.SourceSans
  2029. ClockworkText.Text = "Clockwork"
  2030. ClockworkText.TextColor3 = Color3.new(1, 1, 1)
  2031. ClockworkText.TextSize = 14
  2032.  
  2033. ClockworkCheck.Name = "ClockworkCheck"
  2034. ClockworkCheck.Parent = Clockwork
  2035. ClockworkCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  2036. ClockworkCheck.BorderSizePixel = 0
  2037. ClockworkCheck.Position = UDim2.new(0.915952444, 0, -0.000431941095, 0)
  2038. ClockworkCheck.Size = UDim2.new(0, 25, 0, 26)
  2039. ClockworkCheck.Font = Enum.Font.SourceSansBold
  2040. ClockworkCheck.Text = "❌"
  2041. ClockworkCheck.TextColor3 = Color3.new(0, 1, 0)
  2042. ClockworkCheck.TextSize = 14
  2043.  
  2044. QuantumClean.Name = "QuantumClean"
  2045. QuantumClean.Parent = RebornScroll
  2046. QuantumClean.BackgroundColor3 = Color3.new(1, 1, 1)
  2047. QuantumClean.BorderSizePixel = 0
  2048. QuantumClean.Position = UDim2.new(0.00121383369, 0, 0.0966375172, 0)
  2049. QuantumClean.Size = UDim2.new(0, 200, 0, 26)
  2050.  
  2051. QuantumCleanText.Name = "QuantumCleanText"
  2052. QuantumCleanText.Parent = QuantumClean
  2053. QuantumCleanText.BackgroundColor3 = Color3.new(0, 0, 0)
  2054. QuantumCleanText.BorderSizePixel = 0
  2055. QuantumCleanText.Position = UDim2.new(0, 0, -0.000432141125, 0)
  2056. QuantumCleanText.Size = UDim2.new(0, 185, 0, 26)
  2057. QuantumCleanText.Font = Enum.Font.SourceSans
  2058. QuantumCleanText.Text = "Quantum Ore Cleaner"
  2059. QuantumCleanText.TextColor3 = Color3.new(1, 1, 1)
  2060. QuantumCleanText.TextSize = 14
  2061.  
  2062. QuantumCleanCheck.Name = "QuantumCleanCheck"
  2063. QuantumCleanCheck.Parent = QuantumClean
  2064. QuantumCleanCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  2065. QuantumCleanCheck.BorderSizePixel = 0
  2066. QuantumCleanCheck.Position = UDim2.new(0.915952444, 0, -0.000431941095, 0)
  2067. QuantumCleanCheck.Size = UDim2.new(0, 25, 0, 26)
  2068. QuantumCleanCheck.Font = Enum.Font.SourceSansBold
  2069. QuantumCleanCheck.Text = "❌"
  2070. QuantumCleanCheck.TextColor3 = Color3.new(0, 1, 0)
  2071. QuantumCleanCheck.TextSize = 14
  2072.  
  2073. Scorch.Name = "Scorch"
  2074. Scorch.Parent = RebornScroll
  2075. Scorch.BackgroundColor3 = Color3.new(1, 1, 1)
  2076. Scorch.BorderSizePixel = 0
  2077. Scorch.Position = UDim2.new(0.00121383369, 0, 0.120637514, 0)
  2078. Scorch.Size = UDim2.new(0, 200, 0, 26)
  2079.  
  2080. ScorchText.Name = "ScorchText"
  2081. ScorchText.Parent = Scorch
  2082. ScorchText.BackgroundColor3 = Color3.new(0, 0, 0)
  2083. ScorchText.BorderSizePixel = 0
  2084. ScorchText.Position = UDim2.new(0, 0, -0.000432133675, 0)
  2085. ScorchText.Size = UDim2.new(0, 185, 0, 26)
  2086. ScorchText.Font = Enum.Font.SourceSans
  2087. ScorchText.Text = "Scorching Heat"
  2088. ScorchText.TextColor3 = Color3.new(1, 1, 1)
  2089. ScorchText.TextSize = 14
  2090.  
  2091. ScorchCheck.Name = "ScorchCheck"
  2092. ScorchCheck.Parent = Scorch
  2093. ScorchCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  2094. ScorchCheck.BorderSizePixel = 0
  2095. ScorchCheck.Position = UDim2.new(0.915952444, 0, -0.000431941095, 0)
  2096. ScorchCheck.Size = UDim2.new(0, 25, 0, 26)
  2097. ScorchCheck.Font = Enum.Font.SourceSansBold
  2098. ScorchCheck.Text = "❌"
  2099. ScorchCheck.TextColor3 = Color3.new(0, 1, 0)
  2100. ScorchCheck.TextSize = 14
  2101.  
  2102. Catalyst.Name = "Catalyst"
  2103. Catalyst.Parent = RebornScroll
  2104. Catalyst.BackgroundColor3 = Color3.new(1, 1, 1)
  2105. Catalyst.BorderSizePixel = 0
  2106. Catalyst.Position = UDim2.new(0.00121383369, 0, 0.120637514, 0)
  2107. Catalyst.Size = UDim2.new(0, 200, 0, 26)
  2108.  
  2109. CatalystText.Name = "CatalystText"
  2110. CatalystText.Parent = Catalyst
  2111. CatalystText.BackgroundColor3 = Color3.new(0, 0, 0)
  2112. CatalystText.BorderSizePixel = 0
  2113. CatalystText.Position = UDim2.new(0, 0, -0.000432133675, 0)
  2114. CatalystText.Size = UDim2.new(0, 185, 0, 26)
  2115. CatalystText.Font = Enum.Font.SourceSans
  2116. CatalystText.Text = "The Catalyst"
  2117. CatalystText.TextColor3 = Color3.new(1, 1, 1)
  2118. CatalystText.TextSize = 14
  2119.  
  2120. CatalystCheck.Name = "CatalystCheck"
  2121. CatalystCheck.Parent = Catalyst
  2122. CatalystCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  2123. CatalystCheck.BorderSizePixel = 0
  2124. CatalystCheck.Position = UDim2.new(0.915952444, 0, -0.000431941095, 0)
  2125. CatalystCheck.Size = UDim2.new(0, 25, 0, 26)
  2126. CatalystCheck.Font = Enum.Font.SourceSansBold
  2127. CatalystCheck.Text = "❌"
  2128. CatalystCheck.TextColor3 = Color3.new(0, 1, 0)
  2129. CatalystCheck.TextSize = 14
  2130.  
  2131. ASpore.Name = "ASpore"
  2132. ASpore.Parent = RebornScroll
  2133. ASpore.BackgroundColor3 = Color3.new(1, 1, 1)
  2134. ASpore.BorderSizePixel = 0
  2135. ASpore.Position = UDim2.new(0.00121383369, 0, 0.145637512, 0)
  2136. ASpore.Size = UDim2.new(0, 200, 0, 26)
  2137.  
  2138. ASporeText.Name = "ASporeText"
  2139. ASporeText.Parent = ASpore
  2140. ASporeText.BackgroundColor3 = Color3.new(0, 0, 0)
  2141. ASporeText.BorderSizePixel = 0
  2142. ASporeText.Position = UDim2.new(0, 0, -0.000432133675, 0)
  2143. ASporeText.Size = UDim2.new(0, 185, 0, 26)
  2144. ASporeText.Font = Enum.Font.SourceSans
  2145. ASporeText.Text = "Azure Spore"
  2146. ASporeText.TextColor3 = Color3.new(1, 1, 1)
  2147. ASporeText.TextSize = 14
  2148.  
  2149. ASporeCheck.Name = "ASporeCheck"
  2150. ASporeCheck.Parent = ASpore
  2151. ASporeCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  2152. ASporeCheck.BorderSizePixel = 0
  2153. ASporeCheck.Position = UDim2.new(0.915952444, 0, -0.000431941095, 0)
  2154. ASporeCheck.Size = UDim2.new(0, 25, 0, 26)
  2155. ASporeCheck.Font = Enum.Font.SourceSansBold
  2156. ASporeCheck.Text = "❌"
  2157. ASporeCheck.TextColor3 = Color3.new(0, 1, 0)
  2158. ASporeCheck.TextSize = 14
  2159.  
  2160. QuantumClock.Name = "QuantumClock"
  2161. QuantumClock.Parent = RebornScroll
  2162. QuantumClock.BackgroundColor3 = Color3.new(1, 1, 1)
  2163. QuantumClock.BorderSizePixel = 0
  2164. QuantumClock.Position = UDim2.new(0.00121383369, 0, 0.170637518, 0)
  2165. QuantumClock.Size = UDim2.new(0, 200, 0, 26)
  2166.  
  2167. QuantumClockText.Name = "QuantumClockText"
  2168. QuantumClockText.Parent = QuantumClock
  2169. QuantumClockText.BackgroundColor3 = Color3.new(0, 0, 0)
  2170. QuantumClockText.BorderSizePixel = 0
  2171. QuantumClockText.Position = UDim2.new(0, 0, -0.000432133675, 0)
  2172. QuantumClockText.Size = UDim2.new(0, 185, 0, 26)
  2173. QuantumClockText.Font = Enum.Font.SourceSans
  2174. QuantumClockText.Text = "Quantum Clockwork"
  2175. QuantumClockText.TextColor3 = Color3.new(1, 1, 1)
  2176. QuantumClockText.TextSize = 14
  2177.  
  2178. QuantumClockCheck.Name = "QuantumClockCheck"
  2179. QuantumClockCheck.Parent = QuantumClock
  2180. QuantumClockCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  2181. QuantumClockCheck.BorderSizePixel = 0
  2182. QuantumClockCheck.Position = UDim2.new(0.915952444, 0, -0.000431941095, 0)
  2183. QuantumClockCheck.Size = UDim2.new(0, 25, 0, 26)
  2184. QuantumClockCheck.Font = Enum.Font.SourceSansBold
  2185. QuantumClockCheck.Text = "❌"
  2186. QuantumClockCheck.TextColor3 = Color3.new(0, 1, 0)
  2187. QuantumClockCheck.TextSize = 14
  2188.  
  2189. AncientColo.Name = "AncientColo"
  2190. AncientColo.Parent = RebornScroll
  2191. AncientColo.BackgroundColor3 = Color3.new(1, 1, 1)
  2192. AncientColo.BorderSizePixel = 0
  2193. AncientColo.Position = UDim2.new(0.00121383369, 0, 0.195637524, 0)
  2194. AncientColo.Size = UDim2.new(0, 200, 0, 26)
  2195.  
  2196. AncientColoText.Name = "AncientColoText"
  2197. AncientColoText.Parent = AncientColo
  2198. AncientColoText.BackgroundColor3 = Color3.new(0, 0, 0)
  2199. AncientColoText.BorderSizePixel = 0
  2200. AncientColoText.Position = UDim2.new(0, 0, -0.000432133675, 0)
  2201. AncientColoText.Size = UDim2.new(0, 185, 0, 26)
  2202. AncientColoText.Font = Enum.Font.SourceSans
  2203. AncientColoText.Text = "Ancient Coliseum"
  2204. AncientColoText.TextColor3 = Color3.new(1, 1, 1)
  2205. AncientColoText.TextSize = 14
  2206.  
  2207. AncientColoCheck.Name = "AncientColoCheck"
  2208. AncientColoCheck.Parent = AncientColo
  2209. AncientColoCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  2210. AncientColoCheck.BorderSizePixel = 0
  2211. AncientColoCheck.Position = UDim2.new(0.915952444, 0, -0.000431941095, 0)
  2212. AncientColoCheck.Size = UDim2.new(0, 25, 0, 26)
  2213. AncientColoCheck.Font = Enum.Font.SourceSansBold
  2214. AncientColoCheck.Text = "❌"
  2215. AncientColoCheck.TextColor3 = Color3.new(0, 1, 0)
  2216. AncientColoCheck.TextSize = 14
  2217.  
  2218. QuantumPolisher.Name = "QuantumPolisher"
  2219. QuantumPolisher.Parent = RebornScroll
  2220. QuantumPolisher.BackgroundColor3 = Color3.new(1, 1, 1)
  2221. QuantumPolisher.BorderSizePixel = 0
  2222. QuantumPolisher.Position = UDim2.new(0.00121383369, 0, 0.220637515, 0)
  2223. QuantumPolisher.Size = UDim2.new(0, 200, 0, 26)
  2224.  
  2225. QuantumPolisherText.Name = "QuantumPolisherText"
  2226. QuantumPolisherText.Parent = QuantumPolisher
  2227. QuantumPolisherText.BackgroundColor3 = Color3.new(0, 0, 0)
  2228. QuantumPolisherText.BorderSizePixel = 0
  2229. QuantumPolisherText.Position = UDim2.new(0, 0, -0.000432133675, 0)
  2230. QuantumPolisherText.Size = UDim2.new(0, 185, 0, 26)
  2231. QuantumPolisherText.Font = Enum.Font.SourceSans
  2232. QuantumPolisherText.Text = "Quantum Ore Polisher"
  2233. QuantumPolisherText.TextColor3 = Color3.new(1, 1, 1)
  2234. QuantumPolisherText.TextSize = 14
  2235.  
  2236. QuantumPolisherCheck.Name = "QuantumPolisherCheck"
  2237. QuantumPolisherCheck.Parent = QuantumPolisher
  2238. QuantumPolisherCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  2239. QuantumPolisherCheck.BorderSizePixel = 0
  2240. QuantumPolisherCheck.Position = UDim2.new(0.915952444, 0, -0.000431941095, 0)
  2241. QuantumPolisherCheck.Size = UDim2.new(0, 25, 0, 26)
  2242. QuantumPolisherCheck.Font = Enum.Font.SourceSansBold
  2243. QuantumPolisherCheck.Text = "❌"
  2244. QuantumPolisherCheck.TextColor3 = Color3.new(0, 1, 0)
  2245. QuantumPolisherCheck.TextSize = 14
  2246.  
  2247. SatCat.Name = "SatCat"
  2248. SatCat.Parent = RebornScroll
  2249. SatCat.BackgroundColor3 = Color3.new(1, 1, 1)
  2250. SatCat.BorderSizePixel = 0
  2251. SatCat.Position = UDim2.new(0.00121383369, 0, 0.245637521, 0)
  2252. SatCat.Size = UDim2.new(0, 200, 0, 26)
  2253.  
  2254. SatCatText.Name = "SatCatText"
  2255. SatCatText.Parent = SatCat
  2256. SatCatText.BackgroundColor3 = Color3.new(0, 0, 0)
  2257. SatCatText.BorderSizePixel = 0
  2258. SatCatText.Position = UDim2.new(0, 0, -0.000432133675, 0)
  2259. SatCatText.Size = UDim2.new(0, 185, 0, 26)
  2260. SatCatText.Font = Enum.Font.SourceSans
  2261. SatCatText.Text = "Saturated Catalyst"
  2262. SatCatText.TextColor3 = Color3.new(1, 1, 1)
  2263. SatCatText.TextSize = 14
  2264.  
  2265. SatCatCheck.Name = "SatCatCheck"
  2266. SatCatCheck.Parent = SatCat
  2267. SatCatCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  2268. SatCatCheck.BorderSizePixel = 0
  2269. SatCatCheck.Position = UDim2.new(0.915952444, 0, -0.000431941095, 0)
  2270. SatCatCheck.Size = UDim2.new(0, 25, 0, 26)
  2271. SatCatCheck.Font = Enum.Font.SourceSansBold
  2272. SatCatCheck.Text = "❌"
  2273. SatCatCheck.TextColor3 = Color3.new(0, 1, 0)
  2274. SatCatCheck.TextSize = 14
  2275.  
  2276. Arcane.Name = "Arcane"
  2277. Arcane.Parent = RebornScroll
  2278. Arcane.BackgroundColor3 = Color3.new(1, 1, 1)
  2279. Arcane.BorderSizePixel = 0
  2280. Arcane.Position = UDim2.new(0.00121383369, 0, 0.270637512, 0)
  2281. Arcane.Size = UDim2.new(0, 200, 0, 26)
  2282.  
  2283. ArcaneText.Name = "ArcaneText"
  2284. ArcaneText.Parent = Arcane
  2285. ArcaneText.BackgroundColor3 = Color3.new(0, 0, 0)
  2286. ArcaneText.BorderSizePixel = 0
  2287. ArcaneText.Position = UDim2.new(0, 0, -0.000432133675, 0)
  2288. ArcaneText.Size = UDim2.new(0, 185, 0, 26)
  2289. ArcaneText.Font = Enum.Font.SourceSans
  2290. ArcaneText.Text = "Arcane Lightning"
  2291. ArcaneText.TextColor3 = Color3.new(1, 1, 1)
  2292. ArcaneText.TextSize = 14
  2293.  
  2294. ArcaneCheck.Name = "ArcaneCheck"
  2295. ArcaneCheck.Parent = Arcane
  2296. ArcaneCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  2297. ArcaneCheck.BorderSizePixel = 0
  2298. ArcaneCheck.Position = UDim2.new(0.915952444, 0, -0.000431941095, 0)
  2299. ArcaneCheck.Size = UDim2.new(0, 25, 0, 26)
  2300. ArcaneCheck.Font = Enum.Font.SourceSansBold
  2301. ArcaneCheck.Text = "❌"
  2302. ArcaneCheck.TextColor3 = Color3.new(0, 1, 0)
  2303. ArcaneCheck.TextSize = 14
  2304.  
  2305. Virtual.Name = "Virtual"
  2306. Virtual.Parent = RebornScroll
  2307. Virtual.BackgroundColor3 = Color3.new(1, 1, 1)
  2308. Virtual.BorderSizePixel = 0
  2309. Virtual.Position = UDim2.new(0.00121383369, 0, 0.295637518, 0)
  2310. Virtual.Size = UDim2.new(0, 200, 0, 26)
  2311.  
  2312. VirtualText.Name = "VirtualText"
  2313. VirtualText.Parent = Virtual
  2314. VirtualText.BackgroundColor3 = Color3.new(0, 0, 0)
  2315. VirtualText.BorderSizePixel = 0
  2316. VirtualText.Position = UDim2.new(-1.86264515e-09, 0, -0.000432133675, 0)
  2317. VirtualText.Size = UDim2.new(0, 185, 0, 26)
  2318. VirtualText.Font = Enum.Font.SourceSans
  2319. VirtualText.Text = "Virtual Enhancer"
  2320. VirtualText.TextColor3 = Color3.new(1, 1, 1)
  2321. VirtualText.TextSize = 14
  2322.  
  2323. VirtualCheck.Name = "VirtualCheck"
  2324. VirtualCheck.Parent = Virtual
  2325. VirtualCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  2326. VirtualCheck.BorderSizePixel = 0
  2327. VirtualCheck.Position = UDim2.new(0.915952444, 0, -0.000431941095, 0)
  2328. VirtualCheck.Size = UDim2.new(0, 25, 0, 26)
  2329. VirtualCheck.Font = Enum.Font.SourceSansBold
  2330. VirtualCheck.Text = "❌"
  2331. VirtualCheck.TextColor3 = Color3.new(0, 1, 0)
  2332. VirtualCheck.TextSize = 14
  2333.  
  2334. Resets.Name = "Resets"
  2335. Resets.Parent = MainFrame
  2336. Resets.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  2337. Resets.BorderSizePixel = 0
  2338. Resets.Position = UDim2.new(0.598474145, 0, -0.000697875977, 0)
  2339. Resets.Size = UDim2.new(0, 200, 0, 24)
  2340.  
  2341. FirstTitle.Name = "FirstTitle"
  2342. FirstTitle.Parent = Resets
  2343. FirstTitle.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0.32549)
  2344. FirstTitle.BorderSizePixel = 0
  2345. FirstTitle.Position = UDim2.new(-0.0020001214, 0, 0, 0)
  2346. FirstTitle.Size = UDim2.new(0, 229, 0, 25)
  2347. FirstTitle.Font = Enum.Font.SourceSansBold
  2348. FirstTitle.Text = "First Resetting Upgrader"
  2349. FirstTitle.TextColor3 = Color3.new(0, 0, 0)
  2350. FirstTitle.TextSize = 16
  2351.  
  2352. SecondTitle.Name = "SecondTitle"
  2353. SecondTitle.Parent = Resets
  2354. SecondTitle.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0.32549)
  2355. SecondTitle.BorderSizePixel = 0
  2356. SecondTitle.Position = UDim2.new(-0.0020001221, 0, 10.041667, 0)
  2357. SecondTitle.Size = UDim2.new(0, 199, 0, 24)
  2358. SecondTitle.Font = Enum.Font.SourceSansBold
  2359. SecondTitle.Text = "Second Resetting Upgrader"
  2360. SecondTitle.TextColor3 = Color3.new(0, 0, 0)
  2361. SecondTitle.TextSize = 14
  2362.  
  2363. ResetsFrame.Name = "ResetsFrame"
  2364. ResetsFrame.Parent = Resets
  2365. ResetsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  2366. ResetsFrame.BackgroundTransparency = 1
  2367. ResetsFrame.BorderSizePixel = 0
  2368. ResetsFrame.Position = UDim2.new(-0.0042816163, 0, 2.05333328, 0)
  2369. ResetsFrame.Size = UDim2.new(0, 194, 0, 189)
  2370.  
  2371. FirstResetNone.Name = "FirstResetNone"
  2372. FirstResetNone.Parent = ResetsFrame
  2373. FirstResetNone.BackgroundColor3 = Color3.new(1, 1, 1)
  2374. FirstResetNone.BorderSizePixel = 0
  2375. FirstResetNone.Position = UDim2.new(0.00121378165, 0, 0.0236375425, 0)
  2376. FirstResetNone.Size = UDim2.new(0, 194, 0, 26)
  2377.  
  2378. FirstResetNoneText.Name = "FirstResetNoneText"
  2379. FirstResetNoneText.Parent = FirstResetNone
  2380. FirstResetNoneText.BackgroundColor3 = Color3.new(0, 0, 0)
  2381. FirstResetNoneText.BorderSizePixel = 0
  2382. FirstResetNoneText.Position = UDim2.new(0.000154639129, 0, -0.231201172, 0)
  2383. FirstResetNoneText.Size = UDim2.new(0, 174, 0, 26)
  2384. FirstResetNoneText.Font = Enum.Font.SourceSans
  2385. FirstResetNoneText.Text = "None"
  2386. FirstResetNoneText.TextColor3 = Color3.new(1, 1, 1)
  2387. FirstResetNoneText.TextSize = 14
  2388.  
  2389. FirstRestNoneCheck.Name = "FirstRestNoneCheck"
  2390. FirstRestNoneCheck.Parent = FirstResetNone
  2391. FirstRestNoneCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  2392. FirstRestNoneCheck.BorderSizePixel = 0
  2393. FirstRestNoneCheck.Position = UDim2.new(0.897034883, 0, -0.231201202, 0)
  2394. FirstRestNoneCheck.Size = UDim2.new(0, 25, 0, 26)
  2395. FirstRestNoneCheck.Font = Enum.Font.SourceSansBold
  2396. FirstRestNoneCheck.Text = "❌"
  2397. FirstRestNoneCheck.TextColor3 = Color3.new(0, 1, 0)
  2398. FirstRestNoneCheck.TextSize = 14
  2399.  
  2400. FirstResetTeslaText.Name = "FirstResetTeslaText"
  2401. FirstResetTeslaText.Parent = FirstResetNone
  2402. FirstResetTeslaText.BackgroundColor3 = Color3.new(0, 0, 0)
  2403. FirstResetTeslaText.BorderSizePixel = 0
  2404. FirstResetTeslaText.Position = UDim2.new(0.000154639594, 0, 0.768798828, 0)
  2405. FirstResetTeslaText.Size = UDim2.new(0, 174, 0, 26)
  2406. FirstResetTeslaText.Font = Enum.Font.SourceSans
  2407. FirstResetTeslaText.Text = "Tesla Resetter"
  2408. FirstResetTeslaText.TextColor3 = Color3.new(1, 1, 1)
  2409. FirstResetTeslaText.TextSize = 14
  2410.  
  2411. FirstRestTeslaCheck.Name = "FirstRestTeslaCheck"
  2412. FirstRestTeslaCheck.Parent = FirstResetNone
  2413. FirstRestTeslaCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  2414. FirstRestTeslaCheck.BorderSizePixel = 0
  2415. FirstRestTeslaCheck.Position = UDim2.new(0.897034883, 0, 0.768798888, 0)
  2416. FirstRestTeslaCheck.Size = UDim2.new(0, 25, 0, 26)
  2417. FirstRestTeslaCheck.Font = Enum.Font.SourceSansBold
  2418. FirstRestTeslaCheck.Text = "❌"
  2419. FirstRestTeslaCheck.TextColor3 = Color3.new(0, 1, 0)
  2420. FirstRestTeslaCheck.TextSize = 14
  2421.  
  2422. FirstResetRefuterText.Name = "FirstResetRefuterText"
  2423. FirstResetRefuterText.Parent = FirstResetNone
  2424. FirstResetRefuterText.BackgroundColor3 = Color3.new(0, 0, 0)
  2425. FirstResetRefuterText.BorderSizePixel = 0
  2426. FirstResetRefuterText.Position = UDim2.new(0.000154638663, 0, 1.76879895, 0)
  2427. FirstResetRefuterText.Size = UDim2.new(0, 174, 0, 26)
  2428. FirstResetRefuterText.Font = Enum.Font.SourceSans
  2429. FirstResetRefuterText.Text = "Tesla Refuter"
  2430. FirstResetRefuterText.TextColor3 = Color3.new(1, 1, 1)
  2431. FirstResetRefuterText.TextSize = 14
  2432.  
  2433. FirstRestRefuterCheck.Name = "FirstRestRefuterCheck"
  2434. FirstRestRefuterCheck.Parent = FirstResetNone
  2435. FirstRestRefuterCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  2436. FirstRestRefuterCheck.BorderSizePixel = 0
  2437. FirstRestRefuterCheck.Position = UDim2.new(0.897034943, 0, 1.76879895, 0)
  2438. FirstRestRefuterCheck.Size = UDim2.new(0, 25, 0, 26)
  2439. FirstRestRefuterCheck.Font = Enum.Font.SourceSansBold
  2440. FirstRestRefuterCheck.Text = "❌"
  2441. FirstRestRefuterCheck.TextColor3 = Color3.new(0, 1, 0)
  2442. FirstRestRefuterCheck.TextSize = 14
  2443.  
  2444. FirstResetSacText.Name = "FirstResetSacText"
  2445. FirstResetSacText.Parent = FirstResetNone
  2446. FirstResetSacText.BackgroundColor3 = Color3.new(0, 0, 0)
  2447. FirstResetSacText.BorderSizePixel = 0
  2448. FirstResetSacText.Position = UDim2.new(0.000154638663, 0, 2.76879859, 0)
  2449. FirstResetSacText.Size = UDim2.new(0, 174, 0, 26)
  2450. FirstResetSacText.Font = Enum.Font.SourceSans
  2451. FirstResetSacText.Text = "The Ultimate Sacrifice"
  2452. FirstResetSacText.TextColor3 = Color3.new(1, 1, 1)
  2453. FirstResetSacText.TextSize = 14
  2454.  
  2455. FirstRestSacCheck.Name = "FirstRestSacCheck"
  2456. FirstRestSacCheck.Parent = FirstResetNone
  2457. FirstRestSacCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  2458. FirstRestSacCheck.BorderSizePixel = 0
  2459. FirstRestSacCheck.Position = UDim2.new(0.897034943, 0, 2.76879883, 0)
  2460. FirstRestSacCheck.Size = UDim2.new(0, 25, 0, 26)
  2461. FirstRestSacCheck.Font = Enum.Font.SourceSansBold
  2462. FirstRestSacCheck.Text = "❌"
  2463. FirstRestSacCheck.TextColor3 = Color3.new(0, 1, 0)
  2464. FirstRestSacCheck.TextSize = 14
  2465.  
  2466. FirstResetFinText.Name = "FirstResetFinText"
  2467. FirstResetFinText.Parent = FirstResetNone
  2468. FirstResetFinText.BackgroundColor3 = Color3.new(0, 0, 0)
  2469. FirstResetFinText.BorderSizePixel = 0
  2470. FirstResetFinText.Position = UDim2.new(0.000154639129, 0, 3.76879859, 0)
  2471. FirstResetFinText.Size = UDim2.new(0, 174, 0, 26)
  2472. FirstResetFinText.Font = Enum.Font.SourceSans
  2473. FirstResetFinText.Text = "The Final Upgrader"
  2474. FirstResetFinText.TextColor3 = Color3.new(1, 1, 1)
  2475. FirstResetFinText.TextSize = 14
  2476.  
  2477. FirstRestFinCheck.Name = "FirstRestFinCheck"
  2478. FirstRestFinCheck.Parent = FirstResetNone
  2479. FirstRestFinCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  2480. FirstRestFinCheck.BorderSizePixel = 0
  2481. FirstRestFinCheck.Position = UDim2.new(0.897034943, 0, 3.76879883, 0)
  2482. FirstRestFinCheck.Size = UDim2.new(0, 25, 0, 26)
  2483. FirstRestFinCheck.Font = Enum.Font.SourceSansBold
  2484. FirstRestFinCheck.Text = "❌"
  2485. FirstRestFinCheck.TextColor3 = Color3.new(0, 1, 0)
  2486. FirstRestFinCheck.TextSize = 14
  2487.  
  2488. SecResetNone.Name = "SecResetNone"
  2489. SecResetNone.Parent = Resets
  2490. SecResetNone.BackgroundColor3 = Color3.new(1, 1, 1)
  2491. SecResetNone.BackgroundTransparency = 1
  2492. SecResetNone.BorderSizePixel = 0
  2493. SecResetNone.Position = UDim2.new(-0.00378621835, 0, 11.7319708, 0)
  2494. SecResetNone.Size = UDim2.new(0, 194, 0, 26)
  2495.  
  2496. SecResetNoneText.Name = "SecResetNoneText"
  2497. SecResetNoneText.Parent = SecResetNone
  2498. SecResetNoneText.BackgroundColor3 = Color3.new(0, 0, 0)
  2499. SecResetNoneText.BorderSizePixel = 0
  2500. SecResetNoneText.Position = UDim2.new(0.000154640526, 0, -0.615816593, 0)
  2501. SecResetNoneText.Size = UDim2.new(0, 174, 0, 26)
  2502. SecResetNoneText.Font = Enum.Font.SourceSans
  2503. SecResetNoneText.Text = "None"
  2504. SecResetNoneText.TextColor3 = Color3.new(1, 1, 1)
  2505. SecResetNoneText.TextSize = 14
  2506.  
  2507. SecRestNoneCheck.Name = "SecRestNoneCheck"
  2508. SecRestNoneCheck.Parent = SecResetNone
  2509. SecRestNoneCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  2510. SecRestNoneCheck.BorderSizePixel = 0
  2511. SecRestNoneCheck.Position = UDim2.new(0.897034883, 0, -0.615816593, 0)
  2512. SecRestNoneCheck.Size = UDim2.new(0, 25, 0, 26)
  2513. SecRestNoneCheck.Font = Enum.Font.SourceSansBold
  2514. SecRestNoneCheck.Text = "❌"
  2515. SecRestNoneCheck.TextColor3 = Color3.new(0, 1, 0)
  2516. SecRestNoneCheck.TextSize = 14
  2517.  
  2518. SecResetTeslaText.Name = "SecResetTeslaText"
  2519. SecResetTeslaText.Parent = SecResetNone
  2520. SecResetTeslaText.BackgroundColor3 = Color3.new(0, 0, 0)
  2521. SecResetTeslaText.BorderSizePixel = 0
  2522. SecResetTeslaText.Position = UDim2.new(0.000154639594, 0, 0.384183437, 0)
  2523. SecResetTeslaText.Size = UDim2.new(0, 174, 0, 26)
  2524. SecResetTeslaText.Font = Enum.Font.SourceSans
  2525. SecResetTeslaText.Text = "Tesla Resetter"
  2526. SecResetTeslaText.TextColor3 = Color3.new(1, 1, 1)
  2527. SecResetTeslaText.TextSize = 14
  2528.  
  2529. SecRestTeslaCheck.Name = "SecRestTeslaCheck"
  2530. SecRestTeslaCheck.Parent = SecResetNone
  2531. SecRestTeslaCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  2532. SecRestTeslaCheck.BorderSizePixel = 0
  2533. SecRestTeslaCheck.Position = UDim2.new(0.897034883, 0, 0.384183496, 0)
  2534. SecRestTeslaCheck.Size = UDim2.new(0, 25, 0, 26)
  2535. SecRestTeslaCheck.Font = Enum.Font.SourceSansBold
  2536. SecRestTeslaCheck.Text = "❌"
  2537. SecRestTeslaCheck.TextColor3 = Color3.new(0, 1, 0)
  2538. SecRestTeslaCheck.TextSize = 14
  2539.  
  2540. SecResetRefuterText.Name = "SecResetRefuterText"
  2541. SecResetRefuterText.Parent = SecResetNone
  2542. SecResetRefuterText.BackgroundColor3 = Color3.new(0, 0, 0)
  2543. SecResetRefuterText.BorderSizePixel = 0
  2544. SecResetRefuterText.Position = UDim2.new(0.000154638663, 0, 1.38418365, 0)
  2545. SecResetRefuterText.Size = UDim2.new(0, 174, 0, 26)
  2546. SecResetRefuterText.Font = Enum.Font.SourceSans
  2547. SecResetRefuterText.Text = "Tesla Refuter"
  2548. SecResetRefuterText.TextColor3 = Color3.new(1, 1, 1)
  2549. SecResetRefuterText.TextSize = 14
  2550.  
  2551. SecRestRefuterCheck.Name = "SecRestRefuterCheck"
  2552. SecRestRefuterCheck.Parent = SecResetNone
  2553. SecRestRefuterCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  2554. SecRestRefuterCheck.BorderSizePixel = 0
  2555. SecRestRefuterCheck.Position = UDim2.new(0.897034943, 0, 1.38418353, 0)
  2556. SecRestRefuterCheck.Size = UDim2.new(0, 25, 0, 26)
  2557. SecRestRefuterCheck.Font = Enum.Font.SourceSansBold
  2558. SecRestRefuterCheck.Text = "❌"
  2559. SecRestRefuterCheck.TextColor3 = Color3.new(0, 1, 0)
  2560. SecRestRefuterCheck.TextSize = 14
  2561.  
  2562. SecResetSacText.Name = "SecResetSacText"
  2563. SecResetSacText.Parent = SecResetNone
  2564. SecResetSacText.BackgroundColor3 = Color3.new(0, 0, 0)
  2565. SecResetSacText.BorderSizePixel = 0
  2566. SecResetSacText.Position = UDim2.new(0.000154638663, 0, 2.38418317, 0)
  2567. SecResetSacText.Size = UDim2.new(0, 174, 0, 26)
  2568. SecResetSacText.Font = Enum.Font.SourceSans
  2569. SecResetSacText.Text = "The Ultimate Sacrifice"
  2570. SecResetSacText.TextColor3 = Color3.new(1, 1, 1)
  2571. SecResetSacText.TextSize = 14
  2572.  
  2573. SecRestSacCheck.Name = "SecRestSacCheck"
  2574. SecRestSacCheck.Parent = SecResetNone
  2575. SecRestSacCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  2576. SecRestSacCheck.BorderSizePixel = 0
  2577. SecRestSacCheck.Position = UDim2.new(0.897034943, 0, 2.38418341, 0)
  2578. SecRestSacCheck.Size = UDim2.new(0, 25, 0, 26)
  2579. SecRestSacCheck.Font = Enum.Font.SourceSansBold
  2580. SecRestSacCheck.Text = "❌"
  2581. SecRestSacCheck.TextColor3 = Color3.new(0, 1, 0)
  2582. SecRestSacCheck.TextSize = 14
  2583.  
  2584. SecResetFinText.Name = "SecResetFinText"
  2585. SecResetFinText.Parent = SecResetNone
  2586. SecResetFinText.BackgroundColor3 = Color3.new(0, 0, 0)
  2587. SecResetFinText.BorderSizePixel = 0
  2588. SecResetFinText.Position = UDim2.new(0.000154639129, 0, 3.38418317, 0)
  2589. SecResetFinText.Size = UDim2.new(0, 174, 0, 26)
  2590. SecResetFinText.Font = Enum.Font.SourceSans
  2591. SecResetFinText.Text = "The Final Upgrader"
  2592. SecResetFinText.TextColor3 = Color3.new(1, 1, 1)
  2593. SecResetFinText.TextSize = 14
  2594.  
  2595. SecRestFinCheck.Name = "SecRestFinCheck"
  2596. SecRestFinCheck.Parent = SecResetNone
  2597. SecRestFinCheck.BackgroundColor3 = Color3.new(0, 0, 0)
  2598. SecRestFinCheck.BorderSizePixel = 0
  2599. SecRestFinCheck.Position = UDim2.new(0.897034943, 0, 3.38418341, 0)
  2600. SecRestFinCheck.Size = UDim2.new(0, 25, 0, 26)
  2601. SecRestFinCheck.Font = Enum.Font.SourceSansBold
  2602. SecRestFinCheck.Text = "❌"
  2603. SecRestFinCheck.TextColor3 = Color3.new(0, 1, 0)
  2604. SecRestFinCheck.TextSize = 14
  2605.  
  2606. Furnace.Name = "Furnace"
  2607. Furnace.Parent = MainFrame
  2608. Furnace.BackgroundColor3 = Color3.new(1, 1, 1)
  2609. Furnace.BorderSizePixel = 0
  2610. Furnace.Position = UDim2.new(0.799474061, 0, -0.000697875977, 0)
  2611. Furnace.Size = UDim2.new(0, 201, 0, 24)
  2612.  
  2613. FurnaceTitle.Name = "FurnaceTitle"
  2614. FurnaceTitle.Parent = Furnace
  2615. FurnaceTitle.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0.32549)
  2616. FurnaceTitle.BorderSizePixel = 0
  2617. FurnaceTitle.Position = UDim2.new(-0.0268651862, 0, 0, 0)
  2618. FurnaceTitle.Size = UDim2.new(0, 238, 0, 25)
  2619. FurnaceTitle.Font = Enum.Font.SourceSansBold
  2620. FurnaceTitle.Text = "Furnace"
  2621. FurnaceTitle.TextColor3 = Color3.new(0, 0, 0)
  2622. FurnaceTitle.TextSize = 16
  2623.  
  2624. FurnaceScroll.Name = "FurnaceScroll"
  2625. FurnaceScroll.Parent = MainFrame
  2626. FurnaceScroll.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2627. FurnaceScroll.BorderSizePixel = 0
  2628. FurnaceScroll.Position = UDim2.new(0.771750689, 0, 0.0493021235, 0)
  2629. FurnaceScroll.Size = UDim2.new(0, 265, 0, 475)
  2630. FurnaceScroll.CanvasSize = UDim2.new(0, 0, 4, 0)
  2631.  
  2632. F1.Name = "F1"
  2633. F1.Parent = FurnaceScroll
  2634. F1.BackgroundColor3 = Color3.new(1, 1, 1)
  2635. F1.BorderSizePixel = 0
  2636. F1.Position = UDim2.new(0.0999968201, 0, 0.01113752, 0)
  2637. F1.Size = UDim2.new(0, 200, 0, 26)
  2638.  
  2639. F1Text.Name = "F1Text"
  2640. F1Text.Parent = F1
  2641. F1Text.BackgroundColor3 = Color3.new(0, 0, 0)
  2642. F1Text.BorderSizePixel = 0
  2643. F1Text.Position = UDim2.new(-0.00999999791, 0, -0.000432491302, 0)
  2644. F1Text.Size = UDim2.new(0, 185, 0, 26)
  2645. F1Text.Font = Enum.Font.SourceSans
  2646. F1Text.Text = "Basic Research Center"
  2647. F1Text.TextColor3 = Color3.new(1, 1, 1)
  2648. F1Text.TextSize = 14
  2649.  
  2650. F1Check.Name = "F1Check"
  2651. F1Check.Parent = F1
  2652. F1Check.BackgroundColor3 = Color3.new(0, 0, 0)
  2653. F1Check.BorderSizePixel = 0
  2654. F1Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  2655. F1Check.Size = UDim2.new(0, 25, 0, 26)
  2656. F1Check.Font = Enum.Font.SourceSansBold
  2657. F1Check.Text = "❌"
  2658. F1Check.TextColor3 = Color3.new(0, 1, 0)
  2659. F1Check.TextSize = 14
  2660.  
  2661. F3.Name = "F3"
  2662. F3.Parent = FurnaceScroll
  2663. F3.BackgroundColor3 = Color3.new(1, 1, 1)
  2664. F3.BorderSizePixel = 0
  2665. F3.Position = UDim2.new(0.0999968201, 0, 0.0361375175, 0)
  2666. F3.Size = UDim2.new(0, 200, 0, 26)
  2667.  
  2668. F3Text.Name = "F3Text"
  2669. F3Text.Parent = F3
  2670. F3Text.BackgroundColor3 = Color3.new(0, 0, 0)
  2671. F3Text.BorderSizePixel = 0
  2672. F3Text.Position = UDim2.new(-0.00999999978, 0, -0.000432703644, 0)
  2673. F3Text.Size = UDim2.new(0, 185, 0, 26)
  2674. F3Text.Font = Enum.Font.SourceSans
  2675. F3Text.Text = "Yuge Furnace"
  2676. F3Text.TextColor3 = Color3.new(1, 1, 1)
  2677. F3Text.TextSize = 14
  2678.  
  2679. F3Check.Name = "F3Check"
  2680. F3Check.Parent = F3
  2681. F3Check.BackgroundColor3 = Color3.new(0, 0, 0)
  2682. F3Check.BorderSizePixel = 0
  2683. F3Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  2684. F3Check.Size = UDim2.new(0, 25, 0, 26)
  2685. F3Check.Font = Enum.Font.SourceSansBold
  2686. F3Check.Text = "❌"
  2687. F3Check.TextColor3 = Color3.new(0, 1, 0)
  2688. F3Check.TextSize = 14
  2689.  
  2690. F4.Name = "F4"
  2691. F4.Parent = FurnaceScroll
  2692. F4.BackgroundColor3 = Color3.new(1, 1, 1)
  2693. F4.BorderSizePixel = 0
  2694. F4.Position = UDim2.new(0.0999968201, 0, 0.0491375141, 0)
  2695. F4.Size = UDim2.new(0, 200, 0, 26)
  2696.  
  2697. F4Text.Name = "F4Text"
  2698. F4Text.Parent = F4
  2699. F4Text.BackgroundColor3 = Color3.new(0, 0, 0)
  2700. F4Text.BorderSizePixel = 0
  2701. F4Text.Position = UDim2.new(-0.00999999605, 0, -0.000432662666, 0)
  2702. F4Text.Size = UDim2.new(0, 185, 0, 26)
  2703. F4Text.Font = Enum.Font.SourceSans
  2704. F4Text.Text = "Proficient Research Center"
  2705. F4Text.TextColor3 = Color3.new(1, 1, 1)
  2706. F4Text.TextSize = 14
  2707.  
  2708. F4Check.Name = "F4Check"
  2709. F4Check.Parent = F4
  2710. F4Check.BackgroundColor3 = Color3.new(0, 0, 0)
  2711. F4Check.BorderSizePixel = 0
  2712. F4Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  2713. F4Check.Size = UDim2.new(0, 25, 0, 26)
  2714. F4Check.Font = Enum.Font.SourceSansBold
  2715. F4Check.Text = "❌"
  2716. F4Check.TextColor3 = Color3.new(0, 1, 0)
  2717. F4Check.TextSize = 14
  2718.  
  2719. F5.Name = "F5"
  2720. F5.Parent = FurnaceScroll
  2721. F5.BackgroundColor3 = Color3.new(1, 1, 1)
  2722. F5.BorderSizePixel = 0
  2723. F5.Position = UDim2.new(0.0999968201, 0, 0.0621375181, 0)
  2724. F5.Size = UDim2.new(0, 200, 0, 26)
  2725.  
  2726. F5Text.Name = "F5Text"
  2727. F5Text.Parent = F5
  2728. F5Text.BackgroundColor3 = Color3.new(0, 0, 0)
  2729. F5Text.BorderSizePixel = 0
  2730. F5Text.Position = UDim2.new(-0.00999999978, 0, -0.000432558358, 0)
  2731. F5Text.Size = UDim2.new(0, 185, 0, 26)
  2732. F5Text.Font = Enum.Font.SourceSans
  2733. F5Text.Text = "Ore Incinerator"
  2734. F5Text.TextColor3 = Color3.new(1, 1, 1)
  2735. F5Text.TextSize = 14
  2736.  
  2737. F5Check.Name = "F5Check"
  2738. F5Check.Parent = F5
  2739. F5Check.BackgroundColor3 = Color3.new(0, 0, 0)
  2740. F5Check.BorderSizePixel = 0
  2741. F5Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  2742. F5Check.Size = UDim2.new(0, 25, 0, 26)
  2743. F5Check.Font = Enum.Font.SourceSansBold
  2744. F5Check.Text = "❌"
  2745. F5Check.TextColor3 = Color3.new(0, 1, 0)
  2746. F5Check.TextSize = 14
  2747.  
  2748. F6.Name = "F6"
  2749. F6.Parent = FurnaceScroll
  2750. F6.BackgroundColor3 = Color3.new(1, 1, 1)
  2751. F6.BorderSizePixel = 0
  2752. F6.Position = UDim2.new(0.0999968201, 0, 0.0751375183, 0)
  2753. F6.Size = UDim2.new(0, 200, 0, 26)
  2754.  
  2755. F6Text.Name = "F6Text"
  2756. F6Text.Parent = F6
  2757. F6Text.BackgroundColor3 = Color3.new(0, 0, 0)
  2758. F6Text.BorderSizePixel = 0
  2759. F6Text.Position = UDim2.new(-0.00999999605, 0, -0.000432640314, 0)
  2760. F6Text.Size = UDim2.new(0, 185, 0, 26)
  2761. F6Text.Font = Enum.Font.SourceSans
  2762. F6Text.Text = "Quantum Processor"
  2763. F6Text.TextColor3 = Color3.new(1, 1, 1)
  2764. F6Text.TextSize = 14
  2765.  
  2766. F6Check.Name = "F6Check"
  2767. F6Check.Parent = F6
  2768. F6Check.BackgroundColor3 = Color3.new(0, 0, 0)
  2769. F6Check.BorderSizePixel = 0
  2770. F6Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  2771. F6Check.Size = UDim2.new(0, 25, 0, 26)
  2772. F6Check.Font = Enum.Font.SourceSansBold
  2773. F6Check.Text = "❌"
  2774. F6Check.TextColor3 = Color3.new(0, 1, 0)
  2775. F6Check.TextSize = 14
  2776.  
  2777. F7.Name = "F7"
  2778. F7.Parent = FurnaceScroll
  2779. F7.BackgroundColor3 = Color3.new(1, 1, 1)
  2780. F7.BorderSizePixel = 0
  2781. F7.Position = UDim2.new(0.0999968201, 0, 0.0861375257, 0)
  2782. F7.Size = UDim2.new(0, 200, 0, 26)
  2783.  
  2784. F7Text.Name = "F7Text"
  2785. F7Text.Parent = F7
  2786. F7Text.BackgroundColor3 = Color3.new(0, 0, 0)
  2787. F7Text.BorderSizePixel = 0
  2788. F7Text.Position = UDim2.new(-0.00999999605, 0, -0.000432610512, 0)
  2789. F7Text.Size = UDim2.new(0, 185, 0, 26)
  2790. F7Text.Font = Enum.Font.SourceSans
  2791. F7Text.Text = "Quantum Research Center"
  2792. F7Text.TextColor3 = Color3.new(1, 1, 1)
  2793. F7Text.TextSize = 14
  2794.  
  2795. F7Check.Name = "F7Check"
  2796. F7Check.Parent = F7
  2797. F7Check.BackgroundColor3 = Color3.new(0, 0, 0)
  2798. F7Check.BorderSizePixel = 0
  2799. F7Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  2800. F7Check.Size = UDim2.new(0, 25, 0, 26)
  2801. F7Check.Font = Enum.Font.SourceSansBold
  2802. F7Check.Text = "❌"
  2803. F7Check.TextColor3 = Color3.new(0, 1, 0)
  2804. F7Check.TextSize = 14
  2805.  
  2806. F8.Name = "F8"
  2807. F8.Parent = FurnaceScroll
  2808. F8.BackgroundColor3 = Color3.new(1, 1, 1)
  2809. F8.BorderSizePixel = 0
  2810. F8.Position = UDim2.new(0.0999968201, 0, 0.0976375118, 0)
  2811. F8.Size = UDim2.new(0, 200, 0, 26)
  2812.  
  2813. F8Text.Name = "F8Text"
  2814. F8Text.Parent = F8
  2815. F8Text.BackgroundColor3 = Color3.new(0, 0, 0)
  2816. F8Text.BorderSizePixel = 0
  2817. F8Text.Position = UDim2.new(-0.00999999605, 0, -0.000432610512, 0)
  2818. F8Text.Size = UDim2.new(0, 185, 0, 26)
  2819. F8Text.Font = Enum.Font.SourceSans
  2820. F8Text.Text = "Elevated Furnace"
  2821. F8Text.TextColor3 = Color3.new(1, 1, 1)
  2822. F8Text.TextSize = 14
  2823.  
  2824. F8Check.Name = "F8Check"
  2825. F8Check.Parent = F8
  2826. F8Check.BackgroundColor3 = Color3.new(0, 0, 0)
  2827. F8Check.BorderSizePixel = 0
  2828. F8Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  2829. F8Check.Size = UDim2.new(0, 25, 0, 26)
  2830. F8Check.Font = Enum.Font.SourceSansBold
  2831. F8Check.Text = "❌"
  2832. F8Check.TextColor3 = Color3.new(0, 1, 0)
  2833. F8Check.TextSize = 14
  2834.  
  2835. F9.Name = "F9"
  2836. F9.Parent = FurnaceScroll
  2837. F9.BackgroundColor3 = Color3.new(1, 1, 1)
  2838. F9.BorderSizePixel = 0
  2839. F9.Position = UDim2.new(0.0999968201, 0, 0.109637521, 0)
  2840. F9.Size = UDim2.new(0, 200, 0, 26)
  2841.  
  2842. F9Text.Name = "F9Text"
  2843. F9Text.Parent = F9
  2844. F9Text.BackgroundColor3 = Color3.new(0, 0, 0)
  2845. F9Text.BorderSizePixel = 0
  2846. F9Text.Position = UDim2.new(-0.00999999605, 0, -0.000432644039, 0)
  2847. F9Text.Size = UDim2.new(0, 185, 0, 26)
  2848. F9Text.Font = Enum.Font.SourceSans
  2849. F9Text.Text = "Raised Furnace"
  2850. F9Text.TextColor3 = Color3.new(1, 1, 1)
  2851. F9Text.TextSize = 14
  2852.  
  2853. F9Check.Name = "F9Check"
  2854. F9Check.Parent = F9
  2855. F9Check.BackgroundColor3 = Color3.new(0, 0, 0)
  2856. F9Check.BorderSizePixel = 0
  2857. F9Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  2858. F9Check.Size = UDim2.new(0, 25, 0, 26)
  2859. F9Check.Font = Enum.Font.SourceSansBold
  2860. F9Check.Text = "❌"
  2861. F9Check.TextColor3 = Color3.new(0, 1, 0)
  2862. F9Check.TextSize = 14
  2863.  
  2864. F10.Name = "F10"
  2865. F10.Parent = FurnaceScroll
  2866. F10.BackgroundColor3 = Color3.new(1, 1, 1)
  2867. F10.BorderSizePixel = 0
  2868. F10.Position = UDim2.new(0.0999968201, 0, 0.122137524, 0)
  2869. F10.Size = UDim2.new(0, 200, 0, 26)
  2870.  
  2871. F10Text.Name = "F10Text"
  2872. F10Text.Parent = F10
  2873. F10Text.BackgroundColor3 = Color3.new(0, 0, 0)
  2874. F10Text.BorderSizePixel = 0
  2875. F10Text.Position = UDim2.new(-0.00999999605, 0, -0.000432457775, 0)
  2876. F10Text.Size = UDim2.new(0, 185, 0, 26)
  2877. F10Text.Font = Enum.Font.SourceSans
  2878. F10Text.Text = "Reinforced Furnace"
  2879. F10Text.TextColor3 = Color3.new(1, 1, 1)
  2880. F10Text.TextSize = 14
  2881.  
  2882. F10Check.Name = "F10Check"
  2883. F10Check.Parent = F10
  2884. F10Check.BackgroundColor3 = Color3.new(0, 0, 0)
  2885. F10Check.BorderSizePixel = 0
  2886. F10Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  2887. F10Check.Size = UDim2.new(0, 25, 0, 26)
  2888. F10Check.Font = Enum.Font.SourceSansBold
  2889. F10Check.Text = "❌"
  2890. F10Check.TextColor3 = Color3.new(0, 1, 0)
  2891. F10Check.TextSize = 14
  2892.  
  2893. F11.Name = "F11"
  2894. F11.Parent = FurnaceScroll
  2895. F11.BackgroundColor3 = Color3.new(1, 1, 1)
  2896. F11.BorderSizePixel = 0
  2897. F11.Position = UDim2.new(0.0999968201, 0, 0.134637505, 0)
  2898. F11.Size = UDim2.new(0, 200, 0, 26)
  2899.  
  2900. F11Text.Name = "F11Text"
  2901. F11Text.Parent = F11
  2902. F11Text.BackgroundColor3 = Color3.new(0, 0, 0)
  2903. F11Text.BorderSizePixel = 0
  2904. F11Text.Position = UDim2.new(-0.00999999605, 0, -0.000432491302, 0)
  2905. F11Text.Size = UDim2.new(0, 185, 0, 26)
  2906. F11Text.Font = Enum.Font.SourceSans
  2907. F11Text.Text = "Complete Research Center"
  2908. F11Text.TextColor3 = Color3.new(1, 1, 1)
  2909. F11Text.TextSize = 14
  2910.  
  2911. F11Check.Name = "F11Check"
  2912. F11Check.Parent = F11
  2913. F11Check.BackgroundColor3 = Color3.new(0, 0, 0)
  2914. F11Check.BorderSizePixel = 0
  2915. F11Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  2916. F11Check.Size = UDim2.new(0, 25, 0, 26)
  2917. F11Check.Font = Enum.Font.SourceSansBold
  2918. F11Check.Text = "❌"
  2919. F11Check.TextColor3 = Color3.new(0, 1, 0)
  2920. F11Check.TextSize = 14
  2921.  
  2922. F12.Name = "F12"
  2923. F12.Parent = FurnaceScroll
  2924. F12.BackgroundColor3 = Color3.new(1, 1, 1)
  2925. F12.BorderSizePixel = 0
  2926. F12.Position = UDim2.new(0.0999968201, 0, 0.147637501, 0)
  2927. F12.Size = UDim2.new(0, 200, 0, 26)
  2928.  
  2929. F12Text.Name = "F12Text"
  2930. F12Text.Parent = F12
  2931. F12Text.BackgroundColor3 = Color3.new(0, 0, 0)
  2932. F12Text.BorderSizePixel = 0
  2933. F12Text.Position = UDim2.new(-0.00999999605, 0, -0.000432580709, 0)
  2934. F12Text.Size = UDim2.new(0, 185, 0, 26)
  2935. F12Text.Font = Enum.Font.SourceSans
  2936. F12Text.Text = "Heavenly Forge"
  2937. F12Text.TextColor3 = Color3.new(1, 1, 1)
  2938. F12Text.TextSize = 14
  2939.  
  2940. F12Check.Name = "F12Check"
  2941. F12Check.Parent = F12
  2942. F12Check.BackgroundColor3 = Color3.new(0, 0, 0)
  2943. F12Check.BorderSizePixel = 0
  2944. F12Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  2945. F12Check.Size = UDim2.new(0, 25, 0, 26)
  2946. F12Check.Font = Enum.Font.SourceSansBold
  2947. F12Check.Text = "❌"
  2948. F12Check.TextColor3 = Color3.new(0, 1, 0)
  2949. F12Check.TextSize = 14
  2950.  
  2951. F2.Name = "F2"
  2952. F2.Parent = FurnaceScroll
  2953. F2.BackgroundColor3 = Color3.new(1, 1, 1)
  2954. F2.BorderSizePixel = 0
  2955. F2.Position = UDim2.new(0.0999968201, 0, 0.0231375173, 0)
  2956. F2.Size = UDim2.new(0, 200, 0, 26)
  2957.  
  2958. F2Text.Name = "F2Text"
  2959. F2Text.Parent = F2
  2960. F2Text.BackgroundColor3 = Color3.new(0, 0, 0)
  2961. F2Text.BorderSizePixel = 0
  2962. F2Text.Position = UDim2.new(-0.00999999791, 0, -0.00043239817, 0)
  2963. F2Text.Size = UDim2.new(0, 185, 0, 26)
  2964. F2Text.Font = Enum.Font.SourceSans
  2965. F2Text.Text = "Advanced Furnace"
  2966. F2Text.TextColor3 = Color3.new(1, 1, 1)
  2967. F2Text.TextSize = 14
  2968.  
  2969. F2Check.Name = "F2Check"
  2970. F2Check.Parent = F2
  2971. F2Check.BackgroundColor3 = Color3.new(0, 0, 0)
  2972. F2Check.BorderSizePixel = 0
  2973. F2Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  2974. F2Check.Size = UDim2.new(0, 25, 0, 26)
  2975. F2Check.Font = Enum.Font.SourceSansBold
  2976. F2Check.Text = "❌"
  2977. F2Check.TextColor3 = Color3.new(0, 1, 0)
  2978. F2Check.TextSize = 14
  2979.  
  2980. F13.Name = "F13"
  2981. F13.Parent = FurnaceScroll
  2982. F13.BackgroundColor3 = Color3.new(1, 1, 1)
  2983. F13.BorderSizePixel = 0
  2984. F13.Position = UDim2.new(0.0999968201, 0, 0.160137504, 0)
  2985. F13.Size = UDim2.new(0, 200, 0, 26)
  2986.  
  2987. F13Text.Name = "F13Text"
  2988. F13Text.Parent = F13
  2989. F13Text.BackgroundColor3 = Color3.new(0, 0, 0)
  2990. F13Text.BorderSizePixel = 0
  2991. F13Text.Position = UDim2.new(-0.00999999605, 0, -0.000432576984, 0)
  2992. F13Text.Size = UDim2.new(0, 185, 0, 26)
  2993. F13Text.Font = Enum.Font.SourceSans
  2994. F13Text.Text = "Natural Spring"
  2995. F13Text.TextColor3 = Color3.new(1, 1, 1)
  2996. F13Text.TextSize = 14
  2997.  
  2998. F13Check.Name = "F13Check"
  2999. F13Check.Parent = F13
  3000. F13Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3001. F13Check.BorderSizePixel = 0
  3002. F13Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3003. F13Check.Size = UDim2.new(0, 25, 0, 26)
  3004. F13Check.Font = Enum.Font.SourceSansBold
  3005. F13Check.Text = "❌"
  3006. F13Check.TextColor3 = Color3.new(0, 1, 0)
  3007. F13Check.TextSize = 14
  3008.  
  3009. F14.Name = "F14"
  3010. F14.Parent = FurnaceScroll
  3011. F14.BackgroundColor3 = Color3.new(1, 1, 1)
  3012. F14.BorderSizePixel = 0
  3013. F14.Position = UDim2.new(0.0999968201, 0, 0.172637492, 0)
  3014. F14.Size = UDim2.new(0, 200, 0, 26)
  3015.  
  3016. F14Text.Name = "F14Text"
  3017. F14Text.Parent = F14
  3018. F14Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3019. F14Text.BorderSizePixel = 0
  3020. F14Text.Position = UDim2.new(-0.00999999605, 0, -0.000432584435, 0)
  3021. F14Text.Size = UDim2.new(0, 185, 0, 26)
  3022. F14Text.Font = Enum.Font.SourceSans
  3023. F14Text.Text = "Electronic Furnace"
  3024. F14Text.TextColor3 = Color3.new(1, 1, 1)
  3025. F14Text.TextSize = 14
  3026.  
  3027. F14Check.Name = "F14Check"
  3028. F14Check.Parent = F14
  3029. F14Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3030. F14Check.BorderSizePixel = 0
  3031. F14Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3032. F14Check.Size = UDim2.new(0, 25, 0, 26)
  3033. F14Check.Font = Enum.Font.SourceSansBold
  3034. F14Check.Text = "❌"
  3035. F14Check.TextColor3 = Color3.new(0, 1, 0)
  3036. F14Check.TextSize = 14
  3037.  
  3038. F15.Name = "F15"
  3039. F15.Parent = FurnaceScroll
  3040. F15.BackgroundColor3 = Color3.new(1, 1, 1)
  3041. F15.BorderSizePixel = 0
  3042. F15.Position = UDim2.new(0.0999968201, 0, 0.18513748, 0)
  3043. F15.Size = UDim2.new(0, 200, 0, 26)
  3044.  
  3045. F15Text.Name = "F15Text"
  3046. F15Text.Parent = F15
  3047. F15Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3048. F15Text.BorderSizePixel = 0
  3049. F15Text.Position = UDim2.new(-0.00999999605, 0, -0.000432644039, 0)
  3050. F15Text.Size = UDim2.new(0, 185, 0, 26)
  3051. F15Text.Font = Enum.Font.SourceSans
  3052. F15Text.Text = "The Dream-Maker"
  3053. F15Text.TextColor3 = Color3.new(1, 1, 1)
  3054. F15Text.TextSize = 14
  3055.  
  3056. F15Check.Name = "F15Check"
  3057. F15Check.Parent = F15
  3058. F15Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3059. F15Check.BorderSizePixel = 0
  3060. F15Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3061. F15Check.Size = UDim2.new(0, 25, 0, 26)
  3062. F15Check.Font = Enum.Font.SourceSansBold
  3063. F15Check.Text = "❌"
  3064. F15Check.TextColor3 = Color3.new(0, 1, 0)
  3065. F15Check.TextSize = 14
  3066.  
  3067. F16.Name = "F16"
  3068. F16.Parent = FurnaceScroll
  3069. F16.BackgroundColor3 = Color3.new(1, 1, 1)
  3070. F16.BorderSizePixel = 0
  3071. F16.Position = UDim2.new(0.0999968201, 0, 0.197137505, 0)
  3072. F16.Size = UDim2.new(0, 200, 0, 26)
  3073.  
  3074. F16Text.Name = "F16Text"
  3075. F16Text.Parent = F16
  3076. F16Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3077. F16Text.BorderSizePixel = 0
  3078. F16Text.Position = UDim2.new(-0.00999999233, 0, -0.000432737172, 0)
  3079. F16Text.Size = UDim2.new(0, 185, 0, 26)
  3080. F16Text.Font = Enum.Font.SourceSans
  3081. F16Text.Text = "Shrine of Penitence"
  3082. F16Text.TextColor3 = Color3.new(1, 1, 1)
  3083. F16Text.TextSize = 14
  3084.  
  3085. F16Check.Name = "F16Check"
  3086. F16Check.Parent = F16
  3087. F16Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3088. F16Check.BorderSizePixel = 0
  3089. F16Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3090. F16Check.Size = UDim2.new(0, 25, 0, 26)
  3091. F16Check.Font = Enum.Font.SourceSansBold
  3092. F16Check.Text = "❌"
  3093. F16Check.TextColor3 = Color3.new(0, 1, 0)
  3094. F16Check.TextSize = 14
  3095.  
  3096. F17.Name = "F17"
  3097. F17.Parent = FurnaceScroll
  3098. F17.BackgroundColor3 = Color3.new(1, 1, 1)
  3099. F17.BorderSizePixel = 0
  3100. F17.Position = UDim2.new(0.0999968201, 0, 0.210137472, 0)
  3101. F17.Size = UDim2.new(0, 200, 0, 26)
  3102.  
  3103. F17Text.Name = "F17Text"
  3104. F17Text.Parent = F17
  3105. F17Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3106. F17Text.BorderSizePixel = 0
  3107. F17Text.Position = UDim2.new(-0.00999999233, 0, -0.000432729721, 0)
  3108. F17Text.Size = UDim2.new(0, 185, 0, 26)
  3109. F17Text.Font = Enum.Font.SourceSans
  3110. F17Text.Text = "Fusion Reactor"
  3111. F17Text.TextColor3 = Color3.new(1, 1, 1)
  3112. F17Text.TextSize = 14
  3113.  
  3114. F17Check.Name = "F17Check"
  3115. F17Check.Parent = F17
  3116. F17Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3117. F17Check.BorderSizePixel = 0
  3118. F17Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3119. F17Check.Size = UDim2.new(0, 25, 0, 26)
  3120. F17Check.Font = Enum.Font.SourceSansBold
  3121. F17Check.Text = "❌"
  3122. F17Check.TextColor3 = Color3.new(0, 1, 0)
  3123. F17Check.TextSize = 14
  3124.  
  3125. F18.Name = "F18"
  3126. F18.Parent = FurnaceScroll
  3127. F18.BackgroundColor3 = Color3.new(1, 1, 1)
  3128. F18.BorderSizePixel = 0
  3129. F18.Position = UDim2.new(0.0999968201, 0, 0.22263746, 0)
  3130. F18.Size = UDim2.new(0, 200, 0, 26)
  3131.  
  3132. F18Text.Name = "F18Text"
  3133. F18Text.Parent = F18
  3134. F18Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3135. F18Text.BorderSizePixel = 0
  3136. F18Text.Position = UDim2.new(-0.00999999139, 0, -0.000432703644, 0)
  3137. F18Text.Size = UDim2.new(0, 185, 0, 26)
  3138. F18Text.Font = Enum.Font.SourceSans
  3139. F18Text.Text = "Angelic Grace"
  3140. F18Text.TextColor3 = Color3.new(1, 1, 1)
  3141. F18Text.TextSize = 14
  3142.  
  3143. F18Check.Name = "F18Check"
  3144. F18Check.Parent = F18
  3145. F18Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3146. F18Check.BorderSizePixel = 0
  3147. F18Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3148. F18Check.Size = UDim2.new(0, 25, 0, 26)
  3149. F18Check.Font = Enum.Font.SourceSansBold
  3150. F18Check.Text = "❌"
  3151. F18Check.TextColor3 = Color3.new(0, 1, 0)
  3152. F18Check.TextSize = 14
  3153.  
  3154. F19.Name = "F19"
  3155. F19.Parent = FurnaceScroll
  3156. F19.BackgroundColor3 = Color3.new(1, 1, 1)
  3157. F19.BorderSizePixel = 0
  3158. F19.Position = UDim2.new(0.0924496502, 0, 0.235637441, 0)
  3159. F19.Size = UDim2.new(0, 200, 0, 26)
  3160.  
  3161. F19Text.Name = "F19Text"
  3162. F19Text.Parent = F19
  3163. F19Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3164. F19Text.BorderSizePixel = 0
  3165. F19Text.Position = UDim2.new(7.4505806e-09, 0, -0.000432636589, 0)
  3166. F19Text.Size = UDim2.new(0, 185, 0, 26)
  3167. F19Text.Font = Enum.Font.SourceSans
  3168. F19Text.Text = "Diamond Falls"
  3169. F19Text.TextColor3 = Color3.new(1, 1, 1)
  3170. F19Text.TextSize = 14
  3171.  
  3172. F19Check.Name = "F19Check"
  3173. F19Check.Parent = F19
  3174. F19Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3175. F19Check.BorderSizePixel = 0
  3176. F19Check.Position = UDim2.new(0.925952137, 0, 0, 0)
  3177. F19Check.Size = UDim2.new(0, 25, 0, 26)
  3178. F19Check.Font = Enum.Font.SourceSansBold
  3179. F19Check.Text = "❌"
  3180. F19Check.TextColor3 = Color3.new(0, 1, 0)
  3181. F19Check.TextSize = 14
  3182.  
  3183. F20.Name = "F20"
  3184. F20.Parent = FurnaceScroll
  3185. F20.BackgroundColor3 = Color3.new(1, 1, 1)
  3186. F20.BorderSizePixel = 0
  3187. F20.Position = UDim2.new(0.0924496502, 0, 0.247137472, 0)
  3188. F20.Size = UDim2.new(0, 200, 0, 26)
  3189.  
  3190. F20Text.Name = "F20Text"
  3191. F20Text.Parent = F20
  3192. F20Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3193. F20Text.BorderSizePixel = 0
  3194. F20Text.Position = UDim2.new(-5.58793545e-09, 0, -0.000432729721, 0)
  3195. F20Text.Size = UDim2.new(0, 185, 0, 26)
  3196. F20Text.Font = Enum.Font.SourceSans
  3197. F20Text.Text = "Spooky Research Center"
  3198. F20Text.TextColor3 = Color3.new(1, 1, 1)
  3199. F20Text.TextSize = 14
  3200.  
  3201. F20Check.Name = "F20Check"
  3202. F20Check.Parent = F20
  3203. F20Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3204. F20Check.BorderSizePixel = 0
  3205. F20Check.Position = UDim2.new(0.925952137, 0, -1.49011612e-08, 0)
  3206. F20Check.Size = UDim2.new(0, 25, 0, 26)
  3207. F20Check.Font = Enum.Font.SourceSansBold
  3208. F20Check.Text = "❌"
  3209. F20Check.TextColor3 = Color3.new(0, 1, 0)
  3210. F20Check.TextSize = 14
  3211.  
  3212. F21.Name = "F21"
  3213. F21.Parent = FurnaceScroll
  3214. F21.BackgroundColor3 = Color3.new(1, 1, 1)
  3215. F21.BorderSizePixel = 0
  3216. F21.Position = UDim2.new(0.0999968201, 0, 0.260137528, 0)
  3217. F21.Size = UDim2.new(0, 200, 0, 26)
  3218.  
  3219. F21Text.Name = "F21Text"
  3220. F21Text.Parent = F21
  3221. F21Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3222. F21Text.BorderSizePixel = 0
  3223. F21Text.Position = UDim2.new(-0.0100000054, 0, -0.000432729721, 0)
  3224. F21Text.Size = UDim2.new(0, 185, 0, 26)
  3225. F21Text.Font = Enum.Font.SourceSans
  3226. F21Text.Text = "Sweet Tooth"
  3227. F21Text.TextColor3 = Color3.new(1, 1, 1)
  3228. F21Text.TextSize = 14
  3229.  
  3230. F21Check.Name = "F21Check"
  3231. F21Check.Parent = F21
  3232. F21Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3233. F21Check.BorderSizePixel = 0
  3234. F21Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3235. F21Check.Size = UDim2.new(0, 25, 0, 26)
  3236. F21Check.Font = Enum.Font.SourceSansBold
  3237. F21Check.Text = "❌"
  3238. F21Check.TextColor3 = Color3.new(0, 1, 0)
  3239. F21Check.TextSize = 14
  3240.  
  3241. F22.Name = "F22"
  3242. F22.Parent = FurnaceScroll
  3243. F22.BackgroundColor3 = Color3.new(1, 1, 1)
  3244. F22.BorderSizePixel = 0
  3245. F22.Position = UDim2.new(0.0999968201, 0, 0.272637486, 0)
  3246. F22.Size = UDim2.new(0, 200, 0, 26)
  3247.  
  3248. F22Text.Name = "F22Text"
  3249. F22Text.Parent = F22
  3250. F22Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3251. F22Text.BorderSizePixel = 0
  3252. F22Text.Position = UDim2.new(-0.0100000072, 0, -0.000432763249, 0)
  3253. F22Text.Size = UDim2.new(0, 185, 0, 26)
  3254. F22Text.Font = Enum.Font.SourceSans
  3255. F22Text.Text = "Ore Encapsulator"
  3256. F22Text.TextColor3 = Color3.new(1, 1, 1)
  3257. F22Text.TextSize = 14
  3258.  
  3259. F22Check.Name = "F22Check"
  3260. F22Check.Parent = F22
  3261. F22Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3262. F22Check.BorderSizePixel = 0
  3263. F22Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3264. F22Check.Size = UDim2.new(0, 25, 0, 26)
  3265. F22Check.Font = Enum.Font.SourceSansBold
  3266. F22Check.Text = "❌"
  3267. F22Check.TextColor3 = Color3.new(0, 1, 0)
  3268. F22Check.TextSize = 14
  3269.  
  3270. F23.Name = "F23"
  3271. F23.Parent = FurnaceScroll
  3272. F23.BackgroundColor3 = Color3.new(1, 1, 1)
  3273. F23.BorderSizePixel = 0
  3274. F23.Position = UDim2.new(0.0999968201, 0, 0.285637498, 0)
  3275. F23.Size = UDim2.new(0, 200, 0, 26)
  3276.  
  3277. F23Text.Name = "F23Text"
  3278. F23Text.Parent = F23
  3279. F23Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3280. F23Text.BorderSizePixel = 0
  3281. F23Text.Position = UDim2.new(-0.0100000072, 0, -0.000432733446, 0)
  3282. F23Text.Size = UDim2.new(0, 185, 0, 26)
  3283. F23Text.Font = Enum.Font.SourceSans
  3284. F23Text.Text = "The Sunken Past"
  3285. F23Text.TextColor3 = Color3.new(1, 1, 1)
  3286. F23Text.TextSize = 14
  3287.  
  3288. F23Check.Name = "F23Check"
  3289. F23Check.Parent = F23
  3290. F23Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3291. F23Check.BorderSizePixel = 0
  3292. F23Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3293. F23Check.Size = UDim2.new(0, 25, 0, 26)
  3294. F23Check.Font = Enum.Font.SourceSansBold
  3295. F23Check.Text = "❌"
  3296. F23Check.TextColor3 = Color3.new(0, 1, 0)
  3297. F23Check.TextSize = 14
  3298.  
  3299. F24.Name = "F24"
  3300. F24.Parent = FurnaceScroll
  3301. F24.BackgroundColor3 = Color3.new(1, 1, 1)
  3302. F24.BorderSizePixel = 0
  3303. F24.Position = UDim2.new(0.0999968201, 0, 0.297637492, 0)
  3304. F24.Size = UDim2.new(0, 200, 0, 26)
  3305.  
  3306. F24Text.Name = "F24Text"
  3307. F24Text.Parent = F24
  3308. F24Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3309. F24Text.BorderSizePixel = 0
  3310. F24Text.Position = UDim2.new(-0.00999999978, 0, -0.000435462367, 0)
  3311. F24Text.Size = UDim2.new(0, 185, 0, 26)
  3312. F24Text.Font = Enum.Font.SourceSans
  3313. F24Text.Text = "Frozen Justice"
  3314. F24Text.TextColor3 = Color3.new(1, 1, 1)
  3315. F24Text.TextSize = 14
  3316.  
  3317. F24Check.Name = "F24Check"
  3318. F24Check.Parent = F24
  3319. F24Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3320. F24Check.BorderSizePixel = 0
  3321. F24Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3322. F24Check.Size = UDim2.new(0, 25, 0, 26)
  3323. F24Check.Font = Enum.Font.SourceSansBold
  3324. F24Check.Text = "❌"
  3325. F24Check.TextColor3 = Color3.new(0, 1, 0)
  3326. F24Check.TextSize = 14
  3327.  
  3328. F25.Name = "F25"
  3329. F25.Parent = FurnaceScroll
  3330. F25.BackgroundColor3 = Color3.new(1, 1, 1)
  3331. F25.BorderSizePixel = 0
  3332. F25.Position = UDim2.new(0.0999968201, 0, 0.309637487, 0)
  3333. F25.Size = UDim2.new(0, 200, 0, 26)
  3334.  
  3335. F25Text.Name = "F25Text"
  3336. F25Text.Parent = F25
  3337. F25Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3338. F25Text.BorderSizePixel = 0
  3339. F25Text.Position = UDim2.new(-0.00999999978, 0, -0.000435462367, 0)
  3340. F25Text.Size = UDim2.new(0, 185, 0, 26)
  3341. F25Text.Font = Enum.Font.SourceSans
  3342. F25Text.Text = "Dreamer's Might"
  3343. F25Text.TextColor3 = Color3.new(1, 1, 1)
  3344. F25Text.TextSize = 14
  3345.  
  3346. F25Check.Name = "F25Check"
  3347. F25Check.Parent = F25
  3348. F25Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3349. F25Check.BorderSizePixel = 0
  3350. F25Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3351. F25Check.Size = UDim2.new(0, 25, 0, 26)
  3352. F25Check.Font = Enum.Font.SourceSansBold
  3353. F25Check.Text = "❌"
  3354. F25Check.TextColor3 = Color3.new(0, 1, 0)
  3355. F25Check.TextSize = 14
  3356.  
  3357. F26.Name = "F26"
  3358. F26.Parent = FurnaceScroll
  3359. F26.BackgroundColor3 = Color3.new(1, 1, 1)
  3360. F26.BorderSizePixel = 0
  3361. F26.Position = UDim2.new(0.0999968201, 0, 0.322637439, 0)
  3362. F26.Size = UDim2.new(0, 200, 0, 26)
  3363.  
  3364. F26Text.Name = "F26Text"
  3365. F26Text.Parent = F26
  3366. F26Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3367. F26Text.BorderSizePixel = 0
  3368. F26Text.Position = UDim2.new(-0.00999999978, 0, -0.0388970003, 0)
  3369. F26Text.Size = UDim2.new(0, 186, 0, 27)
  3370. F26Text.Font = Enum.Font.SourceSans
  3371. F26Text.Text = "Dreamer's Fright"
  3372. F26Text.TextColor3 = Color3.new(1, 1, 1)
  3373. F26Text.TextSize = 14
  3374.  
  3375. F26Check.Name = "F26Check"
  3376. F26Check.Parent = F26
  3377. F26Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3378. F26Check.BorderSizePixel = 0
  3379. F26Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3380. F26Check.Size = UDim2.new(0, 25, 0, 26)
  3381. F26Check.Font = Enum.Font.SourceSansBold
  3382. F26Check.Text = "❌"
  3383. F26Check.TextColor3 = Color3.new(0, 1, 0)
  3384. F26Check.TextSize = 14
  3385.  
  3386. F27.Name = "F27"
  3387. F27.Parent = FurnaceScroll
  3388. F27.BackgroundColor3 = Color3.new(1, 1, 1)
  3389. F27.BorderSizePixel = 0
  3390. F27.Position = UDim2.new(0.0999968201, 0, 0.335137397, 0)
  3391. F27.Size = UDim2.new(0, 200, 0, 26)
  3392.  
  3393. F27Text.Name = "F27Text"
  3394. F27Text.Parent = F27
  3395. F27Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3396. F27Text.BorderSizePixel = 0
  3397. F27Text.Position = UDim2.new(-0.00999999978, 0, -0.000435462367, 0)
  3398. F27Text.Size = UDim2.new(0, 185, 0, 26)
  3399. F27Text.Font = Enum.Font.SourceSans
  3400. F27Text.Text = "Dark Magic"
  3401. F27Text.TextColor3 = Color3.new(1, 1, 1)
  3402. F27Text.TextSize = 14
  3403.  
  3404. F27Check.Name = "F27Check"
  3405. F27Check.Parent = F27
  3406. F27Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3407. F27Check.BorderSizePixel = 0
  3408. F27Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3409. F27Check.Size = UDim2.new(0, 25, 0, 26)
  3410. F27Check.Font = Enum.Font.SourceSansBold
  3411. F27Check.Text = "❌"
  3412. F27Check.TextColor3 = Color3.new(0, 1, 0)
  3413. F27Check.TextSize = 14
  3414.  
  3415. F28.Name = "F28"
  3416. F28.Parent = FurnaceScroll
  3417. F28.BackgroundColor3 = Color3.new(1, 1, 1)
  3418. F28.BorderSizePixel = 0
  3419. F28.Position = UDim2.new(0.0999968201, 0, 0.348137408, 0)
  3420. F28.Size = UDim2.new(0, 200, 0, 26)
  3421.  
  3422. F28Text.Name = "F28Text"
  3423. F28Text.Parent = F28
  3424. F28Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3425. F28Text.BorderSizePixel = 0
  3426. F28Text.Position = UDim2.new(-0.00999999978, 0, -0.000435462367, 0)
  3427. F28Text.Size = UDim2.new(0, 185, 0, 26)
  3428. F28Text.Font = Enum.Font.SourceSans
  3429. F28Text.Text = "Solar Flare"
  3430. F28Text.TextColor3 = Color3.new(1, 1, 1)
  3431. F28Text.TextSize = 14
  3432.  
  3433. F28Check.Name = "F28Check"
  3434. F28Check.Parent = F28
  3435. F28Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3436. F28Check.BorderSizePixel = 0
  3437. F28Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3438. F28Check.Size = UDim2.new(0, 25, 0, 26)
  3439. F28Check.Font = Enum.Font.SourceSansBold
  3440. F28Check.Text = "❌"
  3441. F28Check.TextColor3 = Color3.new(0, 1, 0)
  3442. F28Check.TextSize = 14
  3443.  
  3444. F29.Name = "F29"
  3445. F29.Parent = FurnaceScroll
  3446. F29.BackgroundColor3 = Color3.new(1, 1, 1)
  3447. F29.BorderSizePixel = 0
  3448. F29.Position = UDim2.new(0.0999968201, 0, 0.360137373, 0)
  3449. F29.Size = UDim2.new(0, 200, 0, 26)
  3450.  
  3451. F29Text.Name = "F29Text"
  3452. F29Text.Parent = F29
  3453. F29Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3454. F29Text.BorderSizePixel = 0
  3455. F29Text.Position = UDim2.new(-0.00999999978, 0, -0.000435462367, 0)
  3456. F29Text.Size = UDim2.new(0, 185, 0, 26)
  3457. F29Text.Font = Enum.Font.SourceSans
  3458. F29Text.Text = "Sage Redeemer"
  3459. F29Text.TextColor3 = Color3.new(1, 1, 1)
  3460. F29Text.TextSize = 14
  3461.  
  3462. F29Check.Name = "F29Check"
  3463. F29Check.Parent = F29
  3464. F29Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3465. F29Check.BorderSizePixel = 0
  3466. F29Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3467. F29Check.Size = UDim2.new(0, 25, 0, 26)
  3468. F29Check.Font = Enum.Font.SourceSansBold
  3469. F29Check.Text = "❌"
  3470. F29Check.TextColor3 = Color3.new(0, 1, 0)
  3471. F29Check.TextSize = 14
  3472.  
  3473. F30.Name = "F30"
  3474. F30.Parent = FurnaceScroll
  3475. F30.BackgroundColor3 = Color3.new(1, 1, 1)
  3476. F30.BorderSizePixel = 0
  3477. F30.Position = UDim2.new(0.0999968201, 0, 0.373137385, 0)
  3478. F30.Size = UDim2.new(0, 200, 0, 26)
  3479.  
  3480. F30Text.Name = "F30Text"
  3481. F30Text.Parent = F30
  3482. F30Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3483. F30Text.BorderSizePixel = 0
  3484. F30Text.Position = UDim2.new(-0.00999999978, 0, -0.000435462367, 0)
  3485. F30Text.Size = UDim2.new(0, 185, 0, 26)
  3486. F30Text.Font = Enum.Font.SourceSans
  3487. F30Text.Text = "Aether Refinery"
  3488. F30Text.TextColor3 = Color3.new(1, 1, 1)
  3489. F30Text.TextSize = 14
  3490.  
  3491. F30Check.Name = "F30Check"
  3492. F30Check.Parent = F30
  3493. F30Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3494. F30Check.BorderSizePixel = 0
  3495. F30Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3496. F30Check.Size = UDim2.new(0, 25, 0, 26)
  3497. F30Check.Font = Enum.Font.SourceSansBold
  3498. F30Check.Text = "❌"
  3499. F30Check.TextColor3 = Color3.new(0, 1, 0)
  3500. F30Check.TextSize = 14
  3501.  
  3502. F31.Name = "F31"
  3503. F31.Parent = FurnaceScroll
  3504. F31.BackgroundColor3 = Color3.new(1, 1, 1)
  3505. F31.BorderSizePixel = 0
  3506. F31.Position = UDim2.new(0.0999968201, 0, 0.385137409, 0)
  3507. F31.Size = UDim2.new(0, 200, 0, 26)
  3508.  
  3509. F31Text.Name = "F31Text"
  3510. F31Text.Parent = F31
  3511. F31Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3512. F31Text.BorderSizePixel = 0
  3513. F31Text.Position = UDim2.new(-0.00999999978, 0, -0.000435462367, 0)
  3514. F31Text.Size = UDim2.new(0, 185, 0, 26)
  3515. F31Text.Font = Enum.Font.SourceSans
  3516. F31Text.Text = "Sakura Garden"
  3517. F31Text.TextColor3 = Color3.new(1, 1, 1)
  3518. F31Text.TextSize = 14
  3519.  
  3520. F31Check.Name = "F31Check"
  3521. F31Check.Parent = F31
  3522. F31Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3523. F31Check.BorderSizePixel = 0
  3524. F31Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3525. F31Check.Size = UDim2.new(0, 25, 0, 26)
  3526. F31Check.Font = Enum.Font.SourceSansBold
  3527. F31Check.Text = "❌"
  3528. F31Check.TextColor3 = Color3.new(0, 1, 0)
  3529. F31Check.TextSize = 14
  3530.  
  3531. F32.Name = "F32"
  3532. F32.Parent = FurnaceScroll
  3533. F32.BackgroundColor3 = Color3.new(1, 1, 1)
  3534. F32.BorderSizePixel = 0
  3535. F32.Position = UDim2.new(0.0999968201, 0, 0.396137416, 0)
  3536. F32.Size = UDim2.new(0, 200, 0, 26)
  3537.  
  3538. F32Text.Name = "F32Text"
  3539. F32Text.Parent = F32
  3540. F32Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3541. F32Text.BorderSizePixel = 0
  3542. F32Text.Position = UDim2.new(-0.00999999978, 0, -0.000435352325, 0)
  3543. F32Text.Size = UDim2.new(0, 185, 0, 26)
  3544. F32Text.Font = Enum.Font.SourceSans
  3545. F32Text.Text = "Ambrosia Fountain"
  3546. F32Text.TextColor3 = Color3.new(1, 1, 1)
  3547. F32Text.TextSize = 14
  3548.  
  3549. F32Check.Name = "F32Check"
  3550. F32Check.Parent = F32
  3551. F32Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3552. F32Check.BorderSizePixel = 0
  3553. F32Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3554. F32Check.Size = UDim2.new(0, 25, 0, 26)
  3555. F32Check.Font = Enum.Font.SourceSansBold
  3556. F32Check.Text = "❌"
  3557. F32Check.TextColor3 = Color3.new(0, 1, 0)
  3558. F32Check.TextSize = 14
  3559.  
  3560. F33.Name = "F33"
  3561. F33.Parent = FurnaceScroll
  3562. F33.BackgroundColor3 = Color3.new(1, 1, 1)
  3563. F33.BorderSizePixel = 0
  3564. F33.Position = UDim2.new(0.0999968201, 0, 0.408637404, 0)
  3565. F33.Size = UDim2.new(0, 200, 0, 26)
  3566.  
  3567. F33Text.Name = "F33Text"
  3568. F33Text.Parent = F33
  3569. F33Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3570. F33Text.BorderSizePixel = 0
  3571. F33Text.Position = UDim2.new(-0.00999999791, 0, -0.000435352325, 0)
  3572. F33Text.Size = UDim2.new(0, 185, 0, 26)
  3573. F33Text.Font = Enum.Font.SourceSans
  3574. F33Text.Text = "Sword Master's Spirit"
  3575. F33Text.TextColor3 = Color3.new(1, 1, 1)
  3576. F33Text.TextSize = 14
  3577.  
  3578. F33Check.Name = "F33Check"
  3579. F33Check.Parent = F33
  3580. F33Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3581. F33Check.BorderSizePixel = 0
  3582. F33Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3583. F33Check.Size = UDim2.new(0, 25, 0, 26)
  3584. F33Check.Font = Enum.Font.SourceSansBold
  3585. F33Check.Text = "❌"
  3586. F33Check.TextColor3 = Color3.new(0, 1, 0)
  3587. F33Check.TextSize = 14
  3588.  
  3589. F34.Name = "F34"
  3590. F34.Parent = FurnaceScroll
  3591. F34.BackgroundColor3 = Color3.new(1, 1, 1)
  3592. F34.BorderSizePixel = 0
  3593. F34.Position = UDim2.new(0.0999968201, 0, 0.421637386, 0)
  3594. F34.Size = UDim2.new(0, 200, 0, 26)
  3595.  
  3596. F34Text.Name = "F34Text"
  3597. F34Text.Parent = F34
  3598. F34Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3599. F34Text.BorderSizePixel = 0
  3600. F34Text.Position = UDim2.new(-0.00999999978, 0, -0.000435352325, 0)
  3601. F34Text.Size = UDim2.new(0, 185, 0, 26)
  3602. F34Text.Font = Enum.Font.SourceSans
  3603. F34Text.Text = "Excalibur"
  3604. F34Text.TextColor3 = Color3.new(1, 1, 1)
  3605. F34Text.TextSize = 14
  3606.  
  3607. F34Check.Name = "F34Check"
  3608. F34Check.Parent = F34
  3609. F34Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3610. F34Check.BorderSizePixel = 0
  3611. F34Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3612. F34Check.Size = UDim2.new(0, 25, 0, 26)
  3613. F34Check.Font = Enum.Font.SourceSansBold
  3614. F34Check.Text = "❌"
  3615. F34Check.TextColor3 = Color3.new(0, 1, 0)
  3616. F34Check.TextSize = 14
  3617.  
  3618. F35.Name = "F35"
  3619. F35.Parent = FurnaceScroll
  3620. F35.BackgroundColor3 = Color3.new(1, 1, 1)
  3621. F35.BorderSizePixel = 0
  3622. F35.Position = UDim2.new(0.0999968201, 0, 0.434637398, 0)
  3623. F35.Size = UDim2.new(0, 200, 0, 26)
  3624.  
  3625. F35Text.Name = "F35Text"
  3626. F35Text.Parent = F35
  3627. F35Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3628. F35Text.BorderSizePixel = 0
  3629. F35Text.Position = UDim2.new(-0.00999999978, 0, -0.000435352325, 0)
  3630. F35Text.Size = UDim2.new(0, 185, 0, 26)
  3631. F35Text.Font = Enum.Font.SourceSans
  3632. F35Text.Text = "Kappa Investor"
  3633. F35Text.TextColor3 = Color3.new(1, 1, 1)
  3634. F35Text.TextSize = 14
  3635.  
  3636. F35Check.Name = "F35Check"
  3637. F35Check.Parent = F35
  3638. F35Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3639. F35Check.BorderSizePixel = 0
  3640. F35Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3641. F35Check.Size = UDim2.new(0, 25, 0, 26)
  3642. F35Check.Font = Enum.Font.SourceSansBold
  3643. F35Check.Text = "❌"
  3644. F35Check.TextColor3 = Color3.new(0, 1, 0)
  3645. F35Check.TextSize = 14
  3646.  
  3647. F36.Name = "F36"
  3648. F36.Parent = FurnaceScroll
  3649. F36.BackgroundColor3 = Color3.new(1, 1, 1)
  3650. F36.BorderSizePixel = 0
  3651. F36.Position = UDim2.new(0.0999968201, 0, 0.447637409, 0)
  3652. F36.Size = UDim2.new(0, 200, 0, 26)
  3653.  
  3654. F36Text.Name = "F36Text"
  3655. F36Text.Parent = F36
  3656. F36Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3657. F36Text.BorderSizePixel = 0
  3658. F36Text.Position = UDim2.new(-0.00999999978, 0, -0.000437809882, 0)
  3659. F36Text.Size = UDim2.new(0, 185, 0, 26)
  3660. F36Text.Font = Enum.Font.SourceSans
  3661. F36Text.Text = "Volcango"
  3662. F36Text.TextColor3 = Color3.new(1, 1, 1)
  3663. F36Text.TextSize = 14
  3664.  
  3665. F36Check.Name = "F36Check"
  3666. F36Check.Parent = F36
  3667. F36Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3668. F36Check.BorderSizePixel = 0
  3669. F36Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3670. F36Check.Size = UDim2.new(0, 25, 0, 26)
  3671. F36Check.Font = Enum.Font.SourceSansBold
  3672. F36Check.Text = "❌"
  3673. F36Check.TextColor3 = Color3.new(0, 1, 0)
  3674. F36Check.TextSize = 14
  3675.  
  3676. F37.Name = "F37"
  3677. F37.Parent = FurnaceScroll
  3678. F37.BackgroundColor3 = Color3.new(1, 1, 1)
  3679. F37.BorderSizePixel = 0
  3680. F37.Position = UDim2.new(0.0999968201, 0, 0.460137397, 0)
  3681. F37.Size = UDim2.new(0, 200, 0, 26)
  3682.  
  3683. F37Text.Name = "F37Text"
  3684. F37Text.Parent = F37
  3685. F37Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3686. F37Text.BorderSizePixel = 0
  3687. F37Text.Position = UDim2.new(-0.00999999978, 0, -0.000437855721, 0)
  3688. F37Text.Size = UDim2.new(0, 185, 0, 26)
  3689. F37Text.Font = Enum.Font.SourceSans
  3690. F37Text.Text = "Birthday Cake"
  3691. F37Text.TextColor3 = Color3.new(1, 1, 1)
  3692. F37Text.TextSize = 14
  3693.  
  3694. F37Check.Name = "F37Check"
  3695. F37Check.Parent = F37
  3696. F37Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3697. F37Check.BorderSizePixel = 0
  3698. F37Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3699. F37Check.Size = UDim2.new(0, 25, 0, 26)
  3700. F37Check.Font = Enum.Font.SourceSansBold
  3701. F37Check.Text = "❌"
  3702. F37Check.TextColor3 = Color3.new(0, 1, 0)
  3703. F37Check.TextSize = 14
  3704.  
  3705. F38.Name = "F38"
  3706. F38.Parent = FurnaceScroll
  3707. F38.BackgroundColor3 = Color3.new(1, 1, 1)
  3708. F38.BorderSizePixel = 0
  3709. F38.Position = UDim2.new(0.0999968201, 0, 0.473137408, 0)
  3710. F38.Size = UDim2.new(0, 200, 0, 26)
  3711.  
  3712. F38Text.Name = "F38Text"
  3713. F38Text.Parent = F38
  3714. F38Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3715. F38Text.BorderSizePixel = 0
  3716. F38Text.Position = UDim2.new(-0.00999999978, 0, -0.000437809882, 0)
  3717. F38Text.Size = UDim2.new(0, 186, 0, 26)
  3718. F38Text.Font = Enum.Font.SourceSans
  3719. F38Text.Text = "Blood Magic"
  3720. F38Text.TextColor3 = Color3.new(1, 1, 1)
  3721. F38Text.TextSize = 14
  3722.  
  3723. F38Check.Name = "F38Check"
  3724. F38Check.Parent = F38
  3725. F38Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3726. F38Check.BorderSizePixel = 0
  3727. F38Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3728. F38Check.Size = UDim2.new(0, 25, 0, 26)
  3729. F38Check.Font = Enum.Font.SourceSansBold
  3730. F38Check.Text = "❌"
  3731. F38Check.TextColor3 = Color3.new(0, 1, 0)
  3732. F38Check.TextSize = 14
  3733.  
  3734. F39.Name = "F39"
  3735. F39.Parent = FurnaceScroll
  3736. F39.BackgroundColor3 = Color3.new(1, 1, 1)
  3737. F39.BorderSizePixel = 0
  3738. F39.Position = UDim2.new(0.0999968201, 0, 0.48613742, 0)
  3739. F39.Size = UDim2.new(0, 200, 0, 26)
  3740.  
  3741. F39Text.Name = "F39Text"
  3742. F39Text.Parent = F39
  3743. F39Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3744. F39Text.BorderSizePixel = 0
  3745. F39Text.Position = UDim2.new(-0.00999999978, 0, -0.000437736511, 0)
  3746. F39Text.Size = UDim2.new(0, 186, 0, 26)
  3747. F39Text.Font = Enum.Font.SourceSans
  3748. F39Text.Text = "Heavenly Wisp"
  3749. F39Text.TextColor3 = Color3.new(1, 1, 1)
  3750. F39Text.TextSize = 14
  3751.  
  3752. F39Check.Name = "F39Check"
  3753. F39Check.Parent = F39
  3754. F39Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3755. F39Check.BorderSizePixel = 0
  3756. F39Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3757. F39Check.Size = UDim2.new(0, 25, 0, 26)
  3758. F39Check.Font = Enum.Font.SourceSansBold
  3759. F39Check.Text = "❌"
  3760. F39Check.TextColor3 = Color3.new(0, 1, 0)
  3761. F39Check.TextSize = 14
  3762.  
  3763. F40.Name = "F40"
  3764. F40.Parent = FurnaceScroll
  3765. F40.BackgroundColor3 = Color3.new(1, 1, 1)
  3766. F40.BorderSizePixel = 0
  3767. F40.Position = UDim2.new(0.0999968201, 0, 0.499137431, 0)
  3768. F40.Size = UDim2.new(0, 200, 0, 26)
  3769.  
  3770. F40Text.Name = "F40Text"
  3771. F40Text.Parent = F40
  3772. F40Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3773. F40Text.BorderSizePixel = 0
  3774. F40Text.Position = UDim2.new(-0.0100000007, 0, -0.000437736511, 0)
  3775. F40Text.Size = UDim2.new(0, 186, 0, 26)
  3776. F40Text.Font = Enum.Font.SourceSans
  3777. F40Text.Text = "Flying Dutchman"
  3778. F40Text.TextColor3 = Color3.new(1, 1, 1)
  3779. F40Text.TextSize = 14
  3780.  
  3781. F40Check.Name = "F40Check"
  3782. F40Check.Parent = F40
  3783. F40Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3784. F40Check.BorderSizePixel = 0
  3785. F40Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3786. F40Check.Size = UDim2.new(0, 25, 0, 26)
  3787. F40Check.Font = Enum.Font.SourceSansBold
  3788. F40Check.Text = "❌"
  3789. F40Check.TextColor3 = Color3.new(0, 1, 0)
  3790. F40Check.TextSize = 14
  3791.  
  3792. F41.Name = "F41"
  3793. F41.Parent = FurnaceScroll
  3794. F41.BackgroundColor3 = Color3.new(1, 1, 1)
  3795. F41.BorderSizePixel = 0
  3796. F41.Position = UDim2.new(0.0999968201, 0, 0.511137426, 0)
  3797. F41.Size = UDim2.new(0, 200, 0, 26)
  3798.  
  3799. F41Text.Name = "F41Text"
  3800. F41Text.Parent = F41
  3801. F41Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3802. F41Text.BorderSizePixel = 0
  3803. F41Text.Position = UDim2.new(-0.0100000007, 0, -0.000437736511, 0)
  3804. F41Text.Size = UDim2.new(0, 186, 0, 26)
  3805. F41Text.Font = Enum.Font.SourceSans
  3806. F41Text.Text = "Northern Lights"
  3807. F41Text.TextColor3 = Color3.new(1, 1, 1)
  3808. F41Text.TextSize = 14
  3809.  
  3810. F41Check.Name = "F41Check"
  3811. F41Check.Parent = F41
  3812. F41Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3813. F41Check.BorderSizePixel = 0
  3814. F41Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3815. F41Check.Size = UDim2.new(0, 25, 0, 26)
  3816. F41Check.Font = Enum.Font.SourceSansBold
  3817. F41Check.Text = "❌"
  3818. F41Check.TextColor3 = Color3.new(0, 1, 0)
  3819. F41Check.TextSize = 14
  3820.  
  3821. F42.Name = "F42"
  3822. F42.Parent = FurnaceScroll
  3823. F42.BackgroundColor3 = Color3.new(1, 1, 1)
  3824. F42.BorderSizePixel = 0
  3825. F42.Position = UDim2.new(0.0999968201, 0, 0.523637414, 0)
  3826. F42.Size = UDim2.new(0, 200, 0, 26)
  3827.  
  3828. F42Text.Name = "F42Text"
  3829. F42Text.Parent = F42
  3830. F42Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3831. F42Text.BorderSizePixel = 0
  3832. F42Text.Position = UDim2.new(-0.0100000016, 0, -0.000437591225, 0)
  3833. F42Text.Size = UDim2.new(0, 186, 0, 26)
  3834. F42Text.Font = Enum.Font.SourceSans
  3835. F42Text.Text = "Santa's Chimney"
  3836. F42Text.TextColor3 = Color3.new(1, 1, 1)
  3837. F42Text.TextSize = 14
  3838.  
  3839. F42Check.Name = "F42Check"
  3840. F42Check.Parent = F42
  3841. F42Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3842. F42Check.BorderSizePixel = 0
  3843. F42Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3844. F42Check.Size = UDim2.new(0, 25, 0, 26)
  3845. F42Check.Font = Enum.Font.SourceSansBold
  3846. F42Check.Text = "❌"
  3847. F42Check.TextColor3 = Color3.new(0, 1, 0)
  3848. F42Check.TextSize = 14
  3849.  
  3850. F43.Name = "F43"
  3851. F43.Parent = FurnaceScroll
  3852. F43.BackgroundColor3 = Color3.new(1, 1, 1)
  3853. F43.BorderSizePixel = 0
  3854. F43.Position = UDim2.new(0.0999968201, 0, 0.536637425, 0)
  3855. F43.Size = UDim2.new(0, 200, 0, 26)
  3856.  
  3857. F43Text.Name = "F43Text"
  3858. F43Text.Parent = F43
  3859. F43Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3860. F43Text.BorderSizePixel = 0
  3861. F43Text.Position = UDim2.new(-0.0100000016, 0, -0.000437617302, 0)
  3862. F43Text.Size = UDim2.new(0, 186, 0, 26)
  3863. F43Text.Font = Enum.Font.SourceSans
  3864. F43Text.Text = "Equinox"
  3865. F43Text.TextColor3 = Color3.new(1, 1, 1)
  3866. F43Text.TextSize = 14
  3867.  
  3868. F43Check.Name = "F43Check"
  3869. F43Check.Parent = F43
  3870. F43Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3871. F43Check.BorderSizePixel = 0
  3872. F43Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3873. F43Check.Size = UDim2.new(0, 25, 0, 26)
  3874. F43Check.Font = Enum.Font.SourceSansBold
  3875. F43Check.Text = "❌"
  3876. F43Check.TextColor3 = Color3.new(0, 1, 0)
  3877. F43Check.TextSize = 14
  3878.  
  3879. F44.Name = "F44"
  3880. F44.Parent = FurnaceScroll
  3881. F44.BackgroundColor3 = Color3.new(1, 1, 1)
  3882. F44.BorderSizePixel = 0
  3883. F44.Position = UDim2.new(0.0999968201, 0, 0.549637437, 0)
  3884. F44.Size = UDim2.new(0, 200, 0, 26)
  3885.  
  3886. F44Text.Name = "F44Text"
  3887. F44Text.Parent = F44
  3888. F44Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3889. F44Text.BorderSizePixel = 0
  3890. F44Text.Position = UDim2.new(-0.0100000082, 0, -0.000437498093, 0)
  3891. F44Text.Size = UDim2.new(0, 186, 0, 26)
  3892. F44Text.Font = Enum.Font.SourceSans
  3893. F44Text.Text = "Nature's Enchantement"
  3894. F44Text.TextColor3 = Color3.new(1, 1, 1)
  3895. F44Text.TextSize = 14
  3896.  
  3897. F44Check.Name = "F44Check"
  3898. F44Check.Parent = F44
  3899. F44Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3900. F44Check.BorderSizePixel = 0
  3901. F44Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3902. F44Check.Size = UDim2.new(0, 25, 0, 26)
  3903. F44Check.Font = Enum.Font.SourceSansBold
  3904. F44Check.Text = "❌"
  3905. F44Check.TextColor3 = Color3.new(0, 1, 0)
  3906. F44Check.TextSize = 14
  3907.  
  3908. F45.Name = "F45"
  3909. F45.Parent = FurnaceScroll
  3910. F45.BackgroundColor3 = Color3.new(1, 1, 1)
  3911. F45.BorderSizePixel = 0
  3912. F45.Position = UDim2.new(0.0999968201, 0, 0.562637389, 0)
  3913. F45.Size = UDim2.new(0, 200, 0, 26)
  3914.  
  3915. F45Text.Name = "F45Text"
  3916. F45Text.Parent = F45
  3917. F45Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3918. F45Text.BorderSizePixel = 0
  3919. F45Text.Position = UDim2.new(-0.00999999978, 0, -0.000437809882, 0)
  3920. F45Text.Size = UDim2.new(0, 185, 0, 26)
  3921. F45Text.Font = Enum.Font.SourceSans
  3922. F45Text.Text = "Pot of Gold"
  3923. F45Text.TextColor3 = Color3.new(1, 1, 1)
  3924. F45Text.TextSize = 14
  3925.  
  3926. F45Check.Name = "F45Check"
  3927. F45Check.Parent = F45
  3928. F45Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3929. F45Check.BorderSizePixel = 0
  3930. F45Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3931. F45Check.Size = UDim2.new(0, 25, 0, 26)
  3932. F45Check.Font = Enum.Font.SourceSansBold
  3933. F45Check.Text = "❌"
  3934. F45Check.TextColor3 = Color3.new(0, 1, 0)
  3935. F45Check.TextSize = 14
  3936.  
  3937. F46.Name = "F46"
  3938. F46.Parent = FurnaceScroll
  3939. F46.BackgroundColor3 = Color3.new(1, 1, 1)
  3940. F46.BorderSizePixel = 0
  3941. F46.Position = UDim2.new(0.0999968201, 0, 0.575637341, 0)
  3942. F46.Size = UDim2.new(0, 200, 0, 26)
  3943.  
  3944. F46Text.Name = "F46Text"
  3945. F46Text.Parent = F46
  3946. F46Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3947. F46Text.BorderSizePixel = 0
  3948. F46Text.Position = UDim2.new(-0.0100000054, 0, -0.000437736511, 0)
  3949. F46Text.Size = UDim2.new(0, 185, 0, 26)
  3950. F46Text.Font = Enum.Font.SourceSans
  3951. F46Text.Text = "The Dreamcatcher"
  3952. F46Text.TextColor3 = Color3.new(1, 1, 1)
  3953. F46Text.TextSize = 14
  3954.  
  3955. F46Check.Name = "F46Check"
  3956. F46Check.Parent = F46
  3957. F46Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3958. F46Check.BorderSizePixel = 0
  3959. F46Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3960. F46Check.Size = UDim2.new(0, 25, 0, 26)
  3961. F46Check.Font = Enum.Font.SourceSansBold
  3962. F46Check.Text = "❌"
  3963. F46Check.TextColor3 = Color3.new(0, 1, 0)
  3964. F46Check.TextSize = 14
  3965.  
  3966. F47.Name = "F47"
  3967. F47.Parent = FurnaceScroll
  3968. F47.BackgroundColor3 = Color3.new(1, 1, 1)
  3969. F47.BorderSizePixel = 0
  3970. F47.Position = UDim2.new(0.0999968201, 0, 0.588137329, 0)
  3971. F47.Size = UDim2.new(0, 200, 0, 26)
  3972.  
  3973. F47Text.Name = "F47Text"
  3974. F47Text.Parent = F47
  3975. F47Text.BackgroundColor3 = Color3.new(0, 0, 0)
  3976. F47Text.BorderSizePixel = 0
  3977. F47Text.Position = UDim2.new(-0.0100000054, 0, -0.000437591225, 0)
  3978. F47Text.Size = UDim2.new(0, 185, 0, 26)
  3979. F47Text.Font = Enum.Font.SourceSans
  3980. F47Text.Text = "Easter Shrine"
  3981. F47Text.TextColor3 = Color3.new(1, 1, 1)
  3982. F47Text.TextSize = 14
  3983.  
  3984. F47Check.Name = "F47Check"
  3985. F47Check.Parent = F47
  3986. F47Check.BackgroundColor3 = Color3.new(0, 0, 0)
  3987. F47Check.BorderSizePixel = 0
  3988. F47Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  3989. F47Check.Size = UDim2.new(0, 25, 0, 26)
  3990. F47Check.Font = Enum.Font.SourceSansBold
  3991. F47Check.Text = "❌"
  3992. F47Check.TextColor3 = Color3.new(0, 1, 0)
  3993. F47Check.TextSize = 14
  3994.  
  3995. F48.Name = "F48"
  3996. F48.Parent = FurnaceScroll
  3997. F48.BackgroundColor3 = Color3.new(1, 1, 1)
  3998. F48.BorderSizePixel = 0
  3999. F48.Position = UDim2.new(0.0999968201, 0, 0.60113734, 0)
  4000. F48.Size = UDim2.new(0, 200, 0, 26)
  4001.  
  4002. F48Text.Name = "F48Text"
  4003. F48Text.Parent = F48
  4004. F48Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4005. F48Text.BorderSizePixel = 0
  4006. F48Text.Position = UDim2.new(-0.0100000054, 0, -0.000437617302, 0)
  4007. F48Text.Size = UDim2.new(0, 185, 0, 26)
  4008. F48Text.Font = Enum.Font.SourceSans
  4009. F48Text.Text = "Dark Illuminator"
  4010. F48Text.TextColor3 = Color3.new(1, 1, 1)
  4011. F48Text.TextSize = 14
  4012.  
  4013. F48Check.Name = "F48Check"
  4014. F48Check.Parent = F48
  4015. F48Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4016. F48Check.BorderSizePixel = 0
  4017. F48Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  4018. F48Check.Size = UDim2.new(0, 25, 0, 26)
  4019. F48Check.Font = Enum.Font.SourceSansBold
  4020. F48Check.Text = "❌"
  4021. F48Check.TextColor3 = Color3.new(0, 1, 0)
  4022. F48Check.TextSize = 14
  4023.  
  4024. F49.Name = "F49"
  4025. F49.Parent = FurnaceScroll
  4026. F49.BackgroundColor3 = Color3.new(1, 1, 1)
  4027. F49.BorderSizePixel = 0
  4028. F49.Position = UDim2.new(0.0999968201, 0, 0.614137352, 0)
  4029. F49.Size = UDim2.new(0, 200, 0, 26)
  4030.  
  4031. F49Text.Name = "F49Text"
  4032. F49Text.Parent = F49
  4033. F49Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4034. F49Text.BorderSizePixel = 0
  4035. F49Text.Position = UDim2.new(-0.0100000054, 0, -0.000437617302, 0)
  4036. F49Text.Size = UDim2.new(0, 185, 0, 26)
  4037. F49Text.Font = Enum.Font.SourceSans
  4038. F49Text.Text = "Oasis"
  4039. F49Text.TextColor3 = Color3.new(1, 1, 1)
  4040. F49Text.TextSize = 14
  4041.  
  4042. F49Check.Name = "F49Check"
  4043. F49Check.Parent = F49
  4044. F49Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4045. F49Check.BorderSizePixel = 0
  4046. F49Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  4047. F49Check.Size = UDim2.new(0, 25, 0, 26)
  4048. F49Check.Font = Enum.Font.SourceSansBold
  4049. F49Check.Text = "❌"
  4050. F49Check.TextColor3 = Color3.new(0, 1, 0)
  4051. F49Check.TextSize = 14
  4052.  
  4053. F50.Name = "F50"
  4054. F50.Parent = FurnaceScroll
  4055. F50.BackgroundColor3 = Color3.new(1, 1, 1)
  4056. F50.BorderSizePixel = 0
  4057. F50.Position = UDim2.new(0.0999968201, 0, 0.627137363, 0)
  4058. F50.Size = UDim2.new(0, 200, 0, 26)
  4059.  
  4060. F50Text.Name = "F50Text"
  4061. F50Text.Parent = F50
  4062. F50Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4063. F50Text.BorderSizePixel = 0
  4064. F50Text.Position = UDim2.new(-0.0100000054, 0, -0.00043740496, 0)
  4065. F50Text.Size = UDim2.new(0, 185, 0, 26)
  4066. F50Text.Font = Enum.Font.SourceSans
  4067. F50Text.Text = "Grand Birthday Cake"
  4068. F50Text.TextColor3 = Color3.new(1, 1, 1)
  4069. F50Text.TextSize = 14
  4070.  
  4071. F50Check.Name = "F50Check"
  4072. F50Check.Parent = F50
  4073. F50Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4074. F50Check.BorderSizePixel = 0
  4075. F50Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  4076. F50Check.Size = UDim2.new(0, 25, 0, 26)
  4077. F50Check.Font = Enum.Font.SourceSansBold
  4078. F50Check.Text = "❌"
  4079. F50Check.TextColor3 = Color3.new(0, 1, 0)
  4080. F50Check.TextSize = 14
  4081.  
  4082. F51.Name = "F51"
  4083. F51.Parent = FurnaceScroll
  4084. F51.BackgroundColor3 = Color3.new(1, 1, 1)
  4085. F51.BorderSizePixel = 0
  4086. F51.Position = UDim2.new(0.0999968201, 0, 0.640137374, 0)
  4087. F51.Size = UDim2.new(0, 200, 0, 26)
  4088.  
  4089. F51Text.Name = "F51Text"
  4090. F51Text.Parent = F51
  4091. F51Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4092. F51Text.BorderSizePixel = 0
  4093. F51Text.Position = UDim2.new(-0.0100000054, 0, -0.00043740496, 0)
  4094. F51Text.Size = UDim2.new(0, 185, 0, 26)
  4095. F51Text.Font = Enum.Font.SourceSans
  4096. F51Text.Text = "Grand Christmas Tree"
  4097. F51Text.TextColor3 = Color3.new(1, 1, 1)
  4098. F51Text.TextSize = 14
  4099.  
  4100. F51Check.Name = "F51Check"
  4101. F51Check.Parent = F51
  4102. F51Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4103. F51Check.BorderSizePixel = 0
  4104. F51Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  4105. F51Check.Size = UDim2.new(0, 25, 0, 26)
  4106. F51Check.Font = Enum.Font.SourceSansBold
  4107. F51Check.Text = "❌"
  4108. F51Check.TextColor3 = Color3.new(0, 1, 0)
  4109. F51Check.TextSize = 14
  4110.  
  4111. F52.Name = "F52"
  4112. F52.Parent = FurnaceScroll
  4113. F52.BackgroundColor3 = Color3.new(1, 1, 1)
  4114. F52.BorderSizePixel = 0
  4115. F52.Position = UDim2.new(0.0999968201, 0, 0.653137386, 0)
  4116. F52.Size = UDim2.new(0, 200, 0, 26)
  4117.  
  4118. F52Text.Name = "F52Text"
  4119. F52Text.Parent = F52
  4120. F52Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4121. F52Text.BorderSizePixel = 0
  4122. F52Text.Position = UDim2.new(-0.0100000054, 0, -0.00043740496, 0)
  4123. F52Text.Size = UDim2.new(0, 185, 0, 26)
  4124. F52Text.Font = Enum.Font.SourceSans
  4125. F52Text.Text = "Angelic Grace"
  4126. F52Text.TextColor3 = Color3.new(1, 1, 1)
  4127. F52Text.TextSize = 14
  4128.  
  4129. F52Check.Name = "F52Check"
  4130. F52Check.Parent = F52
  4131. F52Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4132. F52Check.BorderSizePixel = 0
  4133. F52Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  4134. F52Check.Size = UDim2.new(0, 25, 0, 26)
  4135. F52Check.Font = Enum.Font.SourceSansBold
  4136. F52Check.Text = "❌"
  4137. F52Check.TextColor3 = Color3.new(0, 1, 0)
  4138. F52Check.TextSize = 14
  4139.  
  4140. F53.Name = "F53"
  4141. F53.Parent = FurnaceScroll
  4142. F53.BackgroundColor3 = Color3.new(1, 1, 1)
  4143. F53.BorderSizePixel = 0
  4144. F53.Position = UDim2.new(0.0999968201, 0, 0.666137397, 0)
  4145. F53.Size = UDim2.new(0, 200, 0, 26)
  4146.  
  4147. F53Text.Name = "F53Text"
  4148. F53Text.Parent = F53
  4149. F53Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4150. F53Text.BorderSizePixel = 0
  4151. F53Text.Position = UDim2.new(-0.01000001, 0, -0.000437378883, 0)
  4152. F53Text.Size = UDim2.new(0, 185, 0, 26)
  4153. F53Text.Font = Enum.Font.SourceSans
  4154. F53Text.Text = "Aurora Borealis"
  4155. F53Text.TextColor3 = Color3.new(1, 1, 1)
  4156. F53Text.TextSize = 14
  4157.  
  4158. F53Check.Name = "F53Check"
  4159. F53Check.Parent = F53
  4160. F53Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4161. F53Check.BorderSizePixel = 0
  4162. F53Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  4163. F53Check.Size = UDim2.new(0, 25, 0, 26)
  4164. F53Check.Font = Enum.Font.SourceSansBold
  4165. F53Check.Text = "❌"
  4166. F53Check.TextColor3 = Color3.new(0, 1, 0)
  4167. F53Check.TextSize = 14
  4168.  
  4169. F54.Name = "F54"
  4170. F54.Parent = FurnaceScroll
  4171. F54.BackgroundColor3 = Color3.new(1, 1, 1)
  4172. F54.BorderSizePixel = 0
  4173. F54.Position = UDim2.new(0.0999968201, 0, 0.679137409, 0)
  4174. F54.Size = UDim2.new(0, 200, 0, 26)
  4175.  
  4176. F54Text.Name = "F54Text"
  4177. F54Text.Parent = F54
  4178. F54Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4179. F54Text.BorderSizePixel = 0
  4180. F54Text.Position = UDim2.new(-0.0100000128, 0, -0.00043740496, 0)
  4181. F54Text.Size = UDim2.new(0, 185, 0, 26)
  4182. F54Text.Font = Enum.Font.SourceSans
  4183. F54Text.Text = "Sakura Falls"
  4184. F54Text.TextColor3 = Color3.new(1, 1, 1)
  4185. F54Text.TextSize = 14
  4186.  
  4187. F54Check.Name = "F54Check"
  4188. F54Check.Parent = F54
  4189. F54Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4190. F54Check.BorderSizePixel = 0
  4191. F54Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  4192. F54Check.Size = UDim2.new(0, 25, 0, 26)
  4193. F54Check.Font = Enum.Font.SourceSansBold
  4194. F54Check.Text = "❌"
  4195. F54Check.TextColor3 = Color3.new(0, 1, 0)
  4196. F54Check.TextSize = 14
  4197.  
  4198. F55.Name = "F55"
  4199. F55.Parent = FurnaceScroll
  4200. F55.BackgroundColor3 = Color3.new(1, 1, 1)
  4201. F55.BorderSizePixel = 0
  4202. F55.Position = UDim2.new(0.0999968201, 0, 0.691637397, 0)
  4203. F55.Size = UDim2.new(0, 200, 0, 26)
  4204.  
  4205. F55Text.Name = "F55Text"
  4206. F55Text.Parent = F55
  4207. F55Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4208. F55Text.BorderSizePixel = 0
  4209. F55Text.Position = UDim2.new(-0.0100000119, 0, -0.000437352806, 0)
  4210. F55Text.Size = UDim2.new(0, 185, 0, 26)
  4211. F55Text.Font = Enum.Font.SourceSans
  4212. F55Text.Text = "Ancient Magic"
  4213. F55Text.TextColor3 = Color3.new(1, 1, 1)
  4214. F55Text.TextSize = 14
  4215.  
  4216. F55Check.Name = "F55Check"
  4217. F55Check.Parent = F55
  4218. F55Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4219. F55Check.BorderSizePixel = 0
  4220. F55Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  4221. F55Check.Size = UDim2.new(0, 25, 0, 26)
  4222. F55Check.Font = Enum.Font.SourceSansBold
  4223. F55Check.Text = "❌"
  4224. F55Check.TextColor3 = Color3.new(0, 1, 0)
  4225. F55Check.TextSize = 14
  4226.  
  4227. F56.Name = "F56"
  4228. F56.Parent = FurnaceScroll
  4229. F56.BackgroundColor3 = Color3.new(1, 1, 1)
  4230. F56.BorderSizePixel = 0
  4231. F56.Position = UDim2.new(0.0999968201, 0, 0.704637408, 0)
  4232. F56.Size = UDim2.new(0, 200, 0, 26)
  4233.  
  4234. F56Text.Name = "F56Text"
  4235. F56Text.Parent = F56
  4236. F56Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4237. F56Text.BorderSizePixel = 0
  4238. F56Text.Position = UDim2.new(-0.0100000119, 0, -0.000437166542, 0)
  4239. F56Text.Size = UDim2.new(0, 185, 0, 26)
  4240. F56Text.Font = Enum.Font.SourceSans
  4241. F56Text.Text = "Guardian of the Gate"
  4242. F56Text.TextColor3 = Color3.new(1, 1, 1)
  4243. F56Text.TextSize = 14
  4244.  
  4245. F56Check.Name = "F56Check"
  4246. F56Check.Parent = F56
  4247. F56Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4248. F56Check.BorderSizePixel = 0
  4249. F56Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  4250. F56Check.Size = UDim2.new(0, 25, 0, 26)
  4251. F56Check.Font = Enum.Font.SourceSansBold
  4252. F56Check.Text = "❌"
  4253. F56Check.TextColor3 = Color3.new(0, 1, 0)
  4254. F56Check.TextSize = 14
  4255.  
  4256. F57.Name = "F57"
  4257. F57.Parent = FurnaceScroll
  4258. F57.BackgroundColor3 = Color3.new(1, 1, 1)
  4259. F57.BorderSizePixel = 0
  4260. F57.Position = UDim2.new(0.0999968201, 0, 0.71763742, 0)
  4261. F57.Size = UDim2.new(0, 200, 0, 26)
  4262.  
  4263. F57Text.Name = "F57Text"
  4264. F57Text.Parent = F57
  4265. F57Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4266. F57Text.BorderSizePixel = 0
  4267. F57Text.Position = UDim2.new(-0.0100000119, 0, -0.000437259674, 0)
  4268. F57Text.Size = UDim2.new(0, 185, 0, 26)
  4269. F57Text.Font = Enum.Font.SourceSans
  4270. F57Text.Text = "Timeless Enhancement"
  4271. F57Text.TextColor3 = Color3.new(1, 1, 1)
  4272. F57Text.TextSize = 14
  4273.  
  4274. F57Check.Name = "F57Check"
  4275. F57Check.Parent = F57
  4276. F57Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4277. F57Check.BorderSizePixel = 0
  4278. F57Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  4279. F57Check.Size = UDim2.new(0, 25, 0, 26)
  4280. F57Check.Font = Enum.Font.SourceSansBold
  4281. F57Check.Text = "❌"
  4282. F57Check.TextColor3 = Color3.new(0, 1, 0)
  4283. F57Check.TextSize = 14
  4284.  
  4285. F58.Name = "F58"
  4286. F58.Parent = FurnaceScroll
  4287. F58.BackgroundColor3 = Color3.new(1, 1, 1)
  4288. F58.BorderSizePixel = 0
  4289. F58.Position = UDim2.new(0.0999968201, 0, 0.730637431, 0)
  4290. F58.Size = UDim2.new(0, 200, 0, 26)
  4291.  
  4292. F58Text.Name = "F58Text"
  4293. F58Text.Parent = F58
  4294. F58Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4295. F58Text.BorderSizePixel = 0
  4296. F58Text.Position = UDim2.new(-0.0100000128, 0, -0.000437166542, 0)
  4297. F58Text.Size = UDim2.new(0, 185, 0, 26)
  4298. F58Text.Font = Enum.Font.SourceSans
  4299. F58Text.Text = "Sage King"
  4300. F58Text.TextColor3 = Color3.new(1, 1, 1)
  4301. F58Text.TextSize = 14
  4302.  
  4303. F58Check.Name = "F58Check"
  4304. F58Check.Parent = F58
  4305. F58Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4306. F58Check.BorderSizePixel = 0
  4307. F58Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  4308. F58Check.Size = UDim2.new(0, 25, 0, 26)
  4309. F58Check.Font = Enum.Font.SourceSansBold
  4310. F58Check.Text = "❌"
  4311. F58Check.TextColor3 = Color3.new(0, 1, 0)
  4312. F58Check.TextSize = 14
  4313.  
  4314. F59.Name = "F59"
  4315. F59.Parent = FurnaceScroll
  4316. F59.BackgroundColor3 = Color3.new(1, 1, 1)
  4317. F59.BorderSizePixel = 0
  4318. F59.Position = UDim2.new(0.0999968201, 0, 0.743137419, 0)
  4319. F59.Size = UDim2.new(0, 200, 0, 26)
  4320.  
  4321. F59Text.Name = "F59Text"
  4322. F59Text.Parent = F59
  4323. F59Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4324. F59Text.BorderSizePixel = 0
  4325. F59Text.Position = UDim2.new(-0.0100000128, 0, -0.000437259674, 0)
  4326. F59Text.Size = UDim2.new(0, 185, 0, 26)
  4327. F59Text.Font = Enum.Font.SourceSans
  4328. F59Text.Text = "Supreme Birthday Cake"
  4329. F59Text.TextColor3 = Color3.new(1, 1, 1)
  4330. F59Text.TextSize = 14
  4331.  
  4332. F59Check.Name = "F59Check"
  4333. F59Check.Parent = F59
  4334. F59Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4335. F59Check.BorderSizePixel = 0
  4336. F59Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  4337. F59Check.Size = UDim2.new(0, 25, 0, 26)
  4338. F59Check.Font = Enum.Font.SourceSansBold
  4339. F59Check.Text = "❌"
  4340. F59Check.TextColor3 = Color3.new(0, 1, 0)
  4341. F59Check.TextSize = 14
  4342.  
  4343. F60.Name = "F60"
  4344. F60.Parent = FurnaceScroll
  4345. F60.BackgroundColor3 = Color3.new(1, 1, 1)
  4346. F60.BorderSizePixel = 0
  4347. F60.Position = UDim2.new(0.0999968201, 0, 0.756137431, 0)
  4348. F60.Size = UDim2.new(0, 200, 0, 26)
  4349.  
  4350. F60Text.Name = "F60Text"
  4351. F60Text.Parent = F60
  4352. F60Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4353. F60Text.BorderSizePixel = 0
  4354. F60Text.Position = UDim2.new(-0.0100000128, 0, -0.00043740496, 0)
  4355. F60Text.Size = UDim2.new(0, 185, 0, 26)
  4356. F60Text.Font = Enum.Font.SourceSans
  4357. F60Text.Text = "Forbidden Magic"
  4358. F60Text.TextColor3 = Color3.new(1, 1, 1)
  4359. F60Text.TextSize = 14
  4360.  
  4361. F60Check.Name = "F60Check"
  4362. F60Check.Parent = F60
  4363. F60Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4364. F60Check.BorderSizePixel = 0
  4365. F60Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  4366. F60Check.Size = UDim2.new(0, 25, 0, 26)
  4367. F60Check.Font = Enum.Font.SourceSansBold
  4368. F60Check.Text = "❌"
  4369. F60Check.TextColor3 = Color3.new(0, 1, 0)
  4370. F60Check.TextSize = 14
  4371.  
  4372. F61.Name = "F61"
  4373. F61.Parent = FurnaceScroll
  4374. F61.BackgroundColor3 = Color3.new(1, 1, 1)
  4375. F61.BorderSizePixel = 0
  4376. F61.Position = UDim2.new(0.0999968201, 0, 0.768637419, 0)
  4377. F61.Size = UDim2.new(0, 200, 0, 26)
  4378.  
  4379. F61Text.Name = "F61Text"
  4380. F61Text.Parent = F61
  4381. F61Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4382. F61Text.BorderSizePixel = 0
  4383. F61Text.Position = UDim2.new(-0.0100000128, 0, -0.000437498093, 0)
  4384. F61Text.Size = UDim2.new(0, 185, 0, 26)
  4385. F61Text.Font = Enum.Font.SourceSans
  4386. F61Text.Text = "Crystal Shrine"
  4387. F61Text.TextColor3 = Color3.new(1, 1, 1)
  4388. F61Text.TextSize = 14
  4389.  
  4390. F61Check.Name = "F61Check"
  4391. F61Check.Parent = F61
  4392. F61Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4393. F61Check.BorderSizePixel = 0
  4394. F61Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  4395. F61Check.Size = UDim2.new(0, 25, 0, 26)
  4396. F61Check.Font = Enum.Font.SourceSansBold
  4397. F61Check.Text = "❌"
  4398. F61Check.TextColor3 = Color3.new(0, 1, 0)
  4399. F61Check.TextSize = 14
  4400.  
  4401. F62.Name = "F62"
  4402. F62.Parent = FurnaceScroll
  4403. F62.BackgroundColor3 = Color3.new(1, 1, 1)
  4404. F62.BorderSizePixel = 0
  4405. F62.Position = UDim2.new(0.0999968201, 0, 0.78163743, 0)
  4406. F62.Size = UDim2.new(0, 200, 0, 26)
  4407.  
  4408. F62Text.Name = "F62Text"
  4409. F62Text.Parent = F62
  4410. F62Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4411. F62Text.BorderSizePixel = 0
  4412. F62Text.Position = UDim2.new(-0.0100000128, 0, -0.000437498093, 0)
  4413. F62Text.Size = UDim2.new(0, 185, 0, 26)
  4414. F62Text.Font = Enum.Font.SourceSans
  4415. F62Text.Text = "Ambrosia Forest"
  4416. F62Text.TextColor3 = Color3.new(1, 1, 1)
  4417. F62Text.TextSize = 14
  4418.  
  4419. F62Check.Name = "F62Check"
  4420. F62Check.Parent = F62
  4421. F62Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4422. F62Check.BorderSizePixel = 0
  4423. F62Check.Position = UDim2.new(0.915952146, 0, 0, 0)
  4424. F62Check.Size = UDim2.new(0, 25, 0, 26)
  4425. F62Check.Font = Enum.Font.SourceSansBold
  4426. F62Check.Text = "❌"
  4427. F62Check.TextColor3 = Color3.new(0, 1, 0)
  4428. F62Check.TextSize = 14
  4429.  
  4430. Functions.Name = "Functions"
  4431. Functions.Parent = MainFrame
  4432. Functions.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  4433. Functions.BackgroundTransparency = 1
  4434. Functions.BorderSizePixel = 0
  4435. Functions.Position = UDim2.new(0.997999966, 0, 0.0919999927, 0)
  4436. Functions.Size = UDim2.new(0, 402, 0, 367)
  4437.  
  4438. Functions2.Name = "Functions2"
  4439. Functions2.Parent = Functions
  4440. Functions2.BackgroundColor3 = Color3.new(1, 1, 1)
  4441. Functions2.BackgroundTransparency = 1
  4442. Functions2.BorderSizePixel = 0
  4443. Functions2.Position = UDim2.new(-2.87941766, 0, 1.06436515, 0)
  4444. Functions2.Size = UDim2.new(0, 404, 0, 231)
  4445.  
  4446. ConfirmUpgraders.Name = "ConfirmUpgraders"
  4447. ConfirmUpgraders.Parent = Functions2
  4448. ConfirmUpgraders.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0.32549)
  4449. ConfirmUpgraders.BorderSizePixel = 0
  4450. ConfirmUpgraders.Position = UDim2.new(0.00492586568, 0, 0.3808752, 0)
  4451. ConfirmUpgraders.Size = UDim2.new(0, 201, 0, 25)
  4452. ConfirmUpgraders.Font = Enum.Font.SourceSans
  4453. ConfirmUpgraders.Text = "Confirm Upgrader Choices"
  4454. ConfirmUpgraders.TextColor3 = Color3.new(0, 0, 0)
  4455. ConfirmUpgraders.TextSize = 14
  4456.  
  4457. ConfirmResets.Name = "ConfirmResets"
  4458. ConfirmResets.Parent = Functions2
  4459. ConfirmResets.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0.32549)
  4460. ConfirmResets.BorderSizePixel = 0
  4461. ConfirmResets.Position = UDim2.new(0.00492586568, 0, 0.479604781, 0)
  4462. ConfirmResets.Size = UDim2.new(0, 201, 0, 25)
  4463. ConfirmResets.Font = Enum.Font.SourceSans
  4464. ConfirmResets.Text = "Confirm Reset Choices"
  4465. ConfirmResets.TextColor3 = Color3.new(0, 0, 0)
  4466. ConfirmResets.TextSize = 14
  4467.  
  4468. ConfirmFurnace.Name = "ConfirmFurnace"
  4469. ConfirmFurnace.Parent = Functions2
  4470. ConfirmFurnace.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0.32549)
  4471. ConfirmFurnace.BorderSizePixel = 0
  4472. ConfirmFurnace.Position = UDim2.new(0.00492586568, 0, 0.578334332, 0)
  4473. ConfirmFurnace.Size = UDim2.new(0, 201, 0, 25)
  4474. ConfirmFurnace.Font = Enum.Font.SourceSans
  4475. ConfirmFurnace.Text = "Confirm Furnace Choices"
  4476. ConfirmFurnace.TextColor3 = Color3.new(0, 0, 0)
  4477. ConfirmFurnace.TextSize = 14
  4478.  
  4479. FinalExecute.Name = "FinalExecute"
  4480. FinalExecute.Parent = Functions2
  4481. FinalExecute.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0.32549)
  4482. FinalExecute.BorderSizePixel = 0
  4483. FinalExecute.Position = UDim2.new(0.00492571853, 0, 0.684601247, 0)
  4484. FinalExecute.Size = UDim2.new(0, 402, 0, 25)
  4485. FinalExecute.Font = Enum.Font.SourceSans
  4486. FinalExecute.Text = "Execute Auto Setup"
  4487. FinalExecute.TextColor3 = Color3.new(0, 0, 0)
  4488. FinalExecute.TextSize = 14
  4489.  
  4490. ConfirmFurnaceCon.Name = "ConfirmFurnaceCon"
  4491. ConfirmFurnaceCon.Parent = Functions2
  4492. ConfirmFurnaceCon.BackgroundColor3 = Color3.new(0, 0, 0)
  4493. ConfirmFurnaceCon.BorderSizePixel = 0
  4494. ConfirmFurnaceCon.Position = UDim2.new(0.502450645, 0, 0.581655383, 0)
  4495. ConfirmFurnaceCon.Size = UDim2.new(0, 201, 0, 25)
  4496. ConfirmFurnaceCon.Font = Enum.Font.SourceSans
  4497. ConfirmFurnaceCon.Text = "❌"
  4498. ConfirmFurnaceCon.TextColor3 = Color3.new(0, 1, 0)
  4499. ConfirmFurnaceCon.TextSize = 14
  4500.  
  4501. ConfirmResetsCon.Name = "ConfirmResetsCon"
  4502. ConfirmResetsCon.Parent = Functions2
  4503. ConfirmResetsCon.BackgroundColor3 = Color3.new(0, 0, 0)
  4504. ConfirmResetsCon.BorderSizePixel = 0
  4505. ConfirmResetsCon.Position = UDim2.new(0.502450645, 0, 0.476992607, 0)
  4506. ConfirmResetsCon.Size = UDim2.new(0, 201, 0, 25)
  4507. ConfirmResetsCon.Font = Enum.Font.SourceSans
  4508. ConfirmResetsCon.Text = "❌"
  4509. ConfirmResetsCon.TextColor3 = Color3.new(0, 1, 0)
  4510. ConfirmResetsCon.TextSize = 14
  4511.  
  4512. ConfirmUpgradersCon.Name = "ConfirmUpgradersCon"
  4513. ConfirmUpgradersCon.Parent = Functions2
  4514. ConfirmUpgradersCon.BackgroundColor3 = Color3.new(0, 0, 0)
  4515. ConfirmUpgradersCon.BorderSizePixel = 0
  4516. ConfirmUpgradersCon.Position = UDim2.new(0.502450645, 0, 0.379867166, 0)
  4517. ConfirmUpgradersCon.Size = UDim2.new(0, 201, 0, 25)
  4518. ConfirmUpgradersCon.Font = Enum.Font.SourceSans
  4519. ConfirmUpgradersCon.Text = "❌"
  4520. ConfirmUpgradersCon.TextColor3 = Color3.new(0, 1, 0)
  4521. ConfirmUpgradersCon.TextSize = 14
  4522.  
  4523. FunctionsTitle.Name = "FunctionsTitle"
  4524. FunctionsTitle.Parent = Functions2
  4525. FunctionsTitle.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0.32549)
  4526. FunctionsTitle.BorderSizePixel = 0
  4527. FunctionsTitle.Position = UDim2.new(0.00492571853, 0, 0.264345914, 0)
  4528. FunctionsTitle.Size = UDim2.new(0, 401, 0, 27)
  4529. FunctionsTitle.Font = Enum.Font.SourceSansBold
  4530. FunctionsTitle.Text = "Functions"
  4531. FunctionsTitle.TextColor3 = Color3.new(0, 0, 0)
  4532. FunctionsTitle.TextSize = 16
  4533.  
  4534. LoopFrame.Name = "LoopFrame"
  4535. LoopFrame.Parent = MainFrame
  4536. LoopFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  4537. LoopFrame.BorderSizePixel = 0
  4538. LoopFrame.Position = UDim2.new(1.00009954, 0, -6.55800104e-05, 0)
  4539. LoopFrame.Size = UDim2.new(0, 237, 0, 500)
  4540.  
  4541. TextLabel.Parent = LoopFrame
  4542. TextLabel.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0.32549)
  4543. TextLabel.BorderSizePixel = 0
  4544. TextLabel.Position = UDim2.new(-0.00421940908, 0, 6.55517579e-05, 0)
  4545. TextLabel.Size = UDim2.new(0, 238, 0, 25)
  4546. TextLabel.Font = Enum.Font.SourceSansBold
  4547. TextLabel.Text = "Loops"
  4548. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  4549. TextLabel.TextSize = 16
  4550.  
  4551. LoopsScroll.Name = "LoopsScroll"
  4552. LoopsScroll.Parent = MainFrame
  4553. LoopsScroll.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  4554. LoopsScroll.BorderSizePixel = 0
  4555. LoopsScroll.Position = UDim2.new(0.999533176, 0, 0.0500000007, 0)
  4556. LoopsScroll.Size = UDim2.new(0, 238, 0, 472)
  4557.  
  4558. L1.Name = "L1"
  4559. L1.Parent = LoopsScroll
  4560. L1.BackgroundColor3 = Color3.new(1, 1, 1)
  4561. L1.BorderSizePixel = 0
  4562. L1.Position = UDim2.new(0.03697161, 0, 0.0231375191, 0)
  4563. L1.Size = UDim2.new(0, 200, 0, 26)
  4564.  
  4565. L1Text.Name = "L1Text"
  4566. L1Text.Parent = L1
  4567. L1Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4568. L1Text.BorderSizePixel = 0
  4569. L1Text.Position = UDim2.new(1.86264515e-09, 0, -0.000432465225, 0)
  4570. L1Text.Size = UDim2.new(0, 185, 0, 26)
  4571. L1Text.Font = Enum.Font.SourceSans
  4572. L1Text.Text = "Way-Up-High Upgrader"
  4573. L1Text.TextColor3 = Color3.new(1, 1, 1)
  4574. L1Text.TextSize = 14
  4575.  
  4576. L1Check.Name = "L1Check"
  4577. L1Check.Parent = L1
  4578. L1Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4579. L1Check.BorderSizePixel = 0
  4580. L1Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  4581. L1Check.Size = UDim2.new(0, 25, 0, 26)
  4582. L1Check.Font = Enum.Font.SourceSansBold
  4583. L1Check.Text = "❌"
  4584. L1Check.TextColor3 = Color3.new(0, 1, 0)
  4585. L1Check.TextSize = 14
  4586.  
  4587. L2.Name = "L2"
  4588. L2.Parent = LoopsScroll
  4589. L2.BackgroundColor3 = Color3.new(1, 1, 1)
  4590. L2.BorderSizePixel = 0
  4591. L2.Position = UDim2.new(0.03697161, 0, 0.0461375192, 0)
  4592. L2.Size = UDim2.new(0, 200, 0, 26)
  4593.  
  4594. L2Text.Name = "L2Text"
  4595. L2Text.Parent = L2
  4596. L2Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4597. L2Text.BorderSizePixel = 0
  4598. L2Text.Position = UDim2.new(0, 0, -0.000432491302, 0)
  4599. L2Text.Size = UDim2.new(0, 185, 0, 26)
  4600. L2Text.Font = Enum.Font.SourceSans
  4601. L2Text.Text = "Digital Ore Cleaner"
  4602. L2Text.TextColor3 = Color3.new(1, 1, 1)
  4603. L2Text.TextSize = 14
  4604.  
  4605. L2Check.Name = "L2Check"
  4606. L2Check.Parent = L2
  4607. L2Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4608. L2Check.BorderSizePixel = 0
  4609. L2Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  4610. L2Check.Size = UDim2.new(0, 25, 0, 26)
  4611. L2Check.Font = Enum.Font.SourceSansBold
  4612. L2Check.Text = "❌"
  4613. L2Check.TextColor3 = Color3.new(0, 1, 0)
  4614. L2Check.TextSize = 14
  4615.  
  4616. L3.Name = "L3"
  4617. L3.Parent = LoopsScroll
  4618. L3.BackgroundColor3 = Color3.new(1, 1, 1)
  4619. L3.BorderSizePixel = 0
  4620. L3.Position = UDim2.new(0.03697161, 0, 0.0711375251, 0)
  4621. L3.Size = UDim2.new(0, 200, 0, 26)
  4622.  
  4623. L3Text.Name = "L3Text"
  4624. L3Text.Parent = L3
  4625. L3Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4626. L3Text.BorderSizePixel = 0
  4627. L3Text.Position = UDim2.new(0, 0, -0.000432491302, 0)
  4628. L3Text.Size = UDim2.new(0, 185, 0, 26)
  4629. L3Text.Font = Enum.Font.SourceSans
  4630. L3Text.Text = "Freon-Blast Upgrader"
  4631. L3Text.TextColor3 = Color3.new(1, 1, 1)
  4632. L3Text.TextSize = 14
  4633.  
  4634. L3Check.Name = "L3Check"
  4635. L3Check.Parent = L3
  4636. L3Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4637. L3Check.BorderSizePixel = 0
  4638. L3Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  4639. L3Check.Size = UDim2.new(0, 25, 0, 26)
  4640. L3Check.Font = Enum.Font.SourceSansBold
  4641. L3Check.Text = "❌"
  4642. L3Check.TextColor3 = Color3.new(0, 1, 0)
  4643. L3Check.TextSize = 14
  4644.  
  4645. L4.Name = "L4"
  4646. L4.Parent = LoopsScroll
  4647. L4.BackgroundColor3 = Color3.new(1, 1, 1)
  4648. L4.BorderSizePixel = 0
  4649. L4.Position = UDim2.new(0.03697161, 0, 0.094137527, 0)
  4650. L4.Size = UDim2.new(0, 200, 0, 26)
  4651.  
  4652. L4Text.Name = "L4Text"
  4653. L4Text.Parent = L4
  4654. L4Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4655. L4Text.BorderSizePixel = 0
  4656. L4Text.Position = UDim2.new(0, 0, -0.000432491302, 0)
  4657. L4Text.Size = UDim2.new(0, 185, 0, 26)
  4658. L4Text.Font = Enum.Font.SourceSans
  4659. L4Text.Text = "Serpentine Upgrader"
  4660. L4Text.TextColor3 = Color3.new(1, 1, 1)
  4661. L4Text.TextSize = 14
  4662.  
  4663. L4Check.Name = "L4Check"
  4664. L4Check.Parent = L4
  4665. L4Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4666. L4Check.BorderSizePixel = 0
  4667. L4Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  4668. L4Check.Size = UDim2.new(0, 25, 0, 26)
  4669. L4Check.Font = Enum.Font.SourceSansBold
  4670. L4Check.Text = "❌"
  4671. L4Check.TextColor3 = Color3.new(0, 1, 0)
  4672. L4Check.TextSize = 14
  4673.  
  4674. L5.Name = "L5"
  4675. L5.Parent = LoopsScroll
  4676. L5.BackgroundColor3 = Color3.new(1, 1, 1)
  4677. L5.BorderSizePixel = 0
  4678. L5.Position = UDim2.new(0.03697161, 0, 0.119137526, 0)
  4679. L5.Size = UDim2.new(0, 200, 0, 26)
  4680.  
  4681. L5Text.Name = "L5Text"
  4682. L5Text.Parent = L5
  4683. L5Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4684. L5Text.BorderSizePixel = 0
  4685. L5Text.Position = UDim2.new(0, 0, -0.000432491302, 0)
  4686. L5Text.Size = UDim2.new(0, 185, 0, 26)
  4687. L5Text.Font = Enum.Font.SourceSans
  4688. L5Text.Text = "Suspended Refiner"
  4689. L5Text.TextColor3 = Color3.new(1, 1, 1)
  4690. L5Text.TextSize = 14
  4691.  
  4692. L5Check.Name = "L5Check"
  4693. L5Check.Parent = L5
  4694. L5Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4695. L5Check.BorderSizePixel = 0
  4696. L5Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  4697. L5Check.Size = UDim2.new(0, 25, 0, 26)
  4698. L5Check.Font = Enum.Font.SourceSansBold
  4699. L5Check.Text = "❌"
  4700. L5Check.TextColor3 = Color3.new(0, 1, 0)
  4701. L5Check.TextSize = 14
  4702.  
  4703. L6.Name = "L6"
  4704. L6.Parent = LoopsScroll
  4705. L6.BackgroundColor3 = Color3.new(1, 1, 1)
  4706. L6.BorderSizePixel = 0
  4707. L6.Position = UDim2.new(0.03697161, 0, 0.145137519, 0)
  4708. L6.Size = UDim2.new(0, 200, 0, 26)
  4709.  
  4710. L6Text.Name = "L6Text"
  4711. L6Text.Parent = L6
  4712. L6Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4713. L6Text.BorderSizePixel = 0
  4714. L6Text.Position = UDim2.new(0, 0, -0.000432584435, 0)
  4715. L6Text.Size = UDim2.new(0, 185, 0, 26)
  4716. L6Text.Font = Enum.Font.SourceSans
  4717. L6Text.Text = "Molten Upgrader"
  4718. L6Text.TextColor3 = Color3.new(1, 1, 1)
  4719. L6Text.TextSize = 14
  4720.  
  4721. L6Check.Name = "L6Check"
  4722. L6Check.Parent = L6
  4723. L6Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4724. L6Check.BorderSizePixel = 0
  4725. L6Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  4726. L6Check.Size = UDim2.new(0, 25, 0, 26)
  4727. L6Check.Font = Enum.Font.SourceSansBold
  4728. L6Check.Text = "❌"
  4729. L6Check.TextColor3 = Color3.new(0, 1, 0)
  4730. L6Check.TextSize = 14
  4731.  
  4732. L7.Name = "L7"
  4733. L7.Parent = LoopsScroll
  4734. L7.BackgroundColor3 = Color3.new(1, 1, 1)
  4735. L7.BorderSizePixel = 0
  4736. L7.Position = UDim2.new(0.03697161, 0, 0.170137525, 0)
  4737. L7.Size = UDim2.new(0, 200, 0, 26)
  4738.  
  4739. L7Text.Name = "L7Text"
  4740. L7Text.Parent = L7
  4741. L7Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4742. L7Text.BorderSizePixel = 0
  4743. L7Text.Position = UDim2.new(-5.58793545e-09, 0, -0.000432547182, 0)
  4744. L7Text.Size = UDim2.new(0, 185, 0, 26)
  4745. L7Text.Font = Enum.Font.SourceSans
  4746. L7Text.Text = "Advanced Ore Atomizer"
  4747. L7Text.TextColor3 = Color3.new(1, 1, 1)
  4748. L7Text.TextSize = 14
  4749.  
  4750. L7Check.Name = "L7Check"
  4751. L7Check.Parent = L7
  4752. L7Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4753. L7Check.BorderSizePixel = 0
  4754. L7Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  4755. L7Check.Size = UDim2.new(0, 25, 0, 26)
  4756. L7Check.Font = Enum.Font.SourceSansBold
  4757. L7Check.Text = "❌"
  4758. L7Check.TextColor3 = Color3.new(0, 1, 0)
  4759. L7Check.TextSize = 14
  4760.  
  4761. L8.Name = "L8"
  4762. L8.Parent = LoopsScroll
  4763. L8.BackgroundColor3 = Color3.new(1, 1, 1)
  4764. L8.BorderSizePixel = 0
  4765. L8.Position = UDim2.new(0.03697161, 0, 0.192137524, 0)
  4766. L8.Size = UDim2.new(0, 200, 0, 26)
  4767.  
  4768. L8Text.Name = "L8Text"
  4769. L8Text.Parent = L8
  4770. L8Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4771. L8Text.BorderSizePixel = 0
  4772. L8Text.Position = UDim2.new(-5.58793545e-09, 0, -0.000432491302, 0)
  4773. L8Text.Size = UDim2.new(0, 185, 0, 26)
  4774. L8Text.Font = Enum.Font.SourceSans
  4775. L8Text.Text = "Freon Supressor"
  4776. L8Text.TextColor3 = Color3.new(1, 1, 1)
  4777. L8Text.TextSize = 14
  4778.  
  4779. L8Check.Name = "L8Check"
  4780. L8Check.Parent = L8
  4781. L8Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4782. L8Check.BorderSizePixel = 0
  4783. L8Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  4784. L8Check.Size = UDim2.new(0, 25, 0, 26)
  4785. L8Check.Font = Enum.Font.SourceSansBold
  4786. L8Check.Text = "❌"
  4787. L8Check.TextColor3 = Color3.new(0, 1, 0)
  4788. L8Check.TextSize = 14
  4789.  
  4790. L9.Name = "L9"
  4791. L9.Parent = LoopsScroll
  4792. L9.BackgroundColor3 = Color3.new(1, 1, 1)
  4793. L9.BorderSizePixel = 0
  4794. L9.Position = UDim2.new(0.03697161, 0, 0.21713753, 0)
  4795. L9.Size = UDim2.new(0, 200, 0, 26)
  4796.  
  4797. L9Text.Name = "L9Text"
  4798. L9Text.Parent = L9
  4799. L9Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4800. L9Text.BorderSizePixel = 0
  4801. L9Text.Position = UDim2.new(-5.58793545e-09, 0, -0.000432543457, 0)
  4802. L9Text.Size = UDim2.new(0, 185, 0, 26)
  4803. L9Text.Font = Enum.Font.SourceSans
  4804. L9Text.Text = "Ore Thermocrusher"
  4805. L9Text.TextColor3 = Color3.new(1, 1, 1)
  4806. L9Text.TextSize = 14
  4807.  
  4808. L9Check.Name = "L9Check"
  4809. L9Check.Parent = L9
  4810. L9Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4811. L9Check.BorderSizePixel = 0
  4812. L9Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  4813. L9Check.Size = UDim2.new(0, 25, 0, 26)
  4814. L9Check.Font = Enum.Font.SourceSansBold
  4815. L9Check.Text = "❌"
  4816. L9Check.TextColor3 = Color3.new(0, 1, 0)
  4817. L9Check.TextSize = 14
  4818.  
  4819. L10.Name = "L10"
  4820. L10.Parent = LoopsScroll
  4821. L10.BackgroundColor3 = Color3.new(1, 1, 1)
  4822. L10.BorderSizePixel = 0
  4823. L10.Position = UDim2.new(0.03697161, 0, 0.243137524, 0)
  4824. L10.Size = UDim2.new(0, 200, 0, 26)
  4825.  
  4826. L10Text.Name = "L10Text"
  4827. L10Text.Parent = L10
  4828. L10Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4829. L10Text.BorderSizePixel = 0
  4830. L10Text.Position = UDim2.new(-5.58793545e-09, 0, -0.000432491302, 0)
  4831. L10Text.Size = UDim2.new(0, 185, 0, 26)
  4832. L10Text.Font = Enum.Font.SourceSans
  4833. L10Text.Text = "Suspended Lava Refiner"
  4834. L10Text.TextColor3 = Color3.new(1, 1, 1)
  4835. L10Text.TextSize = 14
  4836.  
  4837. L10Check.Name = "L10Check"
  4838. L10Check.Parent = L10
  4839. L10Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4840. L10Check.BorderSizePixel = 0
  4841. L10Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  4842. L10Check.Size = UDim2.new(0, 25, 0, 26)
  4843. L10Check.Font = Enum.Font.SourceSansBold
  4844. L10Check.Text = "❌"
  4845. L10Check.TextColor3 = Color3.new(0, 1, 0)
  4846. L10Check.TextSize = 14
  4847.  
  4848. L11.Name = "L11"
  4849. L11.Parent = LoopsScroll
  4850. L11.BackgroundColor3 = Color3.new(1, 1, 1)
  4851. L11.BorderSizePixel = 0
  4852. L11.Position = UDim2.new(0.03697161, 0, 0.269137532, 0)
  4853. L11.Size = UDim2.new(0, 200, 0, 26)
  4854.  
  4855. L11Text.Name = "L11Text"
  4856. L11Text.Parent = L11
  4857. L11Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4858. L11Text.BorderSizePixel = 0
  4859. L11Text.Position = UDim2.new(-5.58793545e-09, 0, -0.000432554632, 0)
  4860. L11Text.Size = UDim2.new(0, 185, 0, 26)
  4861. L11Text.Font = Enum.Font.SourceSans
  4862. L11Text.Text = "Ore Transistor"
  4863. L11Text.TextColor3 = Color3.new(1, 1, 1)
  4864. L11Text.TextSize = 14
  4865.  
  4866. L11Check.Name = "L11Check"
  4867. L11Check.Parent = L11
  4868. L11Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4869. L11Check.BorderSizePixel = 0
  4870. L11Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  4871. L11Check.Size = UDim2.new(0, 25, 0, 26)
  4872. L11Check.Font = Enum.Font.SourceSansBold
  4873. L11Check.Text = "❌"
  4874. L11Check.TextColor3 = Color3.new(0, 1, 0)
  4875. L11Check.TextSize = 14
  4876.  
  4877. L12.Name = "L12"
  4878. L12.Parent = LoopsScroll
  4879. L12.BackgroundColor3 = Color3.new(1, 1, 1)
  4880. L12.BorderSizePixel = 0
  4881. L12.Position = UDim2.new(0.03697161, 0, 0.295137525, 0)
  4882. L12.Size = UDim2.new(0, 200, 0, 26)
  4883.  
  4884. L12Text.Name = "L12Text"
  4885. L12Text.Parent = L12
  4886. L12Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4887. L12Text.BorderSizePixel = 0
  4888. L12Text.Position = UDim2.new(-3.7252903e-09, 0, -0.000432632864, 0)
  4889. L12Text.Size = UDim2.new(0, 185, 0, 26)
  4890. L12Text.Font = Enum.Font.SourceSans
  4891. L12Text.Text = "Ore Transponder"
  4892. L12Text.TextColor3 = Color3.new(1, 1, 1)
  4893. L12Text.TextSize = 14
  4894.  
  4895. L12Check.Name = "L12Check"
  4896. L12Check.Parent = L12
  4897. L12Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4898. L12Check.BorderSizePixel = 0
  4899. L12Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  4900. L12Check.Size = UDim2.new(0, 25, 0, 26)
  4901. L12Check.Font = Enum.Font.SourceSansBold
  4902. L12Check.Text = "❌"
  4903. L12Check.TextColor3 = Color3.new(0, 1, 0)
  4904. L12Check.TextSize = 14
  4905.  
  4906. L13.Name = "L13"
  4907. L13.Parent = LoopsScroll
  4908. L13.BackgroundColor3 = Color3.new(1, 1, 1)
  4909. L13.BorderSizePixel = 0
  4910. L13.Position = UDim2.new(0.03697161, 0, 0.321137518, 0)
  4911. L13.Size = UDim2.new(0, 200, 0, 26)
  4912.  
  4913. L13Text.Name = "L13Text"
  4914. L13Text.Parent = L13
  4915. L13Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4916. L13Text.BorderSizePixel = 0
  4917. L13Text.Position = UDim2.new(-5.58793545e-09, 0, -0.000432729721, 0)
  4918. L13Text.Size = UDim2.new(0, 185, 0, 26)
  4919. L13Text.Font = Enum.Font.SourceSans
  4920. L13Text.Text = "Morning Star"
  4921. L13Text.TextColor3 = Color3.new(1, 1, 1)
  4922. L13Text.TextSize = 14
  4923.  
  4924. L13Check.Name = "L13Check"
  4925. L13Check.Parent = L13
  4926. L13Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4927. L13Check.BorderSizePixel = 0
  4928. L13Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  4929. L13Check.Size = UDim2.new(0, 25, 0, 26)
  4930. L13Check.Font = Enum.Font.SourceSansBold
  4931. L13Check.Text = "❌"
  4932. L13Check.TextColor3 = Color3.new(0, 1, 0)
  4933. L13Check.TextSize = 14
  4934.  
  4935. L14.Name = "L14"
  4936. L14.Parent = LoopsScroll
  4937. L14.BackgroundColor3 = Color3.new(1, 1, 1)
  4938. L14.BorderSizePixel = 0
  4939. L14.Position = UDim2.new(0.03697161, 0, 0.347137511, 0)
  4940. L14.Size = UDim2.new(0, 200, 0, 26)
  4941.  
  4942. L14Text.Name = "L14Text"
  4943. L14Text.Parent = L14
  4944. L14Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4945. L14Text.BorderSizePixel = 0
  4946. L14Text.Position = UDim2.new(-7.4505806e-09, 0, -0.000432755798, 0)
  4947. L14Text.Size = UDim2.new(0, 185, 0, 26)
  4948. L14Text.Font = Enum.Font.SourceSans
  4949. L14Text.Text = "Neutron Star"
  4950. L14Text.TextColor3 = Color3.new(1, 1, 1)
  4951. L14Text.TextSize = 14
  4952.  
  4953. L14Check.Name = "L14Check"
  4954. L14Check.Parent = L14
  4955. L14Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4956. L14Check.BorderSizePixel = 0
  4957. L14Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  4958. L14Check.Size = UDim2.new(0, 25, 0, 26)
  4959. L14Check.Font = Enum.Font.SourceSansBold
  4960. L14Check.Text = "❌"
  4961. L14Check.TextColor3 = Color3.new(0, 1, 0)
  4962. L14Check.TextSize = 14
  4963.  
  4964. L15.Name = "L15"
  4965. L15.Parent = LoopsScroll
  4966. L15.BackgroundColor3 = Color3.new(1, 1, 1)
  4967. L15.BorderSizePixel = 0
  4968. L15.Position = UDim2.new(0.03697161, 0, 0.373137504, 0)
  4969. L15.Size = UDim2.new(0, 200, 0, 26)
  4970.  
  4971. L15Text.Name = "L15Text"
  4972. L15Text.Parent = L15
  4973. L15Text.BackgroundColor3 = Color3.new(0, 0, 0)
  4974. L15Text.BorderSizePixel = 0
  4975. L15Text.Position = UDim2.new(-7.4505806e-09, 0, -0.000432729721, 0)
  4976. L15Text.Size = UDim2.new(0, 185, 0, 26)
  4977. L15Text.Font = Enum.Font.SourceSans
  4978. L15Text.Text = "Catalyzed Star"
  4979. L15Text.TextColor3 = Color3.new(1, 1, 1)
  4980. L15Text.TextSize = 14
  4981.  
  4982. L15Check.Name = "L15Check"
  4983. L15Check.Parent = L15
  4984. L15Check.BackgroundColor3 = Color3.new(0, 0, 0)
  4985. L15Check.BorderSizePixel = 0
  4986. L15Check.Position = UDim2.new(0.915952146, 0, -0.000431941095, 0)
  4987. L15Check.Size = UDim2.new(0, 25, 0, 26)
  4988. L15Check.Font = Enum.Font.SourceSansBold
  4989. L15Check.Text = "❌"
  4990. L15Check.TextColor3 = Color3.new(0, 1, 0)
  4991. L15Check.TextSize = 14
  4992.  
  4993. BuyPurchasable.Name = "BuyPurchasable"
  4994. BuyPurchasable.Parent = MainFrame
  4995. BuyPurchasable.BackgroundColor3 = Color3.new(1, 1, 1)
  4996. BuyPurchasable.BackgroundTransparency = 1
  4997. BuyPurchasable.BorderSizePixel = 0
  4998. BuyPurchasable.Position = UDim2.new(0.692805469, 0, 0.995371819, 0)
  4999. BuyPurchasable.Size = UDim2.new(0, 401, 0, 25)
  5000.  
  5001. BPBack.Name = "BPBack"
  5002. BPBack.Parent = BuyPurchasable
  5003. BPBack.BackgroundColor3 = Color3.new(1, 1, 1)
  5004. BPBack.BackgroundTransparency = 1
  5005. BPBack.BorderSizePixel = 0
  5006. BPBack.Position = UDim2.new(0.00146621361, 0, 1.00160646, 0)
  5007. BPBack.Size = UDim2.new(0, 400, 0, 73)
  5008.  
  5009. BPcost.Name = "BPcost"
  5010. BPcost.Parent = BuyPurchasable
  5011. BPcost.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0.32549)
  5012. BPcost.BorderSizePixel = 0
  5013. BPcost.Position = UDim2.new(-1.00601506, 0, 1.03999996, 0)
  5014. BPcost.Size = UDim2.new(0, 101, 0, 29)
  5015. BPcost.Font = Enum.Font.SourceSans
  5016. BPcost.Text = "Cost:"
  5017. BPcost.TextColor3 = Color3.new(0, 0, 0)
  5018. BPcost.TextSize = 14
  5019.  
  5020. BPsuffix.Name = "BPsuffix"
  5021. BPsuffix.Parent = BuyPurchasable
  5022. BPsuffix.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0.32549)
  5023. BPsuffix.BorderSizePixel = 0
  5024. BPsuffix.Position = UDim2.new(-1.00601506, 0, 2.20000005, 0)
  5025. BPsuffix.Size = UDim2.new(0, 101, 0, 30)
  5026. BPsuffix.Font = Enum.Font.SourceSans
  5027. BPsuffix.Text = "Cost With Suffix:"
  5028. BPsuffix.TextColor3 = Color3.new(0, 0, 0)
  5029. BPsuffix.TextSize = 14
  5030.  
  5031. Calculate.Name = "Calculate"
  5032. Calculate.Parent = BuyPurchasable
  5033. Calculate.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0.32549)
  5034. Calculate.BorderSizePixel = 0
  5035. Calculate.Position = UDim2.new(-1.00497508, 0, 3.33584476, 0)
  5036. Calculate.Size = UDim2.new(0, 400, 0, 38)
  5037. Calculate.Font = Enum.Font.SourceSans
  5038. Calculate.Text = "Calculate"
  5039. Calculate.TextColor3 = Color3.new(0, 0, 0)
  5040. Calculate.TextSize = 14
  5041.  
  5042. BPCostLabel.Name = "BPCostLabel"
  5043. BPCostLabel.Parent = BuyPurchasable
  5044. BPCostLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  5045. BPCostLabel.BorderSizePixel = 0
  5046. BPCostLabel.Position = UDim2.new(-0.754144728, 0, 1.03860843, 0)
  5047. BPCostLabel.Size = UDim2.new(0, 299, 0, 30)
  5048. BPCostLabel.Font = Enum.Font.SourceSans
  5049. BPCostLabel.Text = "0$"
  5050. BPCostLabel.TextColor3 = Color3.new(1, 1, 1)
  5051. BPCostLabel.TextSize = 14
  5052.  
  5053. BPCostLabel_2.Name = "BPCostLabel"
  5054. BPCostLabel_2.Parent = BuyPurchasable
  5055. BPCostLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  5056. BPCostLabel_2.BorderSizePixel = 0
  5057. BPCostLabel_2.Position = UDim2.new(-0.754144728, 0, 2.23860836, 0)
  5058. BPCostLabel_2.Size = UDim2.new(0, 299, 0, 29)
  5059. BPCostLabel_2.Font = Enum.Font.SourceSans
  5060. BPCostLabel_2.Text = "0$"
  5061. BPCostLabel_2.TextColor3 = Color3.new(1, 1, 1)
  5062. BPCostLabel_2.TextSize = 14
  5063.  
  5064. TextLabel_2.Parent = BuyPurchasable
  5065. TextLabel_2.BackgroundColor3 = Color3.new(0.290196, 0.72549, 0.32549)
  5066. TextLabel_2.BorderSizePixel = 0
  5067. TextLabel_2.Position = UDim2.new(-1.00541568, 0, 0, 0)
  5068. TextLabel_2.Size = UDim2.new(0, 400, 0, 27)
  5069. TextLabel_2.Font = Enum.Font.SourceSansBold
  5070. TextLabel_2.Text = "Buy Purchasables"
  5071. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  5072. TextLabel_2.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement