Advertisement
AndyWolf6610

The Jeep (AndyWolf6610 F.E)

Jun 19th, 2019
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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 by Mokiros")
  7. local rp = RealPlayer
  8. script.Parent = rp.Character
  9.  
  10. --RemoteEvent for communicating
  11. local Event = Instance.new("RemoteEvent")
  12. Event.Name = "UserInput_Event"
  13.  
  14. --Fake event to make stuff like Mouse.KeyDown work
  15. local function fakeEvent()
  16. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  17. t.connect = t.Connect
  18. return t
  19. end
  20.  
  21. --Creating fake input objects with fake variables
  22. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent(),Button2Up=fakeEvent(),Button2Down=fakeEvent()}
  23. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  24. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  25. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  26. end}
  27. --Merged 2 functions into one by checking amount of arguments
  28. CAS.UnbindAction = CAS.BindAction
  29.  
  30. --This function will trigger the events that have been :Connect()'ed
  31. local function te(self,ev,...)
  32. local t = m[ev]
  33. if t and t._fakeEvent then
  34. for _,f in pairs(t.Functions) do
  35. f(...)
  36. end
  37. end
  38. end
  39. m.TrigEvent = te
  40. UIS.TrigEvent = te
  41.  
  42. Event.OnServerEvent:Connect(function(plr,io)
  43. if plr~=rp then return end
  44. m.Target = io.Target
  45. m.Hit = io.Hit
  46. if not io.isMouse then
  47. local b = io.UserInputState == Enum.UserInputState.Begin
  48. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  49. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  50. end
  51. if io.UserInputType == Enum.UserInputType.MouseButton2 then
  52. return m:TrigEvent(b and "Button2Down" or "Button2Up")
  53. end
  54. for _,t in pairs(CAS.Actions) do
  55. for _,k in pairs(t.Keys) do
  56. if k==io.KeyCode then
  57. t.Function(t.Name,io.UserInputState,io)
  58. end
  59. end
  60. end
  61. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  62. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  63. end
  64. end)
  65. Event.Parent = NLS([==[
  66. local Player = game:GetService("Players").LocalPlayer
  67. local Event = script:WaitForChild("UserInput_Event")
  68.  
  69. local Mouse = Player:GetMouse()
  70. local UIS = game:GetService("UserInputService")
  71. local input = function(io,a)
  72. if a then return end
  73. --Since InputObject is a client-side instance, we create and pass table instead
  74. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  75. end
  76. UIS.InputBegan:Connect(input)
  77. UIS.InputEnded:Connect(input)
  78.  
  79. local h,t
  80. --Give the server mouse data 30 times every second, but only if the values changed
  81. --If player is not moving their mouse, client won't fire events
  82. while wait(1/30) do
  83. if h~=Mouse.Hit or t~=Mouse.Target then
  84. h,t=Mouse.Hit,Mouse.Target
  85. Event:FireServer({isMouse=true,Target=t,Hit=h})
  86. end
  87. end]==],Player.Character)
  88.  
  89. ----Sandboxed game object that allows the usage of client-side methods and services
  90. --Real game object
  91. local _rg = game
  92.  
  93. --Metatable for fake service
  94. local fsmt = {
  95. __index = function(self,k)
  96. local s = rawget(self,"_RealService")
  97. if s then
  98. return typeof(s[k])=="function"
  99. and function(_,...)return s[k](s,...)end or s[k]
  100. end
  101. end,
  102. __newindex = function(self,k,v)
  103. local s = rawget(self,"_RealService")
  104. if s then s[k]=v end
  105. end
  106. }
  107. local function FakeService(t,RealService)
  108. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  109. return setmetatable(t,fsmt)
  110. end
  111.  
  112. --Fake game object
  113. local g = {
  114. GetService = function(self,s)
  115. return self[s]
  116. end,
  117. Players = FakeService({
  118. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  119. },"Players"),
  120. UserInputService = FakeService(UIS,"UserInputService"),
  121. ContextActionService = FakeService(CAS,"ContextActionService"),
  122. }
  123. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  124. g.service = g.GetService
  125.  
  126. g.RunService = FakeService({
  127. RenderStepped = _rg:GetService("RunService").Heartbeat,
  128. BindToRenderStep = function(self,name,_,fun)
  129. self._btrs[name] = self.Heartbeat:Connect(fun)
  130. end,
  131. UnbindFromRenderStep = function(self,name)
  132. self._btrs[name]:Disconnect()
  133. end,
  134. },"RunService")
  135.  
  136. setmetatable(g,fsmt)
  137. --Changing owner to fake player object to support owner:GetMouse()
  138. game,owner = g,g.Players.LocalPlayer
  139. end
  140.  
  141. local player = game:GetService("Players").LocalPlayer
  142. local char = player.Character
  143. local mouse = player:GetMouse()
  144. local engineon = false
  145. local wpressed = false
  146. local spressed = false
  147. local fpressed = 0
  148. local forcelevel = 400000
  149. local accel = 0
  150. local accellimit = 90
  151. local angle = 0
  152. local wheelaccel = 0
  153. local angletorque = 555000
  154. local ppressed = 0
  155. local bpressed = false
  156. local carhealth = 100
  157. local exploding = false
  158.  
  159. function weld(p0,p1,c0)
  160. local w=Instance.new("Weld",p0)
  161. w.Part0=p0
  162. w.Part1=p1
  163. w.C0=c0
  164. return w
  165. end
  166.  
  167. local mjeep = Instance.new("Model", workspace)
  168. mjeep.Name = "MJeep"
  169.  
  170. part = Instance.new("Part", mjeep)
  171. part.FormFactor = Enum.FormFactor.Custom
  172. part.CanCollide = false
  173. part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  174. part.Elasticity = 0
  175. part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  176. part.Material = Enum.Material.SmoothPlastic
  177. part.Size = Vector3.new(1.58, 1.5, 0.54)
  178. part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  179. part.CFrame = CFrame.new(108.069, 3.297, 27.567)* CFrame.Angles(1.474493265152, 1.371192574501, -1.472554564476)
  180. part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  181. part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  182. part.BrickColor = BrickColor.new("Slime green")
  183. part.Friction = 0
  184. part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  185.  
  186. mesh = Instance.new("SpecialMesh", part)
  187. mesh.Scale = Vector3.new(1.2, 1.2, 1.2)
  188. mesh.MeshId = "http://www.roblox.com/asset/?id=129344524"
  189. mesh.TextureId = "http://www.roblox.com/asset/?id=129344702"
  190. mesh.MeshType = Enum.MeshType.FileMesh
  191.  
  192. wedge_25 = Instance.new("WedgePart", mjeep)
  193. wedge_25.Velocity = Vector3.new(-1.516, 0.012, -0.793)
  194. wedge_25.FormFactor = Enum.FormFactor.Plate
  195. wedge_25.CanCollide = false
  196. wedge_25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  197. wedge_25.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  198. wedge_25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  199. wedge_25.Friction = 0.3
  200. wedge_25.RotVelocity = Vector3.new(0, 0.203, 0.003)
  201. wedge_25.Material = Enum.Material.Metal
  202. wedge_25.Size = Vector3.new(1, 0.4, 1)
  203. wedge_25.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  204. wedge_25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  205. wedge_25.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  206. wedge_25.CFrame = CFrame.new(114.687, 3.002, 22.677)* CFrame.Angles(0.065234929323196, 1.5512616634369, -0.065222352743149)
  207. wedge_25.BrickColor = BrickColor.new("Slime green")
  208.  
  209. mesh_65 = Instance.new("SpecialMesh", wedge_25)
  210. mesh_65.MeshType = Enum.MeshType.Wedge
  211.  
  212. wedge_27 = Instance.new("WedgePart", mjeep)
  213. wedge_27.Velocity = Vector3.new(-3.57, -0.004, 0.586)
  214. wedge_27.FormFactor = Enum.FormFactor.Plate
  215. wedge_27.CanCollide = false
  216. wedge_27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  217. wedge_27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  218. wedge_27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  219. wedge_27.Friction = 0.3
  220. wedge_27.RotVelocity = Vector3.new(0, 0.203, 0.003)
  221. wedge_27.Material = Enum.Material.Metal
  222. wedge_27.Size = Vector3.new(1, 0.4, 1)
  223. wedge_27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  224. wedge_27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  225. wedge_27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  226. wedge_27.CFrame = CFrame.new(104.553, 3.015, 29.482)* CFrame.Angles(0.065231457352638, 1.5512647628784, -0.065218843519688)
  227. wedge_27.BrickColor = BrickColor.new("Slime green")
  228.  
  229. mesh_67 = Instance.new("SpecialMesh", wedge_27)
  230. mesh_67.MeshType = Enum.MeshType.Wedge
  231.  
  232. wedge_26 = Instance.new("WedgePart", mjeep)
  233. wedge_26.Velocity = Vector3.new(-3.164, -0.005, 0.594)
  234. wedge_26.FormFactor = Enum.FormFactor.Plate
  235. wedge_26.CanCollide = false
  236. wedge_26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  237. wedge_26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  238. wedge_26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  239. wedge_26.Friction = 0.3
  240. wedge_26.RotVelocity = Vector3.new(0, 0.203, 0.003)
  241. wedge_26.Material = Enum.Material.Metal
  242. wedge_26.Size = Vector3.new(1, 0.4, 1)
  243. wedge_26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  244. wedge_26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  245. wedge_26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  246. wedge_26.CFrame = CFrame.new(106.55, 2.612, 29.521)* CFrame.Angles(0.065231457352638, 1.5512647628784, 3.0763738155365)
  247. wedge_26.BrickColor = BrickColor.new("Slime green")
  248.  
  249. mesh_66 = Instance.new("SpecialMesh", wedge_26)
  250. mesh_66.MeshType = Enum.MeshType.Wedge
  251.  
  252. wedge = Instance.new("WedgePart", mjeep)
  253. wedge.Velocity = Vector3.new(-3.136, 0.015, -0.824)
  254. wedge.FormFactor = Enum.FormFactor.Plate
  255. wedge.CanCollide = false
  256. wedge.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  257. wedge.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  258. wedge.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  259. wedge.Friction = 0.3
  260. wedge.RotVelocity = Vector3.new(0, 0.203, 0.003)
  261. wedge.Material = Enum.Material.Metal
  262. wedge.Size = Vector3.new(1, 0.4, 1)
  263. wedge.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  264. wedge.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  265. wedge.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  266. wedge.CFrame = CFrame.new(106.687, 2.612, 22.521)* CFrame.Angles(0.065233565866947, 1.5512647628784, 3.0763716697693)
  267. wedge.BrickColor = BrickColor.new("Slime green")
  268.  
  269. mesh_5 = Instance.new("SpecialMesh", wedge)
  270. mesh_5.MeshType = Enum.MeshType.Wedge
  271.  
  272. backwheels = Instance.new("Model", mjeep)
  273. backwheels.Name = "backwheels"
  274.  
  275. bwr = Instance.new("Part", backwheels)
  276. bwr.FormFactor = Enum.FormFactor.Custom
  277. bwr.TopSurface = Enum.SurfaceType.Smooth
  278. bwr.Material = Enum.Material.Concrete
  279. bwr.Size = Vector3.new(0.65, 2.7, 2.7)
  280. bwr.Name = "bwr"
  281. bwr.CFrame = CFrame.new(115.534, 1.613, 22.736)* CFrame.Angles(0.064853571355343, 1.5512800216675, -0.065219387412071)
  282. bwr.Friction = 0.3
  283. bwr.BottomSurface = Enum.SurfaceType.Smooth
  284.  
  285. mesh_6 = Instance.new("SpecialMesh", bwr)
  286. mesh_6.Scale = Vector3.new(4, 3.5, 3.5)
  287. mesh_6.MeshId = "http://www.roblox.com/asset/?id=122202439"
  288. mesh_6.TextureId = "http://www.roblox.com/asset/?id=122185866"
  289. mesh_6.MeshType = Enum.MeshType.FileMesh
  290.  
  291. bwl = Instance.new("Part", backwheels)
  292. bwl.FormFactor = Enum.FormFactor.Custom
  293. bwl.TopSurface = Enum.SurfaceType.Smooth
  294. bwl.Material = Enum.Material.Concrete
  295. bwl.Size = Vector3.new(0.65, 2.7, 2.7)
  296. bwl.Name = "bwl"
  297. bwl.CFrame = CFrame.new(115.534, 1.613, 29.736)* CFrame.Angles(0.064853571355343, 1.5512800216675, -0.065219387412071)
  298. bwl.Friction = 0.3
  299. bwl.BottomSurface = Enum.SurfaceType.Smooth
  300.  
  301. mesh_7 = Instance.new("SpecialMesh", bwl)
  302. mesh_7.Scale = Vector3.new(4, 3.5, 3.5)
  303. mesh_7.MeshId = "http://www.roblox.com/asset/?id=122202439"
  304. mesh_7.TextureId = "http://www.roblox.com/asset/?id=122185866"
  305. mesh_7.MeshType = Enum.MeshType.FileMesh
  306.  
  307. baxle = Instance.new("Part", backwheels)
  308. baxle.FormFactor = Enum.FormFactor.Symmetric
  309. baxle.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  310. baxle.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  311. baxle.Material = Enum.Material.Metal
  312. baxle.Size = Vector3.new(0.5, 7.275, 0.5)
  313. baxle.Name = "baxle"
  314. baxle.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  315. baxle.CFrame = CFrame.new(115.628, 1.826, 26.242)* CFrame.Angles(0.065231040120125, 1.5512616634369, -1.6360148191452)
  316. baxle.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  317. baxle.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  318. baxle.BrickColor = BrickColor.new("Black")
  319. baxle.Friction = 0.3
  320. baxle.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  321.  
  322. p = Instance.new("Part", mjeep)
  323. p.FormFactor = Enum.FormFactor.Plate
  324. p.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  325. p.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  326. p.Material = Enum.Material.Metal
  327. p.Size = Vector3.new(3, 0.4, 3)
  328. p.Name = "Part"
  329. p.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  330. p.CFrame = CFrame.new(105.017, 2.982, 25.99)* CFrame.Angles(1.2109484259781e-007, -0.019452195614576, 0.23427346348763)
  331. p.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  332. p.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  333. p.BrickColor = BrickColor.new("Slime green")
  334. p.Friction = 0.3
  335. p.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  336. p.Name = "Hood"
  337.  
  338. decal = Instance.new("Decal", p)
  339. decal.Face = Enum.NormalId.Top
  340. decal.Texture = "http://www.roblox.com/asset/?id=199636419"
  341.  
  342. door1 = Instance.new("Part", mjeep)
  343. door1.Velocity = Vector3.new(-2.349, -0.004, 0.407)
  344. door1.FormFactor = Enum.FormFactor.Plate
  345. door1.CanCollide = false
  346. door1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  347. door1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  348. door1.RotVelocity = Vector3.new(0, 0.203, 0.003)
  349. door1.Material = Enum.Material.Metal
  350. door1.Size = Vector3.new(1, 2.8, 6)
  351. door1.Name = "door1"
  352. door1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  353. door1.CFrame = CFrame.new(110.569, 2.407, 28.598)* CFrame.Angles(0.065234929323196, 1.5512616634369, 3.0763702392578)
  354. door1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  355. door1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  356. door1.BrickColor = BrickColor.new("Slime green")
  357. door1.Friction = 0.3
  358. door1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  359.  
  360. mesh_8 = Instance.new("BlockMesh", door1)
  361. mesh_8.Offset = Vector3.new(0.35, 0, 0)
  362. mesh_8.Scale = Vector3.new(0.3, 1, 1)
  363.  
  364. part_4 = Instance.new("Part", mjeep)
  365. part_4.Velocity = Vector3.new(-2.447, -0.001, 0.203)
  366. part_4.FormFactor = Enum.FormFactor.Plate
  367. part_4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  368. part_4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  369. part_4.RotVelocity = Vector3.new(0, 0.203, 0.003)
  370. part_4.Material = Enum.Material.SmoothPlastic
  371. part_4.Size = Vector3.new(1, 1.6, 1)
  372. part_4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  373. part_4.CFrame = CFrame.new(110.089, 2.808, 27.589)* CFrame.Angles(2.5282522742032e-008, -0.01945129968226, -0.001270598731935)
  374. part_4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  375. part_4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  376. part_4.BrickColor = BrickColor.new("Brown")
  377. part_4.Friction = 0.3
  378. part_4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  379.  
  380. mesh_9 = Instance.new("BlockMesh", part_4)
  381. mesh_9.Offset = Vector3.new(0.35, 0, 0)
  382. mesh_9.Scale = Vector3.new(0.3, 1, 2)
  383.  
  384. part_5 = Instance.new("Part", mjeep)
  385. part_5.Velocity = Vector3.new(-2.436, 0.008, -0.405)
  386. part_5.FormFactor = Enum.FormFactor.Plate
  387. part_5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  388. part_5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  389. part_5.RotVelocity = Vector3.new(0, 0.203, 0.003)
  390. part_5.Material = Enum.Material.SmoothPlastic
  391. part_5.Size = Vector3.new(1, 1.6, 1)
  392. part_5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  393. part_5.CFrame = CFrame.new(110.148, 2.808, 24.589)* CFrame.Angles(1.9141680240864e-008, -0.019451182335615, -0.0012705988483503)
  394. part_5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  395. part_5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  396. part_5.BrickColor = BrickColor.new("Brown")
  397. part_5.Friction = 0.3
  398. part_5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  399.  
  400. mesh_10 = Instance.new("BlockMesh", part_5)
  401. mesh_10.Offset = Vector3.new(0.35, 0, 0)
  402. mesh_10.Scale = Vector3.new(0.3, 1, 2)
  403.  
  404. part_6 = Instance.new("Part", mjeep)
  405. part_6.Velocity = Vector3.new(-2.846, 0.005, -0.109)
  406. part_6.FormFactor = Enum.FormFactor.Plate
  407. part_6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  408. part_6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  409. part_6.RotVelocity = Vector3.new(0, 0.203, 0.003)
  410. part_6.Material = Enum.Material.Metal
  411. part_6.Size = Vector3.new(1, 2.8, 4)
  412. part_6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  413. part_6.CFrame = CFrame.new(108.118, 2.411, 26.05)* CFrame.Angles(2.2187778725424e-008, -0.019451355561614, 3.140321969986)
  414. part_6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  415. part_6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  416. part_6.BrickColor = BrickColor.new("Slime green")
  417. part_6.Friction = 0.3
  418. part_6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  419.  
  420. mesh_11 = Instance.new("BlockMesh", part_6)
  421. mesh_11.Offset = Vector3.new(0.35, 0, 0)
  422. mesh_11.Scale = Vector3.new(0.3, 1, 1.5)
  423.  
  424. part_7 = Instance.new("Part", mjeep)
  425. part_7.Velocity = Vector3.new(-1.834, 0.002, -0.089)
  426. part_7.FormFactor = Enum.FormFactor.Plate
  427. part_7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  428. part_7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  429. part_7.RotVelocity = Vector3.new(0, 0.203, 0.003)
  430. part_7.Material = Enum.Material.SmoothPlastic
  431. part_7.Size = Vector3.new(1, 1.6, 2)
  432. part_7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  433. part_7.CFrame = CFrame.new(113.137, 2.804, 24.848)* CFrame.Angles(2.2097484730921e-008, -0.019451240077615, -0.001270598731935)
  434. part_7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  435. part_7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  436. part_7.BrickColor = BrickColor.new("Brown")
  437. part_7.Friction = 0.3
  438. part_7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  439.  
  440. mesh_12 = Instance.new("BlockMesh", part_7)
  441. mesh_12.Offset = Vector3.new(0.35, 0, 0)
  442. mesh_12.Scale = Vector3.new(0.3, 1, 1.4)
  443.  
  444. part_8 = Instance.new("Part", mjeep)
  445. part_8.Velocity = Vector3.new(-1.428, 0.001, -0.082)
  446. part_8.FormFactor = Enum.FormFactor.Plate
  447. part_8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  448. part_8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  449. part_8.RotVelocity = Vector3.new(0, 0.203, 0.003)
  450. part_8.Material = Enum.Material.Metal
  451. part_8.Size = Vector3.new(6, 2, 3)
  452. part_8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  453. part_8.CFrame = CFrame.new(115.117, 2.802, 26.186)* CFrame.Angles(-3.0763583183289, -1.5512616634369, 0.065221779048443)
  454. part_8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  455. part_8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  456. part_8.BrickColor = BrickColor.new("Slime green")
  457. part_8.Friction = 0.3
  458. part_8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  459.  
  460. mesh_13 = Instance.new("BlockMesh", part_8)
  461.  
  462. part_9 = Instance.new("Part", mjeep)
  463. part_9.Velocity = Vector3.new(-1.82, 0.012, -0.799)
  464. part_9.FormFactor = Enum.FormFactor.Plate
  465. part_9.CanCollide = false
  466. part_9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  467. part_9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  468. part_9.RotVelocity = Vector3.new(0, 0.203, 0.003)
  469. part_9.Material = Enum.Material.Metal
  470. part_9.Size = Vector3.new(1, 0.4, 1)
  471. part_9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  472. part_9.CFrame = CFrame.new(113.186, 3.004, 22.648)* CFrame.Angles(0.065235488116741, 1.5512616634369, 3.0763697624207)
  473. part_9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  474. part_9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  475. part_9.BrickColor = BrickColor.new("Black")
  476. part_9.Friction = 0.3
  477. part_9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  478.  
  479. mesh_14 = Instance.new("BlockMesh", part_9)
  480. mesh_14.Offset = Vector3.new(0.5, 0, 0)
  481. mesh_14.Scale = Vector3.new(0.1, 1, 0.8)
  482.  
  483. part_10 = Instance.new("Part", mjeep)
  484. part_10.Velocity = Vector3.new(-1.323, 0.001, -0.08)
  485. part_10.FormFactor = Enum.FormFactor.Plate
  486. part_10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  487. part_10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  488. part_10.RotVelocity = Vector3.new(0, 0.203, 0.003)
  489. part_10.Material = Enum.Material.Metal
  490. part_10.Size = Vector3.new(6, 0.8, 4)
  491. part_10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  492. part_10.CFrame = CFrame.new(115.616, 1.401, 26.196)* CFrame.Angles(-3.0763578414917, -1.5512616634369, 0.065222360193729)
  493. part_10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  494. part_10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  495. part_10.BrickColor = BrickColor.new("Slime green")
  496. part_10.Friction = 0.3
  497. part_10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  498.  
  499. mesh_15 = Instance.new("BlockMesh", part_10)
  500.  
  501. part_11 = Instance.new("Part", mjeep)
  502. part_11.Velocity = Vector3.new(-1.341, -0.009, 0.63)
  503. part_11.FormFactor = Enum.FormFactor.Plate
  504. part_11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  505. part_11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  506. part_11.RotVelocity = Vector3.new(0, 0.203, 0.003)
  507. part_11.Material = Enum.Material.Metal
  508. part_11.Size = Vector3.new(1, 0.4, 1)
  509. part_11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  510. part_11.CFrame = CFrame.new(115.55, 3.001, 29.696)* CFrame.Angles(-3.0763573646545, -1.5512616634369, 0.06522274017334)
  511. part_11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  512. part_11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  513. part_11.BrickColor = BrickColor.new("Slime green")
  514. part_11.Friction = 0.3
  515. part_11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  516.  
  517. mesh_16 = Instance.new("BlockMesh", part_11)
  518.  
  519. part_12 = Instance.new("Part", mjeep)
  520. part_12.Velocity = Vector3.new(-1.848, -0.008, 0.62)
  521. part_12.FormFactor = Enum.FormFactor.Plate
  522. part_12.CanCollide = false
  523. part_12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  524. part_12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  525. part_12.RotVelocity = Vector3.new(0, 0.203, 0.003)
  526. part_12.Material = Enum.Material.Metal
  527. part_12.Size = Vector3.new(1, 0.4, 1)
  528. part_12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  529. part_12.CFrame = CFrame.new(113.05, 3.004, 29.647)* CFrame.Angles(-3.0763578414917, -1.5512616634369, 0.065222360193729)
  530. part_12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  531. part_12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  532. part_12.BrickColor = BrickColor.new("Black")
  533. part_12.Friction = 0.3
  534. part_12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  535.  
  536. mesh_17 = Instance.new("BlockMesh", part_12)
  537. mesh_17.Offset = Vector3.new(0.5, 0, 0)
  538. mesh_17.Scale = Vector3.new(0.1, 1, 0.8)
  539.  
  540. part_13 = Instance.new("Part", mjeep)
  541. part_13.Velocity = Vector3.new(-1.314, 0.011, -0.789)
  542. part_13.FormFactor = Enum.FormFactor.Plate
  543. part_13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  544. part_13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  545. part_13.RotVelocity = Vector3.new(0, 0.203, 0.003)
  546. part_13.Material = Enum.Material.Metal
  547. part_13.Size = Vector3.new(1, 0.4, 1)
  548. part_13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  549. part_13.CFrame = CFrame.new(115.686, 3.001, 22.697)* CFrame.Angles(-3.0763578414917, -1.5512616634369, 0.065222360193729)
  550. part_13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  551. part_13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  552. part_13.BrickColor = BrickColor.new("Slime green")
  553. part_13.Friction = 0.3
  554. part_13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  555.  
  556. mesh_18 = Instance.new("BlockMesh", part_13)
  557.  
  558. part_14 = Instance.new("Part", mjeep)
  559. part_14.Velocity = Vector3.new(-2.234, 0.003, -0.098)
  560. part_14.FormFactor = Enum.FormFactor.Plate
  561. part_14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  562. part_14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  563. part_14.RotVelocity = Vector3.new(0, 0.203, 0.003)
  564. part_14.Material = Enum.Material.Metal
  565. part_14.Size = Vector3.new(6, 0.4, 13)
  566. part_14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  567. part_14.CFrame = CFrame.new(111.116, 0.807, 26.108)* CFrame.Angles(-3.0763566493988, -1.5512616634369, 0.065223500132561)
  568. part_14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  569. part_14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  570. part_14.BrickColor = BrickColor.new("Slime green")
  571. part_14.Friction = 0.3
  572. part_14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  573.  
  574. mesh_19 = Instance.new("BlockMesh", part_14)
  575.  
  576. w3 = Instance.new("Part", mjeep)
  577. w3.Velocity = Vector3.new(-2.822, 0.004, -0.108)
  578. w3.FormFactor = Enum.FormFactor.Plate
  579. w3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  580. w3.Transparency = 0.8
  581. w3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  582. w3.RotVelocity = Vector3.new(0, 0.203, 0.003)
  583. w3.Material = Enum.Material.Metal
  584. w3.Size = Vector3.new(1, 1.2, 4)
  585. w3.Name = "W3"
  586. w3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  587. w3.CFrame = CFrame.new(108.268, 4.692, 26.053)* CFrame.Angles(2.7371692340239e-005, -0.019484659656882, 2.9429566860199)
  588. w3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  589. w3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  590. w3.BrickColor = BrickColor.new("Light blue")
  591. w3.Friction = 0.3
  592. w3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  593.  
  594. mesh_20 = Instance.new("BlockMesh", w3)
  595. mesh_20.Offset = Vector3.new(0.35, 0, 0)
  596. mesh_20.Scale = Vector3.new(0.1, 1.6, 1.4)
  597.  
  598. w1_2 = Instance.new("Part", mjeep)
  599. w1_2.Velocity = Vector3.new(-2.777, 0.004, -0.107)
  600. w1_2.FormFactor = Enum.FormFactor.Plate
  601. w1_2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  602. w1_2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  603. w1_2.RotVelocity = Vector3.new(0, 0.203, 0.003)
  604. w1_2.Material = Enum.Material.Metal
  605. w1_2.Size = Vector3.new(1, 0.4, 6)
  606. w1_2.Name = "W1"
  607. w1_2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  608. w1_2.CFrame = CFrame.new(108.505, 5.868, 26.058)* CFrame.Angles(2.7371692340239e-005, -0.019484659656882, 2.9429566860199)
  609. w1_2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  610. w1_2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  611. w1_2.BrickColor = BrickColor.new("Slime green")
  612. w1_2.Friction = 0.3
  613. w1_2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  614.  
  615. mesh_21 = Instance.new("BlockMesh", w1_2)
  616. mesh_21.Offset = Vector3.new(0.35, 0, 0)
  617. mesh_21.Scale = Vector3.new(0.3, 1, 1)
  618.  
  619. door2 = Instance.new("Part", mjeep)
  620. door2.Velocity = Vector3.new(-2.329, 0.01, -0.606)
  621. door2.FormFactor = Enum.FormFactor.Plate
  622. door2.CanCollide = false
  623. door2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  624. door2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  625. door2.RotVelocity = Vector3.new(0, 0.203, 0.003)
  626. door2.Material = Enum.Material.Metal
  627. door2.Size = Vector3.new(1, 2.8, 6)
  628. door2.Name = "door2"
  629. door2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  630. door2.CFrame = CFrame.new(110.667, 2.407, 23.599)* CFrame.Angles(-3.0763564109802, -1.5512616634369, 0.065223693847656)
  631. door2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  632. door2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  633. door2.BrickColor = BrickColor.new("Slime green")
  634. door2.Friction = 0.3
  635. door2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  636.  
  637. mesh_22 = Instance.new("BlockMesh", door2)
  638. mesh_22.Offset = Vector3.new(0.35, 0, 0)
  639. mesh_22.Scale = Vector3.new(0.3, 1, 1)
  640.  
  641. part_15 = Instance.new("Part", mjeep)
  642. part_15.Velocity = Vector3.new(-3.24, 0.012, -0.624)
  643. part_15.FormFactor = Enum.FormFactor.Plate
  644. part_15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  645. part_15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  646. part_15.RotVelocity = Vector3.new(0, 0.203, 0.003)
  647. part_15.Material = Enum.Material.Metal
  648. part_15.Size = Vector3.new(1, 1.6, 3)
  649. part_15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  650. part_15.CFrame = CFrame.new(106.167, 1.813, 23.512)* CFrame.Angles(-3.0763564109802, -1.5512616634369, 0.065223693847656)
  651. part_15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  652. part_15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  653. part_15.BrickColor = BrickColor.new("Slime green")
  654. part_15.Friction = 0.3
  655. part_15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  656.  
  657. mesh_23 = Instance.new("BlockMesh", part_15)
  658.  
  659. frontwheels = Instance.new("Model", mjeep)
  660. frontwheels.Name = "frontwheels"
  661.  
  662. fwl = Instance.new("Part", frontwheels)
  663. fwl.FormFactor = Enum.FormFactor.Custom
  664. fwl.TopSurface = Enum.SurfaceType.Smooth
  665. fwl.Material = Enum.Material.Concrete
  666. fwl.Size = Vector3.new(0.65, 2.7, 2.7)
  667. fwl.Name = "fwl"
  668. fwl.CFrame = CFrame.new(105.634, 1.613, 29.536)* CFrame.Angles(0.064853571355343, 1.5512800216675, -0.065219387412071)
  669. fwl.Friction = 0.3
  670. fwl.BottomSurface = Enum.SurfaceType.Smooth
  671.  
  672. mesh_24 = Instance.new("SpecialMesh", fwl)
  673. mesh_24.Scale = Vector3.new(4, 3.5, 3.5)
  674. mesh_24.MeshId = "http://www.roblox.com/asset/?id=122202439"
  675. mesh_24.TextureId = "http://www.roblox.com/asset/?id=122185866"
  676. mesh_24.MeshType = Enum.MeshType.FileMesh
  677.  
  678. fwr = Instance.new("Part", frontwheels)
  679. fwr.FormFactor = Enum.FormFactor.Custom
  680. fwr.TopSurface = Enum.SurfaceType.Smooth
  681. fwr.Material = Enum.Material.Concrete
  682. fwr.Size = Vector3.new(0.65, 2.7, 2.7)
  683. fwr.Name = "fwr"
  684. fwr.CFrame = CFrame.new(105.634, 1.613, 22.536)* CFrame.Angles(0.064853571355343, 1.5512800216675, -0.065219387412071)
  685. fwr.Friction = 0.3
  686. fwr.BottomSurface = Enum.SurfaceType.Smooth
  687.  
  688. mesh_25 = Instance.new("SpecialMesh", fwr)
  689. mesh_25.Scale = Vector3.new(4, 3.5, 3.5)
  690. mesh_25.MeshId = "http://www.roblox.com/asset/?id=122202439"
  691. mesh_25.TextureId = "http://www.roblox.com/asset/?id=122185866"
  692. mesh_25.MeshType = Enum.MeshType.FileMesh
  693.  
  694. faxle = Instance.new("Part", frontwheels)
  695. faxle.FormFactor = Enum.FormFactor.Symmetric
  696. faxle.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  697. faxle.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  698. faxle.Material = Enum.Material.Metal
  699. faxle.Size = Vector3.new(0.5, 7.275, 0.5)
  700. faxle.Name = "faxle"
  701. faxle.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  702. faxle.CFrame = CFrame.new(105.618, 1.826, 26.032)* CFrame.Angles(0.065231040120125, 1.5512616634369, -1.6360148191452)
  703. faxle.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  704. faxle.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  705. faxle.BrickColor = BrickColor.new("Black")
  706. faxle.Friction = 0.3
  707. faxle.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  708.  
  709. part_16 = Instance.new("Part", mjeep)
  710. part_16.Velocity = Vector3.new(-3.259, -0.002, 0.389)
  711. part_16.FormFactor = Enum.FormFactor.Plate
  712. part_16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  713. part_16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  714. part_16.RotVelocity = Vector3.new(0, 0.203, 0.003)
  715. part_16.Material = Enum.Material.Metal
  716. part_16.Size = Vector3.new(1, 1.6, 3)
  717. part_16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  718. part_16.CFrame = CFrame.new(106.069, 1.813, 28.511)* CFrame.Angles(-3.0763564109802, -1.5512616634369, 0.065223693847656)
  719. part_16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  720. part_16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  721. part_16.BrickColor = BrickColor.new("Slime green")
  722. part_16.Friction = 0.3
  723. part_16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  724.  
  725. mesh_26 = Instance.new("BlockMesh", part_16)
  726.  
  727. w5 = Instance.new("Part", mjeep)
  728. w5.FormFactor = Enum.FormFactor.Plate
  729. w5.CanCollide = false
  730. w5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  731. w5.Transparency = 1
  732. w5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  733. w5.Material = Enum.Material.Metal
  734. w5.Size = Vector3.new(1, 0.4, 6)
  735. w5.Name = "W5"
  736. w5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  737. w5.CFrame = CFrame.new(106.012, 5.278, 26.057)* CFrame.Angles(0.018201598897576, -0.0069662402383983, -2.1358544826508)
  738. w5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  739. w5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  740. w5.BrickColor = BrickColor.new("Slime green")
  741. w5.Friction = 0.3
  742. w5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  743.  
  744. mesh_27 = Instance.new("BlockMesh", w5)
  745. mesh_27.Offset = Vector3.new(0.35, 0, 0)
  746. mesh_27.Scale = Vector3.new(0.3, 1, 1)
  747.  
  748. part_17 = Instance.new("Part", mjeep)
  749. part_17.Velocity = Vector3.new(-3.367, -0.004, 0.59)
  750. part_17.FormFactor = Enum.FormFactor.Plate
  751. part_17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  752. part_17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  753. part_17.RotVelocity = Vector3.new(0, 0.203, 0.003)
  754. part_17.Material = Enum.Material.Metal
  755. part_17.Size = Vector3.new(1, 0.4, 1)
  756. part_17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  757. part_17.CFrame = CFrame.new(105.553, 3.013, 29.501)* CFrame.Angles(-3.0763614177704, -1.5512647628784, 0.065218664705753)
  758. part_17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  759. part_17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  760. part_17.BrickColor = BrickColor.new("Slime green")
  761. part_17.Friction = 0.3
  762. part_17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  763.  
  764. mesh_28 = Instance.new("BlockMesh", part_17)
  765.  
  766. w4 = Instance.new("Part", mjeep)
  767. w4.Velocity = Vector3.new(-2.824, -0.003, 0.399)
  768. w4.FormFactor = Enum.FormFactor.Plate
  769. w4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  770. w4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  771. w4.RotVelocity = Vector3.new(0, 0.203, 0.003)
  772. w4.Material = Enum.Material.Metal
  773. w4.Size = Vector3.new(1, 1.6, 1)
  774. w4.Name = "W4"
  775. w4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  776. w4.CFrame = CFrame.new(108.259, 4.888, 28.553)* CFrame.Angles(2.7346923161531e-005, -0.019484709948301, 2.9429571628571)
  777. w4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  778. w4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  779. w4.BrickColor = BrickColor.new("Slime green")
  780. w4.Friction = 0.3
  781. w4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  782.  
  783. mesh_29 = Instance.new("BlockMesh", w4)
  784. mesh_29.Offset = Vector3.new(0.35, 0, 0.35)
  785. mesh_29.Scale = Vector3.new(0.3, 1.5, 0.3)
  786.  
  787. w6 = Instance.new("Part", mjeep)
  788. w6.Velocity = Vector3.new(-2.804, 0.011, -0.614)
  789. w6.FormFactor = Enum.FormFactor.Plate
  790. w6.CanCollide = false
  791. w6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  792. w6.Transparency = 1
  793. w6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  794. w6.RotVelocity = Vector3.new(0, 0.203, 0.003)
  795. w6.Material = Enum.Material.Metal
  796. w6.Size = Vector3.new(1, 1.6, 1)
  797. w6.Name = "W6"
  798. w6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  799. w6.CFrame = CFrame.new(106.874, 4.788, 23.554)* CFrame.Angles(1.5934143066406, -0.56504017114639, -1.5625476837158)
  800. w6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  801. w6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  802. w6.BrickColor = BrickColor.new("Slime green")
  803. w6.Friction = 0.3
  804. w6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  805.  
  806. mesh_30 = Instance.new("BlockMesh", w6)
  807. mesh_30.Offset = Vector3.new(0.35, 0, 0.35)
  808. mesh_30.Scale = Vector3.new(0.3, 1.5, 0.3)
  809.  
  810. w7 = Instance.new("Part", mjeep)
  811. w7.FormFactor = Enum.FormFactor.Plate
  812. w7.CanCollide = false
  813. w7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  814. w7.Transparency = 1
  815. w7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  816. w7.Material = Enum.Material.Metal
  817. w7.Size = Vector3.new(1, 1.2, 4)
  818. w7.Name = "W7"
  819. w7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  820. w7.CFrame = CFrame.new(107.025, 4.635, 26.053)* CFrame.Angles(0.018201598897576, -0.0069662402383983, -2.1358544826508)
  821. w7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  822. w7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  823. w7.BrickColor = BrickColor.new("Light blue")
  824. w7.Friction = 0.3
  825. w7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  826.  
  827. mesh_31 = Instance.new("BlockMesh", w7)
  828. mesh_31.Offset = Vector3.new(0.35, 0, 0)
  829. mesh_31.Scale = Vector3.new(0.1, 1.6, 1.4)
  830.  
  831. w8 = Instance.new("Part", mjeep)
  832. w8.Velocity = Vector3.new(-2.824, -0.003, 0.399)
  833. w8.FormFactor = Enum.FormFactor.Plate
  834. w8.CanCollide = false
  835. w8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  836. w8.Transparency = 1
  837. w8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  838. w8.RotVelocity = Vector3.new(0, 0.203, 0.003)
  839. w8.Material = Enum.Material.Metal
  840. w8.Size = Vector3.new(1, 1.6, 1)
  841. w8.Name = "W8"
  842. w8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  843. w8.CFrame = CFrame.new(106.839, 4.697, 28.553)* CFrame.Angles(0.018201638013124, -0.0069662784226239, -2.1358540058136)
  844. w8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  845. w8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  846. w8.BrickColor = BrickColor.new("Slime green")
  847. w8.Friction = 0.3
  848. w8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  849.  
  850. mesh_32 = Instance.new("BlockMesh", w8)
  851. mesh_32.Offset = Vector3.new(0.35, 0, 0.35)
  852. mesh_32.Scale = Vector3.new(0.3, 1.5, 0.3)
  853.  
  854. wedge_2 = Instance.new("WedgePart", mjeep)
  855. wedge_2.Velocity = Vector3.new(-3.137, 0.015, -0.824)
  856. wedge_2.FormFactor = Enum.FormFactor.Plate
  857. wedge_2.CanCollide = false
  858. wedge_2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  859. wedge_2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  860. wedge_2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  861. wedge_2.Friction = 0.3
  862. wedge_2.RotVelocity = Vector3.new(0, 0.203, 0.003)
  863. wedge_2.Material = Enum.Material.Metal
  864. wedge_2.Size = Vector3.new(1, 0.4, 1)
  865. wedge_2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  866. wedge_2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  867. wedge_2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  868. wedge_2.CFrame = CFrame.new(106.687, 3.012, 22.521)* CFrame.Angles(-3.0763599872589, -1.5512647628784, -3.0763726234436)
  869. wedge_2.BrickColor = BrickColor.new("Slime green")
  870.  
  871. mesh_33 = Instance.new("SpecialMesh", wedge_2)
  872. mesh_33.MeshType = Enum.MeshType.Wedge
  873.  
  874. part_18 = Instance.new("Part", mjeep)
  875. part_18.Velocity = Vector3.new(-3.047, 0.005, -0.113)
  876. part_18.FormFactor = Enum.FormFactor.Plate
  877. part_18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  878. part_18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  879. part_18.RotVelocity = Vector3.new(0, 0.203, 0.003)
  880. part_18.Material = Enum.Material.Metal
  881. part_18.Size = Vector3.new(4, 1.6, 1)
  882. part_18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  883. part_18.CFrame = CFrame.new(107.118, 1.812, 26.031)* CFrame.Angles(-3.0763564109802, -1.5512616634369, 0.065223693847656)
  884. part_18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  885. part_18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  886. part_18.BrickColor = BrickColor.new("Slime green")
  887. part_18.Friction = 0.3
  888. part_18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  889.  
  890. mesh_34 = Instance.new("BlockMesh", part_18)
  891.  
  892. part_19 = Instance.new("Part", mjeep)
  893. part_19.Velocity = Vector3.new(-2.833, 0.014, -0.818)
  894. part_19.FormFactor = Enum.FormFactor.Plate
  895. part_19.CanCollide = false
  896. part_19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  897. part_19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  898. part_19.RotVelocity = Vector3.new(0, 0.203, 0.003)
  899. part_19.Material = Enum.Material.Metal
  900. part_19.Size = Vector3.new(1, 0.4, 1)
  901. part_19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  902. part_19.CFrame = CFrame.new(108.187, 3.011, 22.551)* CFrame.Angles(0.065235875546932, 1.5512616634369, 3.0763692855835)
  903. part_19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  904. part_19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  905. part_19.BrickColor = BrickColor.new("Black")
  906. part_19.Friction = 0.3
  907. part_19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  908.  
  909. mesh_35 = Instance.new("BlockMesh", part_19)
  910. mesh_35.Offset = Vector3.new(0.5, 0, 0)
  911. mesh_35.Scale = Vector3.new(0.1, 1, 0.8)
  912.  
  913. part_20 = Instance.new("Part", mjeep)
  914. part_20.Velocity = Vector3.new(-2.861, -0.005, 0.6)
  915. part_20.FormFactor = Enum.FormFactor.Plate
  916. part_20.CanCollide = false
  917. part_20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  918. part_20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  919. part_20.RotVelocity = Vector3.new(0, 0.203, 0.003)
  920. part_20.Material = Enum.Material.Metal
  921. part_20.Size = Vector3.new(1, 0.4, 1)
  922. part_20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  923. part_20.CFrame = CFrame.new(108.051, 3.011, 29.55)* CFrame.Angles(-3.0763578414917, -1.5512616634369, 0.065222360193729)
  924. part_20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  925. part_20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  926. part_20.BrickColor = BrickColor.new("Black")
  927. part_20.Friction = 0.3
  928. part_20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  929.  
  930. mesh_36 = Instance.new("BlockMesh", part_20)
  931. mesh_36.Offset = Vector3.new(0.5, 0, 0)
  932. mesh_36.Scale = Vector3.new(0.1, 1, 0.8)
  933.  
  934. part_21 = Instance.new("Part", mjeep)
  935. part_21.Velocity = Vector3.new(-3.758, 0.007, -0.127)
  936. part_21.FormFactor = Enum.FormFactor.Plate
  937. part_21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  938. part_21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  939. part_21.RotVelocity = Vector3.new(0, 0.203, 0.003)
  940. part_21.Material = Enum.Material.Metal
  941. part_21.Size = Vector3.new(6, 0.4, 2)
  942. part_21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  943. part_21.CFrame = CFrame.new(103.619, 2.416, 25.963)* CFrame.Angles(-3.076357126236, -1.5512616634369, 0.065222926437855)
  944. part_21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  945. part_21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  946. part_21.BrickColor = BrickColor.new("Slime green")
  947. part_21.Friction = 0.3
  948. part_21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  949.  
  950. mesh_37 = Instance.new("BlockMesh", part_21)
  951.  
  952. w2 = Instance.new("Part", mjeep)
  953. w2.Velocity = Vector3.new(-2.804, 0.011, -0.614)
  954. w2.FormFactor = Enum.FormFactor.Plate
  955. w2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  956. w2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  957. w2.RotVelocity = Vector3.new(0, 0.203, 0.003)
  958. w2.Material = Enum.Material.Metal
  959. w2.Size = Vector3.new(1, 1.6, 1)
  960. w2.Name = "W2"
  961. w2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  962. w2.CFrame = CFrame.new(108.357, 4.888, 23.554)* CFrame.Angles(-1.6672585010529, -1.3712096214294, 1.4723644256592)
  963. w2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  964. w2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  965. w2.BrickColor = BrickColor.new("Slime green")
  966. w2.Friction = 0.3
  967. w2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  968.  
  969. mesh_38 = Instance.new("BlockMesh", w2)
  970. mesh_38.Offset = Vector3.new(0.35, 0, 0.35)
  971. mesh_38.Scale = Vector3.new(0.3, 1.5, 0.3)
  972.  
  973. part_22 = Instance.new("Part", mjeep)
  974. part_22.Velocity = Vector3.new(-3.34, 0.015, -0.828)
  975. part_22.FormFactor = Enum.FormFactor.Plate
  976. part_22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  977. part_22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  978. part_22.RotVelocity = Vector3.new(0, 0.203, 0.003)
  979. part_22.Material = Enum.Material.Metal
  980. part_22.Size = Vector3.new(1, 0.4, 1)
  981. part_22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  982. part_22.CFrame = CFrame.new(105.688, 3.013, 22.502)* CFrame.Angles(-3.076358795166, -1.5512647628784, 0.06522136926651)
  983. part_22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  984. part_22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  985. part_22.BrickColor = BrickColor.new("Slime green")
  986. part_22.Friction = 0.3
  987. part_22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  988.  
  989. mesh_39 = Instance.new("BlockMesh", part_22)
  990.  
  991. wedge_3 = Instance.new("WedgePart", mjeep)
  992. wedge_3.Velocity = Vector3.new(-1.543, -0.008, 0.626)
  993. wedge_3.FormFactor = Enum.FormFactor.Plate
  994. wedge_3.CanCollide = false
  995. wedge_3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  996. wedge_3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  997. wedge_3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  998. wedge_3.Friction = 0.3
  999. wedge_3.RotVelocity = Vector3.new(0, 0.203, 0.003)
  1000. wedge_3.Material = Enum.Material.Metal
  1001. wedge_3.Size = Vector3.new(1, 0.4, 1)
  1002. wedge_3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1003. wedge_3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1004. wedge_3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1005. wedge_3.CFrame = CFrame.new(114.55, 2.602, 29.677)* CFrame.Angles(-3.0763578414917, -1.5512616634369, 0.065222159028053)
  1006. wedge_3.BrickColor = BrickColor.new("Slime green")
  1007.  
  1008. mesh_40 = Instance.new("SpecialMesh", wedge_3)
  1009. mesh_40.MeshType = Enum.MeshType.Wedge
  1010.  
  1011. wedge_4 = Instance.new("WedgePart", mjeep)
  1012. wedge_4.Velocity = Vector3.new(-1.11, 0.011, -0.785)
  1013. wedge_4.FormFactor = Enum.FormFactor.Plate
  1014. wedge_4.CanCollide = false
  1015. wedge_4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1016. wedge_4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1017. wedge_4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1018. wedge_4.Friction = 0.3
  1019. wedge_4.RotVelocity = Vector3.new(0, 0.203, 0.003)
  1020. wedge_4.Material = Enum.Material.Metal
  1021. wedge_4.Size = Vector3.new(1, 0.4, 1)
  1022. wedge_4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1023. wedge_4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1024. wedge_4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1025. wedge_4.CFrame = CFrame.new(116.686, 2.599, 22.716)* CFrame.Angles(0.065235115587711, 1.5512616634369, 3.0763700008392)
  1026. wedge_4.BrickColor = BrickColor.new("Slime green")
  1027.  
  1028. mesh_41 = Instance.new("SpecialMesh", wedge_4)
  1029. mesh_41.MeshType = Enum.MeshType.Wedge
  1030.  
  1031. wedge_5 = Instance.new("WedgePart", mjeep)
  1032. wedge_5.Velocity = Vector3.new(-1.111, 0.011, -0.785)
  1033. wedge_5.FormFactor = Enum.FormFactor.Plate
  1034. wedge_5.CanCollide = false
  1035. wedge_5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1036. wedge_5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1037. wedge_5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1038. wedge_5.Friction = 0.3
  1039. wedge_5.RotVelocity = Vector3.new(0, 0.203, 0.003)
  1040. wedge_5.Material = Enum.Material.Metal
  1041. wedge_5.Size = Vector3.new(1, 0.4, 1)
  1042. wedge_5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1043. wedge_5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1044. wedge_5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1045. wedge_5.CFrame = CFrame.new(116.686, 2.999, 22.716)* CFrame.Angles(-3.0763576030731, -1.5512616634369, -3.0763702392578)
  1046. wedge_5.BrickColor = BrickColor.new("Slime green")
  1047.  
  1048. mesh_42 = Instance.new("SpecialMesh", wedge_5)
  1049. mesh_42.MeshType = Enum.MeshType.Wedge
  1050.  
  1051. vehicleseat = Instance.new("Seat", mjeep)
  1052. vehicleseat.Velocity = Vector3.new(-2.534, 0.008, -0.408)
  1053. vehicleseat.Friction = 0.3
  1054. vehicleseat.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1055. vehicleseat.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1056. vehicleseat.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1057. vehicleseat.BrickColor = BrickColor.new("Brown")
  1058. vehicleseat.RotVelocity = Vector3.new(0, 0.203, 0.003)
  1059. vehicleseat.CFrame = CFrame.new(109.646, 1.509, 24.58)* CFrame.Angles(0.065236255526543, 1.5512616634369, -0.065223693847656)
  1060. vehicleseat.Material = Enum.Material.SmoothPlastic
  1061. vehicleseat.Size = Vector3.new(1, 1, 2)
  1062. vehicleseat.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1063. vehicleseat.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1064. vehicleseat.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1065.  
  1066. mesh_43 = Instance.new("BlockMesh", vehicleseat)
  1067. mesh_43.Scale = Vector3.new(2, 1, 1)
  1068.  
  1069. wedge_6 = Instance.new("WedgePart", mjeep)
  1070. wedge_6.Velocity = Vector3.new(-1.023, 0.001, -0.074)
  1071. wedge_6.FormFactor = Enum.FormFactor.Plate
  1072. wedge_6.CanCollide = false
  1073. wedge_6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1074. wedge_6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1075. wedge_6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1076. wedge_6.Friction = 0.3
  1077. wedge_6.RotVelocity = Vector3.new(0, 0.203, 0.003)
  1078. wedge_6.Material = Enum.Material.Metal
  1079. wedge_6.Size = Vector3.new(6, 2, 1)
  1080. wedge_6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1081. wedge_6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1082. wedge_6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1083. wedge_6.CFrame = CFrame.new(117.117, 2.799, 26.225)* CFrame.Angles(-3.0763580799103, -1.5512647628784, -3.076370716095)
  1084. wedge_6.BrickColor = BrickColor.new("Slime green")
  1085.  
  1086. mesh_44 = Instance.new("SpecialMesh", wedge_6)
  1087. mesh_44.MeshType = Enum.MeshType.Wedge
  1088.  
  1089. wedge_7 = Instance.new("WedgePart", mjeep)
  1090. wedge_7.Velocity = Vector3.new(-1.684, -0.008, 0.623)
  1091. wedge_7.FormFactor = Enum.FormFactor.Plate
  1092. wedge_7.CanCollide = false
  1093. wedge_7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1094. wedge_7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1095. wedge_7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1096. wedge_7.Friction = 0.3
  1097. wedge_7.RotVelocity = Vector3.new(0, 0.203, 0.003)
  1098. wedge_7.Material = Enum.Material.Metal
  1099. wedge_7.Size = Vector3.new(1, 0.4, 1)
  1100. wedge_7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1101. wedge_7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1102. wedge_7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1103. wedge_7.CFrame = CFrame.new(113.85, 2.303, 29.663)* CFrame.Angles(1.5708210468292, -0.0012703418033198, 1.5902481079102)
  1104. wedge_7.BrickColor = BrickColor.new("Slime green")
  1105.  
  1106. mesh_45 = Instance.new("SpecialMesh", wedge_7)
  1107. mesh_45.MeshType = Enum.MeshType.Wedge
  1108.  
  1109. wedge_8 = Instance.new("WedgePart", mjeep)
  1110. wedge_8.Velocity = Vector3.new(-1.139, -0.009, 0.634)
  1111. wedge_8.FormFactor = Enum.FormFactor.Plate
  1112. wedge_8.CanCollide = false
  1113. wedge_8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1114. wedge_8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1115. wedge_8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1116. wedge_8.Friction = 0.3
  1117. wedge_8.RotVelocity = Vector3.new(0, 0.203, 0.003)
  1118. wedge_8.Material = Enum.Material.Metal
  1119. wedge_8.Size = Vector3.new(1, 0.4, 1)
  1120. wedge_8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1121. wedge_8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1122. wedge_8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1123. wedge_8.CFrame = CFrame.new(116.549, 2.999, 29.715)* CFrame.Angles(-3.0763578414917, -1.5512616634369, -3.0763704776764)
  1124. wedge_8.BrickColor = BrickColor.new("Slime green")
  1125.  
  1126. mesh_46 = Instance.new("SpecialMesh", wedge_8)
  1127. mesh_46.MeshType = Enum.MeshType.Wedge
  1128.  
  1129. driverseat = Instance.new("VehicleSeat", mjeep)
  1130. driverseat.Velocity = Vector3.new(-2.545, 0, 0.2)
  1131. driverseat.Friction = 0.3
  1132. driverseat.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1133. driverseat.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1134. driverseat.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1135. driverseat.MaxSpeed = 20
  1136. driverseat.BrickColor = BrickColor.new("Brown")
  1137. driverseat.RotVelocity = Vector3.new(0, 0.203, 0.003)
  1138. driverseat.CFrame = CFrame.new(109.588, 1.509, 27.579)* CFrame.Angles(0.065236061811447, 1.5512616634369, -0.065223500132561)
  1139. driverseat.Material = Enum.Material.SmoothPlastic
  1140. driverseat.Size = Vector3.new(1, 1, 2)
  1141. driverseat.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1142. driverseat.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1143. driverseat.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1144. driverseat.Torque = 1
  1145. driverseat.Name = "driverseat"
  1146. driverseat.HeadsUpDisplay = false
  1147.  
  1148. mesh_47 = Instance.new("BlockMesh", driverseat)
  1149. mesh_47.Scale = Vector3.new(2, 1, 1)
  1150.  
  1151. wedge_9 = Instance.new("WedgePart", mjeep)
  1152. wedge_9.Velocity = Vector3.new(-0.995, -0.009, 0.636)
  1153. wedge_9.FormFactor = Enum.FormFactor.Plate
  1154. wedge_9.CanCollide = false
  1155. wedge_9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1156. wedge_9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1157. wedge_9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1158. wedge_9.Friction = 0.3
  1159. wedge_9.RotVelocity = Vector3.new(0, 0.203, 0.003)
  1160. wedge_9.Material = Enum.Material.Metal
  1161. wedge_9.Size = Vector3.new(1, 0.4, 1)
  1162. wedge_9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1163. wedge_9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1164. wedge_9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1165. wedge_9.CFrame = CFrame.new(117.249, 2.298, 29.729)* CFrame.Angles(1.5708210468292, -0.0012703415704891, -1.5513443946838)
  1166. wedge_9.BrickColor = BrickColor.new("Slime green")
  1167.  
  1168. mesh_48 = Instance.new("SpecialMesh", wedge_9)
  1169. mesh_48.MeshType = Enum.MeshType.Wedge
  1170.  
  1171. wedge_10 = Instance.new("WedgePart", mjeep)
  1172. wedge_10.Velocity = Vector3.new(-1.138, -0.009, 0.633)
  1173. wedge_10.FormFactor = Enum.FormFactor.Plate
  1174. wedge_10.CanCollide = false
  1175. wedge_10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1176. wedge_10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1177. wedge_10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1178. wedge_10.Friction = 0.3
  1179. wedge_10.RotVelocity = Vector3.new(0, 0.203, 0.003)
  1180. wedge_10.Material = Enum.Material.Metal
  1181. wedge_10.Size = Vector3.new(1, 0.4, 1)
  1182. wedge_10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1183. wedge_10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1184. wedge_10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1185. wedge_10.CFrame = CFrame.new(116.55, 2.599, 29.715)* CFrame.Angles(0.065234735608101, 1.5512616634369, 3.0763704776764)
  1186. wedge_10.BrickColor = BrickColor.new("Slime green")
  1187.  
  1188. mesh_49 = Instance.new("SpecialMesh", wedge_10)
  1189. mesh_49.MeshType = Enum.MeshType.Wedge
  1190.  
  1191. wedge_11 = Instance.new("WedgePart", mjeep)
  1192. wedge_11.Velocity = Vector3.new(-1.544, -0.008, 0.626)
  1193. wedge_11.FormFactor = Enum.FormFactor.Plate
  1194. wedge_11.CanCollide = false
  1195. wedge_11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1196. wedge_11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1197. wedge_11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1198. wedge_11.Friction = 0.3
  1199. wedge_11.RotVelocity = Vector3.new(0, 0.203, 0.003)
  1200. wedge_11.Material = Enum.Material.Metal
  1201. wedge_11.Size = Vector3.new(1, 0.4, 1)
  1202. wedge_11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1203. wedge_11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1204. wedge_11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1205. wedge_11.CFrame = CFrame.new(114.551, 3.002, 29.677)* CFrame.Angles(0.065234735608101, 1.5512616634369, -0.065222159028053)
  1206. wedge_11.BrickColor = BrickColor.new("Slime green")
  1207.  
  1208. mesh_50 = Instance.new("SpecialMesh", wedge_11)
  1209. mesh_50.MeshType = Enum.MeshType.Wedge
  1210.  
  1211. wedge_12 = Instance.new("WedgePart", mjeep)
  1212. wedge_12.Velocity = Vector3.new(-0.967, 0.01, -0.782)
  1213. wedge_12.FormFactor = Enum.FormFactor.Plate
  1214. wedge_12.CanCollide = false
  1215. wedge_12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1216. wedge_12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1217. wedge_12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1218. wedge_12.Friction = 0.3
  1219. wedge_12.RotVelocity = Vector3.new(0, 0.203, 0.003)
  1220. wedge_12.Material = Enum.Material.Metal
  1221. wedge_12.Size = Vector3.new(1, 0.4, 1)
  1222. wedge_12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1223. wedge_12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1224. wedge_12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1225. wedge_12.CFrame = CFrame.new(117.385, 2.298, 22.729)* CFrame.Angles(1.5708210468292, -0.0012703415704891, -1.5513443946838)
  1226. wedge_12.BrickColor = BrickColor.new("Slime green")
  1227.  
  1228. mesh_51 = Instance.new("SpecialMesh", wedge_12)
  1229. mesh_51.MeshType = Enum.MeshType.Wedge
  1230.  
  1231. vehicleseat_2 = Instance.new("Seat", mjeep)
  1232. vehicleseat_2.Velocity = Vector3.new(-1.926, 0.007, -0.396)
  1233. vehicleseat_2.Friction = 0.3
  1234. vehicleseat_2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1235. vehicleseat_2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1236. vehicleseat_2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1237. vehicleseat_2.BrickColor = BrickColor.new("Brown")
  1238. vehicleseat_2.RotVelocity = Vector3.new(0, 0.203, 0.003)
  1239. vehicleseat_2.CFrame = CFrame.new(112.646, 1.505, 24.638)* CFrame.Angles(0.065235294401646, 1.5512616634369, -0.06522274017334)
  1240. vehicleseat_2.Material = Enum.Material.SmoothPlastic
  1241. vehicleseat_2.Size = Vector3.new(1, 1, 2)
  1242. vehicleseat_2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1243. vehicleseat_2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1244. vehicleseat_2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1245.  
  1246. mesh_52 = Instance.new("BlockMesh", vehicleseat_2)
  1247. mesh_52.Offset = Vector3.new(-0.1, 0, 0)
  1248. mesh_52.Scale = Vector3.new(3, 1, 1)
  1249.  
  1250. wedge_13 = Instance.new("WedgePart", mjeep)
  1251. wedge_13.Velocity = Vector3.new(-3.542, 0.016, -0.832)
  1252. wedge_13.FormFactor = Enum.FormFactor.Plate
  1253. wedge_13.CanCollide = false
  1254. wedge_13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1255. wedge_13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1256. wedge_13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1257. wedge_13.Friction = 0.3
  1258. wedge_13.RotVelocity = Vector3.new(0, 0.203, 0.003)
  1259. wedge_13.Material = Enum.Material.Metal
  1260. wedge_13.Size = Vector3.new(1, 0.4, 1)
  1261. wedge_13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1262. wedge_13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1263. wedge_13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1264. wedge_13.CFrame = CFrame.new(104.688, 2.615, 22.482)* CFrame.Angles(-3.076358795166, -1.5512647628784, 0.065221190452576)
  1265. wedge_13.BrickColor = BrickColor.new("Slime green")
  1266.  
  1267. mesh_53 = Instance.new("SpecialMesh", wedge_13)
  1268. mesh_53.MeshType = Enum.MeshType.Wedge
  1269.  
  1270. wedge_14 = Instance.new("WedgePart", mjeep)
  1271. wedge_14.Velocity = Vector3.new(-2.994, 0.015, -0.822)
  1272. wedge_14.FormFactor = Enum.FormFactor.Plate
  1273. wedge_14.CanCollide = false
  1274. wedge_14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1275. wedge_14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1276. wedge_14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1277. wedge_14.Friction = 0.3
  1278. wedge_14.RotVelocity = Vector3.new(0, 0.203, 0.003)
  1279. wedge_14.Material = Enum.Material.Metal
  1280. wedge_14.Size = Vector3.new(1, 0.4, 1)
  1281. wedge_14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1282. wedge_14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1283. wedge_14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1284. wedge_14.CFrame = CFrame.new(107.386, 2.311, 22.535)* CFrame.Angles(1.5708210468292, -0.0012703271349892, -1.5513446331024)
  1285. wedge_14.BrickColor = BrickColor.new("Slime green")
  1286.  
  1287. mesh_54 = Instance.new("SpecialMesh", wedge_14)
  1288. mesh_54.MeshType = Enum.MeshType.Wedge
  1289.  
  1290. wedge_15 = Instance.new("WedgePart", mjeep)
  1291. wedge_15.Velocity = Vector3.new(-3.455, 0.006, -0.121)
  1292. wedge_15.FormFactor = Enum.FormFactor.Plate
  1293. wedge_15.CanCollide = false
  1294. wedge_15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1295. wedge_15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1296. wedge_15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1297. wedge_15.Friction = 0.3
  1298. wedge_15.RotVelocity = Vector3.new(0, 0.203, 0.003)
  1299. wedge_15.Material = Enum.Material.Metal
  1300. wedge_15.Size = Vector3.new(6, 1.2, 5)
  1301. wedge_15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1302. wedge_15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1303. wedge_15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1304. wedge_15.CFrame = CFrame.new(105.122, 3.214, 25.992)* CFrame.Angles(0.065233588218689, 1.5512647628784, -0.06522099673748)
  1305. wedge_15.BrickColor = BrickColor.new("Slime green")
  1306.  
  1307. mesh_55 = Instance.new("SpecialMesh", wedge_15)
  1308. mesh_55.MeshType = Enum.MeshType.Wedge
  1309.  
  1310. wedge_16 = Instance.new("WedgePart", mjeep)
  1311. wedge_16.Velocity = Vector3.new(-3.543, 0.016, -0.832)
  1312. wedge_16.FormFactor = Enum.FormFactor.Plate
  1313. wedge_16.CanCollide = false
  1314. wedge_16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1315. wedge_16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1316. wedge_16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1317. wedge_16.Friction = 0.3
  1318. wedge_16.RotVelocity = Vector3.new(0, 0.203, 0.003)
  1319. wedge_16.Material = Enum.Material.Metal
  1320. wedge_16.Size = Vector3.new(1, 0.4, 1)
  1321. wedge_16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1322. wedge_16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1323. wedge_16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1324. wedge_16.CFrame = CFrame.new(104.688, 3.015, 22.482)* CFrame.Angles(0.065234139561653, 1.5512647628784, -0.065221562981606)
  1325. wedge_16.BrickColor = BrickColor.new("Slime green")
  1326.  
  1327. mesh_56 = Instance.new("SpecialMesh", wedge_16)
  1328. mesh_56.MeshType = Enum.MeshType.Wedge
  1329.  
  1330. wedge_17 = Instance.new("WedgePart", mjeep)
  1331. wedge_17.Velocity = Vector3.new(-3.021, -0.005, 0.597)
  1332. wedge_17.FormFactor = Enum.FormFactor.Plate
  1333. wedge_17.CanCollide = false
  1334. wedge_17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1335. wedge_17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1336. wedge_17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1337. wedge_17.Friction = 0.3
  1338. wedge_17.RotVelocity = Vector3.new(0, 0.203, 0.003)
  1339. wedge_17.Material = Enum.Material.Metal
  1340. wedge_17.Size = Vector3.new(1, 0.4, 1)
  1341. wedge_17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1342. wedge_17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1343. wedge_17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1344. wedge_17.CFrame = CFrame.new(107.25, 2.311, 29.535)* CFrame.Angles(1.5708210468292, -0.0012703569373116, -1.5513446331024)
  1345. wedge_17.BrickColor = BrickColor.new("Slime green")
  1346.  
  1347. mesh_57 = Instance.new("SpecialMesh", wedge_17)
  1348. mesh_57.MeshType = Enum.MeshType.Wedge
  1349.  
  1350. wedge_18 = Instance.new("WedgePart", mjeep)
  1351. wedge_18.Velocity = Vector3.new(-3.165, -0.005, 0.594)
  1352. wedge_18.FormFactor = Enum.FormFactor.Plate
  1353. wedge_18.CanCollide = false
  1354. wedge_18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1355. wedge_18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1356. wedge_18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1357. wedge_18.Friction = 0.3
  1358. wedge_18.RotVelocity = Vector3.new(0, 0.203, 0.003)
  1359. wedge_18.Material = Enum.Material.Metal
  1360. wedge_18.Size = Vector3.new(1, 0.4, 1)
  1361. wedge_18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1362. wedge_18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1363. wedge_18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1364. wedge_18.CFrame = CFrame.new(106.55, 3.012, 29.521)* CFrame.Angles(-3.076363325119, -1.5512616634369, -3.0763759613037)
  1365. wedge_18.BrickColor = BrickColor.new("Slime green")
  1366.  
  1367. mesh_58 = Instance.new("SpecialMesh", wedge_18)
  1368. mesh_58.MeshType = Enum.MeshType.Wedge
  1369.  
  1370. wedge_19 = Instance.new("WedgePart", mjeep)
  1371. wedge_19.Velocity = Vector3.new(-2.739, 0.011, -0.613)
  1372. wedge_19.FormFactor = Enum.FormFactor.Plate
  1373. wedge_19.CanCollide = false
  1374. wedge_19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1375. wedge_19.Transparency = 1
  1376. wedge_19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1377. wedge_19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1378. wedge_19.Friction = 0.3
  1379. wedge_19.RotVelocity = Vector3.new(0, 0.203, 0.003)
  1380. wedge_19.Material = Enum.Material.Metal
  1381. wedge_19.Size = Vector3.new(1, 0.4, 2)
  1382. wedge_19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1383. wedge_19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1384. wedge_19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1385. wedge_19.CFrame = CFrame.new(108.669, 4.009, 23.56)* CFrame.Angles(-3.0763568878174, -1.5512616634369, -3.0763695240021)
  1386. wedge_19.BrickColor = BrickColor.new("Slime green")
  1387.  
  1388. mesh_59 = Instance.new("SpecialMesh", wedge_19)
  1389. mesh_59.MeshType = Enum.MeshType.Wedge
  1390.  
  1391. wedge_20 = Instance.new("WedgePart", mjeep)
  1392. wedge_20.Velocity = Vector3.new(-1.515, 0.012, -0.793)
  1393. wedge_20.FormFactor = Enum.FormFactor.Plate
  1394. wedge_20.CanCollide = false
  1395. wedge_20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1396. wedge_20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1397. wedge_20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1398. wedge_20.Friction = 0.3
  1399. wedge_20.RotVelocity = Vector3.new(0, 0.203, 0.003)
  1400. wedge_20.Material = Enum.Material.Metal
  1401. wedge_20.Size = Vector3.new(1, 0.4, 1)
  1402. wedge_20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1403. wedge_20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1404. wedge_20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1405. wedge_20.CFrame = CFrame.new(114.686, 2.602, 22.677)* CFrame.Angles(-3.0763576030731, -1.5512616634369, 0.065222546458244)
  1406. wedge_20.BrickColor = BrickColor.new("Slime green")
  1407.  
  1408. mesh_60 = Instance.new("SpecialMesh", wedge_20)
  1409. mesh_60.MeshType = Enum.MeshType.Wedge
  1410.  
  1411. wedge_21 = Instance.new("WedgePart", mjeep)
  1412. wedge_21.FormFactor = Enum.FormFactor.Plate
  1413. wedge_21.CanCollide = false
  1414. wedge_21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1415. wedge_21.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1416. wedge_21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1417. wedge_21.Friction = 0.3
  1418. wedge_21.Material = Enum.Material.Metal
  1419. wedge_21.Size = Vector3.new(1, 0.4, 1)
  1420. wedge_21.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1421. wedge_21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1422. wedge_21.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1423. wedge_21.CFrame = CFrame.new(104.552, 2.615, 29.482)* CFrame.Angles(-3.0763599872589, -1.5512647628784, 0.065220035612583)
  1424. wedge_21.BrickColor = BrickColor.new("Slime green")
  1425.  
  1426. mesh_61 = Instance.new("SpecialMesh", wedge_21)
  1427. mesh_61.MeshType = Enum.MeshType.Wedge
  1428.  
  1429. wedge_22 = Instance.new("WedgePart", mjeep)
  1430. wedge_22.Velocity = Vector3.new(-3.755, 0.007, -0.127)
  1431. wedge_22.FormFactor = Enum.FormFactor.Plate
  1432. wedge_22.CanCollide = false
  1433. wedge_22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1434. wedge_22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1435. wedge_22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1436. wedge_22.Friction = 0.3
  1437. wedge_22.RotVelocity = Vector3.new(0, 0.203, 0.003)
  1438. wedge_22.Material = Enum.Material.Metal
  1439. wedge_22.Name = "bumper"
  1440. wedge_22.Size = Vector3.new(6, 1.6, 2)
  1441. wedge_22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1442. wedge_22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1443. wedge_22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1444. wedge_22.CFrame = CFrame.new(103.619, 1.416, 25.962)* CFrame.Angles(0.065235689282417, 1.5512616634369, 3.0763695240021)
  1445. wedge_22.BrickColor = BrickColor.new("Slime green")
  1446.  
  1447. mesh_62 = Instance.new("SpecialMesh", wedge_22)
  1448. mesh_62.MeshType = Enum.MeshType.Wedge
  1449.  
  1450. wedge_23 = Instance.new("WedgePart", mjeep)
  1451. wedge_23.Velocity = Vector3.new(-1.656, 0.012, -0.796)
  1452. wedge_23.FormFactor = Enum.FormFactor.Plate
  1453. wedge_23.CanCollide = false
  1454. wedge_23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1455. wedge_23.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1456. wedge_23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1457. wedge_23.Friction = 0.3
  1458. wedge_23.RotVelocity = Vector3.new(0, 0.203, 0.003)
  1459. wedge_23.Material = Enum.Material.Metal
  1460. wedge_23.Size = Vector3.new(1, 0.4, 1)
  1461. wedge_23.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1462. wedge_23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1463. wedge_23.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1464. wedge_23.CFrame = CFrame.new(113.986, 2.303, 22.663)* CFrame.Angles(1.5708210468292, -0.0012703418033198, 1.5902481079102)
  1465. wedge_23.BrickColor = BrickColor.new("Slime green")
  1466.  
  1467. mesh_63 = Instance.new("SpecialMesh", wedge_23)
  1468. mesh_63.MeshType = Enum.MeshType.Wedge
  1469.  
  1470. wedge_24 = Instance.new("WedgePart", mjeep)
  1471. wedge_24.Velocity = Vector3.new(-2.758, -0.003, 0.4)
  1472. wedge_24.FormFactor = Enum.FormFactor.Plate
  1473. wedge_24.CanCollide = false
  1474. wedge_24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1475. wedge_24.Transparency = 1
  1476. wedge_24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1477. wedge_24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1478. wedge_24.Friction = 0.3
  1479. wedge_24.RotVelocity = Vector3.new(0, 0.203, 0.003)
  1480. wedge_24.Material = Enum.Material.Metal
  1481. wedge_24.Size = Vector3.new(1, 0.4, 2)
  1482. wedge_24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1483. wedge_24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1484. wedge_24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1485. wedge_24.CFrame = CFrame.new(108.572, 4.009, 28.56)* CFrame.Angles(-3.076357126236, -1.5512616634369, -3.0763697624207)
  1486. wedge_24.BrickColor = BrickColor.new("Slime green")
  1487.  
  1488. mesh_64 = Instance.new("SpecialMesh", wedge_24)
  1489. mesh_64.MeshType = Enum.MeshType.Wedge
  1490.  
  1491. gunnerseat = Instance.new("Seat", mjeep)
  1492. gunnerseat.Friction = 0.3
  1493. gunnerseat.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1494. gunnerseat.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1495. gunnerseat.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1496. gunnerseat.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1497. gunnerseat.BrickColor = BrickColor.new("Slime green")
  1498. gunnerseat.Material = Enum.Material.Metal
  1499. gunnerseat.Size = Vector3.new(2, 2.2, 2)
  1500. gunnerseat.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1501. gunnerseat.CFrame = CFrame.new(112.582, 2.105, 27.537)* CFrame.Angles(0.065243504941463, 1.5513044595718, -0.065230898559093)
  1502. gunnerseat.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1503. gunnerseat.Name = "gunnerseat"
  1504.  
  1505. faxlepos = Instance.new("Part", mjeep)
  1506. faxlepos.Velocity = Vector3.new(-3.452, 0.006, -0.121)
  1507. faxlepos.FormFactor = Enum.FormFactor.Symmetric
  1508. faxlepos.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1509. faxlepos.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1510. faxlepos.RotVelocity = Vector3.new(0, 0.203, 0.003)
  1511. faxlepos.Material = Enum.Material.Metal
  1512. faxlepos.Size = Vector3.new(0.5, 7.275, 0.5)
  1513. faxlepos.Name = "faxlepos"
  1514. faxlepos.CanCollide = false
  1515. faxlepos.Transparency = 1
  1516. faxlepos.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1517. faxlepos.CFrame = CFrame.new(105.618, 1, 26.032)* CFrame.Angles(0.065231040120125, 1.5512616634369, -1.6360148191452)
  1518. faxlepos.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1519. faxlepos.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1520. faxlepos.BrickColor = BrickColor.new("Black")
  1521. faxlepos.Friction = 0.3
  1522. faxlepos.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1523.  
  1524. baxlepos = Instance.new("Part", mjeep)
  1525. baxlepos.FormFactor = Enum.FormFactor.Symmetric
  1526. baxlepos.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1527. baxlepos.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1528. baxlepos.Material = Enum.Material.Metal
  1529. baxlepos.Size = Vector3.new(0.5, 7.275, 0.5)
  1530. baxlepos.Name = "baxlepos"
  1531. baxlepos.CanCollide = false
  1532. baxlepos.Transparency = 1
  1533. baxlepos.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1534. baxlepos.CFrame = CFrame.new(115.628, 1, 26.242)* CFrame.Angles(0.065231040120125, 1.5512616634369, -1.6360148191452)
  1535. baxlepos.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1536. baxlepos.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1537. baxlepos.BrickColor = BrickColor.new("Black")
  1538. baxlepos.Friction = 0.3
  1539. baxlepos.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1540.  
  1541. parte = Instance.new("Part", mjeep)
  1542. parte.FormFactor = Enum.FormFactor.Symmetric
  1543. parte.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1544. parte.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1545. parte.Material = Enum.Material.Metal
  1546. parte.Size = Vector3.new(1, 1, 1)
  1547. parte.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1548. parte.CFrame = CFrame.new(117.85, 1.2, 28.45)* CFrame.Angles(3.1415772438049, -9.9065480753779e-005, -1.5707960128784)
  1549. parte.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1550. parte.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1551. parte.Friction = 0.3
  1552. parte.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1553.  
  1554. mesh = Instance.new("CylinderMesh", parte)
  1555. mesh.Scale = Vector3.new(0.7, 1.1, 0.7)
  1556.  
  1557. muffler = Instance.new("Part", mjeep)
  1558. muffler.FormFactor = Enum.FormFactor.Symmetric
  1559. muffler.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1560. muffler.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1561. muffler.Material = Enum.Material.SmoothPlastic
  1562. muffler.Size = Vector3.new(1, 0.2, 1)
  1563. muffler.Name = "Muffler"
  1564. muffler.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1565. muffler.CFrame = CFrame.new(118.35, 1.2, 28.45)* CFrame.Angles(3.1415772438049, -9.0658781118691e-005, -1.5707960128784)
  1566. muffler.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1567. muffler.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1568. muffler.BrickColor = BrickColor.new("Really black")
  1569. muffler.Friction = 0.3
  1570. muffler.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1571.  
  1572. mesh_2 = Instance.new("CylinderMesh", muffler)
  1573. mesh_2.Scale = Vector3.new(0.5, 0.7, 0.5)
  1574.  
  1575. local musmoke = Instance.new("Smoke", mjeep.Muffler)
  1576. musmoke.Color = Color3.new(0.184314, 0.184314, 0.184314)
  1577. musmoke.Opacity = 0.2
  1578. musmoke.RiseVelocity = 0.1
  1579. musmoke.Size = 0.1
  1580. musmoke.Enabled = false
  1581.  
  1582. headlight = Instance.new("Part", mjeep)
  1583. headlight.FormFactor = Enum.FormFactor.Plate
  1584. headlight.TopSurface = Enum.SurfaceType.Weld
  1585. headlight.Reflectance = 0.3
  1586. headlight.Size = Vector3.new(1, 0.4, 1)
  1587. headlight.Name = "Headlight"
  1588. headlight.CFrame = CFrame.new(102.669, 2.418, 23.64)* CFrame.Angles(3.1415803432465, 0.019450379535556, -1.5695254802704)
  1589. headlight.BrickColor = BrickColor.new("Cool yellow")
  1590. headlight.Friction = 0.3
  1591. headlight.BottomSurface = Enum.SurfaceType.Weld
  1592.  
  1593. mesh = Instance.new("SpecialMesh", headlight)
  1594.  
  1595. headlight_2 = Instance.new("Part", mjeep)
  1596. headlight_2.FormFactor = Enum.FormFactor.Plate
  1597. headlight_2.TopSurface = Enum.SurfaceType.Weld
  1598. headlight_2.Reflectance = 0.3
  1599. headlight_2.Size = Vector3.new(1, 0.4, 1)
  1600. headlight_2.Name = "Headlight2"
  1601. headlight_2.CFrame = CFrame.new(102.669, 2.418, 28.34)* CFrame.Angles(3.1415803432465, 0.019450379535556, -1.5695254802704)
  1602. headlight_2.BrickColor = BrickColor.new("Cool yellow")
  1603. headlight_2.Friction = 0.3
  1604. headlight_2.BottomSurface = Enum.SurfaceType.Weld
  1605.  
  1606. mesh_2 = Instance.new("SpecialMesh", headlight_2)
  1607.  
  1608.  
  1609. mjeep:BreakJoints()
  1610. frontwheels:BreakJoints()
  1611. backwheels:BreakJoints()
  1612.  
  1613. local prev
  1614. local parts = mjeep:GetChildren()
  1615.  
  1616. for i = 1,#parts do
  1617. 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
  1618. if (prev ~= nil)then
  1619. if parts[i]:FindFirstChild("Weld") then parts[i]:FindFirstChild("Weld"):Destroy() end
  1620. local weld = Instance.new("Weld")
  1621. weld.Part0 = prev
  1622. weld.Part1 = parts[i]
  1623. weld.C0 = prev.CFrame:inverse()
  1624. weld.C1 = parts[i].CFrame:inverse()
  1625. weld.Parent = prev
  1626. end
  1627. prev = parts[i]
  1628. end
  1629. end
  1630. mjeep:MakeJoints()
  1631.  
  1632. local prev
  1633. local parts = backwheels:GetChildren()
  1634.  
  1635. for i = 1,#parts do
  1636. 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
  1637. if (prev ~= nil)then
  1638. if parts[i]:FindFirstChild("Weld") then parts[i]:FindFirstChild("Weld"):Destroy() end
  1639. local weld = Instance.new("Weld")
  1640. weld.Part0 = prev
  1641. weld.Part1 = parts[i]
  1642. weld.C0 = prev.CFrame:inverse()
  1643. weld.C1 = parts[i].CFrame:inverse()
  1644. weld.Parent = prev
  1645. end
  1646. prev = parts[i]
  1647. end
  1648. end
  1649. backwheels:MakeJoints()
  1650.  
  1651. local prev
  1652. local parts = frontwheels:GetChildren()
  1653.  
  1654. for i = 1,#parts do
  1655. 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
  1656. if (prev ~= nil)then
  1657. if parts[i]:FindFirstChild("Weld") then parts[i]:FindFirstChild("Weld"):Destroy() end
  1658. local weld = Instance.new("Weld")
  1659. weld.Part0 = prev
  1660. weld.Part1 = parts[i]
  1661. weld.C0 = prev.CFrame:inverse()
  1662. weld.C1 = parts[i].CFrame:inverse()
  1663. weld.Parent = prev
  1664. end
  1665. prev = parts[i]
  1666. end
  1667. end
  1668. frontwheels:MakeJoints()
  1669.  
  1670. weld(frontwheels.faxle, mjeep.faxlepos, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0))
  1671. frontwheels.faxle.Weld.Name = "Weld2"
  1672.  
  1673. weld(backwheels.baxle, mjeep.baxlepos, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0))
  1674. backwheels.baxle.Weld.Name = "Weld2"
  1675.  
  1676. local engine = mjeep.driverseat
  1677. local frontwheels = mjeep.frontwheels
  1678. local backwheels = mjeep.backwheels
  1679. mjeep.Parent = char
  1680. engine.CFrame = char.Torso.CFrame*CFrame.new(0,0,2)
  1681.  
  1682. local bav = Instance.new("BodyAngularVelocity",engine)
  1683. bav.MaxTorque = Vector3.new(0,0,0)
  1684. bav.P = 100
  1685. bav.AngularVelocity = Vector3.new(0,0,0)
  1686. local bv = Instance.new("BodyVelocity",engine)
  1687. bv.MaxForce = Vector3.new(0,0,0)
  1688. bv.P = 100
  1689. bv.Velocity = Vector3.new(0.16,0,0.16)
  1690. local enginesound = Instance.new("Sound")
  1691. enginesound.SoundId="rbxassetid://532147820"
  1692. enginesound.PlayOnRemove=false
  1693. enginesound.Volume=0.8
  1694. enginesound.Looped=true
  1695. enginesound.Pitch = 1
  1696. enginesound.Parent=engine
  1697. local squealsound = Instance.new("Sound")
  1698. squealsound.SoundId="http://www.roblox.com/asset/?id=31245495"
  1699. squealsound.PlayOnRemove=false
  1700. squealsound.Volume=0.8
  1701. squealsound.Looped=false
  1702. squealsound.Pitch = 1
  1703. squealsound.Parent=engine
  1704. local firesound = Instance.new("Sound")
  1705. firesound.SoundId="rbxassetid://192104941"
  1706. firesound.PlayOnRemove=false
  1707. firesound.Volume=0.8
  1708. firesound.Looped=true
  1709. firesound.Pitch = 1
  1710. firesound.Parent=engine
  1711. local explosionsound = Instance.new("Sound")
  1712. explosionsound.SoundId="rbxassetid://262562442"
  1713. explosionsound.PlayOnRemove=false
  1714. explosionsound.Volume=0.8
  1715. explosionsound.Looped=false
  1716. explosionsound.Pitch = 1
  1717. explosionsound.Parent=engine
  1718.  
  1719. local brake=Instance.new("Sound")
  1720. brake.SoundId="http://www.roblox.com/asset/?id=211288608"
  1721. brake.PlayOnRemove=false
  1722. brake.Volume=0.75
  1723. brake.Looped=true
  1724. brake.Pitch = 1
  1725. brake.Parent=engine
  1726. local horn=Instance.new("Sound")
  1727. horn.SoundId="http://www.roblox.com/asset/?id=200530606"
  1728. horn.PlayOnRemove=false
  1729. horn.Volume=0.9
  1730. horn.Looped=true
  1731. horn.Pitch = 1
  1732. horn.Parent=engine
  1733. local crash=Instance.new("Sound")
  1734. crash.SoundId="http://www.roblox.com/asset/?id=305526724"
  1735. crash.PlayOnRemove=false
  1736. crash.Volume=0.9
  1737. crash.Looped=false
  1738. crash.Pitch = 1
  1739. crash.Parent=engine
  1740.  
  1741. function muffleranim()
  1742. while engineon == true do wait()
  1743. muffler.Mesh.Offset = Vector3.new(-0.05,0,0)
  1744. parte.Mesh.Offset = Vector3.new(-0.05,0,0)
  1745. wait()
  1746. muffler.Mesh.Offset = Vector3.new(0,0,0)
  1747. parte.Mesh.Offset = Vector3.new(0,0,0)
  1748. end
  1749. end
  1750.  
  1751. mouse.KeyDown:connect(function(key)
  1752. if key == "y" and engineon == false then
  1753. engineon = true
  1754. enginesound:Play()
  1755. mjeep.door1.CanCollide = true
  1756. mjeep.door2.CanCollide = true
  1757. musmoke.Enabled = true
  1758. muffleranim()
  1759. end
  1760. end)
  1761. mouse.KeyDown:connect(function(key)
  1762. if key == "u" and engineon == true then
  1763. engineon = false
  1764. enginesound:Stop()
  1765. mjeep.door1.CanCollide = false
  1766. mjeep.door2.CanCollide = false
  1767. musmoke.Enabled = false
  1768. end
  1769. end)
  1770.  
  1771. mouse.KeyDown:connect(function(key)
  1772. if key == "w" and engineon == true and spressed == false then
  1773. wpressed = true
  1774. bv.MaxForce = Vector3.new(forcelevel,0,forcelevel)
  1775. while wpressed == true do wait(.08)
  1776. accel = accel + 2
  1777. if accel >=1 then enginesound.PlaybackSpeed = 1.5 end
  1778. if accel >=35 then enginesound.PlaybackSpeed = 2 end
  1779. if accel >=90 then enginesound.PlaybackSpeed = 2.5 end
  1780. wheelaccel = wheelaccel + .5
  1781. if accel >=accellimit then accel = accellimit end
  1782. bv.Velocity = (engine.CFrame.lookVector * accel)
  1783. frontwheels.faxle.Weld2.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),wheelaccel,0)
  1784. backwheels.baxle.Weld2.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),wheelaccel,0)
  1785. end
  1786. end
  1787. end)
  1788. mouse.KeyUp:connect(function(key)
  1789. if key == "w" and engineon == true then
  1790. wpressed = false
  1791. while wpressed == false and accel >0 do wait()
  1792. accel = accel - 2.4
  1793. if accel >=1 then enginesound.PlaybackSpeed = 1 end
  1794. if accel >=35 then enginesound.PlaybackSpeed = 2 end
  1795. if accel >=90 then enginesound.PlaybackSpeed = 2.5 end
  1796. wheelaccel = wheelaccel + .5
  1797. if accel <0 then accel = 0 end
  1798. bv.Velocity = (engine.CFrame.lookVector * accel)
  1799. frontwheels.faxle.Weld2.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),wheelaccel,0)
  1800. backwheels.baxle.Weld2.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),wheelaccel,0)
  1801. end
  1802. end
  1803. end)
  1804.  
  1805. mouse.KeyDown:connect(function(key)
  1806. if key == "s" and engineon == true and wpressed == false then
  1807. spressed = true
  1808. bv.MaxForce = Vector3.new(forcelevel,0,forcelevel)
  1809. while spressed == true do wait(.06)
  1810. accel = accel - 2
  1811. wheelaccel = wheelaccel - .5
  1812. if accel <=-accellimit then accel = -accellimit end
  1813. bv.Velocity = (engine.CFrame.lookVector * accel)
  1814. frontwheels.faxle.Weld2.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),wheelaccel,0)
  1815. backwheels.baxle.Weld2.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),wheelaccel,0)
  1816. end
  1817. end
  1818. end)
  1819. mouse.KeyUp:connect(function(key)
  1820. if key == "s" and engineon == true then
  1821. spressed = false
  1822. while spressed == false and accel <0 do wait()
  1823. accel = accel + 2.4
  1824. wheelaccel = wheelaccel - .5
  1825. if accel >0 then accel = 0 end
  1826. bv.Velocity = (engine.CFrame.lookVector * accel)
  1827. frontwheels.faxle.Weld2.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),wheelaccel,0)
  1828. backwheels.baxle.Weld2.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),wheelaccel,0)
  1829. end
  1830. end
  1831. end)
  1832.  
  1833. mouse.KeyDown:connect(function(key)
  1834. if key == "a" and engineon == true then
  1835. apressed = true
  1836. angle = .8
  1837. bav.AngularVelocity = Vector3.new(0,angle,0)
  1838. bav.MaxTorque = Vector3.new(0,angletorque,0)
  1839. squealsound:Play()
  1840. end
  1841. end)
  1842.  
  1843. mouse.KeyUp:connect(function(key)
  1844. if key == "a" and engineon == true then
  1845. angle = 0
  1846. apressed = false
  1847. bav.MaxTorque = Vector3.new(0,0,0)
  1848. end
  1849. end)
  1850.  
  1851. mouse.KeyDown:connect(function(key)
  1852. if key == "d" and engineon == true then
  1853. dpressed = true
  1854. angle = .8
  1855. bav.AngularVelocity = Vector3.new(0,-angle,0)
  1856. bav.MaxTorque = Vector3.new(0,-angletorque,0)
  1857. squealsound:Play()
  1858. end
  1859. end)
  1860.  
  1861. mouse.KeyUp:connect(function(key)
  1862. if key == "d" and engineon == true then
  1863. angle = 0
  1864. dpressed = false
  1865. bav.MaxTorque = Vector3.new(0,0,0)
  1866. end
  1867. end)
  1868.  
  1869. mouse.KeyDown:connect(function(key)
  1870. if key == "p" then
  1871. ppressed = ppressed + 1
  1872. if ppressed == 1 then
  1873. mjeep.W5.CanCollide = true
  1874. mjeep.W1.CanCollide = false
  1875. mjeep.W6.CanCollide = true
  1876. mjeep.W2.CanCollide = false
  1877. mjeep.W7.CanCollide = true
  1878. mjeep.W3.CanCollide = false
  1879. mjeep.W8.CanCollide = true
  1880. mjeep.W4.CanCollide = false
  1881.  
  1882. mjeep.W5.Transparency = 0
  1883. mjeep.W1.Transparency = 1
  1884. mjeep.W6.Transparency = 0
  1885. mjeep.W2.Transparency = 1
  1886. mjeep.W7.Transparency = 0.8
  1887. mjeep.W3.Transparency = 1
  1888. mjeep.W8.Transparency = 0
  1889. mjeep.W4.Transparency = 1
  1890. end
  1891. if ppressed == 2 then
  1892. ppressed = 0
  1893. mjeep.W5.CanCollide = false
  1894. mjeep.W1.CanCollide = true
  1895. mjeep.W6.CanCollide = false
  1896. mjeep.W2.CanCollide = true
  1897. mjeep.W7.CanCollide = false
  1898. mjeep.W3.CanCollide = true
  1899. mjeep.W8.CanCollide = false
  1900. mjeep.W4.CanCollide = true
  1901.  
  1902. mjeep.W5.Transparency = 1
  1903. mjeep.W1.Transparency = 0
  1904. mjeep.W6.Transparency = 1
  1905. mjeep.W2.Transparency = 0
  1906. mjeep.W7.Transparency = 1
  1907. mjeep.W3.Transparency = 0.8
  1908. mjeep.W8.Transparency = 1
  1909. mjeep.W4.Transparency = 0
  1910. end
  1911. end
  1912. end)
  1913.  
  1914. mjeep.bumper.Touched:connect(function(h)
  1915. if h.Parent:FindFirstChild("Humanoid")==nil then
  1916. if Vector3.new(mjeep.driverseat.Velocity.x,0,mjeep.driverseat.Velocity.z).magnitude > 6 then
  1917. carhealth = carhealth - 5
  1918. crash:Play()
  1919. print("Car Health:"..carhealth)
  1920. if carhealth <=0 and exploding == false then
  1921. exploding = true
  1922. local fire = Instance.new("Fire",mjeep.Hood)
  1923. engineon = false
  1924. enginesound:Stop()
  1925. mjeep.door1.CanCollide = false
  1926. mjeep.door2.CanCollide = false
  1927. musmoke.Enabled = false
  1928. firesound:Play()
  1929. wait(4)
  1930. firesound:Stop()
  1931. local explosion = Instance.new("Explosion",mjeep.Hood)
  1932. explosionsound:Play()
  1933. explosion.Position = mjeep.Hood.Position
  1934. mjeep.Parent = workspace
  1935. script:Destroy()
  1936. end
  1937. end
  1938. end
  1939. end)
  1940.  
  1941. mjeep.bumper.Touched:connect(function(h)
  1942. if Vector3.new(mjeep.driverseat.Velocity.x,0,mjeep.driverseat.Velocity.z).magnitude > 6 then
  1943. if h.Parent:FindFirstChild("Humanoid") then
  1944. if h.Parent.Humanoid.Parent:FindFirstChild("ForceField") then h.Parent.ForceField:Destroy() end
  1945. if h.Parent.Humanoid.Health >1000 then h.Parent.Humanoid.MaxHealth = 1000 h.Parent.Humanoid.Health = 1000 end
  1946. local dmg = (math.random(1,10))
  1947. h.Parent.Humanoid:TakeDamage(dmg)
  1948. if h:FindFirstChild("Torso") then h:FindFirstChild("Torso").Velocity = mjeep.driverseat.CFrame.lookVector*35 end
  1949. h.Parent.Humanoid.Sit = true
  1950. end
  1951. end
  1952. end)
  1953. frontwheels.fwl.Touched:connect(function(h)
  1954. if Vector3.new(mjeep.driverseat.Velocity.x,0,mjeep.driverseat.Velocity.z).magnitude > 6 then
  1955. if h.Parent:FindFirstChild("Humanoid") then
  1956. if h.Parent.Humanoid.Parent:FindFirstChild("ForceField") then h.Parent.ForceField:Destroy() end
  1957. if h.Parent.Humanoid.Health >1000 then h.Parent.Humanoid.MaxHealth = 1000 h.Parent.Humanoid.Health = 1000 end
  1958. local dmg = (math.random(1,5))
  1959. h.Parent.Humanoid:TakeDamage(dmg)
  1960. if h:FindFirstChild("Torso") then h:FindFirstChild("Torso").Velocity = mjeep.driverseat.CFrame.lookVector*35 end
  1961. h.Parent.Humanoid.Sit = true
  1962. end
  1963. end
  1964. end)
  1965. frontwheels.fwr.Touched:connect(function(h)
  1966. if Vector3.new(mjeep.driverseat.Velocity.x,0,mjeep.driverseat.Velocity.z).magnitude > 6 then
  1967. if h.Parent:FindFirstChild("Humanoid") then
  1968. if h.Parent.Humanoid.Parent:FindFirstChild("ForceField") then h.Parent.ForceField:Destroy() end
  1969. if h.Parent.Humanoid.Health >1000 then h.Parent.Humanoid.MaxHealth = 1000 h.Parent.Humanoid.Health = 1000 end
  1970. local dmg = (math.random(1,5))
  1971. h.Parent.Humanoid:TakeDamage(dmg)
  1972. if h:FindFirstChild("Torso") then h:FindFirstChild("Torso").Velocity = mjeep.driverseat.CFrame.lookVector*35 end
  1973. h.Parent.Humanoid.Sit = true
  1974. end
  1975. end
  1976. end)
  1977. backwheels.bwr.Touched:connect(function(h)
  1978. if Vector3.new(mjeep.driverseat.Velocity.x,0,mjeep.driverseat.Velocity.z).magnitude > 6 then
  1979. if h.Parent:FindFirstChild("Humanoid") then
  1980. if h.Parent.Humanoid.Parent:FindFirstChild("ForceField") then h.Parent.ForceField:Destroy() end
  1981. if h.Parent.Humanoid.Health >1000 then h.Parent.Humanoid.MaxHealth = 1000 h.Parent.Humanoid.Health = 1000 end
  1982. local dmg = (math.random(1,5))
  1983. h.Parent.Humanoid:TakeDamage(dmg)
  1984. if h:FindFirstChild("Torso") then h:FindFirstChild("Torso").Velocity = mjeep.driverseat.CFrame.lookVector*35 end
  1985. h.Parent.Humanoid.Sit = true
  1986. end
  1987. end
  1988. end)
  1989. backwheels.bwl.Touched:connect(function(h)
  1990. if Vector3.new(mjeep.driverseat.Velocity.x,0,mjeep.driverseat.Velocity.z).magnitude > 6 then
  1991. if h.Parent:FindFirstChild("Humanoid") then
  1992. if h.Parent.Humanoid.Parent:FindFirstChild("ForceField") then h.Parent.ForceField:Destroy() end
  1993. if h.Parent.Humanoid.Health >1000 then h.Parent.Humanoid.MaxHealth = 1000 h.Parent.Humanoid.Health = 1000 end
  1994. local dmg = (math.random(5,10))
  1995. h.Parent.Humanoid:TakeDamage(dmg)
  1996. if h:FindFirstChild("Torso") then h:FindFirstChild("Torso").Velocity = mjeep.driverseat.CFrame.lookVector*35 end
  1997. h.Parent.Humanoid.Sit = true
  1998. end
  1999. end
  2000. end)
  2001.  
  2002. mouse.KeyDown:connect(function(key)
  2003. if key == "h" and engineon == true then
  2004. horn:Play()
  2005. end
  2006. end)
  2007.  
  2008. mouse.KeyUp:connect(function(key)
  2009. if key == "h" and engineon == true then
  2010. horn:Stop()
  2011. end
  2012. end)
  2013.  
  2014. mouse.KeyUp:connect(function(key)
  2015. if key == "f" then
  2016. fpressed = fpressed + 1
  2017. print(fpressed)
  2018. print("flip correction")
  2019. if fpressed == 1 then
  2020. engine.CFrame = CFrame.new(engine.CFrame.x,engine.CFrame.y,engine.CFrame.z)*CFrame.Angles(math.rad(180),0,0)
  2021. end
  2022. if fpressed == 2 then
  2023. fpressed = 0
  2024. engine.CFrame = CFrame.new(engine.CFrame.x,engine.CFrame.y,engine.CFrame.z)*CFrame.Angles(math.rad(-80),0,0)
  2025. end
  2026. end
  2027. end)
  2028.  
  2029. mouse.KeyDown:connect(function(key)
  2030. if key == "b" and engineon == true then
  2031. bpressed = true
  2032. brake:Play()
  2033. while bpressed == true and accel >=1 do wait(.04)
  2034. accellimit = accellimit - 5
  2035.  
  2036. if accellimit <=1 then brake:Stop() end
  2037. end
  2038. end
  2039. end)
  2040. mouse.KeyUp:connect(function(key)
  2041. if key == "b" and engineon == true then
  2042. bpressed = false
  2043. brake:Stop()
  2044. accellimit = 90
  2045. end
  2046. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement