Roblox Lambo Vehicle Simulator Crashed

CAR SOUND Roblox ID. Here are Roblox music code for CAR SOUND Roblox ID. You can easily copy the code or add it to your favorite list. Code: - Copy it! Favorites: 16 - I like it too! If you are happy with this, please share it to your friends. You can use the. Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.

Jun 17th, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. -- This works in FE, tested via Roblox Studio's 'Test' tab.
  2. local speed =92
  3. local plr = game:GetService('Players').LocalPlayer
  4. local plrchar = plr.Character or plr.CharacterAdded:Wait()
  5. local tool = Instance.new('Tool', plr:WaitForChild('Backpack'))
  6. local handle = Instance.new('Part', tool)
  7. handle.CanCollide =true
  8. local mesh = Instance.new('SpecialMesh', handle)
  9. mesh.MeshId ='http://www.roblox.com/asset/?id=264666411'
  10. mesh.TextureId ='http://www.roblox.com/asset/?id=264326115'
  11. local gui = Instance.new('ScreenGui', plr:WaitForChild('PlayerGui'))
  12. local frame = Instance.new('Frame', gui)
  13. frame.Position = UDim2.new(0,0,.7,0)
  14. frame.BackgroundColor3 = Color3.fromRGB(255,255,255)
  15. local SetSpeed_label = Instance.new('TextLabel', frame)
  16. SetSpeed_label.BorderSizePixel =0
  17. SetSpeed_label.Font = Enum.Font.Arcade
  18. SetSpeed_label.TextSize =30
  19. SetSpeed_label.BackgroundColor3 = Color3.fromRGB(255,255,255)
  20. SetSpeed.BackgroundTransparency =1
  21. SetSpeed.Position = UDim2.new(0,0,.25,0)
  22. SetSpeed.Font = Enum.Font.SourceSansLight
  23. SetSpeed.PlaceholderColor3 = Color3.fromRGB(48,178,96)
  24. SetSpeed.Text ='
  25. local prevSpeed = plrchar:WaitForChild('Humanoid').WalkSpeed
  26. local prevJumpPower = plrchar:WaitForChild('Humanoid').JumpPower
  27. tool.Equipped:Connect(function()
  28. prevSpeed = plrchar:WaitForChild('Humanoid').WalkSpeed
  29. prevJumpPower = plrchar:WaitForChild('Humanoid').JumpPower
  30. plrchar:WaitForChild('Humanoid').WalkSpeed = speed
  31. equipped =true
  32. plrchar:WaitForChild('Humanoid').WalkSpeed = prevSpeed
  33. plrchar:WaitForChild('Humanoid').JumpPower = prevJumpPower
  34. end)
  35. function SignalError()
  36. SetSpeed_label.TextColor3 = Color3.fromRGB(232,23,23)
  37. SetSpeed_label.TextColor3 = Color3.new(0,0,0)
  38. SetSpeed_label.TextColor3 = Color3.fromRGB(51,204,40)
  39. SetSpeed_label.TextColor3 = Color3.new(0,0,0)
  40. if enter truethen
  41. speed =tonumber(SetSpeed.Text)
  42. plrchar:WaitForChild('Humanoid').WalkSpeed = speed
  43. SignalSuccess()
  44. else
  45. SetSpeed.Text ='
  46. else
  47. end
  48. plrchar:WaitForChild('Humanoid').Died:Connect(function()
  49. script:Destroy()
RAW Paste Data
Feb 18th, 2019
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. Fully automatic money/miles farm
  2. Add auto respawn vehicle
  3. local waitTime = 3 --This will be the time it takes (seconds) until your car resets. See line 37
  4. local hint = Instance.new('Hint', Workspace) hint.Text = 'Vehicle Simulator Autofarm loading...'
  5. local go = true
  6. function findVehicle() --Finds your vehicle
  7. while not found do --Loops until your vehicle has been found
  8. local vehicles = Workspace.Vehicles:getChildren()
  9. if vehicles[i]:findFirstChild'owner' then
  10. if vehicles[i].owner.Value game:GetService'Players'.LocalPlayer.Name then -- Found your vehicle
  11. found = true --Setting found to true so loop breaks
  12. vehicle = vehicles[i] -- Declares vehicle variable to your vehicle
  13. vehStats = vehicle.Handling -- Declares vehStats variable to vehicle stats folder
  14. vehStats.Torque.Value = 30000
  15. vehStats.SteeringRadiusConstant.Value = 120000000
  16. elseif vehicles[i + 1] nil and not found then
  17. hint.Text = 'Please spawn and enter your vehicle!' --Your vehicle does not exist in the Workspace
  18. end
  19. wait(1) --Waiting before checking again so we don't crash
  20. wait(2) --We've found the car. Waiting so the car can be properly placed on the highway
  21. vehicle.PrimaryPart = vehicle.Chassis.VehicleSeat
  22. function farm() --This is where the magic happens :)
  23. hint.Text = 'Finished loading! Autofarm initialized.'
  24. while wait(waitTime) do --Waits x seconds before resetting car
  25. vehicle:SetPrimaryPartCFrame(CFrame.new(-2470,60,777)) --Teleports vehicle to highway
  26. game:GetService'VirtualUser':SetKeyUp('w') --Resets W key
  27. game:GetService'VirtualUser':SetKeyDown('w') --Presses W key to go forward
  28. end
  29. while go do
  30. if not pcall(farm()) then --Calls farm function & checks for errors
  31. found = false --If it errors, it sets found to false and continues looking for your vehicle.
  32. end
Lambo
RAW Paste Data