The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Azure Mines script pastebin roblox
By LINK GAME on 2024-09-20 08:00 am | Syntax: LUA | Views: 11



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.  -- made by rolevote
  2.  
  3.  
  4. local player = game:GetService("Players").LocalPlayer
  5. local xrayfarm = 0
  6. local autofarm = 0
  7. local autofarm2 = 0
  8. local autofarm3 = 0
  9. local autofarm4 = 0
  10. local autofarm5 = 0
  11. local autofarm6 = 0
  12. local autofarm7 = 0
  13. local autofarm8 = 0
  14. local autofarm9 = 0
  15. local autofarm10 = 0
  16. local AM = Instance.new("ScreenGui")
  17. local Open = Instance.new("ImageButton")
  18. local UICorner = Instance.new("UICorner")
  19. local main = Instance.new("ImageLabel")
  20. local ScrollingFrame = Instance.new("ScrollingFrame")
  21. local Yes = Instance.new("TextButton")
  22. local UICorner_2 = Instance.new("UICorner")
  23. local AFT = Instance.new("TextLabel")
  24. local Copper = Instance.new("ImageButton")
  25. local UICorner_3 = Instance.new("UICorner")
  26. local Coal = Instance.new("ImageButton")
  27. local UICorner_4 = Instance.new("UICorner")
  28. local Silver = Instance.new("ImageButton")
  29. local UICorner_5 = Instance.new("UICorner")
  30. local Iron = Instance.new("ImageButton")
  31. local UICorner_6 = Instance.new("UICorner")
  32. local No = Instance.new("TextButton")
  33. local UICorner_7 = Instance.new("UICorner")
  34. local xray = Instance.new("TextLabel")
  35. local Diamond = Instance.new("ImageButton")
  36. local UICorner_8 = Instance.new("UICorner")
  37. local Gold = Instance.new("ImageButton")
  38. local UICorner_9 = Instance.new("UICorner")
  39. local Sapphire = Instance.new("ImageButton")
  40. local UICorner_10 = Instance.new("UICorner")
  41. local Ruby = Instance.new("ImageButton")
  42. local UICorner_11 = Instance.new("UICorner")
  43. local Unobtainium = Instance.new("ImageButton")
  44. local UICorner_12 = Instance.new("UICorner")
  45. local Uranium = Instance.new("ImageButton")
  46. local UICorner_13 = Instance.new("UICorner")
  47. local Close = Instance.new("TextButton")
  48. local UpdateV = Instance.new("TextLabel")
  49. local rolevote = Instance.new("TextLabel")
  50. local title = Instance.new("TextLabel")
  51. local UICorner_14 = Instance.new("UICorner")
  52.  
  53. --Properties:
  54.  
  55. AM.Name = "AM"
  56. AM.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  57. AM.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  58. AM.ResetOnSpawn = false
  59.  
  60. Open.Name = "Open"
  61. Open.Parent = AM
  62. Open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  63. Open.BackgroundTransparency = 5.000
  64. Open.Position = UDim2.new(-0.000687002263, 0, 0.660167277, 0)
  65. Open.Size = UDim2.new(0, 53, 0, 51)
  66. Open.Image = "rbxassetid://819418799"
  67. Open.MouseButton1Down:Connect(function()
  68.         main.Visible = true
  69. end)
  70.  
  71. UICorner.Parent = Open
  72.  
  73. main.Name = "main"
  74. main.Parent = AM
  75. main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  76. main.Position = UDim2.new(0.240287766, 0, 0.166982919, 0)
  77. main.Size = UDim2.new(0, 360, 0, 332)
  78. main.Image = "rbxassetid://313965528"
  79. main.Active = true
  80. main.Draggable = true
  81. main.Visible = false
  82.  
  83.  
  84. ScrollingFrame.Parent = main
  85. ScrollingFrame.Active = true
  86. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  87. ScrollingFrame.Position = UDim2.new(0.036111109, 0, 0.192771092, 0)
  88. ScrollingFrame.Size = UDim2.new(0, 333, 0, 268)
  89. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 6, 0)
  90.  
  91. Yes.Name = "Yes"
  92. Yes.Parent = ScrollingFrame
  93. Yes.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  94. Yes.Position = UDim2.new(0.00573068485, 0, 0.0326458886, 0)
  95. Yes.Size = UDim2.new(0, 157, 0, 50)
  96. Yes.Font = Enum.Font.Arcade
  97. Yes.Text = "On"
  98. Yes.TextColor3 = Color3.fromRGB(255, 255, 255)
  99. Yes.TextSize = 18.000
  100. Yes.MouseButton1Down:Connect(function()
  101.         xrayfarm = 1
  102.         while wait(1) do
  103.                 if xrayfarm == 1 then
  104.                 for i,v in pairs(workspace.Mine:GetChildren()) do
  105.                         if v.Name == "Stone" then
  106.                                 v.Transparency = 0.9
  107.                                 end
  108.                         end
  109.                 end
  110.         end
  111. end)
  112.  
  113. UICorner_2.Parent = Yes
  114.  
  115. AFT.Name = "AFT"
  116. AFT.Parent = ScrollingFrame
  117. AFT.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  118. AFT.BackgroundTransparency = 5.000
  119. AFT.Position = UDim2.new(0.342267275, 0, 0.0898594633, 0)
  120. AFT.Size = UDim2.new(0, 43, 0, 35)
  121. AFT.Font = Enum.Font.Arcade
  122. AFT.Text = "Auto Farm Tools"
  123. AFT.TextColor3 = Color3.fromRGB(0, 0, 0)
  124. AFT.TextSize = 30.000
  125.  
  126. Copper.Name = "Copper"
  127. Copper.Parent = ScrollingFrame
  128. Copper.BackgroundColor3 = Color3.fromRGB(138, 138, 138)
  129. Copper.Position = UDim2.new(0.0240240246, 0, 0.105421662, 0)
  130. Copper.Size = UDim2.new(0, 100, 0, 100)
  131. Copper.Image = "rbxassetid://5994414304"
  132. Copper.MouseButton1Down:Connect(function()
  133.         local tool = Instance.new("Tool", player.Backpack)
  134.         tool.RequiresHandle = false
  135.         tool.CanBeDropped = false
  136.         tool.TextureId = "rbxassetid://5994414304"
  137.         tool.Name = "Copper"
  138.  
  139.         tool.Activated:Connect(function()
  140.                 autofarm = 1
  141.                 while wait(0.1) do
  142.                         if autofarm == 1 then
  143.                                 local v = workspace.Mine:FindFirstChild("Copper")
  144.                                 player.Character.Torso.Anchored = false
  145.                                 player.Character.HumanoidRootPart.CFrame = v.CFrame
  146.                                 wait(0)
  147.                                 player.Character.Torso.Anchored = true
  148.                         end
  149.                 end
  150.         end)
  151.  
  152.         player.Character.Humanoid.Died:Connect(function()
  153.                 autofarm = 0
  154.                 tool:Destroy()
  155.                 player.Character.Torso.Anchored = false
  156.         end)
  157. end)
  158.  
  159. UICorner_3.Parent = Copper
  160.  
  161. Coal.Name = "Coal"
  162. Coal.Parent = ScrollingFrame
  163. Coal.BackgroundColor3 = Color3.fromRGB(138, 138, 138)
  164. Coal.Position = UDim2.new(0.0240240246, 0, 0.156124443, 0)
  165. Coal.Size = UDim2.new(0, 100, 0, 100)
  166. Coal.Image = "rbxassetid://5994412941"
  167. Coal.MouseButton1Down:Connect(function()
  168.         local tool = Instance.new("Tool", player.Backpack)
  169.         tool.RequiresHandle = false
  170.         tool.CanBeDropped = false
  171.         tool.TextureId = "rbxassetid://5994412941"
  172.         tool.Name = "Coal"
  173.  
  174.         tool.Activated:Connect(function()
  175.                 autofarm2 = 1
  176.                 while wait(0.1) do
  177.                         if autofarm2 == 1 then
  178.                                 local v = workspace.Mine:FindFirstChild("Coal")
  179.                                 player.Character.Torso.Anchored = false
  180.                                 player.Character.HumanoidRootPart.CFrame = v.CFrame
  181.                                 wait(0)
  182.                                 player.Character.Torso.Anchored = true
  183.                         end
  184.                 end
  185.         end)
  186.  
  187.         player.Character.Humanoid.Died:Connect(function()
  188.                 autofarm2 = 0
  189.                 tool:Destroy()
  190.                 player.Character.Torso.Anchored = false
  191.         end)
  192. end)
  193.  
  194. UICorner_4.Parent = Coal
  195.  
  196. Silver.Name = "Silver"
  197. Silver.Parent = ScrollingFrame
  198. Silver.BackgroundColor3 = Color3.fromRGB(138, 138, 138)
  199. Silver.Position = UDim2.new(0.0240240246, 0, 0.206325248, 0)
  200. Silver.Size = UDim2.new(0, 100, 0, 100)
  201. Silver.Image = "rbxassetid://5994438430"
  202. Silver.MouseButton1Down:Connect(function()
  203.         local tool = Instance.new("Tool", player.Backpack)
  204.         tool.RequiresHandle = false
  205.         tool.CanBeDropped = false
  206.         tool.TextureId = "rbxassetid://5994438430"
  207.         tool.Name = "Silver"
  208.  
  209.         tool.Activated:Connect(function()
  210.                 autofarm3 = 1
  211.                 while wait(0.1) do
  212.                         if autofarm3 == 1 then
  213.                                 local v = workspace.Mine:FindFirstChild("Silver")
  214.                                 player.Character.Torso.Anchored = false
  215.                                 player.Character.HumanoidRootPart.CFrame = v.CFrame
  216.                                 wait(0)
  217.                                 player.Character.Torso.Anchored = true
  218.                         end
  219.                 end
  220.         end)
  221.  
  222.         player.Character.Humanoid.Died:Connect(function()
  223.                 autofarm3 = 0
  224.                 tool:Destroy()
  225.                 player.Character.Torso.Anchored = false
  226.         end)
  227. end)
  228.  
  229. UICorner_5.Parent = Silver
  230.  
  231. Iron.Name = "Iron"
  232. Iron.Parent = ScrollingFrame
  233. Iron.BackgroundColor3 = Color3.fromRGB(138, 138, 138)
  234. Iron.Position = UDim2.new(0.0240240246, 0, 0.256526053, 0)
  235. Iron.Size = UDim2.new(0, 100, 0, 100)
  236. Iron.Image = "rbxassetid://5994423607"
  237. Iron.MouseButton1Down:Connect(function()
  238.         local tool = Instance.new("Tool", player.Backpack)
  239.         tool.RequiresHandle = false
  240.         tool.CanBeDropped = false
  241.         tool.TextureId = "rbxassetid://5994423607"
  242.         tool.Name = "Iron"
  243.  
  244.         tool.Activated:Connect(function()
  245.                 autofarm4 = 1
  246.                 while wait(0.1) do
  247.                         if autofarm4 == 1 then
  248.                                 local v = workspace.Mine:FindFirstChild("Iron")
  249.                                 player.Character.Torso.Anchored = false
  250.                                 player.Character.HumanoidRootPart.CFrame = v.CFrame
  251.                                 wait(0)
  252.                                 player.Character.Torso.Anchored = true
  253.                         end
  254.                 end
  255.         end)
  256.  
  257.         player.Character.Humanoid.Died:Connect(function()
  258.                 autofarm4 = 0
  259.                 tool:Destroy()
  260.                 player.Character.Torso.Anchored = false
  261.         end)
  262. end)
  263.  
  264. UICorner_6.Parent = Iron
  265.  
  266. No.Name = "No"
  267. No.Parent = ScrollingFrame
  268. No.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  269. No.Position = UDim2.new(0.477202147, 0, 0.0326458886, 0)
  270. No.Size = UDim2.new(0, 157, 0, 50)
  271. No.Font = Enum.Font.Arcade
  272. No.Text = "Off"
  273. No.TextColor3 = Color3.fromRGB(255, 255, 255)
  274. No.TextSize = 18.000
  275. No.MouseButton1Down:Connect(function()
  276.         xrayfarm = 0
  277.         wait(0.1)
  278.         for i,v in pairs(workspace.Mine:GetChildren()) do
  279.                 if v.Name == "Stone" then
  280.                         v.Transparency = 0
  281.                 end
  282.         end
  283. end)
  284. UICorner_7.Parent = No
  285.  
  286. xray.Name = "xray"
  287. xray.Parent = ScrollingFrame
  288. xray.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  289. xray.BackgroundTransparency = 5.000
  290. xray.Position = UDim2.new(0.0509759933, 0, -0.00100400299, 0)
  291. xray.Size = UDim2.new(0, 43, 0, 35)
  292. xray.Font = Enum.Font.Arcade
  293. xray.Text = "X-Ray"
  294. xray.TextColor3 = Color3.fromRGB(0, 0, 0)
  295. xray.TextSize = 20.000
  296.  
  297. Diamond.Name = "Diamond"
  298. Diamond.Parent = ScrollingFrame
  299. Diamond.BackgroundColor3 = Color3.fromRGB(138, 138, 138)
  300. Diamond.Position = UDim2.new(0.0240240246, 0, 0.306224912, 0)
  301. Diamond.Size = UDim2.new(0, 100, 0, 100)
  302. Diamond.Image = "rbxassetid://5994415998"
  303. Diamond.MouseButton1Down:Connect(function()
  304.         local tool = Instance.new("Tool", player.Backpack)
  305.         tool.RequiresHandle = false
  306.         tool.CanBeDropped = false
  307.         tool.TextureId = "rbxassetid://5994415998"
  308.         tool.Name = "Diamond"
  309.  
  310.         tool.Activated:Connect(function()
  311.                 autofarm5 = 1
  312.                 while wait(0.1) do
  313.                         if autofarm5 == 1 then
  314.                                 local v = workspace.Mine:FindFirstChild("Diamond")
  315.                                 player.Character.Torso.Anchored = false
  316.                                 player.Character.HumanoidRootPart.CFrame = v.CFrame
  317.                                 wait(0)
  318.                                 player.Character.Torso.Anchored = true
  319.                         end
  320.                 end
  321.         end)
  322.  
  323.         player.Character.Humanoid.Died:Connect(function()
  324.                 autofarm5 = 0
  325.                 tool:Destroy()
  326.                 player.Character.Torso.Anchored = false
  327.         end)
  328. end)
  329. UICorner_8.Parent = Diamond
  330.  
  331. Gold.Name = "Gold"
  332. Gold.Parent = ScrollingFrame
  333. Gold.BackgroundColor3 = Color3.fromRGB(138, 138, 138)
  334. Gold.Position = UDim2.new(0.0240240246, 0, 0.356927723, 0)
  335. Gold.Size = UDim2.new(0, 100, 0, 100)
  336. Gold.Image = "rbxassetid://5994421450"
  337. Gold.MouseButton1Down:Connect(function()
  338.         local tool = Instance.new("Tool", player.Backpack)
  339.         tool.RequiresHandle = false
  340.         tool.CanBeDropped = false
  341.         tool.TextureId = "rbxassetid://5994421450"
  342.         tool.Name = "Gold"
  343.  
  344.         tool.Activated:Connect(function()
  345.                 autofarm6 = 1
  346.                 while wait(0.1) do
  347.                         if autofarm6 == 1 then
  348.                                 local v = workspace.Mine:FindFirstChild("Gold")
  349.                                 player.Character.Torso.Anchored = false
  350.                                 player.Character.HumanoidRootPart.CFrame = v.CFrame
  351.                                 wait(0)
  352.                                 player.Character.Torso.Anchored = true
  353.                         end
  354.                 end
  355.         end)
  356.  
  357.         player.Character.Humanoid.Died:Connect(function()
  358.                 autofarm6 = 0
  359.                 tool:Destroy()
  360.                 player.Character.Torso.Anchored = false
  361.         end)
  362.  
  363. end)
  364. UICorner_9.Parent = Gold
  365.  
  366. Sapphire.Name = "Sapphire"
  367. Sapphire.Parent = ScrollingFrame
  368. Sapphire.BackgroundColor3 = Color3.fromRGB(138, 138, 138)
  369. Sapphire.Position = UDim2.new(0.0240240227, 0, 0.407128572, 0)
  370. Sapphire.Size = UDim2.new(0, 100, 0, 100)
  371. Sapphire.Image = "rbxassetid://5994434769"
  372. Sapphire.MouseButton1Down:Connect(function()
  373.         local tool = Instance.new("Tool", player.Backpack)
  374.         tool.RequiresHandle = false
  375.         tool.CanBeDropped = false
  376.         tool.TextureId = "rbxassetid://5994434769"
  377.         tool.Name = "Sapphire"
  378.  
  379.         tool.Activated:Connect(function()
  380.                 autofarm7 = 1
  381.                 while wait(0.1) do
  382.                         if autofarm7 == 1 then
  383.                                 local v = workspace.Mine:FindFirstChild("Sapphire")
  384.                                 player.Character.Torso.Anchored = false
  385.                                 player.Character.HumanoidRootPart.CFrame = v.CFrame
  386.                                 wait(0)
  387.                                 player.Character.Torso.Anchored = true
  388.                         end
  389.                 end
  390.         end)
  391.  
  392.         player.Character.Humanoid.Died:Connect(function()
  393.                 autofarm7 = 0
  394.                 tool:Destroy()
  395.                 player.Character.Torso.Anchored = false
  396.         end)
  397. end)
  398. UICorner_10.Parent = Sapphire
  399.  
  400. Ruby.Name = "Ruby"
  401. Ruby.Parent = ScrollingFrame
  402. Ruby.BackgroundColor3 = Color3.fromRGB(138, 138, 138)
  403. Ruby.Position = UDim2.new(0.0240240358, 0, 0.455823272, 0)
  404. Ruby.Size = UDim2.new(0, 100, 0, 100)
  405. Ruby.Image = "rbxassetid://6385617838"
  406. Ruby.MouseButton1Down:Connect(function()
  407.         local tool = Instance.new("Tool", player.Backpack)
  408.         tool.RequiresHandle = false
  409.         tool.CanBeDropped = false
  410.         tool.TextureId = "rbxassetid://6385617838"
  411.         tool.Name = "Ruby"
  412.  
  413.         tool.Activated:Connect(function()
  414.                 autofarm8 = 1
  415.                 while wait(0.1) do
  416.                         if autofarm8 == 1 then
  417.                                 local v = workspace.Mine:FindFirstChild("Ruby")
  418.                                 player.Character.Torso.Anchored = false
  419.                                 player.Character.HumanoidRootPart.CFrame = v.CFrame
  420.                                 wait(0)
  421.                                 player.Character.Torso.Anchored = true
  422.                         end
  423.                 end
  424.         end)
  425.  
  426.         player.Character.Humanoid.Died:Connect(function()
  427.                 autofarm8 = 0
  428.                 tool:Destroy()
  429.                 player.Character.Torso.Anchored = false
  430.         end)
  431.  
  432. end)
  433. UICorner_11.Parent = Ruby
  434.  
  435. Unobtainium.Name = "Unobtainium"
  436. Unobtainium.Parent = ScrollingFrame
  437. Unobtainium.BackgroundColor3 = Color3.fromRGB(138, 138, 138)
  438. Unobtainium.Position = UDim2.new(0.0240240358, 0, 0.505522072, 0)
  439. Unobtainium.Size = UDim2.new(0, 100, 0, 100)
  440. Unobtainium.Image = "rbxassetid://5994443311"
  441. Unobtainium.MouseButton1Down:Connect(function()
  442.         local tool = Instance.new("Tool", player.Backpack)
  443.         tool.RequiresHandle = false
  444.         tool.CanBeDropped = false
  445.         tool.TextureId = "rbxassetid://5994443311"
  446.         tool.Name = "Unobtainium"
  447.  
  448.         tool.Activated:Connect(function()
  449.                 autofarm9 = 1
  450.                 while wait(0.1) do
  451.                         if autofarm9 == 1 then
  452.                                 local v = workspace.Mine:FindFirstChild("Unobtainium")
  453.                                 player.Character.Torso.Anchored = false
  454.                                 player.Character.HumanoidRootPart.CFrame = v.CFrame
  455.                                 wait(0)
  456.                                 player.Character.Torso.Anchored = true
  457.                         end
  458.                 end
  459.         end)
  460.  
  461.         player.Character.Humanoid.Died:Connect(function()
  462.                 autofarm9 = 0
  463.                 tool:Destroy()
  464.                 player.Character.Torso.Anchored = false
  465.         end)
  466. end)
  467. UICorner_12.Parent = Unobtainium
  468.  
  469. Uranium.Name = "Uranium"
  470. Uranium.Parent = ScrollingFrame
  471. Uranium.BackgroundColor3 = Color3.fromRGB(138, 138, 138)
  472. Uranium.Position = UDim2.new(0.0240240358, 0, 0.555722892, 0)
  473. Uranium.Size = UDim2.new(0, 100, 0, 100)
  474. Uranium.Image = "rbxassetid://430794342"
  475. Uranium.MouseButton1Down:Connect(function()
  476.         local tool = Instance.new("Tool", player.Backpack)
  477.         tool.RequiresHandle = false
  478.         tool.CanBeDropped = false
  479.         tool.TextureId = "rbxassetid://430794342"
  480.         tool.Name = "Uranium"
  481.  
  482.         tool.Activated:Connect(function()
  483.                 autofarm10 = 1
  484.                 while wait(0.1) do
  485.                         if autofarm10 == 1 then
  486.                                 local v = workspace.Mine:FindFirstChild("Uranium")
  487.                                 player.Character.Torso.Anchored = false
  488.                                 player.Character.HumanoidRootPart.CFrame = v.CFrame
  489.                                 wait(0)
  490.                                 player.Character.Torso.Anchored = true
  491.                         end
  492.                 end
  493.         end)
  494.  
  495.         player.Character.Humanoid.Died:Connect(function()
  496.                 autofarm10 = 0
  497.                 tool:Destroy()
  498.                 player.Character.Torso.Anchored = false
  499.         end)
  500. end)
  501. UICorner_13.Parent = Uranium
  502.  
  503. Close.Name = "Close"
  504. Close.Parent = main
  505. Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  506. Close.BackgroundTransparency = 5.000
  507. Close.Position = UDim2.new(0.839050114, 0, -0.0294117648, 0)
  508. Close.Size = UDim2.new(0, 71, 0, 50)
  509. Close.Font = Enum.Font.Arcade
  510. Close.Text = "X"
  511. Close.TextColor3 = Color3.fromRGB(0, 0, 0)
  512. Close.TextSize = 20.000
  513. Close.MouseButton1Down:Connect(function()
  514.         main.Visible = false
  515. end)
  516.  
  517. UpdateV.Name = "UpdateV"
  518. UpdateV.Parent = main
  519. UpdateV.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  520. UpdateV.BackgroundTransparency = 5.000
  521. UpdateV.Position = UDim2.new(0.76111114, 0, 0, 0)
  522. UpdateV.Size = UDim2.new(0, 43, 0, 35)
  523. UpdateV.Font = Enum.Font.Arcade
  524. UpdateV.Text = "v2"
  525. UpdateV.TextColor3 = Color3.fromRGB(0, 0, 0)
  526. UpdateV.TextSize = 30.000
  527.  
  528. rolevote.Name = "rolevote"
  529. rolevote.Parent = main
  530. rolevote.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  531. rolevote.BackgroundTransparency = 5.000
  532. rolevote.Position = UDim2.new(0.408333331, 0, 0.0873493999, 0)
  533. rolevote.Size = UDim2.new(0, 43, 0, 35)
  534. rolevote.Font = Enum.Font.Arcade
  535. rolevote.Text = "Made by rolevote"
  536. rolevote.TextColor3 = Color3.fromRGB(0, 0, 0)
  537. rolevote.TextSize = 20.000
  538.  
  539. title.Name = "title"
  540. title.Parent = main
  541. title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  542. title.BackgroundTransparency = 5.000
  543. title.Position = UDim2.new(0.408333331, 0, 0, 0)
  544. title.Size = UDim2.new(0, 43, 0, 35)
  545. title.Font = Enum.Font.Arcade
  546. title.Text = "Azure Mines"
  547. title.TextColor3 = Color3.fromRGB(0, 0, 0)
  548. title.TextSize = 30.000
  549.  
  550. UICorner_14.Parent = main