Roblox Vehicle Simulator Special Car

Jul 11th, 2019
Roblox Vehicle Simulator Special Car

All of the cars under the Special class are Land Vehicles. The 1970 Dodge Charger and the Hot Rod are the only vehicles accessible to all players. The Interceptor is a pre-alpha exclusive vehicle. It is not obtainable through normal means. For planes go here. For aquatic vehicles go here. Land Vehicles are vehicles that can be only driven on land. These vehicles are bought at the Auto's Car Dealership, the Parking Lot Dealership, the Tesla Dealership, Motorcycle Dealership, Supercars Dealership, and the JDM Imports Dealership. These vehicles are the most commonly used ones in the game as you can play with them a lot more than. Farming simulator script roblox pastebin.

A very very farfetched theory on Henry's death in fnaf world. It was a system malfunction like how in fnaf 2 animatronics kill you because you look like a steel endo skeleton.now if Henry died in fnaf world ending which is before sister location because sister location was made by Afton to keep her possessed daughter then Henry. Henrys death fnaf world. In the Insanity Ending, an image reading HRY223 can be seen while Henry is speaking. PJ Heywood, who voiced William Afton throughout the franchise, revealed on the FNaF Show that Cassette Man is Henry. He refers to William Afton as 'Old friend,' considering that Henry. Before the events of The Silver Eyes, Henry and William owned a small little restaurant known as Fredbear’s Family Diner with only two animationics, Fredbear (occasionally worn by Henry) and Spring Bonnie (occasionally worn by William). On one fateful day, Henry's only daughter was killed by William. Oh, I'm sorry, were you looking forEmily Henry Emily, the book version? 1 Relatives 2 Affiliation 3 Appearance 4 Biography 4.1 Pre-Game 4.2 Freddy Fazbear's Pizzeria Simulator 5 Quotes 6 Trivia Henry (AKA cassette man and HRY223,) is the formal owner of Fredbear's Family diner, including Fredbear & Friends. He knows the crimes William committed. He is, in fact, a father himself. Henry's Suicide Robot is an animatronic that Henry made before the events of The Silver Eyes to help kill himself. It is Mentioned In The Silver Eyes. It is described as an endoskeleton with two fox-like ear (similar to Endo-02) and a knife to stab Henry. Its an alternative.

Roblox free robux generator no survey or human verification. Earn Free Robux Free Robux No Human Verification No Download No Survey No Offers Robux Free Free Robux Codes No Verification Free Robux Without Human Verification Bux.Gg Free Robux Rbxfree.Com Free Robux Roblox Free Robux Free Robux 2020 Robux For Free How To Get Robux For Free Free Robux No Human Verification Or Survey 2020 Free Robux No. Tagged: Roblox Free Robux Generator No Human Verification. Roblox Hack No Virus Roblox Hack No Virus This topic has 0 replies, 1 voice, and was last updated 1 year, 7 months ago by Syndneyundub. Free Robux No Human Verification Or Survey This method is a hundred safe, and your privacy and security will stay intact while you will get free Robux. Free Robux hack turns out to be useful for lovers of the video games on this three-D platform with over 15 million consumer-created video games. Roblox Robux Hack Here. ROBUX GENERATOR IS THE WEB-BASED APPLICATION ALLOWS YOU TO GET FREE ROBUX. THIS ROBUX GENERATOR IS DEVELOPED FOR HUMAN AND DEMO USE ONLY. YOU CAN GET FREE ROBUX ONCE DAILY WITHOUT HUMAN VERIFICATION METHOD. Attempting TO GET ROBUX MULTIPLE TIMES A DAY IS FORBIDDEN. Finally, a free robux generator without human verification that works on all devices. Click here to get started right now.

For Animal Crossing: New Leaf on the 3DS, a GameFAQs message board topic titled 'Putting pro design (from another's QR code) on display at Able Sisters'. Animal Crossing: New Leaf QR Codes - Dresses. This page provides QR codes of dress designs for Animal Crossing New Leaf. For other categories, use the following links: Newest submissions - General patterns - Shirts - Paths - Face-Cutout Standees. Usage of QR Codes is unlocked at the Able Sisters clothing shop after becoming friends with Sable. If you've played previous entries in the Animal Crossing series, you might be familiar with this process: you simply chat with Sable at least once a day for a number of days, and she gradually becomes more friendly with you. Cute clothes animal crossing qr codes. Using your IRL phone, go to the Nintendo Switch Online app, click on Animal Crossing, select the 'designs' app on NookLink, then scan your QR code with your phone. If it's been scanned successfully, you'll see it in your Customs Designs app on your in-game Nook Phone. Via: AllGamers - HyperX.

