Advertisement
RobloxScriptzzz

Roblox car script

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