Roblox Metal Detecting Simulator Script Pastebin Commands
War Simulator Roblox Script Pastebin
Secret Treasure Room in Roblox Metal Detecting Simulator - Duration: 14:18. Gravycatman Recommended. đđ„Pet ranch gui roblox script pastebin UNLIMITED COINS (No Music and can not. I think this question is far too vague to provide a good answer to. Youâll need a good level of programming knowledge to code a well made simulator game, or to hire someone to do it for you, as without further detail it seems like youâre basically asking for someone to code the whole game for you here.
Oct 29th, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- --[[Metal Detecting Simulator - Farm, Rebirth, Shop
- rebirthactive = false
- local MainGUI = Instance.new('ScreenGui')
- local Farm = Instance.new('TextButton')
- local Rebirth = Instance.new('TextButton')
- MainGUI.Name = 'MainGUI'
- local MainCORE = game.CoreGui['MainGUI']
- MainFrame.Name = 'MainFrame'
- MainFrame.BackgroundColor3 = Color3.new(0.5, 0.5, 0.5)
- MainFrame.BorderColor3 = Color3.new(0.1, 0.1, 0.1)
- MainFrame.Selectable = true
- MainFrame.Position = UDim2.new(0, 5, 0.75, 0)
- MainFrame.Visible = true
- Farm.Name = 'Farm'
- Farm.BackgroundColor3 = Color3.new(0, 0, 0)
- Farm.Position = UDim2.new(0, 10, 0, 10)
- Farm.Font = Enum.Font.Fantasy
- Farm.Text = 'AUTO FARM'
- Farm.TextWrapped = true
- Rebirth.Name = 'Rebirth'
- Rebirth.BackgroundColor3 = Color3.new(0, 0, 0)
- Rebirth.Position = UDim2.new(0, 10, 0, 45)
- Rebirth.Font = Enum.Font.Fantasy
- Rebirth.Text = 'Auto Rebirth'
- Rebirth.TextWrapped = true
- Shop.Name = 'Shop'
- Shop.BackgroundColor3 = Color3.new(0, 0, 0)
- Shop.Position = UDim2.new(0, 10, 0, 80)
- Shop.Font = Enum.Font.Fantasy
- Shop.Text = 'Go To Shop'
- Shop.TextWrapped = true
- function notify(msg)
- Title = 'Metal Detecting Simulator';
- Duration = 5;
- end
- Farm.MouseButton1Click:connect(function()
- farmactive = false
- Farm.Text = 'Auto Farm'
- farmactive = true
- Farm.Text = 'Stop Farming'
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1203.73, 70.55, 398.512)
- spawn(function()
- game:GetService('RunService').RenderStepped:connect(function()
- workspace['__REMOTES'].Dig:FireServer('Stop','Bronze Relic', 2)
- end
- end)
- end
- if rebirthactive true then
- Rebirth.BackgroundColor3 = Color3.new(0, 0, 0)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-264, 71.806, 451.9)
- rebirthactive = true
- Rebirth.BackgroundColor3 = Color3.new(0, 0.5, 0)
- while rebirthactive true do
- game:GetService('Workspace')['__REMOTES'].Rebirth:InvokeServer()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1203.73, 70.55, 398.512)
- wait(2)
- end
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-256.373, 71.787, 366.732)
- end)