Advertisement
samuelrichter66

FUCK BEES

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