Business Simulator Codes Roblox The first tycoon was created in 2007 and it was surely a business one named quotbread factory tycoonquot. Business simulator roblox codes, Just like most of games on this platform this one also has some codes.
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)
Feb 18th, 2019
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- //////////////////////////////////Gas station simulator roblox//////////////////////////////////////
- game.ReplicatedStorage.Events.MaxFuelAction:FireServer(game.ReplicatedStorage.Values.Items.FuelTypes.gasoline, 'sell')
- game.ReplicatedStorage.Events.MaxFuelAction:FireServer(game.ReplicatedStorage.Values.Items.FuelTypes.hydro, 'sell')
RAW Paste Data