Roblox based mining simulator is being played by more than 10,000 players and hence ranks number 1 in Roblox editor picks. According to Redbox, mining stimulator receives approximately 7 million months which certainly proves that it’s a popular game. Becoming the Biggest Penguin in Roblox Penguin Simulator Twitter Discord Roblox Group htt.
Mining Simulator Value List Roblox
Apr 27th, 2019
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- -- Version: 2.82
- local GG = Instance.new('ScreenGui')
- local StageName = Instance.new('TextBox')
- local FarmOff = Instance.new('TextButton')
- local Open = Instance.new('TextButton')
- --Properties:
- GG.Parent = game.CoreGui
- Frame.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame.Position = UDim2.new(0.239234447, 0, 0.254360467, 0)
- Frame.Draggable = true
- Frame.Visible = false
- StageName.Parent = Frame
- StageName.Position = UDim2.new(0.034926679, 0, 0.125925913, 0)
- StageName.Font = Enum.Font.SourceSans
- StageName.TextColor3 = Color3.new(0, 0, 0)
- FarmOn.Parent = Frame
- FarmOn.Position = UDim2.new(0.0785340369, 0, 0.496296316, 0)
- FarmOn.Font = Enum.Font.SourceSans
- FarmOn.TextColor3 = Color3.new(0, 0, 0)
- FarmOn.MouseButton1Down:connect(function()
- game.CoreGui.GG.Frame.FarmOff.Visible = true
- _G.delay = 2
- -- For the most coins made, change the BrickColor to correspond with your area.
- -- Respective to the area numbers, the BrickColors are: Pastel brown, Bright violet, Moss, Neon orange, Ghost grey, and Pine cone.
- while wait() do
- for i, v in pairs(game.Workspace.Chests:GetChildren()) do
- for a, b in pairs(v:GetChildren()) do
- if _G.enabled and b and b.BrickColor.Name _G.BrickColor then
- game.Workspace[game.Players.LocalPlayer.Name]:MoveTo(b.Position)
- game.ReplicatedStorage.Aero.AeroRemoteServices.ChestService.DisconnectPlayer:FireServer(tostring(v.Name))
- end
- end
- end
- end)
- FarmOff.Name = 'FarmOff'
- FarmOff.BackgroundColor3 = Color3.new(1, 1, 1)
- FarmOff.Position = UDim2.new(0.0785340369, 0, 0.496296316, 0)
- FarmOff.Visible = false
- FarmOff.Text = 'FarmOff'
- FarmOff.TextSize = 14
- game.CoreGui.GG.Frame.FarmOff.Visible = false
- _G.enabled = false
- TextLabel.BackgroundColor3 = Color3.new(0.333333, 1, 1)
- TextLabel.Position = UDim2.new(0.599476397, 0, -0.00370370364, 0)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = '--stage1 'Pastel brown' n--stage2 'Bright violet' n--stage3 'Moss'n--stage4 'Neon orange'n--stage5 'Ghost grey'n--stage6 'Pine Cone'Gui By kiet gamer'
- TextLabel.TextSize = 16
- Open.Parent = GG
- Open.Position = UDim2.new(0, 0, 0.547965169, 0)
- Open.Font = Enum.Font.SourceSans
- Open.TextColor3 = Color3.new(0, 0, 0)
- Open.MouseButton1Down:connect(function()
- game.CoreGui.GG.Open.Visible = false
- end)
- Close.Name = 'Close'
- Close.BackgroundColor3 = Color3.new(1, 1, 1)
- Close.Size = UDim2.new(0, 121, 0, 67)
- Close.Font = Enum.Font.SourceSans
- Close.TextColor3 = Color3.new(0, 0, 0)
- Close.MouseButton1Down:connect(function()
- game.CoreGui.GG.Open.Visible = true
- end)
RAW Paste Data