Selling cars, used to be an a feature being able to sell your cars for its value. However, the feature got removed due to inconvenience (ex. Siblings selling cars). The feature was a button labeled sell and could sell the car for its value. Before this, the selling feature wasn’t to good since cars like the Pagani Zonda R would only sell for 800k.

Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
  1. -- Instances:
  2. local VehicleSimulatorFuhaxor = Instance.new('ScreenGui')
  3. local Open = Instance.new('TextButton')
  4. local BeautyA = Instance.new('Frame')
  5. local BeautyB = Instance.new('Frame')
  6. local Torque = Instance.new('TextButton')
  7. local TptoCrate = Instance.new('TextButton')
  8. local NST = Instance.new('TextBox')
  9. local NitroForce = Instance.new('TextButton')
  10. local Speed = Instance.new('TextButton')
  11. local CrateESP = Instance.new('TextButton')
  12. local GiveAllPerks = Instance.new('TextButton')
  13. local JumpHeight = Instance.new('TextButton')
  14. local AutoFarm = Instance.new('TextButton')
  15. local BrakingT = Instance.new('TextBox')
  16. VehicleSimulatorFuhaxor.Name = 'Vehicle Simulator'
  17. VehicleSimulatorFuhaxor.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  18. OpenFrame.Name = 'OpenFrame'
  19. OpenFrame.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  20. OpenFrame.BorderColor3 = Color3.new(0.666667, 0, 0.498039)
  21. OpenFrame.Size = UDim2.new(0, 69, 0, 27)
  22. Main.Visible = true
  23. end)
  24. Open.Name = 'Open'
  25. Open.BackgroundColor3 = Color3.new(0.666667, 0, 0.498039)
  26. Open.BorderColor3 = Color3.new(0.666667, 0, 0.498039)
  27. Open.Font = Enum.Font.Cartoon
  28. Open.TextColor3 = Color3.new(1, 1, 1)
  29. Main.Parent = VehicleSimulatorFuhaxor
  30. Main.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  31. Main.Position = UDim2.new(0.376574308, 0, 0.178571433, 0)
  32. Main.Visible = false
  33. BeautyA.Parent = Main
  34. BeautyA.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  35. BeautyA.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  36. BeautyA.Size = UDim2.new(0, 439, 0, 25)
  37. Name.Name = 'Name'
  38. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  39. Name.BorderSizePixel = 0
  40. Name.Size = UDim2.new(0, 154, 0, 25)
  41. Name.Text = 'Vehicle Simulator'
  42. Name.TextSize = 20
  43. BeautyB.Name = 'BeautyB'
  44. BeautyB.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  45. BeautyB.BorderColor3 = Color3.new(0.0627451, 0.0627451, 0.0627451)
  46. BeautyB.Position = UDim2.new(0, 0, 0.91366905, 0)
  47. Credit.Parent = BeautyB
  48. Credit.BackgroundTransparency = 1
  49. Credit.Size = UDim2.new(0, 439, 0, 24)
  50. Credit.Text = '
  51. Credit.TextSize = 16
  52. Torque.Name = 'Torque'
  53. Torque.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  54. Torque.Position = UDim2.new(0.679532647, 0, 0.169338807, 0)
  55. Torque.Font = Enum.Font.Cartoon
  56. Torque.TextColor3 = Color3.new(1, 1, 1)
  57. Torquet.Parent = Torque
  58. Torquet.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  59. Torquet.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
  60. Torquet.Font = Enum.Font.Cartoon
  61. Torquet.TextColor3 = Color3.new(0, 0, 0)
  62. Torquet.TextWrapped = true
  63. TptoCrate.Name = 'TptoCrate'
  64. TptoCrate.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  65. TptoCrate.Position = UDim2.new(0.0262044966, 0, 0.165741712, 0)
  66. TptoCrate.Font = Enum.Font.Cartoon
  67. TptoCrate.TextColor3 = Color3.new(1, 1, 1)
  68. NitroSpeed.Parent = Main
  69. NitroSpeed.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  70. NitroSpeed.Position = UDim2.new(0.346034855, 0, 0.169338807, 0)
  71. NitroSpeed.Font = Enum.Font.Cartoon
  72. NitroSpeed.TextColor3 = Color3.new(1, 1, 1)
  73. NitroSpeed.TextSize = 13
  74. NST.Parent = NitroSpeed
  75. NST.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  76. NST.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
  77. NST.Font = Enum.Font.Cartoon
  78. NST.TextColor3 = Color3.new(0, 0, 0)
  79. NST.TextWrapped = true
  80. TeleportToCar.Name = 'TeleportToCar'
  81. TeleportToCar.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  82. TeleportToCar.Position = UDim2.new(0.026204519, 0, 0.332408428, 0)
  83. TeleportToCar.Font = Enum.Font.Cartoon
  84. TeleportToCar.TextColor3 = Color3.new(1, 1, 1)
  85. TeleportToCar.TextSize = 20
  86. NitroForce.Parent = Main
  87. NitroForce.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  88. NitroForce.Position = UDim2.new(0.346034855, 0, 0.336005569, 0)
  89. NitroForce.Font = Enum.Font.Cartoon
  90. NitroForce.TextColor3 = Color3.new(1, 1, 1)
  91. NitroForce.TextWrapped = true
  92. NFT.Name = 'NFT'
  93. NFT.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  94. NFT.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
  95. NFT.Font = Enum.Font.Cartoon
  96. NFT.TextColor3 = Color3.new(0, 0, 0)
  97. NFT.TextWrapped = true
  98. Speed.Name = 'Speed'
  99. Speed.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  100. Speed.Position = UDim2.new(0.679532647, 0, 0.336005569, 0)
  101. Speed.Font = Enum.Font.Cartoon
  102. Speed.TextColor3 = Color3.new(1, 1, 1)
  103. SpeedBind.Parent = Speed
  104. SpeedBind.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  105. SpeedBind.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
  106. SpeedBind.Font = Enum.Font.Cartoon
  107. SpeedBind.TextColor3 = Color3.new(0, 0, 0)
  108. SpeedBind.TextWrapped = true
  109. CrateESP.Name = 'CrateESP'
  110. CrateESP.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  111. CrateESP.Position = UDim2.new(0.0262044966, 0, 0.748543978, 0)
  112. CrateESP.Font = Enum.Font.Cartoon
  113. CrateESP.TextColor3 = Color3.new(1, 1, 1)
  114. SuperCar.Parent = Main
  115. SuperCar.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  116. SuperCar.Position = UDim2.new(0.355146468, 0, 0.748544037, 0)
  117. SuperCar.Font = Enum.Font.Cartoon
  118. SuperCar.TextColor3 = Color3.new(1, 1, 1)
  119. GiveAllPerks.Parent = Main
  120. GiveAllPerks.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  121. GiveAllPerks.Position = UDim2.new(0.695478082, 0, 0.748543978, 0)
  122. GiveAllPerks.Font = Enum.Font.Cartoon
  123. GiveAllPerks.TextColor3 = Color3.new(1, 1, 1)
  124. Close.Parent = Main
  125. Close.BackgroundTransparency = 1
  126. Close.Position = UDim2.new(0.935208917, 0, -0.00128471851, 0)
  127. Close.Font = Enum.Font.SourceSans
  128. Close.TextColor3 = Color3.new(1, 1, 1)
  129. Close.MouseButton1Down:connect(function()
  130. Main.Visible = false
  131. JumpHeight.Parent = Main
  132. JumpHeight.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  133. JumpHeight.Position = UDim2.new(0.346034855, 0, 0.497876078, 0)
  134. JumpHeight.Font = Enum.Font.Cartoon
  135. JumpHeight.TextColor3 = Color3.new(1, 1, 1)
  136. JumpHeight.TextSize = 15
  137. JHT.Parent = JumpHeight
  138. JHT.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  139. JHT.Position = UDim2.new(1.08955193, 0, 0, 0)
  140. JHT.Font = Enum.Font.Cartoon
  141. JHT.TextColor3 = Color3.new(0, 0, 0)
  142. JHT.TextWrapped = true
  143. AutoFarm.Name = 'AutoFarm'
  144. AutoFarm.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  145. AutoFarm.Position = UDim2.new(0.0262044966, 0, 0.496676952, 0)
  146. AutoFarm.Font = Enum.Font.Cartoon
  147. AutoFarm.TextColor3 = Color3.new(1, 1, 1)
  148. Braking.Parent = Main
  149. Braking.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  150. Braking.Position = UDim2.new(0.679532647, 0, 0.494278967, 0)
  151. Braking.Font = Enum.Font.Cartoon
  152. Braking.TextColor3 = Color3.new(1, 1, 1)
  153. Braking.TextSize = 23
  154. BrakingT.Parent = Braking
  155. BrakingT.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  156. BrakingT.Position = UDim2.new(1.08955228, 0, 4.47034836e-08, 0)
  157. BrakingT.Font = Enum.Font.Cartoon
  158. BrakingT.TextColor3 = Color3.new(0, 0, 0)
  159. BrakingT.TextWrapped = true
  160. local vehicle = workspace.Vehicles:getChildren()
  161. if vehicle[i]:findFirstChild('owner') then
  162. if vehicle[i].owner.Value game.Players.LocalPlayer.Name then
  163. end
  164. end
  165. local waitTime = 3 --This will be the time it takes (seconds) until your car resets. See line 37
  166. local hint = Instance.new('Hint', Workspace) hint.Text = 'Vehicle Simulator Autofarm loading..'
  167. local go = true
  168. function findVehicle() --Finds your vehicle
  169. while not found do --Loops until your vehicle has been found
  170. local vehicles = Workspace.Vehicles:getChildren()
  171. if vehicles[i]:findFirstChild'owner' then
  172. if vehicles[i].owner.Value game:GetService'Players'.LocalPlayer.Name then -- Found your vehicle
  173. found = true --Setting found to true so loop breaks
  174. vehicle = vehicles[i] -- Declares vehicle variable to your vehicle
  175. vehStats = vehicle.Handling -- Declares vehStats variable to vehicle stats folder
  176. vehStats.Torque.Value = 60000
  177. vehStats.SteeringRadiusConstant.Value = 120000000
  178. elseif vehicles[i + 1] nil and not found then
  179. hint.Text = 'Please spawn and enter your vehicle!' --Your vehicle does not exist in the Workspace
  180. end
  181. wait(1) --Waiting before checking again so we don't crash
  182. wait(2) --We've found the car. Waiting so the car can be properly placed on the highway
  183. vehicle.PrimaryPart = vehicle.Chassis.VehicleSeat
  184. function farm() --This is where the magic happens :)
  185. hint.Text = 'Finished loading! Autofarm initialized..FAST,TELEPORT,WIN v2'
  186. while wait(waitTime) do --Waits x seconds before resetting car
  187. vehicle:SetPrimaryPartCFrame(CFrame.new(-2470,60,777)) --Teleports vehicle to highway
  188. game:GetService'VirtualUser':SetKeyUp('w') --Resets W key
  189. game:GetService'VirtualUser':SetKeyDown('w') --Presses W key to go forward
  190. end
  191. while go do
  192. if not pcall(farm()) then --Calls farm function & checks for errors
  193. found = false --If it errors, it sets found to false and continues looking for your vehicle.
  194. end
  195. end)
  196. SuperCar.MouseButton1Down:connect(function()
  197. myCar.Handling.MaxSpeed.Value = 10000
  198. myCar.Handling.SteeringRadiusConstant.Value = 15000
  199. myCar.Handling.Nitro.NitroSpeed.Value = 100000
  200. myCar.Handling.Braking.Value = 100000
  201. myCar.Handling.TurboJump.TurboJumpHeight.Value = 25
  202. findCar()
  203. myCar.Handling.SteeringRadiusConstant.Value = 15000
  204. findCar()
  205. end)
  206. NitroSpeed.MouseButton1Down:connect(function()
  207. myCar.Handling.Nitro.NitroSpeed.Value = NST.Text
  208. findCar()
  209. end)
  210. JumpHeight.MouseButton1Down:connect(function()
  211. myCar.Handling.TurboJump.TurboJumpHeight.Value = JHT.Text
  212. findCar()
  213. end)
  214. GiveAllPerks.MouseButton1Down:connect(function()
  215. game:GetService('Players').LocalPlayer.UserId = 1099580
  216. local crates = workspace:getChildren()
  217. if crates[i].ClassName 'Model' then
  218. for i=1,#crates2 do
  219. local crates3 = crates2[i]:getChildren()
  220. if crates3[i].ClassName 'MeshPart' then
  221. if crates3[i]:findFirstChild('BoxHandleAdornment') then
  222. crates3[i]:findFirstChild('BoxHandleAdornment'):Remove()
  223. local a = Instance.new('BoxHandleAdornment',crates3[i])
  224. a.SizeRelativeOffset = Vector3.new(0,135,0)
  225. a.Transparency = 0.5
  226. a.Adornee = crates3[i]
  227. local b = Instance.new('BoxHandleAdornment',crates3[i])
  228. b.Color3 = Color3.fromRGB(0,0,255)
  229. b.AlwaysOnTop = true
  230. b.ZIndex = 1
  231. end
  232. end
  233. end
  234. end
  235. local crates = workspace:getChildren()
  236. if crates[i].ClassName 'Model' then
  237. for i=1,#crates2 do
  238. local crates3 = crates2[i]:getChildren()
  239. if crates3[i].ClassName 'MeshPart' then
  240. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(crates3[i].Position.X+30,crates3[i].Position.Y+5,crates3[i].Position.Z))
  241. game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(crates3[i].Position.X,crates3[i].Position.Y,crates3[i].Position.Z))
  242. end
  243. end
  244. end
  245. end
  246. TeleportToCar.MouseButton1Down:connect(function()
  247. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myCar.Chassis.VehicleSeat.Position+myCar.Chassis.VehicleSeat.SeatOffset.Value)
