Advertisement
samuelrichter66

Car

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