Advertisement
subaru112g

not mine car script

Apr 27th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 164.68 KB | None | 0 0
  1. -------------------------------------------------------------------------------------------------------------------
  2. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  3. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  4. do
  5. print("FE Compatibility code by Mokiros")
  6. script.Parent = Player.Character
  7.  
  8. --RemoteEvent for communicating
  9. local Event = Instance.new("RemoteEvent")
  10. Event.Name = "UserInput_Event"
  11.  
  12. --Fake event to make stuff like Mouse.KeyDown work
  13. local function fakeEvent()
  14. local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  15. t.connect = t.Connect
  16. return t
  17. end
  18.  
  19. --Creating fake input objects with fake variables
  20. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  21. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  22. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  23. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  24. end}
  25. --Merged 2 functions into one by checking amount of arguments
  26. CAS.UnbindAction = CAS.BindAction
  27.  
  28. --This function will trigger the events that have been :Connect()'ed
  29. local function te(self,ev,...)
  30. local t = m[ev]
  31. if t and t._fakeEvent and t.Function then
  32. t.Function(...)
  33. end
  34. end
  35. m.TrigEvent = te
  36. UIS.TrigEvent = te
  37.  
  38. Event.OnServerEvent:Connect(function(plr,io)
  39. if plr~=Player then return end
  40. if io.isMouse then
  41. m.Target = io.Target
  42. m.Hit = io.Hit
  43. else
  44. local b = io.UserInputState == Enum.UserInputState.Begin
  45. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  46. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  47. end
  48. for _,t in pairs(CAS.Actions) do
  49. for _,k in pairs(t.Keys) do
  50. if k==io.KeyCode then
  51. t.Function(t.Name,io.UserInputState,io)
  52. end
  53. end
  54. end
  55. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  56. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  57. end
  58. end)
  59. Event.Parent = NLS([==[
  60. local Player = game:GetService("Players").LocalPlayer
  61. local Event = script:WaitForChild("UserInput_Event")
  62.  
  63. local UIS = game:GetService("UserInputService")
  64. local input = function(io,a)
  65. if a then return end
  66. --Since InputObject is a client-side instance, we create and pass table instead
  67. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  68. end
  69. UIS.InputBegan:Connect(input)
  70. UIS.InputEnded:Connect(input)
  71.  
  72. local Mouse = Player:GetMouse()
  73. local h,t
  74. --Give the server mouse data 30 times every second, but only if the values changed
  75. --If player is not moving their mouse, client won't fire events
  76. while wait(1/30) do
  77. if h~=Mouse.Hit or t~=Mouse.Target then
  78. h,t=Mouse.Hit,Mouse.Target
  79. Event:FireServer({isMouse=true,Target=t,Hit=h})
  80. end
  81. end]==],Player.Character)
  82. Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  83. end
  84. -------------------------------------------------------------------------------------------------------------------
  85.  
  86. local player = owner
  87. local char = player.Character
  88. local engineon = false
  89. local wpressed = false
  90. local apressed = false
  91. local apressed2 = false
  92. local spressed = false
  93. local dpressed = false
  94. local dpressed2 = false
  95. local bpressed = false
  96. local gpressed = 0
  97. local lpressed = 0
  98. local forcelevel = 4e+6
  99. local accel = 0
  100. local accellimit = 100
  101. local angletorque = 5850000
  102. local gearspeed = 100
  103. local wheelaccel = 0
  104. local rotateangle = 0
  105. local doorangle = 0
  106. local ppressed = 0
  107. local kpressed = 0
  108. local vpressed = 0
  109. local colors = {BrickColor.new"Storm blue";BrickColor.new'Bright yellow';BrickColor.new'Sea green';BrickColor.new'Really black';BrickColor.new'Medium stone grey';BrickColor.new'Cocoa';};
  110. local bodycolor = colors[math.random(1,#colors)]
  111.  
  112. function weld(p0,p1,c0)
  113. local w=Instance.new("Weld",p0)
  114. w.Part0=p0
  115. w.Part1=p1
  116. w.C0=c0
  117. return w
  118. end
  119.  
  120. local mcar = Instance.new("Model", workspace)
  121. mcar.Name = "MCar"
  122.  
  123. doorpos = Instance.new("Part", mcar)
  124. doorpos.FormFactor = Enum.FormFactor.Plate
  125. doorpos.CanCollide = false
  126. doorpos.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  127. doorpos.Transparency = 1
  128. doorpos.TopSurface = Enum.SurfaceType.Smooth
  129. doorpos.Material = Enum.Material.SmoothPlastic
  130. doorpos.Size = Vector3.new(1, 3.6, 5)
  131. doorpos.Name = "doorpos"
  132. doorpos.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  133. doorpos.CFrame = CFrame.new(48.845, 3.606, -154.156)* CFrame.Angles(3.141592502594, -1.2660163406508e-007, -3.141592502594)
  134. doorpos.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  135. doorpos.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  136. doorpos.BrickColor = bodycolor
  137. doorpos.Friction = 0.3
  138. doorpos.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  139.  
  140. door = Instance.new("Model", mcar)
  141. door.Name = "Door"
  142.  
  143. part = Instance.new("Part", door)
  144. part.FormFactor = Enum.FormFactor.Plate
  145. part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  146. part.TopSurface = Enum.SurfaceType.Smooth
  147. part.Material = Enum.Material.SmoothPlastic
  148. part.Size = Vector3.new(1, 3.6, 5)
  149. part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  150. part.CFrame = CFrame.new(48.845, 3.603, -154.156)* CFrame.Angles(3.141592502594, -2.2057429305278e-007, -3.1415927410126)
  151. part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  152. part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  153. part.BrickColor = bodycolor
  154. part.Friction = 0.3
  155. part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  156. part.Name = "doormain"
  157.  
  158. part_2 = Instance.new("Part", door)
  159. part_2.FormFactor = Enum.FormFactor.Plate
  160. part_2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  161. part_2.TopSurface = Enum.SurfaceType.Smooth
  162. part_2.Material = Enum.Material.SmoothPlastic
  163. part_2.Size = Vector3.new(1, 2, 1)
  164. part_2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  165. part_2.CFrame = CFrame.new(48.847, 6.405, -151.052)* CFrame.Angles(3.141592502594, -1.1626889317995e-007, -3.1415927410126)
  166. part_2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  167. part_2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  168. part_2.BrickColor = bodycolor
  169. part_2.Friction = 0.3
  170. part_2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  171.  
  172. part_3 = Instance.new("Part", door)
  173. part_3.FormFactor = Enum.FormFactor.Plate
  174. part_3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  175. part_3.TopSurface = Enum.SurfaceType.Smooth
  176. part_3.Material = Enum.Material.SmoothPlastic
  177. part_3.Size = Vector3.new(1, 2, 1)
  178. part_3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  179. part_3.CFrame = CFrame.new(48.848, 6.405, -156.052)* CFrame.Angles(3.141592502594, -2.250999386888e-007, 3.1415927410126)
  180. part_3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  181. part_3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  182. part_3.BrickColor = bodycolor
  183. part_3.Friction = 0.3
  184. part_3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  185.  
  186. window6 = Instance.new("Part", door)
  187. window6.FormFactor = Enum.FormFactor.Plate
  188. window6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  189. window6.Transparency = 0.5
  190. window6.TopSurface = Enum.SurfaceType.Smooth
  191. window6.Reflectance = 0.5
  192. window6.Material = Enum.Material.SmoothPlastic
  193. window6.Size = Vector3.new(4, 2, 1)
  194. window6.Name = "window6"
  195. window6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  196. window6.CFrame = CFrame.new(48.848, 6.405, -153.552)* CFrame.Angles(-0.15858368575573, 1.5663747787476, 0.15816649794579)
  197. window6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  198. window6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  199. window6.BrickColor = BrickColor.new("Institutional white")
  200. window6.Friction = 0.3
  201. window6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  202.  
  203. door2pos = Instance.new("Part", mcar)
  204. door2pos.FormFactor = Enum.FormFactor.Plate
  205. door2pos.CanCollide = false
  206. door2pos.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  207. door2pos.Transparency = 1
  208. door2pos.TopSurface = Enum.SurfaceType.Smooth
  209. door2pos.Material = Enum.Material.SmoothPlastic
  210. door2pos.Size = Vector3.new(1, 3.6, 5)
  211. door2pos.Name = "door2pos"
  212. door2pos.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  213. door2pos.CFrame = CFrame.new(58.844, 3.605, -154.153)* CFrame.Angles(3.141592502594, -2.2057338355808e-007, -3.1415927410126)
  214. door2pos.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  215. door2pos.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  216. door2pos.BrickColor = bodycolor
  217. door2pos.Friction = 0.3
  218. door2pos.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  219.  
  220. backwheels = Instance.new("Model", mcar)
  221. backwheels.Name = "backwheels"
  222.  
  223. bcollide1 = Instance.new("Part", mcar)
  224. bcollide1.FormFactor = Enum.FormFactor.Custom
  225. bcollide1.Elasticity = 0
  226. bcollide1.TopSurface = Enum.SurfaceType.Smooth
  227. bcollide1.Size = Vector3.new(3.4, 1.4, 4.4)
  228. bcollide1.CFrame = CFrame.new(58.6, 1.7, -141.21)* CFrame.Angles(-0, 0, 1.5707963705063)
  229. bcollide1.BrickColor = BrickColor.new("Really black")
  230. bcollide1.Friction = 0.3
  231. bcollide1.BottomSurface = Enum.SurfaceType.Smooth
  232. bcollide1.CanCollide = true
  233. bcollide1.Transparency = 1
  234.  
  235. bcollide2 = Instance.new("Part", mcar)
  236. bcollide2.FormFactor = Enum.FormFactor.Custom
  237. bcollide2.Elasticity = 0
  238. bcollide2.TopSurface = Enum.SurfaceType.Smooth
  239. bcollide2.Size = Vector3.new(1.8, 11, 0.2)
  240. bcollide2.Name = "bcollide2"
  241. bcollide2.CFrame = CFrame.new(53.8, 1.7, -141.2)* CFrame.Angles(-0, 0, 1.5707963705063)
  242. bcollide2.Friction = 0.3
  243. bcollide2.BottomSurface = Enum.SurfaceType.Smooth
  244. bcollide2.CanCollide = true
  245. bcollide2.Transparency = 1
  246.  
  247. bcollide3 = Instance.new("Part", mcar)
  248. bcollide3.FormFactor = Enum.FormFactor.Custom
  249. bcollide3.Elasticity = 0
  250. bcollide3.TopSurface = Enum.SurfaceType.Smooth
  251. bcollide3.Size = Vector3.new(1.8, 1.8, 2)
  252. bcollide3.CFrame = CFrame.new(58.6, 1.7, -141.21)* CFrame.Angles(-0, 0, 1.5707963705063)
  253. bcollide3.Friction = 0.3
  254. bcollide3.BottomSurface = Enum.SurfaceType.Smooth
  255. bcollide3.CanCollide = true
  256. bcollide3.Transparency = 1
  257.  
  258. bcollide4 = Instance.new("Part", mcar)
  259. bcollide4.FormFactor = Enum.FormFactor.Custom
  260. bcollide4.Elasticity = 0
  261. bcollide4.TopSurface = Enum.SurfaceType.Smooth
  262. bcollide4.Size = Vector3.new(1.8, 1.8, 2)
  263. bcollide4.CFrame = CFrame.new(49.1, 1.7, -141.2)* CFrame.Angles(-0, 0, 1.5707963705063)
  264. bcollide4.Friction = 0.3
  265. bcollide4.BottomSurface = Enum.SurfaceType.Smooth
  266. bcollide4.CanCollide = true
  267. bcollide4.Transparency = 1
  268.  
  269. bcollide5 = Instance.new("Part", mcar)
  270. bcollide5.FormFactor = Enum.FormFactor.Custom
  271. bcollide5.Elasticity = 0
  272. bcollide5.TopSurface = Enum.SurfaceType.Smooth
  273. bcollide5.Size = Vector3.new(3.4, 1.4, 4.4)
  274. bcollide5.CFrame = CFrame.new(58.6, 1.7, -141.21)* CFrame.Angles(-0, 0, 1.5707963705063)
  275. bcollide5.BrickColor = BrickColor.new("Really black")
  276. bcollide5.Friction = 0.3
  277. bcollide5.BottomSurface = Enum.SurfaceType.Smooth
  278. bcollide5.CanCollide = true
  279. bcollide5.Transparency = 1
  280.  
  281. part_4 = Instance.new("Part", backwheels)
  282. part_4.FormFactor = Enum.FormFactor.Custom
  283. part_4.Elasticity = 0
  284. part_4.TopSurface = Enum.SurfaceType.Smooth
  285. part_4.Size = Vector3.new(3.4, 1.4, 4.4)
  286. part_4.CFrame = CFrame.new(58.6, 1.7, -141.21)* CFrame.Angles(-0, 0, 1.5707963705063)
  287. part_4.BrickColor = BrickColor.new("Really black")
  288. part_4.Friction = 0.3
  289. part_4.BottomSurface = Enum.SurfaceType.Smooth
  290. part_4.CanCollide = false
  291.  
  292. mesh = Instance.new("CylinderMesh", part_4)
  293.  
  294. axle = Instance.new("Part", backwheels)
  295. axle.FormFactor = Enum.FormFactor.Custom
  296. axle.Elasticity = 0
  297. axle.TopSurface = Enum.SurfaceType.Smooth
  298. axle.Size = Vector3.new(1.8, 11, 0.2)
  299. axle.Name = "Axle"
  300. axle.CFrame = CFrame.new(53.8, 1.7, -141.2)* CFrame.Angles(-0, 0, 1.5707963705063)
  301. axle.Friction = 0.3
  302. axle.BottomSurface = Enum.SurfaceType.Smooth
  303. axle.CanCollide = false
  304.  
  305. mesh_2 = Instance.new("CylinderMesh", axle)
  306.  
  307. part_5 = Instance.new("Part", backwheels)
  308. part_5.FormFactor = Enum.FormFactor.Custom
  309. part_5.Elasticity = 0
  310. part_5.TopSurface = Enum.SurfaceType.Smooth
  311. part_5.Size = Vector3.new(1.8, 1.8, 2)
  312. part_5.CFrame = CFrame.new(58.6, 1.7, -141.21)* CFrame.Angles(-0, 0, 1.5707963705063)
  313. part_5.Friction = 0.3
  314. part_5.BottomSurface = Enum.SurfaceType.Smooth
  315. part_5.CanCollide = false
  316.  
  317. mesh_3 = Instance.new("CylinderMesh", part_5)
  318.  
  319. part_6 = Instance.new("Part", backwheels)
  320. part_6.FormFactor = Enum.FormFactor.Custom
  321. part_6.Elasticity = 0
  322. part_6.TopSurface = Enum.SurfaceType.Smooth
  323. part_6.Size = Vector3.new(1.8, 1.8, 2)
  324. part_6.CFrame = CFrame.new(49.1, 1.7, -141.2)* CFrame.Angles(-0, 0, 1.5707963705063)
  325. part_6.Friction = 0.3
  326. part_6.BottomSurface = Enum.SurfaceType.Smooth
  327. part_6.CanCollide = false
  328.  
  329. mesh_4 = Instance.new("CylinderMesh", part_6)
  330.  
  331. part_7 = Instance.new("Part", backwheels)
  332. part_7.FormFactor = Enum.FormFactor.Custom
  333. part_7.Elasticity = 0
  334. part_7.TopSurface = Enum.SurfaceType.Smooth
  335. part_7.Size = Vector3.new(3.4, 1.4, 4.4)
  336. part_7.CFrame = CFrame.new(49.1, 1.7, -141.2)* CFrame.Angles(-0, 0, 1.5707963705063)
  337. part_7.BrickColor = BrickColor.new("Really black")
  338. part_7.Friction = 0.3
  339. part_7.BottomSurface = Enum.SurfaceType.Smooth
  340. part_7.CanCollide = false
  341.  
  342. mesh_5 = Instance.new("CylinderMesh", part_7)
  343.  
  344. part_8 = Instance.new("Part", mcar)
  345. part_8.FormFactor = Enum.FormFactor.Symmetric
  346. part_8.CanCollide = false
  347. part_8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  348. part_8.TopSurface = Enum.SurfaceType.Smooth
  349. part_8.Reflectance = 0.3
  350. part_8.Material = Enum.Material.SmoothPlastic
  351. part_8.Size = Vector3.new(1, 1, 1)
  352. part_8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  353. part_8.CFrame = CFrame.new(50.548, 3.204, -164.351)* CFrame.Angles(-1.9569604603475e-007, 8.7457920017187e-008, 2.5507410100545e-005)
  354. part_8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  355. part_8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  356. part_8.Friction = 0.3
  357. part_8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  358.  
  359. mesh_6 = Instance.new("SpecialMesh", part_8)
  360. mesh_6.Scale = Vector3.new(3, 3, 2)
  361. mesh_6.MeshId = "http://www.roblox.com/asset/?id=3270017"
  362. mesh_6.MeshType = Enum.MeshType.FileMesh
  363.  
  364. vivrus = Instance.new("VelocityMotor", part_8)
  365. vivrus.Name = "ViVRuS"
  366.  
  367. part_9 = Instance.new("Part", mcar)
  368. part_9.FormFactor = Enum.FormFactor.Plate
  369. part_9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  370. part_9.TopSurface = Enum.SurfaceType.Smooth
  371. part_9.Reflectance = 0.3
  372. part_9.Material = Enum.Material.SmoothPlastic
  373. part_9.Size = Vector3.new(1, 0.8, 2)
  374. part_9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  375. part_9.CFrame = CFrame.new(50.149, 3.605, -164.551)* CFrame.Angles(-1.5707964897156, -2.2760454854165e-008, -1.570796251297)
  376. part_9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  377. part_9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  378. part_9.Friction = 0.3
  379. part_9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  380.  
  381. mesh_7 = Instance.new("SpecialMesh", part_9)
  382. mesh_7.Scale = Vector3.new(0.118, 0.235, 1.059)
  383. mesh_7.MeshType = Enum.MeshType.Brick
  384.  
  385. part_10 = Instance.new("Part", mcar)
  386. part_10.FormFactor = Enum.FormFactor.Plate
  387. part_10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  388. part_10.TopSurface = Enum.SurfaceType.Smooth
  389. part_10.Reflectance = 0.3
  390. part_10.Material = Enum.Material.SmoothPlastic
  391. part_10.Size = Vector3.new(1, 0.4, 2)
  392. part_10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  393. part_10.CFrame = CFrame.new(48.349, 3.405, -163.656)* CFrame.Angles(3.141592502594, 6.5192580223083e-009, 0.00021353382908273)
  394. part_10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  395. part_10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  396. part_10.Friction = 0.3
  397. part_10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  398.  
  399. mesh_8 = Instance.new("SpecialMesh", part_10)
  400. mesh_8.Scale = Vector3.new(0.4, 0.4, 0.4)
  401. mesh_8.MeshId = "http://www.roblox.com/asset/?id=12221344"
  402. mesh_8.MeshType = Enum.MeshType.FileMesh
  403.  
  404. part_11 = Instance.new("Part", mcar)
  405. part_11.FormFactor = Enum.FormFactor.Plate
  406. part_11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  407. part_11.TopSurface = Enum.SurfaceType.Smooth
  408. part_11.Reflectance = 0.3
  409. part_11.Material = Enum.Material.SmoothPlastic
  410. part_11.Size = Vector3.new(1, 0.8, 2)
  411. part_11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  412. part_11.CFrame = CFrame.new(49.749, 3.605, -164.551)* CFrame.Angles(-1.5707963705063, -4.5537831283582e-008, -1.5707963705063)
  413. part_11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  414. part_11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  415. part_11.Friction = 0.3
  416. part_11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  417.  
  418. mesh_9 = Instance.new("SpecialMesh", part_11)
  419. mesh_9.Scale = Vector3.new(0.118, 0.235, 1.059)
  420. mesh_9.MeshType = Enum.MeshType.Brick
  421.  
  422. frontlight2 = Instance.new("Part", mcar)
  423. frontlight2.FormFactor = Enum.FormFactor.Plate
  424. frontlight2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  425. frontlight2.Transparency = 0.2
  426. frontlight2.TopSurface = Enum.SurfaceType.Smooth
  427. frontlight2.Material = Enum.Material.SmoothPlastic
  428. frontlight2.Size = Vector3.new(1, 0.4, 1)
  429. frontlight2.Name = "frontlight2"
  430. frontlight2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  431. frontlight2.CFrame = CFrame.new(48.848, 5.105, -165.251)* CFrame.Angles(-1.5708879232407, 6.3079831306823e-005, 3.141140460968)
  432. frontlight2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  433. frontlight2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  434. frontlight2.BrickColor = BrickColor.new("Mid gray")
  435. frontlight2.Friction = 0.3
  436. frontlight2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  437.  
  438. mesh_10 = Instance.new("CylinderMesh", frontlight2)
  439.  
  440. headlight = Instance.new("SpotLight", frontlight2)
  441. headlight.Enabled = false
  442. headlight.Face = Enum.NormalId.Right
  443. headlight.Range = 15
  444. headlight.Name = "headlight"
  445. headlight.Angle = 180
  446. headlight.Brightness = 20
  447.  
  448. part_12 = Instance.new("Part", mcar)
  449. part_12.FormFactor = Enum.FormFactor.Plate
  450. part_12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  451. part_12.TopSurface = Enum.SurfaceType.Smooth
  452. part_12.Reflectance = 0.3
  453. part_12.Material = Enum.Material.SmoothPlastic
  454. part_12.Size = Vector3.new(1, 0.4, 3)
  455. part_12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  456. part_12.CFrame = CFrame.new(48.847, 3.204, -161.156)* CFrame.Angles(5.947543286311e-006, -0.00045032112393528, -0.0001974168990273)
  457. part_12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  458. part_12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  459. part_12.BrickColor = BrickColor.new("Grey")
  460. part_12.Friction = 0.3
  461. part_12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  462.  
  463. part_13 = Instance.new("Part", mcar)
  464. part_13.FormFactor = Enum.FormFactor.Plate
  465. part_13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  466. part_13.TopSurface = Enum.SurfaceType.Smooth
  467. part_13.Reflectance = 0.3
  468. part_13.Material = Enum.Material.SmoothPlastic
  469. part_13.Size = Vector3.new(1, 0.8, 2)
  470. part_13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  471. part_13.CFrame = CFrame.new(51.349, 3.605, -164.551)* CFrame.Angles(-1.5707963705063, -4.5537831283582e-008, -1.5707963705063)
  472. part_13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  473. part_13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  474. part_13.Friction = 0.3
  475. part_13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  476.  
  477. mesh_11 = Instance.new("SpecialMesh", part_13)
  478. mesh_11.Scale = Vector3.new(0.118, 0.235, 1.059)
  479. mesh_11.MeshType = Enum.MeshType.Brick
  480.  
  481. part_14 = Instance.new("Part", mcar)
  482. part_14.FormFactor = Enum.FormFactor.Plate
  483. part_14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  484. part_14.TopSurface = Enum.SurfaceType.Smooth
  485. part_14.Reflectance = 0.3
  486. part_14.Material = Enum.Material.SmoothPlastic
  487. part_14.Size = Vector3.new(2, 0.4, 1)
  488. part_14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  489. part_14.CFrame = CFrame.new(48.848, 4.005, -163.656)* CFrame.Angles(3.1281139850616, -1.5676319599152, 3.1279702186584)
  490. part_14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  491. part_14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  492. part_14.BrickColor = BrickColor.new("Grey")
  493. part_14.Friction = 0.3
  494. part_14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  495.  
  496. part_15 = Instance.new("Part", mcar)
  497. part_15.FormFactor = Enum.FormFactor.Plate
  498. part_15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  499. part_15.TopSurface = Enum.SurfaceType.Smooth
  500. part_15.Reflectance = 0.3
  501. part_15.Material = Enum.Material.SmoothPlastic
  502. part_15.Size = Vector3.new(1, 0.4, 2)
  503. part_15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  504. part_15.CFrame = CFrame.new(48.349, 3.005, -163.656)* CFrame.Angles(3.141592502594, 6.4901541918516e-009, 0.00021353385818657)
  505. part_15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  506. part_15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  507. part_15.Friction = 0.3
  508. part_15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  509.  
  510. mesh_12 = Instance.new("SpecialMesh", part_15)
  511. mesh_12.Scale = Vector3.new(0.4, 0.4, 0.4)
  512. mesh_12.MeshId = "http://www.roblox.com/asset/?id=12221344"
  513. mesh_12.MeshType = Enum.MeshType.FileMesh
  514.  
  515. part_16 = Instance.new("Part", mcar)
  516. part_16.FormFactor = Enum.FormFactor.Plate
  517. part_16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  518. part_16.TopSurface = Enum.SurfaceType.Smooth
  519. part_16.Reflectance = 0.3
  520. part_16.Material = Enum.Material.SmoothPlastic
  521. part_16.Size = Vector3.new(2, 1.2, 1)
  522. part_16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  523. part_16.CFrame = CFrame.new(48.848, 3.205, -163.656)* CFrame.Angles(3.1281673908234, -1.5676319599152, 3.1280233860016)
  524. part_16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  525. part_16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  526. part_16.BrickColor = BrickColor.new("Grey")
  527. part_16.Friction = 0.3
  528. part_16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  529.  
  530. part_17 = Instance.new("Part", mcar)
  531. part_17.FormFactor = Enum.FormFactor.Plate
  532. part_17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  533. part_17.TopSurface = Enum.SurfaceType.Smooth
  534. part_17.Reflectance = 0.3
  535. part_17.Material = Enum.Material.SmoothPlastic
  536. part_17.Size = Vector3.new(1, 1.6, 1)
  537. part_17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  538. part_17.CFrame = CFrame.new(48.847, 2.604, -159.156)* CFrame.Angles(5.872533620277e-006, -0.00045022714766674, -0.00019739411072806)
  539. part_17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  540. part_17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  541. part_17.BrickColor = BrickColor.new("Grey")
  542. part_17.Friction = 0.3
  543. part_17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  544.  
  545. frontlight4 = Instance.new("Part", mcar)
  546. frontlight4.FormFactor = Enum.FormFactor.Plate
  547. frontlight4.CanCollide = false
  548. frontlight4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  549. frontlight4.Transparency = 0.2
  550. frontlight4.TopSurface = Enum.SurfaceType.Smooth
  551. frontlight4.Material = Enum.Material.SmoothPlastic
  552. frontlight4.Size = Vector3.new(1, 0.4, 1)
  553. frontlight4.Name = "frontlight4"
  554. frontlight4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  555. frontlight4.CFrame = CFrame.new(48.849, 3.105, -164.856)* CFrame.Angles(-3.0908482074738, -1.5676507949829, -1.5200179815292)
  556. frontlight4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  557. frontlight4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  558. frontlight4.BrickColor = BrickColor.new("Bright orange")
  559. frontlight4.Friction = 0.3
  560. frontlight4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  561.  
  562. mesh_13 = Instance.new("CylinderMesh", frontlight4)
  563. mesh_13.Offset = Vector3.new(0, -0.3, 0)
  564. mesh_13.Scale = Vector3.new(0.6, 1, 0.6)
  565.  
  566. regularlight = Instance.new("SpotLight", frontlight4)
  567. regularlight.Enabled = false
  568. regularlight.Color = Color3.new(1, 0.333333, 0)
  569. regularlight.Face = Enum.NormalId.Right
  570. regularlight.Range = 10
  571. regularlight.Name = "regularlight"
  572. regularlight.Angle = 180
  573. regularlight.Brightness = 20
  574.  
  575. part_18 = Instance.new("Part", mcar)
  576. part_18.FormFactor = Enum.FormFactor.Plate
  577. part_18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  578. part_18.TopSurface = Enum.SurfaceType.Smooth
  579. part_18.Material = Enum.Material.SmoothPlastic
  580. part_18.Size = Vector3.new(6, 0.8, 1)
  581. part_18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  582. part_18.CFrame = CFrame.new(48.847, 4.604, -161.651)* CFrame.Angles(0.24924144148827, 1.5676697492599, -0.24892921745777)
  583. part_18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  584. part_18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  585. part_18.BrickColor = bodycolor
  586. part_18.Friction = 0.3
  587. part_18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  588.  
  589. part_19 = Instance.new("Part", mcar)
  590. part_19.FormFactor = Enum.FormFactor.Plate
  591. part_19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  592. part_19.TopSurface = Enum.SurfaceType.Smooth
  593. part_19.Material = Enum.Material.SmoothPlastic
  594. part_19.Size = Vector3.new(2, 0.4, 1)
  595. part_19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  596. part_19.CFrame = CFrame.new(48.844, 5.203, -157.652)* CFrame.Angles(0.26357743144035, 1.5676697492599, -0.26282879710197)
  597. part_19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  598. part_19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  599. part_19.BrickColor = bodycolor
  600. part_19.Friction = 0.3
  601. part_19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  602.  
  603. part_20 = Instance.new("Part", mcar)
  604. part_20.FormFactor = Enum.FormFactor.Plate
  605. part_20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  606. part_20.TopSurface = Enum.SurfaceType.Smooth
  607. part_20.Reflectance = 0.3
  608. part_20.Material = Enum.Material.SmoothPlastic
  609. part_20.Size = Vector3.new(1, 0.8, 2)
  610. part_20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  611. part_20.CFrame = CFrame.new(53.749, 3.605, -164.551)* CFrame.Angles(-1.5707964897156, -5.2237146519474e-007, -1.5707963705063)
  612. part_20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  613. part_20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  614. part_20.Friction = 0.3
  615. part_20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  616.  
  617. mesh_14 = Instance.new("SpecialMesh", part_20)
  618. mesh_14.Scale = Vector3.new(0.118, 0.235, 1.059)
  619. mesh_14.MeshType = Enum.MeshType.Brick
  620.  
  621. part_21 = Instance.new("Part", mcar)
  622. part_21.FormFactor = Enum.FormFactor.Plate
  623. part_21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  624. part_21.TopSurface = Enum.SurfaceType.Smooth
  625. part_21.Reflectance = 0.3
  626. part_21.Material = Enum.Material.SmoothPlastic
  627. part_21.Size = Vector3.new(1, 0.8, 2)
  628. part_21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  629. part_21.CFrame = CFrame.new(52.949, 3.605, -164.551)* CFrame.Angles(-1.5707963705063, -4.5537831283582e-008, -1.5707963705063)
  630. part_21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  631. part_21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  632. part_21.Friction = 0.3
  633. part_21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  634.  
  635. mesh_15 = Instance.new("SpecialMesh", part_21)
  636. mesh_15.Scale = Vector3.new(0.118, 0.235, 1.059)
  637. mesh_15.MeshType = Enum.MeshType.Brick
  638.  
  639. part_22 = Instance.new("Part", mcar)
  640. part_22.FormFactor = Enum.FormFactor.Plate
  641. part_22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  642. part_22.TopSurface = Enum.SurfaceType.Smooth
  643. part_22.Reflectance = 0.3
  644. part_22.Material = Enum.Material.SmoothPlastic
  645. part_22.Size = Vector3.new(2, 0.8, 11)
  646. part_22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  647. part_22.CFrame = CFrame.new(53.848, 2.205, -163.653)* CFrame.Angles(3.1281673908234, -1.5676131248474, 3.1280233860016)
  648. part_22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  649. part_22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  650. part_22.BrickColor = BrickColor.new("Grey")
  651. part_22.Friction = 0.3
  652. part_22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  653.  
  654. part_23 = Instance.new("Part", mcar)
  655. part_23.FormFactor = Enum.FormFactor.Plate
  656. part_23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  657. part_23.TopSurface = Enum.SurfaceType.Smooth
  658. part_23.Reflectance = 0.3
  659. part_23.Material = Enum.Material.SmoothPlastic
  660. part_23.Size = Vector3.new(1, 0.8, 9)
  661. part_23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  662. part_23.CFrame = CFrame.new(53.849, 2.805, -164.551)* CFrame.Angles(3.0269060134888, 1.5676319599152, 0.46275079250336)
  663. part_23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  664. part_23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  665. part_23.Friction = 0.3
  666. part_23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  667.  
  668. mesh_16 = Instance.new("SpecialMesh", part_23)
  669. mesh_16.Scale = Vector3.new(0.118, 0.235, 1.059)
  670. mesh_16.MeshType = Enum.MeshType.Brick
  671.  
  672. frontbumper = Instance.new("Part", mcar)
  673. frontbumper.FormFactor = Enum.FormFactor.Plate
  674. frontbumper.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  675. frontbumper.TopSurface = Enum.SurfaceType.Smooth
  676. frontbumper.Reflectance = 0.3
  677. frontbumper.Material = Enum.Material.SmoothPlastic
  678. frontbumper.Size = Vector3.new(1, 0.4, 11)
  679. frontbumper.Name = "frontbumper"
  680. frontbumper.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  681. frontbumper.CFrame = CFrame.new(53.849, 2.105, -164.853)* CFrame.Angles(3.1280734539032, -1.5676319599152, -1.5844591856003)
  682. frontbumper.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  683. frontbumper.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  684. frontbumper.BrickColor = BrickColor.new("Grey")
  685. frontbumper.Friction = 0.3
  686. frontbumper.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  687.  
  688. part_24 = Instance.new("Part", mcar)
  689. part_24.FormFactor = Enum.FormFactor.Plate
  690. part_24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  691. part_24.TopSurface = Enum.SurfaceType.Smooth
  692. part_24.Reflectance = 0.3
  693. part_24.Material = Enum.Material.SmoothPlastic
  694. part_24.Size = Vector3.new(1, 0.8, 2)
  695. part_24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  696. part_24.CFrame = CFrame.new(51.749, 3.605, -164.551)* CFrame.Angles(-1.5707963705063, -4.5537831283582e-008, -1.5707963705063)
  697. part_24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  698. part_24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  699. part_24.Friction = 0.3
  700. part_24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  701.  
  702. mesh_17 = Instance.new("SpecialMesh", part_24)
  703. mesh_17.Scale = Vector3.new(0.118, 0.235, 1.059)
  704. mesh_17.MeshType = Enum.MeshType.Brick
  705.  
  706. part_25 = Instance.new("Part", mcar)
  707. part_25.FormFactor = Enum.FormFactor.Plate
  708. part_25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  709. part_25.TopSurface = Enum.SurfaceType.Smooth
  710. part_25.Material = Enum.Material.SmoothPlastic
  711. part_25.Size = Vector3.new(2, 0.8, 2)
  712. part_25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  713. part_25.CFrame = CFrame.new(50.348, 3.703, -164.151)* CFrame.Angles(1.570796251297, 0.0001225274609169, -2.0668458944328e-007)
  714. part_25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  715. part_25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  716. part_25.BrickColor = BrickColor.new("Black")
  717. part_25.Friction = 0.3
  718. part_25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  719.  
  720. mesh_18 = Instance.new("CylinderMesh", part_25)
  721.  
  722. part_26 = Instance.new("Part", mcar)
  723. part_26.FormFactor = Enum.FormFactor.Plate
  724. part_26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  725. part_26.TopSurface = Enum.SurfaceType.Smooth
  726. part_26.Reflectance = 0.3
  727. part_26.Material = Enum.Material.SmoothPlastic
  728. part_26.Size = Vector3.new(1, 0.8, 2)
  729. part_26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  730. part_26.CFrame = CFrame.new(50.549, 3.605, -164.551)* CFrame.Angles(-1.5707963705063, -4.5537831283582e-008, -1.5707963705063)
  731. part_26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  732. part_26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  733. part_26.Friction = 0.3
  734. part_26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  735.  
  736. mesh_19 = Instance.new("SpecialMesh", part_26)
  737. mesh_19.Scale = Vector3.new(0.118, 0.235, 1.059)
  738. mesh_19.MeshType = Enum.MeshType.Brick
  739.  
  740. part_27 = Instance.new("Part", mcar)
  741. part_27.FormFactor = Enum.FormFactor.Plate
  742. part_27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  743. part_27.TopSurface = Enum.SurfaceType.Smooth
  744. part_27.Reflectance = 0.3
  745. part_27.Material = Enum.Material.SmoothPlastic
  746. part_27.Size = Vector3.new(1, 0.8, 2)
  747. part_27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  748. part_27.CFrame = CFrame.new(50.849, 4.605, -164.551)* CFrame.Angles(-3.1349754333496, 1.5676697492599, 0.11481241136789)
  749. part_27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  750. part_27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  751. part_27.Friction = 0.3
  752. part_27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  753.  
  754. mesh_20 = Instance.new("SpecialMesh", part_27)
  755. mesh_20.Scale = Vector3.new(0.118, 0.235, 1.059)
  756. mesh_20.MeshType = Enum.MeshType.Brick
  757.  
  758. part_28 = Instance.new("Part", mcar)
  759. part_28.FormFactor = Enum.FormFactor.Plate
  760. part_28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  761. part_28.TopSurface = Enum.SurfaceType.Smooth
  762. part_28.Material = Enum.Material.SmoothPlastic
  763. part_28.Size = Vector3.new(1, 6.8, 1)
  764. part_28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  765. part_28.CFrame = CFrame.new(48.847, 5.104, -161.651)* CFrame.Angles(1.5710419416428, 0.00015805164002813, 0.00022255443036556)
  766. part_28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  767. part_28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  768. part_28.BrickColor = bodycolor
  769. part_28.Friction = 0.3
  770. part_28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  771.  
  772. mesh_21 = Instance.new("CylinderMesh", part_28)
  773.  
  774. part_29 = Instance.new("Part", mcar)
  775. part_29.FormFactor = Enum.FormFactor.Plate
  776. part_29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  777. part_29.TopSurface = Enum.SurfaceType.Smooth
  778. part_29.Reflectance = 0.3
  779. part_29.Material = Enum.Material.SmoothPlastic
  780. part_29.Size = Vector3.new(1, 0.4, 2)
  781. part_29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  782. part_29.CFrame = CFrame.new(53.049, 3.705, -164.351)* CFrame.Angles(-1.5707956552505, -1.2217919826508, 1.5707969665527)
  783. part_29.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  784. part_29.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  785. part_29.Friction = 0.3
  786. part_29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  787.  
  788. part_30 = Instance.new("Part", mcar)
  789. part_30.FormFactor = Enum.FormFactor.Plate
  790. part_30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  791. part_30.TopSurface = Enum.SurfaceType.Smooth
  792. part_30.Reflectance = 0.3
  793. part_30.Material = Enum.Material.SmoothPlastic
  794. part_30.Size = Vector3.new(1, 0.4, 1)
  795. part_30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  796. part_30.CFrame = CFrame.new(52.348, 4.804, -164.352)* CFrame.Angles(0.19220323860645, 1.5676319599152, -1.7630617618561)
  797. part_30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  798. part_30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  799. part_30.Friction = 0.3
  800. part_30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  801.  
  802. mesh_22 = Instance.new("SpecialMesh", part_30)
  803. mesh_22.Scale = Vector3.new(0.6, 0.6, 1)
  804. mesh_22.MeshId = "http://www.roblox.com/asset/?id=12221344"
  805. mesh_22.MeshType = Enum.MeshType.FileMesh
  806.  
  807. part_31 = Instance.new("Part", mcar)
  808. part_31.FormFactor = Enum.FormFactor.Plate
  809. part_31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  810. part_31.TopSurface = Enum.SurfaceType.Smooth
  811. part_31.Material = Enum.Material.SmoothPlastic
  812. part_31.Size = Vector3.new(17, 0.4, 11)
  813. part_31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  814. part_31.CFrame = CFrame.new(53.843, 1.602, -151.154)* CFrame.Angles(-0.01320565212518, 1.5676319599152, 0.013349411077797)
  815. part_31.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  816. part_31.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  817. part_31.BrickColor = BrickColor.new("Black")
  818. part_31.Friction = 0.3
  819. part_31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  820.  
  821. part_32 = Instance.new("Part", mcar)
  822. part_32.FormFactor = Enum.FormFactor.Plate
  823. part_32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  824. part_32.TopSurface = Enum.SurfaceType.Smooth
  825. part_32.Reflectance = 0.3
  826. part_32.Material = Enum.Material.SmoothPlastic
  827. part_32.Size = Vector3.new(1, 0.8, 2)
  828. part_32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  829. part_32.CFrame = CFrame.new(52.149, 3.605, -164.551)* CFrame.Angles(-1.5707964897156, -2.2760454854165e-008, -1.570796251297)
  830. part_32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  831. part_32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  832. part_32.Friction = 0.3
  833. part_32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  834.  
  835. mesh_23 = Instance.new("SpecialMesh", part_32)
  836. mesh_23.Scale = Vector3.new(0.118, 0.235, 1.059)
  837. mesh_23.MeshType = Enum.MeshType.Brick
  838.  
  839. part_33 = Instance.new("Part", mcar)
  840. part_33.FormFactor = Enum.FormFactor.Plate
  841. part_33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  842. part_33.TopSurface = Enum.SurfaceType.Smooth
  843. part_33.Reflectance = 0.3
  844. part_33.Material = Enum.Material.SmoothPlastic
  845. part_33.Size = Vector3.new(1, 0.4, 2)
  846. part_33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  847. part_33.CFrame = CFrame.new(48.349, 2.605, -163.656)* CFrame.Angles(3.141592502594, 6.5192580223083e-009, 0.00021353382908273)
  848. part_33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  849. part_33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  850. part_33.Friction = 0.3
  851. part_33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  852.  
  853. mesh_24 = Instance.new("SpecialMesh", part_33)
  854. mesh_24.Scale = Vector3.new(0.4, 0.4, 0.4)
  855. mesh_24.MeshId = "http://www.roblox.com/asset/?id=12221344"
  856. mesh_24.MeshType = Enum.MeshType.FileMesh
  857.  
  858. part_34 = Instance.new("Part", mcar)
  859. part_34.FormFactor = Enum.FormFactor.Plate
  860. part_34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  861. part_34.TopSurface = Enum.SurfaceType.Smooth
  862. part_34.Reflectance = 0.3
  863. part_34.Material = Enum.Material.SmoothPlastic
  864. part_34.Size = Vector3.new(1, 0.4, 7.213)
  865. part_34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  866. part_34.CFrame = CFrame.new(48.743, 4.501, -160.25)* CFrame.Angles(0.00034509919350967, 2.6231919036945e-006, -9.5047390402669e-008)
  867. part_34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  868. part_34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  869. part_34.BrickColor = BrickColor.new("Grey")
  870. part_34.Friction = 0.3
  871. part_34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  872.  
  873. part_35 = Instance.new("Part", mcar)
  874. part_35.FormFactor = Enum.FormFactor.Plate
  875. part_35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  876. part_35.TopSurface = Enum.SurfaceType.Smooth
  877. part_35.Reflectance = 0.3
  878. part_35.Material = Enum.Material.SmoothPlastic
  879. part_35.Size = Vector3.new(1, 0.4, 1)
  880. part_35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  881. part_35.CFrame = CFrame.new(51.749, 4.005, -164.351)* CFrame.Angles(0.10810941457748, -1.5676697492599, 0.098645381629467)
  882. part_35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  883. part_35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  884. part_35.BrickColor = BrickColor.new("Grey")
  885. part_35.Friction = 0.3
  886. part_35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  887.  
  888. part_36 = Instance.new("Part", mcar)
  889. part_36.FormFactor = Enum.FormFactor.Plate
  890. part_36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  891. part_36.TopSurface = Enum.SurfaceType.Smooth
  892. part_36.Reflectance = 0.3
  893. part_36.Material = Enum.Material.SmoothPlastic
  894. part_36.Size = Vector3.new(1, 0.8, 2)
  895. part_36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  896. part_36.CFrame = CFrame.new(50.949, 3.605, -164.551)* CFrame.Angles(-1.5707963705063, -4.5537831283582e-008, -1.5707963705063)
  897. part_36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  898. part_36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  899. part_36.Friction = 0.3
  900. part_36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  901.  
  902. mesh_25 = Instance.new("SpecialMesh", part_36)
  903. mesh_25.Scale = Vector3.new(0.118, 0.235, 1.059)
  904. mesh_25.MeshType = Enum.MeshType.Brick
  905.  
  906. part_37 = Instance.new("Part", mcar)
  907. part_37.FormFactor = Enum.FormFactor.Plate
  908. part_37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  909. part_37.TopSurface = Enum.SurfaceType.Smooth
  910. part_37.Material = Enum.Material.SmoothPlastic
  911. part_37.Size = Vector3.new(4, 0.8, 1)
  912. part_37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  913. part_37.CFrame = CFrame.new(48.848, 3.804, -160.655)* CFrame.Angles(0.24889132380486, 1.5676889419556, -0.24860671162605)
  914. part_37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  915. part_37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  916. part_37.BrickColor = bodycolor
  917. part_37.Friction = 0.3
  918. part_37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  919.  
  920. part_38 = Instance.new("Part", mcar)
  921. part_38.FormFactor = Enum.FormFactor.Plate
  922. part_38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  923. part_38.TopSurface = Enum.SurfaceType.Smooth
  924. part_38.Reflectance = 0.3
  925. part_38.Material = Enum.Material.SmoothPlastic
  926. part_38.Size = Vector3.new(1, 0.8, 2)
  927. part_38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  928. part_38.CFrame = CFrame.new(53.349, 3.605, -164.551)* CFrame.Angles(-1.5707964897156, 2.3386369321088e-006, -1.5707963705063)
  929. part_38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  930. part_38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  931. part_38.Friction = 0.3
  932. part_38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  933.  
  934. mesh_26 = Instance.new("SpecialMesh", part_38)
  935. mesh_26.Scale = Vector3.new(0.118, 0.235, 1.059)
  936. mesh_26.MeshType = Enum.MeshType.Brick
  937.  
  938. part_39 = Instance.new("Part", mcar)
  939. part_39.FormFactor = Enum.FormFactor.Plate
  940. part_39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  941. part_39.TopSurface = Enum.SurfaceType.Smooth
  942. part_39.Material = Enum.Material.SmoothPlastic
  943. part_39.Size = Vector3.new(3, 0.4, 9)
  944. part_39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  945. part_39.CFrame = CFrame.new(53.847, 1.604, -161.154)* CFrame.Angles(-0.01320565212518, 1.5676319599152, 0.013349411077797)
  946. part_39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  947. part_39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  948. part_39.BrickColor = BrickColor.new("Black")
  949. part_39.Friction = 0.3
  950. part_39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  951.  
  952. part_40 = Instance.new("Part", mcar)
  953. part_40.FormFactor = Enum.FormFactor.Plate
  954. part_40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  955. part_40.TopSurface = Enum.SurfaceType.Smooth
  956. part_40.Reflectance = 0.3
  957. part_40.Material = Enum.Material.SmoothPlastic
  958. part_40.Size = Vector3.new(1, 0.8, 2)
  959. part_40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  960. part_40.CFrame = CFrame.new(52.549, 3.605, -164.551)* CFrame.Angles(-1.5707963705063, -4.5537831283582e-008, -1.5707963705063)
  961. part_40.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  962. part_40.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  963. part_40.Friction = 0.3
  964. part_40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  965.  
  966. mesh_27 = Instance.new("SpecialMesh", part_40)
  967. mesh_27.Scale = Vector3.new(0.118, 0.235, 1.059)
  968. mesh_27.MeshType = Enum.MeshType.Brick
  969.  
  970. engine = Instance.new("Part", mcar)
  971. engine.FormFactor = Enum.FormFactor.Plate
  972. engine.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  973. engine.TopSurface = Enum.SurfaceType.Smooth
  974. engine.Material = Enum.Material.SmoothPlastic
  975. engine.Size = Vector3.new(8, 0.8, 9)
  976. engine.Name = "engine"
  977. engine.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  978. engine.CFrame = CFrame.new(53.848, 5.005, -160.551)* CFrame.Angles(-1.1832162272185e-007, 1.5707963705063, 0)
  979. engine.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  980. engine.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  981. engine.BrickColor = BrickColor.new("Institutional white")
  982. engine.Friction = 0.3
  983. engine.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  984.  
  985. window1 = Instance.new("Part", mcar)
  986. window1.FormFactor = Enum.FormFactor.Plate
  987. window1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  988. window1.Transparency = 0.5
  989. window1.TopSurface = Enum.SurfaceType.Smooth
  990. window1.Reflectance = 0.5
  991. window1.Material = Enum.Material.SmoothPlastic
  992. window1.Size = Vector3.new(3, 2, 1)
  993. window1.Name = "window1"
  994. window1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  995. window1.CFrame = CFrame.new(58.847, 6.405, -145.052)* CFrame.Angles(-3.996683517471e-008, 1.5707963705063, 0)
  996. window1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  997. window1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  998. window1.BrickColor = BrickColor.new("Really black")
  999. window1.Friction = 0.3
  1000. window1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1001.  
  1002. part_41 = Instance.new("Part", mcar)
  1003. part_41.FormFactor = Enum.FormFactor.Plate
  1004. part_41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1005. part_41.TopSurface = Enum.SurfaceType.Smooth
  1006. part_41.Material = Enum.Material.SmoothPlastic
  1007. part_41.Size = Vector3.new(2, 0.4, 11)
  1008. part_41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1009. part_41.CFrame = CFrame.new(53.848, 1.605, -163.654)* CFrame.Angles(-0.01320565212518, 1.5676319599152, 0.013349411077797)
  1010. part_41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1011. part_41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1012. part_41.BrickColor = BrickColor.new("Black")
  1013. part_41.Friction = 0.3
  1014. part_41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1015.  
  1016. part_42 = Instance.new("Part", mcar)
  1017. part_42.FormFactor = Enum.FormFactor.Plate
  1018. part_42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1019. part_42.TopSurface = Enum.SurfaceType.Smooth
  1020. part_42.Reflectance = 0.3
  1021. part_42.Material = Enum.Material.SmoothPlastic
  1022. part_42.Size = Vector3.new(1, 0.8, 9)
  1023. part_42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1024. part_42.CFrame = CFrame.new(53.849, 3.705, -164.551)* CFrame.Angles(3.0269060134888, 1.5676319599152, 0.46275079250336)
  1025. part_42.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1026. part_42.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1027. part_42.Friction = 0.3
  1028. part_42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1029.  
  1030. mesh_28 = Instance.new("SpecialMesh", part_42)
  1031. mesh_28.Scale = Vector3.new(0.118, 0.235, 1.059)
  1032. mesh_28.MeshType = Enum.MeshType.Brick
  1033.  
  1034. part_43 = Instance.new("Part", mcar)
  1035. part_43.FormFactor = Enum.FormFactor.Plate
  1036. part_43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1037. part_43.Transparency = 0.5
  1038. part_43.TopSurface = Enum.SurfaceType.Smooth
  1039. part_43.Reflectance = 0.5
  1040. part_43.Material = Enum.Material.SmoothPlastic
  1041. part_43.Size = Vector3.new(11, 2.4, 1)
  1042. part_43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1043. part_43.CFrame = CFrame.new(53.848, 6.605, -157.052)* CFrame.Angles(-3.7612418964272e-005, -1.0413320524094e-005, -6.5191630937989e-007)
  1044. part_43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1045. part_43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1046. part_43.BrickColor = BrickColor.new("White")
  1047. part_43.Friction = 0.3
  1048. part_43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1049.  
  1050. mesh_29 = Instance.new("SpecialMesh", part_43)
  1051. mesh_29.MeshType = Enum.MeshType.Wedge
  1052.  
  1053. part_44 = Instance.new("Part", mcar)
  1054. part_44.FormFactor = Enum.FormFactor.Plate
  1055. part_44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1056. part_44.TopSurface = Enum.SurfaceType.Smooth
  1057. part_44.Material = Enum.Material.SmoothPlastic
  1058. part_44.Size = Vector3.new(1, 3.6, 2)
  1059. part_44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1060. part_44.CFrame = CFrame.new(58.842, 3.602, -150.653)* CFrame.Angles(3.141592502594, -2.2057429305278e-007, 3.1415927410126)
  1061. part_44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1062. part_44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1063. part_44.BrickColor = bodycolor
  1064. part_44.Friction = 0.3
  1065. part_44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1066.  
  1067. part_45 = Instance.new("Part", mcar)
  1068. part_45.FormFactor = Enum.FormFactor.Plate
  1069. part_45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1070. part_45.TopSurface = Enum.SurfaceType.Smooth
  1071. part_45.Reflectance = 0.3
  1072. part_45.Material = Enum.Material.SmoothPlastic
  1073. part_45.Size = Vector3.new(1, 0.4, 1)
  1074. part_45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1075. part_45.CFrame = CFrame.new(56.049, 4.005, -164.351)* CFrame.Angles(1.5648994445801, -1.5676697492599, 1.5668820142746)
  1076. part_45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1077. part_45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1078. part_45.BrickColor = BrickColor.new("Grey")
  1079. part_45.Friction = 0.3
  1080. part_45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1081.  
  1082. part_46 = Instance.new("Part", mcar)
  1083. part_46.FormFactor = Enum.FormFactor.Plate
  1084. part_46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1085. part_46.TopSurface = Enum.SurfaceType.Smooth
  1086. part_46.Reflectance = 0.3
  1087. part_46.Material = Enum.Material.SmoothPlastic
  1088. part_46.Size = Vector3.new(1, 0.8, 7)
  1089. part_46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1090. part_46.CFrame = CFrame.new(53.849, 4.605, -164.551)* CFrame.Angles(3.0268504619598, 1.5676507949829, 0.46282681822777)
  1091. part_46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1092. part_46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1093. part_46.Friction = 0.3
  1094. part_46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1095.  
  1096. mesh_30 = Instance.new("SpecialMesh", part_46)
  1097. mesh_30.Scale = Vector3.new(0.118, 0.235, 1.059)
  1098. mesh_30.MeshType = Enum.MeshType.Brick
  1099.  
  1100. part_47 = Instance.new("Part", mcar)
  1101. part_47.FormFactor = Enum.FormFactor.Plate
  1102. part_47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1103. part_47.TopSurface = Enum.SurfaceType.Smooth
  1104. part_47.Reflectance = 0.3
  1105. part_47.Material = Enum.Material.SmoothPlastic
  1106. part_47.Size = Vector3.new(1, 0.8, 9)
  1107. part_47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1108. part_47.CFrame = CFrame.new(53.849, 4.305, -164.551)* CFrame.Angles(3.0269086360931, 1.5676131248474, 0.46262288093567)
  1109. part_47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1110. part_47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1111. part_47.Friction = 0.3
  1112. part_47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1113.  
  1114. mesh_31 = Instance.new("SpecialMesh", part_47)
  1115. mesh_31.Scale = Vector3.new(0.118, 0.235, 1.059)
  1116. mesh_31.MeshType = Enum.MeshType.Brick
  1117.  
  1118. part_48 = Instance.new("Part", mcar)
  1119. part_48.FormFactor = Enum.FormFactor.Plate
  1120. part_48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1121. part_48.TopSurface = Enum.SurfaceType.Smooth
  1122. part_48.Material = Enum.Material.SmoothPlastic
  1123. part_48.Size = Vector3.new(1, 3.6, 2)
  1124. part_48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1125. part_48.CFrame = CFrame.new(48.843, 3.602, -150.656)* CFrame.Angles(3.141592502594, -2.2057429305278e-007, 3.1415927410126)
  1126. part_48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1127. part_48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1128. part_48.BrickColor = bodycolor
  1129. part_48.Friction = 0.3
  1130. part_48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1131.  
  1132. part_49 = Instance.new("Part", mcar)
  1133. part_49.FormFactor = Enum.FormFactor.Plate
  1134. part_49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1135. part_49.TopSurface = Enum.SurfaceType.Smooth
  1136. part_49.Reflectance = 0.3
  1137. part_49.Material = Enum.Material.SmoothPlastic
  1138. part_49.Size = Vector3.new(1, 0.8, 9)
  1139. part_49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1140. part_49.CFrame = CFrame.new(53.849, 3.105, -164.551)* CFrame.Angles(3.0269060134888, 1.5676319599152, 0.46275079250336)
  1141. part_49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1142. part_49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1143. part_49.Friction = 0.3
  1144. part_49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1145.  
  1146. mesh_32 = Instance.new("SpecialMesh", part_49)
  1147. mesh_32.Scale = Vector3.new(0.118, 0.235, 1.059)
  1148. mesh_32.MeshType = Enum.MeshType.Brick
  1149.  
  1150. part_50 = Instance.new("Part", mcar)
  1151. part_50.FormFactor = Enum.FormFactor.Plate
  1152. part_50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1153. part_50.TopSurface = Enum.SurfaceType.Smooth
  1154. part_50.Material = Enum.Material.SmoothPlastic
  1155. part_50.Size = Vector3.new(9, 1.6, 1)
  1156. part_50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1157. part_50.CFrame = CFrame.new(53.848, 3.304, -164.051)* CFrame.Angles(-1.9568877007714e-007, 8.7458829511888e-008, 0.00012352189514786)
  1158. part_50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1159. part_50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1160. part_50.BrickColor = BrickColor.new("Black")
  1161. part_50.Friction = 0.3
  1162. part_50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1163.  
  1164. part_51 = Instance.new("Part", mcar)
  1165. part_51.FormFactor = Enum.FormFactor.Plate
  1166. part_51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1167. part_51.TopSurface = Enum.SurfaceType.Smooth
  1168. part_51.Material = Enum.Material.SmoothPlastic
  1169. part_51.Size = Vector3.new(2, 3.2, 11)
  1170. part_51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1171. part_51.CFrame = CFrame.new(53.844, 3.403, -157.652)* CFrame.Angles(0.24924144148827, 1.5676697492599, -0.24892921745777)
  1172. part_51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1173. part_51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1174. part_51.BrickColor = bodycolor
  1175. part_51.Friction = 0.3
  1176. part_51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1177.  
  1178. part_52 = Instance.new("Part", mcar)
  1179. part_52.FormFactor = Enum.FormFactor.Plate
  1180. part_52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1181. part_52.TopSurface = Enum.SurfaceType.Smooth
  1182. part_52.Material = Enum.Material.SmoothPlastic
  1183. part_52.Size = Vector3.new(7, 1.6, 1)
  1184. part_52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1185. part_52.CFrame = CFrame.new(53.848, 3.904, -164.051)* CFrame.Angles(-1.9568877007714e-007, 8.7458829511888e-008, 0.00012352189514786)
  1186. part_52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1187. part_52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1188. part_52.BrickColor = BrickColor.new("Black")
  1189. part_52.Friction = 0.3
  1190. part_52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1191.  
  1192. part_53 = Instance.new("Part", mcar)
  1193. part_53.FormFactor = Enum.FormFactor.Plate
  1194. part_53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1195. part_53.TopSurface = Enum.SurfaceType.Smooth
  1196. part_53.Reflectance = 0.3
  1197. part_53.Material = Enum.Material.SmoothPlastic
  1198. part_53.Size = Vector3.new(1, 0.8, 2)
  1199. part_53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1200. part_53.CFrame = CFrame.new(54.549, 3.605, -164.551)* CFrame.Angles(1.5707961320877, 7.7331606007647e-008, -1.5707963705063)
  1201. part_53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1202. part_53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1203. part_53.Friction = 0.3
  1204. part_53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1205.  
  1206. mesh_33 = Instance.new("SpecialMesh", part_53)
  1207. mesh_33.Scale = Vector3.new(0.118, 0.235, 1.059)
  1208. mesh_33.MeshType = Enum.MeshType.Brick
  1209.  
  1210. part_54 = Instance.new("Part", mcar)
  1211. part_54.FormFactor = Enum.FormFactor.Plate
  1212. part_54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1213. part_54.TopSurface = Enum.SurfaceType.Smooth
  1214. part_54.Reflectance = 0.3
  1215. part_54.Material = Enum.Material.SmoothPlastic
  1216. part_54.Size = Vector3.new(1, 0.8, 9)
  1217. part_54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1218. part_54.CFrame = CFrame.new(53.849, 4.005, -164.551)* CFrame.Angles(3.0269083976746, 1.5676131248474, 0.46262234449387)
  1219. part_54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1220. part_54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1221. part_54.Friction = 0.3
  1222. part_54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1223.  
  1224. mesh_34 = Instance.new("SpecialMesh", part_54)
  1225. mesh_34.Scale = Vector3.new(0.118, 0.235, 1.059)
  1226. mesh_34.MeshType = Enum.MeshType.Brick
  1227.  
  1228. part_55 = Instance.new("Part", mcar)
  1229. part_55.FormFactor = Enum.FormFactor.Plate
  1230. part_55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1231. part_55.TopSurface = Enum.SurfaceType.Smooth
  1232. part_55.Reflectance = 0.3
  1233. part_55.Material = Enum.Material.SmoothPlastic
  1234. part_55.Size = Vector3.new(1, 0.8, 2)
  1235. part_55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1236. part_55.CFrame = CFrame.new(54.149, 3.605, -164.551)* CFrame.Angles(1.5707961320877, 7.7331606007647e-008, -1.5707963705063)
  1237. part_55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1238. part_55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1239. part_55.Friction = 0.3
  1240. part_55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1241.  
  1242. mesh_35 = Instance.new("SpecialMesh", part_55)
  1243. mesh_35.Scale = Vector3.new(0.118, 0.235, 1.059)
  1244. mesh_35.MeshType = Enum.MeshType.Brick
  1245.  
  1246. part_56 = Instance.new("Part", mcar)
  1247. part_56.FormFactor = Enum.FormFactor.Plate
  1248. part_56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1249. part_56.TopSurface = Enum.SurfaceType.Smooth
  1250. part_56.Material = Enum.Material.SmoothPlastic
  1251. part_56.Size = Vector3.new(1, 3.6, 1)
  1252. part_56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1253. part_56.CFrame = CFrame.new(48.839, 3.601, -144.157)* CFrame.Angles(-0.0056147389113903, -1.5676697492599, -0.623783826828)
  1254. part_56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1255. part_56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1256. part_56.BrickColor = bodycolor
  1257. part_56.Friction = 0.3
  1258. part_56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1259.  
  1260. part_57 = Instance.new("Part", mcar)
  1261. part_57.FormFactor = Enum.FormFactor.Plate
  1262. part_57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1263. part_57.TopSurface = Enum.SurfaceType.Smooth
  1264. part_57.Material = Enum.Material.SmoothPlastic
  1265. part_57.Size = Vector3.new(2, 0.4, 1)
  1266. part_57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1267. part_57.CFrame = CFrame.new(58.844, 5.203, -157.653)* CFrame.Angles(0.26357743144035, 1.5676697492599, -0.26282879710197)
  1268. part_57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1269. part_57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1270. part_57.BrickColor = bodycolor
  1271. part_57.Friction = 0.3
  1272. part_57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1273.  
  1274. part_58 = Instance.new("Part", mcar)
  1275. part_58.FormFactor = Enum.FormFactor.Plate
  1276. part_58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1277. part_58.TopSurface = Enum.SurfaceType.Smooth
  1278. part_58.Reflectance = 0.3
  1279. part_58.Material = Enum.Material.SmoothPlastic
  1280. part_58.Size = Vector3.new(1, 0.8, 9)
  1281. part_58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1282. part_58.CFrame = CFrame.new(53.849, 3.405, -164.551)* CFrame.Angles(3.0269060134888, 1.5676319599152, 0.46275079250336)
  1283. part_58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1284. part_58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1285. part_58.Friction = 0.3
  1286. part_58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1287.  
  1288. mesh_36 = Instance.new("SpecialMesh", part_58)
  1289. mesh_36.Scale = Vector3.new(0.118, 0.235, 1.059)
  1290. mesh_36.MeshType = Enum.MeshType.Brick
  1291.  
  1292. part_59 = Instance.new("Part", mcar)
  1293. part_59.FormFactor = Enum.FormFactor.Plate
  1294. part_59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1295. part_59.TopSurface = Enum.SurfaceType.Smooth
  1296. part_59.Reflectance = 0.3
  1297. part_59.Material = Enum.Material.SmoothPlastic
  1298. part_59.Size = Vector3.new(1, 0.8, 2)
  1299. part_59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1300. part_59.CFrame = CFrame.new(55.349, 3.605, -164.551)* CFrame.Angles(1.570796251297, -4.1874045564327e-008, -1.570796251297)
  1301. part_59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1302. part_59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1303. part_59.Friction = 0.3
  1304. part_59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1305.  
  1306. mesh_37 = Instance.new("SpecialMesh", part_59)
  1307. mesh_37.Scale = Vector3.new(0.118, 0.235, 1.059)
  1308. mesh_37.MeshType = Enum.MeshType.Brick
  1309.  
  1310. thing1 = Instance.new("Part", mcar)
  1311. thing1.FormFactor = Enum.FormFactor.Plate
  1312. thing1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1313. thing1.TopSurface = Enum.SurfaceType.Smooth
  1314. thing1.Material = Enum.Material.SmoothPlastic
  1315. thing1.Size = Vector3.new(3.926, 3.599, 1)
  1316. thing1.Name = "thing1"
  1317. thing1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1318. thing1.CFrame = CFrame.new(48.839, 3.604, -145.62)* CFrame.Angles(-0.0056147389113903, -1.5676697492599, 0)
  1319. thing1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1320. thing1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1321. thing1.BrickColor = bodycolor
  1322. thing1.Friction = 0.3
  1323. thing1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1324.  
  1325. thing2 = Instance.new("Part", mcar)
  1326. thing2.FormFactor = Enum.FormFactor.Plate
  1327. thing2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1328. thing2.TopSurface = Enum.SurfaceType.Smooth
  1329. thing2.Material = Enum.Material.SmoothPlastic
  1330. thing2.Size = Vector3.new(3.926, 3.599, 1)
  1331. thing2.Name = "thing2"
  1332. thing2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1333. thing2.CFrame = CFrame.new(58.839, 3.604, -145.62)* CFrame.Angles(-0.0056147389113903, -1.5676697492599, 0)
  1334. thing2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1335. thing2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1336. thing2.BrickColor = bodycolor
  1337. thing2.Friction = 0.3
  1338. thing2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1339.  
  1340. part_60 = Instance.new("Part", mcar)
  1341. part_60.FormFactor = Enum.FormFactor.Plate
  1342. part_60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1343. part_60.TopSurface = Enum.SurfaceType.Smooth
  1344. part_60.Reflectance = 0.3
  1345. part_60.Material = Enum.Material.SmoothPlastic
  1346. part_60.Size = Vector3.new(1, 0.8, 2)
  1347. part_60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1348. part_60.CFrame = CFrame.new(55.749, 3.605, -164.551)* CFrame.Angles(1.570796251297, -4.1874045564327e-008, -1.570796251297)
  1349. part_60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1350. part_60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1351. part_60.Friction = 0.3
  1352. part_60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1353.  
  1354. mesh_38 = Instance.new("SpecialMesh", part_60)
  1355. mesh_38.Scale = Vector3.new(0.118, 0.235, 1.059)
  1356. mesh_38.MeshType = Enum.MeshType.Brick
  1357.  
  1358. window2 = Instance.new("Part", mcar)
  1359. window2.FormFactor = Enum.FormFactor.Plate
  1360. window2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1361. window2.Transparency = 0.5
  1362. window2.TopSurface = Enum.SurfaceType.Smooth
  1363. window2.Reflectance = 0.5
  1364. window2.Material = Enum.Material.SmoothPlastic
  1365. window2.Size = Vector3.new(3, 2, 1)
  1366. window2.Name = "window2"
  1367. window2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1368. window2.CFrame = CFrame.new(48.847, 6.405, -145.052)* CFrame.Angles(-3.996683517471e-008, 1.5707963705063, 0)
  1369. window2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1370. window2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1371. window2.BrickColor = BrickColor.new("Institutional white")
  1372. window2.Friction = 0.3
  1373. window2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1374.  
  1375. part_61 = Instance.new("Part", mcar)
  1376. part_61.FormFactor = Enum.FormFactor.Plate
  1377. part_61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1378. part_61.TopSurface = Enum.SurfaceType.Smooth
  1379. part_61.Reflectance = 0.3
  1380. part_61.Material = Enum.Material.SmoothPlastic
  1381. part_61.Size = Vector3.new(1, 0.4, 2)
  1382. part_61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1383. part_61.CFrame = CFrame.new(54.749, 3.705, -164.351)* CFrame.Angles(1.571993470192, -1.2216417789459, 1.5719218254089)
  1384. part_61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1385. part_61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1386. part_61.Friction = 0.3
  1387. part_61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1388.  
  1389. part_62 = Instance.new("Part", mcar)
  1390. part_62.FormFactor = Enum.FormFactor.Plate
  1391. part_62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1392. part_62.TopSurface = Enum.SurfaceType.Smooth
  1393. part_62.Reflectance = 0.3
  1394. part_62.Material = Enum.Material.SmoothPlastic
  1395. part_62.Size = Vector3.new(1, 0.8, 2)
  1396. part_62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1397. part_62.CFrame = CFrame.new(56.149, 3.605, -164.551)* CFrame.Angles(1.5707961320877, -1.6015852452256e-005, -1.5707964897156)
  1398. part_62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1399. part_62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1400. part_62.Friction = 0.3
  1401. part_62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1402.  
  1403. mesh_39 = Instance.new("SpecialMesh", part_62)
  1404. mesh_39.Scale = Vector3.new(0.118, 0.235, 1.059)
  1405. mesh_39.MeshType = Enum.MeshType.Brick
  1406.  
  1407. window4 = Instance.new("Part", mcar)
  1408. window4.FormFactor = Enum.FormFactor.Plate
  1409. window4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1410. window4.Transparency = 0.5
  1411. window4.TopSurface = Enum.SurfaceType.Smooth
  1412. window4.Reflectance = 0.5
  1413. window4.Material = Enum.Material.SmoothPlastic
  1414. window4.Size = Vector3.new(3, 2, 1)
  1415. window4.Name = "window4"
  1416. window4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1417. window4.CFrame = CFrame.new(48.847, 6.405, -149.052)* CFrame.Angles(-3.996683517471e-008, 1.5707963705063, 0)
  1418. window4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1419. window4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1420. window4.BrickColor = BrickColor.new("Institutional white")
  1421. window4.Friction = 0.3
  1422. window4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1423.  
  1424. part_63 = Instance.new("Part", mcar)
  1425. part_63.FormFactor = Enum.FormFactor.Plate
  1426. part_63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1427. part_63.TopSurface = Enum.SurfaceType.Smooth
  1428. part_63.Reflectance = 0.3
  1429. part_63.Material = Enum.Material.SmoothPlastic
  1430. part_63.Size = Vector3.new(1, 0.8, 2)
  1431. part_63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1432. part_63.CFrame = CFrame.new(58.149, 3.605, -164.551)* CFrame.Angles(1.5707964897156, 7.7331151260296e-008, -1.5707963705063)
  1433. part_63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1434. part_63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1435. part_63.Friction = 0.3
  1436. part_63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1437.  
  1438. mesh_40 = Instance.new("SpecialMesh", part_63)
  1439. mesh_40.Scale = Vector3.new(0.118, 0.235, 1.059)
  1440. mesh_40.MeshType = Enum.MeshType.Brick
  1441.  
  1442. part_64 = Instance.new("Part", mcar)
  1443. part_64.FormFactor = Enum.FormFactor.Plate
  1444. part_64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1445. part_64.TopSurface = Enum.SurfaceType.Smooth
  1446. part_64.Reflectance = 0.3
  1447. part_64.Material = Enum.Material.SmoothPlastic
  1448. part_64.Size = Vector3.new(1, 0.4, 1)
  1449. part_64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1450. part_64.CFrame = CFrame.new(55.248, 4.804, -164.352)* CFrame.Angles(0.19220323860645, 1.5676319599152, -1.7630617618561)
  1451. part_64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1452. part_64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1453. part_64.Friction = 0.3
  1454. part_64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1455.  
  1456. mesh_41 = Instance.new("SpecialMesh", part_64)
  1457. mesh_41.Scale = Vector3.new(0.6, 0.6, 1)
  1458. mesh_41.MeshId = "http://www.roblox.com/asset/?id=12221344"
  1459. mesh_41.MeshType = Enum.MeshType.FileMesh
  1460.  
  1461. part_65 = Instance.new("Part", mcar)
  1462. part_65.FormFactor = Enum.FormFactor.Plate
  1463. part_65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1464. part_65.TopSurface = Enum.SurfaceType.Smooth
  1465. part_65.Reflectance = 0.3
  1466. part_65.Material = Enum.Material.SmoothPlastic
  1467. part_65.Size = Vector3.new(1, 0.8, 2)
  1468. part_65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1469. part_65.CFrame = CFrame.new(54.949, 3.605, -164.551)* CFrame.Angles(1.5707961320877, 7.7331606007647e-008, -1.5707963705063)
  1470. part_65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1471. part_65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1472. part_65.Friction = 0.3
  1473. part_65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1474.  
  1475. mesh_42 = Instance.new("SpecialMesh", part_65)
  1476. mesh_42.Scale = Vector3.new(0.118, 0.235, 1.059)
  1477. mesh_42.MeshType = Enum.MeshType.Brick
  1478.  
  1479. part_66 = Instance.new("Part", mcar)
  1480. part_66.FormFactor = Enum.FormFactor.Plate
  1481. part_66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1482. part_66.TopSurface = Enum.SurfaceType.Smooth
  1483. part_66.Material = Enum.Material.SmoothPlastic
  1484. part_66.Size = Vector3.new(2, 0.8, 2)
  1485. part_66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1486. part_66.CFrame = CFrame.new(57.448, 3.704, -164.151)* CFrame.Angles(1.570796251297, 0.0001225274609169, -2.0668458944328e-007)
  1487. part_66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1488. part_66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1489. part_66.BrickColor = BrickColor.new("Black")
  1490. part_66.Friction = 0.3
  1491. part_66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1492.  
  1493. mesh_43 = Instance.new("CylinderMesh", part_66)
  1494.  
  1495. part_67 = Instance.new("Part", mcar)
  1496. part_67.FormFactor = Enum.FormFactor.Plate
  1497. part_67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1498. part_67.TopSurface = Enum.SurfaceType.Smooth
  1499. part_67.Reflectance = 0.3
  1500. part_67.Material = Enum.Material.SmoothPlastic
  1501. part_67.Size = Vector3.new(1, 0.8, 2)
  1502. part_67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1503. part_67.CFrame = CFrame.new(57.349, 3.605, -164.551)* CFrame.Angles(1.5707961320877, -1.6015852452256e-005, -1.5707964897156)
  1504. part_67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1505. part_67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1506. part_67.Friction = 0.3
  1507. part_67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1508.  
  1509. mesh_44 = Instance.new("SpecialMesh", part_67)
  1510. mesh_44.Scale = Vector3.new(0.118, 0.235, 1.059)
  1511. mesh_44.MeshType = Enum.MeshType.Brick
  1512.  
  1513. part_68 = Instance.new("Part", mcar)
  1514. part_68.FormFactor = Enum.FormFactor.Symmetric
  1515. part_68.CanCollide = false
  1516. part_68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1517. part_68.TopSurface = Enum.SurfaceType.Smooth
  1518. part_68.Reflectance = 0.3
  1519. part_68.Material = Enum.Material.SmoothPlastic
  1520. part_68.Size = Vector3.new(1, 1, 1)
  1521. part_68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1522. part_68.CFrame = CFrame.new(57.248, 3.204, -164.351)* CFrame.Angles(-1.9569604603475e-007, 8.7457920017187e-008, 2.5507410100545e-005)
  1523. part_68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1524. part_68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1525. part_68.Friction = 0.3
  1526. part_68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1527.  
  1528. mesh_45 = Instance.new("SpecialMesh", part_68)
  1529. mesh_45.Scale = Vector3.new(3, 3, 2)
  1530. mesh_45.MeshId = "http://www.roblox.com/asset/?id=3270017"
  1531. mesh_45.MeshType = Enum.MeshType.FileMesh
  1532.  
  1533. vivrus_2 = Instance.new("VelocityMotor", part_68)
  1534. vivrus_2.Name = "ViVRuS"
  1535.  
  1536. part_69 = Instance.new("Part", mcar)
  1537. part_69.FormFactor = Enum.FormFactor.Plate
  1538. part_69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1539. part_69.TopSurface = Enum.SurfaceType.Smooth
  1540. part_69.Material = Enum.Material.SmoothPlastic
  1541. part_69.Size = Vector3.new(4, 0.8, 1)
  1542. part_69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1543. part_69.CFrame = CFrame.new(58.846, 3.804, -160.651)* CFrame.Angles(0.24888914823532, 1.5676507949829, -0.24861106276512)
  1544. part_69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1545. part_69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1546. part_69.BrickColor = bodycolor
  1547. part_69.Friction = 0.3
  1548. part_69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1549.  
  1550. part_70 = Instance.new("Part", mcar)
  1551. part_70.FormFactor = Enum.FormFactor.Plate
  1552. part_70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1553. part_70.TopSurface = Enum.SurfaceType.Smooth
  1554. part_70.Reflectance = 0.3
  1555. part_70.Material = Enum.Material.SmoothPlastic
  1556. part_70.Size = Vector3.new(1, 2, 3)
  1557. part_70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1558. part_70.CFrame = CFrame.new(48.743, 3.2, -145.756)* CFrame.Angles(-1.5708900690079, 2.4369448510697e-005, 6.0501456573547e-006)
  1559. part_70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1560. part_70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1561. part_70.Friction = 0.3
  1562. part_70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1563.  
  1564. mesh_46 = Instance.new("SpecialMesh", part_70)
  1565. mesh_46.MeshType = Enum.MeshType.Wedge
  1566.  
  1567. part_71 = Instance.new("Part", mcar)
  1568. part_71.FormFactor = Enum.FormFactor.Plate
  1569. part_71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1570. part_71.TopSurface = Enum.SurfaceType.Smooth
  1571. part_71.Reflectance = 0.3
  1572. part_71.Material = Enum.Material.SmoothPlastic
  1573. part_71.Size = Vector3.new(1, 0.4, 7)
  1574. part_71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1575. part_71.CFrame = CFrame.new(48.838, 3.199, -140.156)* CFrame.Angles(5.872533620277e-006, -0.00045022714766674, -0.00019739411072806)
  1576. part_71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1577. part_71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1578. part_71.BrickColor = BrickColor.new("Grey")
  1579. part_71.Friction = 0.3
  1580. part_71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1581.  
  1582. part_72 = Instance.new("Part", mcar)
  1583. part_72.FormFactor = Enum.FormFactor.Plate
  1584. part_72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1585. part_72.TopSurface = Enum.SurfaceType.Smooth
  1586. part_72.Reflectance = 0.3
  1587. part_72.Material = Enum.Material.SmoothPlastic
  1588. part_72.Size = Vector3.new(1, 1.2, 1)
  1589. part_72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1590. part_72.CFrame = CFrame.new(48.839, 2.401, -143.156)* CFrame.Angles(5.872533620277e-006, -0.00045022714766674, -0.00019739411072806)
  1591. part_72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1592. part_72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1593. part_72.BrickColor = BrickColor.new("Grey")
  1594. part_72.Friction = 0.3
  1595. part_72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1596.  
  1597. part_73 = Instance.new("Part", mcar)
  1598. part_73.FormFactor = Enum.FormFactor.Plate
  1599. part_73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1600. part_73.TopSurface = Enum.SurfaceType.Smooth
  1601. part_73.Reflectance = 0.3
  1602. part_73.Material = Enum.Material.SmoothPlastic
  1603. part_73.Size = Vector3.new(1, 0.8, 2)
  1604. part_73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1605. part_73.CFrame = CFrame.new(56.549, 3.605, -164.551)* CFrame.Angles(1.5707961320877, -1.6015852452256e-005, -1.5707964897156)
  1606. part_73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1607. part_73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1608. part_73.Friction = 0.3
  1609. part_73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1610.  
  1611. mesh_47 = Instance.new("SpecialMesh", part_73)
  1612. mesh_47.Scale = Vector3.new(0.118, 0.235, 1.059)
  1613. mesh_47.MeshType = Enum.MeshType.Brick
  1614.  
  1615. part_74 = Instance.new("Part", mcar)
  1616. part_74.FormFactor = Enum.FormFactor.Plate
  1617. part_74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1618. part_74.TopSurface = Enum.SurfaceType.Smooth
  1619. part_74.Reflectance = 0.3
  1620. part_74.Material = Enum.Material.SmoothPlastic
  1621. part_74.Size = Vector3.new(1, 0.8, 2)
  1622. part_74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1623. part_74.CFrame = CFrame.new(56.949, 3.605, -164.551)* CFrame.Angles(1.5707961320877, -1.6015852452256e-005, -1.5707964897156)
  1624. part_74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1625. part_74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1626. part_74.Friction = 0.3
  1627. part_74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1628.  
  1629. mesh_48 = Instance.new("SpecialMesh", part_74)
  1630. mesh_48.Scale = Vector3.new(0.118, 0.235, 1.059)
  1631. mesh_48.MeshType = Enum.MeshType.Brick
  1632.  
  1633. part_75 = Instance.new("Part", mcar)
  1634. part_75.FormFactor = Enum.FormFactor.Plate
  1635. part_75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1636. part_75.TopSurface = Enum.SurfaceType.Smooth
  1637. part_75.Reflectance = 0.3
  1638. part_75.Material = Enum.Material.SmoothPlastic
  1639. part_75.Size = Vector3.new(1, 0.8, 2)
  1640. part_75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1641. part_75.CFrame = CFrame.new(56.949, 3.605, -164.551)* CFrame.Angles(1.5707961320877, 4.9787366151577e-005, -1.5707964897156)
  1642. part_75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1643. part_75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1644. part_75.Friction = 0.3
  1645. part_75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1646.  
  1647. mesh_49 = Instance.new("SpecialMesh", part_75)
  1648. mesh_49.Scale = Vector3.new(0.118, 0.235, 1.059)
  1649. mesh_49.MeshType = Enum.MeshType.Brick
  1650.  
  1651. part_76 = Instance.new("Part", mcar)
  1652. part_76.FormFactor = Enum.FormFactor.Plate
  1653. part_76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1654. part_76.TopSurface = Enum.SurfaceType.Smooth
  1655. part_76.Material = Enum.Material.SmoothPlastic
  1656. part_76.Size = Vector3.new(7, 2.8, 9)
  1657. part_76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1658. part_76.CFrame = CFrame.new(53.838, 3.2, -140.154)* CFrame.Angles(-0.013111274689436, 1.5676319599152, 0.013255027122796)
  1659. part_76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1660. part_76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1661. part_76.BrickColor = BrickColor.new("Institutional white")
  1662. part_76.Friction = 0.3
  1663. part_76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1664.  
  1665. part_77 = Instance.new("Part", mcar)
  1666. part_77.FormFactor = Enum.FormFactor.Plate
  1667. part_77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1668. part_77.TopSurface = Enum.SurfaceType.Smooth
  1669. part_77.Reflectance = 0.3
  1670. part_77.Material = Enum.Material.SmoothPlastic
  1671. part_77.Size = Vector3.new(1, 2, 3)
  1672. part_77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1673. part_77.CFrame = CFrame.new(58.943, 3.2, -145.756)* CFrame.Angles(-1.5708900690079, 2.4369448510697e-005, 6.0501456573547e-006)
  1674. part_77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1675. part_77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1676. part_77.Friction = 0.3
  1677. part_77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1678.  
  1679. mesh_50 = Instance.new("SpecialMesh", part_77)
  1680. mesh_50.MeshType = Enum.MeshType.Wedge
  1681.  
  1682. part_78 = Instance.new("Part", mcar)
  1683. part_78.FormFactor = Enum.FormFactor.Plate
  1684. part_78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1685. part_78.TopSurface = Enum.SurfaceType.Smooth
  1686. part_78.Material = Enum.Material.SmoothPlastic
  1687. part_78.Size = Vector3.new(1, 3.6, 5)
  1688. part_78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1689. part_78.CFrame = CFrame.new(58.842, 3.602, -147.152)* CFrame.Angles(3.141592502594, -2.2057520254748e-007, 3.1415927410126)
  1690. part_78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1691. part_78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1692. part_78.BrickColor = bodycolor
  1693. part_78.Friction = 0.3
  1694. part_78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1695.  
  1696. part_79 = Instance.new("Part", mcar)
  1697. part_79.FormFactor = Enum.FormFactor.Plate
  1698. part_79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1699. part_79.TopSurface = Enum.SurfaceType.Smooth
  1700. part_79.Reflectance = 0.3
  1701. part_79.Material = Enum.Material.SmoothPlastic
  1702. part_79.Size = Vector3.new(1, 0.4, 7.101)
  1703. part_79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1704. part_79.CFrame = CFrame.new(58.943, 4.499, -160.306)* CFrame.Angles(-1.9569604603475e-007, 8.7458829511888e-008, -2.6312985937693e-005)
  1705. part_79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1706. part_79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1707. part_79.BrickColor = BrickColor.new("Grey")
  1708. part_79.Friction = 0.3
  1709. part_79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1710.  
  1711. part_80 = Instance.new("Part", mcar)
  1712. part_80.FormFactor = Enum.FormFactor.Plate
  1713. part_80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1714. part_80.TopSurface = Enum.SurfaceType.Smooth
  1715. part_80.Reflectance = 0.3
  1716. part_80.Material = Enum.Material.SmoothPlastic
  1717. part_80.Size = Vector3.new(1, 0.8, 2)
  1718. part_80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1719. part_80.CFrame = CFrame.new(57.749, 3.605, -164.551)* CFrame.Angles(1.5707961320877, -1.6015854271245e-005, -1.5707964897156)
  1720. part_80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1721. part_80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1722. part_80.Friction = 0.3
  1723. part_80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1724.  
  1725. mesh_51 = Instance.new("SpecialMesh", part_80)
  1726. mesh_51.Scale = Vector3.new(0.118, 0.235, 1.059)
  1727. mesh_51.MeshType = Enum.MeshType.Brick
  1728.  
  1729. part_81 = Instance.new("Part", mcar)
  1730. part_81.FormFactor = Enum.FormFactor.Plate
  1731. part_81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1732. part_81.TopSurface = Enum.SurfaceType.Smooth
  1733. part_81.Material = Enum.Material.SmoothPlastic
  1734. part_81.Size = Vector3.new(1, 2, 1)
  1735. part_81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1736. part_81.CFrame = CFrame.new(48.847, 6.405, -147.052)* CFrame.Angles(3.141592502594, -1.1626889317995e-007, -3.1415927410126)
  1737. part_81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1738. part_81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1739. part_81.BrickColor = bodycolor
  1740. part_81.Friction = 0.3
  1741. part_81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1742.  
  1743. part_82 = Instance.new("Part", mcar)
  1744. part_82.FormFactor = Enum.FormFactor.Plate
  1745. part_82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1746. part_82.TopSurface = Enum.SurfaceType.Smooth
  1747. part_82.Material = Enum.Material.SmoothPlastic
  1748. part_82.Size = Vector3.new(1, 3.6, 5)
  1749. part_82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1750. part_82.CFrame = CFrame.new(48.842, 3.602, -147.156)* CFrame.Angles(3.141592502594, -2.2057520254748e-007, 3.1415927410126)
  1751. part_82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1752. part_82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1753. part_82.BrickColor = bodycolor
  1754. part_82.Friction = 0.3
  1755. part_82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1756.  
  1757. window3 = Instance.new("Part", mcar)
  1758. window3.FormFactor = Enum.FormFactor.Plate
  1759. window3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1760. window3.Transparency = 0.5
  1761. window3.TopSurface = Enum.SurfaceType.Smooth
  1762. window3.Reflectance = 0.5
  1763. window3.Material = Enum.Material.SmoothPlastic
  1764. window3.Size = Vector3.new(3, 2, 1)
  1765. window3.Name = "window3"
  1766. window3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1767. window3.CFrame = CFrame.new(58.847, 6.405, -149.052)* CFrame.Angles(-3.996683517471e-008, 1.5707963705063, 0)
  1768. window3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1769. window3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1770. window3.BrickColor = BrickColor.new("Really black")
  1771. window3.Friction = 0.3
  1772. window3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1773.  
  1774. part_83 = Instance.new("Part", mcar)
  1775. part_83.FormFactor = Enum.FormFactor.Plate
  1776. part_83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1777. part_83.TopSurface = Enum.SurfaceType.Smooth
  1778. part_83.Material = Enum.Material.SmoothPlastic
  1779. part_83.Size = Vector3.new(3, 0.8, 9)
  1780. part_83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1781. part_83.CFrame = CFrame.new(53.839, 5, -142.154)* CFrame.Angles(-0.013111274689436, 1.5676319599152, 0.013255027122796)
  1782. part_83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1783. part_83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1784. part_83.BrickColor = BrickColor.new("Institutional white")
  1785. part_83.Friction = 0.3
  1786. part_83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1787.  
  1788. part_84 = Instance.new("Part", mcar)
  1789. part_84.FormFactor = Enum.FormFactor.Plate
  1790. part_84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1791. part_84.TopSurface = Enum.SurfaceType.Smooth
  1792. part_84.Reflectance = 0.3
  1793. part_84.Material = Enum.Material.SmoothPlastic
  1794. part_84.Size = Vector3.new(1, 0.4, 3)
  1795. part_84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1796. part_84.CFrame = CFrame.new(58.847, 3.204, -161.151)* CFrame.Angles(5.9475742091308e-006, -0.00045032109483145, -0.00019741691357922)
  1797. part_84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1798. part_84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1799. part_84.BrickColor = BrickColor.new("Grey")
  1800. part_84.Friction = 0.3
  1801. part_84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1802.  
  1803. part_85 = Instance.new("Part", mcar)
  1804. part_85.FormFactor = Enum.FormFactor.Plate
  1805. part_85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1806. part_85.TopSurface = Enum.SurfaceType.Smooth
  1807. part_85.Material = Enum.Material.SmoothPlastic
  1808. part_85.Size = Vector3.new(1, 2, 1)
  1809. part_85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1810. part_85.CFrame = CFrame.new(58.847, 6.405, -147.052)* CFrame.Angles(3.141592502594, -1.1626889317995e-007, -3.1415927410126)
  1811. part_85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1812. part_85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1813. part_85.BrickColor = bodycolor
  1814. part_85.Friction = 0.3
  1815. part_85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1816.  
  1817. part_86 = Instance.new("Part", mcar)
  1818. part_86.FormFactor = Enum.FormFactor.Plate
  1819. part_86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1820. part_86.TopSurface = Enum.SurfaceType.Smooth
  1821. part_86.Reflectance = 0.3
  1822. part_86.Material = Enum.Material.SmoothPlastic
  1823. part_86.Size = Vector3.new(1, 1.6, 1)
  1824. part_86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1825. part_86.CFrame = CFrame.new(58.846, 2.604, -159.151)* CFrame.Angles(5.872533620277e-006, -0.00045022714766674, -0.00019739411072806)
  1826. part_86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1827. part_86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1828. part_86.BrickColor = BrickColor.new("Grey")
  1829. part_86.Friction = 0.3
  1830. part_86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1831.  
  1832. part_87 = Instance.new("Part", mcar)
  1833. part_87.FormFactor = Enum.FormFactor.Plate
  1834. part_87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1835. part_87.TopSurface = Enum.SurfaceType.Smooth
  1836. part_87.Material = Enum.Material.SmoothPlastic
  1837. part_87.Size = Vector3.new(3, 0.4, 11)
  1838. part_87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1839. part_87.CFrame = CFrame.new(53.837, 1.6, -138.154)* CFrame.Angles(-0.013204352930188, 1.5676319599152, 0.013348122127354)
  1840. part_87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1841. part_87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1842. part_87.BrickColor = BrickColor.new("Black")
  1843. part_87.Friction = 0.3
  1844. part_87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1845.  
  1846. part_88 = Instance.new("Part", mcar)
  1847. part_88.FormFactor = Enum.FormFactor.Plate
  1848. part_88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1849. part_88.TopSurface = Enum.SurfaceType.Smooth
  1850. part_88.Material = Enum.Material.SmoothPlastic
  1851. part_88.Size = Vector3.new(3, 0.4, 9)
  1852. part_88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1853. part_88.CFrame = CFrame.new(53.838, 1.6, -141.154)* CFrame.Angles(-0.01320565212518, 1.5676319599152, 0.013349411077797)
  1854. part_88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1855. part_88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1856. part_88.BrickColor = BrickColor.new("Black")
  1857. part_88.Friction = 0.3
  1858. part_88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1859.  
  1860. part_89 = Instance.new("Part", mcar)
  1861. part_89.FormFactor = Enum.FormFactor.Plate
  1862. part_89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1863. part_89.TopSurface = Enum.SurfaceType.Smooth
  1864. part_89.Reflectance = 0.3
  1865. part_89.Material = Enum.Material.SmoothPlastic
  1866. part_89.Size = Vector3.new(1, 0.8, 2)
  1867. part_89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1868. part_89.CFrame = CFrame.new(56.949, 4.605, -164.551)* CFrame.Angles(-3.1349754333496, 1.5676697492599, 0.11481241136789)
  1869. part_89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1870. part_89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1871. part_89.Friction = 0.3
  1872. part_89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1873.  
  1874. mesh_52 = Instance.new("SpecialMesh", part_89)
  1875. mesh_52.Scale = Vector3.new(0.118, 0.235, 1.059)
  1876. mesh_52.MeshType = Enum.MeshType.Brick
  1877.  
  1878. part_90 = Instance.new("Part", mcar)
  1879. part_90.FormFactor = Enum.FormFactor.Plate
  1880. part_90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1881. part_90.TopSurface = Enum.SurfaceType.Smooth
  1882. part_90.Reflectance = 0.3
  1883. part_90.Material = Enum.Material.SmoothPlastic
  1884. part_90.Size = Vector3.new(1, 0.4, 5)
  1885. part_90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1886. part_90.CFrame = CFrame.new(53.836, 4.099, -137.054)* CFrame.Angles(0.013459369540215, 1.5676319599152, -0.013704515993595)
  1887. part_90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1888. part_90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1889. part_90.BrickColor = BrickColor.new("Grey")
  1890. part_90.Friction = 0.3
  1891. part_90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1892.  
  1893. part_91 = Instance.new("Part", mcar)
  1894. part_91.FormFactor = Enum.FormFactor.Plate
  1895. part_91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1896. part_91.TopSurface = Enum.SurfaceType.Smooth
  1897. part_91.Reflectance = 0.3
  1898. part_91.Material = Enum.Material.SmoothPlastic
  1899. part_91.Size = Vector3.new(1, 1.2, 1)
  1900. part_91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1901. part_91.CFrame = CFrame.new(58.839, 2.401, -143.152)* CFrame.Angles(5.872533620277e-006, -0.00045022714766674, -0.00019739411072806)
  1902. part_91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1903. part_91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1904. part_91.BrickColor = BrickColor.new("Grey")
  1905. part_91.Friction = 0.3
  1906. part_91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1907.  
  1908. part_92 = Instance.new("Part", mcar)
  1909. part_92.FormFactor = Enum.FormFactor.Plate
  1910. part_92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1911. part_92.TopSurface = Enum.SurfaceType.Smooth
  1912. part_92.Reflectance = 0.3
  1913. part_92.Material = Enum.Material.SmoothPlastic
  1914. part_92.Size = Vector3.new(1, 0.4, 7)
  1915. part_92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1916. part_92.CFrame = CFrame.new(58.838, 3.201, -140.152)* CFrame.Angles(5.872533620277e-006, -0.00045022714766674, -0.00019739411072806)
  1917. part_92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1918. part_92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1919. part_92.BrickColor = BrickColor.new("Grey")
  1920. part_92.Friction = 0.3
  1921. part_92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1922.  
  1923. part_93 = Instance.new("Part", mcar)
  1924. part_93.FormFactor = Enum.FormFactor.Plate
  1925. part_93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1926. part_93.TopSurface = Enum.SurfaceType.Smooth
  1927. part_93.Material = Enum.Material.SmoothPlastic
  1928. part_93.Size = Vector3.new(3, 1.2, 1)
  1929. part_93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1930. part_93.CFrame = CFrame.new(48.837, 2.4, -138.156)* CFrame.Angles(-0.013111274689436, 1.5676319599152, 0.013255027122796)
  1931. part_93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1932. part_93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1933. part_93.BrickColor = bodycolor
  1934. part_93.Friction = 0.3
  1935. part_93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1936.  
  1937. part_94 = Instance.new("Part", mcar)
  1938. part_94.FormFactor = Enum.FormFactor.Plate
  1939. part_94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1940. part_94.TopSurface = Enum.SurfaceType.Smooth
  1941. part_94.Material = Enum.Material.SmoothPlastic
  1942. part_94.Size = Vector3.new(1, 3.6, 1)
  1943. part_94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1944. part_94.CFrame = CFrame.new(58.84, 3.601, -144.153)* CFrame.Angles(-0.0056147389113903, -1.5676697492599, -0.623783826828)
  1945. part_94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1946. part_94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1947. part_94.BrickColor = bodycolor
  1948. part_94.Friction = 0.3
  1949. part_94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1950.  
  1951. hood = Instance.new("Part", mcar)
  1952. hood.FormFactor = Enum.FormFactor.Plate
  1953. hood.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1954. hood.TopSurface = Enum.SurfaceType.Smooth
  1955. hood.Material = Enum.Material.SmoothPlastic
  1956. hood.Size = Vector3.new(11, 0.4, 13)
  1957. hood.Name = "hood"
  1958. hood.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1959. hood.CFrame = CFrame.new(53.845, 7.605, -150.05)* CFrame.Angles(-3.1415011882782, 8.0992285802495e-006, -3.1415579319)
  1960. hood.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1961. hood.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1962. hood.BrickColor = BrickColor.new("Institutional white")
  1963. hood.Friction = 0.3
  1964. hood.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1965.  
  1966. mesh_53 = Instance.new("SpecialMesh", hood)
  1967. mesh_53.MeshType = Enum.MeshType.Wedge
  1968.  
  1969. part_95 = Instance.new("Part", mcar)
  1970. part_95.FormFactor = Enum.FormFactor.Plate
  1971. part_95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1972. part_95.TopSurface = Enum.SurfaceType.Smooth
  1973. part_95.Material = Enum.Material.SmoothPlastic
  1974. part_95.Size = Vector3.new(6, 0.8, 1)
  1975. part_95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1976. part_95.CFrame = CFrame.new(58.846, 4.604, -161.651)* CFrame.Angles(0.24889597296715, 1.5676131248474, -0.24860224127769)
  1977. part_95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1978. part_95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1979. part_95.BrickColor = bodycolor
  1980. part_95.Friction = 0.3
  1981. part_95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1982.  
  1983. part_96 = Instance.new("Part", mcar)
  1984. part_96.FormFactor = Enum.FormFactor.Plate
  1985. part_96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1986. part_96.TopSurface = Enum.SurfaceType.Smooth
  1987. part_96.Reflectance = 0.3
  1988. part_96.Material = Enum.Material.SmoothPlastic
  1989. part_96.Size = Vector3.new(1, 0.4, 2)
  1990. part_96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1991. part_96.CFrame = CFrame.new(59.349, 2.605, -163.656)* CFrame.Angles(3.141592502594, 6.5192580223083e-009, 0.00021353384363465)
  1992. part_96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1993. part_96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1994. part_96.Friction = 0.3
  1995. part_96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1996.  
  1997. mesh_54 = Instance.new("SpecialMesh", part_96)
  1998. mesh_54.Scale = Vector3.new(0.4, 0.4, 0.4)
  1999. mesh_54.MeshId = "http://www.roblox.com/asset/?id=12221344"
  2000. mesh_54.MeshType = Enum.MeshType.FileMesh
  2001.  
  2002. part_97 = Instance.new("Part", mcar)
  2003. part_97.FormFactor = Enum.FormFactor.Plate
  2004. part_97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2005. part_97.TopSurface = Enum.SurfaceType.Smooth
  2006. part_97.Material = Enum.Material.SmoothPlastic
  2007. part_97.Size = Vector3.new(1, 6.8, 1)
  2008. part_97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2009. part_97.CFrame = CFrame.new(58.848, 5.105, -161.651)* CFrame.Angles(1.570796251297, -4.1880948487005e-008, 6.500397553566e-009)
  2010. part_97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2011. part_97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2012. part_97.BrickColor = bodycolor
  2013. part_97.Friction = 0.3
  2014. part_97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2015.  
  2016. mesh_55 = Instance.new("CylinderMesh", part_97)
  2017.  
  2018. rearbumper = Instance.new("Part", mcar)
  2019. rearbumper.FormFactor = Enum.FormFactor.Plate
  2020. rearbumper.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2021. rearbumper.TopSurface = Enum.SurfaceType.Smooth
  2022. rearbumper.Reflectance = 0.3
  2023. rearbumper.Material = Enum.Material.SmoothPlastic
  2024. rearbumper.Size = Vector3.new(1, 0.4, 11)
  2025. rearbumper.Name = "rearbumper"
  2026. rearbumper.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2027. rearbumper.CFrame = CFrame.new(53.836, 1.899, -136.452)* CFrame.Angles(3.0826721191406, 1.5676697492599, 1.64488697052)
  2028. rearbumper.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2029. rearbumper.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2030. rearbumper.Friction = 0.3
  2031. rearbumper.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2032.  
  2033. trunk = Instance.new("Part", mcar)
  2034. trunk.FormFactor = Enum.FormFactor.Plate
  2035. trunk.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2036. trunk.TopSurface = Enum.SurfaceType.Smooth
  2037. trunk.Material = Enum.Material.SmoothPlastic
  2038. trunk.Size = Vector3.new(9, 0.8, 4)
  2039. trunk.Name = "trunk"
  2040. trunk.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2041. trunk.CFrame = CFrame.new(53.838, 5, -138.653)* CFrame.Angles(-3.1415860652924, 6.1592681959155e-006, 3.1415603160858)
  2042. trunk.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2043. trunk.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2044. trunk.BrickColor = BrickColor.new("Institutional white")
  2045. trunk.Friction = 0.3
  2046. trunk.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2047.  
  2048. mesh_56 = Instance.new("SpecialMesh", trunk)
  2049. mesh_56.MeshType = Enum.MeshType.Wedge
  2050.  
  2051. frontlight1 = Instance.new("Part", mcar)
  2052. frontlight1.FormFactor = Enum.FormFactor.Plate
  2053. frontlight1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2054. frontlight1.Transparency = 0.2
  2055. frontlight1.TopSurface = Enum.SurfaceType.Smooth
  2056. frontlight1.Material = Enum.Material.SmoothPlastic
  2057. frontlight1.Size = Vector3.new(1, 0.4, 1)
  2058. frontlight1.Name = "frontlight1"
  2059. frontlight1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2060. frontlight1.CFrame = CFrame.new(58.848, 5.105, -165.252)* CFrame.Angles(-1.5708878040314, 6.310259050224e-005, 3.141140460968)
  2061. frontlight1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2062. frontlight1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2063. frontlight1.BrickColor = BrickColor.new("Mid gray")
  2064. frontlight1.Friction = 0.3
  2065. frontlight1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2066.  
  2067. mesh_57 = Instance.new("CylinderMesh", frontlight1)
  2068.  
  2069. headlight_2 = Instance.new("SpotLight", frontlight1)
  2070. headlight_2.Enabled = false
  2071. headlight_2.Face = Enum.NormalId.Left
  2072. headlight_2.Range = 15
  2073. headlight_2.Name = "headlight"
  2074. headlight_2.Angle = 180
  2075. headlight_2.Brightness = 20
  2076.  
  2077. part_98 = Instance.new("Part", mcar)
  2078. part_98.FormFactor = Enum.FormFactor.Plate
  2079. part_98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2080. part_98.TopSurface = Enum.SurfaceType.Smooth
  2081. part_98.Reflectance = 0.3
  2082. part_98.Material = Enum.Material.SmoothPlastic
  2083. part_98.Size = Vector3.new(1, 1.2, 1)
  2084. part_98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2085. part_98.CFrame = CFrame.new(48.836, 1.799, -136.352)* CFrame.Angles(-1.9569604603475e-007, 1.7488127923571e-007, 3.141526222229)
  2086. part_98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2087. part_98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2088. part_98.Friction = 0.3
  2089. part_98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2090.  
  2091. mesh_58 = Instance.new("CylinderMesh", part_98)
  2092.  
  2093. part_99 = Instance.new("Part", mcar)
  2094. part_99.FormFactor = Enum.FormFactor.Plate
  2095. part_99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2096. part_99.TopSurface = Enum.SurfaceType.Smooth
  2097. part_99.Reflectance = 0.3
  2098. part_99.Material = Enum.Material.SmoothPlastic
  2099. part_99.Size = Vector3.new(2, 1.2, 1)
  2100. part_99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2101. part_99.CFrame = CFrame.new(58.848, 3.205, -163.651)* CFrame.Angles(3.1281673908234, -1.567594408989, 3.1280233860016)
  2102. part_99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2103. part_99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2104. part_99.BrickColor = BrickColor.new("Grey")
  2105. part_99.Friction = 0.3
  2106. part_99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2107.  
  2108. frontlight3 = Instance.new("Part", mcar)
  2109. frontlight3.FormFactor = Enum.FormFactor.Plate
  2110. frontlight3.CanCollide = false
  2111. frontlight3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2112. frontlight3.Transparency = 0.2
  2113. frontlight3.TopSurface = Enum.SurfaceType.Smooth
  2114. frontlight3.Material = Enum.Material.SmoothPlastic
  2115. frontlight3.Size = Vector3.new(1, 0.4, 1)
  2116. frontlight3.Name = "frontlight3"
  2117. frontlight3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2118. frontlight3.CFrame = CFrame.new(58.849, 3.105, -164.851)* CFrame.Angles(-3.0908482074738, -1.5676131248474, -1.5200179815292)
  2119. frontlight3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2120. frontlight3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2121. frontlight3.BrickColor = BrickColor.new("Bright orange")
  2122. frontlight3.Friction = 0.3
  2123. frontlight3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2124.  
  2125. mesh_59 = Instance.new("CylinderMesh", frontlight3)
  2126. mesh_59.Offset = Vector3.new(0, -0.3, 0)
  2127. mesh_59.Scale = Vector3.new(0.6, 1, 0.6)
  2128.  
  2129. regularlight_2 = Instance.new("SpotLight", frontlight3)
  2130. regularlight_2.Enabled = false
  2131. regularlight_2.Color = Color3.new(1, 0.333333, 0)
  2132. regularlight_2.Face = Enum.NormalId.Right
  2133. regularlight_2.Range = 10
  2134. regularlight_2.Name = "regularlight"
  2135. regularlight_2.Angle = 180
  2136. regularlight_2.Brightness = 20
  2137.  
  2138. part_100 = Instance.new("Part", mcar)
  2139. part_100.FormFactor = Enum.FormFactor.Plate
  2140. part_100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2141. part_100.TopSurface = Enum.SurfaceType.Smooth
  2142. part_100.Reflectance = 0.3
  2143. part_100.Material = Enum.Material.SmoothPlastic
  2144. part_100.Size = Vector3.new(1, 0.4, 2)
  2145. part_100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2146. part_100.CFrame = CFrame.new(59.349, 3.405, -163.656)* CFrame.Angles(3.141592502594, 6.5192580223083e-009, 0.00021353384363465)
  2147. part_100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2148. part_100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2149. part_100.Friction = 0.3
  2150. part_100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2151.  
  2152. mesh_60 = Instance.new("SpecialMesh", part_100)
  2153. mesh_60.Scale = Vector3.new(0.4, 0.4, 0.4)
  2154. mesh_60.MeshId = "http://www.roblox.com/asset/?id=12221344"
  2155. mesh_60.MeshType = Enum.MeshType.FileMesh
  2156.  
  2157. part_101 = Instance.new("Part", mcar)
  2158. part_101.FormFactor = Enum.FormFactor.Plate
  2159. part_101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2160. part_101.TopSurface = Enum.SurfaceType.Smooth
  2161. part_101.Material = Enum.Material.SmoothPlastic
  2162. part_101.Size = Vector3.new(7, 2, 1)
  2163. part_101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2164. part_101.CFrame = CFrame.new(48.84, 4.4, -140.156)* CFrame.Angles(0.24961392581463, 1.5653810501099, -0.24859754741192)
  2165. part_101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2166. part_101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2167. part_101.BrickColor = bodycolor
  2168. part_101.Friction = 0.3
  2169. part_101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2170.  
  2171. part_102 = Instance.new("Part", mcar)
  2172. part_102.FormFactor = Enum.FormFactor.Plate
  2173. part_102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2174. part_102.TopSurface = Enum.SurfaceType.Smooth
  2175. part_102.Material = Enum.Material.SmoothPlastic
  2176. part_102.Size = Vector3.new(1, 0.4, 6)
  2177. part_102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2178. part_102.CFrame = CFrame.new(48.84, 5.6, -138.856)* CFrame.Angles(-1.9568149411953e-007, 8.7458829511888e-008, 1.1233827535762e-005)
  2179. part_102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2180. part_102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2181. part_102.BrickColor = bodycolor
  2182. part_102.Friction = 0.3
  2183. part_102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2184.  
  2185. mesh_61 = Instance.new("SpecialMesh", part_102)
  2186. mesh_61.MeshType = Enum.MeshType.Wedge
  2187.  
  2188. part_103 = Instance.new("Part", mcar)
  2189. part_103.FormFactor = Enum.FormFactor.Plate
  2190. part_103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2191. part_103.TopSurface = Enum.SurfaceType.Smooth
  2192. part_103.Reflectance = 0.3
  2193. part_103.Material = Enum.Material.SmoothPlastic
  2194. part_103.Size = Vector3.new(2, 0.4, 1)
  2195. part_103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2196. part_103.CFrame = CFrame.new(58.848, 4.005, -163.651)* CFrame.Angles(3.1281673908234, -1.567594408989, 3.1280233860016)
  2197. part_103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2198. part_103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2199. part_103.BrickColor = BrickColor.new("Grey")
  2200. part_103.Friction = 0.3
  2201. part_103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2202.  
  2203. part_104 = Instance.new("Part", mcar)
  2204. part_104.FormFactor = Enum.FormFactor.Plate
  2205. part_104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2206. part_104.TopSurface = Enum.SurfaceType.Smooth
  2207. part_104.Reflectance = 0.3
  2208. part_104.Material = Enum.Material.SmoothPlastic
  2209. part_104.Size = Vector3.new(1, 0.4, 8)
  2210. part_104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2211. part_104.CFrame = CFrame.new(48.741, 4.7, -140.756)* CFrame.Angles(4.4527910176839e-006, -0.00034513813443482, -0.00020811511785723)
  2212. part_104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2213. part_104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2214. part_104.BrickColor = BrickColor.new("Grey")
  2215. part_104.Friction = 0.3
  2216. part_104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2217.  
  2218. part_105 = Instance.new("Part", mcar)
  2219. part_105.FormFactor = Enum.FormFactor.Plate
  2220. part_105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2221. part_105.TopSurface = Enum.SurfaceType.Smooth
  2222. part_105.Reflectance = 0.3
  2223. part_105.Material = Enum.Material.SmoothPlastic
  2224. part_105.Size = Vector3.new(1, 0.4, 2)
  2225. part_105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2226. part_105.CFrame = CFrame.new(59.349, 3.005, -163.656)* CFrame.Angles(3.141592502594, 6.4901541918516e-009, 0.00021353385818657)
  2227. part_105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2228. part_105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2229. part_105.Friction = 0.3
  2230. part_105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2231.  
  2232. mesh_62 = Instance.new("SpecialMesh", part_105)
  2233. mesh_62.Scale = Vector3.new(0.4, 0.4, 0.4)
  2234. mesh_62.MeshId = "http://www.roblox.com/asset/?id=12221344"
  2235. mesh_62.MeshType = Enum.MeshType.FileMesh
  2236.  
  2237. part_106 = Instance.new("Part", mcar)
  2238. part_106.FormFactor = Enum.FormFactor.Plate
  2239. part_106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2240. part_106.TopSurface = Enum.SurfaceType.Smooth
  2241. part_106.Reflectance = 0.3
  2242. part_106.Material = Enum.Material.SmoothPlastic
  2243. part_106.Size = Vector3.new(1, 1.2, 1)
  2244. part_106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2245. part_106.CFrame = CFrame.new(58.836, 1.799, -136.352)* CFrame.Angles(-1.9569604603475e-007, 1.74880369741e-007, 3.1415884494781)
  2246. part_106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2247. part_106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2248. part_106.Friction = 0.3
  2249. part_106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2250.  
  2251. mesh_63 = Instance.new("CylinderMesh", part_106)
  2252.  
  2253. backlight1 = Instance.new("Part", mcar)
  2254. backlight1.FormFactor = Enum.FormFactor.Plate
  2255. backlight1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2256. backlight1.Transparency = 0.2
  2257. backlight1.TopSurface = Enum.SurfaceType.Smooth
  2258. backlight1.Material = Enum.Material.SmoothPlastic
  2259. backlight1.Size = Vector3.new(1, 0.8, 2)
  2260. backlight1.Name = "backlight1"
  2261. backlight1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2262. backlight1.CFrame = CFrame.new(58.838, 4.4, -136.252)* CFrame.Angles(-1.5707968473434, -1.1254653145443e-005, -3.141592502594)
  2263. backlight1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2264. backlight1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2265. backlight1.BrickColor = BrickColor.new("Bright red")
  2266. backlight1.Friction = 0.3
  2267. backlight1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2268.  
  2269. mesh_64 = Instance.new("SpecialMesh", backlight1)
  2270. mesh_64.MeshType = Enum.MeshType.Wedge
  2271.  
  2272. rearlight = Instance.new("SpotLight", backlight1)
  2273. rearlight.Enabled = false
  2274. rearlight.Color = Color3.new(1, 0, 0)
  2275. rearlight.Face = Enum.NormalId.Back
  2276. rearlight.Range = 10
  2277. rearlight.Name = "rearlight"
  2278. rearlight.Angle = 180
  2279. rearlight.Brightness = 20
  2280.  
  2281. part_107 = Instance.new("Part", mcar)
  2282. part_107.FormFactor = Enum.FormFactor.Plate
  2283. part_107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2284. part_107.Transparency = 0.5
  2285. part_107.TopSurface = Enum.SurfaceType.Smooth
  2286. part_107.Reflectance = 0.5
  2287. part_107.Material = Enum.Material.SmoothPlastic
  2288. part_107.Size = Vector3.new(11, 2, 1)
  2289. part_107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2290. part_107.CFrame = CFrame.new(53.847, 6.406, -143.051)* CFrame.Angles(3.1415436267853, -0.00021385250147432, -3.1415457725525)
  2291. part_107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2292. part_107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2293. part_107.BrickColor = BrickColor.new("White")
  2294. part_107.Friction = 0.3
  2295. part_107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2296.  
  2297. mesh_65 = Instance.new("SpecialMesh", part_107)
  2298. mesh_65.MeshType = Enum.MeshType.Wedge
  2299.  
  2300. part_108 = Instance.new("Part", mcar)
  2301. part_108.FormFactor = Enum.FormFactor.Plate
  2302. part_108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2303. part_108.TopSurface = Enum.SurfaceType.Smooth
  2304. part_108.Material = Enum.Material.SmoothPlastic
  2305. part_108.Size = Vector3.new(7, 2, 1)
  2306. part_108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2307. part_108.CFrame = CFrame.new(58.837, 4.4, -140.152)* CFrame.Angles(0.24961392581463, 1.5653810501099, -0.24859754741192)
  2308. part_108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2309. part_108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2310. part_108.BrickColor = bodycolor
  2311. part_108.Friction = 0.3
  2312. part_108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2313.  
  2314. part_109 = Instance.new("Part", mcar)
  2315. part_109.FormFactor = Enum.FormFactor.Plate
  2316. part_109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2317. part_109.TopSurface = Enum.SurfaceType.Smooth
  2318. part_109.Material = Enum.Material.SmoothPlastic
  2319. part_109.Size = Vector3.new(1, 0.4, 6)
  2320. part_109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2321. part_109.CFrame = CFrame.new(58.84, 5.6, -138.852)* CFrame.Angles(-0.0031524042133242, -0.0030616919975728, 0.01267381105572)
  2322. part_109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2323. part_109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2324. part_109.BrickColor = bodycolor
  2325. part_109.Friction = 0.3
  2326. part_109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2327.  
  2328. mesh_66 = Instance.new("SpecialMesh", part_109)
  2329. mesh_66.MeshType = Enum.MeshType.Wedge
  2330.  
  2331. part_110 = Instance.new("Part", mcar)
  2332. part_110.FormFactor = Enum.FormFactor.Plate
  2333. part_110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2334. part_110.TopSurface = Enum.SurfaceType.Smooth
  2335. part_110.Reflectance = 0.3
  2336. part_110.Material = Enum.Material.SmoothPlastic
  2337. part_110.Size = Vector3.new(1, 0.4, 1)
  2338. part_110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2339. part_110.CFrame = CFrame.new(48.836, 2.899, -136.452)* CFrame.Angles(1.5707026720047, -2.4369450329687e-005, -6.0501420193759e-006)
  2340. part_110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2341. part_110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2342. part_110.Friction = 0.3
  2343. part_110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2344.  
  2345. mesh_67 = Instance.new("SpecialMesh", part_110)
  2346. mesh_67.MeshType = Enum.MeshType.Wedge
  2347.  
  2348. backlight2 = Instance.new("Part", mcar)
  2349. backlight2.FormFactor = Enum.FormFactor.Plate
  2350. backlight2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2351. backlight2.Transparency = 0.2
  2352. backlight2.TopSurface = Enum.SurfaceType.Smooth
  2353. backlight2.Material = Enum.Material.SmoothPlastic
  2354. backlight2.Size = Vector3.new(1, 0.8, 2)
  2355. backlight2.Name = "backlight2"
  2356. backlight2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2357. backlight2.CFrame = CFrame.new(48.84, 4.4, -136.256)* CFrame.Angles(-1.5707968473434, -1.1254653145443e-005, -3.141592502594)
  2358. backlight2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2359. backlight2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2360. backlight2.BrickColor = BrickColor.new("Bright red")
  2361. backlight2.Friction = 0.3
  2362. backlight2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2363.  
  2364. mesh_68 = Instance.new("SpecialMesh", backlight2)
  2365. mesh_68.MeshType = Enum.MeshType.Wedge
  2366.  
  2367. rearlight_2 = Instance.new("SpotLight", backlight2)
  2368. rearlight_2.Enabled = false
  2369. rearlight_2.Color = Color3.new(1, 0, 0)
  2370. rearlight_2.Face = Enum.NormalId.Back
  2371. rearlight_2.Range = 10
  2372. rearlight_2.Name = "rearlight"
  2373. rearlight_2.Angle = 180
  2374. rearlight_2.Brightness = 20
  2375.  
  2376. part_111 = Instance.new("Part", mcar)
  2377. part_111.FormFactor = Enum.FormFactor.Plate
  2378. part_111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2379. part_111.TopSurface = Enum.SurfaceType.Smooth
  2380. part_111.Reflectance = 0.3
  2381. part_111.Material = Enum.Material.SmoothPlastic
  2382. part_111.Size = Vector3.new(1, 0.4, 8)
  2383. part_111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2384. part_111.CFrame = CFrame.new(58.941, 4.6, -140.757)* CFrame.Angles(4.4527910176839e-006, -0.00034513813443482, -0.00020811511785723)
  2385. part_111.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2386. part_111.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2387. part_111.BrickColor = BrickColor.new("Grey")
  2388. part_111.Friction = 0.3
  2389. part_111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2390.  
  2391. part_112 = Instance.new("Part", mcar)
  2392. part_112.FormFactor = Enum.FormFactor.Plate
  2393. part_112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2394. part_112.TopSurface = Enum.SurfaceType.Smooth
  2395. part_112.Reflectance = 0.3
  2396. part_112.Material = Enum.Material.SmoothPlastic
  2397. part_112.Size = Vector3.new(1, 0.4, 1)
  2398. part_112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2399. part_112.CFrame = CFrame.new(58.836, 2.899, -136.452)* CFrame.Angles(1.5707026720047, -2.4369450329687e-005, -6.0501420193759e-006)
  2400. part_112.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2401. part_112.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2402. part_112.Friction = 0.3
  2403. part_112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2404.  
  2405. mesh_69 = Instance.new("SpecialMesh", part_112)
  2406. mesh_69.MeshType = Enum.MeshType.Wedge
  2407.  
  2408. part_113 = Instance.new("Part", mcar)
  2409. part_113.FormFactor = Enum.FormFactor.Plate
  2410. part_113.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2411. part_113.TopSurface = Enum.SurfaceType.Smooth
  2412. part_113.Material = Enum.Material.SmoothPlastic
  2413. part_113.Size = Vector3.new(3, 1.2, 1)
  2414. part_113.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2415. part_113.CFrame = CFrame.new(58.838, 2.4, -138.152)* CFrame.Angles(0.24924147129059, 1.5676697492599, -0.24892929196358)
  2416. part_113.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2417. part_113.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2418. part_113.BrickColor = bodycolor
  2419. part_113.Friction = 0.3
  2420. part_113.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2421.  
  2422. frontaxlepos = Instance.new("Part", mcar)
  2423. frontaxlepos.FormFactor = Enum.FormFactor.Custom
  2424. frontaxlepos.CanCollide = false
  2425. frontaxlepos.Elasticity = 0
  2426. frontaxlepos.Transparency = 1
  2427. frontaxlepos.TopSurface = Enum.SurfaceType.Smooth
  2428. frontaxlepos.Size = Vector3.new(1.8, 11, 0.2)
  2429. frontaxlepos.Name = "frontaxlepos"
  2430. frontaxlepos.CFrame = CFrame.new(53.8, 1.705, -161.2)* CFrame.Angles(0, 0, 1.5707963705063)
  2431. frontaxlepos.Friction = 0.3
  2432. frontaxlepos.BottomSurface = Enum.SurfaceType.Smooth
  2433.  
  2434. mesh_70 = Instance.new("CylinderMesh", frontaxlepos)
  2435.  
  2436. part_114 = Instance.new("Part", mcar)
  2437. part_114.FormFactor = Enum.FormFactor.Plate
  2438. part_114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2439. part_114.TopSurface = Enum.SurfaceType.Smooth
  2440. part_114.Reflectance = 0.3
  2441. part_114.Material = Enum.Material.SmoothPlastic
  2442. part_114.Size = Vector3.new(1, 0.4, 7.213)
  2443. part_114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2444. part_114.CFrame = CFrame.new(48.743, 4.506, -148.05)* CFrame.Angles(0.00034509919350967, 2.6231919036945e-006, -9.5047390402669e-008)
  2445. part_114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2446. part_114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2447. part_114.BrickColor = BrickColor.new("Grey")
  2448. part_114.Friction = 0.3
  2449. part_114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2450.  
  2451. door2 = Instance.new("Model", mcar)
  2452. door2.Name = "Door2"
  2453.  
  2454. part_115 = Instance.new("Part", door2)
  2455. part_115.FormFactor = Enum.FormFactor.Plate
  2456. part_115.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2457. part_115.TopSurface = Enum.SurfaceType.Smooth
  2458. part_115.Material = Enum.Material.SmoothPlastic
  2459. part_115.Size = Vector3.new(1, 2, 1)
  2460. part_115.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2461. part_115.CFrame = CFrame.new(58.847, 6.405, -151.052)* CFrame.Angles(3.141592502594, -1.1626889317995e-007, -3.1415927410126)
  2462. part_115.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2463. part_115.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2464. part_115.BrickColor = bodycolor
  2465. part_115.Friction = 0.3
  2466. part_115.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2467.  
  2468. part_116 = Instance.new("Part", door2)
  2469. part_116.FormFactor = Enum.FormFactor.Plate
  2470. part_116.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2471. part_116.TopSurface = Enum.SurfaceType.Smooth
  2472. part_116.Material = Enum.Material.SmoothPlastic
  2473. part_116.Size = Vector3.new(1, 3.6, 5)
  2474. part_116.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2475. part_116.CFrame = CFrame.new(58.844, 3.603, -154.153)* CFrame.Angles(3.141592502594, -2.2057338355808e-007, -3.1415927410126)
  2476. part_116.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2477. part_116.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2478. part_116.BrickColor = bodycolor
  2479. part_116.Friction = 0.3
  2480. part_116.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2481. part_116.Name = "doormain"
  2482.  
  2483. window5 = Instance.new("Part", door2)
  2484. window5.FormFactor = Enum.FormFactor.Plate
  2485. window5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2486. window5.Transparency = 0.5
  2487. window5.TopSurface = Enum.SurfaceType.Smooth
  2488. window5.Reflectance = 0.5
  2489. window5.Material = Enum.Material.SmoothPlastic
  2490. window5.Size = Vector3.new(4, 2, 1)
  2491. window5.Name = "window5"
  2492. window5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2493. window5.CFrame = CFrame.new(58.847, 6.405, -153.552)* CFrame.Angles(-9.2511669208761e-005, 1.5707963705063, 0)
  2494. window5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2495. window5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2496. window5.BrickColor = BrickColor.new("Really black")
  2497. window5.Friction = 0.3
  2498. window5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2499.  
  2500. part_117 = Instance.new("Part", door2)
  2501. part_117.FormFactor = Enum.FormFactor.Plate
  2502. part_117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2503. part_117.TopSurface = Enum.SurfaceType.Smooth
  2504. part_117.Material = Enum.Material.SmoothPlastic
  2505. part_117.Size = Vector3.new(1, 2, 1)
  2506. part_117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2507. part_117.CFrame = CFrame.new(58.848, 6.405, -156.052)* CFrame.Angles(3.141592502594, -2.250999386888e-007, 3.1415927410126)
  2508. part_117.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2509. part_117.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2510. part_117.BrickColor = bodycolor
  2511. part_117.Friction = 0.3
  2512. part_117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2513.  
  2514. part_118 = Instance.new("Part", mcar)
  2515. part_118.FormFactor = Enum.FormFactor.Plate
  2516. part_118.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2517. part_118.TopSurface = Enum.SurfaceType.Smooth
  2518. part_118.Reflectance = 0.3
  2519. part_118.Material = Enum.Material.SmoothPlastic
  2520. part_118.Size = Vector3.new(1, 0.4, 7.163)
  2521. part_118.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2522. part_118.CFrame = CFrame.new(58.943, 4.505, -148.075)* CFrame.Angles(-1.9569604603475e-007, 8.7458829511888e-008, -2.6312985937693e-005)
  2523. part_118.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2524. part_118.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2525. part_118.BrickColor = BrickColor.new("Grey")
  2526. part_118.Friction = 0.3
  2527. part_118.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2528.  
  2529. part_119 = Instance.new("Part", mcar)
  2530. part_119.FormFactor = Enum.FormFactor.Plate
  2531. part_119.TopSurface = Enum.SurfaceType.Smooth
  2532. part_119.Material = Enum.Material.Concrete
  2533. part_119.Size = Vector3.new(1.827, 1.462, 0.914)
  2534. part_119.CFrame = CFrame.new(52.57, 2.912, -153.683)* CFrame.Angles(0, 1.5707963705063, 0)
  2535. part_119.BrickColor = BrickColor.new("Dirt brown")
  2536. part_119.Friction = 0.3
  2537. part_119.BottomSurface = Enum.SurfaceType.Smooth
  2538.  
  2539. part_120 = Instance.new("Part", mcar)
  2540. part_120.FormFactor = Enum.FormFactor.Plate
  2541. part_120.TopSurface = Enum.SurfaceType.Smooth
  2542. part_120.Material = Enum.Material.Concrete
  2543. part_120.Size = Vector3.new(0.914, 1.462, 0.914)
  2544. part_120.CFrame = CFrame.new(52.57, 2.912, -155.053)
  2545. part_120.BrickColor = BrickColor.new("Dirt brown")
  2546. part_120.Friction = 0.3
  2547. part_120.BottomSurface = Enum.SurfaceType.Smooth
  2548.  
  2549. mesh_71 = Instance.new("SpecialMesh", part_120)
  2550. mesh_71.MeshType = Enum.MeshType.Wedge
  2551.  
  2552. part_121 = Instance.new("Part", mcar)
  2553. part_121.FormFactor = Enum.FormFactor.Plate
  2554. part_121.TopSurface = Enum.SurfaceType.Smooth
  2555. part_121.Material = Enum.Material.Concrete
  2556. part_121.Size = Vector3.new(1.827, 0.365, 0.914)
  2557. part_121.CFrame = CFrame.new(51.2, 2.364, -155.053)* CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  2558. part_121.BrickColor = BrickColor.new("Dirt brown")
  2559. part_121.Friction = 0.3
  2560. part_121.BottomSurface = Enum.SurfaceType.Smooth
  2561.  
  2562. part_122 = Instance.new("Part", mcar)
  2563. part_122.FormFactor = Enum.FormFactor.Plate
  2564. part_122.TopSurface = Enum.SurfaceType.Smooth
  2565. part_122.Size = Vector3.new(2.741, 0.365, 3.654)
  2566. part_122.CFrame = CFrame.new(51.2, 1.999, -154.139)* CFrame.Angles(-0, 1.5707963705063, 0)
  2567. part_122.BrickColor = BrickColor.new("Dirt brown")
  2568. part_122.Friction = 0.3
  2569. part_122.BottomSurface = Enum.SurfaceType.Smooth
  2570.  
  2571. part_123 = Instance.new("Part", mcar)
  2572. part_123.FormFactor = Enum.FormFactor.Plate
  2573. part_123.TopSurface = Enum.SurfaceType.Smooth
  2574. part_123.Material = Enum.Material.Concrete
  2575. part_123.Size = Vector3.new(1.827, 1.462, 0.914)
  2576. part_123.CFrame = CFrame.new(49.83, 2.912, -153.683)* CFrame.Angles(0, 1.5707963705063, 0)
  2577. part_123.BrickColor = BrickColor.new("Dirt brown")
  2578. part_123.Friction = 0.3
  2579. part_123.BottomSurface = Enum.SurfaceType.Smooth
  2580.  
  2581. part_124 = Instance.new("Part", mcar)
  2582. part_124.FormFactor = Enum.FormFactor.Plate
  2583. part_124.TopSurface = Enum.SurfaceType.Smooth
  2584. part_124.Material = Enum.Material.Concrete
  2585. part_124.Size = Vector3.new(0.914, 1.096, 1.827)
  2586. part_124.CFrame = CFrame.new(57.27, 2.719, -147.121)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
  2587. part_124.BrickColor = BrickColor.new("Dirt brown")
  2588. part_124.Friction = 0.3
  2589. part_124.BottomSurface = Enum.SurfaceType.Smooth
  2590.  
  2591. mesh_72 = Instance.new("SpecialMesh", part_124)
  2592. mesh_72.MeshType = Enum.MeshType.Wedge
  2593.  
  2594. part_125 = Instance.new("Part", mcar)
  2595. part_125.FormFactor = Enum.FormFactor.Plate
  2596. part_125.TopSurface = Enum.SurfaceType.Smooth
  2597. part_125.Material = Enum.Material.Concrete
  2598. part_125.Size = Vector3.new(0.914, 2.558, 0.914)
  2599. part_125.CFrame = CFrame.new(57.27, 4.911, -147.212)
  2600. part_125.BrickColor = BrickColor.new("Dirt brown")
  2601. part_125.Friction = 0.3
  2602. part_125.BottomSurface = Enum.SurfaceType.Smooth
  2603.  
  2604. mesh_73 = Instance.new("SpecialMesh", part_125)
  2605. mesh_73.MeshType = Enum.MeshType.Wedge
  2606.  
  2607. part_126 = Instance.new("Part", mcar)
  2608. part_126.FormFactor = Enum.FormFactor.Plate
  2609. part_126.TopSurface = Enum.SurfaceType.Smooth
  2610. part_126.Material = Enum.Material.Concrete
  2611. part_126.Size = Vector3.new(1.827, 1.096, 1.827)
  2612. part_126.CFrame = CFrame.new(55.9, 2.719, -147.121)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
  2613. part_126.BrickColor = BrickColor.new("Dirt brown")
  2614. part_126.Friction = 0.3
  2615. part_126.BottomSurface = Enum.SurfaceType.Smooth
  2616.  
  2617. mesh_74 = Instance.new("SpecialMesh", part_126)
  2618. mesh_74.MeshType = Enum.MeshType.Wedge
  2619.  
  2620.  
  2621. part_127 = Instance.new("Part", mcar)
  2622. part_127.FormFactor = Enum.FormFactor.Plate
  2623. part_127.TopSurface = Enum.SurfaceType.Smooth
  2624. part_127.Material = Enum.Material.Concrete
  2625. part_127.Size = Vector3.new(1.827, 0.365, 0.914)
  2626. part_127.CFrame = CFrame.new(55.9, 2.353, -149.953)* CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  2627. part_127.BrickColor = BrickColor.new("Dirt brown")
  2628. part_127.Friction = 0.3
  2629. part_127.BottomSurface = Enum.SurfaceType.Smooth
  2630.  
  2631. part_128 = Instance.new("Part", mcar)
  2632. part_128.FormFactor = Enum.FormFactor.Plate
  2633. part_128.TopSurface = Enum.SurfaceType.Smooth
  2634. part_128.Material = Enum.Material.Concrete
  2635. part_128.Size = Vector3.new(0.914, 1.096, 1.827)
  2636. part_128.CFrame = CFrame.new(54.53, 2.719, -147.121)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
  2637. part_128.BrickColor = BrickColor.new("Dirt brown")
  2638. part_128.Friction = 0.3
  2639. part_128.BottomSurface = Enum.SurfaceType.Smooth
  2640.  
  2641. mesh_75 = Instance.new("SpecialMesh", part_128)
  2642. mesh_75.MeshType = Enum.MeshType.Wedge
  2643.  
  2644. part_129 = Instance.new("Part", mcar)
  2645. part_129.FormFactor = Enum.FormFactor.Plate
  2646. part_129.TopSurface = Enum.SurfaceType.Smooth
  2647. part_129.Material = Enum.Material.Concrete
  2648. part_129.Size = Vector3.new(3.654, 0.365, 2.741)
  2649. part_129.CFrame = CFrame.new(55.9, 5.003, -146.573)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
  2650. part_129.BrickColor = BrickColor.new("Dirt brown")
  2651. part_129.Friction = 0.3
  2652. part_129.BottomSurface = Enum.SurfaceType.Smooth
  2653.  
  2654. part_130 = Instance.new("Part", mcar)
  2655. part_130.FormFactor = Enum.FormFactor.Plate
  2656. part_130.TopSurface = Enum.SurfaceType.Smooth
  2657. part_130.Material = Enum.Material.Concrete
  2658. part_130.Size = Vector3.new(1.827, 1.462, 0.914)
  2659. part_130.CFrame = CFrame.new(57.27, 2.901, -148.583)* CFrame.Angles(0, 1.5707963705063, 0)
  2660. part_130.BrickColor = BrickColor.new("Dirt brown")
  2661. part_130.Friction = 0.3
  2662. part_130.BottomSurface = Enum.SurfaceType.Smooth
  2663.  
  2664. part_131 = Instance.new("Part", mcar)
  2665. part_131.FormFactor = Enum.FormFactor.Plate
  2666. part_131.TopSurface = Enum.SurfaceType.Smooth
  2667. part_131.Material = Enum.Material.Concrete
  2668. part_131.Size = Vector3.new(1.827, 2.558, 0.914)
  2669. part_131.CFrame = CFrame.new(55.9, 4.911, -147.212)
  2670. part_131.BrickColor = BrickColor.new("Dirt brown")
  2671. part_131.Friction = 0.3
  2672. part_131.BottomSurface = Enum.SurfaceType.Smooth
  2673.  
  2674. mesh_76 = Instance.new("SpecialMesh", part_131)
  2675. mesh_76.MeshType = Enum.MeshType.Wedge
  2676.  
  2677. part_132 = Instance.new("Part", mcar)
  2678. part_132.FormFactor = Enum.FormFactor.Plate
  2679. part_132.TopSurface = Enum.SurfaceType.Smooth
  2680. part_132.Material = Enum.Material.Concrete
  2681. part_132.Size = Vector3.new(0.914, 1.462, 0.914)
  2682. part_132.CFrame = CFrame.new(57.27, 2.901, -149.953)
  2683. part_132.BrickColor = BrickColor.new("Dirt brown")
  2684. part_132.Friction = 0.3
  2685. part_132.BottomSurface = Enum.SurfaceType.Smooth
  2686.  
  2687. mesh_77 = Instance.new("SpecialMesh", part_132)
  2688. mesh_77.MeshType = Enum.MeshType.Wedge
  2689.  
  2690. part_133 = Instance.new("Part", mcar)
  2691. part_133.FormFactor = Enum.FormFactor.Plate
  2692. part_133.TopSurface = Enum.SurfaceType.Smooth
  2693. part_133.Material = Enum.Material.Concrete
  2694. part_133.Size = Vector3.new(0.914, 2.558, 0.914)
  2695. part_133.CFrame = CFrame.new(54.53, 4.911, -147.212)
  2696. part_133.BrickColor = BrickColor.new("Dirt brown")
  2697. part_133.Friction = 0.3
  2698. part_133.BottomSurface = Enum.SurfaceType.Smooth
  2699.  
  2700. mesh_78 = Instance.new("SpecialMesh", part_133)
  2701. mesh_78.MeshType = Enum.MeshType.Wedge
  2702.  
  2703. part_134 = Instance.new("Part", mcar)
  2704. part_134.FormFactor = Enum.FormFactor.Plate
  2705. part_134.TopSurface = Enum.SurfaceType.Smooth
  2706. part_134.Size = Vector3.new(2.741, 0.365, 3.654)
  2707. part_134.CFrame = CFrame.new(55.9, 1.988, -149.039)* CFrame.Angles(0, 1.5707963705063, 0)
  2708. part_134.BrickColor = BrickColor.new("Dirt brown")
  2709. part_134.Friction = 0.3
  2710. part_134.BottomSurface = Enum.SurfaceType.Smooth
  2711.  
  2712. part_135 = Instance.new("Part", mcar)
  2713. part_135.FormFactor = Enum.FormFactor.Plate
  2714. part_135.TopSurface = Enum.SurfaceType.Smooth
  2715. part_135.Material = Enum.Material.Concrete
  2716. part_135.Size = Vector3.new(1.827, 1.462, 0.914)
  2717. part_135.CFrame = CFrame.new(54.53, 2.901, -148.583)* CFrame.Angles(0, 1.5707963705063, 0)
  2718. part_135.BrickColor = BrickColor.new("Dirt brown")
  2719. part_135.Friction = 0.3
  2720. part_135.BottomSurface = Enum.SurfaceType.Smooth
  2721.  
  2722. part_136 = Instance.new("Part", mcar)
  2723. part_136.FormFactor = Enum.FormFactor.Plate
  2724. part_136.TopSurface = Enum.SurfaceType.Smooth
  2725. part_136.Material = Enum.Material.Concrete
  2726. part_136.Size = Vector3.new(0.914, 1.462, 0.914)
  2727. part_136.CFrame = CFrame.new(54.53, 2.901, -149.953)
  2728. part_136.BrickColor = BrickColor.new("Dirt brown")
  2729. part_136.Friction = 0.3
  2730. part_136.BottomSurface = Enum.SurfaceType.Smooth
  2731.  
  2732. mesh_79 = Instance.new("SpecialMesh", part_136)
  2733. mesh_79.MeshType = Enum.MeshType.Wedge
  2734.  
  2735. seat = Instance.new("Seat", mcar)
  2736. seat.Friction = 0.3
  2737. seat.LeftSurface = Enum.SurfaceType.Weld
  2738. seat.TopSurface = Enum.SurfaceType.Smooth
  2739. seat.FormFactor = Enum.FormFactor.Plate
  2740. seat.BackSurface = Enum.SurfaceType.Weld
  2741. seat.BrickColor = BrickColor.new("Dirt brown")
  2742. seat.Material = Enum.Material.Concrete
  2743. seat.Size = Vector3.new(1.827, 0.365, 1.827)
  2744. seat.RightSurface = Enum.SurfaceType.Weld
  2745. seat.CFrame = CFrame.new(55.9, 2.353, -148.583)
  2746. seat.FrontSurface = Enum.SurfaceType.Weld
  2747.  
  2748. part_137 = Instance.new("Part", mcar)
  2749. part_137.FormFactor = Enum.FormFactor.Plate
  2750. part_137.TopSurface = Enum.SurfaceType.Smooth
  2751. part_137.Material = Enum.Material.Concrete
  2752. part_137.Size = Vector3.new(0.914, 1.462, 0.914)
  2753. part_137.CFrame = CFrame.new(49.83, 2.912, -155.053)
  2754. part_137.BrickColor = BrickColor.new("Dirt brown")
  2755. part_137.Friction = 0.3
  2756. part_137.BottomSurface = Enum.SurfaceType.Smooth
  2757.  
  2758. mesh_80 = Instance.new("SpecialMesh", part_137)
  2759. mesh_80.MeshType = Enum.MeshType.Wedge
  2760.  
  2761. part_138 = Instance.new("Part", mcar)
  2762. part_138.FormFactor = Enum.FormFactor.Plate
  2763. part_138.TopSurface = Enum.SurfaceType.Smooth
  2764. part_138.Material = Enum.Material.Concrete
  2765. part_138.Size = Vector3.new(1.827, 2.558, 0.914)
  2766. part_138.CFrame = CFrame.new(51.2, 4.922, -152.312)
  2767. part_138.BrickColor = BrickColor.new("Dirt brown")
  2768. part_138.Friction = 0.3
  2769. part_138.BottomSurface = Enum.SurfaceType.Smooth
  2770.  
  2771. mesh_81 = Instance.new("SpecialMesh", part_138)
  2772. mesh_81.MeshType = Enum.MeshType.Wedge
  2773.  
  2774. part_139 = Instance.new("Part", mcar)
  2775. part_139.FormFactor = Enum.FormFactor.Plate
  2776. part_139.TopSurface = Enum.SurfaceType.Smooth
  2777. part_139.Material = Enum.Material.Concrete
  2778. part_139.Size = Vector3.new(0.914, 1.096, 1.827)
  2779. part_139.CFrame = CFrame.new(52.57, 2.73, -152.221)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
  2780. part_139.BrickColor = BrickColor.new("Dirt brown")
  2781. part_139.Friction = 0.3
  2782. part_139.BottomSurface = Enum.SurfaceType.Smooth
  2783.  
  2784. mesh_82 = Instance.new("SpecialMesh", part_139)
  2785. mesh_82.MeshType = Enum.MeshType.Wedge
  2786.  
  2787. part_140 = Instance.new("Part", mcar)
  2788. part_140.FormFactor = Enum.FormFactor.Plate
  2789. part_140.TopSurface = Enum.SurfaceType.Smooth
  2790. part_140.Material = Enum.Material.Concrete
  2791. part_140.Size = Vector3.new(0.914, 2.558, 0.914)
  2792. part_140.CFrame = CFrame.new(52.57, 4.922, -152.312)
  2793. part_140.BrickColor = BrickColor.new("Dirt brown")
  2794. part_140.Friction = 0.3
  2795. part_140.BottomSurface = Enum.SurfaceType.Smooth
  2796.  
  2797. mesh_83 = Instance.new("SpecialMesh", part_140)
  2798. mesh_83.MeshType = Enum.MeshType.Wedge
  2799.  
  2800. mainseat = Instance.new("Seat", mcar)
  2801. mainseat.Friction = 0.3
  2802. mainseat.LeftSurface = Enum.SurfaceType.Weld
  2803. mainseat.TopSurface = Enum.SurfaceType.Smooth
  2804. mainseat.FormFactor = Enum.FormFactor.Plate
  2805. mainseat.BackSurface = Enum.SurfaceType.Weld
  2806. mainseat.BrickColor = BrickColor.new("Dirt brown")
  2807. mainseat.Material = Enum.Material.Concrete
  2808. mainseat.Size = Vector3.new(1.827, 0.365, 1.827)
  2809. mainseat.RightSurface = Enum.SurfaceType.Weld
  2810. mainseat.CFrame = CFrame.new(51.2, 2.364, -153.683)
  2811. mainseat.FrontSurface = Enum.SurfaceType.Weld
  2812. mainseat.Name = "mainseat"
  2813.  
  2814. part_141 = Instance.new("Part", mcar)
  2815. part_141.FormFactor = Enum.FormFactor.Plate
  2816. part_141.TopSurface = Enum.SurfaceType.Smooth
  2817. part_141.Material = Enum.Material.Concrete
  2818. part_141.Size = Vector3.new(0.914, 1.096, 1.827)
  2819. part_141.CFrame = CFrame.new(49.83, 2.73, -152.221)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
  2820. part_141.BrickColor = BrickColor.new("Dirt brown")
  2821. part_141.Friction = 0.3
  2822. part_141.BottomSurface = Enum.SurfaceType.Smooth
  2823.  
  2824. mesh_84 = Instance.new("SpecialMesh", part_141)
  2825. mesh_84.MeshType = Enum.MeshType.Wedge
  2826.  
  2827. part_142 = Instance.new("Part", mcar)
  2828. part_142.FormFactor = Enum.FormFactor.Plate
  2829. part_142.TopSurface = Enum.SurfaceType.Smooth
  2830. part_142.Material = Enum.Material.Concrete
  2831. part_142.Size = Vector3.new(1.827, 1.096, 1.827)
  2832. part_142.CFrame = CFrame.new(51.2, 2.73, -152.221)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
  2833. part_142.BrickColor = BrickColor.new("Dirt brown")
  2834. part_142.Friction = 0.3
  2835. part_142.BottomSurface = Enum.SurfaceType.Smooth
  2836.  
  2837. mesh_85 = Instance.new("SpecialMesh", part_142)
  2838. mesh_85.MeshType = Enum.MeshType.Wedge
  2839.  
  2840. part_143 = Instance.new("Part", mcar)
  2841. part_143.FormFactor = Enum.FormFactor.Plate
  2842. part_143.TopSurface = Enum.SurfaceType.Smooth
  2843. part_143.Material = Enum.Material.Concrete
  2844. part_143.Size = Vector3.new(3.654, 0.365, 2.741)
  2845. part_143.CFrame = CFrame.new(51.2, 5.014, -151.673)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
  2846. part_143.BrickColor = BrickColor.new("Dirt brown")
  2847. part_143.Friction = 0.3
  2848. part_143.BottomSurface = Enum.SurfaceType.Smooth
  2849.  
  2850. part_144 = Instance.new("Part", mcar)
  2851. part_144.FormFactor = Enum.FormFactor.Plate
  2852. part_144.TopSurface = Enum.SurfaceType.Smooth
  2853. part_144.Material = Enum.Material.Concrete
  2854. part_144.Size = Vector3.new(0.914, 2.558, 0.914)
  2855. part_144.CFrame = CFrame.new(49.83, 4.922, -152.312)
  2856. part_144.BrickColor = BrickColor.new("Dirt brown")
  2857. part_144.Friction = 0.3
  2858. part_144.BottomSurface = Enum.SurfaceType.Smooth
  2859.  
  2860. mesh_86 = Instance.new("SpecialMesh", part_144)
  2861. mesh_86.MeshType = Enum.MeshType.Wedge
  2862.  
  2863. frontwheels = Instance.new("Model", mcar)
  2864. frontwheels.Name = "frontwheels"
  2865.  
  2866. fcollide1 = Instance.new("Part", mcar)
  2867. fcollide1.FormFactor = Enum.FormFactor.Custom
  2868. fcollide1.Elasticity = 0
  2869. fcollide1.TopSurface = Enum.SurfaceType.Smooth
  2870. fcollide1.Size = Vector3.new(3.4, 1.4, 4.4)
  2871. fcollide1.CFrame = CFrame.new(58.6, 1.706, -161.21)* CFrame.Angles(0, 0, 1.5707963705063)
  2872. fcollide1.BrickColor = BrickColor.new("Really black")
  2873. fcollide1.Friction = 0.3
  2874. fcollide1.BottomSurface = Enum.SurfaceType.Smooth
  2875. fcollide1.CanCollide = true
  2876. fcollide1.Transparency = 1
  2877.  
  2878. fcollide2 = Instance.new("Part", mcar)
  2879. fcollide2.FormFactor = Enum.FormFactor.Custom
  2880. fcollide2.Elasticity = 0
  2881. fcollide2.TopSurface = Enum.SurfaceType.Smooth
  2882. fcollide2.Size = Vector3.new(1.8, 11, 0.2)
  2883. fcollide2.Name = "Axle"
  2884. fcollide2.CFrame = CFrame.new(53.8, 1.706, -161.2)* CFrame.Angles(0, 0, 1.5707963705063)
  2885. fcollide2.Friction = 0.3
  2886. fcollide2.BottomSurface = Enum.SurfaceType.Smooth
  2887. fcollide2.CanCollide = true
  2888. fcollide2.Transparency = 1
  2889.  
  2890. fcollide3 = Instance.new("Part", mcar)
  2891. fcollide3.FormFactor = Enum.FormFactor.Custom
  2892. fcollide3.Elasticity = 0
  2893. fcollide3.TopSurface = Enum.SurfaceType.Smooth
  2894. fcollide3.Size = Vector3.new(1.8, 1.8, 2)
  2895. fcollide3.CFrame = CFrame.new(58.6, 1.706, -161.21)* CFrame.Angles(0, 0, 1.5707963705063)
  2896. fcollide3.Friction = 0.3
  2897. fcollide3.BottomSurface = Enum.SurfaceType.Smooth
  2898. fcollide3.CanCollide = true
  2899. fcollide3.Transparency = 1
  2900.  
  2901. fcollide4 = Instance.new("Part", mcar)
  2902. fcollide4.FormFactor = Enum.FormFactor.Custom
  2903. fcollide4.Elasticity = 0
  2904. fcollide4.TopSurface = Enum.SurfaceType.Smooth
  2905. fcollide4.Size = Vector3.new(1.8, 1.8, 2)
  2906. fcollide4.CFrame = CFrame.new(49.1, 1.706, -161.2)* CFrame.Angles(0, 0, 1.5707963705063)
  2907. fcollide4.Friction = 0.3
  2908. fcollide4.BottomSurface = Enum.SurfaceType.Smooth
  2909. fcollide4.CanCollide = true
  2910. fcollide4.Transparency = 1
  2911.  
  2912. fcollide5 = Instance.new("Part", mcar)
  2913. fcollide5.FormFactor = Enum.FormFactor.Custom
  2914. fcollide5.Elasticity = 0
  2915. fcollide5.TopSurface = Enum.SurfaceType.Smooth
  2916. fcollide5.Size = Vector3.new(3.4, 1.4, 4.4)
  2917. fcollide5.CFrame = CFrame.new(49.1, 1.706, -161.2)* CFrame.Angles(0, 0, 1.5707963705063)
  2918. fcollide5.BrickColor = BrickColor.new("Really black")
  2919. fcollide5.Friction = 0.3
  2920. fcollide5.BottomSurface = Enum.SurfaceType.Smooth
  2921. fcollide5.CanCollide = true
  2922. fcollide5.Transparency = 1
  2923.  
  2924. part_145 = Instance.new("Part", frontwheels)
  2925. part_145.FormFactor = Enum.FormFactor.Custom
  2926. part_145.Elasticity = 0
  2927. part_145.TopSurface = Enum.SurfaceType.Smooth
  2928. part_145.Size = Vector3.new(3.4, 1.4, 4.4)
  2929. part_145.CFrame = CFrame.new(58.6, 1.706, -161.21)* CFrame.Angles(0, 0, 1.5707963705063)
  2930. part_145.BrickColor = BrickColor.new("Really black")
  2931. part_145.Friction = 0.3
  2932. part_145.BottomSurface = Enum.SurfaceType.Smooth
  2933. part_145.CanCollide = false
  2934.  
  2935. mesh_87 = Instance.new("CylinderMesh", part_145)
  2936.  
  2937. axle_2 = Instance.new("Part", frontwheels)
  2938. axle_2.FormFactor = Enum.FormFactor.Custom
  2939. axle_2.Elasticity = 0
  2940. axle_2.TopSurface = Enum.SurfaceType.Smooth
  2941. axle_2.Size = Vector3.new(1.8, 11, 0.2)
  2942. axle_2.Name = "Axle"
  2943. axle_2.CFrame = CFrame.new(53.8, 1.706, -161.2)* CFrame.Angles(0, 0, 1.5707963705063)
  2944. axle_2.Friction = 0.3
  2945. axle_2.BottomSurface = Enum.SurfaceType.Smooth
  2946. axle_2.CanCollide = false
  2947.  
  2948. mesh_88 = Instance.new("CylinderMesh", axle_2)
  2949.  
  2950. part_146 = Instance.new("Part", frontwheels)
  2951. part_146.FormFactor = Enum.FormFactor.Custom
  2952. part_146.Elasticity = 0
  2953. part_146.TopSurface = Enum.SurfaceType.Smooth
  2954. part_146.Size = Vector3.new(1.8, 1.8, 2)
  2955. part_146.CFrame = CFrame.new(58.6, 1.706, -161.21)* CFrame.Angles(0, 0, 1.5707963705063)
  2956. part_146.Friction = 0.3
  2957. part_146.BottomSurface = Enum.SurfaceType.Smooth
  2958. part_146.CanCollide = false
  2959.  
  2960. mesh_89 = Instance.new("CylinderMesh", part_146)
  2961.  
  2962. part_147 = Instance.new("Part", frontwheels)
  2963. part_147.FormFactor = Enum.FormFactor.Custom
  2964. part_147.Elasticity = 0
  2965. part_147.TopSurface = Enum.SurfaceType.Smooth
  2966. part_147.Size = Vector3.new(1.8, 1.8, 2)
  2967. part_147.CFrame = CFrame.new(49.1, 1.706, -161.2)* CFrame.Angles(0, 0, 1.5707963705063)
  2968. part_147.Friction = 0.3
  2969. part_147.BottomSurface = Enum.SurfaceType.Smooth
  2970. part_147.CanCollide = false
  2971.  
  2972. mesh_90 = Instance.new("CylinderMesh", part_147)
  2973.  
  2974. part_148 = Instance.new("Part", frontwheels)
  2975. part_148.FormFactor = Enum.FormFactor.Custom
  2976. part_148.Elasticity = 0
  2977. part_148.TopSurface = Enum.SurfaceType.Smooth
  2978. part_148.Size = Vector3.new(3.4, 1.4, 4.4)
  2979. part_148.CFrame = CFrame.new(49.1, 1.706, -161.2)* CFrame.Angles(0, 0, 1.5707963705063)
  2980. part_148.BrickColor = BrickColor.new("Really black")
  2981. part_148.Friction = 0.3
  2982. part_148.BottomSurface = Enum.SurfaceType.Smooth
  2983. part_148.CanCollide = false
  2984.  
  2985. mesh_91 = Instance.new("CylinderMesh", part_148)
  2986.  
  2987. part_149 = Instance.new("Part", mcar)
  2988. part_149.FormFactor = Enum.FormFactor.Plate
  2989. part_149.TopSurface = Enum.SurfaceType.Smooth
  2990. part_149.Material = Enum.Material.Concrete
  2991. part_149.Size = Vector3.new(0.914, 1.096, 1.827)
  2992. part_149.CFrame = CFrame.new(49.83, 2.719, -147.121)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
  2993. part_149.BrickColor = BrickColor.new("Dirt brown")
  2994. part_149.Friction = 0.3
  2995. part_149.BottomSurface = Enum.SurfaceType.Smooth
  2996.  
  2997. mesh_92 = Instance.new("SpecialMesh", part_149)
  2998. mesh_92.MeshType = Enum.MeshType.Wedge
  2999.  
  3000. part_150 = Instance.new("Part", mcar)
  3001. part_150.FormFactor = Enum.FormFactor.Plate
  3002. part_150.TopSurface = Enum.SurfaceType.Smooth
  3003. part_150.Material = Enum.Material.Concrete
  3004. part_150.Size = Vector3.new(1.827, 2.558, 0.914)
  3005. part_150.CFrame = CFrame.new(51.2, 4.911, -147.212)
  3006. part_150.BrickColor = BrickColor.new("Dirt brown")
  3007. part_150.Friction = 0.3
  3008. part_150.BottomSurface = Enum.SurfaceType.Smooth
  3009.  
  3010. mesh_93 = Instance.new("SpecialMesh", part_150)
  3011. mesh_93.MeshType = Enum.MeshType.Wedge
  3012.  
  3013. part_151 = Instance.new("Part", mcar)
  3014. part_151.FormFactor = Enum.FormFactor.Plate
  3015. part_151.TopSurface = Enum.SurfaceType.Smooth
  3016. part_151.Material = Enum.Material.Concrete
  3017. part_151.Size = Vector3.new(1.827, 1.462, 0.914)
  3018. part_151.CFrame = CFrame.new(52.57, 2.902, -148.583)* CFrame.Angles(0, 1.5707963705063, 0)
  3019. part_151.BrickColor = BrickColor.new("Dirt brown")
  3020. part_151.Friction = 0.3
  3021. part_151.BottomSurface = Enum.SurfaceType.Smooth
  3022.  
  3023. part_152 = Instance.new("Part", mcar)
  3024. part_152.FormFactor = Enum.FormFactor.Plate
  3025. part_152.TopSurface = Enum.SurfaceType.Smooth
  3026. part_152.Material = Enum.Material.Concrete
  3027. part_152.Size = Vector3.new(0.914, 1.096, 1.827)
  3028. part_152.CFrame = CFrame.new(52.57, 2.719, -147.121)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
  3029. part_152.BrickColor = BrickColor.new("Dirt brown")
  3030. part_152.Friction = 0.3
  3031. part_152.BottomSurface = Enum.SurfaceType.Smooth
  3032.  
  3033. mesh_94 = Instance.new("SpecialMesh", part_152)
  3034. mesh_94.MeshType = Enum.MeshType.Wedge
  3035.  
  3036. part_153 = Instance.new("Part", mcar)
  3037. part_153.FormFactor = Enum.FormFactor.Plate
  3038. part_153.TopSurface = Enum.SurfaceType.Smooth
  3039. part_153.Material = Enum.Material.Concrete
  3040. part_153.Size = Vector3.new(1.827, 1.096, 1.827)
  3041. part_153.CFrame = CFrame.new(51.2, 2.719, -147.121)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
  3042. part_153.BrickColor = BrickColor.new("Dirt brown")
  3043. part_153.Friction = 0.3
  3044. part_153.BottomSurface = Enum.SurfaceType.Smooth
  3045.  
  3046. mesh_95 = Instance.new("SpecialMesh", part_153)
  3047. mesh_95.MeshType = Enum.MeshType.Wedge
  3048.  
  3049. part_154 = Instance.new("Part", mcar)
  3050. part_154.FormFactor = Enum.FormFactor.Plate
  3051. part_154.TopSurface = Enum.SurfaceType.Smooth
  3052. part_154.Material = Enum.Material.Concrete
  3053. part_154.Size = Vector3.new(0.914, 2.558, 0.914)
  3054. part_154.CFrame = CFrame.new(52.57, 4.911, -147.212)
  3055. part_154.BrickColor = BrickColor.new("Dirt brown")
  3056. part_154.Friction = 0.3
  3057. part_154.BottomSurface = Enum.SurfaceType.Smooth
  3058.  
  3059. mesh_96 = Instance.new("SpecialMesh", part_154)
  3060. mesh_96.MeshType = Enum.MeshType.Wedge
  3061.  
  3062. part_155 = Instance.new("Part", mcar)
  3063. part_155.FormFactor = Enum.FormFactor.Plate
  3064. part_155.TopSurface = Enum.SurfaceType.Smooth
  3065. part_155.Material = Enum.Material.Concrete
  3066. part_155.Size = Vector3.new(3.654, 0.365, 2.741)
  3067. part_155.CFrame = CFrame.new(51.2, 5.003, -146.573)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
  3068. part_155.BrickColor = BrickColor.new("Dirt brown")
  3069. part_155.Friction = 0.3
  3070. part_155.BottomSurface = Enum.SurfaceType.Smooth
  3071.  
  3072. part_156 = Instance.new("Part", mcar)
  3073. part_156.FormFactor = Enum.FormFactor.Plate
  3074. part_156.TopSurface = Enum.SurfaceType.Smooth
  3075. part_156.Material = Enum.Material.Concrete
  3076. part_156.Size = Vector3.new(0.914, 2.558, 0.914)
  3077. part_156.CFrame = CFrame.new(49.83, 4.911, -147.212)
  3078. part_156.BrickColor = BrickColor.new("Dirt brown")
  3079. part_156.Friction = 0.3
  3080. part_156.BottomSurface = Enum.SurfaceType.Smooth
  3081.  
  3082. mesh_97 = Instance.new("SpecialMesh", part_156)
  3083. mesh_97.MeshType = Enum.MeshType.Wedge
  3084.  
  3085. part_157 = Instance.new("Part", mcar)
  3086. part_157.FormFactor = Enum.FormFactor.Plate
  3087. part_157.TopSurface = Enum.SurfaceType.Smooth
  3088. part_157.Material = Enum.Material.Concrete
  3089. part_157.Size = Vector3.new(0.914, 1.462, 0.914)
  3090. part_157.CFrame = CFrame.new(52.57, 2.902, -149.953)
  3091. part_157.BrickColor = BrickColor.new("Dirt brown")
  3092. part_157.Friction = 0.3
  3093. part_157.BottomSurface = Enum.SurfaceType.Smooth
  3094.  
  3095. mesh_98 = Instance.new("SpecialMesh", part_157)
  3096. mesh_98.MeshType = Enum.MeshType.Wedge
  3097.  
  3098. part_158 = Instance.new("Part", mcar)
  3099. part_158.FormFactor = Enum.FormFactor.Plate
  3100. part_158.TopSurface = Enum.SurfaceType.Smooth
  3101. part_158.Size = Vector3.new(2.741, 0.365, 3.654)
  3102. part_158.CFrame = CFrame.new(51.2, 1.988, -149.039)* CFrame.Angles(0, 1.5707963705063, 0)
  3103. part_158.BrickColor = BrickColor.new("Dirt brown")
  3104. part_158.Friction = 0.3
  3105. part_158.BottomSurface = Enum.SurfaceType.Smooth
  3106.  
  3107. part_159 = Instance.new("Part", mcar)
  3108. part_159.FormFactor = Enum.FormFactor.Plate
  3109. part_159.TopSurface = Enum.SurfaceType.Smooth
  3110. part_159.Material = Enum.Material.Concrete
  3111. part_159.Size = Vector3.new(1.827, 0.365, 0.914)
  3112. part_159.CFrame = CFrame.new(51.2, 2.353, -149.953)* CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  3113. part_159.BrickColor = BrickColor.new("Dirt brown")
  3114. part_159.Friction = 0.3
  3115. part_159.BottomSurface = Enum.SurfaceType.Smooth
  3116.  
  3117. part_160 = Instance.new("Part", mcar)
  3118. part_160.FormFactor = Enum.FormFactor.Plate
  3119. part_160.TopSurface = Enum.SurfaceType.Smooth
  3120. part_160.Material = Enum.Material.Concrete
  3121. part_160.Size = Vector3.new(1.827, 1.462, 0.914)
  3122. part_160.CFrame = CFrame.new(49.83, 2.902, -148.583)* CFrame.Angles(0, 1.5707963705063, 0)
  3123. part_160.BrickColor = BrickColor.new("Dirt brown")
  3124. part_160.Friction = 0.3
  3125. part_160.BottomSurface = Enum.SurfaceType.Smooth
  3126.  
  3127. part_161 = Instance.new("Part", mcar)
  3128. part_161.FormFactor = Enum.FormFactor.Plate
  3129. part_161.TopSurface = Enum.SurfaceType.Smooth
  3130. part_161.Material = Enum.Material.Concrete
  3131. part_161.Size = Vector3.new(0.914, 1.462, 0.914)
  3132. part_161.CFrame = CFrame.new(49.83, 2.902, -149.953)
  3133. part_161.BrickColor = BrickColor.new("Dirt brown")
  3134. part_161.Friction = 0.3
  3135. part_161.BottomSurface = Enum.SurfaceType.Smooth
  3136.  
  3137. mesh_99 = Instance.new("SpecialMesh", part_161)
  3138. mesh_99.MeshType = Enum.MeshType.Wedge
  3139.  
  3140. seat_2 = Instance.new("Seat", mcar)
  3141. seat_2.Friction = 0.3
  3142. seat_2.LeftSurface = Enum.SurfaceType.Weld
  3143. seat_2.TopSurface = Enum.SurfaceType.Smooth
  3144. seat_2.FormFactor = Enum.FormFactor.Plate
  3145. seat_2.BackSurface = Enum.SurfaceType.Weld
  3146. seat_2.BrickColor = BrickColor.new("Dirt brown")
  3147. seat_2.Material = Enum.Material.Concrete
  3148. seat_2.Size = Vector3.new(1.827, 0.365, 1.827)
  3149. seat_2.RightSurface = Enum.SurfaceType.Weld
  3150. seat_2.CFrame = CFrame.new(51.2, 2.353, -148.583)
  3151. seat_2.FrontSurface = Enum.SurfaceType.Weld
  3152.  
  3153. part_162 = Instance.new("Part", mcar)
  3154. part_162.FormFactor = Enum.FormFactor.Plate
  3155. part_162.TopSurface = Enum.SurfaceType.Smooth
  3156. part_162.Material = Enum.Material.Concrete
  3157. part_162.Size = Vector3.new(1.827, 2.558, 0.914)
  3158. part_162.CFrame = CFrame.new(55.9, 4.911, -152.512)
  3159. part_162.BrickColor = BrickColor.new("Dirt brown")
  3160. part_162.Friction = 0.3
  3161. part_162.BottomSurface = Enum.SurfaceType.Smooth
  3162.  
  3163. mesh_100 = Instance.new("SpecialMesh", part_162)
  3164. mesh_100.MeshType = Enum.MeshType.Wedge
  3165.  
  3166. part_163 = Instance.new("Part", mcar)
  3167. part_163.FormFactor = Enum.FormFactor.Plate
  3168. part_163.TopSurface = Enum.SurfaceType.Smooth
  3169. part_163.Material = Enum.Material.Concrete
  3170. part_163.Size = Vector3.new(3.654, 0.365, 2.741)
  3171. part_163.CFrame = CFrame.new(55.9, 5.003, -151.873)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
  3172. part_163.BrickColor = BrickColor.new("Dirt brown")
  3173. part_163.Friction = 0.3
  3174. part_163.BottomSurface = Enum.SurfaceType.Smooth
  3175.  
  3176. seat_3 = Instance.new("Seat", mcar)
  3177. seat_3.Friction = 0.3
  3178. seat_3.LeftSurface = Enum.SurfaceType.Weld
  3179. seat_3.TopSurface = Enum.SurfaceType.Smooth
  3180. seat_3.FormFactor = Enum.FormFactor.Plate
  3181. seat_3.BackSurface = Enum.SurfaceType.Weld
  3182. seat_3.BrickColor = BrickColor.new("Dirt brown")
  3183. seat_3.Material = Enum.Material.Concrete
  3184. seat_3.Size = Vector3.new(1.827, 0.365, 1.827)
  3185. seat_3.RightSurface = Enum.SurfaceType.Weld
  3186. seat_3.CFrame = CFrame.new(55.9, 2.354, -153.883)
  3187. seat_3.FrontSurface = Enum.SurfaceType.Weld
  3188.  
  3189. part_164 = Instance.new("Part", mcar)
  3190. part_164.FormFactor = Enum.FormFactor.Plate
  3191. part_164.TopSurface = Enum.SurfaceType.Smooth
  3192. part_164.Material = Enum.Material.Concrete
  3193. part_164.Size = Vector3.new(0.914, 1.096, 1.827)
  3194. part_164.CFrame = CFrame.new(54.53, 2.719, -152.421)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
  3195. part_164.BrickColor = BrickColor.new("Dirt brown")
  3196. part_164.Friction = 0.3
  3197. part_164.BottomSurface = Enum.SurfaceType.Smooth
  3198.  
  3199. mesh_101 = Instance.new("SpecialMesh", part_164)
  3200. mesh_101.MeshType = Enum.MeshType.Wedge
  3201.  
  3202. part_165 = Instance.new("Part", mcar)
  3203. part_165.FormFactor = Enum.FormFactor.Plate
  3204. part_165.TopSurface = Enum.SurfaceType.Smooth
  3205. part_165.Material = Enum.Material.Concrete
  3206. part_165.Size = Vector3.new(1.827, 1.096, 1.827)
  3207. part_165.CFrame = CFrame.new(55.9, 2.719, -152.421)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
  3208. part_165.BrickColor = BrickColor.new("Dirt brown")
  3209. part_165.Friction = 0.3
  3210. part_165.BottomSurface = Enum.SurfaceType.Smooth
  3211.  
  3212. mesh_102 = Instance.new("SpecialMesh", part_165)
  3213. mesh_102.MeshType = Enum.MeshType.Wedge
  3214.  
  3215. part_166 = Instance.new("Part", mcar)
  3216. part_166.FormFactor = Enum.FormFactor.Plate
  3217. part_166.TopSurface = Enum.SurfaceType.Smooth
  3218. part_166.Material = Enum.Material.Concrete
  3219. part_166.Size = Vector3.new(1.827, 1.462, 0.914)
  3220. part_166.CFrame = CFrame.new(54.53, 2.902, -153.883)* CFrame.Angles(0, 1.5707963705063, 0)
  3221. part_166.BrickColor = BrickColor.new("Dirt brown")
  3222. part_166.Friction = 0.3
  3223. part_166.BottomSurface = Enum.SurfaceType.Smooth
  3224.  
  3225. part_167 = Instance.new("Part", mcar)
  3226. part_167.FormFactor = Enum.FormFactor.Plate
  3227. part_167.TopSurface = Enum.SurfaceType.Smooth
  3228. part_167.Material = Enum.Material.Concrete
  3229. part_167.Size = Vector3.new(0.914, 1.096, 1.827)
  3230. part_167.CFrame = CFrame.new(57.27, 2.719, -152.421)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126)
  3231. part_167.BrickColor = BrickColor.new("Dirt brown")
  3232. part_167.Friction = 0.3
  3233. part_167.BottomSurface = Enum.SurfaceType.Smooth
  3234.  
  3235. mesh_103 = Instance.new("SpecialMesh", part_167)
  3236. mesh_103.MeshType = Enum.MeshType.Wedge
  3237.  
  3238. part_168 = Instance.new("Part", mcar)
  3239. part_168.FormFactor = Enum.FormFactor.Plate
  3240. part_168.TopSurface = Enum.SurfaceType.Smooth
  3241. part_168.Material = Enum.Material.Concrete
  3242. part_168.Size = Vector3.new(0.914, 1.462, 0.914)
  3243. part_168.CFrame = CFrame.new(57.27, 2.902, -155.253)
  3244. part_168.BrickColor = BrickColor.new("Dirt brown")
  3245. part_168.Friction = 0.3
  3246. part_168.BottomSurface = Enum.SurfaceType.Smooth
  3247.  
  3248. mesh_104 = Instance.new("SpecialMesh", part_168)
  3249. mesh_104.MeshType = Enum.MeshType.Wedge
  3250.  
  3251. part_169 = Instance.new("Part", mcar)
  3252. part_169.FormFactor = Enum.FormFactor.Plate
  3253. part_169.TopSurface = Enum.SurfaceType.Smooth
  3254. part_169.Size = Vector3.new(2.741, 0.365, 3.654)
  3255. part_169.CFrame = CFrame.new(55.9, 1.988, -154.339)* CFrame.Angles(0, 1.5707963705063, 0)
  3256. part_169.BrickColor = BrickColor.new("Dirt brown")
  3257. part_169.Friction = 0.3
  3258. part_169.BottomSurface = Enum.SurfaceType.Smooth
  3259.  
  3260. part_170 = Instance.new("Part", mcar)
  3261. part_170.FormFactor = Enum.FormFactor.Plate
  3262. part_170.TopSurface = Enum.SurfaceType.Smooth
  3263. part_170.Material = Enum.Material.Concrete
  3264. part_170.Size = Vector3.new(0.914, 1.462, 0.914)
  3265. part_170.CFrame = CFrame.new(54.53, 2.902, -155.253)
  3266. part_170.BrickColor = BrickColor.new("Dirt brown")
  3267. part_170.Friction = 0.3
  3268. part_170.BottomSurface = Enum.SurfaceType.Smooth
  3269.  
  3270. mesh_105 = Instance.new("SpecialMesh", part_170)
  3271. mesh_105.MeshType = Enum.MeshType.Wedge
  3272.  
  3273. part_171 = Instance.new("Part", mcar)
  3274. part_171.FormFactor = Enum.FormFactor.Plate
  3275. part_171.TopSurface = Enum.SurfaceType.Smooth
  3276. part_171.Material = Enum.Material.Concrete
  3277. part_171.Size = Vector3.new(1.827, 1.462, 0.914)
  3278. part_171.CFrame = CFrame.new(57.27, 2.902, -153.883)* CFrame.Angles(0, 1.5707963705063, 0)
  3279. part_171.BrickColor = BrickColor.new("Dirt brown")
  3280. part_171.Friction = 0.3
  3281. part_171.BottomSurface = Enum.SurfaceType.Smooth
  3282.  
  3283. part_172 = Instance.new("Part", mcar)
  3284. part_172.FormFactor = Enum.FormFactor.Plate
  3285. part_172.TopSurface = Enum.SurfaceType.Smooth
  3286. part_172.Material = Enum.Material.Concrete
  3287. part_172.Size = Vector3.new(0.914, 2.558, 0.914)
  3288. part_172.CFrame = CFrame.new(57.27, 4.911, -152.512)
  3289. part_172.BrickColor = BrickColor.new("Dirt brown")
  3290. part_172.Friction = 0.3
  3291. part_172.BottomSurface = Enum.SurfaceType.Smooth
  3292.  
  3293. mesh_106 = Instance.new("SpecialMesh", part_172)
  3294. mesh_106.MeshType = Enum.MeshType.Wedge
  3295.  
  3296. weight = Instance.new("Part", mcar)
  3297. weight.FormFactor = Enum.FormFactor.Plate
  3298. weight.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3299. weight.Transparency = 1
  3300. weight.TopSurface = Enum.SurfaceType.Smooth
  3301. weight.Material = Enum.Material.Metal
  3302. weight.Size = Vector3.new(11.076, 0.615, 30)
  3303. weight.Name = "weight"
  3304. weight.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3305. weight.CFrame = CFrame.new(53.805, 0.295, -150.45)* CFrame.Angles(-3.1415011882782, 8.0992285802495e-006, -3.1415579319)
  3306. weight.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3307. weight.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3308. weight.BrickColor = BrickColor.new("Institutional white")
  3309. weight.Friction = 0.3
  3310. weight.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3311.  
  3312.  
  3313.  
  3314. part_173 = Instance.new("Part", mcar)
  3315. part_173.FormFactor = Enum.FormFactor.Plate
  3316. part_173.TopSurface = Enum.SurfaceType.Smooth
  3317. part_173.Material = Enum.Material.Concrete
  3318. part_173.Size = Vector3.new(0.914, 2.558, 0.914)
  3319. part_173.CFrame = CFrame.new(54.53, 4.911, -152.512)
  3320. part_173.BrickColor = BrickColor.new("Dirt brown")
  3321. part_173.Friction = 0.3
  3322. part_173.BottomSurface = Enum.SurfaceType.Smooth
  3323.  
  3324. mesh_107 = Instance.new("SpecialMesh", part_173)
  3325. mesh_107.MeshType = Enum.MeshType.Wedge
  3326.  
  3327. part_174 = Instance.new("Part", mcar)
  3328. part_174.FormFactor = Enum.FormFactor.Plate
  3329. part_174.TopSurface = Enum.SurfaceType.Smooth
  3330. part_174.Material = Enum.Material.Concrete
  3331. part_174.Size = Vector3.new(1.827, 0.365, 0.914)
  3332. part_174.CFrame = CFrame.new(55.9, 2.354, -155.253)* CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
  3333. part_174.BrickColor = BrickColor.new("Dirt brown")
  3334. part_174.Friction = 0.3
  3335. part_174.BottomSurface = Enum.SurfaceType.Smooth
  3336.  
  3337. backaxlepos = Instance.new("Part", mcar)
  3338. backaxlepos.FormFactor = Enum.FormFactor.Custom
  3339. backaxlepos.CanCollide = false
  3340. backaxlepos.Elasticity = 0
  3341. backaxlepos.Transparency = 1
  3342. backaxlepos.TopSurface = Enum.SurfaceType.Smooth
  3343. backaxlepos.Size = Vector3.new(1.8, 11, 0.2)
  3344. backaxlepos.Name = "backaxlepos"
  3345. backaxlepos.CFrame = CFrame.new(53.8, 1.7, -141.2)* CFrame.Angles(0, 0, 1.5707963705063)
  3346. backaxlepos.Friction = 0.3
  3347. backaxlepos.BottomSurface = Enum.SurfaceType.Smooth
  3348.  
  3349. mesh_108 = Instance.new("CylinderMesh", backaxlepos)
  3350.  
  3351. local engine = mcar.engine
  3352. local frontwheels = mcar.frontwheels
  3353. local backwheels = mcar.backwheels
  3354. local Door1 = mcar.Door
  3355. local Door2 = mcar.Door2
  3356.  
  3357. Door1:BreakJoints()
  3358. Door2:BreakJoints()
  3359. backwheels:BreakJoints()
  3360. frontwheels:BreakJoints()
  3361. mcar:BreakJoints()
  3362.  
  3363. local prev
  3364. local parts = mcar:GetChildren()
  3365.  
  3366. for i = 1,#parts do
  3367. if (parts[i].className == "Part") or (parts[i].className == "WedgePart") or (parts[i].className == "Seat") or (parts[i].className == "VehicleSeat") or (parts[i].className == "CornerWedgePart") then
  3368. if (prev ~= nil)then
  3369. if parts[i]:FindFirstChild("Weld") then parts[i]:FindFirstChild("Weld"):Destroy() end
  3370. local weld = Instance.new("Weld")
  3371. weld.Part0 = prev
  3372. weld.Part1 = parts[i]
  3373. weld.C0 = prev.CFrame:inverse()
  3374. weld.C1 = parts[i].CFrame:inverse()
  3375. weld.Parent = prev
  3376. end
  3377. prev = parts[i]
  3378. end
  3379. end
  3380. mcar:MakeJoints()
  3381. mcar.Parent = char
  3382. mcar.weight.CFrame = char.Torso.CFrame*CFrame.new(10,24,5)
  3383.  
  3384. local prev
  3385. local parts = backwheels:GetChildren()
  3386.  
  3387. for i = 1,#parts do
  3388. if (parts[i].className == "Part") or (parts[i].className == "WedgePart") or (parts[i].className == "Seat") or (parts[i].className == "VehicleSeat") or (parts[i].className == "CornerWedgePart") then
  3389. if (prev ~= nil)then
  3390. if parts[i]:FindFirstChild("Weld") then parts[i]:FindFirstChild("Weld"):Destroy() end
  3391. local weld = Instance.new("Weld")
  3392. weld.Part0 = prev
  3393. weld.Part1 = parts[i]
  3394. weld.C0 = prev.CFrame:inverse()
  3395. weld.C1 = parts[i].CFrame:inverse()
  3396. weld.Parent = prev
  3397. parts[i].CustomPhysicalProperties = PhysicalProperties.new(400,4,0.1)
  3398. end
  3399. prev = parts[i]
  3400. end
  3401. end
  3402. backwheels:MakeJoints()
  3403.  
  3404. local prev
  3405. local parts = frontwheels:GetChildren()
  3406.  
  3407. for i = 1,#parts do
  3408. if (parts[i].className == "Part") or (parts[i].className == "WedgePart") or (parts[i].className == "Seat") or (parts[i].className == "VehicleSeat") or (parts[i].className == "CornerWedgePart") then
  3409. if (prev ~= nil)then
  3410. if parts[i]:FindFirstChild("Weld") then parts[i]:FindFirstChild("Weld"):Destroy() end
  3411. local weld = Instance.new("Weld")
  3412. weld.Part0 = prev
  3413. weld.Part1 = parts[i]
  3414. weld.C0 = prev.CFrame:inverse()
  3415. weld.C1 = parts[i].CFrame:inverse()
  3416. weld.Parent = prev
  3417. parts[i].CustomPhysicalProperties = PhysicalProperties.new(400,4,0.1)
  3418. end
  3419. prev = parts[i]
  3420. end
  3421. end
  3422. frontwheels:MakeJoints()
  3423.  
  3424. local prev
  3425. local parts = Door1:GetChildren()
  3426.  
  3427. for i = 1,#parts do
  3428. if (parts[i].className == "Part") or (parts[i].className == "WedgePart") or (parts[i].className == "Seat") or (parts[i].className == "VehicleSeat") or (parts[i].className == "CornerWedgePart") then
  3429. if (prev ~= nil)then
  3430. if parts[i]:FindFirstChild("Weld") then parts[i]:FindFirstChild("Weld"):Destroy() end
  3431. local weld = Instance.new("Weld")
  3432. weld.Part0 = prev
  3433. weld.Part1 = parts[i]
  3434. weld.C0 = prev.CFrame:inverse()
  3435. weld.C1 = parts[i].CFrame:inverse()
  3436. weld.Parent = prev
  3437. end
  3438. prev = parts[i]
  3439. end
  3440. end
  3441. Door1:MakeJoints()
  3442.  
  3443. local prev
  3444. local parts = Door2:GetChildren()
  3445.  
  3446. for i = 1,#parts do
  3447. if (parts[i].className == "Part") or (parts[i].className == "WedgePart") or (parts[i].className == "Seat") or (parts[i].className == "VehicleSeat") or (parts[i].className == "CornerWedgePart") then
  3448. if (prev ~= nil)then
  3449. if parts[i]:FindFirstChild("Weld") then parts[i]:FindFirstChild("Weld"):Destroy() end
  3450. local weld = Instance.new("Weld")
  3451. weld.Part0 = prev
  3452. weld.Part1 = parts[i]
  3453. weld.C0 = prev.CFrame:inverse()
  3454. weld.C1 = parts[i].CFrame:inverse()
  3455. weld.Parent = prev
  3456. end
  3457. prev = parts[i]
  3458. end
  3459. end
  3460. Door2:MakeJoints()
  3461.  
  3462. weld(frontwheels.Axle, mcar.frontaxlepos, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0))
  3463. frontwheels.Axle.Weld.Name = "Weld2"
  3464.  
  3465. weld(backwheels.Axle, mcar.backaxlepos, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0))
  3466. backwheels.Axle.Weld.Name = "Weld2"
  3467.  
  3468. weld(Door1.doormain, mcar.doorpos, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0))
  3469. Door1.doormain.Weld.Name = "Weld2"
  3470. weld(Door2.doormain, mcar.door2pos, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0))
  3471. Door2.doormain.Weld.Name = "Weld2"
  3472.  
  3473. local enginestart=Instance.new("Sound")
  3474. enginestart.SoundId="http://www.roblox.com/asset/?id=140685060"
  3475. enginestart.PlayOnRemove=false
  3476. enginestart.Volume=0.75
  3477. enginestart.Looped=false
  3478. enginestart.Pitch = 1
  3479. enginestart.Parent=engine
  3480.  
  3481. local engineidle=Instance.new("Sound")
  3482. engineidle.SoundId="http://www.roblox.com/asset/?id=152247447"
  3483. engineidle.PlayOnRemove=false
  3484. engineidle.Volume=0.75
  3485. engineidle.Looped=false
  3486. engineidle.Pitch = 1
  3487. engineidle.Parent=engine
  3488.  
  3489. local enginestop=Instance.new("Sound")
  3490. enginestop.SoundId="http://www.roblox.com/asset/?id=144126324"
  3491. enginestop.PlayOnRemove=false
  3492. enginestop.Volume=0.75
  3493. enginestop.Looped=false
  3494. enginestop.Pitch = 1
  3495. enginestop.Parent=engine
  3496.  
  3497. local enginemove=Instance.new("Sound")
  3498. enginemove.SoundId="http://www.roblox.com/asset/?id=269596439"
  3499. enginemove.PlayOnRemove=false
  3500. enginemove.Volume=0.75
  3501. enginemove.Looped=true
  3502. enginemove.Pitch = 1
  3503. enginemove.Parent=engine
  3504.  
  3505. local brake=Instance.new("Sound")
  3506. brake.SoundId="http://www.roblox.com/asset/?id=211288608"
  3507. brake.PlayOnRemove=false
  3508. brake.Volume=0.75
  3509. brake.Looped=true
  3510. brake.Pitch = 1
  3511. brake.Parent=engine
  3512.  
  3513. local horn=Instance.new("Sound")
  3514. horn.SoundId="http://www.roblox.com/asset/?id=200530606"
  3515. horn.PlayOnRemove=false
  3516. horn.Volume=0.9
  3517. horn.Looped=true
  3518. horn.Pitch = 1
  3519. horn.Parent=engine
  3520.  
  3521. mouse.KeyDown:connect(function(key)
  3522. if key == "y" and engineon == false then
  3523. enginestart:Play()
  3524. wait(.5)
  3525. engineon = true
  3526. engineidle:Play()
  3527. end
  3528. end)
  3529. mouse.KeyDown:connect(function(key)
  3530. if key == "u" and engineon == true then
  3531. enginestop:Play()
  3532. wait(.5)
  3533. engineon = false
  3534. enginestart:Stop()
  3535. engineidle:Stop()
  3536. end
  3537. end)
  3538.  
  3539. local bav = Instance.new("BodyAngularVelocity",engine)
  3540. bav.MaxTorque = Vector3.new(0,0,0)
  3541. bav.P = 100
  3542. bav.AngularVelocity = Vector3.new(0,0,0)
  3543. local bv = Instance.new("BodyVelocity",engine)
  3544. bv.MaxForce = Vector3.new(0,0,0)
  3545. bv.P = 1250
  3546. bv.Velocity = Vector3.new(0.16,0,0.16)
  3547.  
  3548. mouse.KeyDown:connect(function(key)
  3549. if key == "w" and engineon == true and spressed == false then
  3550. wpressed = true
  3551. enginemove:Play()
  3552. bv.MaxForce = Vector3.new(forcelevel,0,forcelevel)
  3553. while wpressed == true do wait(.08)
  3554. accel = accel + 2
  3555. wheelaccel = wheelaccel + .7
  3556. if accel >=accellimit then accel = accellimit end
  3557. bv.Velocity = (mcar.mainseat.CFrame.lookVector * accel)
  3558. frontwheels.Axle.Weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),-wheelaccel,0)
  3559. backwheels.Axle.Weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),-wheelaccel,0)
  3560. end
  3561. end
  3562. end)
  3563.  
  3564. mouse.KeyUp:connect(function(key)
  3565. if key == "w" and engineon == true then
  3566. wpressed = false
  3567. enginemove:Stop()
  3568. while wpressed == false and accel >0 and bpressed == false do wait()
  3569. accel = accel - 2.4
  3570. if accel <0 then accel = 0 end
  3571. wheelaccel = wheelaccel + .7
  3572. bv.Velocity = (mcar.mainseat.CFrame.lookVector * accel)
  3573. frontwheels.Axle.Weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),-wheelaccel,0)
  3574. backwheels.Axle.Weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),-wheelaccel,0)
  3575. end
  3576. end
  3577. end)
  3578.  
  3579.  
  3580.  
  3581.  
  3582.  
  3583. mouse.KeyDown:connect(function(key)
  3584. if key == "s" and engineon == true and wpressed == false then
  3585. spressed = true
  3586. mcar.backlight1.rearlight.Enabled = true
  3587. mcar.backlight2.rearlight.Enabled = true
  3588. bv.MaxForce = Vector3.new(forcelevel,0,forcelevel)
  3589. while spressed == true do wait(.06)
  3590. accel = accel - 2
  3591. wheelaccel = wheelaccel - .7
  3592. if accel <=-accellimit then accel = -accellimit end
  3593. bv.Velocity = (mcar.mainseat.CFrame.lookVector * accel)
  3594. frontwheels.Axle.Weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),wheelaccel,0)
  3595. backwheels.Axle.Weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),wheelaccel,0)
  3596. end
  3597. end
  3598. end)
  3599.  
  3600. mouse.KeyUp:connect(function(key)
  3601. if key == "s" and engineon == true then
  3602. spressed = false
  3603. mcar.backlight1.rearlight.Enabled = false
  3604. mcar.backlight2.rearlight.Enabled = false
  3605. while spressed == false and accel <0 do wait()
  3606. accel = accel + 2.4
  3607. if accel >0 then accel = 0 end
  3608. wheelaccel = wheelaccel - .7
  3609. bv.Velocity = (mcar.mainseat.CFrame.lookVector * accel)
  3610. frontwheels.Axle.Weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),wheelaccel,0)
  3611. backwheels.Axle.Weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),wheelaccel,0)
  3612. end
  3613. end
  3614. end)
  3615.  
  3616.  
  3617.  
  3618. mouse.KeyDown:connect(function(key)
  3619. if key == "a" and engineon == true then
  3620. apressed = true
  3621. angle = .8
  3622. bav.AngularVelocity = Vector3.new(0,angle,0)
  3623. bav.MaxTorque = Vector3.new(0,angletorque,0)
  3624. end
  3625. end)
  3626.  
  3627. mouse.KeyUp:connect(function(key)
  3628. if key == "a" and engineon == true then
  3629. angle = 0
  3630. apressed = false
  3631. apressed2 = false
  3632. bav.MaxTorque = Vector3.new(0,0,0)
  3633. end
  3634. end)
  3635.  
  3636. mouse.KeyDown:connect(function(key)
  3637. if key == "d" and engineon == true then
  3638. dpressed = true
  3639. angle = -.8
  3640. bav.AngularVelocity = Vector3.new(0,angle,0)
  3641. bav.MaxTorque = Vector3.new(0,-angletorque,0)
  3642. end
  3643. end)
  3644.  
  3645. mouse.KeyUp:connect(function(key)
  3646. if key == "d" and engineon == true then
  3647. angle = 0
  3648. dpressed = false
  3649. dpressed2 = false
  3650. bav.MaxTorque = Vector3.new(0,0,0)
  3651. end
  3652. end)
  3653.  
  3654. mouse.KeyDown:connect(function(key)
  3655. if key == "p" then
  3656. ppressed = ppressed + 1
  3657. if ppressed == 1 then
  3658. Door1.doormain.Weld.C0 = CFrame.new(-1.5,0,.6)*CFrame.Angles(math.rad(0),.8,0)
  3659. Door2.doormain.Weld.C0 = CFrame.new(1.5,0,.6)*CFrame.Angles(math.rad(0),-.8,0)
  3660. end
  3661. if ppressed == 2 then
  3662. ppressed = 0
  3663. Door1.doormain.Weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0)
  3664. Door2.doormain.Weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0)
  3665. end
  3666. end
  3667. end)
  3668.  
  3669. mouse.KeyDown:connect(function(key)
  3670. if key == "z" then
  3671. print("debug key z pressed, angletorque increased")
  3672. angletorque = 7850000
  3673. end
  3674. end)
  3675.  
  3676. mouse.KeyDown:connect(function(key)
  3677. if key == "h" and engineon == true then
  3678. horn:Play()
  3679. end
  3680. end)
  3681.  
  3682. mouse.KeyUp:connect(function(key)
  3683. if key == "h" and engineon == true then
  3684. horn:Stop()
  3685. end
  3686. end)
  3687.  
  3688.  
  3689.  
  3690. local skidmark = Instance.new("Part")
  3691. skidmark.FormFactor = Enum.FormFactor.Custom
  3692. skidmark.CanCollide = false
  3693. skidmark.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  3694. skidmark.Transparency = 1
  3695. skidmark.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  3696. skidmark.Anchored = true
  3697. skidmark.Size = Vector3.new(3, 0.2, 4)
  3698. skidmark.Name = "skidmark"
  3699. skidmark.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  3700. skidmark.CFrame = CFrame.new(6, 0.1, 1.5)* CFrame.Angles(-0, -1.5707963705063, 0)
  3701. skidmark.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  3702. skidmark.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  3703. skidmark.Friction = 0.3
  3704. skidmark.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  3705.  
  3706. local sg = Instance.new("SurfaceGui", skidmark)
  3707. sg.Face = Enum.NormalId.Top
  3708. sg.CanvasSize = Vector2.new(400, 100)
  3709.  
  3710. local skidimage = Instance.new("ImageLabel", sg)
  3711. skidimage.Image = "http://www.roblox.com/asset/?id=129609485"
  3712. skidimage.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  3713. skidimage.Rotation = 0
  3714. skidimage.BackgroundTransparency = 1
  3715. skidimage.Size = UDim2.new(0, 100, 0, 100)
  3716. skidimage.BackgroundColor3 = Color3.new(1, 1, 1)
  3717.  
  3718.  
  3719. mouse.KeyDown:connect(function(key)
  3720. if key == "b" and engineon == true then
  3721. bpressed = true
  3722. brake:Play()
  3723. while bpressed == true and accel >=1 do wait(.04)
  3724. accellimit = accellimit - 5
  3725.  
  3726. if accellimit <=1 then brake:Stop() end
  3727. end
  3728. end
  3729. end)
  3730. mouse.KeyUp:connect(function(key)
  3731. if key == "b" and engineon == true then
  3732. bpressed = false
  3733. brake:Stop()
  3734. accellimit = gearspeed
  3735. end
  3736. end)
  3737.  
  3738. mouse.KeyDown:connect(function(key)
  3739. if key == "l" then
  3740. lpressed = lpressed + 1
  3741. if lpressed == 1 then
  3742. mcar.frontlight3.regularlight.Enabled = true
  3743. mcar.frontlight4.regularlight.Enabled = true
  3744. end
  3745. if lpressed == 2 then
  3746. lpressed = 0
  3747. mcar.frontlight3.regularlight.Enabled = false
  3748. mcar.frontlight4.regularlight.Enabled = false
  3749. end
  3750. end
  3751. end)
  3752. mouse.KeyDown:connect(function(key)
  3753. if key == "k" then
  3754. kpressed = kpressed + 1
  3755. if kpressed == 1 then
  3756. mcar.frontlight1.headlight.Enabled = true
  3757. mcar.frontlight2.headlight.Enabled = true
  3758. end
  3759. if kpressed == 2 then
  3760. kpressed = 0
  3761. mcar.frontlight1.headlight.Enabled = false
  3762. mcar.frontlight2.headlight.Enabled = false
  3763. end
  3764. end
  3765. end)
  3766.  
  3767. mcar.frontbumper.Touched:connect(function(h)
  3768. if Vector3.new(mcar.mainseat.Velocity.x,0,mcar.mainseat.Velocity.z).magnitude > 6 then
  3769. if h.Parent:FindFirstChild("Humanoid") then
  3770. accellimit = 0
  3771. if h.Parent.Humanoid.Parent:FindFirstChild("ForceField") then h.Parent.ForceField:Destroy() end
  3772. if h.Parent.Humanoid.Health >1000 then h.Parent.Humanoid.MaxHealth = 1000 h.Parent.Humanoid.Health = 1000 end
  3773. local dmg = (math.random(15,30))
  3774. h.Parent.Humanoid:TakeDamage(dmg)
  3775. if h:FindFirstChild("Torso") then h:FindFirstChild("Torso").Velocity = mcar.mainsear.CFrame.lookVector*15 end
  3776. h.Parent.Humanoid.Sit = true
  3777. accellimit = 100
  3778. end
  3779. end
  3780. end)
  3781. mcar.rearbumper.Touched:connect(function(h)
  3782. if Vector3.new(mcar.mainseat.Velocity.x,0,mcar.mainseat.Velocity.z).magnitude > 6 then
  3783. if h.Parent:FindFirstChild("Humanoid") then
  3784. accellimit = 0
  3785. if h.Parent.Humanoid.Parent:FindFirstChild("ForceField") then h.Parent.ForceField:Destroy() end
  3786. if h.Parent.Humanoid.Health >1000 then h.Parent.Humanoid.MaxHealth = 1000 h.Parent.Humanoid.Health = 1000 end
  3787. local dmg = (math.random(15,30))
  3788. h.Parent.Humanoid:TakeDamage(dmg)
  3789. if h:FindFirstChild("Torso") then h:FindFirstChild("Torso").Velocity = mcar.mainsear.CFrame.lookVector*-15 end
  3790. h.Parent.Humanoid.Sit = true
  3791. accellimit = 100
  3792. end
  3793. end
  3794. end)
  3795.  
  3796. --Radio--
  3797. local radiogui = Instance.new("ScreenGui", player.PlayerGui)
  3798. radiogui.Name = "RadioGui"
  3799.  
  3800. local frame = Instance.new("Frame", radiogui)
  3801. frame.Size = UDim2.new(0.3, 0, 0.05, 0)
  3802. frame.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  3803. frame.Style = Enum.FrameStyle.RobloxRound
  3804. frame.Position = UDim2.new(0.2, 0, 0.3, 0)
  3805. frame.BorderSizePixel = 0
  3806. frame.BackgroundColor3 = Color3.new(1, 1, 1)
  3807. frame.Visible = true
  3808. local frame2 = Instance.new("Frame", radiogui)
  3809. frame2.Size = UDim2.new(0.3, 0, 0.05, 0)
  3810. frame2.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  3811. frame2.Style = Enum.FrameStyle.RobloxRound
  3812. frame2.Position = UDim2.new(0.2, 0, 0.4, 0)
  3813. frame2.BorderSizePixel = 0
  3814. frame2.BackgroundColor3 = Color3.new(1, 1, 1)
  3815. frame2.Visible = true
  3816.  
  3817. local geartext = Instance.new("TextLabel", frame2)
  3818. geartext.TextWrapped = true
  3819. geartext.BorderSizePixel = 0
  3820. geartext.BackgroundColor3 = Color3.new(1, 1, 1)
  3821. geartext.BackgroundTransparency = 1
  3822. geartext.Size = UDim2.new(0, 190, 0, 15)
  3823. geartext.TextScaled = true
  3824. geartext.TextColor3 = Color3.new(0.796079, 0, 0)
  3825. geartext.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  3826. geartext.Text = "Gear:"
  3827. geartext.Position = UDim2.new(-0.01, 0, -0.15, 0)
  3828. geartext.Font = Enum.Font.Legacy
  3829. geartext.Name = "geartext"
  3830. geartext.FontSize = Enum.FontSize.Size14
  3831.  
  3832. local songname = Instance.new("TextLabel", frame)
  3833. songname.TextWrapped = true
  3834. songname.BorderSizePixel = 0
  3835. songname.BackgroundColor3 = Color3.new(1, 1, 1)
  3836. songname.BackgroundTransparency = 1
  3837. songname.Size = UDim2.new(0, 190, 0, 15)
  3838. songname.TextScaled = true
  3839. songname.TextColor3 = Color3.new(0.796079, 0, 0)
  3840. songname.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  3841. songname.Text = "Music-"
  3842. songname.Position = UDim2.new(-0.01, 0, -0.15, 0)
  3843. songname.Font = Enum.Font.Legacy
  3844. songname.Name = "SongName"
  3845. songname.FontSize = Enum.FontSize.Size14
  3846.  
  3847. local r1=Instance.new("Sound")
  3848. r1.SoundId="http://www.roblox.com/asset/?id=357929437" --Kurtis Blow The Breaks
  3849. r1.PlayOnRemove=false
  3850. r1.Volume=0.85
  3851. r1.Looped=true
  3852. r1.Pitch = 1
  3853. r1.Parent=mcar.engine
  3854. local r2=Instance.new("Sound")
  3855. r2.SoundId="http://www.roblox.com/asset/?id=190797330" --Time of the Season
  3856. r2.PlayOnRemove=false
  3857. r2.Volume=0.85
  3858. r2.Looped=true
  3859. r2.Pitch = 1
  3860. r2.Parent=mcar.engine
  3861. local r3=Instance.new("Sound")
  3862. r3.SoundId="http://www.roblox.com/asset/?id=166628530" --California Dreamin
  3863. r3.PlayOnRemove=false
  3864. r3.Volume=0.85
  3865. r3.Looped=true
  3866. r3.Pitch = 1
  3867. r3.Parent=mcar.engine
  3868. local r4=Instance.new("Sound")
  3869. r4.SoundId="http://www.roblox.com/asset/?id=328121442" --Fugees killing me softly
  3870. r4.PlayOnRemove=false
  3871. r4.Volume=0.75
  3872. r4.Looped=true
  3873. r4.Pitch = 1
  3874. r4.Parent=mcar.engine
  3875. local r5=Instance.new("Sound")
  3876. r5.SoundId="http://www.roblox.com/asset/?id=245917262" --Light My Fire
  3877. r5.PlayOnRemove=false
  3878. r5.Volume=0.85
  3879. r5.Looped=true
  3880. r5.Pitch = 1
  3881. r5.Parent=mcar.engine
  3882. local r6=Instance.new("Sound")
  3883. r6.SoundId="http://www.roblox.com/asset/?id=163596874" --Night Fever (YEE!)
  3884. r6.PlayOnRemove=false
  3885. r6.Volume=0.85
  3886. r6.Looped=true
  3887. r6.Pitch = 1
  3888. r6.Parent=mcar.engine
  3889. local static=Instance.new("Sound")
  3890. static.SoundId="http://www.roblox.com/asset/?id=251407575" --static
  3891. static.PlayOnRemove=false
  3892. static.Volume=0.61
  3893. static.Looped=true
  3894. static.Pitch = 1
  3895. static.Parent=mcar.engine
  3896. --Radio End--
  3897.  
  3898. mouse.KeyDown:connect(function(key)
  3899. if key == "g" then
  3900. gpressed = gpressed + 1
  3901. if gpressed == 1 then
  3902. geartext.Text = "Gear: 1"
  3903. accellimit = 20
  3904. gearspeed = 20
  3905. end
  3906. if gpressed == 2 then
  3907. geartext.Text = "Gear: 2"
  3908. accellimit = 40
  3909. gearspeed = 40
  3910. end
  3911. if gpressed == 3 then
  3912. geartext.Text = "Gear: 3"
  3913. accellimit = 60
  3914. gearspeed = 60
  3915. end
  3916. if gpressed == 4 then
  3917. geartext.Text = "Gear: 4"
  3918. accellimit = 200
  3919. gearspeed = 200
  3920. end
  3921. if gpressed == 5 then
  3922. gpressed = 0
  3923. geartext.Text = "Gear: 5"
  3924. accellimit = 300
  3925. gearspeed = 300
  3926. end
  3927. end
  3928. end)
  3929.  
  3930. mouse.KeyDown:connect(function(key)
  3931. if key == "v" then
  3932. vpressed = vpressed + 1
  3933. if vpressed == 1 then
  3934. r6:Stop()
  3935. static:Stop()
  3936. static:Play()
  3937. r1:Play()
  3938. songname.Text = "Kurtis Blow- The Breaks"
  3939. end
  3940. if vpressed == 2 then
  3941. r1:Stop()
  3942. static:Stop()
  3943. static:Play()
  3944. r2:Play()
  3945. songname.Text = "The Zombies- Time of the Season"
  3946. end
  3947. if vpressed == 3 then
  3948. r2:Stop()
  3949. static:Stop()
  3950. static:Play()
  3951. r3:Play()
  3952. songname.Text = "The Mamas and Papas- California Dreamin"
  3953. end
  3954. if vpressed == 4 then
  3955. r3:Stop()
  3956. static:Stop()
  3957. static:Play()
  3958. r4:Play()
  3959. songname.Text = "The Fugees- Killing me softly"
  3960. end
  3961. if vpressed == 5 then
  3962. r4:Stop()
  3963. static:Stop()
  3964. static:Play()
  3965. r5:Play()
  3966. songname.Text = "The Doors- Light My Fire"
  3967. end
  3968. if vpressed == 6 then
  3969. r5:Stop()
  3970. static:Stop()
  3971. static:Play()
  3972. r6:Play()
  3973. songname.Text = "Bee Gees- Night Fever"
  3974. end
  3975. if vpressed == 7 then
  3976. vpressed = 0
  3977. r6:Stop()
  3978. static:Stop()
  3979. songname.Text = "Music-"
  3980. end
  3981. end
  3982. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement