Car Simulator Roblox
Mar 26th, 2019
Here, we present to you a list of all the presently functional Roblox vehicle simulator codes for September 2020. You can redeem these in the game and claim your prizes. This is a convenient way of obtaining a good deal of cash, which you can use to buy exciting new rides to race and drive-in. This list's grand finale is our choice for the best racing game on Roblox: Vehicle Simulator. Roblox's physics system is a bit wonky and hard to work with, so anytime someone is able to make.
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- local ScreenGui = Instance.new('ScreenGui')
- local AutoFarmButton = Instance.new('TextButton')
- local DisableAutoFarmButton = Instance.new('TextButton')
- local NameOfTheGUI_2 = Instance.new('TextLabel')
- local EnabledOrDisabledBar = Instance.new('ImageButton')
- local EnabledTextOnBar = Instance.new('TextLabel')
- local DisabledTextOnBar = Instance.new('TextLabel')
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild('PlayerGui')
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(0, 0.745098, 0)
- Frame.Position = UDim2.new(0.373456776, 0, 0.372727275, 0)
- Frame.Size = UDim2.new(0, 262, 0, 212)
- AutoFarmButton.Parent = Frame
- AutoFarmButton.BackgroundColor3 = Color3.new(0, 0, 0)
- AutoFarmButton.Position = UDim2.new(0.141221374, 0, 0.216436312, 0)
- AutoFarmButton.Font = Enum.Font.Fantasy
- AutoFarmButton.TextColor3 = Color3.new(1, 1, 1)
- AutoFarmButton.TextStrokeColor3 = Color3.new(1, 1, 1)
- AutoFarmButton.TextStrokeTransparency = 0.60000002384186
- AutoFarmButton.MouseButton1Down:connect(function()
- game:GetService('StarterGui'):SetCore('SendNotification', {Title = 'Enabled!', Text = 'AutoFarm is starting!'})
- DisabledBar.Visible = false
- _G.VehicleName = 'UAZ'
- wait()
- [1] = 'Save',
- ['BodyColor'] = 'Institutional white',
- },
- }
- game.ReplicatedStorage.rF['LoadSaveCustoms']:InvokeServer(unpack(Arguments))
- game:GetService('ReplicatedStorage').rF.SpawnVehicle:InvokeServer(_G.VehicleName)
- wait(0.5)
- game.Workspace['All crushers']['Stair Fall'].Wall.CFrame = CFrame.new(0,900,0)
- game.Workspace['All crushers']['Stair Fall'].Wall.Size = Vector3.new(10000,1,10000)
- game.Workspace['All crushers']['Stair Fall'].Wall.CanCollide = false
- game.Workspace.CarCollection:findFirstChild(game.Players.LocalPlayer.Name).Car:MoveTo(Vector3.new(0,910,0))
- end
- DisableAutoFarmButton.Name = 'DisableAutoFarmButton'
- DisableAutoFarmButton.BackgroundColor3 = Color3.new(0, 0, 0)
- DisableAutoFarmButton.Position = UDim2.new(0.141221374, 0, 0.655501306, 0)
- DisableAutoFarmButton.Size = UDim2.new(0, 187, 0, 47)
- DisableAutoFarmButton.Text = 'Turn off'
- DisableAutoFarmButton.TextColor3 = Color3.new(1, 1, 1)
- DisableAutoFarmButton.TextStrokeColor3 = Color3.new(1, 1, 1)
- DisableAutoFarmButton.TextStrokeTransparency = 0.60000002384186
- DisableAutoFarmButton.MouseButton1Down:connect(function()
- game:GetService('StarterGui'):SetCore('SendNotification', {Title = 'Disabled!', Text = 'AutoFarm is started disable yourself! Just wait...'})
- DisabledBar.Visible = true
- end)
- NameOfTheGUI.Name = 'NameOfTheGUI'
- NameOfTheGUI.BackgroundColor3 = Color3.new(0, 0.952941, 0)
- NameOfTheGUI.Position = UDim2.new(-0.0648854971, 0, 0, 0)
- NameOfTheGUI.Font = Enum.Font.SourceSans
- NameOfTheGUI.TextColor3 = Color3.new(0, 0, 0)
- NameOfTheGUI.TextSize = 14
- NameOfTheGUI_2.Parent = Frame
- NameOfTheGUI_2.BackgroundColor3 = Color3.new(0, 0.952941, 0)
- NameOfTheGUI_2.Position = UDim2.new(-0.0648854971, 0, 1, 0)
- NameOfTheGUI_2.Font = Enum.Font.SourceSans
- NameOfTheGUI_2.TextColor3 = Color3.new(0, 0, 0)
- NameOfTheGUI_2.TextSize = 14
- EnabledOrDisabledBar.Name = 'EnabledOrDisabledBar'
- EnabledOrDisabledBar.BackgroundColor3 = Color3.new(1, 1, 1)
- EnabledOrDisabledBar.BorderSizePixel = 0
- EnabledOrDisabledBar.Position = UDim2.new(0.222070128, 0, 0.302132934, 0)
- EnabledOrDisabledBar.Size = UDim2.new(0, 145, 0, 100)
- EnabledOrDisabledBar.Image = 'rbxassetid://939118523'
- EnabledBar.Name = 'EnabledBar'
- EnabledBar.BackgroundColor3 = Color3.new(1, 1, 1)
- EnabledBar.Position = UDim2.new(0.337903947, 0, 0.133043513, 0)
- EnabledBar.Visible = false
- EnabledBar.ImageColor3 = Color3.new(0.333333, 0.666667, 0)
- EnabledTextOnBar.Name = 'EnabledTextOnBar'
- EnabledTextOnBar.BackgroundColor3 = Color3.new(1, 1, 1)
- EnabledTextOnBar.BorderSizePixel = 0
- EnabledTextOnBar.Position = UDim2.new(0.142857134, 0, 0.333333313, 0)
- EnabledTextOnBar.Font = Enum.Font.SourceSans
- EnabledTextOnBar.TextColor3 = Color3.new(0, 1, 0)
- DisabledBar.Parent = EnabledOrDisabledBar
- DisabledBar.BackgroundColor3 = Color3.new(1, 1, 1)
- DisabledBar.Position = UDim2.new(0.0970593691, 0, 0.128695682, 0)
- DisabledBar.Image = 'rbxassetid://939126427'
- DisabledBar.ImageColor3 = Color3.new(0.666667, 0, 0)
- DisabledTextOnBar.Name = 'DisabledTextOnBar'
- DisabledTextOnBar.BackgroundColor3 = Color3.new(1, 1, 1)
- DisabledTextOnBar.BorderSizePixel = 0
- DisabledTextOnBar.Position = UDim2.new(0.185185179, 0, 0.339130461, 0)
- DisabledTextOnBar.Font = Enum.Font.SourceSans
- DisabledTextOnBar.TextColor3 = Color3.new(1, 0, 0.0156863)
- TextButton.BackgroundColor3 = Color3.new(0.470588, 0.862745, 0.188235)
- TextButton.BorderColor3 = Color3.new(0.807843, 0, 0)
- TextButton.Position = UDim2.new(0.938931286, 0, 0, 0)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.TextColor3 = Color3.new(0.54902, 0, 0)
- TextButton.TextWrapped = true
- Frame.Visible = false
- end)