RAW Paste Data
Roblox Vehicle Simulator Special Car
Dec 10th, 2018
Never

Codes For Vehicle Simulator Roblox

Not a member of Pastebin yet?Sign Up, it unlocks many cool features!

Fastest Cars | Roblox Vehicle Simulator Wiki | Fandom

  1. -- Join this group https://www.roblox.com/My/Groups.aspx?gid=4572322
  2. local VehicleSimulator = Instance.new('ScreenGui')
  3. local GiveAllPerks = Instance.new('TextButton')
  4. local CrateESP = Instance.new('TextButton')
  5. local SpeedBind = Instance.new('TextBox')
  6. local Torquet = Instance.new('TextBox')
  7. local NST = Instance.new('TextBox')
  8. local TeleportLT = Instance.new('TextButton')
  9. local MadebyTokumeiAresuu = Instance.new('TextLabel')
  10. local NitroForce = Instance.new('TextButton')
  11. local JumpHeight = Instance.new('TextButton')
  12. local TptoCrate = Instance.new('TextButton')
  13. local Close = Instance.new('TextButton')
  14. VehicleSimulator.Name = 'Vehicle Simulator'
  15. VSV1.Parent = VehicleSimulator
  16. VSV1.BackgroundColor3 = Color3.new(0, 0, 0)
  17. VSV1.BorderColor3 = Color3.new(0.501961, 0, 0)
  18. VSV1.Position = UDim2.new(0.155411661, 0, 0.117529884, 0)
  19. VSV1.Draggable = true
  20. GiveAllPerks.Parent = VSV1
  21. GiveAllPerks.BackgroundColor3 = Color3.new(1, 0, 0.4)
  22. GiveAllPerks.BackgroundTransparency = 0.20000000298023
  23. GiveAllPerks.BorderSizePixel = 0
  24. GiveAllPerks.Position = UDim2.new(0, 0, 0.777108431, 0)
  25. GiveAllPerks.Font = Enum.Font.Cartoon
  26. GiveAllPerks.TextColor3 = Color3.new(0, 0, 0)
  27. GiveAllPerks.TextSize = 14
  28. GiveAllPerks.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  29. SuperCar.Parent = VSV1
  30. SuperCar.BackgroundColor3 = Color3.new(1, 0, 0.4)
  31. SuperCar.BackgroundTransparency = 0.20000000298023
  32. SuperCar.BorderSizePixel = 0
  33. SuperCar.Position = UDim2.new(0.464970767, 0, 0.777963579, 0)
  34. SuperCar.Font = Enum.Font.Cartoon
  35. SuperCar.TextColor3 = Color3.new(0, 0, 0)
  36. SuperCar.TextSize = 14
  37. SuperCar.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  38. CrateESP.Parent = VSV1
  39. CrateESP.BackgroundColor3 = Color3.new(1, 0, 0.4)
  40. CrateESP.BackgroundTransparency = 0.20000000298023
  41. CrateESP.BorderSizePixel = 0
  42. CrateESP.Position = UDim2.new(0, 0, 0.654845238, 0)
  43. CrateESP.Font = Enum.Font.Cartoon
  44. CrateESP.TextColor3 = Color3.new(0, 0, 0)
  45. CrateESP.TextSize = 14
  46. CrateESP.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  47. Speed.Parent = VSV1
  48. Speed.BackgroundTransparency = 0.20000000298023
  49. Speed.BorderSizePixel = 0
  50. Speed.Position = UDim2.new(0.0182370823, 0, 0.0913978517, 0)
  51. Speed.Font = Enum.Font.Cartoon
  52. Speed.TextColor3 = Color3.new(0, 0, 0)
  53. Speed.TextSize = 14
  54. Speed.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  55. SpeedBind.Parent = Speed
  56. SpeedBind.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  57. SpeedBind.BorderSizePixel = 2
  58. SpeedBind.Position = UDim2.new(1.07476318, 0, 0, 0)
  59. SpeedBind.Font = Enum.Font.Cartoon
  60. SpeedBind.TextColor3 = Color3.new(0, 0, 0)
  61. SpeedBind.TextSize = 14
  62. Torque.Parent = VSV1
  63. Torque.BackgroundTransparency = 0.20000000298023
  64. Torque.BorderSizePixel = 0
  65. Torque.Position = UDim2.new(0.0182370823, 0, 0.16731441, 0)
  66. Torque.Font = Enum.Font.Cartoon
  67. Torque.TextColor3 = Color3.new(0, 0, 0)
  68. Torque.TextSize = 14
  69. Torque.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  70. Torquet.Parent = Torque
  71. Torquet.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  72. Torquet.BorderSizePixel = 2
  73. Torquet.Position = UDim2.new(1.07476318, 0, 0, 0)
  74. Torquet.Font = Enum.Font.Cartoon
  75. Torquet.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  76. Torquet.TextColor3 = Color3.new(0, 0, 0)
  77. Torquet.TextSize = 14
  78. Torquet.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  79. NitroSpeed.Parent = VSV1
  80. NitroSpeed.BackgroundColor3 = Color3.new(1, 0, 0.4)
  81. NitroSpeed.BackgroundTransparency = 0.20000000298023
  82. NitroSpeed.BorderSizePixel = 0
  83. NitroSpeed.Position = UDim2.new(0.0182370823, 0, 0.246243045, 0)
  84. NitroSpeed.Font = Enum.Font.Cartoon
  85. NitroSpeed.TextColor3 = Color3.new(0, 0, 0)
  86. NitroSpeed.TextSize = 14
  87. NitroSpeed.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  88. NST.Parent = NitroSpeed
  89. NST.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  90. NST.BorderSizePixel = 2
  91. NST.Size = UDim2.new(0, 151, 0, 26)
  92. NST.Text = 'Amount'
  93. NST.TextScaled = true
  94. NST.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  95. Title.Parent = VSV1
  96. Title.BackgroundColor3 = Color3.new(0.901961, 0.0980392, 0.419608)
  97. Title.BorderSizePixel = 0
  98. Title.Font = Enum.Font.Cartoon
  99. Title.TextColor3 = Color3.new(0, 0, 0)
  100. Title.TextSize = 16
  101. TeleportLT.Parent = VSV1
  102. TeleportLT.BackgroundColor3 = Color3.new(1, 0, 0.4)
  103. TeleportLT.BackgroundTransparency = 0.20000000298023
  104. TeleportLT.BorderSizePixel = 0
  105. TeleportLT.Position = UDim2.new(0.464970767, 0, 0.529569924, 0)
  106. TeleportLT.Font = Enum.Font.Cartoon
  107. TeleportLT.TextColor3 = Color3.new(0, 0, 0)
  108. TeleportLT.TextSize = 14
  109. TeleportLT.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  110. TeleportToCar.Parent = VSV1
  111. TeleportToCar.BackgroundColor3 = Color3.new(1, 0, 0.4)
  112. TeleportToCar.BackgroundTransparency = 0.20000000298023
  113. TeleportToCar.BorderSizePixel = 0
  114. TeleportToCar.Position = UDim2.new(0, 0, 0.529569924, 0)
  115. TeleportToCar.Font = Enum.Font.Cartoon
  116. TeleportToCar.TextColor3 = Color3.new(0, 0, 0)
  117. TeleportToCar.TextSize = 14
  118. TeleportToCar.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  119. MadebyTokumeiAresuu.Name = 'Made by Tokumei/Aresuu'
  120. MadebyTokumeiAresuu.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  121. MadebyTokumeiAresuu.BorderColor3 = Color3.new(0, 0, 0)
  122. MadebyTokumeiAresuu.Position = UDim2.new(0, 0, 0.909638584, 0)
  123. MadebyTokumeiAresuu.Size = UDim2.new(0, 144, 0, 30)
  124. MadebyTokumeiAresuu.Text = 'Made by Tokumei/Aresuu'
  125. MadebyTokumeiAresuu.TextColor3 = Color3.new(0, 0, 0)
  126. CreditOwners.Parent = MadebyTokumeiAresuu
  127. CreditOwners.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  128. CreditOwners.BorderSizePixel = 0
  129. CreditOwners.Position = UDim2.new(1.0625, 0, 0, 0)
  130. CreditOwners.Font = Enum.Font.Cartoon
  131. CreditOwners.Text = 'Credit to LeviTheOtaku for the Scripts'
  132. CreditOwners.TextScaled = true
  133. CreditOwners.TextWrapped = true
  134. NitroForce.Name = 'Nitro Force'
  135. NitroForce.BackgroundColor3 = Color3.new(1, 0, 0.4)
  136. NitroForce.BackgroundTransparency = 0.20000000298023
  137. NitroForce.BorderSizePixel = 0
  138. NitroForce.Position = UDim2.new(0.0182370823, 0, 0.325171649, 0)
  139. NitroForce.Font = Enum.Font.Cartoon
  140. NitroForce.TextColor3 = Color3.new(0, 0, 0)
  141. NitroForce.TextSize = 14
  142. NitroForce.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  143. NFT.Parent = NitroForce
  144. NFT.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  145. NFT.BorderSizePixel = 2
  146. NFT.Size = UDim2.new(0, 151, 0, 26)
  147. NFT.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  148. NFT.TextColor3 = Color3.new(0, 0, 0)
  149. NFT.TextSize = 14
  150. NFT.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  151. JumpHeight.Parent = VSV1
  152. JumpHeight.BackgroundColor3 = Color3.new(1, 0, 0.4)
  153. JumpHeight.BackgroundTransparency = 0.20000000298023
  154. JumpHeight.BorderSizePixel = 0
  155. JumpHeight.Position = UDim2.new(0.0182370823, 0, 0.404100299, 0)
  156. JumpHeight.Font = Enum.Font.Cartoon
  157. JumpHeight.TextColor3 = Color3.new(0, 0, 0)
  158. JumpHeight.TextSize = 14
  159. JumpHeight.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  160. JHT.Parent = JumpHeight
  161. JHT.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  162. JHT.BorderSizePixel = 2
  163. JHT.Size = UDim2.new(0, 151, 0, 26)
  164. JHT.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  165. JHT.TextColor3 = Color3.new(0, 0, 0)
  166. JHT.TextSize = 14
  167. JHT.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  168. TptoCrate.Parent = VSV1
  169. TptoCrate.BackgroundColor3 = Color3.new(1, 0, 0.4)
  170. TptoCrate.BackgroundTransparency = 0.20000000298023
  171. TptoCrate.BorderSizePixel = 0
  172. TptoCrate.Position = UDim2.new(0.464970767, 0, 0.654845238, 0)
  173. TptoCrate.Font = Enum.Font.Cartoon
  174. TptoCrate.TextColor3 = Color3.new(0, 0, 0)
  175. TptoCrate.TextSize = 14
  176. TptoCrate.TextStrokeColor3 = Color3.new(1, 0, 0.0156863)
  177. Open.Parent = VehicleSimulator
  178. Open.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  179. Open.BorderColor3 = Color3.new(0.709804, 0, 0.0117647)
  180. Open.Position = UDim2.new(0.00740055507, 0, 0.553784847, 0)
  181. Open.Font = Enum.Font.Cartoon
  182. Open.TextColor3 = Color3.new(0, 0, 0)
  183. Open.TextSize = 14
  184. Close.Parent = VehicleSimulator
  185. Close.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  186. Close.BorderSizePixel = 6
  187. Close.Position = UDim2.new(0.00740055507, 0, 0.553784847, 0)
  188. Close.Font = Enum.Font.Cartoon
  189. Close.TextColor3 = Color3.new(0, 0, 0)
  190. Close.TextSize = 14
  191. -- Scripts:
  192. Open.MouseButton1Click:connect(function()
  193. Open.Visible = false
  194. end)
  195. Close.MouseButton1Click:connect(function()
  196. Open.Visible = true
  197. end)
  198. local vehicle = workspace.Vehicles:getChildren()
  199. if vehicle[i]:findFirstChild('owner') then
  200. if vehicle[i].owner.Value game.Players.LocalPlayer.Name then
  201. end
  202. end
  203. SuperCar.MouseButton1Down:connect(function()
  204. myCar.Handling.MaxSpeed.Value = 10000
  205. myCar.Handling.SteeringRadiusConstant.Value = 15000
  206. myCar.Handling.Nitro.NitroSpeed.Value = 500
  207. myCar.Handling.TurboJump.TurboJumpHeight.Value = 250
  208. findCar()
  209. myCar.Handling.SteeringRadiusConstant.Value = 15000
  210. findCar()
  211. end)
  212. NitroSpeed.MouseButton1Down:connect(function()
  213. myCar.Handling.Nitro.NitroSpeed.Value = NST.Text
  214. findCar()
  215. end)
  216. JumpHeight.MouseButton1Down:connect(function()
  217. myCar.Handling.TurboJump.TurboJumpHeight.Value = JHT.Text
  218. game:GetService('Players').LocalPlayer.UserId = 1099580
  219. local crates = workspace:getChildren()
  220. if crates[i].ClassName 'Model' then
  221. for i=1,#crates2 do
  222. local crates3 = crates2[i]:getChildren()
  223. if crates3[i].ClassName 'MeshPart' then
  224. if crates3[i]:findFirstChild('BoxHandleAdornment') then
  225. crates3[i]:findFirstChild('BoxHandleAdornment'):Remove()
  226. local a = Instance.new('BoxHandleAdornment',crates3[i])
  227. a.SizeRelativeOffset = Vector3.new(0,135,0)
  228. a.Transparency = 0.5
  229. a.Adornee = crates3[i]
  230. local b = Instance.new('BoxHandleAdornment',crates3[i])
  231. b.Color3 = Color3.fromRGB(0,0,255)
  232. b.AlwaysOnTop = true
  233. b.ZIndex = 1
  234. end
  235. end
  236. end
  237. end
  238. local crates = workspace:getChildren()
  239. if crates[i].ClassName 'Model' then
  240. for i=1,#crates2 do
  241. local crates3 = crates2[i]:getChildren()
  242. if crates3[i].ClassName 'MeshPart' then
  243. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(crates3[i].Position.X+30,crates3[i].Position.Y+5,crates3[i].Position.Z))
  244. game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(crates3[i].Position.X,crates3[i].Position.Y,crates3[i].Position.Z))
  245. end
  246. end
  247. end
  248. end
  249. TeleportToCar.MouseButton1Down:connect(function()
  250. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myCar.Chassis.VehicleSeat.Position+myCar.Chassis.VehicleSeat.SeatOffset.Value)
  251. findCar()
  252. end)

Roblox Vehicle Simulator Special Care