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