Roblox Vehicle Simulator How To Get A Police Car

Aug 26th, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. local VehicleSimulatorGui = Instance.new('ScreenGui')
  2. local MaxSpeedLabel = Instance.new('TextLabel')
  3. local NitroSpeedLabel = Instance.new('TextLabel')
  4. local NitroForceLabel = Instance.new('TextLabel')
  5. local JumpHeightLabel = Instance.new('TextLabel')
  6. local TorqueTextBox = Instance.new('TextBox')
  7. local NitroSpeedTextBox = Instance.new('TextBox')
  8. local NitroForceTextBox = Instance.new('TextBox')
  9. local JumpHeightTextBox = Instance.new('TextBox')
  10. local MaxSpeedButton = Instance.new('TextButton')
  11. local NitroSpeedButton = Instance.new('TextButton')
  12. local NitroForceButton = Instance.new('TextButton')
  13. local JumpHeightButton = Instance.new('TextButton')
  14. local SuperCarButton = Instance.new('TextButton')
  15. local TPCarToTunnelButton = Instance.new('TextButton')
  16. local TPPlayerToCarButton = Instance.new('TextButton')
  17. local ESPCratesButton = Instance.new('TextButton')
  18. local TPCratesButton = Instance.new('TextButton')
  19. VehicleSimulatorGui.Name = 'VehicleSimulatorGui'
  20. MainFrame.Parent = VehicleSimulatorGui
  21. MainFrame.BorderSizePixel = 2
  22. MainFrame.Size = UDim2.new(0.150000006, 0, 0.200000003, 0)
  23. MainFrame.Draggable = true
  24. MaxSpeedLabel.Name = 'MaxSpeedLabel'
  25. MaxSpeedLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  26. MaxSpeedLabel.Size = UDim2.new(0.600000024, 0, 0.100000001, 0)
  27. MaxSpeedLabel.FontSize = Enum.FontSize.Size14
  28. MaxSpeedLabel.TextSize = 14
  29. TorqueLabel.Name = 'TorqueLabel'
  30. TorqueLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  31. TorqueLabel.Position = UDim2.new(0, 0, 0.100000001, 0)
  32. TorqueLabel.Size = UDim2.new(0.600000024, 0, 0.100000001, 0)
  33. TorqueLabel.FontSize = Enum.FontSize.Size14
  34. TorqueLabel.TextSize = 14
  35. NitroSpeedLabel.Name = 'NitroSpeedLabel'
  36. NitroSpeedLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  37. NitroSpeedLabel.Position = UDim2.new(0, 0, 0.200000003, 0)
  38. NitroSpeedLabel.Size = UDim2.new(0.600000024, 0, 0.100000001, 0)
  39. NitroSpeedLabel.FontSize = Enum.FontSize.Size14
  40. NitroSpeedLabel.TextSize = 14
  41. NitroForceLabel.Name = 'NitroForceLabel'
  42. NitroForceLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  43. NitroForceLabel.Position = UDim2.new(0, 0, 0.300000012, 0)
  44. NitroForceLabel.Size = UDim2.new(0.600000024, 0, 0.100000001, 0)
  45. NitroForceLabel.FontSize = Enum.FontSize.Size14
  46. NitroForceLabel.TextSize = 14
  47. JumpHeightLabel.Name = 'JumpHeightLabel'
  48. JumpHeightLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  49. JumpHeightLabel.Position = UDim2.new(0, 0, 0.400000006, 0)
  50. JumpHeightLabel.Size = UDim2.new(0.600000024, 0, 0.100000001, 0)
  51. JumpHeightLabel.FontSize = Enum.FontSize.Size14
  52. JumpHeightLabel.TextSize = 14
  53. MaxSpeedTextBox.Name = 'MaxSpeedTextBox'
  54. MaxSpeedTextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  55. MaxSpeedTextBox.Position = UDim2.new(0.600000024, 0, 0, 0)
  56. MaxSpeedTextBox.Size = UDim2.new(0.200000003, 0, 0.100000001, 0)
  57. MaxSpeedTextBox.FontSize = Enum.FontSize.Size14
  58. MaxSpeedTextBox.TextColor3 = Color3.new(0, 0.0470588, 1)
  59. TorqueTextBox.Parent = MainFrame
  60. TorqueTextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  61. TorqueTextBox.Position = UDim2.new(0.600000024, 0, 0.100000001, 0)
  62. TorqueTextBox.Size = UDim2.new(0.200000003, 0, 0.100000001, 0)
  63. TorqueTextBox.FontSize = Enum.FontSize.Size14
  64. TorqueTextBox.TextColor3 = Color3.new(0, 0.0470588, 1)
  65. NitroSpeedTextBox.Parent = MainFrame
  66. NitroSpeedTextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  67. NitroSpeedTextBox.Position = UDim2.new(0.600000024, 0, 0.200000003, 0)
  68. NitroSpeedTextBox.Size = UDim2.new(0.200000003, 0, 0.100000001, 0)
  69. NitroSpeedTextBox.Font = Enum.Font.SourceSansBold
  70. NitroSpeedTextBox.FontSize = Enum.FontSize.Size14
  71. NitroSpeedTextBox.TextColor3 = Color3.new(0, 0.0470588, 1)
  72. NitroForceTextBox.Parent = MainFrame
  73. NitroForceTextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  74. NitroForceTextBox.Position = UDim2.new(0.600000024, 0, 0.300000012, 0)
  75. NitroForceTextBox.Size = UDim2.new(0.200000003, 0, 0.100000001, 0)
  76. NitroForceTextBox.Font = Enum.Font.SourceSansBold
  77. NitroForceTextBox.FontSize = Enum.FontSize.Size14
  78. NitroForceTextBox.TextColor3 = Color3.new(0, 0.0470588, 1)
  79. JumpHeightTextBox.Parent = MainFrame
  80. JumpHeightTextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  81. JumpHeightTextBox.Position = UDim2.new(0.600000024, 0, 0.400000006, 0)
  82. JumpHeightTextBox.Size = UDim2.new(0.200000003, 0, 0.100000001, 0)
  83. JumpHeightTextBox.Font = Enum.Font.SourceSansBold
  84. JumpHeightTextBox.FontSize = Enum.FontSize.Size14
  85. JumpHeightTextBox.TextColor3 = Color3.new(0, 0.0470588, 1)
  86. MaxSpeedButton.Parent = MainFrame
  87. MaxSpeedButton.BackgroundColor3 = Color3.new(1, 1, 1)
  88. MaxSpeedButton.Position = UDim2.new(0.800000012, 0, 0, 0)
  89. MaxSpeedButton.Size = UDim2.new(0.200000003, 0, 0.100000001, 0)
  90. MaxSpeedButton.FontSize = Enum.FontSize.Size14
  91. MaxSpeedButton.TextSize = 14
  92. TorqueButton.Name = 'TorqueButton'
  93. TorqueButton.BackgroundColor3 = Color3.new(1, 1, 1)
  94. TorqueButton.Position = UDim2.new(0.800000012, 0, 0.100000001, 0)
  95. TorqueButton.Size = UDim2.new(0.200000003, 0, 0.100000001, 0)
  96. TorqueButton.FontSize = Enum.FontSize.Size14
  97. TorqueButton.TextSize = 14
  98. NitroSpeedButton.Name = 'NitroSpeedButton'
  99. NitroSpeedButton.BackgroundColor3 = Color3.new(1, 1, 1)
  100. NitroSpeedButton.Position = UDim2.new(0.800000012, 0, 0.200000003, 0)
  101. NitroSpeedButton.Size = UDim2.new(0.200000003, 0, 0.100000001, 0)
  102. NitroSpeedButton.FontSize = Enum.FontSize.Size14
  103. NitroSpeedButton.TextSize = 14
  104. NitroForceButton.Name = 'NitroForceButton'
  105. NitroForceButton.BackgroundColor3 = Color3.new(1, 1, 1)
  106. NitroForceButton.Position = UDim2.new(0.800000012, 0, 0.300000012, 0)
  107. NitroForceButton.Size = UDim2.new(0.200000003, 0, 0.100000001, 0)
  108. NitroForceButton.FontSize = Enum.FontSize.Size14
  109. NitroForceButton.TextSize = 14
  110. JumpHeightButton.Name = 'JumpHeightButton'
  111. JumpHeightButton.BackgroundColor3 = Color3.new(1, 1, 1)
  112. JumpHeightButton.Position = UDim2.new(0.800000012, 0, 0.400000006, 0)
  113. JumpHeightButton.Size = UDim2.new(0.200000003, 0, 0.100000001, 0)
  114. JumpHeightButton.FontSize = Enum.FontSize.Size14
  115. JumpHeightButton.TextSize = 14
  116. SuperCarButton.Name = 'SuperCarButton'
  117. SuperCarButton.BackgroundColor3 = Color3.new(1, 1, 1)
  118. SuperCarButton.Position = UDim2.new(0, 0, 0.600000024, 0)
  119. SuperCarButton.Size = UDim2.new(1, 0, 0.100000001, 0)
  120. SuperCarButton.FontSize = Enum.FontSize.Size14
  121. SuperCarButton.TextSize = 14
  122. TPCarToTunnelButton.Name = 'TPCarToTunnelButton'
  123. TPCarToTunnelButton.BackgroundColor3 = Color3.new(1, 1, 1)
  124. TPCarToTunnelButton.Position = UDim2.new(0, 0, 0.699999988, 0)
  125. TPCarToTunnelButton.Size = UDim2.new(1, 0, 0.100000001, 0)
  126. TPCarToTunnelButton.FontSize = Enum.FontSize.Size14
  127. TPCarToTunnelButton.Text = 'TP car to long tunnel'
  128. TPPlayerToCarButton.Parent = MainFrame
  129. TPPlayerToCarButton.BackgroundColor3 = Color3.new(1, 1, 1)
  130. TPPlayerToCarButton.Position = UDim2.new(0, 0, 0.800000012, 0)
  131. TPPlayerToCarButton.Size = UDim2.new(1, 0, 0.100000001, 0)
  132. TPPlayerToCarButton.FontSize = Enum.FontSize.Size14
  133. TPPlayerToCarButton.TextSize = 14
  134. ESPCratesButton.Name = 'ESPCratesButton'
  135. ESPCratesButton.BackgroundColor3 = Color3.new(1, 1, 1)
  136. ESPCratesButton.Position = UDim2.new(0, 0, 0.899999976, 0)
  137. ESPCratesButton.Size = UDim2.new(0.5, 0, 0.100000001, 0)
  138. ESPCratesButton.FontSize = Enum.FontSize.Size14
  139. ESPCratesButton.TextSize = 14
  140. TPCratesButton.Name = 'TPCratesButton'
  141. TPCratesButton.BackgroundColor3 = Color3.new(1, 1, 1)
  142. TPCratesButton.Position = UDim2.new(0.5, 0, 0.899999976, 0)
  143. TPCratesButton.Size = UDim2.new(0.5, 0, 0.100000001, 0)
  144. TPCratesButton.FontSize = Enum.FontSize.Size14
  145. TPCratesButton.TextSize = 14
  146. function findCar()
  147. for i=1,#vehicle do
  148. if vehicle[i].owner.Value game.Players.LocalPlayer.Name then
  149. end
  150. end
  151. TPCratesButton.MouseButton1Down:connect(function()
  152. for i=1,#crates do
  153. local crates2 = crates[i]:getChildren()
  154. if crates2[i].ClassName 'Model' then
  155. for i=1,#crates3 do
  156. if crates3[i]:findFirstChild('Smoke') then
  157. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(crates3[i].Position.X+30,crates3[i].Position.Y+5,crates3[i].Position.Z))
  158. game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(crates3[i].Position.X,crates3[i].Position.Y,crates3[i].Position.Z))
  159. end
  160. end
  161. end
  162. end
  163. ESPCratesButton.MouseButton1Down:connect(function()
  164. for i=1,#crates do
  165. local crates2 = crates[i]:getChildren()
  166. if crates2[i].ClassName 'Model' then
  167. for i=1,#crates3 do
  168. if crates3[i]:findFirstChild('Smoke') then
  169. if crates3[i]:findFirstChild('BoxHandleAdornment') then
  170. local a = Instance.new('BoxHandleAdornment',crates3[i])
  171. a.SizeRelativeOffset = Vector3.new(0,135,0)
  172. a.Transparency = 0.5
  173. a.Adornee = crates3[i]
  174. local b = Instance.new('BoxHandleAdornment',crates3[i])
  175. b.Color3 = Color3.fromRGB(0,0,255)
  176. b.AlwaysOnTop = true
  177. b.ZIndex = 1
  178. end
  179. end
  180. end
  181. end
  182. TPPlayerToCarButton.MouseButton1Down:connect(function()
  183. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myCar.Chassis.VehicleSeat.Position+myCar.Chassis.VehicleSeat.SeatOffset.Value)
  184. TPCarToTunnelButton.MouseButton1Down:connect(function()
  185. myCar:MoveTo(Vector3.new(-2180,45,-3650))
  186. SuperCarButton.MouseButton1Down:connect(function()
  187. myCar.Handling.MaxSpeed.Value = 10000
  188. myCar.Handling.SteeringRadiusConstant.Value = 15000
  189. myCar.Handling.Nitro.NitroSpeed.Value = 500
  190. myCar.Handling.TurboJump.TurboJumpHeight.Value = 250
  191. MaxSpeedButton.MouseButton1Down:connect(function()
  192. myCar.Handling.MaxSpeed.Value = MaxSpeedTextBox.Text
  193. myCar.Handling.SteeringRadiusConstant.Value = 15000
  194. findCar()
  195. end)
  196. NitroSpeedButton.MouseButton1Down:connect(function()
  197. myCar.Handling.Nitro.NitroSpeed.Value = NitroSpeedTextBox.Text
  198. NitroForceButton.MouseButton1Down:connect(function()
  199. myCar.Handling.Nitro.NitroForce.Value = NitroForceTextBox.Text
  200. JumpHeightButton.MouseButton1Down:connect(function()
  201. myCar.Handling.TurboJump.TurboJumpHeight.Value = JumpHeightTextBox.Text
  202. while true do
  203. findCar()
  204. if myCar.Handling:findFirstChild('MaxSpeed') then
  205. MaxSpeedLabel.Text = 'Max Speed = ' .. myCar.Handling.MaxSpeed.Value
  206. if myCar.Handling:findFirstChild('Torque') then
  207. TorqueLabel.Text = 'Torque = ' .. myCar.Handling.Torque.Value
  208. if myCar.Handling:findFirstChild('Nitro') then
  209. if myCar.Handling.Nitro:findFirstChild('NitroSpeed') then
  210. NitroSpeedLabel.Text = 'Nitro Speed = ' .. myCar.Handling.Nitro.NitroSpeed.Value
  211. if myCar.Handling.Nitro:findFirstChild('NitroForce') then
  212. NitroForceLabel.Text = 'Nitro Force = ' .. myCar.Handling.Nitro.NitroForce.Value
  213. end
  214. if myCar.Handling:findFirstChild('TurboJump') then
  215. if myCar.Handling.TurboJump:findFirstChild('TurboJumpHeight') then
  216. JumpHeightLabel.Text = 'Jump Height = ' .. myCar.Handling.TurboJump.TurboJumpHeight.Value
  217. end
  218. end
Roblox Vehicle Simulator How To Get A Police CarRoblox Vehicle Simulator How To Get A Police Car

Using the mouse. Vehicle Simulator is very intuitive to use, any control on the vehicle or its panel can be manipulated using the left mouse button, the direction of view can be rotated in all directions using the right mouse button. This pass gives you access to the 'Wisconsin State Patrol' and 'Outagamie County Sheriff's Office' teams. As of December 20th, 2020 you get access to 17 vehicles (50 individual vehicles!) as well as access to both stations and various tools used to help bring justice to Greenville!

RAW Paste Data

Roblox Vehicle Simulator How To Get A Police Card