Psykek

Imperium GUI

Mar 24th, 2019
7,767
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.52 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ImperiumGUI = Instance.new("ScreenGui")
  4. local Topframe = Instance.new("Frame")
  5. local Mainframe = Instance.new("Frame")
  6. local Tabframe = Instance.new("Frame")
  7. local TPTab = Instance.new("TextButton")
  8. local ShopTab = Instance.new("TextButton")
  9. local ChestTab = Instance.new("TextButton")
  10. local DecorFrame = Instance.new("Frame")
  11. local DecorFrame2 = Instance.new("Frame")
  12. local TeleportFrame = Instance.new("ScrollingFrame")
  13. local Castle2tp = Instance.new("TextButton")
  14. local Castle3tp = Instance.new("TextButton")
  15. local Castle1tp = Instance.new("TextButton")
  16. local Castle4tp = Instance.new("TextButton")
  17. local Castle7tp = Instance.new("TextButton")
  18. local CambriaBlacksmithtp = Instance.new("TextButton")
  19. local Abbot1tp = Instance.new("TextButton")
  20. local BoarGodtp = Instance.new("TextButton")
  21. local SwynholtStocktp = Instance.new("TextButton")
  22. local CambriaStoragetp = Instance.new("TextButton")
  23. local Gemstone6tp = Instance.new("TextButton")
  24. local Gemstone3tp = Instance.new("TextButton")
  25. local CrazedMinertp = Instance.new("TextButton")
  26. local Alchemisttp = Instance.new("TextButton")
  27. local Castle5tp = Instance.new("TextButton")
  28. local Castle6tp = Instance.new("TextButton")
  29. local CambriaStablestp = Instance.new("TextButton")
  30. local CambriaStocktp = Instance.new("TextButton")
  31. local Cambriatp = Instance.new("TextButton")
  32. local Castle8tp = Instance.new("TextButton")
  33. local SwynholtStablestp = Instance.new("TextButton")
  34. local Ambertp = Instance.new("TextButton")
  35. local Swynholttp = Instance.new("TextButton")
  36. local CambriaMerchanttp = Instance.new("TextButton")
  37. local Abbot2tp = Instance.new("TextButton")
  38. local Abbot3tp = Instance.new("TextButton")
  39. local Ravinetp = Instance.new("TextButton")
  40. local Pillartp = Instance.new("TextButton")
  41. local Gemstone1tp = Instance.new("TextButton")
  42. local Gemstone2tp = Instance.new("TextButton")
  43. local GemTreetp = Instance.new("TextButton")
  44. local EmptyCavetp = Instance.new("TextButton")
  45. local PurpleOre1tp = Instance.new("TextButton")
  46. local PurpleOre2tp = Instance.new("TextButton")
  47. local Gemstone5tp = Instance.new("TextButton")
  48. local Gemstone4tp = Instance.new("TextButton")
  49. local Shopframe = Instance.new("Frame")
  50. local Buy50Food = Instance.new("TextButton")
  51. local Buy1Food = Instance.new("TextButton")
  52. local Sell1Food = Instance.new("TextButton")
  53. local Sell50Food = Instance.new("TextButton")
  54. local Sell100Food = Instance.new("TextButton")
  55. local Sell100Vals = Instance.new("TextButton")
  56. local Sell1Vals = Instance.new("TextButton")
  57. local Sell50Vals = Instance.new("TextButton")
  58. local TextLabel = Instance.new("TextLabel")
  59. local Buy100Food = Instance.new("TextButton")
  60. local TextLabel_2 = Instance.new("TextLabel")
  61. local TextLabel_3 = Instance.new("TextLabel")
  62. local TextLabel_4 = Instance.new("TextLabel")
  63. local TextLabel_5 = Instance.new("TextLabel")
  64. local Buy100Wood = Instance.new("TextButton")
  65. local Buy50Wood = Instance.new("TextButton")
  66. local Buy1Wood = Instance.new("TextButton")
  67. local Sell100Wood = Instance.new("TextButton")
  68. local Sell50Wood = Instance.new("TextButton")
  69. local Sell1Wood = Instance.new("TextButton")
  70. local Buy100Stone = Instance.new("TextButton")
  71. local Buy50Stone = Instance.new("TextButton")
  72. local Buy1Stone = Instance.new("TextButton")
  73. local Sell100Stone = Instance.new("TextButton")
  74. local Sell50Stone = Instance.new("TextButton")
  75. local Sell1Stone = Instance.new("TextButton")
  76. local Buy1Vals = Instance.new("TextButton")
  77. local Buy50Vals = Instance.new("TextButton")
  78. local Buy100Vals = Instance.new("TextButton")
  79. local Sell100Gems = Instance.new("TextButton")
  80. local Sell50Gems = Instance.new("TextButton")
  81. local Sell1Gem = Instance.new("TextButton")
  82. local ChestFrame = Instance.new("Frame")
  83. local Chest1 = Instance.new("TextButton")
  84. local Chest3 = Instance.new("TextButton")
  85. local Chest4 = Instance.new("TextButton")
  86. local Chest2 = Instance.new("TextButton")
  87. local discordlabel = Instance.new("TextLabel")
  88. local Close = Instance.new("TextButton")
  89.  
  90. -- Properties
  91.  
  92. ImperiumGUI.Name = "ImperiumGUI"
  93. ImperiumGUI.Parent = game.CoreGui
  94. ImperiumGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  95.  
  96. Topframe.Name = "Topframe"
  97. Topframe.Parent = ImperiumGUI
  98. Topframe.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  99. Topframe.BorderSizePixel = 0
  100. Topframe.Position = UDim2.new(0.33145538, 0, 0.193359375, 0)
  101. Topframe.Size = UDim2.new(0, 359, 0, 22)
  102.  
  103. Mainframe.Name = "Mainframe"
  104. Mainframe.Parent = Topframe
  105. Mainframe.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  106. Mainframe.BorderSizePixel = 0
  107. Mainframe.Position = UDim2.new(0, 0, 0.969303429, 0)
  108. Mainframe.Size = UDim2.new(0, 359, 0, 168)
  109.  
  110. Tabframe.Name = "Tabframe"
  111. Tabframe.Parent = Mainframe
  112. Tabframe.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  113. Tabframe.BorderSizePixel = 0
  114. Tabframe.Size = UDim2.new(0, 359, 0, 17)
  115.  
  116. TPTab.Name = "TPTab"
  117. TPTab.Parent = Tabframe
  118. TPTab.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  119. TPTab.BorderColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  120. TPTab.BorderSizePixel = 0
  121. TPTab.Size = UDim2.new(0, 120, 0, 17)
  122. TPTab.Font = Enum.Font.SourceSans
  123. TPTab.Text = "Teleports"
  124. TPTab.TextColor3 = Color3.new(0, 0, 0)
  125. TPTab.TextSize = 14
  126.  
  127. ShopTab.Name = "ShopTab"
  128. ShopTab.Parent = Tabframe
  129. ShopTab.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  130. ShopTab.BorderColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  131. ShopTab.BorderSizePixel = 0
  132. ShopTab.Position = UDim2.new(0.334261835, 0, 0, 0)
  133. ShopTab.Size = UDim2.new(0, 120, 0, 17)
  134. ShopTab.Font = Enum.Font.SourceSans
  135. ShopTab.Text = "Shop"
  136. ShopTab.TextColor3 = Color3.new(0, 0, 0)
  137. ShopTab.TextSize = 14
  138.  
  139. ChestTab.Name = "ChestTab"
  140. ChestTab.Parent = Tabframe
  141. ChestTab.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  142. ChestTab.BorderColor3 = Color3.new(0.0431373, 0.0431373, 0.0431373)
  143. ChestTab.BorderSizePixel = 0
  144. ChestTab.Position = UDim2.new(0.668523669, 0, 0, 0)
  145. ChestTab.Size = UDim2.new(0, 119, 0, 17)
  146. ChestTab.Font = Enum.Font.SourceSans
  147. ChestTab.Text = "Chests"
  148. ChestTab.TextColor3 = Color3.new(0, 0, 0)
  149. ChestTab.TextSize = 14
  150.  
  151. DecorFrame.Name = "DecorFrame"
  152. DecorFrame.Parent = Tabframe
  153. DecorFrame.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  154. DecorFrame.BorderSizePixel = 0
  155. DecorFrame.Position = UDim2.new(0.334261835, 0, 0, 0)
  156. DecorFrame.Size = UDim2.new(0, 1, 0, 17)
  157.  
  158. DecorFrame2.Name = "DecorFrame2"
  159. DecorFrame2.Parent = Tabframe
  160. DecorFrame2.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  161. DecorFrame2.BorderSizePixel = 0
  162. DecorFrame2.Position = UDim2.new(0.668523669, 0, 0, 0)
  163. DecorFrame2.Size = UDim2.new(0, 1, 0, 17)
  164.  
  165. TeleportFrame.Name = "TeleportFrame"
  166. TeleportFrame.Parent = Mainframe
  167. TeleportFrame.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  168. TeleportFrame.BorderSizePixel = 0
  169. TeleportFrame.Position = UDim2.new(0, 0, 0.101190478, 0)
  170. TeleportFrame.Size = UDim2.new(0, 359, 0, 151)
  171. TeleportFrame.CanvasPosition = Vector2.new(0, 37.75)
  172. TeleportFrame.ScrollBarThickness = 2
  173.  
  174. Castle2tp.Name = "Castle2tp"
  175. Castle2tp.Parent = TeleportFrame
  176. Castle2tp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  177. Castle2tp.BorderSizePixel = 0
  178. Castle2tp.Position = UDim2.new(0.352687985, 0, 0.0415594205, 0)
  179. Castle2tp.Size = UDim2.new(0, 103, 0, 17)
  180. Castle2tp.Font = Enum.Font.SourceSans
  181. Castle2tp.Text = "Castle 2"
  182. Castle2tp.TextColor3 = Color3.new(0, 0, 0)
  183. Castle2tp.TextSize = 14
  184.  
  185. Castle3tp.Name = "Castle3tp"
  186. Castle3tp.Parent = TeleportFrame
  187. Castle3tp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  188. Castle3tp.BorderSizePixel = 0
  189. Castle3tp.Position = UDim2.new(0.686949849, 0, 0.0415594205, 0)
  190. Castle3tp.Size = UDim2.new(0, 103, 0, 17)
  191. Castle3tp.Font = Enum.Font.SourceSans
  192. Castle3tp.Text = "Castle 3"
  193. Castle3tp.TextColor3 = Color3.new(0, 0, 0)
  194. Castle3tp.TextSize = 14
  195.  
  196. Castle1tp.Name = "Castle1tp"
  197. Castle1tp.Parent = TeleportFrame
  198. Castle1tp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  199. Castle1tp.BorderSizePixel = 0
  200. Castle1tp.Position = UDim2.new(0.0212117136, 0, 0.0415594205, 0)
  201. Castle1tp.Size = UDim2.new(0, 103, 0, 17)
  202. Castle1tp.Font = Enum.Font.SourceSans
  203. Castle1tp.Text = "Castle 1"
  204. Castle1tp.TextColor3 = Color3.new(0, 0, 0)
  205. Castle1tp.TextSize = 14
  206.  
  207. Castle4tp.Name = "Castle4tp"
  208. Castle4tp.Parent = TeleportFrame
  209. Castle4tp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  210. Castle4tp.BorderSizePixel = 0
  211. Castle4tp.Position = UDim2.new(0.0212117136, 0, 0.121916562, 0)
  212. Castle4tp.Size = UDim2.new(0, 103, 0, 17)
  213. Castle4tp.Font = Enum.Font.SourceSans
  214. Castle4tp.Text = "Castle 4"
  215. Castle4tp.TextColor3 = Color3.new(0, 0, 0)
  216. Castle4tp.TextSize = 14
  217.  
  218. Castle7tp.Name = "Castle7tp"
  219. Castle7tp.Parent = TeleportFrame
  220. Castle7tp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  221. Castle7tp.BorderSizePixel = 0
  222. Castle7tp.Position = UDim2.new(0.0212117154, 0, 0.202273697, 0)
  223. Castle7tp.Size = UDim2.new(0, 103, 0, 17)
  224. Castle7tp.Font = Enum.Font.SourceSans
  225. Castle7tp.Text = "Castle 7"
  226. Castle7tp.TextColor3 = Color3.new(0, 0, 0)
  227. Castle7tp.TextSize = 14
  228.  
  229. CambriaBlacksmithtp.Name = "CambriaBlacksmithtp"
  230. CambriaBlacksmithtp.Parent = TeleportFrame
  231. CambriaBlacksmithtp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  232. CambriaBlacksmithtp.BorderSizePixel = 0
  233. CambriaBlacksmithtp.Position = UDim2.new(0.0212117154, 0, 0.282630831, 0)
  234. CambriaBlacksmithtp.Size = UDim2.new(0, 103, 0, 17)
  235. CambriaBlacksmithtp.Font = Enum.Font.SourceSans
  236. CambriaBlacksmithtp.Text = "Cambria Blacksmith"
  237. CambriaBlacksmithtp.TextColor3 = Color3.new(0, 0, 0)
  238. CambriaBlacksmithtp.TextSize = 14
  239.  
  240. Abbot1tp.Name = "Abbot1tp"
  241. Abbot1tp.Parent = TeleportFrame
  242. Abbot1tp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  243. Abbot1tp.BorderSizePixel = 0
  244. Abbot1tp.Position = UDim2.new(0.0212117154, 0, 0.604059398, 0)
  245. Abbot1tp.Size = UDim2.new(0, 103, 0, 17)
  246. Abbot1tp.Font = Enum.Font.SourceSans
  247. Abbot1tp.Text = "Abbot 1"
  248. Abbot1tp.TextColor3 = Color3.new(0, 0, 0)
  249. Abbot1tp.TextSize = 14
  250.  
  251. BoarGodtp.Name = "BoarGodtp"
  252. BoarGodtp.Parent = TeleportFrame
  253. BoarGodtp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  254. BoarGodtp.BorderSizePixel = 0
  255. BoarGodtp.Position = UDim2.new(0.0212117154, 0, 0.523702264, 0)
  256. BoarGodtp.Size = UDim2.new(0, 103, 0, 17)
  257. BoarGodtp.Font = Enum.Font.SourceSans
  258. BoarGodtp.Text = "Boar God"
  259. BoarGodtp.TextColor3 = Color3.new(0, 0, 0)
  260. BoarGodtp.TextSize = 14
  261.  
  262. SwynholtStocktp.Name = "SwynholtStocktp"
  263. SwynholtStocktp.Parent = TeleportFrame
  264. SwynholtStocktp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  265. SwynholtStocktp.BorderSizePixel = 0
  266. SwynholtStocktp.Position = UDim2.new(0.0212117136, 0, 0.443345129, 0)
  267. SwynholtStocktp.Size = UDim2.new(0, 103, 0, 17)
  268. SwynholtStocktp.Font = Enum.Font.SourceSans
  269. SwynholtStocktp.Text = "Loading Place"
  270. SwynholtStocktp.TextColor3 = Color3.new(0, 0, 0)
  271. SwynholtStocktp.TextSize = 14
  272.  
  273. CambriaStoragetp.Name = "CambriaStoragetp"
  274. CambriaStoragetp.Parent = TeleportFrame
  275. CambriaStoragetp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  276. CambriaStoragetp.BorderSizePixel = 0
  277. CambriaStoragetp.Position = UDim2.new(0.0212117136, 0, 0.362987995, 0)
  278. CambriaStoragetp.Size = UDim2.new(0, 103, 0, 17)
  279. CambriaStoragetp.Font = Enum.Font.SourceSans
  280. CambriaStoragetp.Text = "Cambria Storage"
  281. CambriaStoragetp.TextColor3 = Color3.new(0, 0, 0)
  282. CambriaStoragetp.TextSize = 14
  283.  
  284. Gemstone6tp.Name = "Gemstone6tp"
  285. Gemstone6tp.Parent = TeleportFrame
  286. Gemstone6tp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  287. Gemstone6tp.BorderSizePixel = 0
  288. Gemstone6tp.Position = UDim2.new(0.0212117154, 0, 0.925487995, 0)
  289. Gemstone6tp.Size = UDim2.new(0, 103, 0, 17)
  290. Gemstone6tp.Font = Enum.Font.SourceSans
  291. Gemstone6tp.Text = "Gemstone 6"
  292. Gemstone6tp.TextColor3 = Color3.new(0, 0, 0)
  293. Gemstone6tp.TextSize = 14
  294.  
  295. Gemstone3tp.Name = "Gemstone3tp"
  296. Gemstone3tp.Parent = TeleportFrame
  297. Gemstone3tp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  298. Gemstone3tp.BorderSizePixel = 0
  299. Gemstone3tp.Position = UDim2.new(0.0212117154, 0, 0.845130801, 0)
  300. Gemstone3tp.Size = UDim2.new(0, 103, 0, 17)
  301. Gemstone3tp.Font = Enum.Font.SourceSans
  302. Gemstone3tp.Text = "Gemstone 3"
  303. Gemstone3tp.TextColor3 = Color3.new(0, 0, 0)
  304. Gemstone3tp.TextSize = 14
  305.  
  306. CrazedMinertp.Name = "CrazedMinertp"
  307. CrazedMinertp.Parent = TeleportFrame
  308. CrazedMinertp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  309. CrazedMinertp.BorderSizePixel = 0
  310. CrazedMinertp.Position = UDim2.new(0.0212117136, 0, 0.764773726, 0)
  311. CrazedMinertp.Size = UDim2.new(0, 103, 0, 17)
  312. CrazedMinertp.Font = Enum.Font.SourceSans
  313. CrazedMinertp.Text = "Crazed Miner"
  314. CrazedMinertp.TextColor3 = Color3.new(0, 0, 0)
  315. CrazedMinertp.TextSize = 14
  316.  
  317. Alchemisttp.Name = "Alchemisttp"
  318. Alchemisttp.Parent = TeleportFrame
  319. Alchemisttp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  320. Alchemisttp.BorderSizePixel = 0
  321. Alchemisttp.Position = UDim2.new(0.0212117136, 0, 0.684416533, 0)
  322. Alchemisttp.Size = UDim2.new(0, 103, 0, 17)
  323. Alchemisttp.Font = Enum.Font.SourceSans
  324. Alchemisttp.Text = "Alchemist"
  325. Alchemisttp.TextColor3 = Color3.new(0, 0, 0)
  326. Alchemisttp.TextSize = 14
  327.  
  328. Castle5tp.Name = "Castle5tp"
  329. Castle5tp.Parent = TeleportFrame
  330. Castle5tp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  331. Castle5tp.BorderSizePixel = 0
  332. Castle5tp.Position = UDim2.new(0.352687985, 0, 0.121916562, 0)
  333. Castle5tp.Size = UDim2.new(0, 103, 0, 17)
  334. Castle5tp.Font = Enum.Font.SourceSans
  335. Castle5tp.Text = "Castle 5"
  336. Castle5tp.TextColor3 = Color3.new(0, 0, 0)
  337. Castle5tp.TextSize = 14
  338.  
  339. Castle6tp.Name = "Castle6tp"
  340. Castle6tp.Parent = TeleportFrame
  341. Castle6tp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  342. Castle6tp.BorderSizePixel = 0
  343. Castle6tp.Position = UDim2.new(0.686949849, 0, 0.121916562, 0)
  344. Castle6tp.Size = UDim2.new(0, 103, 0, 17)
  345. Castle6tp.Font = Enum.Font.SourceSans
  346. Castle6tp.Text = "Castle 6"
  347. Castle6tp.TextColor3 = Color3.new(0, 0, 0)
  348. Castle6tp.TextSize = 14
  349.  
  350. CambriaStablestp.Name = "CambriaStablestp"
  351. CambriaStablestp.Parent = TeleportFrame
  352. CambriaStablestp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  353. CambriaStablestp.BorderSizePixel = 0
  354. CambriaStablestp.Position = UDim2.new(0.352687985, 0, 0.282630861, 0)
  355. CambriaStablestp.Size = UDim2.new(0, 103, 0, 17)
  356. CambriaStablestp.Font = Enum.Font.SourceSans
  357. CambriaStablestp.Text = "Cambria Stables"
  358. CambriaStablestp.TextColor3 = Color3.new(0, 0, 0)
  359. CambriaStablestp.TextSize = 14
  360.  
  361. CambriaStocktp.Name = "CambriaStocktp"
  362. CambriaStocktp.Parent = TeleportFrame
  363. CambriaStocktp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  364. CambriaStocktp.BorderSizePixel = 0
  365. CambriaStocktp.Position = UDim2.new(0.686949849, 0, 0.282630861, 0)
  366. CambriaStocktp.Size = UDim2.new(0, 103, 0, 17)
  367. CambriaStocktp.Font = Enum.Font.SourceSans
  368. CambriaStocktp.Text = "Cambria Stock"
  369. CambriaStocktp.TextColor3 = Color3.new(0, 0, 0)
  370. CambriaStocktp.TextSize = 14
  371.  
  372. Cambriatp.Name = "Cambriatp"
  373. Cambriatp.Parent = TeleportFrame
  374. Cambriatp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  375. Cambriatp.BorderSizePixel = 0
  376. Cambriatp.Position = UDim2.new(0.686949849, 0, 0.202273697, 0)
  377. Cambriatp.Size = UDim2.new(0, 103, 0, 17)
  378. Cambriatp.Font = Enum.Font.SourceSans
  379. Cambriatp.Text = "Cambria"
  380. Cambriatp.TextColor3 = Color3.new(0, 0, 0)
  381. Cambriatp.TextSize = 14
  382.  
  383. Castle8tp.Name = "Castle8tp"
  384. Castle8tp.Parent = TeleportFrame
  385. Castle8tp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  386. Castle8tp.BorderSizePixel = 0
  387. Castle8tp.Position = UDim2.new(0.352687985, 0, 0.202273697, 0)
  388. Castle8tp.Size = UDim2.new(0, 103, 0, 17)
  389. Castle8tp.Font = Enum.Font.SourceSans
  390. Castle8tp.Text = "Castle 8"
  391. Castle8tp.TextColor3 = Color3.new(0, 0, 0)
  392. Castle8tp.TextSize = 14
  393.  
  394. SwynholtStablestp.Name = "SwynholtStablestp"
  395. SwynholtStablestp.Parent = TeleportFrame
  396. SwynholtStablestp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  397. SwynholtStablestp.BorderSizePixel = 0
  398. SwynholtStablestp.Position = UDim2.new(0.352687985, 0, 0.443345129, 0)
  399. SwynholtStablestp.Size = UDim2.new(0, 103, 0, 17)
  400. SwynholtStablestp.Font = Enum.Font.SourceSans
  401. SwynholtStablestp.Text = "Swynholt Stables"
  402. SwynholtStablestp.TextColor3 = Color3.new(0, 0, 0)
  403. SwynholtStablestp.TextSize = 14
  404.  
  405. Ambertp.Name = "Ambertp"
  406. Ambertp.Parent = TeleportFrame
  407. Ambertp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  408. Ambertp.BorderSizePixel = 0
  409. Ambertp.Position = UDim2.new(0.686949849, 0, 0.443345129, 0)
  410. Ambertp.Size = UDim2.new(0, 103, 0, 17)
  411. Ambertp.Font = Enum.Font.SourceSans
  412. Ambertp.Text = "Amber"
  413. Ambertp.TextColor3 = Color3.new(0, 0, 0)
  414. Ambertp.TextSize = 14
  415.  
  416. Swynholttp.Name = "Swynholttp"
  417. Swynholttp.Parent = TeleportFrame
  418. Swynholttp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  419. Swynholttp.BorderSizePixel = 0
  420. Swynholttp.Position = UDim2.new(0.686949849, 0, 0.362987995, 0)
  421. Swynholttp.Size = UDim2.new(0, 103, 0, 17)
  422. Swynholttp.Font = Enum.Font.SourceSans
  423. Swynholttp.Text = "Swynholt"
  424. Swynholttp.TextColor3 = Color3.new(0, 0, 0)
  425. Swynholttp.TextSize = 14
  426.  
  427. CambriaMerchanttp.Name = "CambriaMerchanttp"
  428. CambriaMerchanttp.Parent = TeleportFrame
  429. CambriaMerchanttp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  430. CambriaMerchanttp.BorderSizePixel = 0
  431. CambriaMerchanttp.Position = UDim2.new(0.352687985, 0, 0.362987995, 0)
  432. CambriaMerchanttp.Size = UDim2.new(0, 103, 0, 17)
  433. CambriaMerchanttp.Font = Enum.Font.SourceSans
  434. CambriaMerchanttp.Text = "Cambria Merchant"
  435. CambriaMerchanttp.TextColor3 = Color3.new(0, 0, 0)
  436. CambriaMerchanttp.TextSize = 14
  437.  
  438. Abbot2tp.Name = "Abbot2tp"
  439. Abbot2tp.Parent = TeleportFrame
  440. Abbot2tp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  441. Abbot2tp.BorderSizePixel = 0
  442. Abbot2tp.Position = UDim2.new(0.352687985, 0, 0.604059458, 0)
  443. Abbot2tp.Size = UDim2.new(0, 103, 0, 17)
  444. Abbot2tp.Font = Enum.Font.SourceSans
  445. Abbot2tp.Text = "Abbot 2"
  446. Abbot2tp.TextColor3 = Color3.new(0, 0, 0)
  447. Abbot2tp.TextSize = 14
  448.  
  449. Abbot3tp.Name = "Abbot3tp"
  450. Abbot3tp.Parent = TeleportFrame
  451. Abbot3tp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  452. Abbot3tp.BorderSizePixel = 0
  453. Abbot3tp.Position = UDim2.new(0.686949849, 0, 0.604059458, 0)
  454. Abbot3tp.Size = UDim2.new(0, 103, 0, 17)
  455. Abbot3tp.Font = Enum.Font.SourceSans
  456. Abbot3tp.Text = "Abbot 3"
  457. Abbot3tp.TextColor3 = Color3.new(0, 0, 0)
  458. Abbot3tp.TextSize = 14
  459.  
  460. Ravinetp.Name = "Ravinetp"
  461. Ravinetp.Parent = TeleportFrame
  462. Ravinetp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  463. Ravinetp.BorderSizePixel = 0
  464. Ravinetp.Position = UDim2.new(0.686949849, 0, 0.523702264, 0)
  465. Ravinetp.Size = UDim2.new(0, 103, 0, 17)
  466. Ravinetp.Font = Enum.Font.SourceSans
  467. Ravinetp.Text = "Ravine"
  468. Ravinetp.TextColor3 = Color3.new(0, 0, 0)
  469. Ravinetp.TextSize = 14
  470.  
  471. Pillartp.Name = "Pillartp"
  472. Pillartp.Parent = TeleportFrame
  473. Pillartp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  474. Pillartp.BorderSizePixel = 0
  475. Pillartp.Position = UDim2.new(0.352687985, 0, 0.523702264, 0)
  476. Pillartp.Size = UDim2.new(0, 103, 0, 17)
  477. Pillartp.Font = Enum.Font.SourceSans
  478. Pillartp.Text = "Pillars"
  479. Pillartp.TextColor3 = Color3.new(0, 0, 0)
  480. Pillartp.TextSize = 14
  481.  
  482. Gemstone1tp.Name = "Gemstone1tp"
  483. Gemstone1tp.Parent = TeleportFrame
  484. Gemstone1tp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  485. Gemstone1tp.BorderSizePixel = 0
  486. Gemstone1tp.Position = UDim2.new(0.352687985, 0, 0.764773726, 0)
  487. Gemstone1tp.Size = UDim2.new(0, 103, 0, 17)
  488. Gemstone1tp.Font = Enum.Font.SourceSans
  489. Gemstone1tp.Text = "Gemstone 1"
  490. Gemstone1tp.TextColor3 = Color3.new(0, 0, 0)
  491. Gemstone1tp.TextSize = 14
  492.  
  493. Gemstone2tp.Name = "Gemstone2tp"
  494. Gemstone2tp.Parent = TeleportFrame
  495. Gemstone2tp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  496. Gemstone2tp.BorderSizePixel = 0
  497. Gemstone2tp.Position = UDim2.new(0.686949849, 0, 0.764773726, 0)
  498. Gemstone2tp.Size = UDim2.new(0, 103, 0, 17)
  499. Gemstone2tp.Font = Enum.Font.SourceSans
  500. Gemstone2tp.Text = "Gemstone 2"
  501. Gemstone2tp.TextColor3 = Color3.new(0, 0, 0)
  502. Gemstone2tp.TextSize = 14
  503.  
  504. GemTreetp.Name = "GemTreetp"
  505. GemTreetp.Parent = TeleportFrame
  506. GemTreetp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  507. GemTreetp.BorderSizePixel = 0
  508. GemTreetp.Position = UDim2.new(0.686949849, 0, 0.684416533, 0)
  509. GemTreetp.Size = UDim2.new(0, 103, 0, 17)
  510. GemTreetp.Font = Enum.Font.SourceSans
  511. GemTreetp.Text = "Gem Tree"
  512. GemTreetp.TextColor3 = Color3.new(0, 0, 0)
  513. GemTreetp.TextSize = 14
  514.  
  515. EmptyCavetp.Name = "EmptyCavetp"
  516. EmptyCavetp.Parent = TeleportFrame
  517. EmptyCavetp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  518. EmptyCavetp.BorderSizePixel = 0
  519. EmptyCavetp.Position = UDim2.new(0.352687985, 0, 0.684416533, 0)
  520. EmptyCavetp.Size = UDim2.new(0, 103, 0, 17)
  521. EmptyCavetp.Font = Enum.Font.SourceSans
  522. EmptyCavetp.Text = "Empty Cave"
  523. EmptyCavetp.TextColor3 = Color3.new(0, 0, 0)
  524. EmptyCavetp.TextSize = 14
  525.  
  526. PurpleOre1tp.Name = "PurpleOre1tp"
  527. PurpleOre1tp.Parent = TeleportFrame
  528. PurpleOre1tp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  529. PurpleOre1tp.BorderSizePixel = 0
  530. PurpleOre1tp.Position = UDim2.new(0.352687985, 0, 0.925487995, 0)
  531. PurpleOre1tp.Size = UDim2.new(0, 103, 0, 17)
  532. PurpleOre1tp.Font = Enum.Font.SourceSans
  533. PurpleOre1tp.Text = "Purple Ore 1"
  534. PurpleOre1tp.TextColor3 = Color3.new(0, 0, 0)
  535. PurpleOre1tp.TextSize = 14
  536.  
  537. PurpleOre2tp.Name = "PurpleOre2tp"
  538. PurpleOre2tp.Parent = TeleportFrame
  539. PurpleOre2tp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  540. PurpleOre2tp.BorderSizePixel = 0
  541. PurpleOre2tp.Position = UDim2.new(0.686949849, 0, 0.925487995, 0)
  542. PurpleOre2tp.Size = UDim2.new(0, 103, 0, 17)
  543. PurpleOre2tp.Font = Enum.Font.SourceSans
  544. PurpleOre2tp.Text = "Purple Ore 2"
  545. PurpleOre2tp.TextColor3 = Color3.new(0, 0, 0)
  546. PurpleOre2tp.TextSize = 14
  547.  
  548. Gemstone5tp.Name = "Gemstone5tp"
  549. Gemstone5tp.Parent = TeleportFrame
  550. Gemstone5tp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  551. Gemstone5tp.BorderSizePixel = 0
  552. Gemstone5tp.Position = UDim2.new(0.686949849, 0, 0.845130801, 0)
  553. Gemstone5tp.Size = UDim2.new(0, 103, 0, 17)
  554. Gemstone5tp.Font = Enum.Font.SourceSans
  555. Gemstone5tp.Text = "Gemstone 5"
  556. Gemstone5tp.TextColor3 = Color3.new(0, 0, 0)
  557. Gemstone5tp.TextSize = 14
  558.  
  559. Gemstone4tp.Name = "Gemstone4tp"
  560. Gemstone4tp.Parent = TeleportFrame
  561. Gemstone4tp.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  562. Gemstone4tp.BorderSizePixel = 0
  563. Gemstone4tp.Position = UDim2.new(0.352687985, 0, 0.845130801, 0)
  564. Gemstone4tp.Size = UDim2.new(0, 103, 0, 17)
  565. Gemstone4tp.Font = Enum.Font.SourceSans
  566. Gemstone4tp.Text = "Gemstone 4"
  567. Gemstone4tp.TextColor3 = Color3.new(0, 0, 0)
  568. Gemstone4tp.TextSize = 14
  569.  
  570. Shopframe.Name = "Shopframe"
  571. Shopframe.Parent = Mainframe
  572. Shopframe.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  573. Shopframe.BorderSizePixel = 0
  574. Shopframe.Position = UDim2.new(0, 0, 0.101190388, 0)
  575. Shopframe.Size = UDim2.new(0, 359, 0, 151)
  576.  
  577. Buy50Food.Name = "Buy50Food"
  578. Buy50Food.Parent = Shopframe
  579. Buy50Food.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  580. Buy50Food.BorderSizePixel = 0
  581. Buy50Food.Position = UDim2.new(0.0529247895, 0, 0.735099316, 0)
  582. Buy50Food.Size = UDim2.new(0, 51, 0, 15)
  583. Buy50Food.Font = Enum.Font.SourceSans
  584. Buy50Food.Text = "Buy 50"
  585. Buy50Food.TextColor3 = Color3.new(0, 0, 0)
  586. Buy50Food.TextSize = 14
  587.  
  588. Buy1Food.Name = "Buy1Food"
  589. Buy1Food.Parent = Shopframe
  590. Buy1Food.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  591. Buy1Food.BorderSizePixel = 0
  592. Buy1Food.Position = UDim2.new(0.0529247895, 0, 0.596026361, 0)
  593. Buy1Food.Size = UDim2.new(0, 51, 0, 15)
  594. Buy1Food.Font = Enum.Font.SourceSans
  595. Buy1Food.Text = "Buy 1"
  596. Buy1Food.TextColor3 = Color3.new(0, 0, 0)
  597. Buy1Food.TextSize = 14
  598.  
  599. Sell1Food.Name = "Sell1Food"
  600. Sell1Food.Parent = Shopframe
  601. Sell1Food.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  602. Sell1Food.BorderSizePixel = 0
  603. Sell1Food.Position = UDim2.new(0.0529247895, 0, 0.198675498, 0)
  604. Sell1Food.Size = UDim2.new(0, 51, 0, 14)
  605. Sell1Food.Font = Enum.Font.SourceSans
  606. Sell1Food.Text = "Sell 1"
  607. Sell1Food.TextColor3 = Color3.new(0, 0, 0)
  608. Sell1Food.TextSize = 14
  609.  
  610. Sell50Food.Name = "Sell50Food"
  611. Sell50Food.Parent = Shopframe
  612. Sell50Food.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  613. Sell50Food.BorderSizePixel = 0
  614. Sell50Food.Position = UDim2.new(0.0529247895, 0, 0.330950707, 0)
  615. Sell50Food.Size = UDim2.new(0, 51, 0, 14)
  616. Sell50Food.Font = Enum.Font.SourceSans
  617. Sell50Food.Text = "Sell 50"
  618. Sell50Food.TextColor3 = Color3.new(0, 0, 0)
  619. Sell50Food.TextSize = 14
  620.  
  621. Sell100Food.Name = "Sell100Food"
  622. Sell100Food.Parent = Shopframe
  623. Sell100Food.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  624. Sell100Food.BorderSizePixel = 0
  625. Sell100Food.Position = UDim2.new(0.0529247895, 0, 0.469848543, 0)
  626. Sell100Food.Size = UDim2.new(0, 51, 0, 14)
  627. Sell100Food.Font = Enum.Font.SourceSans
  628. Sell100Food.Text = "Sell 100"
  629. Sell100Food.TextColor3 = Color3.new(0, 0, 0)
  630. Sell100Food.TextSize = 14
  631.  
  632. Sell100Vals.Name = "Sell100Vals"
  633. Sell100Vals.Parent = Shopframe
  634. Sell100Vals.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  635. Sell100Vals.BorderSizePixel = 0
  636. Sell100Vals.Position = UDim2.new(0.612813354, 0, 0.469848543, 0)
  637. Sell100Vals.Size = UDim2.new(0, 51, 0, 14)
  638. Sell100Vals.Font = Enum.Font.SourceSans
  639. Sell100Vals.Text = "Sell 100"
  640. Sell100Vals.TextColor3 = Color3.new(0, 0, 0)
  641. Sell100Vals.TextSize = 14
  642.  
  643. Sell1Vals.Name = "Sell1Vals"
  644. Sell1Vals.Parent = Shopframe
  645. Sell1Vals.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  646. Sell1Vals.BorderSizePixel = 0
  647. Sell1Vals.Position = UDim2.new(0.612813354, 0, 0.198675498, 0)
  648. Sell1Vals.Size = UDim2.new(0, 51, 0, 14)
  649. Sell1Vals.Font = Enum.Font.SourceSans
  650. Sell1Vals.Text = "Sell 1"
  651. Sell1Vals.TextColor3 = Color3.new(0, 0, 0)
  652. Sell1Vals.TextSize = 14
  653.  
  654. Sell50Vals.Name = "Sell50Vals"
  655. Sell50Vals.Parent = Shopframe
  656. Sell50Vals.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  657. Sell50Vals.BorderSizePixel = 0
  658. Sell50Vals.Position = UDim2.new(0.612813354, 0, 0.330950707, 0)
  659. Sell50Vals.Size = UDim2.new(0, 51, 0, 14)
  660. Sell50Vals.Font = Enum.Font.SourceSans
  661. Sell50Vals.Text = "Sell 50"
  662. Sell50Vals.TextColor3 = Color3.new(0, 0, 0)
  663. Sell50Vals.TextSize = 14
  664.  
  665. TextLabel.Parent = Shopframe
  666. TextLabel.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  667. TextLabel.BorderSizePixel = 0
  668. TextLabel.Position = UDim2.new(0.0306407195, 0, 0.0331125855, 0)
  669. TextLabel.Size = UDim2.new(0, 67, 0, 15)
  670. TextLabel.Font = Enum.Font.SourceSans
  671. TextLabel.Text = "Food"
  672. TextLabel.TextColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  673. TextLabel.TextSize = 14
  674.  
  675. Buy100Food.Name = "Buy100Food"
  676. Buy100Food.Parent = Shopframe
  677. Buy100Food.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  678. Buy100Food.BorderSizePixel = 0
  679. Buy100Food.Position = UDim2.new(0.0529247895, 0, 0.874172211, 0)
  680. Buy100Food.Size = UDim2.new(0, 51, 0, 15)
  681. Buy100Food.Font = Enum.Font.SourceSans
  682. Buy100Food.Text = "Buy 100"
  683. Buy100Food.TextColor3 = Color3.new(0, 0, 0)
  684. Buy100Food.TextSize = 14
  685.  
  686. TextLabel_2.Parent = Shopframe
  687. TextLabel_2.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  688. TextLabel_2.BorderSizePixel = 0
  689. TextLabel_2.Position = UDim2.new(0.22005567, 0, 0.0331125334, 0)
  690. TextLabel_2.Size = UDim2.new(0, 67, 0, 15)
  691. TextLabel_2.Font = Enum.Font.SourceSans
  692. TextLabel_2.Text = "Wood"
  693. TextLabel_2.TextColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  694. TextLabel_2.TextSize = 14
  695.  
  696. TextLabel_3.Parent = Shopframe
  697. TextLabel_3.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  698. TextLabel_3.BorderSizePixel = 0
  699. TextLabel_3.Position = UDim2.new(0.777158737, 0, 0.0331125557, 0)
  700. TextLabel_3.Size = UDim2.new(0, 67, 0, 15)
  701. TextLabel_3.Font = Enum.Font.SourceSans
  702. TextLabel_3.Text = "Gems"
  703. TextLabel_3.TextColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  704. TextLabel_3.TextSize = 14
  705.  
  706. TextLabel_4.Parent = Shopframe
  707. TextLabel_4.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  708. TextLabel_4.BorderSizePixel = 0
  709. TextLabel_4.Position = UDim2.new(0.403899789, 0, 0.0331125855, 0)
  710. TextLabel_4.Size = UDim2.new(0, 67, 0, 15)
  711. TextLabel_4.Font = Enum.Font.SourceSans
  712. TextLabel_4.Text = "Stone"
  713. TextLabel_4.TextColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  714. TextLabel_4.TextSize = 14
  715.  
  716. TextLabel_5.Parent = Shopframe
  717. TextLabel_5.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  718. TextLabel_5.BorderSizePixel = 0
  719. TextLabel_5.Position = UDim2.new(0.590529263, 0, 0.0331125855, 0)
  720. TextLabel_5.Size = UDim2.new(0, 67, 0, 15)
  721. TextLabel_5.Font = Enum.Font.SourceSans
  722. TextLabel_5.Text = "Vals"
  723. TextLabel_5.TextColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  724. TextLabel_5.TextSize = 14
  725.  
  726. Buy100Wood.Name = "Buy100Wood"
  727. Buy100Wood.Parent = Shopframe
  728. Buy100Wood.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  729. Buy100Wood.BorderSizePixel = 0
  730. Buy100Wood.Position = UDim2.new(0.239554316, 0, 0.874172211, 0)
  731. Buy100Wood.Size = UDim2.new(0, 51, 0, 15)
  732. Buy100Wood.Font = Enum.Font.SourceSans
  733. Buy100Wood.Text = "Buy 100"
  734. Buy100Wood.TextColor3 = Color3.new(0, 0, 0)
  735. Buy100Wood.TextSize = 14
  736.  
  737. Buy50Wood.Name = "Buy50Wood"
  738. Buy50Wood.Parent = Shopframe
  739. Buy50Wood.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  740. Buy50Wood.BorderSizePixel = 0
  741. Buy50Wood.Position = UDim2.new(0.239554316, 0, 0.735099316, 0)
  742. Buy50Wood.Size = UDim2.new(0, 51, 0, 15)
  743. Buy50Wood.Font = Enum.Font.SourceSans
  744. Buy50Wood.Text = "Buy 50"
  745. Buy50Wood.TextColor3 = Color3.new(0, 0, 0)
  746. Buy50Wood.TextSize = 14
  747.  
  748. Buy1Wood.Name = "Buy1Wood"
  749. Buy1Wood.Parent = Shopframe
  750. Buy1Wood.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  751. Buy1Wood.BorderSizePixel = 0
  752. Buy1Wood.Position = UDim2.new(0.239554316, 0, 0.596026361, 0)
  753. Buy1Wood.Size = UDim2.new(0, 51, 0, 15)
  754. Buy1Wood.Font = Enum.Font.SourceSans
  755. Buy1Wood.Text = "Buy 1"
  756. Buy1Wood.TextColor3 = Color3.new(0, 0, 0)
  757. Buy1Wood.TextSize = 14
  758.  
  759. Sell100Wood.Name = "Sell100Wood"
  760. Sell100Wood.Parent = Shopframe
  761. Sell100Wood.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  762. Sell100Wood.BorderSizePixel = 0
  763. Sell100Wood.Position = UDim2.new(0.239554316, 0, 0.469848543, 0)
  764. Sell100Wood.Size = UDim2.new(0, 51, 0, 14)
  765. Sell100Wood.Font = Enum.Font.SourceSans
  766. Sell100Wood.Text = "Sell 100"
  767. Sell100Wood.TextColor3 = Color3.new(0, 0, 0)
  768. Sell100Wood.TextSize = 14
  769.  
  770. Sell50Wood.Name = "Sell50Wood"
  771. Sell50Wood.Parent = Shopframe
  772. Sell50Wood.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  773. Sell50Wood.BorderSizePixel = 0
  774. Sell50Wood.Position = UDim2.new(0.239554316, 0, 0.330950707, 0)
  775. Sell50Wood.Size = UDim2.new(0, 51, 0, 14)
  776. Sell50Wood.Font = Enum.Font.SourceSans
  777. Sell50Wood.Text = "Sell 50"
  778. Sell50Wood.TextColor3 = Color3.new(0, 0, 0)
  779. Sell50Wood.TextSize = 14
  780.  
  781. Sell1Wood.Name = "Sell1Wood"
  782. Sell1Wood.Parent = Shopframe
  783. Sell1Wood.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  784. Sell1Wood.BorderSizePixel = 0
  785. Sell1Wood.Position = UDim2.new(0.239554316, 0, 0.198675498, 0)
  786. Sell1Wood.Size = UDim2.new(0, 51, 0, 14)
  787. Sell1Wood.Font = Enum.Font.SourceSans
  788. Sell1Wood.Text = "Sell 1"
  789. Sell1Wood.TextColor3 = Color3.new(0, 0, 0)
  790. Sell1Wood.TextSize = 14
  791.  
  792. Buy100Stone.Name = "Buy100Stone"
  793. Buy100Stone.Parent = Shopframe
  794. Buy100Stone.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  795. Buy100Stone.BorderSizePixel = 0
  796. Buy100Stone.Position = UDim2.new(0.423398316, 0, 0.874172211, 0)
  797. Buy100Stone.Size = UDim2.new(0, 51, 0, 15)
  798. Buy100Stone.Font = Enum.Font.SourceSans
  799. Buy100Stone.Text = "Buy 100"
  800. Buy100Stone.TextColor3 = Color3.new(0, 0, 0)
  801. Buy100Stone.TextSize = 14
  802.  
  803. Buy50Stone.Name = "Buy50Stone"
  804. Buy50Stone.Parent = Shopframe
  805. Buy50Stone.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  806. Buy50Stone.BorderSizePixel = 0
  807. Buy50Stone.Position = UDim2.new(0.423398316, 0, 0.735099316, 0)
  808. Buy50Stone.Size = UDim2.new(0, 51, 0, 15)
  809. Buy50Stone.Font = Enum.Font.SourceSans
  810. Buy50Stone.Text = "Buy 50"
  811. Buy50Stone.TextColor3 = Color3.new(0, 0, 0)
  812. Buy50Stone.TextSize = 14
  813.  
  814. Buy1Stone.Name = "Buy1Stone"
  815. Buy1Stone.Parent = Shopframe
  816. Buy1Stone.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  817. Buy1Stone.BorderSizePixel = 0
  818. Buy1Stone.Position = UDim2.new(0.423398316, 0, 0.596026361, 0)
  819. Buy1Stone.Size = UDim2.new(0, 51, 0, 15)
  820. Buy1Stone.Font = Enum.Font.SourceSans
  821. Buy1Stone.Text = "Buy 1"
  822. Buy1Stone.TextColor3 = Color3.new(0, 0, 0)
  823. Buy1Stone.TextSize = 14
  824.  
  825. Sell100Stone.Name = "Sell100Stone"
  826. Sell100Stone.Parent = Shopframe
  827. Sell100Stone.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  828. Sell100Stone.BorderSizePixel = 0
  829. Sell100Stone.Position = UDim2.new(0.423398316, 0, 0.469848543, 0)
  830. Sell100Stone.Size = UDim2.new(0, 51, 0, 14)
  831. Sell100Stone.Font = Enum.Font.SourceSans
  832. Sell100Stone.Text = "Sell 100"
  833. Sell100Stone.TextColor3 = Color3.new(0, 0, 0)
  834. Sell100Stone.TextSize = 14
  835.  
  836. Sell50Stone.Name = "Sell50Stone"
  837. Sell50Stone.Parent = Shopframe
  838. Sell50Stone.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  839. Sell50Stone.BorderSizePixel = 0
  840. Sell50Stone.Position = UDim2.new(0.423398316, 0, 0.330950707, 0)
  841. Sell50Stone.Size = UDim2.new(0, 51, 0, 14)
  842. Sell50Stone.Font = Enum.Font.SourceSans
  843. Sell50Stone.Text = "Sell 50"
  844. Sell50Stone.TextColor3 = Color3.new(0, 0, 0)
  845. Sell50Stone.TextSize = 14
  846.  
  847. Sell1Stone.Name = "Sell1Stone"
  848. Sell1Stone.Parent = Shopframe
  849. Sell1Stone.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  850. Sell1Stone.BorderSizePixel = 0
  851. Sell1Stone.Position = UDim2.new(0.423398316, 0, 0.198675498, 0)
  852. Sell1Stone.Size = UDim2.new(0, 51, 0, 14)
  853. Sell1Stone.Font = Enum.Font.SourceSans
  854. Sell1Stone.Text = "Sell 1"
  855. Sell1Stone.TextColor3 = Color3.new(0, 0, 0)
  856. Sell1Stone.TextSize = 14
  857.  
  858. Buy1Vals.Name = "Buy1Vals"
  859. Buy1Vals.Parent = Shopframe
  860. Buy1Vals.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  861. Buy1Vals.BorderSizePixel = 0
  862. Buy1Vals.Position = UDim2.new(0.612813354, 0, 0.596026361, 0)
  863. Buy1Vals.Size = UDim2.new(0, 51, 0, 15)
  864. Buy1Vals.Font = Enum.Font.SourceSans
  865. Buy1Vals.Text = "Buy 1"
  866. Buy1Vals.TextColor3 = Color3.new(0, 0, 0)
  867. Buy1Vals.TextSize = 14
  868.  
  869. Buy50Vals.Name = "Buy50Vals"
  870. Buy50Vals.Parent = Shopframe
  871. Buy50Vals.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  872. Buy50Vals.BorderSizePixel = 0
  873. Buy50Vals.Position = UDim2.new(0.612813354, 0, 0.735099316, 0)
  874. Buy50Vals.Size = UDim2.new(0, 51, 0, 15)
  875. Buy50Vals.Font = Enum.Font.SourceSans
  876. Buy50Vals.Text = "Buy 50"
  877. Buy50Vals.TextColor3 = Color3.new(0, 0, 0)
  878. Buy50Vals.TextSize = 14
  879.  
  880. Buy100Vals.Name = "Buy100Vals"
  881. Buy100Vals.Parent = Shopframe
  882. Buy100Vals.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  883. Buy100Vals.BorderSizePixel = 0
  884. Buy100Vals.Position = UDim2.new(0.612813354, 0, 0.874172211, 0)
  885. Buy100Vals.Size = UDim2.new(0, 51, 0, 15)
  886. Buy100Vals.Font = Enum.Font.SourceSans
  887. Buy100Vals.Text = "Buy 100"
  888. Buy100Vals.TextColor3 = Color3.new(0, 0, 0)
  889. Buy100Vals.TextSize = 14
  890.  
  891. Sell100Gems.Name = "Sell100Gems"
  892. Sell100Gems.Parent = Shopframe
  893. Sell100Gems.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  894. Sell100Gems.BorderSizePixel = 0
  895. Sell100Gems.Position = UDim2.new(0.799442768, 0, 0.469848543, 0)
  896. Sell100Gems.Size = UDim2.new(0, 51, 0, 14)
  897. Sell100Gems.Font = Enum.Font.SourceSans
  898. Sell100Gems.Text = "Sell 100"
  899. Sell100Gems.TextColor3 = Color3.new(0, 0, 0)
  900. Sell100Gems.TextSize = 14
  901.  
  902. Sell50Gems.Name = "Sell50Gems"
  903. Sell50Gems.Parent = Shopframe
  904. Sell50Gems.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  905. Sell50Gems.BorderSizePixel = 0
  906. Sell50Gems.Position = UDim2.new(0.799442768, 0, 0.330950707, 0)
  907. Sell50Gems.Size = UDim2.new(0, 51, 0, 14)
  908. Sell50Gems.Font = Enum.Font.SourceSans
  909. Sell50Gems.Text = "Sell 50"
  910. Sell50Gems.TextColor3 = Color3.new(0, 0, 0)
  911. Sell50Gems.TextSize = 14
  912.  
  913. Sell1Gem.Name = "Sell1Gem"
  914. Sell1Gem.Parent = Shopframe
  915. Sell1Gem.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  916. Sell1Gem.BorderSizePixel = 0
  917. Sell1Gem.Position = UDim2.new(0.799442768, 0, 0.198675483, 0)
  918. Sell1Gem.Size = UDim2.new(0, 51, 0, 14)
  919. Sell1Gem.Font = Enum.Font.SourceSans
  920. Sell1Gem.Text = "Sell 1"
  921. Sell1Gem.TextColor3 = Color3.new(0, 0, 0)
  922. Sell1Gem.TextSize = 14
  923.  
  924. ChestFrame.Name = "ChestFrame"
  925. ChestFrame.Parent = Mainframe
  926. ChestFrame.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  927. ChestFrame.BorderSizePixel = 0
  928. ChestFrame.Position = UDim2.new(-2.38418579e-07, 0, 0.119047523, 0)
  929. ChestFrame.Size = UDim2.new(0, 359, 0, 151)
  930.  
  931. Chest1.Name = "Chest1"
  932. Chest1.Parent = ChestFrame
  933. Chest1.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  934. Chest1.BorderSizePixel = 0
  935. Chest1.Position = UDim2.new(0.0574234128, 0, 0.121029586, 0)
  936. Chest1.Size = UDim2.new(0, 149, 0, 46)
  937. Chest1.Font = Enum.Font.SourceSans
  938. Chest1.Text = "Chest 1"
  939. Chest1.TextColor3 = Color3.new(0, 0, 0)
  940. Chest1.TextSize = 14
  941.  
  942. Chest3.Name = "Chest3"
  943. Chest3.Parent = ChestFrame
  944. Chest3.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  945. Chest3.BorderSizePixel = 0
  946. Chest3.Position = UDim2.new(0.0573162846, 0, 0.564738214, 0)
  947. Chest3.Size = UDim2.new(0, 149, 0, 46)
  948. Chest3.Font = Enum.Font.SourceSans
  949. Chest3.Text = "Chest 3"
  950. Chest3.TextColor3 = Color3.new(0, 0, 0)
  951. Chest3.TextSize = 14
  952.  
  953. Chest4.Name = "Chest4"
  954. Chest4.Parent = ChestFrame
  955. Chest4.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  956. Chest4.BorderSizePixel = 0
  957. Chest4.Position = UDim2.new(0.522497356, 0, 0.564738214, 0)
  958. Chest4.Size = UDim2.new(0, 149, 0, 46)
  959. Chest4.Font = Enum.Font.SourceSans
  960. Chest4.Text = "Chest 4"
  961. Chest4.TextColor3 = Color3.new(0, 0, 0)
  962. Chest4.TextSize = 14
  963.  
  964. Chest2.Name = "Chest2"
  965. Chest2.Parent = ChestFrame
  966. Chest2.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  967. Chest2.BorderSizePixel = 0
  968. Chest2.Position = UDim2.new(0.522604465, 0, 0.121029586, 0)
  969. Chest2.Size = UDim2.new(0, 149, 0, 46)
  970. Chest2.Font = Enum.Font.SourceSans
  971. Chest2.Text = "Chest 2"
  972. Chest2.TextColor3 = Color3.new(0, 0, 0)
  973. Chest2.TextSize = 14
  974.  
  975. discordlabel.Name = "discordlabel"
  976. discordlabel.Parent = Topframe
  977. discordlabel.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  978. discordlabel.BorderSizePixel = 0
  979. discordlabel.Position = UDim2.new(0.220055714, 0, 0, 0)
  980. discordlabel.Size = UDim2.new(0, 200, 0, 21)
  981. discordlabel.Font = Enum.Font.SourceSans
  982. discordlabel.Text = "Psykek#3180"
  983. discordlabel.TextColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  984. discordlabel.TextSize = 16
  985.  
  986. Close.Name = "Close"
  987. Close.Parent = Topframe
  988. Close.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  989. Close.BorderSizePixel = 0
  990. Close.Position = UDim2.new(0.944289684, 0, 0, 0)
  991. Close.Size = UDim2.new(0, 20, 0, 21)
  992. Close.Font = Enum.Font.SourceSans
  993. Close.Text = "X"
  994. Close.TextColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  995. Close.TextSize = 18
  996.  
  997. Topframe.Active = true
  998. Topframe.Draggable = true
  999.  
  1000. -- Teleports
  1001.  
  1002. Castle1tp.MouseButton1Click:Connect(function()
  1003. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-159.014893, 50.9357414, -1106.13391))
  1004. end)
  1005.  
  1006. Castle2tp.MouseButton1Click:Connect(function()
  1007. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1738.2135, 62.3870659, -1578.26794))
  1008. end)
  1009.  
  1010. Castle3tp.MouseButton1Click:Connect(function()
  1011. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(2340.37671, 10.3426418, 518.180359))
  1012. end)
  1013.  
  1014. Castle4tp.MouseButton1Click:Connect(function()
  1015. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(2299.85352, 9.75720406, 1445.02637))
  1016. end)
  1017.  
  1018. Castle5tp.MouseButton1Click:Connect(function()
  1019. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1632.09082, 8.43660736, 1782.2865))
  1020. end)
  1021.  
  1022. Castle6tp.MouseButton1Click:Connect(function()
  1023. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(750.1604, 88.9774323, 1979.28906))
  1024. end)
  1025.  
  1026. Castle7tp.MouseButton1Click:Connect(function()
  1027. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-645.236206, 76.6011963, 1202.07532))
  1028. end)
  1029.  
  1030. Castle8tp.MouseButton1Click:Connect(function()
  1031. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1556.68811, 50.2579498, 1099.34204))
  1032. end)
  1033.  
  1034. Cambriatp.MouseButton1Click:Connect(function()
  1035. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(121.821793, 47.1886177, -81.6095734))
  1036. wait(0.5)
  1037. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-4.41736031, 48.9962273, 48.708168))
  1038. end)
  1039.  
  1040. CambriaBlacksmithtp.MouseButton1Click:Connect(function()
  1041. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(242.165939, 49.2051048, 53.0734291))
  1042. end)
  1043.  
  1044. CambriaMerchanttp.MouseButton1Click:Connect(function()
  1045. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(13.381465, 51.4399223, -6.68627357))
  1046. end)
  1047.  
  1048. CambriaStablestp.MouseButton1Click:Connect(function()
  1049. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-210.164383, 47.2582779, -48.0417061))
  1050. end)
  1051.  
  1052. CambriaStocktp.MouseButton1Click:Connect(function()
  1053. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-477.71344, 48.6627007, -153.901245))
  1054. end)
  1055.  
  1056. CambriaStoragetp.MouseButton1Click:Connect(function()
  1057. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-199.792557, 43.8552666, 64.4364166))
  1058. end)
  1059.  
  1060. Abbot1tp.MouseButton1Click:Connect(function()
  1061. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-10.6959658, 42.5449791, 834.797852))
  1062. end)
  1063.  
  1064. Abbot2tp.MouseButton1Click:Connect(function()
  1065. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-340.367188, 48.2986946, 2685.72632))
  1066. end)
  1067.  
  1068. Abbot3tp.MouseButton1Click:Connect(function()
  1069. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(2417.23022, 64.0558395, -73.0739822))
  1070. end)
  1071.  
  1072. BoarGodtp.MouseButton1Click:Connect(function()
  1073. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(839.605652, 52.9381065, -1740.85278))
  1074. end)
  1075.  
  1076. Swynholttp.MouseButton1Click:Connect(function()
  1077. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1644.5343, 62.5648308, -278.565643))
  1078. wait(0.5)
  1079. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1718.19678, 57.5317459, -116.889351))
  1080. end)
  1081.  
  1082. SwynholtStablestp.MouseButton1Click:Connect(function()
  1083. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1965.4126, 48.9999924, -189.729782))
  1084. end)
  1085.  
  1086. SwynholtStocktp.MouseButton1Click:Connect(function()
  1087. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-255.127045, -115.000061, 2597.21313))
  1088. end)
  1089.  
  1090. Alchemisttp.MouseButton1Click:Connect(function()
  1091. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1031.18616, 100.760963, 1518.56787))
  1092. end)
  1093.  
  1094. Ambertp.MouseButton1Click:Connect(function()
  1095. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-256.200958, 38.2698784, 1828.79822))
  1096. wait(0.5)
  1097. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-272.835815, 36.9999886, 1988.31946))
  1098. end)
  1099.  
  1100. Pillartp.MouseButton1Click:Connect(function()
  1101. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1812.4386, 44.9025993, -1005.2619))
  1102. end)
  1103.  
  1104. Ravinetp.MouseButton1Click:Connect(function()
  1105. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(230.123642, 57.4100647, 578.142151))
  1106. end)
  1107.  
  1108. EmptyCavetp.MouseButton1Click:Connect(function()
  1109. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(359.570068, -27.0787449, 322.588074))
  1110. end)
  1111.  
  1112. GemTreetp.MouseButton1Click:Connect(function()
  1113. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1558.03198, 34.2173653, -121.081772))
  1114. end)
  1115.  
  1116. CrazedMinertp.MouseButton1Click:Connect(function()
  1117. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(221.951294, -82.6353989, 636.489685))
  1118. end)
  1119.  
  1120. Gemstone1tp.MouseButton1Click:Connect(function()
  1121. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(879.362122, 35.8358345, 1188.39111))
  1122. end)
  1123.  
  1124. Gemstone2tp.MouseButton1Click:Connect(function()
  1125. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(902.512024, -98.0971069, 1261.08899))
  1126. end)
  1127.  
  1128. Gemstone3tp.MouseButton1Click:Connect(function()
  1129. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(999.409302, -81.8126602, 1246.74805))
  1130. end)
  1131.  
  1132. Gemstone4tp.MouseButton1Click:Connect(function()
  1133. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1757.82324, -39.2121773, 312.053253))
  1134. end)
  1135.  
  1136. Gemstone5tp.MouseButton1Click:Connect(function()
  1137. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1259.66797, -48.9713478, -1474.84448))
  1138. end)
  1139.  
  1140. Gemstone6tp.MouseButton1Click:Connect(function()
  1141. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-761.881958, -54.9974937, 715.882263))
  1142. end)
  1143.  
  1144. PurpleOre1tp.MouseButton1Click:Connect(function()
  1145. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-806.333069, -56.659771, 764.309387))
  1146. end)
  1147.  
  1148. PurpleOre2tp.MouseButton1Click:Connect(function()
  1149. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(941.560852, -81.3185959, 1161.71851))
  1150. end)
  1151.  
  1152. -- Chest
  1153.  
  1154. Chest1.MouseButton1Click:Connect(function()
  1155. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(521.05188, 209.995834, -548.923706))
  1156. end)
  1157.  
  1158. Chest2.MouseButton1Click:Connect(function()
  1159. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(923.227295, -66.6790466, 1282.74585))
  1160. end)
  1161.  
  1162. Chest3.MouseButton1Click:Connect(function()
  1163. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(945.527588, -66.6790466, 1218.18677))
  1164. end)
  1165.  
  1166. Chest4.MouseButton1Click:Connect(function()
  1167. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(943.5672, -41.6692047, 1282.38708))
  1168. end)
  1169.  
  1170. -- Shop
  1171.  
  1172. Buy1Food.MouseButton1Click:Connect(function()
  1173. workspace.resMarket:FireServer("Food", 1, "buy")
  1174. end)
  1175.  
  1176. Buy50Food.MouseButton1Click:Connect(function()
  1177. workspace.resMarket:FireServer("Food", 50, "buy")
  1178. end)
  1179.  
  1180. Buy100Food.MouseButton1Click:Connect(function()
  1181. workspace.resMarket:FireServer("Food", 100, "buy")
  1182. end)
  1183.  
  1184. Sell1Food.MouseButton1Click:Connect(function()
  1185. workspace.resMarket:FireServer("Food", 1, "sell")
  1186. end)
  1187.  
  1188. Sell50Food.MouseButton1Click:Connect(function()
  1189. workspace.resMarket:FireServer("Food", 50, "sell")
  1190. end)
  1191.  
  1192. Sell100Food.MouseButton1Click:Connect(function()
  1193. workspace.resMarket:FireServer("Food", 100, "sell")
  1194. end)
  1195.  
  1196. Buy1Wood.MouseButton1Click:Connect(function()
  1197. workspace.resMarket:FireServer("Wood", 1, "buy")
  1198. end)
  1199.  
  1200. Buy50Wood.MouseButton1Click:Connect(function()
  1201. workspace.resMarket:FireServer("Wood", 50, "buy")
  1202. end)
  1203.  
  1204. Buy100Wood.MouseButton1Click:Connect(function()
  1205. workspace.resMarket:FireServer("Wood", 100, "buy")
  1206. end)
  1207.  
  1208. Sell1Wood.MouseButton1Click:Connect(function()
  1209. workspace.resMarket:FireServer("Wood", 1, "sell")
  1210. end)
  1211.  
  1212. Sell50Wood.MouseButton1Click:Connect(function()
  1213. workspace.resMarket:FireServer("Wood", 50, "sell")
  1214. end)
  1215.  
  1216. Sell100Wood.MouseButton1Click:Connect(function()
  1217. workspace.resMarket:FireServer("Wood", 100, "sell")
  1218. end)
  1219.  
  1220. Buy1Stone.MouseButton1Click:Connect(function()
  1221. workspace.resMarket:FireServer("Stone", 1, "buy")
  1222. end)
  1223.  
  1224. Buy50Stone.MouseButton1Click:Connect(function()
  1225. workspace.resMarket:FireServer("Stone", 50, "buy")
  1226. end)
  1227.  
  1228. Buy100Stone.MouseButton1Click:Connect(function()
  1229. workspace.resMarket:FireServer("Stone", 100, "buy")
  1230. end)
  1231.  
  1232. Sell1Stone.MouseButton1Click:Connect(function()
  1233. workspace.resMarket:FireServer("Stone", 1, "sell")
  1234. end)
  1235.  
  1236. Sell50Stone.MouseButton1Click:Connect(function()
  1237. workspace.resMarket:FireServer("Stone", 50, "sell")
  1238. end)
  1239.  
  1240. Sell100Stone.MouseButton1Click:Connect(function()
  1241. workspace.resMarket:FireServer("Stone", 100, "sell")
  1242. end)
  1243.  
  1244. Buy1Vals.MouseButton1Click:Connect(function()
  1245. workspace.resMarket:FireServer("Valuables", 1, "buy")
  1246. end)
  1247.  
  1248. Buy50Vals.MouseButton1Click:Connect(function()
  1249. workspace.resMarket:FireServer("Valuables", 50, "buy")
  1250. end)
  1251.  
  1252. Buy100Vals.MouseButton1Click:Connect(function()
  1253. workspace.resMarket:FireServer("Valuables", 100, "buy")
  1254. end)
  1255.  
  1256. Sell1Vals.MouseButton1Click:Connect(function()
  1257. workspace.resMarket:FireServer("Valuables", 1, "sell")
  1258. end)
  1259.  
  1260. Sell50Vals.MouseButton1Click:Connect(function()
  1261. workspace.resMarket:FireServer("Valuables", 50, "sell")
  1262. end)
  1263.  
  1264. Sell100Vals.MouseButton1Click:Connect(function()
  1265. workspace.resMarket:FireServer("Valuables", 100, "sell")
  1266. end)
  1267.  
  1268. Sell1Gem.MouseButton1Click:Connect(function()
  1269. workspace.resMarket:FireServer("Gemstone", 1, "sell")
  1270. end)
  1271.  
  1272. Sell50Gems.MouseButton1Click:Connect(function()
  1273. workspace.resMarket:FireServer("Gemstone", 50, "sell")
  1274. end)
  1275.  
  1276. Sell100Gems.MouseButton1Click:Connect(function()
  1277. workspace.resMarket:FireServer("Gemstone", 100, "sell")
  1278. end)
  1279.  
  1280. -- Tabs
  1281.  
  1282. ShopTab.MouseButton1Click:Connect(function()
  1283. Shopframe.Visible = true
  1284. ChestFrame.Visible = false
  1285. TeleportFrame.Visible = false
  1286. end)
  1287.  
  1288. ChestTab.MouseButton1Click:Connect(function()
  1289. Shopframe.Visible = false
  1290. ChestFrame.Visible = true
  1291. TeleportFrame.Visible = false
  1292. end)
  1293.  
  1294. TPTab.MouseButton1Click:Connect(function()
  1295. Shopframe.Visible = false
  1296. ChestFrame.Visible = false
  1297. TeleportFrame.Visible = true
  1298. end)
  1299.  
  1300. Close.MouseButton1Click:Connect(function()
  1301. ImperiumGUI:Destroy()
  1302. end)
Add Comment
Please, Sign In to add comment